@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: '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;
}
a,p,li,dl,dt{font-size: 15px;}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
	position: relative;
	background-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 12px;
    color: #111;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top:0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 34px 30px;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		-webkit-text-shadow: none;
		text-shadow: none;
		letter-spacing: -0.03em;
	}
	.navbar-inverse .navbar-nav > li > a span {
		line-height: 0;
	}
  
 	.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: #1657c7;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		left: 50%;
		right: auto;
		padding: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		background-color: #1f53ac;
		box-shadow: none;
		transform: translateX(-50%);
		text-align: center;
	}

	.divider-vertical+li .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}
.dropdown-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-menu > li:first-child{
	border-top: 1px solid #eaeaea;
}

.dropdown-menu > li > a {
    padding: 10px 25px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #1a448c;
    color: #fff;
}
/* login */
.divider-vertical ~ li{
	display: none;
}
.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 #d5d5d5;
    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: #306acc;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #306acc;
    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: #1f53ac;
}
.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;
    }
}

/* 회원가입 */
#joinForm{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

/* 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: #ed1c24;
}
.numbering.circle{
	border-radius:50%;
}
/*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-dash > li:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #999;
    top: 10px;
}
.li-dot > li:before{
	content:"";
	width:3px;
	height:3px;
	background:#999;
	border-radius:50%;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px;
}
.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: 10px;
    color: rgba(31,83,172);
}
.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:#ed1c24;
	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:#ed1c24;
}
.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 #444;
    border-bottom: 2px solid #444;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th, 
.dh-board .table-hover tbody tr td {
    padding: 14px 15px;
    font-size: 15px;
    color: #585858;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}

.dh-board .table-hover .subject strong a {
    font-weight: 400;
    color: #585858;
}

.table-hover>tbody>tr:hover {
    background: #fff;
}

.dh-board .table-hover thead tr th, 
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
}
.table-style {
    margin: 0 0 20px;
    width: 100%;
	border-top: 2px solid #222;
}

.table-style tr th,
.table-style tr td {
	padding: 15px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}
.table-style tr th {
    text-align: center;
	color: #333;
}
.table-style tr td{
    text-align: left;
}
.table-style tr td.text-center{
    text-align: center;
    font-weight: 500;
}
.table-style thead tr th {
    background: #f8f8f8;
    font-weight: 700;
    font-size: 16px;
}

.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 {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#ed1c24;
}
.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 #ed1c24;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:530px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 45%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.carousel-caption h1 {
    margin: 0 0 30px;
    font-size: 57px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: 56px;
    letter-spacing: -0.03em;
}
.carousel-caption h1 span {
    /* text-shadow: 0 0 40px rgba(4, 53, 83, 0.5); */
}
.carousel-caption p span{
	/* text-shadow: 0 0 14px rgba(4, 53, 83, 0.7); */
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5) !important;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.carousel-control.right,
.carousel-control.left{
	display:none;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators{
	left: 50%;
	top: 75%;
	width: 85%;
    max-width: 1170px;
	margin: 0;
    text-align: left;
    transform: translateX(-50%);
}
.carousel-indicators li{
	position: relative;
	margin:0 8px;
	width: 11px;
	height: 11px;
	border: none;
	background: #fff;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: transparent;
	margin: 0 4px;
}
.carousel-indicators li.active{
	margin: -2px 8px;
	width:15px;
	height:15px;
	background: #2d77f7;
	border:none;
	background: #fff;
	margin: 0 4px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    background: #52575b;
    color: #fff;
    font-size: 13px;
}
.footer_copy ul:after{
	content:'';
	display: block;
	clear:both;
}
.footer_copy li{
	position: relative;
	float:left;
	padding-right:10px;
	margin-right:10px;
}
.footer_copy li:after{
	position: absolute;
	left: 100%;
	content:'|';
}
.footer_copy li:last-of-type:after{
	content:"";
	display: none;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:250px;
	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;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top:40px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#ed1c24;
}
.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;
}
@media(max-width:767px){
	
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin: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;
	padding: 0 15px;
}
@media(min-width:767px){
	.intro-board-widget-layout,
	.dh-board,
	.dh-view-box,
	.bbs-list-view-layout + .row,
	#mailForm,
	#insertForm{
		padding: 0;
	}
}

/* 준비중 템플릿 */
.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;
}


/* ---------- 메인 ---------- */

