@charset "utf-8";

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, button, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    overscroll-behavior: none;
    background-color: #F5F5F5;
}

body {
    line-height: 1;
    overscroll-behavior: none;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

span {
    color: inherit;
}

small {
    display: block;
}

img {
    max-width: 100%;
}

button {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    color: inherit;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    background-color: transparent;
    resize: none;
}

input:focus {
    outline: none;
}

div, input, textarea, select, button, table,
label, h1, h2, h3, h4, h5, h6, p, li, a, strong, b {
    font-family: 'NotoSansKR', AppleSDGothicNeo-Regular, sans-serif;
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    font-variant-ligatures: normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

::-moz-selection {
    background: #00aa2d;
    color: #fff;
}

::selection {
    background: #00aa2d;
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #DEDEDE;
}

/* clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: block;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ir_su {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}
