@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:148px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: "NanumGothic",'Apple SD Neo Gothic', 'Malgun Gothic',sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #FFF;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 25px 15px;
}
.navbar-brand img {
    margin-top: 0;
	max-width:90px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    margin: 50px 10px 20px;
    padding: 15px 20px;
	color: #333;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    line-height: 1;
    letter-spacing: -0.05em;
}
@media(min-width:768px){
	#m-22 > a{
		border-radius: 50px;
		color: #fff;
		background: #0fa06f;
	}
	
}
.navbar-inverse .divider-vertical {
    border-right-color: transparent;
    border-left-color: transparent;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {
    left: 0 !important;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 15px 0;
	min-width:205px;
}
.dropdown-menu > li > a {
    background: rgba(0,0,0,0);
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
    line-height: 1;
    letter-spacing: -0.03em;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #fff;
    color: #333;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > .open>a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #0fa06f !important;
    background:#fff !important
}
.caret {display: none;}

/* 상단 서브 메뉴 설정 끝*/

/* 상단 메뉴 모바일 설정 시작 */
@media (max-width:767px){
	.navbar-inverse .navbar-toggle {
		border: none;
		margin-top: 15px;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background: #fff;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-collapse {
		background: #000;
	}
	.navbar-collapse .navbar-right {
		margin: 0 -15px;
	}
	.navbar-inverse .navbar-nav > li {
		padding: 0;
		border-bottom: 1px solid #4ba9ca;
	}
	.navbar-inverse .navbar-nav > li > a {
		border-top: 0;
		padding: 15px;
		color: #fff;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open>a:focus, .navbar-inverse .navbar-nav > .open>a:hover {
		border-top: none;
		color: #fff;
		font-weight: 600;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		background: #1d87ab;
		color: #fff;
		padding: 10px 25px;
	}
}

/* 상단 메뉴 모바일 설정 끝 */
/* //5th Template Initial Publishing */
/* ----- board ----- */
.dh-board>.table-hover {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
}
.dh-board>.table-hover th, .dh-board>.table-hover td {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px;
}
.dh-board>.table-hover th {
    background: #f3f3f3;
}
.table-hover>tbody>tr:hover{background:#fff}
.dh-board .subject strong a:hover {
    color: #000;
    text-decoration: underline !important;
}
.dh-board .label-primary {
    background: #fff;
    color: #ef7f1c;
    padding: 0;
    font-size: 13px;
    margin: 0 3px;
}
.dh-board .label-primary:before {
    content: "[";
}
.dh-board .label-primary:after {
    content: "]";
}
.dh-view-box{
    margin-top:0;
}

.dh-view-box .row {
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.dh-view-box>.row>.page-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    background: #f3f3f3;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
    margin: 0;
}
.pagination>li>a {
    color: #666;
	border: none !important;
}
.pagination>li>a:hover, .pagination>li>a:focus {
    font-weight: 600;
    background: #fff;
    color: #666;
}
.pagination>li.active a, .pagination>li.active a:hover, .pagination>li.active a:focus {
    color: #000;
    background: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}
#btnNew {
    background: #5a5a5a;
    border-radius: 0;
    border: 1px solid #5a5a5a;
}
.input-group .form-control {
    background: #fff;
}
.input-group button, .input-group input {
    background: #f3f3f3;
    border-radius: 0;
}
.bbs-list-view-layout ~ .row .page-header h4 {
    font-weight: 600;
    font-size: 16px;
}
.dh-comments {
    border: none;
    border-bottom: 1px dashed #ddd;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.dh-comments .panel-body {
    padding: 0px 0px 15px;
}

/* ----- mail Form ----- 
#mailForm .btn-primary {
    background: #ef7f1c;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 200px;
    padding: 14px 0;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
#mailForm .btn-primary:hover {
    background: #ca5e00;
    color: #fff;
}*/

#mailForm .btn-primary {
    text-align: center;
    width: 200px;
    margin: 80px auto 0;
    border: none;
    box-shadow: none;
    text-shadow: none;
    display: block;
    padding: 15px 25px;
    background: #0fa06f;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    transition: all ease 0.3s;
}
#mailForm .btn-primary:hover {
    background: #000;
}
#mailForm .form-control {
    border-radius: 0;
    box-shadow: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}
