@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fastly.jsdelivr.net/gh/sunn-us/SUITE/fonts/static/woff2/SUITE.css');

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    background: #f2f2f2;
}

/*16px*/
h1 {
    font-size: 24px;
    font-size: 2.4rem;
}

/*24px*/
body,
div,
ul,
li,
dl,
dt,
dd,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
    letter-spacing: -0.1rem;
}

ul,
ol,
dl,
li {
    list-style: none;
}

em,
address {
    font-style: normal;
}

img,
fieldset {
    border: 0;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #757575;
    outline: 0;
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.clear:after,
.row:after {
    content: '';
    display: block;
    clear: both;
}

.blind {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

::selection {
    background: rgba(44, 255, 44, .6);
    color: #FFF;
}

::-moz-selection {
    background: rgba(44, 255, 44, .6);
    color: #FFF;
}

::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.4rem;
}

::-webkit-scrollbar-thumb {
    height: 0.6rem;
    border: 4px solid rgba(0, 0, 0, 0);
    background: #E2E2E2;
    background-clip: padding-box;
    -webkit-border-radius: 1.0rem;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

body,
table,
input,
button,
textarea,
select {
    font-family: 'Noto Sans KR', -apple-system, "맑은 고딕", 'Malgun Gothic', 'Dotum', "돋움", 'Gulim', "굴림", tahoma, Geneva, sans-serif;
}

pre {
    white-space: pre-wrap;
}