@charset "UTF-8";
[cont-lang=ko] {
    display: none !important;
}

:lang(ko) [cont-lang=ko] {
    display: block !important;
}

[cont-lang=en] {
    display: none !important;
}

:lang(en) [cont-lang=en] {
    display: block !important;
}

[cont-lang=zh-TW] {
    display: none !important;
}

:lang(zh-TW) [cont-lang=zh-TW] {
    display: block !important;
}

[cont-lang=de] {
    display: none !important;
}

:lang(de) [cont-lang=de] {
    display: block !important;
}

[cont-lang=fr] {
    display: none !important;
}

:lang(fr) [cont-lang=fr] {
    display: block !important;
}

[cont-lang=es] {
    display: none !important;
}

:lang(es) [cont-lang=es] {
    display: block !important;
}

[cont-lang=pt] {
    display: none !important;
}

:lang(pt) [cont-lang=pt] {
    display: block !important;
}

[cont-lang=th] {
    display: none !important;
}

:lang(th) [cont-lang=th] {
    display: block !important;
}

[cont-lang=zh-CN] {
    display: none !important;
}

:lang(zh-CN) [cont-lang=zh-CN] {
    display: block !important;
}

[cont-lang=ja] {
    display: none !important;
}

:lang(ja) [cont-lang=ja] {
    display: block !important;
}

/* layout */

#wrapper {
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.gnbBlock {
    display: block;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 100000;
}

.btn-top {
    position: fixed;
    z-index: 999;
    bottom: 5.625rem;
    right: 3.125rem;
    width: 5.625rem;
    height: 5.5rem;
    background: url("../images/common/btn_top.png") no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-indent: -9999em;
}

.btn-top.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.ir {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.inner {
    max-width: 2560px;
    margin: 0 auto;
}

.mo {
    display: none;
}

.gnb-fl-banners {
    display: none;
}

.music {
    position: absolute;
    top: 50%;
    right: 5.2rem;
    transform: translateY(-50%);
}

.music .btn-music {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images/common/bg_music.png") no-repeat;
    background-position-y: 0;
    background-size: 100% auto;
    text-indent: -9999em;
}

.music .btn-music.on {
    background-position-y: 100%;
}

.music .btn-music.on:after {
    content: "";
    position: absolute;
    top: 0.05rem;
    left: 0.1rem;
    width: 3rem;
    height: 3rem;
    background: url("../images/common/equalizer.gif") no-repeat;
    background-size: 100% auto;
}

#header .logo {
    width: 148px;
    height: 20px;
    background: url("../images/common/logo.png") no-repeat 0 0;
    background-size: auto 100%;
    text-indent: -9999em;
}

#container {
    background-color: #fff;
}

.gnb-wrap {
    display: flex;
    align-items: center;
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0;
    right: 0;
    height: 80px;
    padding: 0 84px;
    z-index: 300;
    transition: background-color 0.4s ease;
}

.gnb-wrap .btn-menu {
    display: none;
    position: fixed;
    top: 1.875rem;
    z-index: 10;
    width: 72px;
    height: 58px;
    background: url("../images/common/ico_menu.png") no-repeat center;
    background-size: 100% auto;
    text-indent: -9999em;
}

.gnb-wrap .btn-menuClose {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.nav-area ul {
    display: flex;
    align-items: center;
}

.nav-area li {
    position: relative;
    margin-left: 40px;
    transition: all 0.4s ease;
}

.nav-area li em {
    transition: all 0.2s ease-out;
    display: inline-block;
    vertical-align: middle;
}

.nav-area li span {
    display: none;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0%;
    max-width: 100%;
    height: 3px;
    background-color: #00ffc0;
    transition: all 0.15s ease-out;
}

.nav-area li>* {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 400;
}

.nav-area li.active>* {
    color: #000;
    font-weight: 700;
}

.nav-area li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url("../images/common/icon_blank.png") no-repeat center top;
    margin-left: 0.4rem;
    margin-top: -0.3rem;
}

.bottom-bar {
    position: fixed;
    bottom: -10rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72.5rem;
    height: 7.5rem;
    background: url("../images/common/bg_bottom_bar.png") no-repeat center bottom;
    background-size: 100% auto;
    transform: translateX(-50%);
    z-index: 1000;
    transition: all 0.6s ease-out;
}

.bottom-bar .txt {
    display: inline-block;
    width: 17.6875rem;
    height: 2.125rem;
    background: url("../images/ko/bar_txt.png") no-repeat;
    text-indent: -9999em;
    margin-right: 6.25rem;
}

.bottom-bar .market-wrap-bar .btn {
    display: inline-block;
    width: 14.75rem;
    height: 4.375rem;
    background: url("../images/ko/btn_store4.png") no-repeat;
    background-size: auto 100%;
    text-indent: -9999em;
    margin: 0 0.4rem;
}

