@charset "UTF-8";

/* 국문, 영문 */
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:300;src:url(/font/NotoSansKR-Light.ttf) format("opentype")}
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:400;src:url(/font/NotoSansKR-Regular.ttf) format("opentype")}
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:400;src:url(/font/NotoSansKR-Regular.ttf) format("opentype")}
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:500;src:url(/font/NotoSansKR-Medium.ttf) format("opentype")}
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:700;src:url(/font/NotoSansKR-Bold.ttf) format("opentype")}
@font-face{font-family:'NotoSansKR';font-style:normal;font-weight:900;src:url(/font/NotoSansKR-Black.ttf) format("opentype")}

/* 일문, 중문 */
@font-face{font-family:'NotoSansSC';font-style:normal;font-weight:300;src:url(/font/NotoSansSC-Light.ttf) format("opentype")}
@font-face{font-family:'NotoSansSC';font-style:normal;font-weight:400;src:url(/font/NotoSansSC-Regular.ttf) format("opentype")}
@font-face{font-family:'NotoSansSC';font-style:normal;font-weight:500;src:url(/font/NotoSansSC-Medium.ttf) format("opentype")}
@font-face{font-family:'NotoSansSC';font-style:normal;font-weight:700;src:url(/font/NotoSansSC-Bold.ttf) format("opentype")}
@font-face{font-family:'NotoSansSC';font-style:normal;font-weight:900;src:url(/font/NotoSansSC-Black.ttf) format("opentype")}

*{margin:0;padding:0;box-sizing:border-box}
label.label{font-size: 0; width: 0; height: 0; display: block;}
html[lang="ko"] body{position:relative;font-family:'NotoSansKR',sans-serif;font-size:16px;color:#000;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1}
html[lang="en"] body{position:relative;font-family:'NotoSansKR',sans-serif;font-size:16px;color:#555;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1;letter-spacing:-.6px}
html[lang="ja"] body{position:relative;font-family:'NotoSansSC',"Noto Sans",sans-serif;font-size:16px;color:#555;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1;letter-spacing:-.6px}
html[lang="zh-CN"] body{position:relative;font-family:"NotoSansSC","Microsoft Yahei","simsun";font-size:16px;color:#555;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1;letter-spacing:-.6px}
html[lang="zh-TW"] body{position:relative;font-family:"NotoSansSC","Microsoft JhengHei","simhei";font-size:16px;color:#555;height:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1;letter-spacing:-.6px}              