/* 웹폰트 Import */

/* @import url(http://fonts.googleapis.com/css?family=Noto+Sans); */
/* 스크롤 설정 */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

/* 폰트 설정 */

* {
	font-family:"NanumGothic", 'Malgun Gothic',sans-serif !important;word-break:keep-all
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "NanumGothic", 'Malgun Gothic',sans-serif !important;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

ol,
ul,
li {
	list-style: none;
}

/* 상단 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	position: absolute;
	top: auto;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: #082e6d;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar~br {
	display: none;
}

.topmarginLay_a {
	height: 140px !important;
}

@media screen and (max-width: 991px) {
	.topmarginLay_a {
		height: 170px !important;
	}
}

@media screen and (max-width: 767px) {
	.topmarginLay_a {
		height: 85px !important;
	}
}

/* ----- 메뉴 상단 영역 설정 시작 ----- */

.navbar-inverse>.container {
	width: 100%;
	padding: 0;
}

.navbar-inverse .navbar-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.navbar-inverse .navbar-wrap .navbar-logo {
    display: inline-block;
    float: left;
    margin: 25px 0 15px;
    padding: 0 15px 0;
}

.navbar-inverse .navbar-wrap .navbar-small {
	position: absolute;
	top: 50px;
}

.navbar-inverse .navbar-wrap .navbar-small>ul {
	list-style: none;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li {
	float: left;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>a {
	color: #909090;
	font-size: 13px;
	    text-decoration: none;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #d9d9d9;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:last-child>a:after {
	content: "";
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:hover>a {
	color: #333;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-wrap {
		width: 100%;
	}
	.navbar-inverse .navbar-wrap .navbar-logo {
		margin: 20px 0 15px;
		padding: 10px 15px 10px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse>.container:first-child {
		display: inline-block;
		float: left;
		width: 80%;
	}
	.navbar-inverse>.container:last-child {
		display: inline-block;
		float: right;
		width: 20%;
	}
	.navbar-inverse .navbar-wrap .navbar-small {
		display: none;
	}
}

/* ----- //메뉴 상단 영역 설정 끝 ----- */

/* ----- 메인 메뉴 설정 시작 -----*/

.navbar-collapse {
	background: #06398e;
}

.navbar-inverse .navbar-brand {
	display: none;
}

.navbar-inverse .navbar-nav {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    letter-spacing: -0.03em;
    padding: 14px 30px 14px;
    margin: 0;
    min-width: 180px;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
    background:#06327b;
}

.navbar-inverse .navbar-nav>li:first-child>a {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.caret {
	display: none;
}

.navbar-inverse .divider-vertical {
	display: none;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
		margin: 0;
		padding: 14px 20px 14px 20px;
		text-align: left;
		width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		left: 0px !important;
	}
}

/* ----- //메인 메뉴 설정 끝 -----*/

/* ----- 서브 메뉴 설정 시작 -----*/

.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 100%;
    background: #fff;
    border: 1px solid #385b95;
    border-top: none;
}

.dropdown-menu>li>a {
    background: transparent;
    color: #888;
    padding: 6px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.dropdown-menu>li:last-child>a {
	border-bottom: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #333;
    font-weight: 600;
    background: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.dropdown-menu {
		padding: 0;
	}
}

/* ----- //서브 메뉴 설정 끝 -----*/

/* ----- 모바일 메뉴 시작 ----- */

.navbar-toggle {
	background: #494f48;
	border-radius: 3px;
	border: none;
	margin: 20px 30px 20px;
	padding: 12px 12px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
		background: #f7f7f7;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* ----- //모바일 메뉴 끝 ----- */

/* 상단 메뉴 설정 끝 */

/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
    background: #333;
    color: #888;
    padding: 0 15px 0;
    margin: 0;
    text-align: left;
    line-height: 1.7;
}
.footer-con {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 30px;
}
.footer-con p{font-size:13px}
.footer-top {
	width: 100%;
	display: inline-block;
	padding: 28px 0 8px;
}

.footer-top>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-top>ul>li {
	display: inline-block;
	float: left;
}

.footer-top>ul>li>a {
	color: #858585;
	padding-right: 20px;
	font-size: 12px;
	font-weight: 400;
}

.footer-top>ul>li:hover>a,
.footer-top>ul>li:focus>a {
	color: #333;
}

.footer-bottom {
	width: 100%;
	display: inline-block;
	padding-top: 15px;
}

.footer-bottom p {
	font-size: 12px;
}

.socialArea {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-con {
		width: 100%;
	}
}

/* 하단 카피라이트 설정 끝*/

/* 슬라이드 설정 시작*/

.container_slide {
	width: 100%;
	padding: 0;
}

.carousel-control {
	display: none;
}
.gu-slider {
    padding: 0 15px;
}
.gu-slider .carousel-inner .item {
	height: 480px;
	background-size: cover !important;
	background-position: center !important;
}
.carousel-inner .item:nth-of-type(1){background: url('/skin/img/slide/slide01.jpg');}
.carousel-inner .item:nth-of-type(2){background: url('/skin/img/slide/slide02.jpg');}

.gu-slider .carousel-inner .item>.container {
	position: relative;
	height: 100%;
	padding: 30px 0;
}

.slide-box-left {
	color: #fff;
	width: 100%;
	padding: 0 15px 0;
}

.slide-caption em {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 15px;
}

.slide-caption em span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
}

.slide-caption h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 95px;
    margin-bottom: 0;
    text-align: center;
}
.slide-caption p {
    font-size: 24px;
    line-height: 1.5;
    margin: 15px 0 0;
    text-align: center;
}
.slide-caption p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    max-width: 480px;
    padding: 15px 0;
    margin: 50px auto 0;
    border: 1px solid rgba(255,255,255,0.2);
}
/* ----- 슬라이드 버튼 박스 영역 ----- */

.slide-box-right {
	position: absolute;
	right: 0;
	width: 15%;
}

.slide-box-right .title {
	padding: 34px 10px 34px;
	background: #004b9a;
	text-align: center;
}

.slide-box-right .title h2 {
	padding: 0;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.slide-box-right .title p {
	color: #d7fffd;
	font-size: 13px;
	line-height: 16px;
	word-wrap: break-word;
	word-break: keep-all;
}

.button-wrap {
	padding: 0;
	background: #fff;
}

.button-wrap li {
	border-top: 1px solid #ddd;
	text-align: left;
}

.button-wrap li a {
	padding: 20px 30px 20px;
	display: block;
	color: #333;
}

/* ----- 슬라이드 버튼 ----- */

.carousel li {
	margin: 0 2px 0;
	border-radius:0
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0 2px 0;
}

@media screen and (max-width: 991px) {
	.slide-box-left {
		width: 70%;
	}
	.slide-box-right {
		width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.container_slide {
		display: none;
	}
}

/* 슬라이드 설정 끝*/

/* 메인 페이지 설정 시작 */

.mobile-btn-layout-container {
	display: none;
}

.container.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}

/* ----- main-html-area ----- */

.html-header {
	color: #004b9a;
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 6px;
	border-bottom: 2px solid #ccc;
	letter-spacing: -0.03em;
}

.html-header .btn {
	color: #999;
	padding: 2px 5px 2px;
	margin: 0;
	font-size: 20px;
	line-height: 1;
}

.html-header .btn:hover,
.html-header .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #ed7744;
}

.html-header .btn .fa-plus:before {
	content: "\f105";
}

/* ---------- 사업분야 영역 ---------- */
/* 
.main-wrap {
	width: 1170px;
	margin: 0 auto;
	min-height: 140px;
}

.main-con {
	width: 100%;
	float: left;
	padding: 10px 0px 10px 25px;
	margin: 20px 0 20px;
	border-right: 1px solid #d5d5d5;
}

.main-con-text {
	display: inline-block;
	float: left;
}

.main-con-text h5 {
	font-size: 14px;
	color: #454545;
	font-weight: 500;
	margin: 0 0 10px;
}

.main-con-text p {
	font-size: 13px;
	line-height: 17px;
	color: #888888;
	font-weight: 400;
	margin: 0 0 15px;
}

.main-con-img {
	float: right;
	display: inline-block;
	padding: 0 15px 0;
}

@media screen and (max-width: 991px) {
	.main-wrap {
		width: 100%;
	}
	.main-con {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.main-con {
		width: 100%;
		padding: 10px 20px 10px 30px;
	}
}
.main_content .main_con01{    margin: 20px 0 50px;}
.main_content .main_con01 .container > .row {
    margin: 0;
}
.main_content .main_con01 .col-md-5 .col-md-4,
.main_content .main_con01 .col-md-5 .col-md-6 {
    padding: 0 1px;
}
.main_content .main_con01 h4 {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin: 25px;
    letter-spacing: 15px;
}
.main_content .main_con01 ul li {
    display: inline-block;
    text-align: center;
    padding: 45px 40px;
    border: 1px solid #06398e;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    color: #06398e;
}
.main_content .main_con01 div:nth-child(3) ul li{    
    padding: 33px 35px;
}
.main_content .main_con01 div:nth-child(3) ul li:nth-of-type(1){  
    padding: 45px 30px;
    vertical-align: top;
}
.main_content .main_con01 .main_box {
    background: #f3f3f3;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 2px;
    color: #333;
    letter-spacing: -0.03em;
}
.main_content .main_con01 .main_box p{    margin-bottom: 3px;}
.main_content .main_con01 .main_box span{color:#039}
.main_content .main_con01 .col-md-5 .row{margin-top:30px}
.main_content .main_con01 .col-md-2 p {
    text-align: center;
    background: #566274;
    color: #fff;
    font-size: 26px;
    padding: 43px 0 0;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 97px;
    width: 160px;
    height: 160px;
    letter-spacing: -0.03em;
}
.main_content .main_con02 {
    padding: 50px 0;
    background: #f3f3f3;
}
.main_content .main_con02 dl {
    min-height: 190px;
    background: #fff;
}
.main_content .main_con02 dl dt {
    text-align: center;
    background: #566274;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.main_content .main_con02 dl dd {
    text-indent: 15px;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 4px;
    font-size: 13px;
}
.main_content .main_con02 dl dd b{    
	display: block;
    font-weight: 300;
    text-indent: 26px;
}
.main_content .main_con02 h3 {
    text-align: center;
    color: #333;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 30px;
}
.main_content .main_con02 .row .col-md-12 p{    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;}
.main_content .main_con02 .row .col-md-12 p a {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    display: inline-block;
    padding: 12px 0;
    margin: 0 auto;
    background: #cbced2;
    width: 100%;
    max-width: 180px;
    transition: all ease 0.3s;
    text-decoration: none;
}
.main_content .main_con02 .row .col-md-12 p a:hover {
    background: #06398e;
    color: #fff;
}*/
.dh-front-gallery>.col-md-3>a.thumbnail {
    height: 160px !important;
    margin-top: 0;
}
@media(min-width:768px){
.intro-boardbox-type-img .dh-front-gallery.thumbs .col-md-3{width:50%}} 
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */

.intro-board-widget-layout {
	width: 1170px;
	margin: 30px auto;
	padding: 10px 0 15px;
}

.intro-boardbox {
	width: 33.333333%;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 6px;
	margin: 20px 0 25px;
	border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.intro-boardbox .page-header a i {
    font-size: 16px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 7px 0 0 0;
    border-radius: 50%;
    color: #aaa;
}
.intro-boardbox .page-header h4 .btn {
	padding: 0;
	margin: 0;
}

.intro-board-widget-layout .row .intro-boardbox .page-header {
    margin-bottom: 25px;
}
.intro-boardbox .banner-wrap {
}

.banner-icon i{    
    font-size: 50px;
    text-align: center;
    display: block;
}

.banner-text  {
    text-align: center;
}
.banner-text h5 {
    margin: 6px 0 12px;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
}
.banner-text h3 {
	margin: 0 0 5px;
	color: #004b9a;
	font-size: 23px;
	font-weight: 500;
}
.board-banner {
    display: block;
    border: 1px solid #ddd;
    padding: 22px 0;
    margin: 0;
}
.board-banner .col-md-6:nth-of-type(1) {
    border-right: 1px solid #ddd;
}
.board-banner .col-md-6:nth-of-type(1) .banner-text p {
    font-size: 22px;
    margin: 0 0 0;
    color: #06398e;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.banner-text p {
    margin-bottom: 0;
}
.banner-text p a {
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #06398e;
    padding: 5px 10px;
    color: #06398e;
    font-weight: 600;
    display: inline-block;
    transition: all ease .3s;
    letter-spacing: -0.03em;
}
.banner-text p a:hover,.banner-text p a:active,.banner-text p a:focus{background:#039;color:#fff}
/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	background-color: transparent !important;
	border: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words:first-child {
    border-top: 1px solid #ddd;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 12px 0 12px;
	border-bottom: 1px solid #dedede;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.dh-front-list2 h6 b a:hover {
    text-decoration:none;
}

.dh-front-list2 h6 b a .list-row-subject:hover {
    color: #06398e;
    text-decoration: underline;
}

.dh-front-list2 h6 b a .list-row-subject:hover .list-row-regdate{
    color: #06398e;
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	white-space: nowrap;
}
/*
.intro-boardbox:first-child .list-row-subject:before {
	content: "공지";
	padding: 0 10px 0 0;
	color: #004b9a;
}

.intro-boardbox:nth-child(2) .list-row-subject:before {
	content: "뉴스";
	padding: 0 10px 0 0;
	color: #004b9a;
}
*/
.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.dh-front-list2 h6 a small>span {
	color: #06398e !important;
    font-weight: 600;
}

/* ----- //main-board-area ----- */

/* //메인 페이지 설정 끝 */

/* 서브 페이지 설정 시작 */

/* ----- 서브페이지 common 설정 ----- */

#content {
	padding: 0 0 60px 40px;
	border-left: 1px solid #ddd;
    width:80%;
}

@media screen and (max-width: 991px) {
	#content {
		padding: 0 15px 40px;
		border: none;
        width:100%;
	}
}

/* ----- 서브페이지 left-menu 설정 ----- */

.left_menu_wrap {
	padding: 0;
    width:20%
}
@media screen and (max-width: 991px) {
	.left_menu_wrap {
		display: none;
	}
}

.left_menu {
	list-style: none;
	padding: 0 0 0;
	margin: 0 0 50px;
}

.left_menu>div {
    padding: 50px 0px 30px;
    border-bottom: 1px solid #ddd;
}

.left_menu h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.03em;
}

