/*English  Language css*/
body{
	font-family:'Noto Sans';
    font-size: 12px;
    color: #232323;
    background-color: #fff;
	overflow-x: hidden;
}
@media (min-width: 1200px){
	.container {
		width: 1140px;
		padding-left: 9px;
		padding-right: 9px;
	}
}
.container-fluid {
	padding-left: 9px;
	padding-right: 9px;
}
.row {
	margin-right: -9px;
	margin-left: -9px;
}
[class^="col-"]{
	padding-left:9px;
	padding-right:9px;
}

ul {
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f30 {
	font-size: 30px;
}
.w100 {
	font-weight: 100;
}
.w200 {
	font-weight: 200;
}
.w300 {
	font-weight: 300;
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}
.w600 {
	font-weight: 600;
}
.w700 {
	font-weight: 700;
}
.w800 {
	font-weight: 800;
}
.w900 {
	font-weight: 900;
}
a{
	color: #232323;
	transition: 0.5s ease;
}
a:hover , a:active , a:focus{
	color: #3d4e98;
	text-decoration: none;
	outline: none;
}
select::-ms-expand { display: none; }     
.after-line{
	display: inline-block;
}

.navbar-header {
	position: absolute;
}
.navbar-brand {
	padding: 0px;
}
nav.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid #c9c9c9;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin: 0;
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
	    float: none;
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
}
nav.navbar.bootsnav.menu-center .attr-nav {
	right: 30px;
}
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 21px;
	font-weight: 500;
	color: #222;
	padding: 0 40px;
	line-height: 60px;
	padding-bottom: 30px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.nav-hover {
	height: 0px;
	width: 100%;
	background: rgba(244,244,244,0.9);
	position: absolute;
	z-index: 2;
	margin-bottom: -90px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.attr-nav {
	display: block;
	position: relative!important;
	text-align: right;
	padding-top: 30px;
}
.attr-nav > ul > li {
	display: inline-block;
}
.attr-nav > ul > li > a {
	font-size: 12px;
	color: #616161;
	padding: 0 15px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 0;
}
.attr-nav > ul > li:not(:last-child):after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #616161;
	float: right;
}

