@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);

/* 
    문자 초기화
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
*/
/* 
    트랜지션
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
*/

html,body,div,ul,li,p,h3,h1,h2,h4,h5{padding:0;margin:0;line-height:1}
ul,li{list-style:none}
a{text-decoration:none;color:#000}
textarea,input{font-family: 'Noto Sans KR', sans-serif;}
optgroup,select,button{cursor:pointer}
input::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
input::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
input::-moz-placeholder{color:#AAAAAA;font-weight:400}
textarea::-moz-placeholder{color:#AAAAAA;font-weight:400}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
select::-ms-expand{display:none}
select{-moz-appearance:none;-webkit-appearance:none;appearance:none}
img{vertical-align:top}
body{width:100%;position:relative;box-sizing:border-box;}
caption{display:none}
*{margin:0;padding:0;text-decoration:none;-webkit-text-size-adjust:none;outline:0;-webkit-appearance:none; -webkit-tap-highlight-color:transparent; -webkit-font-smoothing:antialiased}
*{font-family: 'Noto Sans KR', sans-serif;line-height:1em;color:#000;box-sizing: border-box;font-weight: normal;letter-spacing: -0.02em;}
i,em {line-height: inherit;font-style: normal}
.blind {display: none  !important;}
span,i,strong,q {font-size: inherit;font-weight: inherit;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
q::before,q::after {content: none;}
b {font-size: inherit;font-weight: 500;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
table {width: 100%;table-layout: fixed;border-collapse: collapse;border-spacing: 0;}


@-webkit-keyframes showUp {
0% {opacity: 0;-webkit-transform: translateY(30px)}
100% {opacity: 1;-webkit-transform: translateY(0)}
}

@keyframes showUp {
0% {opacity: 0;transform: translateY(30px)}
100% {opacity: 1;transform: translateY(0)}
}

body {
    background-color: #000;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 100;
}

#header .btn_menu {
    width: 26px;
    height: 26px;
    border: none;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

#header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/bg-menu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
}

#header .menu.open {
    pointer-events: visible;
    opacity: 1;
}

#header .menu .inner {
    position: relative;
    width: 100%;
}

#header .menu .inner .lnb {
    border-top: 1px solid #50493a;
    border-bottom: 1px solid #50493a;
    background-color: #000;
    width: 100%;
}

#header .menu .inner .lnb ul {
    display: flex;
    justify-content: center;
}

#header .menu .inner .lnb li + li {
    margin-left: 25px;
    position: relative;
}

#header .menu .inner .lnb li + li::before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    background-color: #fbe4ba;
}

#header .menu .inner .lnb li a {
    font-size: 11px;
    color: #fbe4ba;
    line-height: 35px;
    font-weight: 300;
}

#header .menu .inner .gnb {
    padding: 70px 0px 90px;
}

#header .menu .inner .gnb > ul {
    text-align: center;
    padding: 0 10px;
}

#header .menu .inner .gnb > ul > li {
    position: relative;
    width: 100%;
    transform: translateY(30px);
    opacity: 0;
}

#header .menu.open .inner .gnb > ul > li {
    transform: translateY(0);
    opacity: 1;
}

#header .menu .inner .gnb > ul > li:nth-child(1) {
    transition: All .3s ease-out;
    -webkit-transition: All .3s ease-out;
    -moz-transition: All .3s ease-out;
    -o-transition: All .3s ease-out;
}

#header .menu .inner .gnb > ul > li:nth-child(2) {
    transition: All .6s ease-out;
    -webkit-transition: All .6s ease-out;
    -moz-transition: All .6s ease-out;
    -o-transition: All .6s ease-out;
}


#header .menu .inner .gnb > ul > li:nth-child(3) {
    transition: All .9s ease-out;
    -webkit-transition: All .9s ease-out;
    -moz-transition: All .9s ease-out;
    -o-transition: All .9s ease-out;
}


#header .menu .inner .gnb > ul > li + li {
    margin-top: 47px;
}

#header .menu .inner .gnb > ul > li > a,
#header .menu .inner .gnb > ul > li > i {
    font-size: 26px;
    color: #bbbbbb;
    text-align: center;
}

#header .menu .inner .gnb > ul > li.current > a,
#header .menu .inner .gnb > ul > li.current > i {
    color: #fbe4ba;
}

#header .menu .inner .gnb > ul > li.current::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 3%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/img-current-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
}

#header .menu .inner .gnb > ul > li > ul {
    padding-top: 15px;
}

#header .menu .inner .gnb > ul > li > ul > li + li {
    margin-top: 18px;
}

#header .menu .inner .gnb > ul > li > ul > li > a {
    font-size: 18px;
    color: #585858;
    text-decoration: underline;
}

