@charset "utf-8";
#site {padding-top:84px;}
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
#site > .container{
    width:100%;
    padding:0;
}
.table_blog dd{
    padding:10px 20px 20px;
}
/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	box-shadow: 5px 0 5px rgba(0,0,0,0.1);
	margin-bottom:0;
	border:0
}
.navbar-brand {
    height: auto;
    padding: 0px;
    margin-left: 0 !important;
    margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.04em;
    padding: 32px 25px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	color:#04775b;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#04775b;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:9px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#666;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#222;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#222;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu{
		left:50%;
		right:auto;
		transform:translate(-50%,0);
		border-radius:0;
		padding:10px 0;
		box-shadow:none;
		border:none;
		background:rgba(0,0,0,0.8);
		}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a{
		padding:10px 20px;
		color:#ddd;
		font-size:15px;
		letter-spacing: -0.035em;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{
		background:none;
		color:#fff;
		text-decoration: underline;

	}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-25px;}
 .navbar-inverse .navbar-nav > li > a{padding-left:25px;padding-right:25px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all; display: none;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}

.carousel-indicators li,
.carousel-indicators li.active{
  width: 68px;
  height: 4px;
  background-color: #fff;
  border: none;
  margin: 0 3px;
  border-radius:0;
  opacity: 0.7;
}
.carousel-indicators li.active{
  background-color:#30efb5;
  opacity: 1;
}
.carousel-caption {
	text-shadow:none;
}
.carousel-caption h1 {
    font-size: 58px;
    letter-spacing: -0.04em;
    margin: 0 0 25px;
}
.carousel-caption h1 {
    font-size: 58px;
    letter-spacing: -0.04em;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 30px 0;
    background-color: #333;
    color: #afafaf;
    letter-spacing: -0.01em;
    line-height: 1.6;
}
#site footer .footer-link{padding:15px 0;border-bottom:1px solid #444}
#site footer .footer-link ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-link ul li a{color:inherit}
#site footer .footer-info{padding:40px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:14px;margin-right:15px;line-height:26px}
#site footer ul {
    margin: 0 0 5px;
}
#site footer li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.3);
    font-size: 13px;
    line-height: 1;
}
#site footer .copy {
    margin: 0;
    opacity: 0.5;
    font-size: 13px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:600px}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}
.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 180px;
}
 
  
/* personal setting 0.64v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle, 
.numbering.sqr {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #096f56;
    border-radius: 3px;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:10px;}
.li-circle > li{list-style:circle!important; margin-left:10px;}
.li-square > li{list-style:square!important; margin-left:10px;}
.li-disc > li{list-style:disc!important; margin-left:10px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:9px; position:relative;}

.li-dash > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #b8b8b8;
    position: absolute;
    left: 0;
    top: 11px;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
    font-family: 'fontawesome';
    color: #096f56;
}
.location-li{
    border-top: 2px solid #096f56;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    display:inline-block;
    margin-right: 10px;
    color: #096f56;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.btn-li{
	text-align: center;
}
.btn-li li{
	display:inline-block;
	vertical-align: top;
	padding:0 30px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#096f56;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.subpage-content p {
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #666;
}
.subpage-content li,
.subpage-content dd,
.subpage-content td {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666;
}
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#096f56;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #096f56;
	background:#096f56;
}
.more-btn:hover{
	color:#096f56;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
    /* border: 4px solid #eee; */
    border: 4px solid #d5e6e2;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
.quote-box p {
    margin-bottom: 0;
}
p.quote span{
	font-weight:600;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #096f56;
}

.table-style tr th,
.table-style tr td {
	padding: 15px 15px !important;
	border-bottom: 1px solid #ddd !important;
	word-break: keep-all;
	font-size:15px;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f6f6f6;
}