/* 메뉴 상단 버튼 */
#navTop{
	height: 42px;
	background: #28303c;
}
.navTopSession{
	text-align: right;
}
.navTopSession:after{
	content:"";
	display: block;
	clear: both;
}
.navTopSession > a {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
.navTopSession > a:after{
	content:"";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	width: 1px;
	height: 35%;
	background: rgba(255,255,255,0.2);
	transform: translateY(-50%);
}
.navTopSession > a.active{
	float: right;
	background:#1f53ac;
	color: #fff;
	padding: 11px 15px;
}
.navTopSession > a:last-child:after{
	display: none;
}

/* 메인 슬라이드 */
.bx-wrapper{
	max-width: 100% !important;
	width: 100% !important;
	box-shadow: none !important;
	margin: 20px 0 0 !important;
	padding: 0 50px !important;
}
.bx-wrapper .bx-next{
	background: none;
}
.bx-wrapper .bx-next:after{
	font-family: FontAwesome;
	content:"\f133";
	font-size: 32px;
}
.main-logo-slide > a,
.main-logo-slide > div{
	margin: 0 10px !important;
	min-height: 80px;
}
/* .main-logo-slide > div > a{
	display: block;
	width: 100%;
	height: 80px;
} */
.main-logo-slide > div img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 게시판 */
.intro-board-widget-layout{
	width:1170px;
	max-width:100%;
	margin:0 auto;
	padding:70px 0;
}
.intro-widget-layout,
.intro-board-layout{
	float: none;
	width: 100%;
}
.intro-widget-layout:after,
.intro-board-layout:after{
	content:"";
	clear:both;
	display: block;
}
.intro-boardbox .page-header {
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 2px solid #444;
}
.intro-boardbox .page-header h4 {
	margin: 0;
	font-size: 22px;
	letter-spacing: -0.02em;
}
.intro-boardbox .page-header h4 .btn {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    line-height: 1;
    border: none;
    padding: 0;
}
.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.intro-boardbox .page-header h4 .btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 20px;
    background: #5c5c5c;
}
.intro-boardbox .page-header h4 .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #5c5c5c;
}
.intro-boardbox .page-header h4 .btn .fa{
	display: none;
}
.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: 0;
}
.dh-front-list2-words {
	margin: 0 !important;
	border-bottom: 1px solid #e0e0e0;
    padding: 16px 8px;
}
.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #585858;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}
.dh-front-list2 h6 a .list-row-subject{
    display: inline-block; 
    max-width: 70%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}
.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}
.dh-front-list2-words:first-child {
	margin: auto;
}
.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.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;
}
.dh-front-list2-words .label-danger,
.blog-row-subject .label-danger{
	top: 0;
}
@media(min-width:768px){
	.intro-boardbox{
		width:33.3333%;
		max-height: 260px;
		padding-bottom: 35px;
	}
	
}

/* 게시판 상세 */
.dh-view-box>.row>.page-header{
	padding: 0;
	border: none;
}

/* mod-form */
#mod_type_formForm .q_number{
	margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}
#mod_type_formForm .q_number:first-child{
	border-top: 2px solid #1f53ac;
}
#mod_type_formForm .q_number div:first-child{
	width: 15%;
    float: left;
    margin: 10px 0 0;
}
#mod_type_formForm .q_number div:nth-child(2){
	display: none;
}
#mod_type_formForm .q_number div:last-child{
	display: block;
	width: 85%;
    max-width: 935px;
}
#mod_type_formForm .q_number h3{
	margin: 0;
	font-size: 16px;
}
#mod_type_formForm .q_number h3 .fa-square{
	display: none;
}
#mod_type_formForm .q_number textarea,
#mod_type_formForm .q_number input{
	margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
#mod_type_formForm .agree-check{
	background: none;
	border: none;
}
#mod_type_formForm .agree-check .checkbox{
	margin: 0;
	padding: 0;
}
#mod_type_formForm .agree-check .checkbox label{
	padding-left: 85px;
}
#mod_type_formForm .agree-check .checkbox label:last-child{
	display: none;
}
#mod_type_formForm .agree-check h3{
	font-size: 14px;
}
#mod_type_formForm .btn{
	float: none !important;
	padding: 10px 45px;
    background: #1f53ac;
	border-radius: 0;
    color: #fff;
}
#mod_type_formForm .btn:hover,
#mod_type_formForm .btn:focus{
    background: #2d77f7;
}

