@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

* {box-sizing: border-box;}

.fc_blue {color: #185bc9 !important;}
.fc_skyblue {color:#01a8bf !important; }

.img_box {text-align: center;}
.img_box img {max-width: 100%; height: auto; vertical-align: middle;}


/*인사말*/
.greeting .text01 {text-align: left;}
.greeting .text02 {text-align: left;}
.sign {text-align: right; margin-top: 30px; font-family: 'Nanum Pen Script', cursive; font-size: 25px;}

 /*인증서*/
.cert {width: 100%; text-align: center; margin-bottom: 50px; font-size: 13px;}
.cert ul {width: 100%; padding: 0;}
.cert ul li {width: 25%; float: left; padding: 5px 5px 10px;}
.cert ul li div { width: 100%;}
.cert ul li div .c_none {cursor: default;}
.cert ul li div img { width: 100%; height: auto; border: 1px solid #ccc; vertical-align: middle;}
.cert ul li div p { text-align: center; font-size: 15px;  margin:5px 0 0;}
.cert ul:after {display: block; content: ""; clear: both;}


/*2depth*/
.dep2 {width: 100%; margin-bottom: 20px; text-align: center;}
.dep2 ul {width: 100%;}
.dep2 ul li {width: 25%; float: left; border-right: 2px solid #fff;}
.dep3 ul li {width: 33.33%;}
.dep2 ul li:last-child {border-right: 0;}
.dep2 ul li a {transition: all 0.3s; padding: 6px 5px; background: #eee;  display: block;width: 100%; letter-spacing: -0.5px; font-size:13px;}
.dep2 ul li a:hover {transition: all 0.3s; background: rgba(0, 153, 255, 0.8);color: #fff;}
.dep2 ul .on a {background: rgba(0, 153, 255, 0.9);color: #fff; font-weight: bold;}
.dep2 ul .on a:hover {background: rgba(0, 153, 255, 0.9);color: #fff;}
.dep2 ul:after {display: block; content: ""; clear: both;}

/*제품소개*/
.product {margin-bottom: 10px; font-size: 13px;}
.title-wrap .cont-title span {font-size: 18px;}
.product .tbl2:before {display: block; content: ""; clear: both;}
.product .tbl2 h4 {font-size: 15px;color: #0166da; font-weight: bold; margin-bottom: 10px;}
.product .tbl2 h4 i {color: #0166da;}
.product .p_txt {padding-left: 10px;}
.product .p_ttxt {padding: 0 10px;}
.product .p_table {}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%; border-collapse:collapse; }
.tbl_type2 th{background-color:#f5f5f5; /*padding:10px 17px;*/ }
.tbl_type2 td{}
/* 제품소개_표 */
.tbl_type3,.tbl_type3 th,.tbl_type3 td{border:0}
.tbl_type3{width:100%; border-collapse:collapse; border-top:2px solid #0099ff;text-align: center; }
.tbl_type3 th{padding:10px 5px; background-color:#f5f5f5; border:1px solid #ddd; font-size: 13px; }
.tbl_type3 td{padding:7px 5px; border:1px solid #ddd; }
.product .tbl2 .p_tps {padding: 5px 0px;}





@media screen and (max-width:992px) {
	.cert ul li {width: 33.3%;}

	.product {font-size: 12px;}
	.product .p_ttxt {padding: 0 5px 0 15px;}

}