.left_menu>li>a {
    display: block;
    border-bottom: 1px solid #ddd !important;
    margin: 0 0 0;
    padding: 12px 15px;
    color: #666;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: -0.03em;
}

.left_menu>li>a:hover {
    font-weight: 600;
    color: #333;
}
.left_menu>li.active>a {
    color: #fff;
    background: #566274;
    font-weight: 600;
}
.left_menu>li.active>a:after {
	content: "\276F";
	float: right;
}

/* ----- 서브페이지 content 설정 ----- */

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 50px 0px 0px;
    margin: 0 0 30px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0 0 0;
    padding: 0 0 30px;
    color: #333;
    font-weight: 600;
    font-size: 30px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 0 0;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	float: right;
}

.breadcrumb>.active {
	color: #333;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.content_wrap h3 {
	font-weight: 400;
	color: #434343;
	line-height: 1.4;
}

.content_wrap h4 {
	font-size: 18px;
	font-weight: 400;
	color: #3a3a3a;
	line-height: 1.5;
	margin: 0 0 0;
	padding: 0 0 20px;
}

.content_wrap p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.content_wrap p strong {
    font-weight: 600;
}

/* ---------- 텍스트 스타일 설정 ---------- */

.content-title {
	margin: 0 0 50px;
}

.content-title h5 {
	font-size: 15px;
	font-weight: 300;
	color: #666;
}

