@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:100px;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: "NanumGothic",'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;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 5px rgba(80, 80, 80, 0.35);
}

.navbar-brand {
    padding: 24px 15px;
}

.navbar-brand img {
    max-width: 140px;
    margin-top: 0;
}
.navbar-inverse .navbar-nav>li>a {
    background: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 30px!important;
    margin: 0;
    text-shadow: none;
    border: none !important;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover{
	color:#ff6600;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #ff6600;
    background-color: #fff;
}
.navbar-nav>.dropdown>a {
	color: #333;
}

.dropdown:hover .dropdown-toggle {
	color: #ff6600 !important;
}

.dropdown-menu {
    padding: 15px 0;
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #f60;
}

@media (min-width:768px) {
	.navbar-right>.dropdown>.dropdown-menu {
		left: 0;
	}
}

.dropdown-menu>li>a {
    background: none;
    color: #333;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.5px;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    background: none;
    color: #333;
    font-weight: 600;
}

.title-t {
	height: 70px;
}

/* 상단 서브 메뉴 설정 끝*/

/* //메인 페이지 설정 끝 */

/*=====----- 메일폼 설정 -----=====*/

#mailForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

#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: #ea880a;
	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: 250px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 18px 20px;
	border: 1px solid #ea880a !important;
	border-radius: 0;
	background: #ea880a !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	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: #ea880a !important;
	border: 1px solid #ea880a !important;
	color: #fff;
}

@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;
	}
}

/*=====----- 게시판 설정 -----=====*/

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
#mailForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
/* 	padding: 60px 0; */
}

.bbs-list-index-layout .subPage .right_contents,
.bbs-list-view-layout .subPage .right_contents,
.bbs-list-edit-layout .subPage .right_contents {
	width: 100%;
	padding: 0;
}

/*=====----- 텍스트 게시판 설정 -----=====*/

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 12px 15px;
	color: #666;
	font-size: 14px;
}

.dh-board .table>thead>tr>th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.3px;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px solid #ddd;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #666;
}

.dh-board>.table-hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.dh-board>.table-hover>tbody>tr:hover{
	background-color: #fff;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #f60;
    text-decoration:underline;
}

.dh-margin-top {
	margin-top: 20px;
	display: inline-block;
}

/* ----- 이미지 게시판 ----- */

.dh-front-gallery {
	margin-top: 20px;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #ea880a;
}

.label-primary {
	color: #ea880a;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #f60 !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #213854;
    border: 1px solid #213854;
}

.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: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
    background: #f3f3f3;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 18px;
	margin: 14px 0;
}

.dh-view-box>.row>.page-header>h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	padding: 8px 20px 8px;
	color: #888;
    
    display: none;
}

.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: 30px 20px 60px !important;
	min-height: 300px;
}

@media screen and (max-width: 991px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		padding: 60px 15px;
	}
}

@media screen and (max-width: 767px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		padding: 40px 15px;
	}
}

/* 게시판 설정 끝 */

/* personal setting 0.35v */

/* 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 {
	padding: 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;
}

.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;
}

/*list style*/

