body { background: #000; }

/* header */
header{
    position: fixed;
    top:0;
    left:0;
    width:200px;
    height:100vh;
    overflow: hidden;
    z-index: 100;
}
h1.logo {
    position: absolute;
    top:20px;
    left:0;
    width:167px;
}
#gnb {
    position: fixed;
    top:50%;
    left:55px;
    width:140px;
    transform: translateY(-50%);
}
#gnb ul{
    position: relative;
}
#gnb ul::after {
    content:"";
    display: block;
    position: absolute;
    left:24px;
    top:24px;
    width:1px;
    /* height:221px; */
    height:166px;
    background:#5f5d5d;
    z-index: 1;
}
#gnb ul li{
    position: relative;
    height:54px;
    line-height: 54px;
    padding:0 0 0 55px;
    font-size: 14px;
    color:#8c8e8e;
}
#gnb ul li:before{
    content:"";
    display: block;
    position: absolute;
    left:22px;
    top:24px;
    width:5px;
    height:5px;
    background:url(../images/bg-nav-off.png) no-repeat center center;
    z-index: 5;
    transition: all 0.3s ease;
}

#gnb ul li.active{
    font-size: 16px;
    color:#dfc79d;
    text-shadow: #ff4d00 1px 0 10px;
}
#gnb ul li.active:before{
    content:"";
    display: block;
    position: absolute;
    left:0;
    top:0;
    width:51px;
    height:54px;
    background:url(../images/bg-nav-active.png) no-repeat center center;
    transition: all 0.3s ease;
}

/* common */
section.section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background:#000;
}
.section .inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section .inner article{
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 15;
}

