@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&Oxanium:wght@200;300;400;500;600;700display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.7/dist/web/static/pretendard.css");
* {
	font-family: 'Pretendard';
}
body {
    font-family: 'Noto Sans KR', sans-serif;
}
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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;list-style:none;box-sizing: border-box;}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none;font-size-adjust: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
button{border: 0; background-color: transparent;cursor: pointer;}
blockquote, q {quotes: none}
a{color:inherit; text-decoration: none;}
a:active, a:hover{text-decoration: none; color:inherit; }
table{border-spacing: 0;}
input{box-shadow: 0; border-spacing: 0; border-width: 0;}
input:focus,textarea:focus,button:focus{
/*	border: 0;*/
	outline: 0;
	box-shadow: 0;
}
img{
	max-width: 100%;
}