/* reset CSS */
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, th, 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;
}
ul, ol, li {
    list-style: none;
}
a {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom CSS */
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div, body { -webkit-print-color-adjust:exact; }
body {
    font-size: 0;
    font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
    color: #333;
    letter-spacing: -0.5px;
}
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0.85rem;
    background-color: #ffffff;
    font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
    color: #333;
    letter-spacing: -0.5px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px;
}
table {
    width: 100%;
}
section {
    min-width: 1120px;
    box-sizing: border-box;
}
div {
    box-sizing: border-box;
}
.popup .popup-hide {
    display: none !important;
}
.amount {
    font-style: normal;
    font-family: 'Nanum Gothic', sans-serif;
}