.greeting-title {
	padding: 25px 30px 27px !important;
	color: #555 !important;
	border: 6px solid #f1f1f1;w
	margin: 0 0 30px !important;
}

.content-text {
	padding: 0 !important;
}

/* ---------- tab 매뉴 설정 ---------- */

.nav-tabs {
	border: 1px solid #cecece;
	background: #fff;
	margin: 0 0 40px;
}

.nav-tabs>li>a {
	margin: 0 0 0;
	padding: 12px 50px 12px;
	line-height: 1;
	border: 1px solid transparent;
	border-right: 1px solid #cecece;
	border-radius: 0;
	color: #656565;
	font-size: 13px;
	font-weight: 400;
}

.nav-tabs>li>a:hover {
	background: #f7f7f7;
	border: 1px solid transparent;
	border-right: 1px solid #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	background: #004b9a;
	border: 1px solid transparent !important;
}

/* ---------- table 영역 설정 ---------- */

table {
    font-size: 14px;
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    color: #666;
}


th {
	padding: 14px 15px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

td {
	padding: 14px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 13px;
}

/* ---------- sub page - 회사소개 ---------- */
#company01 .content-title h3 {
    font-size: 22px;
    text-align: left;
    color: #06398e;
    padding: 30px;
    background: url(/skin/img/sub/company01.jpg) no-repeat right top;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin: 0;
}