#header .menu .inner .close_menu {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
    background-color: transparent;
    border: none;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#header .menu .menu_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 83px;
    border-top: 1px solid #50493a;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: All .5s ease-out;
    -webkit-transition: All .5s ease-out;
    -moz-transition: All .5s ease-out;
    -o-transition: All .5s ease-out
}

#header .menu.open .menu_footer {
    transform: translateY(0);
}

#header .menu .menu_footer img {
    max-width: 71px;
}
section {
    position: relative;
}

section.scene1 .bg {
    width: 100%;
    padding-top: 170.3333%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/bg-sec01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.scene1 .cont .btn_play {
    width: 20vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
}

section.scene1 .cont .btn_play i {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.scene1 .cont .btn_reserv {
    width: 66.6667%;
    position: absolute;
    border: none;
    background-color: transparent;
    bottom: 37vw;
    left: 50%;
    transform: translateX(-50%);
}

section.scene1 .cont .btn_reserv > i {
    display: block;
    width: 100%;
    padding-top: 19.5833%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-sec01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.scene2 .bg {
    width: 100%;
    padding-top: 170.3333%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/bg-sec02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.scene2 .cont .btn_reserv {
    width: 100%;
    position: absolute;
    border: none;
    background-color: transparent;
    bottom: 24vw;
    left: 50%;
    transform: translateX(-50%);
}

section.scene2 .cont .btn_reserv i {
    display: block;
    width: 100%;
    padding-top: 13.0555%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-sec02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.scene3 .bg {
    width: 100%;
    padding-top: 203.4722%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/bg-sec03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.scene3 .cont .btn_reserv {
    width: 82%;
    position: absolute;
    border: none;
    background-color: transparent;
    bottom: 56vw;
    left: 50%;
    transform: translateX(-50%);
}

section.scene3 .cont .btn_reserv i {
    display: block;
    width: 100%;
    padding-top: 12.1827%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-sec03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.scene3 .cont .agree_wrap {
    position: absolute;
    bottom: 66.9vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80.5555%;
}

section.scene3 .cont .agree_wrap input {
    display: none;
}

section.scene3 .cont .agree_wrap input + label {
    padding-left: 5vw;
}

section.scene3 .cont .agree_wrap input + label {
    font-size: 3.12vw;
    line-height: 5vw;
    color: #8c8275;
}

section.scene3 .cont .agree_wrap input + label i {
    display: block;
    width: 2.8vw;
    height: 2.8vw;
    position: absolute;
    top: 50%;
    left: 0.5vw;
    transform: translateY(-50%);
    border: 1px solid #8c8275;
}

section.scene3 .cont .agree_wrap input:checked + label i::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #8c8275;
}

section.scene4 .bg {
    width: 100%;
    padding-top: 170.3333%;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/bg-sec04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.scene4 .update_tab {
    position: absolute;
    width: 79.7222%;
    top: 58vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

section.scene4 .update_tab button {
    flex: 1;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/img-tab-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    height: 9.7vw;
    letter-spacing: -0.2vw;
    font-size: 3.12vw;
    color: #cbc2b5;
    font-weight: 500;
    white-space: nowrap;
}

section.scene4 .update_tab button + button {
    margin-left: 5.2vw;
}

section.scene4 .update_tab button.current {
    color: #cab08b;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/img-tab-bg-selected.png);
}

section.scene4 .update_slider {
    position: absolute;
    top: 70vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

section.scene4 .update_slider ul li {
    text-align: center;
}

section.scene4 .update_slider ul li img {
    width: 80.5555%;
    filter: grayscale(5);
}

section.scene4 .update_slider ul li.swiper-slide-active img {
    filter: grayscale(0);
}

section.scene4 .update_slider .nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 5;
}

section.scene4 .update_slider .nav button {
    width: 5.4vw;
    height: 9.2vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}

section.scene4 .update_slider .nav button.nav_prev {
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/ico-nav-prev.svg);
    background-position: left center;
    left: 0;
}

section.scene4 .update_slider .nav button.nav_next {
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/ico-nav-next.svg);
    background-position: right center;
    right: 0;
}

.clip_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
}

.clip_modal.open {
    opacity: 1;
    pointer-events: visible;
}

.clip_modal .modal_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

.clip_modal > .clip_wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    z-index: 5;
    display: none;
    animation: showUp 0.3s forwards;
    background-color: #000;
}

.clip_modal.open > .clip_wrap {
    display: block;
}

.clip_modal > .clip_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.clip_modal .close_modal {
    width: 30px;
    height: 30px;
    background-image: url(https://t1.daumcdn.net/gamepub/pub/odin/event/preorder2112/mo/btn-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    bottom: 100%;
    right: 0;
    border: none;
    background-color: transparent;
}
