@charset "utf-8";

/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700&display=swap');
/* 스크롤 설정 */
html { overflow-x: hidden; overflow-y: scroll; }

/* 폰트 설정 */
div, h1, h2, h3, h4, h5, h6, p, span, small, section, main { font-family: 'Roboto', 'Noto Sans KR', "NanumGothic", sans-serif !important; -webkit-font-smoothing: antialiased; }
.fa { font-family: "FontAwesome" !important; }
.glyphicon { font-family: "Glyphicons Halflings" !important; }
ol, ul, li { list-style: none; margin: 0; padding: 0; }
a, a:hover, a:focus, a:link, a:visited {text-decoration: none !important;}
.navbar-inverse + br,
.topmarginLay_a{
	display:none!important;
}

/* 상단 메뉴 */
@media(min-width:768px) {
	.navbar-inverse {
		position: fixed;
		left: 0;
		top: 0;
		width: 230px;
		height: 100vh;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 15px;
		margin-bottom: 0;
		border: 0;
		background: #ffffff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.is_sub .navbar-inverse{
		width:100%;
		height: 80px;
		padding: 28px 0;
	}
    .is_sub .lang-btns{
    	top:30px;
    }
	.navbar-inverse .navbar-right {
		display: none;
	}

	#site .footer_copy,
	#myCarousel,
	.main-content,
	.login_wrapper {
		padding-left: 230px;
	}
	.is_sub #site .footer_copy,
	.is_sub #myCarousel,
	.is_sub .main-content,
	.is_sub .login_wrapper {
		padding-left: 0;
	}

	.site-link{
		margin:0;
		min-width:90%;
		position:absolute;
		left:50%;
		bottom:50px;
		transform:translateX(-50%);
		display:flex;
		text-align:center;
	}
	.is_sub .site-link{
		display:none;
	}
	.site-link li{
		width:50%;
		padding:0 15px;
		line-height: 1.3;
		letter-spacing: 0;
		font-size: 13px;
	}
	.site-link li + li{
		border-left: 1px solid rgba(255,255,255,0.3);
	}
	.site-link li a{
		color:#fff;
	}

	#site .navbar-brand {
		display: block;
		margin: 90px auto 0;
		padding: 0px;
		float: none;
		height: auto;
	}
	.is_sub #site .navbar-brand{
		margin: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	.navbar-brand img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
		padding: 0 15px;
	}
	/* .is_sub #site .navbar-brand img{
		height:60px;
	} */

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
		width: 100%;
	}

	#site .navbar-header,
	#site .navbar-right {
		float: none !important;
		margin: 0;
		width: 100%;
	}

	.navbar-inverse .container {
		max-width: 100%;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
	}

	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus {
		color: #fff;
	}

	.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
	.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
	.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
		background: none;
		color: #fff;
	}
}



@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		top:5px;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #333;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: .25rem;
		border: 1px solid #d5d5d5;
		padding: 10px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 5px 20px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 20px 25px;
	}
}

