@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', '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;
}

/*가로 100% 레이아웃 정의*/

.navbar-inverse+.container,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

/** 로고위치(상하) 조절 **/

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-brand img {
    margin: 20px 0 0 !important;
    max-width: 300px;
}

/** 메뉴구분선 삭제 **/

.navbar-inverse .divider-vertical {
	border-right-color: rgba(236, 205, 171, 1);
	border-left-color: rgba(195, 130, 16, 1);
	display: none;
}

/** 서브메뉴 하단 보더처리 **/
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 5px;
    background: #265c8d;
    left: 0;
    right: auto;
}
.navbar-nav .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    padding: 14px 20px;
    letter-spacing: -0.02em;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background: #2f73b0;
}
/**페이지 타이틀**/

.vs-title-box {
	background: #fff;
	border: 1px solid #ddd;
	background-image: url(/skin/img/title-deco.png) no-repeat right bottom;
	margin: 0 0 55px;
}

.vs-title-img img {
	width: 100%;
}

/**ClearFix**/

.dh-board,
.dh-view-box {
	clear: both;
}

/* navigation */

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	background: #fff;
	border-bottom: 0;
}

.navbar-collapse {
	margin: 0 -15px !important;
	border-bottom: 1px solid #eee !important;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 30px 20px 28px;
    color: #333;
    font-size: 17px;
    letter-spacing: -0.04em;
    text-shadow: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #4099ef;
}

.navbar-toggle {
	margin-top: 30px;
}

.btnEdit i,
.btnDelete i {
	color: #eee;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #333;
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #333;
}

.navbar .glyphicon {
	color: #333;
}

.caret {
	display: none;
}

/* //navigation */

/*  middle (right) - widget (NOTICE) */

.intro-widgetbox {
	padding: 0 0 10px;
	margin-top: 0;
}

.intro-widgetBoardbox {
	border: none;
}

.intro-widgetBoardbox>a {
	background: #fff;
	padding: 0 0 10px !important;
	margin: 35px 0 20px !important;
	position: relative;
}

.intro-widgetBoardbox>a:hover {
	padding: 5px 0px;
}

.intro-widgetBoardbox>a>h5 {
	padding-bottom: 8px;
	margin-top: 31px;
}

.fa-angle-right::before {
	content: url('/skin/img/default/btn_plus.png');
}

.intro-widget-list-box>ul {
	padding: 0;
	margin: 0 !important;
}

.intro-widget-list-box>ul>li {
	padding: 7px 0;
}

.intro-widget-list-box>ul>li+li {
	border-top: 0;
}

.intro-widget-list-box>ul>li>a {
	color: #666 !important;
	font-size: 13px;
	letter-spacing: -0.02em;
}

.intro-widget-list-box>ul>li .widget-list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
	white-space: nowrap;
}

.intro-widget-list-box>ul>li .widget-list-row-regdate {
	font-size: 12px;
}

/* middle2 */

.main .middle2,
.main .bottom {
	padding: 30px 0;
}

.main .middle2 .title {
	margin-bottom: 15px;
}

.main .middle2 .title h4 {
	padding-left: 50px;
}

.main .middle2 .title img,
.main .bottom .title img {
	float: left;
}

.main .middle2 ul {
	padding-left: 0;
}

.main .middle2 ul li::before {
	content: url('/skin/img/default/ico_arrow.png');
}

.main .middle2 ul li {
	list-style-type: none;
	line-height: 1.9;
	color: #7B7777;
}

.main .middle2 .contents-r img {}

/* bottom */

.main .bottom {
	color: #fff;
	background-color: #8f8f8f;
}

.main .bottom .title h4 {
	margin-top: 3px;
	margin-bottom: 20px;
	padding-left: 35px;
	font-weight: 400;
}

.main .bottom h5 {
	margin: 0 0 10px;
	font-size: 29px;
	font-weight: 600;
}

.main .bottom ul {
	padding-left: 20px;
}

.main .bottom ul li,
.main .bottom p {
	color: #f0f0f0;
	font-weight: 400;
}