/* 후원안내 */
.intro-boardbox-8{
	width: 66.6666%;
}
.donate-wrap {
    padding: 40px 35px;
    background: #f6f6f6 url(/skin/img/main/donate-bg.png) no-repeat right bottom;
    min-height: 230px;
}
.donate-wrap > h3 {
    margin: 0;
    font-weight: 600;
    color: #1f53ac;
    font-size: 22px;
    letter-spacing: -0.03em;
}
.donate-wrap ul {
    margin: 18px 0 25px;
    font-size: 17px;
    letter-spacing: -0.02em;
}
.donate-wrap ul li b{
	display: inline-block;
	width: 22%;
}
.donate-wrap .btns a {
    float: left;
    width: calc(50% - 1.5px);
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #1f53ac;
}
.donate-wrap .btns a.active {
    background: #1f53ac;
    color: #fff;
}
.donate-wrap .btns a.active:hover {
    background: #2d77f7;
}
.donate-wrap .btns a:first-child{
	margin-right: 3px;
}

/* 단체소개 */
.intro-board-header{
	border-bottom: none !important;
}
.txt-wrap p{
	margin: 5px 0 0 0;
	font-size: 14px;
	letter-spacing: -0.05em;
	line-height: 1.3;
}
.txt-wrap p span{
	color: #1983c2;
}
.intro-wrap {
    /* padding: 40px 35px; */
	padding: 25px;
	height: 180px;
	background: url(/skin/img/main/main-widget-bg.jpg) no-repeat center center/cover;
    border: 1px solid #d5d5d5;
}
.intro-wrap ul{
	margin: 0;
}
.intro-wrap ul li:first-child{
	margin-bottom: 8px;
}
.intro-wrap ul li > a{
	display: table;
}
.intro-wrap ul li .left,
.intro-wrap ul li .right{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.intro-wrap ul li .left{
    padding: 8px;
	border: 2px solid rgba(255,255,255,0.6);
}
.intro-wrap ul li h4{
	margin: 0;
	font-weight: 300;
	font-size: 17px;
	color: rgba(255,255,255,0.8);
}
.intro-wrap ul li p{
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	color: rgba(255,255,255,0.8);
}
.intro-wrap ul li i{
	margin-left: 8px;
	font-size: 20px;
	color: rgba(0,0,0, 0.4);
}
/*.intro-wrap .txt-box h3 {
    margin: 10px 0 0px;
    white-space: nowrap;
    line-height: 1.4;
    font-size: 21px;
    letter-spacing: -0.02em;
}
.intro-wrap .txt-box h3 span {
    color: #1983c2;
}
.intro-wrap ul{
	margin-bottom:0;
}
.intro-wrap ul li {
    border-bottom: 1px solid #c3c3c3;
    margin-left: 0;
    padding-left: 14px;
}
.intro-wrap ul li:before {
    top: 15px;
}
.intro-wrap ul li:last-child{
	border-bottom: none;
}
.intro-wrap ul li a{
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	font-size: 14px;
	color: #000;
}
.intro-wrap ul li a:hover {
    font-weight: 500;
    color: #1f53ac;
}
.intro-wrap ul li a .fas {
    float: right;
    padding-top: 4px;
    font-size: 10px;
    margin-right: 7px;
    color: #1f53ac;
} */
@media(max-width:768px){
	.intro-boardbox-8{
		width: 100%;
	}
}

/* 갤러리 */
.intro-boardbox:nth-child(4) .page-header{
	border-bottom: none !important;
}
.dh-front-blog>.col-md-4>.thumbnail{
	margin-top: 0;
}

/* 갤러리 메인페이지 썸네일 */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    display: none !important;
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		padding: 0 0 0 15px;
		width: 24.5%;
	}
}

/* ---------- 푸터 ---------- */
.footer-wrap *{
	font-size: 13px;
}
.footer-wrap > div{
	padding:40px 0 ;
}
.footer-wrap ul{
	margin: 0;
}
.footer-wrap ul li {
    opacity: 0.4;
}
.footer-wrap p {
    margin: 8px 0 0;
    text-align: left;
    opacity: 0.3;
}

/* ---------- 서브페이지 ---------- */

