@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap);@charset "UTF-8";/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0 none;
}

dl,ul,ol,menu,li {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

input,select,textarea,button {
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

body {
    background: #fff;
}

body,th,td,input,select,textarea,button {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Pretendard','Malgun Gothic','ë§‘ì€ ê³ ë”•','Apple SD Gothic Neo','ë‹ì›€',dotum,sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,a:hover {
    text-decoration: none;
}

a:active {
    background-color: transparent;
}

address,caption,cite,code,dfn,em,var {
    font-style: normal;
    font-weight: normal;
}

/* icon */
.icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none !important;
    outline: 0 !important;
    background-color: transparent !important;
}

/* global */
.direct-link {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1000;
    height: 1px;
}

.direct-link a {
    position: absolute;
    top: -999px;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background: #333;
    text-decoration: none;
    white-space: nowrap;
}

.direct-link a:focus {
    top: 0;
}

.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.screen_out {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clip-path: inset(100%);
    clip: rect(1px,1px,1px,1px);
}

.show {
    display: block;
}

.hide {
    display: none;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: local("☺") url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Regular.ttf") format("truetype"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Regular.woff") format("woff"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: local("☺") url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Medium.ttf") format("truetype"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Medium.woff") format("woff"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: local("☺") url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-SemiBold.woff") format("woff"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: local("☺") url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Bold.ttf") format("truetype"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Bold.woff") format("woff"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: local("☺") url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Black.woff") format("woff"),url("https://t1.kakaocdn.net/gamepub/webfont/pretendard/Pretendard-Black.otf") format("opentype");
}

/* common */
body.fixed_body {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: none;
}

body.fixed_body .ico_scoll {
    animation-play-state: paused;
}

.container-promotion {
    min-width: 1680px;
    max-width: 2560px;
    margin: -114px auto 0;
}

.promotion-gnb {
    min-width: 1680px;
}

.main-content {
    position: relative;
    overflow: hidden;
}

.inner_section {
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

img {
    display: inline-block;
    vertical-align: top;
}

/* animation */
.obj_move {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s ease,transform 1s cubic-bezier(0.175,0.885,0.32,1);
}

.obj_move.ani_on {
    opacity: 1;
    transform: translateY(0);
}

/* header */
.promotion-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.promotion-header .inner_header {
    padding: 8px 40px 7px;
    background-color: #111;
    box-sizing: border-box;
}

.promotion-header .inner_header::after {
    display: block;
    clear: both;
    content: "";
}

.promotion-header .inner_header .promotion-title {
    float: left;
}

.promotion-header .inner_header .promotion-title .link_logo {
    display: block;
    font-size: 0;
}

.promotion-header .list_gnb {
    display: flex;
    justify-content: center;
    height: 68px;
    background-color: rgba(22,22,22,0.9);
}

.promotion-header .list_gnb li:first-child .link_gnb::before {
    content: none;
}

.promotion-header .list_gnb .link_gnb {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 53px;
    font-size: 17px;
    line-height: 20px;
    color: #979797;
    text-align: center;
    transition: all 0.3s ease;
}

.promotion-header .list_gnb .link_gnb::before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #3b3b3b;
    content: '';
}

.promotion-header .list_gnb .link_gnb:hover {
    color: #c7c7c7;
}

.promotion-header .list_gnb .link_gnb[aria-selected='true'] {
    color: #c7c7c7;
}

.list_menu {
    position: fixed;
    top: 50%;
    left: 68px;
    z-index: 500;
    width: max-content;
    transform: translateY(-50%);
    text-align: left;
}

.list_menu::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 300px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/line_menu.png);
    transform: translateY(-50%);
    content: '';
}

.list_menu .link_menu {
    display: inline-block;
    position: relative;
    padding: 16px 18px;
    font-size: 17px;
    line-height: 20px;
    color: #c2c2c2;
    transition: all 0.3s ease;
}

.list_menu .link_menu:hover {
    color: #e5e5e5;
}

.list_menu .link_menu:hover::before {
    opacity: 1;
}

html[lang='en'] .list_menu .link_menu {
    padding: 9px 18px;
}

.list_menu .link_menu::before {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -5px;
    width: 16px;
    height: 16px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_menu_hover.png);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: '';
}

.list_menu .link_menu[aria-selected='true'] {
    font-weight: 500;
    color: #ffb839;
    text-shadow: 0 0 0 rgba(255,255,255,0.49),0 0 7px rgba(255,84,0,0.54);
}

.list_menu .link_menu[aria-selected='true']::before {
    opacity: 0;
}

.list_menu .link_menu[aria-selected='true']::after {
    position: absolute;
    top: 50%;
    left: -38px;
    width: 49px;
    height: 49px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_menu.png);
    transform: translateY(-50%);
    content: '';
}

.list_menu.fixed {
    position: absolute;
}

.list_util {
    float: right;
    margin-top: 1px;
}

.list_util li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.list_util li:last-child {
    margin-right: 0;
}

.list_util a[class^='link_'] {
    display: block;
    padding: 5px;
}

.list_util .link_news:hover .txt_util::before {
    opacity: 1;
}

.list_util .link_news .txt_util {
    position: relative;
    display: block;
    width: 18px;
    height: 17px;
    background-size: 100% auto;
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_news.png");
}

.list_util .link_news .txt_util::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_news.png");
}

.list_util .link_news .txt_util:hover::before {
    opacity: 1;
}

.list_util .link_news .txt_util::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -20px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.list_util .link_youtube:hover .txt_util::before {
    opacity: 1;
}

.list_util .link_youtube .txt_util {
    position: relative;
    display: block;
    width: 19px;
    height: 13px;
    background-size: 100% auto;
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_youtube.png");
}

.list_util .link_youtube .txt_util::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_youtube.png");
}

.list_util .link_youtube .txt_util:hover::before {
    opacity: 1;
}

.list_util .link_youtube .txt_util::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -20px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.list_util .link_home:hover .txt_util::before {
    opacity: 1;
}

.list_util .link_home .txt_util {
    position: relative;
    display: block;
    width: 15px;
    height: 17px;
    background-size: 100% auto;
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_home.png");
}