#mailForm .form-control:focus {
    border: 1px solid #0fa06f;
    background: #fff;
}

.maintenance {
    border: 1px solid #ddd;
    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.41v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-10{margin-top:10px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* img */
@media(min-width:768px){
	.max-90{
		width:90%!important;
		margin:0 auto;
		display:block;
	}
	
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-dash > li,
.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 #333;
    margin-top: 20px;
}
.location-li li {
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #666;
    letter-spacing: -0.03em;
}
#about04 .location-li li span{
	font-size:1em;
	color:#333;
	padding-left:30px;
}
.location-li .fa{
	margin-right:10px;
}
.root_daum_roughmap{
	width:100%!important;
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.quote-box p:last-of-type{
	margin:0!important;
	line-height:2;
}
p.quote {
    margin: 30px 0;
    font-size: 28px;
    color: #333;
    line-height: 1.2;
}

p.quote span{
	font-weight:600;
}
/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.41v end */
/* navigation setting */
@media(max-width:767px){
	.body-layout{
		padding-top:90px;
	}
	.navbar-inverse{
		border-bottom:1px solid #ddd;
	}
	.navbar-inverse .navbar-brand{
		padding:10px 20px;
	}	
	.navbar-brand img{
		height:70px;
	}
	.navbar-toggle{
		top:15px;
	}
	.navbar-inverse .navbar-nav > li > a{
		margin:0;
		padding:14px 30px;
	}
	.navbar-collapse{
		background:#0fa06f;
	}
	.navbar-inverse .navbar-nav > li{
		border-color:rgba(255,255,255,0.3);
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open>a:focus, .navbar-inverse .navbar-nav > .open>a:hover{
		border-top:1px solid rgba(0,0,0,0.2);
	}
	.navbar-nav .open .dropdown-menu{
		padding:0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		padding:10px 40px;
		background: #07583d;
		color:(255,255,255,0.7);
	}
	
}
/* mainpage setting */

.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 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight:600
}

#main-slide {
    max-width: 1600px;
    margin: 0 auto;
}

.carousel-caption{
	margin:0;
	padding:0;
	left:50%;
	right:auto;
	top:50%;
	bottom:auto;
	transform:translate(-50%,-50%);
	width:95%;
	max-width:1170px;
    text-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 85px;
    color: #fff;
    font-weight:600;
}
.carousel-caption h2 span {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.4;
}

.carousel-indicators{
    bottom:50px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0);
    margin: 0 7px 0;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: #fff;
    margin: 0 7px 0;
}

.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/main/arrow_prev.png) no-repeat center;
    
    display:none;
}
.carousel-control.right{
	background:url(/skin/img/main/arrow_next.png) no-repeat center;
    
    display:none;
}
.main-content h3, 
.intro-boardbox .page-header h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight:600;
}
.main-intro{
	padding:60px 0;
}

.main-intro h4 {
    color: #0fa06f;
    margin: 0 0 25px;
}

.main-intro h4 small {
    display: block;
    margin: 11px 0;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.03em;
}

.main-intro p {
    color: #666;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.main-business{
	padding:60px 0;
	background:#f5f5f5
}
.wrap-business-box {
    padding: 0 5px;
}
.m-business-box{
	text-align:center;
}
.m-business-box h4 {
    margin: 20px 0 20px;
    letter-spacing: -0.03em;
}
.m-business-box .more {
    display: inline-block;
    padding: 8px 25px;
    background: #0fa06f;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    transition: all ease 0.3s;
}
.m-business-box .more:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}
.intro-board-widget-layout{
	width:100%;
	margin:0 auto;
	max-width:1170px;
	padding-bottom:80px;
}
.intro-board-widget-layout .page-header {
    margin: 60px 0 30px;
    border-bottom: none;
    padding-bottom: 0;
}
.intro-board-widget-layout .page-header h4 {
    margin-bottom: 0;
}
.intro-boardbox>.page-header>h4>.btn {
    color: #ccc;
    font-size: 25px;
    padding: 10px;
    border: none;
}
.intro-boardbox>.page-header>h4>.btn:hover {
    color: #000;
}