/* 서브메뉴 */
.sub-menu ul{
    padding-left:0;
}
.sub-menu ul li {
    letter-spacing: -0.03em;
    font-size: 15px;
}
.sub-menu ul li a {
    display: block;
    padding: 13px 20px;
    color: #222;
    border: 1px solid #ddd;
    border-top: none;
	background:#f8f8f8
}
.sub-menu ul li a:hover {
    background: #edf2f4;
    color: #1f53ac;
    text-decoration: none;
}
.sub-menu ul li a:after {
    content: "\f105";
    float: right;
    font-family: "FontAwesome";
    opacity: 0.8;
}
.sub-menu ul li.active a {
    background: #1f3c67;
    border-color: #1f3c67;
    color: #fff;
}
.sub-menu .left-header {
    border: none;
    background: #306acc;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    height: 130px;
    text-align: center;
    padding: 46px 25px 25px 25px;
    position: relative;
}
.sub-menu .left-header:before {
    content: "";
    width: 120px;
    height: 90px;
    border-right: 60px solid rgba(255, 255, 255, 0.15);
    border-bottom: 45px solid rgba(255, 255, 255, 0.15);
    border-top: 45px solid rgba(0,0,0,0);
    border-left: 60px solid rgba(0,0,0,0);
    right: 0;
    bottom: 0;
    position: absolute;
}
@media (min-width: 768px){
	.sub-menu{
	    width: 23%;
		padding: 0 50px 0 0;	
	}
}

/* 상단 */
.sub-top1 {
    background: url(/skin/img/sub/sub-top1.jpg) no-repeat center center / cover;
    width: 100%;
    height: 250px;
    padding-top: 80px;
    text-align: left;
    color: #fff;
}
.sub-top2 {
    background: url(/skin/img/sub/sub-top2.jpg) no-repeat center center / cover;
    width: 100%;
    height: 250px;
    padding-top: 80px;
    text-align: left;
    color: #fff;
}
.sub-top3 {
    background: url(/skin/img/sub/sub-top3.jpg) no-repeat center center / cover;
    width: 100%;
    height: 250px;
    padding-top: 80px;
    text-align: left;
    color: #fff;
}
.sub-top4 {
    background: url(/skin/img/sub/sub-top4.jpg) no-repeat center center / cover;
    width: 100%;
    height: 250px;
    padding-top: 80px;
    text-align: left;
    color: #fff;
}
.sub-top h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    color: #222;
	letter-spacing: -0.02em;
}
.breadcrumb {
    margin: 0;
    padding: 0;
}
.breadcrumb a {
    font-size: 13px;
    color: #888;
}
.breadcrumb ol{
	margin: 15px 0 0;
}
.breadcrumb li {
    display: inline-block;
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
.breadcrumb li+li:before{
	content: "\276D";
    font-family: 'FontAwesome';
	margin: 0 5px;
}
.breadcrumb li.active{
	color: #306acc;
}

/* 컨텐츠 */
.sub-content {
    padding: 80px 0;
}

.sub-content p,
.sub-content li,
.sub-content dd{
	color:#585858;
	letter-spacing:-0.013em
}

.sub-tit h2 {
    margin: 0 0 20px;
    font-size: 32px;
}

.sub-tit h2 + hr {
    border-color: #ccc;
    margin: 20px 0 35px;
}

/* about1 */
.about1 .sec1 h3 {
    margin-bottom: 50px;
    padding: 30px;
    text-align: center;
    font-size: 28px;
    color: #333;
    border: 3px solid #eee;
    letter-spacing: -0.02em;
    position: relative;
    background: #fafafa;
}

.about1 .sec1 h3:before {
	content: "";
	width: 30px;
	height: 30px;
	border-top: 15px solid #66bb75;
	border-left: 15px solid #37b34e;
	border-right: 15px solid rgba(0,0,0,0);
	border-bottom: 15px solid rgba(0,0,0,0);
	position: absolute;
	left: -7px;
	top: -7px;
}

.about1 .sec1 h3:after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 15px solid #4f80d3;
    border-right: 15px solid #1f53ac;
    border-left: 15px solid rgba(0,0,0,0);
    border-top: 15px solid rgba(0,0,0,0);
    position: absolute;
    right: -7px;
    bottom: -7px;
}

.about1 .sub-content p {
    margin-bottom: 20px;
}
.about1 .sec1 .name {
    text-align: right;
    margin-bottom: 0;
    font-size: 20px;
    color: #333;
}

/* about2 */
.about2 .table-style {
    border-top: none;
}
.about2 .table-style th {
    color: #306acc;
    font-size: 26px;
    vertical-align: top !important;
    text-align: left;
    padding-top: 20px !important;
}

