@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

.container_contents,
.sub-layout {
	width: 100%;
	padding: 94px 0 0;
}

.container_contents {
	/* background: #1a6fb8; */
	background: #fff;
}

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;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
	background: #ffffff;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	top: auto;
}

@media(min-width:768px) {
	.navbar-inverse {
		height: 95px;
	}
}

/*===== 로고 설정 =====*/

.navbar-brand {
	position: absolute;
	left: 0;
	padding: 10px 15px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-brand img {
	margin-top: 0;
	width: 250px;
	height: 63px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
	background-color: rgba(0, 0, 0, 0);
}

/*===== 메인 메뉴 설정 =====*/

.navbar-inverse .navbar-nav>li>a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	margin: 10px 25px 0;
	padding: 28px 15px;
	border: none !important;
	position: relative;
	line-height: 1;
}

.navbar-inverse .navbar-nav>li>a .caret {
	visibility: hidden;
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	color: #1a6fb8;
	display: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none !important;
	color: #1a6fb8;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a {
	color: #1a6fb8;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #1a6fb8;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>li:hover>a .caret,
.navbar-inverse .navbar-nav>li:focus>a .caret {
	visibility: visible;
}

/*===== 서브 메뉴 설정 =====*/

.navbar-inverse .dropdown-menu {
	background: #212121;
	left: 0 !important;
	right: auto !important;
	padding: 20px 0;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-inverse .dropdown-menu>li>a {
	color: #fff!important;
	padding: 6px 30px;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -0.05em;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
	background: none;
	font-weight: 600;
}

/*===== 모바일 메뉴 설정 =====*/

.navbar-toggle {
	background: #1a6fb8;
	border-radius: 0;
	border: none;
	margin: 13px 20px 0;
	padding: 10px 10px;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-brand {
		margin: 35px 0 0;
		padding: 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
		margin: 20px 0px 15px 0px;
		padding: 10px 15px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse>div {
		padding: 0;
	}
	.navbar-inverse>div .navbar-header {
		margin: 0 0 13px;
	}
	.topmarginLay_a {
		height: 64px !important;
	}
	.navbar-inverse .navbar-brand {
		margin: 20px 0 0;
	}
	.navbar-brand img {
		margin: -5px 0 0 15px;
	}
	.navbar-top>div>a {
		margin: 5px 20px 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff !important;
		font-size: 14px;
		font-weight: 300 !important;
		text-align: center;
		margin: 0;
		padding: 14px 30px;
	}
	.navbar-inverse .navbar-nav>li>a .caret {
		bottom: 5px;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		color: #333 !important;
		border: none !important;
		margin: 0 0 0;
		background: #f7f7f7;
	}
	.navbar-inverse .navbar-collapse .navbar-nav {
		margin: 0;
		background: #000;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #1a6fb8;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* //메뉴 설정 끝 */

/* 푸터 설정 시작 */

.footer-social-layout {
	display: none;
}

.footer_inner+br {
	display: none;
}

.footer_copy>div {
	padding: 40px 0;
	float: none;
	background: #363e44;
}

.footer_inner {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;
}

.footer_top {
	border-bottom: 1px solid #616467;
	padding: 0px 0 10px;
	margin: 0 0 20px;
}

.footer_top dl {
	color: #989da2;
	font-size: 15px;
	letter-spacing: -0.3px;
	margin: 0 0 15px;
}

.footer_top dl dt {
	float: left;
	width: 120px;
	font-weight: 400;
}

.footer_top dl dd {
	color: #989da2;
}

.footer_bottom p {
	margin: 0;
	color: #989da2;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	.footer_top {
		padding: 25px 15px 15px;
	}
	.footer_bottom {
		padding: 0 15px;
	}
}

/* //푸터 설정 끝 */

/* 메인페이지 설정 시작 */


/*===== 메인페이지 HTML 영역 설정 =====*/
    
/*===== 메인페이지 게시판 영역 설정 =====*/

.intro-board-widget-layout {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0px 20px;
	/* padding: 80px 0 90px; */
}

/* .intro-boardbox {width: 33.333333%;} */

.intro-boardbox {
	width: 50%;
}

.intro-boardbox .page-header {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 24px;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.board_intro_wrap {
	overflow: hidden;
	padding: 20px 25px;
}

.board_intro_wrap .intro-left {
	float: left;
	padding-top: 4px;
}

.board_intro_wrap .intro-left p {
	font-size: 18px;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 15px;
}

.board_intro_wrap .intro-left .go_btn {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 12px;
	line-height: 1;
	min-width: 130px;
	font-size: 15px;
	letter-spacing: -0.3px;
	transition: 0.1s;
	text-align: center;
}

.board_intro_wrap .intro-left .go_btn:hover {
	text-decoration: none;
	background: #fff;
	color: #1a6fb8;
}

.board_intro_wrap .intro-right {
	float: right;
}

.board_intro_wrap .intro-right i {
	width: 90px;
	height: 90px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
	padding-top: 25px;
}

.main_page_title h3 {
	margin: 0 0 45px;
	font-size: 37px;
	letter-spacing: -0.03em;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-family: arial;
}
#product_slider{
	border: 0;
	margin: 0;
}
#product_slider .product_item a {
	text-decoration: none;
}
#product_slider .product_item .img_box {
	display: block;
	position: relative;
	overflow: hidden;
}
#product_slider .product_item .img_box img {
	transform: scale(1);
	transition: all 0.3s ease;
}
#product_slider .product_item a:hover .img_box img {
	transform: scale(1.1);
}
#product_slider .product_item a .tit {
	margin-top: 15px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	text-align: center;
	font-family: arial;
}
#product_slider .slick-track {
	display: flex;
	gap: 20px;
	height: 100% !important;
}
#product_slider .slide_btn {
	border: 1px solid #ddd;
	padding: 12px 10px;
	background: transparent;
	position: absolute;
	top: -100px;
	right: 0;
	transition: all 0.2s;
	z-index: 1;
}
#product_slider .slick-prev {
	right: 35px;
	left: inherit;
	padding-left: 14px;
}
#product_slider .slick-prev::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(225deg);
}
#product_slider .slick-next {
	padding-right: 14px;
}
#product_slider .slick-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}
#product_slider .slick-prev,
#product_slider .slick-next {
	width: inherit;
	height: inherit;
}
#product_slider .slick-prev:hover,
#product_slider .slick-prev:focus,
#product_slider .slick-next:hover,
#product_slider .slick-next:focus {
	/* color: transparent;
		outline: none;
		background: transparent; */
	color: #fff;
	outline: none;
	background: #1a6fb8;
	border-color: #1a6fb8;
}
#product_slider .slick-prev:hover::before,
#product_slider .slick-prev:focus::before,
#product_slider .slick-next:hover::before,
#product_slider .slick-next:focus::before {
	border-color: #fff;
}
            
