@charset "utf-8";
@import url(/skin/notokr/notokr.css);

.navbar ~ br, .topmarginLay_a, .footer-social-layout, .divider-vertical, .divider-vertical+li, .divider-vertical+li+li {
    display: none;
}

.body-layout {
    font-family: 'notokr', sans-serif;
	padding-top: 112px;
}

.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#navbar-top{background:#454545}
#navbar-top .navbar-top-menu{display:block;margin:0;padding:0}
#navbar-top .navbar-top-menu>li{list-style:none;display:block;float:left;border-left:1px solid #585858;color:#eee;}
#navbar-top .navbar-top-menu>li:last-child{border-right:1px solid #585858;}
#navbar-top .navbar-top-menu>li.active{background-color:#FFF;color:#454545;}
#navbar-top .navbar-top-menu>li>a{padding:7px 15px;display:block;color:inherit;font-size:13px;font-weight:400;}
#navbar-top .navbar-top-menu>li>a,#navbar-top .navbar-top-menu>li>a:hover,#navbar-top .navbar-top-menu>li>a:focus{text-decoration:none;}
#navbar-top .navbar-top-menu>#navHomeBtn{background-color:rgba(0,0,0,.5);}
#navbar-top .navbar-top-menu>#navHomeBtn>a{padding-left:12px;padding-right:12px}
@media (min-width:768px){
	#navbar-top .navbar-top-menu>li>a{padding:7px 25px;}
	#navbar-top .navbar-top-menu.pull-right>li>a{padding:7px 15px;}
	#navbar-top .navbar-top-menu.pull-right>li>a>span{margin-left:3px;}
}
@media (max-width:767px){
	#navbar-top>.container{padding-left:0;padding-right:0;}
	#navbar-top .navbar-top-menu.pull-right>li>a>span{display:none;}
}

.navbar-inverse > .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-inverse .navbar-brand {
    padding: 10px 15px;
}

.navbar-inverse .navbar-brand img {
    margin: 0px -5px 0 0;
    height: 45px;
    /* height: 40px; */
    float: left;
}

.navbar-inverse .navbar-brand span {
    float: left;
    /* line-height: 1; */
    color: #000;
    /* font-size: 24px; */
    font-weight: 700;
	letter-spacing: -.1em;
    /* margin-top: 9px; */
    font-size: 22px;
    margin: 12px 0 0 12px;
}

.navbar-inverse .navbar-brand span > small {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #888;
    /* display: block; */
	display: none;
    margin: 1px 0 5px;
    letter-spacing: 0.15em;
    text-indent: 0.075em;
}

.navbar-inverse .divider-vertical {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    color: #000;
    font-weight: 600;
    letter-spacing: -.03em;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        line-height: 42px;
    }
    
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li.open > a,
	.navbar-inverse .navbar-nav > li.open > a:hover,
	.navbar-inverse .navbar-nav > li.open > a:focus {
        background: none;
        color: #007FB1;
    }
	
	.navbar-nav .dropdown-menu {
		border-radius: 4px !important;
		padding: 10px 0;
	}
	
	.navbar-nav .dropdown-menu > li > a {
		padding: 5px 20px;
	}
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
    
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.container_slide .carousel-caption {
    padding: 0;
    top: 50%;
    bottom: auto;
/*     margin: -100px 0 0; */
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
		width: 750px;
		text-align: center;
		transform: translateY(-50%);
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fill {
		height: 550px;
	}
	.container_slide .carousel-caption h1,
	.container_slide .carousel-caption p {
		animation-fill-mode: both;
		animation-duration: 1s;
	}
	
	.container_slide .carousel-caption h1 {
		animation-name: fadeInLeft;
	}
	
	.container_slide .carousel-caption p {
		animation-name: fadeIn;
		animation-delay: .5s;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption {
		width: 970px;
	}
	.container_slide .carousel-caption h1 {
    font-size: 48px;
    margin: 0;
}
	.container_slide .carousel-caption p {
    font-size: 15px;
    letter-spacing: -0.04em;
    margin: 0;
}
}

@media (min-width: 1200px) {
	.container_slide .carousel-caption {
		width: 1170px;
	}
}

.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-shadow: none;
	opacity: 1;
	line-height: 1.2;
	display: block;
	color: #000;
}

