@import url(main_popup.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: 85px;
    overflow: hidden;
  }
  
  .icon_load .hover p {
    overflow: hidden;
    position: absolute;
    top: 26%;
    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: 50%;
    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;
    }
  }

/* scroll */
.scroll_img {
      position: absolute;
      left: calc(30/1920*100vw);
      top:60vh;
      transform: translateY(-50%);
      z-index: 99;
}
.scroll_img > div {
      overflow: hidden;
}
.scroll_img .circle {
      top: 134px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #12345a;
      border-radius: 50%;
      position: relative;
      animation: moveDown 3s infinite;
}   

@keyframes moveDown {
      0% {
      transform: translateY(0); 
      }
      100% {
      transform: translateY(180px);  
      }
}
  
.visual_wrap {width: 100%; position: relative;}
.visual_wrap .open_ban {position: absolute;
      right: calc(235/1920*100vw);
      top:150px;
      transform: translateY(-80%);
      z-index: 99;}
.visual_wrap .btn_scroll {position: absolute; left: 50px;bottom: 12%;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;}

/* .video_bg {overflow: hidden;position: relative;width: 100%;padding-bottom: 56.25%;}*/
.video_bg {overflow: hidden;position: relative;width: 100%;padding-bottom: 50%;}
.video_bg iframe {position: absolute;top: -60px;bottom: -60px;left: 0;width: 100%;height: calc(100% + 120px);border: none;}
.video_bg::after {content:''; position: absolute;top: 0;left: 0; width: 100%; height: 100%; z-index: 1;}


/* .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(https://sws360.com/db/yj1/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;}

/* 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("https://sws360.com/db/yj1/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(https://sws360.com/db/yj1/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;} */
#set1 {position: relative;}
.main_visual > p.open_ban {position: absolute; right: 9%; top:10%; z-index: 10;} 
.main_visual .swiper-slide img.vsImg {display: block; margin: 0 auto; width:100%; height: 100%; max-width: none !important; min-width: 1900px; position: relative;	opacity: 1; }
.main_visual .vs2 { }
.main_visual .vs2 .inner {position: absolute;left: 50%;top: 160px;transform: translateX(-50%); }
.main_visual .vs_txt_area {position: absolute;top: 30px;left: 100px;}
.vs2 .vs_txt_area p {overflow: hidden; margin-bottom: 30px; }
.vs2 .vs_txt_area p > span {display:inline-block;}
/* .vs2.swiper-slide-active .vs_txt_area .text01 > span {animation:showTop 0.5s  both 1s}
.vs2.swiper-slide-active .vs_txt_area .text02 > span {animation:showTop 0.8s  both 2s}
.vs2.swiper-slide-active .vs_txt_area .text03 > span {animation:showTop 1.2s  both 3s}
.vs2.swiper-slide-active .vs_txt_area .text04 > span {animation:showTop 0.8s  both 4s} */
/* .swiper-slide {display: flex !important; height: auto !important;} */

#set2 {  background-size:cover}
#set2 .inner {position: relative;height: 100%;}
#set2 .vs_txt_area {position: absolute;top: 80px;left: 100px;}
#set2 .vs_txt_area p {overflow: hidden; margin-bottom: 30px; }
#set2 .vs_txt_area p > span {display:inline-block;}
/*#set2.fp-table.a600;margin-bottom: 20px;}*/
#set2 .text_wrap ul {display: flex;justify-content: space-between;}
#set2 .text_wrap ul > li {font-weight: 300;}
#set2 .text_wrap ul > li
#set2 .text_wrap ul > li > p {font-size: 22px; }
ctive .vs_txt_area .text01 > span {animation:showTop 0.5s  both 1s}
/* #set2.fp-table.active .vs_txt_area .text02 > span {animation:showTop 0.8s  both 2s}
#set2.fp-table.active .vs_txt_area .text03 > span {animation:showTop 0.6s  both 2s}
#set2.fp-table.active .vs_txt_area .text04 > span {animation:showTop 0.4s  both 2s} */
/* #set2 [data-aos^=fade][data-aos^=fade] {opacity: 1;} */