.list_util .link_home .txt_util::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_home.png");
}

.list_util .link_home .txt_util:hover::before {
    opacity: 1;
}

.list_util .link_home .txt_util::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -20px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.list_util .link_today:hover .txt_util::before {
    opacity: 1;
}

.list_util .link_today .txt_util {
    position: relative;
    display: block;
    width: 131px;
    height: 15px;
    background-size: 100% auto;
}

html[lang="ko"] .list_util .link_today .txt_util {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/ico_today.png");
}

html[lang="ko"] .list_util .link_today .txt_util::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/ico_today.png");
}

html[lang="en"] .list_util .link_today .txt_util {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/ico_today.png");
}

html[lang="en"] .list_util .link_today .txt_util::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/ico_today.png");
}

.list_util .link_today .txt_util:hover::before {
    opacity: 1;
}

.list_util .link_today .txt_util::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -20px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

html[lang='en'] .list_util .link_today .txt_util {
    width: 191px;
    height: 17px;
}

.list_date {
    font-size: 24px;
    letter-spacing: -0.03em;
    text-align: center;
}

.list_date dt {
    font-weight: 600;
}

.link_top {
    opacity: 0;
    right: 60px;
    bottom: 20px;
    z-index: 50;
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab1.png");
    position: fixed;
    transition: opacity 0.3s;
}

.link_top::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab1.png");
}

.link_top:hover::before {
    opacity: 1;
}

.link_top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -110px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.link_top.show {
    opacity: 1;
}

.link_top.fixed {
    position: absolute;
}

/* main */
.wrap_main {
    position: relative;
}

.section_main {
    position: relative;
    height: 1370px;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/bg_main.webp) no-repeat 50% 50%/cover;
}

.section_main .inner_section {
    padding-top: 314px;
}

html[lang='en'] .section_main .inner_section {
    padding-top: 349px;
}

.section_main .tit_main {
    text-align: center;
}

.section_main .btn_play {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    background-size: 100% auto;
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_play.png");
    margin: 24px auto 0;
}

.section_main .btn_play::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_play.png");
}

.section_main .btn_play:hover::before {
    opacity: 1;
}

.section_main .btn_play::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -230px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.section_main .ico_scoll {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 138px;
    height: 79px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ico_scroll.png);
    transform: translateX(-50%);
    animation: scrollDown 1.5s infinite;
    animation-play-state: running;
}

.section_character {
    position: relative;
    overflow: hidden;
    height: 1256px;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/bg_character.webp) no-repeat 50% 50%/cover;
}

.section_character::after {
    position: absolute;
    top: -963px;
    left: 50%;
    z-index: 5;
    width: 2951px;
    height: 2785px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_pillar.png);
    transform: translateX(-50%);
    content: '';
}

.section_character .inner_section {
    padding-top: 135px;
}

.section_character .tit_char {
    position: relative;
    z-index: 10;
    text-align: center;
}

.section_character .group_info_char {
    position: relative;
    z-index: 30;
}

.section_character .box_char {
    position: relative;
    left: 50%;
    padding: 78px 70px;
    margin: 163px 0 0 225px;
    box-sizing: border-box;
    transform: translateX(-50%);
}

html[lang='ko'] .section_character .box_char {
    width: 720px;
    height: 342px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/frame_char.png);
}

html[lang='en'] .section_character .box_char {
    width: 760px;
    height: 396px;
    padding-right: 100px;
    margin-top: 108px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/frame_char.png);
}

.section_character .info_char {
    display: block;
}

.section_character .desc_char {
    margin-top: 26px;
    font-size: 22px;
    line-height: 32px;
    color: #d9c2a3;
}

.section_character .box_deco_char {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section_character .box_deco_char.ani_on .deco_char {
    animation: charSlideLeft 0.8s both;
}

.section_character .deco_char {
    display: block;
    opacity: 0;
    width: 2560px;
    height: 1256px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_char_character.webp);
}

.section_character .box_deco_font {
    position: absolute;
    z-index: 10;
    bottom: 209px;
    left: 50%;
    margin-left: 231px;
    transform: translateX(-50%);
}

.section_character .box_deco_font.ani_on .deco_font {
    animation: charSlideRight 0.8s both;
}

.section_character .deco_font {
    display: block;
    opacity: 0;
    width: 973px;
    height: 422px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/txt_dana.png);
}

.section_character .box_deco_feather.ani_on .deco_feather {
    animation: featherDrop 0.8s ease forwards;
}

.section_character .box_deco_feather .deco_feather {
    position: absolute;
    left: 50%;
    z-index: 20;
    opacity: 0;
    transform: translate(-50%,-20px);
}

.section_character .box_deco_feather .deco_feather:nth-child(1) {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_feather1.png);
    top: 887px;
    width: 372px;
    height: 225px;
    margin-left: -784px;
    animation-duration: 1s;
    animation-delay: 0.3s;
}

.section_character .box_deco_feather .deco_feather:nth-child(2) {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_feather2.png);
    top: 502px;
    width: 467px;
    height: 336px;
    margin-left: -877px;
    animation-duration: 0.7s;
    animation-delay: 0s;
}

.section_character .box_deco_feather .deco_feather:nth-child(3) {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_feather3.png);
    top: 775px;
    width: 874px;
    height: 883px;
    margin-left: 180px;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
}

.section_character .box_deco_feather .deco_feather:nth-child(4) {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_feather4.png);
    top: 286px;
    width: 480px;
    height: 209px;
    margin-left: 600px;
    animation-duration: 1s;
    animation-delay: 0.4s;
}

.section_festival {
    height: 1803px;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/bg_festival.webp) no-repeat 50% 50%/cover;
}

html[lang='en'] .section_festival {
    height: 1835px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/bg_festival.webp);
}

.section_festival .inner_section {
    padding-top: 135px;
}

.section_festival .tit_festival {
    text-align: center;
}

.section_festival .desc_festival {
    margin-top: 28px;
    font-size: 28px;
    line-height: 36px;
    color: #e2d9cc;
    text-align: center;
}

