@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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,body{height: 100%;font-family:'Noto Sans KR',sans-serif;}
.wrap{height: 100%;min-width: 1300px;position: relative;max-width:2000px;margin:0 auto;}
.inner{width: 1200px;margin: 0 auto;position: relative;}

/*header*/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding: 0 110px 0 20px;transition: all 0.2s;text-align: center;height: 90px;background-image: linear-gradient(to right, #0e1b37 5%, #0e1b37 5%);}
header:before {content:"";display:block;width:100%;height:1px;background:#e5e5e5;position:absolute;left:0;top:89px;opacity:0;transition:0.2s;}
header .head_in{max-width: 1755px;margin: 0 auto;position: relative;height: 90px;z-index: 10;;transition: 0.2s;}
header h1{position: absolute;top: 0;left: 0;height:90px;padding: 0 60px 0 40px;background-color:#0e1b37;display: flex;align-items: center;}
header h1 a{display: block;width: 242px;height: 62px;background: url(../images/logo-on.png?ver=5) no-repeat center;background-size: contain;}
header .menu{text-align:center;}
header .menu ul{display:inline-block;}
header .menu ul::after{content: "";display: block;clear: both;}
header .menu .gnb1{float: left;text-align: left;position:relative;}
header .menu .gnb1 > a{display: block;line-height: 90px;color: #fff;font-size: 18px;font-weight: 400;transition: 0.2s;position:relative;}
header .menu .gnb1 > a > span {display:block;position:relative;padding: 0 35px;font-weight:500}
header .menu .gnb1:hover > a > span{color:#ffdd3d}
/* header .menu .gnb1 > a > span:before{content:"";position:absolute; bottom:-1px;left:50%;transform:translateX(-50%); background:#008187;width:0%;height:3px;opacity:0;transition:.5s;z-index:111}
header .menu .gnb1:hover > a > span:before{opacity:1;width:100%;} */
header .menu .gnb2{padding-top: 20px;text-align:center;height:0;opacity:0;position:absolute;top:90px; left:50%;margin-left:-80px;width:160px; overflow:hidden;background:#0e1b37;transition:.2s; box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 20%);}
header .menu .gnb1:hover >  ul.gnb2 {height:200px; opacity:1}
header .menu .gnb1:nth-child(2):hover >  ul.gnb2{height:245px;}
header .menu .gnb1:nth-child(3):hover >  ul.gnb2{height:175px;}
header .menu .gnb1:nth-child(4):hover >  ul.gnb2{height:130px;}
header .menu .gnb1:nth-child(5):hover >  ul.gnb2{height:145px;}
header .menu .gnb1:nth-child(6):hover >  ul.gnb2{height:145px;}

header .menu .gnb2 li a{display: block;font-size: 16px;color: #fff;padding-bottom:18px;letter-spacing: 0px;}
header .menu .gnb2 li a:hover{color:#ffdd3d;font-weight:500}
header .rig{position: absolute;right: 0px;top: 15px;display:flex;align-items:center;}
header .tel{display:flex; align-items:center;}
header .hong{margin-right:60px;}
header .tel img:nth-child(2){display:none;}
header .tel img{padding-right:5px}
header .tel p {font-size:28px; color:#fff;font-family:'Jost';font-weight:600;position:relative;letter-spacing:0px;}
/* header:hover{background-color: #fff;box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%);background:#fff;} */
/* header:hover,
header:hover .head_in {height:320px;} */
/* header:hover:before {opacity:1;} */
header:hover .menu .gnb1 > a{color: #fff;}
header:hover h1 a {background-image:url(../images/logo-on.png?ver=3);}
header:hover .tel img:nth-child(2){display:block;}
header:hover .tel img:nth-child(1){display:none;}
header:hover .tel p {color:#fff;}
/* header.sub {}
header.sub{background:#fff;}
header.sub .menu .gnb1 > a{color: #000;}
header.sub h1 a {background-image:url(../images/logo-on.png?ver=2);}
header.sub .radio {display: none;}
header.sub .tel img:nth-child(1){display:none;}
header.sub .tel img:nth-child(2){display:block;}
header.sub .tel p{color:#008187} */

/* radio */
.main_audio {display:flex;width:120px;color:#fff;text-align:center;box-sizing:border-box;font-size:13px;font-family:'Jost';margin-left:30px;}
.main_audio > span{display:flex;align-items: center; width:120px;justify-content: space-between;}
.main_audio .tit {display:block;line-height: 1.8;display:flex;}
.main_audio .tit ul{display:inline-block;margin-left:5px;margin-right:5px;}
.main_audio .tit ul li{width:2px;background-color:#fff;display:inline-block;transition:0.3s;}
.main_audio .tit ul li:nth-child(1){height:6px;}
.main_audio .tit ul li:nth-child(2){height:14px;}
.main_audio .tit ul li:nth-child(3){height:16px;}
.main_audio .tit ul li:nth-child(4){height:5px;}
.main_audio .tit ul li:nth-child(5){height:12px;}
.main_audio .tit ul.active li:nth-child(1){animation: soundbar1 1.0s 0.4s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(2){animation: soundbar2 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(3){animation: soundbar3 2.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(4){animation: soundbar4 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(5){animation: soundbar5 1.0s 0.2s infinite alternate linear;}
@keyframes soundbar1{
  0%{height:6px;}
  20%{height:10px;}
  40%{height:3px;}
  60%{height:14px;}
  80%{height:6px;}
  100%{height:12px;}
}
@keyframes soundbar2{
  0%{height:14px;}
  20%{height:16px;}
  40%{height:5px;}
  60%{height:13px;}
  80%{height:4px;}
  100%{height:10px;}
}
@keyframes soundbar3{
  0%{height:16px;}
  20%{height:10px;}
  40%{height:15px;}
  60%{height:7px;}
  80%{height:12px;}
  100%{height:4px;}
}
@keyframes soundbar4{
   0%{height:5px;}
  20%{height:10px;}
  40%{height:7px;}
  60%{height:13px;}
  80%{height:5px;}
  100%{height:10px;}
}
@keyframes soundbar5{
  0%{height:12px;}
  20%{height:5px;}
  40%{height:13px;}
  60%{height:3px;}
  80%{height:8px;}
  100%{height:2px;}
}
.main_audio .audio_play_btn1, .main_audio .audio_pause_btn1 {cursor:pointer;}
header:hover .main_audio{color:#222;}
header:hover .main_audio .tit ul li{background-color:#222;}

/* vide-wrap */
.video-wrap { position:relative;padding-bottom:56.25%;height:0px;overflow:hidden; }
.video-wrap iframe { position:absolute;top:0;left:0;width:100%;height:100%; }

/*ban-wrap*/
.ban-wrap{position:fixed;right:0;top:0;height:100%;background-color:#fff;z-index:100;display:flex;flex-direction: column;justify-content:space-between;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}
.ban-wrap .top{cursor:pointer;}

/* main1 */
.main1{padding:145px 0 105px;background:#f9f9f9;position:relative;}
.main1::before{content:"";background-color:#e0e0e0;height:516px;width:16px;position:absolute;top:0;left:530px;}
.main1::after{content:"";background-color:#e0e0e0;width:530px;height:16px;position:absolute;top:500px;left:0;}
.main1_bg{background:url(../images/main1-bg.png) no-repeat center;width:545px;height:375px;position:absolute;right:110px;top:0;}
.main1_tit{text-align:center;margin-bottom:60px;}
.main1_sd{width:1400px;margin:0 auto;position:relative;}
.main1_tit{text-align:center;margin-bottom:60px;}
.main1_sd .swiper-container{overflow:hidden;width:1240px; padding:0 20px;left:-20px}
.main1_sd .swiper-slide img:nth-child(2){position:absolute; top:0;left:0;opacity:0;transition:.3s;}
.main1_sd .swiper-slide{position:relative;height:460px;width:282px !important;}
.main1_sd .swiper-slide:hover:before{content:"";position:absolute; width:100%; height:424px;box-shadow:-1px 15px 23px 0 rgba(0,0,0,0.3);}
.main1_sd .swiper-slide:hover img:nth-child(2){opacity:1}
.main1_btn{background-repeat:no-repeat;width:60px;height:60px;position:absolute;z-index:10;box-shadow:0 3px 10px rgba(0,0,0,0.15);border-radius: 50%;cursor:pointer;}
.main1_prev{left:0;top:50%;margin-top:-30px;background-image:url(../images/main-prev.png);}
.main1_next{right:0;top:50%;margin-top:-30px;background-image:url(../images/main-next.png);}

/*main2*/
.main2{padding:150px 0;}
.main2 ul{display:flex;}
.main2 ul li{width:33.33%;}
.main2 ul li ~ li{border-left:1px solid #e1e1e1;}
.main2 ul li a{display:block;text-align:center;}
.main2 ul li:nth-child(1) dl{background-image:url(../images/main2-icon1.png);}
.main2 ul li:nth-child(2) dl{background-image:url(../images/main2-icon2.png);}
.main2 ul li:nth-child(3) dl{background-image:url(../images/main2-icon3.png);}
.main2 ul li dl{padding-top:85px;background-repeat:no-repeat;background-position:center top;}
.main2 ul li dl dt{color:#0b0b0b;font-weight:600;font-size:24px;margin-bottom:25px;}
.main2 ul li dl dd{font-size:15px;line-height:22px;font-weight:300;}
.main2 ul li p{margin-top:35px;}
.main2 ul li p span{font-size:12px;font-weight:400;;color:#888;font-family:"Play";padding-right:15px;background:url(../images/main2-arr.png) no-repeat right center;}
.main2 ul li a:hover p span{color:#008187;font-weight:600;background-image:url(../images/main2-arr-on.png);}

/* main3 */
.main3{background:url(../images/main3-bg.jpg?ver=3) no-repeat center;padding:275px 0 260px;background-size:cover;position:relative;overflow:hidden;}
.main3 .cha{position:absolute;bottom:0;left:50%;margin-left: -850px;}
.main3 .cha img{display:block;}
.main3_btn{margin-top:40px;}
.main3_btn button{background-color:transparent;background-repeat:no-repeat;width:60px;height:60px;box-shadow:0 3px 10px rgba(0,0,0,0.15);border-radius: 50%;border:none;}
.main3_prev{background-image:url(../images/main-prev.png);margin-right:15px;}
.main3_next{background-image:url(../images/main-next.png);}

.main3_sd .line{width:600px;height:548px;background:url(../images/main3-line.png) no-repeat center;position:absolute;left:309px;top:0;z-index:10;}
.main3_sd{width:1340px;position:absolute;left:calc(50% - 92px);top:115px;padding-top:68px;}
.main3_sd img{transition:0.6s;transition-delay:0.3s;}
.main3_sd .on{opacity:0;position:absolute;left:0;top:0;}
.main3_sd .swiper-slide-active .on{opacity:1;}

/* main4 */
.main4{padding:150px 0; }
.main4-tit{display:flex;align-items: center;justify-content: space-between;margin-bottom:60px}
.main4-tit .txt p:nth-child(1){font-weight:300; font-size:36px;color:#0b0b0b;margin-bottom:22px;}
.main4-tit .txt p:nth-child(1) span{font-weight:bold;}
.main4-tit .txt p:nth-child(2){font-weight:300; font-size:16px; color:#888888}
.main4-tit .box{position:relative;}
.main4-tit .box a{display:block}
.main4-tit .box > img{position:absolute;top:-33px; right:60px}
.main4 .go-box .img1 img:nth-child(2),.main4 .go-box .img2 img:nth-child(2){display:none;}
.main4 .go-box .img1 img,.main4-tit .go-box .img2 img{display:block}
.main4 .go-box .img1 ,.main4 .go-box .img2{line-height:0}
.main4 .go-box ul li a span{line-height:1;display:block;color:#0b0b0b;font-size:18px;}
.main4 .go-box ul li a:hover span{color:#008187;font-weight:bold}
.main4 .go-box ul{display:flex;}
.main4 .go-box ul li a{display:flex; width:220px; height:220px;flex-direction: column; align-items: center;padding:50px 0;border:1px solid #e1e1e1;transition:.2s;transform:translateY(0);}
.main4 .go-box ul li a:hover{border:2px solid #008187;transform:translateY(-20px);}
.main4 .go-box ul li ~ li {margin-left:25px}
.main4 .go-box .img1{margin-bottom:30px;}
.main4 .go-box .img2{margin-top:20px;}
.main4 .go-box a:hover .img1  img:nth-child(2),.main4 .go-box a:hover .img2 img:nth-child(2){display:block}
.main4 .go-box a:hover .img1  img:nth-child(1),.main4 .go-box a:hover .img2 img:nth-child(1){display:none}

.main5{padding:140px 0;background:url(../images/main5-bg.jpg)no-repeat center center; background-size:cover;}	
.main5 h2{text-align:center;font-size:36px; color:#fff;font-weight:300;margin-bottom:50px;}
.main5 h2 span{font-weight:bold}
.main5 .map{display:flex;    justify-content: space-between;}
.main5 .map div > img{margin-bottom:20px}
.main5 .map div > div{display:flex;    justify-content: space-between;}


/*footer*/
footer{background-color: #0b0b0b;padding: 60px 110px 90px 20px;}
footer .foot_in{max-width: 1680px;margin: 0 auto;position:relative;}
footer .foot_logo{margin-bottom: 25px;}
footer .foot-info{margin-top: 15px;color: #777;font-size: 14px;}
footer .ori{line-height: 20px;color: #666666;font-size: 12px;}
footer address{color: #888888;font-size: 14px;margin-top: 30px;}
footer .fr{position:absolute;top:0;right:0;}
footer .fr .foot-tel{display:flex;    align-items: center;}
footer .fr .foot-tel img{margin-right:10px;}
footer .fr .foot-tel p{font-size:28px; color:#fff; font-family:'Jost';font-weight:600;letter-spacing:0px;}


/*vis_wrap*/
.vis_wrap,
.vis_wrap .vis_slide,
.vis_wrap .slick-list,
.vis_wrap .slick-track,
.vis_wrap .slick-slide > div,
.vis_wrap .vis{height: 100%;}

.vis_wrap .slick-slide > div{opacity:0;transition:0.8s;}
.vis_wrap .slick-active > div{opacity:1;transition:1s;transition-delay:0.8s;}

.vis_wrap .vis .bg{height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.vis_wrap .vis1 .bg{background-image: url(../images/vis1.jpg?ver=4);}
.vis_wrap .vis2 .bg{background-image: url(../images/vis2.jpg?ver=3);}
.vis_wrap .vis_txt{position: absolute;z-index: 10;transform:translate(0,50px);transition:1s;opacity:0;}
.vis_wrap .vis1 .vis_txt{left: 54%;top: 23%;}
.vis_wrap .vis2 .vis_txt{left: 7%;top: 36%;}
.vis_wrap .slick-active .vis_txt {opacity:1;transition-delay:1.3s;transform:none;}
.vis_wrap .cha{position:absolute;opacity:0;transition:0.8s;}
.vis_wrap .slick-active .cha{opacity:1;transition-delay:2s;}

.con_btn {position:absolute; top:22px; right:36px;}
.con_btn > button {display: block;border:none;width:7px; height:15px; cursor:pointer; padding:10px;}
.con_btn > button.stop {background:url('../images/icon_pause.png') center center no-repeat;}
.con_btn > button.play {background:url('../images/icon_play.png') center center no-repeat;}

.vis_wrap .cont {position: absolute; left: 50%; bottom: 80px; width: 375px;height: 16px;transform: translateX(-50%);}
.vis_wrap .cont .num {position:absolute;left:35px;top:0px;color:#fff;font-weight:bold;font-size:12px}
.vis_wrap .cont .num span {display:inline-block;vertical-align:bottom;font-size:14px;font-family:"Play";font-weight:normal;position:relative; color:#fff;font-weight:bold}
.vis_wrap .cont .num span.present-page {color:#df7200;}
.vis_wrap .cont .arr {position:absolute;right:0;top:2px;width:100%}
.vis_wrap .cont .arr:before{content:"";position:absolute; top:2px;left:48px;  background:#eaf4e7; opacity:.2;width:1px;height:14px;}
.vis_wrap .cont .arr a {display:block;width:13px;height:12px;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;position:absolute}
.vis_wrap .cont .arr .prev {background-image:url(../images/vis-prev.png);}
.vis_wrap .cont .arr .next {background-image:url(../images/vis-next.png);left:325px}
.vis_wrap .cont .bar {display:block; width:137px; height:3px;background:rgba(255,255,255,0.3);position:relative; left:94px; top:32px;}
.vis_wrap .cont .bar span {display:block;position:absolute;left:0;top:0;width:0;height:100%;background:#fff;animation-fill-mode:forwards;z-index:999;}
.vis_wrap .cont .bar.active span {animation:visBar 4.8s linear;}
.slider-progress {	position: absolute;width: 235px;height: 2px;position: absolute;left:70px;		background-color: rgba(255,255,255,.3);top: 50%;transform:translateY(-50%)}
.progress {	width: 0;	height: 2px;	background-color: white;	position: absolute;}
.slider-progress.active .progress {animation: progress 7s linear;}
@keyframes progress {
	0% {width:0;}
	100% {width:100%}
}
.controler button{border:0;    background: transparent;position:absolute;right:0;top:-1px;}
.controler button.play{display:none;}

.scr2 {width:94px;height:8px;background:url(../images/scroll.png) no-repeat;text-indent:-9999px;position:absolute;z-index:90;left:50%;transform:translateX(-50%); bottom:40px;animation:visScr 2s ease infinite;}
@keyframes visScr {
	0% {transform:translate3d(-50%,0,0);}
	50% {transform:translate3d(-50%,-20px,0);}
	0% {transform:translate3d(-50%,0,0);}
}
/*con*/
.quick{padding: 100px 0 125px;}
.quick ul::after{content: "";display: block;clear: both;}
.quick li{float:left;width:22%; margin-left:4%;text-align:center;}
.quick li a{display:block;padding-top:65px;background-repeat:no-repeat;background-position:center  top;}
.quick li:nth-child(1) a{background-image:url(../images/quick1.png?ver=1)}
.quick li:nth-child(2) a{background-image:url(../images/quick2.png?ver=1)}
.quick li:nth-child(3) a{background-image:url(../images/quick3.png?ver=1)}
.quick li:nth-child(4) a{background-image:url(../images/quick4.png?ver=1)}
.quick li:nth-child(1) {margin-left:0;}
.quick li strong{display:block;color:#4c4d4f;font-size:20px;font-weight:500;margin-bottom:20px;}
.quick li p {color:#888;font-size:16px;line-height:20px;}


/*sub*/
.subwrap {padding-top:90px;}
.svis{position: relative;}
.sub_top{background: url(../images/sub-top-bg.jpg?ver=4) no-repeat center;background-size: cover;height: 292px;}
.sub_tit{padding-top: 100px;}
.sub_tit h2{font-size: 36px;color: #fff;font-weight: 500;text-align: center;}
.sub_tit  p{color: #fff;text-align: center;font-weight: 400;font-size: 18px;padding-top:20px;opacity:0.5;}
.sub_tit h2 img{display:block; margin:0 auto;padding-top:20px;}
.sub_menu{z-index:11;position: absolute;left: 50%;transform:translateX(-50%); bottom: 0;width: 100%;max-width:1200px;}
.sub_menu .inner::after{content: "";display: block;clear: both;}
.sub_menu .inner > div{height:50px}
.sub_menu .inner  > div ul{display: flex;height:100%;    align-items: center;justify-content: center;}
.sub_menu .inner  > div ul li{text-align:center;background:rgba(255,255,255,.3);}
.sub_menu .inner  > div ul li ~ li{margin-left:1px}
.sub_menu .inner  > div ul li.on{background:#fff}
.sub_menu .inner  > div ul li a{display:block; font-size:16px; color:#fff;height:50px;line-height:50px}
.sub_menu .inner  > div ul li.on a{font-weight:500;color:#010000}
.sub_menu .inner  > div.tab1 ul li{width:100%;}
.sub_menu .inner  > div.tab2 ul li{width:50%;}
.sub_menu .inner  > div.tab3 ul li{width:33.333%;}
.sub_menu .inner  > div.tab4 ul li{width:25%;}
.sub_menu .inner  > div.tab5 ul li{width:20%;}
.sub_menu .inner  > div.tab6 ul li{width:16.66%;}
.sub_menu .inner  > div.tab7 ul li{width:14.28%;}
.sub_menu .home{width: 60px;height: 60px;border-left: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
.sub_menu .home a{display: block;width: 100%;height: 100%;background: url(../images/ico-home.png) no-repeat center;}
.sub_menu .depth{position: relative;}
.sub_menu .depth > a{display: block;line-height: 60px;font-size: 15px;color: #333;width: 240px;padding: 0 20px;background: url(../images/ico-arr.png) no-repeat 90% 50%;}
.sub_menu .depth ul{display: block;position: relative;z-index: 10;width:100%;}
/* .sub_menu .depth:hover ul{display: block;border-top: 1px solid #e5e5e5;}
.sub_menu .depth:hover ul li{border: 1px solid #e5e5e5;border-top: none;}
.sub_menu .depth:hover ul li a{display: block;line-height: 45px;background-color: #fff;width: 100%;padding: 0 20px;font-size: 15px;color: #666;}
.sub_menu .depth:hover ul li a:hover{background-color: #f5f5f5;color: #3a718f;} */
.content{padding: 70px 0 120px;}
.con_tit{text-align: center;margin-bottom: 60px;font-size: 32px;color: #222;}

.sub_tbl{margin-top: 60px;}
.sub_tbl table{width: 100%;border-top: 2px solid #008187;}
.sub_tbl table th{color: #121212;font-weight: 500;text-align: center;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;position: relative;}
.sub_tbl table th::after{content: "";display: block;width: 1px;height: 20px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;margin-top: -10px;}
.sub_tbl table td{color: #666;font-weight: 400;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;padding-left: 30px;letter-spacing: -1.3px;line-height:1.3em;}

.precaution{background-color: #f5f5f5;margin-top: 60px;padding: 30px 20px 30px 120px;position: relative;}
.precaution:before{content: "";display: inline-block;width: 50px;height: 50px;background: url(../images/precaution_icon.png) no-repeat;position: absolute;top: calc(50% - 25px);left: 40px;}
.precaution li{font-size: 13px;color: #999;line-height: 22px;position: relative;padding-left: 10px;}

/*customer*/
.bo_tbl{margin-bottom: 60px;}
.bo_tbl table{width: 100%;border-top: 1px solid #333;}
.bo_tbl table tr th{font-size: 17px;font-weight: 400;color: #333;padding: 30px 0 30px 40px;text-align: left;border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td{border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td > div{display: flex;align-items: center;}
.bo_tbl table tr td input[type="text"]{background-color: #f0f0f0;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;outline: none;}
.bo_tbl table tr td select{width: 227px;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #f0f0f0 url(../images/select-icon.png) no-repeat 90% 52%;outline: none;}
.bo_tbl table tr td select ~ select{margin-left: 10px;}
.bo_tbl table tr td em{font-size: 16px;color: #666;margin: 0 10px;}
.bo_tbl table tr td .personnel label ~ label{margin-left: 20px;}
.bo_tbl table tr td .personnel label span{margin-left: 5px;}
.bo_tbl table tr td p{margin-top: 10px;font-size: 14px;}
.bo_tbl table tr td input:focus,
.bo_tbl table tr td select:focus{border: 1px solid #35343a;background: #fff;}
.bo_tbl table tr td label{margin-right:25px;color:#444;}
.bo_tbl table tr td label input[type=radio]{margin-right:5px;}
.terms{margin-top: 60px;}
.terms dl{margin-bottom: 15px;}
.terms dl dt{margin-bottom: 10px;font-size: 20px;font-weight: 600;color: #333;}
.terms dl dd{font-size: 15px;line-height: 20px;color: #666;}
.terms table{border-top: 1px solid #707070;width: 100%;margin-bottom: 50px;}
.terms table th{font-size: 14px;font-weight: 600;color: #666;vertical-align: middle;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table td{font-size: 14px;line-height: 22px;color: #666;padding: 15px 0 15px 30px;border-bottom: 1px solid #d5d5d5;}
.terms table.type2 th:last-child{border-right: none;}
.terms table.type2 td{text-align: center;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table.type2 td:last-child{border-right: none;}
.agree > div{background-color: #f5f5f5;padding: 25px 40px;margin-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.agree p{font-size: 18px;color: #333;}
.agree p span{font-size: 15px;}
.agree ul{display: flex;}
.agree ul li ~ li{margin-left: 20px;}
.agree ul li span{padding-left: 5px;}
.btn_area{margin-top: 50px;}
.btn_area ul{display: inline-block;overflow: hidden;}
.btn_area ul li{float: left;}
.btn_area ul li ~ li{margin-left: 10px;}
.btn_area ul li.black button,
.btn_area ul li.black a{color: #fff;background-color: #353535;}
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button,
.btn_area ul li.white a{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover{color: #fff;background-color: #353535;}
.btn_area ul li button,
.btn_area ul li a{display: block;font-size: 16px;font-weight: 600;width: 160px;height:50px;line-height: 48px;border: none;transition: 0.2s;}

/*news*/
.search_area{display: flex;justify-content: flex-end;}
.search_area form{display:flex;}
.search_area select{border: 1px solid #c1c1c1;height: 35px;width: 100px;padding: 0 10px;color: #666;margin-right: 5px;}
.search_area input{border: 1px solid #c1c1c1;height: 35px;width: 240px;padding: 0 10px;color: #666;}
.search_area button{border: 1px solid #c1c1c1;border-left: none;background: url(../images/search-icon.gif) no-repeat center;width: 35px;height: 35px;}
.news_tbl{margin-top: 20px;}
.news_tbl table{border-top: 2px solid #6b6b6b;width: 100%;table-layout: fixed;}
.news_tbl table td{padding: 25px 0;font-size: 14px;color: #666;border-bottom: 1px solid #dcdcdc;text-align: center;}
.news_tbl table td a{display: block;text-align: left;font-size: 18px;width: 80%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_tbl table tr:hover td{background: #f9f9f9;}

/*schedule*/
.sche_tab{margin-bottom: 60px;}
.sche_tab::after{content: "";display: block;clear: both;}
.sche_tab li{width: 50%;float: left;position: relative;}
.sche_tab li::after{content: "";position: absolute;position: absolute;left: 50%;margin-left: -7px;border-top: 8px solid #00505c;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;}
.sche_tab li a{display: block;width: 100%;text-align: center;font-size: 20px;color: #888;background: #f0f0f0;border: 1px solid #dedede;line-height: 60px;}
.sche_tab li.on::after{display: block;}
.sche_tab li.on a{background-color: #00505c;border: 1px solid #00505c;color: #fff}
.sche_tab li a:hover{background-color: #00505c;border: 1px solid #00505c;color: #fff}
.step{display: flex;margin-bottom: 30px;}
.step_tit{width: 240px;background-color: #999;display: flex;align-items: center;justify-content: center;border-radius: 10px 0 0 10px;}
.step_tit strong{color: #fff;font-weight: 400;padding-right: 30px;background: url(../images/step-arr.png) no-repeat right center;}
.step ul{width: calc(100% - 240px);;border: 1px solid;border: 1px solid #ddd;border-left: none;border-radius: 0px 10px 10px 0px;display: flex;}
.step ul li{width: 33.33%;height: 100px;display: flex;align-items: center;padding: 0 80px;position: relative;}
.step ul li dl{display: inline-block;}
.step ul li dl dt{font-size: 14px;color: #9a9a9a;font-weight: 400;margin-bottom: 7px;}
.step ul li dl dd{font-size: 18px;font-weight: 500;}
.step ul li::after{content: "";position: absolute;right: 0;top: 50%;width: 1px;;height: 40px;margin-top: -20px;background-color: #ddd;}
.step ul li:last-child:after{display: none;}
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 10px;margin-bottom: 70px;padding: 30px 0;text-align: center;}
.notice_box p{line-height: 26px;font-size: 20px;}
.notice_box ul{margin-top: 30px;display: inline-block;text-align: left;}
.notice_box ul li{line-height: 26px;font-size: 16px;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-bottom: 50px;color: #333;font-size: 30px;}
.sche_tit strong{color: #000;margin-right: 10px;}
.calendar_box{display: flex;justify-content: space-between;margin-bottom: 70px;}
.calendar{width: calc(50% - 20px);border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;line-height: 50px;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 15px 60px;background-color: #fcfcfc;height: 320px;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;}
.calendar .date .month strong{font-size: 24px;font-weight: 400;color: #222;line-height: 50px;}
.calendar .date .month button{position: absolute;top: 50%;margin-top: -16px;width: 33px;height: 33px;border: none;}
.calendar .date .month .prev{left: 0;background: url(../images/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(../images/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;margin-top: 5px;}
.calendar table thead th{padding: 5px 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;line-height: 35px;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(25,115,135,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #00505c;}
.calendar .bot{background-color: #f1f1f1;line-height: 50px;display: flex;justify-content: space-between;padding: 0 40px;}
.calendar .bot span{font-size: 14px;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:15px;margin-right: 20px;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;margin-top: -4px;width: 9px;height: 9px;}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(25,115,135,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 10px;}
.calendar .date .time li button{background-color: transparent;border: none;font-size: 16px;color: #555;padding: 5px 10px;}
.calendar .date .time li button.active{background-color: #00505c;color: #fff;}
.terms_area{padding: 30px;overflow-y: scroll;font-size: 14px;border: 1px solid #dedede;line-height: 1.5em;height: 170px;margin-bottom: 20px;}
.complete{background: #eee;padding: 60px 20px 80px;text-align: center;}
.complete_tit{font-size: 36px;color: #121212;font-weight: 300;margin-bottom: 30px;}
.complete_txt{font-size: 18px;color: #121212;font-weight: 300;margin-bottom: 40px;}
.complete_box{display: inline-block;width: 600px;border-top: 1px solid #222;border-bottom: 1px solid #222;padding: 30px 0;color: #222;font-weight: 500;font-size: 32px;line-height: 52px;}
.complete_box span{color: #000;font-weight: 600;}
.confirm_tit{margin-bottom: 60px;text-align: center;font-weight: 300;font-size: 26px;line-height: 1.3em;color: #444;}
.confirm_tit span{font-weight: 500;color: #000;}
.confirm_tbl table{width: 100%;border-top: 1px solid #000;}
.confirm_tbl table th{position: relative;padding: 25px 0;text-align: center;font-size: 18px;color: #333;font-weight: 400;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table th::after{content: "";display: block;background-color: #999;width: 1px;height: 16px;position: absolute;right: 0;top: 50%;margin-top: -8px;}
.confirm_tbl table td{padding: 25px 0;text-align: left;font-size: 18px;color: #333;font-weight: 400;padding-left: 40px;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table td .cancel{background: none;border: none;border-bottom: 1px solid #ff0000;color: #ff0000;font-size: 15px;line-height: 1.3em;}
.confirm_tbl table td .no_result{padding: 40px 0;text-align: center;font-size: 15px;}

/*pagination*/
.pagination{margin-top:80px;text-align:center;}
.pagination ul{display:inline-block;}
.pagination ul::after{content:"";display:block;clear:both;}
.pagination ul li{float:left; width:40px;}
.pagination ul li a{display:block;height:40px;line-height:40px;font-family: 'Spoqa Han Sans';font-size: 20px;color: #abaaaa;}
.pagination ul li.on a{color: #535353;text-decoration: underline;text-underline-position: under;}
.pagination ul li.pg_st{margin-right:5px;}
.pagination ul li.pg_st a{background:url(../images/pg_start.png) no-repeat center;border: 1px solid #e5e5e5;}
.pagination ul li.pg_ed{margin-left:5px;}
.pagination ul li.pg_ed a{background:url(../images/pg_end.png) no-repeat center;border: 1px solid #e5e5e5;}


.sub31{display:flex;}
.sub31.sub31_1{display:flex;     justify-content: center; padding-top:60px}

@media(max-width:1700px){
.vis_wrap .vis_txt{left: 10%;}
}
@media(max-width:1500px){
.vis_wrap .vis_txt{left: 5%;}
}

/*vd_pop*/
.black_overlay22{ position:fixed; top:0px;  left: 0px;  width:100%;  height:100%; background-color: black;   z-index:1180;  -moz-opacity: 0.60;   opacity:.60;   filter: alpha(opacity=50);  } 
.white_content{ margin-left:-700px;  animation-duration:2s;animation-name:pr;width:1400px; height:675px;  position: fixed;  top:100px;    left: 50%;z-index: 90000;} 
#player3 { z-index:10000;animation-duration:2s; animation-name:pr;position: fixed; top: 100px; left: 50%; margin-left: -700px; }
#movie-close { position: absolute; top:0px; right: -40px;z-index: 1189;}
@keyframes pr {
	from { opacity:0; margin-top:-1000px; }
	50% {opacity:0;  margin-top:-1000px;}
	to { }
}


/* tab 유니트1 */
.with_tab{margin-bottom:60px;}
.with_tab ul{display:flex;}
.with_tab ul.block{display:block}
.with_tab ul li{background-color:#fff;text-align:center;cursor:pointer;font-size:18px;border:1px solid #d4d4d4;line-height:58px; color:#888}
.with_tab ul li.on{background-color:#008187;color:#fff;border:1px solid #008187;font-weight:bold;}/*컬러변경*/
.tab2 ul li{width:50%;}
.tab3 ul li{width:33.33%;}
.with_box{display:none; text-align:center;}
.with_box.on{display:block;}
.tab7 ul li{width:25%;}
.tab7.tab8 ul li{width:50%;}
.tab4 .block li{float:left; width:12.333%}

/* tab 유니트2 */
.tabsub { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;margin-bottom:60px}
.tabsub li { float:left; width:33%; text-align:center; box-sizing:border-box; }
.tabsub li { display:inline-block;  cursor:pointer; }
.tabsub li {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub li.on  {  color:#00393b; font-weight:bold;}/*폰트 색변경*/
.tabsub li.on:after {content:''; width:100%; height:2px; background:#00393b; position:absolute; left:0; bottom:2px; }/*밑줄 색변경*/

.tab_con{display:none; text-align:center;}
.tab_con.on{display:block;}

.tabsub2 { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;}
.tabsub2 li { float:left; width:50%; text-align:center; box-sizing:border-box; }
.tabsub2 li { display:inline-block;  cursor:pointer; }
.tabsub2 li a {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub2 li.on  a {  color:#cba160; font-weight:bold;}
.tabsub2 li.on  a:after {content:''; width:100%; height:2px; background:#cba160; position:absolute; left:0; bottom:2px; }

.tabsub.tab2 li{width:50%;}
.tabsub.tab4 li{width:25%;}


/* tab 유니트3 */
.floorplan_tab{border-top:1px solid #00393b;border-bottom:1px solid #00393b;margin-bottom:55px;}/* tab 라인 색변경*/
.floorplan_tab ul{display:flex;justify-content: center;}
.floorplan_tab ul li ~ li{margin-left:170px;}
.floorplan_tab ul li a{line-height:60px;color:#888;display:block;position:relative;}
.floorplan_tab ul li.active a{color:#00393b}/* 폰트색변경*/
.floorplan_tab ul li.active a:before{content:"";display:inline-block;position:absolute;bottom:-1px;left:50%;margin-left:-3px;;border-bottom:6px solid #00393b;border-left:5px solid transparent;border-right:5px solid transparent;}/* tab 화살표색변경*/
.floorplan_tab ul li a span strong{font-weight:600;}
.floorplan_tab ul li a span em{font-size:18px;font-family:'Noto Sans KR';}
.floorplan{padding-bottom:90px;}
.floorplan > li{display:none;}
.floorplan > li > div{display:flex;align-items: center;justify-content: center;}
.floorplan > li .lef_box{width:25%;}
.floorplan > li .rig_box{width:75%;display:flex;align-items: center;}
.floor_info .info_top{background:#8d7249 url(../images/sub11-bg.png) no-repeat center top;background-size:cover;text-align:center;padding:50px 0 40px;}
.floor_info .info_top .floor_area{color:#fff;font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top .floor_area span{font-size:3.75rem;font-family:'Jost';display:inline-block;}
.floor_info .info_top .floor_area span strong{font-weight:600;}
.floor_info .info_top .floor_area span em{font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top p{color:#d5ba91;font-size:1.25rem;line-height:1.3em;margin:15px 0 20px;}
.floor_info .info_top > span{color:#fff;font-weight:600;font-size:1.75rem;}
.floor_info .info_bot{background-color:#f7f3ea;padding: 30px;}
.floor_info .info_bot ul li{padding:0 10px;border-bottom:1px solid #dedad6;line-height:36px;color:#2a2d2e;font-size:1.125rem;display:flex;justify-content: space-between;}
.floor_info .info_bot ul li:last-child{border-bottom:none;}
.keymap img{width:100%;}
.floor_type1,
.floor_type2{width:50%;text-align:center;}

.register_form_inner .form_ori{color:#008187;margin-top:5px;font-size:14px;font-weight:500;}

/* 모집공고 */
.mo-jip{display:flex;text-align:center;}
.mo-jip a{display:block;color:#fff;display:flex;    align-items: center;justify-content: center;line-height:100px;}
.mo-jip a:nth-child(1){font-size:26px;background:#00505c;width:790px;}
.mo-jip a:nth-child(1) span{font-weight:300;}
.mo-jip a:nth-child(2){font-size:22px;background:#008187;width:410px;}
.mo-jip a:nth-child(2) img{margin-right:15px}

.map_box{padding:50px 40px;display:flex;justify-content:space-between;background-color:#f0f0f0;}
.map_box li{position:relative;}
.map_box li a{position: absolute;bottom: 8%;right: 7%;width: 28%;height: 11%;}
.map_box img{box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}

@media(min-width:1921px){
	header{background-image: linear-gradient(to right, #00505c 18%, #fff 18%);}
}


@media(max-width:1655px){
	header .hong{margin-right:0;}
}

@media(max-width:1550px){
	header .menu .gnb1 > a > span{padding:0 20px;}
	header .menu .gnb2{width:140px;}
}
@media(max-width:1385px){
	header .rig{right:-40px}
}

@media(min-width:1921px){
	.ban-wrap{ right: calc(50% - 1000px);
}