/* ---------- 게시판세부 --------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.intro-boardbox .page-header h4 .btn {
	padding: 0;
	margin: 0;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
	color: #fff;
	font-size: 14px;
	opacity: 0.5;
}

.intro-boardbox .page-header h4 .btn:hover .fa-plus:before {
	opacity: 1;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 8px 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: -0.3px;
	text-decoration: none;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 .list-row-subject:hover {
	color: #fff;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "·";
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: rgba(255, 255, 255, 0.5) !important;
}

.list-row-contents {
	display: none;
}

.intro-boardbox .banner-wrap {
	min-height: 100px;
}

.intro-boardbox .banner-icon {
	display: inline-block;
	float: left;
	height: 100px;
	margin: 0 30px 0 15px;
}

.banner-text {
	display: inline-block;
}

.banner-text h5 {
	margin: 6px 0 12px;
	font-size: 14px;
	font-weight: 500;
	color: #343434;
}

.banner-wrap:last-child:hover .banner-text h5 {
	text-decoration: underline;
}

.banner-text h3 {
	margin: 0 0 5px;
	color: #1a6fb8;
	font-size: 23px;
	font-weight: 500;
}

.banner-text p {
	font-size: 13px;
	margin: 0 0 0;
	color: #666;
}

/*=====----- 게시판 리스트 설정 -----=====*/

.intro-boardbox:nth-child(2) .list-row-subject::after {
	content: url('/skin/img/default/ico_clip.png');
	padding-left: 10px;
}

.dh-front-list2 h6 a small>span.label-danger {
	padding: 2px 4px!important;
	color: #1a6fb8 !important;
	background-color: #fff;
}

/*=====----- 게시판 하단 영역 설정 -----=====*/

.ico_contact {
	float: left;
	background: #e8e8e8;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	padding-top: 12px;
	text-align: center;
}

