@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);
.body-layout {
	font-family: "Noto Sans KR", sans-serif;
	background-image: url(/skin/img/main/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	word-break: keep-all;
}

@media screen and (min-width: 1200px) {
	.container.vert1-body,
	footer .container {
		box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.2);
	}
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	margin-top: 0;
}

.navbar-inverse {
	/*     background-color: #2a2a2a; */
	background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li>a {
	color: #3a3934;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.05em;
	font-family: 'Nanum Myeongjo' !important;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
		text-align: center;
	}
}

.container-fluid.container_slide {
	padding-left: 0;
	padding-right: 0;
}

.fill {
	height: 480px;
}

/* .fill .carousel-inner .item::before {
	content: '';
	background-image: url('/skin/img/slide/slide_cover_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 490px;
	z-index: 90;
	opacity: .72;
}
.fill .carousel-inner .item::after {
	content: '';
	background-image: url('/skin/img/slide/slide_cover_right.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
	height: 490px;
	z-index: 90;
	opacity: .72;
} */

.fill .carousel-control {
	background: none;
}

.fill .carousel-caption {
	left: 59px;
	right: auto;
	bottom: auto;
	top: 125px;
	text-align: left;
	z-index: 91;
	padding: 0;
}

.fill .carousel-caption span {
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	padding: 0;
	font-family: 'Nanum Myeongjo' !important;
}

.fill h1 {
	margin: 0 0 30px;
}

.fill h1 span {
	font-size: 46px;
	font-weight: 900;
	color: #2c2c2c;
	display: block;
	line-height: 62px;
}

.fill h1 span.top-copy {
	color: #705134;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
}

.fill p span {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	background: #735539 !important;
	display: block;
	border-radius: 4px;
	padding: 25px !important;
	text-shadow: none !important;
}

.fill p span.small-txt {
	padding: 0 !important;
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 20px;
	color: #eae4d6;
}

.fill .carousel-caption p {
	font-size: 38px;
	line-height: 25px;
}

#myCarousel .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#myCarousel .carousel-inner .item,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
	opacity: 0;
}

#myCarousel .carousel-inner .active,
#myCarousel .carousel-inner .next.left,
#myCarousel .carousel-inner .prev.right {
	opacity: 1;
}

#myCarousel .carousel-inner .next,
#myCarousel .carousel-inner .prev,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#myCarousel .carousel-control {
	z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.fill {
		height: 250px;
	}
	.fill .carousel-caption {
		top: 35px;
	}
}

.vert1-main-index-box-wrap {
	margin-bottom: 20px;
}

.vert1-main-index-box-wrap>.col-md-4 {
	display: block;
	height: 400px;
	padding-left: 0;
	padding-right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: ease .3s all;
	-webkit-transition: ease .3s all;
}

.vert1-main-index-box-wrap>.col-md-4:hover {
	background-size: auto 120%;
}

@media screen and (max-width: 991px) {
	.vert1-main-index-box-wrap>.col-md-4 {
		height: 210px;
		background-size: cover;
	}
	.vert1-main-index-box-wrap>.col-md-4:hover {
		background-size: cover;
	}
}

.vert1-main-index-box-1 {
	background-image: url(/skin/img/main/main-middle-bg1.png);
	background-color: #dcd6c0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}

.vert1-main-index-box-2 {
	background-image: url(/skin/img/main/main-middle-bg2.png);
	background-color: #d6cba5;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}

.vert1-main-index-box-inner {
	padding: 40px;
	margin: 0 -15px;
	height: 415px;
	/*     background-color: rgba(0, 0, 0, .3); */
	/* 	text-shadow: 0 0 6px rgba(0, 0, 0, .5); */
	color: #2c2c2c;
	transition: ease .3s background;
}

.vert1-main-index-box-inner:hover {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.4);
	border: 10px solid #735539;
}

@media screen and (max-width: 991px) {
	.vert1-main-index-box-inner {
		padding: 25px 25px;
	}
	.vert1-main-index-box-inner:hover {
		padding: 15px 15px;
	}
}

.vert1-main-index-box-subject {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.03em;
	display: block;
	font-family: 'Nanum Myeongjo' !important;
	color: #735539;
}

.vert1-main-index-box-subject::after {
	content: '';
	width: 26px;
	height: 2px;
	background-color: #735539;
	margin: 10px 0 15px;
	display: block;
	transition: ease .3s all;
	opacity: .8;
}

.vert1-main-index-box-title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 5px;
	display: block;
	transition: ease .3s all;
	color: #735539;
}

