@import url('../images/pretendard.css');

/* @charset "utf-8"; */
* {
    transition: all 0s;
}

/*************************/
/* LAYOUT/*************************/
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.wrap_intro {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-content: center;
    justify-content: space-evenly;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 4.5rem 1rem; */
}

.main_wrap_intro {
    /* padding: 4rem 1rem 10rem; */
    /* padding: 4rem 1rem 5rem; */
}

.bg_gradient {
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
    transition: all 0s;
}

.mobile_flex {
    display: none;
}

.mobile {
    display: none;
}

/***************@ Keyframes****************/
/*로드 애니메이션*/
/* [data-rss='fade-in-scale-up'] {  opacity: 0;  -webkit-transform: scale(1.25);  transform: scale(1.25);  background-size: cover;}[data-rss='fade-in-scale-right'] {  opacity: 0;  -webkit-transform: translate3d(-3%, 0, 0);  transform: translate3d(-3%, 0, 0);}[data-rss='fade-in-right'] {  opacity: 0;  -webkit-transform: translate3d(-80px, 0, 0);  transform: translate3d(-80px, 0, 0);}[data-rss='fade-in-left'] {  opacity: 0;  -webkit-transform: translate3d(200px, 0, 0);  transform: translate3d(200px, 0, 0);}[data-rss='fade-in-down'] {  opacity: 0;  -webkit-transform: translate3d(0, -80px, 0);  transform: translate3d(0, -80px, 0);}[data-rss='fade-in-up'] {  opacity: 0;  -webkit-transform: translate3d(0, 80px, 0);  transform: translate3d(0, 80px, 0);}[data-rss^='fade'].animate,.animate [data-rss^='fade'] {  opacity: 1;  background-size: cover;  transition-duration: 0.8s;  transition-timing-function: ease-out;  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);} */
/*스크롤 애니메이션*/
/* [data-rsr='fade-in-scale-right'] {  opacity: 0;  -webkit-transform: translate3d(-3%, 0, 0);  transform: translate3d(-3%, 0, 0);}[data-rsr='fade-in-right'] {  opacity: 0;  -webkit-transform: translate3d(-80px, 0, 0);  transform: translate3d(-80px, 0, 0);}[data-rsr='fade-in-down'] {  opacity: 0;  -webkit-transform: translate3d(0, -80px, 0);  transform: translate3d(0, -80px, 0);}[data-rsr='fade-in-up'] {  opacity: 0;  -webkit-transform: translate3d(0, 80px, 0);  transform: translate3d(0, 80px, 0);}[data-rsr^='fade'].animated,.animated [data-rsr^='fade'] {  opacity: 1;  transition-duration: 0.8s;  transition-timing-function: ease-out;  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);} */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes loop {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***************@ ANIMATION****************/
#intro,
#donation,
#community,
#event1,
#event2,
#world,
#contents {
    transition-delay: 0.2s;
}

.intro_bi,
.desc_top,
#contents .ttl_intro,
.ttl_cam {
    transition-delay: 0.4s;
}

.inner_desc,
.ttl_intro,
#world .cont_2,
#contents .cont_1 p,
#donation .ttl_intro img,
.box_dona_4 {
    transition-delay: 0.6s;
}

.desc_middle {
    transition-delay: 0.7s;
}

.cont_2,
.desc_bottom,
#world .cont_btn,
#contents .cont_2,
#donation .ttl_intro p,
.box_dona_5,
.eq_dona_1,
.box_dona_3 {
    transition-delay: 0.8s;
}

.cont_mo,
.cont_2 .box_commu:first-child,
#event_1 .cont_2,
#event_2 .cont_2,
#btn_contents,
.box_dona_2,
.do_select,
.area_eq2,
#intro .cont_2 {
    transition-delay: 1s;
}

.cont_2 .box_commu:nth-child(2),
#btn_barotem,
#btn_ifl,
.radio_dona,
.main_store_download_button,
#intro .wrap_cont_3 {
    transition-delay: 1.2s;
}

.cont_2 .box_commu:nth-child(3),
.desc_dona_target {
    transition-delay: 1.4s;
}

.cont_2 .box_commu:nth-child(4),
.eq_dona {
    transition-delay: 1.6s;
}

#community .cont_btn,
.btn_barotem,
#donation .inner_privacy {
    transition-delay: 1.8s;
}

#donation #btn_dona {
    transition-delay: 2s;
}

.emphasis_dona {
    transition-delay: 2.2s;
}

.desc_small_1 {
    transition-delay: 2.6s;
}

.desc_small_2 {
    transition-delay: 2.8s;
}

.desc_small_3 {
    transition-delay: 3s;
}

.desc_small_4 {
    transition-delay: 3.2s;
}

