@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 100px;
}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
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;
}

.navbar-inverse {
    background: #FFF;
    border: none;
    margin: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 16px 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 64px;
}
@media screen and (min-width: 768px) {
	.navbar-right {
		margin-right: -48px;
	}
	.navbar-inverse .navbar-nav > li > a {
		margin: 24px 0 0;
		padding: 28px 24px;
		color: #666;
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: -0.04em;
		line-height: 1;
		-webkit-text-shadow: none;
		text-shadow: none;
		min-width: 180px;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #50633d;
		color: #fff;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	/* .navbar-inverse .navbar-nav > li > a .glyphicon {
		display: none;
	} */
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border: none;
		background: #50633d;
		min-width: 100%;
		padding: 24px 8px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	}
}
.dropdown-menu > li > a {
    padding: 12px 12px;
	color: #eee;
    font-size: 15px;
    letter-spacing: -0.02em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #C2F095;
}

/* login */
.login-layout, .id-find-layout, .pw-find-layout {
    background: #f8f8f8;
    padding: 120px 15px;
}
.login-layout {
    margin: -28px 0 0;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning, .id-find-layout .btn-warning, .pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #51633E;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover, .id-find-layout .btn-warning:hover, .pw-find-layout .btn-warning:hover {
    background: #3C4A2E;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.dh-front-blog {
    padding:0 15px;
}
.dh-front-blog > div {
    padding: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}

