html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    font-family: Pretendard,HelveticaNeue-Light,'Malgun Gothic','¸¼Àº °íµñ',sans-serif;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    /*font-family: 'Noto Sans KR', sans-serif;*/
    font-family: Pretendard,HelveticaNeue-Light,'Malgun Gothic','¸¼Àº °íµñ',sans-serif;
}

body {
    font-family: Pretendard,HelveticaNeue-Light,'Malgun Gothic','¸¼Àº °íµñ',sans-serif;
    user-select: none;
    list-style: none;
  /*  background-color: #f6f6f6;*/
}

img{
    width: 100%;
    display:block;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-thumb {
    height: 30%;
    background: #2b2b2b;
    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.btn {
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius:4px;
    border:none;
    font-weight:600;
}

.btn_navy {
    background-color: #00306d;
    color:#fff;
}
    .btn_navy:hover {
        background-color: #0e4385;
        color: #fff;
    }

.btn_gray {
    background-color: #e9e9e9;
}
    .btn_gray:hover {
        background-color: #d9d9d9;
    }

.f_w_100 {
    font-weight:100;
}

.f_w_200 {
    font-weight: 200;
}

.f_w_300 {
    font-weight: 300;
}

.f_w_400 {
    font-weight: 400;
}

.f_w_500 {
    font-weight: 500;
}

.f_w_600 {
    font-weight: 600;
}

.f_w_700 {
    font-weight: 700;
}

.f_w_800 {
    font-weight: 800;
}

.f_w_900 {
    font-weight: 900;
}

.f_s_20 {
    font-size:20px;
}

.m_t_5 {
    margin-top:5px;
}
.m_t_10 {
    margin-top: 10px;
}
.m_t_15 {
    margin-top: 15px;
}
.m_t_20 {
    margin-top: 20px;
}

.m_b_5 {
    margin-bottom: 5px;
}
.m_b_10 {
    margin-bottom: 10px;
}
.m_b_15 {
    margin-bottom: 15px;
}
.m_b_20 {
    margin-bottom: 20px;
}
.m_b_200 {
    margin-bottom: 200px;
}

.m_l_5 {
    margin-left:5px;
}
.m_l_10 {
    margin-left: 10px;
}
.m_l_15 {
    margin-left: 15px;
}
.m_l_20 {
    margin-left: 20px;
}
.m_l_25 {
    margin-left: 25px;
}
.m_l_30 {
    margin-left: 30px;
}

.m_r_5 {
    margin-right: 5px;
}
.m_r_10 {
    margin-right: 10px;
}
.m_r_15 {
    margin-right: 15px;
}
.m_r_20 {
    margin-right: 20px;
}

.b_b_hidden {
    border-bottom: hidden;
}

.bg_c_pink {
    background-color: #FCFAFF;
}

.d_n {
    display:none !important;
}

.color_purple{
    color:#4F10D5;
}

.color_pink {
    color: #FF0090;
}

.color_yellow {
    color: #FFC629;
}

.color_green {
    color: #04E85F;
}

.color_lightBlue {
    color: #298EE9;
}

.color_blue {
    color: #3900FC;
}

.text_red {
    color: #f42a2a;
}

.text_grey{
    color:#c9c9c9;
}

.req_span {
    position: relative;
}

    .req_span::before {
        content: '*';
        color: #f53839;
        margin-right: 5px;
        position: absolute;
        left: -12px;
        top:2px;
    }

/*È¸¿ø°¡ÀÔ ÆË¾÷Ã¢*/

@font-face {
    font-family: 'iebleicon9';
    src: url('../fonts/iebleicon9.eot?wgbkjp');
    src: url('../fonts/iebleicon9.eot?wgbkjp#iefix') format('embedded-opentype'), url('../fonts/iebleicon9.ttf?wgbkjp') format('truetype'), url('../fonts/iebleicon9.woff?wgbkjp') format('woff'), url('../fonts/iebleicon9.svg?wgbkjp#iebleicon9') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="iebleicon9"], [class*=" iebleicon9"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iebleicon9' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iebleicon9ok:before {
    content: "\e901";
    font-size: 80px;
    background: linear-gradient(to right, #4F10D5, #4CA2F0);
    color: transparent;
    -webkit-background-clip: text;
}

.iebleicon9err:before {
    content: "\e903";
    font-size: 60px;
    background: linear-gradient(to right, #4F10D5, #4CA2F0);
    color: transparent;
    -webkit-background-clip: text;
}

.iebleicon9cheer:before {
    content: "\e900";
    font-size: 80px;
    background: linear-gradient(to right, #4F10D5, #4CA2F0);
    color: transparent;
    -webkit-background-clip: text;
}

.iebleicon9check:before {
    content: "\e902";
    font-size: 60px;
    background: linear-gradient(to right, #4F10D5, #4CA2F0);
    color: transparent;
    -webkit-background-clip: text;
}


.modal_background {
    width: 100%;
    height: 100vh;
    background: rgb(142 142 142 / 30%);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
}

.modal_area {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 400px;
    max-width: 1300px;
    background: #fff;
    border-radius: 4px;
    z-index: 100000;
}

    .modal_area .body {
        padding: 15px 0;
        max-height: calc(100vh - 300px);
        overflow-y: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .modal_area .detail {
        font-size: 22px;
        margin: 25px 0;
        font-weight: 700;
    }

    .modal_area .footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .modal_area .btn {
        background-color: #003AC9;
        color: #fff;
        padding: 11px 24px;
        border-radius: 10px
    }