/* intro */
.intro .tit {
    margin-top:50px;
}
.intro .btn-box {
    width:554px;
    margin:50px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.intro .btn-box a{
    margin-top:10px;
}
.intro .btn-play {
    text-align: center;
    margin:50px auto 0;
}
.intro .btn-play  button{
    display: inline-block;

}
/* video bg */
.intro .section-bg .full-video-inner::before {
    content:'';
    display: block;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.full-video-wrap {position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.full-video-wrap.actived .full-video-visual {opacity:0;}
.full-video-inner {position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}
.full-video-inner img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.full-video-inner video {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.full-video-inner video [poster] {
    width:100%;
    height:100%;
    background:url(/assets/images/bg-intro.jpg) no-repeat center 0;
    object-fit:cover;
}
.full-video-visual {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1; transition:opacity 0.4s ease;}
.full-video-visual img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}


/* 사전예약 */
.registration  .section-bg{
    background-image: url(../images/bg-registration.jpg);
}
.registration .desc {
    margin-top:25px;
}
.registration .txt .date {
    margin:15px 0 17px 0;
}
.registration .txt .date p{
    text-align: center;
    font-size: 16px;
    color:#621900;
    font-weight: normal;
    line-height: 22px;
}
.registration .txt .date p span{
    color:#621900;
    font-weight: bold;
}
.form-box {
    position: relative;
    margin:40px auto;
    width:737px;
    height:561px;
}
.registration .input-box {
    width:502px;
    padding-top:40px;
    margin:0 auto;
}
.registration .agr-wrap {
    width:500px;
    margin:0 auto;
    padding-top:25px;
}
.registration .agr-wrap .agr-box {
    position: relative;
    width:100%;;
    height:21px;
    margin:0 0 9px 0;
    text-align: left;
}
.registration .agr-wrap .agr-box input {
    height: 0;
    width: 0;
    position: absolute;
    top:-999px;
    left:-99999px;
}
.registration .agr-wrap .agr-box label {
    display: block;
    width:500px;
    height:22px;
    line-height: 22px;
    padding:0 0 0 30px;
    font-size:13px;
    color:#b8b8b8;
    background:url(../images/icon-chceck-off.png) no-repeat 0 center;
    background-size:20px 21px;
}
.registration .agr-wrap .agr-box input:checked + label {
    background:url(../images/icon-chceck-active.png) no-repeat 0 center;
    background-size:20px 21px;
}
.registration .agr-wrap .agr-box .btn-more{
    position: absolute;
    top:0;
    right:0;
}
.registration .btn-event-notice {
    position: absolute;
    bottom:35px;
    left:50%;
    width:130px;
    height:22px;
    margin-left:-68px;
}
.registration .form-box .btn-registration-notice {
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-74px;
}

/* update */
.update .section-bg{
    background-image: url(../images/bg-update.jpg);
}
.update .content {
    display: flex;
    justify-content: center;
    margin-top:40px;
}
.update .content .update-box {
    position: relative;
    margin:0 15px;
}
.update .content .update-box span.label{
    position: absolute;
    top: -4px;
    left: -3px;
    z-index: 5;
}

/* event */
.event .section-bg{
    background-image: url(../images/bg-event.jpg);
}
.event .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:20px;
}
.event .event-step{
    width:979px;
    height:317px;
    background:url(/assets/images/bg-event-stepbox.png) no-repeat 0 0;
}
.event .event-step .txt {
    padding:36px 0 0 0;
}
.event .event-step ul{
    display: flex;
    justify-content: center;
    gap:16px;
    margin-top:20px;
}
.event .event-step ul li {
    position: relative;
}
.event .event-step ul li button{
    display: none;
}
.event .event-step ul li.complete .benefit-box img{
    filter: grayscale(100%);
}
.event .event-step ul li.complete .benefit-box{
    display: block;
    position: relative;
}
.event .content .input-box {
    width:100%;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    margin:25px 15px;
}
.event .content .input-box .inner {
    width:481px;
    flex-wrap: wrap;
}
.event .content .input-box .inner .input {
    width:481px;
}
.event .content .input-box .inner .input input{
    width:478px;
    height:52px;
    line-height: 52px;
    text-align: center;
    margin-bottom:10px;
    font-size: 20px;
    color:#311a1a;
    background:#ffffff;
    border:2px solid #866b43;
}
.event .content .input-box .inner .input.url {
    display: flex;
    justify-content: space-around;
}
.event .content .input-box .inner .input.url input{
    width:412px;
    font-size: 16px;
    color:#311a1a;
}
.event .content .input-box .inner .input input ::placeholder {
    font-size: 20px;
    color:#311a1a;
    font-weight: 500;
}
.event .content .input-box .inner .input input ::placeholder {
    font-size: 16px;
    color:#311a1a;
}
.event .content .input-box .inner .input.url button{
    height:56px;
    margin:0;
    padding:0;
}
.event .content .input-box .inner .btn-box{
    width:481px;
    display: flex;
    justify-content: space-around;
}

.event .content .input-box .inner .btn-box button{
    width:235px;
}
.event .content .btn-notice-box{
    width:100%;
    padding:25px 0 0 0;
    text-align: center;
}

.event .content .btn-notice-box button{
    display: inline-block;
}

/* media */
.media .section-bg{
    background-image: url(../images/bg-media.jpg);
}
.media .content {
    display: flex;
    justify-content: center;
    margin-top:60px;
}
.media .content .video {
    width:600px;
}
.media .content .video-area {
    margin-top:40px;
    width:581px;
    height:293px;
    background:url(../images/bg-media-area.png) no-repeat 0 0;
}
.media .content .video-area .inner {
    box-sizing: border-box;
    padding:10px 54px 11px 54px;
}
.media .content .video-area .inner  > img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.media .content .video-area .inner > button{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
/*footer*/
.footer { height: 270px!important; background: #0d0d0d; }
.footer .fp-tableCell { height: 270px!important; display: flex; justify-content: center; align-items: center; }
.footer .fp-tableCell .inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.footer .fp-tableCell .inner .img-wrap { width: 76px; height: 73px; }
.footer .fp-tableCell .inner img { width: 100%; height: 100%; object-fit: contain; }
.footer .fp-tableCell .inner .copy { text-align:center; font-size: 12px; color: #a1a1a1; font-weight: 100; }

/* 오른쪽 플로팅 배너 */
.f-banner {
    position: fixed;
    right:200px;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
}
.f-banner a{
    display: block;
    position: relative;
    margin:10px 0;
}

/* 공통 > 팝업 */
.pop-wrap {position:fixed; top:0; left:100%; width:100%; height:100%; z-index:9999; overflow:hidden; transition:left 0s 0.35s ease;}
.pop-wrap.actived {left:0;transition-delay:0s;}
.pop-wrap.actived .cover {opacity:1;}
.pop-container {position:absolute;top:0;left:0;width:100%;height:100%; overflow-y:auto;z-index:10;}
.pop-parents {position:relative; display:table; width:100%; height:100%;z-index:5;table-layout:fixed;}
.pop-children {display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; padding:50px 53px;}
.pop-wrap .cover {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8); opacity:0; transition:opacity 0.45s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);}

.pop-wrap.actived .pop-basic-data {transform:scale(1); opacity:1; transition:transform 0.25s 0.05s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.25s 0s ease;}
.pop-basic-data {position:relative; display:inline-block; transform:scale(0.3); opacity:0; transition:transform 0.25s 0s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.25s 0s ease; box-sizing:border-box;}
.pop-basic-data.full {display:block;width:100%;height:100%;}
.pop-wrap .btn-pop-close {
    position: absolute;
    top:0;
    right:-40px;
    width:35px;
    height:36px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background:url(../images/btn-pop-close.png) center center no-repeat;
}

/* message alert pop*/
.pop-wrap.actived .pop-basic-data.alert-basic-data{
    width:607px;
    height:255px;
    background:url(../images/bg-pop-alert.png) center center no-repeat;
    background-size:cover;
}
.alert-basic-data div{

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.alert-basic-data div p{
    font-size: 20px;
    color:#afafaf;
    padding:0 50px;
}


#alertPop.actived .pop-basic-data.alert-basic-data {
    width:490px;
    height:215px;
    background:url(../images/bg-pop01.png) no-repeat center 0;
    font-family: "Noto Serif KR", serif;
}
#alertPop .pop-message {
    font-size:24px;
    color:#f2ebcb;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
#alertPop .pop-message span{
    display:block;
    font-size: 14px;
    font-weight: 400;
    color:#efefef;
    padding:10px 0 0 0;
    font-family: "Noto Sans KR", sans-serif;
}


#eventSuccess button.btn-go-event {
    position: absolute;
    bottom: 26%;
    left: 50%;
    width: 235px;
    height: 57px;
    margin-left: -117px;
}




#certiPop.actived .pop-basic-data.alert-basic-data {
    width:612px;
    height:246px;
    background:url(../images/bg-pop02.png) no-repeat center 0;
    font-family: "Noto Serif KR", serif;
}
#certiPop .pop-form-box {
    flex-wrap:wrap;
    flex-direction: column;
    gap: 10px;
}
#certiPop .pop-form-box .input{
    width:490px;
    height:56px;
    display: flex;
    justify-content: space-around;
}
#certiPop .pop-form-box .input input{
    width:355px;
    height:56px;
    line-height: 56px;
    font-size: 16px;
    color:#311a1a;
    text-align: center;
    background:#ffffff;
}
#certiPop .pop-form-box .input input::placeholder{
    font-size: 16px;
    color:#311a1a;
}
#certiPop .pop-form-box .input button{
    width:124px;
    height:56px;
}

    /* 런처안내 pop*/
