@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
	padding-top: 84px
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR', 'NanumBarunGothic', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
}

.navbar-inverse .divider-vertical {
	display: none;
}

.caret {
	display: none;
}

.navbar~br {
	display: none;
}

.topmarginLay_a {
	height: 124px !important;
}

@media screen and (max-width: 767px) {
	.topmarginLay_a {
		height: 64px !important;
	}
}

/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-top {
	width: 100%;
	padding: 0;
	background: #414141;
}

.navbar-top-wrap {
	width: 1170px;
	margin: 0 auto;
}

.navbar-top-wrap ul {
	margin: 0;
	padding: 0;
}

.navbar-top-wrap ul li {
	float: left;
}

.navbar-top-wrap .navbar-top-btn {
	margin: 0;
	padding: 12px 15px;
	display: inline-block;
	color: #c8c8c8;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

.navbar-top-wrap ul li:last-child .navbar-top-btn {
	background: #2a2a2a;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.navbar-top-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.navbar-top {
		display: none;
	}
}

/* ----- 로고 설정 ----- */

.navbar-brand {
	padding: 20px 15px;
}

.navbar-inverse .navbar-brand {
	color: #333;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	letter-spacing: -1px;
}

.navbar-brand img {
	width: 100%;
	margin-top: 0
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
	background-color: transparent;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-brand {
		margin: 32px 0 0;
	}
	.navbar-brand img {
		width: 180px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		margin: 20px 0 0;
	}
	.navbar-top>div>a {
		margin: 5px 20px 0;
	}
}

/* ----- 메인 메뉴 설정 -----*/

.navbar-inverse .navbar-nav>li>a {
	color: #333;
	font-size: 16px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	letter-spacing: -0.3px;
	font-weight: 500;
	padding: 32px 20px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: #fff;
	color: #0f51a1;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #0f51a1;
	background-color: transparent;
}

@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: 16px;
		margin: 0;
		padding: 14px 20px 14px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		color: #333;
		border: none !important;
		margin: 0 0 0;
		background: #f7f7f7;
	}
}

/* ----- 서브 메뉴 설정 -----*/

.dropdown-menu {
	background: #f3f3f3;
	left: 0 !important;
	right: auto !important;
	padding: 20px 0;
	margin: 0;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dropdown-menu>li>a {
	color: #333;
	padding: 6px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.3px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-image: none;
	color: #0f51a1;
	text-decoration: underline;
}

/* ----- 모바일 메뉴 설정 ----- */

.navbar-toggle {
	background: #06488a! important;
	border-radius: 0;
	border: none;
	margin: 15px 20px 15px;
	padding: 10px 10px;
	top:4px;
}
.navbar-toggle .icon-bar {
	background:#fff !important;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #06488a;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

@media (min-width: 768px) {
	.navbar .navbar-nav>.dropdown>.dropdown-menu {
		left: 50% !important;
		right: auto !important;
		transform: translate(-50%, 0) !important;
	}
}

/* //메뉴 설정 끝 */

/* 푸터 영역 설정 시작 */

.footer_copy .text-center {
	background: #173253;
	color: #78899e;
	font-size: 13px;
	text-align: left;
	padding: 0 0 40px;
	margin: 0;
}

.footer-top {
	margin: 0 auto 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-top_inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 17px 15px 13px;
}

.footer-top ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.footer-top ul li {
	float: left;
	display: inline-block;
}

.footer-top ul li a {
	color: #fff;
	font-size: 15px;
	margin-right: 30px;
	line-height: 1;
}

.footer-top ul li:last-child a:after {
	content: ""
}

.footer-middle {
	width: 1170px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

.footer-middle ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	line-height: 1.6;
}

.footer-middle ul li {
	float: left;
	display: inline-block;
}

.footer-middle ul li span:after {
	content: "|";
	color: #dedede;
	padding: 0 6px 0;
}

.footer-middle ul li:last-child span:after {
	content: "";
}

.footer-bottom {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-bottom p {
	display: inline-block;
	width: 100%;
}

.socialArea {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-top {
		width: 100%;
	}
	.footer-middle {
		width: 100%;
	}
	.footer-bottom {
		width: 100%;
	}
}

.footer-left {
	float: left;
}

.footer-left p {
	margin-bottom: 4px;
}

.footer-right p {
	text-align: right;
}

.footer_copy .col-md-11 {
	overflow: hidden
}

.footer_copy .col-md-11 p strong {
	color: #fff;
	font-weight: 600;
}

/* //푸터 영역 설정 끝*/

/* 슬라이드 설정 시작 */

.carousel.slide {
	position: relative;
	height: 580px;
}

.carousel-inner {
	height: 100%;
}

.carousel-inner>div>div {
	margin:0;
	padding:0;
	left:50%;
	right:auto;
	top:50%;
	bottom:auto;
	transform:translate(-50%,-50%);
	width:85%;
	max-width:1170px;
}

#main-slide .carousel-inner .carousel-caption span {
	text-shadow: none;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-weight: 400;
	color: #84cfff;
}

#main-slide .carousel-inner .carousel-caption h2 {
	font-size: 65px;
	font-weight: 400;
	text-shadow: none;
	margin: 10px 0 30px;
}

#main-slide .carousel-inner .carousel-caption p {
	font-size: 20px;
	text-shadow: none;
}

