@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2018-01-16
******************************************************** */


/* layout */
body, table, th, td, button, select, input {
	font-family:'Rubik', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	font-size:13px;
	color:#666;
}

body { background-color:#fff; }
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; } /* min-width 홈페이지 컨텐츠 가로값에 맞게 변경 */

/* ****************** 공통클래스 ********************** */
.font-poppins{font-family:'Poppins', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;}
.font-noto{font-family:'Rubik', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;}


/* ****************** gnb ********************** */
#gnb.each-menu > ul > li.gnb3 .gnb-2dep{/*width:125%; margin-left:-12.5%;*/}

/* ****************** Footer ********************** */
.footer-banner-img-thum.banner2.en > p span{background:url(/images/layout/footer_banner_img001.jpg) no-repeat left top; background-size:cover;}