.main .bottom p {
	padding-left: 35px;
}

/* //main page */

.menu-top {
	text-align: right;
	margin-top: 10px;
	color: #777;
	font-size: 12px;
}

.menu-top img {
	float: right;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 2px;
}

@media(min-width:992px) {
	.menu-top {
		padding: 0;
	}
}

@media (min-width:992px) {
	.container.sub-layout {
		padding: 0;
	}
}

.intro-board-layout .page-header {
	padding-bottom: 10px;
	margin: 15px 0;
	position: relative;
}

.intro-board-layout .page-header h4,
.intro-widgetBoardbox>a>h5 {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.intro-board-layout .page-header .fa::before {
	content: url('/skin/img/default/btn_plus.png');
}

.intro-board-layout .page-header .fa {
	position: absolute;
	top: 0;
	right: 0;
}

.intro-board-widget-layout>.intro-board-layout .intro-boardbox {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.intro-board-widget-layout>.intro-board-layout .intro-boardbox {
		padding: 0;
	}
	.intro-board-widget-layout>.intro-widget-layout {
		padding-right: 0;
	}
	.intro-board-widget-layout>.intro-board-layout {
		padding: 0 15px 0 0;
	}
}

@media (max-width:767px) {
	.intro-board-widget-layout>.intro-board-layout {
		padding: 0;
	}
}

.intro-board-widget-layout .intro-board-layout .thumbnail {
	border: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .075);
	box-shadow: 0 0 0 rgba(0, 0, 0, .075);
}

.intro-board-widget-layout .intro-board-layout .thumbnail a {
	background-size: cover !important;
	height: 90px !important;
	border: 0 !important;
}

.intro-board-widget-layout .intro-board-layout .thumbnail .caption {
	padding: 0 0 5px;
}

.intro-board-widget-layout .intro-board-layout .thumbnail .caption h5 a {
	font-size: 13px;
	font-weight: 600;
}

.dh-front-blog>.col-md-4>.thumbnail {
	min-height: 0;
	margin-bottom: 0;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption {
    padding: 0;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
    padding: 0 !important;
    color: #222;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption p {
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.6;
    height: 3.2em;
}

/*html 영역*/

.intro-html-layout,
.intro-html-layout .main-contents>div,
.intro-html-layout .main-contents>div>div>.main-sub-contents div:first-child {
	padding: 0;
}

@media (min-width:768px) {
	.main-contents .title {
		padding: 0;
	}
}

@media (min-width:768px) {
	.intro-html-layout .main-contents .tab-left {
		padding-left: 0;
	}
	.intro-html-layout .main-contents .tab-right {
		padding-right: 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.intro-board-widget-layout .intro-boardbox .dh-front-blog>div:last-child {
		display: none;
	}
}

@media (max-width:991px) {
	.intro-html-layout .main-contents .main-sub-contents .col-md-7 {
		padding: 0;
	}
}

.main-contents img {
	margin-bottom: 15px;
}

.main-contents .main-sub-contents {
	border-top: 1px solid #eee;
	padding-top: 25px;
}

.intro-html-layout .main-contents .title {
	font-size: 16px;
	color: #333;
}

.intro-html-layout .main-contents .sub-title {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.04em;
	margin: 0 0 15px;
}

.intro-html-layout .main-contents p {
	font-size: 13px;
	color: #666;
	letter-spacing: -0.04em;
}

/* 게시판 설정 시작 */

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .page-header {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6 !important;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.intro-boardbox .page-header h4 a {
    padding: 5px 0;
    color: #aaa !important;
    font-size: 20px;
    border: none;
    line-height: 1;
}
.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2-words:first-child {
	margin: auto;
}
.dh-front-list2 h6 a .list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
	padding-left: 13px !important;
    position: relative;
}
.dh-front-list2 h6 a .list-row-subject:before {
    content: "";
    background: #2f73b0;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: 0;
}
.dh-front-list2 h6 a span.list-row-subject:hover {
	color: #2b4995;
	text-decoration: underline;
}
.row-separator {
	display: none;
}
.list-row-regdate {
	float: right;
	color: #999 !important;
}
.list-row-contents {
	display: none;
}

/*=====----- 메일폼 설정 -----=====*/

#mailForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

#mailForm .form-group {
	margin: 0;
	padding: 25px 35px;
	background: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
}

#mailForm .form-group:first-child {
	border-top: 2px solid #000;
}

