@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:127px;
}

/* 폰트 설정 */

.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;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    position: fixed;
    top: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}

/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-top {
    width: 100%;
    padding: 0;
    background: #32353c;
}

.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 11px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #ec6a00;
}

.navbar-top-wrap ul li:last-child .navbar-top-btn {
    background: #4c5058;
}

@media screen and (max-width: 991px) {
	.navbar-top-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.navbar-top {
		display: none;
	}
}

/* ----- 로고 설정 ----- */

.navbar-inverse .navbar-brand {
    margin-left: 0;
    color: #333;
    font-size: 24px;
    padding: 18px 15px;
}

.navbar-brand img {
    width: 100%;
    margin-top: -0px;
}

.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;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    padding: 36px 25px 35px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #ec6a00;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ec6a00;
    border: none;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 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: #fff;
    left: 0 !important;
    right: auto !important;
    padding: 18px 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: #888;
    padding: 8px 30px;
    line-height: 1;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    background-image: none;
    background: #fff;
    text-decoration: underline;
    color: #333;
}

/* ----- 모바일 메뉴 설정 ----- */

.navbar-toggle {
	background: #d50d0d;
	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: #d50d0d;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* //메뉴 설정 끝 */

/* ---------- 게시판 타이틀 설정 ---------- */

.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: #666;
	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: #d50d0d;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

/* //메인 페이지 설정 끝 */

/* --------------- 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 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.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: #ec6a00;
}

.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;
}
.img-bbs-default-index-layout .row:nth-child(3) {
    padding: 0 120px 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%;
	}
}

/* ----- 텍스트 게시판 설정 ----- */

.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: #666;
    font-size: 14px;
    letter-spacing: -0.2px;
}

.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	color: #333;
}

.table>tbody>tr>td>strong>a {
	color: #666;
}

.dh-board>.table-hover {
	border-top: 1px solid #d50d0d;
	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: #d50d0d;
}

.label-primary {
	color: #2b5cb7;
}

/* 카테고리 */
.wrap-filter-items {
    padding: 0 15px;
}
.filter-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 45px;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.filter-items > a {
    flex: 1 1 0%;
    position: relative;
    padding: 20px 10px;
    text-align: center;
}
.filter-items > a::before,
.filter-items > a::after {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid transparent;
}
.filter-items > a::before {
    top: -1px;
}
.filter-items > a::after {
    bottom: -1px;
}
.filter-items > a.active::before,
.filter-items > a.active::after {
    border-top-color: #ec6a00;
}
.filter-items > a:not(.active):hover::before,
.filter-items > a:not(.active):hover::after {
	border-top-color: #bbb;
}
.filter-items .filter-label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #777;
    background: #fff;
}
.filter-items > a.active .filter-label {
	color: #ec6a00;
}
.filter-items > a:not(.active):hover .filter-label {
	color: #555;
}

/* Pagination */
.page-nav {
    text-align: center;
}
.page-nav > .pagination {
    margin: 0;
}
.page-nav .pagination>li>a {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1em;
}
.pagination>.active>a {
	font-weight: 600;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #ec6a00;
	border: 1px solid #ec6a00 !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;
}
.page-nav .pagination>li.page_prev>a,
.page-nav .pagination>li.page_next>a {
    border: none;
    font-size: 11px;
    font-weight: 600;
    padding: 12px 12px 10px;
}
.page-nav .pagination>li.page_prev>a {
	margin-right: 10px;
}
.page-nav .pagination>li.page_next>a {
	margin-left: 10px;
}
.page-nav .pagination>li.page_set+li.page_set>a {
    margin-left: 5px;
}

.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: #666;
	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;
}

/* //게시판 설정 끝 */

/* personal setting 0.33v */

/* layout */

.mt-20 {
	margin-top: 20px!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-30 {
	margin-left: 30px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-30 {
	margin-right: 30px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	margin: 0!important;
}

/* img */

@media(min-width:768px) {
	.max-90 {
		width: 90%!important;
		margin: 0 auto;
		display: block;
	}
}

.img-bordered {
	border: 1px solid #ddd;
}

/* 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;
}

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-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;
}

/* 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;
}

.text-underline {
	text-decoration: underline!important;
}

.text-italic {
	font-style: italic!important;
}

/*list style*/

.li-none>li {
	list-style: none!important;
	margin-left: 20px;
}

.li-disc>li {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
    line-height: 1.7;
    position: relative;
    list-style: none !important;
    padding-left: 12px;
}
.li-disc>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #32353c;
    border-radius: 100%;
}

.li-circle>li {
	list-style: circle!important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square!important;
	margin-left: 20px;
}

.li-dash>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
    line-height: 1.7;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/* component */

.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.column-2 {
    padding: 30px 30px;
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 50px;
    border: 1px solid #ddd;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	border: 2px solid #ccc;
}

.quote-box p:last-of-type {
	margin: 0!important;
	font-size: 16px;
	line-height: 2;
}

p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #333;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
p.quote span{
	font-weight:400 !important;
}

/* custom setting */

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

ul,
dl,
ol {
	padding: 0;
}

.body-layout {
	overflow-x: hidden;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}
/* personal setting 0.33v end */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    color: #818181;
    margin-bottom: 20px;
}
/* navigation setting */