#launcherPop.pop-wrap .btn-file-download {
    position: absolute;
    bottom:38px;
    left:50%;
    margin-left:-118px
}





/* 동영상 */
#youtubePopVideo .pop-basic-data {
    position: relative;
    width: 1085px;
    height: 546px;
    background: url(../images/videoBox.png) no-repeat center center;
    padding: 13px;
}
#youtubePopVideo .video-pop-view{
    position: absolute;
    left: 94px;
    top: 12px;
    width: 895px;
    height: 520px;
}
#youtubePopVideo .video-wrap{
    width:100%;
    height:100%;
}
#youtubePopVideo .video-player{
    width:100%;
    height:100%;
}
#youtubePopVideo #popVideo {
    width:100%;
    height:100%;
}
#youtubePopVideo .btn-pop-close {
    right:-70px;
}

/* .videoPop .videoWrap { position: relative; width: 1085px; height: 546px; background:url(../image/1/toBePop.png)no-repeat center; padding: 13px; } */
.videoPop .videoWrap {
    position: relative;
    width: 1085px;
    height: 546px;
    background: url(../image/1/videoBox.png)no-repeat;
    padding: 13px;
}

.videoPop .videoWrap .xbtn {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}

.videoPop .videoWrap .video {
    position: absolute;
    left: 94px;
    top: 12px;
}


/* 메인 쇼케이스 배너 */
#banner-showcase {
    position: fixed;
    top:50px;
    left:-100%;
    width:500px;
    height:500px;
    opacity: 0;
    transition:all 0s 0.35s ease;
    z-index: 100;
}
#banner-showcase.actived{
    left:50px;
    opacity: 1;
    transition-delay: 0s;
}
#banner-showcase .inner-banner {
    position: relative;
    display: inline-block;
    transform: scale(0.3);
    opacity: 0;
    transition: transform 0.25s 0s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.25s 0s ease;
    box-sizing: border-box;
}
#banner-showcase.actived .inner-banner {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.25s 0.05s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.25s 0s ease;
}
#banner-showcase button.btn-close-banner {
    display: block;
    position: absolute;
    top:10px;
    right:10px;
    width:50px;
    height:50px;
    background:url(/assets/images/btn-close-banner.png) no-repeat center center;
    background-size:cover;
} 