@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 #0057b8;
	color:#0057b8;
}
.btn.btn-white-o{
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.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:1280px;
	}
	.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:#fff;
	border-top: 1px solid #dddddd;
}


#footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
}
#footerWrap > .CopyRight{
	background:#000;
}
#footerWrap address {margin:0px -7px;}
#footerWrap address > p {
	display:inline-block;
	padding:3px 7px;
	font-size:14px;
	margin:0;
}
@media(max-width:767px){
	#footerWrap address > p {
		display:inline-block;
		float:none;
	}
}

#footerWrap .copyright{
	background:#f5f5f5;
	padding:20px 0;
}


/*서브*/

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#3e3e40;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#8cc43d;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:350px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:29;
	height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;

}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #ddd;
	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:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}
@media(max-width:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:100%;
	}
}
#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #ddd;
	background:#f1f1f1; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#333; 
	background:url(../images/lnb-arrow.png) no-repeat right center;
	background-size:40px 10px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.png) no-repeat right center;
	background-size:40px 10px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:#f1f1f1;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:14px;
	font-weight:700;
	color:#052969;
	line-height:59px;
	border-bottom:1px solid #ddd;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:#f1f1f1;}
#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;}
#sub_location .sub_location_area > ul li.sub_2dept h4{
	background:#f1f1f1 url(../images/lnb-arrow.png) no-repeat 94% center;
	font-weight: 600;
	color: #000 !important;
	height:60px;
	line-height:60px;
	padding-left:20px;
	margin:0;
	font-size:15px;
	cursor:pointer;
	border:1px solid #ddd;
}


#pc-sub-menu{
	border-bottom: 1px solid #dedede;
	width:100%;
	background: #fff;
}
#pc-sub-menu > #left-menu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	/* padding-top:30px; */
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	/* background:#acacac; */
	margin:0px 5px;
	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;
}
#pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	border-bottom:1px solid #0070c0;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#pc-sub-menu > #left-menu > ul > li:hover{

}
#pc-sub-menu > #left-menu > ul > li.on{
	border-bottom:1px solid #0070c0;	
}
#pc-sub-menu > #left-menu > ul > li.on > a  {color: #0070c0;}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width: 190px;
	padding:15px 0;
	color: #666;
	font-size:18px;
	text-decoration:none;
}

#pc-sub-menu.sub_lnb_on{
	position: fixed;
	top:65px;
	left:0;
	z-index:1;
}


.left_flash{
	position:absolute;
	left:0;
	width:100%;
	top:60px;
	display:none;

}
.left_flash #over_menu{
	height:auto !important;
}





#sub-inner-wrap {
	padding: 30px 0 0 0;
	position:relative;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}


/*메뉴 css*/
#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:30;
	--border-bottom:1px solid rgba(255,255,255,.5);
	padding:17px 0;
	text-align:center;
}
#header.top-nav-collapse{
	padding:0px 0;
}


#header:hover,
#header.top-nav-collapse{
	background:#0070c0;
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:99px;
	width:100%;
	height:220px;
	background:rgba(255,255,255,.9);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{
	top:65px;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box{
	padding-top: 10px;
}

#header > .container{
	z-index:3;
	position:relative;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}
@media(max-width:1200px){
	#header h1.logo img {
		max-width:280px !important;
	}
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	margin:0px 30px;
	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 ;
}
#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:500px;
	padding-top:30px;
	margin-left:-5px;
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{

}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:5px 10px;
	color:#0062ba;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{

}

@media(max-width:992px){
	#header{
		padding:20px 0;
		background:none;
		border:none;
	}
	#header.top-nav-collapse{
		padding:15px 0;
	}
	#header h1 a{
		border:1px solid red;
		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:rgba(51,51,51,1);
		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:65px;
		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;
		padding:14px 15px;
		background:rgba(30,30,30,.9);
		margin-bottom:1px;
		position:relative;
	}
	#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;
	}


}





/*모바일 메뉴 열기 아이콘 애니*/
.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)
}

