@charset "utf-8";

@import "../font/NotoKR-Black/stylesheet.css";
@import "../font/NotoKR-Bold/stylesheet.css";
@import "../font/NotoKR-Medium/stylesheet.css";
@import "../font/NotoKR-Regular/stylesheet.css";

@import "../font/Cerebri-Regular/stylesheet.css";
@import "../font/Cerebri-Book/stylesheet.css";
@import "../font/Cerebri-Bold/stylesheet.css";
@import "../font/Cerebri-Black/stylesheet.css";

* {
    margin: 0;
    padding: 0;
    letter-spacing: -0.05em;
}

html {
    font-size: 16px;
    height: 100%;
    width: 100%;
}


img {
    width: 100%;
    border: 0;
}

button {
    border-style: none;
    background-color: transparent;
    border: none;
}

ol, ul, li {
    list-style: none;
}

/* a 링크 초기화 */
a, li {
    text-decoration: none;
}

/* 폰트 초기화 */
body, input, textarea, select, button, table, p, li, a {
    font-family: 'notokr-medium';
    color: #000;

}

h1, h2, h3, h4, h5 {
    word-break: keep-all;
    font-family: 'notokr-bold';
}

p {
    word-break: keep-all;
    line-height :150%
}

p {
    word-break: keep-all;
}


@media screen and (max-width: 1024px) {
    body {
        margin: 0 10px;
    }

}

@media screen and (max-width: 768px) {
    html, body {
        font-size: 10px;
    }
}

@media screen and (max-width: 481px) {
    html, body {
        font-size: 8px;
    }

    body {
        margin: 0 7px;
    }
}