@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
	overflow-x:hidden;
}
*{box-sizing:border-box;}
/* 폰트 설정 */

.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;
}
h3{font-size:26px}
h4{font-size:22px}
h5{font-size:18px}
h6{font-size:16px}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
h3{font-size:22px;}
ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

a,
a:focus {
	color: #333;
	text-decoration:none;
}

a:hover {
    color: #2784db;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br {
	display: none;
}

/* 상단 메뉴 영역 */

.topmarginLay_a {
	height: 95px !important;
}

.navbar-inverse {
	background: #FFF;
	background-color: #FFF;
	border-bottom: 0;
	margin-bottom: 0;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}
.navbar-inverse .navbar-brand {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    color: #1f58a6;
    text-shadow: none;
    -webkit-text-shadow: none;
    padding: 0;
    margin: 0;
}
.navbar-inverse .navbar-brand .logo-colored{
	color:#2784db;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #1b1b7e;
}

.navbar-brand img {
	margin: 10px 0;
	height:75px;
}

.navbar-inverse .navbar-toggle {
    border: 0;
    background-color: transparent !important;
    margin: 9px 5px;
}

.navbar-inverse .navbar-toggle>.icon-bar {
	background-color: #313131 !important;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.035em;
    padding: 29px 30px;
    margin: 4px 0 0;
}

.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>li.active>a,
.navbar-inverse .navbar-nav>li.open>a,
.navbar-inverse .navbar-nav>li.open>a:focus,
.navbar-inverse .navbar-nav>li.open>a:hover {
	color: #000;
	background: none;
	background-image: none;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 767px) {
	.topmarginLay_a{
		height:49px !important;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 15px 15px;
	}
	.navbar-inverse .navbar-collapse {
		background-color: #FBFBFB;
	}
	.navbar-inverse .navbar-brand{
		padding:15px;
		font-size: 18px;
	}
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	left: 0 !important;
	right: auto !important;
	padding: 18px 15px;
	min-width: 180px;
	border-top:4px solid #2784db;
}

.dropdown-menu>li>a {
	margin: 0;
	padding: 6px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.05em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #2784db;
    background: rgba(0,0,0,0);
    text-decoration: underline;
}

.container_slide {
	width: 100%;
	padding: 0;
}

.fill {
	height: 320px;
}

.carousel-caption {
    padding: 0;
    margin: -75px 0 0;
    top: 50%;
    bottom: auto;
    text-align: left;
    text-shadow: none;
    color: #222;
}

.carousel-caption>h1 {
	margin: 0 0 40px;
}

.carousel-caption>h1 span {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 1.1;
}

.carousel-caption>h1>span,
.carousel-caption>p>span,
.carousel-caption .sl-btn {
	background: none;
	opacity: 1;
	text-shadow: none;
	padding: 0;
}

.carousel-caption .sl-btn a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid #fff !important;
	border-radius: 50px;
	padding: 8px 30px;
	margin: 0 10px 0 0;
}

.carousel-caption .sl-btn a:hover,
.carousel-caption .sl-btn a:focus {
	background: #2784db;
	border: 1px solid #2784db !important;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: none;
    margin: 0 2px;
}
.carousel-indicators li {
    background: rgba(0,0,0,0.4);
}
.carousel-indicators .active {
    background: #222;
}
.maintenance {
	font-size: 28px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 150px;
	color: #818181;
	letter-spacing: -0.05em;
}

/* 테이블 스타일 */

.table-responsive {
	-webkit-overflow-scrolling: touch;
	border: 0;
}

.table.table-style {
	border-top: 2px solid #2784db;
	border-bottom: 1px solid #ccc;
}

.table.table-style tbody tr th,
.table.table-style tbody tr td {
	border-bottom: 1px solid #ddd;
	vertical-align:middle;
}

.table.table-style tbody tr:last-child th,
.table.table-style tbody tr:last-child td {
	border-bottom: 0;
}

.table.table-style tr th {
    background: #eee;
    color: #222;
    font-weight: 500;
    padding: 14px 25px;
    letter-spacing: -0.02em;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
}