/* 5 Column Layout (col-*-5) */
.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-55 {width: 20%}

@media (min-width:768px) {
    .col-sm-55 {float: left; width: 33.3%}
    .m-business-box {margin-bottom: 30px;}
}
@media (min-width:992px) {
    .col-sm-55, .col-md-55 {float: left; width: 20%}
}
@media (min-width:1200px) {
    .col-lg-55 {float: left; width: 20%}
}
/*****************************/

@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:20%;
	}
}
@media(max-width:767px){
	.carousel .item img{
		height:300px;
		max-width:none;
		width:auto;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
	.carousel-caption h2{
		font-size:55px;
	}
	.carousel-caption h2 span{
		font-size:22px;
		line-height:1;
		margin-bottom:0;
	}
	.carousel-indicators{
		bottom:10px;
	}
	.carousel-indicators li{
		margin:0 4px;
	}
	.m-business-box{
		margin-bottom:30px;
    }
    .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {
        padding-right: 15px;
        padding-left: 15px;
    }
	.main-content h3, .intro-boardbox .page-header h4{
		font-size:28px;
	}
	.dh-front-blog>.col-md-4>.thumbnail{
		margin-bottom:10px;
	}
	.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{
		height:230px;
	}
}
/* footer setting */
.footer_copy > div {
    padding: 60px 15px;
    background: #333;
    color: #888;
    font-size: 13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy  .login a{
	display:inline-block;
	padding:2px 7px;
	background:#fff;
	border-radius:4px;
	font-size:11px;
	color:#555;
	font-weight:600;
}
@media(max-width:767px){
	.footer_copy > div{
		padding:30px 15px;
	}
	.foot-logo{
		height:60px;
		margin-bottom:10px;
	}
	.footer_copy .text-left{
		text-align:center;
	}
	.footer_copy li{
		float:none;
		border:none;
		margin:0 0 5px;;
		padding:0;
	}
}
/* subpage setting */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row{
	display:none;
}
.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); */
    box-shadow: none;
    border: none;
    background: #000;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden a {
    transition: all ease 0.5s;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden:hover a,
.dhb-txt-box-type-b-img-layout .thumb-hidden:focus a{
    transform: scale(1.2);
    opacity: 0.5;
}

.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;
    padding: 0 15px;
    margin-bottom: 30px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px!important;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    margin: 0;
    padding: 20px 18px 18px;
    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%);
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 600;
}

