@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: 95px;}

/* 폰트 설정 */
.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{
}
.root_daum_roughmap{
	width: 100% !important;
}
/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    padding: 25px 0 20px;
    margin: 0;
}
.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;
}

.nav.navbar-nav > li > a {
    display: block;
    padding: 10px 25px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #9db530 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
	padding: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
	color: #333;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
	background-color: #9db530;
	color: #fff;
}
@media (max-width: 767px){

	.navbar-header .navbar-brand{
		margin-left: 15px !important;
	}
	.navbar-inverse .navbar-toggle,	.navbar-inverse .navbar-toggle:hover{
		background: #AEC73B;
		border-color: #AEC73B;
	}
	.nav.navbar-nav > li > a{
		text-align: center;
	}
	.nav.navbar-nav li .dropdown-menu li a{
		padding-left: 15px;
		text-align: center;
	}
	
}


.pull-center > .carousel-control{
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.pull-center > .carousel-control.left{
	background-image: url('/skin/img/slide/arrow_prev.png');
}
.pull-center > .carousel-control.right{
	background-image: url('/skin/img/slide/arrow_next.png');
}
.pull-center > .carousel-control > span{
	display: none;
}
.carousel-indicators{

}
.carousel-indicators li{
	width: 15px !important;
	height: 15px !important;
	background: #aaa;
	margin: 0 5px !important;
	border: 0 !important;
	box-shadow: 1px 1px 3px -1px #333 inset;
}
.carousel-indicators li.active{
	background: #B3C90C;
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide{
	width: 100%;
	padding: 0;
}
.fill{
	height: 550px;
}

@media (min-width: 768px) {
	.carousel-inner .item .carousel-caption {
		top: 50%;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	    animation-name: slideAnim;
	    animation-duration: .4s;
	    animation-fill-mode: forwards;
	}
	@keyframes slideAnim {
		0%{
			opacity: 0;
			top: 45%;
		}
		100%{
			opacity: 1;
			top: 50%;
		}
	}
}

.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{

}
.carousel-inner .item .carousel-caption h1 {
    font-size: 63px;
    margin: 0 0 35px;
}
.carousel-inner .item .carousel-caption p {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.01em;
}
.carousel-inner .item .carousel-caption p > span > a {
    display: inline-block;
    margin: 22px -1px 0;
    font-size: 18px;
    padding: 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    min-width: 180px;
    /*background: rgba(30,30,30,0.8);*/
    transition: all ease 0.3s;
}
.carousel-inner .item .carousel-caption p > span > a:hover{
	text-decoration: none;
	background: #aec73b;
}

.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 span, 
.carousel-inner .item .carousel-caption p span {
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
}

@media (max-width: 767px){
	.fill{
		height: 310px;
	}
	.carousel-caption{
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 30px;
	}
	.carousel-inner .item .carousel-caption p > span > a{
		margin: 0 -1px;
		padding: 10px 15px;
	}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12, .intro-board-widget-layout{
	width: 100%;
	padding: 0;
	margin: 0;
}
.intro-html-layout,
.intro-board-widget-layout{
	padding: 50px 0;
}
.intro-html-layout {
    padding: 65px 0 40px;
}
.intro-board-widget-layout {
    background: #f6f6f6;
}
.intro-html-
.mainPage{
    overflow: hidden;
}
.container_contents .page-header{
	border: 0;
	padding: 0;
	margin: 0;
}
.container_contents .page-header > h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.container_contents .page-header > h4:after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #aec73b;
    margin: 20px 0 0;
}
.container_contents .page-header > h4 > a{
	display: none;
}
.container_contents .thumbnail{
	padding: 0;
	border-radius: 0;
}

.main-product .thumbnail {
    border: none;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
	background: #000;
}

.container_contents .thumbnail:hover{
	border-color: #B3C90C;
	text-decoration: none;
}
.main-product .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 15px;
	transition:all ease 0.3s;
}

.main-product .thumbnail img {
    transition: all ease 0.4s;
}

.main-product .caption h5 {
    margin: 0;
    font-size: 17px;
    line-height: 1;
}

.main-product .thumbnail:hover img {
    transform: scale(1.1);
	opacity:0.6;
}

.main-product .thumbnail:hover .caption {
    background: rgba(0,0,0,0.75);
}


.main-product .page-header {
    margin-bottom: 40px;
}

.container .intro-boardbox{
	width: 50%;
}

.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 25px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 500;
}
.intro-boardbox .page-header h4 .btn{padding: 0; margin: 0;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/main/btn-board-more.png');}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon{display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text{display: inline-block;}
.banner-text h5{margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3{margin: 0 0 5px; color: #008470; font-size: 23px; font-weight: 500;}
.banner-text p{font-size: 13px; margin: 0 0 0; color: #666;}

.intro-boardbox .front-panel > .panel {
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-top: 2px solid #444;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words {
    margin: 0 !important;
    padding: 16px 4px;
    border-bottom: 1px solid #ddd;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #444;
    font-weight: 400;
    font-size: 14px;
}
.dh-fr
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #333; text-decoration: none;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 250px; white-space: nowrap;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span{color: #33a681 !important; background: none;}

@media (max-width: 767px){
	.container_contents .page-header > h4{
		text-align: center;
	}
	.container_contents .page-header > h4:after{
		margin: 20px auto 0;
	}
	.container .intro-boardbox{
		width: 100%;
	}
	.main-product .thumbnail img{
		width: 100%;
	}
}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 280px;
  background-image: url(/skin/img/sub/sub_title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#Products03 .subHeader{
	/*background-image: url(/skin/img/sub/sub_title_product03.jpg);*/
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
	margin: 100px 0 0;
}
.subHeader .container .breadcrumb{
	background: none;
	text-align: center;
}
.subHeader .container .breadcrumb li a{
	color: #aaa;
}
.subHeader .container .breadcrumb li.active{
	color: #fff;
}
.subMenu-wrap{
	margin-top: -28px;
}
.subMenu-wrap > .container > .subMenu{
	/* box-shadow: 0px 3px 6px -1px #565656; */
}
.subMenu-wrap > .container > .subMenu > .nav{
	background: #fff;
}
.subMenu-wrap > .container > .subMenu > .nav > li{
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	margin: 0 !important;
}
[id^="About"] .subMenu-wrap > .container > .subMenu > .nav > li{
	width: 50%;
}
[id^="Brand"] .subMenu-wrap > .container > .subMenu > .nav > li{
	width: 20%;
}
[id^="Products"] .subMenu-wrap > .container > .subMenu > .nav > li{
	width: 25%;
}
.subMenu-wrap > .container > .subMenu > .nav > li:last-child{
	border-right: 0;
}
.subMenu-wrap > .container > .subMenu > .nav > li > a {
    border-radius: 0;
    padding: 18px 15px;
    font-size: 17px;
    color: #444;
    background: #e1e1e1;
}
.subMenu-wrap > .container > .subMenu > .nav > li.active > a {
    background: #9db530;
    color: #fff;
    font-weight: 500;
}
.subContent {
    padding: 70px 0 80px;
}
.subContent_title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 50px;
    color: #222;
}

.subContent .content p{
	font-size: 17px;
}
#About01 p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
#About01 p > .manage-brands {
    display: block;
    padding: 15px;
    margin: 15px 0;
    background: #e1e1e1;
}
#About01 p > .manage-brands > b {
    font-weight: 500;
    color: #333;
}
#About01 p.intro {
    font-size: 26px;
    font-weight: 500;
    color: #444;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
#About01 p.intro span {
    color: #9db530;
}
#About02 .content:after{
	content: '';
	clear: both;
	display: table;
}
#About02 .content.con1{
	margin-bottom: 60px;
}
#About02 .content .title-box{
	float: left;
	width: 15%;
	padding-right: 15px;
}
#About02 .content .map-box{
	float: left;
	width: 85%;
	padding-left: 15px;
}
#About02 .content h4 {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
    border-top: 2px solid #444;
    padding-top: 14px;
}
#About02 .content .location {
    padding: 0;
    border-top: 1px solid #444;
    margin-top: 20px;
}
#About02 .content .location > li {
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.01em;
    color: #666;
}
#About02 .content .location > li > span {
    display: inline-block;
    width: 80px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.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;
    padding: 0 15px 0px;
    margin-bottom: 30px;
}
.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: 230px;
    margin: 0;
    text-align: center;
    position: relative;
	background-size: cover;
    background-position: center;
}
.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%);
	display: none;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead:hover {
    opacity: 0.7;
}
[id^="Products"] .dh-board{
	margin-left: -3px;
	margin-right: -3px;
}
[id^="Products"] .dh-board .dhb-txt-box-type-b{
	padding: 3px;
}
[id^="Products"] .dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout{
	/*display: none;*/
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4{
	text-align: center;
    font-size: 16px;
    margin: 0;
	padding: 10px 0;
}
.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: #B3C90C;
}
.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;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    padding: 20px;
    margin: 0 0 20px;
}
.dh-view-box > .row > .page-header h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.dh-view-box > .row .dh-view-info, .dh-view-box > .row .dh-line{
	display: none;
}
.dh-view-box > .row .dh-attach{
	
}
.dh-view-box > .row .dh-attach > h6{
	font-size: 14px;
}
.dh-view-box > .row .dh-attach > h6 > b{
	    font-weight: 500;
}
.dh-view-box > .row .dh-attach > h6 > a{
	    font-weight: 400;
}
.dh-view-box > .row .dh-attach + .col-xs-12 {
	padding: 50px 20px !important;
}