/*************************/
/* LODING-VIDEO 접속 시 라살라스 인트로 영상/************************/
.youtube-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    /* 화면 뒤에 위치 */
}

.youtube-video {
    width: 100%;
    height: 100%;
    border: none;
}

.mo_wrap_share {
    display: none;
}

#wrap_video {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 2s ease;
    z-index: 999;
}

#container_intro {
    position: relative;
    overflow: hidden;
    opacity: 1;
}

#introvideo {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

#wrap_video {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 2s ease;
    z-index: 999;
}

#introGif {
    width: 70%;
    height: auto;
}

/*************************/
/* POP-UP/************************/
/* 인플루언서 방송 팝업 */
#popup_broad {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    z-index: 999;
}

.cont_pop_broad {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: url('../images/bg_pop_broad.jpg') no-repeat 0 center / 100% 100%;
    width: 100%;
    max-width: 1200px;
    padding: 3.5rem 10px 4.5rem;
    border: 2px solid #A85606;
    border-radius: 20px;
    z-index: 4;
}

.box_ttl {
    width: 100%;
}

#close_broad {
    width: 30px;
    height: 30px;
}

.ttl_broad {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_onair {
    position: relative;
    margin-right: 10px;
}

.isLiveIcon {
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff;
    border: 1.8px solid #ff3031;
    border-radius: 50%;
    color: #ff3031;
    margin-right: .2rem;
    padding: .2rem;
}

.icon_onair p {
    background: linear-gradient(270deg, #ff3031, #cc2032);
    border-radius: 2rem;
    color: #fff;
    padding: .2rem .5rem .2rem 1.9rem;
}

/* .icon_onair{  width: 100%;  max-width: 91px;  height: 100%;  max-height: 34px;  margin-right: 10px;} */
#close_broad::before,
#close_broad::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.inner_broad {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 324px;
}

.box_broad {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 2.2rem;
}

.inner_broad:nth-child(2) {
    margin: 0 10px;
}

.eq_if_name {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.eq_ifl_sum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 324px;
    height: 100%;
    max-height: 182px;
    border: 3px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}

.ifl_sum {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-card-noProfile {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
    margin-right: 10px;
    --tw-text-opacity: 1;
    color: rgb(149 104 59 / var(--tw-text-opacity));
}

.if_icon {
    width: 100%;
    max-width: 40px;
    height: 100%;
    max-height: 40px;
    border-radius: 20px;
    margin-right: 10px;
}

.btn_broad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #ffa800, #ff7a00);
    margin-top: 15px;
    border-radius: 10px;
}

.btn_broad:hover {
    background: linear-gradient(90deg, #ffa800, #ff6c00);
}

#popup_broad .check_bg {
    background-color: rgb(0, 0, 0, 0.6);
}

/* // 인플루언서 방송 팝업 */
/* 유튜브 팝업 */
#youtubePlayer {
    width: 100%;
    height: 50vh;
}

#youtubePlayer iframe {
    width: 100%;
    height: 100%;
}

.popup_video_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow: hidden;
}

.store_download_button {
    display: flex;
    justify-content: space-between;
    /* margin-top: 15px;  margin-bottom: 50px; */
    z-index: 1;
}

.store_download_button div {
    margin: 0 4px;
}

.store_download_button a {
    cursor: pointer;
}

.store_download_button img {
    width: 100%;
}

.pc_app_tw {
    display: block;
}

.banner_button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}

.banner_button div {
    height: 150px;
}

.mo_banner_swiper {
    display: none;
}

.popup_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 800px;
    min-width: 200px;
    margin-top: -3rem;
}

.mo_download_btn,
.m_icon_skill {
    display: none;
}

.btn_popcom_close {
    position: relative;
    width: 59px;
    height: 59px;
    background: url('../images/btn_close.png') no-repeat 0 center / contain;
    font-size: 0;
    margin-bottom: 10px;
    z-index: 4;
}

.btn_popcom_close::after {
    content: '';
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/btn_close_hover.png') no-repeat center / contain;
    opacity: 0;
    transition: 0.3s all;
}

.btn_popcom_close:hover::after {
    opacity: 1;
    transition: 0.3s all;
}

/* //유튜브 팝업 */
/* //팝업 닫기 버튼 */
.btn_popup_close {
    display: flex;
    justify-content: flex-end;
    width: 98%;
    /* margin-bottom: 15px;*/
}

.btn_popup_close button {
    position: relative;
    font-size: 0;
    width: 20px;
    height: 20px;
}

.btn_popup_close button::before,
.btn_popup_close button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: rgb(193, 177, 132, 0.9);
}

.btn_popup_close button::before {
    transform: rotate(45deg);
}

