@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: 135px;}

/* 폰트 설정 */
.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 !important;
}
.sub-layout{
}
.navbar.navbar-inverse > .container
/* 상단 네비게이션 */
.navbar-inverse {
    background-color: #fff;
    border-color: #080808;
}
.navbar.navbar-inverse{
	background: #fff;
    border: 1px solid #eee;
}
.navbar.navbar-inverse > .container, .nav-top > .container{
	background: #fff;
}
.nav-top .navbar.navbar-inverse > .container{
	background:#333;
}
.nav-top{
	background:#2a6fba;
}
.nav-top > .container{
    padding: 3px 0;
    background: #2a6fba;
}
.nav-top > .container > ul{
	float: right;
	margin-bottom: 0;
	padding-left: 0;
}
.nav-top > .container > ul:after{
	content: '';
	display: table;
	clear: both;
}
.nav-top > .container > ul > li{
	float: left;
	cursor: pointer;
	position: relative;
}
.nav-top > .container > ul > li:last-child{
	margin-left: 10px;
}
.nav-top > .container > ul > li > a, .nav-top > .container > ul > li > span{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 0 10px;
}
.nav-top > .container > ul > li > .vsitemap{
	display: none;
	position: absolute;
	left: 0;
    top: 142%;
    border-radius: 0;
    z-index: 10000;
}
.vsitemap-list .list-unstyled{
	margin-bottom: 10px;
}
.navbar.navbar-inverse > .container{
    padding: 15px 0 15px;
}
.navbar-inverse .navbar-header{
	/*width: 100px;*/
}
.navbar-header .navbar-brand{
	display: block;
    padding: 0;
    vertical-align: bottom;
    font-size: 29px;
    margin-left: 0 !important;
    font-weight: 600;
    color: #106EB8 !important;
	
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
	width: 96px;
    margin-right: 10px;
}
.navbar-collapse .navbar-right{
	margin-top: 22px;
	margin-right: 0;
}
.nav.navbar-nav > li{
	float: none;
    display: inline-block;
    padding: 15px 0;
    height: 50px;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 0 0 0 45px;
    font-size: 18px;
	font-weight: 600;
    color: #333;
}
.nav.navbar-nav > li:hover > a, 
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #0D6FBA;
    background-color: transparent;
}
/* .nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
	transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding-top: 0;
	text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
} */
.nav.navbar-nav li .dropdown-menu{
    background-color: rgba(30, 30, 30, 0.85);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border: none;
		padding: 0;
		right: auto;
		left: 0;
		box-shadow: none;
}
@media (min-width: 768px){
	.nav.navbar-nav li .dropdown-menu{
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
	}
}
.nav.navbar-nav li .dropdown-menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.nav.navbar-nav li .dropdown-menu > li:last-child {
		border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    color: rgba(255, 255, 255, 0.7);
		padding: 15px 20px;
		font-size: 0.95em;
		line-height: 1;
		text-align: left;
		letter-spacing: 0.02em;
		transition: 0.1s;
}
.nav.navbar-nav li .dropdown-menu > li > a:hover,
.nav.navbar-nav li .dropdown-menu > li > a:focus {
	color: #FFF;
   	background-color: rgba(0,0,0,0.2);
}
@media (max-width: 767px){
	.navbar.navbar-inverse > .container{
		padding: 15px;
	}
	.navbar-header .navbar-brand{
		font-size: 19px;
		margin-left: 15px !important;
	}
	.navbar-header .navbar-brand img{
		display: block;
		width: 70px;
		margin-right: 0;
	}
	.navbar-inverse .navbar-header .navbar-toggle, .navbar-inverse .navbar-header .navbar-toggle:hover, .navbar-inverse .navbar-header .navbar-toggle:focus{
		border-color: #171C5E;
    	background: #171C5E;
	}
	.navbar-collapse .navbar-right{
		margin: 0;
	}
	.nav.navbar-nav > li{
		display: block;
		text-align: center;
		height: auto;
	}
	.nav.navbar-nav > li > a{
		padding: 10px 0;
		height: auto;
	}
	.nav.navbar-nav li .dropdown-menu li a{
		text-align: center;
	}
	.nav-top > .container > ul > li > .vsitemap{
		top: 20px;
		left: auto;
	    right: 15px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.navbar.navbar-inverse > .container{
		padding: 15px;
	}
	.navbar-header .navbar-brand{
		font-size: 20px;
	}
	.navbar-header .navbar-brand img{
		display: block;
	}
	.nav.navbar-nav > li > a{
		font-size: 16px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.carousel-inner .item .carousel-caption{
	/* right: 10%;
    left: 63%; */
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    text-align: center;
    /* background: rgba(23,28,96,0.3); */
}
.carousel-inner .item .carousel-caption:before, .carousel-inner .item .carousel-caption:after{
	content: '';
	position: absolute;
	display: block;
	width: 30%;
	height: 40%;
}
.carousel-inner .item .carousel-caption:before{
	border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    top: -3px;
    left: -3px;
	display:none;
}
.carousel-inner .item .carousel-caption:after{
	border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: -3px;
    bottom: -3px;
	display:none;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    
}
.carousel-inner .item .carousel-caption h1{
	font-size: 60px;
padding-bottom:20px;
}
.carousel-inner .item .carousel-caption p{
	font-size: 20px;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}

@media (max-width: 767px){
	.body-layout{
		padding-top: 142.2px;
	}
	.fill{
		height: 200px;
	}
	.carousel-inner .item .carousel-caption{
		padding: 0;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 44px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 16px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.body-layout{
		padding-top: 135.08px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container.container_contents{
	background: #fff;
	/* padding-right: 30px;
    padding-left: 30px; */
}
.mainPage{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}
.page-header{
	border-bottom: 0;
    margin-bottom: 10px;
}
.main-contact .page-header {
    padding: 0 0 15px;
    margin: 20px 0 0px;
}
.page-header h4{
	margin: 0;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.main-series-box:hover .series-box-inner{
	text-decoration: none;
}
.main-series-box .series-box-inner .series-thumb{
	display: block;
	height: 262px;
	background-size: cover;
	transition: all .2s;
}
.main-series-box:nth-child(1) .series-box-inner .series-thumb{
	background: url('/skin/img/main/main04.png') no-repeat center;
	background-size: 100%;
	border: 1px solid #eee;
}
.main-series-box:nth-child(2) .series-box-inner .series-thumb{
	background: url('/skin/img/main/main01.png') no-repeat center;
	background-size: 100%;
	border: 1px solid #eee;
}
.main-series-box:nth-child(3) .series-box-inner .series-thumb{
	background: url('/skin/img/main/main02.png') no-repeat center;
	background-size: 100%;
	border: 1px solid #eee;
}
.main-series-box:nth-child(4) .series-box-inner .series-thumb{
	background: url('/skin/img/main/main03.png') no-repeat center;
	background-size: 105%;
	border: 1px solid #eee;
}
.main-series-box .series-box-inner h5{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 6px 20px;
    margin-top: -30px;
    color: #fff;
    background: rgba(25,28,97,0.8);
}
.main-series-box:hover .series-box-inner .series-thumb{
	border: 1px solid #0E6EB8;
	background-size: 110% !important;
}
.main-series-box:hover .series-box-inner h5{
	color: #fff;
}
.intro-board-widget-layout{
	padding-bottom: 60px;
}
.intro-board-widget-layout .col-sm-12 {
    padding: 0;
}
.intro-boardbox{
	
}
.intro-boardbox.intro-boardbox-5{
	width: 75%;
    padding-right: 70px;
}
.intro-boardbox.main-contact{
	width: 25%;
}

.intro-boardbox-type-bbs .page-header{
	/* padding: 0 0 6px; margin: 20px 0 10px; border-bottom: none;*/
    padding: 0 0 15px;
    margin: 20px 0 0px;
    border-bottom: 1px solid #6d6d6d;
} 
.intro-boardbox .page-header h4{
	/* margin: 0; color: #454545; font-size: 32px; font-weight: 500; letter-spacing: 0.01em; */
    margin: 0;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.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-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: 14px 0 14px 2px; border-bottom: 1px solid #dedede;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #333; font-weight: 400; font-size: 16px;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #0E6EB8; 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;}

.main-contact-inner{
	padding: 15px;
    background: url(/skin/img/main/main_bg.jpg) no-repeat center;
    height: 280px;
    text-align: center;
    border-radius: 5px;
}
.main-contact-inner > p{
	font-size: 22px;
    margin: 20px;
    text-align: center;
    color: #fff;
    font-weight: 300;
	line-height: 1.3em;
}
.main-contact-inner > ul{
	padding-left: 10px;
    font-size: 16px;
	text-align: center;
	margin-bottom: 28px;
}
.main-contact-inner > ul > li{
    color: #fff;
    font-weight: 600;
    font-size: 18px;margin-bottom: 5px;
}
.main-contact-inner > ul > li > span{
	font-weight: 300;
    margin-right: 10px;
}
.main-contact-inner > a{
	/* margin-top: 10px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    background: #171C60;
    font-size: 15px; */
	display: inline-block;
    padding: 10px 40px 10px 40px;
    border: 1px solid rgba(255,255,255,0.4);
    transition: .3s linear;
	color: #fff;
}
.main-contact-inner > a:hover{
    background: #FFF;
    color: #333;
	font-weight:600;
}
@media (max-width: 767px){
	.intro-html-layout .col-sm-12{
		padding: 0 15px !important;
	}
	.main-series .main-series-box{
		margin-bottom: 15px;
	}
	.intro-board-widget-layout .col-sm-12{
		padding: 0 15px !important;
		width: 100% !important;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.main-series .main-series-box{
		margin-bottom: 15px;
	}
	.intro-board-widget-layout .col-sm-12{
		padding: 0 15px !important;
		width: 50% !important;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}

.subHeader .container {
	height: 200px;
	background-image: url(/skin/img/sub/sub_title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.subHeader .container {
	text-align: center;
}
.subHeader .container h2{
    display: inline-block;
    color: #fff;
    font-size: 45px;
	margin-top: 55px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.subHeader .container .breadcrumb{
	background: transparent;
}
.subHeader .container .breadcrumb li.active{
	color: #fff;
}
.subHeader .container .breadcrumb li a{
	color: #ccc;
}
.subBody {
	padding-bottom: 100px;
}
.subBody .container {
    padding: 0;
}
.subWrapper .container{
	/* padding-left: 30px;
	padding-right: 30px; */
}
.subMenu-wrap{
	
}
.subMenu-wrap .container{
	padding-left: 15px;
    padding-right: 15px;
}
.subMenu > .nav{
	background: #ccc;
}
.subMenu > .nav > li{
	color: #333;
	margin: 0;
    text-align: center;
    border-right: 1px solid #eee;
}
.subMenu > .nav > li:last-child{
	border-right: 0;
}
.subMenu > .nav > li > a{
	background: transparent;
    padding: 12px 0;
    font-size: 15px;
	color: #333;
}
.subMenu > .nav > li.active, .subMenu > .nav > li.active:hover{
	background: #2468c6;
}
.subMenu > .nav > li.active a, .subMenu > .nav > li:hover a{
	color: #fff;
}
.subMenu > .nav > li:hover{
	background: #2468c6;
}
.subMenu > .nav > li.active:hover > a{
	background: transparent;
}
.subBody .container{
	padding-top: 30px;
}
.subContent .subContent_title{
	font-size: 36px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    letter-spacing: -2px;
    font-weight: 500;
}
.subContent_inner p{
	font-size: 15px;
}
@media (min-width: 768px){
	#About01 .subContent_inner > .row > .col-sm-4{
		float: right;
	}
}
[id^="About"] .subMenu > .nav > li{
	width: 20%;
}
[id^="Series"] .subMenu > .nav > li{
	width: 25%;
}
[id^="Customer"] .subMenu > .nav > li{
	width: 50%;
}
#About01 .col-sm-8 {
    padding-right: 50px;
}
#About01 .subContent_inner > .row > .col-sm-4 > img {
    margin-top: 20px;
}
#About01 .subContent_inner p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    color: #555;
}
.timeline{
	padding-left: 0;
}
.timeline > li:first-child {
    padding-top: 0;
}
.timeline .time-box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.timeline .time-box .year{
	text-align: center;
}
.timeline .time-box .year span {
    font-size: 40px;
    font-weight: 400;
    color: #ddd;
    font-style: italic;
    line-height: 1;
}
.timeline .time-box .issue{
}
.timeline .time-box .issue > ul {
    padding: 5px 0px;
}
.timeline .time-box .issue > ul > li {
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: -0.04em;
    color: #666;
}
.timeline .time-box .issue > ul > li > span {
	display: inline-block;
    width: 50px;
    font-weight: 500;
    color: #2a6fba;
}
.intro-html-layout .root_daum_roughmap{
	display: none;
}
.intro-html-layout .col-sm-12 {
    padding: 0;
}
#About03 img.img-responsive {
    padding: 50px 0 70px;
}
#About04 .subContent_inner img{
	    height: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#About04 .subContent_inner .row {
    margin-right: -5px;
    margin-left: -5px;
}
#About04 .col-xs-3 {
    margin-bottom: 10px;
    padding: 0 5px;
}
#About04 .col-xs-3 .inner {
    border: 1px #ddd solid;
    padding: 5px 10px;
}
#About05 .root_daum_roughmap{
	width: 100% !important;
}
#About05 .subContent_inner ul{
    padding-left: 0;
    margin-bottom: 40px;
}
#About05 .subContent_inner ul li{
	padding: 5px 0;
    margin-bottom: 5px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
}
#About05 .subContent_inner ul li span{
	font-weight: 600;
    display: inline-block;
    width: 70px;
}

#About05 .subContent_inner ul li span .fa{
	color: #171C60;
    margin-right: 5px;
    display: inline-block;
    width: 17px;
    text-align: center;
}
#About05 .subContent_inner p{
	font-size: 20px;
    text-align: center;
    font-weight: 500;
}
#About05 .subContent_inner p span{
	font-weight: 600;
    color: #0E6EB8;
    font-size: 25px;
}
#Product .subMenu-wrap{
	display: none;
}
#Product .subContent_inner h4{
	font-size: 24px;
}
#Product .subContent_inner [class^="product-img-"]{
	margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
