/* 웹폰트 Import */

@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
/* 스크롤 설정 */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

/* 폰트 설정 */

* {
	font-family: 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;
	word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

ol,
ul,
li {
	list-style: none;
}

.body-layout.modal-open {
	padding-right: 0!important;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: auto;
}

.navbar-inverse .divider-vertical {
	display: none;
}

.caret {
	display: none;
}

.navbar~br {
	display: none;
}

.topmarginLay_a {
	height: 108px !important;
}

@media screen and (max-width: 767px) {
	.topmarginLay_a {
		height: 64px !important;
	}
}

/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-top {
	width: 100%;
	padding: 0;
	background: #1b2256;
}

.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: 9px 15px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.navbar-top-wrap .navbar-top-btn.pu-btn.active {
	background: #fff;
	color: #333;
	font-weight: bold;
}

.navbar-top-wrap .pu-btn {
	background: #293689;
	color: #fff;
}

.navbar-top-wrap .pu-btn:hover {
	background: #3545b1;
	color: #fff;
}

.navbar-top-wrap ul li:last-child .navbar-top-btn {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

@media screen and (max-width: 991px) {
	.navbar-top-wrap {
		width: 100%;
	}
}

/* ----- 로고 설정 ----- */

.navbar-inverse .navbar-brand {
	margin: 18px 0 12px !important;
	padding: 0;
}

.navbar-inverse .navbar-brand img {
	width: 100%;
	margin: 0 !important;
}

@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.navbar-inverse>.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.navbar.navbar-inverse>.container.navbar-top {
	max-width: none;
	width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
	color: #555;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	letter-spacing: -0.04em;
	padding: 10px 0;
	margin: 25px 25px 10px;
	border: none;
	border-bottom: 2px solid transparent !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: #fff;
	color: #1b2256;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #1b2256;
	border: none;
	border-bottom: 2px solid #1b2256 !important;
}

@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: #2c2c2c;
	left: 0 !important;
	right: auto !important;
	padding: 7px 8px;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	min-width: 170px;
}

.dropdown-menu>li>a {
	background: rgba(255, 255, 255, 0.15);
	color: #eee;
	padding: 10px 15px;
	margin: 1px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.02em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-image: none;
	color: #1b2357;
	font-weight: 600;
}

/* ----- 모바일 메뉴 설정 ----- */

.navbar-toggle {
	background: #0b4925;
	border-radius: 0;
	border: none;
	margin: 15px 20px 15px;
	padding: 10px 10px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #0b4925;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* //메뉴 설정 끝 */

/* 푸터 영역 설정 시작 */

.footer_copy .text-center {
	background: #404441;
	color: #999;
	font-size: 12px;
	text-align: left;
	padding: 25px 0 5px;
	margin: 0;
}

.footer-top {
	width: 1170px;
	margin: 0 auto 10px;
	padding: 0 15px;
}

.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: #eee;
	font-size: 13px;
	margin-right: 30px;
}

.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: rgba(255, 255, 255, 0.15);
	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%;
}

.footer-bottom p span {
	font-weight: 700;
	color: #bed8c9;
}

.socialArea {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-top {
		width: 100%;
	}
	.footer-middle {
		width: 100%;
	}
	.footer-bottom {
		width: 100%;
	}
}

/* //푸터 영역 설정 끝*/

/* 슬라이드 설정 시작 */

#myCarousel{
	position: relative;
	height: 560px;
}

#myCarousel .carousel-inner {
	height: 100%;
}

#myCarousel .carousel-inner>div {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#myCarousel .carousel-inner>div:nth-child(1) {
	height: 100%;
	background: url(/skin/img/slide/slide01.jpg) no-repeat center;
	background-size: cover;
}

#myCarousel .carousel-inner>div:nth-child(2) {
	height: 100%;
	background: url(/skin/img/slide/slide02.jpg) no-repeat center;
	background-size: cover;
}

#myCarousel .carousel-inner>div:nth-child(3) {
	height: 100%;
	background: url(/skin/img/slide/slide03.jpg) no-repeat center;
	background-size: cover;
}

#myCarousel .carousel-inner>div>div {
	height: 100%;
}

#myCarousel .carousel-inner .item .container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

#myCarousel .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	border: none;
	border-radius: 15px;
}

#myCarousel .carousel-indicators .active {
	width: 40px;
	height: 10px;
	margin: 0;
	background: #0b4925;
}

/* ----- 슬라이드 텍스트 ----- */