.btn_popup_close button::after {
    transform: rotate(135deg);
}

#popup_message {
    width: 90%;
    text-align: center;
}

/* //팝업 닫기 버튼 */
/* 공통 cont pop ALL */
.cont_pop_all {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 20px 10px 12px;
    z-index: 4;
}

.btn_popup_ok {
    width: 100%;
    max-width: 330px;
    height: 100%;
    max-height: 50px;
    background-color: rgb(172, 158, 118, 0.9);
}

/* //공통 cont pop ALL */
/* 개인 정보 수집 및 이용 동의 팝업 */
#popup_privacy {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cont_pop_pvc {
    max-height: 425px;
    background: url(../images/bg_popup_notice.png) no-repeat 0 center / 100% 100%;
}

.desc_privacy::before {
    left: -6rem;
}

.desc_privacy::after {
    right: -6rem;
    transform: rotate(180deg);
}

.box_privacy {
    display: flex;
    justify-content: center;
    width: 100%;
}

.eq_privacy {
    width: 40%;
}

.list_privacy_fst,
.list_privacy {
    padding: 10px;
    margin: 4px 2px 4px 4px;
}

.list_privacy_fst {
    background-color: rgb(255, 255, 255, 0.15);
    margin: 3px;
}

.list_privacy {
    background-color: rgb(255, 255, 255, 0.05);
}

.desc_pp_1 {
    margin: 10px 0;
}

.desc_pp_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 50px;
    background: rgb(0, 0, 0, 0.2);
    color: rgb(255, 255, 255, 0.5);
}

/* //개인 정보 수집 및 이용 동의 팝업 */
/* 사전예약 보상 팝업 */
#popup_compensation {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cont_pop_cps {
    max-height: 310px;
    background: url(../images/bg_check_compensation.png) no-repeat 0 center / 100% 100%;
    padding: 20px 10px 45px;
}

.desc_compensation,
.desc_privacy {
    position: relative;
}

.desc_compensation::before,
.desc_compensation::after,
.desc_privacy::before,
.desc_privacy::after {
    content: '';
    position: absolute;
    top: 33%;
    width: 95px;
    height: 15px;
    background: url(../images/bar_pop_2.png) no-repeat 0 center / contain;
}

.desc_compensation::before {
    left: -73%;
}

.desc_compensation::after {
    right: -73%;
    transform: rotate(180deg);
}

/* //사전예약 보상 팝업 */
/* 사전예약 유의사항 팝업 */
#popup_notice {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cont_pop_ntc {
    max-height: 425px;
    background: url(../images/bg_popup_notice.png) no-repeat 0 center / 100% 100%;
    padding: 20px 10px 45px;
}

.desc_notice {
    text-align: center;
}

/* //사전예약 유의사항 팝업 */
/* 번호 입력 팝업 */
#popup_desc {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cont_pop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    z-index: 4;
}

.cont_pop_pck {
    max-height: 250px;
    background: url('../images/bg_check_popup.png') no-repeat 0 center / 100% 100%;
    padding: 20px 20px 12px;
}

/* //번호 입력 팝업 */
/* 사전예약 완료 팝업 */
#popup_advance_complete {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cont_pop_advan {
    max-width: 605px;
    max-height: 760px;
    background: url('../images/bg_popup_complete.png') no-repeat 0 center / 100% 100%;
}

.box_explanation {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 20%;
}

.box_explanation {
    text-align: center;
}

.num_advance {
    font-weight: 700;
}

.box_compensation {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 240px;
    background-color: #1f1e1e;
    border: 2px solid #8e876d;
    border-radius: 25px;
}

.item_bar {
    width: 2px;
    height: 30px;
    background-color: rgb(223, 206, 150, 0.2);
}

.eq_store {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 510px;
}

.btn_advan {
    display: flex;
    width: 130px;
    height: 40px;
    font-size: 0;
}

.btn_advan a {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.btn_advan_google {
    background: url('../images/btn_advance_google.png') no-repeat 0 center / contain;
}

.btn_advan_one {
    background: url('../images/btn_advance_one.png') no-repeat 0 center / contain;
}

.btn_advan_apple {
    background: url('../images/btn_advance_apple.png') no-repeat 0 center / contain;
}

.eq_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.eq_item img {
    width: 420px;
}

.kurimanjuu {
    justify-content: space-evenly;
}

.hachiwaree {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chiikawaa {
    justify-content: space-evenly;
    padding: 10px;
}

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

.item_advan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 105px;
}

.item_advan img {
    width: 100%;
    max-width: 93px;
}

.item_advan p {
    text-align: center;
    padding-top: 5px;
}

.eq_desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eq_desc p {
    position: relative;
}

.bar_left,
.bar_right {
    width: 80px;
    height: 1px;
    background: url('../images/bar_pop_1.png') no-repeat 0 center / contain;
}

.bar_right {
    transform: rotate(180deg);
}

.desc_agreement {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 50px;
}

.btn_campaign {
    width: 100%;
    max-width: 519px;
    height: 100%;
    max-height: 153px;
    background: url('../images/btn_campaign.png') no-repeat center / contain;
    font-size: 0;
}

/* //사전예약 완료 팝업 */
/* 유튜브 팝업 */
.popup_video_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow: hidden;
}