#company01 .content-title h3 strong {
    font-weight: 600;
}

#company01 .content-title{
    margin: 0 0 30px;
}

#company02 .table tr td:first-child {
    font-weight: 600;
    color: #333;
}
/* ---------- sub page - 사업소개 ---------- */

.business_wrap>div {
	padding: 0;
}

.business_wrap figure {
	max-height: 180px;
	overflow: hidden;
}

.business_wrap figure>img {
	width: 100%;
}

.business_wrap>div div {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 20px 15px 20px;
	min-height: 280px;
	display: inline-block;
}

.business_wrap>div:first-child div {
	border-left: 1px solid #dedede;
}

.business_wrap h3 {
	margin: 0 0 20px;
	color: #004b9a;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.business_wrap p {
	margin: 0;
	color: #666;
	line-height: 1.8;
	text-align: center;
}

.contact {
	padding: 20px;
	border: 1px solid #eaeaea;
	margin: 50px 15px 0;
	display: inline-block;
	width: 100%;
}

.contact dl {
	float: left;
	margin: 0;
}

.admin_info dt {
	color: #555;
	float: left;
	font-weight: 500;
	padding-left: 20px;
	margin-right: 20px;
}

.admin_info dt:first-child {
	padding-left: 0;
}

.admin_info dd {
	color: #767676;
	float: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.business_wrap>div:first-child div,
	.business_wrap>div div {
		border: none;
	}
}

