@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important; padding-top: 90px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', '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;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
	background-color: #fff;
	/* padding-top: 12px; */
	/* padding-bottom: 12px; */
	border-bottom: 0;
}
.navbar-header{
	margin-top: 28px;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    vertical-align: bottom;
    font-size: 20px;
	margin-left: 0 !important;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.navbar-nav>li {
    margin-left: 5px;
}
.navbar-nav.nav-bottom > li > a:hover {
    color: #0e0e9f;
    background: #e7e9ed;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 32px 25px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #0e0e9f;
    /* background-color: #ffffff; */
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 13px 15px;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.034em;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.nav.navbar-nav li .dropdown-menu li:last-child a{
	border-bottom: none;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
	background: #374aa4;
	color: #fff;
}

.navbar-nav.nav-bottom + .navbar-right{
	margin-top: 4px;
	margin-right: 20px;
}
.navbar-right {
    margin-top: 14px;
}
.nav-stacked>li+li {
    margin-top: 0;
}
.navbar-nav.nav-bottom > li a{

background: #f5f5f5;

border-radius: 50%;

width: 64px;

height: 64px;

padding: 15px 0;
}
.navbar-nav.nav-bottom > li > a{
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
}
.navbar-nav.nav-bottom > li > a > .fa{

font-size: 15px;
}

@media (max-width: 767px){
	.navbar.navbar-inverse{
		padding-bottom: 20px;
	}
	.navbar-inverse .navbar-toggle{
		margin-top: 0;
		background: #191a92;
    	border-color: #191a92;
	}
	.navbar-inverse .navbar-toggle:hover{
		background: #191a92;
    	border-color: #191a92;
	}
	.navbar-header .navbar-brand{
		margin-left: 15px !important;
	}
	.navbar-inverse .navbar-collapse .nav-bottom{
		text-align: center;
	}
	.navbar-inverse .navbar-collapse .nav-bottom li{
		display: inline-block;
	}
	.navbar-nav.nav-bottom + .navbar-right{
		margin: 0;
	}
	.nav.navbar-nav > li > a{
		text-align: center;
		padding: 15px;
	}
	.nav.navbar-nav li .dropdown-menu{
		transform: translateX(0);
	}
	.nav.navbar-nav li .dropdown-menu li a{
		font-size: 12px;
		text-align: center;
	}
	.nav.navbar-nav > li:hover > a, .nav.navbar-nav > li.open > a, .nav.navbar-nav > li:focus > a{
		background: none;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.navbar-nav.nav-bottom + .navbar-right{
		margin-right: 0;
	}
	.body-layout{
		padding-top: 166px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

	.body-layout{
		padding-top: 149px;
	}
}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide{
	width: 100%;
	padding: 0;
}
.fill{
	height: 600px;
}
.carousel-inner .item > .fill{position: relative;}
.carousel-inner .item > .fill:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}
.carousel-inner .item .carousel-caption{
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	z-index: 2;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    text-align: center;
}
.carousel-inner .item .carousel-caption h1{
	font-size: 62px;
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-inner .item .carousel-caption h1:after{
	content: '';
	display: block;
	width: 170px;
	height: 1px;
	background: #fff;
	margin: 30px auto;
	z-index: 20;
}
.carousel-inner .item .carousel-caption p{
	font-size: 22px;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
.carousel-inner .item .carousel-caption p span .quote{
	font-style: italic;
	margin-top: 10px;
	display: block;
	font-size: 22px;
}
@media (max-width: 767px){
.fill {
    height: 370px;
}
	.carousel-inner .item .carousel-caption h1{
		font-size: 22px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 14px;
	}
	.carousel-inner .item .carousel-caption p span .quote{
		font-size: 12px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.fill{
		400px;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 15px;
	}
	.carousel-inner .item .carousel-caption p span .quote{
		font-size: 14px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.fill{
		450px;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 28px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 18px;
	}
	.carousel-inner .item .carousel-caption p span .quote{
		font-size: 16px;
	}
}
@media (min-width: 1200px){

}

/* //슬라이드 영역 */

/* 메인 중단영역 */

.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12, .mainPage{
	width: 100%;
	margin: 0;
	padding: 0;
}
.mobile-btn-layout-container{
	display: none;
}
/*
@media(min-width: 992px){
	.mainPage .row > .col-xs-12{
		width: 20%;
	}
}
*/
.mainPage{
	padding: 20px 0;
}

.mainPage .row{
	margin-left: -5px;
	margin-right: -5px;
}
/*
.mainPage .row .col-xs-12{
	padding-left: 5px;
	padding-right: 5px;
}
*/
.mainPage .row .col-xs-12{
	width: 20%;
}
.mainPage .col-xs-12 .thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
	width: 300px;
	height: 300px;
	transition: all .4s ease;
	margin: 0 auto;
}

.mainPage .col-xs-12:nth-child(1) .thumbnail{
	background: url('/skin/img/main/main01.jpg') no-repeat;
	background-size: 100%;
	background-position: center;
}

.mainPage .col-xs-12:nth-child(2) .thumbnail{
	background: url('/skin/img/main/main02.jpg') no-repeat;
	background-size: 100%;
	background-position: center;
}
.mainPage .col-xs-12:nth-child(3) .thumbnail{
	background: url('/skin/img/main/main03.jpg') no-repeat;
	background-size: 100%;
	background-position: center;
}
.mainPage .col-xs-12:nth-child(4) .thumbnail{
	background: url('/skin/img/main/main04.jpg') no-repeat;
	background-size: 100%;
	background-position: center;
}
.mainPage .col-xs-12:nth-child(5) .thumbnail{
	background: url('/skin/img/main/main05.jpg') no-repeat;
	background-size: 100%;
	background-position: center;
}
.mainPage .col-xs-12 .thumbnail:hover{
	background-size: 120%;
	text-decoration: none;
}
.mainPage .col-xs-12 .thumbnail > .caption{
	background: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 130px;
	text-align: center;
}
.mainPage .col-xs-12 .thumbnail > .caption h4{
	margin: 0;
	font-size: 20px;
	letter-spacing: -0.034em;
	font-weight: 400;
	line-height: 1.5em;
}

@media (max-width: 767px){
	.mainPage{
		padding: 50px 0;
	}
	.mainPage > .container{
		width: 100%;
	}
	.mainPage .row .col-xs-12{
		width: 100%;
	}
	.mainPage .col-xs-12 .thumbnail{
		width: 100%;
		height: 270px;
		margin-bottom: 30px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption{
		padding-top: 110px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

	.mainPage > .container .row{
		text-align: center;
	}
	.mainPage .row .col-xs-12{
		width: 33%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.mainPage .col-xs-12 .thumbnail{
		height: 210px;
		width: 100%;
		margin-bottom: 30px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption{
		padding-top: 80px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption h4{
		font-size: 14px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.mainPage > .container .row{
		text-align: center;
	}
	.mainPage .col-xs-12 .thumbnail{
		height: 210px;
		width: 100%;
		margin-bottom: 30px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption{
		padding-top: 80px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption h4{
		font-size: 14px;
	}
}
@media (min-width: 1200px){
	.mainPage .row .col-xs-12{
		width: 20%;
	}
	.mainPage .col-xs-12 .thumbnail{
		width: 100%;
		height: 200px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption{
		padding-top: 80px;
	}
	.mainPage .col-xs-12 .thumbnail > .caption h4{
		font-size: 15px;
	}
}
@media (min-width: 1600px){
	.mainPage > .container{
		width: 1670px;
	}
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 220px;
  background-image: url(/skin/img/sub/sub_title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subHeader .container h2{
	text-align: center;
	color: #fff;
	font-size: 42px;
	margin: 65px 0 0 0;
}
.subHeader .container h2:after{
	content: '';
	display: block;
	margin: 12px auto 16px;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}
.subHeader .container p{
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.04em;
}
.subHeader .container .breadcrumb{
	float: right;
	margin-top: 18px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	font-size: 13px;
}
.subHeader .container .breadcrumb li a{
	color: #bbb;
}
.subHeader .container .breadcrumb li.active{
	color: #ddd;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: rgba(255,255,255,0.6);
    font-family: "FontAwesome";
	padding:0 3px;
}
.subBody {
	padding-top: 80px;
	padding-bottom: 100px;
}
.subMenu {
    padding-right: 50px;
    padding-left: 0;
}
.subMenu .nav li:first-child{
	border-top: 1px solid #ddd;
}
.subMenu .nav li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 0 !important;
}
.subMenu .nav li > a{
	border-radius: 0;
	color: #666;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: -0.034em;
	padding: 15px 15px;
	/* font-weight: 400; */
}
.subMenu .nav li.active > a{
	color: #333;
	font-weight: 600;
	background: none;
}
.subContent_title{
	margin: 0;
	font-size: 30px;
	letter-spacing: -0.034em;
}
.subContent_title:after{
	content: '';
	display: block;
	margin: 20px 0 30px;
	width: 30px;
	height: 2px;
	background: #4a77da;
}
.subContent_inner .content{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.subContent_inner .content:last-child{
	border-bottom: 0;
}
.subContent_inner .content h4{
	letter-spacing: -0.034em;
	font-size: 24px;
	padding-left: 8px;
	border-left: 3px solid #4a77da;
	line-height: 0.9em;
	margin-bottom: 30px;
}
.subContent_inner .content p{
	font-size: 16px;
	line-height: 1.5em;
}
.subContent_inner .content ul{
	padding-left: 0;
	margin-bottom: 0;
}
.subContent_inner .content ul:after{
	content: '';
	clear: both;
	display: table;
}
.subContent_inner .content ul > li{
	position: relative;
	font-size: 14px;
	padding: 5px;
}
/* .subContent_inner .content ul > li::before{
	content: '';
	position: absolute;
	display: block;
} */

#Business01 .content img{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
#Business05 .subContent_inner .content ul > li::before{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #4a77da;
	top: 12px;
	left: -5px;
}
.subContent_inner .content .list-content{
	padding: 25px 0 25px 40px;
	background: #f7f7f7;
	margin: 0;
}
.subContent_inner .content .list-content li{
	font-size: 15px;
	letter-spacing: -0.034em;
	padding: 5px 15px 5px 7px;
}
.subContent_inner .content .list-content.row li{
	height: 2.6em;
}
.subContent_inner .content .list-content li::before{
	width: 8px;
	height: 8px;
	border-radius: 2px;
	border: 2px solid #3a9de3;
	top: 12px;
	left: -10px;
}
#About01 .subContent_inner .content img{
	margin-bottom: 40px;
}
#About01 .subContent_inner .content p.intro{
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.034em;
	color: #333;
}
#About01 .subContent_inner .content p > .company{
	color: #333;
	font-weight: 500;
}
#About01 .subContent_inner .content p.epilogue{
	font-weight: 600;
}
#Business02 .subContent_inner .con7 .col-xs-12{
	width: 20%;
}
#Business02 .subContent_inner .content .col-xs-12 .pm-process{
	/* min-height: 110px; */
	padding: 10px 10px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.15);
}
#Business02 .subContent_inner .content .col-xs-12 .pm-process p{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.034em;
	line-height: 16px;
}
#Business02 .subContent_inner .content .col-xs-12 .pm-process p > span{
	display: block;
	padding: 13px;
	color: #3a9de3;
	font-size: 22px;
	font-weight: 600;
}
#Business02 .subContent_inner .content.con2 > .row{
	padding: 15px 30px;
}
#Business02 .subContent_inner .content.con2 .col-xs-12 .pm-process{
	padding: 30px 0px;
	text-align: center;
	position: relative;
}
#Business02 .subContent_inner .content.con2 .col-xs-12 .pm-process:after{
	content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    font-size: 35px;
    color: #3A9DE3;
}
#Business02 .subContent_inner .content.con2 .col-xs-12:last-child .pm-process:after{
	display: none;
}
#Business03 .subContent_inner .content .list-content{
	margin-bottom: 30px;
}
[id^="Business"] .subContent_inner .content .table{
	border-top: 1px solid #666;
}
[id^="Business"] .subContent_inner .content .table tr th, [id^="Business"] .subContent_inner .content .table tr td{
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 15px 30px;
	letter-spacing: -0.05em;
}
[id^="Business"] .subContent_inner .content .table tr th{
	text-align: center;
	background: #f7f7fa;
}
#Business03 .subContent_inner .content .table tr td, #Business04 .subContent_inner .content .table tr td{
	text-align: center;
}
#Business05 .subContent_inner .content .list-inner{
	background: #f4f4f4;
	padding: 15px 15px 15px 30px;
	margin: 20px 0 0;
	border-radius: 5px;
}
#Business05 .strategy dl dt {
    font-size: 18px;
    letter-spacing: -0.034em;
    color: #153b91;
    margin-bottom: 3px;
}

