@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* Noto Sans KR */
/* default font weight : 500 */
/* font-family: "Noto Sans" */
* {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    word-break: break-word;      /* 일본어 줄바꿈 허용 */
    overflow-wrap: break-word;   /* 긴 단어 줄바꿈 (보조적) */
    white-space: normal;  
}