.bottom-bar .market-wrap-bar .btn.market-gp {
    background-position-x: 0;
}

.bottom-bar .market-wrap-bar .btn.market-as {
    background-position-x: 100%;
}

.bottom-bar.on {
    display: flex;
    bottom: 0rem;
}

.bottom-bar .qr-img {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background: url("../images/ko/qr_s.png") no-repeat;
    text-indent: -9999em;
    margin-left: 0.625rem;
}

.share-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding-right: 4.4rem;
}

/* .share-area a { */
    /* display: block; */
    /* width: 45px; */
    /* height: 38px; */
    /* background: url("../images/common/icon_sns_new.png") no-repeat 0 0; */
    /* text-indent: -9999em; */
    /* background-position-y: 0%; */
/* } */

/* 변경 → SNS 전용만 지정 */
.share-area > a {
  display: block;
  width: 45px;
  height: 38px;
  background: url("../images/common/icon_sns_new.png") no-repeat 0 0;
  text-indent: -9999em;
  background-position-y: 0%;
}

.share-area a.on {
    background-position-y: 100%;
}

.share-area a+a {
    margin-left: 20px;
}

.share-area .btn-stove {
    background-position-x: 0;
}

.share-area .btn-yt {
    background-position-x: 25%;
}

.share-area .btn-fb {
    background-position-x: 50%;
}

.share-area .btn-tw {
    background-position-x: 75%;
}

.share-area .btn-discord {
    background-position-x: 100%;
}


.tit-area h2 {
    height: 140px;
    background: url("../images/ko/img_tits.png") no-repeat 50% 0;
    text-indent: -9999em;
    font-size: 0;
}

.tit-area .desc-txt {
    font-size: 1.375rem;
    line-height: 1.2em;
    color: #fff;
}

.tit-area .desc-txt em {
    color: #ebd883;
}

.pc .nav-area li:hover em {
    color: #000;
}

.pc .nav-area li.active span {
    width: 140%;
}

.pc .nav-area li:hover span {
    width: 140%;
}

.pc .section01 .btn-movie:hover {
    background-image: url("../images/common/btn_play_on.png");
}

.pc .section01 .btn-movie.on {
    background-image: url("../images/common/btn_play_on.png");
}

.pc .btn:hover {
    opacity: 0.75;
}

.pc .disable:hover {
    opacity: 1 !important;
}

.pc .share-area a:hover {
    background-position-y: 100%;
}

/* 20231013 스토브 GNB 추가 - 스타일 변경 */

.pc #stoveGnbWrap {
    display: block;
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 49px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.pc #stoveGnbWrap .gnb-stove .gnb-inner {
    height: 48px;
}

#header {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 300;
    transition: all 0.1s linear;
}

#header .gnb-wrap {
    position: relative;
}

#header.sticky {
    top: 0px;
    background-color: #fff;
}

#header.sticky .nav-area li.active>* {
    color: #000;
}

#header.zIndex {
    z-index: 100000000;
}

.m-black #header {
    background-color: #fff;
}

.m-black #header .nav-area li.active>* {
    color: #000;
    font-weight: 700;
}

.m-black #header .nav-area li:hover em {
    color: #000;
}

.pc .section01 {
    min-height: calc(100vh - 49px);
}

.pc .nav-area li:hover em {
    color: #fff;
}

.pc #header.sticky .nav-area li:hover em {
    color: #000;
}

.mobile .gnbBlock {
    display: block;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.mobile #header {
    top: 50px;
    background: #fff;
}

.mobile #header.sticky {
    top: 0px;
    background-color: #fff;
}

.mobile #header.sticky .nav-area li.active>* {
    color: #000;
}

/* //20231013 스토브 GNB 추가 - 스타일 변경 */

/* popup */

body.turning {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

body.turning #wrapper {
    position: relative;
    top: 0;
}

body.dimmed,
body.dimmed-white {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

body.dimmed:before,
body.dimmed-white:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
}

body.dimmed #wrapper,
body.dimmed-white #wrapper {
    position: relative;
    top: 0;
}

body.dimmed-white:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
}

.popup .txt-box {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding: 0 3rem;
}

.popup .txt-box .pop-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.popup .txt-box strong {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: 600;
}

.popup .txt-box a {
    color: #0097ff;
    font-weight: 500;
    font-size: 1.2em;
}

/* youtube */

.popup-youtube {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 100%;
    max-width: 910px;
    height: 520px;
    margin-top: 0;
    border: 6px solid #ffd48a;
    background: #000;
    -webkit-transform: scale(0) translate(-50%, -60%);
    transform: scale(0) translate(-50%, -60%);
}

.popup-youtube:after {
    display: none;
}

.popup-youtube .frame {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 3px solid #000;
}

