@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato|PT+Serif');
html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:84px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'pt serif','Malgun Gothic', 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;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #080808;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    margin-top: 0;
    padding: 28px 15px;
    font-family: 'pt serif',serif !important;
    font-size: 24px;
    color: #fff!important;
}
.navbar-brand img {
	padding-top: 32px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    padding: 32px 15px 15px;
    margin: 0px 0px 0px 0px;
    font-family: 'Lato', sans-serif !important;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-shadow: none;
    opacity: 0.75;
	transition: 0.3s;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 1;
}
.dropdown-menu {
    padding: 0px;
    background: #080808;
    border-radius: 0px;
    border: none;
    right: 0 !important;
    left: 0 !important;
      min-width: 185px;
}

.dropdown-menu li {
    padding: 0;
}
.caret{display:none;}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a {
    font-family: 'Lato',sans-serif !important;
    background-color: transparent;
    color: rgba(255,255,255,0.75);
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid rgba(255,255,255,0.16);
    transition: 0.3s;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    background: #0064ce;
    color: #fff;
}
/* 상단 서브 메뉴 설정 끝*/
/*---------------------------------------skin design---------------------------------------------*/
.navbar-inverse .divider-vertical {
    display:none;
}
.navbar-inverse .navbar-toggle {
    margin: 13px 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #41577D;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, 
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
}

@media screen and (max-width:767px){
	.body-layout {
		padding-top: 55px;
	}
	.navbar-brand {
		font-size: 15px;
		padding: 15px;
	}
}

.intro-board-layout .page-header{display:none;}

/* social area */
.footer-social-layout {
    display: none;
}
/* ------------------------------------------------------------------------------- */
.container.container_slide {
    width: 100%;
    padding: 0;
}
.intro-widget-layout {
    width: 100%;
    padding: 0;
    display:none;
}
.navbar ~ br {
    display: none;
}
.topmarginLay_a {
    height: 84px !important;
}
@media screen and (max-width: 767px){
	.topmarginLay_a{
			margin-top:-20px !important;		
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #273184;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #555555;
	}
	.navbar-nav .open .dropdown-menu{
	border-bottom: 1px solid #ddd;
    padding: 11px 0;	
	}
}

/* 게시판 */
.dh-board {
    max-width: 1170px;
    margin: 0 auto 80px;
    padding: 0 15px;
    font-family: "Lato";
    color: #666;
}
.dh-board>.table-hover {
    margin: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.dh-board>.table-hover th {
    border-bottom: 1px solid #333;
    padding: 20px;
}
.dh-board>.table-hover td {
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0;
}
.dh-board>.table-hover td strong a {
    font-weight: 400;
    color: #666;
}
.table-hover>tbody>tr:hover {
    background-color: #fcfcfc;
}
.dh-board>.table-hover tr:hover td strong a {
    color: #0064ce;
}
.bbs-list-index-layout .subpage-content,
.bbs-list-add-layout .subpage-content,
.bbs-list-view-layout .subpage-content{
	min-height: 0;
    padding: 80px 0 0;
}
/* 블로그게시판 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
    margin: 0px 0px;
    padding: 15px 15px;
}
.dhb-txt-box-type-b h4 strong a {
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}
.dhb-txt-box-type-b-text-layout h5 {
    display: none;
}
.dhb-txt-box-type-b .thumb-hidden {
    border: 0px solid #FFF;
    box-shadow: none;
    height: 120px;
}

/* Btn, pagination */
#btnNew {
    background: #0064ce;
    border: 1px solid #0064ce;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.input-group .input-group-btn button, .input-group .input-group-btn input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.dh-margin-top {
    margin-top: 30px;
}
.page-nav {
    padding: 0 15px;
}
.pagination{margin:30px 0 0}
.pagination > li > a {
    border-radius: 0px !important;
}

.pagination > li > a:hover {
    border-bottom: 1px solid #ddd !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #0064ce;
    border-bottom: 1px solid #0064ce !important;
}