/* ---------- sub page - 제품소개 ---------- */

.product-img>img {
	border-radius: 100%;
	overflow: hidden;
	border: 6px solid rgba(0, 0, 0, 0.1);
	width: 270px;
	height: 270px;
	margin: 0 auto 30px;
}

.product-info h3 {
	margin: 0 0 0;
	font-size: 30px;
	font-weight: 300;
}

.product-info h4 {
	color: #9e9e9e;
	margin: 0 0 0;
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
}

.product-detail {
	margin-top: 20px;
}

.product-detail h5 {
	color: #555;
	font-size: 21px;
	font-weight: 400;
	border-bottom: 1px solid #888;
	display: inline-block;
	padding: 0 0 8px;
	margin: 20px 0 0;
}

.product-detail dl {
	border-top: 1px solid #ccc;
	margin: -1px 0 30px;
	padding: 20px 0 0;
}

.product-detail dt {
	font-size: 15px;
	font-weight: 400;
}

.product-detail dd {
	font-size: 14px;
	color: #6e6e6e;
	margin: 10px 0 0;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.product-info {
		padding: 0;
		margin: 20px 0 0;
	}
}

/* ---------- sub page - 메일문의 ---------- */

.form-control {
    line-height: 1.6;
    color: #666;
    border-radius: 0;
    box-shadow: none;
}

#mailForm .btn-primary {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 30px auto 0;
    display: block;
    padding: 12px 0;
    background: #cbced2;
    width: 100%;
    max-width: 180px;
    transition: all ease 0.3s;
    text-decoration: none;
    border-radius: 0;
    border: none;
}

#mailForm .btn-primary:focus,
#mailForm .btn-primary:hover {
	background: #06398e;
    color: #fff;
}

/* ---------- sub page - 로그인 ---------- */
/* ----------- 로그인 ---------- */
.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper{
    max-width: 1170px;
    padding: 0 15px;
    margin: 80px auto 100px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    border: none;
    box-shadow: none;
    margin: 0;
}

