@charset "utf-8";

/*
-------------------------------------
font
--------------------------------------
*/

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

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


/*
-------------------------------------
icon
--------------------------------------
*/

/* @import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css'); */

/*
-------------------------------------
reset
--------------------------------------
*/

html {
    /* font-size: 18px; */
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    color: #202020;
    line-height: 1;
    letter-spacing: -0.12em;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
    font-size: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

select,
input,
textarea,
button {
    font-size: inherit;
    font-family: 'Noto Sans KR';
    font-weight: inherit;
    margin: 0;
}

select,
input,
button {
    vertical-align: middle;
}

b,
strong {
    font-weight: normal;
}

address,
em,
i {
    font-style: normal;
}


hr {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

header,
footer,
article,
section,
aside,
nav,
main {
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* screen reader only */
.sr-only,
.hidden,
.blind,
.IR {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/* Skip to content */
.skip-to {
    position: absolute;
    top: -99px;
    left: 0;
    background: #333;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    z-index: 999;
}

.skip-to:hover,
.skip-to:focus,
.skip-to:active {
    display: block;
    top: 0;
}

.row:after,
.row:before {
    content: "";
    display: block;
}

.row:after {
    clear: both;
}