@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {}

/* 0811_body 1rem? */

body {
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  min-width: 1480px;
}

.none {
  display: none;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

ul li {
  list-style: none;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  height: 0;
  width: 0;
  font-size: 0;
}

#wrap {
  width: 100%;
  min-width: 100%;
  height: auto;
}

/* 비메오 */
#vimeoWrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin: 0;
}

#vimeoWrap iframe,
#vimeoWrap object,
#vimeoWrap embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mmovie {
  width: 1000px;
  padding-bottom: 10%;
  /* 16/9 ratio */
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 auto;
}

#mmovie iframe,
#mmovie object,
#mmovie embed {
  position: relative;
  width: 1000px;
  height: 570px;
  margin: 0 auto;
}

.slideall {
  width: 1920px;
  z-index: -1;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  overflow: hidden;
  position: relative;
}

.slideall iframe,
.slideall object,
.slideall embed {
  position: relative;
  left: 0;
  width: 100%;
  height: 1080px;
  top: -75px;
}

/*비메오*/

/* header */

#top {
  position: fixed;
  right: 0;
  z-index: 99999;
}

#top img {
  display: block;
}

header {
  font-family: "Noto Sans KR", sans-serif;
}

#header {
  width: 100%;
  height: 95px;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  z-index: 999;
  box-sizing: border-box;
  top: 0;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.h_inner {
  width: 1900px;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 450px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  display: block;
  position: relative;
}

.logo a {
  display: block;
  text-indent: -9999px;
  background: url(../img/header/logo.png) no-repeat 0 0;
  width: 315px;
  height: 45px;
  top: 26px;
  position: relative;
}

nav {
  min-width: 1100px;
  position: absolute;
  z-index: 9999;
  transition: all 0.5s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

nav>ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  flex-wrap: wrap;
}

nav>ul>li {
  height: 94px;
  position: relative;
  height: auto;
  box-sizing: border-box;
  margin: 0 43px;
  width: auto;
}

nav>ul>li:hover {
  /*background: #01173f;*/
  color: #fff;
}

nav>ul>li>a {
  display: block;
  color: #fff;
  font-family: "Noto Sans CJK";
  line-height: 115px;
  position: relative;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.5px;
  box-sizing: border-box;
  font-weight: 400;
  transform: rotate(-0.03deg);
  z-index: 111;
}

/*nav>ul>li>a::after {
    content: "│";
    position: absolute;
    right: -7px;
    
    opacity: 0.2;
}
nav>ul>li:last-child>a::after {
    display: none;
}*/

.sub {
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  font-weight: 300;
  width: 230px;
  display: block;
  padding-bottom: 10px;
  position: absolute;
  background: #000;
  padding-top: 105px;
  padding: 105px 50% 30px 50%;
  top: 0;
  left: -85px;
  letter-spacing: -1px;
  display: none;
}

.sub a {
  text-align: center;
  display: block;
  line-height: 33px;
  transform: rotate(-0.03deg);
  color: #fff !important;
  font-family: "Apple SD Gothic Neo", arial, sans-serif;
}

.sub a:hover {
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  letter-spacing: -1px;
}

.sub::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 80px;
  display: block;
  opacity: 0.5;
  transition: all 1s;
}

.bsub {
  padding-top: 65px;
}

.bsub::before {
  display: none;
}

.wsub {
  width: 150%;
}

.call {
  position: relative;
  top: 47px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  right: 80px;
  opacity: 1;
  background: url(../img/header/tell.png) no-repeat 0 0;
  width: 405px;
  height: 28px;
}

/* // header */

/* mian */

/* main css start */
#main {
  position: relative;
  width: 100vw;
  /* left: 50%;
  transform: translateX(-50%); */
  height: 100vh;
  overflow: hidden;

  animation: mymove 3s;
  -webkit-animation: mymove 3s;
  -moz-animation: mymove 3s;
  animation-fill-mode: forwards;
}

@keyframes mymove {
  from {
    transform: scale(1.1, 1.1);
  }

  to {
    transform: scale(1, 1);
  }
}

.viSlider {
  position: relative;
  width: 100%;
  height: 100%;
}

.viSlider .item {
  width: 100%;
  height: 100%;
}

.viSlider .item img {
  width: 100%;
  height: 100%;
}

.viSlider .slick-dots {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);

  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.viSlider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #253c34;
  margin: 20px 0;
  cursor: pointer;
}

.viSlider .slick-dots li.slick-active {
  background: #ffd201;
}

.viSlider .slick-dots li button {
  display: none;
}

/* // mian */

/********** 메인css **********/

i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6px;
  background-color: #a5a5a4;
}

/* progress bar 배경 */

.swiper-pagination-bullet-active em {
  background-color: transparent;
}

.swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  /*autopaly 시간과 맞춰주기*/
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 6px;
  background-color: #fff;
}

/* progress bar 채워지는 부분*/

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.pre_button {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 471px;
  right: 562px;
  z-index: 300;
  cursor: pointer;
}

.pre_button2 {
  display: block;
  width: 15px;
  height: 23px;
  position: absolute;
  top: 471px;
  right: 569px;
  z-index: 300;
  cursor: pointer;
}

