@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
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: 'Noto Sans KR', "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: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: static;
}

/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-top {
	width: 100%;
	padding: 0;
	background: #414141;
}

.navbar-top-wrap {
	width: 1170px;
	margin: 0 auto;
}

.navbar-top-wrap ul {
	margin: 0;
	padding: 0;
}

.navbar-top-wrap ul li {
	float: left;
}
.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 10px 14px;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
}
.navbar-top-wrap ul li:last-child .navbar-top-btn {
	background: #2a2a2a;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.navbar-top-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.navbar-top {
		display: none;
	}
}

/* ----- 로고 설정 ----- */

.navbar-brand {
	margin: 20px 0 0;
	padding: 10px 15px;
}

.navbar-inverse .navbar-brand {
	color: #333;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	letter-spacing: -1px;
}

.navbar-brand img {
	width: 100%;
	max-width:250px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
	background-color: transparent;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-brand {
		margin: 32px 0 0;
	}
	.navbar-brand img {
		width: 180px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		margin: 20px 0 0;
	}
	.navbar-top>div>a {
		margin: 5px 20px 0;
	}
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.04em;
    padding: 30px 0;
    margin: 4px 24px 0;
    border: none !important;
    border-bottom: 2px solid transparent !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #a98f72;
    border-bottom: 2px solid #a98f72 !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #a98f72;
    border: none;
    border-bottom: 2px solid #a98f72 !important;
}
@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 0;
		padding: 14px 20px 14px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		color: #333;
		border: none !important;
		margin: 0 0 0;
		background: #f7f7f7;
	}
}

/* ----- 서브 메뉴 설정 -----*/

.dropdown-menu {
	background: #fcfcfc;
	left: 0 !important;
	right: auto !important;
	padding: 20px 0;
	margin: 0;
	margin-left: -15px;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	min-width: 170px;
}

.dropdown-menu>li>a {
	color: #333;
	padding: 8px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.02em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-image: none;
	color: #a98f72;
}

/* ----- 모바일 메뉴 설정 ----- */

.navbar-toggle {
	background: #a98f72;
	border-radius: 0;
	border: none;
	margin: 15px 20px 15px;
	padding: 10px 10px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #a98f72;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* //메뉴 설정 끝 */

/* 푸터 영역 설정 시작 */


/* 메인 페이지 설정 시작 */

.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}

/* ----- main-board-area ----- */

.intro-board-widget-layout {
	display:none;
}
.intro-boardbox {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 10px;
	margin: 20px 0 10px;
	border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #555;
	font-size: 17px;
	font-weight: 600;
	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 .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/default/board-plus-icon.png');
}

/* ---------- 게시판 리스트 설정 ---------- */

.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: 13px;
	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-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: #a98f72;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

/* //메인 페이지 설정 끝 */

/* ---------- table 영역 설정 ---------- */

.table-style {
	font-size: 14px;
	width: 100%;
	border-top: 2px solid #a98f72;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.table-style tr {
	line-height: 20pt;
}

.table-style th {
	padding: 14px 15px;
	color: #333;
	background:#eee;
	text-align:center;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}

.table-style td {
	padding: 15px 25px!important;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #565656;
}

/* --------------- sub page - 메일문의 --------------- */

.form-control {
	padding: auto 16px;
	height: auto;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	border-radius: 0;
}

#mailForm .btn-primary {
	background: #414141;
	border-radius: 0;
	border: 1px solid #414141 !important;
	padding: 8px 0 8px;
}

#mailForm .btn-primary:focus,
.btn-primary:hover {
	background-color: #414141 !important;
	border: 1px solid #414141 !important;
}

/* --------------- sub page - 회원가입 --------------- */

.login-layout {
	width: 1170px;
	margin: 0 auto;
}

.join-agree-layout .sub_top_wrap {
	margin-top: -40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.login-layout {
		width: 100%;
	}
}

/* --------------- sub page - 로그인 --------------- */

.login-layout .panel {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 1px solid transparent;
}

.login-layout .panel-body h2 {
	margin: 0;
	color: #454545;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
	font-size: 13px;
	color: #666;
}

.login-layout .inner-box-form form label {
	font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: #fff !important;
	border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
	background-image: none;
	background-color: #414141;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
	background: #c80e0e;
}

.login-layout form>div>p>a {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #777;
}

.login-layout form>div>p>a:hover {
	color: #303030;
}

.login-layout form>div>p>a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
	content: "";
}

/* //서브 페이지 설정 끝 */

/* 게시판 설정 시작 */

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
#mailForm {
	width: 1170px;
	margin: 0 auto;
}

.dh-board {
	padding: 80px 30px 20px;
}

.img-bbs-default-index-layout .row:nth-child(2) {
	padding: 75px 30px 0;
}