.table.table-style tr td {
    color: #555;
    letter-spacing: -0.01em;
    padding: 14px 25px;
    line-height: 2;
}

.table-ordering {
	background-color: #F4F4F4;
}

.table-ordering table {
	max-width: 640px;
	margin: 0 auto;
}

.table-ordering table tbody tr:first-child td {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0;
}

.table-ordering table tbody tr:last-child td {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #2784db;
	line-height: 1;
	padding-top: 0;
}

@media screen and (max-width: 639px) {
	.table-ordering table tbody tr:first-child td {
		font-size: 16px;
	}
	.table-ordering table tbody tr:last-child td {
		font-size: 16px;
	}
}

.table-ordering .ls {
	letter-spacing: 2px;
}

.table-ordering-option {
	width: 100%;
}

.table-ordering-option thead tr th {
	background-color: #2784db;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.05em;
}

.table-ordering-option tbody tr th {
	vertical-align: top;
}

.table-ordering-option tbody tr td {
	color: #555;
	font-weight: 300;
	letter-spacing: -0.035em;
	word-break: keep-all;
}

.table-ordering-option tr th,
.table-ordering-option tr td {
	padding: 5px 2px;
	text-align: left;
}

.table-ordering-option tbody tr th,
.table-ordering-option tbody tr td {
	border-bottom: 1px solid #EDEDED;
}

.table_wrap {
	margin-top: 30px;
}

.location_tb {
	width: 100%;
	border-top: 2px solid #2784db;
	border-bottom: 2px solid #ccc;
}

.location_tb tbody tr th,
.location_tb tbody tr td {
	vertical-align: middle;
	padding: 15px 25px;
	font-size: 14px;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.location_tb tbody tr th {
	background: #f9f9f9;
}

.location_tb tbody tr td {
	color: #333;
	font-weight: 400;
}

.location_tb tbody tr td:last-child {
	border-right: none;
}

@media screen and (max-width: 767px) {
	.location_tb tbody tr th,
	.location_tb tbody tr td {
		display: block;
	}
}

/* 게시판 영역 */
.intro-board-widget-layout {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:40px 0px;
}
.intro-board-layout{
	width:100%;
	padding:0;
}
.intro-boardbox{
	width:50%;
}
.intro-boardbox .page-header {
    border: none;
    margin: 0;
    padding-bottom: 10px;
}
.intro-boardbox h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.intro-boardbox>.page-header>h4>.btn {
    padding-right: 0;
    padding-top: 0px;
}
/* ---------- 게시판 타이틀 설정 ---------- */

.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: 5px 0px 5px;
}

.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 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
	margin-right:15px;
}

.list-row-contents {
	display: none;
}

.dh-front-list2-words .label-danger{
	    padding: 1px 5px!important;
    position: relative!important;
    top: 6px!important;
}
/* //메인 페이지 설정 끝 */
/* 푸터 영역 */

.footer_copy .text-center {
	padding: 30px 0 0;
	margin-top: 0px;
	background-color: #efefef;
}

.footer_copy .text-center .inner {
	padding: 0 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.footer_copy .text-center p {
	font-size: 13px;
	color: #333;
	text-align: left;
}

.footer_copy .text-center p.copyright {
	text-align: right;
	font-size: 12px;
}

.footer_copy .text-center span.space {
	margin: 0 5px;
	opacity: .5;
}

.footer_copy .text-center p.big {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.footer_copy .text-center p {
		text-align: center !important;
	}
}

/*=====----- 회원가입 -----=====*/

.login-layout,
.id-find-layout,
.pw-find-layout {
	background: #f1f1f1;
	margin: 0;
	min-height: 670px;
}

.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;
}

.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: #2784db !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: #2784db;
	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: #2784db;
}

.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;
}


/* 2017-02-15 added */

.product-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* 2017-02-20 added */

.text-bbs8 #sub-wrapper #side,
.img-bbs4 #sub-wrapper #side {
	display: none !important;
}