.mainbox .bar2 {
  position: absolute;
  top: 500px;
  left: 10px;
}

/* // mian */

/* premium */

.sec1Wrap {
  width: 1650px;
  position: relative;
  left: 18%;
  height: 500px;
}

.sec1Wrap .swiper-container {
  padding-top: 20px;
  height: 560px;
}

.swiper-pagination {
  position: absolute;
  top: 470px;
  left: 50%;
  transform: translateX(-50%);
}

.pbox .swiper-pagination0 {
  margin: 0 70px;
}

.bar {
  width: 99px;
  height: 100%;
  line-height: 80px;
  position: absolute;
  display: flex;
  right: 0;
  background: url(../img/main/bar_bg.png) no-repeat;
  z-index: 5555;
  position: fixed;
}

.subbar {
  position: fixed;
}

.bar img {
  display: block;
  margin: 0 auto;
}

.bar ul {
  display: block;
}

.bar .bticon {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  top: 370px;
}

.bar .bticon li {
  margin-bottom: 25px;
}

.bar .scroll_move {
  display: block;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px;
}

.bar .open {
  position: relative;
  left: 80px;
}

.bar .open img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.slide_control .box {
  display: inline-block;
  vertical-align: middle;
}

.slide_control .box:first-child {
  margin: 0 20px 0 0;
}

.slide_control {
  display: inline-block;
  margin: 0 11px;
  vertical-align: middle;
}

.slide_control .contr.play {
  display: none;
}

.slide_control .contr.stop {}

.buttons button {
  background: white;
  color: black;
  border: none;
  border-radius: 15px;
  position: relative;
  padding: 2px 8px 2px;
  min-width: 100px;
  top: -12px;
}

.pre_tit {
  position: absolute;
  top: 0;
  opacity: 1;
  transition-delay: 0.2s;
  padding-bottom: 10px;
}

.pre_tit_03 {
  position: absolute;
  top: 80px;
  opacity: 1;
  transition-delay: 0.22s;
  padding-bottom: 35px;
}

.pre_tit_02 {
  position: absolute;
  top: 218px;
  opacity: 1;
  transition-delay: 0.23s;
  padding-bottom: 166px;
}

.pre_tit {
  position: relative;
  margin-top: 100px;
  margin-bottom: 23px;
}

.pre_tit img {
  display: block;
  margin: 0 auto;
}

.pre_tit .more {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.pre_tit a {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  font-size: 13px;
}

.pre_more {
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition-delay: 0.24s;
}

.premium .pre_rt {
  position: relative;
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
}

.pre_area {
  position: relative;
  z-index: 10;
  width: 1300px;
}

.pre_area .slick-slide {
  margin-right: 100px;
}

.pre_area .slick-slide-active {
  padding-bottom: 100px;
}

.pre_area .slick-slide .slide_btn {
  width: 11px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
}

.pre_area .slick-slide .slide_btn-active {
  opacity: 1;
  background: red;
}

.premium .pre_rt .pre_slide .swiper-slide img {
  display: block;
  object-fit: cover;
  /*
		 display: block;
        width: 100%;
        height: 100%;
         */
}

/* premium */

.pr_box {
  width: 100%;
  position: relative;
  height: 760px;
  margin: 0 auto;
  background: url(../img/main/pre_bg.png) no-repeat left;
}

.pr_slide {
  padding-top: 173px;
  overflow: hidden;
  width: 1920px;
  left: 50%;
  position: absolute;
  margin-left: -630px;
  height: 945px;
}

.pr_slide .swiper-container {
  padding-top: 20px;
  height: 1000px;
}

.pr_tit {
  position: absolute;
  top: 32px;
  right: 512px;
}

.gm_circle {
  position: absolute;
  top: 100px;
  left: 420px;
  z-index: 99;
}

/* location */

.map_box {
  width: 790px;
  height: 453px;
  position: absolute;
  top: 170px;
  right: 52px;
  overflow: hidden;
}

.map_link {
  position: absolute;
  width: 350px;
  top: 340px;
  left: 50px;
}

.map_link a {
  display: block;
  width: 360px;
  height: 75px;
  background: pink;
  opacity: 0;
  margin-bottom: 50px;
}

/* location */

.loc_box {
  width: 100%;
  height: 600px;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  background-color: #eff5f3;
}

.loc_tit {
  padding-top: 100px;
  display: block;
  position: relative;
}

.loc_con {
  width: 100%;
  height: 500px;
  margin-top: 80px;
}

.loc_con ul {
  display: flex;
  justify-content: center;
}

.loc_con ul li {
  padding-left: 75px;
  padding-right: 75px;
}

/* // contact */

/*brand*/

#brand {
  margin: 0 auto;
  position: relative;
}

.b_box {
  display: block;
  padding-top: 150px;
  width: 100%;
  height: 800px;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  background: url(../img/main/brand_bg.png) no-repeat center 100%;
}

.line {
  position: absolute;
  bottom: 254px;
  transform: translateX(-50%);
  left: 50%;
}