#main-slide .carousel-inner .carousel-caption a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	border: 1px solid;
	padding: 15px 10px;
	margin: 60px auto 0;
	width: 180px;
	transition: all ease 0.3s;
}

#main-slide .carousel-inner .carousel-caption a:hover,
#main-slide .carousel-inner .carousel-caption a:focus,
#main-slide .carousel-inner .carousel-caption a:active {
	color: #333;
	border-color: #fff;
	background: #fff;
	text-shadow: none;
	font-weight: 400;
}

/* ----- 슬라이드 화살표 버튼 ----- */

.carousel-control {
	opacity: 1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	margin-top: -50px;
}

.glyphicon-chevron-left:before {
	content: url(/skin/img/default/left-arrow.png);
}

.glyphicon-chevron-right:before {
	content: url(/skin/img/default/right-arrow.png);
}

.carousel-control:hover .glyphicon-chevron-left:before {
	content: url(/skin/img/default/left-arrow-hover.png);
}

.carousel-control:hover .glyphicon-chevron-right:before {
	content: url(/skin/img/default/right-arrow-hover.png);
}

/* ----- 슬라이드 텍스트 ----- */

.slide-box-left {
	height: 100%;
	width: 280px;
	float: left;
	position: relative;
}

.slide-left-wrap {
	top: 50%;
	margin-top: -190px;
	position: absolute;
	width: 100%;
	height: 380px;
}

.slide-left-wrap h5 {
	color: #c80e0e;
	font-size: 15px;
	font-weight: 400;
	font-family: "나눔고딕" !important;
	margin: 0 0 8px;
}

.slide-left-wrap h3 {
	color: #333;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 15px;
}

.slide-left-wrap p {
	font-size: 13px;
	color: #999;
}

.slide-banner-top,
.slide-banner-bottom {
	position: absolute;
	width: 100%;
	height: 180px;
}

.slide-banner-top {
	top: 0;
	background: url('/skin/img/default/slide-banner-top.jpg');
	padding: 28px 30px 30px;
}

.slide-banner-bottom {
	bottom: 0;
	background: url('/skin/img/default/slide-banner-bottom.jpg');
	padding: 30px 30px 30px;
}

.slide-box-right {
	position: relative;
	float: right;
	height: 100%;
	width: 640px;
	margin: 0 150px 0 0;
}

.slide-right-wrap {
	color: #fff;
	top: 50%;
	margin-top: -190px;
	position: absolute;
	width: 100%;
	height: 380px;
	border: 7px solid #fff;
	background: rgba(0, 0, 0, 0.3);
}

.slide-caption {
	height: 100%;
	margin: 0;
	padding: 60px 50px 60px;
}

.slide-caption h3 {
	margin: 0 0 30px;
	font-size: 54px;
	font-weight: 500;
	font-family: "나눔고딕" !important;
	line-height: 1.1;
	letter-spacing: -.02em;
	display: inline-block;
}

.slide-caption h5 {
	color: #ff6666;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 0 0 20px;
}

.slide-caption p {
	margin: 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6;
}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */

.carousel.slide #main_btn {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	height: 100%;
	width: 20%;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}

#main_btn ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