.board_contact {
	width: 100%;
	margin: 20px 0 20px;
}

.board_contact h4 {
	margin: 0;
	color: #333333;
	font-size: 46px;
	font-weight: 300;
	font-family: 'Roboto' !important;
	letter-spacing: -0.01em;
}

.board_contact h5 {
	margin: 0 0 20px;
	color: #555555;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.05em;
}

.board_contact p {
	color: #666666;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.01em;
	margin: 0;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	#product_slider .slick-track{gap: 0;}
	.dh-front-list2 h6 a,
	.dh-front-list2 h6 a span {
		font-size: 14px;
		letter-spacing: -0.05em;
	}
	.list-row-subject {
		max-width: 150px;
	}
	.board_contact h4 {
		display: inline-block;
		padding: 10px 0 0;
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.intro-board-widget-layout {
		padding: 40px 0 90px;
	}
	.main_page_title h3{font-size: 31px;}
	.product_items .clearfix{margin-bottom: 0;}
	.product_items .product_item a .tit{font-size: 18px;margin-bottom: 20px;}
	.main_se01 .col-md-push-1{left: 0;}
	.intro-boardbox {
		width: 100%;
	}
	.list-row-subject {
		max-width: 250px;
	}
}

/* //메인페이지 설정 끝 */

/*=====----- 회원가입 -----=====*/

.login-layout,
.id-find-layout,
.pw-find-layout {
	background: #f3f3f3;
	min-height: 725px;
}

.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-color: #1a6fb8 !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: #1a6fb8;
	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: #1a6fb8;
}

.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;
}

/* //서브페이지 설정 끝 */

/* 게시판 설정 시작 */

/*=====----- 메일폼 설정 -----=====*/

#mod_type_formForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

#mod_type_formForm .q_number {	margin: 0;
	padding: 25px 35px;
	background: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;}

#mod_type_formForm .q_number:first-child {	border-top: 2px solid #000;}

#mod_type_formForm .q_number .col-sm-12:first-child{width:15%;float: left;}
#mod_type_formForm .q_number .col-sm-12:first-child + .col-sm-12{display: none;}
#mod_type_formForm .q_number .col-sm-12:last-child{width:85%;float: left;display: block !important;}
#mod_type_formForm .q_number h3 {	margin: 10px 0 0;}

#mod_type_formForm .q_number h3 i{display: none;}
#mod_type_formForm .q_number input.form-control,
#mod_type_formForm .q_number 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);
}

#mod_type_formForm .q_number input.form-control {
	height: 40px;
	background: #fff;
}

#mod_type_formForm .q_number p.error,
#mod_type_formForm .q_number~p.error {
	margin: 0;
	color: #1a6fb8;
	font-size: 12px
}

#mod_type_formForm .q_number~p.error {
	padding-left: 35px;
	margin: -15px 0 0;
}

#mod_type_formForm .q_number .checkbox {
	margin: -8px 0 0;
}

#mod_type_formForm .q_number .checkbox label {
	width: 100%;
	margin: 0;
}

button[type=button].btn-primary,
button[type=reset].btn-primary,
button[type=submit].btn-primary {
	width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px 0;
	border: 1px solid #bebebe !important;
	border-radius: 50px;
	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);
	float: none !important;margin-bottom: 60px;
}

button[type=button].btn-primary:hover,
button[type=reset].btn-primary:hover,
button[type=submit].btn-primary:hover {
	background: #1a6fb8 !important;
	border: 1px solid #1a6fb8 !important;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#mod_type_formForm .q_number {
		padding: 20px 15px;
	}
	/* #mod_type_formForm .q_number label {
		width: 20%;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.05em;
	}
		#mod_type_formForm .q_number input.form-control,
	#mod_type_formForm .q_number textarea.form-control {
		max-width: 567px;
	}
	 */
	#mod_type_formForm .q_number input.form-control,
	#mod_type_formForm .q_number textarea.form-control {
		width: 100%;
	}
	#mod_type_formForm .q_number~p.error {
		padding-left: 15px;
		margin: 0;
	}
	button[type=button].btn-primary,
	button[type=reset].btn-primary,
	button[type=submit].btn-primary {
		margin-top: 30px;
	}
	#mod_type_formForm .q_number .col-sm-12:first-child{width:100%;float: none;margin-bottom: 15px;}
	#mod_type_formForm .q_number .col-sm-12:first-child + .col-sm-12{display: none;}
	#mod_type_formForm .q_number .col-sm-12:last-child{width:100%;float: none;display: block !important;}
}

