@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.btn.btn-blue-o{
	background:none;
	border:1px solid #2a3869;
	color:#2a3869;
}
.radius-none{
	border-radius:0 !important
}
.btn.btn-bullet{
	border:1px solid #333;
	border-radius:0 !important;
	position:relative;
}
.btn.btn-bullet:after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:6px;
	height:4px;
	background:#333;
	transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
}

@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
	.container.container-lg{
		width:1310px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}



/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
 height: 100%;
  width: 100%;
  _overflow-x:hidden !important;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}


/*푸터*/
#footerWrap {
	background:#222328;
	color:#aaa;
	font-weight:300;
}
#footerWrap .f-top > div{
	display:inline-block;
	vertical-align: middle;
	padding:40px 0;
	color:#999;
}
#footerWrap .f-top > div:last-child{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #424242;
}
#footerWrap .f-top > div:last-child ul li{
	display:inline-block;
	vertical-align: middle;
	margin-left: 14px;
	padding-right: 14px;
	font-family: 'Noto Sans KR' !important;
	line-height: 1.8;
	font-size: 15px;
	position: relative;
}
#footerWrap .f-top > div:last-child ul li::after{
	content:'';
	width:1px;
	height: 12px;
	background: #999;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}
#footerWrap .f-top > div:last-child ul li:nth-child(4)::after,
#footerWrap .f-top > div:last-child ul li:last-child::after{
	display:none;
}
#footerWrap .f-top > div:last-child ul li > a{
	font-size: 15px;
	color:#999;
}
#footerWrap .f-bottom{
	padding:16px 0;
	border-top: 1px solid #424242;
}
#footerWrap .f-bottom p{
	font-family: 'Noto Sans KR' !important;
}
@media(max-width:1200px){
	#footerWrap .f-top > div:last-child {
		margin-left: 10px;
		padding-left: 0;
	}
}
@media(max-width:992px){
	#footerWrap .f-top > div:last-child {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	#footerWrap .f-top > div:last-child ul li{
		margin-left: 0;
		padding-right: 10px;
		line-height: 1.6;
		font-size: 14px;
	}
	#footerWrap .f-top > div:last-child ul li::after {
		right: 2px;
	}
	#footerWrap .f-top > div:last-child ul li > a{
		font-size: 14px;
	}
	#footerWrap .f-top > div:last-child ul li:nth-child(2)::after,
	#footerWrap .f-top > div:last-child ul li:nth-child(6)::after{
		display:none;
	}
}


/*서브*/

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 18px 15px 18px;
	text-align:center;
	background:#3c3c3c;
	line-height:1.1;
	z-index:50
}


#subVisual-Wrap {
	position:relative;
	height:320px;
}

#subVisual-Wrap .subVisual-text {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
	}
}


#sub-inner-wrap{
	padding:100px 0;
}
@media(max-width:992px){
	#sub-inner-wrap{
		padding:80px 0;
	}
}


/*로케이션 메뉴*/
#sub_location{
	position:relative;
	z-index:29;
}
#sub_location .sub_location_area{
	position:absolute;
    left:50%;
    transform: translateX(-50%);
	width:1200px;
	height:61px;
	border:1px solid #ddd;
	background: #fff;
	top:-30px;
}
#sub_location .sub_location_area > ul,
#sub_location .sub_location_area > div{
    float:left;
    vertical-align: top;
}
#sub_location .sub_location_area > div{
    text-align: center;
    line-height: 58px;
}
#sub_location .sub_location_area > div > a{
    width: 60px;
	height:60px;
    display: inline-block;
	background: #4a5085;
}
#sub_location .sub_location_area > ul,
#left_menu02 > ul,
#left_menu02{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;
    width:210px;
}
#sub_location .sub_location_area > ul:last-child{
    margin-left: -1px;
}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #e1e1e1;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:none;
	display:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}



#sub_location .sub_location_area > ul li.sub_dept ul,
#left_menu02 > ul{
	border:1px solid #e1e1e1;
	background:; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
	margin-left:-1px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a,
#left_menu02 > ul > li:first-child > a{
	color:#000; 
	background:url(../images/lnb-arrow.png) no-repeat 90% center #fff !important;
	background-size:15px 8px;    
} 
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover,
#left_menu02 > ul > li:first-child > a:hover{
    background:url(../images/lnb-arrow2.png) no-repeat 90% center #fff !important;
    z-index:10;
} 
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a,
#left_menu02 > ul > li:first-child > a{
	color:#000; 
	background:url(../images/lnb-arrow.png) no-repeat 90% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a,
#left_menu02 > ul > li:first-child > a{
	background:url(../images/lnb-arrow2.png) no-repeat 90% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a,
#left_menu02 > ul > li > a{
	display:block;
	width:100% !important;
	padding-left:20px;
	font-size:16px;
	font-weight:300;
	line-height:59px;
    border-bottom:1px solid #ddd;
    color:#333!important;
    text-decoration: none;
	background: #Fff !important;
	text-align:left;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:59px;
}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px;}

#left_menu02{
	margin-left:-1px;
	border-left:0 !important;
}
#left_menu02 > ul{
	float:left;
	width:210px;
	margin-left:-1px;
}
@media(max-width:1200px){
	#sub_location .sub_location_area {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 992px;
		height: 60px;
	}
}
@media(max-width:992px){
	#sub_location .sub_location_area {
		width: 100%;
	}
	#sub_location .sub_location_area > div,
	#sub_location .sub_location_area > ul:last-child{
		display:none;
	}
	#sub_location .sub_location_area > ul, #left_menu02 > ul, #left_menu02{
		width:100%;
	}
	#sub_location .sub_location_area > div > a{
		width: 100%;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul, #left_menu02 > ul{
		border:none;
		margin-right: -1px;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul li a{
		padding-left: 6px;
		font-size: 14px;	
	}
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow.png) no-repeat 94% center #fff !important;
		background-size:8px !important;
	} 
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover,
	#left_menu02 > ul > li:first-child > a:hover{
		background:url(../images/lnb-arrow2.png) no-repeat 94% center #fff !important;
		background-size:8px !important;
	} 
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow.png) no-repeat 94% center;
		background-size:8px !important;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow2.png) no-repeat 94% center;
		background-size:8px !important;
	}
	.left_flash,
	.left_flash > ul{
		border:none !important;
	}
}