.text-bbs8 #sub-wrapper #content,
.img-bbs4 #sub-wrapper #content {
	width: 100% !important;
}

#mailForm {
	visibility: hidden;
}

#mailForm input[type="submit"] {
	background-color: #D84D18 !important;
	background: #D84D18 !important;
	border-color: #ac370a !important;
}

/* 2017-02-27 added */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	border: 2px solid #FFF;
	background-color: #EFEFEF;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4>strong>a {
	color: #2784db !important;
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	text-align: center;
	height: 18px;
}

.dhb-txt-box-type-b-text-layout h4 small {
	display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: 3px solid #FFF;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
}

/* ---------------------------2018.01.16-------------------------------- */
/* personal setting 0.11v */
/* 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;}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:break-word;
	word-wrap:break-word;
}
/* img */
.img-cover{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width:none!important;
}
.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;
}

/* 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;}

/*list style*/
.li-disc > li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    line-height: 26px;
    color: #555;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
}
.li-disc > li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #665;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}

/* effect */
.e-fadein{
	opacity:0;
	transition:all .4s ease;
}
.e-fadein:hover{
	opacity:1;
}
.e-fadeout{
	opacity:1;
	transition:all .4s ease;
}
.e-fadeout{
	opacity:0;
}
/* personal setting 0.11v end */
/* layout setting */

.container_contents {
	width: 100%;
	padding: 0;
}

/* carousel-setting */
.carousel-caption h2 {
    line-height: 1;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0;
}
.carousel-caption p {
    font-size: 22px;
    letter-spacing: -0.02em;
    margin: 30px 0 0;
}
/* mainpage setting */
.main-content{
	padding-top:50px;
}