.login-layout .panel-body,
.id-find-layout .panel-body,
.pw-find-layout .panel-body{
    padding: 0;
}

.login-layout .panel h2,
.id-find-layout .panel h2,
.pw-find-layout .panel h2{
    margin: 0 0 20px;
    color: #333;
}

.login-layout .inner-box-msg p,
.id-find-layout .inner-box-msg p,
.pw-find-layout .inner-box-msg p{
    margin: 0;
    color: #666;
    letter-spacing: -0.03em;
}

.login-layout #myForm {
    overflow: hidden;
}

.login-layout #myForm label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 15px;
    color: #333;
    margin: 0 0 10px;
}

.login-layout #myForm .btn,
.id-find-layout .btn,
.pw-find-layout .btn{
    background: #cbced2;
    border-radius: 0;
    border: none;
    padding: 10px 10px;
    max-width: 150px;
    float: right;
    letter-spacing: -0.03em;
    color:#333;
    transition:all ease 0.3s
}

.login-layout #myForm .btn:hover,
.id-find-layout .btn:hover,
.pw-find-layout .btn:hover{
    background: #06398e;
    color:#fff
}

.login-layout #myForm p a {
    display: inline-block;
    color: #666;
    font-size: 12px;
}

.login-layout #myForm p {
    float: left;
    margin-right: 20px;
    line-height: 1;
}

.login-layout #myForm p + p {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

/* ---------- sub page - 회원가입 ---------- */

.join-agree-layout .sub_top_wrap {
	margin-top: -40px;
	margin-bottom: 40px;
}

/* //서브 페이지 설정 끝 */

/* 게시판 설정 시작 */

/* ----- 레프트 메뉴 ----- */

.dh-board,
form#insertForm,
form#mailForm,
.img-bbs-default-index-layout>div:nth-child(2),
.dh-view-box.dh-margin-topx2 {
    display: inline-block;
    width: calc(80%);
    margin: 0 auto;
    padding: 0 0px 60px 40px;
    max-width: 1170px;
    border-left: 1px solid #ddd;
}
/*
.bbs-list-index-layout #content,
.contact-mail-layout #content,
.img-bbs-default-index-layout #content,
.vod-index-layout #content,
.bbs-blog2-index-layout #content,
.bbs-blog-view-layout #content,
.bbs-list-view-layout #content {
	width: 75%;
	padding: 0 40px 0;
}
*/
.bbs-list-index-layout #content,
.bbs-list-view-layout #content,
.bbs-list-add-layout #content,
.contact-mail-layout #content{
    padding-bottom:0;
}

@media screen and (max-width: 991px) {
	.dh-board,
	form#insertForm,
	form#mailForm,
	.img-bbs-default-index-layout>div:nth-child(2),
	.dh-view-box.dh-margin-topx2 {
		width: 100%;
		padding: 0 15px 0;
		margin: 0;
	}
	.bbs-list-index-layout #content,
	.contact-mail-layout #content,
	.img-bbs-default-index-layout #content,
	.vod-index-layout #content,
	.bbs-blog2-index-layout #content,
	.bbs-blog-view-layout #content,
	.bbs-list-view-layout #content {
		width: 100%;
		padding: 0;
	}
}

/* ----- 텍스트 게시판 설정 ----- */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 14px 10px;
	color: #6d6d6d;
	font-size: 14px;
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #333;
    background: #f3f3f3;
}

.table>tbody>tr>td>strong>a {
    color: #666;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.table>tbody>tr>td>strong>a:hover {
	color: #06398e;
    text-decoration:underline;
}

.dh-board>.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0px 0 0px;
}

.dh-board>.table-hover>tbody>tr:hover{
	background-color: #fff;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: transparent;
	padding: 0px 5px 0px;
	font-size: 90%;
}

.label-danger {
	color: #004b9a;
}

.label-primary {
	color: #2b5cb7;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #004b9a;
	border: 1px solid #004b9a !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
    border-left: none;
    padding: 0;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

#btnNew {
    text-align: center;
    color: #333;
    background: #cbced2;
    transition: all ease 0.3s;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #cbced2;
    letter-spacing: -0.03em;
}