#set2 .text_wrap {position: absolute;left:0;bottom: 4vw;z-index: 100;width: 100%;}
#set2 .text_wrap h1 {font-size: 26px;font-weight:600;margin-bottom: 20px;}
#set2 .text_wrap ul {display: flex;justify-content: space-between;align-items: center;}
#set2 .text_wrap ul > li {font-size: 22px; font-weight: 300; }
#set2 .text_wrap ul > li.line {width: 1px;height: 80px;background: #c5c5c5;}

#set2 .text_wrap h1,
#set2 .text_wrap .tt1 p,
#set2 .text_wrap .tt2 p,
#set2 .text_wrap .tt3 p { transform: translateY(10rem); transition: transform 0.8s ease-out, opacity 1.2s ease-out; opacity: 0; }

#set2 .text_wrap h1.active,
#set2 .text_wrap .tt1.active p,
#set2 .text_wrap .tt2.active p,
#set2 .text_wrap .tt3.active p {transform: translateY(0); opacity: 1 }



.rotate_ban {display: flex; z-index:10;justify-content: center;align-items: center;flex-direction: column;gap: 35px 0;position: absolute;right: 180px;top: 500px;}
.rotate_ban .ban1 {/* position: absolute; */z-index: 100;width: 138px;height: 138px;/* right: 20px; *//* top: 160px; */} /*메인용*/
.rotate_ban .ban1 a{display: flex;justify-content: center;position: relative;align-items: center;}
.rotate_ban .ban1 a p {position: absolute;display: flex;align-items: center;justify-content: center;color: #fff;border-radius:50px;text-align: center;font-size: 20px;font-weight: 600;flex-direction: column;line-height: 1.2;}
.rotate_ban .ban1 a p i {margin:0;padding:0;font-size: 30px;}
.rotate_ban .ban1 .txt_bor {animation: rotate 6s linear infinite;width: 100%;height: 100%;}
.rotate_ban .ban1 .txt_bor img {width:100%}

.rotate_ban .ban2 {/* position: absolute; *//* z-index: 100; */width: 140px;height: 140px;/* right: 20px; *//* top: 360px; */} /*메인용*/
.rotate_ban .ban2 a{display: flex;justify-content: center;position: relative;align-items: center;}
.rotate_ban .ban2 a p {position: absolute;display: flex;align-items: center;justify-content: center;color: #000;border-radius:50px;text-align: center;font-size: 14px; flex-direction: column;line-height: 1;}
.rotate_ban .ban2 a p i {margin:0;padding:0;font-size: 14px;color:#000;margin-bottom: 5px;}
.rotate_ban .ban2 .txt_bor {animation: rotate 6s linear infinite;width: 100%;height: 100%;}
.rotate_ban .ban2 .txt_bor img {width:100%}



@keyframes showTop{
	0%{transform:translateY(100%);}
	100%{transform:translateY(0);}
}


#section03 { }
#section03 ul.pm_list { display:flex}
#section03 ul.pm_list li {width:33.33%; height: 100vh; position: relative; color: #fff; overflow: hidden;}
#section03 ul.pm_list li .bg {background-repeat:no-repeat;background-size:cover !important;background-position:center;position:absolute;left:0;top:0;width:100%;height:100%;transition:1s;}
#section03 ul.pm_list li .tt {font-family: 'Noto Serif', sans-serif;font-size: 22px;font-weight: 400;letter-spacing:-0.01em;overflow:hidden;position:absolute;left: 50px;top: 44px;transition:0.6s;}
#section03 ul.pm_list li a {color:#fff}
#section03 ul.pm_list li .over {position:absolute;left: 0;top: 0;width:100%;height:100%;z-index:1;display:flex;align-items: flex-end;justify-content:center;}
#section03 ul.pm_list li .over .blackout {position:absolute;left:0;bottom:0;width:100%;height:120%;background-color:rgba(0,0,0,0.6);transform:translate(0,120%);mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 100%);transition:0.8s;}
#section03 ul.pm_list li .over .text_wrap {z-index:1}
#section03 ul.pm_list li .over h2 {/*font-family: 'Noto Serif', sans-serif;*/ font-family: 'Nanum Myeongjo';font-size: 34px;margin-bottom: 150px; letter-spacing:-0.01em;opacity:0;transform:translate(20%,0) scaleX(1.2);transform-origin: 0 0;transition:0.8s;}
#section03 ul.pm_list li .over h2 > span{position:relative}
#section03 ul.pm_list li .over h2 > span:after {content:"";position:absolute; bottom: -10px;left:50%;transform: translateX(-50%);width:54px;height:2px;background: #fff;}
#section03 ul.pm_list li .over .h3 {font-size: 17px;margin-bottom: 20px;line-height: 1.2;}
#section03 ul.pm_list li .over .h3 h3 {font-weight: 600; overflow:hidden}
#section03 ul.pm_list li .over .h3 h3 > span {display:block;transform:translate(0,100%);transition:0.6s; }
#section03 ul.pm_list li .over .txt p {overflow:hidden}
#section03 ul.pm_list li .over .txt p span{font-size: 16px;font-weight: 300;letter-spacing:-0.01em;display:block;transform:translate(0,100%);transition:0.6s;}
#section03 ul.pm_list li:nth-child(1) .bg {background: url(https://sws360.com/db/yj1/main/section2_img1.jpg) no-repeat; }
#section03 ul.pm_list li:nth-child(2) .bg {background: url(https://sws360.com/db/yj1/main/section2_img2.jpg) no-repeat; }
#section03 ul.pm_list li:nth-child(3) .bg {background: url(https://sws360.com/db/yj1/main/section2_img3.jpg) no-repeat; }

#section03 ul.pm_list li:hover { }
#section03 ul.pm_list li:hover .bg {transform:scale(1.2);}
#section03 ul.pm_list li:hover .tt {opacity:0;transform:translate(0,-100%);}
#section03 ul.pm_list li:hover .over {}
#section03 ul.pm_list li:hover .over > .blackout { transform:none;}
#section03 ul.pm_list li:hover .over h2 {opacity:1;transform:none;transition-delay:0.5s;}
#section03 ul.pm_list li:hover .over .h3 { }
#section03 ul.pm_list li:hover .over .h3 h3 > span {transform:none;transition-delay:0.8s;}
#section03 ul.pm_list li:hover .over .txt p span{transform:none;transition-delay:0.8s;}


#section02 { background: url(https://sws360.com/db/yj1/main/section02_bg.png) no-repeat #f5f5f5 right top;}
#section02 .inner {padding: 90px 70px 0;}
#section02 .inner h2 {margin: 0 auto 80px;text-align: center;}
#section02 .item {display: flex;flex-direction: column;}
#section02 .item img {display:inline-block;width: 100%;}

#section02 .banner_img {width: 100%;}
#section02 .text_area {padding-left: 105px;padding-top: 127px;}
#section02 .sc_title> p {font-size: 24px;line-height: 1;}
#section02 .sc_title> h2 {font-size: 68px;font-weight: 800;line-height: 1;letter-spacing: -5px;}
#section02 .sc_title> h2 > span {color: #1e9b8f; }

#section02 .bannner_text  { line-height: 1.2;}
#section02 .bannner_text .item {padding-top: 50px;}
#section02 .bannner_text .pm_no {font-size: 18px;font-weight: 800;color: #1e9b8f;border:1px solid #1e9b8f;border-radius: 50px;padding: 2px 15px;display: inline-block;text-transform: uppercase;margin-bottom: 30px;}
#section02 .bannner_text .txt1 {font-size: 18px;color: #000;margin-bottom: 30px;}
#section02 .bannner_text .txt2 {font-size: 50px;font-weight: 700;color: #2e2e2e;line-height: 1.2;letter-spacing: -5px;padding-top: 30px;position: relative;}
#section02 .bannner_text .txt2::after {content:"";position: absolute;left: 0;top: 0;width: 33px;height: 7px;background: #dbd3c0;}
#section02 .bannner_text .txt2 > span {color: #1e9b8f; display: block;}
#section02 .bannner_text .txt2 > span > i {font-size: 25px;font-weight: 400;letter-spacing: -2px;margin-left: 5px;}
#section02 .bannner_text button {top: 420px !important;}
#section02 .bannner_text .slick-prev {left: 0;}
#section02 .bannner_text .slick-prev::before {content: ""; background: url(https://sws360.com/db/yj1/main/btn_prev.png) no-repeat; display: inline-block;; width: 94px; height: 60px;}
#section02 .bannner_text .slick-next {left: 94px;right: auto;top: 190px;}
#section02 .bannner_text .slick-next:before {content: ""; background: url(https://sws360.com/db/yj1/main/btn_next.png) no-repeat; display: inline-block;; width: 94px; height: 60px; }


#section04 {background:#fdfbfa;padding: 121px 0 110px;}
#section04 .sc_tt {margin: 0 auto 100px;text-align: center;}
#section04 .text_area {padding-left: calc(50% - 270px);padding-top: 70px;}
#section04 .text_area .txt1 {font-size: 50px;color:#2e2e2e;line-height: 1.2;letter-spacing: -2px;padding-bottom: 40px;margin-bottom: 30px;position: relative;}
#section04 .text_area .txt1 > span {color: #1e9b8f;font-weight: 600;}
#section04 .text_area .txt1::after {content:"";position: absolute;left: 0;bottom: 0;width: 33px;height: 7px;background: #dbd3c0;}
#section04 .text_area .txt2 {font-size: 18px;}
#section04 .text_area .more_btn {margin-top: 100px;display: inline-block;color: #000;padding: 12px 60px;border: 1px solid;}

#section04 .img_area { padding-left: 50px ;}
#section04 .img_area img {max-width:none}
#section04 .img_area .slick-dots {bottom: 20px;}
#section04 .img_area .slick-dots li button:before {display: none; }
#section04 .img_area .slick-dots li button {border: 1px solid #ddd;border-radius: 50px;width: 10px;height: 10px;}
#section04 .img_area .slick-dots li.slick-active button {background:#fff }
#section04 .img_area .slick-dots li.slick-active .text_area {animation: slideUp 3s linear 1s; }

#section05 { background: #f8f8f8; padding: 100px 0; display: none;}
#section05 .set_title h1{ font-size: 50px; font-weight:700; letter-spacing:-1px; color: #303030; text-align: center;margin-bottom:81px}
#section05 .news_list ul {display: flex;gap: 45px;}
#section05 .news_list ul li {width: calc(100%/3);}
#section05 .news_list ul li .img{margin-bottom: 20px;}
#section05 .news_list ul li .img > img {width:100%}
#section05 .news_list ul li .bbs_tt { }
#section05 .news_list ul li .bbs_tt > span {font-size: 20px;font-weight: 500;color: #041e41;}
#section05 .news_list ul li .bbs_tt > p {font-size: 22px;font-weight: 600;letter-spacing: -1px;padding-right: 5px;}
#section05 .news_list .bbs_more_btn {margin: 60px auto 0;text-align: center;}
#section05 .news_list .bbs_more_btn > a {background: #2daa9e;color: #fff;padding: 9px 42px;border-radius: 30px;font-size: 18px;font-weight: 500;display: inline-block;position: relative;}
#section05 .news_list .bbs_more_btn > a:after {content: "";position: absolute;right: 13px;top:0;width: 20px;height: 100%;background: url(https://sws360.com/db/yj1/main/icon_arr.png) no-repeat center;}

#map_wrap .map_wrap{
  transform: translateY(10rem);
  transition: transform 0.8s ease-out, opacity 1.2s ease-out;
  opacity: 0;
}
#map_wrap{background:url("https://sws360.com/db/yj1/main/section05_bg.jpg") top center no-repeat; background-size: cover;}

/*DETRE PREMIUM*/
#premium {background:url("https://sws360.com/db/yj1/main/section07_bg.png") top center no-repeat; background-size: cover;}
#section07 {}
#section07 {padding: 112px 0 80px;}
#section07 .inner {overflow: hidden;}
#section07 .sc_title {text-align: center;line-height: 1.2;margin-bottom: 50px;}
#section07 .sc_title > h1 {font-family: 'Nanum Myeongjo'; font-family: 'Nanum Myeongjo';font-size: 68px;font-weight: 700;margin-bottom: 20px;letter-spacing: -2px;}
#section07 .sc_title > h1 > span {font-weight: 300;}
#section07 .sc_title > h2 {font-size: 35px;letter-spacing: -3px;}
#section07 .sc_title > h3 {font-size: 18px;letter-spacing: -1px;}
#section07 .lifestyle { }
#section07 .lifestyle .swiper-slide {position: relative; margin-top:30px; transition: 0.8s;}
#section07 .lifestyle .swiper-slide .img {background: #000;position: relative;}
#section07 .lifestyle .swiper-slide .img > img { opacity: 0.2;}
#section07 .lifestyle .swiper-slide .txt {position: absolute;left:0;top:0;color: #fff;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 22px;padding: 50px;text-align: center;}

#section07 .lifestyle .swiper-slide-active {margin-top: 0px; }
#section07 .lifestyle .swiper-slide-active .img > img {opacity: 100;}
#section07 .lifestyle .swiper-slide-active .txt {display: none;}
#section07 .lifestyle .swiper-slide-active .title {display: block;opacity: 1;}

#section07 .lifestyle_txt {position:relative; width:800px; margin:0 auto; overflow:hidden;}
#section07 .lifestyle_txt .swiper-slide .title {text-align: center;margin-top: 35px;}
#section07 .lifestyle_txt .swiper-slide .title > h1{font-size: 24px;margin-bottom: 20px;}
#section07 .lifestyle_txt .swiper-slide .title > h1 > strong {font-weight: 600;}
#section07 .lifestyle_txt .swiper-slide .title > p{font-size: 16px;}
#section07 .lifestyle_txt .swiper-button {display:flex;justify-content: space-between;position: absolute;left: 50%;top: 40%;transform: translateX(-50%);width: 800px;z-index: 5;cursor: pointer;}
#section07 .lifestyle_txt1 {text-align: center;}

#section06 {padding: 100px 0; }
#section06 .set_title{color: #062045;text-align: center; margin-bottom: 50px;}
#section06 .set_title h1{font-family: 'Nanum Myeongjo'; font-size: 52px;letter-spacing: -1px;font-weight: 300;margin-bottom: 0;}
#section06 .set_title h1 > strong {font-weight: 700;}
#section06 .set_title p{font-size: 24px;font-weight: 400;}
#section06 .map_wrap {display: flex; justify-content: center; }
#section06 .map_wrap > span {display:inline-block; margin: 0 30px;}

/* #main_footer { padding: 70px 0; background: #f3f3f3;} */
#main_footer { padding: 70px 0; background:url(../images/sub/foot_img.jpg) no-repeat top center #f3f3f3;}
#main_footer .inner {text-align: center; width: 740px;}
#main_footer .ft_desc1 {padding: 30px 0 20px;margin-bottom: 20px;font-size: 16px;border-bottom: 1px solid #b4b4b4;}
#main_footer .ft_desc1 .ft_logo { margin-bottom: 20px;}
#main_footer .ft_desc1 p {margin-bottom: 5px;}
#main_footer .ft_desc1 p > span {margin: 0 5px;}
#main_footer .ft_desc1 p > span > i {font-weight: 600; margin-right:7px; }
#main_footer .ft_desc1 p.sm {font-size: 13px; margin-top:1rem}
#main_footer .ft_desc2 p {line-height: 1.5;}
#main_footer .ft_desc2 p.copy {margin-top: 1rem;}