@charset "utf-8";
@import url('/skin/notokr/notokr.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; }
/* 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-bottom:none;
	margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 16px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
    margin-top:0;
    /* height:60px; */
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		position: relative;
		padding: 40px 20px;
		font-size: 16px;
		font-weight: 500;
		color: #111;
		-webkit-text-shadow: none;
		text-shadow: none;
		letter-spacing: -0.3px;
	}
    /* .navbar-inverse .navbar-nav > li > a:after{
        content:'';
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        width:0;
        height:4px;
        background:#117c8e;
        transition:all .3s ease;
    }
    .navbar-inverse .navbar-nav > li > a:hover:after{
        width:100%;
    } */
  
 	.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: #117c8e;
  	}
}
@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: rgb(17, 124, 142);
		box-shadow: none;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.dropdown-menu {
    padding:0;
}
.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
}
/* 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: #117c8e;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #117c8e;
    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: #222;
}
.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:none;
	-webkit-box-shadow: none;
	background:#000
}

.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;
	transition: all ease 0.3s;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead:hover {
    opacity: 0.6;
}

.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-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top:13px!important;
	text-align:left;
}
.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 strong a {
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 !important;
}
.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: 230px;
    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 {
    margin: 0;
    padding: 28px 16px 16px !important;
    font-size: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
}
@media(min-width:768px){
    .dh-front-blog{
        margin:0px -5px;
    }
	.dh-front-blog>.col-md-4{
		width:25%;
        padding:5px;
	}
}
.intro-boardbox .page-header,
.intro-board-widget-layout{
    display:none;
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    display: block;
    margin: 0 0 10px !important;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
    border-color: #ddd;
}
.q_number .form-control:focus {
    border-color: #117c8e;
}
.q_number textarea {
    height: 220px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #117c8e;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 500;
    border-radius: 70px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
    letter-spacing: -0.3px;
    transition: all ease 0.3s;
}
#mod_type_formForm .btn-primary i{
    display: none;
}
#mod_type_formForm .btn-primary:hover{
	background:#222
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
/* 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: #117c8e;
}
.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{
    margin:0;
}
.location-li li {
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
    color: #555;
    font-weight: 350;
}
.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: #117c8e;
	display:none;
}
.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:#117c8e;
	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:#117c8e;
}
.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 {
    position: relative;
	margin-bottom:60px;
    text-align: center;
    background: #fff;
}
.quote-box p {
    margin: 0;
    line-height: 1.9;
    font-size: 17px;
    color: #555;
    letter-spacing: -0.5px;
    font-weight: 350;
}
/* .quote-box:before,
.quote-box:after{
    content:'';
    display:block;
    width:80px;
    height:80px;
    background:#117c8e;
    position:absolute;
    z-index: -1;
} */
.quote-box:before{
    left:-15px;
    top:-15px;
}
.quote-box:after{
    right:-15px;
    bottom:-15px;
}
.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;
}
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 #117c8e;
	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 #117c8e;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.5px;
	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: 14px 45px!important;
}
.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #e0e0e0;
    font-size: 25px;
    color: #117c8e;
    font-weight: 300;
    text-align: right;
}
.history-table.table-style tr th:after{
	content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translatey(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #222;
}
.history-table.table-style tr td{
    font-size:15px;
}
/* personal setting 0.62v 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:700px;
}
.carousel-caption {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* left: auto; */
    /* right: 15%; */
    top: 50%;
    bottom: auto;
    transform: translatey(-50%);
    /* text-align: right; */
    /* background: rgba(11, 84, 113,0.85); */
}
/* .carousel-caption:before{
    content:'';
    display:block;
    width:25px;
    height:25px;
    position: absolute;
    right:0;
    top:0;
    background:#FFC045;
} */
#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: 76px;
    color: #fff;
    font-weight: 400;
}
.carousel-caption h1 span,
.carousel-caption p span{
    text-shadow: 0 0 4px rgba(0,0,0,0.5) !important;
}
/* .carousel-caption h1:after{
    content:'';
    display:block;
    margin-top:20px;
    margin-left:auto;
    width:40px;
    height:2px;
    background:#FFC045;
} */
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.8px;
}
.carousel-caption ul{
	display:inline-block;
}
.carousel-caption ul li{
	text-align:left;
	margin:0px 0 0;
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.8px;
}
/* 
.carousel-inner .item:nth-child(1) .carousel-caption {
    text-align: left;
    color:#222;
}

.carousel-inner .item:nth-child(1) .carousel-caption h1,
.carousel-inner .item:nth-child(1) .carousel-caption p{
    color:#222;
    text-shadow:none;
}


.carousel-inner .item:nth-child(1) .carousel-caption p{
    font-size:20px;
}
.carousel-inner .item:nth-child(1) .carousel-caption h1 span,
.carousel-inner .item:nth-child(1) .carousel-caption p span {
    text-shadow:none !important;;
}
 */
.carousel-control{
	display:none;
}
.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 8px;
	width:11px;
	height:11px;
	background:#555;
	border:none;
}

