@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


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, select, legend, button, input, textarea,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }


*, *::after, *::before { box-sizing:border-box; }
body {
    background:#fff; 
    word-break:keep-all; 
    word-wrap:break-word; 
    line-height:1; 
    -webkit-font-smoothing:subpixel-antialiased; 
    -moz-osx-font-smoothing:grayscale;
}
body, th, td, input, select, textarea, button { /*font-size:12px; font-family:; color:#333;*/ }
dl, ul, ol, menu, li { list-style:none; }
a { color:inherit; text-decoration:none; outline:none; }
a:link, a:visited, a:hover, a:active{ color:inherit; text-decoration:none; }
button, input, select, textarea { border:none; background:none; font:inherit; color:inherit; outline:none; -webkit-appearance:none; }
input:focus, button:focus, textarea:focus { outline:none; }
textarea { overflow:auto; resize:none }
a, button { -webkit-tap-highlight-color:transparent; cursor:pointer; }
article, aside, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display:block; }
address, caption, cite, code, dfn, em, var { font-style:normal; font-weight:normal; }
table { border-spacing:0; border-collapse:collapse; }
figure { line-height:0; }
img { vertical-align:top; }

label, a, button {
    -webkit-tap-highlight-color: transparent;
}

input[type="radio"], input[type="checkbox"]{display:none}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px transparent inset; -webkit-text-fill-color: #000} /* 크롬자동완성, 글자색입력 */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 50000s ease-in-out 0s}
/* INPUT NUMBER 화살표 제거  */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none; margin:0}
/* INPUT SEARCH x 표시 제거, INPUT PASSWORD 눈표시 제거 */
input::-ms-clear, input::-ms-reveal{display:none}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration{display:none}
/* PLACEHOLDER 폰트 */
::placeholder{color:#393939; font:inherit}
::-webkit-input-placeholder{color:#393939; font:inherit}
:-webkit-input-placeholder{color:#393939; font:inherit}
::-ms-input-placeholder{color:#393939 !important; font:inherit}
:-moz-placeholder { color:#393939; font:inherit; opacity:1; }
::-moz-placeholder { color:#393939; font:inherit; opacity:1; }
/* SELECT 화살표 제거 */
select{-webkit-appearance:none; -moz-appearance:none; appearance:none}
select::-ms-expand{display:none}

body, html{width:100%; height:100%}