@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;
    word-wrap: break-word;
    word-break: keep-all;
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

body {
    line-height: 1;
    -ms-scroll-chaining: none;
    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;
}

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;
    line-height: 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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* 폰트 초기화 */
div, input, textarea, select, button, table,
label, h1, h2, h3, h4, h5, h6, p, span, li, a, strong, b {
    font-family: 'SUIT', AppleSDGothicNeo-Regular, sans-serif;
    /* letter-spacing: -0.05em; */
    letter-spacing: -0.03em;
    /* font-size: 18px; */
    font-weight: 500;
    color: #161616;
    font-variant-ligatures: normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

p, span {
    line-height: 1.4;
}

::-moz-selection {
    background: #002169;
    color: #FBFBFB;
}

::selection {
    background: #002169;
    color: #FBFBFB;
}

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

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

.clearfix:after {
    clear: both;
}

/* IR 효과 */
/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도
	대체 텍스트를 보여주고자 할 때(WA IR) */
.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;
}

.hidden {overflow: hidden !important;}
main {opacity: 0; overflow: clip;}
main.visible {animation: appear 0.1s linear 1;}

@media all and (min-width:769px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    ::-webkit-scrollbar-track {
        background: #FBFBFB;
    }
    ::-webkit-scrollbar-thumb {
        background: #161616;
        border-radius: 10px;
    }
}