#main_btn ul li {
	width: 100%;
	margin: 0;
	height: 20%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#main_btn ul li:last-child {
	border-right: none;
}

#main_btn ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 45px 30px 30px;
	color: #fff;
}

#main_btn ul li a:hover,
#main_btn ul li a:focus {
	background: #000;
}

#main_btn ul li a h3 {
	margin: -8px 10px 0 3px;
	float: left;
	display: inline-block;
}

#main_btn ul li a h4 {
	font-size: 19px;
	font-weight: 400;
	margin: 0;
}

#main_btn ul li a p {
	font-size: 12px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

/* ----- //슬라이드 퀵 메뉴 설정 ----- */

@media screen and (max-width: 991px) {
	#main_btn>ul {
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.gu-slider {
		display: none;
	}
}

/* //슬라이드 설정 끝 */

/* 메인 페이지 설정 시작 */

.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}

/* ----- main-html-area ----- */

.intro-html-layout {
	margin: 0;
}

.intro-html-layout>div {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.intro-html-layout>div>div:nth-child(2) {
		width: 100%;
	}
}

/* ---------- 사업분야 박스 ---------- */

.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;
}

.main-con .tab-wrap>a .main-ani:hover>div {
	background: #000;
}

.main-con .tab-wrap>a .main-ani>div h4 {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 10px 0 20px;
}

.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;
	}
}

/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */

.intro-board-widget-layout {
	display: none
}

.intro-boardbox {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 10px;
	margin: 20px 0 10px;
	border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #555;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/default/board-plus-icon.png');
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #06488a;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

/* //메인 페이지 설정 끝 */

/* 서브 페이지 설정 시작 */

/* ----- 서브페이지 common 설정 ----- */

.sub-layout {
	width: 100%;
	padding: 0;
}

#content {
	float: none;
	width: 1170px;
	margin: 0 auto;
	padding: 0 30px 0;
}

@media screen and (max-width: 991px) {
	#content {
		width: 100%;
		padding: 0 15px 50px;
		border-left: none;
	}
}

@media screen and (max-width: 767px) {
	#content {
		width: 100%;
		padding: 0 10px 50px;
		border-left: none;
	}
}

/* ----- 서브페이지 상단 이미지 설정 ----- */

.visual_wrap {
	height: 180px;
	background: url('/skin/img/default/sub-top.jpg');
	text-align: center;
}

.visual_wrap .visual_box {
	padding: 10px 0 10px;
}

.visual_wrap h2 {
	margin: 0 0 0;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}

.visual_wrap h4 {
	margin: 4px 0 0;
	font-size: 16px;
	font-weight: 300;
	color: #bbb;
}

.breadcrumb {
	background: transparent;
	margin: 0 0 30px;
	padding: 15px 15px 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	color: #aaa;
}

.breadcrumb>li+li:before {
	padding: 0 3px;
}

.breadcrumb>li.active {
	color: #eee;
}

/* ----- 서브페이지 상단 메뉴 설정 ----- */

.top_menu_wrap {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.top_menu {
	padding: 0 30px 0;
	margin: 0 auto;
	width: 1170px;
}

.top_menu>li {
	float: left;
}

.top_menu>li>a {
	display: inline-block;
	background-color: #fff;
	margin: 0 0 0;
	padding: 12px 80px 12px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid transparent !important;
}

.top_menu>li.active>a {
	color: #c80e0e;
	border-bottom: 1px solid #c80e0e !important;
}

@media screen and (max-width: 991px) {
	.top_menu_wrap {
		display: none;
	}
	.top_menu {
		width: 100%;
	}
}

/* ----- content 설정 ----- */

.content_wrap>div {
	padding: 60px 0 50px;
}

.content-left {
	margin: 0 0 50px;
}

.content_wrap h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 20px;
}

.content_wrap h4 {
	font-size: 20px;
	font-weight: 400;
	color: #c43737;
	line-height: 25px;
	margin: 0 0 30px;
}

.content_wrap h5 {
	font-size: 15px;
	line-height: 1.8;
}

.content_wrap p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #454545;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.content_wrap hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid transparent;
}

.title-line {
	background: #c80e0e;
	height: 1px;
	width: 20px;
	margin: 0 0 30px;
}

/* ---------- tab 메뉴 설정 ---------- */

