*{
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    white-space: nowrap;
}
html, body {
    overflow-x: hidden; /* 가로 스크롤 숨기기 */
}