html[lang='en'] .section_festival .desc_festival {
    margin-top: 20px;
}

.section_festival .desc_festival .txt_emph {
    color: #ffb839;
}

.section_festival .link_play {
    position: relative;
    display: block;
    width: 285px;
    height: 98px;
    background-size: 100% auto;
    position: absolute;
    bottom: 133px;
    left: 50%;
    transform: translateX(-50%);
}

html[lang="ko"] .section_festival .link_play {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/link_play.png");
}

html[lang="ko"] .section_festival .link_play::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/link_play.png");
}

html[lang="en"] .section_festival .link_play {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/link_play.png");
}

html[lang="en"] .section_festival .link_play::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/link_play.png");
}

.section_festival .link_play:hover::before {
    opacity: 1;
}

.section_festival .link_play::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -100px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

html[lang='en'] .section_festival .link_play {
    width: 250px;
}

/* special */
.wrap_special {
    position: relative;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/bg_special.webp) no-repeat 50% 0;
}

html[lang='en'] .wrap_special {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/bg_special.webp);
}

.wrap_special .section_notice {
    height: 538px;
    background-color: #0f0f0f;
}

.wrap_special .section_notice .tit_notice {
    color: #fff4e5;
}

.wrap_special .link_top {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab2.png);
}

.wrap_special .link_top.fixed {
    bottom: 558px;
}

.wrap_special .link_top::before {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab2.png);
}

.section_special {
    position: relative;
}

.section_special .inner_section {
    padding-top: 810px;
}

html[lang='en'] .section_special .inner_section {
    padding-top: 815px;
}

.section_special .tit_special {
    text-align: center;
}

.section_special .desc_special {
    margin-top: 13px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.section_special .box_login {
    display: flex;
    align-items: center;
    width: 1220px;
    margin: 0 auto;
    padding: 90px 10px 22px;
    box-sizing: border-box;
}

html[lang='ko'] .section_special .box_login {
    height: 559px;
    margin-top: -33px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/frame_login.png);
}

html[lang='en'] .section_special .box_login {
    height: 643px;
    margin-top: -39px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/frame_login.png);
}

.section_special .area_login,.section_special .area_info {
    width: 600px;
    height: 448px;
}

html[lang='en'] .section_special .area_login,html[lang='en'] .section_special .area_info {
    height: 533px;
    padding-right: 16px;
    padding-left: 41px;
}

.section_special .area_login {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 94px 0 54px;
    box-sizing: border-box;
}

.section_special .area_login.state_login {
    padding-top: 60px;
}

.section_special .area_login.state_login .txt_user {
    color: #ffb839;
}

.section_special .area_login.state_login .link_login {
    padding: 18px 32px 17px;
}

.section_special .area_login .group_user {
    font-size: 26px;
    line-height: 32px;
    color: #fff4e5;
    text-align: center;
    text-shadow: 2px 0 6px rgba(232,178,136,0.39);
}

.section_special .area_login .group_user .txt_user {
    font-weight: 400;
}

.section_special .area_login .num_point {
    font-size: 84px;
    line-height: 1.2;
    color: #f2e8da;
}

.section_special .area_login .link_login {
    margin-top: 20px;
    padding: 28px 58px 27px;
    border-radius: 4px;
    font-size: 22px;
    color: #ffb839;
    background-color: #521408;
    box-shadow: inset 0 1px 0 #70382f,0 1px 0 #330700;
    transition: all 0.3s;
}

.section_special .area_login .link_login:hover {
    background-color: #611709;
}

.section_special .area_login .desc_notice {
    position: absolute;
    bottom: 54px;
    font-size: 18px;
    line-height: 26px;
    color: #e68a5c;
    text-align: center;
}

.section_special .area_info {
    padding: 54px 50px;
    box-sizing: border-box;
}

.section_special .area_info .list_info_point + .list_info_point {
    margin-top: 28px;
}

.section_special .area_info .list_info_point dt {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 20px;
    color: #f7c879;
    background-color: #213f41;
    box-shadow: inset 0 1px 0 #2e4f55,0 1px 0 rgba(0,0,0,0.29);
}

.section_special .area_info .list_info_point dd {
    margin-top: 14px;
    font-size: 18px;
    line-height: 26px;
    color: #ccbfad;
}

.section_special .area_info .list_info_point dd .txt_emph {
    color: #ffb839;
}

.section_special .box_special {
    position: relative;
    z-index: 5;
}

.section_special .box_visual_special {
    position: absolute;
    top: 46px;
    left: 50%;
    width: 2154px;
    height: 1448px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_char_special.webp);
    transform: translate(-50%,15px);
}

.section_special .box_visual_special.ani_on {
    transform: translate(-50%,0);
}

.section_reward .inner_section {
    padding: 125px 0 170px;
}

.section_reward .list_reward {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    padding-top: 7px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section_reward .list_reward li {
    width: 300px;
    height: 367px;
}

html[lang='en'] .section_reward .list_reward li:nth-child(8) .info_gift {
    letter-spacing: -0.05em;
}

.section_reward .list_reward .box_info {
    height: 314px;
}

.section_reward .list_reward .info_gift {
    display: block;
    padding-top: 210px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff4e5;
    text-align: center;
}

.section_reward .list_reward .txt_limit {
    display: block;
    padding-top: 6px;
    font-size: 18px;
    color: #e68a5c;
    text-align: center;
}

.section_reward .list_reward .txt_point {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    font-weight: 500;
    font-size: 22px;
    color: #ffb839;
}

.section_reward .group_server1 {
    position: relative;
}

.section_reward .group_server1 .tit_server1 {
    display: block;
    text-align: center;
}

.section_reward .group_server1 .box_reward {
    position: relative;
    z-index: 20;
    width: 1219px;
    height: 1135px;
    margin: 50px auto 0;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/frame_board.png);
}

.section_reward .group_server1 .box_deco {
    position: absolute;
    z-index: 10;
    top: -87px;
    left: 50%;
    margin-left: 438px;
    transform: translateX(-50%);
}

.section_reward .group_server1 .box_deco.ani_on .deco_char {
    animation: charSlideRight 0.8s both;
}