#Business05 .strategy dl dd {
    font-size: 16px;
    letter-spacing: -0.034em;
}

#Business05 .strategy h5 {
    font-size: 19px;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.dh-board .dhb-txt-box{
	margin: 0 0 30px;
	padding: 35px 20px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.dh-board .dhb-txt-box .dhb-txt-list{
	width: 100%;
	border-right: 0;
}
.dh-board .dhb-txt-box .dhb-txt-list .thumb-hidden{
	max-height: 230px;
	border: 0;
	box-shadow: none;
}
.dh-board .dhb-txt-box .dhb-txt-list h4{
	/*margin-top: 30px;*/
	margin-top: 0px;
	letter-spacing: -0.04em;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.dh-board .dhb-txt-box .dhb-txt-list h5{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.53em;
	height: 11em;
}
.dh-board .dhb-txt-box .text-right{
	display: none;
}
.dh-board .dhb-txt-box .dhb-txt-list h5 a {
    color: #333;
	font-weight: normal;
	height: 100%;
}
/* .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: 14px 10px; color: #333; font-size: 17px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #006cb6; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #006cb6;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #006cb6; border: 1px solid #006cb6 !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;} */

/* 게시판 */
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 20px; color: #666; font-size: 15px;}
.dh-board .table > thead > tr > th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px dotted #bdbdbd; font-size: 15px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555;}
.dh-board > .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0; padding: 0; border: 1px solid #e5e5e5;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 200px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px;margin: 0 0 10px;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #003162;}
.label-primary{color: #003162;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #b6b6b6;border: 1px solid #b6b6b6!important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 100px;}
.input-group-btn #btnNew{background: #219ad7;border-color: #219ad7;}
.input-group-btn #btnNew:hover{background: #0287ca;border-color: #0287ca;}



@media (max-width: 767px){
	.subHeader{
		height: 210px;
	}
	.subHeader .container h2{
		font-size: 32px;
		margin: 52px 0 0 0;
	}
	.subHeader .container p{
		font-size: 12px;
	}
	.subMenu{
		display: none;
	}
	#About01 .subContent_inner .content p.intro{
		font-size: 24px;
	}
	.subHeader .container .breadcrumb li{
		font-size: 12px;
	}
	.subContent_title{
		font-size: 26px;
	}
	#Business02 .subContent_inner .content.con2 .col-xs-12 .pm-process:after{
		top: 95%;
		right: auto;
		transform: translateX(-50%) rotate(90deg);
		font-size: 35px;
		color: #3A9DE3;
		left: 50%;
	}
	#Business02 .subContent_inner .con7 .col-xs-12{
		width: 50%;
	}
	.subContent_inner .content h4{
		line-height: 1.1;
		font-size: 22px;
	}
	.subContent_inner .content .list-content{
		padding: 25px 10px;
	}
	.dh-board > .filter-items > a > .filter-label{
		padding: 10px 15px !important;
		font-size: 12px !important;
	}
	.bbs-area .table .num, .bbs-area .table .hits, .bbs-area .table .regdate{
		display: none;
	}
	[id^="Business"] .subContent_inner .content .table tr th, [id^="Business"] .subContent_inner .content .table tr td{
		font-size: 12px;
		padding: 15px 10px;
	}
	.dh-board .dhb-txt-box .dhb-txt-list h5{
		height: auto;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	
}
@media (min-width: 992px) and  (max-width: 1199px){
	#Business02 .subContent_inner .content.con2 .col-xs-12 .pm-process{
		min-height: 102px;
	}
	#Business02 .subContent_inner .content .col-xs-12 .pm-process{
		min-height: 106px;
	}
}
@media (min-width: 1200px){

}