/* 글읽기, 쓰기 */
.dh-view-box {
    max-width: 1170px;
    margin: 0 auto 70px;
    padding: 0 15px;
}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 20px;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 24px;
}
.dh-view-box.dh-margin-topx2 > .row {
    margin: 0;
}
.dh-view-box>.row>.dh-view-info {
	display:none;
}

.dh-line ~ .col-xs-12 {
    padding: 0;
}
.dh-line ~ div.col-xs-12 {
    margin-bottom: 80px;
}
form#insertForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
form#insertForm > h2 {
    margin-top: 0;
}

/* 폼메일 */
form#mailForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
form#mailForm .btn-primary {
    color: #0064ce;
    background: #fff;
    max-width: 180px;
    border: 1px solid #0064ce;
    padding: 15px 4px;
    font-size: 16px;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    margin: 100px auto 0;
    transition: 0.3s;
}
form#mailForm .btn-primary:hover,
form#mailForm .btn-primary:focus {
    background: #0064ce;
    color: #fff;
}
form#mailForm .form-control {
    border-radius: 0px;
    box-shadow: none;
}
#mailForm label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
/* 게시판, 모듈 하단 공백 */
.contact-mail-layout{margin-bottom:80px}

/* login */
.login-layout {
    max-width: 1170px;
    margin: 50px auto 90px;
}

.login-layout .panel {
    box-shadow: none;
    border-radius: 0px;
    background: #f3f3f3;
    border: none;
}
.login-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
}
.login-layout .btn-warning {
    background: #0064ce;
    border-radius: 0px;
    border: 1px solid #0064ce;
    box-shadow: none;
    padding: 8px 0;
}
/* personal setting 0.29v */
/* layout */
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.ml-20{margin-left:20px!important;}
.ml-30{margin-left:30px!important;}
.ml-40{margin-left:40px!important;}
.mr-20{margin-right:20px!important;}
.mr-30{margin-right:30px!important;}
.mr-40{margin-right:40px!important;}
.mg-0{margin:0!important;}
.pd-0{margin:0!important;}