/* 슬라이드 설정 */
#myCarousel{
	position:relative;
}
.container.container_slide {
	width: 100%;
	padding: 0;
}
.carousel-control { display: none; }
.carousel-indicators {
    /* background: rgba(0, 0, 0, 0.3); */
    bottom: 0 !important;
    left: 230px;
    padding: 15px 0;
    margin: 0;
    width: calc(100% - 230px);
}
.carousel-indicators li {
    width: 50px;
    height: 10px;
    margin: 0 3px !important;
    background-color: #fff;
	border: none;
    border-radius: 3px;
}
.carousel-indicators .active {
	width: 50px;
    height: 10px;
    background-color: #6190d1;
}
.fill {height: 100vh;}
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 24%;
    bottom: auto;
    text-align: left;
    left: 10%;
    right: 10%;
    transform: none;
}
.fill h1, .fill p {margin: 0;color: #333;}
.fill h1 span, .fill p span {
	background: none;
	opacity: 1;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0;
}
.fill h1 span P{
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #003165;
}
.fill h1 span .caption-line {
}
.fill p span {
    font-size: 28px;
    letter-spacing: -0.03em;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
	.carousel-caption {
		padding: 35px 30px !important;
		width: 50% !important;
		margin: -113px auto 0;
		left: 0;
		right: 0;
	}
	.fill {
		height: 360px !important;
	}
}

@media screen and (max-width: 767px) {
	.carousel-caption {
		width: 100% !important;
	}
	.fill {
		height: 440px !important;
	}
}

/* 하단 카피라이트 설정 시작*/
.container.footer-social-layout { display: none; }
.footer_copy .text-center {
    background-color: #393f47;
    padding: 35px 0 30px;
    margin: 0;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.policy li, .info li {
    float: left;
    padding: 0;
}
.info li {
	margin-right: 15px;
	font-size: 14px;
}

.policy li {
    margin-bottom: 15px;
    font-size: 14px;
}
.policy li a {
    color: #ddd;
    margin-right: 25px;
}
.footer_copy p {
    margin: 11px 0 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
}
.footer_copy .text-center > .container ~ br {
    display: none;
}
@media screen and (max-width: 991px) {
	.footer_copy .footer-wrap {
		width: 100%;
	}
}
/* 하단 카피라이트 설정 끝*/


/* table 영역 설정 */
.table-style {
    width: 100%;
    border-top: 1px solid #333;
}
.table-style tr th, .table-style tr td {
    padding: 20px 25px !important;
    line-height: 1.6!important;
    vertical-align: middle !important;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.table-style tr th {
    color: #333 !important;
    font-weight: 500;
    background-color: #f9f9f9;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    white-space: nowrap;
    text-align: center;
}
.table-style tr td {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

/* //table 영역 설정 */

/* 게시판 설정 시작 */

/*=====----- 메일폼 설정 -----=====*/

#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: #0c4ca3;
	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: 15px 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: #0c4ca3 !important;
	border: 1px solid #0c4ca3 !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: 0 0 70px;
}
.form-horizontal h2 {
    display: none;
}
.form-horizontal .control-label {
    font-size: 15px;
}
.bbs-list-index-layout .content,
.bbs-blog2-index-layout .content,
.bbs-list-view-layout .content,
.bbs-blog-view-layout .content,
.bbs-list-edit-layout .content,
.bbs-list-add-layout .content,
.contact-mail-layout .content {
	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: 15px 15px;
    color: #666;
    font-size: 15px;
}
.dh-board .table>thead>tr>th {
    background: #f9f9f9;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
	white-space: nowrap;
}
.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: 1px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.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;
}
/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #0c4ca3;
}

.label-primary {
	color: #0c4ca3;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #999;
	border: 1px solid #999 !important;
}
.pagination>li>a, .pagination>li>span {
    padding: 3px 10px;
    font-size: 14px;
}

.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;
}
.btn-default, .input-group-btn:last-child>.btn {
    border-radius: 0;
}
.btn {
    padding: 9px 15px;
}
.form-control {
    height: 40px;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 16px;
}
/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-bottom: 0;
	padding: 35px 15px 15px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 27px;
	margin: 0;
	letter-spacing: -0.034em;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	padding: 0px 15px 30px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
	font-size: 14px;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
	font-weight: 500;
}

.dh-view-box .dh-attach h6 {
	margin: 0 0 0;
	padding: 15px 0 0;
	font-size: 14px;
}

.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;
	}
}

/* 게시판 설정 끝 */

/* 회원가입 */

.login-layout,
.id-find-layout,
.pw-find-layout {
	background: #efefef;
	min-height: 790px;
}

.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout {
	margin-top: -20px;
}

.join-agree-layout,
.join-layout {
	width: 1170px;
	margin: 0 auto 70px;
}

.join-agree-layout .panel,
.join-layout .panel {
	border: 1px solid #dedede;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
}

.join-agree-layout .panel-heading,
.join-layout .panel-heading {
	background-image: none !important;
	background-color: #f7f7f7 !important;
}

.join-agree-layout .btn-primary,
.join-layout .btn-primary {
	background-color: #0c4ca3 !important;
	border: 0px;
	border-radius: 0;
}

@media screen and (max-width: 991px) {
	.login-layout,
	.id-find-layout,
	.pw-find-layout {
		width: 100%;
		margin: 0;
	}
}

/* 로그인 / 아이디, 비밀번호 찾기 */

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
	border-radius: 8px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	min-height: 440px;
	margin: 0;
	padding: 50px 30px 80px;
}