.table-style.text-center-table thead tr th {
    background: #06a07b;
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

.table-style tbody th {
    background: #f6f6f6;
    font-size: 15px;
}

.table-style tbody td {
    font-size: 15px;
}
.table-style tbody td li{
	font-size: 15px;
	margin-left:0
}

.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#096f56;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #096f56;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.64v end */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/* navigation setting */

@media(max-width:767px){
	
}
/* mainpage setting */
.main-business {
    padding: 80px 0 50px;
    background: #f8f8f8;
}
.main-business .inner {
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    color: #333;
    min-height: 235px;
    transition: all .3s ease;
    background: #fff;
    border: 1px solid #d5d5d5;
}
.main-business .inner:hover{
	border-color: #0e604d;
}
.main-business .box6 .inner {
    color: #fff;
    background: #096f56;
    border: none;
}
.main-business .box6 .inner h4{
	color:#fff;
}
.main-business .box6 .inner h4:after {
    content: "\f054";
    font-family: "Font awesome 5 free";
    font-weight: 600;
    margin-left: 8px;
    font-size: 20px;
    margin-top: -2px;
}
.main-business h4 {
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    font-size: 28px;
    font-weight: 400;
    color: #096f56;
    width:100%;
    letter-spacing: -0.035em;
}
.main-business div:not(.box6) h4 small:before{
    content:'';
    display: block;
    margin:20px auto;
    width:30px;
    height:1px;
    background:#096f56;
}
.main-business .box6 h4{
    position:static;
    font-size:22px;
    margin:0 0 10px;
    transform:none;
    text-align:left;
}
.main-business h4 small{
    display:block;
    margin-top:10px;
    font-size:20px;
    color:#aaa;
}
.main-business ul {
    margin: 0;
}
.main-business li {
    font-size: 15px;
    letter-spacing: -0.035em;
    color: #666;
    margin-left: 3px;
    padding-left: 10px;
}
.main-business li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #b8b8b8;
    position: absolute;
    left: 0;
    top: 11px;
}
.main-business .more {
    position: absolute;
    right: -1px;
    bottom: -1px;
    font-size: 30px;
    margin: 0;
    background: #aaa;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
	line-height: 50px;
	transition: all .3s ease;
}
.main-business .inner:hover .more {
    background: #0e604d;
}
.main-business .box6 .inner:hover {
    background: #035041;
}
.main-business .box6 i{
    position:absolute;
    right:0;
    bottom:0;
    font-size:100px;
	opacity: 0.2;
	display: none;
}
.main-business .box6 p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 30px;
    color: #ffdc8f;
    border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    padding: 17px 12px;
    line-height: 1;
    background: rgba(0,0,0,0.1);
}
.main-business .box6 p span {
    margin-right: 7px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    opacity: 0.8;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.main-business .box6 p.tel {
    border-bottom: none;
}
@media(max-width:767px){
	
}
/* footer setting */
#site footer ul:after{
	content:'';
	display:block;
	clear:both;
}
#site footer li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid rgba(255,255,255,0.2);
}
#site footer li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	
}
/* subpage setting */

.pageheader{
	height:260px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
	text-align:center;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 90px 0 15px;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 3px #333;
    letter-spacing: -0.03em;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content .emp{
	font-weight:500;
	color:#096f56;
}
.subpage-content section{
	padding-bottom:60px;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -0.06em;
    color: #2f2f2f;
}
.subpage-content section h5 {
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.06em;
    color: #06a07b;
}
.board_wrapper, .search_wrap{
	visibility: hidden;
	margin-top: 0;
    margin-bottom: 0;
}
.snb {
    padding-right: 50px;
    padding-top: 5px;
}
.snb ul {
    margin-bottom: 0;
}
.snb h3 {
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
    font-size: 30px;
    letter-spacing: -0.05em;
    margin: 0;
    font-weight: 600;
}
.snb > ul > li > a{
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 12px 10px;
    font-size: 17px;
	color: #666;
	line-height:1.4;
    letter-spacing: -0.03em;
}
.snb > ul > li > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #d5d5d5;
}
.snb > ul > li.active > a {
    background: #096f56;
    color: #fff;
    font-weight: 600;
}
.snb > ul > li.active > a:after {
    color: #fff;
}
.sub-snb {
    background: #f6f6f6;
    margin: 0;
    padding: 8px 18px 12px;
    border-bottom: 1px solid #d5d5d5;
}
.sub-snb > li > a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.035em;
    color: #888;
    padding: 4px 0px;
}
.sub-snb > li > a:hover {
    text-decoration: underline;
    color: #333;
}
.sub-snb > li.active > a {
    color: #333;
    font-weight: 600;
}