/* 게시판 */

/* 푸터 */

.footer_copy .text-center {
	text-align: left;
	padding: 25px 0 30px;
	background: #ebebeb;
	color: #666;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer .footer-text{

padding-left: 30px;
}
.footer_copy .wrap-footer .footer-text ul{
    padding-left: 0;
    text-align: left;
    margin-bottom: 2px;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li{

text-align: left;
}
.footer_copy .wrap-footer .footer-text ul.footer-lower-list li{
	display: inline-block;
	margin-right: 20px;
}
.footer_copy .wrap-footer .footer-text ul.footer-lower-list li:nth-child(2){
	margin: 0;
}
.footer_copy .wrap-footer .footer-text ul.footer-lower-list li:last-child{
	display: block;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
}
.footer_copy .wrap-footer .footer-text .copyrights{
    display: block;
    text-align: left;
    font-size: 11px;
}
.footer-logo h1 {
    margin: 0;
}
.footer-logo h1 img {
    vertical-align: top;
}

@media (max-width: 767px){

}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //푸터 */


.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;
}



/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
	margin-top:-30px;
}

.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 {
	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: #41b6f9;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #41b6f9;
    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: #2494d4;
}

.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;
    }
}
.subWrapper .col-md-7 {
    padding-left: 30px;
    padding-right: 30px;
}
.dh-board > .filter-items{
	
}
.dh-board > .filter-items > a{
	display: inline-block;
}
.dh-board > .filter-items > a > .filter-label{
	padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #888;
	transition: all .2s ease;
}
.subContent_inner .content .dh-attach + .col-xs-12 p{
	font-size: inherit;
	line-height: inherit;
}
.dh-board > .filter-items > a > .filter-label:hover{
	background: #4A77DA;
    color: #fff;
	border-color: #4A77DA;
}
.dh-board > .filter-items > a.on > .filter-label{
	background: #4A77DA;
    color: #fff;
	border-color: #4A77DA;
}