@charset "utf-8";

/* Reset, Common */
* { margin: 0; padding: 0; box-sizing: border-box; list-style-type: none; }
html { font-size: 0.625em; }
html, body { height: 100%; margin: 0; padding: 0; }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, a, button, section, input, label {
    margin: 0; padding: 0;
    font-weight: normal;
    box-sizing: border-box;
    word-break: keep-all;
}
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;}
ul, ol, li, dl, dt, dd { list-style: none; }
p, a, span { word-break: keep-all; }
img { border: 0; }
ul, dl, li, dt, dd { list-style: none; }
dd, dt { padding: 0; margin: 0; }

body {
    font-family: 'SUIT-Regular', "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
    color: #121212;
    overflow-x: hidden; 
    overflow-y: auto;
    position: relative;
    margin: 0;
}

a { color: #121212; transition: all 0.4s; }
a:hover { transition: all .4s; text-decoration: none; }
a:link, a:visited { text-decoration: none; }

.cf {}
.cf:after { content: ""; display: block; clear: both; }

i { font-style: normal; }
input { margin: 0; outline: none; border-radius: 0; }

table { border-collapse: collapse; border-spacing: 0 }
table caption { height: 0.1rem; overflow: hidden; position: absolute; text-indent: -9999px; }

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

input {
    margin: 0;
    outline: none;
    border-radius: 0;
    overflow: visible;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-transform: none;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
}
input, select, button, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 0;
}

input:focus-visible,
button:focus-visible,
a:focus-visible,
select:focus-visible { 
    border: 2px solid #fff; 
    outline: 2px dotted #000; 
}

fieldset {
    border: none;
}

@media screen and (max-width: 960px) {
    html { font-size: 0.52em; }
}
/*
@media screen and (max-width: 560px) {
    html { font-size: 0.46rem; }
}
*/