.vert1-main-index-box-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	margin-bottom: 15px;
	transition: ease .3s all;
	white-space: nowrap;
}

.vert1-main-index-box-btn {
	display: inline-block;
	position: absolute;
	bottom: 35px;
	padding: 12px 35px;
	color: #735539;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #735539;
	left: calc(50% - 70px);
	width: 140px;
}

.vert1-main-index-box-inner:hover .vert1-main-index-box-btn:hover {
	color: #ffffff;
	background-color: #735539;
	text-shadow: none;
	-webkit-text-shadow: none;
}

/* 
@media screen and (max-width: 991px) {
	.vert1-main-index-box-inner .vert1-main-index-box-btn {bottom: auto; top: 80px; left: auto; right: 25px;}
} */

@media screen and (min-width: 768px) {
	.maker-wrap-area {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2a2a+0,2a2a2a+100&0+0,1+5 */
		/*         background: -moz-linear-gradient(top, rgba(42,42,42,0) 0%, rgba(42,42,42,1) 5%, rgba(42,42,42,1) 100%); FF3.6-15 */
		/*         background: -webkit-linear-gradient(top, rgba(42,42,42,0) 0%,rgba(42,42,42,1) 5%,rgba(42,42,42,1) 100%); Chrome10-25,Safari5.1-6 */
		/*         background: linear-gradient(to bottom, rgba(42,42,42,0) 0%,rgba(42,42,42,1) 5%,rgba(42,42,42,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a2a2a', endColorstr='#2a2a2a',GradientType=0 ); IE6-9 */
		background: rgba(0, 0, 0, 0)
	}
}

@media screen and (max-width: 767px) {
	.vert1-main-index-box-1,
	.vert1-main-index-box-2 {
		background-size: initial;
	}
	.maker-wrap {
		display: none;
	}
}

.mp-side .navbar-right>li:hover>a,
.mp-side .navbar-right>li:focus>a,
.mp-side .navbar-right>li>a:hover,
.mp-side .navbar-right>li>a:focus {
	color: #FFF;
}