.popup-youtube.show {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -60%);
    transform: scale(1) translate(-50%, -60%);
}

.popup-youtube.show .frame {
    opacity: 1;
}

.popup-youtube .frame iframe {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.popup-youtube .btn-close {
    position: absolute;
    top: -80px;
    right: 0;
    width: 42px;
    height: 42px;
    background: url("../images/common/ico_close_pop.png") no-repeat;
    background-position-y: 100%;
    z-index: 100;
    text-indent: -9999em;
}

.popAlert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10010;
    padding: 30px 40px;
    opacity: 0;
    width: 640px;
    height: 400px;
    background: url("../images/common/bg_pop_pc.png") no-repeat;
    letter-spacing: 0;
    display: none;
    transition: all 0.25s ease;
    transform: scale(1) translate(-50%, -100%);
}

.popAlert.show {
    opacity: 1;
    display: block;
    transform: scale(1) translate(-50%, -50%);
}

.popAlert .cont {
    text-align: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
    height: auto;
    height: 248px;
    font-size: 22px;
    color: #212121;
    align-items: center;
    margin-bottom: 1rem;
}

.popAlert .cont h2 {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
}

.popAlert .cont span {
    text-align: center;
    font-size: 1rem;
    color: #969696;
    word-break: break-all;
}

.popAlert .btn-confirm {
    width: 270px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414141;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}

.popAlert .btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/common/ico_close.png") no-repeat;
    background-size: contain;
    z-index: 100;
    text-indent: -9999em;
}

.popAlert-cell {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10010;
    padding: 30px 40px;
    opacity: 0;
    width: 640px;
    background-color: #fff;
    letter-spacing: 0;
    display: none;
    transition: all 0.25s ease;
    transform: scale(1) translate(-50%, -100%);
}

.popAlert-cell.show {
    opacity: 1;
    display: block;
    transform: scale(1) translate(-50%, -50%);
}

.popAlert-cell .cont {
    text-align: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
    height: auto;
    min-height: 248px;
    font-size: 22px;
    color: #212121;
    align-items: center;
    margin-bottom: 20px;
}

.popAlert-cell .btn-confirm {
    width: 270px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414141;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}

.popAlert-cell .btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/common/ico_close.png") no-repeat;
    background-size: contain;
    z-index: 100;
    text-indent: -9999em;
}

.popAlert-end {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10010;
    padding: 30px 40px;
    opacity: 0;
    width: 640px;
    background-color: #fff;
    letter-spacing: 0;
    display: none;
    transition: all 0.25s ease;
    transform: scale(1) translate(-50%, -100%);
}

.popAlert-end.show {
    opacity: 1;
    display: block;
    transform: scale(1) translate(-50%, -50%);
}

.popAlert-end .cont {
    text-align: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
    height: auto;
    min-height: 248px;
    font-size: 22px;
    color: #212121;
    align-items: center;
    margin-bottom: 20px;
}

.popAlert-end .flex-wrap {
    text-align: center;
}

.popAlert-end .btn-cancel {
    display: inline-block;
    width: 45%;
    height: 84px;
    background-color: #414141;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0.5rem;
}

.popAlert-end .btn-confirm {
    display: inline-block;
    width: 45%;
    height: 84px;
    background-color: #414141;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0.5rem;
}

.popAlert-end .btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/common/ico_close.png") no-repeat;
    background-size: contain;
    z-index: 100;
    text-indent: -9999em;
}

.popAlert-finish {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10010;
    padding: 30px 40px;
    opacity: 0;
    width: 640px;
    background-color: #fff;
    letter-spacing: 0;
    display: none;
    transition: all 0.25s ease;
    transform: scale(1) translate(-50%, -100%);
}

.popAlert-finish::before {
    content: "";
    position: absolute;
    top: -307px;
    left: 50%;
    width: 640px;
    height: 307px;
    background: url(../images/ko/img_poptit_finish.png) no-repeat center top;
    background-size: contain;
    z-index: 90;
    text-indent: -9999em;
    transform: translateX(-50%);
    z-index: 1;
}

.popAlert-finish.show {
    opacity: 1;
    display: block;
    transform: scale(1) translate(-50%, -20%);
}

.popAlert-finish .cont {
    text-align: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
    height: auto;
    min-height: 248px;
    font-size: 22px;
    color: #212121;
    align-items: center;
    margin-bottom: 20px;
}

.popAlert-finish .btn-confirm {
    width: 270px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414141;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}

.popAlert-finish .btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/common/ico_close.png") no-repeat;
    background-size: contain;
    z-index: 100;
    text-indent: -9999em;
}

.popAlert-finish .flex-pop {
    width: 100%;
}

