@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	padding-right: 0!important;
	overflow-x: hidden;
	background: url(/skin/img/main/bg.png) no-repeat right top;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: "NanumGothic", 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
	position: static;
	margin-bottom: 0;
	background-color: #0a6651;
	border-color: transparent;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

@media (min-width: 1200px) {
	.container {
		width: 990px;
	}
	@media screen and (min-width: 768px) {
		.navbar-inverse .navbar-nav>li>a {
			padding: 17px 30px;
			font-size: 16px;
			font-weight: 600;
			opacity: 0.8;
			color: #fff;
			-webkit-text-shadow: none;
			text-shadow: none;
		}
		.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: #fff;
			text-decotaion: underline;
		}
	}
}

/* personal setting 0.32v */

/* layout */

.mt-20 {
	margin-top: 20px!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-30 {
	margin-left: 30px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-30 {
	margin-right: 30px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	margin: 0!important;
}

/* img */

.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-bold {
	font-weight: bold!important;
}

.text-underline {
	text-decoration: underline!important;
}

.text-italic {
	font-style: italic!important;
}

/*list style*/

.li-none>li {
	list-style: none!important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc!important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle!important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square!important;
	margin-left: 20px;
}

.li-dash>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/* component */

.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.column-2 {
	padding: 15px;
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
	border: 1px solid #ccc;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	border: 2px solid #ccc;
}

.quote-box p:last-of-type {
	margin: 0!important;
	font-size: 16px;
	line-height: 2;
}

p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 600;
	color: #ccc;
	line-height: 1.2;
}

/* custom setting */

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

a {
	color: #555;
}

a:hover,
a:focus {
	color: #10a280;
}

ul,
dl,
ol {
	padding: 0;
}

.body-layout {
	overflow-x: hidden;
}

p,
li,
dt,
dd {
	line-height: 1.8;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

/* personal setting 0.32v end */

/* navigation setting */

.menu-top {
	background: #fff url(/skin/img/main/bg.png) no-repeat right top;
}

.logo {
	margin: 35px 0 25px;
}

.logo a {
	color: #231d5f;
	font-size: 50px;
	letter-spacing: -0.5px;
	font-weight: 800;
}

.logo a:hover {
	text-decoration: none;
}

.logo a img {
	margin-right: 10px;
	max-width: 50px;
	vertical-align: middle;
}

@media(min-width:768px) {
	.navbar-right {
		float: left!important;
	}
}

@media(max-width:767px) {}

/* mainpage setting */

.main-content {
	padding-top: 10px;
	padding-bottom: 60px;
}

.main-content h4 {
	margin-top: 50px;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #333;
}

.main-content p {
	color: #666;
	letter-spacing: -0.3px;
	line-height: 1.8;
}

@media(max-width:767px) {}

/* footer setting */

.footer_copy>div {
	text-align: left;
	padding: 30px 0;
	width: 100%;
	background: #f3f3f3;
	letter-spacing: -0.3px;
	font-size: 13px;
	color: #666;
}

.footer_copy ul,
.footer_copy p {
	margin-bottom: 5px;
}

.footer_copy ul:after {
	content: '';
	display: block;
	clear: both;
}

.footer_copy li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	line-height: 1.3;
	margin-bottom: 5px;
}

.footer_copy li:last-child {
	border-right: none;
}

.footer_copy .name {
	color: #231d5f;
	font-weight: bold;
	font-size: 18px;
}

#imgzoom .modal-body {
	padding-bottom: 50px;
}

@media(max-width:767px) {}

/* subpage setting */

.subpage-content {
	padding: 60px 0;
}

.subpage-content .title h3 {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

.product-box {
	margin-bottom: 30px;
}

.product-box h4 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
}

#facility .subpage-content img {
	margin-bottom: 30px;
	width: 100%;
	max-height: 500px;
}

.product-list {
	padding: 0 5px 10px;
	text-align: center;
}

.product-list ul {
	padding-top: 10px;
}

.product-list li {
	font-size: 11px;
	margin-bottom: 3px;
	font-family: sans-serif;
	letter-spacing: 0;
}

#mailForm {
	display: none;
}

#mailForm .form-control {
	border-radius: 0;
	border-color: #bbb;
	box-shadow: none;
	font-size: 12px;
	height: 32px;
}

#mailForm label {
	font-size: 13px;
	color: #333;
}

#mailForm label[for='mail_agree'] {
	font-size: 11px;
	color: #666;
	line-height: 1.8;
}

#mailForm .btn-primary {
	width: 120px;
	padding: 8px 0;
	border-radius: 0;
	float: right;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	color: #666;
}

#mailForm .btn-primary:hover {
	border-color: #bbb;
	background: #e3e3e3;
}

@media(min-width:768px) {
	#mailarea {
		padding-left: 30px;
	}
}

@media(max-width:767px) {}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-dialog {
	margin-top: 150px;
}

.modal-header .close {
	opacity: 0.5;
}

#contact ul {
	margin: 20px 0;
}

#contact ul li {
	color: #666;
	letter-spacing: -0.3px;
	line-height: 1.8;
}

.webmail {
	background: #0b6651;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.webmail:hover {
	color: #fff;
	background: #1f9277;
	text-decoration: none;
}