@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@700&family=Stylish&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:146px;}

/* 폰트 설정 */
.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: #bc9b6a;
    border: none;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    display: none;
	position:relative;
    color: #333;
    margin-left: 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand:after{
	content:'한국예총 경기도연합회';
	position:absolute;
	left:100%;
	top:50%;
	transform:translatey(-50%);
	padding-left: 5px;
	font-size:20px;
	color:#777;
	letter-spacing: -0.05em;
	white-space:nowrap;
	font-weight:600;
	font-family: 'Noto Serif KR', serif;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

.navbar-brand img {
    margin-top: 0;
}
.menu-top{
    background:#fff;
    text-align:center;
}
.menu-top .logo img,
.menu-top .logo{
    display:inline-block;
}

.menu-top .logo span{
    display:inline-block;
	padding-left: 5px;
	font-size:20px;
	color:#777;
	letter-spacing: -0.05em;
	white-space:nowrap;
	font-weight:600;
	font-family: 'Noto Serif KR', serif;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-brand{
		margin: 17px 0;
	}
	.navbar-right {
		margin: 0;
		text-align: center;
		width: 100%;
		float: none!important;
	}
    /* .navbar-inverse .navbar-header{
        display:none;
    }
    .navbar-inverse .navbar-nav{
        width:100%;
        text-align: center;
    }
    .navbar-inverse .navbar-nav > li{
        width:calc(100% / 7);
        border-right:1px solid rgba(255,255,255,0.2);
    }
    .navbar-inverse .navbar-nav > li:first-child{
        border-left:1px solid rgba(255,255,255,0.2);
    } */
	.navbar-inverse .navbar-nav > li > a {
	  	padding: 15px 28px;
	  	font-size: 17px;
	  	font-weight: 500;
	  	color: #fff;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
	  	letter-spacing: -0.02em;
	  	border-left: 1px solid rgba(255,255,255,0.2);
	  	}
    .navbar-inverse .navbar-nav > li:last-child > a{
        border-right: 1px solid rgba(255,255,255,0.2);
    }
  
 	.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: rgba(0,0,0,0.1);
		color: #ffffff;
		}
	.navbar-nav>li>.dropdown-menu > li:first-child > a {
		padding-top: 15px;
	}

	.navbar-nav>li>.dropdown-menu > li:last-child > a {
		padding-bottom: 15px;
	}
}
@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: #ffffff;
    	padding: 0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.navbar-nav .dropdown-menu > li > a {
    padding: 9px 25px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav  .dropdown-menu > li > a:focus {
	background-color: #f8f8f8;
	color: #8d704c;
	font-weight: 500;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #947857;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #947857;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout{
    display:none;
}
.intro-boardbox {
    min-height:215px;
}
.intro-boardbox .page-header {
    padding: 0px 0 12px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ddd;
	position:relative;
}
.intro-boardbox .page-header:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #163240;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #163240;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: url(/skin/img/main/board_icon1.png) no-repeat center center;
    width: 17px;
    height: 17px;
    border: none;
    opacity: 0.5;
}

.main-bbs .right-con .page-header h4 .btn{
	background: url(/skin/img/main/board_icon2.png) no-repeat center center;
}

.intro-boardbox .page-header h4 .btn i {
    display: none;
}

.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;
	opacity:1
}

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	padding: 6px 0;
    letter-spacing: -0.02em;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #111;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 78%;
	white-space: nowrap;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