.popAlert-finish .flex-pop .txt {
    display: inline-block;
    font-size: 30px;
    color: #212121;
    margin: 0 0 0.5rem;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.popAlert-finish .flex-pop .txt em {
    color: #006d97;
}

.popAlert-finish .flex-pop .txt-cau {
    display: inline-block;
    font-size: 18px;
    color: #cf474f;
    margin-bottom: 1.5rem;
}

.popAlert-finish .flex-pop .cbt-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    width: 100%;
}

.popAlert-finish .flex-pop .cbt-date span {
    position: relative;
    font-size: 18px;
    letter-spacing: -0.05rem;
    line-height: 1.6;
}

.popAlert-finish .flex-pop .cbt-date span.date1 {
    color: #212121;
    font-weight: bold;
}

.popAlert-finish .flex-pop .cbt-date span.date1:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -12px;
    background-color: #006c97;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    transform: translateY(-50%);
}

.popAlert-finish .flex-pop .cbt-date span.date2 {
    color: #616161;
}

input[type=radio] {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    vertical-align: middle;
    outline: 0;
}

input[type=radio]+.description {
    display: block;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 1rem;
}

input[type=radio]+.description:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    margin-right: 0.8rem;
    background-color: #fff;
    border: 1px solid #828282;
    vertical-align: middle;
}

input[type=radio]:checked+.description:before {
    background: #fff url("../images/common/icon_checked_radio.png") no-repeat center;
    border: 1px solid #828282;
    background-size: 100% auto;
}

input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    vertical-align: middle;
}

input[type=checkbox]+.description {
    display: flex;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: left;
    align-items: center;
    line-height: 1rem;
}

input[type=checkbox]+.description:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #7a7a7a;
    vertical-align: middle;
}

input[type=checkbox]:checked+.description:before {
    background: #fff url("../images/common/icon_checked.png") no-repeat center;
    border: 1px solid #000;
}

.popup-world {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    margin-top: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    transform-origin: center;
    width: 55.4375rem;
    height: 41.25rem;
    background: url("../images/common/bg_pop_world.png") no-repeat;
    background-size: contain;
    padding: 1rem 0 0;
}

.popup-world .title {
    width: 100%;
    font-size: 1.875rem;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 3.875rem;
}

.popup-world .cont {
    text-align: center;
}

.popup-world .cont .desc {
    text-align: center;
    width: 100%;
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3125rem;
}

.popup-world .cont .desc p {
    font-size: 1.1875rem;
    font-weight: 600;
    color: #272727;
}

.popup-world .cont .imgs span {
    display: inline-block;
    width: 45rem;
    height: 25rem;
    background: url("../images/common/world_img_1.png") no-repeat;
    background-size: contain;
}

.popup-world .cont .imgs span.img1 {
    background-image: url("../images/common/world_img_1.png");
}

.popup-world .cont .imgs span.img2 {
    background-image: url("../images/common/world_img_2.png");
}

.popup-world .cont .imgs span.img3 {
    background-image: url("../images/common/world_img_3.png");
}

.popup-world.show {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    transform-origin: center;
}

.popup-world .btn-close {
    position: absolute;
    left: auto;
    right: 2.6875rem;
    top: -3.125rem;
    width: 1.875rem;
    height: 1.875rem;
    background: url("../images/common/ico_close.png") no-repeat;
    background-size: 100% auto;
    background-position-y: 0;
    text-indent: -9999em;
    transform: translate(0);
}

:lang(ko) .share-area a.btn-fb,
:lang(ko) .share-area a.btn-discord {
    display: none;
}

:lang(en) .share-area a {
    display: inline-block;
}

:lang(zh-TW) .share-area a.btn-tw,
:lang(zh-TW) .share-area a.btn-discord {
    display: none;
}

:lang(en) input[type=checkbox]+.description {
    font-size: 14px;
}

:lang(en) .tit-area h2 {
    background-image: url("../images/en/img_tits.png");
}

:lang(zh-TW) #header .logo {
    background-image: url("../images/zh-TW/logo.png");
}

:lang(zh-TW) .tit-area h2 {
    background-image: url("../images/zh-TW/img_tits.png");
}

:lang(ja) #header .logo {
    background-image: url("../images/ja/logo.png");
}

:lang(ja) .tit-area h2 {
    background-image: url("../images/ja/img_tits.png");
}

:lang(en) .popup .txt-box {
    font-size: 0.9rem;
    padding: 0 1.5rem;
}

:lang(en) .popup .txt-box .pop-title {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
}

:lang(en) .bottom-bar .txt {
    width: 18.3125rem;
    height: 2.25rem;
    background-image: url("../images/en/bar_txt.png");
}

:lang(en) .bottom-bar .market-wrap-bar .btn {
    background-image: url("../images/en/btn_store4.png");
}

:lang(en) .bottom-bar .qr-img {
    background-image: url("../images/en/qr_s.png");
}