[id^="Brand"] .dh-view-box .dh-attach + .col-xs-12 p {
    font-size: 16px;
    margin-bottom: 7px;
}

[id^="Products"] .dh-view-box .dh-attach + .col-xs-12{
	font-size: 16px;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info {

}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .product-brand {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 10px;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .spec {
    font-size: 17px;
    color: #9db530;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .table {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    font-size: 13px;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .table tr th {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    background: #f8f8f8;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .table tr td{
	border-bottom: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
}
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .table tr td, 
[id^="Products"] .dh-view-box .dh-attach + .col-xs-12 .product-info .table tr th {
    padding: 7px 10px;
}


.dh-board > .table-hover {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin: 0px 0 30px;
}
.dh-board thead tr th {
    vertical-align: middle;
    border-bottom: 1px solid #444;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    font-size: 16px;
    padding: 15px 15px;
}
.dh-board tbody tr td {
    padding: 15px 15px;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.01em;
}
.dh-board tbody tr td strong a{
 	color: #666;     
	 font-weight: 400;
}
 .dh-board tbody > tr:hover td{
 	background-color: #fcfcfc;
}

 .dh-board tbody > tr:hover > td > strong > a{
 	color: #222;
}

.dh-board .dh-margin-top {
    margin-top: 0;
    display: inline-block;
}

 .sns-box{display: none;}
 .dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}


.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 #9db530;
    background: #9db530 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

button#btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

.dh-view-box + .row {
    margin-bottom: 70px;
}
.dh-view-box + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}
.dh-view-box + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}
.dh-view-box + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 18px;
}
.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.dh-comments div.panel-body {
    color: #666;
	font-size:14px;
}
.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}
.dh-comments .panel-body em + strong {
    font-size: 13px;
}
.dh-comments .btn-group {
    margin: 0;
}
#commentForm .form-control {
    border-radius: 0;
    box-shadow: none;
}
#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    font-size: 14px;
}
#commentForm .btn-default:hover {
    border-color: #b3b3b3;
    background: #f6f6f6;
}
#company04 .con5 img{    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;}
#company04 .con5 p{    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;}
#company04 .con5 .clearfix{margin-bottom:40px}

