/* @font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Noto Sans KR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/static/fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

:root {
    /* color */
    --color-main: #1c2229;
    --color-sub: #57bbeb;
    --color-subback: #57bbeb;
    --color-back: #f6f8fb;
    --color-black: #1f1f1f;

    --header-height : 92px;
    
    --color-white: 255 255 255;
    --color-border: 217 217 217;

    --color-color-back: 243 249 255;
    --color-color-back1: 248 248 248;
    --color-color-desc: 30 100 220;
    --color-color-desc1: 19 126 163;
    --color-color-desc2: 160 190 215;
    --color-color-desc3: 30 100 220;
    --color-color-back6: 170 170 170;

    --color-color0: 255 255 255;
    --color-color: 13 13 13;
    --color-color1: 5 23 102;
    --color-color2: 87 187 235;
    --color-color3: 57 95 814;
    --color-color4: 225 240 255;
}
* {
    box-sizing: border-box;
}
body {
    overflow-y: auto;
    -ms-overflow-style: none;
    margin: 0;
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;





    font-family: 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.00rem;
    letter-spacing: -.5px;
}
html .dark_mode {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}
body.dark_mode * {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0px;
    padding: 0px;
}

ol, ul, menu {
    list-style: none;
}
ul, ol {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    padding: 0;
}
button, a {
    color: inherit;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    display: inline-flex;
}
button.button:hover, a.a:hover {
    /* outline: 1px solid var(--color-main); */
    outline: 0;
    /* border-radius: 1px; */
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 3px var(--color-main);
}
button.-line:hover, a.-line:hover {
    text-decoration: underline;
}

p, h1, h2, h3 {
    padding: 0;
    margin: 0;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, img, ins, kbd, label, legend, li, mark, menu, nav, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}



._hidden {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


@media (min-width:1060px) {
    [class]._pc-hidden {
        display: none !important;
    }
}
@media (max-width:1060px) {
    [class]._mo-hidden {
        display: none !important;
    }
}
/* // 스크롤막기 */
.scrollLock { overflow: hidden; }


.air__aligner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .air__aligner {
        padding: 0 40px;
    }
}



._angular {
    min-height: calc(100vh - 100px);
    padding-bottom: 0px;
    /* margin-top: calc(-90px - 2rem); */
}





::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
::-webkit-scrollbar-thumb {
    background: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}