.nav-tabs {
	border: 1px solid #dedede;
	background: #fff;
	margin: 30px 0 40px;
}

.nav-tabs>li {
	margin: -1px 0 0;
}

.nav-tabs>li>a {
	margin: 0 0 0;
	padding: 12px 50px 12px;
	line-height: 1;
	border-right: 1px solid #ddd;
	border-radius: 0;
	color: #555;
	font-size: 14px;
	font-weight: 500;
}

.nav-tabs>li>a:hover {
	background: #f7f7f7;
	border: 1px solid #dedede;
	border-left: 1px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #06488a;
	background: #fff;
	border: none;
	border-top: 1px solid #06488a;
	border-right: 1px solid #dedede;
}

.tab-content h4 {
	font-size: 18px;
}

.tab-content h5 {
	font-size: 17px;
	margin: 0 0 10px;
}

/* --------------- sub page - 회사소개 --------------- */

.table-history th {
	padding: 12px 15px;
	color: #555;
	font-weight: 500;
	font-size: 17px;
	background-color: #fff;
	vertical-align: top;
}

.table-location {
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
}

/* --------------- sub page - 사업분야 --------------- */

.table-equipment {
	margin: 0;
	border-top: 1px solid #555;
}

/* --------------- sub page - 메일문의 --------------- */

.form-control {
	padding: auto 16px;
	height: auto;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	border-radius: 0;
}

#mailForm .btn-primary {
	background: #414141;
	border-radius: 0;
	border: 1px solid #414141 !important;
	padding: 8px 0 8px;
}

#mailForm .btn-primary:focus,
.btn-primary:hover {
	background-color: #414141 !important;
	border: 1px solid #414141 !important;
}

/* --------------- sub page - 회원가입 --------------- */

.login-layout {
	width: 1170px;
	margin: 0 auto;
}

.join-agree-layout .sub_top_wrap {
	margin-top: -40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.login-layout {
		width: 100%;
	}
}

/* --------------- sub page - 로그인 --------------- */

.login-layout .panel {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 1px solid transparent;
}

.login-layout .panel-body h2 {
	margin: 0;
	color: #454545;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
	font-size: 13px;
	color: #666;
}

.login-layout .inner-box-form form label {
	font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: #fff !important;
	border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
	background-image: none;
	background-color: #414141;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
	background: #c80e0e;
}

.login-layout form>div>p>a {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #777;
}

.login-layout form>div>p>a:hover {
	color: #303030;
}

.login-layout form>div>p>a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
	content: "";
}

/* //서브 페이지 설정 끝 */

/* 게시판 설정 시작 */

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
#mailForm {
	width: 1170px;
	margin: 0 auto;
}

.dh-board {
	padding: 80px 30px 20px;
}

.img-bbs-default-index-layout .row:nth-child(2) {
	padding: 75px 30px 0;
}

.dh-view-box {
	padding: 70px 30px 40px;
}

.form-horizontal {
	padding: 70px 0 50px;
}

#mailForm {
	padding: 90px 30px 20px;
}

@media screen and (max-width: 991px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		width: 100%;
	}
}

/* ----- 텍스트 게시판 설정 ----- */

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

/* ----- 비디오 게시판 설정 ----- */

.vod-index-layout .dhb-txt-box {
	margin: 0px 5px 10px;
	width: 48%;
	float: left;
	border: 1px solid #d5d5d5;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.vod-index-layout .dhb-txt-box {
		width: 100%;
		margin: 10px 0 10px;
	}
}

.vod-index-layout .dhb-txt-box>.dhb-txt-list {
	width: 100%;
	border-right: none;
}

.vod-index-layout .dhb-txt-box>.col-md-4 {
	display: none;
}

.vod-index-layout .dhb-txt-box>.dhb-txt-list>.row>div:nth-child(2)>a.btnRead {
	border-bottom: 0px solid transparent !important;
}

.vod-index-layout .dhb-txt-box>.dhb-txt-list h5>a {
	color: #767676;
	font-weight: 400;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: transparent;
	padding: 0px 5px 0px;
	font-size: 90%;
}

.label-danger {
	color: #06488a;
}

.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: #06488a;
	border: 1px solid #06488a !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;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 40px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #eee;
	padding: 5px 20px 5px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #2c2c2c;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: transparent;
	padding: 8px 20px 8px;
	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 h6 {
	margin: 0 0 0;
	padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 15px 20px 40px !important;
}