.carousel-indicators li.active{
	background:#50d2e8;
	border:none;
}
.main-content > div {
    padding: 80px 0px;
}
.main-content .title {
    margin: 0 0 45px;
    text-align: center;
}
.main-content .title h3 {
    font-size: 38px;
    margin: 0;
    letter-spacing: -1px;
    color: #111;
}
.main-top{
    background:#f5f5f3;
}
.main-top .inner{
    display:block;
    height:300px;
    background:#fff;
    box-shadow:0 1px 2px rgba(0,0,0,0.25);
}
@media (min-width: 768px){
    .main-top .col-sm-2{
        width: 20%;
    }
}
.main-top .txt-box{
    padding:15px 25px;
    color:#333;
    background:#fff;
    text-align: center;
}
.main-top a:hover{
    border-color:#117c8e;
}
.main-top img{
	height:163px;
    padding-top:50px;
    padding-bottom:15px;
}
/*
.main-video .embed-responsive-16by9{
	padding-bottom:119%;
}
*/
.main-video i{
	display:block;
	width:100px;
	margin:0 auto;
	padding:50px 0 15px;
	color:#c00;
	text-align:center;
	font-size:95px;
}
.main-video .video-wrap{
    padding: 30px 400px;
}
.main-video h5{
    margin:15px 0 30px;
    font-size:18px;
    text-align: center;
    color:#333;
}
.main-top .txt-box h5{
    margin:0 0 20px;
    font-size:22px;
    color:#333;
}
.main-top .txt-box .more{
    display:inline-block;
    margin:0;
    padding:2px 30px;
    border:1px solid rgba(17, 124, 142,0.5);
    color:#117c8e;
    font-weight:500;
}
.main-top a:hover .txt-box .more{
    color:#fff;
    background:#117c8e;
}

.main-contact .tel{
    margin-top:-10px;
    font-size:26px;
    letter-spacing: -0.03em;
    font-weight:600;
    color:#117c8e;
}
.main-contact .mobile{
	font-size:16px;
	font-weight:500;
}
.main-content .main-bottom .more {
    display: block;
    width: 190px;
    margin: 50px auto 10px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    border-radius: 70px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all ease 0.3s;
}
.main-content .main-bottom .more:hover{
    background:#222;
	border-color:#222;
    color:#fff;
}
@media(min-width:768px){
    .main-content .container{
        width:1690px;
        max-width:100%;
    }
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:30px 0 20px;
	background:#333;
	color:#bbb;
	font-size:13px;
}
.footer_copy ul {
    margin: 0 0 5px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
	margin-bottom:7px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    margin: 0;
    opacity: 0.5;
}
.footer_copy .tel{
	line-height:1.1;
}
.footer_copy .tel small{
	font-size:16px;
	font-weight:500;
	color:#fff;
}
.footer_copy .tel span{
	font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #FFC046;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:280px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
	text-align:center;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: -30px 0  0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 0 0 5px rgba(0,0,0,0.35);
}
.pageheader p{
	margin:40px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
	line-height:1.2;
    text-shadow: 0 0 5px rgba(0,0,0,0.35);
}
.pageheader .tel{
	text-align:left;
}
.pageheader .tel span{
	margin-right:10px;
	font-weight:500;
}

.breadcrumb{
	margin:10px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
    text-align: right;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top:80px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#117c8e;
}
.subpage-content section{
	padding-bottom:80px;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 38px;
}
.subpage-content section h4:before{
    /* content:'';
    display:inline-block;
    margin-right:10px;
    width:30px;
    height:30px;
    border:5px solid #FFC045;
    border-radius:50%;
   border-left-color:#117c8e;
    vertical-align: middle;
   transform:rotate(45deg); */
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #117c8e;
    letter-spacing: -0.5px;
}
.snb-wrap + .subpage-content {
    padding-top: 60px;
}
.snb-wrap {
    /* border-bottom: 1px solid #ddd; */
    padding: 50px 0 0;
}
.snb-wrap ul{
    margin:0;
    text-align: center;
}
.snb-wrap ul li {
    display: inline-block;
    padding: 0;
}
.snb-wrap ul li a {
    display: block;
    margin: 0 -2px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border: 1px solid #e0e0e0;
    padding: 10px 35px;
    letter-spacing: -0.5px;
}
.snb-wrap ul li.active a {
    background: #117c8e;
    border-color: #117c8e;
    color: #fff;
}
.subpage-content .title{
    margin-bottom:30px;
    text-align:center;
}
.subpage-content .title h3{
    font-size:38px;
	margin:0;
}
/*subpage about*/
.greet {
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
}
.greet p,
.greet img{
    margin-bottom:20px;
}
.greet p {
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 350;
    color: #555;
    line-height: 1.75;
}
.greet .quote, p.quote {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    letter-spacing: -1px;
    line-height: 1.2;
}

