@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:89px;}

/* 폰트 설정 */
.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; }
/* 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-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top: 12px;
	height: 36px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding: 34px 25px;
	  	font-size: 17px;
	  	font-weight:500;
	  	color: #333;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
	  	}
  
 	.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-color: transparent;
	  	color: #000;
  	}
}
@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: none;
		background-color: rgba(32, 23, 23, 0.85);
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #ff767b;
	text-decoration: none;
	font-weight: 600;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.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: #333;
    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: #333;
}
.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;
    }
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.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 {
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top: 12px!important;
	text-align:left;
	font-size: 17px!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 .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-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: 200px;
    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: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    display: none;
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight:600
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:25%;
	}
}
.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;
}
/* personal setting 0.62v */
/* 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;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.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 */
.numbering{margin-right:10px;}
.numbering.circle,
.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: #000;
}
.numbering.circle{
	border-radius:50%;
}
/*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 #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #000;
}
.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:#000;
	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;
	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:#000;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.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:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
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;
}
.footer_copy .copy {
    font-size: 11px;
    color: #999;
}

.footer-top a span {
    letter-spacing: 0.04em;
    font-size: 24px;
    font-weight: 300;
}
.instagram,.cafe,.blog {
    margin-top: 3px;
}
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 #000;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #000;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#000;
}
.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 #000;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width: 1140px;
    margin: 0 auto;
    padding: 0;
    max-width:100%;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height: 641px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}
.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;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width:11px;
	height:11px;
}
.main-port .page-header{
    display:none;
}
.intro-board-widget-layout{
    display:none;
}
.main-port{
    padding: 96px 0 100px;
    background:#f4f4f4;
}
.main-port h3{
    margin-bottom: 35px;
    font-size:40px;
    font-weight: 300;
    margin-top: 0;
}
.m-port-area{
    padding:0;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:0;
	background: #333;
	color: #ccc;
	font-size:13px;
}
.footer_copy ul{
    display:inline-block;
    margin:0;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-left: 4px;
	margin-left:10px;
	font-size: 15px;
}
.footer-top{
    padding: 14px 0;
    background: #000 url('/skin/img/sub/ptn.png');
    text-align: center;
}
.footer-top a{
    font-weight: 700;
    display:block;
    font-size: 20px;
    color:#fff;
}
.footer-top img{
    border-radius: 10px;
    height: 32px;
}
.footer-bottom{
    padding:30px 0;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height: 220px;
	background:#000;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    font-weight: 300;
    font-style: oblique;
    margin:0;
    position:absolute;
    left: 12%;
    top: 52%;
    transform:translate(-50%,-50%);
    font-size: 50px;
    color:#fff;
}
.pageheader h2:before{
    content:'';
    display: none;
    margin:0 auto 7px;
    width: 30px;
    height: 4px;
    background:#fff;
    transform: skewX(-30deg);
}
.breadcrumb{
    position:absolute;
    right:15px;
    bottom:15px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: rgba(255,255,255,0.6);
    font-family: "FontAwesome";
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 100px;
	padding-bottom: 100px;
}
.subpage-content .emp{
	font-weight:600;
	color:#000;
}
.subpage-content section{
	padding-bottom: 100px;
}
.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{
	margin-bottom:50px;
}
.subpage-content .title h3{
    margin-bottom:20px;
    font-size:40px;
    font-weight:700;
    font-style:oblique;
}
.busi-top ul li,
.subpage-content .title p{
	padding-left:30px;
	font-size:18px;
	font-weight:700;
    font-style:oblique;
	color:#222;
	border-left:4px solid;
}
.subpage-content .title h3:after{
    content:'';
    display:inline-block;
    width:60px;
    height:1px;
    background:#111;
    margin-left:10px;
    vertical-align: baseline;
}
/*subpage about*/
#about01 .txt-box {
    /* padding-left: 50px; */
}
.greet p{
    margin-bottom:30px;
    font-size: 16px;
    /* font-weight:500; */
    line-height: 1.6;
    color: #666;
    letter-spacing: -0.02em;
}
.greet p .emp{
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.busi-top {
    /* width:900px; */
    max-height: 100%;
    margin: 0px 0 50px;
    padding: 30px 30px 0 2px;
    /* border:1px solid #111; */
    border-top: 2px solid #333;
}
.busi-top:after{
    content:'';
    display:block;
    clear:both;
}
.subpage .busi-top h4{
    float:left;
    margin-top:0;
    padding: 0;
    vertical-align: top;
    width: 24%;
    font-weight:700;
	font-style:oblique;
    font-size:34px;
    text-align: right;
    letter-spacing: -0.03em;
    text-align: left;
}
#business04 section h4{
    margin: 0 0 50px;
    font-weight:700;
	font-style:oblique;
    font-size:34px;
    text-align: center;
    letter-spacing: -0.03em;
    text-align: left;
    border-top: 2px solid #333;
    padding: 30px 30px 0 2px;
}
.busi-top ul{
    float:left;
    width:70%;
    padding:0 20px;
    /* border-left:1px solid #111; */
}
.busi-top ul li{
    margin-bottom: 4px;
    font-size: 16px;
	border-left:none;
}
.img-wrap{
    margin:20px -1px;
}
.img-wrap > div{
    padding: 8px;
}
.img-wrap .img-box{
    position: relative;
    height:220px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    transition: all .3s ease;
    border-radius: 5px;
}
.img-wrap div:hover .img-box{
    z-index: 100;
    transform: scale(1.04);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}