/* //유튜브 팝업 */
.check_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
}

/*************************/
/* INTRO/************************/
#intro {
    width: 100%;
    height: 100vh;
    background-image: url('../images/bg_ep6.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.ttl_intro,
.intro_bi,
.ttl_advance,
.eq_item {
    font-size: 0;
}

.intro_bi {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.cont_1 {
    margin-bottom: 1rem;
}

.char_scram {
    position: absolute;
    left: 49%;
    top: 6.5%;
    transform: translate(-50%, 0);
}

.char_main_scram {
    margin-top: -200px;
}

.char_ep2_deco {
    mix-blend-mode: plus-lighter;
}

.char_ep2_smoke {
    mix-blend-mode: overlay;
}

.intro_bi img {
    width: 100%;
    max-width: 352px;
    /* margin-top: 20px; */
    /* max-width: 300px; */
    filter: drop-shadow(2px 7px 8px black);
}

.btn_play {
    position: relative;
    width: 110px;
    height: 110px;
    background: url('../images/btn_n_play.png') no-repeat 0 center / contain;
    margin: -50px 0;
    z-index: 1;
    filter: drop-shadow(2px 7px 8px black);
}

/* .btn_play::before{    content: "";    position: absolute;    left: -45%;    top: -45%;    width: 192px;    height: 186px;    background: url("../images/btn_play_deco.png") no-repeat 0 center / contain;    animation: loop 40s linear infinite forwards;}.btn_play:hover::before{    animation-play-state: paused;    transition: all 0.3s;}.btn_play::after{    content: "";    position: absolute;    left: 0;    top: 0;    width: 100px;    height: 100px;    background: url(../images/btn_play.png) no-repeat 0 center / contain;    filter: drop-shadow(0px 1px 20px #ff943d);    opacity: 0;    transition: all 0.3s;} */
.btn_play:hover::after {
    opacity: 1;
}

.cont_eq2,
.area_eq2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.cont_eq2 {
    margin: 40px 0 60px;
    /* margin: 40px 0 20px; */
}

.box_ttl_scramble {
    padding-bottom: 10px;
}

.box_ttl_scramble p {
    text-shadow: 2px 5px 5px #000;
}

.cont_mo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 445px;
}

.cont_3_ev {
    text-align: center;
}

.wrap_cont_3 {
    z-index: 1;
}

.cont_3 {
    display: flex;
    align-items: flex-start;
    width: 600px;
    /*height: 368px;*/
    /* background: url('../images/cont_advance.png') no-repeat 0 center / 100% 100%;*/
    z-index: 1;
}

.cont_box {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    /* height: 100%;*/
    /* padding: 0.5rem 0.5rem;*/
    align-items: flex-start;
    z-index: 1;
}

.box_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

/* .ttl_advance{    border-bottom: 2px solid rgb(255, 255,255, 0.2);    padding: 0px 5px 5px;} */
.launcher_wrap {
    display: none;
}

.launcher_cont {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    border: 1px solid #6b6b6b;
    background-color: #fff;
}

.launcher_close_btn {
    margin: 10px 10px 0 0;
    text-align: right;
}

.launcher_close_btn button {
    font-size: 25px;
}

.launcher_heading {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.launcher_info {
    background-color: #e7e7e7;
    margin: 0 30px;
    padding: 20px 30px 5px 30px;
}

.launcher_info h4 {
    font-weight: bold;
    font-size: 15px;
}

.launcher_info ul {
    list-style: disc;
    margin: 10px 0 15px 0;
}

.launcher_info li {
    font-size: 13px;
}

.launcher_btn_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.launcher_btn {
    width: 200px;
    height: 60px;
    border: 1px solid #4c4c4c;
    border-radius: 5px;
}

.lc_bg {
    top: 0;
    z-index: 9999;
}

.ttl_advance img {
    width: 95%;
    filter: drop-shadow(0px 1px 1px #000);
}

#btn_benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 222px;
    height: 34px;
    background: url('../images/btn_benefits.png') no-repeat 0 center / 100% 100%;
    text-align: center;
}

.box_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    /* max-width: 580px;*/
}

.radio_market {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.check_agree {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5px;
}

.check_stroe {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* .check_stroe p{    font-size: 0;} */
.btn_check_google,
.btn_check_apple {
    margin-left: 6px;
    font-size: 1.2rem;
    font-weight: 700;
}

.icon_input {
    margin-left: 10px;
}

input:checked+.btn_check_google,
input:checked+.btn_check_apple {
    color: #fff;
}

/* .btn_check_google{    background: url(../images/btn_strore_google.png) no-repeat center / contain;}.btn_check_apple{    background: url(../images/btn_strore_apple.png) no-repeat center / contain;} */
#form_intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 580px;
}

input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #e8d5ab;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #e8d5ab;
    border: 5px solid #2c2a27;
    box-shadow: 0 0 0 1.6px #e8d5ab;
}

/* .eq_notice{    display: flex;    align-items: end;    justify-content: end;    width: 100%;} */
.bar_cla {
    width: 1px;
    height: 100%;
    max-height: 30px;
    background-color: #696864;
}

.pccla {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pccla img {
    width: 100%;
    max-width: 27px;
    height: 100%;
}

.pccla p {
    margin-left: 10px;
}

.btn_notice {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 24px;
    background-color: #867c5f;
    padding: 0 1.1rem;
    border-radius: 30px;
}

.btn_notice img {
    max-width: 14px;
    width: 100%;
}

.btn_notice p {
    line-height: 41px;
}

/*son 240911*/
.footer_img {
    padding-top: 10px;
}

.item_boxtable {
    width: 100%;
}

.item_boxtable ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    row-gap: 0.1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 8px;
}

.item_boxtable ul li {
    width: 95%;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #867c5f99;
    padding: 10px 0;
}

.item_boxtable ul li p {
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0.8rem;
}

.item_scroll {
    height: auto;
    overflow-y: scroll;
}

.item_scroll::-webkit-scrollbar {
    width: 10px;
}

.item_scroll::-webkit-scrollbar-track {
    background-color: #0D0D0D;
    border-radius: 5px;
}

.item_scroll::-webkit-scrollbar-thumb {
    background-color: #C1B184;
    border-radius: 5px;
}

.item_scroll::-webkit-scrollbar-button {
    display: none;
}

.box_center {
    display: flex;
    /* width: 100%;*/
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    row-gap: 0.3rem;
}

#popup_event {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.btn_event {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 34px;
    background-color: #867c5f;
    padding: 0 1.1rem;
    border-radius: 30px;
    width: 95%;
    justify-content: center;
}