.slide-box-right {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.slide-right-wrap {
	color: #fff;
	top: 50%;
	margin-top: -170px;
	position: absolute;
	width: 100%;
	border: 7px solid #fff;
	background: rgba(0, 0, 0, 0.45);
}

.slide-caption {
	height: 100%;
	margin: 0;
	padding: 80px 0 70px;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slide-caption h5 {
	color: #bed8c9;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.04em;
	display: block;
	margin: 0 0 15px;
}

.slide-caption h3 {
	margin: 0 0 30px;
	font-size: 55px;
	font-weight: 500;
	font-family: "나눔고딕" !important;
	line-height: 1;
	letter-spacing: -0.06em;
	display: inline-block;
}

.slide-caption p {
	margin: 0;
	color: #e1e1e1;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: -0.02em;
}

@media screen and (max-width: 991px) {
	#main_btn>ul {
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.gu-slider .carousel {
		height: 300px;
	}
}

/* //슬라이드 설정 끝 */

/* 메인 페이지 설정 시작 */

.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}

/* ----- main-html-area ----- */

.intro-html-layout {
	margin: 0 0 30px;
}

.intro-html-layout>div {
	padding: 0;
}

.intro-html-layout>div>div:nth-child(2) {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
}

/* ---------- 사업분야 박스 ---------- */

.main-con .tab-con {
	z-index: 1;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.main-con>a {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	float: left;
	width: 25%;
}

.main-con>a .main-ani {
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.main-con>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>a .main-ani:hover div {
	padding-top: 27%;
	background-color: rgba(0, 0, 0, 0.85);
}

.main-con>a .main-ani>div h4 {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 10px 0 20px;
}

.main-con>a .main-ani>div h4:after {
	content: url('/skin/img/main/main-plus-icon.png');
	display: inline-block;
	float: right;
}

.main-con img {
	width: 100%;
}

@media screen and (max-width: 991px) {}

.main-bot {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
}

.inquiry-wrap {
	overflow: hidden;
	background: #f3f3f3;
	padding: 35px 30px 30px;
}

.inquiry-wrap .intro-left {
	float: left;
	width: 40%;
	text-align: center;
	padding-right: 15px;
}

.inquiry-wrap .intro-left i {
	background: #fff;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	font-size: 55px;
	color: #0A4925;
	margin: 0 auto;
	padding: 32px 0 0;
	display: inline-block;
}

.inquiry-wrap .sub-list {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.inquiry-wrap .sub-list li {
	margin-bottom: 5px;
	list-style: none;
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.inquiry-wrap .intro-right {
	float: left;
	width: 60%;
	padding-left: 15px;
}

.inquiry-wrap a.inquiry-btn {
	width: 100%;
	max-width: 220px;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #0A4925;
}

.main-title {
	padding: 0 0 15px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
	text-align: left;
	letter-spacing: -0.06em;
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}

.main-title span {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	padding-left: 10px;
	letter-spacing: 0.06em;
}

.main-con .main-title-wrap {
	padding: 0 15px;
}

/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */

.intro-board-widget-layout {
	width: 1170px;
	margin: 0 auto;
	padding: 10px 0 30px;
}

.intro-boardbox {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

@media(max-width:767px) {
	.container_contents {
		padding-top: 45px!important;
	}
	.main-con>a {
		width: 100%;
		margin-bottom: 10px;
	}
	.main-bot>div:nth-child(2) {
		margin-top: 20px;
	}
	.inquiry-wrap .intro-left i {
		background: #fff;
		width: 100px;
		height: 100px;
		border-radius: 100%;
		font-size: 65px;
		color: #0A4925;
		margin: 0 auto;
		line-height: 100px;
		padding: 0;
		display: inline-block;
	}
	.inquiry-wrap .intro-left {
		float: left;
		width: 100%;
		text-align: center;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.inquiry-wrap .intro-right {
		float: left;
		width: 100%;
		padding-left: 0;
	}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.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: #0b4925;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

/* //메인 페이지 설정 끝 */

/* 서브 페이지 설정 시작 */

/* ----- 서브페이지 공통 설정 ----- */

.container {
	width: 100%;
	padding: 0;
}

.visual_wrap {
	background-image: url(/skin/img/sub/subTop.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: relative;
}

.visual_inner_wrap {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
}

.visual_inner_wrap h4 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.visual_inner_wrap p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	letter-spacing: 0.04em;
	line-height: 1;
}

.breadcrumb_wrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dedede;
	margin: 0 0 35px;
}

.breadcrumb_wrap h3 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 0 20px;
	color: #231815;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.breadcrumb_wrap h3 span {
	font-size: 13px;
	font-weight: 300;
	color: #888;
	letter-spacing: 0.06em;
}

.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: #717070;
	float: right;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>.active {
	color: #0A4925;
	font-weight: 700;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.sub-page {
	min-height: 500px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px 40px;
}

.left_menu_wrap {
	padding: 0;
}

.right_menu_wrap {
	padding: 0 0 0 30px;
}

.left_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

.left_menu>div {
	background: #0A4925;
	padding: 40px 0;
	text-align: center;
}

.left_menu h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.08em;
}

.left_menu>li>a {
	display: block;
	background: #f4f4f4;
	border-left: 1px solid #e1e1e1 !important;
	border-right: 1px solid #e1e1e1 !important;
	border-bottom: 1px solid #e1e1e1 !important;
	margin: 0;
	padding: 16px 20px;
	color: #323232;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.06em;
}

.left_menu>li.active>a {
	color: #0A4925;
	background-color: #fff;
	font-weight: 700;
}

.left_menu>li.active>a:after {
	content: "\276F";
	float: right;
}

.sub-page>.row {
	margin: 0;
}

@media (max-width:767px) {
	.right_menu_wrap {
		padding: 20px 0;
	}
}

/* ---------- 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: #0b4925;
	background: #fff;
	border: none;
	border-top: 1px solid #0b4925;
	border-right: 1px solid #dedede;
}

.tab-content h4 {
	font-size: 18px;
}

.tab-content h5 {
	font-size: 17px;
	margin: 0 0 10px;
}

/* ---------- table 영역 설정 ---------- */

table {
	font-size: 14px;
	width: 100%;
	border-top: 1px solid #0b4925;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}

tr {
	line-height: 20pt;
}

th {
	padding: 14px 15px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
}

td {
	padding: 14px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #565656;
}

#center td,
#center th {
	text-align: center;
	vertical-align: middle;
}

/* --------------- 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: "";
}

/* //서브 페이지 설정 끝 */

/* ----- 텍스트 게시판 설정 ----- */

.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: #555;
	font-size: 14px;
}

.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	color: #333;
}

.table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 1px solid #0b4925;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #fcfcfc;
}

.table>tbody>tr:hover>td>strong>a {
	color: #222;
}

.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: #0b4925;
}

.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: #0b4925;
	border: 1px solid #0b4925 !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;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.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: 10px 15px 0px !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: #0b4925;
}

/* //게시판 설정 끝 */

.dh-board,
.dh-view-box,
.contact-mail-layout #mailForm,
.bbs-list-edit-layout #insertForm,
.bbs-list-add-layout #insertForm,
.img-bbs-default-add-layout .form-horizontal#insertForm,
.img-bbs-default-index-layout .dh-front-gallery,
.img-bbs-default-index-layout .page-nav,
.img-bbs-default-index-layout #btnNew,
.bbs-blog-edit-layout #insertForm,
.bbs-blog-add-layout #insertForm {
	display: none;
}