.li-none>li {
	list-style: none!important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc!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-dash>li {
	padding-left: 20px;
	position: relative;
    font-size:13px; 
    color:#666;
    letter-spacing:-0.3px;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.process-li:after {
	content: '';
	display: block;
	clear: both;
}

.process-li>li {
	position: relative;
	float: left;
	width: 18%;
	height: 50px;
	line-height: 42px;
	border-radius: 50px;
	border: 4px solid #555;
	margin: 5px 1%;
	text-align: center;
	font-size: 16px;
}

.process-li>li:after {
	content: '\f059';
	font-family: 'fontawesome';
	font-size: 30px;
	color: #bbb;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translatey(-50%);
}

.process-li>li:last-child:after {
	display: none;
}

.location-li {
    border-top: 1px solid #333;
    margin-top: 20px;
}

.location-li li {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.5px;
    color: #666;
}

.location-li li i {
    color: #ff6600;
    font-size: 14px;
    margin-right: 10px;
}

/* component */

.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.column-2 {
	margin:30px 0;
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 40px;
}
.column-2 > dl{
	margin-bottom:0;
}
.quote-box {
	margin: 20px auto;
	padding: 25px;
	background:#f9f9f9;
	border:1px solid #ddd;
}

.quote-box p:last-of-type {
    margin: 0!important;
    font-size: 16px;
    line-height: 1.6;
}

.subpage-content p.quote {
    margin: 30px 0 15px;
    font-size: 28px;
    color: #224875;
    line-height: 1.2;
    letter-spacing: -1px;
}
.subpage-content p.quote span {
	font-weight: 600;
}
.subpage-content p.quote small {
    color: #f60;
}
/* 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.35v 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;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */

.carousel-caption {
    margin: 0;
    padding: 80px 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-top: 1px solid rgba(255, 102, 0, 0.5);
    border-bottom: 1px solid rgba(255, 102, 0, 0.5);
    width: 780px;
}

.carousel-caption h2 {
    margin: 0;
    font-size: 55px;
    color: #ff6600;
    text-shadow: 0 0 15px rgba(0,0,0,0.55);
    letter-spacing: -1px;
}

.carousel-caption h2 span {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}

#m-bbs1{
	padding:0;
}
.intro-boardbox{
	display:none;
}
.main-content .title{
	text-align:center;
	margin-bottom:50px;
}
.main-content .title h3 {
    position: relative;
    font-size: 36px;
    color: #222;
    letter-spacing: -1px;
    margin: 0 0 15px;
}
.main-content .title .des{
	font-size:16px;
	color:#666;
    margin:0;
    letter-spacing:-0.3px;
}
.main-business,
.main-bbs{
	padding-top:70px;
	padding-bottom:80px;
}
.m-business-box a {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box !important;
    max-height: 300px;
    background: #0d2941;
}

@media (min-width:768px){
   .m-business-box a {
        height: 300px;
    }
}

.m-business-box a:hover {
    border: 2px solid #ff6600;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.m-business-box a h4 {
    margin: 0;
    padding: 18px 18px 17px;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1;
    background: #fff;
}
.m-business-box a:hover h4{
	color:#ff6600;
    background: #0d2941;
}
.m-business-box a h4 span {
    float: right;
    padding-top: 5px;
    color: #ff6600;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.m-business-box .img-box{
	position:relative;
}
.m-business-box .img-box img{
	transition:all .3s ease;
}
.m-business-box a:hover .img-box img{
	opacity:0.5;
}
.m-business-box .img-box p {
    visibility: hidden;
    margin: 0;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 10px 8px rgba(0,0,0,0.2);
    background: #ff6600 url(/skin/img/main/plus-icon.png) no-repeat center;
}
.m-business-box a:hover .img-box p{
	visibility:visible;
	z-index:100;
}
.main-contact{
	width:100%;
	height:260px;
	padding:50px 0;
	background:url(/skin/img/main/main-banner.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
}
.main-contact .container h3{
	margin-top:0;
    color:#fff;
}
.main-contact .container .des{
	color:#fff;
    margin-bottom: 30px;
}
.main-contact .tel {
    display: inline-block;
    margin-bottom: 0;
    width: 220px;
    height: 55px;
    line-height: 51px;
    background: #f60;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.dh-front-list2 h6 a .row-separator,
.intro-boardbox .page-header{
	display:none;
}

.front-panel>.panel{
	border:none;	
}
.dh-front-list2 h6 a .list-row-regdate{
	position: absolute;
    left: 30px;
    bottom: 28px;
    font-size: 14px;
    font-weight: normal;
    color: #aaa!important;
    
    display:none;
}
.dh-front-list2-words{
	padding:50px 30px 50px;
	border:1px solid  #ddd;
	border-top:2px solid #0b2941;
}
.dh-front-list2-words:hover{
	border-color:#ff6600;
}
.dh-front-list2-words h6,
.dh-front-list2-words h6 a,
.dh-front-list2-words h6 a span{
	font-size:20px;
	color:#333;
	font-weight:500;
	
}
.dh-front-list2-words:hover h6,
.dh-front-list2-words:hover h6 a,
.dh-front-list2-words:hover h6 a span{
	color:#ff6600;
}
.dh-front-list2 h5{
	border-top:none!important;
}
.dh-front-list2-words h5 a {
    display: block;
    font-size: 14px!important;
    color: #666!important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 4.2em;
    font-weight: 400;
    letter-spacing: -0.3px;
}
#m-bbs1 .panel-body {
    padding: 0;
}
@media(min-width:768px) {
	.dh-front-list2-words {
        float: left;
        width: 31.333%;
        margin: 0 1% 10px !important;
    }
	
}
@media(max-width:767px) {}

/* footer setting */

.footer_copy>div {
	padding: 50px 15px;
	background: #f3f3f3;
	color: #888;
	font-size: 14px;
	border-top:1px solid #bbb;
    letter-spacing: -0.3px;
}

.footer_copy ul:after {
	content: '';
	display: block;
	clear: both;
}

.footer_copy li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.4);
}
.footer_copy li:first-of-type,
.footer_copy li:last-of-type {
	border-right: none;
}
.footer_copy .copy{
	font-size:12px;
	color:#aaa;
}
.footer_copy dd {
    margin-top: 2px;
}
@media(max-width:767px) {}

