@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;
	width: 1400px;
	padding-top: 120px;
    margin: 0 auto;
    overflow: hidden;
}

/* 폰트 설정 */
.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;
}

.mobile-btn-layout-container, .mobile-btn-layout, .container_contents{
	display: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.sub-layout{
}
.container {
    width: 1100px;
}
/*
.body-layout .container{
	width: 1300px;
}
*/

@media (max-width: 767px){
	.body-layout{
		padding-top: 95px;
	}
}
@media (max-width: 1399px){
    .body-layout{
        width: 100%;
    }
    #draggable.dh-popup{
        width: 65%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* 상단 네비게이션 */

.navbar.navbar-inverse{
	background-color: #fff;
    border: 0;
    left: auto;
    right: auto;
    width: 150px;
    top: 120px;
}
.navbar.navbar-inverse > .container{
	width: auto;
}
.navbar-header{
	float: none !important;
}
.navbar-header .navbar-brand{
    margin-left: 0px !important;
	width: 100%;
    padding: 0 25px 30px 15px;
}
.navbar-header .navbar-brand img{
	margin-top: 0;
	/*height: 110px;*/
}


.nav.navbar-nav, .nav.navbar-nav > li{
	float: none !important;
}
.nav.navbar-nav{
	margin-right: 0;
}
.nav.navbar-nav > li > a{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: all .3s ease;
    text-align: left;
	padding: 10px 15px;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
	color: #D0001D;
	padding-left: 25px;
	padding-right: 5px;
}
.nav.navbar-nav li .dropdown-menu{

}
.nav.navbar-nav li .dropdown-menu li a{

}

.navbar.navbar-inverse .insta{
	font-size: 12px;
	color: #8a8a8a;
	display: block;
	padding: 15px 15px 15px 20px;
	text-align: left;
	position: relative;
	margin-left: 15px;
	font-weight: 500;
}
.navbar.navbar-inverse .insta:hover{
	text-decoration: none;
	color: #de2b6f;
}
.navbar.navbar-inverse .insta .fa{
	font-size: 20px;
	position: absolute;
	left: 0;
	height: 50px;
	top: 14px;
}
.navbar.navbar-inverse .insta:hover .fa{
	color: #de2b6f;
}
@media (max-width: 767px){

	.navbar.navbar-inverse{
		width: 100%;
		top: 0;
		left: 0;
	}
	.navbar-inverse .navbar-toggle{
		margin-top: 30.5px;
		background: #CD1427;
		border-color: #CD1427;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background: #CD1427;
		border-color: #CD1427;
	}
	.navbar-header .navbar-brand{
		width: 110px;
		margin-left: 15px !important;
		margin-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.navbar-header .navbar-brand > img{
		width: 50px;
	}
	.nav.navbar-nav > li > a, .nav.navbar-nav{
		text-align: center;
	}
	.navbar.navbar-inverse .insta{
		display: inline-block;
	}

}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.fill{
	height: 650px;
}
.container.container_slide{
	float: right;
	padding-left: 0;
	padding-right: 0;
	width: 1250px;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{

}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{

}
.pull-center{

}
.pull-center .carousel-control{
	width: 10% !important;
	background-size: 30% !important;
}
.pull-center .carousel-control.left{
	background: url('/skin/img/slide/arrow_prev.png') no-repeat center;
}
.pull-center .carousel-control.right{
	background: url('/skin/img/slide/arrow_next.png') no-repeat center;
}
.pull-center .carousel-control > span{
	display: none;
}
.carousel-indicators{

}
.carousel-indicators > li{
	width: 10px !important;
	height: 10px !important;
	margin: 0 5px !important;
	background: #4e4e4e;
	border: 0;
	box-shadow: 1px 1px 2px -1px #000 inset;
}
.carousel-indicators > li.active{
	background: #fff;
}
@media (max-width: 767px){
    .container.container_slide{
        width: 100%;
    }
    .fill{
        height: 50vw;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    .container.container_slide{
        width: calc(100% - 150px);
    }
}
@media (min-width: 768px) and  (max-width: 1399px){
    .container.container_slide{
        padding-right: 30px;
    }
    .fill{
        height: 50vw;
    }
}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.mainPage{

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
	float: right;
	width: 1250px;
	padding: 0;
}

.subTitle {
	overflow: hidden;
	position: relative;
	padding: 0 0px 10px 0px;
}
.subTitle .line{
	height: 1px;
    border-top: 1px solid #999;
    position: absolute;
    top: 22px;
    left: 15px;
    width: 100%;
}
.subTitle h2{
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: left;
    background: #fff;
    position: relative;
    font-size: 20px;
    padding-right: 15px;
}
.subTitle h2 > span{
    /* color: #D0001D; */
}
.subBody {

}
.page-nav{
	padding: 0 15px;
}
.sub-layout .dh-board{
	margin: 0 -15px;
}
.dh-board .dh-margin-top{
	margin: 15px 0 0;
}
.right-inner-addon{
	width: 60%;
	float: right;
}
.sub-layout .dh-front-gallery > .col-md-3 > a.thumbnail{
	margin-bottom: 30px;
	margin-top: 0;
	height: 230px !important;
    background-size: cover;
	/*-webkit-filter: grayscale(100%);*/
	/*filter: gray;*/
	/*transition: filter .3s ease;*/
	position: relative;
}
.sub-layout .dh-front-gallery > .col-md-3 > a.thumbnail:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0,0,0,0.4); */
	transition: background .4s ease;
}
.sub-layout .dh-front-gallery > .col-md-3 > a.thumbnail:hover{
	/*-webkit-filter: grayscale(0%);*/
	/*filter: none;*/
}
.sub-layout .dh-front-gallery > .col-md-3 > a.thumbnail:hover:after{
	background: rgba(255,255,255,0.4);
}

.dh-board .dhb-txt-box-type-b{
	border: 0;
	background: none;
}
.dh-board .dhb-txt-box-type-b > .row{

}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout{

}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout .thumb-hidden{
	border: 0;
    box-shadow: none;
    height: auto;
    max-height: none;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead{
	display: block;
    width: 100%;
    height: 275px;
    text-align: center;
    position: relative;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead .dhb-thumb{
	height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout{

}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4{
    text-align: center;
    font-size: 15px;
	margin: 5px 0;
    white-space: normal;
    text-overflow: inherit;
    overflow: auto;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 > strong{
	font-weight: 400;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 > small{
	font-size: 100%;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 > small > span{
	border-radius: 0;
    padding: 0;
    line-height: 1.1;
    font-size: 100%;
    background: none;
    color: #D0001D;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout .txt-box-footer{
	display: none;
}

.dh-view-box > .row > .page-header{
	border: 0;
	text-align: center;
}
.dh-view-box > .row > .page-header h4{
	font-size: 32px;
	font-weight: 400;
}
.dh-view-box > .row .dh-view-info, .dh-view-box > .row .dh-attach, .dh-view-box > .row .dh-line{
	display: none;
}
.dh-view-box > .row .dh-attach + .col-xs-12 {
	padding: 50px 20px !important;
}
/*
.dh-view-box > .row .dh-line + .col-xs-12 > .btn-group{
	display: block;
	overflow: hidden;
	width: 183px;
	margin: 0 auto;
}
*/
#Contact > ul{
	padding-left: 0;
	margin-top: 20px;
}
#Contact > ul:last-child{
	border-top: 1px solid #eee;
    padding-top: 15px;
}
#Contact > ul > li{
    padding: 3px 15px;
    font-size: 14px;
}
#Contact > ul > li > span{
	font-weight: 500;
	display: inline-block;
	width: 60px;
	margin-right: 25px;
	letter-spacing: 0.03em;
	text-align: right;
}
#Contact iframe {
    padding: 0;
}
@media (max-width: 767px){
    .container.sub-layout{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
	.subTitle h2{
		font-size: 4vw;
	}
	.subTitle .line{
		top: 13px;
	}
    #Contact iframe{
        height: 250px;
    }
    #Contact > ul > li > span{
        display: block;
        width: 100%;
        text-align: left;
	}
	.dh-view-box > .row > .page-header h4{
		font-size: 14px;
		font-weight: 600;
	}
}
@media (min-width: 768px) and (max-width: 991px){
    .dh-board .dhb-txt-box-type-b{
        width: 50%;
    }
    #Contact iframe{
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1399px){
    .container.sub-layout{
        width: calc(100% - 150px);
        padding-right: 30px;
    }
}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
	text-align: right;
    padding: 15px 0px 30px;
    margin-top: 15px;
}
.footer_copy .wrap-footer .container{
	float: right;
}
.footer_copy .text-center p > strong{
	color: #D0001D;
}
.copyrights {
    font-size: 10px;
}

.footer-lower-list {
    font-size: 12px;
    line-height: 20px;
}

.footer-text {
    padding-right: 0;
}
@media (max-width: 767px){
    .footer_copy .wrap-footer .container{
        width: 100%;
    }
    .wrap-footer .footer-text{
        padding-right: 15px;
        padding-top: 10px;
    }
}
@media (min-width: 768px) and  (max-width: 1399px){
    .footer_copy .wrap-footer .container{
        width: 100%;
    }
    .wrap-footer .footer-text{
        padding-right: 30px;
        padding-top: 10px;
    }
}
@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;
	color: #CF001B;
}

.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;
}
.maintenance .btn{
	border-radius: 0;
	color: #ccc;
	font-size: 16px;
}
.maintenance .btn:hover{
	background: #CF001B;
	border-color: #CF001B;
	color: #fff;
}
.form-horizontal {
    padding: 0 15px;
}
.btnEdit, .btnDelete {
    margin-bottom: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #CD1427;
    border-color: #CD1427;
	padding: 3px 10px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	padding: 3px 7px;
}
.pagination>li>a, .pagination>li>span{
	color: #e7485e;
}
#insertForm .input-group{

}
#insertForm .input-group .input-group-btn{
	vertical-align: top;
}
#insertForm .input-group .input-group-btn .btn{
	padding: 3px 10px;
	height: 28px;
}
#insertForm .input-group .form-control{
	height: 28px;
	padding: 3px 12px;
}
.btn-primary {
    color: #fff;
    background-color: #CD1427;
    border-color: #CD1427;
}
.btn-primary:hover {
    color: #fff;
    background-color: #dc374e;
    border-color: #dc374e;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #dc374e;
    border-color: #dc374e;
}
.btn-primary.focus, .btn-primary:active {
    color: #fff;
    background-color: #dc374e;
    border-color: #dc374e;
}
