/* fullpage */
#fullpage{ transition: .7s; position: relative; top: 0;}
#fullpage.up{  top: -310px;}

/* 외부 css 가져오기 */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: absolute; outline: 0 !important; -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%; right:0; left: 0;
    transform: translateY(-50%);
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 80%;

    /* max-width: 900px; */
  }
  
  .mfp-iframe-scaler {
    width: 100%; height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .mfp-close {
    width: 44px; height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0; right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
  }
  
  button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  
  .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }
  
  .mfp-iframe-holder .mfp-close {
    top:-40px;
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
  }
  
/* 1023px */
@media (max-width: 1023px) {
    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 5%; right:0; left: 0;
        transform: translateY(-50%);
        padding: 0 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }

      .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 98%;
    
        /* max-width: 900px; */
      }
}


/* section01 */
#section01, #section08  { overflow: hidden; position: relative; width: 100%; height: 100vh; }
#section01 .videoWrap, #section08 .videoWrap {position:absolute; width: 100%; height:100%; top: 0; left: 0; margin:0; pointer-events: none;}
#section01 .videoWrap iframe, #section01 .videoWrap object, #section01 .videoWrap embed,
#section08 .videoWrap iframe, #section08 .videoWrap object, #section08 .videoWrap embed{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
    width: 100%;
    height: 120%;
    display: block;
}

#section01 .fullSlogan{ position: absolute; top: calc(50% - 50px); width: 100%;}
#section01 .fullSlogan h3{ font-size: 64px; transition: .5s; width: 100%; text-align: center; }

#section01 .control{ font-size: 0; position: absolute; bottom: 80px; left: 0; right: 0; margin: 0 auto; width: 170px; text-align: center; z-index: 10;}
#section01 .control li{ display: inline-block; padding: 0 5px;}
#section01 .control li a{ display: block; font-size: 18px; color: #fff; width: 40px; height: 40px; line-height: 38px; border-radius: 50%; border: 2px solid #fff; text-align: center;}
#section01 .control li i{ color: #fff; position: relative; }

#section01 .control .play-pause a.hide{ display: none;}
#section01 .control .mute-onoff a.hide{ display: none;}

.vidbox .ratio iframe, .end-video .videoWrap iframe, #cutvideo1, #cutvideo2{pointer-events: none;}
.m-play{ display: none;}

.scrolldown{ position: absolute; bottom: 40px; z-index: 11;}

/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section01 { overflow: hidden; position: relative; width: 100%; height: auto; /*padding-top: 56.25%;*/aspect-ratio:16/9; margin-top: 40px; }
    #section01 .videoWrap{position:absolute; width: 100%; height:100%; top: 0; left: 0;  }
    #section08{ overflow: hidden; position: relative; width: 100%; height: 0; padding-top: 56.25%; }
    /* #section08 .videoWrap iframe{ transform: scale(1); } */
    #section08 .videoWrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    #section01 .videoWrap, #section01 .videoWrap iframe, #section01 .videoWrap object, #section01 .videoWrap embed{ pointer-events: unset; width: 100%;
        height: 100%;}
    #section01 .videoWrap iframe, #section01 .videoWrap object, #section01 .videoWrap embed{ opacity: 1; }
    #section01 .fullSlogan { top: calc(50% - 10px); display: block; }
    #section01 .fullSlogan h3{ font-size: 24px;}

    #section01 .control li a{ display: block; font-size: 10px; color: #fff; width: 20px; height: 20px; line-height: 17px; border-radius: 50%; border: 1px solid #fff; text-align: center;}

    #section01 .control{ bottom: 30px; display: none; }
    
}


