@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2020-11-24
******************************************************** */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500');
/* ******************  layout ********************** */
*{-ms-word-break: normal; word-break: normal !important; font-family: 'Microsoft YaHei','Noto Sans SC', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif !important;}
/* ******************  Layout.css ********************** */
html[lang="ko"]{}

/* ******************  Main.css ********************** */


/* ******************  Content.css ********************** */
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="ko"] 사용하면 css우선순위가 높아집니다. */
}