#mailForm .form-group:nth-child(5) {
	background: none;
	border: none;
	padding: 30px 25px;
}

#mailForm .form-group label {
	width: 15%;
	float: left;
	margin: 10px 0 0;
}

#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
	width: 85%;
	max-width: 935px;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mailForm .form-group input.form-control {
	height: 40px;
}

#mailForm .form-group p.error,
#mailForm .form-group~p.error {
	margin: 0;
	color: #4099ef;
	font-size: 12px
}

#mailForm .form-group~p.error {
	padding-left: 35px;
	margin: -15px 0 0;
}

#mailForm .form-group .checkbox {
	margin: -8px 0 0;
}

#mailForm .form-group .checkbox label {
	width: 100%;
	margin: 0;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 14px 0;
	border: 1px solid #bebebe !important;
	border-radius: 0;
	background: #fff !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #666;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.03em;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
	background: #4099ef !important;
	border: 1px solid #4099ef !important;
	color: #fff;
}

@media screen and (max-width: 991px) {
	#mailForm .form-group input.form-control,
	#mailForm .form-group textarea.form-control {
		max-width: 567px;
	}
}

@media screen and (max-width: 767px) {
	#mailForm .form-group {
		padding: 20px 15px;
	}
	#mailForm .form-group label {
		width: 20%;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.05em;
	}
	#mailForm .form-group input.form-control,
	#mailForm .form-group textarea.form-control {
		width: 80%;
	}
	#mailForm .form-group~p.error {
		padding-left: 15px;
		margin: 0;
	}
	input[type=button].btn-block,
	input[type=reset].btn-block,
	input[type=submit].btn-block {
		margin-top: 80px;
	}
}

/*=====----- 게시판 설정 -----=====*/

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
#mailForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

.bbs-list-index-layout .subPage .right_contents,
.bbs-list-view-layout .subPage .right_contents,
.bbs-list-edit-layout .subPage .right_contents {
	width: 100%;
	padding: 0;
}

/*=====----- 텍스트 게시판 설정 -----=====*/

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 16px 20px;
	color: #666;
	font-size: 14px;
}

.dh-board .table>thead>tr>th {
	background: #f9f9f9;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 2px solid #2d2d2d;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #000;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	border: none;
	background-color: #fff;
	width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: none;
	min-height: 110px;
	max-height: 110px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	margin-top: 0;
	float: none;
	text-align: left;
	display: none;
}

.txt-box-footer em {
	display: none;
}

.txt-box-footer em>span.regdate {
	font-style: normal;
	color: #666;
	font-size: 13px;
}

.txt-box-footer em>span:last-child {
	display: none;
}

.txt-box-footer small.hits {
	display: none;
}

@media screen and (max-width: 767px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
		margin: 10px 0 20px;
	}
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #4099ef;
}

.label-primary {
	color: #4099ef;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #4099ef;
	border: 1px solid #4099ef !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
	border: 1px solid #fff !important;
}

.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: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 23px;
	margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	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: 30px 20px 60px !important;
	min-height: 300px;
}

@media screen and (max-width: 991px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		padding: 60px 15px;
	}
}

@media screen and (max-width: 767px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		padding: 40px 15px;
	}
}

/* 게시판 설정 끝 */

/* personal setting 0.26v */

/* layout */

.mt-80 {
	margin-top: 80px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	margin: 0!important;
}

ul,
dl,
ol {
	padding: 0;
}