/* section02 */
#section02{ padding-top: 140px; padding-bottom: 95px; position: relative;}
#section02 .wrap1600{ overflow: hidden; display: flex; }
#section02 .text-wrap{ width: 606px; display: table;}
#section02 .text-wrap .v-middle{ position: relative;}
#section02 .text-wrap h4{ font-size: 16px; line-height: 16px; padding-bottom: 20px; letter-spacing: 0.4em;}
#section02 .text-wrap h2{ font-size: 50px; line-height: 50px; padding-bottom: 50px;}
#section02 .text-wrap h3{ font-size: 20px; line-height: 20px; padding-bottom: 40px;}
#section02 .text-wrap p.gl{ font-size: 14px; line-height: 28px; letter-spacing: 0.02em; padding-bottom: 40px;}
#section02 .text-wrap p.deco{ font-size: 12px; line-height: 26px; opacity: .6;}
#section02 .text-wrap  img.deco-img{ position: absolute; right: 97px; bottom: 0;}
#section02 .img-wrap{ width: calc(100% - 606px);}
#section02 .img-wrap .movie-swiper{ width: 100%; height: 604px; padding-bottom: 46px; overflow: hidden;}
#section02 .img-wrap .movie-swiper .swiper-slide{ width: 100%; height: 548px;}
#section02 .img-wrap .movie-swiper .swiper-slide .img-wrap{ position: relative; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 30px; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);}
#section02 .img-wrap .movie-swiper .swiper-slide .img-wrap iframe{ position: absolute; width: 110%; height: 110%; top: 0; left: -5%;}
#section02 .img-wrap .movie-swiper .swiper-slide:after{ content: ''; width: calc(100% - 10px); height: calc(100% - 10px); position: absolute; background-color: #e93463; border-radius: 30px; left: 10px; top: 10px; z-index: -1;}
#section02 .img-wrap .movie-swiper .movie-pag{ bottom: 0; text-align: left; padding-left: 52px;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section02{ padding-top: 40px; padding-bottom: 40px;}
  #section02 .wrap1600{ overflow: hidden; display: block; }
  #section02 .text-wrap{ width: 100%; display: table;}
  #section02 .text-wrap .v-middle{ position: relative;}
  #section02 .text-wrap h4{ font-size: 10px; line-height: 10px; padding-bottom: 5px; letter-spacing: 0.2em;}
  #section02 .text-wrap h2{ font-size: 24px; line-height: 24px; padding-bottom: 22px;}
  #section02 .text-wrap h3{ font-size: 16px; line-height: 16px; padding-bottom: 20px;}
  #section02 .text-wrap p.gl{ font-size: 12px; line-height: 20px; letter-spacing: 0.02em; padding-bottom: 20px;}
  #section02 .text-wrap p.deco{ font-size: 10px; line-height: 19px;}
  #section02 .text-wrap  img.deco-img{ position: absolute; right: 40px; bottom: 0; transform: scale(.5);}
  #section02 .img-wrap{ width: 100%;}
  #section02 .img-wrap .movie-swiper{ width: 100%; height: 63.73vw; padding-bottom: 6.40vw; overflow: hidden;}
#section02 .img-wrap .movie-swiper .swiper-slide{ width: 100%; height: 57.73vw;}
#section02 .img-wrap .movie-swiper .swiper-slide .img-wrap{ position: relative; width: calc(100% - 5px); height: calc(100% - 5px); border-radius: 30px; overflow: hidden;}
#section02 .img-wrap .movie-swiper .swiper-slide .img-wrap iframe{ position: absolute; width: 110%; height: 110%; top: -5%; left: -5%;}
#section02 .img-wrap .movie-swiper .swiper-slide:after{ content: ''; width: calc(100% - 5px); height: calc(100% - 5px); position: absolute; background-color: #e93463; border-radius: 30px; left: 5px; top: 5px; z-index: -1;}
#section02 .img-wrap .movie-swiper .movie-pag{ bottom: -10px; text-align: center; padding-left: 0;}
}


/* section03 */
#section03{ padding: 87px 0; background-position: center; background-size: cover; background-repeat: no-repeat;}
#section03 #tit-wrap{ padding-bottom: 50px;}
#section03 .con-wrap{ display: flex; justify-content: center;}
#section03 .con-wrap .circle{ display: table; width: 210px; height: 210px; border-radius: 50%; background-color: #fff; border: 2px solid #7718bd; text-align: center; margin: 0 40px;}
#section03 .con-wrap .circle i{ font-size: 50px; color: #a1a0a0; padding-bottom: 30px; transition: .3s;}
#section03 .con-wrap .circle h3{ font-size: 16px; color: #a1a0a0; line-height: 16px; padding-bottom: 10px; transition: .3s;}
#section03 .con-wrap .circle h4{ font-size: 14px; color: #a1a0a0; line-height: 14px; transition: .3s; }
#section03 .con-wrap .circle:hover i{ color: #e93463;}
#section03 .con-wrap .circle:hover h3, #section03 .con-wrap .circle:hover h4{ color: #505050;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section03{ padding: 40px 0; background-image: url(../img/main/mo-sec03-bg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat;}
  #section03 #tit-wrap{ padding-bottom: 20px;}
  #section03 .con-wrap{ flex-wrap: wrap;}
  #section03 .con-wrap .circle{ display: table; width: 110px; height: 110px; border-radius: 50%; background-color: #fff; border: 1px solid #7718bd; text-align: center; margin: 10px;}
  #section03 .con-wrap .circle i{ font-size: 28px; color: #a1a0a0; padding-bottom: 15px; transition: .3s;}
  #section03 .con-wrap .circle h3{ font-size: 12px; color: #a1a0a0; line-height: 12px; padding-bottom: 4px; transition: .3s;}
  #section03 .con-wrap .circle h4{ font-size: 10px; color: #a1a0a0; line-height: 10px; transition: .3s; }
}