.container_slide .carousel-caption h1 span {
	letter-spacing: -0.1em;
	font-weight: 300;
}

.container_slide .carousel-caption h1 span strong {
    color: #d92929;
}

.container_slide .carousel-caption p span {
	margin-top: 20px;
	line-height: 1.8;
	opacity: .75;
}

.carousel-indicators {
    margin-bottom: 0;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	margin: 3px 5px;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	margin: 3px 5px;
	border-radius: 50%;
	background-color: transparent;
}

.carousel-indicators .active::after {
    content: '';
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.container_slide .carousel-control > .glyphicon {
	display: none;
}

/* Main */
.container_contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
}

.intro-board-widget-layout {
	margin: 0;
}

/* @media (min-width: 768px) { .intro-board-widget-layout { width: 750px }}
@media (min-width: 992px) { .intro-board-widget-layout { width: 970px }}
@media (min-width: 1200px) { .intro-board-widget-layout { width: 1170px }} */

.intro-board-layout, .intro-widget-layout {
	width: 100%;
	margin: 0 auto;
	float: none;
}

.intro-board-layout::after, .intro-widget-layout::after {
	content: ' ';
	display: table;
	clear: both;
}

@media (min-width: 768px) { .intro-board-layout, .intro-widget-layout { width: 780px }}
@media (min-width: 992px) { .intro-board-layout, .intro-widget-layout { width: 1000px }}
@media (min-width: 1200px) { .intro-board-layout, .intro-widget-layout { width: 1200px }}

@media (min-width: 992px) {
	.intro-boardbox-6 {
		width: calc(100% - 350px);
	}
	
	.intro-boardbox-0 {
		width: 350px;
	}
}

/* Footer */
.footer_copy .text-center {
    background-color: #343434;
    font-size: 12px;
    padding: 15px 0 5px;
    margin: 0;
}
.footer_copy .wrap-footer {
    width: 100%;
    max-width: 1170px;
    color: #aaa;
    margin: 0 auto;
    font-size: 12px;
    text-align: -webkit-auto;
    font-weight: 300;
}
.footer_copy address {
    margin: 0;
    line-height: 1.6;
}
.footer_copy address strong {
    color: #ccc !important;
    font-weight: 500;
}
.footer_copy address .copyrights {
    color: #ccc;
}

/* 서브 페이지 영역 */
.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
}
.sub .header {
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	color: #fff;
}

.sub .header.visual1{background-image:url(/skin/img/sub/visual1.jpg)}
.sub .header.visual2{background-image:url(/skin/img/sub/visual2.jpg)}
.sub .header.visual3{background-image:url(/skin/img/sub/visual3.jpg)}
.sub .header.visual4{background-image:url(/skin/img/sub/visual4.jpg)}
.sub .header.visual5{background-image:url(/skin/img/sub/visual5.jpg)}