.body-layout {
	overflow-x: hidden;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

p {
	margin-bottom: 15px;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
	word-wrap: keep-all;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

/* 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 {
	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 */
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.06em;
}
.carousel-caption h2 span {
    display: block;
    margin-bottom: 8px;
    padding: 4px 0;
    background: #000000;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.3em;
}
.carousel-caption p {
	margin-top: 20px;
	font-size: 16px;
	color: #ddd;
}

/* personal setting 0.26v end */

/* navigation setting */

#nav-top {
	height: 30px;
	background: #2f73b0;
	text-align: right;
}
.pu-btn.lang {
    margin: 0 -2px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border: none;
}
.pu-btn.lang.active {
	text-decoration: none;
	background: #fff;
	color: #333;
	font-weight: 600;
}

/* mainpage setting */
.main-content h3 {
    margin: 0 0 20px;
    color: #222;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-align: center;
}
.main-business {
    padding: 60px 0;
}

.m-business-box {
	position: relative;
	padding: 0;
}

.m-business-box img {
	opacity: 0.5;
}
.m-business-box h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 70px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.m-business-box h4 span {
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translatex(-50%);
    width: max-content;
    border-top: 1px solid #eee;
    padding: 2px 0 0;
    color: #eee;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.08em;
}
.m-business-box:nth-of-type(2) h4 {
	background: rgba(47, 115, 176, 0.8);
}

.m-business-box:nth-of-type(3) h4 {
	background: rgba(74, 145, 207, 0.8);
}

.m-business-box:nth-of-type(4) h4 {
	padding-top: 70px;
	background: rgba(134, 181, 223, 0.8);
}

.m-business-box:nth-of-type(5) h4 {
	background: rgba(32, 79, 121, 0.8);
}
.main-news {
    padding: 60px 0;
    background: #f6f6f6;
}
.main-news .main-news-area h3{
	display: inline-block;
    padding: 0 20px;
    background: #f5f5f5;
    position: relative;
    left: 50%;
    top: -15px;
    transform: translatex(-50%);
}
.main-news-area .row > .col-md-12{
	position:relative;
}
.main-news-area .row > .col-md-12:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}
.intro-boardbox-15 {
	display: none;
}
.dh-front-blog>.col-md-4 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 260px;
}

.dh-front-blog>.col-md-4:nth-of-type(2) {
	border-left: none;
}

.dh-front-blog>.col-md-4>.thumbnail {
    text-align: center;
    border: none;
    background: none;
    margin: 0;
}

.dh-front-blog>.col-md-4>.thumbnail .label-danger {
	color: #d9534f!important;
}