:lang(zh-TW) .bottom-bar .txt {
    width: 16.1875rem;
    height: 2.8125rem;
    background-image: url("../images/zh-TW/bar_txt.png");
}

:lang(zh-TW) .bottom-bar .market-wrap-bar .btn {
    background-image: url("../images/zh-TW/btn_store4.png");
}

:lang(zh-TW) .bottom-bar .qr-img {
    background-image: url("../images/zh-TW/qr_s.png");
}

:lang(ja) .bottom-bar .txt {
    width: 19.375rem;
    height: 2.8125rem;
    background-image: url("../images/ja/bar_txt.png");
    background-position: 0 50%;
}

:lang(ja) .bottom-bar .market-wrap-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

:lang(ja) .bottom-bar .market-wrap-bar .btn {
    background-image: url("../images/ja/btn_store4.png");
}

:lang(ja) .bottom-bar .qr-img {
    background-image: url("../images/ja/qr_s.png");
}

:lang(ko) [data-hide=ko] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(ko) [data-show=ko] {
    display: block !important;
}

:lang(en) [data-hide=en] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(en) [data-show=en] {
    display: block !important;
}

:lang(zh-TW) [data-hide=zh-TW] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(zh-TW) [data-show=zh-TW] {
    display: block !important;
}

:lang(de) [data-hide=de] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(de) [data-show=de] {
    display: block !important;
}

:lang(fr) [data-hide=fr] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(fr) [data-show=fr] {
    display: block !important;
}

:lang(es) [data-hide=es] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(es) [data-show=es] {
    display: block !important;
}

:lang(pt) [data-hide=pt] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(pt) [data-show=pt] {
    display: block !important;
}

:lang(th) [data-hide=th] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(th) [data-show=th] {
    display: block !important;
}

:lang(zh-CN) [data-hide=zh-CN] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(zh-CN) [data-show=zh-CN] {
    display: block !important;
}

:lang(ja) [data-hide=ja] {
    display: none !important;
}

[data-show] {
    display: none !important;
}

:lang(ja) [data-show=ja] {
    display: block !important;
}

@media screen and (max-width: 1920px) {
    .btn-top {
        width: 4.6875rem;
        height: 4.625rem;
    }
}

@media screen and (max-width: 1500px) {
    .gnb-wrap {
        padding: 0 1rem;
    }
    .nav-area li {
        margin-left: 20px;
    }
    .music {
        right: 1.2rem;
    }
}