@media(min-width:768px){
	.intro-boardbox{
		width:100%;
	}
}
/* //메인 페이지 설정 끝 */
.maintenance {
    border: 1px solid #e8e8e8;
    padding: 50px 25px;
    text-align: center;
    border-radius: 3px;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    color: #b39c7a;
    margin-bottom: 18px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #777;
    margin-bottom: 20px;
}
.maintenance .btn {
    width: 150px;
    padding: 10px 15px;
}
/* personal setting 0.62v */
/* 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;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@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.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #947857;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:none!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-circle > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-circle > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-circle > li{
	padding-left:30px;
}
.li-circle > li:before{
	content:'○';
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 8px;
    color: #163240;
    text-align: center;
    width: 15px;
}
.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;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.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:#947857;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@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;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#947857;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@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;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
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;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #222;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th, 
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #e8e8e8;
}
.dh-board .table-hover thead tr th, 
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f8f8f8;
    padding: 14px 15px;
    font-weight: 500;
}
.dh-board .table-hover tbody tr td a {
    font-weight: 400;
    color: #666;
}
.dh-board .table-hover tbody tr td a:hover {
    color: #222;
    text-decoration: underline;
}
.table-hover>tbody>tr:hover {
    background: #fff;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #947857;
}

.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:15px 25px !important;
}
.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #d3d3d3;
    font-size: 30px;
    color: #4C778C;
    vertical-align: top !important;
    text-align: left;
}
.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -6px;
    top: 30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #ddd;
    background: #fff;
}
.history-table ul {
    margin: 7px 0 0;
}
.history-table li {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-left: 0;
    padding-left: 30px;
}
.history-table li:before {
    content: none;
}
.history-table li span {
    display: inline-block;
    width: 80px;
    font-weight: 500;
    color: #444;
}
/* personal setting 0.62v end */
/* navigation setting */

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.container_slide:before {
    content: "";
    width: 100%;
    height: 250px;
    background: #f5f5f1;
    position: absolute;
    bottom: 0;
	left:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:500px;
	width:100%;
	margin:0 auto;
}
.carousel-caption {
	margin: 0;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translatex(-50%);
    text-align: left;
    max-width: 1170px;
    width: 100%;
    padding: 0;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: none;
}
.carousel-caption h1 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
    background: rgba(22, 50, 64, 0.9);
    padding: 30px 20px;
    width: 50%;
    float: right;
    text-align: center;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}
@media(min-width:1441px){
	.container_slide{
		padding-left: 5%;
    	padding-right: 5%;
	}
}

.carousel-control{
	display:none;
}

.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center left;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center right;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators {
    text-align: left;
    width: 100%;
    max-width: 1170px;
    margin-left: 0;
    padding-left: 15px;
    left: 50%;
    transform: translatex(-50%);
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 10px 0 0;
	width:11px;
	height:11px;
	border:2px solid #fff;
}

.carousel-indicators li.active{
	border:none;
	background:#F2C122
}
.main-top{
    position:relative;
    margin-top:-158px;
	
	display:none;
}
.main-top .container{
    padding:0;
}
.main-top .row{
    margin:0;
}
.main-top .row > div{
    padding:0;
}
.main-top a{
    position:relative;
    display:block;
    padding:30px 30px;
    font-size:20px;
    text-align: center;
    color:#fff;
    background:#947857;
}
.main-top a:hover{
    background:#b7956e;
}
.main-top a:after{
    content:'';
    display:block;
    width:8px;
    height:20px;
    background:#fff;
    position:absolute;
    right:-4px;
    top:50%;
    transform: translateY(-50%);
    z-index:100;
}
.main-top .col-sm-4:last-child a:after{
    display:none;
}
.main-top a span{
    font-weight:500;
}
.main-top a i{
    display:block;
    margin-bottom:10px;
    font-size:60px;
}
.main-bbs{
    background:#f5f5f1;
}
.main-bbs .container{
    padding:0;
    background:#fff;
}
.main-bbs .container > .row{
    margin:0;
}
.main-bbs .right-con {
    min-height: 490px;
    background: #8d704c;
    padding: 30px 30px;
}
.main-bbs .right-con .page-header {
    border-bottom: none;
}
.main-bbs .right-con .page-header:after {
    content: none;
}
.main-bbs .right-con .page-header h4 a,
.main-bbs .right-con .page-header h4{
    color:#fff;
}

.left-con {
    padding: 30px 40px;
}
.left-con > .row > .col-sm-6 {
    padding: 0 20px;
}
.intro-boardbox {
    padding: 0;
}
.main-bottom{
	padding:10px;
	border-top:1px solid #ddd;
}
.main-bottom a{
	display:block;
}
.owl-nav > div{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	font-size:20px;
	color:#999;
}
.owl-prev{
	left:-40px;
}
.owl-next{
	right:-40px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 35px 0 35px;
    background: #383838;
    color: #999;
    font-size: 13px;
}
.footer_copy ul {
    margin: 5px 0 5px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1.2;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    margin: 0;
    opacity: 0.6;
}
@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{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#fff;
}

