
@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: 'Mylius';
  src: url('https://db.onlinewebfonts.com/t/fbe50504be0367217a4869ba355b57ed.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/fbe50504be0367217a4869ba355b57ed.woff') format('woff');
}

* {
    box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
}
body {
    background: linear-gradient(180deg, #dcebff 3.58%, #f3f3f5 43.43%, #f3f3f5 98.1%) no-repeat;
    min-height: 100vh;

    
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;

    
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

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: block;
}


p, h1, h2, h3 {
    padding: 0;
    margin: 0;
}
._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;
    }
}

/* *, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
} */



.air__aligner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .air__aligner {
        padding: 0 40px;
    }
}