@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, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input { font-family: inherit; margin: 0; padding: 0; border: 0; vertical-align: baseline; text-decoration: none; line-height: 1.5; box-sizing: border-box; letter-spacing: 0; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
html {font-size: 62.5%}
body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; color: #343A40; font-family: 'Pretendard'; -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }
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; }
button, a{ cursor: pointer; }
a:hover,
a:focus{ text-decoration: none; }
button{ background: none; color: inherit; font-size: inherit; box-shadow: none; }
.btn-check:focus + .btn, 
.btn:focus{ box-shadow: none; }

/* Box sizing rules */
*,
*::before,
*::after { box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] { padding: 0; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand{ display: none; }

*::placeholder{ color: #CED4DA; }
*::-webkit-input-placeholder{ color: #CED4DA; }
*:-ms-input-placeholder{ color: #CED4DA; }
*:-mos-input-placeholder{ color: #CED4DA; }

@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width:1028px) {}

@media screen and (max-width: 440px) {
    html {font-size: 2.2728vw}
}