.section_reward .group_server1 .deco_char {
    display: block;
    opacity: 0;
    width: 1336px;
    height: 1513px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_char_reward1.webp);
}

.section_reward .group_server2 {
    position: relative;
    padding-top: 493px;
}

html[lang='en'] .section_reward .group_server2 {
    padding-top: 483px;
}

.section_reward .group_server2 .deco_char {
    position: absolute;
    z-index: 5;
    top: 107px;
    left: 50%;
    width: 974px;
    height: 1712px;
    margin-left: 59px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_char_reward2.webp);
    transform: translate(-50%,15px);
}

.section_reward .group_server2 .deco_char.ani_on {
    transform: translate(-50%,0);
}

.section_reward .group_server2 .tit_server2 {
    display: block;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    text-align: center;
}

.section_reward .group_server2 .box_reward {
    position: relative;
    z-index: 10;
    width: 1219px;
    height: 766px;
    margin: 45px auto 0;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/frame_board2.png);
}

.section_reward .wrap_btn {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}

.section_reward .link_notice {
    display: inline-block;
    padding: 28px 58px 27px;
    border-radius: 4px;
    font-size: 22px;
    color: #ffb839;
    background-color: #521408;
    box-shadow: inset 0 1px 0 #70382f,0 1px 0 #330700;
    transition: all 0.3s;
}

.section_reward .link_notice:hover {
    background-color: #611709;
}

/* event */
.wrap_event {
    position: relative;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/bg_event.webp) no-repeat 50% 0/cover;
}

.wrap_event .link_notice {
    margin: 53px auto 0;
    position: relative;
    display: block;
    width: 380px;
    height: 90px;
    background-size: 100% auto;
}

html[lang="ko"] .wrap_event .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="ko"] .wrap_event .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="en"] .wrap_event .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

html[lang="en"] .wrap_event .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

.wrap_event .link_notice:hover::before {
    opacity: 1;
}

.wrap_event .link_notice::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -100px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.wrap_event .section_notice {
    background-color: #0f1218;
}

.wrap_event .section_notice .tit_notice {
    color: #b6d8e3;
}

.wrap_event .link_top {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab3.png);
}

.wrap_event .link_top.fixed {
    bottom: 438px;
}

.wrap_event .link_top::before {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab3.png);
}

.section_event {
    position: relative;
}

.section_event .inner_section {
    width: 1320px;
    margin: 0 auto;
    padding-top: 230px;
}

html[lang='en'] .section_event .inner_section {
    padding-top: 176px;
}

.section_event .box_event {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-left: 22px;
}

html[lang='en'] .section_event .box_event {
    margin-left: -13px;
}

html[lang='en'] .section_event .tit_event {
    margin-left: -50px;
}

.section_event .info_event {
    margin-top: 38px;
    text-align: center;
}

.section_event .info_event .txt_event {
    font-weight: 600;
    font-size: 38px;
    color: #2c324b;
    letter-spacing: -0.04em;
}

.section_event .info_event .txt_event .txt_emph {
    font-weight: 600;
    color: #b22626;
}

.section_event .info_event .desc_event {
    margin-top: 12px;
    font-size: 30px;
    line-height: 42px;
    color: #2c324b;
    letter-spacing: -0.04em;
}

.section_event .info_event .desc_event .txt_emph {
    font-weight: 600;
}

.section_event .list_date {
    margin-top: 40px;
}

.section_event .list_date dt {
    color: #b22626;
}

.section_event .list_date dd {
    color: #2f3754;
    line-height: 26px;
}

.section_event .box_deco {
    position: absolute;
    z-index: 5;
    top: 217px;
    left: 50%;
    margin-left: 414px;
    transform: translateX(-50%);
}

.section_event .box_deco.ani_on .deco_char {
    animation: charSlideRight 0.6s both;
}

.section_event .deco_char {
    display: block;
    opacity: 0;
    width: 944px;
    height: 1853px;
}

html[lang='ko'] .section_event .deco_char {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/img_char.webp);
}

html[lang='en'] .section_event .deco_char {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/img_char.webp);
}

.section_event .deco_char::after {
    position: absolute;
    top: 387px;
    right: 171px;
    width: 135px;
    height: 511px;
    margin-left: 414px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_string.png);
    content: '';
}

.section_event .deco_balloon_3 {
    position: absolute;
    top: 10px;
    right: -47px;
    z-index: 10;
    width: 357px;
    height: 397px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_balloon_3.png);
    animation: balloonMotion 4s ease-in-out infinite;
    transform-origin: center bottom;
}

.section_event .deco_flag1 {
    position: absolute;
    top: -280px;
    left: -550px;
    width: 1503px;
    height: 671px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_flag1.png);
    animation: garlandDrop 1.2s cubic-bezier(0.175,0.885,0.32,1.15) forwards;
    transform-origin: top center;
}

.section_event .deco_flag2 {
    position: absolute;
    top: -713px;
    right: -1104px;
    width: 2445px;
    height: 1526px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_flag2.png);
    animation: garlandDrop 1.6s cubic-bezier(0.175,0.885,0.32,1.15) forwards;
    transform-origin: top center;
}

.section_event .deco_balloon {
    position: absolute;
    top: -365px;
    left: 50%;
    width: 955px;
    height: 809px;
    margin-left: 575px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_balloon.png);
    transform: translate(-50%,50px);
}

.section_event .deco_balloon.ani_on {
    transform: translate(-50%,0);
}

.section_server {
    position: relative;
}

.section_server .inner_section {
    padding: 156px 0 153px;
}

html[lang='en'] .section_server .inner_section {
    padding: 121px 0 150px;
}

.section_server .group_server1 {
    position: relative;
    z-index: 10;
}

.section_server .box_server1 {
    width: 1355px;
    height: 888px;
    margin: 0 auto;
}

html[lang='ko'] .section_server .box_server1 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/img_server1.png);
}

html[lang='en'] .section_server .box_server1 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/img_server1.png);
}

.section_server .group_server2 {
    position: relative;
    z-index: 10;
}

