@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/****************************************************************************************************************************************
reset 시작
*****************************************************************************************************************************************/
*{margin:0; padding:0; font-size:14px; font-weight:400; font-family: "Noto Sans KR", serif;}

html,body {width:100%; height:100%; box-sizing: border-box;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, p, a, span, td, th {word-break: keep-all;}
li,p,span,strong,i,em, address {font-size:inherit;color:inherit;font-family:inherit;}
b, strong {font-weight:700;color: inherit;font-size: inherit;}

input,select,button,img {vertical-align:middle; outline: none;}
img,fieldset,iframe {border:0 none}
img {max-width: 100%;}

label,button {cursor:pointer}
input,select,button,textarea {margin:0; padding:0; border:0; transition: all 0.3s;}
button:focus,
textarea:focus,
textarea:focus-visible {outline: none; border: none;} 

ol, ul {position:relative; margin:0 auto; padding:0;}
ol, ul, li {list-style: none;}
li {transition: all 0.3s;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

textarea {resize: none; outline: none;}

div {display: block;}

table{border-collapse:collapse; border-spacing:0;width:100%;}
th {font-weight: normal;}

a {text-decoration:none; color: #fff; outline:none; transition: all 0.3s;}
a:hover {text-decoration:none; color: #fff; outline:none;}
a:active {text-decoration:none; color: #fff; outline:none;}
a:visited {text-decoration:none; color: #fff; outline:none;}
a:focus {text-decoration:none; color: #fff; outline: none; box-shadow:none;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


::-webkit-scrollbar {width: 10px; height: 8px; background: #000; border-left: 1px rgba(255, 255, 255, 0.1) solid;}
::-webkit-scrollbar-track {background:transparent;}
::-webkit-scrollbar-thumb {background: linear-gradient(#ffda91, #ffba49); border: 2px #000 solid; border-radius: 5px;}