#Product .subContent_inner [class^="product-img-"] img{
	margin-bottom: 30px;
}
#Product .subContent_inner .product-img-mid .col-sm-5 img{
	height: 526px;
	width: 100%;
}
#Product .subContent_inner .product-img-bottom{
	border-bottom: 0;
}
#Product .subContent_inner .product-img-bottom .col-sm-6:nth-child(2) img{
	height: 220px;
}
#Product .subContent_inner .product-img-bottom .col-sm-5 img{
	height: 545px;
}
[id^="Series"] .series-box{
	
}
[id^="Series"] .series-box .series-intro{
	margin-bottom: 30px;
}
[id^="Series"] .series-box .series-intro > .row > div:nth-child(2) {
    width: 66.666%;
    padding-left: 20px;
}
[id^="Series"] .series-box .series-intro img {
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 35px 0;
}

#Series03 .series-intro img {
    padding: 70px 20px;
}
#Series04 .series-box .series-intro img{
	padding:10px;
}

[id^="Series"] .series-box .series-intro h4 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin: 20px 0 20px;
	color: #171c60;
}
[id^="Series"] .series-box .series-intro .series-summary{
	
}
[id^="Series"] .series-box .series-intro dt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px;
    position: relative;
    padding-left: 15px;
}
[id^="Series"] .series-box .series-intro dt:before {
    content: "";
    width: 3px;
    height: 8px;
    background: #1972b1;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: skew(-30deg);
}
[id^="Series"] .series-box .series-intro dd {
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.02em;
    color: #666;
    margin: 2px 0;
}
[id^="Series"] .series-box .series-intro dd:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: 3px;
    top: 10px;
}
[id^="Series"] .series-table {
    padding-bottom: 120px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 120px;
}
[id^="Series"] .subContent_inner > .series-box:last-child .series-table {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
[id^="Series"] .series-table .table {
    margin-bottom: 10px;
    border-top: 2px solid #171c60;
}
[id^="Series"] .series-table .table thead{
	
}
[id^="Series"] .series-table .table thead tr{
	
}
[id^="Series"] .series-table .table thead th {
    background: #171c60;
    text-align: center;
    color: #fff;
}
[id^="Series"] .series-table .table tbody{
	
}
[id^="Series"] .series-table .table tbody tr{
	text-align: center;
	border-bottom: 1px solid #eee;
}
[id^="Series"] .series-table .table tbody tr th {
    background: #f6f6f6;
    text-align: center;
    vertical-align: middle;
}

[id^="Series"] .series-table .table tbody tr td {
    vertical-align: middle;
    color: #666;
}
[id^="Series"] .series-table .remark {
    padding-left: 5px;
    margin: 15px 0 0;
}
[id^="Series"] .series-table .remark li {
    font-size: 13px;
    color: #2a6fba;
    margin: 4px 0;
}
/* bbs */

#Customer01 .subContent .subContent_title{
	margin-bottom: 0;
	border-bottom: 0;
}
.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: 14px;
    border-bottom: 1px solid #ddd;
}
.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;}
.bbs-area .dh-view-box .dh-attach + div p{
	font-size: inherit;
}
/* mail form */
#Customer02 + div{
	display: none;
}
#Customer02 #mailForm{
	width: 98%;
	margin: 0 auto;
}
#Customer02 #mailForm .form-group label {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 5px 0 8px;
    padding: 0;
}

