@charset "utf-8";

@grid-float-breakpoint: @screen-sm-min;

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.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;
}



.topmarginLay_a {
	display: none;
}


.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: #2729AB;
    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: #2729AB;
}
.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{
	display:block;
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#333;
	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: #2729AB;
}
.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: 50px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px 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: 10px;
    color: #555;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:25%;
	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:#2729AB;
	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;
	background:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card .card-ttl{
    margin: -15px -15px 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    background: #2277ce;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.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: 0px auto 40px;
    padding: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #d4ceed;
}
.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; font-size:16px;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #5266ce;
	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: #333;
	font-weight: 600;
	background:#fafafa; 
	padding:10px 15px;
}
.btnRead {
    font-size: 16px;
    font-weight: normal;
}
.dh-board .table-hover .text-center.writer, .dh-board .table-hover .text-center.regdate, .dh-board .table-hover .text-center.hits{
	font-size:14px;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #2729AB;
}

.table-style tr td {
	padding: 15px 15px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
	font-size:15px;
}
.table-style tr th {
	color: #333;
	text-align: center;
	padding: 12px 12px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.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 tbody tr th {
    font-weight: 300;
    position: relative;
    font-size: 28px;
    color: #9ba5d8;
    padding: 20px 0 !important;
}
.history-table.table-style tbody tr td{
    font-size:16px;
}
/*
.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 #2729AB;
	border-radius:50%;
	background:#fff;
}
*/
.main-content > div{
    padding:100px 0 120px;
}
.main-content .title{
    margin-bottom:60px;
    text-align:center;
}
.main-content .title h3{
    font-size:38px;
}
.main-business{
    background:#f5f5f5;
}
.main-business .container{
    width:1400px;
    max-width:100%;
}
.main-business .row{
    margin: 0 auto;
    width: 1200px;
    max-width:100%;
}
.main-business .row > div{
    padding:5px 10px;
}
.main-business .inner{
    display:block;
    position:relative;
	display:block;
    border:1px solid #ddd;
    background:#fff;
}
.main-business .inner:hover{
    background:#5266ce;
    border-color:#5266ce;
}
.main-business .img-box{
    overflow: hidden;
}
.main-business img{
    transition: all .5s ease;
}
.main-business .inner:hover img{
    opacity:0.8;
    transform:scale(1.1);
}
.main-business .inner:hover .img-caption span,
.main-business .inner:hover .img-caption{
    color:#fff;
}
.main-business .img-caption{
    font-size: 18px;
    font-weight: 600;
}
.main-business .img-caption span{
    margin-right:5px;
    color:#5266ce;
}
.main-content .main-partner{
	padding:20px 0 100px;
}
.main-partner h3{
	margin:10px 0;
	padding:10px 0;
	font-size:24px;
	letter-spacing: -0.01em;
	border-bottom:1px solid #333;
}
.main-partner h3 .more{
	display:block;
	margin-toP:10px;
	font-size:15px;
	color:inherit;
}
.main-partner h3 .more:hover{
	text-decoration:underline;
}
.main-partner .bx-wrapper{
	margin-bottom:0;
}
/* 
.main-partner:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background:url(/skin/img/main/m-partner.jpg) no-repeat center / cover;
	opacity:0.4;
} */
.owl-carousel img{
	border:1px solid #ddd;
}
.owl-nav > div{
	position:absolute;
	top:50%;
	margin-top:-20px;
	transform:translatey(-50%);
	font-size:24px;
}
.owl-prev{
	left:-50px;
}
.owl-next{
	right:-50px;
}
@media(max-width:767px){
	.owl-nav > div{
		display:none;
	}
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout{
    display: none;
	width:1170px;
	max-width:100%;
	margin:0 auto;
	padding:30px 0;
}
.intro-boardbox .page-header {
	padding: 0 0 10px;
	margin: 20px 0 10px;
	border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	font-size: 24px;
	letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}
.dh-front-list2 .list-row-subject {
    font-size: 16px;
}
.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #333;
	font-weight: bold;
	padding-right: 6px;
}
.fa-plus:before {
    content: "\f067";
    font-size: 16px;
    padding-right: 3px;
}
.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
/* 
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
 */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 4px 4px 0px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, .12);
	border: 1px solid #ccc;
}