.dh-view-box {
	padding: 70px 30px 40px;
}

.form-horizontal {
	padding: 70px 0 50px;
}

#mailForm {
	padding: 90px 30px 20px;
}

@media screen and (max-width: 991px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		width: 100%;
	}
}

/* ----- 텍스트 게시판 설정 ----- */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 14px 10px;
	color: #555;
	font-size: 14px;
}

.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	color: #333;
}

.table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 1px solid #a98f72;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #fcfcfc;
}

.table>tbody>tr:hover>td>strong>a {
	color: #222;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: transparent;
	padding: 0px 5px 0px;
	font-size: 90%;
}

.label-danger {
	color: #a98f72;
}

.label-primary {
	color: #2b5cb7;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #a98f72;
	border: 1px solid #a98f72 !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 0;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 40px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #eee;
	padding: 5px 20px 5px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #2c2c2c;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: transparent;
	padding: 8px 20px 8px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0 0 0;
	padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 15px 20px 40px !important;
}

/* personal setting 0.2v */

/* layout */

.mt-80 {
	margin-top: 80px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	margin: 0!important;
}

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;
	word-wrap: keep-all;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

/* img */

.img-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.img-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.max-90 {
	width: 90%!important;
	margin: 0 auto;
	display: block;
}

.img-bordered {
	border: 1px solid #ddd;
}

/* 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;
}

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
}

/* 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-colored {
	color: #276dbf!important;
}

.text-bold {
	font-weight: bold!important;
}

.text-underline {
	text-decoration: underline!important;
}

.text-italic {
	font-style: italic!important;
}

/*list style*/

.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 {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 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;
}
/* component */

.card {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	min-height: max-content;
}

/* personal setting 0.2v end */
a{color:#666;}
a:hover,a:focus{
	color:#a98f72;
	text-decoration:none;
}
/* navigation setting */

/* mainpage setting */
.carousel-caption {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: 20px 0 0;
    padding: 0;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 50px;
    letter-spacing: -0.02em;
}
.carousel-caption h2 span {
    display: block;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.08em;
    background: #a98f72;
}
.main-content {
    padding: 60px 0 40px;
}
.main-txt, .main-img { margin-bottom: 30px; }
.main-txt h3 {
    color: #222;
    font-size: 30px;
    letter-spacing: -0.02em;
}
.main-txt .des {
    color: #666;
    margin: 0 0 40px;
}
.main-txt h3 span {
    position: relative;
    margin-right: 14px;
    color: #a98f72;
    font-weight: 800;
}
.main-txt h3 span:after {
    content: '';
    display: block;
    width: 34px;
    height: 4px;
    position: absolute;
    left: 0;
    top: -5px;
    background: #a98f72;
}
.main-txt .more {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: rgba(169, 143, 114, 0.8);
    letter-spacing: 0.1em;
}
.main-txt .more:hover {
	color: #a98f72;
	etter-spacing: 0.2em;
}
.main-txt .more:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-right: 10px;
    float: left;
    background: rgba(169, 143, 114, 0.8);
    transition: all .5s ease;
}
.main-txt .more:hover:before {
    width: 60px;
    background: #a98f72;
}
.main-content2 {
    padding: 40px 0 30px;
    background: #a98f72;
}
.main-content2 .main-txt h3,
.main-content2 .main-txt h3 span{
	color:#fff;
}
.main-content2 .main-txt h3 span:after{
	background:#fff;
}
.m-service{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.m-service a {
    position: absolute;
    left: 15px;
    bottom: -70px;
    display: block;
    width: calc(100% - 30px);
    padding: 16px 20px;
    background: rgba(0,0,0,0.6);
    transition: all .5s ease;
}
.m-service:hover a {
    bottom: 0;
    background: #000000;
}
.m-service h4 {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.m-service:hover h4 {
    color: #a98f72;
}
.m-service h4 span{
	position:absolute;
	right:0;
}
.m-service p {
    height: 60px;
    padding-top: 20px;
    color: #eee;
    font-size: 13px;
    font-weight: 300;
}

/* footer setting */
.footer_copy>div{
	background:#333;
	color: #bbb;
	font-size: 12px;
	text-align: left;
	padding: 30px 0 10px;
	margin: 0;
}

/* subpage setting */
.subpage .pageheader{
	position:relative;
	width:100%;
	height:200px;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size:cover;
}
.pageheader h2{
	font-size:38px;
	color:#fff;
	margin:0;
	padding:0;
}
.subpage .breadcrumb{
	margin:0;
	position:absolute;
	right:15px;
	bottom:0;
	font-size:12px;
	color:rgba(255,255,255,0.75);
	background:transparent;
}
.subpage .breadcrumb .active{
	color:#fff;
}
.subpage .snb{
	height:40px;
	border-bottom:1px solid #ddd;
}
.snb ul{
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	text-align:center;
}
.snb li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    letter-spacing: -0.04em;
}
.subpage-content .small-title{
	margin-top:20px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}
.subpage-content h4{
	margin-top:40px;
	margin-bottom:20px;
	font-size:26px;
}
#company01 .snb li a, #company02 .snb li a, #company03 .snb li a {
    width: 50%;
    font-size: 15px;
    font-weight: 300;
}