.title_pop {
    width: 95%;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #867c5f99;
}

.title_pop p,
.item_boxtable ul li p {
    font-family: "Noto Sans TC", sans-serif;
}

.btn_event img {
    max-width: 14px;
    width: 100%;
}

.btn_event p {
    line-height: 41px;
}

.cont_pop_event {
    max-height: 600px;
    background: url(../images/bg_popup_notice.png) no-repeat 0 center / 100% 100%;
    padding: 20px 10px 45px;
}

/*son 240911*/
.num_input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 48px;
    background-color: #3b3c3d;
    padding: 0 15px;
    border: 1px solid #e8d5ab;
}

#intro .eq_num {
    width: 100%;
    height: 100%;
    max-height: 36px;
}

#num_phone {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 15px;
}

#num_phone:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #fff;
    /* 글자색 */
}

.check_form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.check_list,
.inner_check {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.inner_check {
    width: 100%;
    max-width: 280px;
}

input[id='agree_all'],
input[id='agree_age'],
input[id='agree_privacy'],
input[id='agree_event'] {
    display: none;
}

input[id='agree_all']+label,
input[id='agree_age']+label,
input[id='agree_privacy']+label,
input[id='agree_event']+label {
    background: url(../images/box_check.png) no-repeat center / contain;
    width: 17px;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
    margin-right: 2px;
    padding: 0 0 0 22px;
    white-space: nowrap;
}

input[id='agree_all']:checked+label,
input[id='agree_age']:checked+label,
input[id='agree_privacy']:checked+label,
input[id='agree_event']:checked+label {
    background: url(../images/box_checked.png) no-repeat center / contain;
}

#btn_privacy,
#btn_event {
    background-color: #e8d5ab;
    white-space: nowrap;
}

.btn_apply {
    position: relative;
    width: 100%;
    max-width: 580px;
    height: 100%;
    max-height: 65px;
    background: url(../images/btn_advance_default.jpg) no-repeat center / 100% 100%;
}

.btn_apply::after {
    content: '사전 예약 신청';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/btn_advance_hover.jpg') no-repeat center / 100% 100%;
    opacity: 0;
    transition: 0.3s all;
}

.btn_apply:hover::after {
    opacity: 1;
    transition: 0.3s all;
}

