@import url(main_popup.css);
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
:root{
  --icon_quick:url(../images/main/icon_quick.png);
  --ft-white-80: rgba(255, 255, 255, 0.8);;
}

.icon_load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
  }
  
  .icon_load .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 101;
    width: 124px;
    height: 66px;
    overflow: hidden;
  }
  
  .icon_load .hover p {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 103;
    -webkit-animation: ani-load 1.3s infinite;
            animation: ani-load 1.3s infinite;
  }
  
  .icon_load .hover .active {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 66px; */
  }
  
  .icon_load .hover > img {
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 102;
  }
  
  .icon_load .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    z-index: 100;
  }
  
  @-webkit-keyframes ani-load {
    0% {
      height: 0;
    }
    100% {
      height: 104px;
    }
  }
  
  @keyframes ani-load {
    0% {
      height: 0;
    }
    100% {
      height: 104px;
    }
  }


.visual_wrap {width: 100%; position: relative;}
.visual_wrap .open_ban {position: absolute;right: 21%;top: 30%;z-index: 10;}
.visual_wrap .btn_scroll {position: absolute; left: 50px;bottom: 5%;z-index: 10;}

.visual_wrap .swiper-vs { width: 100%; position: relative;}
.visual_wrap .swiper-slide { position: relative; overflow: hidden;text-align:center;}
.visual_wrap .swiper-slide img.vsImg {display: block; width:auto; max-width: none !important; min-width: 1900px; position: relative;	opacity: 1;  /*transform: scale(1.2); transition: all 2s;*/ }
.visual_wrap .swiper-slide-active img.vsImg {transform: scale(1); transition: all 5s;}
.visual_wrap .txt01 {width: 720px;position: absolute;top: 220px;left: 15%;text-align: left;}
.visual_wrap .txt02 { width: 500px; position: absolute; top: 170px; left: 20%; text-align: left;}
.visual_wrap .pic { width: 100%; display: block;  overflow: hidden;}
.visual_wrap .pic.pic1_1 {margin-bottom: 5px; overflow: hidden;}
.visual_wrap .pic.pic1_2 {margin-bottom: 35px; overflow: hidden;}
.visual_wrap .pic.pic2_1 { margin-bottom: 5px; overflow: hidden;}
.visual_wrap .pic.pic2_2 {margin-bottom: 45px; overflow: hidden;}
.visual_wrap .pic.pic3 {margin-bottom: 50px; opacity: 0;}
.visual_wrap .pic.pic4 {margin-bottom: 10px;}
.am_up {transform: translate(0, 100%); transition:0.8s; display: block;}
.dy_1{transition-delay: 0.4s;}
.dy_2{transition-delay: 0.8s;}
.dy_3{transition-delay: 1.2s;}
.dy_4{transition-delay: 1.8s;}

.visual_wrap .swiper-slide-active .am_up {transform: translate(0, 0);}
.visual_wrap .swiper-slide-active .pic3 { opacity: 1; transition: all 1s ease 2.5s;}