.login-layout .panel-body h2,
.id-find-layout .panel-body h2,
.pw-find-layout .panel-body h2 {
	margin: 0;
	color: #454545;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p,
.id-find-layout .inner-box-msg p,
.pw-find-layout .inner-box-msg p {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.login-layout .inner-box-form form label,
.id-find-layout .inner-box-form form label,
.pw-find-layout .inner-box-form form label {
	font-size: 14px;
}

.login-layout .inner-box-form form label.error,
.id-find-layout .inner-box-form form label.error,
.pw-find-layout .inner-box-form form label.error {
	font-weight: 400;
	color: #0c4ca3;
	font-size: 12px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: #fff !important;
	border: 1px solid #d5d5d5;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
	background-image: none;
	background-color: #2a2a2a;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:focus,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:focus,
.pw-find-layout .btn-warning:hover {
	background: #0c4ca3;
}

.login-layout form>div>p>a {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #777;
}

.login-layout form>div>p>a:hover {
	color: #303030;
}

.login-layout form>div>p>a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
	content: "";
}

.id-find-layout .panel-body,
.pw-find-layout .panel-body {
	margin-top: 40px;
}
/* personal setting 0.14v */
/* layout */
.mt-40{margin-top:40px!important;}
.mt-20{margin-top:20px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-20{margin-bottom:20px!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;font-size: 16px;}
*{
	box-sizing:border-box;
	word-break:keep-all;
	word-wrap:break-word;
}
/* 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;
}
.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;
}

/*list style*/
.li-none > li{list-style:none!important; }
.li-circle > li{list-style:circle!important; }
.li-disc > li{list-style:disc!important; }
.li-check > li,
.li-dash > li,
.li-dot > li{ padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
/* effect */
.e-fadein{
	opacity:0;
	transition:all .4s ease;
}
.e-fadein:hover{
	opacity:1;
}
.e-fadeout{
	opacity:1;
	transition:all .4s ease;
}
.e-fadeout:hover{
	opacity:0;
}
/* personal setting 0.14v end */

.intro-boardbox, .list-row-contents { display: none; }

/* mainpage setting */
.main-link li {
    float: left;
    padding: 5px;
    width: 33.33336%;
    height: 130px;
}
.main-link li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #bbb;
    background: #fff;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: left;
    line-height: 55px;
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}
.main-link li a:hover,
.main-link li a:hover:before{
	color:#fff;
	background:#1f497d;
}
/* .main-link li:nth-child(2) > a { background: #0070c0; }
.main-link li:nth-child(3) > a { background: #6190d1; }
.main-link li:nth-child(4) > a { background: #10253f; }
.main-link li:nth-child(5) > a { background: #00b050; }
.main-link li:nth-child(6) > a { background: #e46c0a; } */
.main-link li > a:before {
    font-family: "FontAwesome" !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #555;
    font-size: 80px;
    margin-left: 0;
}
.main-link li:nth-child(1) > a:before {
    content: "\f0ea";
	font-family: "FontAwesome" !important;
}
.main-link li:nth-child(2) > a:before {
    content: "\f24e";
	font-family: "FontAwesome" !important;
}
.main-link li:nth-child(3) > a:before {
    content: "\f1b3";
	font-family: "FontAwesome" !important;
}
.main-link li:nth-child(4) > a:before {
    content: "\f2d2";
	font-family: "FontAwesome" !important;
}
.main-link li:nth-child(5) > a:before {
    content: "\f2d2";
}
.main-link li:nth-child(6) > a:before {
    content: "\f080";
}

.nav-tabs {
    position: relative;
    z-index: 2;
    border: none;
}
.nav-tabs > li { margin-bottom: -1px; }
.nav-tabs > li > a {
    background: none !important;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.nav-tabs>li>a:hover{
	border-color:transparent;
	border-color:transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #fff !important;
    border: 2px solid #0d4ca3;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    color: #111;
    font-weight: 500;
}

@media(max-width:767px){
	.main-link li{
		width:50%;
	}
	.main-link li a{
		padding:0 8px;
	}
}
/* 메인페이지 게시판 설정 */
.intro-board-widget-layout {
	display:none;
    padding-top: 50px;
    padding-bottom: 80px;
}
.intro-board-widget-layout .front-panel > .panel {
    border: 1px solid #e5e5e5;
    border-top: 2px solid #0d4ca3;
    position: relative;
    top: -1px;
    z-index: 1;
    margin: 0 0 35px;
}
.intro-board-widget-layout .front-panel > .panel .panel-body {
    padding: 25px 15px;
}
.dh-front-list2-words { margin: 0 !important; }
.dh-front-list2 h5 { display: none; }
.dh-front-list2 h6 {
    padding: 5px 10px !important;
    line-height: 1.5;
    position: relative;
}
.dh-front-list2 h6:before {
    content: "";
    background: #0d4ca3;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 15px;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.dh-front-list2 h6 a .list-row-subject {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}
.dh-front-list2 h6 a span.label {
	color: #0c4ca3 !important;
}
.dh-front-list2 h6:hover a span {
	text-decoration: none !important;
}
.dh-front-list2 h6:hover a span.list-row-subject {
    color: #0d4ca3 !important;
    font-weight: 500;
    text-decoration: underline !important;
}
.list-row-contents {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.list-row-regdate {
	float: right;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #999 !important;
}
.row-separator {
	display: none;
}
@media screen and (max-width: 767px) {
	.dh-front-list2 h6 a span.list-row-regdate {
		display: block;
		padding: 8px 10px 0 0;
		float: none;
	}
}

.main-referance { margin: 0; }
.main-referance .col-sm-2, .main-referance .col-sm-10 {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    height: 120px;
}
.main-referance .col-sm-2 {
    text-align: left;
    background: #0d4ca3;
    padding: 20px 25px;
    position: relative;
}
.main-referance .col-sm-2 h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.main-referance .col-sm-2:after {
    content: "\f12e";
    font-family: "FontAwesome";
    color: rgba(255, 255, 255, 0.5);
    font-size: 80px;
    position: absolute;
    left: 50%;
    bottom: -30px;
}
.main-referance .col-sm-10 {
    padding: 15px 25px;
    min-height: max-content;
}
.referance-list:after {
    content: "";
    display: block;
    clear: both;
}
.referance-list li {
    float: left;
    margin-left: 2px;
    margin-top: 2px;
}
.referance-list li a {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.05em;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #0d4ca3;
    display: inline-block;
}
.referance-list li:hover a, .referance-list li:focus a {
    color: #fff;
    background: #0d4ca3;
}

@media(min-width:768px){
	.navbar-collapse {
	}
	.navbar-right {
    float: left !important;
    margin-left: 50px;
    margin-right: auto;
}
	.main-referance .col-sm-2 {
		border-right: none;
	}
}

.main-service {
	position: relative;
	padding: 110px 0 100px;
	background: #ececec;
	overflow: hidden;
}

/* .main-service:before {
    content: "";
    width: 264px;
    height: 482px;
    background: url('/skin/img/main/main-service-pic.png') no-repeat center;
    position: absolute;
    right: 6.2%;
    bottom: -11%;
} */
.m-service {
	margin: 0 -5px;
}
.main-content .main-service .title{
	margin-bottom:0;
}
.main-service .title .inner{
	position:relative;
	color:#fff;
	background: #405872;
}
.main-service .title .inner:before{
	content:'';
	display:block;
	width:100px;
	height: 5px;
	background:#fff;
	position:absolute;
	left:0;
	top: 55px;
}
.main-content .main-service .title h3{
	margin-top: 30px;
	padding-left:30px;
	color:#fff;
	text-align: left;
	font-size: 56px;
}
.main-service .title h3 span{
	display:block;
	margin-top:15px;
	font-size:16px;
	font-weight:400;
}
.main-service .title .inner:hover h3 span{
	text-decoration: underline;
}
.m-service > div{
	padding: 0 5px;
	margin-bottom: 6px;
}
.m-service a:hover {
	z-index:1;
	box-shadow:0px 5px 20px -3px rgba(0,0,0,0.14);
	background: #0d4ca3;
	color: #fff;
}

.m-service a img{
	margin-bottom: 26px;
}

.m-service a {
	position:relative;
	display: block;
	text-align: center;
	color: #333;
	padding: 58px 15px 60px;
	transition: all .3s ease;
	background: #fff;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	min-height:254px;
}
.m-service .title a{
}

/* subpage setting */
/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.subpage{
	margin-top: 80px;
}
.pageheader {
	height: 185px;
	background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
	position: relative;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
	margin: 65px 0 0;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
}
.pageheader h2 span{
	display:block;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.subpage-content {
	padding-top: 90px;
	padding-bottom: 65px;
}

.subpage-content .emp {
	font-weight: 600;
	color: #287f8c;
}
.snb {position: relative;z-index: 5;text-align: center;height: 81px;border-bottom: 1px solid #eee;}

.snb ul {
	margin: 0 -30px;
	padding: 0;
	text-align: left;
}

.snb li {
	display: inline-block;
	margin: 0;
}

.snb li a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding: 27px 0 23px;
	opacity: 0.6;
	border-bottom: 4px solid transparent;
	color: #333;
	margin: 0 20px;
	min-width: 35px;
	text-align: center;
	letter-spacing: 0.034em;
}
.snb li a:hover{
	border-color: #bababa;
}

.snb li.active a {
	border-color: #00aaff;
	opacity: 1;
	font-weight: 600;
}

.s-title {
	position: relative;
	padding-top: 34px;
	margin-bottom: 80px;
}

.s-title h3 {
	margin: 15px 0px 0;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
}

.breadcrumb {
	position: absolute;
	left: 18px;
	top: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 17px;
	/* font-size: 13px; */
	color: #999;
}
.breadcrumb>li {
    font-size: 14px;
}
.breadcrumb>li+li:before {
    padding: 0 3px;
}
.breadcrumb li:not(.active){
	cursor:pointer;
}
.breadcrumb .active {
	color: #0d4ca3;
	font-weight: 500;
}

.subpage-content {
	padding-top: 90px;
	padding-bottom: 65px;
}

.subpage-content .emp {
	font-weight: 600;
	color: #287f8c;
}

.subpage-content section {
	padding-bottom: 100px;
}
.subpage-content section h3.small-title{
	margin-bottom: 50px;
	font-size: 32px;
	color: #0082c3;
	text-align: left;
	letter-spacing: -0.06em;
	font-weight: 400;
	position: relative;
}
.subpage-content section h3.small-title:before{
	content: '';
	display:inline-block;
	margin-left: 5px;
	width: 55px;
	height: 1px;
	background: #2c98ce;
	top: -17px;
	left: -3px;
	position: absolute;
}
.subpage-content section h4 {
	position: relative;
	margin: 0 0 35px;
	font-size: 28px;
	letter-spacing: -0.034em;
	color: #333;
	font-weight: 700;
}
.subpage-content section h4:before{
	content:'';
	display:block;
	margin-bottom:10px;
	width:40px;
	height:4px;
	background:#0c4ca3;
	display: none;
}
.subpage-content section h4 .numbering{
	display:none;
}
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #2293d5;
	margin-right: 15px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 20px;
	letter-spacing: -0.04em;
	/* background: #f5f5f5; */
	font-weight: 500;
	color: #003655;
}
.subpage-content section h5 span{
	display: inline-block;
	padding:2px 10px;
	font-size:0.9em;
	margin-right:10px;
	color: #fff;
	background:#0c4ca3;
}
#business07 .se2 > h5 {
    background: #f4f4f4;
    color: #333;
    margin-bottom: 30px;
    margin-top: 30px;
}
#business07 .se2 > h5 span {
    width: 100px;
    height: 44px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0em;
    font-weight: 400;
    background: #fff;
    border: 2px solid #3baae1;
    color: #0076b1;
    margin-right: 15px;
}
#business07 .se2 .card-wrap {
    margin-bottom: 50px;
}

#business07 .se2 .trait-dl {
    margin-bottom: 70px;
}
#business07 .se2 .trait-dl:last-child {
    margin-bottom: 0;
}
/* subpage bbs */
.dh-board, 
.dh-view-box,
.bbs-list-view-layout + .row{
	visibility: hidden;
}
.dh-view-box .row .dh-line + div {
    padding: 0;
}
/* navbar setting */

#menu-bars {
	display: block;
	margin-left: 30px;
	max-width: 40px;
}