.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 {
	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:15px!important;
	text-align:left;
	font-size:15px!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;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.main_container_img{
	width:100%;
	margin:0;
	padding:0;
}
.main_container_img > .fill,
.carousel-inner .item .fill{
	height:100vh;
}
.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: center;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 72px;
    color: #fff;
    font-weight: 400;
}
.carousel-caption p {
	margin: 35px 0 0;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.carousel-control.left{
	background:url(/resources/img/mainSlide/arrow_prev.png) no-repeat center 55%;
}
.carousel-control.right{
	background:url(/resources/img/mainSlide/arrow_next.png) no-repeat center 55%;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width:11px;
	height:11px;
}
@media(max-width:767px){
	
}

/* subpage setting */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.pageheader{
    height: 291px;
	background:#000 url(img/sub/subtop-bg.jpg) no-repeat center / cover;
}
div[id^="about"] .pageheader{	background-image:url(img/sub/about-top.jpg);}
div[id^="business"] .pageheader{	background-image:url(img/sub/business-top.jpg);}
div[id^="progress"] .pageheader{	background-image:url(img/sub/business-top.jpg);}
div[id^="job"] .pageheader{	background-image:url(img/sub/job-top.jpg);}
div[id^="refer"] .pageheader{	background-image:url(img/sub/refer-top.jpg);}

.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin-top: 145px;
    font-size: 42px;
    text-align: center;
    color: #fff;
}
.breadcrumb{
    text-align: center;	
    right:15px;
    bottom:20px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#fff;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li{
	font-size:13px;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subpage-content{
	padding-top:40px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#2729AB;
}
.subpage-content section{
	padding-bottom:100px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:28px;
	letter-spacing: -1px;
}
.subpage-content section h4:before{
	content: '';
    display: inline-block;
    margin-top: -28px;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    background: #f2c802;
    vertical-align: middle;
}
.subpage-content section h5{
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}
.subpage-content section > h5:before{
    content: '';
    display: inline-block;
    margin-right: 7px;
    margin-top: -5px;
    width: 8px;
    height: 4px;
    vertical-align: middle;
    background: #f2c802;
}
.snb-wrap{
	margin-bottom: 10px;
}
.snb-wrap ul {
    margin: 0 auto;
    width:100%;
    max-width: 1140px;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.15);
}
.snb-wrap ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb-wrap li{
	float:left;
	width:calc(100% / 4);
}
.snb-wrap a {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ddd;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
.snb-wrap li:last-child a{
	border-right:none;
}
.snb-wrap .active a {
    color: #fff;
    background: #3e54c2;
}
.snb-wrap li a:hover{
    background:#5266ce;
	color:#fff;
}
#job01 .snb-wrap li,
#job02 .snb-wrap li,
#job03 .snb-wrap li,
#notice .snb-wrap li,
#order .snb-wrap li,
#partner01 .snb-wrap li{
    width: 33.3333%;
}
#about01 .snb-wrap li,
#about02 .snb-wrap li,
#about03 .snb-wrap li,
#about04 .snb-wrap li,
#about05 .snb-wrap li,
#about06 .snb-wrap li{
    width: 16.6666%;
}

.subpage-content .title{
    margin-bottom: 50px;
    text-align:center;
}
.subpage-content .title h3{
    font-size: 38px;
    letter-spacing: -0.05em;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.subpage-content .title h3:after{
    content:'';
    display:block;
    margin:0 auto 10px;
    width:80px;
    height:4px;
    background:#2729AB;
	display:none;
}

/*subpage about*/
.greet{
    width: 1000px;
    max-width:100%;
    margin:0 auto;
}
.greet .left-con{
    padding-right:50px;
    text-align:right;
}
.greet .left-con img{
    display:inline-block;
    margin-bottom:10px;
    width:200px;
}
.greet .left-con p{
    font-size: 18px;
    line-height: 1.5;
    padding-top: 5px;
}
.greet .left-con p span{
    letter-spacing: -0.03em;
}
.greet .left-con p small{
    margin-right: 6px;
    font-weight: 600;
}
.greet .right-con p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}
.greet .right-con .point {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
}
.greet .right-con .point span {
    color: #5266ce;
}
.policy-li {
    padding: 40px 25px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 100px;
}
.policy-li li{
    display:inline-block;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 500;
	color: #2a3880;
    letter-spacing: -1px;
}
.quality-wrap{
    margin:20px 0;
    padding:40px 160px 60px;
	border: 1px solid #f2f2f2;
	background: #fafafa;
}
.quality-wrap .quote{
    margin-bottom:40px;
    font-size:32px;
	letter-spacing: -1px;
}
.quality-wrap .quote span{
    display:inline-block;
    color:#222;
}
.quality-wrap .quote span:after{
    content: '';
    display: inline-block;
    margin: -2px 15px 0;
    width: 1px;
    height: 28px;
    background: #666;
    vertical-align: middle;
}
.quality-wrap .col-sm-6{
    padding:0 30px;
}
.quality-wrap .card{
    text-align:center;
}
.quality-wrap .card ul{
    display:inline-block;
}
.quality-wrap .card ul li{
    text-align: left;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: -1px;
}
.cert-wrap{
    margin:10px -5px;
}
.cert-wrap > div{
    min-height:380px;
    padding:10px;
}
.cert-wrap img{
    margin-bottom:10px;
    border:1px solid #ddd;
	padding: 12px;
}
.cert-wrap .img-caption{
    line-height:1.3;
	letter-spacing: -1px;
}

