@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:85px;}
.body-layout.modal-open{
    padding-right:0!important;
}
a:hover, a:focus{
	text-decoration:none;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #FFF;
    margin-bottom: 0;
    border-top: 3px solid #b49868;
    border-bottom: 1px solid #ccc; 
}

.navbar-brand {
    margin: 25px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 32px 30px;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.02em;
        position: relative;
    }
    .navbar-inverse .navbar-nav > li > a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        background: #ddd;
        right: 0;
        top: 34px;
    }
    .navbar-inverse .navbar-nav > li:last-child > a:after {
        content: none;
    }
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #9e7952;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: #fff;
        padding: 10px 20px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        min-width:100%;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 10px 5px;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #9e7952;
}
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0px 0 20px;
    margin: 20px 0 15px;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #333;
	font-size: 22px;
	letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 4px 0 0 0;
    margin: 0;
    background: #ccc;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 0;
    transition: all ease 0.3s
}

.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;
    background: #222;
}

.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: 0px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 6px 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #9e7952;
}

.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: #888;
    font-weight: bold;
    padding-right: 6px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox-type-bbs .label-danger {
    color: #9e7952 !important;
    padding: 0;
    top: 0;
    font-weight: 600;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.49v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.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-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li {
    margin: 20px 0 0;
    border-top: 1px solid #ccc;
}
.location-li li {
    padding: 10px 10px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #444;
    border-bottom: 1px solid #ddd;
}
.location-li span {
    display: inline-block;
    margin-right: 15px;
    padding: 8px 11px;
    min-width: 120px;
    color: #fff;
    background: #5c5c5c;
    line-height: 1;
}
.location-li span i{
	margin-right:5px;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:16.666%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.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;
}
p.quote {
    margin: 30px 0;
    font-size: 32px;
    font-weight: 300;
    color: #222;
    line-height: 1.2;
    letter-spacing: -0.04em !important;
}
p.quote span{
	font-weight:500;
}
/* 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;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #b49868;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	font-size:22px;
	color:#b49868;
}
.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 #b49868;
	border-radius:50%;
	background:#fff;
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.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:3px solid #5c5c5c;
}
.trait-dl dt{
	border-color:#b49868;
	font-size:18px;
}
.trait-dl dd{
	font-size:15px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
/* @media(min-width:768px){
	.intro-boardbox{
		width:41.66666667%;
	}
} */
/* personal setting 0.49v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1140px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h2 {
    margin: 0;
    font-size: 24px;
    color: #b49868;
    font-weight: 600;
}
.carousel-caption h2 span {
    display: block;
    font-size: 62px;
    color: #222;
    font-weight: 400;
    margin-top: 13px;
}
.carousel-caption p{
	margin-top:20px;
	font-size:16px;
	color:#ddd;
}
.main-content{
	padding-top:30px;
}
.main-content h3 {
    position: relative;
    font-size: 22px;
	margin: 0 0 16px;
    color: #333;
    font-size: 22px;
    letter-spacing: -0.01em;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
/* .main-business {
    padding: 50px 0 20px;
}*/
.main-business a {
    position: relative;
    display: block;
    padding: 30px;
	text-align:center;
    color: #fff;
    transition: all .3s ease;
	border: 2px solid transparent;
    background: #807563 url(/skin/img/main/main-box-bg1.png) no-repeat right bottom;
} 
.main-business ul:after{
	content:'';
	display:block;
	clear:both;
}
.main-business ul li{
	float:left;
	width:50%;
	padding:3px;
}
/*.main-business a h4 {
    margin: 0 0 14px;
    padding-bottom:2px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-bottom:2px solid rgba(0,0,0,0);
    display: inline-block;
    transition: all .3s ease;
}*/
 .main-business ul li a:hover {
    background: #fff;
    border: 2px solid #807563;
    color: #807563;
} 
.main-business a:hover h4{
    border-bottom-color:#fff;
}
.main-business a .des {
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.8;
    margin: 0;
}
.main-business a .more {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease;
    opacity: 0.4;
}

.main-business a:hover .more {
    opacity: 1;
    background: #fff;
    color: #222;
}

.main-business li:nth-child(2) a {
    background: #b49868 url(/skin/img/main/main-box-bg2.png) no-repeat right bottom;
}

.main-business li:nth-child(3) a {
    background: #5c5c5c url(/skin/img/main/main-box-bg3.png) no-repeat right bottom;
}

.main-business li:nth-child(4) a {
    background: #5c5c5c url(/skin/img/main/main-box-bg4.png) no-repeat right bottom;
}

.m-business-box5 a {
    background: #828282 url(/skin/img/main/main-box-bg5.png) no-repeat right bottom;
}

.m-business-box6 a {
    background: #807563 url(/skin/img/main/main-box-bg6.png) no-repeat right bottom;
}
/* 
.main-business .m-business-box2 a:hover {
    border-color:#9e7952;
    color: #9e7952;
}
.main-business .m-business-box3 a:hover {
    border-color:#5c5c5c;
    color: #5c5c5c;
}
.main-business .m-business-box4 a:hover {
    border-color:#5c5c5c;
    color: #5c5c5c;
}
.main-business .m-business-box5 a:hover {
    border-color:#666;
    color: #666;
}
.main-business .m-business-box6 a:hover {
    border-color:#807563;
    color: #807563;
} */


.main-business a h4 .numbering {
    display: none;
}

.intro-board-widget-layout {
    padding: 0px 0 60px;
}
.main-inquiry a {
    position: relative;
    display: block;
    min-height: 200px;
    padding: 20px;
    color: #222;
    transition: all .3s ease;
    border: 3px solid #e3e3e3;
    border-top: 3px solid #5c5c5c;
}
.main-inquiry a:after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: -3px;
    background: #b49868;
}
.main-inquiry a:hover {
    border-color: #b49868;
}
.main-inquiry a h4 {
    margin: 0 0 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}