#service01 .snb li a,
#service02 .snb li a,
#service03 .snb li a,
#service04 .snb li a,
#service05 .snb li a,
#service06 .snb li a,
#service07 .snb li a{
	width:14.285%;
	font-size:13px;
}
.snb li.active a {
    color: #a98f72;
    font-weight: 500 !important;
    border-bottom: 2px solid #a98f72;
}
.subpage-content {
    padding: 60px 0;
}
.subpage-content h3 {
    margin: 0 0 40px;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.sub-title .col-sm-3{
	padding:0;
}
.sub-title .col-sm-9{
	padding:29px 15px;
	color:#fff;
	background:#a98f72;
}
.section p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    line-height: 1.8;
}
#service02 .sub-title .col-sm-9{
	padding:18px 15px;
}
#service03 .sub-title .col-sm-9{
	padding:67px 15px;
}
#service04 .sub-title .col-sm-9{
	padding:51px 15px;
}
#service04 .sub-title .col-sm-9 p {
    font-size: 13.5px;
}
#service05 .sub-title .col-sm-9{
	padding:40px 15px;
}
#contact .sub-title .col-sm-9{
	padding:39.5px 15px;
}
#contact .qoute {
    font-size: 28px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}
.sub-title .col-sm-9 p{
	color:rgba(255,255,255,0.7);
}
.sub-title .col-sm-9 h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 18px;
}
#service07 .sub-title .col-sm-9 h3{
	padding:49px 0;
}
.li-caret li{
	padding-left:15px;
}
#service01 .li-caret li{
	line-height:2.3;
}
#service02 .li-caret li{
	line-height:2.75;
}
#service03 .li-caret li{
	line-height:2;
}
.li-caret .fa{
	margin-right:10px;
}

.service-box{
	margin-top:20px;
}
#service06 .service-box{
	margin-top:0;
}
.service-box h4{
	text-align:center;
	color:#bbb;
	font-weight:bold;
	font-size:28px;
}
#service05 .service-box h4{
	font-size:22px;
}
#service06 .service-box h4{
	margin-top:0;
}
.service-box > ul{
	padding:30px 15px;
	min-height:480px;
	background:#e2d9d0;
}
#service06 .service-box > ul{
	min-height:318px;
}
#service05 .service-box > ul{
	min-height:360px;
}
.service-box > ul > li {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.service-box > ul > li:first-child{
	margin-top:0;
}
.service-box > ul > li .numbering{
	margin-right:10px;
	display:inline-block;
	width:24px;
	height:24px;
	font-size:16px;
	color:#fff;
	background:#a98f72;
	border-radius:50%;
	text-align:center;
	line-height:24px;
}
.service-box li li{
	padding-left:24px;
	font-size:14px;
	font-weight:normal;
}
.air-container{
	margin:30px -15px;
	padding:20px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.air-container .card{
	min-height:450px;
	background: #e2d9d0;
}
.air-container .card h5{
	margin-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	font-size:16px;
	font-weight:bold;
}
@media(min-width:1200px){
#service01 .snb .container,
#service02 .snb .container,
#service03 .snb .container,
#service04 .snb .container,
#service05 .snb .container,
#service06 .snb .container,
#service07 .snb .container{
	width:1400px;	
}
}

@media(max-width:767px){
	.carousel-caption{
		width:90%;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		width: auto;
		height: 300px;
		max-width: initial;
	}
	.carousel-caption h2{
		font-size:30px;
	}
	.carousel-caption h2 span{
		font-size:14px;
		letter-spacing:0;
	}
	.main-txt h3{
		font-size:24px;
	}
	.pageheader h2{
		font-size:34px;
		width:100%;
		text-align:center;
	}
	.sub-title .col-sm-9 h3{
		font-size:22px;
	}
	.subpage .snb{
		height:auto;
		border-bottom:none;
	}
	.snb li a{
		width:100%!important;
		border-bottom:1px solid #ddd;
	}
	.service-box h4{
		font-size:24px;
	}
	.service-box > ul,
	#service06 .service-box > ul{
		min-height:auto;
	}
	.sub-title .col-sm-3 img{
		margin:20px auto;
	}
	#contact .qoute{
		font-size:24px;
	}
}