.section_server .group_server2.ani_on .deco_yata {
    animation: charSlideRight 0.8s both;
}

.section_server .group_server2.ani_on .deco_calendar {
    animation: charSlideLeft 0.8s both;
}

.section_server .box_server2 {
    position: relative;
    left: 50%;
    z-index: 10;
    width: 1954px;
    height: 891px;
    margin: -63px 0 0 300px;
    transform: translateX(-50%);
}

html[lang='ko'] .section_server .box_server2 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/img_server2.webp);
}

html[lang='en'] .section_server .box_server2 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/img_server2.webp);
}

.section_server .box_yata {
    position: absolute;
    z-index: 20;
    bottom: 2px;
    left: 50%;
    margin-left: -774px;
    transform: translateX(-50%);
}

.section_server .deco_yata {
    display: block;
    opacity: 0;
    width: 519px;
    height: 1219px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_yata.png);
}

.section_server .box_calendar {
    position: absolute;
    z-index: 20;
    bottom: -100px;
    left: 50%;
    margin-left: 570px;
    transform: translateX(-50%);
}

.section_server .deco_calendar {
    display: block;
    width: 695px;
    height: 377px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_calendar.png);
}

/* coin */
.wrap_coin {
    position: relative;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/bg_coin.webp) no-repeat 50% 0;
}

html[lang='en'] .wrap_coin {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/bg_coin.webp);
}

.wrap_coin .link_notice {
    margin: 53px auto 0;
    position: relative;
    display: block;
    width: 380px;
    height: 90px;
    background-size: 100% auto;
}

html[lang="ko"] .wrap_coin .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="ko"] .wrap_coin .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="en"] .wrap_coin .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

html[lang="en"] .wrap_coin .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

.wrap_coin .link_notice:hover::before {
    opacity: 1;
}

.wrap_coin .link_notice::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -100px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.wrap_coin .section_notice {
    background-color: #091627;
}

.wrap_coin .section_notice .tit_notice {
    color: #b6d8e3;
}

.wrap_coin .link_top {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab4.png);
}

.wrap_coin .link_top.fixed {
    bottom: 438px;
}

.wrap_coin .link_top::before {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab4.png);
}

html[lang='en'] .wrap_coin .link_top.fixed {
    bottom: 510px;
}

.section_coin {
    position: relative;
}

.section_coin .inner_section {
    padding-top: 255px;
}

html[lang='en'] .section_coin .inner_section {
    padding-top: 182px;
}

.section_coin .tit_coin {
    text-align: center;
}

.section_coin .desc_coin {
    margin-top: 36px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.section_coin .desc_coin .txt_emph {
    color: #ffd145;
}

.section_coin .img_char_coin {
    display: block;
    text-align: center;
}

.section_coin .list_date {
    margin-top: -116px;
}

html[lang='en'] .section_coin .list_date {
    margin-top: -150px;
}

.section_coin .list_date dt {
    color: #8be4ff;
}

.section_coin .list_date dd {
    color: #fff;
}

.section_coin .group_coin {
    animation: fadeIn 1.5s 0.5s linear both;
}

.section_coin .deco_coin {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-name: decoAni;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform;
}

.section_coin .deco_coin1 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin1.png);
    top: 564px;
    width: 182px;
    height: 156px;
    margin-left: -681px;
    animation-duration: 3s;
    animation-delay: 0s;
}

.section_coin .deco_coin2 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin2.png);
    top: 965px;
    width: 229px;
    height: 222px;
    margin-left: -934px;
    animation-duration: 2.5s;
    animation-delay: 1.5s;
}

.section_coin .deco_coin3 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin3.png);
    top: 517px;
    width: 249px;
    height: 286px;
    margin-left: 720px;
    animation-duration: 2s;
    animation-delay: 0.8s;
}

.section_coin .deco_coin4 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin4.png);
    top: 885px;
    width: 187px;
    height: 165px;
    margin-left: 993px;
    animation-duration: 1.8s;
    animation-delay: 1.2s;
}

.section_coin .deco_coin5 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin5.png);
    top: 1250px;
    width: 131px;
    height: 150px;
    margin-left: -560px;
    animation-duration: 2s;
    animation-delay: 0.3s;
}

.section_coin .deco_coin6 {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_coin6.png);
    top: 1344px;
    width: 174px;
    height: 187px;
    margin-left: 339px;
    animation-duration: 2s;
    animation-delay: 0.7s;
}

.section_step .inner_section {
    padding: 58px 0 155px;
}

html[lang='en'] .section_step .inner_section {
    padding-top: 60px;
}

.section_step .list_step_server {
    position: absolute;
    top: 40px;
    display: flex;
    gap: 10px;
    height: 540px;
}

.section_step .list_step_server li {
    width: 422px;
    height: 100%;
}

.section_step .list_step_server .txt_step {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 352px;
    font-weight: 500;
    font-size: 26px;
    line-height: 29px;
    color: #0b3a64;
    letter-spacing: -0.03em;
    text-align: center;
}

.section_step .tit_server1 {
    display: block;
    text-align: center;
}

.section_step .box_step_server1 {
    position: relative;
    left: 50%;
    width: 1374px;
    height: 640px;
    margin: 28px 0 0 -47px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_coin_server1.png);
    transform: translateX(-50%);
}

.section_step .box_step_server1 .list_step_server {
    left: 93px;
    width: 1280px;
}

.section_step .tit_server2 {
    display: block;
    margin-top: 12px;
    text-align: center;
}

html[lang='en'] .section_step .tit_server2 {
    margin-top: 15px;
}

.section_step .box_step_server2 {
    position: relative;
    left: 50%;
    width: 1507px;
    height: 705px;
    margin-left: -63px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/img_coin_server2.webp);
    transform: translateX(-50%);
}

.section_step .box_step_server2 .list_step_server {
    top: 69px;
    left: 392px;
    width: 850px;
}

.section_step .box_notice {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1280px;
    height: 360px;
    margin: 60px auto 0;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/frame_notice.png);
}

.section_step .box_notice .img_char_notice {
    position: absolute;
    top: -74px;
    right: -188px;
    width: 484px;
    height: 639px;
}