.img-bbs-default-index-layout .layout.dh-front-gallery.thumbs {
	overflow: hidden;
}

.dh-front-gallery>.col-md-3 {
	width: 25%;
}

@media screen and (max-width:991px) {
	.dh-front-gallery>.col-md-3 {
		width: 100%;
	}
}

.dh-front-gallery>.col-md-3>a.thumbnail {
	padding: 0px;
	margin-bottom: 5px;
	line-height: 1.42857;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 0px;
	transition: all 0.2s ease-in-out 0s;
	overflow: hidden;
	width: 100%;
	min-height: 250px !important;
	height: 100% !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.dh-front-gallery>.col-md-3>a.thumbnail:hover {
	background-size: contain;
}

.tos-wrapper .tos-caption {
	display: none!important;
}

/* ===== 준비중 페이지 ===== */

.company-wrap h3 {
	text-align: center;
	color: #999;
}

.product-wrap h3 {
	text-align: center;
	color: #999;
}

/* ===== //준비중 페이지 ===== */

.comp-tb {
	border-top: 2px solid #0A4925;
	border-bottom: 2px solid #e1e1e1;
}

.comp-tb tbody tr th {
	background-color: #f3f3f3;
	padding: 15px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}

.company-wrap {
	margin-bottom: 35px;
}

.company01 p {
	font-size: 15px;
	font-weight: 400;
	color: #454545;
	padding: 0 15px;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.greeting-box {
	position:relative;
	padding: 30px;
	background: url(/skin/img/sub/company01.jpg);
	margin-bottom: 15px;
	height: 395px;
}

.greeting-box .greeting-title {
	margin: 0;
	padding: 0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.04em;
	width:100%;
	text-align:center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    text-shadow: 0 0 10px #000;
}

.signature {
	text-align: right;
}

.signature .company-name {
	font-size: 15px;
	font-weight: 700;
	color: #0b4925;
}

.signature .ceo {
	font-size: 18px;
	font-weight: 900;
	color: #323232;
	padding-left: 15px;
}

.media {
	margin: 0;
	padding: 0;
}

.left_menu_sub {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_menu_sub>li>a {
	background: #FFF;
	padding: 14px 20px 14px 40px;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	color: #323232;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.06em;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.left_menu_sub>li.active>a {
	color: #0A4925;
	background-color: #e9e9e9;
	font-size: 13px;
	font-weight: 700;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	padding: 0;
}

.thumb-hidden {
	border: none;
	box-shadow: none;
	max-height: 280px;
	height: 100% !important;
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 15px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.dhb-txt-box-type-b-text-layout h5 {
	display: none;
}

.product .dh-view-info {
	display: none;
}

.product .dh-attach {
	display: none;
}

.dh-margin-topx2 {
	margin: 0;
}

.product-wrap {
	margin-bottom: 35px;
}

.product-title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #323232 !important;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: -0.06em;
	line-height: 1;
}

.product-title span {
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #a1a1a1 !important;
	padding-left: 5px;
	letter-spacing: 0;
}

.product-title:before {
	width: 18px;
	height: 4px;
	background: #0A4925;
	display: block;
	content: "";
	margin-bottom: 6px;
}

.product-description {
	font-size: 16px;
	color: #5b5b5b;
	font-weight: 400;
	letter-spacing: 0;
}

.product-file>div {
	margin-bottom: 15px;
}

.prod-download {
	display: block;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #0A4925;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.prod-download:hover,
.prod-download:focus {
	color: #fff;
	border: none;
}

.dhb-txt-box-type-b {
	transition: 0.4s;
}

.dhb-txt-box-type-b:hover,
.dhb-txt-box-type-b:focus {
	border: 1px solid #0A4925;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	margin-top: -10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4,
.dhb-txt-box-type-b:focus .dhb-txt-box-type-b-text-layout h4 {
	color: #FFF !important;
	background-color: #0A4925;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong a,
.dhb-txt-box-type-b:focus .dhb-txt-box-type-b-text-layout h4 strong a {
	color: #FFF !important;
}

.label-danger {
	display: none;
}

/* product 002 html slide carousel*/

#pro002-slide {
	height: 300px;
}

#pro002-slide>div.carousel-inner {
	height: 300px;
}

#pro002-slide>div.carousel-inner>div.item:nth-of-type(1) {
	background: url('/skin/img/slide/cd001.jpg') no-repeat 0 50%;
	height: 100%;
}

#pro002-slide>div.carousel-inner>div.item:nth-of-type(2) {
	background: url('/skin/img/slide/cd002.jpg') no-repeat 0 50%;
	height: 100%;
}

#pro002-slide>div.carousel-inner>div.item:nth-of-type(3) {
	background: url('/skin/img/slide/cd003.jpg') no-repeat 50% 0;
	height: 100%;
}

#pro002-slide>div.carousel-inner>div.item:nth-of-type(4) {
	background: url('/skin/img/slide/cd004.jpg') no-repeat 0 50%;
	height: 100%;
}

#pro002-slide>div.carousel-inner>div.item {
	width: 100%;
	background-size: cover;
}

#pro002-slide>div.carousel-inner>a {
	height: 300px;
	position: relative;
}

/* product 003 table */

.table-bordered>tbody>tr>td:first-of-type {
	vertical-align: middle;
	text-align: center;
}

/* product 011 */

.stdbit {
	margin-top: 2rem;
}

/* product 021 */

div.product-description {
	padding-top: 1em;
}

/*modal*/

.modal-content {
	width: 150%;
	left: -20%
}

/* subpage ebook */
#ebookSlide .carousel-control{
	color:#bbb;
}
#ebookSlide ol{
	display:none;
}
#ebookSlide img{
	border:1px solid #ddd;
}
#ebookSlide .carousel-page{
	position:absolute;
	left:50%;
	bottom:-40px;
	transform:translatex(-50%);
}
#ebookSlide .carousel-page p{
	display:inline;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#ebookSlide .carousel-page .now{
	color:#0A4925;
}

.navbar-top-wrap .pull-right ul li:nth-of-type(4){display:none}