#btnNew:hover{
    background: #06398e;
    color: #fff;
    border-color:#06398e
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 40px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 5px 20px 5px;
    margin: 0;
    background: #fff;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-size: 18px;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: none;
	background: transparent;
	padding: 8px 20px 8px;
	margin: 0 10px 0 20px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
	padding: 0 40px 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0;
	padding: 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 40px 40px !important;
}



/* //게시판 설정 끝 */

#content .con {margin-bottom:60px}
#content .con:last-child {margin-bottom:0}
/* company04 */

#company02 img{margin-bottom:30px}

#company04 .con {
    max-width: 600px;
    margin: 0 auto;
}

#company04 .content_wrap h3{    
	text-align: center;
    font-weight: 700;
    font-size: 30px;
	color:#333
}
#company04 .content_wrap h3.second {
    margin-top: 10px;
}
#company04 h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
#company04 h4 span {
    border-bottom: 2px solid #333;
}
@media(min-width:768px){
	#company04 .con2 .col-md-5 ul{padding:0}
}
#company04 .con2 .col-md-5 ul li{    text-align: center;}
#company04 .con2 .col-md-5 ul li:first-child{    font-size: 18px;
    font-weight: 700;}

#company04 .con .square,
#company04 .con .circle {
    padding: 0 1px;
}
#company04 .circle p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #06398e;
    max-width: 180px;
    height: 180px;
    border: 1px solid #06398e;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 180px;
}
#company04 .square p {
    text-align: center;
    background: #f3f3f3;
    padding: 12px;
    color: #333;
    margin-bottom: 2px;
}
#company04 .square p span{    color: #039;}
#company04 .square ul {
    text-align: center;
    line-height: 1.8;
    background: #f3f3f3;
    letter-spacing: -0.03em;
}
@media(min-width:768px){
	#company04 .square ul { padding: 15px 0;}
}
#company04 .clearfix{margin:30px 0}
#company04 .program p {
    text-align: center;
    max-width: 180px;
    height: 180px;
    padding-top: 58px;
    background: #566274;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    line-height: 1.5em;
    margin: 0 auto;
}
#company04 .con2 {
    max-width: 600px;
    margin: 50px auto 0;
}
#company04 .con2 ul {
    padding-left: 0;
}
#company04 .con2 .purpose-title {
    border-top: 1px solid #06398e;
    border-bottom: 1px solid #06398e;
    padding: 30px;
    margin-bottom: 30px;
}
#company04 .con2 .purpose-title li {
    font-size: 22px;
    letter-spacing: -0.03em;
    font-weight: 600;
    text-align: center;
    color: #06398e;
}
#company04 .con2 .purpose-title li small {
    font-size: 18px;
    color: #06398e;
    font-weight: 400;
}
#company04 .con2 .purpose-cont li {
    margin-bottom: 5px;
    background: #f3f3f3;
    letter-spacing: -0.03em;
    color: #333;
    font-size: 15px;
}
#company04 .con2 .purpose-cont li b {
    background: #566274;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    min-width: 160px;
    margin-right: 12px;
    font-weight: 600;
}

#company05 .col-md-6 img {border:1px solid #dedede}
#company05 .col-md-6 p {    
	text-align: center;
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
}

#company06 .table-responsive{margin-top:30px}
#company06 .table tbody th{
    background: #eee;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
	color: #333;}


/*performance01*/
@media(min-width:768px){

		#performance01 #content  .con ul {padding:0}
}
#performance01 #content .con ul {
    border-top: 2px solid #333;
}
#performance01 #content .con ul li {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
#performance01 #content .con ul li:before, 
#equipment01 #content .con dl dd:before, 
.main_con02 .col-md-3 dl dd:before {
    content: "";
    width: 4px;
    height: 1px;
    display: inline-block;
    background: #333;
    margin-right: 5px;
    margin-bottom: 3px;
}
#equipment01 #content .con dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    color: #7388a6;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.4;
    text-align: center;
}
#equipment01 #content .con dl dt i {
    display: block;
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-size: 35px;
    background: #7388a6;
    color: #fff;
    font-weight: 400;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    padding-top: 10px;
}
#equipment01 #content .con .equip2 dt {
    color: #566274;
}
#equipment01 #content .con .equip2 dt i{
    background:#566274;
}
#equipment01 #content .con .equip3 dt{
    color: #06398e;
}
#equipment01 #content .con .equip3 dt i {
    background: #06398e;
}
#equipment01 #content .con .equip4 dt{
    color: #22b8f7;
}
#equipment01 #content .con .equip4 dt i {
    background: #22b8f7;
}
#equipment01 #content .con dl dd {
    line-height: 1.7;
    letter-spacing: -0.03em;
    color: #666;
}