.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: #000;
    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)
}

.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
}
/**/



.bullet01 {  
	padding-top:15px;
	background:url(../images/bullet01.jpg) no-repeat left top;
	background-size:30px 3px;
}

.ulType01 li {
	position:relative;
	padding-left:15px;
	color:#666;
	font-size:16px;
	margin-bottom:5px;
}
.ulType01 li:after {
	position:absolute;
	content:"";
	top:11px;
	left:0;
	width:3px;
	height:3px;
	background:#0070c0;
	border-radius:3px;
}

.ulType02 li {
	color:#666;
	font-size:16px;
	margin-bottom:8px;
}

.ulType02 li span {
	color:#fff;
	font-size:10px;
	margin-right:8px;
	background:#0070c0;
	width:16px;
	height:16px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}



	/*인사말*/
	.ceo-message-section01 {
		position:relative;
	}
	.ceo-message-section01 dl {
		position:absolute;
		right:20px;
		top:-50px;
		background:#223778;
		padding:60px 30px;
	}
	@media(max-width:767px){
		.ceo-message-section01 dl {
			position:relative;
			right:0px;
			top:0px;
			padding:40px 20px;
		}
	}


	/*연혁*/
	
.history { position:relative; margin-bottom:80px; }
.history ul.clearfix{
	position: relative;
}
.history .bg2011 { background:url(../images/bg2011.png) 0 50% no-repeat; }
.history .bg2001 { background:url(../images/bg2001.png) 0 50% no-repeat; }
.history .bg1994 { background:url(../images/bg1994.png) 0 50% no-repeat; }

.history ul.clearfix li{
	display:block;
	padding:30px 0;
}
.history ul.clearfix li::after{
	content:'';
	display:block;
	clear:both;
}
.history ul.clearfix li > div{
	width:50%;
	font-size:16px;
	color:#666;
	position: relative;	
}
.history ul.clearfix li > div::after{
	content:'';
	width:23px;
	height:23px;
	border-radius:50%;
	position: absolute;
	top:10px;
	background:url(../images/history_dot.png) 0 0 no-repeat;
}
.history ul.clearfix li:nth-child(odd) > div{
	float:right;
	padding-left: 70px;
}
.history ul.clearfix li:nth-child(even) > div{
	float:left;
	padding-right: 70px;
}
.history ul.clearfix li:nth-child(odd) > div::after{
	left: -11px;
}
.history ul.clearfix li:nth-child(even) > div::after{
	right: -12px;
}
.history ul.clearfix li:nth-child(odd) > div > div{
	float:left;
	text-align: left;
}
.history ul.clearfix li:nth-child(even) > div > div{
	text-align: right;
}
.history ul.clearfix li:nth-child(odd) > div > div:first-child,
.history ul.clearfix li:nth-child(even) > div > div:first-child{
	font-family: 'Montserrat';
	color:#020d4c;
	font-weight: 700;
	font-size:32px;	
	margin-bottom: 20px;
	transform:translateY(-2px);
}
.history ul.clearfix li > div > div > p{
	display:block;
	word-break:keep-all;
	transform: skew(-0.03deg);
}
.history .line-v{
	width:2px;
	height: 100%;
	background: #d4d4d4;
	position: absolute;
	left:50%;
	display:block;
}
@media(max-width:992px){
	.history{
		padding-bottom: 20px;
	}
	.history .bg{
		height: auto;
		padding-top: 60%;
	}
	.history .row > div{
		margin-bottom: 40px;
	}
	.history .row > div h4{
		height: 50px;
		line-height: 50px;
		font-size:18px;
	}
	.history .row > div > p{
		padding:15px;
	}
	.history .row > div ul{
		padding-left: 15px;
	}
	.history .row > div ul li{
		font-size:14px;
	}
	.history .history{
		padding:100px 0;
	}
	.history ul.clearfix li{
		padding:30px 0;
	}
	.history ul.clearfix li > div{
		font-size:14px;
	}
	.history ul.clearfix li > div::after{
		width:6px;
		height:6px;
		top:13px;
	}
	.history ul.clearfix li:nth-child(odd) > div{
		padding-left: 20px;
	}
	.history ul.clearfix li:nth-child(even) > div{
		padding-right: 20px;
	}
	.history ul.clearfix li:nth-child(odd) > div::after{
		left:-3px;	
	}
	.history ul.clearfix li:nth-child(even) > div::after{
		right:-3px;
	}
	.history ul.clearfix li:nth-child(odd) > div > div:first-child,
	.history ul.clearfix li:nth-child(even) > div > div:first-child{
		font-size:24px;	
		display:block;
	}
	.history ul.clearfix li:nth-child(odd) > div > div:last-child{
		padding-left: 0;
	}
	.history ul.clearfix li:nth-child(even) > div > div:last-child{
		padding-right: 0;	
	}
	.history .business_list02{
	margin-top:0px;

}
}
	.certifList { padding:0 130px; overflow:hidden; }
	.certifList li { float:left; margin:0 3% 2% 3%; width:19%; letter-spacing:-0.07em; }
	.certifList li span { margin-top:15px; min-height:60px; }
	.certifList li img { box-shadow:0 3px 7px 0 rgba(48, 48, 48, .35); }
	@media(max-width:993px){
		.certifList li { width:31%; }
	}
	@media(max-width:767px){
		.certifList {
			padding:0 50px;
		}
		.certifList li { width:48%; }
	}

	.history ul li span { padding-bottom:15px; background:url(../images/polygon-1.png) 50% bottom no-repeat; }

	@media(max-width:993px){
		.history ul li { min-height:280px;padding: 35px 0 0; }
		.history ul li {  }
	}