.subpage-content .title h4 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0 0 40px;
}
.subpage-content .title h4 small {
    font-size: 70%;
    letter-spacing: -0.06em;
    margin-left: 5px;
    color: #999;
}
.subpage-layout {
    padding: 60px 0 80px;
}
.subpage-content ul li > ul {
    margin-top: 3px;
}
.subpage-content ul li ul li {
    font-size: 15px;
}
.subpage-content .li-dot {
    margin: 2px 0 5px;
}
.subpage-content .li-dot > li {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
}
.subpage-content .li-dot > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
.subpage-content .li-dash > li,
.subpage-content .li-none > li {
	margin-bottom: 6px;
	line-height:1.58
}
li .numbering {
    margin-right: 0px;
    font-weight: 600;
    color: #444;
}
@media(max-width:767px){
	.snb {
		padding-right: 15px;
		padding-top: 0;
	}
}

.right-con img {
    margin-top: 10px;
    height: 300px;
}
.left-con {
    padding-top: 70px;
    position: relative;
}
.left-con:after {
    content: "\f10d";
    font-family: "Font awesome 5 free";
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 42px;
    opacity: 0.15;
    font-style: italic;
}
.left-con p:last-child {
    margin-bottom: 0;
}

.process-wrap .card {
    text-align: center;
    padding: 55px 25px 20px;
    margin-bottom: 30px;
    min-height: 300px;
    box-shadow: 5px 5px 0 #fbf8f1;
    border-color: #e0d9d3;
}

.process-wrap i {
    font-size: 3.5em;
    margin: 0 0 20px;
    color: #cc762b;
    width: 100px;
    height: 100px;
    background: #fdf4dc;
    border-radius: 50%;
    line-height: 100px;
}
.process-wrap p {
    line-height: 1.4;
    margin: 0;
}

.process-wrap .numbering {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 7px;
}

/* form */
.board_wrapper .table.board_write_table {
    border-top: 2px solid #096f56;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #e85532;
}
.board_wrapper .table.board_write_table tbody tr th,
 .board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.03em;
}
.checkbox a {
    color: #06a07b;
    text-decoration: underline;
}
.checkbox a:hover {
    text-decoration: none;
}

/* buttom */
.btn.btn-primary{
	background:#096f56;
	border-color:#096f56	
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background:#035041;
	border-color:#035041;
}

.btn.btn-dark{
	border-color:#4f4f4f;
	background:#4f4f4f;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus{
	border-color:#333;
	background:#333
}
.greet .name{
    margin-top:30px;
    text-align:right;
    font-size:20px;
    font-weight:500;
    color:#000;
}
.greet .name small{
    margin-right:10px;
    font-size:14px;
}
@media(max-width:767px){
    #site{
        padding-top:55px;
    }
    .navbar-inverse .navbar-brand{
        margin:15px!important
    }
    .navbar-brand>img{
        width:200px;

    }
    .main-business
    {
        padding:50px 0 30px;
    }
    .main-business .box6 p{
        font-size:23px;
    }
    .main-business .inner{
        min-height:200px;
    }
    .main-business h4{
        font-size:24px;
    }
    .main-business h4 small{
        font-size:16px;
    }
    .foot-logo{
        width:200px;
        margin-bottom:10px;
    }
    #site footer li{
        margin-bottom:5px;
        border:none;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding:10px 20px;
    }
    .pageheader{
        height:180px;
    }
    .pageheader h2{
        margin-top:50px;
        font-size:36px;
    }
    .snb{
        padding-bottom:60px;
    }
    .snb h3 + ul{
        border-top:2px solid #333;
    }
    .snb h3{
        display:none;
    }
    .subpage-content .title h4{
        font-size:30px;
    }
    .subpage-content .title h4 small{
        display:block;
        margin:10px 0 0;
        font-size:18px;
    }
    .left-con:after{
        font-size:33px;
    }
    .subpage-content section h4{
        padding-left:40px;        
        font-size:22px;
    }
    .subpage-content section h4 .sqr{
        position: absolute;;
        left:0;
        top:0;
    }
    .sub-snb{
        display:none;
    }
    .active .sub-snb{
        display:block;
    }
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
        max-width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg{
        padding:10px 35px;
    }
}