html[lang='ko'] .section_step .box_notice .img_char_notice {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/img_char_notice.png);
}

html[lang='en'] .section_step .box_notice .img_char_notice {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/img_char_notice.png);
}

.section_step .box_notice .desc_notice {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #0b3a64;
    letter-spacing: -0.04em;
    text-align: center;
}

.section_step .box_notice .desc_notice .txt_emph {
    font-weight: 500;
    color: #9f1734;
}

.section_step .box_notice .txt_tip {
    margin-top: 22px;
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    color: #9f1734;
    letter-spacing: -0.04em;
    text-align: center;
}

.section_step .box_notice .txt_notice {
    margin-top: 22px;
    font-size: 24px;
    color: #0b3a64;
    letter-spacing: -0.04em;
}

.section_step .link_notice {
    margin-top: 40px;
}

/* gift */
.wrap_gift {
    position: relative;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/bg_gift.webp) no-repeat 50% 0;
}

html[lang='en'] .wrap_gift::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #40110c;
    content: '';
}

.wrap_gift .link_notice {
    margin: 53px auto 0;
    position: relative;
    display: block;
    width: 380px;
    height: 90px;
    background-size: 100% auto;
}

html[lang="ko"] .wrap_gift .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="ko"] .wrap_gift .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/btn_notice.png");
}

html[lang="en"] .wrap_gift .link_notice {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

html[lang="en"] .wrap_gift .link_notice::before {
    background-image: url("https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/en/btn_notice.png");
}

.wrap_gift .link_notice:hover::before {
    opacity: 1;
}

.wrap_gift .link_notice::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 0 -100px;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s;
}

.wrap_gift .link_top {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab5.png);
}

.wrap_gift .link_top::before {
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_top_tab5.png);
}

.section_gift {
    position: relative;
}

.section_gift::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2363px;
    height: 922px;
    margin-left: 21px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/deco_particle.png);
    transform: translateX(-50%);
    content: '';
}

.section_gift .inner_section {
    padding: 745px 0 166px;
}

html[lang='en'] .section_gift .inner_section {
    padding: 677px 0 250px;
}

.section_gift .tit_gift {
    text-align: center;
}

.section_gift .desc_gift {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    letter-spacing: -0.04em;
    text-align: center;
}

.section_gift .desc_gift .txt_emph {
    color: #ffd668;
}

.section_gift .list_date {
    position: relative;
    padding-top: 30px;
    margin-top: 26px;
}

html[lang='en'] .section_gift .list_date {
    padding-top: 20px;
    margin-top: 20px;
}

.section_gift .list_date::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 567px;
    height: 10px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/line_date.png);
    transform: translateX(-50%);
    content: '';
}

.section_gift .list_date dt {
    color: #ffd668;
}

.section_gift .list_date dd {
    color: #fff5d1;
}

.section_gift .box_visual_gift {
    position: relative;
    left: 50%;
    margin-top: 46px;
    margin-left: -40px;
    text-align: center;
    transform: translateX(-50%);
}

html[lang='en'] .section_gift .box_visual_gift {
    margin-top: 20px;
}

.section_gift .list_gift {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 1356px;
    height: 330px;
    margin: -120px auto 0;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/item_gift.png);
}

.section_gift .list_gift li {
    flex: 1;
}

.section_gift .list_gift .txt_gift {
    display: block;
    margin-top: 284px;
    padding-top: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff5d1;
    text-align: center;
}

.section_gift .list_gift .txt_gift .txt_emph {
    color: #ebd482;
}

.section_gift .link_notice {
    margin-top: 78px;
}

html[lang='en'] .section_gift .link_notice {
    margin-top: 136px;
}

/* notice */
.section_notice .inner_section {
    max-width: 1680px;
    min-width: 1440px;
    padding: 75px 40px;
}