.main-inquiry a p {
    opacity: 0.8;
    margin: 0;
    letter-spacing: -0.02em;
}
.main-inquiry a i {
    position: absolute;
    bottom: 25px;
    right: 25px;
    opacity: 1;
    font-size: 30px;
    transition: all .3s ease;
    color: #b49868;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px 30px;
    background: #333;
    color: #bbb;
    font-size: 13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy ul {
    margin-bottom: 0;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
    margin-bottom: 10px;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    margin: 25px 0 0;
    opacity: 0.5;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:200px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    margin: 76px 0 0;
    font-size: 45px;
    font-weight: 600;
    color: #222;
}
.breadcrumb {
    float: right;
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #666;
}
.breadcrumb .active {
    color: #b49868;
}
.subpage-content .emp{
	font-weight:500;
	color:#b49868;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-layout {
    padding-top: 60px;
    padding-bottom: 60px;
}

.snb ul {
    border-top: 3px solid #5c5c5c;
    position: relative;
}
.snb ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 3px;
    background: #b49868;
}
.snb li a {
    display: block;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ddd;
}
.snb li a:hover {
    color: #222;
}
.snb li.active a {
    color: #222;
    font-weight: 500;
}
.snb li.active a:after {
    content: ">";
    float: right;
    margin-right: 5px;
    color: #fff;
    width: 18px;
    height: 18px;
    background: #aaa;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
}
.subpage-content .title {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.subpage-content .title h3 {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    color: #222;
    font-weight: 600;
}
.subpage-content section > h4 {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #222;
    font-weight: 600;
}

.subpage-content section > h4 .numbering {
    color: #9e7952;
}

.quote-box {
    padding: 30px 30px 10px;
}

.quote-box p {
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #444;
    line-height: 1.8;
    font-size: 14px;
}

.quote-box h5 {
    font-weight: 600;
}

@media (min-width:768px){
    .subpage-content {
        padding-left: 50px;
    }
}


/* subpage about */

#about01 .subpage-content p.quote:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #5c5c5c;
    display: block;
    border-left: 10px solid #b49868;
    margin-bottom: 15px;
}

#about01 .subpage-content p.quote {
    margin: 0 0 20px;
    font-weight:400;
}

#about01 .subpage-content p {
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}