@media screen and (max-width: 1200px) {
    #header {
        background-color: #fff;
    }
    #header .gnb-wrap .logo {
        width: 14.8rem;
		background-repeat: no-repeat;
		background-position: center left;
		background-size: contain; /* 원본 비율 유지 */
		text-indent: -9999em;  /* 텍스트 숨김 */
        background-image: url("../images/common/logo_m.png");
		overflow: hidden;
    }
    .tit-area h2 {
        height: 6.25rem;
        background: url("../images/ko/img_tits_m.png") no-repeat center 0;
        background-size: auto 18.75rem;
    }
    .gnb-wrap.open .nav-wrap {
        overflow-y: scroll;
    }
    .gnb-wrap.open .nav-area {
        height: 18rem;
    }
    .gnb-wrap {
        top: 0rem;
        height: 3.75rem;
        padding: 0 1.25rem;
    }
    .gnb-wrap .btn-menu {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        width: 2rem;
        height: 1.611112rem;
        transition: all 0.4s ease;
        transform: translateY(-50%);
    }
    .gnb-wrap.open {
        z-index: 1001;
    }
    .gnb-wrap.open::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 90;
    }
    .gnb-wrap.open .btn-menu {
        display: none;
    }
    .gnb-wrap.open .nav-wrap {
        right: 0;
    }
    .share-area a {
        transition: unset;
        width: 2.8125rem;
        height: 2.375rem;
        background-size: 14.0625rem auto;
        background-position-y: 100%;
    }
    .share-area a+a {
        margin-left: 0;
    }
    .share-area a:active {
        background-position-y: 100%;
    }
    .share-area a.on {
        background-position-y: 0;
    }
    .gnb-wrap .nav-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -75%;
        width: 75%;
        max-width: 20.625rem;
        height: 100%;
        padding: 4rem 0 3rem;
        background: #eaeaea;
        transition: all 0.3s ease;
        z-index: 100;
    }
    .gnb-wrap .nav-area ul {
        display: block;
        text-align: right;
    }
    .gnb-wrap .nav-logo {
        margin-right: auto;
    }
    .gnb-wrap .nav-logo.clone {
        display: block;
        margin-left: auto;
    }
    .gnb-wrap .music {
        right: 4rem;
    }
    .gnb-wrap .music .btn-music {
        width: 2.16rem;
        height: 2.16rem;
        background-size: 100% auto;
    }
    .gnb-wrap .music .btn-music.on {
        background-position-y: 101%;
    }
    .gnb-wrap .music .btn-music.on:after {
        top: 0;
        left: 0;
        width: 2.14rem;
        height: 2.14rem;
        background-size: 100% auto;
        background-size: 100% auto;
    }
    .noScroll {
        height: 100%;
        min-height: 100%;
        overflow: hidden !important;
        touch-action: none;
    }
    .gnb-wrap.open .nav-area {
        display: block;
    }
    .gnb-wrap.open .nav-area ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .gnb-wrap.open .nav-area li {
        margin-left: 0;
        padding: 0.5rem 2.4375rem;
    }
    .gnb-wrap.open .nav-area li>* {
        font-size: 1.3rem;
        color: #989898;
        letter-spacing: -0.01em;
    }
    .gnb-wrap.open .nav-area li.active>* {
        color: #010101;
    }
    .gnb-wrap.open .nav-area li a::after {
        display: none;
    }
    .gnb-wrap.open .nav-area li a::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1.25rem;
        height: 1.25rem;
        background: url("../images/common/icon_blank_m.png") no-repeat center top;
        background-size: 100% auto;
        margin-right: 0.3rem;
        margin-top: -0.3rem;
    }
    .gnb-wrap.open .btn-cbt.sm {
        display: none;
    }
    .gnb-wrap.open .btn-menuClose {
        display: block;
        position: absolute;
        top: 1.2rem;
        right: 1rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url("../images/common/ico_close.png") no-repeat;
        background-size: auto 1.5rem;
        text-indent: -9999em;
        background-position-y: 100%;
    }
    .gnb-wrap.open .btn-menuClose:active {
        background-position-y: 100%;
    }
    .gnb-wrap.open .share-area {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        transform: scale(1);
        padding: 0;
        margin: 0;
    }
    .scroll.add .gnb-wrap .btn-cbt.pc {
        right: 2rem;
    }
    .gnb-fl-banners {
        position: relative;
        width: 100%;
        display: block;
        margin: 3rem 0 2rem;
    }
    .gnb-fl-banners a,
    .gnb-fl-banners button {
        display: block;
        width: 17.5rem;
        height: 8.125rem;
        text-indent: -9999em;
        background-size: contain;
        margin: 0 auto;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }
    .gnb-fl-btn-1 {
        height: 8.7784090909rem !important;
        background: url("../images/ko/bn_floating_1_m.png") no-repeat top center;
    }
    .gnb-fl-btn-2 {
        height: 7.9829545455rem !important;
        background: url("../images/ko/bn_floating_2_m.png") no-repeat top center;
    }
    .gnb-fl-btn-3 {
        background: url("../images/ko/bn_floating_3_m.png") no-repeat top center;
    }
    .gnb-fl-btn-4 {
        background: url("../images/ko/bn_floating_4_m.png") no-repeat top center;
    }
    .gnb-fl-btn-5 {
        height: 8.3806818182rem !important;
        background: url("../images/ko/bn_floating_5_m.png") no-repeat top center;
    }
    .gnb-fl-btn-7 {
        height: 8.0397727273rem !important;
        background: url("../images/ko/bn_floating_7_m.png") no-repeat top center;
    }
    .gnb-fl-btn-11 {
        height: 8.7784090909rem !important;
        background: url("../images/ko/bn_floating_11_m.png") no-repeat top center;
    }
    .bottom-bar {
        height: 5.5rem;
        background-size: 100% 100%;
    }
    .bottom-bar .txt {
        display: none;
    }
    .bottom-bar .market-wrap-bar {
        text-align: center;
    }
    .bottom-bar .market-wrap-bar .btn {
        display: inline-block;
        margin: 0 0.2rem;
    }
    .bottom-bar.on {
        display: flex;
        bottom: 0rem;
    }
    :lang(en) .gnb-fl-btn-1 {
        background-image: url("../images/en/bn_floating_1_m.png");
    }
    :lang(en) .gnb-fl-btn-2 {
        background-image: url("../images/en/bn_floating_2_m.png");
    }
    :lang(en) .gnb-fl-btn-3 {
        background-image: url("../images/en/bn_floating_3_m.png");
    }
    :lang(en) .gnb-fl-btn-4 {
        background-image: url("../images/en/bn_floating_4_m.png");
    }
    :lang(en) .gnb-fl-btn-5 {
        background-image: url("../images/en/bn_floating_5_m.png");
    }
    :lang(en) .gnb-fl-btn-7 {
        background-image: url("../images/en/bn_floating_7_m.png");
    }
    :lang(en) .gnb-fl-btn-11 {
        background-image: url("../images/en/bn_floating_11_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-1 {
        display: none;
        background-image: url("../images/zh-TW/bn_floating_1_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-2 {
        background-image: url("../images/zh-TW/bn_floating_2_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-3 {
        background-image: url("../images/zh-TW/bn_floating_3_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-4 {
        background-image: url("../images/zh-TW/bn_floating_4_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-5 {
        background-image: url("../images/zh-TW/bn_floating_5_m.png");
    }
    :lang(zh-TW) .gnb-fl-btn-7 {
        background-image: url("../images/zh-TW/bn_floating_7_m.png");
    }
    :lang(ja) .gnb-fl-btn-1 {
        display: block !important;
        background-image: url("../images/ja/bn_floating_1_m.png");
    }
    :lang(ja) .gnb-fl-btn-2 {
        background-image: url("../images/ja/bn_floating_2_m.png");
    }
    :lang(ja) .gnb-fl-btn-3 {
        background-image: url("../images/ja/bn_floating_3_m.png");
    }
    :lang(ja) .gnb-fl-btn-4 {
        background-image: url("../images/ja/bn_floating_4_m.png");
    }
    :lang(ja) .gnb-fl-btn-5 {
        background-image: url("../images/ja/bn_floating_5_m.png");
    }
    :lang(ja) .gnb-fl-btn-7 {
        background-image: url("../images/ja/bn_floating_7_m.png");
    }
    :lang(ja) .gnb-fl-btn-11 {
        display: block !important;
        background-image: url("../images/ja/bn_floating_11_m.png");
    }
    .pc .nav-area li.active span {
        width: 0;
    }
    .pc .nav-area li:hover span {
        width: 0;
    }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
    .gnb-wrap.open .share-area {
        position: relative !important;
        top: 0;
        left: 0;
        margin-top: 2rem;
    }
    .gnb-fl-banners {
        position: relative !important;
        top: 0;
        left: 0;
        display: block;
    }
    .gnb-fl-btn-1 {
        height: 8.5rem !important;
    }
    .gnb-fl-btn-2 {
        height: 8.5rem !important;
    }
    .gnb-fl-btn-3 {
        height: 8.5rem !important;
    }
    .gnb-fl-btn-4 {
        height: 8.5rem !important;
    }
    .gnb-fl-btn-11 {
        height: 8.5rem !important;
    }
}

@media screen and (max-width: 960px) {
    .tit-area h2 {
        height: 4.375rem;
        background-size: auto 13.125rem;
    }
    .popup {
        background: #fff;
        width: 90%;
        height: auto;
        min-height: unset;
    }
    .popAlert {
        padding: 5vw;
    }
    .popAlert .cont {
        width: 100%;
        height: unset;
        min-height: 12rem;
        font-size: 1rem;
    }
    .popAlert .btn-confirm {
        width: 100%;
        height: 3rem;
        font-size: 1.2rem;
    }
    .popup-youtube {
        width: 95%;
        max-width: 28.5rem;
        height: 16.875rem;
    }
    .popup-youtube .btn-close {
        top: -3rem;
        right: 1rem;
        width: 2.1rem;
        height: 2.1rem;
        background-size: auto 4.2rem;
    }
    .popup .txt-box {
        padding: 0 !important;
        font-size: 0.7rem !important;
        word-break: break-all;
        position: relative;
    }
    .popup .txt-box .pop-title {
        font-size: 1rem !important;
        margin-bottom: 1.2rem;
    }
    .popup .txt-box strong,
    .popup .txt-box a {
        font-size: 0.8rem !important;
    }
    .popup-world {
        width: 37.5rem;
        height: 28.75rem;
        padding: 0.5rem 0 0;
    }
    .popup-world .title {
        font-size: 1.25rem;
        margin-bottom: 3.125rem;
    }
    .popup-world .cont .desc {
        min-height: 4.375rem;
        margin-bottom: 0.625rem;
    }
    .popup-world .cont .desc p {
        font-size: 0.9375rem;
    }
    .popup-world .cont .imgs span {
        width: 26.25rem;
        height: 15rem;
    }
    .popup-world .btn-close {
        right: 1.8rem;
    }
    :lang(zh-TW) #header .gnb-wrap .logo {
        background-image: url("../images/zh-TW/logo_m.png");
    }
    :lang(zh-TW) .popAlert .cont {
        position: relative;
    }
    :lang(zh-TW) .popup .txt-box p {
        word-break: break-all;
    }
    :lang(ja) #header .gnb-wrap .logo {
        background-image: url("../images/ja/logo_m.png");
    }
    :lang(ja) .popAlert .cont {
        position: relative;
    }
    :lang(ja) .popup .txt-box p {
        word-break: break-all;
    }
}

@media screen and (max-width: 640px) {
    #container {
        background-color: #fff;
    }
    .bottom-bar .market-wrap-bar .btn {
        display: inline-block;
        width: 39.4791666667vw;
        height: 11.6666666667vw;
        margin: 0;
    }
    .bottom-bar .qr-img {
        display: none;
    }
    .tit-area h2 {
        height: 3.125rem;
        background-size: auto 9.375rem;
    }
    .btn-top {
        bottom: 7.75rem;
        right: 1.5rem;
        width: 3.4375rem;
        height: 3.375rem;
    }
    .popup-world {
        width: 94vw;
        height: 81vw;
        padding: 1.8vw 0 0;
        background: url("../images/common/bg_pop_world_m.png") no-repeat;
        background-size: 100% auto;
    }
    .popup-world .title {
        font-size: 5vw;
        margin-bottom: 7vw;
    }
    .popup-world .cont .desc {
        min-height: 17vw;
        margin-bottom: 2vw;
    }
    .popup-world .cont .desc p {
        font-size: 3vw;
        line-height: 1.4em;
        padding: 0 2.2vw;
    }
    .popup-world .cont .imgs span {
        width: 76vw;
        height: 43vw;
    }
    .popup-world .btn-close {
        right: 1vw;
    }
    .popup .txt-box strong {
        font-size: 1rem;
    }
    .popup .txt-box a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 520px) {
    .popup-youtube {
        border: none;
        width: 100%;
    }
    .popup-youtube .frame {
        border: none;
    }
}
/* ===== Promo Fullscreen Modal ===== */
.promo-modal { position: fixed; inset: 0; z-index: 100000; display: none; }
.promo-modal.is-open { display: block; }
.promo-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.65); }