.b_con {
  position: absolute;
  bottom: 100px;
  transform: translateX(-50%);
  left: 50%;
}

/*footer*/

footer {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f_inner {
  font-family: "Noto Sans KR";
  height: auto;
  background: #000;
  position: relative;
  left: 50%;
  color: #fff;
  font-size: 14px;
  transform: translateX(-50%);
  width: 100%;
  padding: 100px 0 0 0;
}

footer .shsg {
  font-size: 17px;
  color: #000;
}

address {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #bdbdbd;
  transform: rotate(-0.03deg);
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: 550px;
}

address p,
address a {
  color: #bdbdbd;
}

address strong {
  font-weight: 100;
}

.flogo {
  width: 100%;
  margin: 0 0px;
  text-align: center;
}

footer img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.adm {
  padding: 5px 7px;
  margin-left: 5px;
  border-radius: 2px;
  color: #bdbdbd;
  font-size: 14px;
  position: relative;
  top: -0px;
  left: -50px;
}

.dasan {
  padding: 5px 7px;
  margin-left: 5px;
  border-radius: 2px;
  color: #bdbdbd;
  font-size: 14px;
  position: relative;
  top: -0px;
  left: -42px;
}

.cpr {
  width: 100%;
  background: #202020;
  line-height: 75px;
  position: absolute;
  bottom: 0;
}

/*footer end*/

/**/

.subtop {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  height: 462px;
  margin: 0 auto;
  text-align: center;
}

.sub_bar {
  width: 1300px;
  margin: 0 auto;
  height: 70px;
  background: #000;
}

.sub_tit {
  position: absolute;
  top: 11%;
  left: 18.5%;
  z-index: 9999999;
  margin: 0 auto;
  animation: text 1s 0.2s both;
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(70px);
  }
}

.bmbt img {
  display: block;
}

.dmu {
  opacity: 1;
}

.subtop .bmbt::before {
  content: "";
  width: 500px;
  height: 200px;
  top: 80px;
  background: #fff;
  position: absolute;
  left: 320px;
  border-radius: 100px;
  filter: blur(80px);
}

.subtop .bmbt ul {
  position: absolute;
  top: 48px;
  left: 18%;
}

.subtop .bmbt li {
  z-index: 1;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
}

.subtop .bmbt img {
  display: block;
  margin: 0 auto;
}

.subtop .bmbt li:last-child {
  margin-top: 40px;
}

/**/

.plan {
  width: 100%;
  height: 100%;
}

.plan p {
  display: block;
  color: #fff;
  width: 100%;
  font-family: "" Noto Sans KR "";
  font-size: 17px;
  text-align: center;
  padding-top: 25px;
}

/**/

.ptx {
  font-size: 30px;
  padding-top: 15px;
  color: #fff;
  opacity: 1;
}

.lb_menu {
  width: 100%;
  position: relative;
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
}

.lb_menu ul {
  width: 1200px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  display: flex;
}

.lb_menu li {
  position: relative;
  padding-right: 46px;
  top: 42%;
  font-size: 16px;
  transform: rotate(-0.03deg);
  font-weight: 500;
  color: #4f4f4f;
}

.lb_menu li::after {
  display: block;
  content: "";
  background: url(../img/subt/arr.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2.4px;
  left: -23px;
}

.lb_menu li:nth-child(1)::after {
  display: none;
}

.page {
  width: 100%;
  position: relative;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1000;
  padding-bottom: 90px;
  background: #fff;
  top: -2px;
}

.page img {
  display: block;
  margin: 100px auto 0;
}

.downbox {
  display: block;
  width: 250px;
  height: 60px;
  background: #08213f;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  box-sizing: border-box;
  transition: all 0.5s;
  border: 1px solid #08213f;
  transform: rotate(-0.03deg);
}

.downbox:hover {
  background: #fff;
  border: 1px solid #08213f;
  color: #08213f;
  transition: all 0.5s;
}

/*서브페이지 끝*/

/*media*/

@media all and (max-width: 1850px) {
  .swiper-button-prev {
    left: inherit;
    right: 74%;
  }

  .swiper-button-next {
    left: inherit;
    right: 25%;
  }

  .pre_button2 {
    left: inherit;
    right: 24%;
  }

  .pre_button {
    left: inherit;
    right: 24%;
  }
}

@media all and (max-width: 1600px) {
  .swiper-pagination-bullet em {
    left: -200px;
  }
}

@media all and (max-width: 1580px) {
  nav a {
    font-size: 14px !important;
  }

  nav>ul>li {
    margin: 0 20px;
  }
}

@media all and (max-width: 1300px) {
  nav {
    left: 53%;
  }
}

@media all and (max-width: 1300px) {
  nav>ul>li {
    margin: 0 20px;
  }

  nav a {
    font-size: 14px !important;
  }

  .call {
    left: inherit;
    right: 1% !important;
  }
}

@media all and (max-width: 1200px) {
  nav>ul>li {
    margin: 0 10px;
  }

  nav a {
    font-size: 13px !important;
  }
}

@media all and (max-width: 1100px) {
  nav {
    opacity: 0;
    top: -10px;
  }
}