@media(max-width:767px) {}
a{
	color:#666;
}
a:hover,
a:focus{
	color:#ed1c24;
	text-decoration:none;
}
/* mainpage setting */
.carousel{
	position:relative;
}
.carousel-caption {
	margin: 0;
	padding: 0;
	left: 50%;
	right: auto;
	top: 35%;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.carousel-caption h2 {
    margin: 0;
    font-size: 52px;
    color: #fff;
    line-height: 1.4;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.carousel-caption h2 span {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    color: #ec6a00;
    font-weight: 600;
    letter-spacing: 2px;
}
.carousel-caption h2 b {
    display: block;
    font-size: 64px;
    font-weight: 600;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center 35%;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center 35%;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators{
	bottom:280px;
}

.carousel-indicators li {
    border: none;
    background: #aaa;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    background: #ec6a00;
    margin: 0 5px !important;
}

.main-business{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:200px;
/* 	background:rgba(0,0,0,0.5); */
}
.main-business .row {
    margin: 0;
}
.main-business .col-sm-4{
	padding:0;
	height:200px;
}
.main-business a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all .3s ease;
    background: rgba(179, 81, 0, 0.75);
    padding: 35px 35px;
}

.main-business .row > div:nth-child(2) a {
    background: rgba(27, 27, 27, 0.8);
}

.main-business .row > div:nth-child(3) a {
    background: rgba(5, 40, 70, 0.8);
}
.main-business .row > div:nth-child(3) a ul {
    float: left;
    min-width: 80px;
}

.main-business h4 {
    font-size: 24px;
    transition: all .3s ease;
    margin: 0 0 15px;
}
.main-business li {
    font-size: 15px;
    margin: 0 0 2px;
    position: relative;
    padding-left: 11px;
}
.main-business li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    top: 11px;
    left: 0;
}
.main-business .more {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 100%;
    max-width: 310px;
    margin-bottom: 0;
    background: url(/skin/img/main/main-business-arrow.png) no-repeat bottom right;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 25px 5px 0;
    opacity: 0.4;
    transition: all .3s ease;
}
.main-business a:hover {
    background: #e66700;
}
.main-business .row > div:nth-child(2) a:hover {
    background: #323232;
}
.main-business .row > div:nth-child(3) a:hover {
    background: #185486;
}
.main-business a:hover .more {
    opacity: 1;
}
/*
.main-business .more:before,
.main-business .more:after{
	content:'';
	display:block;
	width:20px;
	height:2px;
	background:#fff;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	transition: all .3s ease;
}
.main-business .more:before{
	right:calc(100% + 5px);
}
.main-business .more:after{
	left:calc(100% + 5px);
}
.main-business a:hover .more:before,
.main-business a:hover .more:after{
	width:40px;
}
*/
@media(max-width:767px) {}

/* footer setting */
.footer_copy>div {
    padding: 40px 15px;
    background: #fff;
    color: #888;
    font-size: 13px;
    border-top:1px solid #ccc;
}
.footer_copy .name {
    color: #888;
    margin-bottom: 3px;
    font-weight:600 ;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ddd;
}
.footer_copy li:last-child{
	border-right:none;
}
.footer_copy .copy {
    margin-bottom: 0;
}
@media(max-width:767px) {}

/* subpage setting */
.subpage .pageheader{
	width:100%;
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size:cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
	margin:0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:48px;
}
.title .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #888;
}
.breadcrumb .active {
    color: #888;
    font-weight: 600;
}
.snb-wrap {
    background: #ec6a00;
}
.snb{
	margin:0;
}
.snb:after{
	content:'';
	display:block;
	clear:both;
}
.snb li{
	width:200px;
	float:left;
}
.snb li a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffcca3;
}
.snb li.active a {
    background: #fff;
    color: #ec6a00;
    font-weight: 600;
}
.subpage-content{
	padding-bottom:80px;
}
.subpage-content .title {
    /* position: relative; */
    margin-top: 60px;
    margin-bottom: 40px;
    /* border-top: 1px solid #aaa; */
}
/* .subpage-content .title h3{
	position:absolute;
	left:50%;
	top:-40px;
	transform:translatex(-50%);
	display:inline-block;
	padding:0 10px;
	background:#fff;
	font-size:32px;
} */
.subpage-content .title h3 {
    font-size: 40px;
    margin: 0;
}
.subpage-content p > span, 
.subpage-content li > span {
    font-weight: 600;
    color: #ec6a00;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #727375;
}
.table-style tr th, .table-style tr td {
    padding: 14px 14px !important;
    border-bottom: 1px solid #ddd !important;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table-style tr th {color: #333; text-align:center;}
.table-style thead tr th {background: #f3f4f7;}
.table-style tr td {color: #666;}
.history-tb tbody tr th {
    font-size: 28px;
    color: #ec6a00;
    vertical-align: top!important;
    font-weight: 400;
}

.subpage-content h4{
	margin-top:50px;
	font-size:24px;
}
.section1 h4 {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: -0.3px;
}
.subpage-content h4:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    vertical-align: middle;
    border: 5px solid #ec6a00;
    border-radius: 50%;
}
.subpage-content h5 {
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #727375;
    padding: 6px 15px;
    margin: 10px 0 15px;
}
.subpage-content h5 .numbering{
	margin-right:10px;
}

/* subpage about */
#about01 .subpage-content p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.75;
}
#about01 .txt-box {
	width:calc(100% - 111px);
	padding-left:15px;
}
#about01 .txt-box h5 {
    margin: 15px 0 10px;
}
#about01 .txt-box p {
    color: #666;
    font-size: 14px;
}
#about01 .quote-box {
    border: none;
    border-top: 1px solid #ccc;
    padding: 35px 0 0;
    margin-top: 30px;
}
.location-li {
    margin-top: 20px;
    border-top: 2px solid #727375;
}
.location-li li {
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #666;
    letter-spacing: -0.2px;
}
.location-li .fa {
    color: #fff;
    margin-right: 10px;
    background: #ec6a00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    font-size: 13px;
}
@media(min-width:768px){
	.certification{
		margin:30px 0;
	}
	.certification .col-sm-1{
		width:12.5%;
		padding:10px;
	}
	.certification img{
		border:2px solid #ccc;
	}
}
/* subpage product */
.prd-img{
	margin-bottom:60px;
}
.trait-dl {
    margin-top: 15px;
}
.trait-dl dt {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    min-width: 200px;
}
.trait-dl dt .numbering {
    margin-right: 5px;
    font-weight: 400;
    color: #ed6a00;
    border-radius: 100%;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    letter-spacing: -0.5px;
}
.trait-dl dd {
    /* max-width: 800px; */
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-left: 10px;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.trait-dl dd:last-of-type{
	border-bottom:none;
}

/* 시공사례 (이미지 게시판) */
#reference .section1 {
    padding: 0;
}
.img-bbs1 .dh-front-gallery .element1 {
    width: 33.3%;
}
.img-bbs1 .dh-front-gallery .element1:nth-child(n+5) {
	margin-top: 90px;
}
.img-bbs1 .dh-front-gallery .element1 > .thumbnail {
    height: 240px !important;
	margin-top: 0;
    border: 1px solid #ddd;
    overflow: visible;
}
.img-bbs1 .dh-front-gallery .element1 .img-bbs-subject {
    bottom: -61px;
    display: block;
    margin: 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.2px;
    border: 1px solid #ddd;
    background-color: transparent;
    border-top: none;
}
.img-bbs1 .dh-front-gallery .element1 > button {
    margin-top: 70px;
	margin-bottom: -60px;
}
[class^='img-bbs-default'] .form-horizontal {
    padding: 0 15px 50px;
}