.dhb-txt-box-type-b-text-layout h4 strong a {
    color:#fff
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
.subpage .pageheader {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    margin: 0 auto;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
    position: relative;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 48px;
    text-shadow: 0 0 15px rgba(0,0,0,0.3);
    color: #fff;
    font-weight:600;
}
.breadcrumb {
    position: absolute;
    right: 0;
    bottom: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #ccc;
}
.breadcrumb .active {
    color: #ffffff;
    font-weight: 600;
}
.snb {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.snb .container {
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    height: 52px;
    padding: 0;
    position: absolute;
    bottom: -25px;
    width: 100%;
}
.snb ul{
	margin:0;
	padding:0;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #ddd;
}
div[id^="business"] .snb ul li{
	width:33.3333%;
}
div[id^="product"] .snb ul li{
	width:20%;
}
.snb ul li:last-child{
	border-right:none;
}
.snb ul li a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #888;
    text-align: center;
}
div[id^="product"] .snb ul li a{
	font-size:15px;
}
.snb ul li.active a {
    background: #0fa06f;
    color: #fff;
    font-weight: 600;
}
.subpage-content{
	padding:80px 0 100px;
}
.subpage-content .title{
	margin-bottom:40px;
}
.subpage-content .title h3 {
    /* position: relative; */
    /* display: inline-block; */
    /* left: 50%; */
    /* transform: translatex(-50%); */
    /* padding: 10px 30px; */
    /* margin-bottom: 30px; */
    /* border-bottom: 3px solid #222; */
    font-size: 36px;
    margin: 0 0;
    text-align: center;
    font-weight:600
}
.subpage-content p > span,
.subpage-content li > span{
	color:#0fa06f;
}
.table-style {margin: 0 0 20px; border-top: 2px solid #222;}
.table-style tr th, 
.table-style tr td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table-style tr th {color: #333; text-align:center;}
.history-table tr th {
    font-size: 28px;
    color: #0fa06f;
    font-weight: 400;
}
.table-style thead tr th {background: #f8f8f8;}
.table-style tr td {color: #666;}

.subpage-content .col-md-12 > h4 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: -0.05em;
    font-weight: 600;
}
/*
.subpage-content .col-md-12 > h4:before{
	content:'';
	display:block;
	width:20px;
	height:3px;
	background:#000;
	position:absolute;
	left:-5px;
	top:-10px;
}
*/
.subpage-content h5{
	margin-top:30px;
	font-size:20px;
    font-weight:600;
}
.subpage-content .card h5{
	margin-top:0;
    font-weight:600;
	font-size:18px;
}
/*
.subpage-content .card .numbering{
	background:#4ba9ca;
	color:#fff;
	padding:3px 8px;
	font-weight:600;
	border-radius:4px;
	font-size:12px;
	vertical-align:middle;
}
*/
.subpage-content .col-md-12 > h5 {
    letter-spacing: -0.05em;
    margin: 30px 0 15px;
}
.subpage-content .col-md-12 > h5:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 11px;
    background: url(/skin/img/sub/sub-title-head.png) no-repeat left top;
    margin-right: 10px;
}
.subpage-content .col-md-12 > p {
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin-bottom: 20px;
}
.subpage-content h6{
	margin-top:15px;
	font-size:16px;
    font-weight:600;
}
.subpage-content .btn-primary {
    display: inline-block;
    padding: 8px 25px;
    background: #0fa06f;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    transition: all ease 0.3s;
    border: none;
    letter-spacing: 0;
}
.subpage-content .btn-primary:hover {
    background: #000;
}
/*
.subpage-content .section{
	padding-bottom:40px;
}
*/

/* subpage about */

#about01 .subpage-content img{
	box-shadow:8px 8px 15px rgba(0,0,0,0.1)
}
#about01 .subpage-content p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
    margin-bottom: 20px;
}

#about01 .subpage-content p.quote {
    color: #0fa06f;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

#about01 .subpage-content .name {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    color: #333;
}
#about01 .subpage-content .name small{
	margin-right:10px;
	font-size:18px;
}
#about03 .section1 .quote-box {
    margin-top: 0;
    background: #fff;
    padding: 0;
}
#about03 .section1 .quote-box .quote {
    color: #0fa06f;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.05em;
}

#about03 .section1 .quote-box .quote small {
    color: #333;
    display: block;
    font-size: 28px;
    margin: 18px 0 0;
    font-weight: 400;
}
.vision-wrap {
    margin: 40px 0 0;
    padding: 50px 50px 25px;
    background: #f3f3f3;
}
.vision-wrap .col-sm-5:nth-of-type(1) dl:nth-of-type(1){    
	text-align: right;
/*     border-bottom: 2px solid #222; */
    }