.intro-boardbox-17 {
	width: 50%;
}
.intro-inquiry a {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    padding: 40px 30px;
    color: #333;
    background: url(/skin/img/main/m-inquiry.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    text-decoration: none;
}
.intro-inquiry h4 {
    position: relative;
    margin: 0 0 40px;
    color: #222;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.04em;
}
.intro-inquiry a:hover h4{
	color:#2f73b0;
}
.intro-inquiry h4 span {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
}
.intro-inquiry h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #222;
}
.intro-inquiry a:hover h4:after{
	background:#2f73b0;
}
.intro-inquiry .fa-mouse-pointer {
    position: absolute;
    right: -15px;
    bottom: -15px;
    opacity: 0.5;
    font-size: 150px;
    transition: all .5s ease;
}
.intro-inquiry a:hover .fa-mouse-pointer{
	color:#2f73b0;
	right:0;
	bottom:0;
	font-size:170px;
}
.intro-inquiry a .text-uppercase {
    color: #666;
    font-size: 13px;
    letter-spacing: 0.02em;
}
.intro-inquiry a:hover .text-uppercase{
	color:#5e9dd4;
}
.intro-inquiry .more {
    position: absolute;
    right: 220px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all .5s ease;
    background: #222;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.intro-inquiry a:hover .more {
    background: #2f73b0;
}
/* footer setting */
.footer_copy>div {
    padding: 40px 15px 20px;
    background: #242424;
    color: #eee;
    font-size: 12px;
    font-weight: 300;
}
.footer_copy ul {
    color: #aaa;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0;
}
.footer_copy ul:after {
	content: '';
	display: block;
	clear: both;
}
.footer_copy li {
    float: left;
    padding: 0 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_copy li:first-child {
	padding-left: 0;
	border-left: none;
}

/* subpage setting */

.subpage {}
.subpage .section p {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage .pageheader {
	width: 100%;
	height: 250px;
	background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size: cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 38px;
	color: #fff;
}
.pageheader .breadcrumb {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	color: #ccc;
	background: transparent;
}

.breadcrumb .active {
	color: #fff;
}

.subpage-content {
	padding: 40px 0 80px;
}
.subpage h3 {
    position: relative;
    margin: 20px 0;
    color: #222;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.subpage h3:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #2f73b0;
	position: absolute;
	left: 0;
	top: -10px;
}

.subpage h3 span {
	font-weight: bold;
	padding: 3px 10px;
	font-style: italic;
	color: #fff;
	background: #2f73b0;
}

/*table setting*/
.table-style{
	border-top:2px solid #2f73b0;
}
.table-style th{
	padding:15px!important;
	text-align:center!important;
	vertical-align:middle!important;
	font-size:16px;
	font-weight:600;
}
.table-style thead tr th{
	background:#4a91cf;
	color:#fff;
}
.table-style tbody tr th{
	background:#eee;
	color:#333;
}
.table-style td{
	padding:15px 20px!important;
	vertical-align:middle;
}
.table-style tr{
	border-bottom:1px solid rgba(0,0,0,0.2);
}
/* subpage company */

.company02-map {
	background: url(/skin/img/sub/company02.jpg) no-repeat center;
	background-size: contain;
}

.map-box {
	background: rgba(255, 255, 255, 0.5);
}

.map-box h4 {
	border-top: 2px solid #2f73b0;
	padding-top: 10px;
}

@media(min-width:768px) {
	.company02-map {
		padding: 130px 15px;
		height: 700px;
	}
	.company02-map .clearfix {
		margin-bottom: 150px;
	}
}

/* subpage business */
.vision{
	margin:20px 0;
}
.vision li {
    width: 80%;
    min-width: max-content;
    margin-bottom: 15px;
    padding: 10px 35px;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.06em;
    border-radius: 40px;
    background: #2f73b0;
}
.vision-img{
	margin-top:70px;
}
.business-box{
	padding:20px;
}
.business-box h4 {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    font-weight: 600;
    color: #222;
    font-size: 17px;
    letter-spacing: -0.04em;
    text-align: center;
}
/* subpage support */
.co-op .card {
    min-height: 180px;
    border-radius: 2px;
    padding: 30px 20px;
}
.co-op h4 {
    position: relative;
    margin: 0 0 40px;
    font-size: 24px;
    color: #2f74b0;
    font-weight: 300;
    letter-spacing: -0.06em;
}
.co-op h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #2f74b0;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.co-op .card p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    margin: 0;
}
#support02 .subpage-content,
#support03 .subpage-content,
#support04 .subpage-content,
#notice .subpage-content{
	padding:0;
}

/* ----- 블로그 게시판 설정 ----- */
.dhb-txt-box {background: transparent; margin: 0 0 10px; padding: 20px 0;}
.dhb-txt-box > .text-right {display: none;}
.dhb-txt-box .dhb-txt-list {border: none; width: 100%;}
.dhb-txt-box .dhb-txt-list .row > div:nth-child(1) {width: 30%;}
.dhb-txt-box .dhb-txt-list .row > div:nth-child(2) {width: 70%; padding: 0 30px;}
.dhb-txt-box .dhb-txt-list .row h4 strong a {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
}
.dhb-txt-box .dhb-txt-list .row h4 strong a:hover{color: #558ED5;}
.dhb-txt-box .dhb-txt-list .row h5 {
	height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;}
.dhb-txt-box .dhb-txt-list .row h5 a {
	color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.dhb-txt-box .dhb-txt-list .thumb-hidden {
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}