/* subpage setting */
.table-style {
    margin: 20px 0 20px;
    border-top: 1px solid #333;
}
.table-style tr th,
.table-style tr td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #ddd!important;
    letter-spacing: -0.3px;
    word-break: keep-all;
    vertical-align: middle !important;
    line-height:
}
.table-style tr th {color: #333; text-align:center; background:#f3f3f3;}
.table-style thead tr th {background: #f3f3f3;}
.table-style tr td {color: #666;}
.pageheader{
	width:100%;
	height:200px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
}
.pageheader h2 {
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 42px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.pageheader p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: -.3px;
    margin: 0;
}
.snb {
    margin-top: 50px;
    margin-bottom:50px;
}
.snb h2 {
    padding: 10px 0 25px;
    color: #222;
    margin: 0 0;
    font-size: 28px;
    position: relative;
}
.snb h2:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #f60;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.snb ul {
    border-top: 3px solid #213854;
}
.snb li{
	
}
.snb li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #fff;
}
.snb li a:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 23px;
}
.snb li a:hover{
	text-decoration:none;
	background:#f3f3f3;
}
.snb li a:hover:before{
    background:#f3f3f3
}
.snb li.active a:after {
    content: '\f054';
    display: block;
    font-family: 'fontawesome';
    color: #f60;
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
}
.snb .active a,
.snb .active a:hover{
    background: #213854;
    color: #fff;
    font-weight: 600;
}
.subpage-content{
	padding-bottom:80px;
}
@media (max-width:768px){
     .subpage-content {
        padding-left: 30px;
    }   
}
.subpage-content p>span,
.subpage-content li>span {
	font-weight: 600;
	color: #ff6600;
}
.subpage-content .title {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.subpage-content .title h3 {
    display: inline-block;
    font-size: 36px;
    color: #222;
    letter-spacing: -1px;
    margin: 0;
}
.breadcrumb {
	float:right;
	margin: 25px 0 0;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #bbb;
	text-align:right;
}

.breadcrumb .active {
	color: #ff6600;
}
.subpage-content .small-quote {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-bottom:15px;
}
.section{
	padding-bottom:80px;
}
.subpage-content h4{
	position:relative;
	margin-top:30px;
	margin-bottom:15px;
	font-size:28px;
}
.subpage-content h4:before{
	content:'';
	display:block;
	width:20px;
	height:3px;
	background:#ff6600;
	position:absolute;
	left:0;
	top:-15px;
}
.subpage-content h5 {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.3px;
    padding-left: 13px;
}
.subpage-content h5:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f60;
    border-left: 6px solid #224875;
    border-top: 6px solid #f60;
    left: 0;
    top: 5px;
}
.subpage-content h5 small {
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.subpage-content p {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #666;
    line-height: 24px;
    margin-bottom: 25px;
}
.numbering{
	margin-right:5px;
}
/* subpage greeting */
#greeting .greeting-top {
    border-bottom: 2px solid #ddd;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(/skin/img/sub/greeting-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 10px bottom;
}
#greeting p.quote {
    line-height: 1.3;
    margin: 0 0 15px;
    color: #224875;
}
#greeting p.quote span {
    font-size: 32px;
}
#greeting .small-quote {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 28px;
}
#greeting .subpage-content .name {
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}
#greeting .subpage-content .name span{
	color:#666;
	font-size:16px;
}

/* subpage company */
#company02 .history-table {
    border-top: 1px dashed #ddd;
}

