@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	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 {
	display: none;
}
a {
	color: #555;
}

a:hover,
a:focus {
	color: #34b234;
}

/*상단 메뉴 설정 시작*/
.topmarginLay_a {
	height: 100px !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 15px;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 0 20px;
    line-height: 100px;
}
.navbar-inverse .divider-vertical {
	display: none;
}

.navbar-nav>.dropdown>a {
	color: #fff;
}

.dropdown:hover .dropdown-toggle {
	color: #34b234 !important;
}

.dropdown-menu {
    left: 0;
    right: auto;
    padding: 10px 15px;
    background-color: #333;
    border-radius: 0;
    border: none;
}
@media (min-width:768px) {
	.navbar-right>.dropdown>.dropdown-menu {
		left: 0;
	}
}
.dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 12px 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: #e2e072;
    text-decoration: underline;
}
.title-t {
	height: 70px;
}

/* 상단 서브 메뉴 설정 끝*/

.navbar-inverse {
	background-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
    color: #34b234 !important;
    font-size: 28px;
    font-family: 'Righteous', cursive;
    letter-spacing: -0.04em;
    margin: 0 !important;
    padding: 35px 15px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
		color: #111;
		-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: #34b234;
    font-weight: 600;
	}
}

/* board*/

.fa-angle-right:before,
.fa-plus:before {
	content: url('/skin/img/main/btn_plus.gif');
}

.intro-widget-layout {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.intro-widget-layout {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.intro-widget-layout {
		width: 100%;
	}
}

.intro-widgetbox {
	margin-top: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.intro-board-layout {
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 991px) {
	.intro-board-layout {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.intro-board-layout {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.intro-boardbox {
	top: -218px;
	right: 0;
	position: absolute;
	width: 49%;
	margin-top: 6px;
	margin-right: 15px;
	padding: 22px;
	padding-top: 6px;
	padding-bottom: 33px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 991px) {
	.intro-boardbox {
		top: 0;
		width: 100%;
		position: static;
	}
}

@media screen and (max-width: 767px) {
	.intro-boardbox {
		top: 0;
		width: 100%;
		position: static;
	}
}

.intro-boardbox .page-header {
	margin: 18px 0 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.intro-boardbox .page-header h4 {
	color: #333;
	font-size: 24px;
	font-weight: 300;
}

.dh-front-gallery>.col-md-3>a.thumbnail {
	margin-top: 30px;
}

.intro-widgetBoardbox {
	border: 1px solid rgba(0, 0, 0, 0);
}

.intro-widgetBoardbox a {
	padding: 5px 20px;
	background: none;
	border-bottom: none;
}

.intro-widgetBoardbox>a:hover {
	padding: 5px 20px;
	border-bottom: none !important;
}

.intro-widgetBoardbox a h5 {
	color: #333;
	font-size: 24px;
	font-weight: 300;
}

.intro-widget-list-box ul {
	padding: 10px 0 0;
}

.intro-widget-list-box ul li span {
	font-size: 12px;
}

.widget-list-row-regdate {
	color: #999;
}

/*=====----- 메일폼 설정 -----=====*/

#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: #34b234;
	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: 250px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 18px 20px;
	border: 1px solid #34b234 !important;
	border-radius: 0;
	background: #34b234 !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	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: #34b234 !important;
	border: 1px solid #34b234 !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: 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: #f9f9f9;
	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: 40px;
	display: inline-block;
}

/* ----- 이미지 게시판 ----- */

.dh-front-gallery {
	margin-top: 20px;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #34b234;
}

.label-primary {
	color: #34b234;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #34b234;
	border: 1px solid #34b234 !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;
}

.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,
	#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;
	}
}

/* 게시판 설정 끝 */

.table-style {
	width: 100%;
	border-top: 2px solid #34b234;
}

.table-style thead tr th {
	vertical-align: middle;
	background: #34b234;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.table-style tbody tr th,
.table-style tbody tr td {
	vertical-align: middle;
	text-align: center;
	padding: 15px!important;
	font-size: 15px;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.table-style tbody tr td {
	color: #444;
	font-weight: 400;
}

.table-style tbody tr th {
	background: #f3f3f3;
}

.table-style tbody tr td:last-child {
	border-right: none;
}

/* personal setting 0.18v */

/* 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;
}

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;
	word-wrap: keep-all;
}

/* 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;
}

/* 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: #34b234!important;
}

.text-bold {
	font-weight: bold!important;
}

.text-underline {
	text-decoration: underline!important;
}

.text-italic {
	font-style: italic!important;
}

/*list style*/

.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;
	font-size:17px;
	lin-height:2.5;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/* component */

.card {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	min-height: max-content;
}

/* personal setting 0.18v end */

/* layout setting */
.container_contents,
.sub-layout {
	width: 100%;
	padding: 0;
}

/* navigation setting */

/* mainpage setting */
.carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 0;
    margin: -70px 0 0;
    text-shadow: none;
    text-align: center;
}
.carousel-caption h2 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -0.06em;
    margin: 0 0 20px;
}
.carousel-caption h2 span {
    display: block;
    width: 240px;
    margin: 0 auto 10px;
    padding: 6px 0 4px;
    background: rgba(52, 178, 52, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4em;
}
.carousel-caption p {
	color: #ccc;
    font-size: 16px;
    letter-spacing: -0.04em;
    margin: 0;
}
.carousel-indicators > li {
    margin: 0 2px !important;
    width: 12px !important;
    height: 12px !important;
}


.main-link {
    background: rgba(52, 178, 52, 0.08);
}
.m-link {
	padding: 0;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.m-link a {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    background: #34b234;
    color: #fff;
    background-image: linear-gradient(120deg, #34b234 0%, #289c9c 100%);
}
.m-link h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
}
.m-link .fa {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 120px;
    opacity: 0.4;
    transition: all .5s ease;
}

.m-link a:hover {
	background: #9ce29c;
	text-decoration: none;
}

.m-link a:hover .fa {
	right: 0;
}
.main-content h3, .main-content2 h3 {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 14px 0 0;
    color: #111;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.main-content h3:after, .main-content2 h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #34b234;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.m-product-box {
	margin-bottom: 30px;
}
.m-product-box a {
    display: block;
    border: 10px solid #fff;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
}
.m-product-box img {
	border: 1px solid #ddd;
}
.m-product-box h4 {
    position: relative;
    margin: 0;
    padding: 14px 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.m-product-box h4 span {
    position: absolute;
    right: 15px;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 20px;
}
.m-product-box a:hover {
	border-color: #34b234;
	text-decoration: none;
}
.m-product-box a:hover h4 {
	color: #fff;
	background-color: #34b234;
}
.m-product-box a:hover h4 span { color: #fff; }

.m-product-box a:hover img {
	border-color: transparent;
}

.main-content, .main-content2 {
    margin: 60px 0;
}

@media(min-width:768px) {
	.m-customer .col-sm-1 {
		width: 12.5%;
	}
}

/* footer setting */
.footer_copy > div {
    padding: 20px 0;
    background: #333;
    color: #888;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.footer_copy .copy {
    color: #ccc;
}
/* subpage setting */

.subpage .pageheader {
	position: relative;
	height: 200px;
	background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size: cover;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.04em;
}
.subpage-content {
    padding: 60px 15px 80px;
}
.subpage-title {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4d4d4;
}
.subpage-title h3 {
    margin: 0;
    float: left;
    color: #111;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.subpage-content p {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage-title .breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    float: right;
    background: transparent;
    color: #888;
    font-size: 12px;
    text-align: right;
    letter-spacing: -0.04em;
}
.subpage-content h4 {
    position: relative;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.subpage-content h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #34b234;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.subpage-content h5 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #34b234;
}

.subpage-content .numbering {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #34d234;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

/* subpage about */
#about01 p{
	font-size:16px;
}
#about01 p.text-right {
    margin: 20px 0 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
#about03 .table-style th {
	font-size: 26px;
	color: #34b234;
	background: transparent;
	border-right: none;
}

#about05 .culture p,
#about06 .icon+p {
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	border: 4px solid #eee;
	font-size: 16px;
	font-weight: bold;
}

#about06 .icon {
	text-align: center;
	font-size: 70px;
	color: #34b234;
}

#about08 .section>ul>li {
	margin-top: 15px;
	font-size: 16px;
}

#about08 .section>ul>li li {
	font-size: 14px;
}

#about08 .section>ul>li ul {
	margin-top: 10px;
}

#about08 li .numbering {
	display: inline-block;
	position: static;
	transform: translate(0);
	margin-bottom: 0;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
}

