@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	padding-top: 110px;
	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;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row{
	visibility:hidden;
}
/*상단 메뉴 로고 끝*/
.navbar-inverse {
    background: #FFF;
    border: none;
    margin: 0;
    border-top: 10px solid #2a52ae;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 18px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    max-width: 200px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
    padding: 40px 30px;
    color: #444;
    -webkit-text-shadow: none;
    text-shadow: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li:hover>a,
	.navbar-inverse .navbar-nav>li:focus>a,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		color: #333;
	}
}

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    background: #dee9f9;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border: none;
    border-radius: 4px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    padding: 14px 16px;
    line-height: 1;
    margin: 0;
    padding-left: 23px;
    position: relative;
    border-radius: 4px;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #2a52ae;
    color: #fff;
}
.navbar-inverse .dropdown-menu > li > a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #2a52ae;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -1px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
}

/* 상단 서브 메뉴 설정 끝*/

/* ----- 게시판, 메일폼 설정 ----- */

.dh-board,
.dh-view-box,
.form-horizontal,
#mailForm {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.dh-board>.table-hover {
	margin: 0;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}

.dh-board>.table-hover th {
	background: #f3f3f3;
}

.dh-board th,
.dh-board td {
	padding: 20px !important;
	border-bottom: 1px solid #ccc !important;
	font-size: 16px;
}

.dh-board .subject strong a {
	font-weight: 400;
	color: #323232;
}

.dh-board tr:hover .subject strong a {
	color: #2a52ae;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #4a4a4a;
	border: 1px solid #4a4a4a;
}

#btnNew {
	background: #4a4a4a;
	border: 1px solid #4a4a4a;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box>.row {
	margin: 0;
}

.dh-view-box>.row>.page-header {
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
}

.dh-view-box>.row>.page-header h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #323232;
	padding: 20px 18px;
}

.dh-view-box>.row>.dh-view-info {
	background: rgba(0, 0, 0, 0);
	padding: 6px 15px;
}

/* mailForm */

#mailForm .btn-primary {
	background: #2a52ae;
	border: 1px solid #2a52ae;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	max-width: 170px;
	padding: 12px 0px;
	margin: 70px auto 0;
}

/* personal setting 0.43v */

/* layout */

.mt-0 {
	margin-top: 0px!important;
}

.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-0 {
	margin-bottom: 0px!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;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	padding: 0!important;
}

/* img */

@media(min-width:768px) {
	.max-90 {
		width: 90%!important;
		margin: 0 auto;
		display: block;
	}
}

.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}

.img-bordered {
	border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.04em;
}

/* 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;
}

.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;
}

/* 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-bold {
	font-weight: bold!important;
}

.numbering {
	margin-right: 10px;
}

/*list style*/

.li-none>li {
	list-style: none!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-disc>li {
	list-style: disc!important;
	margin-left: 20px;
}

.li-dash>li,
.li-dot>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dot>li:before {
	content: '·';
}

.location-li {
	border-top: 2px solid #333;
}

.location-li li {
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.location-li .fa {
	margin-right: 10px;
}

.partner-li {
	border: 1px solid #ddd;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 16.666%;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

@media(max-width:767px) {
	.partner-li>li {
		width: 50%;
	}
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #2a52ae;
}
.table-style tr th, .table-style tr td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
	font-size:16px;
}
.table-style tr th {
	color: #333;
	text-align:center;
}
.history-table tr th {
    color: #2a52ae;
    font-size: 18px;
}
.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #000;
}

/* component */

.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}
.quote-box {
    padding: 30px 40px;
    background: #f6f6f6;
    border-radius: 4px;
    margin: 0 0 40px;
}
.quote-box p {
    margin: 0;
    color: #000;
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.quote-box:after{
	content:'';
	display:block;
	clear:both;
}
p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* 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;
}

/* personal setting 0.43v end */

/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 1170px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 1.4;
}
.carousel-caption h2 strong {
    font-weight: 600;
}
.carousel-caption h2 span {
    display: block;
    margin: 0 0 20px;
    color: #ffe88b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.main-content .title h3 {
    margin: 0 0 40px;
    padding: 0 0 20px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
    border-bottom: 1px solid #dedede;
}
.main-content .title h3 .more {
    width: 24px;
    height: 24px;
    background: #2a52ae;
    float: right;
    border-radius: 4px;
    text-align: center;
    line-height: 14px;
}
.main-content .title h3 .more i {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.main-product {
    padding: 80px 0;
}
.main-content .link-box a {
	position: relative;
	display: block;
}
.main-content .link-box a .img-box {
    background: #000;
    border: 2px solid #dedede;
    border-radius: 4px;
    overflow: hidden;
}
.main-content .link-box a img {
    transition: all .3s ease;
}

.main-content .link-box a:hover img {
	opacity: 0.4;
}
.main-content .link-box a h4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 14px 0;
    background: rgba(42, 82, 174, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.04em;
}
.main-content .link-box a .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	opacity: 0;
	trnasition: all .3s ease;
}