.img-wrap .col-sm-6 .img-box{
    height:320px;
}
.img-wrap .col-sm-3 .img-box{
    height:400px;
}
#business01 .img-wrap .col-sm-3 .img-box{
	height:250px;
}
.contact-wrap{
    margin:0 auto;
    width:1000px;
    max-width:100%;
    border: 1px solid #eee;
    background: #fafafa;
    box-shadow: 7px 7px 0px 1px rgba(0, 0, 0, 0.08);
}
.contact-wrap > div{
    padding: 50px 25px 50px 48px;
    /* padding:50px 40px 50px 50px; */
    color: #333;
}
#contact .contact-wrap h4{
    margin-top:70px;
    margin-bottom:100px;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 32px;
}
#contact .contact-wrap h4:before{
    content:'';
    display:block;
    width: 30px;
    height: 4px;
    background: #cd0f0f;
    margin-bottom:7px;
    transform: skewX(-30deg);
}
.contact-wrap li{
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8em;
}
.contact-wrap ul:last-of-type{
    margin-top:100px;
}
#contact .left-con {
	padding:0;
    background: #dfdfdf;
}
#contact .name{
	font-size:18px;
	font-weight:600;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #666;
    border-color: #666;
}
.btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}


.filter-items{
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.filter-items .filter-label{
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color : #888;
    background: #fff;
	font-weight:700;
	font-style:oblique;
    border: 1px solid #ddd;
}
.dh-board .filter-items > a > .filter-label:hover{
    border-color: #000 ;
    background: #fff;
    color: #000;
}
.dh-board .filter-items > a.on > .filter-label, .dh-board .filter-items > a.on > .filter-label:hover{
    background: #000 ;
    position: relative;
    border-color: #000 ;
    color: #fff;
}
#business04 .se6 .img-wrap .img-box{    width: 100%;
    background-size: contain;}
@media(max-width:767px){
    .body-layout{
        padding-top:61px;
    }
    .navbar-brand img{
        margin-top:5px;
        width:200px;
        height:auto;
    }
    .navbar-toggle{
        top:10px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:56.25vw;
    }
    .carousel-control{
        display:none;
    }
    .main-port{
        padding:50px 0;
    }
    .main-port h3{
        font-size:34px;
    }
    .dh-front-blog>.col-md-4>.thumbnail{
        margin-bottom:10px;
    }
    .footer_copy li{
        float:none;
        display:inline-block;
    }
    .footer-top a{
        font-size:15px;
    }
    .footer-top a span{
        font-size:18px;
    }
    .pageheader{
        height:180px;
    }
    .pageheader h2{
        font-size:36px;
        transform:translateY(-50%);
    }
    .subpage-content{
        padding:60px 0;
    }
    .greet p .emp{
        font-size:20px;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        font-weight:400;
    }
    .subpage-content .title h3{
        font-size:36px;
    }
    .subpage-content .title p{
        font-size:16px;
    }
    .busi-top ul,
    .subpage .busi-top h4{
        float:none;
        width:100%;
        padding:0;
    }
    .subpage .busi-top h4{
        font-size:24px;
    }
    .busi-top ul li{
        margin-left:0;
        font-size:14px;
    }
    .filter-items .filter-label{
        margin-bottom:6px;
    }
    .dh-margin-top{
        text-align: center;
    }
    .contact-wrap > div{
        padding:30px;
    }
    #contact .contact-wrap h4{
        margin:20px 0 40px;
    }
    .contact-wrap ul:last-of-type{
        margin-top:30px;
    }
}