.sub .header.visual0{background:#fff;color:#000}

.sub .header .container {
	position: relative;
	height: inherit;
}

.sub .header .breadcrumb {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	margin: 0;
	padding: 0;
}

.sub .header .breadcrumb > li:nth-of-type(1)::before {
	font-family: FontAwesome;
	content: '\f015';
}
.sub .header .breadcrumb > li {
    color: #e1e1e1;
    font-size: 12px;
    font-weight: 400;
}
.sub .header .breadcrumb > li+li::before {
	content: '·';
	padding: 0 10px;
	color: #888;
	font-weight: 900;
}

.sub .header .breadcrumb > li:nth-last-of-type(1) {
	font-weight: 600;
}

.sub .header .tit {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
}
.sub .header .tit p {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.03em;
}
.sub .header .tit p > small {
	font-size: 16px;
	font-weight: 400;
	opacity: .75;
	letter-spacing: -.015em;
	display: block;
}
.snb p {
    line-height: 1;
    color: #0c4190;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 24px 0;
    border-bottom: 2px solid #0c4190;
}
.snb ul {
    margin: 0 0 30px;
    padding: 0;
}

.snb ul li {
    list-style: none;
    display: block;
}
.snb ul li > a {
    display: block;
    padding: 16px 16px;
    color: #666;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
}

.snb ul li.active > a {
    color: #0c4190;
    font-weight: 600;
    position: relative;
}
.snb ul li.active > a:before {
    content: "\f054";
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
}
/* @media (min-width: 992px) {
	.snb {
		width: 220px;
	}
	
	.content-inner {
		width: calc(100% - 220px);
		padding-left: 45px;
	}
} */

.content-inner h4 {
    margin: 40px 0 20px;
    color: #222;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.content-inner h5 {
    margin: 0 0 24px;
    padding-top: 12px;
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #444;
    position: relative;
}
.content-inner h5:before {
    content: "";
    background: #444;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.content-inner p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    word-break: keep-all;
    margin: 0 0 20px;
}
.content-inner ul.ul {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}

.content-inner ul.ul > li {
	list-style: none;
	color: #555;
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 1.6;
	word-break: keep-all;
	margin: 0;
	position: relative;
}
.content-inner ul.ul > li::before {
    position: absolute;
    left: -15px;
    top: -9px;
    content: '·';
    font-weight: 900;
    color: #c1c1c1;
    font-size: 24px;
}

.content-inner #greetings .text-right {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
}

#business .content-inner .con1 > .row > div[class^=col] {
    text-align: center;
}

#business .content-inner .con1 > .row > div[class^=col] > .text-left {
    display: inline-block;
    margin: 0 0 15px;
}