#menu-bars .bar {
	display: block;
	margin-bottom: 6px;
	width: 26px;
	height: 3px;
	background: #525252;
	transition: all .3s ease;
	transform-origin: left center;
}

#menu-bars .bar:nth-child(1) {
	width: 26px;
}

#menu-bars .bar:nth-child(2) {
	width: 36px;
}

#menu-bars .bar:nth-child(3) {
	width: 21px;
}

#menu-bars.on .bar:nth-child(1) {
	width: 26px;
	transform: rotate(45deg);
}

#menu-bars.on .bar:nth-child(2) {
	opacity: 0;
}

#menu-bars.on .bar:nth-child(3) {
	width: 26px;
	transform: rotate(-45deg);
}


#full-menu {
	z-index: 1080;
	position: fixed;
	left: 230px;
	top: 0;
	width: calc(100vw - 230px);
	height: 100vh;
	padding: 80px 80px;
	text-align: left;
	background: #1e3452;
	display: none;
}
.is_sub #full-menu{
	left:0;
	top: 80px;
	width:100%;
	height: calc(100vh - 80px);
	padding-top: 40px;
}
#full-menu a {
	color: #fff;
}

#full-menu .bottom:after,
#full-menu .top:after {
	content: '';
	display: block;
	clear: both;
}