/*메뉴 css*/
#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:30;
	border-bottom:1px solid rgba(255,255,255,.2);
	padding:12px 0;
	text-align:center;
}
#header.top-nav-collapse{

}


#header:hover,
#header.top-nav-collapse{
	background:rgba(0,0,0,0.5);
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{

}
#header > .container{
	z-index:3;
	position:relative;
	width:1530px;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}
@media(max-width:1200px){
	#header h1.logo img {
		max-width:220px !important;
	}
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	margin:0px 20px;
	position:relative;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding:20px 0;
	position:relative;
}
#header .gnb-pc-list > li > a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:0;
	background:#fff;
	transition:all 0.3s ease-in-out ;
	-moz-transition:all 0.3s ease-in-out ;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
	display:none;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:400px;
	padding-top:0px;
	margin-left:-5px;
	display:none;
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-15px;
	width:400px;
	padding-top:0px;
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:inline-block;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:40px 10px;
	color:#fff;
}

@media(max-width:992px){
	#header{
		padding:20px 0;
	}
	#header h1 a{
		font-size:0;
		line-height:auto;
	}
	.gnb-m-wrap,
	.gnb-m-control{
		position:relative;
		z-index:10;
	}
	#gnb-m-list{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:80%;
		background:#000;
		z-index:5;
		display:none;
	}
	.all-menu-bg{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:rgba(255,255,255,.3);
		z-index:4;
		display:none;
	}
	
	#header #gnb-m-list > ul {
		margin-top:75px;
		border-top:1px solid rgba(255,255,255,.2);
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:55px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		margin-bottom:1px;
		position:relative;
		padding:14px 15px;
		color:#fff;
	}
	#header #gnb-m-list > ul > li > a.dp1 > i {
		position:absolute;
		right:20px;
		top:50%;
		margin-top:-10px;
		font-weight:100;
		font-size:22px;
	}
	#header #gnb-m-list > ul > li > a.dp1.opened > i{
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Safari */
		transform: rotate(45deg);
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		padding:10px 0px 15px 20px;
		display:none;
	}
	#header #gnb-m-list > ul > li > .dp2-box > p{margin:0;}
	#header #gnb-m-list > ul > li > .dp2-box > p > a{
		display:block;
		padding:5px 0;
		color:#fff;
	}
}




/*공통 퀵*/
.f_quick{
	position:fixed;
	right:40px;
	bottom:40px;
	width:90px;
	height:90px;
	z-index:100;
}
@media(max-width:992px){
	.f_quick{
		position:fixed;
		right:30px;
		bottom:30px;
		width:60px;
		height:60px;
	}
}
@media(max-width:767px){
	.f_quick{
		position:fixed;
		right:25px;
		bottom:25px;
		width:50px;
		height:50px;
	}
}
.f_quick > a{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:100%;
	z-index:2;
	background:#f1f1f1;
	overflow:hidden;
}
.f_quick > a > img{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}
.f_quick > a > img:nth-child(1){
	_animation: fquickimg1 3s step-end infinite;
	animation-name:fquickimg1;
	animation-duration:6s;
	animation-iteration-count:infinite;
}
.f_quick > a > img:nth-child(2){
	_animation: fquickimg2 3s step-end infinite;
	animation-name:fquickimg2;
	animation-duration:6s;
	animation-iteration-count:infinite;
	_display:none;
}
.f_quick:before{
	content:""; 
	position:absolute;
	top:0; 
	left:0; 
	z-index:1; 
	width:100%;
	height:100%; 
	background:#26a9d4; 
	border-radius:100px; 
	animation-name:quick;
	animation-duration:1.8s;
	animation-iteration-count:infinite;
}
@keyframes fquickimg1 {
	0%{	top:0px; _opacity:1;}
	45% {top:0px;	_opacity:0;}
	55%{top:-100px; z-index:2;}
	90%{top:-100px}
	100% {top:0px;	_opacity:0;}
}
@keyframes fquickimg2 {
	0%{	top:-100px; _opacity:1;}
	40% {top:-100px;	_opacity:0;}
	50%{top:0px}
	90%{top:0px}
	100% {top:-100px;	_opacity:0;}

}
@keyframes quick {
	0%{opacity:0.1; transform:scale(1,1);}
	50%{opacity:0.3;}
	100%{opacity:0; transform:scale(1.4,1.4);}
}

/*sub0101*/
.sub0101_wrap .sec01_no1,
.sub0101_wrap .sec01_no2{
	position:relative;
}
.sub0101_wrap .sec01_no1:after,
.sub0101_wrap .sec01_no2:after{
	content:"";
	position:absolute;
	left:30px;
	top:-40px;
	opacity:.8
}
.sub0101_wrap .sec01_no1:after{
	background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
	width:160px;
	height:120px;
}
.sub0101_wrap .sec01_no2:after{
	background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
	width:190px;
	height:120px;
}