/*subpage business*/
.busi-wrap {
    margin-top:40px;
}
.busi-wrap .inner{
    position:relative;
    margin-bottom:30px;
}
.busi-wrap .inner p{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    margin:0;
    padding:10px 20px;
    color:#fff;
    background:rgba(0,0,0,0.75);
    font-size:16px;
    font-weight:500;
}
.busi-wrap .inner p a{
    float:right;
    display:inline-block;
    padding:5px 15px;
    font-size:13px;
    color:#fff;
    border-radius:2px;
    background:#2729AB;
}
.busi-wrap .inner p a:hover{
    color:#2729AB;
    background:#fff;
}

/*subpage refer*/
.img-wrap{
    margin:20px -1px 50px;
}
.img-wrap > div{
    padding:1px;
}
.img-wrap .img-box{
    height:220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.tab-menu{
    border-bottom:1px solid #2729AB;
}
.tab-menu:after{
    content:'';
    display:block;
    clear:both;
}
.tab-menu li{
    float:left;
    width:33.3333%;
    margin-bottom:-1px;
}
.tab-menu li a{
    display:block;
    padding:10px;
    color:#555;
    font-size:16px;
    font-weight:500;
    text-align: center;
    background:#efefef;
}
.tab-menu li.active a{
    border:1px solid #2729AB;
    border-bottom:none;
    color:#2729AB;
    background:#fff;
    border-radius:5px 5px 0 0;
}
.tab-content{
    padding:15px;
}



div[id^="refer"] .table-style td{
	line-height:3;
	vertical-align:top!important;
}
div[id^="refer"] .table-style tbody th{
	vertical-align:top!important;
	padding-top:25px!important;
	font-size:16px;
}

.business-li{
	padding:10px 0;
}
.business-li li{
	position:relative;
	padding-left:80px;
	margin-bottom:3px;
	line-height:1.3;
	font-size: 15px;
    letter-spacing: -0.03em;
}
.business-li li span{
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	min-width:70px;
	margin-right:10px;
	font-weight:600;
	background:#eee;
	border-radius:4px;
	text-align:center;
}
.bx-wrapper{
	max-width:100%!important;
	box-shadow:none!important;
	background:transparent;
}
.intro-boardbox{
	min-height:260px;
	padding:0;
}
.main-content .main-bbs{
	padding:100px 0 20px;
}

@media(max-width:767px){
    .body-layout{
        padding-top:67px;
    }
   
   
    .carousel-control{
        display:none;
    }
    .carousel-caption h1{
        font-size:38px;
    }
    .carousel-caption p{
        font-size:20px;
    }
    .main_container_img > .fill, .carousel-inner .item .fill{
        height:40vh;
    }
    .main-content > div{
        padding:40px 0 50px;
    }
    .main-content .title{
        margin-bottom:40px;
    }
    .main-content .title h3{
        font-size:32px;
    }

    .pageheader{
        margin-top:0;
		height:200px;
    }
    .pageheader h2{
    	margin-top:70px;
        font-size:34px;
    }
    .snb-wrap .container{
        padding:0;
    }
    .snb-wrap li{
        float:none;
        width:100%!important;
    }
    .snb-wrap a{
        height:40px;
        line-height:40px;
    }
    .subpage-content .title h3{
        font-size:32px;
    }
    .greet .left-con{
        text-align: center;
    }
    .greet .right-con .point{
        margin-top:40px;
        font-size: 20px;
        line-height: 1.4; 
    }
    .policy-li{
        border-radius: 0;
        text-align: left;
    }
    .policy-li li{
        font-size:18px;
    }
    .quality-wrap{
        padding:0;
    }
    .quality-wrap .quote{
        font-size:24px;
    }
    .quality-wrap .quote span{
        display: block;
        margin-bottom:5px;
    }
    .quality-wrap .quote span:after{
        display:none;
    }
    .cert-wrap > div{
        min-height:270px;
    }
    .img-caption{
        font-size:14px;
    }
    .tab-menu li a{
        font-size:14px;
    }
    .dh-margin-top{
        text-align: center;
    }
    .process-wrap > div{
        padding-bottom:30px;
    }
    .process-wrap > div:before{
        content: '\f063';
        right:auto;
        left:50%;
        top:auto;
        bottom:0px;
        transform: translateX(-50%);
    }
    .process-wrap .inner{
        min-height:0;
    }
	div[id^="business"] .pageheader{background-position:left center;}
	div[id^="progress"] .pageheader{background-position:left center;}
	.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	white-space: nowrap;
}
}
