/* @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;

    --color-background: 255 255 255;
    --color-background-1: 243 244 248;
    --color-background-2: 242 242 242;
    --color-text: 15 15 15;
    --color-text-1: 5 23 102;
    --color-text-2: 28 171 226;
    --color-textsub: 85 85 85;
    --color-border: 221 221 221;

    --color-white: 255 255 255;
    --color-color0: 255 255 255;
    --color-color: 45 41 38;
    --color-color1: 5 23 102;
    --color-color2: 28 171 226;
    --color-color3: 87 187 235;
    --color-color4: 247 247 247;
    --color-color5: 243 244 248;
    --color-color5: 94 94 94;
    --color-border: 217 217 217;
}
* {
    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;
}


.h2 {
    margin: 2rem 0 .8rem;
    color: #051766;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.56;
}
@media (min-width: 1060px) {
    .h2 {
        margin: 2rem 0 .8rem;
        font-size: 2rem;
        line-height: 1.5;
    }
}



.ux-p {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #051766;
}




.selection {
    position: relative;
}
.selection [type=checkbox], .selection [type=radio] {
    opacity: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
}
.selection .buttonRadio, .selection .buttonCheckbox, .selection label {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    color: #051766;
    font-size: 1rem;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
@media (min-width: 1060px) {
    .selection .buttonRadio, .selection .buttonCheckbox, .selection label {
        padding-left: 2rem;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
.selection .buttonCheckbox:before, .selection [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #051766;
    border-radius: .2rem;
    background-size: 11px 9px;
}
@media (min-width: 1060px) {
    .selection .buttonCheckbox:before, .selection [type=checkbox]~label:before {
        top: .4rem;
    }
}
.selection .buttonCheckbox.-checked:before, .selection [type=checkbox]:checked~label:before {
    background: #051766 url(/pages/header/images/ico-checkbox.svg) no-repeat 50% 50%;
}




















.requires {
    margin: .5rem 0;
    color: #051766;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.58;
}
@media (min-width: 1060px) {
    .requires {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}
.requires:before {
    content: "";
    display: inline-block;
    width: .8rem;
    height: 1.4rem;
    vertical-align: top;
    margin: 0;
    background: url(/pages/header/images/requires--before.svg) no-repeat center;
    background-size: 8px 22px;
}
@media (min-width: 1060px) {
    .requires:before {
        background-size: 8px 24px;
    }
}
.requires:after {
    content: "";
    display: inline-block;
    width: .8rem;
    height: 1.4rem;
    vertical-align: top;
    margin: 0;
    background: url(/pages/header/images/requires--after.svg) no-repeat center;
    background-size: 8px 22px;
}
@media (min-width: 1060px) {
    .requires:after {
        background-size: 8px 24px;
    }
}
.required {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    width: .4rem;
    font-size: inherit;
    vertical-align: bottom;
}
@media (min-width: 1060px) {
    .requires .required {
        top: .6em;
    }
}
.required:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #da291c;
}


/* forms */
.bundle.-bordered {
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
}
.bundle.-large {
    padding: 3.2rem 2rem;
}
@media (min-width: 1060px) {
    .bundle.-large {
        padding: 2rem;
    }
}
.fieldset {
    margin: 4rem 0;
}
@media (min-width: 1060px) {
    .fieldset {
        display: flex;
        flex-wrap: wrap;
    }
}
.fieldset:first-child {
    margin-top: 0;
}
.fieldset:last-child {
    margin-bottom: 0;
}
.fieldset__key {
    margin-bottom: 1rem;
    padding-right: 2rem;
}
@media (min-width: 1060px) {
    .fieldset__key {
        flex: 4;
        margin-bottom: 0;
    }
}
.fieldset__heading {
    color: #051766;
    font-size: 1rem;
}
@media (min-width: 1060px) {
    .fieldset__heading {
        font-size: 1.2rem;
        line-height: 1.56;
    }
}
@media (min-width: 1060px) {
    .fieldset__value {
        display: flex;
        flex-wrap: wrap;
        flex: 8;
    }
}
@media (min-width: 1060px) {
    .field {
        width: 100%;
    }
}
.field+.field {
    margin-top: 1.4rem;
}
.label {
    display: block;
    margin-bottom: 1rem;
    color: #051766;
    font-size: .8rem;
    line-height: 1.18;
}
@media (min-width: 1060px) {
    .label {
        margin-bottom: .9rem;
    }
}
.forms {
    position: relative;
}
.forms select {
    padding-right: 2.4rem;
    background: #fff url(/pages/header/images/icon--arrow-down.svg) no-repeat right center;
    background-size: 24px 24px;
}
.forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    width: 100%;
    height: 3rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #051766;
    border-radius: 0;
    color: #051766;
    font-size: 1rem;
    line-height: 1.5;
    transition: border .2s .3s, color .2s .3s, box-shadow .2s .3s;
}
@media (min-width: 1060px) {
    .forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
        height: 3.4rem;
        font-size: 1rem;
        line-height: 1.56;
    }
}
.forms [type=text]:hover, .forms [type=search]:hover, .forms [type=password]:hover, .forms [type=email]:hover, .forms [type=tel]:hover, .forms [type=number]:hover, .forms select:hover, .forms textarea:hover,
.forms [type=text]:focus, .forms [type=search]:focus, .forms [type=password]:focus, .forms [type=email]:focus, .forms [type=tel]:focus, .forms [type=number]:focus, .forms select:focus, .forms textarea:focus {
    padding: 0 1rem;
    border-bottom-color: transparent;
    border-radius: .2rem;
    outline: 0;
    box-shadow: 0 0 0 1px #051766;
    color: #051766;
    transition: padding .2s, border .2s, background .2s, color .2s, box-shadow .2s;
}
.multi-line {
    margin-top: 1.2rem;
}
@media (min-width: 1060px) {
    .multi-line {
        margin-top: .8rem;
    }
}
.forms-option {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.option {
    display: inline-block;
    min-width: 4.8rem;
    min-height: 2.4rem;
    margin: 0;
    padding: .4rem 1rem;
    border: 2px solid #d9d9d9;
    border-radius: 999.9rem;
    background-color: #fff;
    color: #5e5e5e;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
@media (min-width: 1060px) {
    .option {
        min-width: 5rem;
        min-height: 2.4rem;
        padding: .6rem .8rem;
        font-size: 1rem;
    }
}
.option.-ghost {
    color: #5e5e5e;
    border: 2px solid #d9d9d9;
    background: #ffffff;
}
.forms-option .button, .forms-option .option {
    margin-top: .4rem;
}
.forms-option .button:first-child, .forms-option .option:first-child {
    margin-right: 1.2rem;
}
@media (min-width: 1060px) {
    .forms-option .button:first-child, .forms-option .option:first-child {
        margin-right: 2rem;
    }
}
.forms-option .forms {
    flex: 1;
}
.placeholder {
    position: absolute;
    top: .8rem;
    width: 100%;
    color: #5e5e5e;
    font-size: .8rem;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}
@media (min-width: 1060px) {
    .placeholder {
        top: 1rem;
        font-size: 1rem;
        line-height: 1.56;
    }
}
.caption {
    margin: .8rem 0;
    padding-left: 1rem;
    text-indent: -1rem;
    color: #5e5e5e;
    font-weight: 400;
    font-size: .8rem;
}
@media (min-width: 1060px) {
    .caption {
        font-size: .8rem;
        line-height: 1.58;
    }
}
.caption:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
    background: url(/pages/header/images/icon--information.svg) no-repeat center center;
    background-size: 20px 20px;
    vertical-align: -.3rem;
}
.helper {
    display: block;
    margin-top: .2rem;
    color: #5e5e5e;
    font-size: .8rem;
    line-height: 1.58;
}
@media (min-width: 1060px) {
    .helper {
        margin-top: .4rem;
    }
}
.forms.-reverse[_ngcontent-yey-c142] .option[_ngcontent-yey-c142] {
  width: 100%;
  min-height: 3rem;
  padding-left: 2.4rem;
  border: 0;
  border-bottom: 1px solid #051766;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  color: #051766;
  font-size: 1rem;
  line-height: 1.58;
  white-space: nowrap;

  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2024%2024%27%20stroke-width%3D%271.5%27%20stroke%3D%27%23051766%27%3E%3Cpath%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M6.75%203v2.25M17.25%203v2.25M3%2018.75V7.5a2.25%202.25%200%200%201%202.25-2.25h13.5A2.25%202.25%200%200%201%2021%207.5v11.25m-18%200A2.25%202.25%200%200%200%205.25%2021h13.5A2.25%202.25%200%200%200%2021%2018.75m-18%200v-7.5A2.25%202.25%200%200%201%205.25%209h13.5A2.25%202.25%200%200%201%2021%2011.25v7.5%27/%3E%3C/svg%3E") no-repeat 7px 50%;
  background-size: 24px 24px;
}

@media (min-width: 1060px) {
    .forms.-reverse[_ngcontent-yey-c142] .option[_ngcontent-yey-c142] {
        min-height: 3.4rem;
        padding-left: 3rem;
        font-size: 1rem;
        line-height: 1.56;
        background-position-x: 12px;
    }
}
.selections.-inline {
    display: flex;
    flex-wrap: wrap;
}
.selection {
    position: relative;
}
.selections.-inline .selection {
    width: 50%;
}
@media (min-width: 1060px) {
    .selections.-inline .selection {
        display: inline-block;
        width: auto;
        margin: 0;
        margin-left: 5rem;
    }
}
.selections.-inline .selection:nth-of-type(1) {
    margin-left: 0;
}
.selection .buttonRadio, .selection .buttonCheckbox, .selection label {
    display: inline-block;
    position: relative;
    padding-left: 1.6rem;
    color: #051766;
    font-size: 1rem;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
@media (min-width: 1060px) {
    .selection .buttonRadio, .selection .buttonCheckbox, .selection label {
        padding-left: 1.6rem;
        font-size: 1rem;
        line-height: 1.5;
    }
}
.selection .buttonRadio:before, .selection [type=radio]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 1.8rem;
    border: 1px solid #051766;
    background-size: 11px 9px;
}
@media (min-width: 1060px) {
    .selection .buttonRadio:before, .selection [type=radio]~label:before {
        top: .2rem;
    }
}
.selection .buttonRadio.-checked:before, .selection [type=radio]:checked~label:before {
    background: #fff url(/pages/header/images/ico-radio.svg) no-repeat 50% 50%;
}
.forms textarea {
    padding: .8rem 1rem;
    min-height: 12rem;
    border-radius: 1rem;
    border: solid 1px #051766;
    outline: 0;
    resize: vertical;
}
.forms textarea:hover, .forms textarea:focus {
    padding: .8rem 1rem;
    border-color: transparent;
}
.counter {
    margin-top: .3rem;
    text-align: right;
}
.counter__value {
    color: #051766;
    font-size: .8rem;
}
.remark {
    color: #051766;
    font-style: normal;
}
.remark.-bold {
    font-weight: 700;
}
.file__type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.file__type [type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}
.file__type-name {
    flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 2rem;
    height: 2.4rem;
    line-height: 4rem;
    border-bottom: 1px solid #051766;
    transition: padding .2s, border .2s, background .2s, color .2s, box-shadow .2s;
}
@media (min-width:1060px) {
    .file__type-name {
        height: 3rem;
    }
}
*[class]._right {
    text-align: right !important;
}
.controls {
    margin: 2rem 0;
}
.controls>*+* {
    margin-left: 1rem;
}
.control {
    padding-left: 2.4rem;
    background: url(/pages/header/images/ico-add.svg) no-repeat left center / 33px 32px;
    border: 0;
    outline: 0;
    height: 2rem;
    color: #051766;
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
}
.control[disabled] {
    background: url(/pages/header/images/ico-add-disabled.svg) no-repeat left center;
    background-size: 32px 32px;
    color: #bcbcbc;
    cursor: not-allowed;
}
.control.-remove, .control.-remove[aria-disabled=false] {
    background: url(/pages/header/images/ico-remove.svg) no-repeat left center;
    background-size: 32px 32px;
}
.control.-remove[disabled], .control.-remove[aria-disabled=true] {
    background: url(/pages/header/images/ico-remove-disabled.svg) no-repeat left center;
    background-size: 32px 32px;
}
.control.-add[disabled], .control.-add[aria-disabled=true] {
    background: url(/pages/header/images/ico-add-disabled.svg) no-repeat left center;
    background-size: 32px 32px;
}
.field .file+.file {
    margin-top: 1rem;
}
/* //forms */