#Customer02 #mailForm .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    height: auto;
    padding: 8px 12px;
}
#Customer02 #mailForm .form-group .form-control:focus {
    border-color: #2d88d4;
}

#Customer02 #mailForm .btn-primary {
    display: block;
    width: auto !important;
    padding: 15px 40px;
    background: none;
    border: 1px solid #173e5d;
    border-radius: 0;
    text-shadow: none;
    color: #173e5d;
    box-shadow: none;
    font-size: 13px;
    transition: all 0.2s;
    margin: 0 auto;
    font-weight: 500;
}
#Customer02 #mailForm .btn-primary:hover, 
#Customer02 #mailForm .btn-primary:focus {
    background: #173e5d;
    color: #fff;
}
.checkbox label, .radio label {
	padding-left: 20px !important;
}
#Customer02 #mailForm label[for='mail_agree'] {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
}
@media (max-width: 767px){
	.subMenu > .nav > li{
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	[id^="About"] .subMenu > .nav > li, [id^="Series"] .subMenu > .nav > li{
		width: 100%;
		float: none;
	}
	.subBody .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	#About01 .col-sm-8{
		padding-right: 15px;
	}
	#About01 .col-sm-8 p{
		margin-bottom: 15px;
	}
	.timeline .time-box .year{
		text-align: left;
	}
	[id^="Series"] .series-box .series-intro > .row > div:nth-child(2){
		width: 100%;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */

.footer_copy .wrap-footer .footer-text{
	padding: 30px 30px 50px;
	background: #333;
	color: #d2d2d2;
    text-align: left;
}
.footer-text > p{
	font-size: 18px;
	float: left;
    margin-right: 45px;
}
.footer-text > ul{
	padding: 5px 0 0 0;
}
.footer-text > ul:after{
	content: '';
	clear: both;
	display: table;
}
.footer-text > ul > li{
	float: left;
	margin-right: 15px;
}
.footer-text > ul > li > address{
	margin-bottom: 0;
}
.footer-text > ul.footer-upper-list{
	margin-bottom: 0px;
    float: left;
}
.footer-text > ul.footer-lower-list{
	margin-bottom: 10px;
}
.footer-text > .copyrights{
	font-size: 0.8em;
    display: block;
    text-align: center;
	opacity: 0.6;
}
.footer_copy .text-center{
	background:#333;
}
@media (max-width: 767px){
	.footer_copy .wrap-footer .footer-text{
		text-align: center;
	}
	.footer-text > p{
		float: none;
		margin-right: 0;
	}
	.footer-text > ul.footer-upper-list{
		margin-bottom: 0;
		float: none;
	}
	.footer-text > ul > li{
		float: none;
		margin-right: 0;
	}
}
/* //푸터 */


.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;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
    .admin_btn{position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    padding: 5px 15px;
    color: #ddd;
    opacity: 0.4;
    border-radius: 5px;
    font-size: 11px;
	bottom: 10px;
	display: block;
	text-decoration: none;}
	.admin_btn:hover{color:#ddd;opacity: 0.8;}