/*=====----- table -----=====*/
table.tableizer-table {
	border-top: 2px solid #1a6fb8;
	width : 100%;
	height : 20%;
	font-size: 12px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

.tableizer-table td {
	padding: 15px;
	font-size: 15px;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #444;
	font-weight: 400;
	text-align : center;
}

.tableizer-table th {
	
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	background: #4a87bb;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.03em;
	border : 1px solid #000;
}

.table_wrap {
	margin-top: 30px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

.table-style {
	width: 100%;
	border-top: 2px solid #1a6fb8;
}

.table-style thead tr th {
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
	background: #4a87bb;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.03em;
}

.table-style tbody tr th {
	text-align: center;
	background: #eee;
	vertical-align: middle!important;
}

.table-style tbody tr th,
.table-style tbody tr td {
	padding: 15px;
	font-size: 15px;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.table-style tbody tr td {
	color: #444;
	font-weight: 400;
}

.table-style tbody tr td:last-child {
	border-right: none;
}

/*=====----- 게시판 설정 -----=====*/

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
#mod_type_formForm  {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

.bbs-list-index-layout .subPage .right_contents,
.bbs-list-view-layout .subPage .right_contents,
.bbs-list-edit-layout .subPage .right_contents {
	width: 100%;
	padding: 0;
}

/*=====----- 텍스트 게시판 설정 -----=====*/

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 16px 20px;
	color: #666;
	font-size: 14px;
}

.dh-board .table>thead>tr>th {
	background: #f3f3f3;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 2px solid #2d2d2d;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #000;
}

.dh-margin-top {
	margin-top: 0px;
	display: inline-block;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	border: none;
	background-color: #fff;
	width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: none;
	min-height: 200px;
	max-height: 200px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	margin-top: 0;
	float: none;
	text-align: left;
	display: none;
}

.txt-box-footer em {
	display: none;
}

.txt-box-footer em>span.regdate {
	font-style: normal;
	color: #666;
	font-size: 13px;
}

.txt-box-footer em>span:last-child {
	display: none;
}

.txt-box-footer small.hits {
	display: none;
}

@media screen and (max-width: 767px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
		margin: 10px 0 20px;
	}
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #1a6fb8;
}

.label-primary {
	color: #1a6fb8;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #555;
	border: 1px solid #555 !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
	border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 0;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	margin: 0;
	background: #f3f3f3;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 23px;
	margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	padding: 8px 20px 8px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0 0 0;
	padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 20px 60px !important;
	min-height: 300px;
}

@media screen and (max-width: 991px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mod_type_formForm  {
		padding: 60px 15px;
	}
}

@media screen and (max-width: 767px) {
	.dh-board,
	.img-bbs-default-index-layout .page_wrap~div,
	.dh-view-box,
	.form-horizontal,
	#mod_type_formForm  {
		padding: 40px 15px;
	}
}

/* 게시판 설정 끝 */

/* personal setting 0.27v */

/* layout */

.mt-80 {
	margin-top: 80px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	margin: 0!important;
}

/* img */

.img-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.img-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.max-90 {
	width: 90%!important;
	margin: 0 auto;
	display: block;
}

.img-bordered {
	border: 1px solid #ddd;
}

/* align */

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
}

.horizontal-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
}

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center!important;
	vertical-align: middle!important;
}

/* font */

.font-12 {
	font-size: 12px!important;
}

.font-14 {
	font-size: 14px!important;
}

.font-16 {
	font-size: 16px!important;
}

.font-18 {
	font-size: 18px!important;
}

.font-20 {
	font-size: 20px!important;
}

.font-22 {
	font-size: 22px!important;
}

.text-colored {
	color: #ef8515!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;
	color: #666;
}

.li-circle>li {
	list-style: circle!important;
	margin-left: 20px;
	color: #666;
}

.li-square>li {
	list-style: square!important;
	margin-left: 20px;
	color: #666;
}

