.main {background: #E8EFCD;}
.main .contents {max-width: 800px; margin: 0 auto;}
.main .top { height: calc(100vh - 100px);  padding: 156px 0 0; background: none; text-align: center; font-size: 16px; line-height: 24px; color: #444; position: relative; background: linear-gradient(180deg, #B1F3FF 0%, #99E9FF 73%);}
.main .top .title {width: 246px;margin: 16px auto 0; position: relative; z-index: 5;}
.main .top .text {font-weight: 600;}
.main .top img,
.main .top .title img,
.arr-button li a img {width: 100%;}
.arr-button {display: flex; gap: 16px; justify-content: center; margin-bottom: 70px;}
.arr-button li a {display: block;width: 148px;height: 60px;}
.logo {background: url(../img/logo.png) center no-repeat;background-size: 100% auto;width: 109px;height: 28px;font-size: 0;}
.text-form {text-align: center; color: #496545; font-size: 36px; font-weight: 600;}
.text-form p + p {font-weight: 400; font-size: 16px; margin-bottom: 28px;}
.game-list {padding: 0 24px 48px;display: flex;flex-direction: column;gap: 16px;}
.game-list li a {position: relative;display: flex;flex-direction: column;flex: 1 0 0;background-color: #FFFEEA; border: 1px solid #F4DAC9; padding: 10px; transition: ease-in-out 0.3s;border-radius: 10px;overflow: hidden;}
.game-list li a:active {transform: scale(1.05);}
.game-list li .img {width: 100%; border-radius: 6px; overflow: hidden;}
.game-list li .img img {width: 100%;}
.game-list li .text {text-align: center; margin-top: 10px;}
.game-list li p {color: #512600;font-size: 16px;line-height: 24px;letter-spacing: -0.5px;}
.game-list li {position: relative;}
.game-list li::after {content: ''; position: absolute; width: 124px; height: 124px;}
.game-list li:nth-child(1)::after {bottom: -15px; left: -10px; background: url(../img/okman_01.png) no-repeat;background-size: 100% auto;}
.game-list li:nth-child(2)::after {bottom: -2px;right: -42px;background: url(../img/okman_02.png) no-repeat;background-size: 100% auto;}
.game-list li:nth-child(3)::after {bottom: -5px;left: -45px;background: url(../img/okman_03.png) no-repeat;background-size: 100% auto;}
.game-list li:nth-child(4)::after {bottom: 22px;right: -30px;background: url(../img/okman_04.png) no-repeat;background-size: 100% auto;}
.game-list li:nth-child(5)::after {bottom: 22px;left: -40px;background: url(../img/okman_05.png) no-repeat;background-size: 100% auto;}
.game-list li:nth-child(6)::after {bottom: 0;right: -30px;background: url(../img/okman_06.png) no-repeat;background-size: 100% auto;}
.main .info {display: flex;gap: 6px;background: #fff;padding: 4px 8px;align-items: center;justify-content: center;width: 132px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);border-radius: 20px 20px 0 0;font-size: 14px;line-height: 20px;color: #736052;font-weight: 600;}
.i-game {width: 24px; height: 24px; background: url(../img/ico_game.png) no-repeat; background-size: 100% auto;}
.i-arr {width: 14px; height: 14px; background: url(../img/ico_arr.png) no-repeat; background-size: 100% auto;}
.cloud1 {position: absolute; top: 56px; width: 100%; height: 300px; background: url(../img/img_cloud_s.png) center no-repeat; background-size: auto 100%;} 
.cloud2 {position: absolute; bottom: 180px; width: 100%; height: 204px; background: url(../img/img_cloud.png) center no-repeat; background-size: auto 100%;} 
.grass {position: absolute; bottom: 0; width: 100%; height: 200px; background: url(../img/img_grass.png) center no-repeat; background-size: auto 100%;} 
.park {position: absolute; bottom: 110px; width: 100%; height: 218px; background: url(../img/img_park.png) center no-repeat; background-size: auto 100%;} 
.img-01 {position: absolute; transform: translateX(-50%); left: 50%; bottom: 130px; width: 328px; height: 128px; background: url(../img/img_main_02.png) center no-repeat; background-size: auto 100%;} 
.img-02 {position: absolute; transform: translateX(-50%); left: 50%; bottom: 5px; width: 136px; height: 200px; background: url(../img/img_main_01.png) center no-repeat; background-size: auto 100%;} 