@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:91px;}

/* 폰트 설정 */
.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: 14px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding:38px 38px;
	  	font-size:17px;
	  	font-weight:600;
		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: #333;
  	}
}
@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(0, 0, 0, .85);
		padding: 0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	color: #ececec;
	padding: 13px 17px;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	letter-spacing: -0.02em;
	text-decoration: none;
	transition: all ease 0.2s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: rgb(52, 101, 176);
	text-decoration: none;
}
/* 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: #23b0e6;
    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: #23b0e6;
}
.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;
    }
}
.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: #00368f;
}
.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;
    font-size: 16px;
    letter-spacing: -1px;
}
.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: 1px solid #222;
    margin: 40px 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: 140px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
    letter-spacing: 0.02em;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 9px;
    color: #666;
}
.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:#00368f;
	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: 20px;
    margin-bottom: 20px;
    border: 2px 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:#00368f;
}
.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: 5px 0 20px;
	font-size:26px;
	font-weight:300;
	color:#333;
	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 #00368f;
	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 #00368f;
}

.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:15px 25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#00368f;
}
.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 #00368f;
	border-radius:50%;
	background:#fff;
}
.timeline{
    padding-left: 0;
    border-top: 1px solid #222;
    padding-top: 30px;
    margin-top: 30px;
}
.timeline > li:first-child {
    padding-top: 0;
}
.timeline .time-box {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.timeline .time-box .year{
	text-align: center;
}
.timeline .time-box .year span {
    font-size: 40px;
    font-weight: 400;
    color: #24aae1;
    font-style: italic;
    line-height: 1;
}
.timeline .time-box .issue{
}
.timeline .time-box .issue > ul {
    padding: 0;
}
.timeline .time-box .issue > ul > li {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
    color: #666;
}
.timeline .time-box .issue > ul > li > span {
	display: block;
    width: 50px;
    font-weight: 500;
    color: #222;
}
/* 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:600px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 46%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
	line-height: 30px;
}
.carousel-caption h1 {
    margin: 0 0 35px;
    font-size: 54px;
    color: #fff;
    font-weight: 400;
}
.carousel-caption h1 small{
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 4px;
    font-size: 24px;
    font-weight: 800;
    color: #23b0e6;
    letter-spacing: 0.15em;
    border-bottom: 2px solid;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
}
.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-content{
    text-align: center;
}
.main-content > div{
    padding: 100px 0 120px;
}
.main-content .title{
	margin-bottom:50px;
	text-align:center;
}
.main-content .title h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:38px;
}
.main-content .title .more{
	display:inline-block;
	padding:2px 10px;
	font-size:16px;
	font-weight:600;
	color: #23b0e6;
    border-bottom: 2px solid;
}
.main-content .title .more:hover{
	background: #23b0e6;
	color:#fff;
	border-radius:4px;
}
.main-about{
    background:url(/skin/img/main/m-about-bg.jpg) no-repeat center / cover;
}
.main-about p{
    margin-bottom: 80px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
}
.main-about p .emp{
    font-weight:500;
    color:#00368f;
}
.main-about img{
    height:80px;
}
.main-business{
    background:#f5f5f6 url(/skin/img/main/m-business-bg.jpg) no-repeat center / cover;
}
.main-business .row{
    margin:0 -5px;
}
/* .main-business .row > div{
    padding:5px;
} */
.main-business .row .col-sm-3 {
    padding: 12px 10px;
}
.main-business a{
    display:block;
    position:relative;
}
.main-business .img-box{
    position:relative;    
}
.main-business .img-box P{
    margin: 0;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 400;
    width: 100%;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.main-business .txt-box{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#15366c;
    padding:20px;
    opacity:0;
    transition:all .3s ease;
}
.main-business a:hover .txt-box{
    opacity:1;
}
.main-business .txt-box h4{
    margin: 0;
    font-size: 24px;
    text-align: left;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 400;
}
.main-business .txt-box .more{
    position:absolute;
    right:20px;
    bottom:20px;
}
.owl-carousel img{
    border:1px solid #ddd;
}
.owl-nav > div{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    opacity: 0.7;
}
.owl-nav > div:hover{
    opacity:1;
}
.owl-prev{
    left:-40px;
}
.owl-next{
    right:-40px;
}
.fa-chevron-left {
    color: #999;
}
.fa-chevron-right {
    color: #999;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:40px 0 40px;
	background:#202b40;
	color:#bbb;
	font-size:13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 2.1;
    letter-spacing: -0.05em;
}
.footer_copy li strong{
    color: #ddd;
    font-size: 1.2em;
    font-weight: 500;
    opacity: 0.9;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .col-sm-6 {
    padding-left: 35px;
}
.foot-logo {
    padding: 8px 0;
}
.copy{
    margin-top: 60px;
    opacity: 0.6;
	font-size: 12px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:180px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#fff;
}
.breadcrumb{
	margin:20px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
    text-align: left;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subpage-layout{
	padding-top:60px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#00368f;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -1px;
	margin-bottom: 30px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:15px;
	font-size:28px;
	letter-spacing: -0.07em;
}
.subpage-content section h4:before{
    content:'';
    display:none;
    width:30px;
    height:2px;
    margin:0 0 7px;
    background:#00368f;
}
.subpage-content section h5{
	margin-top:30px;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -0.03em;
}
.subpage-content section h5:before{
    content: '';
    display: inline-block;
    margin-top: -4px;
    margin-right: 6px;
    width: 8px;
    height: 4px;
    background: #00a9ef;
    vertical-align: middle;
}
.subpage-content .title{
	margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.subpage-content .title h3{
    display: inline-block;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    position: relative;
    letter-spacing: -1px;
	padding-bottom: 20px;
}
.subpage-content section{
    border-bottom: 1px #ccc dashed;
    margin-bottom: 50px;
}
.subpage-content section:last-child{
    border-bottom: none;
    margin-bottom: 50px;
}
.subpage-content section > img {
    padding: 20px 0 50px;
}
.snb{
    padding-right:50px;
}
.snb > ul{
    border-top:2px solid #00368f;
}
.snb > ul > li > a{
    position: relative;
    display: block;
    padding: 14px 0 14px 10px;
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.snb > ul > li > a:hover{
    background:#f8f8f8;
}
.snb > ul > li.active > a{
    color: #00368f;
	font-weight: 600;
    /* background: #3465B0; */
}
.snb > ul > li.active > a:after{
    content:'\f054';
    display:block;
    font-family: 'fontawesome';
    position:absolute;
    right:15px;
    top:53%;
	color: #88a6d7;
    transform: translateY(-50%);
}

/*subpage about*/
#about01 .se1 img{
    margin:40px auto;
    height:100px;
	padding: 0;
}
.greet p{
    margin-bottom:20px;
    font-size:16px;
}
.history-table td br{
    display:none;
}
.cert-wrap img{
    padding:10px;
    border: 1px solid #e6dab8;
}
.tab-menu{
    margin:20px 0 40px;
    text-align: center;
}
.tab-menu li{
    display: inline-block;
    padding:0 5px;
}

.tab-menu li a{
    display:block;
    padding:15px 45px;
    font-size:22px;
    font-weight:600;
    color:#fff;
    background:#aaa;
    border-radius: 4px;
}
.tab-menu li.active a{
    background:#00a9ef
}
/*subpage business*/
.img-wrap{
    margin:30px 0;
}
.img-wrap.row{
    margin:30px -5px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap img{
    margin-bottom:50px;
}
.system-wrap {
    padding-top: 15px;
}
.system-wrap img{
    border:1px solid #ddd;
}
.system-wrap .img-caption{
    line-height:1.3;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/*Formmail*/
#mailForm {
    max-width: 850px;
    margin: 0px auto 60px;
    padding: 0 15px;
}
#mailForm .form-control {
    border-radius: 2px;
}
#mailForm .form-group label {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px;
}
#mailForm .form-group .checkbox label {
    font-size: 13px;
    color: #555;
}
#mailForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #23b0e6;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow:none;
    border: none;
    margin: 0 auto;
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 500 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #23b0e6;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#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;
}
.bbs-area{
    min-height:200px;
}
.customer-wrap{
	margin:10px -5px;
}
.customer-wrap > div{
	padding:5px;
}
.customer-wrap img{
	padding:5px;
}
@media(max-width:767px){
	
}