@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: bold;}
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/customer_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;
}
.container_sub .partner_box .sub_title {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 2px;
    letter-spacing:-1px;

}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.center_block{ display:block; margin-left:auto; margin-right:auto; }
.visible_xs, .visible_mo{ display:none!important; }


.partner_box .logo_group{display: flex; flex-wrap: wrap;margin-bottom: 100px; }
.partner_box .logo_group .logo_wrap{ position:relative; flex-basis: 20%; padding: 22px;border: 1px solid #ededed; max-width: 20%;}
.partner_box .logo_group img{ display: block; margin:0 auto; }


/* 999px 이하 */
@media(max-width:999px){ 
	#contents{
	padding-top: 60px;

}
	.container_sub {padding: 0 30px;}
    .category_wrap .d-flex{ flex-wrap: wrap; }
    .category_wrap .title{ flex-basis: 100%; }
    .category_wrap .title h5{ width:100%; line-height: 50px; }
    .category_wrap .category_list{ flex-wrap: wrap; padding:25px; border-top:0; height: auto; border-left:1px solid #e0e0e0; }
    .partner_box .logo_group .logo_wrap { flex-basis: 33.333%; max-width: 33.333%; }
}

/* 767px 이하 */
@media(max-width:767px){ 
	#contents{
	padding-top: 60px;

}
	.container_sub {padding: 0 15px;}
    .stories_wrap .partner_box .sub_title{ font-size:24px; }
    .partner_box .logo_group .img_hover p{ font-size:14px; }
    .partner_box .logo_gSroup .logo_wrap { flex-basis: 50%; max-width: 50%; }
    .category_wrap .category_list{ padding:15px 25px; }
}


.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) {
    .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 li{margin-right:1px;}
    .footer_wrap .footer_info{ margin-bottom:25px; }
    .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; }
 }