#full-menu .top>.box {
	float: left;
	width: 25%;
	min-width: 350px;
}

#full-menu .bottom {
	/* display: inline-block; */
	margin: 80px 0 0 -80px;
	padding: 50px 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#full-menu .bottom>.box {
	float: left;
	width: 200px;
}

#full-menu .box>li>a {
	display: block;
	margin-bottom: 17px;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

#full-menu li ul li {
	position: relative;
	line-height: 1.3;
	margin-bottom: 15px;
}

#full-menu li ul li a {
	font-weight: 300;
	font-size: 15px;
	opacity: 0.75;
	letter-spacing: 0.02em;
}

#full-menu li ul li a:hover {
	text-decoration: underline !important;
	opacity: 1;
}
.navbar .caret {
	display: none;
}
.main-news {
	padding: 130px 0 115px;
	background: #F7F7F7 url('/skin/img/main/main_new_bg.jpg') no-repeat left top / cover;
	/* background: #002c5c; */
}
.main-news::before {
    content: '';
    display: block;
    width: 100%;
    height: 830px;
    background: #002244;
    position: absolute;
    top: 0;
    left: 230px;
    opacity: 0.9;
}
.main-news .box {
    padding: 0 10px;
}

.main-news .row {
    margin: 0 -10px;
}
.main-content .main-news .title {
	margin-bottom: 60px;
}
.main-news .dh-front-list2-words{
	cursor: pointer;
	padding: 20px 25px;
	background:#fff;
	transition:all .3s ease;
}
.main-news .dh-front-list2-words:hover{
	transform:translateY(-5px);
	box-shadow: 0 10px 5px rgba(0,0,0,0.1);
}
.main-news .dh-front-list2-words h6 a{
	display:block;
	margin-bottom: 30px;
	color:#333;
	font-size: 17px;
	letter-spacing: -0.04em;
	font-weight:600;
	line-height: 1.4;
	text-align: center;
}
.main-news .dh-front-list2-words h6 a .list-row-subject{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.3;
	height: 2.6em;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	text-align: left;
	font-size: 22px;
}
.main-news .dh-front-list2-words h6 a .list-row-regdate{
	float:none;
	display:block;
	margin-top: 10px;
	text-align: left;
}
.main-news .dh-front-list2-words h5 a{
	color: #333;
	font-size: 15px;
	font-weight: 300;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.5;
	height: 12em;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}
