@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* Common */
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{margin: 0;padding: 0;border: 0;font-size: 100%;
font:inherit; vertical-align: baseline; font-family: 'Pretendard', sans-serif;letter-spacing:-0.07em; font-style:normal;
	-webkit-font-smoothing: antialiased; /* 폰트 부드럽게 */
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
ul:after{display: block; content:' '; clear: both;}
table {border-collapse:collapse; border-spacing:0;}
a{text-decoration:none; color:inherit;letter-spacing:inherit; font-weight:inherit ;}
a:hover,a:active,a:focus{text-decoration:none;}
table{border-spacing:0;border-collapse:collapse;}
input,select,button{vertical-align:middle; outline:none; -webkit-box-sizing:border-box;-moz-box-sizing:border-box ;box-sizing:border-box ;font-family:'Noto Sans KR','MalgunGothic',sans-serif; }
input[type="text"],input[type="tel"],input[type="submit"],input[type="email"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-border-radius: 0;}
ul::after{display: block; clear: both; content:' ';}


html::-webkit-scrollbar {
    width: 5px;
}
html::-webkit-scrollbar-track {
    background:#24150a;

}
html::-webkit-scrollbar-thumb {
    background-color: #017ccb;
	border-radius:100px;
}

@supports (-webkit-touch-callout: none)