#wrap{width:100%;
position: relative; border:0px solid red;  }

/* header_info */
.header_info{position:absolute;top:44px;right:6%}
.header_info a{position:relative;color:#;font-size:15px;padding:0 15px;display:inline-block;position:relative; } 
.header_info a:last-child:after{content:'';position:absolute;width:1px;height:14px;background:#000;opacity:0.8;top:4px;left:0px}*/
.header_info a:hover{text-decoration:none}
.header.on .header_info a{color:#222}

/* section */
.sec_box{max-width:1500px;margin:0 auto}
.sec-wrap,.header,.sec-content,.sec-footer{position:relative;width:100%;margin:0;padding:0}

/* header */
.header{border:0px solid red;	position:fixed;top:0;left:0;z-index:9;height:110px;text-align:center; transition:all ease .5s;-webkit-transition:all ease .5s;-o-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;overflow: hidden} 
.header.on{background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,0.05)}
.header.on .logo{background-image:url(../img/logo_on_1.png)}
.header.on .menu:after{display:none}
.header.on .menu > li > h2{color:#000; font-weight:550; font-size:20.5px;}  
.header .logo{display:block;width:268px;height:46px;background:url(../img/logo.png) no-repeat 50%;position:absolute;left:50px;top:27px}   
.header:after{opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
.header:before{content:'';width:100%;height:110px;background:#fff;position:absolute;top:0;right:0;z-index:-1;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}

/* menu */
.menu{display:inline-block}
.menu > li{float:left} 
.menu > li h2{font-weight:550;cursor:pointer;color:#000;font-size:20.5px;padding:0 55px; line-height:110px;letter-spacing:-.08em}
.menu > li > a{color:#666;font-size:16px} 
.menu > li > ul{width:100%;min-height:150px;padding:0;position:absolute; top:110px;text-align:center}
.menu > li > ul > li{display:inline-block;float:left;text-align:left;padding:0 55px;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
.menu > li > ul > li > a{display:block;padding:5px 0;font-size:1.2em;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;color:#666}
.menu > li > ul > li > a:hover{color:#014099}   
.menu > li.open h2{position:relative}
.menu > li.on h2:after{content:'';width:6px;height:6px;background:#ffcb07;border-radius:50%;position:absolute;left:50%;top:25px;margin-left:-3px}

.menu > li.open ul > li{ opacity:1}
.menu > li:nth-child(6){display: none;}
.menu > li:last-child{display: none;}

/* visual swiper */
.swiper{
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


.section_visaul{width:100%;  position: relative;  overflow:hidden;
margin:0 auto; height:800px;background:url(../img/bg01.png)right no-repeat;  }
.visual_left{position:relative; width:70%;bordeR:0px solid red; margin-top:110px; float:left; padding-left:5%; padding-right:1%;}
.visual_right{position:relative;  width:30%; bordeR:0px solid red; margin-top:110px; float:left;  padding-right:5%;}
.visual_right div{width:100%; }
.visual_right div.center{width:100%; text-align:center !important; }
.visual_right div ul{margin-top:15px; padding:20px; box-sizing: border-box; width:100%; border-radius: 20px; border:1px solid #CCC; background: #fff; overflow: hidden;}
.visual_right div ul li{width:33%; float:left; display: inline-block; text-align: center; border-right:1px solid #ccc;}
.visual_right div ul li:last-child{border-right:0px solid #ccc;}
.visual_right div ul li p{font-size:18px; font-weight:500; color:#000;}
.visual_right div ul li img{margin:5px;}

.visual_right div.car{width:100%; position:relative; background: #0050b5 url('/theme/yeongju1/img/car.png')right no-repeat; 
	border-radius: 20px; margin-top:15px; padding:26.5px 35px; }
.visual_right div.car p{color:#fff; font-size:34px; font-weight:600; text-emphasis-style: dot;}
.visual_right div.car span{color:#fff; font-size:20px; font-weight:500;}
.visual_right div.car .carimg{position:absolute; right:10px; top:10px;}

@media screen and (max-width:769px){

.visual_right div.car p{color:#fff; font-size:28px;}
.visual_right div.car span{font-size:17px;}
.visual_right div ul li p{font-size:17px;}

}


/* visual */
#visual{position:relative;width:100%;  float:left; height:600px;margin:0 auto;overflow:hidden; border-radius:20px; overflow:hidden;}
#visual .imgBox{width:100%;height:600px;background-size:cover !important;}
#visual .img1{background:url(../img/visual/visual_img1.jpg) center top no-repeat}
#visual .img2{background:url(../img/visual/visual_img2.jpg) center top no-repeat} 
#visual .img3{background:url(../img/visual/visual_img3.jpg) center top no-repeat}
#visual .img4{background:url(../img/visual/visual_img4.jpg) center top no-repeat}
#visual .img5{background:url(../img/visual/visual_img5.jpg) center top no-repeat}
#visual .img6{background:url(../img/visual/visual_img6.jpg) center top no-repeat}

.visualList .txtBox{position:absolute;top:280px;left:50%;margin-left:-50%;width:100%;text-align:center;color:#fff;font-size:60px;color:#fff;}
.visualList .txtBox .txt1{font-size:25px;}
.visualList .txtBox .txt2{font-size:65px;font-weight:500}
.visualList .txtBox .txt3{font-size:20px;width:600px;margin:0 auto;color:#fff;padding-top:10px}


#visual .btn_prev,.btn_next1{top:45% !important; background: url('/theme/yeongju1/img/arrow_01_1.png'); z-index:555;}
#visual .btn_prev,.btn_prev1{top:45% !important; left:1%; background: url('/theme/yeongju1/img/arrow_02_1.png'); z-index:555;}

 .swiper-pagination {
    bottom: 20px;
    left: 50%;
}

.swiper-pagination-bullet {
	margin: 4px;
} */

#visual.swiper-pagination{color:#fff;bottom:20px; left:50%}


.mobilenone2{display: inline-block;}


@media screen and (max-width:1200px){
	.section_visaul {height:auto;}
	#visual{height:500px;}
	#visual .imgBox{height:500px;}
  .visual_left{width:100%; padding-left:1%; padding-right:1%; box-sizing: border-box;}
  .visual_right{width:100%; margin-top:5px; padding-left:1%; padding-right:1%;  margin:0 auto;}
.mobilenone2{display:none;}


}


@media screen and (max-width:567px){
	#visual{height:380px;}
	 #visual .imgBox{height:380px;}
#visual .btn_prev,.btn_next1{top:53% !important; background: url('/theme/yeongju1/img/arrow_01_1.png');}
#visual .btn_prev,.btn_prev1{top:53% !important; left:1%; background: url('/theme/yeongju1/img/arrow_02_1.png');}
}






/* common */
.main_tit{width:100%;text-align:center;margin-bottom:25px}
.main_tit h3{color:#000;font-size:32px;letter-spacing:-0.8px}
.main_tit p{color:#999;font-size:16px}

.main_tit1{font-size:40px; color:#0066cc; font-weight:500;}
.main_tit1 span{color:#333333;}

.main_tit2{font-size:19.5px; color:#333333; font-weight:500;}
.main_tit2 span{color:#0066cc;  font-weight:600;}


@media screen and (max-width:769px){
 .main_tit1{font-size:30px; margin-top:10px;}
.main_tit2{font-size:17px;}
}



/* 즐겨찾는 메뉴 */
.section_banner{width:100%;overflow:hidden;background:#ffff;padding:45px 0 70px 0; text-align:center;}
.section_banner ul{display:flex;width:1400px; margin:0 auto; padding-top:50px; }
.section_banner li{display:inline-block; float:left;width:15%;padding:0 10px;background-repeat: no-repeat;  text-align: center; border:0px solid red;}
.section_banner li p{font-size:20px; color:#000; font-weight:500; line-height:60px;}
.section_banner li p:hover{color:#0066cc;  font-weight:600;}

.iconbanner {display:block; background:#e9f1f6; border:1px solid #e9f1f6; width:125px; height:125px; border-radius: 50%; margin:0 auto; box-shadow: 5px 5px 10px rgba(0,0,0,0);}
.iconbanner:hover{box-shadow: 3px 5px 10px rgba(0,0,0,0.1 ); border:1px solid #efefef; background:#fff; -webkit-transition: all 0.7s; }


@media screen and (max-width:1300px){
 .section_banner ul{display: block; width:100%; }
}


@media screen and (max-width:1100px){
 .section_banner ul{display: block; width:100%; }
.section_banner li{float:left; width:31% !important; margin:1%; padding:0 10px;background-repeat: no-repeat;  text-align: center; border:0px solid red;}
}



@media screen and (max-width:769px){

.section_banner li{float:left; width:48% !important; margin:1%; padding:0 10px;background-repeat: no-repeat;  text-align: center; border:0px solid red;}
.section_banner li p{font-size:18px; color:#000; font-weight:500; line-height:60px;}
}




/* 게시판 */
#section_board{position:relative; width:1700px;margin:0 auto; background:#f5f9fb; padding:60px; border-radius:35px; overflow:hidden;}
.board_left{width:47%; border:0px solid red; float:left;}
.board_right{width:47%; border:0px solid red; float:right;}



@media screen and (max-width:1300px){
 #section_board{ width:100%; }

}



@media screen and (max-width:1100px){


.board_left{width:100%; border:0px solid red; float:left;}
.board_right{width:100%; border:0px solid red; float:right;}

}


#m_board {
	float: left;
	position: relative;
	width: 100%;
	margin-right: 0;
	position: relative;	
	margin: 0 auto;
	border: 0px solid #ddd;
}

#m_board .tabs {
	height:75px;
	position: relative;
	border-bottom: 1px solid #999999;
}
#m_board .tabs li {
	float: left;
	font-size: 32px;
	padding:0px 20px;
	text-align: center;
	color:#000;
	line-height:75px;
	
	position: relative;

}
#m_board .tabs li span{color:#283cbc; font-weight:600;}
#m_board .tabs li:first-child{padding-left:0px !important;}
#m_board .tabs li:last-child{border-right:0px solid #ccc;}
#m_board .tabs li a {
	display: block;
	line-height:72px;
	box-sizing: border-box;
	font-size: 32px;
	color:#000;


	margin-right:0px;
	
}
#m_board .tabs li a:hover {
	color:#283cbc;
		line-height:72px;
	box-sizing: border-box;
	font-size:32px;
	font-weight: 600;
		border-bottom:4px solid #283cbc;

}

#m_board .tabs .active a {
	
	box-sizing: border-box;
		font-size:32px;	
	border-bottom:4px solid #283cbc;
	line-height:72px;
}
#m_board .more {
	position: absolute;
	right: 17px;
	top: 16px;
}
#m_board .more a {
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
}
#m_board .more a:hover {
	border: 1px solid #1e83eb
}
#m_board .tab_container {
	margin-top: 0px;
	padding: 15px 0 0 0px;
	border: 0px solid red;
	text-align: left;	
	border: 0px solid red;
}
#m_board .tab_content ul li {
	display: inline-block;
	margin-top:0px;
	font-size: 18px;
	line-height: 38.9px;
	WIDTH:100%;
	color:#000;
	border:0px solid red;
	background:url(../img/dot.jpg)left no-repeat;
	padding-left:18px;
}
.date{float:right; line-height:38px;color:#999; }
.more1{position: absolute; right:40px; border:0px solid red; font-size:17px; bottom:17px; }
.more2{position: absolute; right:0px; border:0px solid red;  bottom:0px;}




@media screen and (max-width:769px){

#m_board .tabs {

	height:48px;}
#m_board .tabs li {
	float: left;
	font-size: 23px;
	line-height:45px;
}
#m_board .tabs li a {
	display: block;
	line-height:45px;
	box-sizing: border-box;
	font-size: 23px;
	color:#000;


	margin-right:0px;
	
}
#m_board .tabs li a:hover {
	color:#283cbc;
		line-height:45px;
	box-sizing: border-box;
	font-size:23px;
		border-bottom:4px solid #283cbc;

}

#m_board .tabs .active a {
	
	box-sizing: border-box;
		font-size:23px;	
	border-bottom:4px solid #283cbc;
	line-height:45px;
}

.more1{display:none !important;}

}





#m_board1 {
	float: left;
	position: relative;
	width: 100%;
	margin-right: 0;
	position: relative;	
	margin: 0 auto;
	border: 0px solid #ddd;
}

#m_board1 .tabs1 {
	height:75px;
	position: relative;
	border-bottom: 1px solid #999999;
}
#m_board1 .tabs1 li {
	float: left;
	font-size: 32px;
	padding:0px 20px;
	text-align: center;
	color:#000;
	line-height:75px;
	
	position: relative;

}
#m_board1 .tabs1 li span{color:#283cbc; font-weight:600;}
#m_board1 .tabs1 li:first-child{padding-left:0px !important;}
#m_board1 .tabs1 li:last-child{border-right:0px solid #ccc;}
#m_board1 .tabs1 li a {
	display: block;
	line-height:72px;
	box-sizing: border-box;
	font-size: 32px;
	color:#000;


	margin-right:0px;
	
}
#m_board1 .tabs1 li a:hover {
	color:#283cbc;
		line-height:72px;
	box-sizing: border-box;
	font-size:32px;
	font-weight: 600;
		border-bottom:4px solid #283cbc;

}

#m_board1 .tabs1 .active a {
	
	box-sizing: border-box;
		font-size:32px;	
	border-bottom:4px solid #283cbc;
	line-height:72px;
}

#m_board1 .tab_container1 {
	margin-top: 0px;
	padding: 15px 0 0 0px;
	border: 0px solid red;
	text-align: left;	
	border: 0px solid red;
}
#m_board1 .tab_content1 ul li {
	display: inline-block;
	margin-top:0px;
	font-size: 18px;
	line-height: 38.9px;
	WIDTH:100%;
	color:#000;
	border:0px solid red;
	background:url(../img/dot.jpg)left no-repeat;
	padding-left:18px;
}












@media screen and (max-width:769px){

#m_board1 .tabs1 {

	height:48px;}
#m_board .tabs li {
	float: left;
	font-size: 23px;
	line-height:45px; padding:0px 10px;
}
#m_board1 .tabs1 li a {
	display: block;
	line-height:45px;
	box-sizing: border-box;
	font-size: 23px;
	color:#000;


	margin-right:0px;
	
}
#m_board1 .tabs1 li a:hover {
	color:#283cbc;
		line-height:45px;
	box-sizing: border-box;
	font-size:23px;
		border-bottom:4px solid #283cbc;

}

#m_board1 .tabs1 .active a {
	
	box-sizing: border-box;
		font-size:23px;	
	border-bottom:4px solid #283cbc;
	line-height:45px;
}


#m_board1 .tab_content1 ul li {
	display: inline-block;
	margin-top:0px;
	font-size: 18px;
	line-height: 35px;
	WIDTH:100%;
	color:#000;
	border:0px solid red;
	background:url(../img/dot.jpg)top left no-repeat  !important;
	padding-left:18px;
}


.more1{display:none !important;}

}







@media screen and (max-width:1024px){
  
#m_board .tab_content ul li{
	border:0px solid red;
    width:100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
}



#section_gallery{ 

	height:530px; padding-top:45px !important; position:relative;  padding-bottom:45px !important;
	width:1700px;margin:0 auto; background:#fff url('../img/gallery_bg.jpg')no-repeat left; 
	 overflow:hidden;}

.gallery_left{width:30%; float:left; border:0px solid red;}

#section_gallery .galleryList {width:70%; float:right; border:0px solid red;}
.gallery_tt{padding-top:95px; padding-left:60px; }
.gallery_tt p{font-size:45px; color:#ffff; font-weight:600;}
.gallery_tt span{font-size:19px; color:#ffff; font-weight:500;}
.gallery_tt_btn a{display: inline-block; padding:10px 25px; font-size:20px; color:#ffff;  font-weight:500; border:3px solid #fff;}



/* gallery */
#gallery{padding:85px 0 100px 0}
#gallery .galleryList .swiper-slide{background:#222;height:350px}
#gallery .swiper-button-next,#gallery .swiper-button-prev{color:#999}




@media screen and (max-width:1100px){

 
#section_gallery{width:100%; height:auto;}
.gallery_left{width:30%; float:left; border:0px solid red;}
}




@media screen and (max-width:980px){

#section_gallery{ padding-top:0px !important; background:url('../img/gallery_bg_m.jpg'); border:0px solid red; border-radius: 25px}
.gallery_left{width:100%; float:left; border:0px solid red;}
#section_gallery .galleryList {width:96%; float:right; border:0px solid red; margin:2%}

.gallery_tt {
    padding-top: 30px;
    padding-left: 20px;}
.gallery_tt p { font-size:35px;}

.gallery_tt_btn a{font-size:18px; margin-bottom:10px;} 

}




/* business */
.section_business{width:100%;max-width:2560px;margin:0 auto;background:url(../img/visual/visual_img1.jpg) 50% 50% no-repeat;
	background-size:cover !important;padding:150px 0 130px 0;text-align:center;}
.section_business h3{font-size:42px;font-weight:300;color:#fff;}
.section_business h3 strong{font-weight:600;}
.section_business ul{display:flex;padding:30px 100px 0;max-width:1400px;margin:0 auto;overflow:hidden;}
.section_business ul li{width:25%;position:relative;padding:30px;margin-right:1%;list-style:none}
.section_business ul li a{color:#fff;display:block}

.section_business ul li .title{padding:5px 40px;font-size:25px;position:relative;display:inline-block;border: 1px solid transparent;transition:background-color 0.3s ease-in-out}
.section_business ul li::before{content:'';position:absolute;width:1px;height:130px;;background:#fff;opacity:0.2;top:50%;right:0;margin-top:-60px}
.section_business ul li:last-child::before{content:none}
.section_business ul li .title{display:inline-block;padding:5px 40px;font-size:24px;position:relative;border: 1px solid transparent;color:#fff;
  transition: background-color 0.3s ease-in-out;-webkit-transition: background-color 0.3s ease-in-out;-moz-transition: background-color 0.3s ease-in-out;-o-transition: background-color 0.3s ease-in-out;-ms-transition: background-color 0.3s ease-in-out}
.section_business ul li .title span {position: absolute;background-color:#fff;transform-origin: center;
  transition: transform 0.5s ease;opacity:.5;-webkit-transition: transform 0.5s ease;opacity:.5;-moz-transition: transform 0.5s ease;opacity:.5;-o-transition: transform 0.5s ease;opacity:.5;-ms-transition: transform 0.5s ease;opacity:.5}
.section_business ul li .title .bottom,.section_business ul li .title .top {height: 1px;left: 0;right: 0;transform: scaleX(0)}
.section_business ul li .title .left,.section_business ul li .title .right {width: 1px;top: 0; bottom: 0;transform: scaleY(0)}
.section_business ul li .title .top {top: 0}
.section_business ul li .title .bottom {bottom: 0}
.section_business ul li .title .left {left: 0}
.section_business ul li .title .right {right: 0}
.section_business ul li:hover .top, .section_business ul li:hover .bottom {transform: scaleX(1)}
.section_business ul li:hover .left, .section_business ul li:hover .right {transform: scaleY(1)}
.section_business ul li p{color:#fff}


/* sub_visual */
.subv_top{padding:180px 20px; }
.subv_top div{ width:100%; text-align: center;}

@media screen and (max-width:769px){
.subv_top div img{width:250px;}
}





.location{overflow:hidden;margin:0 auto;text-align:center;border-radius: 25px;  position:absolute; right:0px; top:13px; border:1px solid #ccc;
 background: #fff; line-height:35px !important;
padding:0px 20px; }
.location > li{display:inline-block;vertical-align:middle;color:#333;font-size:17px; line-height:35px !important;}
.location > li a.home{margin-top:10px; background:url(../img/sub/icon_location_home.png) no-repeat;width:25px;height:25px;display:inline-block}
.location > li:before{display:inline-block;content:">";position:relative;top:-1px;vertical-align:middle;margin:0px 20px 0 15px;color:#333;font-size:12px}
.location > li:first-child:before{display:none}
.location > li:last-child{color:#203c92;}

.sub_visual{width:100%;height:450px;position:relative;overflow:hidden}
.sub_visual:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0}
.sub_visual:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;background-size:cover;background-position:center center;
	animation-duration:3s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:3s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.4s;-webkit-animation-delay:0.4s;
	animation-name:visual-zoom;-webkit-animation-name:visual-zoom;
}
.sub_visual:after{background-size:cover !important;width:100%;height:100%}
.sub_bg1:after{background:url(../img/sub/sub_visual1.jpg)}
.sub_bg2:after{background:url(../img/sub/sub_visual2.jpg)}
.sub_bg3:after{background:url(../img/sub/sub_visual3.jpg)}
.sub_bg4:after{background:url(../img/sub/sub_visual4.jpg)}
.sub_bg5:after{background:url(../img/sub/sub_visual5.jpg)}
.sub_bg6:after{background:url(../img/sub/sub_visual6.jpg)}
.sub_visual h1{font-size:3.9em;color:#fff;text-align:center;font-weight:600; color:#203c92; }
.sub_visual ul,.sub_visual h1 span,.sub_visual h1 p{
	animation-duration:0.7s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:0.7s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.3s;-webkit-animation-delay:0.3s;
	animation-name:visual-tit;-webkit-animation-name:visual-tit;
}
.sub_visual h1 span,.sub_visual h1 p{animation-delay:0.8s;-webkit-animation-delay:0.8s} 

.stitle{color:#203c92; margin-bottom:30px; position: relative; z-index:5  !important;
background:url(../img/sub/s_tit1.png);
 width:100%;  line-height:75px; padding-left:40px; font-weight:600; font-size:30px;}



@media screen and (max-width:769px){

.stitle{ font-size:22px; line-height:55px; background:url(../img/sub/s_tit1_m.png); }

}






@keyframes visual-zoom {
	0% {transform:scale(1.2)}
	100% {transform:scale(1)}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2)}
	100% {transform:scale(1)}
}
@keyframes visual-tit {
	0% {opacity:0;-webkit-opacity:0;transform:translateY(20px)}
	100% {opacity:1;-webkit-opacity:1;transform:translateY(0px)}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0;-webkit-opacity:0;transform:translateY(20px)}
	100% {opacity:1;-webkit-opacity:1;transform:translateY(0px)}
}



.sub-depth-wrap{position:relative;margin-top:-35px}
.sub_visual h1 p{font-size:16px;font-weight:300;margin:10px 0 0}

.sub-depth-1{position:absolute;top:0;left:0;width:100%; }
.sub-depth-1 ul{ border-top-left-radius:25px; border-bottom-right-radius:20px;   max-width:1300px;width:100%; margin:0 auto;overflow:hidden; 
	border:1px solid #ccc !important;background:rgba(250,250,250); }
.sub-depth-1 li{float:left} 
.sub-depth-1 li:only-child {width:100%} 
.sub-depth-1 li:first-child:nth-last-child(2),                       /* 메뉴가 둘 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(2)+li {width:50%}     /* 메뉴가 둘 일 때, 2번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3),                       /* 메뉴가 셋 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3)~li {width:33.33%}  /* 메뉴가 셋 일 때, 2~3번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4)~li {width:25%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5),                       /* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5)~li {width:20%}     /* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */ 
.sub-depth-1 li a{cursor:pointer;display:block;color:#333;text-align:center;line-height:70px;position:relative; font-weight:600;
	transition:all ease .4s;-webkit-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;font-size:18px} 
.sub-depth-1 li a:hover{color:#203c92; font-weight:600;}
.sub-depth-1 li.active a{background:#203c92;color:#fff;font-weight:500}
.sub-depth-1 li a:before{content:'';width:1px;height:12px;background:rgba(255,255,255,0.2);position:absolute;right:0;top:50%;margin-top:-6px}
.sub-depth-1 li:last-child a:before,
.sub-depth-1 li.active a:before{display:none}
.sub-depth-2{text-align:center;border-bottom:1px solid #ddd;display:none}
.sub-depth-2 a{display:inline-block;line-height:70px;margin:0 20px;padding:0 10px;font-size:18px;color:#333;position:relative}
.sub-depth-2 a.active{color:#333;background:#f8f8f8}
.sub-depth-2 a.active:after{content:'';width:0;height:3px;background:#1ac0e4;position:absolute;left:50%;bottom:-1px;
	animation-duration:0.3s;
	animation-fill-mode:both;
	animation-iteration-count:1;
	animation-timing-function:ease;
	-webkit-animation-duration:0.3s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	animation-delay:0.3s;-webkit-animation-delay:0.3s;
	animation-name:sub-tab-line;-webkit-animation-name:sub-tab-line;
}

.sub-depth-2 a.active,.sub-depth-2 a:hover{color:#333;background:#f8f8f8;font-weight:bold}




@keyframes sub-tab-line{
	0%{width:0%;left:50%}
	100%{width:100%;left:0}
}
@-webkit-keyframes sub-tab-line{
	0%{width:0%;left:50%}
	100%{width:100%;left:0}
}




/* allmenu */
.btn_menu{position:absolute;top:44px;right:50px;width:35px;height:24px;cursor:pointer}
.btn_menu .bar{position:absolute;left:0;width:100%;width:100%;height:2px;border:0;background:#000;transition:opacity 0.3s, top 0.3s, transform 0.5s;transition-delay:0.3s, 0.3s, 0s}
.on .btn_menu .bar{background:#000}
.btn_menu .bar:nth-child(1){top:0;transform:rotate(0)}
.btn_menu .bar:nth-child(2){top:11px;opacity:1; width:22px;}
.btn_menu .bar:nth-child(3){top:22px;transform:rotate(0)} 
.btn_menu.map{right:67px}
.btn_menu.map .bar{background:#000;transition:background 1s, opacity 0.3s, top 0.3s, transform 0.5s;transition-delay:0s, 0s, 0s, 0.3s}
.btn_menu.map .bar:nth-child(1){top:11px;background:#000;transform:rotate(-45deg)}
.btn_menu.map .bar:nth-child(2){opacity:0}
.btn_menu.map .bar:nth-child(3){top:11px;background:#000;transform:rotate(45deg)}
  
#sitemap{display:none;position:fixed;top:100px;right:-100%;width:100%;height:calc(100% - 100px); background:#fff; padding:50px 20px; z-index:105;transition:all ease .5s; -webkit-transition:all ease .5s; -o-transition:all ease .5s; -moz-transition:all ease .5s; -ms-transition:all ease .5s; overflow: hidden; overflow-y:auto}
#sitemap .top_info{display:none}
#sitemap > ul{max-width:1280px; overflow:hidden; margin:0 auto}
#sitemap > ul > li{float:left; width:20%; padding:0 10px}
#sitemap > ul > li h2{font-size:24px; color:#333}
#sitemap > ul > li h3{font-size:18px; color:#333;font-weight:500; margin:0 0 10px}
#sitemap > ul > li > ul > li{margin:30px 0}
#sitemap > ul > li > ul > li > a{color:#999; font-size:16px;  padding:7px 0; display:block;}
#sitemap > ul > li h3 > a:hover{color:#014099;}
#sitemap > ul > li > ul > li > a:hover{color:#014099;} 
#sitemap .top_info{position:absolute;top:0;left:0;width:100%;height:45px;overflow:hidden;z-index:10;border-bottom:1px solid #ddd}
#sitemap .top_info a{display:inline-block;width:50%;height:45px;float:left;background:#f8f8f8;text-align:center;color:#666;line-height:45px}
#sitemap.open{display:block;right:0;}
.header.stm-hd{background:#fff;}
.header.stm-hd .logo{background-image:url(../img/logo_on.png)}
.header.stm-hd .nav{display:none;}
.header.stm-hd .lang{display:none;} 
.scr{overflow-y:hidden;} 


/* footer */
#footer{clear:both; border:0px solid red;
position: relative;
	background-color:#f3f3f3;overflow:hidden; width:100%; max-width:1700px; margin:0 auto; padding:35px; text-align:center;
border-top-left-radius:35px; border-top-right-radius:35px;}

#footer .foot_menu1{width:100%;position:relative; text-align:Center; margin-top:15px;}
        .foot_menu1 li{display:inline-block;position:relative}		
		.foot_menu1 li a{font-size:16px;color:#000;padding:5px 15px 0 0;margin-left:15px}
		

.foot_copy{font-size:16px; color:#333; margin-top:15px;}
.foot_copy span{padding:0px 15px;}



#footer .foot_wrap{position:relative;max-width:1500px;margin:0 auto;padding-top:25px}
#footer .foot_menu{width:100%;position:relative}
        .foot_menu li{display:inline-block;float:left;position:relative}		
		.foot_menu li a{font-size:17px;color:#fff;padding:5px 15px 0 0;margin-left:15px}
		.foot_menu li a:before{content:'';position:absolute;left:0px;top:5px;width:1px;height:15px;background:#444}
		.foot_menu li:first-child a:before{display:none}
		.foot_menu li:first-child a{margin:0}
		.foot_menu li a:hover{text-decoration:underline}
		.copyright{float:left;width:100%;padding:22px 0 70px 0px}
		.copyright address{font-size:17px}
		.foot_sns{position:absolute;top:25px;right:0}
		.foot_sns a{float:left;display:inline-block;width:20px;height:18px;background:url(../img/icon_sns_common.png) no-repeat;vertical-align:middle;margin-left:15px}
	    .foot_sns a:first-child{ background-position:0 0;margin-left:0}
	    .foot_sns a:nth-child(2){ background-position:-20px 0}
	    .foot_sns a:nth-child(3){ background-position:-40px 0}

.quick_menu{ position: fixed; bottom:70px; right:0px; border:0px solid red;}
#top_btn {border-bottom-left-radius:5px; border-bottom-right-radius:5px; width:100px; height: 35px;  line-height: 35px; border: 0;
background:#1d1e7a; color: #FFF;font-weight:800; text-align: center; font-size:0.9em; z-index: 99; box-shadow:5px 5px 10px rgba(0,0,0,0.2);}
#top_btn:hover{background-color:#cc0000;}
.quick_menu p{padding-top:15px;border:1px solid #ccc; border-top-left-radius:0px; border-top-right-radius:0px; text-align: center; font-size:1em; 
	background:#f34753;width:100px; color:#fff; font-weight:600; height: 100px; border:0px solid red;  margin-bottom:0px;
border-bottom: 1px solid rgba(250,250,250,0.2);
}


.mobileshow{display: none;}
.mobilenone{display: inline-block;}

@media screen and (max-width:769px){
	 .quick_menu{display: none}

.foot_copy span{padding:0px 10px;}
.mobileshow{display:inline-block;}
.mobilenone{display:none;}
}



/* contents */
#contents_wrap{max-width:1300px; margin:120px auto 0; padding:0px 0px 100px 0px; border:0px solid red; overflow: hidden;}



/**************************** responsive ****************************/

	@media screen and (max-width:769px){
	/******* mobile ******/
		
	/* layout */
	html{font-size:14px}

	/* header */
	.header .logo{left:20px;}
	.btn_menu,.btn_menu.map{right:20px}
	.btn_menu{color:#222}
	.header_info{display:none;right:80px}
	.menu{display:none}

	/* sitemap */
	#sitemap .top_info{display:block}
	#sitemap{background:rgba(0,0,0,0.5)}
	#sitemap > ul > li{width:100%; float:none;margin:0 0 30px}
	#sitemap > ul > li h2{color:#014099; font-size:23px;}
	#sitemap > ul > li > ul > li{padding:5px 0;margin:0;border-bottom: 1px solid #ddd}
	#sitemap > ul > li > ul > li a{padding:5px 0px;}
	#sitemap > ul > li > ul > li.m-open{height:auto}
	#sitemap > ul > li > ul > li > h3 > a{display:block;background: #fff}
	#sitemap > ul{max-width:500px;padding:20px;background:#fff;position:absolute;right:0;top:45px;width:100%}
  #sitemap > ul > li:nth-child(6){display: none;}
    #sitemap > ul > li:last-child{display: none;}



	/* visual */
	.visualList .txtBox{width:75%;left:0;right:0;margin:0 auto;top:35%}
	.visualList .txtBox .txt1{display:none}
	.visualList .txtBox .txt2{font-size:32px;line-height:42px}
	.visualList .txtBox .txt3{width:100%;font-size:14px}
	.visualList video{width:100%;height:100% !important;object-fit: cover}

	/* common */
	.main_tit h3{font-size:20px}
	.main_tit p{font-size:14px}



	/* banner */
	.section_banner{padding:20px 10px 50px 10px}
	.section_banner ul{display:block;}

	.section_banner li h2{font-size:23px}	
	.section_banner li a{height:200px;margin-bottom:10px}
	.section_business ul li .title{font-size:20px}

	/* gallery */
	#gallery .galleryList .swiper-slide{height:250px}


	/* business */
	.section_business{padding:70px 20px 70px 20px}
	.section_business h3{font-size:25px;line-height:33px}
	.section_business ul{display:inherit;max-width:100%;padding:20px 0;margin-top:20px}
	.section_business ul li::before{bottom:0;height:1px;width:100%}
	.section_business ul li{width:100%;padding:20px 0}

	/* board */
	#section_board{display:inherit;padding:30px 20px}
	#section_board > div{width:100%;margin-bottom:30px}
	#section_board > div h3{font-size:20px}


	/* sub_visual */
	.sub_visual{height:auto;overflow:hidden}
	.sub_visual h1{font-size:33px; font-weight:700;}
	.sub_visual h1 p{font-size:1.1rem}
	.subv_top{padding:140px 20px;height:340px;overflow:hidden}
	.location{display:none}
	.sub-depth-wrap{margin-top:0; z-index:99;}
	.sub-depth-1{position:absolute;bottom:0;top:auto !Important;background:none; z-index:99 !important;}
	.sub-depth-1 li.active a{text-align:left;padding-left:20px;line-height:50px;background:#254ca4 url(../img/icon_select_arrow.png) center right no-repeat;transition:none}

	.sub-depth-2{position:absolute;top:0px;width:100%;left:0;z-index:99 !important;background:#fff;display:none}
	.sub-depth-2 a{width:100%;display:block;margin:0;background:#f5f5f5;color:#222;line-height:45px;
		border-bottom:1px solid #ddd;text-align:left;padding-left:20px; font-sizE:15.5px;}

	.sub-depth-1 li{width:100% !important}
	.sub-depth-1 li.active a{display:block}
	.sub-depth-1 li a{font-size:18px;display:none}

	/* contents */
	#contents_wrap{max-width:100%;padding:30px 5px 40px 5px; margin:0}


	/* footer */
	#footer{padding:30px 10px 20px 10px}
		#footer img{width:200px;}
	.foot_sns{position:static;margin:0 auto}
.foot_menu1 li a {font-size:14px;}
.foot_copy{font-size:15.5px; line-height:27px;}
	
}
/****** tablet ******/
@media screen and (min-width:768px) and (max-width:1199px){

/* layout */
	html{font-size:14px}

	/* header */
	.header .logo{left:20px}
	.btn_menu,.btn_menu.map{right:20px}
	.btn_menu{color:#222}
	.header_info{display:none;right:80px}
	.menu{display:none}
	
	/* sitemap */
	#sitemap .top_info{display:block}
	#sitemap{background:rgba(0,0,0,0.5)}
	#sitemap > ul > li{width:100%; float:none;margin:0 0 30px}
	#sitemap > ul > li h2{color:#014099}
	#sitemap > ul > li > ul > li{height:46px;overflow:hidden;padding:10px 0;margin:0;border-bottom: 1px solid #ddd}
	#sitemap > ul > li > ul > li.m-open{height:auto}
	#sitemap > ul > li > ul > li > h3 > a{display:block;background: #fff}
	#sitemap > ul{padding:20px;background:#fff;position:absolute;right:0;top:45px;width:100%}
		#sitemap > ul > li:last-child{display: none;}


		
	/* visual */
	.visualList .txtBox{width:75%;left:0;right:0;margin:0 auto;top:35%}
	.visualList .txtBox .txt1{padding-bottom:20px}
	.visualList .txtBox .txt2{font-size:50px;line-height:60px}
	.visualList .txtBox .txt3{width:100%}	
	.visualList video{width:100%;height:100% !important;object-fit: cover}

	/* banner */
	.section_banner{padding:20px 10px 50px 10px}
	.section_banner li{width:50%;float:left}
	.section_banner li:nth-child(2n){padding:0}
	.section_banner li h2{font-size:23px}	
	.section_banner li a{height:200px;margin-bottom:10px}
	.section_banner ul{display:inherit}

	/* gallery */
	#gallery .galleryList .swiper-slide{height:250px}

	/* business */
	.section_business{padding:100px 30px 70px 30px}
	.section_business h3{font-size:35px;line-height:45px}
	.section_business ul{display:inherit;max-width:100%;padding:20px 0;margin-top:20px}
	.section_business ul li{width:48%;padding:20px 0;display:inline-block}
	.section_business ul li::before{bottom:0;height:1px;}
	
	/* board */
	#section_board{display:inherit;padding:50px 30px}
	#section_board > div{width:100%;margin-bottom:30px}

		
	/* sub_visual */
	.sub_visual{height:auto;overflow:hidden}
	.sub_visual h1{font-size:3em}
	.sub_visual h1 p{font-size:1.1rem}
	.subv_top{padding:130px 20px;height:360px;overflow:hidden}
	.location{display:none}
	/*.sub-depth-wrap{margin-top:0; z-index:99 !important;}
	.sub-depth-1{position:absolute;bottom:0;top:auto !Important;background:none; z-index:9999;}
	.sub-depth-1 li.active a{text-align:left;padding-left:20px;line-height:50px;background:#254ca4 url(../img/icon_select_arrow.png) center right no-repeat;transition:none}

	.sub-depth-2{position:absolute;top:0px;width:100%;left:0;z-index:99999;background:#fff;display:none}
	.sub-depth-2 a{width:100%;display:block;margin:0;background:#f5f5f5;color:#222;line-height:45px;border-bottom:1px solid #ddd;text-align:left;padding-left:20px}

	.sub-depth-1 li{width:100% !important}
	.sub-depth-1 li.active a{display:block}
	.sub-depth-1 li a{font-size:18px;display:none}

	.sub-depth-2{display:none; }*/

	/* contents */
	#contents_wrap{max-width:100%;padding:100px 20px 40px 20px;margin:0}

	/* footer */
	#footer{padding:30px 20px 20px 20px}
	.foot_sns{position:static;margin:0 auto}
	.foot_menu1 li a {font-size:15px;}
	.foot_copy{font-size:15.5px; line-height:27px;}
}
	

/****** Desktop Device ******/
@media screen and (min-width:1200px) and (max-width:1599px) {

	/* header */
	.menu{margin-left:8%}
	.menu > li h2{padding:0 35px; font-size: 19px;}
	.menu > li > ul > li{padding-left:33px; padding-right:0px; border:0px solid red; font-size:13.5px;}
  .btn_menu{position:absolute;top:44px;right:20px;width:35px;height:24px;cursor:pointer}

  .header.on .menu > li > h2 { font-size: 19px;}
  .header_info{right:5%;}

	/* business */
	.section_business{padding:100px 30px}
	.section_business ul li{width:48%;padding:20px 10px;display:inline-block}
	.section_business h3{font-size:40px}

	/* visual */
	.visualList video{width:100%;height:100% !important;object-fit: cover}
	
	/* sub_visual */
	.sub-depth-2{display:none}


	
	/* board */
	#section_board{padding:70px 30px}
	
	/* footer */
	#footer{padding:30px 30px}

	/* sitemap */
	#sitemap .top_info{display:none}
}