/* ----- tab 메뉴 설정 ----- */

.filter-items {
	padding: 0 0 0;
}

.filter-items .filter-label {
	color: #333;
	font-size: 13px;
	background-color: #f7f7f7;
	border: none;
	margin: 0px 1px 5px;
	padding: 12px 28px 12px;
}

.filter-items .filter-label:hover {
	color: #fff;
	background-color: #06488a;
}

/* //게시판 설정 끝 */

/********* 메인 페이지 *********/

#main .subject h2 {
	text-align: center;
	font-size: 40px;
	color: #222;
	margin: 0 0 15px;
}

#main .subject span {
	text-align: center;
	display: block;
	margin-bottom: 40px;
	color: #777;
	font-size: 15px;
}

#main .contents .number {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 15px;
	background: rgba(15, 81, 161, 0.9);
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	padding-top: 10px;
}

#main .contents h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 22px 0 12px;
}

#main .contents p {
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #666;
	line-height: 1.7;
}

#main .contents .btn_m {
	letter-spacing: 0.3px;
	color: #0f51a1;
	font-size: 13px;
	border: 1px solid #0f51a1;
	padding: 12px 45px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	transition: all ease 0.3s;
}

.mainPage .middle {
	padding-top: 60px;
	padding-bottom: 60px;
}

#main .contents .btn_m:hover,
#main .contents .btn_m:active,
#main .contents .btn_m:focus {
	background: #0f51a1;
	color: #fff;
}

#main .container2 h2 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 600;
}

#main .container2 .con1_inner {
	height: 175px;
	background: url(/skin/img/main/main5.jpg) center no-repeat;
}

#main .container2_out {
	padding: 60px 0 70px;
	background: #f3f3f3;
}

#main .container2 .con1 p {
	color: #fff;
	padding: 30px 30px 0;
	margin: 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.3px;
}

#main .container2 .con1 a {
	display: block;
	margin-top: 28px;
	margin-left: 30px;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #fff;
	max-width: 90px;
	padding-bottom: 7px;
	position: relative;
	font-size: 12px;
	opacity: 0.5;
}

#main .container2 .con1 a:hover,
#main .container2 .con1 a:focus {
	text-decoration: none;
	opacity: 1;
}

#main .container2 .con1 a:after {
	content: "";
	display: inline-block;
	border-right: 1px solid #fff;
	height: 20px;
	position: absolute;
	bottom: -4px;
	right: 6px;
	transform: rotate(-45deg);
}

#main .container2 .con2 .row {
	margin-bottom: 30px;
}

#main .container2 .con2 h2 {
	margin: 0;
}

#main .container2 .con2 p {
	margin: 0;
	margin-top: 5px;
	color: #666;
	font-size: 15px;
	text-align: right;
	letter-spacing: -0.3px;
}

#main .container2 .con2 iframe {
	background: #ddd;
}

/********* 서브 페이지 *********/

.container.sub-layout {
	padding: 0;
	width: 100%;
}

#subTop .top {
	background-image: url(/skin/img/sub/sub_top.jpg);
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
}

#subTop .top h2 {
	margin: 0;
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding-top: 110px;
}

#subBottom {
	max-width: 1170px;
	padding: 0px 15px 90px;
	margin: 0 auto;
}

#subBottom p {
	color: #666;
	letter-spacing: -0.3px;
	font-size: 15px;
	line-height: 1.75;
}

#subBottom h3 {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 40px;
}

#subBottom h3:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #333;
	display: block;
	margin: 30px auto 40px;
}

#subBottom h3.text-left {
	text-align: left;
}

.navi {
	background: #0f51a1;
}

.navi .breadcrumb {
	margin-bottom: 0;
	max-width: 1170px;
	margin: 0 auto 60px;
	border-radius: 0px;
	background: transparent;
	color: #fff;
	padding: 0 15px;
	text-align: left;
}

.navi .breadcrumb li {
	font-size: 15px;
	padding: 14px 25px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.navi .breadcrumb li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb>li+li:before {
	content: none;
}

.sub_title {
	margin: 0 0 0px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #48608A;
}

.sub_title~p {
	margin: 15px 0 0;
}

.tit_wrap {
	margin-bottom: 60px;
}

.img-box {
	border: 1px solid #ddd;
	padding: 50px 0;
}

.subPage #subBottom .table {
	border-top: 1px solid #333;
}