@media(max-width:767px) {
	.filter-items {
		flex-wrap: wrap;
	}
	.filter-items > a {
		flex-basis: 25%;
		padding: 10px 5px;
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.filter-items > a+a {
		border-left: none;
	}
	.filter-items > a:nth-child(5) {
		border-left: 1px solid #ddd;
	}
	.filter-items > a::before,
	.filter-items > a::after {
		display: none;
	}
	.filter-items .filter-label {
		font-size: 12px;
	}
	.filter-items > a.active {
		background: #ec6a00;
		border-color: #ec6a00;
	}
	.filter-items > a.active .filter-label {
		color: #fff;
		background: #ec6a00;
	}
	.img-bbs1 .dh-front-gallery .element1 {
		width: 50%;
		float: left;
		margin-bottom: 50px;
	}
	.img-bbs1 .dh-front-gallery .element1:nth-child(odd) {
		padding-left: 5px;
	}
	.img-bbs1 .dh-front-gallery .element1:nth-child(even) {
		padding-right: 5px;
	}
	.img-bbs1 .dh-front-gallery .element1:nth-child(n+5) {
		margin-top: 0;
	}
	.img-bbs1 .dh-front-gallery .element1 > .thumbnail {
		height: 110px !important;
	}
	.img-bbs1 .dh-front-gallery .element1 > .thumbnail:hover,
	.img-bbs1 .dh-front-gallery .element1 > .thumbnail:focus {
		background-size: unset !important;
	}
	.img-bbs1 .dh-front-gallery .element1 .img-bbs-subject {
		left: 0;
		bottom: -39px;
		padding: 8px;
		font-size: 13px;
	}
	.page-nav {
		margin-top: -30px;
	}
	.page-nav .pagination>li>a {
		font-size: 13px;
	}
	.page-nav .pagination>li.page_prev>a,
	.page-nav .pagination>li.page_next>a {
		font-size: 9px;
	}
	[class^='img-bbs-default'] .row:nth-child(3) {
		padding: 0 30px 0;
	}
	[class^='img-bbs-default'] .form-horizontal {
		margin-top: -50px;
	}
	#reference+.row {
		padding-top: 20px;
	}
}