/* img */
.img-cover{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.img-contain{
	width:100%;
	height:100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.max-90{
	width:90%!important;
	margin:0 auto;
	display:block;
}
.img-bordered{border:1px solid #ddd;}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}
.vertical-center{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
}
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-colored{color:#276dbf!important;}
.text-bold{font-weight:bold!important;}
.text-underline{text-decoration:underline!important;}
.text-italic{font-style:italic!important;}

/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-dash > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}

/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	padding:15px;
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    /* left: 50%; */
    right: auto;
    top: 34%;
    bottom: auto;
    /* transform: translate(-50%,-50%); */
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: auto;
    right: auto;
}
.carousel-caption h2 {
    display: inline-block;
    margin: 0;
    font-size: 56px;
    color: #fff;
    font-family: 'pt serif','serif'!important;
    text-shadow: none;
}
.carousel-caption h2 span {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}
.carousel-caption p{
	margin-top:20px;
	font-size:16px;
	color:#ddd;
}
.carousel-indicators {
    bottom: 80px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: none;
    background: #888;
    margin: 0 4px;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.45);
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 4px;
}
.carousel-control {
    display: none;
}
/* personal setting 0.29v end */
a{color:#555;}
a:hover,
a:focus{
	color:#0064ce;
	text-decoration:none;
}

/* navigation setting */

/* mainpage setting */
.main-content .title h3 {
    margin-top: 0;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1;
}
.main-product {
    padding: 100px 0;
    background: #ffffff;
}
.main-product h4 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
    font-size: 22px;
    margin: 0 0 15px;
}
.main-product h4 a{
	display:none;
	padding-right:15px;
	float:right;
	color:rgba(255,255,255,0.5);
}
.main-product h4 a:hover{
	color:#fff;
}
.m-product-box li {
    margin-bottom: 4px;
    font-family: "Lato" !important;
    color: #666;
}
.m-product-box li:before{
	content:'·';
	margin-right:10px;
}
.main-news {
    padding: 100px 0;
    background: #0064ce url(/skin/img/main/main-news-bg.png) no-repeat;
    background-size: cover;
}
.main-news h3{
	color:#fff;
}
.dh-front-list2-words:first-child {
    margin-top: 0;
    padding: 0;
}
.main-news h6 {
    margin: 0 0 15px;
    font-size: 18px;
}
.main-news .list-row-regdate{
 	display:none;
/*	margin-top:10px;
	text-align:right;
	font-size:14px; */
}
.main-news .row-separator,
.main-news .label-danger{
	display:none;
}
.main-news .list-row-subject {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 400;
}
.main-news a {
    color: rgba(255,255,255,0.75);
    font-family: "Lato", sans-serif !important;
    line-height: 1.8;
}
.main-news .dh-front-list2-words:hover a,
.main-news .dh-front-list2-words:hover .list-row-subject{
	text-decoration: underline;
}
.intro-boardbox-13{
	display:none;
}
.main-contact {
    padding: 100px 0;
}
.main-contact h3{
	margin-bottom:20px;
}

/* footer setting */
.footer_copy > div {
    padding: 30px 15px;
    background: #080808;
    color: #888;
    font-size: 13px;
}
.footer_copy p {
    text-align: center;
    margin-bottom: 3px;
}
.footer_copy ul {
    margin: 5px auto 15px;
    width: 100%;
    text-align: center;
    max-width: 780px;
}
.footer_copy li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.footer_copy ul li:nth-child(4){
	border-right:none;
}
/* subpage setting */
.subpage .pageheader{
	width:100%;
	height:350px;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size:cover;
}
.subpage .pageheader .container {
    position: relative;
    height: 100%;
    text-align: center;
    padding-top: 130px;
}
.pageheader h2 {
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 25px rgba(0,0,0,0.6);
    margin: 0 0 0;
}
.pageheader .breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    background: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    font-family: "Lato", sans-serif;
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding: 80px 0 80px;
    min-height: 380px;
}
.subpage-content p {
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.subpage-content .quote {
    margin: 20px 0;
    font-size: 28px;
    line-height: 40px;
    font-family: "pt serif", serif !important;
    color: #222;
}
.subpage-content h3 {
    margin: 0 0 50px;
    font-size: 28px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
/* table setting */
.table-style{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.table-style tr th,
.table-style tr td{
	font-size:16px;
	vertical-align:middle;
	padding:15px!important;
	border-bottom:1px solid #e0e0e0;
}
.table-style thead tr th,
.table-style tbody tr th{
	text-align:center;
}

/* subpage ceo */
.ceo-img {
    box-shadow: 9px 9px 25px rgba(0,0,0,0.10);
}
@media screen and (min-width:992px){
	.ceo-text {
		padding-left: 60px;
		padding-top: 20px;
	}
}
/* subpage intro */
.intro-img {
	box-shadow: 9px 9px 25px rgba(0,0,0,0.10);
}
.intro-text{
	padding-left: 60px;
    padding-top: 60px;
}
#ceo .name{
	font-size:18px;
	text-align:right;
	font-weight:bold;
  margin-top: 50px;
}

/* subpage history */
#history .table-style {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#history .table-style tr th {
    font-size: 24px;
    font-weight: 400;
}
#history .table-style tr td {
    vertical-align: middle;
    color: #666;
    font-family: "Lato", sans-serif;
}
#history .table-style tr:last-child th, 
#history .table-style tr:last-child td {
    border-bottom: none;
}
/* subpage product */
.product-box .card {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    color: #666;
    padding: 35px 15px;
    transition: 0.3s;
}
.product-box .card:hover {
    border: 1px solid #333;
    color: #333;
}
.product-box h4 {
    text-align: center;
    font-size: 16px;
    margin: 0;
}