.subPage #subBottom .table th,
.subPage #subBottom .table td {
	vertical-align: middle;
	border: 1px solid #ddd;
	border-top: none;
	padding: 12px 16px;
	color: #666;
	letter-spacing: -0.3px;
}

.subPage #subBottom .table th {
	text-align: center;
	background: #f3f3f3;
	color: #333;
}

/* greeting */

#subBottom p.greeting-big {
	font-size: 28px;
	color: #0f51a1;
	line-height: 38px;
}

#greeting #subBottom p {
	margin-bottom: 30px;
	word-break: keep-all;
}

#greeting #subBottom p strong {
	font-size: 20px;
}

#greeting #subBottom span {
	display: block;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.subPage .con1,
.subPage .con2,
.subPage .con3,
.subPage .con4,
.subPage .con5 {
	margin-bottom: 50px
}

/* summary */

#summary .table-bg {
	border-right: 1px solid #ddd;
	text-align: center
}

#summary .center-table td {
	text-align: center;
}

#summary .con1 dl {
	margin: 0 auto;
}

#summary .con1 dl dt,
#product01 .col-md-6 dl dt,
#product02 .col-md-10 dl dt {
	margin-bottom: 15px;
	color: #3594c2;
	padding: 15px 0;
	border-top: 1px solid #3594c2;
	font-size: 20px;
	text-align: left;
}

#summary .con1 dl dd,
#product01 .col-md-6 dl dd,
#product02 .col-md-10 dl dd {
	font-size: 15px;
	color: #333;
	position: relative;
	padding-left: 10px;
	margin-bottom: 4px;
	letter-spacing: -0.2px;
}

#summary .con1 dl dd ul,
#product01 .col-md-6 dl dd ul,
#product02 .col-md-10 dl dd ul {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	padding: 0;
	margin-left: 20px;
}

#summary .con1 dl dd ul li,
#product01 .col-md-6 dl dd ul li,
#product02 .col-md-10 dl dd ul li {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #555;
}

#summary .con1 dl dd:before,
#product01 .col-md-6 dl dd:before,
#product02 .col-md-10 dl dd:before {
	content: "·";
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	margin-right: 3px;
}

#summary .con1 dl dd:after,
#product01 .col-md-6 dl dd:after,
#product02 .col-md-10 dl dd:after {
	content: "";
	clear: none
}

#summary .con1 h3 {
	text-align: center;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		width: 200px;
	}
	.dl-horizontal dd {
		margin-left: 200px;
	}
	.dl-horizontal dd.first {
		border-top: 1px solid #ddd;
		padding-top: 15px;
	}
}

/* management */

#management dl dt {
	font-size: 20px;
	color: #0f51a1;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#management dl dt .number {
	font-weight: 300;
	margin-right: 8px;
	font-style: italic;
	opacity: 0.75;
	font-size: 22px;
}

#management .mana-list2 dt {
	color: #3495c2;
}

#management .mana-list3 dt {
	color: #1890ab;
}

#management dl dd {
	margin-bottom: 30px;
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #666;
	line-height: 1.7;
}

@media (min-width:768px) {
	#management dl {
		padding-left: 5px;
	}
}

/* history */

#history #subBottom .table {
	border-top: 1px solid #ddd;
}

#history #subBottom .table tbody th {
	background: #fff;
	color: #0f51a1;
	font-size: 20px;
	border: none;
	border-top: 1px solid #0f51a1;
	border-bottom: 1px solid #0f51a1;
}

#history #subBottom .table tbody td {
	border: none;
	border-bottom: 1px solid #ddd;
}

/* product01 */

#product01 #subBottom h3 {
	margin: 0 0 15px;
}

#product01 #subBottom .con1 span {
	text-align: center;
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 18px;
}

#product01 #subBottom .con2 p {
	text-align: center;
}

#product01 #subBottom .con2 p strong,
#product02 #subBottom .con2 p strong,
#product02 .con2 p strong {
	font-size: 17px;
}

#product01 .col-md-5 dl dd ul {
	margin-left: 0
}