.dhb-txt-box-type-b-text-layout h4 {
    margin: 16px 0 !important;
    text-align: left;
    font-size: 16px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
.dh-margin-top {
    margin-top: 56px;
}
.pagination>li>a, .pagination>li>span {
    border: none !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: none;
    color: #51633e;
    font-weight: bold;
}
/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 180px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: linear-gradient(to bottom,rgba(81, 99, 62, 0) 0%,rgba(81, 99, 62, 0.6) 50%, rgba(81, 99, 62, 1) 100%);
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 20px 12px !important;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 .label-danger {
    background: none;
    padding: 0 4px !important;
    margin: 0 !important;
    color: #8FB06D !important;
    font-size: 10px !important;
	top: 0;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* personal setting 0.60v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #51633E;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'路';
}
.location-li {
    border-top: 2px solid #50633d;
    margin: 24px 0 0;
}
.location-li li {
    border-bottom: 1px solid #eee;
    padding: 16px 12px;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.location-li span {
    display: inline-block;
    min-width: 160px;
    font-weight: 500;
    color: #222;
}
.location-li span i {
    margin-right: 8px;
    color: #51633E;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#51633E;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #51633E;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#51633E;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote, p.quote {
    margin: 0;
    font-size: 30px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #51633E;
    border-bottom: 1px solid #eee;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
	border: none;
    border-bottom: 1px solid #eee;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th {
	background: none;
    border-bottom: 2px solid #ccc;
}
.dh-board .table-hover tbody tr td a {
    font-weight: 500;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #51633E;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    padding: 16px 12px;
    border: none;
    border: 1px solid #eee;
}
.table > thead > tr > th {
    background: #eee;
    color: #222;
    font-weight: 500;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:15px 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 18px;
    color: #51633E;
}
.history-table.table-style tr td {
    font-size: 18px;
    letter-spacing: -0.02em;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #51633E;
	border-radius:50%;
	background:#fff;
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    border: none;
    margin: 0 0 16px;
    padding: 0;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #444;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    float: none !important;
    width: 20px;
    height: 20px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    border: none;
    color: #51633e;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.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 .front-panel>.panel {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 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;
}
.dh-front-list2 h6 a span.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
    white-space: nowrap;
    padding-left: 16px;
}
.list-row-subject:before {
    content: "";
    background: #51633e;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.intro-boardbox-type-bbs .label-danger {
    background: none;
    padding: 0 4px !important;
    margin: 0 !important;
    color: #8FB06D !important;
    top: 10px;
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.60v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill, .carousel-inner .item .fill {
    height: 740px;
    background-size: contain;
    background-repeat: no-repeat;
    /* height: calc(100vh - 100px); */
    background-color: #333;
}
.carousel-caption {
    /* display:none; */
    margin: 0;
    padding: 0;
    left: 170px;
    right: auto;
    top: 5px;
    bottom: auto;
    /* transform: translate(-50%,-50%); */
    /* width: 85%; */
    /* max-width: 1170px; */
    text-align: left;
    mix-blend-mode: screen;
}
.carousel-caption h1 {
    /* margin: 0 0 24px;
    color: #C2F095;
    font-size: 24px;
    font-weight: 600;
    font-family: 'NanumSquare', sans-serif !important;
    line-height: 1;
    letter-spacing: 0.16em; */
}
.carousel-caption h1 img{
    height: 85px;
    mix-blend-mode: screen;
}
.carousel-caption p {
    display: none;
    margin: 0;
    font-size: 52px;
    font-weight: 300;
    font-family: 'NanumSquare', sans-serif !important;
    line-height: 1;
    letter-spacing: -0.02em;
}
#myCarousel{
    border-bottom:1px solid #ddd;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: none;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border: 4px solid #ddd;
}
.carousel-indicators .active {
    width: 40px;
    background: #C2F095;
    border-color: #C2F095;
}
.carousel-control{
    width: 8%;
    opacity: 1;
    color:#C2F095;
    text-shadow: none;
    background-color: #333;
}
.carousel-control:hover{
    opacity: 1;
    /* color:#2c4a24; */
    color:#C2F095;
}
/* .carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
} */
.main-content {
    padding: 80px 0 0;
}
.main-content .title h3 {
    margin: 0 0 64px;
    padding: 0 0 16px;
    color: #222;
    font-size: 36px;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
    border-bottom: 2px solid #eee;
}
.main-content .title h3:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #51633E;
    bottom: -2px;
    left: 0;
}
.main-bottom {
    background: #eee;
    padding: 80px 0;
}
.main-product {
    padding-bottom: 80px;
}
.main-product .m-prod3, .main-product .m-prod4 {
    margin-top: 64px;
}
.main-product .intro-boardbox {
    padding: 0;
}
.main-contact a {
    display: block;
    padding: 36px 40px;
    color: #fff;
    background: #51633E;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}
.main-contact a:after {
    content: "\f095";
    font-size: 200px;
    font-family: "FontAwesome";
    line-height: 1;
    position: absolute;
    bottom: -20px;
    right: -20px;
    opacity: 0.4;
}
.main-contact a:hover {
    background: #5a6f45;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform:translatey(-4px);
}
.main-contact a h4 {
    margin: 0 0 16px;
    font-size: 28px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.main-contact a ul {
    margin: 0;
}
.main-contact a li {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 40px;
}
.intro-board-widget-layout{
    display:none;
}
.main-cert{
	padding:40px 0;
}
.main-cert .col-sm-10{
	padding:0 40px;
}
.main-content .main-cert .title h3{
	margin-top:20px;
	margin-bottom:30px;
	font-size:28px;
}
.owl-nav > div{
	position: absolute;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
    opacity: 0.3;
}
.owl-nav > div:hover{
	opacity:0.5;
}
.owl-prev{
	left:-30px;
}
.owl-next{
	right:-30px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 13px;
}
.footer_copy ul {
    margin: 0 0 4px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #ccc;
    line-height: 1;
}

.footer_copy li:last-of-type{
	border-right:none;
}
.foot-logo {
    height: 56px;
}
.footer_copy p {
	color: #aaa;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    position: relative;
    height: 330px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
[id^="about"] .pageheader{
    background: #000 url(/skin/img/sub/sub-top01_new.jpg) no-repeat center / cover;
}
[id^="catalog"] .pageheader{
    background: #000 url(/skin/img/sub/sub-top02_new.jpg) no-repeat center / cover;
}
[id^="product"] .pageheader{
    background: #000 url(/skin/img/sub/sub-top03_new.jpg) no-repeat center / cover;
}
[id^="contact"] .pageheader{
    background: #000 url(/skin/img/sub/sub-top04_new.jpg) no-repeat center / cover;
}
.pageheader::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;    
    top: 0;
    background: #000;
    opacity: .2;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    /* display: none; */
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #eee;
}
.breadcrumb .active{
	color: #fff;
	font-weight: 500;
}
.snb{
    background:#eee;
}
.snb ul{
    margin:0;
}
.snb ul:after{
    content:'';
    display:block;
    clear:both;
}
.snb ul li{
    float:left;
    width:33.333%;
    text-align:center;
}
.snb ul li a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #aaa;
}
.snb ul li.active a {
    background: #fff;
    color: #222;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.subpage-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#51633E;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}
.subpage-content .title {
    text-align:center;
}
.subpage-content .title h3 {
    padding: 24px 0 0;
    margin: 0 0 64px;
    color: #222;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    position: relative;
}
.subpage-content .title h3:before {
    content: '';
    width: 40px;
    height: 4px;
    background: #51633E;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*subpage about*/
.greet .quote {
    margin: 0 0 40px;
}
.greet p {
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.greet .name {
    margin: 0;
    text-align: right;
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

/* subpage product */
.dh-attach + .col-xs-12{
    padding-top:40px!important;
}
.prod-sample .h5{
    padding-bottom:15px;
    font-size:20px;
}
.dh-view-box {
    margin: 0;
}
.dh-view-box>.row>.page-header {
    margin: 0 0 40px;
    padding: 24px 0;
    border-top: 2px solid #51633e;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}
.dh-view-box>.row>.dh-view-info{
	display:none;
}
@media(max-width:767px){
	
}

/*=====----- 메일폼 설정 -----=====*/
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto;}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #e83428; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 16px 0;
    border: none !important;
    border-radius: 8px;
    background: #51633E !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #5a6f45!important;
}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}
.table-box+.table-box{
    margin-top: 50px;
}