@media (max-width: 767px){

}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */
.footer_copy .text-center {
    text-align: left;
    padding: 40px 0 40px;
    background: #353535;
    color: #aaa;
    font-size: 13px;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer .footer-text{

}
.footer_copy .wrap-footer .footer-text ul {
    margin: 0 0 4px;
	padding-left: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-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #666;
    line-height: 1;
}
.footer_copy .wrap-footer .footer-text ul li:last-child {
    border: none;
}
.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: 17px;
}
@media (max-width: 767px){
	
	.footer_copy .wrap-footer .footer-text ul li{
		float: none;
		border-right: 0;
	}
	.subMenu-wrap {
		margin-top: 15px;
	}
	#About02 .content .title-box, #About02 .content .map-box{
		float: none;
		width: 100%;
	}
	.subMenu-wrap > .container > .subMenu > .nav > li{
		width: 100% !important;
	}
	.right-inner-addon{
		width: 100% !important;
	}
	.dh-board thead tr th, .dh-board tbody tr td{
		font-size: 14px;
		padding: 15px 5px;
	}
}
@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: #f3f3f3;
    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{
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    height: 40px;
    color: #555;
    font-size: 15px;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #9db530 ;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #9db530 ;
    border-radius: 2px;
    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: #333;
}
.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;
    }
}