.main-about > a{
	position:relative;
	display: block;
    width: 100%;
    height: 150px;
    background: url(/skin/img/main/main-content-bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 30px 35px;
}
.main-about > a p:first-child {
    width: max-content;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-weight: 500;
    border: 3px solid #fff;
    transition: all 0.2s ease-in-out;
}
.main-about > a .more{
	position:absolute;
	left:20%;
	bottom:15px;
	opacity:0;
	font-size:18px;
	transition:all 0.8s ease-in-out;	
}
.main-about > a:hover p:first-child {
    border: 3px solid #2784db;
    color: #2784db;
}
.main-about > a:hover .more{
	opacity:1;
	left:60%;
	color:#fff;
}
.main-product .col-sm-6 h4 {
    margin: 0 0 10px;
    color: #222;
    letter-spacing: -0.04em;
    font-size: 22px;
}
.main-product .col-sm-6 p {
    letter-spacing: -0.02em;
    line-height: 20px;
}
.main-product .col-sm-6:nth-child(1) p {
    color: #496a49;
}
.main-product .col-sm-6:nth-child(2) p {
    color: #585a86;
}
.main-product .col-sm-6 a{
	position:relative;
	display: block;
    width: 100%;
    height: 150px;
    color: #ddd;
	padding:23px;
	transition:all .4s ease-in-out;
}
.main-product .col-sm-6 .more {
    position: relative;
    left: 0;
    opacity: 0.6;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    font-size: 13px;
}
.main-product .col-sm-6 a:hover p:first-of-type{
	text-decoration:underline;
}
.main-product .col-sm-6 a:hover .more{
	opacity:1;
	left:60px;
}
.main-product .col-sm-6 a:hover{
	color: #fff;
	text-decoration: none;
}
.main-product .col-sm-6 a img{
	position: absolute;
    right: 20px;
    top: 15px;
    width: 120px;
    height: 120px;
}
.main-product .col-sm-6:nth-child(1) a {
    background: #c8dbc8;
}
.main-product .col-sm-6:nth-child(2) a {
    background: #c6c7db;
}

.main-content .main-gallery .col-sm-1{
	width:11.1111%;
	padding:5px;
}
.main-content .main-gallery .img-contain{
	height:100px;
	margin-bottom:10px;
}
.main-direction h3, 
.main-content h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.main-direction .fa{
	position:absolute;
	right:15px;
	top:10px;
	font-size:13px;
}
@media(min-width:768px){
	.main-product .col-sm-6:first-of-type{
		padding-right:5px;
	}
	.main-product .col-sm-6:last-of-type{
		padding-left:5px;
	}
}
@media(max-width:767px){
	.carousel .carousel-inner .item img{
		height:400px;
	}
	.carousel-caption {
		background: rgba(255,255,255,0.7);
		padding: 30px 20px;
		top: 25%;
		margin-top: 0;
		text-align: center;
	}
	.carousel-caption h2{
		font-size:18px;
	}
	.carousel-caption p {
		font-size: 16px;
		margin: 10px 0 0;
	}
	.main-product .col-sm-6{
		margin-bottom:10px;
	}
	.intro-boardbox{
		width:100%;
	}
	.main-content {
		padding-top: 20px;
	}
	.main-content h3 {
		margin-top: 20px;
	}
}
/* subpage setting */
.sub-layout{
	width:100%;
	padding:0;
}
.quick{
	position: fixed;
    right: -158px;
    top: 45%;
    text-align: center;
    border: 1px solid #ddd;
	z-index:1000;
	background:#fff;
	transition:all .5s ease;
}
#product21 .quick{
	right:-179px;
}
#product21 .quick:hover{
	right:0;
}
.quick:before{
	content:"||";
	display:block;
	width:30px;
	height:100%;
	position:absolute;
	left:-30px;
	top:0;
	padding-top:160px;
	background:#ddd;
	color:#333;
	border:1px solid #999;
	border-right:none;
	opacity:1;
}
.quick:hover{
	right:0;
}
.quick:hover:before{
	opacity:0;
}
.quick h4{
	padding-bottom: 10px;
    background: #2784db;
    margin: 0;
    padding-top: 10px;
    color: #fff;
}
.quick ul{
	line-height:2;
	padding:0;
	margin:0;
}
.quick ul li a{
	display:block;
    width: 100%;
    height: 48px;
    padding: 10px 15px;
	line-height:1.1;
	font-size:12px;
	border-top:1px solid #eaf2fb;
}
#product21 .quick ul li a{
	padding-top:17px;
}
.quick ul li:nth-child(1) a,
.quick ul li:nth-child(2) a{
	padding-top:17px;
}
#product21 .quick ul li:nth-child(1) a,
#product21 .quick ul li:nth-child(2) a{
	padding-top:10px;
}

.quick ul li.active a,
.quick ul li:hover a{
	color:#2784db;
	background:#eaf2fb;
}
.quick ul li:last-child a{	
	height:70px;
	border-top:2px dotted #bbb;
	background:#fff;
}

.quick ul li:last-child .fa{
	display:block;
	margin:10px 0 0;
}
.subpage .pageheader{
	position:relative;
	height:300px;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center center;
	background-size:cover;	
}
.pageheader h2 {
    color: #313131;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 400;
	top: 47%;
}
.pageheader .breadWrap {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.pageheader .breadcrumb {
    background: transparent;
    max-width: 1170px;
    margin: 0 auto;
    float: none !important;
    padding: 10px 15px;
}
.pageheader .breadcrumb .active{
	color:#fff;
}
.sub-content-layout{
	padding:50px 15px 80px;
}
.snb {
    padding-right: 30px;
}
.snb h3 {
    margin-top: 8px;
    border-bottom: 3px solid #2784db;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.snb > ul > li {
    border-bottom: 1px solid #ddd;
}
.snb > ul > li.active > a, 
.snb > ul > li:hover > a {
    font-weight: 500;
    color: #2784db;
    text-decoration: none;
}
.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: -0.02em;
}
.snb li a .fa{
	position:absolute;
	right:15px;
	top:15px;
}
.snb li.active a .fa{
	color:#2784db;
}
.snb li:hover a .fa{
	color:#2784db;
}
.snb > ul .snb-drop {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}
.snb .snb-drop li{
	position:relative;
	padding-left:10px;
	margin-left:30px;
	line-height:2;
	width:max-content;
}
.snb .snb-drop li a {
    color: #777;
    font-size: 13px;
}
.snb .snb-drop li.active a, 
.snb .snb-drop li:hover a {
    color: #3c3c3c;
    font-weight: 500;
    text-decoration: none;
}
.snb .snb-drop li:before{
	content:'-';
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.snb .snb-drop li.active:before,
.snb .snb-drop li:hover:before{
	border-color:#2784db;
}
.sub-content h3 {
    position: relative;
    font-size: 34px;
    letter-spacing: -0.03em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
}
@media(max-width:767px){
	.subpage .pageheader {
		height: 200px;
	}
	.pageheader h2 {
		font-size: 32px;
		top: 43%;
	}
	.sub-content-layout {
		padding: 30px 15px 50px;
	}
	.sub-content{
		margin-top:50px;
	}
	
}
/* subpage about */
#about01 .sub-content .about-top {
    font-size: 24px;
    font-weight: 500;
    color: #2784db;
    margin-bottom: 20px;
}
#about01 .sub-content .about-top span {
    color: #1f58a6;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