.attr-nav > ul > li.sitemap  a:hover {
	color: #3d4e98;
}
nav.navbar.bootsnav ul.nav > li > a:after {
	content: '';
	height: 4px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	position: relative;
	bottom: -35px;
	background: #2153ae;
	opacity: 0;
	z-index: 9;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
nav.navbar.bootsnav:hover ul.nav > li > a:hover:after ,nav.navbar.bootsnav:hover ul.nav > li > a.active:after{
	opacity: 1;
	
}


nav.navbar.bootsnav .dropdown .dropdown-menu li {
    height: 0px;
    opacity: 0;
    float: left;
    margin: 0 0 -1px -1px;
    z-index: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
nav.navbar.bootsnav .dropdown:hover .dropdown-menu li {
    height: 70px;
		line-height: 70px;
    opacity: 1;
}
nav.navbar.bootsnav .dropdown .dropdown-menu li > a{
    height: 20px;
		line-height: 20px;
		padding: 0 25px;
		margin: 25px 0;
		font-size: 13px;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
    opacity: 1;
}
nav.navbar.bootsnav .dropdown .dropdown-menu li > a:after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	border-right: 1px solid #aaaaaa;
	float: right;
	margin-right: -25px;
	margin-top: 2px;
}
nav.navbar.bootsnav .dropdown .dropdown-menu li:last-child > a:after {
	display: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: none;
	color: #2153ae;
	font-weight: 500;
}


nav.navbar.bootsnav .dropdown .dropdown-menu {
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    width: 1205px;
}


.main-slider {
	background: #eee;
	position: relative;
}
.main-slider .item {
	height: 570px;
	background-position: center;
	background-size: cover;
}

.main-slider .owl-dots {
	display: none;
}
.main-slider .control-layer {
	position: absolute;
	z-index: 2;
	margin-top: 240px;
	width: 100%;
}
.main-slider .control-layer h4 {
	font-size: 60px;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.main-item01 > .hd {
	padding-top: 70px;
}

.main-item01 > .bd {
	margin-top: 50px;
}
.main-item01 .bd .text {
	position: absolute;
	text-align: center;
	width: 100%;
	margin-left: -9px;
	color: #fff;
}
.main-item01 .bd .text .hd {
	padding-top: 50px;
	padding-bottom: 25px;
}
.main-item01 .bd .text .hd:before {
	content: '';
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 22px;
	height: 2px;
	background: #fff;
}
.main-item01 .bd .text .bd {
	line-height: 22px;
	letter-spacing: 0.2px;
}
.main-item01 .bd .bg {
	margin-bottom: 18px;
}
.main-news {
	background: #3b3b3b;
	margin-top: 50px;
	padding-top: 20px;
}
.main-news .hd .title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	float: left;
	line-height: 80px;
}
.main-news .hd .path {
	float: right;
	line-height: 80px;
}
.main-news .hd .path a span{
	font-size: 14px;
	font-weight: 100;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
}
.main-news .hd .path a:not(:last-child):after {
	content: '';
	width: 30px;
	height: 10px;
	display: inline-block;
	background: url(../images/arrow-right.png) center center no-repeat;
}
.main-news .bd {
	padding-bottom: 40px;
}
.main-news .bd h4 {
	color: #fff;
	margin: 24px 0 13px 0;
}
.main-news .bd p {
	color: #c1c1c1;
}
.main-news .bd span {
	color: #a7a7a7;
}
.main-news .bd a img{
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.main-news .bd a:hover img {
	opacity: 0.5;
}
.main-map {
	padding: 100px 0;
	background-image: url(../images/main-map-bg.jpg);
	background-position: center center;
	background-size: cover;
}
.main-map p {
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

.footer {
	border-top: 1px solid #c0c0c0;
	padding: 40px 0;
}

.footer p {
	margin: 0;
}
.footer .info {
	margin: 10px 0;
}
.footer .info span {
	padding: 0 10px;
}
.footer .info br {
	display: none;
}
	
.subpage .path {
	padding-top: 10px;
}
.subpage .path a {
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}
.subpage .path a span{
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	color: #616161;
}
.subpage .path a:not(:last-child):after {
	content: '>';
	display: inline-block;
	color: #dadada;
	font-size: 16px;
	font-family: "맑은 고딕", "Malgun Gothic";
	font-weight: bold;
	padding: 0 7px;
}
.subpage .path a.active span {
	color: #2f2f2f;
}
.subpage .path .dropdown {
	display: inline-block;
}
.subpage .path .dropdown button {
	border: none;
	padding: 0;
	line-height: 40px;
}
.subpage .path .dropdown button:hover ,.subpage .path .dropdown button:focus ,.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background: none;
}
.subpage .path .dropdown button .caret {
	border: none;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-down.png);
	display: inline-block;
}
.subpage .top-banner .title {
	text-align: center;
	font-size: 42px;
	padding: 40px 0;
}
.subpage .history {
	margin-top: 60px;
	margin-bottom: 60px;
}
.subpage .history .year {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 700;
	text-align: right;
	padding-top: 23px;
}
.subpage .history .textarea li {
	position: relative;
}
.subpage .history .textarea i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
	background: #2153ae;
	position: absolute;
	top: 30px;
	z-index: 9;
}
.subpage .history .textarea ul li i:before {
	content: '';
	width: 7px;
	height: 0px;
	display: block;
	background: #fff;
	position: absolute;
	margin-top: -36px;
	left: ;
	z-index: 0;
}
.subpage .history .textarea ul li:last-child i:before {
	content: '';
	width: 1px;
	height: 0px;
	display: block;
	background: #ccc;
	position: absolute;
	margin-top: -22px;
	left: 3px;
	top: -14px;
}
.subpage .history .textarea li p {
	border-left: 1px solid #ccc;
	padding-left: 40px;
	padding: 22px 180px 22px 40px;
	font-size: 16px;
	font-weight: 200;
	margin: 0;
	margin-left: 3px;
}
/* .subpage .history .textarea li:last-child p {
	border: none;
} */
.subpage .history .textarea span {
	position: absolute;
	padding: 22px 0;
	right: 0;
	top: 0;
	width: 160px;
	font-weight: 200;
	font-size: 12px;
}
.subpage .address {
	padding-top: 50px;
	padding: 50px;
}
.subpage .address .info {
	border-left: 1px solid #000;
	padding-left: 25px;
	margin-left: 170px;
	margin-top: 50px;
}
.subpage .address .info p span {
	padding: 0 10px;
}
.subpage .about {
	padding-top: 40px;
	padding: 40px;
}
.subpage .about p {
	padding: 15px 30px;
	line-height: 28px;
}
.subpage .product {
	padding-top: 30px;
	padding-bottom: 30px;
}
.subpage .product .item .title h2 {
	font-size: 34px;
	font-weight: 500;
	margin: 15px 0;
}
.subpage .product .item .title p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 200;
	color: #616161;
	margin-bottom: 8px;
}
.subpage .product .item .title:before {
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	background: #2153ae;
}
.subpage .product .item {
	padding-top: 30px;
	padding-bottom: 30px;
}
.subpage .product .item ul {
	margin-left: 36px;
}
.subpage .product .item ul li {
	padding: 5px;
}
.subpage .product .item ul li h4 {
	font-size: 16px;
	font-weight: 500;
}
.subpage .product .item ul li h4:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #686868;
	position: relative;
	left: -10px;
	top: 10px;
}
.subpage .product .item ul li p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 200;
	color: #616161;
}
.subpage .team {
	padding-bottom: 70px;
	padding-top: 70px;
}
.subpage .team .item a {
	margin: 2px;
	border: 1px solid #b7b7b7;
	display: block;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.subpage .team .item .text {
	padding: 30px 0px;
	text-align: center;
}
.subpage .team .item .text .name h4 {
	font-size: 24px;
	font-weight: 700;
}
.subpage .team .item .text .name p {
	font-size: 18px;
	color: #545454;
}
.subpage .team .item .text .name {
	display: inline-block;
}
.subpage .team .item a .text .button {
	display: inline-block;
	width: 44px;
	height: 45px;
	background: url(../images/button-plus-o.jpg);
	margin: 5px 0px 5px 15px;
}
.subpage .team .item a:hover {
	color: #2153ae;
	border: 2px solid #2153ae;
	margin: 1px;
}
.subpage .team .item a:hover .button {
	background: url(../images/button-plus.jpg);
}
.subpage .team .item a:hover .name p {
	color: #2153ae;
}
.subpage .leader {
	padding-bottom: 70px;
	padding-top: 70px;
}
.subpage .leader .item .col-md-3 {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-left: 40px;
} 
.subpage .leader .item .info {
	border-left: 1px solid #000;
	padding-left: 40px;
	margin-bottom: 60px;
}
.subpage .leader .item .info h4 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 14px;
	margin: 0;
}
.subpage .leader .item .info p {
	font-size: 18px;
	font-weight: 200;
	color: #616161;
	padding-bottom: 14px;
	padding-top: 14px;
	margin: 0;
	line-height: 30px;
}
.subpage .leader .item .info p b {
	font-weight: 500;
	color: #000;
}
.subpage .gallery ,.subpage .sub-notice ,.subpage .article-detail{
	margin-bottom: 70px;
	margin-top:70px;
}
.subpage .sub-notice ,.subpage .article-detail{
	font-size: 14px;
}
.article-detail .detail-filelist ul li a ,.btn-primary{
	background: #4f4e4e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #757575;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}

nav.navbar.bootsnav  .navbar-nav > .dropdown:nth-child(2) .dropdown-menu {
		margin-left: -400px;
	}
	nav.navbar.bootsnav  .navbar-nav > .dropdown:nth-child(3) .dropdown-menu {
			margin-left: -950px;
			width: 1870px;
		}
	
	
@media(max-width:767px) {
	nav.navbar.bootsnav {
		height: 126px;
		z-index: 9;
	}
	nav.navbar.bootsnav .attr-nav {
		width: 100%;
		padding-top: 15px;
		display: block;
		text-align: center;
		position: unset!important;
	}
	nav.navbar.bootsnav .navbar-header {
		position: unset;
		padding:20px 15px;
	}
	.main-slider .item { 
		height: 180px;
	}
	.main-slider .control-layer {
		margin-top: 70px;
	}
	.main-slider .control-layer h4 {
		font-size: 20px;
	}
	#navbar-menu {
		background: #fff;
		padding:0px;
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
		width: 100%;
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center .dropdown {
		border-bottom: 1px solid #ccc;
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center .dropdown > a {
		padding: 0 15px;
		font-size: 18px;
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center .dropdown > a:after {
		display: none;
	}
	nav.navbar.bootsnav .dropdown .dropdown-menu li ,nav.navbar.bootsnav .dropdown:hover .dropdown-menu li {
		display: block;
		line-height: 50px;
		height: 50px;
		float: none;
	}
	nav.navbar.bootsnav .dropdown .dropdown-menu li > a {
		border-top: 1px solid #ccc;
		margin: 0;
		padding: 0 15px;
		line-height: 50px;
		height: 50px;
	}
	nav.navbar.bootsnav .dropdown .dropdown-menu {
		height: 0;
		overflow: hidden;
	}
	
	nav.navbar.bootsnav  .navbar-nav > .dropdown:nth-child(2) .dropdown-menu {
			margin-left: 0px;
		}
		nav.navbar.bootsnav  .navbar-nav > .dropdown:nth-child(3) .dropdown-menu {
				margin-left: 0px!important;
				width: 100%;
			}
	
	nav.navbar.bootsnav .dropdown.open .dropdown-menu {
		height: auto;
	}
	.nav-hover {
		display: none;
	}
	.main-news .hd {
		padding-bottom: 20px;
	}
	.main-news .hd .title ,.main-news .hd .path {
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.main-news .bd a img {
		margin-left: 0;
	}
	.main-news .bd .info {
		margin-bottom: 20px;
	}
	.footer .info br {
		display: block;
	}
	
	.subpage .top-banner .title {
		font-size: 22px;
	}
	.subpage .history .textarea li p {
		padding: 22px 10px 10px 22px;
	}
	.subpage .history .textarea span {
		position: relative;
		display: block;
	}
	.subpage .address .info {
		border-left: 1px solid #000;
		padding-left: 25px;
		margin-left: 0px;
		margin-top: 50px;
	}
	.subpage .address .info p span {
		display: block;
		height: 0px;
		width: 0px;
		overflow: hidden;
	}
	.subpage .about p {
		padding: 0px;
		line-height: 28px;
	}
	.subpage .about p br {
		display: none;
	}
	.subpage .team .item{
		margin-bottom: 15px;
	}
	.subpage .leader .item .col-md-3 {
		font-size: 24px;
		text-align: left;
		padding-left: 23px;
		margin-bottom: 10px;
		padding-top: 0px;
	}
	.subpage .leader .item .info h4 {
		font-size: 16px;
	}
	.subpage .leader .item .info p {
		font-size: 14px;
		line-height: 24px;
	}
	.subpage .leader .item .info {
		padding-left: 15px;
		margin-bottom: 30px;
	}
	.subpage .product .item ul {
		margin-left: 10px;
	}
	.subpage .product .item p br {
		display: none;
	}
	.top-banner .bg {
		overflow: hidden;
	}
	.top-banner img {
		max-width: 200%;
		margin-left: -50%;
	}
	.subpage .address {
		padding: 15px;
	}
	.subpage .address .info p {
		font-size: 14px;
	}
	.subpage .address .info {
		border: none;
		padding-left: 0;
	}
}

.language .dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	max-width: 110px;
	min-width: 110px;
	background: #fff!important;
	border: 1px solid #ccc;
}
.language .dropdown-menu>li>a {
	width: 110px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	font-weight: 700;
	color: #878787;
	margin: 0!important;
}

nav.navbar.bootsnav .language  .dropdown-menu li > a ,nav.navbar.bootsnav .language.dropdown:hover .dropdown-menu li {
	height: 45px;
	line-height: 45px;
}
nav.navbar.bootsnav .language.dropdown .dropdown-menu li > a:after {
	display: none;
}
.language .dropdown-menu>li>a:focus, .language .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222;
}
.language:hover .dropdown-menu {
	display: block;
}
.language button {
	border: none;
	background: none;
	font-size: 12px;
	color: #616161;
	padding: 0 15px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 0;
	display: block;
}
nav.navbar.bootsnav .language .dropdown-menu li > a, nav.navbar.bootsnav .language.dropdown:hover .dropdown-menu li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}