.sub0101_wrap .sec02{
	background:url(../images/sub01_img03.jpg) no-repeat center center  / cover;
	height:270px;
	padding:0px 15px;
	position:relative;
	margin:140px 0;
}
.sub0101_wrap .sec02 > p{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	padding:0px 15px;
}
@media(max-width:992px){
	.sub0101_wrap .sec02{
		margin:100px 0;
	}
	.sub0101_wrap .sec01_no1:after{
		background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
		width:133px;
		height:100px;
	}
	.sub0101_wrap .sec01_no2:after{
		background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
		width:158px;
		height:100px;
	}
}
@media(max-width:767px){
	.sub0101_wrap .sec02{
		height:180px;
		margin:60px 0;
	}
	.sub0101_wrap .sec01_no1:after,
	.sub0101_wrap .sec01_no2:after{
		left:15px;
		top:-20px;
	}
	.sub0101_wrap .sec01_no1:after{
		background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
		width:80px;
		height:60px;
	}
	.sub0101_wrap .sec01_no2:after{
		background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
		width:95px;
		height:60px;
	}
}
.sub0101_wrap .sec03{
	position:relative;
}
.sub0101_wrap .sec03:after{
	content:""; 
	position:absolute;
	top:-30px; 
	left:0; 
	background:url(../images/sub0101_bg03.png) no-repeat center center / 813px auto;
	width:100%;
	height:150px;
	opacity:.8
}
@media(max-width:992px){
	.sub0101_wrap .sec03:after{
		background:url(../images/sub0101_bg03.png) no-repeat center center / 613px auto;
		height:100px;
	}
}
@media(max-width:767px){
	
	.sub0101_wrap .sec03:after{
		background:url(../images/sub0101_bg03.png) no-repeat center center / 380px auto;
		height:70px;
	}
}


/*sub0201*/
.sub0201_wrap{}
.sub0201_wrap .sbg{
	height:270px;
}

.sub0201_wrap .container .row{}
.sub0201_wrap .container .row > [class^="col-"]{
	padding-left:80px;
}
.sub0201_wrap .container .row > [class^="col-"]:first-child{
	border-right:1px solid #ddd;
}

.sub0201_wrap .department{/* text-align:center; */}
.sub0201_wrap .department > dt{
	font-size:34px;
	font-weight:500;
	padding: 70px 0 20px;
	/* padding-left:80px; */
	position:relative;
	text-align: center;
}
.sub0201_wrap .department > dt:after{
	content:"";
	position:absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width:60px;
	height:50px;
}
.sub0201_wrap .department > dt:before{
	content:"";
	position:absolute;
	left:0;
	top: 25px;
	width:100%;
	height:34px;
}

.sub0201_wrap .department > dt > span{
	font-weight:300;
}
.sub0201_wrap .department > dd{
	font-size:16px;
	/* padding-left: 20px; */
	/* margin-top:15px; */
	/* margin: 0 auto; */
	position:relative;
	/* text-align: center; */
} 
.sub0201_wrap .department > dd > ul {margin:0 auto;text-align: center;padding: 0;}
.sub0201_wrap .department > dd > ul > li {list-style:none;margin-top:15px;display: block;padding: 0;}
.sub0201_wrap .department > dd > i{
	position:absolute;
	left: 0;
	top:50%;
	padding-: 35px;
	transform:translateY(-50%);
}

.sub0201_wrap .department > dd:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
}


