@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2017-05-30
******************************************************** */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
/* layout */
body, table, th, td, button, select, input {
	font-family:"Poppins", "Noto Sans SC", NanumGothic, "Nanum Gothic",Dotum, Arial, sans-serif;
	font-size:13px;
	color:#666;
}



#sidebar .snb > li a{display:block;width:100%;font-size: 16px;color:#fff;line-height: 45px;letter-spacing:-0.75px;}

.certification-txt > dt{width:30%; }
.vision-tit{margin-bottom: 5px;}
#mainRecruit{padding-bottom: 0%;}

.info-top-box{background: url(/cn/images/content/info_top_img.jpg) no-repeat center top;}
.sitemap-wrapper.menu6 > ul > li{width:20%;}

@media all and (max-width:800px){
	.info-top-box{background:url(/images/content/info_top_bg.jpg) no-repeat center top; background-size:cover;}

}


.seoul-office-top-inner > h3:before{position:absolute;top:-50px;left:50%;margin-left: -292px;display:block;content:"";width:136px;height:79px;background:url(/images/content/seoul_office_tit_bg.png) no-repeat;}