/* section04 */
#section04 .text{ font-size: 42px; position: absolute; top: calc(50% - 20px); width: 1000px; text-align: center; opacity: 1; transition: .5s; z-index: 10; left: 0; right: 0; margin: 0 auto;}
#section04 .text.hide{ opacity: 0;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section04 .text{ font-size: 19px; line-height: 24px; top: calc(50% - 20px); width: 300px; }

}

/* section05 */
#section05{ overflow: hidden; display: flex; padding: 140px 0; justify-content: center;}
#section05 .left{width: 590px; padding-left: 160px; padding-top: 65px; }
#section05 .left #tit-wrap{text-align: left;}
#section05 .btn-wrap{ position: relative; width: 100%; margin-bottom: 70px;}
#section05 .btn-wrap .room-next{ position: absolute; right: 150px; left: unset;}
#section05 .btn-wrap .room-prev{ position: absolute; right: 200px; left: unset;}
#section05 .left p{ font-size: 14px; line-height: 28px;}
#section05 .right{ width: calc(100% - 590px); overflow: hidden;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section05{ padding: 20px 0 40px; flex-wrap: wrap;}
  #section05 .left{width: 100%; padding-left: 15px; padding-top: 0; padding-right: 15px; padding-bottom: 20px; text-align: center;}
  #section05 .left #tit-wrap{text-align: center;}
  #section05 .btn-wrap{ position: relative; width: 100%; margin-bottom: 0;}
  #section05 .btn-wrap .room-next{ position: relative; display: inline-block; right: unset; left: unset; top: unset; margin: 12px 5px;}
  #section05 .btn-wrap .room-prev{ position: relative; display: inline-block; right: unset; left: unset; top: unset; margin: 12px 5px;}
  #section05 .left p{ font-size: 12px; line-height: 19px;}
  #section05 .right{ width: 100%; overflow: hidden; padding: 0 15px;}
}


/* section06 */
#section06{ overflow: hidden; display: flex; justify-content: center; flex-wrap: wrap;}
#section06 .img-wrap{height: 540px; position: relative; }
#section06 .text-wrap{ display: table; text-align: center; background-position: center; background-size: cover; background-repeat: no-repeat;}
#section06 .text-wrap p{ font-size: 14px; line-height: 28px; padding-top: 70px;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section06 .img-wrap{height: 55.73vw; position: relative; }
  #section06 .text-wrap{height: 55.73vw; position: relative; background-image: url(../img/main/mo-sec06-2.jpg)!important; }
  #section06 .text-wrap p{ font-size: 12px; line-height: 19px; padding-top: 60px;}
}


/* section07 */
#section07{ padding: 140px 0 130px;}
#section07 #tit-wrap{ text-align: left; overflow: hidden; padding-bottom: 80px;}
#section07 #tit-wrap h3{ display: inline-block; float: left; padding-right: 15px;}
#section07 #tit-wrap p{ display: inline-block; float: left; padding-top: 30px;}
#section07 #tit-wrap #tab-v2{ float: right;}
#section07 .fac-wrap, #section07 .travel-wrap{ width: 100%; padding-bottom: 30px; position: relative;}
#section07 .fac-prev,  #section07 .travel-prev{ position: absolute; top: 125px; left: 95px;}
#section07 .fac-next,  #section07 .travel-next{ position: absolute; top: 170px; left: 95px; right: unset;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section07{ padding: 40px 0 35px;}
  #section07 #tit-wrap{ text-align: center; overflow: hidden; padding-bottom: 20px;}
  #section07 #tit-wrap h3{ display: block; float: unset; padding-right: 0;}
  #section07 #tit-wrap p{ display: block; float: unset; padding-top: 0; padding-bottom: 12px;}
  #section07 #tit-wrap #tab-v2{ float: unset;}
  #section07 .fac-wrap, #section07 .travel-wrap{ width: 100%; padding-bottom: 30px; position: relative;}
#section07 .fac-prev, #section07 .travel-prev{ position: absolute; top: 21.60vw; left: 15px;}
#section07 .fac-next, #section07 .travel-next{ position: absolute; top: 29.70vw; left: 15px; right: unset;}
}