.history02 {
	font-size:40px;
	text-align: center;
	margin-bottom:50px;
}

	/*제품소개*/
	.pro-list { background:#f7f7f7; padding:70px 0; }
	.pro-list .container { margin:0 auto; }
	.pro-list dl { background:#fff; margin-bottom:30px; padding-bottom:20px; border:1px solid #e4e4e4; }
	.pro-list dl dt p { margin:20px 25px 15px; }
	.pro-list dl dt img { border-bottom:1px solid #e4e4e4; }
	.pro-list dl dd { margin:0 25px 5px; display: flex; }
	.pro-list dl dd span { width:100px; display:inline-block; }
	@media(min-width:1200px){
		.pro-list .row dl {height:470px}
	}
	@media(max-width:1199px){
		.pro-list .row > div dl{height: 400px;}
	}

	@media (min-width:768px) and (max-width:992px){
		.pro-list .row > div {height:468px}	
	}
	@media(max-width:993px){
		.pro-list .row > div dl{height: auto;}
		.pro-list dl dt p { margin:20px 20px 10px 15px; }
		.pro-list dl dd { margin:0 15px 5px; }
	}

	.pro-list01 { background:#f7f7f7; padding:70px 0; }
	.pro-list01 .container { margin:0 auto; }
	.pro-list01 dl { background:#fff; margin-bottom:30px; padding-bottom:20px; border:1px solid #e4e4e4; }
	.pro-list01 dl dt p { margin:20px 25px 15px; }
	.pro-list01 dl dt img { border-bottom:1px solid #e4e4e4; }
	.pro-list01 dl dd { margin:0 25px 5px; display: flex; }
	.pro-list01 dl dd span { width:100px; display:inline-block; }
	@media(min-width:1200px){
		.pro-list01 .row dl {height:440px}
	}
	@media(max-width:1199px){
		.pro-list01 .row > div dl{height: 350px;}
	}
	@media(max-width:993px){
		.pro-list01 .row > div dl{height: auto;}
		.pro-list01 dl dt p { margin:20px 20px 10px 15px; }
		.pro-list01 dl dd { margin:0 15px 5px; }
	}

	.tg  {border-collapse:collapse;border-spacing:0; margin: 0 auto;max-width:1200px;width:100%}
	.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Open sans; font-size:14px;
	  overflow:hidden;padding:10px 5px;word-break:normal;}
	.tg th{border-color:#e4e4e4; border-style:solid;border-width:1px;font-family:Open sans; font-size:14px;
	  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
	.tg .tg-t4zm{border-color:#e4e4e4; font-size:16px;text-align:center;vertical-align:middle}
	.tg .tg-8vwf{background-color:#c8c8c8; border-color:#e4e4e4; font-size:16px;font-weight:bold;text-align:center;vertical-align:middle}
	@media(max-width:992px){
		.tg .tg-t4zm{font-size:13px;}
		.tg .tg-8vwf{font-size:13px;}
		.tg th, .tg td{word-break:break-word;font-size:13px;}
	}

	.pro-list02 { background:#f7f7f7; padding:70px 0; }
	.pro-list02 .container { margin:0 auto; }
	.pro-list02 dl { background:#fff; margin-bottom:30px; padding-bottom:20px; border:1px solid #e4e4e4; }
	.pro-list02 dl dt p { margin:20px 25px 15px; }
	.pro-list02 dl dt img { border-bottom:1px solid #e4e4e4; }
	.pro-list02 dl dd { margin:0 25px 5px; display: flex; }
	.pro-list02 dl dd span { width:100px; display:inline-block; }
	@media(min-width:1200px){
		.pro-list02 .row dl {height:700px}
		.pro-list02 .row > div:nth-child(5) dl{height:700px}
		.pro-list02 .row > div:nth-child(6) dl{height:700px}
		.pro-list02 .row > div:nth-child(7) dl{height:200px}
		.pro-list02 .row > div:nth-child(8) dl{height:200px}
		.pro-list02 .row > div:nth-child(9) dl{height:200px}
		.pro-list02 .row > div:nth-child(10) dl{height:200px}
		.pro-list02 .row > div:nth-child(11) dl{height:200px}
	}
	@media(max-width:1199px){
		.pro-list02 .row > div dl{height: 590px;}
	}
	@media(max-width:993px){
		.pro-list02 .row > div dl{height: auto;}
		.pro-list02 dl dt p { margin:20px 20px 10px 15px; }
		.pro-list02 dl dd { margin:0 15px 5px; }
	}

	.pro-list03 { background:#f7f7f7; padding:70px 0; }
	.pro-list03 .container { margin:0 auto; }
	.pro-list03 dl { background:#fff; margin-bottom:30px; padding-bottom:20px; border:1px solid #e4e4e4; }
	.pro-list03 dl dt p { margin:20px 25px 15px; }
	.pro-list03 dl dt img { border-bottom:1px solid #e4e4e4; }
	.pro-list03 dl dd { margin:0 25px 5px; display: flex; }
	.pro-list03 dl dd span { width:100px; display:inline-block; }
	@media(min-width:1200px){
		.pro-list03 .row dl {height:500px}
	}
	@media(max-width:1199px){
		.pro-list03 .row > div dl{height: 590px;}
	}
	@media(max-width:993px){
		.pro-list03 .row > div dl{height: auto;}
		.pro-list03 dl dt p { margin:20px 20px 10px 15px; }
		.pro-list03 dl dd { margin:0 15px 5px; }
	}


.hover-box{
	overflow:hidden;
	border-bottom: 1px solid #e4e4e4;
}
.hover-box img{
	transition:all 0.2s ease-in-out;
	transform:translateY(1px);
}
.hover-box:hover img{
	transform:scale(1.15);
}

.sub0102 ul{
	border-left: 1px solid #e4e4e4;
}
.sub0102 ul > li{
	padding:60px 0;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	float:left;
	height: 322px;
	text-align: center;
}
.sub0102 ul.ul-1 > li{
	width:25%;
}
.sub0102 ul.ul-2 > li{
	width:33.33%;
}
@media(max-width:993px){
	.sub0102 ul > li{
		padding:30px 0;
		height: 230px;
		width:50% !important;
	}
}



.lang-li{
	color:#fff !important;
}
.lang-li::after{
	content:none !important;
}