/* product02 */

#product02 h3 {
	margin: 0
}

#product02 .con1 p {
	text-align: center;
}

#product02 .col-md-10 .product02-list {
	padding: 40px 40px 30px;
}

#product02 .col-md-10 .product02-list dd b {
	font-weight: 400;
}

@media(min-width:768px) {
	#product02 .col-md-10 .product02-list dd b {
		display: inline-block;
		text-indent: 11px;
	}
}

/* product03 */

#product03 .con2 td {
	text-align: center
}

#product03 .con2 td a {
	font-weight: 500;
	text-decoration: none;
}

#product03 .con2 td a:hover {
	color: #05396d
}

#product03 .con1 h4 {
	text-align: center
}

#product03 .con1 p {
	text-align: center
}

#product03 .con1 h4 strong {
	color: #3497c2;
	font-size: 20px;
}

#product03 .con1 .row .col-md-3 ul {
	padding: 20px;
	border: 2px solid #3594c2;
	line-height: 1.8em;
	font-size: 15px;
	margin-top: 15px;
}

/* performance */

#performance .table thead th {
	vertical-align: middle;
	text-align: center;
	background: #3497c2;
	color: #fff;
	border-right: 1px solid;
}

#performance .table {
	margin-bottom: 50px
}

#performance .table-responsive .perform-title {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	color: #3497c2;
	font-weight: 600;
	text-align: center;
}

#performance .table tbody tr td:nth-of-type(4) {
	text-align: center
}

#performance .con1 {
	word-break: keep-all
}

#performance .year_line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

#performance .year_line:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* location */

#location .table-responsive {
	margin-top: 30px
}

/* 메인슬라이드 화살표 */

.carousel-control-box .left {
	background: url(/skin/img/main/arrow_prev.png) center no-repeat;
	display: block
}

.carousel-control-box .right {
	background: url(/skin/img/main/arrow_next.png)center no-repeat;
	display: block
}

.tos-desktop {
	padding-right: 0!important
}

.carousel-inner>.item>img {
	margin: 0 auto;
}

/*2018-09-06*/

.revised_div p{
	font-weight:600;
	text-align:center;
}

.revised_div {
	padding: 20px;
	font-size: 30px;
	border-top: 1px solid #ddd;
	position: relative;
}

.revised_div::after {
	content: "";
	width: 950px;
	height: 2px;
	background: #3594c2;
	/* display: block; */
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translatex(-50%);
}

/*table*/

.board_div {
	width: 60%;
	height: auto;
	line-height: 1.42857;
	margin: auto;
	padding-bottom: 40px;
}

.productimg {
	padding-bottom: 20px;
	padding: 15px;
	border-left:1px solid #3594c2;
	border-right:1px solid #3594c2;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	
}

/*---------모바일------------*/
@media(max-width:767px){
	.body-layout{
		padding-top:72px;
	}
	.navbar-inverse .navbar-brand{
		margin-top:0;
	}
	.carousel.slide,
	.carousel .item{
		height:300px;
	}
	.carousel .item img{
		max-width:none;
		width:auto;
		height:100%;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
	.carousel .carousel-control{
		display:none;
	}
	#main-slide .carousel-inner .carousel-caption h2{
		font-size:35px;
	}
	#main-slide .carousel-inner .carousel-caption a{
		margin-top: 20px;
		width: 140px;
		padding: 10px 0;
	}
	#main-slide .carousel-inner .carousel-caption p{
		font-size:14px;
	}
	#main .subject h2{
		font-size:32px;
	}
	#main .contents .btn_m{
		margin-bottom:50px;
	}
	#main .container2 .con2 h2{
		margin-top:50px;
	}
	.footer-left{
		float:none;
	}
	.footer_copy p{
		text-align:center;
	}
	.footer_copy img{
		margin-bottom:10px;
	}
	.footer-top ul li{
		width:25%;
	}
	.footer-top ul li a{
		display:block;
		margin:0;
		text-align:center;
	}
	#subTop .top{
		height:150px;
	}
	#subTop .top h2{
		padding-top:60px;
		font-size:32px;
	}
	.navi .breadcrumb{
		padding:0;
	}
	.greeting-img{
		padding-top:40px;
	}
	.navi .breadcrumb li{
		padding:10px 25px;
	}