.promo-modal__dialog {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(1000px, 92vw); max-height: 90vh; overflow: auto;
  background: #0e0e0e; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  padding: 16px 16px 52px; color: #fff;
}
/* .promo-modal__close { */
  /* position: absolute; top: 8px; right: 10px; width: 40px; height: 40px; */
  /* font-size: 26px; color: #fff; background: transparent; cursor: pointer; line-height: 1; */
/* } */
/* Promo modal close 버튼 스타일 보강 */
.promo-modal__close {
  position: absolute; top: 12px; right: 12px;
  width: 40px; height: 40px;
  font-size: 28px; line-height: 36px;
  font-weight: bold;

  color: #fff;                /* X 글자색 */
  background: rgba(0,0,0,0.6);/* 반투명 블랙 배경 */
  border-radius: 50%;         /* 동그라미 */
  border: 2px solid #fff;     /* 흰색 테두리 */
  box-shadow: 0 0 6px rgba(0,0,0,0.5); /* 살짝 그림자 */
  cursor: pointer;
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
}
.promo-modal__close:hover {
  background: rgba(0,0,0,0.8);
}
.promo-modal__content img { display: block; width: 100%; height: auto; border-radius: 10px; }

.promo-modal__actions { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.promo-modal__btn {
  display: inline-block; padding: 10px 18px; border-radius: 10px; background: #00ffc0; color: #000; font-weight: 700;
}

/* .promo-modal__today { */
  /* position: absolute; left: 16px; bottom: 14px; font-size: 14px; color: rgba(255,255,255,0.9); */
  /* display: flex; align-items: center; gap: 8px; */
/* } */

/* 체크박스/라벨 가독성 보강 */
.promo-modal__today {
  position: absolute; left: 16px; bottom: 14px;
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: #fff; z-index: 2;
  background: rgba(0,0,0,0.25); padding: 6px 10px; border-radius: 8px;
}

/* 체크박스 UI 복원 + 색상 지정 */
.promo-modal__today input[type="checkbox"]{
  -webkit-appearance: checkbox;
  appearance: checkbox;
  /* accent-color: #00ffc0;   /* 체크 표시 색 */ */
  width: 18px; height: 18px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.7);
  margin: 0;
}

.promo-modal__today input { transform: translateY(1px); }

/* 모달 오픈 상태에서 바디 스크롤 잠금 */
.body--modal-open { overflow: hidden; }

/* Promo modal 안에서는 전역 체크박스 숨김 규칙을 모두 무시 */
#promoModal input[type="checkbox"]{
  position: static !important;
  left: auto !important;
  top: auto !important;
  opacity: 1 !important;

  /* 기본 UI 복원 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
  accent-color: #00ffc0;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
}

/* 레이블(텍스트) 스타일 */
#promoModal .promo-modal__today{
  position: absolute; left: 16px; bottom: 14px;
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: #fff; z-index: 2;
  background: rgba(0,0,0,0.25); padding: 6px 10px; border-radius: 8px;
}

/* 전역의 “가짜 체크박스” 가상요소가 붙지 않도록 방지 */
#promoModal input[type="checkbox"] + .description::before{ content: none !important; }