/* subpage organization */
.profile .card {
    position:relative;
    min-height: 510px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 40px;
    margin-bottom: 40px;
}
.profile .more-modal{
    display:block;
    float:left;
    text-align:center;
}
.profile .more-modal i{
    display:block;
    padding:5px;
    margin:0 2px;
    color:#fff;
    background:#b49868;
    border:1px solid #b49868;
}
.profile .more-modal:hover i{
    color:#b49868;
    background:#fff;
}
.profile .card:after{
	content:'';
	display:block;
	clear:both;
}
.profile .card img{
    display:block;
}
.profile .card .txt-box {
    float: right;
    width: calc(100% - 150px);
    padding: 0 0px 0px 25px;
}
.profile .txt-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 35px 0 15px;
}
.profile .txt-box h4 small {
    color: #444;
    font-size: 18px;
    margin-left: 7px;
}
.profile .card .li-dot {
    margin: 0;
}
.profile .card .li-dot li {
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #9e7952;
    font-size: 13px;
    padding-left: 15px;
    margin-left: -1px;
}

.profile .card .li-dot li > a {
	color: inherit;
}
.profile .txt-bottom {
    overflow: hidden;
    margin-top: 30px;
}
.profile .txt-bottom h5 {
    margin: 0;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    float: left;
    min-width: 45px;
}
.profile .txt-bottom .li-dash {
    float: left;
    margin: 0;
    width: calc(100% - 45px);
}
.profile .txt-bottom .li-dash li {
    font-size: 13px;
    color: #666;
    padding-left: 15px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 3px;
    letter-spacing: -0.02em;
}

/* subpage business */
.btn-wrap{
	display:inline-block;
	margin:40px 0;
	position:relative;
	left:50%;
	transform:translatex(-50%);
}
.btn-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.btn-wrap li{
	float:left;
	margin:3px;
}
.btn-wrap li a {
    display: block;
    width: 200px;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #828282;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}
.btn-wrap li a i{
	margin-right:10px;
}
.btn-wrap li:first-child a {
    background: #b49868;
}
.btn-wrap li a:hover {
    background: #333;
}

/* subpage board */
.dh-board>.table-hover {
    margin: 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ddd;
}

.dh-board>.table-hover th {
    background: #f5f5f5;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #bbb;
    padding: 13px;
}

.dh-board>.table-hover td {
    padding: 13px;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ddd;
}

.dh-board>.table-hover .subject strong a {
    font-weight: 400;
    color: #444;
}

.dh-board>.table-hover .subject strong a:hover {
    color: #9e7952;
}

.dh-board>.table-hover tr:hover {
    background: #fff;
}

.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #9e7952;}
.label-primary{color: #43516c;}

.bbs-area .dh-margin-top {
    margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #b49868;
    border: 1px solid #b49868;
    color: #ffffff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

/* view */
#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
}

.dh-view-box>.row>.page-header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px;
    background: #f5f5f5;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    opacity: 0.6;
}

/* comment */
form[class*="commentUpdateForm"] textarea[name="comment"],
#commentForm textarea[name="comment"]{
    margin-bottom:15px;
}
#commentForm .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}
#commentForm .form-control:focus {
    border-color: #bbb;
}
#commentForm .btn-default {
    background: #828282;
    border: none;
    color: #fff;
    border-radius: 0;
    max-width: 180px;
    padding: 7px 0;
    float: right;
    transition: 0.3s;
}
#commentForm .btn-default:hover {
    background: #333;
}
.dh-comments {
    border-radius: 0;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
}
.dh-comments div.panel-body {
    font-size: 14px;
    letter-spacing: -0.02em;
    padding: 20px;
}
.dh-comments p {
    font-size: 14px;
    color: #888;
    float: right;
    line-height: 1;
}

/* mailform*/
#mailForm .form-group {
    margin: 0;
    padding: 15px 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
#mailForm .form-group:first-child {
    border-top: 1px solid #ccc;
}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
}
#mailForm .form-group input.form-control {
    height: 38px;
}
#mailForm .form-group p.error,
#mailForm .form-group~p.error {
    margin: 0;
    color: #005ca9;
    font-size: 14px;
}