#company02 .history-table td,
#company02 .history-table th {
    border-bottom: 1px dashed #ddd !important;
}

#company02 .history-table th {
    color: #ff6600;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    background:#fff
}
#company02 .history-table .li-disc {
    margin-bottom: 0;
}
#company02 .history-table .li-disc li {
    position: relative;
    padding-left: 12px;
    list-style: none !important;
    font-size: 14px;
    margin: 2px 0;
}
#company02 .history-table .li-disc li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #224875;
    position: absolute;
    left: 0;
    top: 10px;
}


.org-contact {
    margin: 40px 0 0;
    padding: 25px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.org-contact h4 {
    margin-top: 5px;
    font-size: 18px;
}
.org-contact h4:before{
	display:none;
}
.org-contact .fa{
	display:inline-block;
	margin-top:-4px;
	margin-right:10px;
	width:24px;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#fff;
	border-radius:50%;
	background:#ff6600;
	text-align:center;
	vertical-align:middle;
}
.org-contact ul {
    padding-left: 0!important;
    margin-bottom: 0;
}
.org-contact ul li {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #444;
    line-height: 2;
    list-style: none !important;
    position: relative;
    padding-left: 12px;
}
.org-contact ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #224875;
    position: absolute;
    left: 0;
    top: 15px;
}

/* subpage business */
.product-wrap {
    /* border-top: 1px dashed #ddd; */
    margin-top: 10px;
}
.product-wrap > .card {
    border: none;
    border-bottom: 1px dashed #ddd;
    margin: 0;
    padding: 40px 0;
}
.product-wrap > .card h5 {
    margin: 15px 0 18px;
    color: #222;
    letter-spacing: -0.5px;
    font-size: 20px;
    line-height: 1.3;
}
.product-wrap > .card h5:before {
    top: 8px;
}
.product-wrap .clearfix{
	margin-bottom:30px;
}
.cert img{
	margin-bottom:20px;
}
.usage {
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #224875 !important;
    font-size: 16px !important;
    letter-spacing: -0.5px !important;
}
.product-wrap .des {
    margin-bottom: 25px;
}
.spec-li {
    border-top: 1px solid #333;
}
.spec-li li {
    border-bottom: 1px solid #ddd;
    color: #666;
    letter-spacing: -0.3px;
    font-size: 13px;
    padding: 8px;
}

#business01 .section5 .quote-box {
    position: relative;
    margin: 20px auto 60px;
}
#business01 .section5 .col-sm-9 .quote-box {
    margin-bottom: 0;
}
#business01 .section5 .quote-box p{
	width:80%;
}
#business01 .section5 .quote-box p img{
	margin-right:10px;
}
#business01 .section5 .quote-box .pull-right {
    position: absolute;
    right: 25px;
    top: 20px;
}
.business01-se5 .li-dash li {
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #666;
    margin-bottom: 5px;
    padding-left: 13px;
}
.business01-se5 .li-dash li:before{
    left: 2px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row{
	display: none;
}

#business01 .section6 .product-wrap .card .col-sm-4 {
    padding-left: 0;
}
#business01 .section6 .product-wrap .card h5 {
    margin-top: 0;
}
#business01 .section6 .product-wrap .card .col-sm-8 h5 {
    margin-bottom: 5px;
    padding-left: 0;
}

#business01 .section6 .product-wrap .card .col-sm-8 h5:before {
    content: none;
}
#business01 .section6 .product-wrap .card .col-sm-8 .des {
    margin-bottom: 10px;
}
.business03-se5 .col-sm-8 h5:before {
    content: none;
}
.business03-se5 .col-sm-8 h5 {
    padding-left: 0;
}

.business-reference img {
    margin-bottom: 30px;
}
.reference-li {
    margin: 30px 0 0;
}
.reference-li li {
    font-size: 13px;
    color: #666;
    letter-spacing: -.3px;
    margin-bottom: 5px;
}
.reference-li li .numbering {
    color: #666;
}
.subpage-content dd {
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #666;
    margin: 3px 0 10px;
}
.subpage-content dt .numbering {
    color: #f60;
}
#news .regdate,
#news .writer,
#news .hits{
	display:none;
}
@media(min-width:768px) {
	.snb{
		padding-right:30px;
	}
    .business-reference {
        max-width: 800px;
    }
}
@media(max-width:767px) {}