.main-content .title {
	margin-bottom: 45px;
}

.main-content .title h3 {
	margin: 0;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
}
.main-news .more-btn{
	margin-top:60px;
}
.main-content .title a.more {
	display: inline-block;
	margin-top: 15px;
	padding: 2px 15px;
	font-size: 18px;
	color: #fff;
	background: #1c6672;
	border-radius: 50px;
}

.main-content .title a.more:hover {
	background: #194d55;
}
.more-btn{
	display:block;
	margin:24px auto 0px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 400;
	color:#fff;
	border: 2px solid #fff;
}
.more-btn:hover{
	background-color: #0097e1;
	border-color: #0097e1;
	color: #fff;
	font-weight: 500;
}
.main-contact {
	padding:56px 0 80px;
	background: #204483 url(/skin/img/main/m_bg.jpg) bottom no-repeat;
}
.main-contact .more-btn {
    font-size: 20px;
}
.main-contact .more-btn:hover{
	background-color:#fff;
	color:#0d4ca3;
	border-color: #fff;
}
/* subpage about */
.greet .quote,
p.quote{
	margin: 20px 0 50px;
	font-size: 37px;
	font-weight: 300;
	color: #333;
	line-height:1.2;
	letter-spacing: -0.034em;
}
.greet .quote::after {content: '';display: block;width: 120px;height: 1px;background: #999;margin: 25px 0;}
p.quote span{
	font-weight: 400;
	color:#0d4ca3;
}
.greet .right-con{
	padding-left: 80px;
}
.greet p{
	margin-bottom: 30px;
	font-size: 16px;
}
.greet p.name{
	margin-top:50px;
	text-align:right;
	font-size: 17px;
	font-weight:500;
}
#about03 img {
    margin-left: 0;
}
.history-wrap{
	position:relative;
	padding-left: 16px;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 10px;
    background: #e8eef7;
    position: absolute;
    left: 10px;
    top: 0;
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	/* width:50%;
	float:left; */
	padding: 20px 50px 50px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 34px;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #0d4ca3;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #549cff;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#0d4ca3;
}
#about04 section h4 + ul li,
#about04 section h4 + p{
	font-size:16px;
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #0d4ca3;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
.card{
	display:block;
	position:relative;
	padding: 25px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin: -26px -26px 20px;
	padding: 20px 0 18px;
	text-align:center;
	font-size: 18px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 0em;
	background: #3a75c6;
	border-radius: 0;
}
.card .card-ttl span{
	display: block;
	margin:0;
	background: transparent;
}
.trait-dl{
	margin: 40px 0 0;
	border-bottom: 1px solid #ddd;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top: 1px solid #ddd;
}
.trait-dl dt{
	border-color: #7790b0;
	font-size: 19px;
	padding-left: 0;
	font-weight: 500;
	letter-spacing: -0.034em;
	color: #13447a;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 0;
    font-size: 18px;
    background: #f5f5f5;
    font-weight: 500;
    color: #333;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px 53px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
		line-height: 1.4em;
		position: relative;
	}
	.trait-dl dd{
		width:75%;
		color: #000;
		font-weight: 300;
	}	
}
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
div[id^="business"] .des{
	/* width: 1000px; */
	max-width: 100%;
	color: #333;
}
div[id^="business"] .des + img {
    margin-top: 20px;
}
.subpage p.border {
	/* background: rgba(0, 112, 192, 0.1); */
	border: 6px solid #d3e8ff;
	padding: 20px 25px;
	margin: 20px 0 25px;
	text-align: center;
	color: #333;
	font-weight: 500;
	font-size: 20px;
}
.card-wrap{
	margin: 40px -5px 0;
}
.card-wrap .card li,
.card-wrap .card p{
	font-size:15px;
	word-break: normal;
	margin-bottom: 0;
	font-weight: 300;
	color: #000;
}
#business01 .se4 .card{
	min-height: 245px;
}
.card-wrap > div {
    padding-left: 5px;
    padding-right: 5px;
}
.card .card-ttl .numbering {
    letter-spacing: 0.03em;
    font-size: 15px;
    color: #c7deff;
    display: inline-block;
    margin-right: 10px;
}
#business03 .se3 .card{
	min-height: 200px;
}
#business03 .se4 .card{
	min-height: 270px;	
}
#business05 .se3 .card{
	min-height: 255px;	
}
#business07 .se2 .card{
	min-height: 223px;
}
#business08 .se4 .card{height: 224px;}
#business08 .card .card-ttl {
    text-align: left;
    padding-left: 20px;
}
#business09 .se1, #business09 .se3, #business09 .se5, #business09 .se7, #business10 .se1, #business10 .se3 {
    padding-bottom: 70px;
}
.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;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}

