@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;600;700&display=swap');


*html{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body { background:#fff; margin: 0 auto; /*overflow-x: hidden;*/}
*{
	font-family: 'Noto Sans KR','Poppins','Malgun Gothic','Dotum' ,'Arial',sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    list-style: none;
    letter-spacing: -0.03em;
   }
.blind{
	position: absolute;
	text-indent:-9999px;
}



header{    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;

z-index: 1040;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

header .header_sub {
	width: 1000px;
    max-width: 100%;
    padding: 0;	
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .left { float: left; padding: 15px 0}
header .nav_sub{
	display: flex;
	flex: 1;
    justify-content: flex-end;}


header .nav_sub >ul{ 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



header .nav_sub >ul li:first-child a{
	background: url(../images/blog_btn.jpg)no-repeat;
    color: #222;
    font-size: 14px;
    padding: 9px 70px 9px 70px;
    text-indent: -9999px;
}

/* header .nav_sub >ul li:last-child a{
	background: url(../images/shop_btn.jpg)no-repeat;
    color: #222;
    font-size: 14px;
    padding: 9px 70px 9px 70px;
    text-indent: -9999px;
} */





header a { color:#000;}
header h1 { float: left; padding: 0 20px 0 0;height: 40px;}
header nav ul {margin: 0; padding: 0;}
header h1 a { display: block; width: 200px; height: 30px; background: url("../images/logo2.png") no-repeat;color:transparent;}
header nav a { display: block; position: relative; height: 40px; line-height: 50px; font-size: 16px; font-weight: 500;}
header .close,
header .all,
header .left > div > div,
header h2 { display: none;}
header .left > div { float: left;}
header .left > div nav li { float: left; padding: 0 20px 0 0;}
header > ul { float: right; padding: 20px 40px 0 0;}
header > ul li { float: left; margin-left: -1px;}
header > ul li a { display: block; width: 96px; height: 38px; line-height: 38px; text-align: center; font-size: 11px; border:1px solid rgba(255,255,255,0.5);}
header > ul li:first-child a{ border-radius:3px 0 0 3px; }
header > ul li:nth-last-of-type(2) a { border-radius: 0 3px 3px 0;}
header > ul li.join { padding: 0 0 0 10px;}
header > ul li.join a { background: rgba(255,255,255,0.2);}


#contents{
	padding-top: 40px;

}

#contents>h2{
	margin: 0;
	padding: 0;
	width: 100%;
	height:200px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: table;
}
#contents h2{
	background-image: url(../images/product_bg.jpg);

}

#contents > h2 span {
font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.container_sub {
    width: 1000px;
    max-width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}




.tab_pane{ display: none; }
.tab_pane.active{ display: block; }
.tab_menu{ display: flex; /*margin-bottom:60px; */}
.tab_menu li{ flex:1; border-bottom:1px solid #e0e0e0; }
.tab_menu li a{font-weight:500; color:333;margin-bottom: -1px; display: block; padding:15px 0 25px 0; line-height: 1; text-align: center; font-size: 17px;  border-bottom:2px solid transparent; }
.tab_menu li a.active{ font-weight:700; color:#019dd8; border-color:#019dd8; }
.service_intro .txt_box{ display:block;position:relative; /*top:-45px;*/padding: 20px 10px 0 10px; width: 96%; margin-left:auto;/*background:#ededed; */letter-spacing: -0.02em; }
.service_intro .txt_box h5{ margin: 0; font-size:35px; align-items: center;justify-content: space-between;font-weight: 800;}
.service_intro .txt_box h5 span{ font-size:35px; font-weight: 800;color: #006edc;}

.service_intro .txt_box p{ font-size:16px; line-height:1.7; color:#000; font-weight: 700;}
.service_intro .txt_box p span{ /*display: block; */font-size: inherit; ccolor: #000;font-size: 15px;font-weight: 400;}
.service_intro .txt_box p .hidden_mo{display: block; font-size: inherit; color: #000;font-size: 15px;font-weight: 400;}
.service_intro .txt_box p .spec_mo{display: block; font-size: inherit; color: #000;font-size: 15px;font-weight: 400;}

.service_intro .txt_box p .spec_mo b{font-size: inherit; color: #966e00;font-size: 15px;font-weight: 500;}
.service_intro .txt_box p .spec_mo i{font-size: inherit; color: #000;font-size: 15px;font-weight: 400; margin-right: 30px;}






/*.certification_wrap{ padding:7px 0; border-top:1px solid #000;  }
.certification_wrap .step{ display:flex; align-items: center; justify-content: space-between;border-bottom:1px solid #ededed; padding:18px 0; }
.certification_wrap .icon{ width: 65px; }
.certification_wrap .txt_box{ flex:1; padding: 0;margin-left: 20px;}
.certification_wrap .txt_box h4{ margin-bottom: 4px; font-size: 18px; font-weight: 400; margin: 0;padding:0;}
.certification_wrap h3 {border:1px solid #ccc;padding: 10px;width: 190px;}
.certification_wrap .txt_box span, .transfer_wrap .txt_box p{ font-size:13px; line-height: 1.75;margin-right: 10px; }
.certification_wrap .txt_box h4 span{ color:#ff6412; }*/


/*.location {
	margin-top: -3px;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.location section {
    height: 100%;
    padding: 0;
}
#contents > section, #contents > div > section, .sectionBg > section {
    width: 1000px;
    margin: 0 auto;
}

.location section span:first-child {
    width: 30px;
    text-indent: -9999px;
    background: url(../images/ico_home.gif) 60% 60% no-repeat;
}
.location section span {
    padding:17px 10px 10px 20px;
    font-family: "Noto Regular";
    font-size: 12px;
    background: url(../images/ico_angle02.gif) 0% 60% no-repeat;
    display: table-cell;
    color: #999999;
}*/

/*#container{
	margin: 0 auto;
	width: 100%;
	height:1600px;
}    
#container .contain2{
	width:1160px;
	margin:0 auto;
	background: #f9f9f9;
	position:relative;	
}

#container .contain2 .box{
	width:1160px;
	margin: 0 auto;
}

.contain2 .box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}*/

/*.title{
	margin: 0 auto;
	text-align: center;
	height: 280px;
}
*/
/*.lineTxt{
	text-align: center;
	margin-top: 30px;
}*/

.muti_silde{
	width: 100%;
	height: 500px;
/*	position: absolute;
	left: 0;
	top: 30px;*/
}

.bx-controls{display: none;}
.footer_wrap { padding:45px 0 80px; border-top:1px solid #e0e0e0; }
.footer_wrap .left_con{ flex:0 0 155px; max-width:155px; }
.footer-logo { display: inline-block; width: 150px; height: 50px; margin-top: 0; background: url(../images/logo3.png) left top no-repeat; background-size: contain; }
.footer_wrap .center_con{ flex:1; }
.footer_wrap .footer_link{ display: flex; margin:0 0 17px; }


.footer_info{margin: 0; padding: 0;}
.footer_info li{ display: inline-block; margin-right:20px; font-size:14px; line-height:2; color:#555; }
.footer_wrap .bottom_con{ flex:0 0 100%; width:100%; padding-top:46px; }



 /* 999px 이하 */
@media (max-width:999px) {

.tab_menu{padding: 0;width: 98%;}

.tab_menu li a {font-size: 16px;}
.muti_silde{width: 100%; height: 250px;}
.muti_silde ul li img{width: 100%; height: 250px;}
.service_intro .txt_box p .spec_mo i{font-size: inherit; color: #000;font-size: 15px;font-weight: 400; margin-right: 10px;}


.footer-logo{display: none;}
.footer_wrap .container_sub > .row > div{ max-width: 100%; flex-basis: 100%; text-align: center; }
.footer_wrap {padding: 30px 0 35px;}   
.footer_wrap .row > div{ padding-left: 15px; padding-right: 15px; }
.footer_wrap .footer_info{ margin-bottom:25px; }

.footer_wrap .footer_info li{margin-right:1px;}
.footer_cert{ justify-content: center; flex-wrap: wrap; }
.footer_cert .item{ display: block; flex:0 0 250px; max-width:33.333%; margin:0 0 30px; }
.footer_cert .clearfix{ flex:0 0 100%; width:100%; }
.footer_cert .item p{ padding:15px 0 0; }


 }

