/* http://meyerweb.com/eric/tools/css/reset/

   v2.0 | 20110126

   License: none (public domain)

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


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 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: NotoSansKR;
    src: url("/font/Noto_Sans_KR/NotoSansKR-Light.otf")
}

@font-face {
    font-family: NotoSansKR-Regular;
    src: url("/font/Noto_Sans_KR/NotoSansKR-Regular.otf")
}

@font-face {
    font-family: NotoSansKR-Medium;
    src: url("/font/Noto_Sans_KR/NotoSansKR-Medium.otf")
}

.bg {
    width: 1440px;
    /*height: calc(944px - 136px);*/
    /*background-color: #cacaca;*/
    /*padding:132px 0 0 0;*/
    margin: 0 auto;
    min-height: 850px;
}

main {
    text-align: center;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

button[disabled] {
    cursor: inherit;
}

a {
    cursor: pointer !important;
}

.valid_error {
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
}

input::placeholder {
    overflow: visible !important;
    line-height: 1;
}



input[type='radio'] {
    background: url("/img/button/img-radio-unselect.svg") no-repeat;
}

input[type='radio']:checked {
    background: url("/img/button/img-radio-select.svg") no-repeat;
}

div.radio-wrap {
    display: inline-flex;
    align-items: center;
}

input[type='radio'],
input[type='radio']:checked {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    margin-right: 3px;
    margin-left: 12px;
}

.sales_type_4 {
    margin-right: 12px;
}


.radio-wrap label {
    width: 30px;
    height: 24px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;
}

@media (max-width: 1440px) {
    .bg {
        width: 1200px !important;
        padding: 66px 0 0 0 !important;
    }

    .area_login_main {
        margin: 0 auto !important;
    }

    .bg_footer {
        width: auto !important;
    }

    footer {
        min-width: 1200px !important;

    }

    .area_menu_info {
        min-width: 1200px !important;
    }

    header {
        min-width: 1200px !important;
    }

    .area_header {
        width: 1200px !important;
    }

    .area_navi {
        min-width: 1200px !important;
    }

    .area_navi ul li {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    footer.mobile_footer {
        width: calc(360px - 32px) !important;
        min-width: 0 !important;
    }

    .area_event_info {
        margin: auto !important;
    }

    .area_thumnail {
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    #modal_notice_detail.modal {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 80% !important;
    }

    .area_notice_info, .area_notice_detail_header, .area_notice_detail_content > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .blocker {
        height: 100% !important;
    }

}

footer {
    width: 100%;
}