/* subpage news */
.filter-items{
    text-align: left;
    padding: 0;
    margin: 0 -3px 15px;
}
.filter-items .filter-label{
    padding: 0 19px;
    margin: 0 2px 3px;
    min-width: 68px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    text-align: center;
    color : #888;
    background: #fff;
    border: 1px solid #ddd;
}
.dh-board .filter-items > a > .filter-label:hover{
    border-color: #0070c0;
    background: #fff;
    color: #0070c0;
}
.dh-board .filter-items > a.on > .filter-label, .dh-board .filter-items > a.on > .filter-label:hover{
    background: #0070c0;
    position: relative;
    border-color: #0070c0;
    color: #fff;
}
#business09 .se4 p b {
    font-weight: 500;
    color: #003979;
}
.btn-wrap .more-btn{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:0 20px;
	width: auto;
	color:#333;
	border-color:#ddd;
}
.more-btn i{
	margin-left:10px;
	color:#0070c0;
}
.btn-wrap .more-btn:hover{
	color:#fff;
	border-color:#0097e1;
}
.more-btn:hover i{
	color:#fff;
}
.bull{
	position:relative;
	padding-left:.7em;
}
.bull:before{
	content:'';
	display:block;
	width:5px;
	height:5px;
	background:#0097e1;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
.text-gray{
	color:#666;
}
#business11 .text-gray{
	padding-left:20px;
}
.text-gray i{
	margin-right:8px;
}
.quote-box{
	margin:20px 0;
	padding:40px 40px;
	background:#f5f5f5
}
.subpage .quote-box h5{
	margin-top:0;
	color: #333;
}
.quote-box dt{
	display: inline-block;
	margin-bottom:10px;
	border-bottom:1px solid;
	color:#0c4ca3;
}

i.fas,
i.fa{
	font-weight: 900!important;
	font-family: 'font awesome 5 free'!important;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #0c4ca3;
}