.sub0201_wrap .department.dep1 > dt:after{
	background:url(../images/sub0201_icon01.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep1 > dt:before{
	background: url(../images/sub0201_tx01.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep2 > dt:after{
	background:url(../images/sub0201_icon02.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep2 > dt:before{
	background:url(../images/sub0201_tx02.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep3 > dt:after{
	background:url(../images/sub0201_icon03.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep3 > dt:before{
	background:url(../images/sub0201_tx03.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep4 > dt:after{
	background:url(../images/sub0201_icon04.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep4 > dt:before{
	background:url(../images/sub0201_tx04.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep5 > dt:after{
	background:url(../images/sub0201_icon05.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep5 > dt:before{
	background:url(../images/sub0201_tx05.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep6 > dt:after{
	background:url(../images/sub0201_icon06.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep6 > dt:before{
	background:url(../images/sub0201_tx06.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep7 > dt:after{
	background:url(../images/sub0201_icon07.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep7 > dt:before{
	background:url(../images/sub0201_tx07.png) no-repeat center center / contain;
}

@media(max-width:1200px){
	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:40px;
	}

	.sub0201_wrap .department > dt{
		font-size:30px;
		padding:22px 0 22px;
		/* padding-left:65px; */
	}
	.sub0201_wrap .department > dt:after{
		width:50px;
		height:40px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:32px;
	}

	.sub0201_wrap .department > dd{
		font-size:15px;
		margin-top:15px;
	} 
}
@media(max-width:992px){
	.sub0201_wrap .sbg{
		height:200px;
	}

	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:30px;
	}
	.sub0201_wrap .department > dt{
		font-size:24px;
		padding: 43px 0 18px;
		/* padding-left:55px; */
	}
	.sub0201_wrap .department > dt:after{
		width:40px;
		height:35px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:24px;
	}
	.sub0201_wrap .department > dd{
		font-size:14px;
		margin-top:15px;
	} 
	.sub0201_wrap .department > dd:nth-child(2){
		margin-top:0;
	}
	.sub0201_wrap .department > dd > i{
		position:absolute;
		left:0;
		top:3px;
		transform:translateY(0%);
	}
    .sub0201_wrap .department > dd > ul > li {
    	margin-top:5px;
    }
}

@media(max-width:767px){
	.sub0201_wrap .sbg{
		height:160px;
	}

	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:20px;
		border-right:0 !important;
	}

	.sub0201_wrap .department > dt{
		font-size:20px;
		padding: 37px 0 14px;
		/* padding-left:45px; */
	}
	.sub0201_wrap .department > dt:after{
		width:30px;
		height:25px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:20px;
	}
	.sub0201_wrap .department > dd{
		font-size:14px;
		margin-top:10px;
	} 
	.sub0201_wrap .department > dd:nth-child(2){
		margin-top:0;
	}
	.sub0201_wrap .department > dd > i{
		position:absolute;
		left:0;
		top:3px;
		transform:translateY(0%);
	}
}




/*sub0301*/
.sub0301_wrap .service_list > div{
	display:inline-block;
	width:280px;
	margin:40px 10px;
}
@media(max-width:767px){
	/*sub0301*/
	.sub0301_wrap .service_list > div{
		margin:25px 0px;
	}
}




/*sub0401*/
#list-recruting{}
#list-recruting table{
	width:100%;
}
#list-recruting  thead th{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px 0;
	font-size:16px;
	font-weight:400;
	color:#000;
	text-align:center;
}


.list_row td{
	padding:20px 0;
	text-align:center;
	font-size:16px;
	font-weight:300;
	cursor:pointer;
}
.list_row td.arrow{
	position:relative;
	padding:0;
}
.list_row td.arrow > i {
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
.list_row.opened td.arrow > i{
	transform: rotate(-180deg);
}


.detail_row td{
	border-bottom:1px solid #ddd;
}
.detail_row td > .detail_contents{
	display:none;
}
.detail_row td > .detail_contents .detail_inner{
	padding:20px 0;
}

@media(max-width:992px){
	#list-recruting{
		border-top:1px solid #000;
	}
	.list_row td{
		padding:15px 0;
	}
}

/*sub0501*/
.faq_tab_menu{
	padding-left:4px;
	margin-bottom:80px;
}
.faq_tab_menu ul  > li{

}
.faq_tab_menu ul{}
.faq_tab_menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.faq_tab_menu ul  > li{
	background:#f7f7f7;
	float:left;
	width:14.28%;
	border:1px solid #ddd;
	margin-left:-1px;
	position:relative;
	z-index:2;
}
.faq_tab_menu ul  > li > a{
	display:block;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	color:#000;
	font-weight:300;
}
.faq_tab_menu ul  > li.on{
	background:#fff;
	border:1px solid #000;
	z-index:3;
	border-bottom:#fff;
}






/*sub0601*/
.sub0601_wrap .tab_menu{
	padding-left:3px;
}
.sub0601_wrap .tab_menu > ul > li{
	background:#f7f7f7;
	float:left;
	width:33.33%;
	border:1px solid #ddd;
	margin-left:-1px;
	position:relative;
	z-index:2;
}
.sub0601_wrap .tab_menu > ul > li > a{
	display:block;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	color:#000;
	font-weight:300;
}
.sub0601_wrap .tab_menu > ul > li.active{
	background:#fff;
	border:1px solid #000;
	z-index:3;
	border-bottom:#fff;
}

.sub0601_wrap .tab_contents .info{
	border-left:1px solid #ddd;
}
.sub0601_wrap .tab_contents .info p{
	display:inline-block;
	position:relative;
	padding-left:100px;
}
.sub0601_wrap .tab_contents .info p > span{
	position:absolute;
	left:0;
}
.sub0601_wrap .root_daum_roughmap{
	bordeR:0;
	width:100% !important;
	padding:0;
}

@media(max-width:992px){
	.sub0601_wrap .tab_menu > ul > li > a{
		padding:12px 10px;
		font-size:14px;
	}
	.sub0601_wrap .tab_contents .info{
		border-left:0;
	}
}
@media(max-width:767px){
	.sub0601_wrap .tab_menu > ul > li > a{
		padding:12px 10px;
		font-size:14px;
	}
	.sub0601_wrap .tab_contents .info{
		border-left:0;
	}
	.sub0601_wrap .tab_contents .info p{
		display:block;
		padding-left:80px;
	}
}





/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}


.qodef-menu-appear span {
    display: block
}

.qodef-menu-appear .icon {
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.qodef-menu-appear .line {
    margin: 0 0 0 auto;
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1)
}
#header.top-nav-collapse .qodef-menu-appear .line,
#header.header_sub .qodef-menu-appear .line{
	background:#fff;
}


.qodef-menu-appear .line:nth-child(1) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-appear .line:nth-child(2) {
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-appear .line:nth-child(3) {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear .line + .line {
    margin-top: 6px
}

.qodef-menu-appear .close {
    position: absolute;
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity:1;

}

.qodef-menu-appear .close:after, 
.qodef-menu-appear .close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    content: '';
    -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: -o-transform .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1)
}
#header.top-nav-collapse .qodef-menu-appear .close:after, 
#header.top-nav-collapse .qodef-menu-appear .close:before {
	background:#fff;
}



.qodef-menu-appear .close:before {
    margin: -1px 0 0 -14px;
    width: 28px;
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.qodef-menu-appear .close:after {
    margin: -14px 0 0 -1px;
    width: 2px;
    height: 28px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0

}

.qodef-menu-appear.opened .icon .close:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-appear.opened .icon .close:after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear.opened .icon .line {
    width: 0
}

.qodef-menu-appear.opened .icon .line:nth-child(1) {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-menu-appear.opened .icon .line:nth-child(2) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.qodef-menu-appear.opened .icon .line:nth-child(3) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-main-menu > ul > li {
    position: relative;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-main-menu > ul > li:nth-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-main-menu > ul > li:nth-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-main-menu > ul > li:nth-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-main-menu > ul > li:nth-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-main-menu > ul > li:nth-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-main-menu > ul > li:nth-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-main-menu > ul > li:nth-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-main-menu > ul > li:nth-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-main-menu > ul > li:nth-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-main-menu > ul > li:nth-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: visible
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}
/**/

.fl{float:left;}
.fr{float:right;}


.sub0101 section .txt{
	margin-top: -130px;
}
.sub0101 section .txt p:first-child{
	position: relative;
}
.sub0101 section .txt p:first-child::after{
	content:'';
	width:285px;
	height: 1px;
	background: #ccc;
	position: absolute;
    left: 330px;
    top: 15px;
}
.sub0101 section:nth-child(2){
	margin:80px 50px 0;
	position: relative;
}
.sub0101 section:nth-child(2) p{
	padding-bottom: 30px;
}
.sub0101 section:nth-child(2) img{
	position: absolute;
	top:-35px;
	left:-50px;
}
@media(max-width:1200px){
	.sub0101 section .txt{
		margin-top: -110px;
	}
	.sub0101 section .txt p:first-child::after{
		width: 150px;
		left: 300px;
		top: 15px;
	}
}
@media(max-width:992px){
	.sub0101 section .txt{
		margin-top: 40px;
	}
	.sub0101 section .txt p:first-child::after{
		width: 40px;
		left: 250px;
		top: 12px;
	}
	.sub0101 section:nth-child(2){
		margin:40px 10px 0;
	}
	.sub0101 section:nth-child(2) img {
		top: 0px;
		left: -10px;
		width: 20px;
	}
}


.sub0102 .intro{
	position: relative;	
}
.sub0102 .intro p{
	position: absolute;
	top:40%;
	left:78px;
	letter-spacing: -0.07em;
}
@media(max-width:1200px){
	.sub0102 .intro p {
		top: 38%;
		left: 62px;
	}
}
@media(max-width:992px){
	.sub0102 .intro p {
		top: 40%;
		left: 46px;
	}
}
@media(max-width:767px){
	.sub0102 .intro p {
		top: 23%;
	}
}

/* history */
.history{
	width:100%;
	position: relative;
	margin-bottom: 140px;
}
.history .fl,
.history .fr{
	width:50%;
	position:relative;
}
.history .fl{
	text-align:right;
	padding-right:60px;
}
.history .fr{
	text-align:left;
	padding-left:60px;
}
.history .fr:before{
	left:-1px;
}
.history .fl:before{
	right:0;
}
.history .list-line:before{
    content:none;
}
.history .fr:after,
.history .fl:after{
	position:absolute;
	top:11px;
	content:'';
	border:4px solid #a4a7c2;
	background:#4a5085;
	width:17px;
	height:17px;
	border-radius:50%;
}
.history .fr.title:after,
.history .fl.title:after{
    top: auto;
    bottom: -8px;
    z-index: 1;
}
.history .fr:after{
	left:-8px;
}
.history .fl:after{
	right:-9px;
}
.history .fl.title::before,
.history .fr.title::before{
	content:'';
	width:200%;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom:0;
	left:0;
}
.history .fr.title::before{
	left:0;
}
.history .fl.title::before{
	left:auto;
}
.history .fr .deco:after,
.history .fl .deco:after{
	position: absolute;
    top: 21px;
    content: '';
    background: #0673ba;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: 10;
}
.history .fr .deco:after{
	left:-3px;
}
.history .fl .deco:after{
	right:-3px;
}
.history .year{
	color:#4a5085;
	font-size:24px;
	font-weight:bold;
	position:relative;
	margin-bottom: 10px;
	font-family: 'Montserrat' !important;	
}
.history dl {
	width:100%;
	margin:5px 0;
}
.history dl::after{
	content:'';
	display:block;
	clear:both;
}
.history dl dt,
.history dl dd{
	font-size:16px;
	line-height: 1.5;
	font-family: 'Noto Sans KR' !important;	
}
.history dl dt{
	font-weight:500;
	display:inline-block;
	width:10%;
    vertical-align: top;
	color:#000;
	font-weight: 500;
	float:left;
}
.history dl dd{
	display:inline-block;
	width:89%;
	color:#666;
	font-weight:300;
	float:right;
}
.history_item{
	display:block;
	width:100%;
	height:auto;
	position:relative;
    padding: 45px 0 0 0;
}

.history_item > .fr p{
	padding-left:15px;
}
.history_item > .fl p{
	padding-right:15px;
}
.history_item > .fl dt{
	float:right;
}
.history_item > .fl dd{
	float:left;
}
.history_item:after{
	display:block;
	content:'';
	clear:both;
}
.history .history_item:before{
	position:absolute;
	top:0;
	content:'';
	background:#ddd;
	width:1px;
	height:100%;
	left: 50%;
}
.history .history_item:first-child:before{
	display:none;
}
@media(max-width:1200px){	
	.history dl dt {
		width: 14%;
	}
	.history dl dd {
		width: 85%;
	}
}
@media(max-width:992px){
	.history{
		margin-bottom: 0;
	}
	.history .fl,
	.history .fr{
		width:100%;
		float:none;
		display:block;
		text-align: left;
		padding-left: 20px;
		padding-right: 0;
	}
	.history::after,
	.history .fr:before, 
	.history .fl:before,
	.history .fr .year:after,
	.history .fl .year:after,
	.history .history_item:before{
		content:none;
	}
	.history .fl.title::before,
	.history .fr.title::before,
	.history .fr.title:after, 
	.history .fl.title:after{
		display:none;
	}
	.history .fr:after, 
	.history .fl:after {
		top: 9px;
		border: 3px solid #a4a7c2;
		width: 10px;
		height: 10px;
		left:0;
	}
	.history .title{
		text-align: center; 
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	.history .title .year{
		margin-bottom: 0;
	}
	.history_item {
		padding: 14px 0;
	}
	.history_item > .fl dt{
		float:left;
	}
	.history_item > .fl dd{
		float:left;
	}
	.history .year {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.history dl dt,
	.history dl dd{
		font-size:14px;
	}
	.history dl::after{
		content:'';
		clear:both;
		display:block;
	}
	.history dl dt {
		width: 10%;
		float:left;
	}
	.history dl dd {
		width: 90%;
		float:right;
	}
}
@media(max-width: 580px){
	.history dl dt {
		width: 15%;
	}
	.history dl dd {
		width: 85%;
	}
}



.sub0103 section:first-child > div{
	padding:120px 15px;
	letter-spacing: -0.025em;
}
.sub0103 section:last-child{
	margin-top: 100px;
}
.sub0103 dl{
	margin:0;
	display:table;
	width:100%;
}
.sub0103 dl::after{
	display:block;
	clear:both;
	content:'';
}
.sub0103 dl dt,
.sub0103 dl dd{
	font-size:16px;
	display:table-cell;
	padding:15px 0;
	border-bottom: 1px solid #ccc;
}
.sub0103 dl dt{
	font-weight: 500;
	color:#000;
	width:25%;
	text-align: center;
}
.sub0103 dl dd{
	font-weight: 300;
	color:#555;
	width:75%;
}
.sub0103 dl:first-child dt,
.sub0103 dl:first-child dd{
	border-top: 1px solid #000;
}
@media(max-width:992px){
	.sub0103 section:first-child > div{
		padding:100px 15px;
		letter-spacing: 0;
	}
	.sub0103 section:last-child{
		margin-top: 60px;
	}
	.sub0103 dl dt,
	.sub0103 dl dd{
		font-size:14px;
		display:block;
		width:100% !important;
		text-align: left;
		padding-left: 10px;
	}
	.sub0103 dl dt{
		border-top: 1px solid #000;		
	}
	.sub0103 dl dd{
		border-top: none;
		border-bottom: none;
	}
	.sub0103 dl:first-child dd{
		border-top: none;
	}
	.sub0103 dl:last-child dd{
	border-bottom: 1px solid #ccc;
	}
}

.sub0104 .root_daum_roughmap {
	width:100% !important;
}
.sub0104 .root_daum_roughmap .wrap_map {
	height: 540px !important;
}
.sub0104 .wrap_controllers {
	display:none !important;
}
@media(max-width:992px){
	.sub0104 .root_daum_roughmap .wrap_map {
		height: 200px !important;
	}
}
.sub0104 .dp-table{
	display:table;
	width:100%;
}
.sub0104 .dp-table .dp-table-cell{
	display:table-cell;
	font-size:1.6rem;
	padding:20px 0;
	font-family: 'Noto Sans KR' !important;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
}
.sub0104 .dp-table .dp-table-cell:first-child{
	color:#000;
	font-weight: bold;
	font-family: 'Roboto' !important;
	width:20%;
	border-bottom: 2px solid #333;
}
.sub0104 .dp-table .dp-table-cell:last-child{
	color:#333;
	font-weight: 300;
	width:80%;
	border-bottom: 2px solid #ddd;
}
@media(max-width:992px){
/* 	.sub0104 .dp-table .dp-table-cell{
		font-size:13px;
		padding:16px 0;
		padding-left: 0;
	} */
	.sub0104 .dp-table .dp-table-cell{
		font-size:14px;
		display:block;
		width:100% !important;
		padding-left: 0;
	}
}


.sub0301 .sec_1 ul{
	overflow:hidden;
}
.sub0301 .sec_1 ul li{
	overflow:hidden;
}
.sub0301 .sec_1 ul li > div{
	position:relative; 
	text-align:center; 
	height: 432px; 
}
.sub0301 .sec_1 ul li div.img{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:-1;
	-moz-transform: translate(0) scale(1.02);;
	-webkit-transform: translate(0) scale(1.02);;
	-o-transform: translate(0) scale(1.02);;
	-ms-transform:translate(0) scale(1.02);;
	transform: translate(0)  scale(1.02);;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sub0301 .sec_1 ul li:hover div.img{
	moz-transform: translate(0) scale(1);;
	-webkit-transform: translate(0) scale(1);;
	-o-transform: translate(0) scale(1);;
	-ms-transform:translate(0) scale(1);;
	transform: translate(0) scale(1);;
}
.sub0301 .sec_1 ul li div.img img{
	max-width:100%;
}
.sub0301 .sec_1 ul li h6{
	margin:30px 0 20px; 
	position:relative; 
	display:inline-block;
}
.sub0301 .sec_1 ul li h6::before{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	position:absolute;
	content:"";
	right:34px;
	top:10px;
	display:block;
	width:0;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.sub0301 .sec_1 ul li h6::after{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	position:absolute;
	content:"";
	left:34px;
	top:10px;
	display:block;
	width:0;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.sub0301 .sec_1 ul li:hover h6::before,
.sub0301 .sec_1 ul li:hover h6::after{
	width:90px;
}
.sub0301 .sec_1 ul li div.icon{margin-bottom:20px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	-moz-transform: translateY(10px) scale(1);;
	-webkit-transform: translateY(10px) scale(1);;
	-o-transform: translateY(10px) scale(1);;
	-ms-transform:translateY(10px) scale(1);;
	transform: translateY(10px)  scale(1);;
}
.sub0301 .sec_1 ul li:hover div.icon{
	moz-transform: translate(0) scale(0.8);;
	-webkit-transform: translateY(0) scale(0.8);;
	-o-transform: translateY(0) scale(0.8);;
	-ms-transform:translateY(0) scale(0.8);;
	transform: translateY(0) scale(0.8);;
}
.sub0301 .sec_1 ul li p{color:#fff; font-size:18px; line-height:1em;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	moz-transform: translate(0, 10px) ;
	-webkit-transform: translate(0 ,10px);
	-o-transform: translate(0 ,10px) ;
	-ms-transform:translate(0 ,10px);
	transform: translate(0, 10px) ;
	opacity:0;
}
.sub0301 .sec_1 ul li:hover p{
	moz-transform: translate(0, 0) ;
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0 ,0) ;
	-ms-transform:translate(0 ,0);
	transform: translate(0, 0) ;
	opacity:1;
}

.sub0301 .sec_2{
	background:#e4e5ed;
	width:100%;
	margin-top:140px;
	padding:140px 0;
}
.sub0301 .sec_2 ul{
	margin:0 auto;
	overflow:hidden;
	padding:60px 53px;
	background:#fff;
}
.sub0301 .sec_2 ul li > div{
	width:100%;
	overflow:hidden;
}
.sub0301 .sec_2 ul li div.txt{
	margin-bottom: 10px;
}
.sub0301 .sec_2 ul li div.txt > p,
.sub0301 .sec_2 ul li div.txt > h3{
	display:inline-block;
	vertical-align: middle;
}
.sub0301 .sec_2 ul li div.txt > h3{
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
}
.sub0301 .sec_2 ul li div.txt > h3::before{
	content:'';
	background: #4a5085;
	width:14px;
	height: 3px;
	position: absolute;
	top:9px;
	left:10px;
}
.sub0301 .sec_2 ul li div.img{
	position:relative;
	width:100%;
}
.sub0301 .sec_2 ul li div.img img{
	max-width:100%;
}
.sub0301 .sec_2 ul li div.img p{
	width:100%;
	height:77px;
	text-align:center;
	background:#fff;
	border:1px solid #d3d3d3;
	border-top:none;
	position:absolute;
	left:0;
	bottom:-100%;
	line-height:77px;
	color:#5c5c5c;
	font-size:18px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sub0301 .sec_2 ul li:hover div.img p{
	bottom:0;
	
}

@media(max-width:992px){
	.sub0301 .sec_1 ul li p{
		opacity:1;
	}
	.sub0301 .sec_1 ul li h6{
		margin:25px 0 10px;
	}
	.sub0301 .sec_1 ul li div.img{
		left:50%;
		transform:translateX(-50%);
		width:100%;
	}
	.sub0301 .sec_1 ul li div.icon img{
		max-width:50px;
	}
	.sub0301 .sec_1 ul li > div {
		height: 410px;
	}
	.sub0301 .sec_2 {
		margin-top: 40px;
		padding: 80px 0 40px;
	}
	.sub0301 .sec_2 ul{
		padding: 60px 0;
	}
	.sub0301 .sec_2 ul li div.txt > h3::before {
		height: 2px;
		top: 8px;
	}
}


/* 제품소개 */
#product .tab{
	display:block;
	width:100%;
	border:1px solid #ddd;
}
#product .tab a{
	display:block;
	width:12.5%;
	float:left;
	padding:30px 2px;
	color:#666;
	font-size:16px;
	font-weight: 400;
	text-align: center;
	border-right:1px solid #ddd;
}
#product .tab.tab-product a{
	width:20%;
	border-bottom:1px solid #ddd;
	margin-top:-1px;
}
#product .tab.tab-product a:nth-child(5){
	border-right:0;
}
#product .tab.tab-product a:nth-child(n+6):nth-child(-n+10){
	border-bottom:0;
}


#product .tab a:last-child{
	border-right:none;
}
#product .tab a.board_tab_on{
	color:white;
	background: #2c4269;
	font-weight: 500;
}
@media(max-width:1226px){
	#product .tab a{
		height:82px;
	}
}
@media(max-width:992px){
	#product .tab a,
	#product .tab.tab-product a{
		font-size:14px;
		width:50%;
		height:50px;
		padding:14px 0 !important;
		border-bottom:1px solid #ddd;
	}
	#product .tab.tab-product a:nth-child(5){
		border-right:1px solid #ddd;
	}
	#product .tab.tab-product a:nth-child(n+6):nth-child(-n+10){
		border-bottom:1px solid #ddd;
	}
	#product .tab.tab-product a:nth-child(n+9):nth-child(-n+10){
		border-bottom:0 !important;
	}

	#product .tab a:nth-child(even){
		border-right:none;
	}
	#product .tab a:nth-child(7){
		border-bottom:none;
		border-right:1px solid #ddd;
	}
	#product .tab a:last-child{
		border-bottom:none;
	}
}
@media(max-width:767px){
	#product .tab a{
		height:46px;
	}
}


#product #gallery-list .inner .row{
	margin-left: -10px;
	margin-right: -10px;
}
#product #gallery-list .inner .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
#product #gallery-list .inner .row > div > .box{
	border:1px solid #ddd;
	margin-bottom: 30px;
	position: relative;
	padding:36px 0;
}
#product #gallery-list .inner .row > div > .box:hover .overlay{
	display:block;
}
#product #gallery-list .inner .row > div > .box .overlay{
	width:100%;
	height:100%;
	content:'';
	position: absolute;
	top:0;
	left:0;
	background: rgba(74,80,133,0.9);
	text-align: center;
	padding-top: 180px;
	display:none;
}

#product #gallery-list .inner .row > div > .box .thum{
	height:280px;
	margin-bottom: 20px;
	overflow:hidden;
}
#product #gallery-list .inner .row > div > .box .thum a{
	width:100%;
	height:100%;
	display:block;
	position: relative;
}
#product #gallery-list .inner .row > div > .box .thum a img{
    max-width: 80%;
    height: 100%;
    width: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#product #gallery-list .inner .row > div > .box .subject{

}
#product #gallery-list .inner .subject .title{
	height: auto;
}
#product #gallery-list .inner .subject p{
	border-bottom: 1px solid #ccc;
	display:inline-block;
}
@media(max-width:767px){
	#product #gallery-list .inner .row > div > .box{
		margin-bottom: 15px;
	}
	#product #gallery-list .inner .row > div > .box .thum {
		height: 250px;
	}
	#product #gallery-list .inner .row > div > .box .subject {
		height: 50px;
	}
}