.section_notice .tit_notice {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.section_notice .list_notice {
    margin-top: 24px;
}

.section_notice .list_notice li {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    line-height: 34px;
    color: #ababab;
    letter-spacing: -0.02em;
}

.section_notice .list_notice li::after {
    position: absolute;
    top: 16px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #ababab;
    content: '';
}

/* footer */
.promotion-footer {
    position: relative;
    width: 100%;
    height: 447px;
    font-family: 'Noto Sans KR','Apple SD Gothic Neo','Arial','Helvetica','sans-serif';
    letter-spacing: -.01em;
    background-color: #000;
}

.promotion-footer .inner_footer {
    max-width: 1680px;
    min-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 63px 40px;
    box-sizing: border-box;
}

.logo_foot {
    display: flex;
    align-items: center;
}

.logo_foot .link_foot {
    position: relative;
}

.logo_foot .link_foot:nth-child(1) {
    top: 6px;
}

.logo_foot .link_foot + .link_foot {
    margin-left: 41px;
}

.logo_foot .link_foot .img_logo {
    display: inline-block;
    vertical-align: middle;
}

.info_foot {
    margin-top: 44px;
}

.info_foot .info_address,.info_foot .link_g {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    letter-spacing: -0.01em;
}

.info_foot .info_address {
    padding-top: 28px;
    font-family: 'Segoe UI','Apple SD Gothic Neo','Linux Biolinum O','Arial','Helvetica','sans-serif';
}

.info_foot .info_copyright {
    display: block;
    padding-top: 29px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.info_foot .link_g,.info_foot .link_copyright {
    display: inline-block;
    vertical-align: top;
}

.info_foot .link_business {
    margin-left: 5px;
    text-decoration: underline;
}

.info_foot .link_copyright {
    color: #fff;
}

.info_foot .link_cert {
    display: inline-flex;
    align-items: center;
    margin-top: 29px;
}

.info_foot .link_cert:hover .txt_cert {
    text-decoration: underline;
}

.info_foot .link_cert .txt_cert {
    margin-right: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.info_foot .link_cert .ico_more {
    width: 6px;
    height: 10px;
}

html[lang='en'] .info_foot .link_cert .ico_more {
    margin-top: 3px;
}

.list_csmenu {
    display: flex;
    align-items: center;
}

.list_csmenu li {
    position: relative;
}

.list_csmenu li + li {
    padding-left: 50px;
}

.list_csmenu li:first-child .link_csmenu::before {
    content: none;
}

.list_csmenu li::before {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 1px;
    height: 8px;
    background-color: #6a6969;
    transform: translateY(-50%);
    content: '';
}

.list_csmenu li .link_csmenu {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #e7e7e7;
    letter-spacing: -0.01em;
}

.list_csmenu li .link_csmenu:hover {
    text-decoration: underline;
}

.list_csmenu li .link_grade {
    position: relative;
    padding-right: 15px;
}

.list_csmenu li .link_grade::after {
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 6px solid #cbcbcb;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translateY(-50%);
    content: '';
}

/* layer */
.dimmed_layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dimmed_layer.on {
    opacity: 1;
    z-index: 1500;
}

.popup_layer {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2010;
    transform: translate(-50%,-50%);
}

.popup_layer.on {
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}

.popup_layer .inner_popup_layer {
    position: relative;
}

.popup_layer .layer_body {
    width: 100%;
    height: 100%;
}

.popup_layer.popup_video .inner_popup_layer {
    width: 1200px;
    height: 677px;
    transition: opacity 0.3s ease;
}

.popup_layer.popup_video .box_vod {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.popup_layer.popup_video .frame_vod {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #1a1a1a;
}

.popup_layer.popup_video .btn_close {
    position: absolute;
    top: -88px;
    right: 0;
}

.popup_layer.popup_video .ico_close {
    width: 68px;
    height: 68px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_video_close.png);
}

.popup_layer.popup_grade {
    top: auto;
    bottom: 134px;
    left: 50%;
    font-family: 'Noto Sans KR','Apple SD Gothic Neo','Arial','Helvetica','sans-serif';
    transform: translateX(-50%);
}

.popup_layer.popup_grade .inner_popup_layer {
    width: 972px;
    overflow-y: visible;
    padding: 0;
}

.popup_layer.popup_grade .layer_body {
    width: 100%;
    height: 100%;
    padding: 32px;
    border: 1px solid #212121;
    background-color: #000;
    vertical-align: bottom;
    box-sizing: border-box;
}

.popup_layer.popup_grade [class~='info_grade'] .desc_grade {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.popup_layer.popup_grade [class~='info_grade'] .desc_grade .txt_emph {
    font-weight: 700;
    color: #F02828;
}

.popup_layer.popup_grade [class~='info_grade'] .list_grade {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 226px;
    height: 86px;
    background-image: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/ko/img_grade.png);
}

.popup_layer.popup_grade [class~='info_grade'] .list_gameinfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 660px;
    margin-top: 32px;
    font-size: 12px;
    line-height: 26px;
    color: #808080;
}

.popup_layer.popup_grade [class~='info_grade'] .list_gameinfo dt,.popup_layer.popup_grade [class~='info_grade'] .list_gameinfo dd {
    height: 29px;
    margin: -1px 0 0 -1px;
    padding-left: 16px;
    border: 1px solid #141414;
    box-sizing: border-box;
}

.popup_layer.popup_grade [class~='info_grade'] .list_gameinfo dt {
    width: 152px;
}

.popup_layer.popup_grade [class~='info_grade'] .list_gameinfo dd {
    width: 179px;
    color: #fff;
}

.popup_layer.popup_grade .btn_close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 26px;
    height: 26px;
    padding: 0;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_close_layer.png) no-repeat 50% 50%/cover;
}

.popup_layer.popup_policy {
    min-height: 464px;
    font-family: 'Noto Sans KR','Apple SD Gothic Neo','Arial','Helvetica','sans-serif';
    color: #808080;
    background-color: #000;
    box-sizing: border-box;
    opacity: 0;
}

.popup_layer.popup_policy.on {
    opacity: 1;
}

.popup_layer.popup_policy .inner_popup_layer {
    width: 840px;
    padding: 32px;
    border: 1px solid #212121;
    box-sizing: border-box;
    transform: translateX(0);
}

.popup_layer.popup_policy .layer_body {
    top: auto;
    transform: translateY(0);
    width: 100%;
    height: 100%;
}

