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:54%;
    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:652px;
    margin:70px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.intro .btn-box a{
    margin-top:5px;
}
/* video bg */
.intro .section-bg .full-video-inner::before {
    content:'';
    display: block;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    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-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;}

/* 이벤트 */
.event  .section-bg{
    background-image: url(../images/bg-event.jpg);
}
.event .desc {
    margin-top:25px;
}
.event .txt .date {
    margin:15px 0 17px 0;
}
.event .txt .date p{
    text-align: center;
    font-size: 16px;
    color:#621900;
    font-weight: normal;
    line-height: 22px;
}
.event .txt .date p span{
    color:#621900;
    font-weight: bold;
}
.form-box {
    position: relative;
    margin:0 auto;
    width:736px;
    height:547px;
    background:url(../images/bg-form-box.png) no-repeat center 0;
}.event .input-box {
        width:420px;
        padding-top:44px;
        margin:0 auto;
    }
    .event .input-box .phon-number {
        display: flex;
        justify-content: space-around;
    }
    .event .input-box .phon-number .number {
        height:48px;
        line-height: 48px;
        font-size: 14px;
        margin-right:5px;
        color:#000000;
        letter-spacing: -0.025em;
        background:#ffffff;;
    }
    .event .input-box .phon-number .number input,
    .event .input-box .phon-number .number select{
        text-align: center;
        height:48px;
        line-height: 48px;
        background:#ffffff;
    }

    .event .input-box .phon-number .btn{
        width:142px;
        height:50px;
    }
    .event .input-box .phon-number .btn button{
        background:none;
        border:none;
        outline:none;
        width:100%;
        height:50px;
        background:url(../images/btn-event-01.png) no-repeat 0 0;
        background-size:cover;
    }
    .event .agr-wrap {
        width:420px;
        margin:0 auto;
        padding-top:20px;
    }
    .event .agr-wrap .agr-box {
        position: relative;
        width:100%;;
        height:21px;
        margin:0 0 7px 0;
        text-align: left;
    }
    .event .agr-wrap .agr-box input {
        height: 0;
        width: 0;
        position: absolute;
        top:-999px;
        left:-99999px;
    }
    .event .agr-wrap .agr-box label {
        display: block;
        width:395px;
        height:21px;
        line-height: 21px;
        padding:0 0 0 27px;
        font-size:10px;
        color:#ffffff;
        background:url(../images/bg-check-off.png) no-repeat 0 0;
        background-size:20px 21px;
    }
    .event .agr-wrap .agr-box input:checked + label {
        background:url(../images/bg-check-on.png) no-repeat 0 0;
        background-size:20px 21px;
    }
    .event .agr-wrap .agr-box .btn-more{
        position: absolute;
        top:0;
        right:0;
    }
    .event .btn-event-notice {
        position: absolute;
        bottom:35px;
        left:50%;
        width:130px;
        height:22px;
        margin-left:-68px;
    }

/* 전설의 여정 */
.load .section-bg{
    background-image: url(../images/bg-loadTo.jpg);
}
.load .content {
    display: flex;
    justify-content: center;
    margin-top:40px;
    
}

/*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%;}
.btn-pop-close {
    position: absolute;
    top:0;
    right:-50px;
    width:35px;
    height:36px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background:url(../images/btn-close-pop.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;
}
/* 전설의 여정 pop*/
.pop-wrap.load-pop .cover{
    background:url(../images/bg-pop-loadTo.jpg) center center no-repeat;
    background-size:cover;
}
.pop-wrap.load-pop .cover #btnLogo{
    display: none;
    z-index: 0;
}
.pop-wrap.load-pop.actived .cover #btnLogo{
    display: block;
    position: fixed;
    top:20px;
    left:0;
    z-index: 100;
    display: block;
}
.pop-wrap.load-pop .btn-pop-close {
    position: absolute;
    top:-30px;
    left:173px;
    width:118px;
    height:49px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background:url(../images/btn-back.png) center center no-repeat;
}

/* 인터 공성전 업데이트 pop*/
#loadToKing.load-pop-king .cover{
    background:url(../images/bg-pop-loadToKing.jpg) center center no-repeat;
    background-size:cover;
}
#loadToKing.load-pop-king .cover #btnLogo{
    display: none;
    z-index: 0;
}
#loadToKing.load-pop-king.actived .cover #btnLogo{
    display: block;
    position: fixed;
    top:28px;
    right:0;
    z-index: 100;
}
#loadToKing.load-pop-king .pop-basic-data img{
    margin-top:-135px;
}
#loadToKing.load-pop-king .btn-pop-close {
    position: absolute;
    top:35px;
    left:40px;
    width:118px;
    height:49px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background:url(../images/btn-back-ver2.png) center center no-repeat;
}

/* 글로벌 서버 오픈 pop*/
#loadToWorld.load-pop-world .cover{
    background:url(../images/bg-pop-loadToWorld.jpg) center center no-repeat;
    background-size:cover;
}
#loadToWorld .video-box {
    position: relative;
    left:50%;
    margin-left:-210px;
    margin-top:35px;
    padding:10px 0;
    width:879px;
    height:422px;
    background:url(../images/bg-load-to-world-video.png) no-repeat 0 0;
}
#loadToWorld .video-box .inner{
    position: relative;
    overflow: hidden;
    margin:0 0 0 76px;
    width:726px;
    height:422px;
    background:#000000;
}
#loadToWorld .video-box .inner #player,
#loadToWorld .video-box .inner video {
    width:726px;
    height:422px;
}
#loadToWorld.load-pop-world .cover #btnLogo{
    display: none;
    z-index: 0;
}
#loadToWorld.load-pop-world.actived .cover #btnLogo{
    display: block;
    position: fixed;
    top:28px;
    right:0;
    z-index: 100;
}
#loadToWorld.load-pop-world .btn-pop-close {
    position: absolute;
    top:35px;
    left:40px;
    width:118px;
    height:49px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background:url(../images/btn-back-ver2.png) center center no-repeat;
}

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