@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;}

/* 폰트 설정 */
.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: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    vertical-align: bottom;
    font-size: 20px;
	margin-left: 0 !important;
	width: 100px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    height: 80px;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 30px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #004A86;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding-top: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px){
	.navbar.navbar-inverse{
		background: #000;
	}
	.navbar-header .navbar-brand{
		margin-left: 15px !important;
	}
	.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover{
		background: #000;
		border-color: #fff;
		margin-top: 16px;
	}
	.nav.navbar-nav > li > a{
		text-align: center;
	}
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill{
	height: 100vh;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    bottom: auto;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    text-align: left;
}
.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 h1 {
    font-size: 18px;
    line-height: 1.55;
    position: relative;
    margin: 0;
}
.carousel-inner .item .carousel-caption h1 > span {
    font-weight: 300;
    letter-spacing: -0.03em;
    opacity: 0.8;
}
.carousel-inner .item .carousel-caption h1 .high {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 25px;
}
.carousel-inner .item .carousel-caption h1 .title {
    font-size: 80px;
    display: block;
    line-height: 1;
    font-weight: 600;
    margin-left: -6px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.carousel-inner .item .carousel-caption h1 .title:after {
    content: '';
    display: block;
    height: 60px;
    width: 430px;
    background: #0059d1;
    background: -moz-linear-gradient(left, #0059d1 1%, #69c605 100%);
    background: -webkit-linear-gradient(left, #0059d1 1%,#69c605 100%);
    background: linear-gradient(to right, #0059d1 1%,#69c605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059d1', endColorstr='#69c605',GradientType=1 );
    position: absolute;
    left: -5px;
    bottom: -20px;
    z-index: -1;
    opacity: 0.8;
}

.carousel-inner .carousel-caption p span {
    display: block;
}

.carousel-inner .item .carousel-caption p a.download {
    display: inline-block;
    width: 210px;
    padding: 15px 26px;
    margin-top: 100px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    font-weight: 300;
    transition: all ease 0.3s;
}
.carousel-inner .item .carousel-caption p a.download:hover{
	text-decoration: none;
	color: #333;
	font-weight:400;
	background: #fff;
}
.carousel-inner .item .carousel-caption p a.download .fa{
	margin-left: 7px;
}
.pull-center{
	display: none;
}


.carousel-indicators {
    bottom: 50px;
    text-align: left;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 9px 0 0 !important;
    background: #fff;
    border-radius:50%;
    transition: 0.2s;
    opacity: 0.3;
}
.carousel-indicators li.active {
    background:#fff;
    margin: 0 9px 0 0 !important;
    width: 12px;
    height: 12px;
    opacity:1;
}
@media (max-width: 767px){
	.carousel-inner .item .carousel-caption h1{
		font-size: 14px;
	}
	.carousel-inner .item .carousel-caption h1 .high{
		font-size: 23px;
	}
	.carousel-inner .item .carousel-caption h1 .title{
		font-size: 45px;
	}
	
	.carousel-inner .item .carousel-caption h1 .title:after {
		height: 40px;
		width: 250px;
	}
	.carousel-inner .item .carousel-caption p a.download{
		padding: 10px 21px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.container_contents {
    padding: 130px 15px;
}

.mobile-btn-layout-container{
	display: none;
}
.mainPage{
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.intro-board-widget-layout .intro-boardbox{
	float: none;
}
.intro-board-widget-layout .intro-boardbox:after{
	content: '';
	clear: both;
	display: table;
}

.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 55px;
    border: 0;
}

.intro-boardbox .page-header h4 {
    text-align: left;
    margin: 0;
    font-size: 56px;
    color: #111;
    font-weight: 600;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    border: none;
    font-size: 18px;
    font-weight: 800;
    color: #0059d1;
    letter-spacing: 0.05em;
    padding: 0;
    display: inline-block;
    line-height: 1;
    margin-top: 33px;
}
@media (max-width: 767px){
	
	.intro-boardbox .page-header h4{
		font-size: 32px;
		text-align: center;
	}
	.intro-boardbox .page-header h4 .btn{
		float: none !important;
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 17px;
	}
	.dh-front-blog > .col-md-4{
		width: 100% !important;
	}
	.dh-front-blog > .col-md-4 > .thumbnail > .caption h5{
		text-align: center;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 114px;
}
.breadcrumb{
	display: none;
}
.subBody {
    padding: 120px 0 150px;
}
.subContent_title {
    text-align: center;
    margin: 0 0 80px;
    color: #111;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}
/*
.page-header h4 > a{
	display: none;
}
*/
.subContent_title:after{
	/* content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #004A86;
	margin: 15px auto 30px; */
}

.subContent_inner .content + .content {
    margin-top: 80px;
}
.subContent_inner .content:last-child{
	border: 0;
}
.subContent_inner .content table {
    border-top: 3px solid #0059d1;
}
.subContent_inner .content table tr{
	border-bottom: 1px solid #ddd;
}
.subContent_inner .content table tr th, 
.subContent_inner .content table tr td{
	vertical-align: middle;
	padding: 20px 30px;
}
.subContent_inner .content table tr th {
    font-size: 17px;
    color: #333;
    letter-spacing: -0.02em;
}
.subContent_inner .content table tr td{
	font-size: 16px;
}

#About .con1 {
    border-top: 3px solid #222;
    border-bottom: 1px solid #ddd;
}
#About .content table {
    border-top: none;
    margin: 60px 0;
}
#About .content table tr {
    border-bottom: none !important;
}
#About .content table th, 
#About .content table td {
    padding: 10px;
}
#About .content table th {
    position: relative;
}
#About .content table th:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 20px;
}
#About .con1 img{
	margin-top: 35px;
}
#About .subContent_inner .con2 .about-img-box{

}
#Contact .subContent_inner .con1{
	/* width: 700px; */
	margin: 0 auto;
}

