@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'KCC-eunyoung';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border: 0;
    border-spacing: 0;
    padding: 0;
    border-collapse: collapse;
}

th, td {
    padding: 0
}

ul, li {
    list-style: none;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
}

img {
    border: 0;
}

html, body {
    position: relative;
}

body {
    word-break: keep-all;
    font-size: 15px;
    background: #fff;
    color: #333;
    text-align: center;
    cursor: default;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}

button {
    border: 0;
    display: block;
    background: transparent;
    color: inherit;
}