#equipment01 #content .con .clearfix, #performance02 #content .con .clearfix {
    margin: 0 0 30px;
}
#equipment01 #content .con .col-md-3 img, #performance02 #content .con .col-md-4 img {
    border: 5px solid #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
}


/**/
.busi-wrap {
    margin: 40px 0 0;
    padding: 50px 50px 25px;
    background: #f3f3f3;
}
.busi-wrap .col-sm-5:nth-of-type(1) dl:nth-of-type(1){    
	text-align: right;
/*     border-bottom: 2px solid #222; */
    }
.busi-wrap .col-sm-5:nth-of-type(1) dl:nth-of-type(2){
	text-align: right;
	padding-top:20px
}
.busi-wrap .col-sm-5:last-child dl:nth-of-type(1){ 
/*     border-bottom: 2px solid #222; */
}
.busi-wrap .col-sm-5:last-child dl:nth-of-type(2){
    padding-top:20px
}
.busi-wrap .col-sm-5 dl {
    padding: 0px 20px 25px;
    margin: 0;
}
.busi-wrap .col-sm-5 dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}
.busi-wrap .col-sm-5 dl dt .numbering {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
        color: #06398e;
}
.busi-wrap .col-sm-5 dl dd {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.7;
}
.busi-wrap .col-sm-2{
	height:350px;
    padding: 0;
}
.busi-wrap .col-sm-2 p {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background: #0fa06f;
    background: -webkit-linear-gradient(to bottom,#0b7c88 0% ,#06398e 100%);
        background: linear-gradient(to bottom,#0b7c88 0% ,#06398e 100%);
    margin: 0;
}
.busi-wrap .col-sm-2 p span {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}
.absolute-center{    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;}
.vision-wrap .col-sm-5 dl dt .numbering{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #0fa06f;
}
.vision-wrap .col-sm-5 dl dd{    font-size: 16px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.7;}
.numbering{    margin-right: 10px;}

#equipment02 #content .con p big{    
	font-size: 20px;
    font-weight: 400;
    color: #c43737;
    line-height: 25px;
    margin: 0 0 30px;}
/* ---------- 사업분야 박스 ---------- */
.main-con {
    padding: 50px 0;
    background: #f3f3f3;
}
.main-con h3 {
    text-align: center;
    color: #333;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 30px;
}
.main-con > div, .main-con .tab-wrap{padding: 0;}
.main-con .tab-wrap > div{padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-con .tab-wrap > a {width: 25%; float: left; padding: 0 15px 0;}
.main-con .tab-wrap > a .main-ani > div{position: absolute; z-index: 1; bottom: 1%; width: 100%; height: 50px; margin: 0 0 -3px 0; padding: 10px 30px 10px 30px; background-color: rgba(0, 0, 0, 0.7); font-size: 14px; color: #cecece;transition:all ease .5s}
.main-con .tab-wrap > a .main-ani:hover > div{background: #000;height:170px}
.main-con .tab-wrap > a .main-ani > div h4{font-size: 16px; font-weight: 400; color: #fff; display: block; margin: 5px 0 20px;}
.main-con .tab-wrap > a .main-ani > div p{font-size:13px}
.main-con .tab-wrap > a .main-ani > div h4:after{content: url('/skin/img/default/main-plus-icon.png'); display: inline-block; float: right;}
.main-con .tab-wrap img{width: 100%;}
.main-con .tab-wrap [class*=ani]{overflow: hidden; padding: 0; width: 100%;}

@media screen and (max-width: 991px) {
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
    .main-con .tab-wrap > a{width: 100%; margin: 0 0 5px;}
}