#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
    font-size: 13px;
}
input[type=button].btn-block, 
input[type=reset].btn-block, 
input[type=submit].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    background: #b49868 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.3s ease;
}
input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #333!important;
    color: #fff;
}

@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}
#mailForm .form-group input.form-control:focus {
    border-color: #bbb;
}

#mailForm .form-group .form-control:focus {
    border-color: #bbb;
}



/* login */

.login-layout, .id-find-layout, .pw-find-layout {background: #fff; min-height: 790px;}
.login-layout .inner-box-wrapper, .id-find-layout .inner-box-wrapper, .pw-find-layout .inner-box-wrapper {width: 100%; max-width: 1170px; margin: 0 auto; padding: 30px 0 0;}
.login-layout .panel, .id-find-layout .panel, .pw-find-layout .panel {border-radius: 8px; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); min-height: 440px; margin: 0; padding: 50px 30px 80px;}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #222; font-size: 22px; font-weight: 500; letter-spacing: -0.02em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #444; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-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 #ddd;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}
.login-layout .form-control:focus, 
.id-find-layout .form-control:focus, 
.pw-find-layout .form-control:focus {
    border-color: #bbb;
}
.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    width: 180px;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #b49868 ;
    border-radius: 0;
    background: #b49868;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition:all 0.3s ease;
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #333;
    border: 1px solid #333;
}
.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #444;
    margin-top: 18px;
}
.login-layout form > div > p > a:hover {color: #222;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #ddd;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}


#profile{
    color:#333;
    text-align:left;
}
#profile .modal-content{
    max-height: 85vh;
    padding:0 20px 20px;
    overflow-y:scroll;
}
#profile .clearfix{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px dashed #ddd;
}
#profile li{
    float:none;
}
#profile .name{
    margin-bottom:20px;
    line-height:1.1;
    font-size:30px;
    font-weight:bold;
}
#profile .name:after{
    content:'';
    display:block;
    width:20px;
    height:1px;
    margin:20px 0 10px;
    background:#000;
}
#profile .name small{
    display:block;
    margin-bottom:5px;
    font-size:14px;
    color:#b49868 ;
}
#profile h5{
    margin-top:0px;
    margin-bottom:15px;
    font-size:18px;
    font-weight:600;
    color:#b49868 ;
}
#profile .li-dot{
    margin-top:10px;
}
@media(max-width:767px){
    .body-layout{
        padding-top:122px;
    }
	.navbar-brand{
        margin:10px 0!important;
        display: block;
        width:100%;
    }
    .navbar-brand img{
        margin:0 auto;
        height:30px;
    }
    .navbar-toggle{
        display: none;
    }
    .mobile-menu .container{
        padding:0;
        text-align: center;
    }
    .mobile-menu ul{
        margin:0;
    }
    .mobile-menu ul:after{
        content:'';
        display:block;
        clear:both;
    }
    .mobile-menu li{
        float:left;
        width:33.333%;
        padding:1px;
    }
    .mobile-menu .menu-6{
        width:50%;
    }
    .mobile-menu a{
        display:block;
        padding:5px 0;
        color:#666;
        background:#f5f5f6;
    }
    .mobile-menu a:hover,
    .mobile-menu a:active{
        background:#eee;
    }
    .main-carousel .container{
        padding:0;
    }
    .footer_copy li{
        border:none;
        margin-right:0;
    }
    .footer_copy .copy{
        margin-top:10px;
        text-align: left;
    }
    .footer_copy > div{
        padding:20px 0;
    }
    .pageheader{
        height:180px;
    }
    .pageheader h2{
        font-size:38px;
    }
    .subpage-layout{
        padding:30px 15px;
    }
    .snb{
        padding-bottom:50px;
    }
    .breadcrumb{
        float:none;
    }
    .location-li span{
        display:block;
    }
    .trait-dl dt{
        width:100%;
    }
    .trait-dl dt, .trait-dl dd{
        padding:15px 20px;
    }
    .trait-dl dd{
        padding-top:0;
        border:none;
    }
    .bbs-area .dh-margin-top{
        text-align:center;
    }
}