#about01 .sub-content p {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #555;
    line-height: 28px;
    margin-bottom: 15px;
}

/* subpage product */
.sub-content h4 {
    margin: 0 0 20px;
    color: #313131;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.sub-content h4:before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #2784db;
}
.sub-content > p:first-of-type {
    background: #f3f3f3;
    padding: 22px;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px;
}
#product01-1 .page, 
#product01-2 .page {
    border-top: 1px solid #999;
    margin-top: 40px;
}
.page{
	border:0;
	padding-bottom:60px;
}
.page img{
	max-width:200px;
}
.page>h5 {
    display: inline-block;
    padding: 0px 20px 0 0;
    margin: 20px 0 20px;
    position: relative;
    left: 0;
    top: -30px;
    letter-spacing: -0.02em;
    background: #fff;
}
.page h6{
	color:#2784db;
}
.page .pd-description {
    padding-top: 65px;
    color: #555;
    line-height: 26px;
    letter-spacing: -0.02em;
}
.page .col-sm-6{
	margin-bottom:20px;
}
.apply b{
	display:block;
	margin-top:10px;
}
.apply ul li:first-of-type b{
	margin-top:0;
}
.metal-product{
	margin-bottom:10px;
}
.metal-product p{
	margin-top:10px;
	font-weight:bold;
}
.pd-stroke {
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#product21 .img-cover{
	height:200px;
	margin-bottom:10px;
}
@media(min-width:768px){
	#housing1 .col-sm-2{
		width:20%;
	}	
}

#product22 .img-cover{
	height:300px;
	margin-bottom:10px;
}

/* subpage online */
#online .sub-content-layout{
	padding-bottom:0;
}
.dh-board,
.dh-view-box,
.bbs-list-view-layout +.row{
	max-width:1170px;
	width:100%;
	margin:0 auto;
}
.dh-board,
.bbs-list-view-layout +.row > .col-md-12:nth-of-type(2){
	padding-bottom:100px;
}

/* board page */
.dh-board {
    padding-left: 15px;
    padding-right: 15px;
}
.dh-board > .table-hover{border-top: 2px solid #4a4a4a; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
	font-weight:500;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover td, .dh-board > .table-hover th {
    padding: 14px !important;
    font-size: 14px;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #ffffff;}
.table-hover th, .table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #2784db;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin: 0;
}


.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.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;}
.dh-view-box .row {
    margin: 0;
}
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
}
.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{padding: 0 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 30px 40px 40px !important;}


/* footer setting */
.footer_copy .container {
	padding-bottom:40px;
}
.footer_copy .container .foot-logo{
	font-size: 30px;
	font-weight: 900;
	letter-spacing:-1px;
	color: #aaa;
	padding: 0 0;
	margin:0;
}
.foot-logo-box img{
	height:125px;
}
.footer_copy .text-center li {
    color: #888;
    font-size: 13px;
    margin-bottom: 3px;
}
.footer_copy .text-center li span{
	margin:0 10px;
}