.vision-wrap .col-sm-5:nth-of-type(1) dl:nth-of-type(2){
	text-align: right;
	padding-top:20px
}
.vision-wrap .col-sm-5:last-child dl:nth-of-type(1){ 
/*     border-bottom: 2px solid #222; */
}
.vision-wrap .col-sm-5:last-child dl:nth-of-type(2){
    padding-top:20px
}
.vision-wrap .col-sm-5 dl {
    padding: 0px 20px 25px;
    margin: 0;
}
.vision-wrap .col-sm-5 dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}
.vision-wrap .col-sm-5 dl dt .numbering {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #0fa06f;
}
.vision-wrap .col-sm-5 dl dd {
    font-size: 16px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.7;
}
.vision-wrap .col-sm-2{
	height:350px;
    padding: 0;
}
.vision-wrap .col-sm-2 p {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    background: #0fa06f;
    background: -webkit-linear-gradient(top,#0fa06f 0%,#0b7c88 100%);
    background: linear-gradient(to bottom,#0fa06f 0% ,#0b7c88 100%);
    margin: 0;
}
.vision-wrap .col-sm-2 p span {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}

/* subpage business */
.business02-se1{
	padding:40px 0;
}
.business02-se1 > img{
	margin-bottom:30px;
	max-width:150px;
}
.business02-se1 .quote{
	margin:100px 0;
	line-height:1.5;
}
.business02-se1 .quote2 span{
	color:#666;
}
.business02-se1 .quote2 .emp{
	color:#0fa06f;
}
.qrcode{
	display:inline-block;
	margin-bottom:100px;
}
.app-wrap .fa{
	font-size:100px;
}
.app-wrap .fa-android{
	color:#a7c450;
}
.app-wrap .fa,
.app-wrap .qrcode img{
	float:left;
	margin:10px;
}
.app-wrap .fa-apple{
	margin-left:70px;
}
.app-wrap .qrcode img{
	height:100px;
}
.app-wrap .partners{
	display:inline-block;
}
.app-wrap .partners img{
	float:left;
	height:60px;
	margin: 0 10px;
}
.app-wrap .partners-p{
	margin-top:20px;
	font-size: 20px;
    font-weight: 600;
    color: #3caf48;
}
.new-center {
    margin: 0px 0 50px;
    padding: 60px;
    background: #f3f3f3;
}
/*
.new-center .txt1,
.new-center .txt2{
	display:inline-block;
	padding:10px 40px;
	border:1px solid #ccc;
	background:#f5f5f5;
	position:relative;
	left:50%;
	transform:translatex(-50%);
	font-size:18px;
}
*/
.new-center .txt1 {
    color: #333;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.05em;
}
.new-center .txt1 span{
    font-weight:600
}
.new-center .txt2 {
    text-align: center;
    font-size: 18px;
    color: #0fa06f;
    margin-bottom: 0;
    letter-spacing: -0.03em;
    background: #fff;
    border-radius: 40px;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}
.new-center .arrow-up {
    font-size: 35px;
    color: #bac1bf;
    text-align: center;
    margin: 20px 0;
}
.new-center .card {
    min-height: 190px;
    background: #fff;
    border: none;
    padding: 20px;
    border-bottom: 2px solid #ddd;
}
.new-center .card h5 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.new-center .card .numbering {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #0fa06f;
}
.new-center .card .li-dot {
    margin-bottom: 0;
}
.new-center .card .li-dot li {
    font-size: 16px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.7;
    position: relative;
    padding-left: 12px;
    margin-left: 33px;
}
.new-center .card .li-dot li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #888;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
#business04 .section2 .card {
    margin: 0;
    border: none;
    min-height: 320px;
    padding: 0;
}
#business04 .section2 .card h4 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
#business04 .section2 .card h4 span {
    font-weight: 600;
    color: #0fa06f;
}
#business04 .section2 .card p {
    margin: 0;
    letter-spacing: -0.03em;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
#business04 .section2 .col-sm-6:first-child .card{
	background:url(/skin/img/sub/business04-1.jpg) no-repeat center / cover;
}
#business04 .section2 .col-sm-6:last-child .card{
	background:url(/skin/img/sub/business04-2.jpg) no-repeat center / cover;
}