/* 제품소개 view */
.product_view .clearfix > div{
	width:50%;
}
.product_view .clearfix > div.fl{
	
}
.product_view .clearfix > div.fl .imgbox{
	width:100%;
	width:570px;
	height:470px;
	overflow:hidden;
	background: #f2f2f2;
	border:1px solid #ddd;
	position: relative;
}
.product_view .clearfix > div.fl .imgbox img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:400px;
}
.product_view .clearfix > div.fr .txtbox{
	padding-left: 50px;
}
.product_view .clearfix > div.fr .txtbox > p.fs36{
	position: relative;
	display:inline-block;
	font-family: 'Noto Sans KR' !important;
	color:#4a4a4a;
}
/* .product_view .clearfix > div.fr .txtbox > p.fs36::after{
	content:'';
	background: #a8abc5;
	width:100%;
	height: 6px;
	position: absolute;
	bottom:8px;
	left:0;
	z-index:-1;
} */
.product_view .clearfix > div.fr .txtbox > p.fs16{
	display:block;
}
.product_view .clearfix > div.fr .txtbox > div{
	margin-top: 30px;
}
.product_view .clearfix > div.fr .txtbox dl{
	width:100%;
	margin:0;
	padding:15px 0 30px;
}
.product_view .clearfix > div.fr .txtbox dl dt,
.product_view .clearfix > div.fr .txtbox dl dd{
	font-size:16px;
	vertical-align: top;	
	line-height:30px;
	display:block;
}
.product_view .clearfix > div.fr .txtbox dl dt{
	color:#999;
	font-weight: 500;
	position: relative;
	padding-left: 28px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.product_view .clearfix > div.fr .txtbox dl dt::after{
	content:'';
	position: absolute;
	left:0;
}
.product_view .clearfix > div.fr .txtbox dl dt.details::after{
	background: url('../images/icon_1.jpg')no-repeat center center / contain;
	width: 16px;
	height: 20px;
	top:4px;
}
.product_view .clearfix > div.fr .txtbox dl.description dt::after{
	background: url('../images/icon_2.jpg')no-repeat center center / contain;
	width: 20px;
	height: 20px;
	top:4px;
}
.product_view .clearfix > div.fr .txtbox dl dd{
	color:#000;
	font-weight: 400;
}
.product_view .clearfix > div.fr .txtbox dl dd.detail_con{
	color:#000;
}
.product_view .clearfix > div.fr .txtbox dl dd p,
.product_view .clearfix > div.fr .txtbox dl dd p span{
	line-height:30px !important;
	color:#666 !important;
}
.product_view .clearfix > div.fr .txtbox dl dd > a{
	display:inline-block;
	border:1px solid #000;
	width:190px;
	height:50px;
	line-height: 50px;
	padding-left: 20px;
	font-size:14px;
	color:#000;
	margin-bottom:4px;
	position: relative;
}
.product_view .clearfix > div.fr .txtbox dl dd > a > i{
	color:#888;
	position: absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}
@media(max-width:1200px){
	.product_view .clearfix > div.fl .imgbox {
		width:auto;
	}
	.product_view .clearfix > div.fr .txtbox {
		padding: 20px 0 0 40px;
	}
	.product_view .clearfix > div.fr .txtbox dl {
		padding: 10px 0 20px;
	}
	.product_view .clearfix > div.fr .txtbox dl dd > a {
		width: 49%;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		font-size: 13px;
	}
	.product_view .clearfix > div.fr .txtbox dl dd > a i {
		right:10px;
	}
	.mainContentWrap .notice_bn .notice_latest > li {
		padding: 13px 0;
	}
	.mainContentWrap .notice_bn .notice_latest > li > a .title,
	.mainContentWrap .notice_bn .notice_latest > li > a .desc p{
		width:100%;
	}
}
@media(max-width:992px){
	.product_view .clearfix > div.fl,
	.product_view .clearfix > div.fr{
		width:100%;
		float:none;
		display:block;
		height:auto;
	}
	.product_view .clearfix > div.fl{
		height:auto;
	}
	.product_view .clearfix > div.fr .txtbox {
		padding: 30px 0 0;
	}
	.product_view .clearfix > div.fr .txtbox > p.fs36::after {
		height: 6px;
		bottom: 4px;
	}
	.product_view .clearfix > div.fr .txtbox dl dt{
		font-size:15px;
	}
	.product_view .clearfix > div.fr .txtbox dl dd{
		font-size:14px;
		line-height: 1.5;
		padding-top: 10px;
	}
	.product_view .clearfix > div.fr .txtbox dl {
		padding: 15px 0 25px;
	}
	.product_view .clearfix > div.fr .txtbox > div{
		margin-top: 20px;	
	}
	.mainContentWrap .notice_bn .notice_latest > li{
		padding: 20px 0;
	}
	.mainContentWrap .notice_bn .notice_latest > li > a {
		padding-left: 70px;
	}
	.mainContentWrap .notice_bn .notice_latest > li > a .title {
		font-size: 16px;
	}
	.mainContentWrap .notice_bn .notice_latest > li > a .date > span{
		padding-top: 5px;
		font-size:12px;
	}
	.mainContentWrap .notice_bn .notice_latest > li > a .icon1 {
		font-size: 12px;
		margin-right: 3px;
	}
}
@media(max-width:767px){
	.product_view .clearfix > div.fr .txtbox dl dd > a {
		width: 100%;
	}
}

.product_view .more > div{
	padding:50px 0 90px;
	border-bottom: 1px solid #ddd;
}
.product_view .more .more-header{
	padding:40px 0 20px;
	border-top:1px solid #ddd;
}
.product_view .more .more-header > p{
	position: relative;
	padding-left: 32px;
}
.product_view .more .more-header > p::after{
	content:'';
	position: absolute;
	left:0;
	background: url('../images/icon_3.jpg')no-repeat center center / contain;
	width: 24px;
	height: 24px;
	top:4px;
}
.product_view .more .more-body{
	padding:15px 0;
	text-align: center;
}
.product_view .more .more-body video{
	max-width:1000px;
	margin:0 auto;
}
@media(max-width:1200px){
	.product_view .more .more-body video{
		max-width:100%;
	}
}
@media(max-width:992px){
	.product_view .more > div{
		padding:30px 0;
	}
	.product_view .more .more-header > img{
		max-width:30px;
	}
}



.btn-gray{
	width:200px;
	height: 60px;
	line-height: 60px;
	background: #333;
	text-align: center;
	display:inline-block;
	font-size:16px;
	color:#fff !important;
}
@media(max-width:992px){
	.btn-gray{
		height: 50px;
		line-height: 50px;
		font-size:14px;
	}
}



.tab-product{
	display:block;
	width:100%;
	border-left: 1px solid #ddd;
}
.tab-product a{
	display:block;
	width:12.5%;
	float:left;
	padding:30px 2px;
	color:#666;
	font-size:16px;
	font-weight: 400;
	text-align: center;
	border:1px solid #ddd;
	border-left: none;
}
.tab-product.tab-product a{
	width:20%;
	margin-top:-1px;
}

.tab-product a.board_tab_on{
	color:white;
	background: #4a5085;
	font-weight: 500;
}
@media(max-width:1226px){
	.tab-product a{
		height:82px;
	}
}
@media(max-width:992px){
	.tab-product a,
	.tab-product.tab-product a{
		font-size:14px;
		width:50%;
		height:50px;
		padding:14px 0 !important;
		border-right: 1px solid #ddd;
	}
}
@media(max-width:767px){
	.tab-product a{
		height:46px;
	}
}


.more .fluid-width-video-wrapper{
	width:70%;
	margin:0 auto;
}
@media(max-width:991.98px){
	.more .fluid-width-video-wrapper{
		width:100%;
	}
}