@media screen and (min-width: 768px) {
	.vert1-body>.row {
		background-color: #bfb89d;
	}
	.mp-side {
		background-color: #bfb89d;
		background: url(/skin/img/main/menu_bg.png);
		background-position: left bottom;
	}
	.mp-side .navbar-right>li:hover>a .dropdown-menu,
	.mp-side .navbar-right>li>a:hover .dropdown-menu {
		display: none;
	}
	.mp-side .navbar-right>li:hover::after,
	.mp-side .navbar-right>li:focus::after,
	.navbar-inverse .navbar-nav>.open::after {
		content: '';
		display: block;
		position: absolute;
		background-color: #8e8870;
		width: 100px;
		height: 15px;
		bottom: 8px;
		left: calc(50% - 50px);
		z-index: 0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.mp-side .navbar-right>li:hover>a,
	.mp-side .navbar-right>li:focus>a,
	.mp-side .navbar-right>li>a:hover,
	.mp-side .navbar-right>li>a:focus {
		z-index: 1;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		background: none;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
		-webkit-box-shadow: none;
	}
}

.mp-side .navbar-right .dropdown-menu {
	position: relative;
	background: rgba(0, 0, 0, 0);
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 15px 0 25px;
}

.mp-side .navbar-right .dropdown-menu>li>a {
	color: #3c3b36;
	margin: 0;
	padding: 5px 20px;
}

.mp-side .navbar-right .dropdown-menu>li>a::before {
	content: '-';
	margin-right: 10px;
}

.mp-side .navbar-right .dropdown-menu>li>a:hover,
.mp-side .navbar-right .dropdown-menu>li>a:focus {
	color: #FFF;
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

.intro-boardbox-title {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	display: block;
	margin-top: 50px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.intro-boardbox-title::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 25px;
}

.intro-boardbox-bbs-btn {
	background: #e6e6e6;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: 40px;
	color: #000000;
}

.intro-boardbox-bbs-btn:hover {
	background: #434343;
}

.intro-boardbox-bbs-btn .fa-plus:before {
	content: url('/skin/img/main/plus_ico.png');
}

.intro-boardbox-bbs-btn:hover .fa-plus:before {
	content: url('/skin/img/main/plus_ico_hover.png');
}

.intro-boardbox>.page-header {
	display: none;
}

.intro-boardbox .dh-front-blog {
	padding-top: 0px;
	padding-bottom: 49px;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
	height: 200px;
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 95px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-image: none !important;
		padding: 15px;
	}
}

@media screen and (min-width: 992px) {
	.intro-board-widget-layout .col-xs-12.intro-boardbox-blogtab {
		width: 25%;
	}
	.intro-board-widget-layout .col-sm-12.intro-boardbox {
		width: 75%;
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-position: top center;
		padding: 90px 15px 15px;
	}
}

@media screen and (max-width: 767px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-position: top center;
		padding: 90px 15px 15px;
		width: 25%;
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		padding: 15px;
		width: 50%;
		text-align: center;
		background-image: none !important;
	}
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1) {
	background-image: url('/skin/img/main/ico-default1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2) {
	background-image: url('/skin/img/main/ico-default2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3) {
	background-image: url('/skin/img/main/ico-default3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4) {
	background-image: url('/skin/img/main/ico-default4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(1) {
	background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(2) {
	background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(3) {
	background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(4) {
	background-image: url('/skin/img/main/ico-active4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1):hover {
	background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2):hover {
	background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3):hover {
	background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4):hover {
	background-image: url('/skin/img/main/ico-active4.png');
}

/* 서브 페이지 */

.sub-layout {
	padding-bottom: 100px;
}

.sub-layout.container-fluid {
	padding-right: 45px;
	padding-left: 45px;
}

.s-header {
	height: 300px;
	background-color: #78624b;
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: 50px;
	padding: 120px 45px 0;
}

@media screen and (max-width: 767px) {
	.s-header {
		padding: 57px 25px;
		height: 150px;
	}
}

.s-header {
	background-image: url('/skin/img/sub/sub_top.jpg');
}

.s-header .header-big {
	margin: 0 0 10px;
	font-family: 'Nanum Myeongjo' !important;
	color: #fff;
	font-weight: 900;
	font-size: 26px;
}

.s-header .header-small {
	font-family: 'Nanum Myeongjo' !important;
	color: #dcd4b7;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.s-header-text {
	margin: 0;
	letter-spacing: 0.1em;
	display: inline;
	vertical-align: middle;
}

.s-header-m {
	display: inline;
	vertical-align: -4px;
}

.s-header-m::before {
	content: '|';
	color: #818181;
	vertical-align: 1px;
	margin-left: 10px;
	margin-right: 20px;
}

/* Company */

.s-company-text {
	padding: 0 45px;
}

.s-company-text h3 {
	color: #111111;
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 30px;
	letter-spacing: -0.04em;
}

.s-company-text p {
	color: #555555;
	font-size: 15px;
	letter-spacing: -0.04em;
	line-height: 24px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.s-company-type-wrap {
		padding-left: 16px;
		padding-right: 16px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.s-company-type-wrap>div {
		padding-left: 2px;
		padding-right: 2px;
	}
}

.s-company-type-box {
	border: 1px solid #DEDEDE;
	padding: 30px;
	background-position: 85% 85%;
	background-repeat: no-repeat;
}

.s-company-type-box.si-wedding {
	background-image: url('/skin/img/sub/default/s-company_01.png');
}

.s-company-type-box.si-babykids {
	background-image: url('/skin/img/sub/default/s-company_02.png');
}

.s-company-type-box.si-family {
	background-image: url('/skin/img/sub/default/s-company_03.png');
}

.s-company-type-box.si-single {
	background-image: url('/skin/img/sub/default/s-company_04.png');
}

.s-company-type-box:hover {
	background-image: none;
	background-color: #f18430;
	border-color: #f18430;
	cursor: pointer;
}

.s-company-type-box h4 {
	color: #111;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.03em;
	margin: 0 0 25px;
}

.s-company-type-box h4>span {
	color: #f18430;
	margin-right: 10px;
}

.s-company-type-box:hover h4,
.s-company-type-box:hover h4>span {
	color: #FFF;
}

.s-company-type-box p {
	line-height: 1.6;
	color: #FFF;
	margin: 0 0 10px;
	opacity: 0;
	transition: ease .3s all;
}

.s-company-type-box:hover p {
	opacity: 1;
}

/* Location */

.iframe-map-wrap {
	margin-bottom: 20px;
}

.iframe-map-wrap iframe {
	width: 100%;
	height: 350px;
	border: 1px solid #DEDEDE;
}

.s-location-type-wrap {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 50px;
}

.s-location-type-wrap>div {
	padding-left: 0;
	padding-right: 0;
}

.s-location-type-box {
	padding: 40px 15px;
	min-height: 140px;
}

@media screen and (min-width: 992px) {
	.s-location-type-wrap>div:nth-child(1)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
		border-right-color: #FFF;
	}
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
		border-left: 0;
	}
}

@media screen and (max-width: 991px) {
	.s-location-type-wrap>div:nth-child(1)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
		border-bottom-color: #FFF;
	}
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
		border-top: 0;
	}
}

.s-location-type-wrap>div:nth-child(1)>.s-location-type-box {
	background-color: #FBF2EB;
}

.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
	background-color: #FDEFE4;
}

.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
	background-color: #FCE7D6;
	border-right: 1px solid #fce7d6;
}

.s-location-type-box h4 {
	letter-spacing: -0.04em;
	color: #f18430;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px;
}

.s-location-type-box p {
	color: #111;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	margin: 0;
}

/* Alert Template */

.alert.alert-template {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #E6E6E6;
	background-color: #F8F8F8;
	padding-left: 25px;
	padding-right: 25px;
	color: #555;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin: 0 0 30px;
}

.alert.alert-template p {
	position: relative;
	padding-left: 30px;
}

.alert.alert-template i {
	position: absolute;
	left: 0;
}

.alert.alert-template i:before {
	content: url('/skin/img/sub/default/ico-info.png');
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 16px 20px;
	color: #666;
	font-size: 14px;
}

.dh-board .table>thead>tr>th {
	background: #F8F8F8;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.03em;
	text-align: center;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 2px solid #f18430;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #000;
}

.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
	text-align: center;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

.dh-board .dh-margin-top .pagination {
	margin-top: 0;
}

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row {
	padding-left: 15px;
	padding-right: 15px;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 23px;
	margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	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: 30px 20px 60px !important;
	min-height: 300px;
}

.bbs-status-index-layout .regdate {
	display: none;
}

/* footer */

.mp-footer .mp-body {
	color: #cccccc;
	letter-spacing: -0.04em;
	padding: 30px 40px 40px;
}

.mp-footer .mp-body {
	min-height: 100px;
	background-color: #615d51;
	padding: 30px 40px;
	font-size: 13px;
	line-height: 20px;
}

.mp-footer .mp-body .f_copyright {
	color: #a9a9a9;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

/* 주문폼 */

.intro-mod-form-layout {
	background-color: #343434;
	color: #FFF;
}

.intro-mod-form-layout .intro-boardbox {
	display: block !important;
}

.intro-mod-form-layout .intro-boardbox-title::after {
	background-color: #FFF;
}

.intro-mod-form-layout .s-header {
	display: none;
}

uuuuuuuuuuuuuuuuuuuuuuuuuuuu .intro-mod-form-layout .alert.alert-template {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #FFF;
	margin: 0;
	padding-top: 0;
}

.intro-mod-form-layout .alert.alert-template p {
	color: #e5e5e5;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
}

/* 주문폼 - 서브페이지 */

.mod-custom-form-add .alert.alert-template p {
	padding: 0;
	font-weight: 400;
	line-height: 24px;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	background-color: #fff;
	width: 31.8%;
	border: 1px solid #e5e5e5;
	margin: 0 5px 10px;
	padding: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
	margin: 0;
}

.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: none;
	min-height: 200px;
	height: 200px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout {
	display: none;
	margin: -45px 0 0;
	cursor: pointer;
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	margin-top: 0;
	float: none;
	text-align: left;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer>br {
	display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em,
.dhb-txt-box-type-b-text-layout .txt-box-footer small.hits {
	display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer span.regdate {
	color: #e6e6e6;
	font-size: 13px;
	font-weight: 300;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout {
	border: 10px solid #705134;
	background: rgba(0, 0, 0, 0.65);
	display: inherit;
	height: 200px;
	margin: -200px 0 0;
	padding: 15px 20px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 {
	margin: 0;
	font-size: 18px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong a {
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.5;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
		margin: 10px 0 20px;
	}
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label .glyphicon-lock {
	color: #666;
}

.label-danger,
.label-primary {
	color: #705134;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #705134;
	border: 1px solid #705134 !important;
}

#btnNew {
	background: #705134;
	border-color: #705134;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
	border: 1px solid #fff !important;
}

.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;
}

.filter-items {
	text-align: center;
	padding: 0;
	margin: 0 0 35px;
}

.filter-items>a>.filter-label {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.filter-items>a+a {
	margin-left: 25px;
}

.filter-items>a.on>.filter-label {
	color: #111;
}

.filter-items>a.on>.filter-label::after {
	content: '';
	display: block;
	background-color: #705134;
	width: 100%;
	height: 10px;
	z-index: 0;
	margin-top: -5px;
}

.filter-items>a>.filter-label span {
	z-index: 1;
	padding: 0 20px;
}

/* Guide */

.service-title-wrap {
	margin: 0 0 20px;
}

.service-title-wrap h3 {
	margin: 0 0 15px;
	padding: 35px 0 0;
	color: #111111;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	position: relative;
}

.service-title-wrap h3:before {
	content: '';
	background: #f18430;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.service-title-wrap p {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0;
}

.s-guide-wrap .s-location-type-box {
	margin-top: 20px;
	min-height: 120px;
	border-right: 1px solid #fff;
}

.s-guide-wrap .s-location-type-box p {
	font-size: 19px;
	font-weight: 500;
}

.s-guide-wrap .s-location-type-box p>small {
	font-size: 15px;
	color: #555;
	font-weight: 300;
	display: block;
	margin: 5px 0 0;
}

.s-guide-caution-box {
	background-color: #F9F9F9;
	padding: 30px 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.s-guide-caution-box p {
	margin: 0;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.04em;
}

.s-guide-caution-box i {
	padding: 5px 0 0;
}

.s-guide-caution-box i:before {
	content: url('/skin/img/sub/default/ico-info.png');
}

@media screen and (min-width: 768px) {
	.s-guide-caution-box .col-sm-1 {
		width: 60px;
		font-size: 20px;
		line-height: 20px;
		text-align: right;
		color: #656565;
		padding: 0;
	}
	.s-guide-caution-box .col-sm-11 {
		width: calc(100% - 60px);
		color: #656565;
	}
}

/* table */

.sub-layout table {
	margin: 0;
}

.table-responsive {
	border: 0;
}

/* table - PRICE */

.table-price-style {
	margin: 0 0 30px !important;
	border-bottom: 1px solid #e6e6e6;
}

.table-price-style thead tr th {
	height: 140px;
	color: #111;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #fff;
}

.table-price-style thead tr th:nth-child(1) {
	background: #fbf2eb;
	border-left: 1px solid #fbf2eb;
}

.table-price-style thead tr th:nth-child(2) {
	background: #fcefe4;
}

.table-price-style thead tr th:nth-child(3) {
	background: #fce7d6;
}

.table-price-style thead tr th:nth-child(4) {
	background: #ffe0c7;
	border-right: 1px solid #ffe0c7;
}

.table-price-style thead tr th .big-title {
	display: block;
	color: #f18430;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.table-price-style tbody tr td {
	padding: 20px 0;
	color: #555;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.02em;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

/* table - SERVICE */

.table-service {
	margin-top: 20px !important;
}

.table-service tbody tr td {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 140px;
	vertical-align: middle;
}

.table-service tbody tr td:nth-child(1) {
	width: 25%;
	padding: 0;
}

.table-service tbody tr td:nth-child(2) {
	width: 75%;
	background: #f9f9f9;
	padding-left: 50px;
}

/* table - FAQ */

.table-faq thead tr th {
	background: #fff !important;
	color: #111 !important;
	padding: 18px 0 !important;
	border-top: 2px solid #f18430 !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

.table-faq tbody tr.faq-questions td {
	padding: 18px 0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	color: #111 !important;
	font-size: 16px !important;
	letter-spacing: -0.02em;
	line-height: 1;
}

.table-faq tbody tr.faq-questions td strong {
	font-weight: 400;
}

.table-faq tbody tr.faq-questions td:nth-child(1) {
	font-weight: 500;
}

.table-faq tbody tr.faq-answers td {
	background: #f8f8f8;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 25px;
	padding: 25px 0;
}

.table-faq tbody tr.faq-answers td p {
	margin: 0;
}

.table-faq tbody tr.faq-answers td .btnDelete {
	margin-right: 15px;
}

.breadcrumb_wrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dedede;
	margin: 0 0 35px;
}

.breadcrumb_wrap h3 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 0 20px;
	color: #231815;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 0 0;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #717070;
	float: right;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.breadcrumb>.active {
	color: #323232;
	font-weight: 700;
}

.comp_history {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.comp_history>h4 {
	background: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 50px;
	display: inline-block;
	margin: 0 0 20px;
	padding: 6px 20px;
	color: #555;
	font-size: 15px;
	letter-spacing: -0.05em;
}

.history-title {
	background-color: #152b87;
	color: #fff;
	letter-spacing: -0.05em;
	border-radius: 100%;
	padding: 36px 25px 0;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0;
	z-index: 100;
	width: 150px;
	height: 150px;
}

.history-title h3 {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px;
}

.history-title h4 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0 0 10px;
}

.history-title p {
	margin: 0;
	font-size: 13px;
}

.timeline::after {
	display: block;
	content: '';
	height: 10px;
	width: 10px;
	background: #705134;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.timeline .text-right>* {
	text-align: right;
}

.timeline .text-left>* {
	text-align: left;
}

.timeline .text-right .table tr th {
	text-align: right;
}

.timeline .text-left .table tr th,
.timeline .text-left .table tr td {
	text-align: left;
}

.timeline .table tr td {
	color: #777;
	padding: 0 0 10px;
}

.timeline .table tr th {
	width: 25%;
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.05em;
	padding: 0;
}

.timeline {
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	padding: 0px;
	list-style-type: none;
}

.timeline .timeline-box {
	position: relative;
	float: left;
	clear: left;
	width: 45%;
	margin: 5px 2% 5px;
	list-style-type: none;
	display: block;
	padding: 13px 20px 0px;
	border-radius: 8px;
	z-index: 15;
	letter-spacing: -0.05em;
}

.timeline .timeline-box .timeline-title {
	color: #705134;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 6px;
	letter-spacing: -0.075em;
}

.timeline .timeline-box .timeline-details {
	clear: both;
}

.timeline .timeline-box:first-child {
	margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(1n)::before {
	position: absolute;
	top: 15px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #dedede;
	border-right: 0 solid #dedede;
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	content: '';
}

.timeline .timeline-box:nth-of-type(2n) {
	float: right;
	clear: right;
}

.timeline .timeline-box:nth-of-type(2n)::before {
	right: auto;
	left: -10px;
	position: absolute;
	top: 15px;
	display: inline-block;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid #dedede;
	border-left: 0 solid #dedede;
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	content: '';
}

.timeline .timeline-box:nth-of-type(2n) {
	margin-top: 3em;
}

.timeline .timeline-box:nth-child(2n)::after {
	left: -7.5%;
	right: auto;
}

.timeline-box:hover,
.timeline-box:focus {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.timeline-box {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.history-table td,
.history-table th {
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: top;
}

.history-table td {
	color: #5a5a5a;
}

@media all and (max-width: 990px) {
	.timeline .timeline-box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.timeline .timeline-box:first-child {
		margin-bottom: 0;
	}
	.timeline .timeline-box:nth-of-type(2n) {
		margin-top: 5px;
	}
}

@media all and (min-width: 650px) {
	.timeline .timeline-box:after {
		display: block;
		content: '';
		height: 9px;
		width: 9px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		right: -8%;
		top: 1.5em;
		border: 2px solid #b2a4a4;
	}
}

.comp-history:before {
	top: 35px;
	bottom: 0;
	position: absolute;
	content: '';
	width: 1px;
	background-color: #aaa;
	left: 50%;
}

.vert1-carousel-control-wrap {
	display: none;
}

.image-wrap img {
	width: 100%;
	max-width: 190px;
	height: auto;
}

.image-wrap {
	width: 100%;
	margin-bottom: 10px
}

/* .owl-academy .owl-item {
	width: auto !important
} */

.main-btn-wrap {
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	overflow: hidden;
}

.main-btn-wrap img {
	width: 100%;
	height: 70px;
}

.main-left-btn {
	float: left;
	width: 50%;
}

.footer-social-layout {
	display: none;
}

.main-right-btn {
	float: left;
	width: 50%;
}

.owl-nav .owl-prev:before {
	content: '\f137';
	font-family: FontAwesome;
	float: left;
	cursor: pointer;
}

.owl-nav .owl-next:before {
	content: '\f138';
	font-family: FontAwesome;
	float: right;
	cursor: pointer;
}

.main-title {
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	vertical-align: middle;
	line-height: 1.3;
	padding: 10px 0 10px 10px;
	margin: 0;
}

.owl-nav-zone {
	float: right;
	width: 20%;
}

.main-carousel-wrap {
	margin-bottom: 10px;
}

.video-image-wrap {
	margin-bottom: 20px;
}

.video-image-wrap img {
	width: 100%;
	height: 115px;
}

.sub-title {
	font-size: 28px;
	letter-spacing: -0.5px;
	font-weight: 900;
	color: #323232;
	line-height: 1.3;
	margin: 0 0 15px;
	padding: 0;
	font-family: 'Nanum Myeongjo' !important;
}

.sub-title span {
	color: #992727;
}

.sub-title span.title-color {
	color: #663A1D;
}

.academy-contents {
	margin-bottom: 35px;
}

.academy-contents p,
.profile-contents p,
.feature-contents p {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0;
	line-height: 26px;
	color: #5a5a5a;
	letter-spacing: -0.3px;
}

.profile-contents p span {
	color: #992727;
	font-weight: 700;
}

.feature-contents p span {
	color: #992727;
	font-weight: 700;
}

.academy-list {
	padding: 0;
	margin: 45px 0 0;
	list-style: none;
}

.academy-list li {
	font-size: 18px;
	margin-bottom: 10px;
	color: #705134;
}

.academy-box {
	border: 10px solid #f3f3f3;
	padding: 20px 25px !important;
	color: #881111 !important;
}

.academy-contents p span {
	color: #992727;
	font-weight: 700;
}

.subwrap>.row.feature-contents:last-child {
	margin-top: 20px;
}

.sub-list {
	margin: 0;
	padding: 0;
}

.sub-list li {
	margin-bottom: 5px;
	list-style: none;
	letter-spacing: -0.04em;
	color: #555;
	background-image: url(/skin/img/sub/bulit.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 20px;
}

.dhb-txt-box {
	padding: 0 15px;
	background: #FFF;
	border: none;
	margin: 0 0 15px;
}

.dhb-txt-box>.col-md-4 {
	display: none;
}

.dhb-txt-box>.col-md-8 {
	width: 100%;
}

.dhb-txt-list {
	padding: 0;
	border: 1px solid #d1d1d1;
}

.dhb-txt-list .col-xs-12.col-sm-5.col-md-5 {
	width: 15%;
	padding-right: 0;
}

.dhb-txt-list .col-xs-12.col-sm-7.col-md-7 {
	width: 85%;
}

.image-title {
	font-size: 16px;
	font-weight: 700;
	color: #323232;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	margin: -10px 0 0;
}

.subwrap .table {
	border-top: 2px solid #806850;
	border-bottom: 1px solid #ddd;
}

.subwrap .table th,
.subwrap .table td {
	border: 1px solid #ddd;
	padding: 12px;
}

.subwrap .table th {
	background: #f7f4ea;
	color: #735539;
	font-weight: 600;
}

.notice-text {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #992727 !important;
	vertical-align: middle;
	line-height: 1.3 !important;
}

.session-txt-btn {
	color: #ffffff;
}

.session-txt-admbtn {
	color: #fff;
}

.location-text {
	font-family: 'Nanum Myeongjo' !important;
	font-weight: 900;
	color: #705134;
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 31px;
	margin: 0 0 25px;
}

.sub-text {
	font-size: 18px !important;
	color: #2c2c2c !important;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	height: 250px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden img {
	width: 100%;
	height: 250px;
}

.dhb-txt-box-type-b {
	overflow: hidden;
	transition: all .5s ease;
}

.dhb-txt-box-type-b:hover {
	transform: scale(1.2);
	transform-origin: center center;
	z-index: 99999;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.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-blog-index-layout.text-bbs23 .dhb-txt-box {
	padding-left: 0;
	padding-right: 0;
}

.bbs-blog-index-layout.text-bbs23 .thumb-hidden {
	min-height: 80px;
	height: 80px;
	max-height: 80px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bbs-blog-index-layout.text-bbs23 .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
}

.bbs-blog-index-layout.text-bbs23 .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-blog-index-layout.text-bbs23 .dhb-txt-list .col-md-7 h4 {
	margin-top: 27px;
	margin-bottom: 27px;
}

.bbs-blog-index-layout.text-bbs23 .dhb-txt-list .col-md-7 h5 {
	display: none;
}

/*-------------  logo  ----------------*/

.logo {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
}

.logo>p:first-of-type {
	font-size: 25px;
	margin-bottom: 1.5em;
}

.logo>p:nth-of-type(2) {
	font-size: 15px;
}

.logo span {
	display: block;
	font-size: 10px;
	color: #887054;
}

.Halla {
	font-family: 'Jeju Hallasan', cursive;
	text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff;
}

.nanumMJ {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: bold;
	text-shadow: -2px -2px 1px rgba(136, 111, 84, 0.15), 2px -2px 1px rgba(136, 111, 84, 0.15), -2px 2px 1px rgba(136, 111, 84, 0.15), 2px 2px 1px rgba(136, 111, 84, 0.15);
}

.text-red {
	color: red;
	font-size: 20px;
}
.vert1-main-index-box-inner .hash-li{
	padding: 0;
    list-style: none;
    font-size: 18px;
    color: #735539;
    font-style: italic;
    line-height: 1.8;
}
.vert1-main-index-box-inner .quote-box{
    display: inline-block;
	margin-top: 20px;
    line-height: 1;
}
.vert1-main-index-box-inner .quote-box p{
    margin-bottom: 5px;
}
.vert1-main-index-box-inner .quote-box .des{
	display: inline-block;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    background: #735539;
}
.vert1-main-index-box-inner .quote-box .name{
    margin-left: -12px;
	font-weight: 600;
    font-size: 18px;
}
.vert1-main-index-box-inner .quote-box .tel,
.vert1-main-index-box-inner .quote-box .tel a{
	font-size: 22px;
    font-weight: 900;
    color: #735539!important;
    letter-spacing: -0.02em;
}
.location-btn{
	position:relative;
	left:50%;
	transform:translatex(-50%);
	display: inline-block;
	margin:20px 0;
	padding: 12px 0;
	width:150px;
	font-size: 14px;
	font-weight: 600;
	text-align:center;
	color: #735539;
	border: 1px solid #735539;
}
.location-btn:hover{
	color: #ffffff;
	background-color: #735539;
	text-shadow: none;
	-webkit-text-shadow: none;
}
.youtube{
	padding-bottom:40px;
}
@media (max-width:767px) {
	.xs-hidden {
		display: none;
	}
	.xs-display {
		font-size: 15px;
	}
	.xs-display>span {
		font-size: 15px;
		display: inline;
	}
	.logo{
    	margin: 0;
		padding: 15px;
	}
	.logo .xs-display span{
		display:block;
	}
	.logo>p:first-of-type{
		margin-bottom:0;
	}
	.navbar-toggle{
		background:transparent !important;
		border:none !important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
}