.root_daum_roughmap{
	width: 100% !important;
}

.location-li {
    border-top: 1px solid #ddd;
    padding-left: 0;
    margin-top: 100px;
}
.location-li li {
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 25px 25px;
    border-bottom: 1px solid #ddd;
}
.location-li span {
    float: left;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
    height: 2em;
    font-size: 17px;
}
.location-li span i {
	width: 30px;
    color: #1d3788;
    text-align: center;
    margin-right: 5px;
	
	display:none;
}

.dh-front-blog > .col-md-4{
	width: 25%;
}

.dh-front-blog > .col-md-4 > .thumbnail {
	min-height: auto;
    border: none;
    margin: 0 0 30px;
    background: #000
}

.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    border: none;
    transition:all ease 0.3s
}

.dh-front-blog > .col-md-4 > .thumbnail > .caption {
    padding: 17px 0 5px;
    background: #fff;
	color:#000
}

.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb {
    opacity:0.5;
}

.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    letter-spacing: -0.015em;
}

.dh-front-blog > .col-md-4 > .thumbnail:hover > .caption h5{
	text-decoration:underline
}

.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 .label-danger,
.dhb-txt-box-type-b-text-layout h4 .label{
	background: none;
	font-weight: 400;
	color: #004A86 !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption > .blog-row-contents,
.dh-front-blog > .col-md-4 > .thumbnail > .caption > .blog-row-regdate{
	display: none;
}

/*******/

.bbs-blog2-index-layout .dh-board {
    margin-left: -15px;
    margin-right: -15px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: none;
    border: none;
	background: #000;
}

.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;
    padding: 0 15px;
	margin-bottom:30px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden a {
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden a {
    opacity:0.5;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover  h4 strong a{
	text-decoration:underline;
}


.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    margin: 0;
    padding: 17px 0 5px;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 strong a {
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #000;
}
.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;
}
/*******/

/* board */

.dh-margin-top {
    margin: 20px 0 0;
}

.dh-view-box{
	margin-top: 40px;
}
	
.dh-view-info .pull-right {
    display: none;
}
.sns-box{
	display: none;
}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){
	padding: 15px 20px 40px !important;
}

.dh-view-box.dh-margin-topx2 {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    margin: 0;
    padding: 15px 20px;
}
.dh-view-box>.row>.page-header {
    padding: 40px 15px 0;
    margin: 0 0 15px;
    border-top: 3px solid #333;
    border-bottom: none;
    color: #222;
    background: #fff;
    text-align: center;
}
.dh-view-box>.row>.page-header h4 {
    line-height: 1;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    opacity: 0.6;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0 0 40px;
}


.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 17px 15px;
    font-size: 15px;
    color: #444;
    letter-spacing: -0.5px;
    line-height: 1.6;
    border-bottom: 1px solid #dedede;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f6f6f6;
    padding: 13px 15px;
    font-weight: 500;
}

.dh-board .table-hover > tbody > tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a {
    font-weight:400;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #222;
	text-decoration:underline;
}

.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 #0059d1;
    background: #0059d1 !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;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.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;
}

@media (max-width: 767px){
	.subContent_title{
		font-size: 36px;
	}
	.subBody{
		padding: 80px 0 100px;
	}
	#About .con1 img{
		margin: 40px auto;
	}
	.table-responsive{
		padding: 0 15px;
	}
	.location-li span{
		width: 100%;
		min-width: auto;
	}
	.dhb-txt-box-type-b-text-layout h4{
		text-align: center;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	
	.location-li{
		margin-top: 0;
	}
	.location-li span{
		width: 100%;
		min-width: auto;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    padding: 50px 0;
    background: #eee;
    color: #999;
    font-size: 13px;
}
.footer-logo {
    text-align: center;
    float: none;
}
.footer-logo h1 {
    margin: 0;
    opacity: 0.7;
}
.footer-logo a {
    display: inline-block;
}
.footer-logo a img{
    width: 80px;
}
.footer_copy .wrap-footer .footer-text {
    max-width: 1000px;
    float: none;
    margin: 20px auto 0;
}
.footer_copy .wrap-footer .footer-text p {
    font-size: 15px;
}
.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    display: inline-block;
    margin: 0;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li {
    float: left;
    margin: 0 7px;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    opacity: 0.5;
    margin-top: 20px;
}
@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: #fff;
    padding: 100px 15px 100px;
	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{
    box-shadow: none;
    border-radius: 0px;
    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: #0059d1;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #0059d1;
    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: #222;
}
.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;
    }
}