.about2 .table-style td {
    padding: 30px 12px 20px 50px !important;
}
.about2 .table-style th,
.about2 .table-style td {
    border-bottom: 1px dashed #ddd !important;
}
.about2 dl dt {
    float: left;
    width: 10%;
    font-weight: 500;
    font-size: 15px;
	line-height: 1.4;
    color: #000;
}
.about2 dl dd {
    float: left;
    width: 90%;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* about4 */
.about4 table{
    margin: 0 0 60px;
}

/* business1 */
.business1 .sec1 h3 {
    font-size: 28px;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: 400;
    padding: 70px 45px;
    background: #f5f5f5 url(/skin/img/sub/business1-info-bg.png) no-repeat right bottom;
    margin: 0;
}
.business1 .sec1 h3 b {
    color: #306acc;
    font-weight: 400;
    display: block;
}
.business1 .sec1 .txt{
	margin-top: 30px;
}

.business1 .sec1 .txt p {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #444;
    line-height: 1.8;
}

.business1 .sec1 .txt .name{
	text-align: right;
}

/* business2 */
.business2 .sec1 .sub-info {
    margin: 0 0 30px;
    padding: 70px 45px;
    background: #f3f3f3 url(/skin/img/sub/business2-info-bg.png) no-repeat right bottom;
    font-size: 28px;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: 400;
}
.business2 .sec1 .sub-info b {
    color: #306acc;
    font-weight: 400;
}
.business2 .sec1 .item-inner {
    margin-bottom: 30px;
    padding: 40px 30px;
    height: 290px;
    border: 1px solid #ddd;
}
.business2 .sec1 .item-inner ul li {
    line-height: 1.45;
    margin-left: 14px;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    color: #444;
}
.business2 .sec1 .item-inner h3 {
    margin: 0 -5px 12px;
    font-size: 23px;
    line-height: 1;
    color: #222;
    letter-spacing: -0.02em;
}
.business2 .sec1 .item-inner h3 span {
    position: relative;
    top: -2px;
    margin-right: 2px;
    font-size: 15px;
    background: #37b34e;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}


/* donate1 */
.donate1 h3 {
    position: relative;
    margin: 50px 0px 15px;
    padding-left: 28px;
    font-size: 25px;
    line-height: 1;
    color: #222;
    letter-spacing: -0.02em;
}
.donate1 h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 8px solid #37b34e;
    border-left-color: #64ca77;
}
.donate1 h4 {
    margin: 25px 0 13px;
    color: #306acc;
    letter-spacing: -0.01em;
}
.donate1 .item1 p {
    padding: 30px;
    border: 3px solid #eee;
    text-align: center;
    margin-bottom: 30px;
}
.donate1 .item1 p > a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #306acc;
    border-radius: 3px;
    color: #fff;
}
.donate1 .item1 p > a:hover {
    background: #1f53ac;
}
.donate1 .item2 .row {
    margin: 0;
    padding: 30px 15px;
    border: 3px solid #eee;
    background: url(/skin/img/main/donate-bg.png) no-repeat right bottom;
    text-align: center;
}
.donate1 .item2 .col-sm-8{
	padding-top: 30px;
	text-align: center;
}
.donate1 .item2 p {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    color: #1f53ac;
}
.donate1 .item2 ul {
    margin-bottom: 0;
}
.donate1 .item2 li {
    color: #333;
}
.donate1 .item2 ul li b {
    color: #000;
    font-weight: 500;
}
.donate1 .item2 ul li.info {
    margin: 15px 0 5px;
    font-size: 14px;
    color: #6a7c9a;
}
.donate1 .item3 p {
    padding: 30px;
    border: 1px solid #ddd;
    background: #fafafa;
}
.donate1 .item4 p{
}
.donate1 .item4 span{
	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 #306acc;
    background: #306acc !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

button#btnNew {
    background: #444;
    border: 1px solid #444 !important;
    color: #fff;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #444;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 18px 15px;
	background:#f5f5f5;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 23px;
    color: #333;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    color: #999;
}

.dh-view-box>.row>.dh-view-info strong {
    color: #999 !important;
}



.dh-board table th.hits,
.dh-board table td.hits{
	display: none;
}


/* 서브페이지 갤러리 */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 18px0px;
	height: 180px;
	max-height: 180px;
	box-shadow: none;
	border: 1px solid #ddd;
}

.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 {
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top:10px!important;
	text-align: center;
	font-size:15px!important;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: 400;
}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