.content-inner .page-header {
    margin: 0 0 48px;
    padding: 24px 0;
    border-bottom: 1px solid #d1d1d1;
}
.content-inner .page-header h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.04em;
}
.content-inner .page-header h3 small {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.btn, .input-group, .btn-group {
	border-radius: 0;
}
.btn.btn-outline {
    border: 2px solid #0c4190;
    border-radius: 4px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0c4190;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 32px;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background-color: #0c4190;
	color: #fff;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
}
.nav-tabs>li>a {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
    min-width: 160px;
    background: #f1f1f1;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: #e1e1e1;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #0c4190;
}

#timeline{position:relative;height:100%;padding-top:100px}
#timeline::before{content:' ';width:1px;height:100%;background-color:#dce4ec;display:block;position:absolute;left:50%;top:0}
#timeline::after{content:' ';width:20px;height:20px;background:#0c4190;background:-moz-linear-gradient(left,#08c0cc 0%,#0c4190 100%);background:-webkit-linear-gradient(left,#08c0cc 0%,#0c4190 100%);background:linear-gradient(to right bottom,#08c0cc 0%,#0c4190 100%);display:block;position:absolute;left:50%;top:0;border-radius:50%;margin-left:-10px;box-shadow:0 10px 10px rgba(0,0,0,0.15)}
#timeline dl{float:left;width:50%;margin:0 0 20px;padding:20px 30px;position:relative;animation-duration:1s;animation-fill-mode:both;}
#timeline dl:nth-child(odd){text-align:right;animation-name:fadeInLeft}
#timeline dl:nth-child(even){text-align:left;margin-top:13%;animation-name:fadeInRight}
#timeline dl:nth-child(odd):before{content:"";width:13px;height:13px;position:absolute;right:-6px;top:40px;background:#fff;border:2px solid #0c4190;border-radius:50%}
#timeline dl:nth-child(even):before{content:"";width:13px;height:13px;position:absolute;left:-6px;top:40px;background:#fff;border:2px solid #0c4190;border-radius:50%}
#timeline dl dt{font-size:35px;letter-spacing:-.03em;color:#0c4190;font-weight:400;margin-bottom:10px;margin-left:5px;margin-right:5px;}
#timeline dl dd{font-weight:400;letter-spacing:-.03em;color:#555;font-size:16px}
#timeline dl dd strong{margin:0 5px}
#timeline dl dd ul{margin:0;padding:0;}
#timeline dl dd ul li{list-style:none;word-break:break-word;margin:0 0 10px;line-height:1.8}
/* #timeline dl:nth-child(even) dd ul{padding-left:35px}
#timeline dl:nth-child(even) dd ul li{text-indent:-30px}
#timeline dl:nth-child(odd) dd ul{padding-right:35px}
#timeline dl:nth-child(odd) dd ul li strong{position:absolute;right:30px;}
#timeline dl:nth-last-of-type(1){margin-bottom:0;animation:none;} */
#timeline dl:nth-last-of-type(1)::after {content: '';position: absolute;right: -4px;bottom: 0;width: 7px;height: 7px;background-color: #0c4190;border-radius: 50%;}
@media (max-width: 767px) {
	#timeline{padding-top: 50px;}
	#timeline::before{left:15px;}
	#timeline::after{left:15px;}
	#timeline dl{width:100%;}
	#timeline dl dt{font-size:24px;}
	#timeline dl dd{font-size:14px;word-break:keep-all}
	#timeline dl:nth-child(odd) {text-align:left;}
	#timeline dl:nth-child(odd):before,
	#timeline dl:nth-child(even):before{right:auto;left:9px;top:30px;}
	#timeline dl:nth-child(even){margin-top:0}
	#timeline dl:nth-child(odd) dd ul{padding-left:35px}
	#timeline dl:nth-child(odd) dd ul li{text-indent:-30px}
	#timeline dl:nth-child(odd) dd ul li strong{position:relative;right:auto;}
	#timeline dl:nth-last-of-type(1)::after{right:auto;left: 12px;bottom: -1px;}
}

.gov_list {
    margin: 0 0 30px;
    padding: 0;
}

.gov_list::after {
    content: ' ';
    display: table;
    clear: both;
}

.gov_list > li {
    list-style: none;
    width: calc(100% / 8);
    float: left;
}

.client {
	magin: 0 0 30px;
	padding: 0;
}

.client::after {
	content: ' ';
	display: table;
	clear: both;
}

.client > li {
	list-style: none;
	width: calc(100% / 5);
	float: left;
}

.table-style {
    width: 100%;
    border-top: 2px solid #000;
}
.table-style thead tr th, .table-style tbody tr th, .table-style tbody tr td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 20px 16px 13px;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.table-style thead tr th, .table-style tbody tr th {
    background: #f8f8f8;
    color: #222;
    font-weight: 500;
}
.dh-board > .table-hover {
    border-top: 2px solid #000;
    border-bottom: 2px solid #c1c1c1;
    margin: 0 0 40px;
}
.dh-board > .table-hover a {
    font-weight: 500;
}
.dh-view-box {
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border: none;
    border-top: 2px solid #000;
    margin: 0;
    padding: 18px 20px 15px;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
	font-size: 22px;
}
.dh-view-box .dh-attach+div {
	padding: 20px 20px !important;
}

.intro-boardbox .page-header {
	border-bottom: 0;
	margin-bottom: 10px;
}

.intro-boardbox .page-header h4 {
    color: #222;
	margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 0;
    width: 11px;
    height: 11px;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(/skin/img/default/main-btn.png) no-repeat left top;
    margin-top: -5px;
    float: none !important;
    margin-left: 7px;
}

.intro-boardbox .page-header h4 .btn .fa {
	display: none;
}

.intro-boardbox .dh-front-list2 {
	margin-left: 0;
	margin-right: 0;
}

.intro-boardbox .dh-front-list2 .front-panel {
	padding: 0;
}

.front-panel>.panel {
	margin: 0;
    padding: 0;
    border: 0;
    background: #FFF;
	border: 1px solid #dedede;
}

.front-panel>.panel .panel-body {
	padding: 10px 25px;
}

.dh-front-list2-words:first-child {
	margin: 0;
}

.dh-front-list2-words {
	margin: 0;
	padding: 15px 0;
/* 	border: 1px solid #dedede; */
	position: relative;
	z-index: 2;
}

.dh-front-list2-words+.dh-front-list2-words {
/* 	margin-top: -1px; */
	border-top: 1px solid #eee !important;
}

.dh-front-list2 h5 {
	border-top: 0;
	margin-bottom: 0;
}

.dh-front-list2-words:hover {
	border-color: #007FB1;
	z-index: 3;
}

.dh-front-list2-words * {
	text-decoration: none !important;
}

.intro-board-layout .dh-front-list2-words h6 {
/*     padding: 0 0 10px !important; */
	padding: 0 !important;
}
.intro-board-layout .dh-front-list2-words h5.list-row-contents {
	display: none;
}
.intro-board-layout .dh-front-list2-words h6 a, .intro-board-layout .dh-front-list2-words h6 a span {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}
.intro-board-layout .dh-front-list2-words h6 .label {color: #007FB1 !important; background-color: transparent;}
.intro-board-layout .dh-front-list2-words:hover h6 .list-row-subject {color: #007FB1 !important;}
.intro-board-layout .dh-front-list2-words h5 {
    border-top: none !important;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.intro-board-layout .dh-front-list2-words h5, .intro-board-layout .dh-front-list2-words h5 a, .intro-board-layout .dh-front-list2-words h5 p, .intro-board-layout .dh-front-list2-words h5 span {
    font-size: 13px !important;
    font-weight: 300;
    line-height: 1.6;
    text-decoration: none !important;
    letter-spacing: -0.02em;
    color: #666 !important;
}
.intro-board-layout .dh-front-list2-words h5 a {text-indent:-2px;display:block;line-height:1;}
.list-row-contents {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.list-row-regdate {float: right; font-size: 13px !important; font-weight: 400 !important; color: #999 !important;}
.row-separator{display:none;}

.intro-boardbox-0 ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.intro-boardbox-0 ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 2;
    border: 1px solid #dedede;
}

.intro-boardbox-0 ul li+li {
    margin-top: -1px;
}

.intro-boardbox-0 ul li > a {
    display: block;
    padding: 0;
    color: #333;
    text-decoration: none !important;
}

.intro-boardbox-0 ul li > ul {
	font-size: 0;
}

.intro-boardbox-0 ul li > ul > li {
    border: 0 !important;
    display: block;
    width: 50%;
    float: left;
}

.intro-boardbox-0 ul li > ul > li a img {
	margin: 0 auto;
}

.intro-boardbox-0 ul li > ul > li+li {
	border-left: 1px solid #dedede !important;
	margin-top: 0;
}

.main-about {
	position: relative;
	overflow: hidden;
	padding: 20px 20px;
}

.main-about3 {
	
}

.main-about > .fa {
	position: absolute;
    right: 10px;
    font-size: 150px;
    top: -20px;
    opacity: .1;
	color: #007FB1;
}

.main-about h5 {
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -.04em;
}

.main-about p {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #777;
    line-height: 20px;
    margin-bottom: 0;
}

.main-about p > img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -3px;
}

.intro-widget-layout {
	margin-top: 30px;
	margin-bottom: 50px;
}

.intro-widgetbox {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 0;
}

.intro-widgetBoardbox {
	border: none;
	margin: 0;
	background: none !important;
}

.intro-widgetBoardbox>a {
	display: inline-block;
	padding: 0 0 9px;
    margin-bottom: 10px;
	background: none;
	border: none;
	text-decoration: none !important;
}
.intro-widgetBoardbox > a:hover {
	border: none !important;
	padding: 0 0 9px;
}

.intro-widgetBoardbox>a>h5 {
    color: #222;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.intro-widgetBoardbox>a>h5>i.fa {
	padding: 0;
    width: 11px;
    height: 11px;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(/skin/img/default/main-btn.png) no-repeat left top;
    /* margin-top: -5px; */
    float: none !important;
    margin-left: 7px;
    display: inline-block;
    vertical-align: 4px;
}

.intro-widgetBoardbox>a>h5>i.fa::before {
	content: '';
}

.intro-widget-list-box {
	margin-left: -15px;
	margin-right: -15px;
}

.intro-widget-list-box>ul {
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
}

.intro-blog1-list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.intro-blog1-list {
		width: 33.3333333%;
	}	
}

.intro-blog1-list > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.widgetBlogBox1 {
	cursor: pointer;
	height: auto;
	padding-bottom: 62.5%;
	border: 1px solid #dedede;
	border-bottom: 0;
}

.blog2Text {
	display: block;
	border: 1px solid #dedede;
	text-decoration: none !important;
	background-color: #fff;
	color: #666 !important;
	padding: 12px 20px;
	font-weight: 400;
	letter-spacing: -.03em;
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 16px;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	font-size: 14px;
	display: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	height: auto;
	min-height: auto;
    max-height: none;
    margin-bottom: 10px;
	/*padding-bottom: 62.5%;*/
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	display: block;
	margin: 0;
	position: relative;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead .dhb-thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: none;
    border: 0;
    padding: 0 15px;
}

.bbs-blog2-index-layout .dh-board {
    margin-left: -15px;
    margin-right: -15px;
}

.dhb-txt-box-type-b-text-layout h4 {
    margin: 0 0 30px;
    /* font-weight: 400; */
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 400;
    letter-spacing: -.03em;
}

@media (min-width: 768px) {
	.bbs-blog2-index-layout .dh-board .dhb-txt-box-type-b {
		width: 33.3333333%;
	}
}

.bbs-blog2-index-layout .dh-board .dh-margin-top {
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0;
}

.join-view-layout, .login-layout {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 2019-03-21 */
.intro-boardbox-6 .front-panel .panel-body {
	min-height: 160px;
}

.intro-widget-list-box > ul > div:nth-of-type(n+4) {
    display: none;
}

/* 2019-03-22 */
.sub-layout > .dh-alert.text-center {
    margin: 150px auto 50px;
    padding: 25vh 0;
    max-width: 1110px;
    background-color: #f3f3f3;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #666;
}

.join-layout {
    padding: 0 15px;
    max-width: 1170px;
    margin: 50px auto 0;
}

/* 2019-04-01 */
.dh-board .table.table-hover tbody tr td.subject > small > .label.label-primary {
	display: none;
}

.dh-board .table.table-hover tbody tr td.subject > small > .label.label-danger {
	background: none;
    color: #d9534f;
    font-weight: 900;
    vertical-align: 3px;
}

.bbs-list-view-layout+.row {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
}

.dh-comments div.panel-body {
	font-size: inherit;
}

.table.table-hover td.subject {position: relative;}
.table.table-hover td.subject > strong {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table.table-hover td.subject > strong > a {
    display: inline-block;
    line-height: 1;
    max-width: 702px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table.table-hover td.subject > a small {
    top: 21px;
    position: absolute;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 230px;
	height: 230px;
	max-height: 230px;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);*/
	/*-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);*/
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}

.table.table-bordered.table-org {
    border: 2px solid #ddd;
}

.table.table-bordered.table-org thead tr th {
    background-color: #efefef;
}

.table.table-bordered.table-org th, .table.table-bordered.table-org td {
    text-align: center;
    padding: 8px 5px;
}

.table.table-bordered.table-org thead tr > th:nth-of-type(3),
.table.table-bordered.table-org tbody tr > td:nth-of-type(3) {
    border-right: 2px solid #ddd;
}

.table.table-bordered.table-org tbody tr > td:nth-of-type(2),
.table.table-bordered.table-org tbody tr > td:nth-of-type(5) {
    font-weight: 600;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-brand img {
        height: 32px;
    }
    .navbar-inverse .navbar-brand span {
        margin: 3px 0 0 8px;
        font-size: 16px;
    }
}