/* subpage product */
.sub-intro {
    overflow: hidden;
    margin: 0;
    background: #f3f3f3;
}
.sub-intro .col-sm-4{
	padding:0;
}
.sub-intro .col-sm-8 {
    padding: 60px 30px 0;
}
.sub-intro p {
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
}
.school-bus p{
	padding-left:20px;
}
.school-bus p .fa{
	margin-right:5px;
	color:#e85a04;
}
#product01 .section1 .quote-box{
	margin:20px auto;
	max-width:800px;
}
#product01 .section1 .quote-box h4 span{
	color:#3caf48;
}
.process_box {
    text-align: center;
    background: url(/skin/img/sub/process_num_bg.png) no-repeat center top;
}
.process_box .num {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 11px 0 25px;
}
.process_box h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.process_box p {
    font-size: 13px;
    margin-bottom: 0;
    color: #666;
    letter-spacing: -0.01em;
}
.profit .card .li-dot li {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    position: relative;
    padding-left:  10px;
    margin-left: 5px;
}
.profit .card .li-dot li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
.profit .card {
    padding: 0;
    border: none;
}
.profit .card .numbering {
    color: #0fa06f;
    margin-right: 0;
}
.profit .card p {
    letter-spacing: -0.03em;
    color: #666;
}
#product04 .section1 .profit .card ul {
    margin-bottom: 20px;
}
@media (min-width:768px){
    #product03 .section1 .profit .card ul {
        min-height: 110px;
    }
}
#product04 .section1 .btn-primary {
    margin-left: 10px;
}
.toxic .card{
	background:#f3f3f3;
	border-color:transparent;
	padding:20px;
}
.toxic .card h5 {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.6;
}
.toxic .card p {
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
    margin-bottom: 0;
    font-size: 13px;
}
.toxic-target-title {
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #0fa06f;
    letter-spacing: -0.05em;
    margin: 40px 0 20px !important;
}
.toxic-target .card {
    margin: 0 0 30px;
    border: none;
    padding: 20px;
    background: #f3f3f3;
}
.toxic-target .card h5 {
    padding-bottom: 0;
    margin: 0;
}
.toxic-target .card ul {
    padding: 15px 0 0;
    margin: 0;
}
.toxic-target ul li {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}
.toxic-target ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
.toxic h6 {
    letter-spacing: -0.03em;
}
.toxic p {
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
}
.app-preview img{
/* 	max-height:600px; */
	border:1px solid #ddd;
}
.app-preview + .text-danger {
    margin: 20px 0 0;
    color: #0fa06f !important;
}
.bottom-line-box {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.bottom-line-box h5 {
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
#product05 .se1 .trait h5:before,
.bottom-line-box h5:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 11px;
    background: url(/skin/img/sub/sub-title-head.png) no-repeat left top;
    margin-right: 10px;
}

.bottom-line-box p,
.bottom-line-box li {
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
}
#product05 .se0 .quote{
	font-weight: 900;
    font-size: 40px;
    color: #0fa06f;
    line-height: 1.2;
}
#product05 .se0 .quote-box{
	width:600px;
	max-width:100%;
	margin:30px auto;
	background:#fff;
	border:1px solid #ccc;
	box-shadow: 3px 3px 0 #f5f5f5;
}
#product05 .se1 .trait{
	position:relative;
	padding:20px;
}
#product05 .se1 .trait .inner{
	position:relative;
	padding:20px;
	background:rgba(255,255,255,0.5);
}
#product05 .se1 .trait:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(/skin/img/sub/prod05-2.jpg) no-repeat center / cover;
	opacity:0.3;
	z-index:0;
}
#product05 .section h5 small{
	margin-left:10px;
}
.prod05-se2-tb{
	width:800px;
	max-width:100%;
}
.prod05-se2-tb tbody tr th,
.prod05-se2-tb tbody tr td{
	font-size:16px;
}
.prod05-se2-tb tbody tr td.text-right{
	font-size:20px;
}
.prod05-join{
	border-top:2px solid #333;
}
.prod05-join .clearfix{
	border-bottom:1px solid #ddd;
}
.prod05-join .left-cont,
.prod05-join .right-cont{
	padding:15px;
}
.prod05-join h5{
	font-size:16px;
	text-align:center;
}
#product05 .se6 .quote-box{
	text-align:center;
	font-size:18px;
	line-height:1.3;
}
.educare1 .card{
	border-top:2px solid #0fa06f;
	text-align:center;
}
.educare1 .small-t{
	margin-top:20px;
}
.educare1 .big-t{
	font-size:20px;
	font-weight:bold;
	line-height:1.1;
}
#product05 .se7 .quote{
	margin:40px 0;
	font-size:40px;
	font-weight:bold;
	color:#222;
}
#product05 .se7 .quote a{
	color:#222!important;
}
.login-layout{
	width:1170px;
	max-width:100%;
	margin:100px auto;
}
@media(min-width:768px){
	.app-icon img{
		width:300px;
		margin-top:150px;
	}
	.process_box{
		width:20%;
	}
	#product05 .se7 .quote a:hover,
	#product05 .se7 .quote a:active,
	#product05 .se7 .quote a:focus{
		text-decoration:none;
		cursor:default !important;
	}
}
@media(max-width:767px){
	.subpage .pageheader{
		height:150px;
	}
	.pageheader h2{
		font-size:36px;
	}
	.breadcrumb{
		right:15px;
		bottom:15px;
	}
	.snb .container{
		position:static;
		height:auto;	
	}	
	.snb ul li{
		float:none;
		width:100% !important;
	}
	.snb ul li a{
		height:45px;
		line-height:45px;
		font-size:14px;
		border-bottom:1px solid #ddd;
	}
	.subpage-content{
		padding:50px 0;
	}
	#about01 .subpage-content img{
		height:350px;
	}
	#about01 .subpage-content p.quote{
		font-size:22px;
		word-wrap: break-word;
		word-break:break-all;
	}
	#about03 .section1 .quote-box .quote small,
	.history-table tr th{
		font-size:22px;
	}
	#about03 .section1 .quote-box .quote{
		font-size:30px;
	}
	.location-li li{
		position:relative;
		padding-left:40px;
	}
	.location-li li i{
		position:absolute;
		left:10px;
		top:50%;
		transform:translatey(-50%);
	}
	#about04 .location-li li span{
		padding-left:0;
	}
	p.quote{
		font-size:22px;
	}
	.app-wrap .fa-apple{
		margin-left:0;
	}
	.app-wrap .fa{
		font-size:20vw;
	}
	.app-wrap .qrcode img{
		height:20vw;
	}
	.new-center{
		padding:22px;
	}
	.new-center .card .numbering{
		font-size:20px;
	}
	.new-center .txt1{
		font-size:23px;
		line-height:1.2;
	}
	.new-center .txt2{
		font-size:16px;
	}
	#business04 .section2 .card{
		margin-bottom:20px;
	}
	.subpage-content .col-md-12 > h4{
		font-size:24px;
	}
	.subpage-content h5{
		margin-bottom:15px;
		font-size:18px;
	}
	.school-bus p{
		padding-left:0;
	}
	.subpage-content .title h3{
		font-size:30px;
	}
	#product01 .section2 img{
		margin:10px auto;
	}
	.sub-intro .col-sm-8{
		padding:30px;
	}
	.process_box .num{
		padding-top:10px;
	}
	#product05 .se0 .quote,
	.toxic-target-title{
		font-size:24px !important;
	}
	.app-preview img{
		margin-bottom:10px;
		max-height:500px;
	}
	#product05 .se1 .trait{
		padding:0;
	}
	.prod05-join h5{
		margin:0;
		text-align:left;
	}
	.prod05-join,
	.prod05-join .clearfix{
		border:none;
	}
	#product05 .se6 .quote-box{
		font-size:16px;
	}
	#product05 .se7 .quote{
		font-size:30px;
	}
	#product05 .se7 .quote a{
		color:#0fa06f !important;
	}
}