.li-dash>li {
	margin-left: 10px;
	padding-left: 20px;
	color: #666;
	position: relative;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/* component */

.card {
	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;
}

/* personal setting 0.27v end */

/* navigation setting */

/* mainpage setting */

#main-slide .item img{width: 100%;}
.carousel-caption {
	margin: 0;
	padding: 0;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
}

.slide-logo {
	max-width: 500px;
}

.caption-top {
	margin-bottom: 20px;
	font-size: 26px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.carousel-caption h2 {
	margin-bottom: 10px;
	text-align: left;
}

.carousel-caption h2 img {
	margin-bottom: 15px;
}

.carousel-caption h2 span {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 42px;
}

.carousel-caption p span {
	display: block;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 20px;
	color: #ffffff;
	font-style: italic;
}

.carousel-indicators {
	display: none;
}

/* footer setting */

/* subpage setting */

.subpage .pageheader {
	width: 100%;
	height: 280px;
	position: relative;
	background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size: cover;
}

.pageheader h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	margin: 0;
}

.bread-wrap {
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.15);
	width: 100%;
}

.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
}

.breadcrumb .active {
	color: #fff;
}

.subpage-content {
	padding-top: 60px;
	padding-bottom: 60px;
}

#notice .subpage-content,
#contact .subpage-content {
	padding-bottom: 0;
}

.subpage-content .title {
	margin-bottom: 40px;
}

#notice .subpage-content .title,
#contact .subpage-content .title {
	margin-bottom: 0;
}

.subpage-content .title h3 {
	margin: 10px 0 0;
	position: relative;
	color: #333;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.035em;
	text-align: center;
}

.subpage-content .title h3:before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #1a6fb8;
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translatex(-50%);
}

.subpage-content .section {
	padding-bottom: 60px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.subpage-content .section:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.subpage-content h4 {
	position: relative;
	margin: 15px 0 20px;
	padding-left: 30px;
	font-size: 24px;
	color: #1a6fb8;
}

.subpage-content h4:before {
	content: "\f058";
	font-family: "FontAwesome" !important;
	position: absolute;
	left: 0;
	top: 0;
}

.subpage-content h5 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

.img-thumbnail {
	border-color: #e0e0e0;
	padding: 8px;
}

/* subpage about */

#about01 h4 {
	padding: 0;
	margin: 10px 0 20px;
	font-size: 30px;
	letter-spacing: -0.5px;
	line-height: 1.3;
}

#about01 h4:before {
	content: none;
}

#about01 h4 span {
	display: block;
	margin-bottom: 5px;
	color: #1a6fb8;
	font-size: 1.1em;
	font-size: 20px;
}

#about01 p {
	color: #666;
	font-size: 15px;
	letter-spacing: -0.3px;
	margin-bottom: 15px;
}

.root_daum_roughmap {
	width: 100%!important;
}

/* subpage product */

.pro01-system {
	border: 1px solid #ddd;
	margin-top: 30px;
	text-align: center;
	padding: 50px 0;
}

#product04 .pro01-system {
	padding: 20px 0 14px;
}

.pro01-system h5 {
	margin-top: 0;
}

.pro01-system img {
	margin: 30px auto 0;
}

.m-product-box {
	margin-bottom: 20px;
}

.m-product-box .card {
	position: relative;
	padding: 30px 15px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	min-height: max-content;
	border-radius: 4px;
}

.m-product-box .card h4 {
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
}

.m-product-box .card h4:before {
	content: none;
}

.m-product-box h4 {
	font-size: 20px;
}

.pro02-table {
	margin-top: 20px
}

#product05 .card {
	min-height: 354px;
}

#product05 .card img {
	padding: 10px;
}
/*main_text0 */
.contents1{
    font-size:22px;
    font-weight: lighter;
}
.contents3 {
    font-size:14px;
    font-weight: 300;
}
.contents1_bold{
    font-size: 18px;
    font-weight: bold;
}
.more{
    font-weight: bold;
}
.icons{
    display: flex;
    width: 1170px;
    height : 302px;
    /*background: #f1f2f3;*/
    margin: auto;
}
.icons > li {
    flex: 1;
    background: white;
    margin-top: 15px;
    height:302px;
    text-align: center;
}
.icons > li > icon_img{
    margin-top: 18px;
}
.icons > li:not(:last-child){
    margin-right:20px;
}
.icons .contents3 {
    width:190px;
    margin:auto;
    letter-spacing:-1px;
}
.more{
    width: 100px;
    margin: 30px;
    background:#2F7AF4;
    color: #fff;
    font-size:12px;
    line-height: 30px;
    margin: 25px auto;
}