.cont_4 {
    display: flex;
    justify-content: space-between;
}

.cont_eq2,
.area_eq2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    row-gap: 0.6rem;
}

.area_eq2 {
    row-gap: 0;
}

/* .cont_eq2{  margin: 40px 0;} */
.eq1_sub_ttl {
    font-size: 1.6rem;
    text-shadow: 4px 3px 3px #000000;
}

.box_ttl_scramble {
    padding-bottom: 10px;
}

.box_ttl_scramble p {
    text-shadow: 2px 5px 5px #000;
}

.ttl_scramble {
    width: 880px;
    padding-top: 0px;
    margin-top: -380px;
    filter: drop-shadow(0px 4px 10px black);
    pointer-events: none;
}

.main_cont_2 {
    width: 100%;
    max-width: 595px;
}

.box_war_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* background:  url('../images/reservation_bg4.png') no-repeat 0 center / contain; */
}

/*************************/
/* FOOTER /************************/
#footer {
    position: fixed;
    z-index: 970;
    bottom: 0;
    background-color: #161616;
    /* background-color: rgb(0, 0, 0, 0.77); */
    width: 100%;
    height: 100%;
    max-height: 126px;
}

#footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#footer .logo {
    width: 202px;
    height: 36px;
    font-size: 0;
    background: url('../images/logo_white.png') no-repeat 0 center / contain;
    padding-right: 5px;
}

.footer_bar {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 30%;
    margin: 2rem 0;
}

.fl .fl_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fl {
    display: flex;
    align-items: center;
    gap: 20px;
}

.policy_inner {
    display: flex;
}

.copyright {
    color: #fff;
    opacity: 50%;
    padding: 0 20px;
}

.policy {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.policy a {
    padding: 0 22px;
}

.revers {
    display: flex;
}

.left_revers,
.pc_revers {
    border-right: 1px solid #7e7d7c;
}

li {
    list-style: none;
}

@media screen and (max-height: 950px) {
    .eq_item img {
        width: 350px;
        /*   width: 550px;*/
    }

    .ttl_scramble {
        width: 680px;
    }

    #intro {
        height: 1080px;
    }
}

@media screen and (max-width: 1280px) {
    .banner_button img {
        height: 130px;
    }

    .banner_button div {
        height: 120px;
    }
}

@media screen and (max-width: 1240px) {
    #footer .logo {
        flex: auto;
        margin: 30px 0 25px;
    }

    .f_menu li a {
        font-size: 11px;
    }
}

/* 갤럭시 폴드 */
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .cont_1 {
        /* background-color: red; */
    }
}

@media screen and (max-width: 1024px) {
    #footer {
        position: relative;
        max-height: max-content;
        margin-bottom: 20px;
        background-color: #161616;
        padding: 20px 20px 30px;
        margin: 0;
        /* height: 90px; */
    }

    .policy {
        align-items: center;
        padding: 10px 0;
    }

    #footer .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .limit15years p {
        text-align: left;
    }
}

@media screen and (max-width: 520px) {
    #container_intro #footer {
        /*display: none;*/
        display: block;
        /* margin-bottom: 24.7vw; */
    }

    /* .bg_gradient{      display: none;    } */
    .eq1_sub_ttl {
        font-size: 1.3rem;
    }

    .item_boxtable ul {
        justify-content: space-evenly;
    }

    .item_boxtable ul li p {
        font-size: 0.9rem;
        text-align: left;
        margin: 0;
    }

    .title_pop p {
        font-size: 1.5rem;
    }

    .copyright {
        font-size: 0.6rem;
        text-align: center;
        padding: 0;
    }

    .sns_game_start {
        display: none;
    }

    .store_download_button {
        /*width: 230px;	  width: 180px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* margin: 20px 0; */
    }

    .store_download_button img {
        width: 100%;
        max-width: 154px;
    }

    .pc_app_tw {
        display: none;
    }

    .banner_button {
        display: none;
    }

    .mo_banner_swiper {
        position: fixed;
        bottom: -8px;
        display: block;
        width: 100%;
        z-index: 980;
    }

    .mo_banner_swiper .swiper-pagination {
        /* top: 5px; */
        bottom: 14px;
        --swiper-pagination-color: #fff;
        --swiper-pagination-bullet-inactive-color: #e3e3e3;
    }

    .mo_banner_button div {
        width: 100%;
    }

    .mo_banner_button img {
        width: 100%;
    }

    .launcher_wrap {
        display: none;
    }

    .mo_wrap_share {
        display: block;
    }

    .btn_event {
        display: flex
    }

    .eq_item img {
        /*width: 90%;*/
        width: 95%;
    }

    .wrap_cont_3 {
        /* padding: 15px; */
    }
}

