@charset "utf-8";

/* Reset/Normalize */
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, 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: inherit; vertical-align: baseline; box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
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;}
table caption {overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0;}
a {color: var(--Black); text-decoration: none;}
label, img {vertical-align: middle;}
html {-webkit-text-size-adjust: antialiased; -moz-osx-font-smoothing: grayscale;}
input {-webkit-border-radius: 0; border-radius: 0; -webkit-appearance: none; appearance: none;}
:focus {outline: none !important; box-shadow: none !important;}
:focus-visible {outline: 1px solid var(--White) !important; box-sizing: border-box !important; box-shadow: 0 0 0 2px inset var(--Black) !important;}
::placeholder {color: var(--Subbody_03) !important; font-weight: 400; letter-spacing: 0; font-size: 1.4rem;}
::-webkit-input-placeholder {color: var(--Subbody_03) !important; font-weight: 400; letter-spacing: 0;}
:-ms-input-placeholder {color: var(--Subbody_03) !important; font-weight: 400; letter-spacing: 0;}
a, button, input, select, div, li, span, p {-webkit-tap-highlight-color: rgba(0,0,0,.025);}

html {font-size: 62.5%;}
body {font-size: 1.6rem; font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', sans-serif; color: var(--Black); background: var(--White); line-height: 1.5; margin: 0; min-width: 320px;}
body.fixed {overflow: hidden;}

/* 사이트 전체 스크롤바 숨기기 */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* 모든 요소의 스크롤바 숨기기 (선택사항) */
* {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