/* subpage product */

#product01 .product-wrap img {
	max-height: 315px;
}

#product01 .product-wrap>div {
	min-height: 331px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#product01 .product-wrap>div.clearfix {
	margin-bottom: 20px;
	border: none;
}

.certificate img {
	border: 1px solid #ddd;
}

.certificate p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

#product02 img {
	max-width: 90%;
	margin: 10px auto;
}

#product03 h5,
#product04 h5,
#product05 h5 {
	text-align: center;
}

#product03 img,
#product04 img {
	border: 1px solid #ddd;
	max-width: 80%;
	margin: 0 auto 10px;
}

#product05 img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 10px;
}

#product05 .col-sm-6 img {
	height: 410px;
}

@media(min-width:768px) {
	.certificate .col-sm-1 {
		width: 14.2857%;
	}
}

/* subpage process */
div.qoute h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #1c631c;
}

div.qoute h4:after {
	display: none;
}
div.qoute {
    margin-bottom: 40px;
    padding: 20px 16px;
    border: 4px solid #e4e4e4;
}
div.qoute p {
    font-size: 16px;
    margin: 0;
}

#process01 .section>h5 {
	display: inline-block;
	color: #fff;
	background: #34b234;
	padding: 10px 20px;
	border-radius: 30px;
}

#process01 .section>h5+p {
	padding-left: 20px;
}

#process01 .card {
	min-height: 200px;
	margin-bottom: 30px;
}

#process01 .card h5 {
	text-align: center;
	font-size: 18px;
}

#process01 .card h5 span {
	display: inline-block;
	position: static;
}

#process01 .btn {
	position: relative;
	left: 50%;
	transform: translatex(-50%);
	padding: 15px 60px;
	margin: 20px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background: #34b234;
}
#process01 .btn .fa{
	margin-right:15px;
}
#process01 .btn:hover{
	background:#9ce29c;
}

/* subpage customer */
#customer01 img{
	margin-bottom:10px;
}
#customer01 h5,
.c-certificate h5{
	text-align:center;
}
.facility-list{
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}
.customer01-2 > div{
	width:33.333%;
	padding:10px;
	float:left;
}

#contact .subpage-content{
	padding-bottom:0;
}
