@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 중문  CSS
 * date : 2020-11-24
******************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

*{   letter-spacing:-0.025em !important;}
/* ******************  layout ********************** */
*{-ms-word-break: normal; word-break: normal !important;}
	body, table, th, td, button, select, input,textarea {
	font-family: 'Noto Sans SC', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
/* ******************  Main.css ********************** */

/* ******************  Content.css ********************** */
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="zh"] 사용하면 css우선순위가 높아집니다. */
	html[lang="zh"] .product-page .con-tit {font-weight: 600;}
}