@media(max-width:767px){
	.body-layout{
		padding-top:60px;
	}
	#menu-bars{
		display:none;
	}
	.location-li span {
		display:block;
	}
	.navbar-inverse{
		background:#fff;
		border:0;
	}
	.navbar-brand img {
		margin-top: 0;
		height: 30px;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #333;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
		background-color: #003979;
	}
	.carousel-indicators{
		width:100%;
		left: 0;
	}
	.fill h1 span P {
		margin-bottom:20px;
		font-size: 45px;
		line-height: 40px;
	}
	.fill p span {
		font-size: 19px
	}
	.carousel-indicators .active,
	.carousel-indicators li{
		width:40px;
		height:8px;
	}
	.main-news::before{
		left:0;
		height:100%;
	}
	.main-news {
		padding: 80px 0 75px;
		overflow: hidden;
		position: relative;
	}
	.main-content .title h3{
		font-size:36px;
	}
	.main-news .dh-front-list2-words h6 a .list-row-subject{
		font-size:19px;
	}
	.main-news .box{
		margin-bottom:10px;
		overflow:hidden;
	}
	.main-news .dh-front-list2-words h5 a{
		height:8em;
	}
	.main-content .main-service .title h3{
		font-size: 42px;
	}
	.m-service a{
		min-height:0;
		padding: 28px 15px 30px;
		font-size: 17px;
	}
	.m-service > div{
		float:left;
		margin-bottom:10px;
		width:50%;
	}
	.main-content .main-service .title{
		margin-bottom:10px;
		width:100%;
	}
	.m-service a img{
		height:70px;
	}
	.m-service  .clearfix{
		display: none;
	}
	.main-service .title .inner:before{
		top:39px;
	}

	.main-service .title h3 span{
		margin-bottom:20px;
	}
	.foot-logo{
		margin-bottom:20px;
		height:30px;
	}
	.subpage {
		margin-top: 0;
	}
	.snb{
		height:auto;
		border-bottom:0;
	}
	.snb ul{
		margin:0;
	}
	.snb .container{
		padding:0;
	}
	.snb li{
		width:100%;
		text-align:center;
	}
	.snb li a{
		margin:0;
		width:100%;
		padding:10px 20px;
		border: 0;
		background:#f5f5f5;
	}
	.snb li.active a{
		color:#fff;
		background:#00aaff;
	}
	.subpage-content {
		padding-top: 60px;
	}
	.s-title h3{
		font-size:40px;
	}
	.s-title {
		position: relative;
		margin-bottom: 50px;
	}
	.greet .right-con {
		padding-left: 15px;
	}
	.greet .quote, p.quote{
		font-size:26px;
	}
	.history-wrap{
		margin-top:20px;
	}
	.history-wrap h6{
		font-size:29px;
	}
	.subpage-content section h4 {
		font-size:24px;
	}
	.trait-dl dt{
		width:100%;
		padding:20px 30px 0;
	}
	.trait-dl dd{
		border:none;
		padding:20px 30px;
	}
	#site .card-wrap .card {
		min-height: 0;
		height: auto;
	}
	.subpage p.border{
		font-size:18px;
	}
	.subpage-content section h5{
		font-size:18px;
	}
	.btn-wrap .more-btn{
		font-size:14px;
	}
	.subpage p.border{
		font-size:18px;
	}
	.subpage-content section h5{
		font-size:18px;
	}
	.btn-wrap .more-btn{
		font-size:14px;
	}
	.stripe-dl dt{
		position:relative;
		padding-left:60px;
		font-size:16px;
		line-height: 1.4;
		padding: 10px 10px 10px 60px;
	}
	.stripe-dl dt .numbering{
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		height:100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.stripe-dl dd{
		padding: 20px 20px 20px 60px;
		font-size:14px;
	}
	.stripe-dl dd ul{
		margin-left:-20px;
	}
	.stripe-dl dd li{
		font-size:14px;
	}
	.subpage-content section h3.small-title{
		font-size:28px;
	}
	.policy {
		display: flex;
		justify-content: center;
	}
	.policy li a{
		margin-right:15px;
	}
	.dh-board>.table-hover .writer,
	.dh-board>.table-hover .num,
	.dh-board>.table-hover .regdate,
	.dh-board>.table-hover .hits{
		display:none!important;
	}
	.dh-margin-top {
		text-align:center;
	}
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mailForm {
		padding: 0;
	}
	.dh-view-box>.row>.page-header>h4{
		font-size:21px;
	}
}