.img-wrap{
    margin:20px -5px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap .img-box{
    height:450px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
@media(max-width:767px){
	
}


/* subpage board */
.bbs-blog2-index-layout .se1,
.bbs-blog-view-layout .se1,
.mod-custom-form-add .se1{
    padding-bottom: 20px;
}


.dh-view-box {
    margin-top: 0;
}

.dh-view-box>.row>.page-header {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
    padding: 40px 15px 0;
}

.dh-view-box>.row>.page-header>h4 {
    font-size: 28px;
    letter-spacing: -0.7px;
    color: #222;
    margin: 0;
}

.dh-view-box>.row>.dh-view-info {
    text-align: center;
    background: rgba(0,0,0,0);
    color: #999;
    padding-top: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.dh-view-box>.row>.dh-view-info strong {
    font-weight: 500;
    color: #777!important;
    padding-right: 5px !important;
}

.dh-view-box>.row>.dh-view-info .pull-right {
    display: none;
}


.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #117c8e !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

.row.dh-margin-top {
    margin-top: 30px;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

/*subpage about*/
.about-wrap{
    margin:0;
}
.about-wrap > div{
    padding-top:30px;
    border-top: 3px solid #ddd;
}
.about-wrap .left-con{
    border-color:#117c8e
}
.about-wrap .clearfix{
    padding-bottom:60px;
}
.about-wrap .li-dash li{
    margin-bottom:5px;
    font-size:18px;
}

/* subpage produce */
.produce01-top{
	margin:20px auto;
	border:1px solid #ddd;
}
.produce01-top > div{
	padding:20px;
}
.produce01-top .text-info{
	position:relative;
	margin-left:20px;
	padding-left:90px;
	color:#555;
}
.produce01-top .text-info:before{
	content:'';
	display:block;
	width:2px;
	height:70px;
	position:absolute;
	left:80px;
	top:0;
	background:#999;
}
.produce01-top .text-info span{
	position:absolute;
	left:0;
	top:0;
}
.install01-top{
	position:relative;
	margin:0 0 40px;
	height:290px;
	background:url(/skin/img/sub/install01.jpg) no-repeat center / cover;
}
.install01-top:before{
	content:'';
	display:block;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	position:absolute;
	left:10px;
	top:10px;
	background:rgba(0,0,0,0.55);
	z-index:0;
}
.install01-top > div{
	margin:20px 0;
	padding:50px 30px;
    min-height:250px;
	border-right:1px solid rgba(255,255,255,0.5);
}
.install01-top > div:last-child{
	border:none;
}
.install01-top > div p,
.install01-top > div h5{
    position:relative;
    padding-left:1.3em;
    color:#fff;
}
.install01-top > div h5{
    margin-top:15px;
    margin-bottom:15px;
    min-height:50px;
}
.install01-top > div p{
    font-size:16px;
}
.install01-top > div p i,
.install01-top > div h5 span{
    position:absolute;
    left:0;
    top:0;
}
.install01-top > div p i{
    top:4px;
}
.body-layout.modal-open{
	padding-right:0!important;
}
#m-video h4{
	display:inline-block;
	margin:0;
	font-size:26px;
	color:#333;
}
#m-video .embed-responsive-16by9{
	padding-bottom:75%;
}
#m-video .close{
	margin-top:5px;
	font-size:24px;
	opacity:0.5;
}
.main-content > div.main-img{padding-bottom: 0;}
@media(max-width:767px){
    .body-layout{
        padding-top:85px;
    }
    .navbar-inverse{
        border-bottom:1px solid #ddd;
    }
    .navbar-inverse .navbar-brand{
        margin-top:0!important;
        padding:10px;
    }
    .navbar-toggle{
        top:15px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#117c8e;
    }
    .navbar-inverse .navbar-nav>li>a{
        color:#666;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
        padding-left:10px;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:350px;
    }
    .carousel-caption h1{
        font-size:38px;
    }
    .carousel-caption ul li{
        font-size:18px;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .main-content > div{
        padding:40px 0;
    }
    .main-top .inner{
        margin-bottom:10px;
    }
    .main-content .title h3{
        font-size:32px;
    }
    .main-video .video-wrap{
        padding: 40px 0px;
    }
    .dh-front-blog>.col-md-4>.thumbnail{
        margin-bottom:10px;
    }
    .footer_copy li{
        float:none;
        border:none;
    }
    .pageheader {
        height:200px;
    }
    .pageheader h2{
        margin-top:-20px;
        font-size: 36px;
        white-space: nowrap;
    }
    .pageheader p{
        font-size:18px;
        white-space: nowrap;
    }
    .subpage-content section h4{
        font-size:26px;
    }
    .about-wrap > div{
        padding-top:20px;
    }
    .greet .quote, p.quote{
        font-size:22px;
    }
    .snb-wrap ul:after{
        content:'';
        display:block;
        clear:both;
    }
    .snb-wrap ul li{
        float:left;
        width:50%;
    }
    .snb-wrap ul li a{
        margin:0;
    }
    .subpage-content .title h3{
        font-size:32px;
    }
    .row.dh-margin-top{
        text-align: center;
    }
}