.main-content .link-box a:hover .fa {
	opacity: 1;
}
.main-bottom {
    background: #f5f5f5 url(/skin/img/main/main-contact-bg.png)no-repeat center / cover;
    padding: 80px 0 100px;
}
.main-link a {
    display: block;
    width: 100%;
    height: 150px;
    background: #dee9f9;
    color: #2a52ae;
    text-align: center;
    margin: 0 0 10px;
    padding: 35px 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.main-link a:hover, .main-link a:focus {
    text-decoration: none;
    color: #fff;
    background: #2a52ae;
    box-shadow: 2px 10px 20px rgba(0,0,0,0.2);
}
.main-link a:nth-child(2) {
    background: #e7f9de;
    color: #46a530;
}
.main-link a:nth-child(2):hover, .main-link a:nth-child(2):focus {
    background: #46a530;
    color: #fff;
}
.main-link a .fa {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}

@media(max-width:767px) {}

/* footer setting */
.footer_copy>div {
    padding: 40px 0 60px;
    background: #444;
    color: #aaa;
    font-size: 13px;
    letter-spacing: -0.04em;
}
.footer_copy>div ul {
    margin: 0 0 5px;
}
.footer_copy ul:after {
	content: '';
	display: block;
	clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
}
.footer_copy li:last-of-type {
	border-right: none;
}
.footer_copy>div .copy {
    margin: 0;
}
@media(max-width:767px) {}

/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 280px;
    background: url(/skin/img/sub/sub_top.jpg) no-repeat center / cover;
}
.pageheader .container {
	position: relative;
	height: 100%;
}
.pageheader h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #fff;
    margin: 0;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .title {
    margin: 0 0 30px;
}
.subpage-content .title h3 {
    position: relative;
	display:inline-block;
    color: #222;
    font-size: 34px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 20px;
    padding: 14px 0 0;
}
.subpage-content .title h3:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #2a52ae;
    position: absolute;
    left:0; 
    top: 0;
}
.breadcrumb {
	float:right;
	margin: 0;
	margin-top:20px;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #999;
}
.breadcrumb li { letter-spacing: -0.04em; }
.breadcrumb .active {
    color: #2a52ae;
    font-weight: 500;
}

.subpage-content {
    padding-top: 60px;
    padding-bottom: 80px;
}
.subpage-content .emp {
    font-weight: 600;
    color: #2a52ae;
}
.subpage-content section h4 {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content section h4:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	border: 7px solid #2a52ae;
	border-radius: 50%;
	vertical-align:middle;
}

.subpage-content section h5 {
    margin: 40px 0 20px;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.subpage-content section h5 small {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.quote-box .txt-box{
	float:left;
	padding-left:40px;
}
.quote-box .txt-box p {
    margin: 0;
    color: #222;
    line-height: 1;
}
.quote-box .txt-box p:nth-child(1) {
    color: #2a52ae;
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 10px;
}
.quote-box .txt-box p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px;
}
.quote-box .txt-box p:nth-child(3) {
/*     color: #666; */
    font-weight: 400;
}

/* subpage about */
#about01 .subpage-content .quote {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 20px 60px;
    margin: 30px auto;
    background: #2a52ae;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.04em;
    border-radius: 40px;
}
.major-business .card {
    background: #dee9f9;
    border-radius: 4px;
    text-align: center;
    min-height: 190px;
    border: none;
    margin: 0;
}
.major-business .card .numbering {
    display: block;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 800;
    color: #2a52ae;
}
.major-business p {
    color: #000;
    font-size: 17px;
    letter-spacing: -0.04em;
    margin: 0;
}

/* supage product */
.product-info {
    margin: 20px 0;
    padding: 30px 40px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.product-info .pro-title h5 {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
    line-height: 1;
}
.product-info .pro-title h5 span {
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    color: #666;
    font-size: 18px;
    border-left: 1px solid #dedede;
}
.trait-li{
	display:inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.trait-li:after{
	content:'';
	display:block;
	clear:both;
}
.trait-li li{
	float:left;
	padding:0 10px;
	margin:5px 3px;
	font-size:13px;
	border:1px solid #2a52ae;
	color:#2a52ae;
	border-radius:30px;
}
.product-info dl {
    margin: 0;
    padding: 30px 40px;
    height: 100%;
    background: #f6f6f6;
    border-radius: 4px;
}
.product-info dt {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 10px;
}
.product-info dd {
    margin-bottom: 20px;
}
.product-info dd ul {
    margin: 0;
}
.product-info dd ul li {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
@media(min-width:768px) {
	.major-business .col-sm-2 {
		min-width: 20%;
	}
}

@media(max-width:767px) {}