/* KEYWORD */
.keyword {
    font-size: 0;
}

/* //KEYWORD */
@media screen and (max-width: 1024px) {

    .desc_privacy::before,
    .desc_privacy::after {
        content: '';
        display: none;
    }

    .cont_3 {
        /*max-height: 450px;*/
    }

    .ttl_advance {
        width: 90%;
    }

    .cont_box {
        justify-content: space-evenly;
        /* padding: 1.1rem 0.78rem; */
    }

    .box_right,
    .mo_btn_notice {
        /* max-width: 440px;*/
    }

    input[type='radio'] {
        width: 15px;
        height: 15px;
    }

    .btn_check_google,
    .btn_check_apple {
        max-width: 85px;
        margin-left: 5px;
    }

    .ttl_scramble {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .btn_popup_close {
        justify-content: end;
        width: 98%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #intro {
        height: 100%;
    }

    .box_right {
        display: none;
    }

    .btn_event {
        display: flex;
    }
}

@media screen and (max-width: 520px) {

    /***************팝업 반응형****************/
    .wrap_pop {
        padding: 0 15px;
    }

    /* 인플루언서 방송 팝업 */
    #popup_broad {
        padding: 0;
    }

    .cont_pop_broad {
        justify-content: flex-start;
        max-height: none;
        max-width: 90%;
        max-height: 80vh;
        padding: 0 10px 25px;
        overflow: hidden;
    }

    .box_ttl {
        width: 90%;
        max-width: 350px;
        position: fixed;
        padding: 25px 30px 0;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .btn_popup_close {
        width: 98%;
        margin-bottom: 10px;
    }

    .ttl_broad {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 0;
        line-height: 26px;
    }

    .box_broad {
        display: inline-block;
        height: unset;
        max-height: unset;
        padding: 20px 20px;
        margin-top: 41%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .box_broad::-webkit-scrollbar {
        width: 8px;
        /* 스크롤바의 너비 */
    }

    .box_broad::-webkit-scrollbar-thumb {
        height: 30%;
        /* 스크롤바의 길이 */
        background: rgba(0, 0, 0, 0.1);
    ;
        /* 스크롤바의 색상 */
        border-radius: 10px;
    }

    .box_broad::-webkit-scrollbar-track {
        background: rgba(48, 48, 48, 0.1);
        /*스크롤바 뒷 배경 색상*/
    }

    .inner_broad {
        margin: 0 auto;
    }

    .inner_broad:nth-child(2) {
        margin: 32px auto;
    }

    .eq_if_name {
        padding: 0;
    }

    .btn_broad {
        margin-top: 10px;
    }

    /* //인플루언서 방송 팝업 */
    /* 사전예약 보상 팝업 반응형 */
    .cont_pop_cps {
        max-height: 450px;
    }

    .box_compensation {
        max-width: 300px;
        max-height: 420px;
    }

    .eq_item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .eq_desc {
        padding: 15px 0;
    }

    .eq_desc p::before {
        left: -38%;
    }

    .eq_desc p::after {
        right: -38%;
    }

    .bar_2 {
        display: none;
        opacity: 0;
    }

    /* //사전예약 보상 팝업 반응형 */
    /* 사전예약 완료 팝업 반응형 */
    .box_explanation {
        height: 17%;
    }

    .cont_pop_advan {
        max-height: 886px;
        background: url(../images/m_bg_popup_complete.png) no-repeat 0 center / 100% 100%;
        transform: scale(0.9);
    }

    .eq_store {
        padding: 0 20px;
    }

    .eq_store a:nth-child(2) {
        margin: 0 15px;
    }

    .store_download_button {
        align-items: center;
        width: 180px;
    }

    .bar_left,
    .bar_right {
        display: none;
    }

    .desc_compensation::before,
    .desc_compensation::after {
        display: none;
    }

    .btn_advan {
        width: 100px;
    }

    .item_advan img {
        max-width: 70px;
    }

    .chiikawaa {
        padding: 2px;
    }

    .box_compensation {
        max-height: 340px;
    }

    .btn_campaign {
        height: 105px;
    }

    /* //사전예약 완료 팝업 반응형 */
    /* 개인 정보 수집 및 이용 동의 팝업 반응형 */
    .cont_pop_pvc {
        max-height: 555px;
        transform: scale(0.9);
    }

    .cont_pop_pvc p {
        text-align: center;
    }

    #popup_privacy .list_privacy_fst,
    #popup_privacy .list_privacy {
        display: flex;
        align-items: center;
        padding: 25px 10px;
        max-height: 60px;
        text-align: left;
    }

    .eq_privacy {
        width: 46%;
    }

    /* //개인 정보 수집 및 이용 동의 팝업 반응형 */
    #intro {
        position: relative;
        height: 720px;
        /* height: 100vh; */
        margin: 73px 0 0;
        /* background-image: url(../images/m_bg_intro.jpg);  */
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 46px;
    }

    #intro .wrap_intro {
        justify-content: space-around;
        padding: 0;
        margin: 73px 0 0;
    }

    #intro .ttl_intro {
        display: flex;
        justify-content: center;
        padding: 2rem 0;
    }

    #intro .ttl_intro img {
        width: 80%;
    }

    .intro_bi {
        /* margin: -25px auto -20px auto; */
    }

    .intro_bi img {
        width: 55vw;
        /* width: 35vw; */
        /* margin-top: 50px; */
    }

    #intro .char_scram {
        left: 52%;
        top: -1%;
        width: 200%;
    }

    #intro .cont_2 {
        margin: 0 auto;
        padding: 0 20px;
    }

    .box_war_bg {
        height: auto;
    }

    .btn_play::before {
        left: -28%;
        top: -27%;
        width: 30vw;
        height: 30vw;
    }

    .btn_play,
    .btn_play::after {
        width: 18vw;
        height: 18vw;
        margin: 10px 0;
    }

    .ttl_scramble {
        width: 90%;
    }

    .bar_ttl_scramble {
        width: 100%;
    }

    .cont_3 {
        width: 100%;
        /* height: 615px;*/
        max-height: max-content;
        /* background: url(../images/m_cont_advance.png) no-repeat 0 center / 100%      100%;*/
        z-index: 1;
    }

    #intro .cont_3 {
        width: 100%;
        /* height: 615px;*/
        max-height: max-content;
        /* background: url(../images/m_cont_advance.png) no-repeat 0 center / 100%*/
        z-index: 1;
    }

    .cont_box {
        flex-direction: column;
        align-items: center;
        /*height: 100%;    margin: 20px 0;*/
    }

    .cont_mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: unset;
        margin-top: 3.5rem;
    }

    .box_mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
    }

    .box_left {
        display: flex;
        width: 100%;
    }

    .ttl_advance {
        width: 85%;
        padding: 0 2px 2px;
        border: none;
    }

    .box_right {
        height: 100%;
        align-items: center;
        margin: 5px 0;
        display: none;
    }

    .num_input,
    .btn_apply {
        height: 100%;
        max-height: 55px;
    }

    .radio_market {
        justify-content: space-between;
        width: 100%;
    }

    input[type='radio'] {
        width: 12px;
        height: 12px;
    }

    input[type='radio']:checked {
        background-color: #e8d5ab;
        border: 3px solid #2c2a27;
        box-shadow: 0 0 0 1px #e8d5ab;
    }

    .inner_check {
        max-width: 220px;
        max-height: 12px;
    }

    .check_stroe {
        justify-content: space-evenly;
        max-width: unset;
    }

    .check_stroe p {
        font-size: 0.95rem;
        text-align: center;
        margin: 0;
    }

    .and_store {
        width: 97px;
    }

    .app_store {
        width: 80px;
    }

    .btn_check_apple {
        max-width: 50px;
    }

    .check_agree {
        width: 100%;
        max-width: 295px;
    }

    .pccla {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 140px;
    }

    .pccla p {
        font-size: 0.85rem;
    }

    .pccla img {
        width: 12%;
    }

    .mo_btn_notice {
        display: flex;
        justify-content: right;
        width: 100%;
    }

    .btn_notice {
        justify-content: space-evenly;
        width: 100%;
        max-width: 140px;
        height: 100%;
        max-height: 25px;
        padding: 0;
    }

    .btn_check_google,
    .btn_check_apple {
        background: none;
        height: unset;
    }

    .cont_4 {
        flex-direction: column;
        align-items: center;
    }

    .cont_4 p:first-child {
        margin: 1rem;
    }

    .icon_input {
        margin-left: 5px;
    }

    .cont_eq2 {
        margin: 0;
        margin-top: 16px;
    }

    .fl_box {
        width: 100px;
        gap: 1rem;
    }

    .fl_list img {
        width: 100%;
    }

    .limit15years p,
    .policy a,
    .policy p {
        font-size: 0.49rem;
    }
}

@media screen and (max-width: 320px) {}

/* 태블릿 가로 모드 */
@media screen and (max-width: 1024px) and (orientation: landscape) {
    #intro {
        height: 100%;
    }

    /* .cont_3 {        max-height: 270px;    } */
}

/* //태블릿 가로 모드 */
/* 모바일 가로 모드 */
@media screen and (max-width: 934px) and (orientation: landscape) {
    #intro {
        height: 100%;
    }

    /* #intro {    height: 900px;  }*/
}

/* //모바일 가로 모드 */