.subpage-layout {
    padding-top: 60px;
    padding-bottom: 80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#947857;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}
.snb{
}
.snb > ul{
}
.snb > ul > li {
}
.snb > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
	letter-spacing: -0.03em;
}
.snb > ul > li.active > a:hover,
.snb > ul > li.active > a {
    color: #8d704c;
    font-weight: 500;
    background: #fcf3d3;
}
.snb > ul > li > a:hover{
    background:#f5f5f1;
}
.subpage-content .title {
    margin-bottom: 40px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
.subpage-content .title h3 {
    margin: 0;
	font-weight: 600;
    display: inline-block;
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #222;
}
.breadcrumb{
    float:right;
	margin:15px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#947857;
}

@media (min-width:768px){
	.snb{
		width: 21%;
		padding-right: 30px;
	}
	.subpage-content {
		width: 79%;
	}
}

/*subpage about*/
.logo-wrap{
    padding-top:30px;
    text-align:center;
}
.logo-wrap img{
	width:250px;
}
.logo-wrap .quote {
    margin: 40px 0 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.logo-wrap .small-quote{
	margin:30px auto;
	font-size:18px;
	letter-spacing: -0.02em;
	font-weight:600;
	color:#bc9b6a;
}
.logo-wrap .des {
    color: #585858;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin: 0;
}
.policy-wrap {
    border: 1px solid #e8e8e8;
    padding: 50px 40px;
    border-radius: 3px;
    background: #f8f8f8;
	color: #585858;
    letter-spacing: -0.02em;
}
.subpage .policy-wrap > h4:first-child {
    margin-top: 0;
}
.subpage .policy-wrap h4{
    margin-top:40px;
    text-align:center;
    font-size:22px;
}
.subpage .policy-wrap h5{
    font-size:15px;
	margin-bottom: 10px;
}
.subpage .policy-wrap li{
    margin-bottom:4px;
}
.subpage .policy-wrap li ul {
    padding-left: 1.5em;
    margin: 0.5em 0 1.2em;
}

/*subpage group*/
.group-wrap{
    margin:10px -10px;
}
.group-wrap > div {
    padding: 0 10px;
    margin-bottom: 20px;
}
.group-wrap .card {
    margin: 0;
    padding: 20px;
    min-height: 260px;
    border: none;
    border-top: 2px solid #D9C9B6;
    border-bottom: 1px solid #ddd;
}
.group-wrap .card:after{
    content:'';
    display:block;
    clear:both;
}
.group-wrap  .president{
    padding:0 10px;
}
.group-wrap .president .img-caption {
    color: #222;
}
.group-wrap .president img{
    
    background:#fff;
	/* padding:7px; */
    /* border:1px solid #e8e8e8; */
    /* width:170px; */
	/* border-radius:3px; */
}
.group-wrap h4{
	border-bottom: 1px solid #bc9b6a;
    color: #fff;
    padding: 15px 20px;
    background: #bc9b6a;
    letter-spacing: -0.03em;
}
.group-wrap .card h5 {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #D9C9B6;
    color: #40301C;
    padding: 15px 20px;
    background: #f7f3ee;
    letter-spacing: -0.03em;
}
.group-wrap .card > img{
    float:left;
}
.group-wrap ul {
    float: left;
    margin: 0;
    padding-top: 8px;
    padding-left: 20px;
    width: calc(100% - 100px);
    font-size: 13px;
    letter-spacing: -0.02em;
}
.group-wrap .col-sm-12 .card ul{
    width:auto;
}
.group-wrap ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 80px;
    line-height: 1.3;
    word-break: break-all;
}
.group-wrap ul li span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 80px;
    color: #8d704c;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
}
.group-wrap ul li span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #8d704c;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 2px;
}
.group-wrap .group-top img{
	
}
.group-wrap .group-top li{
	margin-bottom:10px;
	font-size:16px;
}
.group-wrap .group-top .img-caption small{
	display:block;
}
/*subpage business*/
.business-wrap {
    position: relative;
    /* margin: 20px auto; */
    /* width: 800px; */
    height: 370px;
    max-width: 100%;
    background: url(/skin/img/sub/business01.jpg) no-repeat center / cover;
}
#business02 .business-wrap{background-image:url(/skin/img/sub/business02.jpg);}
#business03 .business-wrap{background-image:url(/skin/img/sub/business03.jpg);}
#business04 .business-wrap{background-image:url(/skin/img/sub/business04.jpg);}
.txt-box {
    letter-spacing: -0.03em;
    margin: 30px 0 0;
    padding-left: 6px;
}
.txt-box p {
	margin-bottom:30px;
    font-size: 16px;
    color: #666;
}
.txt-box ul{
	margin:0;
}
.txt-box li {
	margin-bottom:10px;
    font-size: 17px;
    color: #666;
    /* margin: 3px 0;
    padding-left: 15px; */
}
/* .txt-box li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    left: 5px;
    top: 10px;
} */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.dh-board .dhb-txt-box-type-b{
	border: 0;
	background: transparent;
	 transition:all ease 0.3s;
}
 .dh-board .dhb-txt-box-type-b .txt-box-footer{
	display: none;
}
 .dhb-txt-box-type-b-img-layout .thumb-hidden{
	border: 0;
	height: 175px;
	max-height: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
 .dhb-txt-box-type-b-img-layout .thumb-hidden > a{
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100%;
	 margin:0;
}
 .dhb-txt-box-type-b-img-layout .thumb-hidden > a > img{
	display: none;
}

.dh-board .dhb-txt-box-type-b {
    border: 0;
    background: transparent;
    padding: 0 10px;
    margin: 0 0 20px;
}

.dh-board .dhb-txt-box-type-b > .row {
    margin: 0;
    border: 1px solid #ddd;
}

.dh-board .dhb-txt-box-type-b > .row:hover {
    border: 1px solid #8d704c;
}

.dh-board .dhb-txt-box-type-b > .row > div {
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 14px 15px;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 a {
    font-weight: 500;
}


.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #fff;
    color: #8d704c  !important;
    font-weight: 600;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #bbb;
}

#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;
    color: #fff;
}