.visual_wrap .slide_con {position: absolute;left: 50%;transform: translateX(-50%);bottom: 5%;z-index: 10;width: 100%;display: flex;justify-content: center;align-items: center;}
.visual_wrap .slide_con .pg_num{color: #fff;font-size: 18px;letter-spacing: 0px;width: auto;position: relative;bottom: auto;margin-right: 10px;}
.visual_wrap .slide_con .pg_num .swiper-pagination-current{font-weight: 600;}
.visual_wrap .slide_con .sd_btn{margin: 0 10px}
.visual_wrap .slide_con .sd_btn button{width: 13px;height: 13px;border: none;background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: contain;}
.visual_wrap .slide_con .sd_btn .stop{background-image: url(../images/main/stop.png);}
.visual_wrap .slide_con .sd_btn .play{background-image: url(../images/main/play.png);}
.visual_wrap .slide_con .sd_btn .none{display: none;}

.visual_wrap.nw .swiper-slide  i {position:absolute;right:10%;top: 40%;transform: translateY(-50%);z-index:10;}
.visual_wrap.nw .swiper-slide  i > img {width:auto;max-width: none !important;}
.visual_wrap.nw .swiper-slide >span.pc > img {width: 100%;max-width: none !important;min-width: auto;}


/* .visual_wrap .paging { width: 200px; position: absolute; left: 50%; margin-left: -10px;top:90%; text-align: center; z-index: 8;}
.paging .swiper-pagination-bullet { width: 12px; height: 12px; opacity: 1; border: 2px solid #fff; background: none;}
.paging .swiper-pagination-bullet-active { background: #fff;} */

/* value */
.value {background: #eaeaea;}
.value_wrap {width: 100%; max-width: 2000px; margin: 0 auto; background: url(../images/main/value_bg.jpg) no-repeat top center; padding: 100px 0; text-align: center}
.value_wrap > .inner {overflow: hidden; position: relative;}
.value_wrap .value_con {display: flex;position: absolute;z-index: 10;right: 269px;bottom: 33px;}
.value_wrap .value_con > div {margin-left: -1px; cursor: pointer;}


/* main2-value =================================== */
.visual_wrap2 { }
.bg-img {width: 100%;}
.visual_wrap2 .swiper-slide-active {}
.visual_wrap2 {width: 100%; height: 100vh; overflow: hidden; position: relative;}
.visual_wrap2 .btn_scroll {position: absolute; left: 50px;bottom: 5%;z-index: 10;}

.visual_wrap2 .swiper-vs { width: 100%; position: relative;}
.visual_wrap2 .swiper-slide { position: relative; overflow: hidden;text-align:center; }
.visual_wrap2 .swiper-slide img.vsImg {display: block; width:auto; max-width: none !important; min-width: 1900px; position: relative;	opacity: 1;  transform: scale(1.2); transition: all 2s; }
.visual_wrap2 .swiper-slide-active img.vsImg {transform: scale(1); transition: all 5s 1s;}
.visual_wrap2 .slide_con {position: absolute;left: 50%;transform: translateX(-50%);bottom: 5%;z-index: 10;width: 100%;display: flex;justify-content: center;align-items: center;}
.visual_wrap2 .slide_con .pg_num{color: #fff;font-size: 18px;letter-spacing: 0px;width: auto;position: relative;bottom: auto;margin-right: 10px;}
.visual_wrap2 .slide_con .pg_num .swiper-pagination-current{font-weight: 600;}
.visual_wrap2 .slide_con .sd_btn{margin: 0 10px}
.visual_wrap2 .slide_con .sd_btn button{width: 13px;height: 13px;border: none;background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: contain;}
.visual_wrap2 .slide_con .sd_btn .stop{background-image: url(../images/main/stop.png);}
.visual_wrap2 .slide_con .sd_btn .play{background-image: url(../images/main/play.png);}
.visual_wrap2 .slide_con .sd_btn .none{display: none;}

.vs_text_box {font-family: 'Nanum Myeongjo';position: absolute;left: 20%;top: calc(50% - 75px);transform: translateY(-50%);z-index: 9;color: #fff;text-align: center;}
.vs_text_box h4 { font-size: 21px; line-height: 100%; opacity: 0; }
.vs_text_box .main_line { width: 1px; height: 60px; margin: auto; margin-top: 30px; opacity:0.7; position: relative; }
.vs_text_box .main_line:after { width: 100%; height: 0; content:''; background-color: #fff; position: absolute; left: 0; top: 0; }
.vs_text_box h2 { font-size: 36px; font-weight: 700; line-height: 143%; margin-top: 20px; opacity: 0; }
.vs_text_box h3 { margin-top: 50px; opacity: 0; }
.vs_text_box img {width:auto}
.visual_wrap2 .swiper-slide-active .vs_text_box h4 { opacity: 1; transition: 1.0s 1.5s; }
.visual_wrap2 .swiper-slide-active .vs_text_box .main_line:after { height: 100%; transition: 1.0s 1.8s; }
.visual_wrap2 .swiper-slide-active .vs_text_box h2 { opacity: 1; transition: 1.0s 2.2s; }
.visual_wrap2 .swiper-slide-active .vs_text_box h3 { opacity: 1; transition: 1.0s 2.2s; }


.schedule {position: fixed; z-index: 10; left: 0;  width: 100%; background: #000;  animation: schedule-up 1.0s 2.2s ease both;}
.schedule img {width: 100%;}

@keyframes  schedule-up{
    from {
      opacity: 0;
      bottom: -100px;
    }
    to {
      opacity: 1;
      bottom: 0;
    }
  }
@keyframes popup {
  from { top: -100%; }
  to {  }
}

 /* main-popup =============================== */
 .popup_wrap { position: fixed; left:0px; z-index: 99999999; top: 0; width:100%; height: 100%; animation: popup 1.2s 3.9s both;}
 .popup { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff;  }
 .pop_con {position:relative; z-index: 99999999;}
 .popup_bg {width: 100%;height: 100%;background: #000;opacity: 0.7;position: absolute;left: 0;top: 0;}
 .popup_close_txt { color:#fff !important; text-align: center; font-size: 13px; margin-bottom: 20px; display: block; }
 .check {width: 100%;display: block;margin-top: 12px;text-align: center;}
 .check label { font-size: 14px; line-height: 100%; margin-left: 5px; }


/* plan */
.plan  {padding: 115px 0 ;}
.plan .title {margin-bottom: 70px; }
.plan .title > h1{font-size: 68px; font-weight: 800; letter-spacing: -2px}
.plan .title > p{font-size: 18px}
.plan .plan_img {width: 781px; overflow: hidden;}
.plan .img_box { border-radius: 150px 0 0 0 ; overflow: hidden;}
.control {position: relative; width:100%; display: flex; align-items: center; margin-bottom: 20px}
.control .sw-paging{color: #000; width:auto; position: relative; top:0;margin: 0 10px}
.control .button-next{border: 1px solid #ddd; border-radius: 100%; width: 50px; height:50px;background: var(--icon_quick) no-repeat;background-position: -60px -144px;}
.control .button-prev{border: 1px solid #ddd; border-radius: 100%; width: 50px; height:50px;background: var(--icon_quick) no-repeat;background-position: -94px -144px;}

/* vod */
.VOD {background: url("../images/main/vr_bg.jpg") no-repeat; -webkit-background-size: cover;
background-size: cover; color:#fff}
.VOD > .inner {text-align: center; padding: 130px 0; line-height: 1}
.VOD > .inner h1{margin-bottom: 30px; }
.VOD > .inner h2{font-size: 42px;margin-bottom: 18px; }
.VOD > .inner p{font-size: 18px;margin-bottom: 60px; }
.VOD > .inner span{ }

/* location */
.location > .inner {padding: 75px 0;}
.location_area {display: flex;justify-content: space-between; align-items: flex-end;}
.location_area .left{ width: 700px; padding:0 125px}
.location_area .left h1{ margin-bottom: 35px;}
.location_area .left p{ font-size: 18px; margin-bottom: 25px;}
.location_area .left p > span {font-weight: 500; width: 115px; display: inline-block;position: relative; margin-right: 10px;}
.location_area .left p > span::after{content: ""; position: absolute; top:30%; right:0; width: 1px; height: 65%; background: #000; }
.location_area .left .tel{font-size: 30px; font-weight: 700; display: flex; align-items: center}
.location_area .left .tel > i {display: inline-block; background: url(../images/common/tel.png) no-repeat #2a2a2b center;  background-size: 60%; width: 30px; height: 30px; border-radius: 50px; margin-right: 10px; }
.location_area .right{width: calc(100% - 700px); height: 560px}
.location_area { }
.location_area .wrap_map {height: 100% !important;}

.main_map{position: relative; display:none}
.main_map.on{display:block;}
.main_map > a {position: absolute; z-index: 10;left: 0; bottom:0; width: 100px; height: 100px; background: #1d1b1c; color:#fff; text-align: center; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 15px; line-height: 1.2;}
.mamain_map > a > i {width: 40px; height: 20px; background: var(--icon_quick) -74px -65px; margin-top: 5px; }

#map{position: relative;}
#map > a {position: absolute; z-index: 10;left: 0; bottom:0; width: 100px; height: 100px; background: #1d1b1c; color:#fff; text-align: center; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 15px; line-height: 1.2;}
#map > a > i {width: 40px; height: 20px; background: var(--icon_quick) -74px -65px; margin-top: 5px; }

/* side-menu */
.side_menu{position: fixed;top:0;right:0;width:90px;height:100%;z-index:999;text-align:center;background: #041e42;}
.side_menu h2{font-weight:100;  font-family: 'Noto Sans KR', sans-serif; font-size:24px; line-height:110%; color:#8dc63f; opacity:0.9; padding-top:120px;}
.side_menu h2 span{font-weight:400;font-size:24px;color:#eee; opacity:0.8; }
.side_menu p{font-weight:400;  font-family: 'Noto Sans KR', sans-serif; font-size:12.5px; line-height:160%; color:#fff; padding-top:25px; opacity:0.7;}
.side_menu ul{ padding-top:0px;}
.side_menu ul li{height: auto; min-height:70px}
.side_menu ul li > a {color: var(--ft-white-80);display: flex;justify-content: center;flex-direction: column;align-items: center; padding-top: 8px;}
.side_menu ul li > a > i {width: 100%;padding: 13px 0 0;margin-bottom: 7px;/*border: 1px solid #f00;*/display: flex;justify-content: center;align-items: center;}
.side_menu ul li:first-child {background:#1d1b1c; height:100px}
.side_menu ul li:first-child > a {color: #333}
.side_menu ul li:nth-child(3) > a > i {background-position: -5px -67px;}
.side_menu ul li:nth-child(4) > a > i {background-position: -7px -142px;}
.side_menu ul li:nth-child(5) > a > i {background-position: -7px -225px;}
.side_menu ul li:nth-child(6) > a > i {background-position: -7px -303px;}
.side_menu ul li:nth-child(7) > a > i {background-position: -7px -383px;}
.side_menu ul li>a>img{opacity:0.8; transition:0.1s;}
.side_menu ul li>a>img:hover{opacity:1;}


.side_menu .custom{ text-align:center; background:#ab7b4a; color:#fff; font-size:14px;font-weight:400;  font-family: 'Noto Sans KR', sans-serif; height:30px; padding-top:10px; width:162px; margin:10px auto 0;}
.side_menu .jogam{position:absolute; bottom:120px; text-align:center;border-top:1px solid #555; border-bottom:1px solid #555; height:40px; line-height:40px; width:100%; margin:0 auto;}
.side_menu .jogam a{color:#ddd; font-size:12px;font-weight:400; display:block; font-family:'Noto Sans KR'; }
.side_menu .reserv{ text-align:center; background:#69a715; color:#fff; font-size:14px;font-weight:400;  font-family: 'Noto Sans KR', sans-serif; height:30px; padding-top:10px; width:162px; margin:10px auto;}
.side_menu .side_logo{position:absolute;bottom:0;}
.side_menu .btn_top{position:absolute;bottom:0;}
.side_inner{ position:fixed; right:-600px; opacity:1;z-index:998;filter:drop-shadow(5px 5px 5px rgba(0,0,0,0.3)); height:100%; background:#eeefef; overflow:scroll;}

.pb30{padding-bottom:30px;}

 .main_visual {position: relative;}
.main_visual > p.open_ban {position: absolute; right: 8%; top:16%; z-index: 10;} 

#section02 {background: url(../images/main/section02_bg.jpg) no-repeat center top;background-size: cover;height: 790px;overflow: hidden;}
#section02 .inner {padding: 130px 70px;}
#section02 .item {display: block !important;flex-direction: column;}

#section02 .banner_img {box-shadow: 4px 1px 13px rgba(0,0,0,0.5);border-radius: 0 140px 0 0;overflow: hidden;width: 100%;}
#section02 .text_area { padding-left: 105px;}
#section02 .bannner_text  {}
#section02 .bannner_text .item {padding-left: 21px;}
#section02 .banner_title{font-size: 40px;letter-spacing: -5px;color: #464646;line-height: 1.3;}
#section02 .banner_title > strong{color: #1c1b1b; font-size:48px;}
#section02 .banner_title > span {font-size: 25px; letter-spacing: -1px;}
#section02 .bannner_text h2{ font-size: 22px; font-weight: 600; position: relative;}
#section02 .bannner_text h2::before { content: ""; position: absolute; left: -30px; top:5px; width: 20px; height: 20px; background: url(../images/main/icon_ck.png) no-repeat center}
#section02 .bannner_text p{ font-size: 18px;}
#section02 .bannner_text ul {margin-top: 100px;padding-left: 34px;}
#section02 .bannner_text ul > li {font-size: 16px;position: relative;margin-bottom: 0.5rem;}
#section02 .bannner_text ul > li:before { content: ""; position: absolute; left: -30px; top:5px; width: 20px; height: 20px; background: url(../images/main/icon_ck.png) no-repeat center}
#section02 .bannner_text button {top: 480px !important;}
#section02 .bannner_text .slick-prev {left: 25px;top: 190px;}
#section02 .bannner_text .slick-prev::before {content: ""; background: url(../images/main/btn_prev.png) no-repeat; display: inline-block;; width: 94px; height: 60px;}
#section02 .bannner_text .slick-next {left: 119px;right: auto;top: 190px;}
#section02 .bannner_text .slick-next:before {content: ""; background: url(../images/main/btn_next.png) no-repeat; display: inline-block;; width: 94px; height: 60px; }

#section03 { }
#section03 .swiper-pm {background: url(../images/main/section03_bg.png); position: relative; }
#section03 .swiper-pm .bg_img_area {height: 879px; background-position-x: center;  background-size: cover; }
#section03 .swiper-pm .bg_img_area.img1 {background-image: url(../images/main/section03_img1.jpg);}
#section03 .swiper-pm .bg_img_area.img2 {background-image: url(../images/main/section03_img2.jpg);}
#section03 .swiper-pm .bg_img_area.img3 {background-image: url(../images/main/section03_img3.jpg);}
#section03 .swiper-pm .bg_img_area.img4 {background-image: url(../images/main/section03_img4.jpg);}
#section03 .swiper-pm .bg_img_area.img5 {background-image: url(../images/main/section03_img5.jpg);}
#section03 .swiper-pm .bg_img_area.img6 {background-image: url(../images/main/section03_img6.jpg);}
#section03 .swiper-pm .text_area {position: absolute; left:0; top:0; width: 100%; height: 100%;}
#section03  div.text_box { width:50%; margin-left: 50%; padding: 205px 0 0 150px; color: #fff; }
#section03  div.text_box .tt {font-size: 110px;line-height: 1;margin-bottom: 105px;position: relative;font-weight: 700;color: #081263;}
#section03  div.text_box .tt::before { content: ""; position: absolute; left: 0; bottom:-40px; width: 150%; height: 1px; background-color: rgb(102 114 132 / 30%);}
#section03  div.text_box .tt::after { content: ""; position: absolute; left: 0; bottom:-42px; width: 4px; height: 4px; border-radius: 50px; background: #667284;}
#section03  div.text_box .txt_spot {font-size: 46px;line-height: 1.2;margin-bottom: 30px; color : #3441a9; font-family: 'nm-sq-neo';}
#section03  div.text_box .txt_spot > span { font-size: 42px; display: block;}
#section03  div.text_box .txt_desc {font-size: 18px;font-weight: 300;letter-spacing: -0.04rem; color : #3e63a3; padding-left:10px ;}
#section03  div.text_box .txt_desc > i {margin-left: -10px;}
#section03  div.text_box .txt_desc > span {font-size: 12px;letter-spacing: -0.02rem;line-height: 1.5;display: block;margin-top: 0.7rem;}
#section03  .pm_pg_num {width: 800px;left:50%;top: 85%;text-align:left;padding-left: 150px;}
#section03  .pm_pg_num .swiper-pagination-bullet-active { position: relative; background-color: transparent;}
#section03  .pm_pg_num .swiper-pagination-bullet-active::after{content: "";position: absolute; left: 22%; top:22%; width: 55%; height: 55%; border-radius: 50px; background: #fff;} 
#section03  .pm_pg_num .swiper-pagination-bullet{width: 15px; height: 15px;}
#section03 .swiper-pm .swiper-button-next, 
#section03 .swiper-pm .swiper-button-prev {top:50%;transform: translateY(-50%);width:50px;height:50px;cursor: pointer;display: flex;align-items: center;justify-content: center; background-size: auto;}
#section03 .swiper-pm .swiper-button-next {left:auto ; right:100px; background-image: url(../images/main/icon_next.png);} 
#section03 .swiper-pm .swiper-button-prev {right:auto; left:10px; background-image: url(../images/main/icon_prev.png);}



#section04 { padding: 100px 0 120px; overflow: hidden; background: #f6f6f6;}
#section04 .set_title {margin-bottom: 47px;  }
#section04 .set_title > h1 {font-size: 62px; font-weight: 700; letter-spacing: 1px}
#section04 .set_title > h1 > span {color: #c17a62;}
#section04 .set_title > p {font-size: 16px;letter-spacing: 1px;position: relative;display: inline-block;padding-right: 15px;}
#section04 .set_title > p::after {content: "";position: absolute;left: 100%;top:50%;transform: translateY(-50%);width: 80px;height: 1px;background: #000;}
#section04 .set_con { position: relative; }
#section04 .set_con:after { }
#section04 .bg {background: url(../images/main/unit_bg.png)no-repeat center; position: absolute;left: 50%;top: calc(50% - 50px);width: 650px;height: 650px; transform: translate(-50%, -50%);}
#section04 .set_con a { }
#section04 .set_con .text_area > h1 {font-size: 42px; font-weight: 500; color: #a6a6a6;}
#section04 .set_con .text_area > p {font-size: 16px}
#section04 .set_con .text_area > p > span {font-size: 20px; font-weight: 600;}
#section04 .set_con .img_area {}
#section04 .set_con .img_area img {}
#section04 .text{font-size: 14px;font-weight: 300;color: #a09f9f;margin: 50px auto 0;text-align: center;}
#section04 .text > p { width: auto; display: inline-block; text-align: left;}
/* #section04 .inner > div {opacity: 0; transform:translateY(20%);}
#section04.active .inner > div {animation: slide_Up 1.2s 0.2s ease both;} */
.unit-container {padding: 50px 0 100px !important;}
.unit-container .swiper-slide:not(.swiper-slide-active) .img_area:before { position:absolute; top:50%; left:50%; width:400px; height:400px; border-radius: 100%; z-index:-1; background-color: #fff; content:''; transform: translate(-50%, -50%);}
.unit-container .swiper-slide:not(.swiper-slide-active) .img_area > img {width: 50%;}
.unit-container .swiper-wrapper {align-items: center;}
.unit-container .swiper-slide {text-align: center;}
.unit-container .swiper-slide .text_area > p {display: none;}
.unit-container .swiper-slide.swiper-slide-active {padding: 70px 0 0; }
.unit-container .swiper-slide.swiper-slide-active .img_area > img {margin: 0 auto}
.unit-container .swiper-slide.swiper-slide-active .text_area {color: #fff;}
.unit-container .swiper-slide.swiper-slide-active .text_area > h1 {font-size: 60px !important; color: #fff !important;}
.unit-container .swiper-slide.swiper-slide-active .text_area > p {display: block;}
.unit-container .swiper-slide.swiper-slide-active .text_area > p {display: block;}

.swiper-slide.swiper-slide-active .swiper-slide-unit__link {  display: block;}
.swiper-slide.swiper-slide-active .swiper-slide-unit-text {  opacity:1;  transform: translate3d(0, 0, 0);}
.swiper-slide .swiper-slide-unit__link {  position: absolute;  top:-40px;  left:30px;  display: none;}

.unit-slide-controller { display: none !important;  position:absolute;  bottom:0;  right:80px;  box-sizing: border-box;  width: 452px;  height: 61px;  margin-left: 45px;  font-size: 0;  opacity: 1;  -webkit-transition: opacity .5s ease 2s;  transition: opacity .5s ease 2s;  display: flex;  align-items: flex-end;  justify-content: center;  flex-direction: column;}
.unit-slide-controller .swiper-pagination {  position: relative;  display: inline-block;}
.unit-slide-controller .swiper-pagination-progressbar {  width: 100%;  background: #f0f0f0;  height: 1px;	margin-top: 22px;  -webkit-transition: background .8s linear;  transition: background .8s linear;}
.unit-slide-controller .swiper-pagination-progressbar-fill {  background: #CA705B;}
.unit-slide-controller .pagination-wrap {  position: absolute;  right: 0;  width: 100px;  top: 10px;}
.unit-slide-controller .swiper-button-next,
.unit-slide-controller .swiper-button-prev {  width: 40px;  height: 40px;  margin-top: -10px;}
.unit-slide-controller .swiper-button-next {  background: url("../images/main/btn_next_sm.png") 50% 50% no-repeat;  background-size:12px 9px;}
.unit-slide-controller .swiper-button-prev {  background: url("../images/main/btn_prev_sm.png") 50% 50% no-repeat;  background-size:12px 9px;}

.swiper-label-area.swiper-label-number-area {  position: absolute;  display: flex;  top: 11px;  left: 0;  font-size: 16px;  color: #d0d0d0;}
.swiper-label-area .swiper-label__number,
.swiper-label-area .swiper-label__total {  font-size: 16px;  color: #d0d0d0;  display: block;  transition: all, linear 0.3s;}
.swiper-label-area .swiper-label__number {  color: #000000;  margin-right: 5px;}
.swiper-slide-button-area {position: absolute; top: 0; left: 100px; width: 40px; height: 40px;}
.swiper-slide-button {  width: 14px;  height: 14px;  background-repeat: no-repeat;  background-position: 50% 50%;}
.swiper-slide-button.is--hide {  display: none;}
.swiper-slide-button--stop {  width:40px;  height:40px;  background-image: url("../images/main/icon-stop.png");}
.swiper-slide-button--play {  width:40px;  height:40px;  background-image: url("../images/main/icon-play.png");}

.unit-pagination-wrap {  display:flex;  max-width: 1120px;}
.unit__button {  width: 142px;  height: 61px;  left: 0;  border-radius: 30.5px;  background-color: #eeeeee;  box-sizing: border-box;  font-weight: 300;  font-stretch: normal;  font-style: normal;  line-height: 60px;  letter-spacing: normal;  text-align: center;  color: #000;  display: block;  position: relative;  z-index: 100;}
.unit__button.is--active {  background: #be9f90;  color: #ffffff;}
.unit__button + .unit__button { margin-left: 10px;}




#section05 {background:url("../images/main/section05_bg.jpg") top center no-repeat;padding: 100px 0; background-size: cover;}
#section05 .set_title{color: #fff;text-align: center;}
#section05 .set_title h1{font-size: 52px;letter-spacing: -3px;font-weight: 300;margin-bottom: 30px;}
#section05 .set_title h1 > strong {font-weight: 600;}
#section05 .set_title p{font-size: 18px;font-weight: 300;}
#section05 .menu_list {display: flex; max-width: 1401px; margin: 110px auto; justify-content:center;}
#section05 .menu_list li{width: 25%; }
#section05 .menu_list li a{color: #fff;text-align: center;}
#section05 .menu_list li a i{background:url("../images/main/section05_icon.png") no-repeat;width: 70px;height: 70px;display: block;margin: 0 auto;}
#section05 .menu_list li:nth-child(1) a i{background-position: 16px 0;}
#section05 .menu_list li:nth-child(2) a i{background-position: -70px 0;}
#section05 .menu_list li:nth-child(3) a i{background-position: -165px 0;}
#section05 .menu_list li:nth-child(4) a i{background-position: -253px 0;}
#section05 .menu_list li a h3{margin: 25px;font-size: 26px;font-weight: 600;}
#section05 .menu_list li a p{ }
#section05 .menu_list li a p.btn_more{margin: 30px auto;width: 70px;height: 70px;border: 1px solid;border-radius: 50px;display: flex;justify-content: center;align-items: center;font-size: 14px;}