.popup_layer.popup_policy .tit_policy {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #303030;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.popup_layer.popup_policy .desc_policy {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.popup_layer.popup_policy .link_faq {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}

.popup_layer.popup_policy .btn_close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 26px;
    height: 26px;
    padding: 0;
    background: url(https://t1.kakaocdn.net/gamepub/ui-contents/promotion/aw/260206_3rd/pc/btn_close_layer.png) no-repeat 50% 50%/cover;
}

@keyframes scrollDown {
    0% {
        transform: translate(-50%,0);
    }

    30% {
        transform: translate(-50%,-15px);
    }

    60% {
        transform: translate(-50%,0);
    }
}

@keyframes decoAni {
    0% {
        transform: translate(-50%,0);
    }

    100% {
        transform: translate(-50%,-12px);
    }
}

@keyframes balloonMotion {
    0% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

@keyframes garlandDrop {
    0% {
        transform: translateY(-95%);
        opacity: 0;
    }

    70% {
        transform: translateY(4px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes featherDrop {
    from {
        opacity: 0;
        transform: translate(-50%,-20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%,0);
    }
}

@keyframes charSlideRight {
    0% {
        opacity: 0;
        margin-left: 150px;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes charSlideLeft {
    0% {
        opacity: 0;
        margin-left: -150px;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.box_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #242424;
    opacity: 0;
    transition: all 0.8s;
    transform: translateY(150px);
}

.box_cookie.on {
    z-index: 1050;
    opacity: 1;
    transform: translateY(0);
    animation: ani_bt_obj 0.8s;
}

.box_cookie .inner_cookie {
    display: flex;
    position: relative;
    max-width: 1240px;
    min-height: 138px;
    padding: 0 20px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.box_cookie .desc_cookie {
    max-width: 750px;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    line-height: 24px;
    color: #CECECE;
}

.box_cookie .txt_emph {
    color: #fff;
}

.box_cookie .wrap_btn {
    display: flex;
    text-align: inherit;
}

.box_cookie .btn_cookie {
    min-height: 42px;
    padding: 4px 25px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    background-color: #b48f67;
    letter-spacing: 0;
    transition: background-color 0.3s,border-color 0.3s;
}

@media screen and (min-width: 1280px) and (max-width:2560px) {
    .box_cookie .btn_cookie:hover {
        background-color:#c99f72;
    }
}

.box_cookie .btn_cookie + [class^="btn_"] {
    margin-left: 10px;
}

.box_cookie .btn_set {
    border: 1px solid #535353;
    background-color: transparent;
}

@media screen and (min-width: 1280px) and (max-width:2560px) {
    .box_cookie .btn_set:hover {
        border-color:#797979;
        background-color: transparent;
    }
}

.popup_layer.popup_cookie {
    width: 788px;
    margin: 0 auto;
}

.popup_layer.popup_cookie .inner_popup_layer {
    background-color: #fff;
}

.popup_layer.popup_cookie .layer_head {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #EAEAEA;
}

.popup_layer.popup_cookie .layer_body {
    width: auto;
    height: auto;
    padding: 24px 20px 20px;
}

.popup_layer.popup_cookie .txt_emph {
    font-weight: 500;
    color: #b48f67;
}

.popup_layer.popup_cookie .tit_popup {
    display: block;
    padding: 10px 30px 10px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.popup_layer.popup_cookie .tit_cookie {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.popup_layer.popup_cookie .desc_cookie {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #383838;
}

.popup_layer.popup_cookie .link_cookie {
    position: relative;
    font-weight: 500;
    color: #b48f67;
}

.popup_layer.popup_cookie .link_cookie::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b48f67;
    content: '';
}

.popup_layer.popup_cookie .link_back {
    padding: 10px;
}

.popup_layer.popup_cookie .link_back .ico_back {
    display: inline-block;
    width: 8px;
    height: 18px;
    margin-top: 2px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M10 1L2 10L10 19' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat 50% 50%/cover;
    vertical-align: top;
}

.popup_layer.popup_cookie .group_btn {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
}

.popup_layer.popup_cookie .wrap_btn {
    display: flex;
}

.popup_layer.popup_cookie .btn_cookie {
    height: 40px;
    padding: 4px 25px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    background-color: #000;
    letter-spacing: 0;
    transition: background-color 0.3s,border-color 0.3s;
}

@media screen and (min-width: 1280px) and (max-width:2560px) {
    .popup_layer.popup_cookie .btn_cookie:hover {
        background-color:#343434;
    }
}

.popup_layer.popup_cookie .btn_cookie + [class^="btn_"] {
    margin-left: 10px;
}

.popup_layer.popup_cookie .btn_save {
    border: 1px solid #707070;
    color: #202020;
    background-color: #FFF;
}

@media screen and (min-width: 1280px) and (max-width:2560px) {
    .popup_layer.popup_cookie .btn_save:hover {
        border-color:#A0A0A0;
        background-color: #FFF;
    }
}

.popup_layer.popup_cookie .btn_close {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 40px;
    height: 40px;
}

.popup_layer.popup_cookie .btn_close .ico_close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 1L1 17M1 1L17 17' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat 50% 50%/cover;
    transform: translate(-50%,-50%);
}

.popup_layer.popup_cookie .list_cookie {
    width: 713px;
}

.popup_layer.popup_cookie .list_cookie li + li {
    margin-top: 30px;
}

.popup_layer.popup_cookie .tbl_cookies {
    width: 728px;
    margin-top: 10px;
    border: 1px solid #202020;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    text-align: center;
}

.popup_layer.popup_cookie .tbl_cookies th,.popup_layer.popup_cookie .tbl_cookies td {
    padding: 11px 10px;
    border-bottom: 1px solid #202020;
    line-height: 19px;
}

.popup_layer.popup_cookie .tbl_cookies th {
    font-weight: 500;
    font-size: 14px;
}

.popup_layer.popup_cookie .tbl_cookies th + th {
    border-left: 1px solid #202020;
}

.popup_layer.popup_cookie .tbl_cookies td {
    font-size: 14px;
    word-wrap: break-word;
    word-break: keep-all;
}

.popup_layer.popup_cookie .tbl_cookies td.td_left {
    text-align: left;
}

.popup_layer.popup_cookie .tbl_cookies td + td {
    border-left: 1px solid #202020;
}

.popup_layer.popup_cookie .group_info {
    display: flex;
    position: relative;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    justify-content: space-between;
}

.popup_layer.popup_cookie .group_info ~ .group_info {
    margin-top: 30px;
}

.popup_layer.popup_cookie .group_info .inp_switch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 22px;
    opacity: 0;
    cursor: pointer;
}

.popup_layer.popup_cookie .group_info .inp_switch:disabled,.popup_layer.popup_cookie .group_info .inp_switch:disabled + .lab_switch {
    cursor: not-allowed;
}

.popup_layer.popup_cookie .group_info .inp_switch:checked + .lab_switch .switch_check {
    background-color: #202020;
}

.popup_layer.popup_cookie .group_info .inp_switch:checked + .lab_switch .ico_switch {
    left: calc(100% - 20px);
}

.popup_layer.popup_cookie .group_info .lab_switch {
    cursor: pointer;
}

.popup_layer.popup_cookie .group_info .switch_check {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 22px;
    border-radius: 20px;
    background-color: #D3D3D3;
    transition: background-color 0.3s;
}

.popup_layer.popup_cookie .group_info .ico_switch {
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    text-indent: -9999px;
    transition: left 0.3s;
}

.popup_layer.popup_cookie .wrap_cookie {
    overflow-y: auto;
    height: 430px;
    padding-bottom: 24px;
    box-sizing: border-box;
    scrollbar-face-color:#202020;scrollbar-track-color:#FFF;}

.popup_layer.popup_cookie .wrap_cookie::-webkit-scrollbar-track {
    background-color: #FFF;
}

.popup_layer.popup_cookie .wrap_cookie::-webkit-scrollbar {
    width: 4px;
}

.popup_layer.popup_cookie .wrap_cookie::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #202020;
}