.dh-view-box.dh-margin-topx2 {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box>.row>.page-header {
    background: #f8f8f8;
    padding: 0;
    margin: 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e8e8e8;
    color: #222;
}
.dh-view-box>.row>.page-header h4 {
    padding: 18px;
    line-height: 1;
    margin: 0;
	font-size: 20px;
    font-weight: 500;
}
.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 8px 15px;
    opacity: 0.6;
    border-bottom: 1px solid #ccc;
}
.dh-board .label{
	background: transparent;
	padding: 0px 5px 0px; 
	font-size: 100%;
}

.dh-board .label-default{color:#777;}
.dh-board .label-danger{color: #f15454;}
.dh-board .label-primary{color: #427afb;}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0 0 10px;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 165px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 16px 16px !important;
	padding: 16px 16px !important;
    font-size: 14px;
    font-weight: 400;
}
div[id^="video"] .dhb-txt-box{
	float:left;
	border:none;
	height:250px;
	padding:0;
	margin:0;
	background:transparent;
}
div[id^="video"] .dhb-txt-box > .dhb-txt-list{
	border:none;
}
div[id^="video"] .dhb-txt-box > .dhb-txt-list,
div[id^="video"] .dhb-txt-box > .dhb-txt-list .row > div{
	width:100%;
	text-align:center;
}
div[id^="video"] .dhb-txt-box > .dhb-txt-list .row > div h5,
div[id^="video"] .dhb-txt-box > .text-right{
	display:none;
}
div[id^="video"] .dhb-txt-box > .dhb-txt-list h4{
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
div[id^="video"]  .dh-margin-top:before{
	content:'';
	display:block;
	clear:both;
}
.dh-vod-thumb .dhb-thumb{
    display:none;
}
.dh-vod-thumb > .btnRead{
    display: block;
    height:175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
div[id^="video"] .dh-board{
    width: 100%;
    margin: 0;
}
.myModal13{
	left:440px!important;
}
@media(min-width:768px){
	div[id^="video"] .dhb-txt-box{
		width:25%;
	}
	.dh-vod-thumb .dhb-thumb{
		display:none;
	}
    .dh-vod-thumb > .btnRead{
        display: block;
        height:175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
    }
    div[id^="video"] .dh-board{
        width: 100%;
        margin: 0;
    }
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:100%;
	}
    .navbar-nav>li{
        width:calc(100% / 7);
    }
}
@media(max-width:767px){
	
	.dh-vod-thumb .dhb-thumb{
		display:none;
	}
    .dh-vod-thumb > .btnRead{
        display: block;
        height:175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
    }
    div[id^="video"] .dh-board{
        width: 100%;
        margin: 0;
    }
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:100%;
	}
}
@media(max-width:767px){
	
}