/* =============================
   reset.css   
   ============================= */

@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box;}
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;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html,body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html{font-size:62.5%;}
body{font-size:1.4rem;line-height:1.5;font-weight:400;font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;background-color:var(--background-default);color:var(--text-primary);}
ol,ul{list-style:none;}
a,button{font-size:inherit;color:inherit;line-height:inherit;cursor:pointer;background:none;box-sizing:border-box;outline:none;}
:focus {outline: none;}
button[disabled],input[disabled]{cursor:not-allowed;opacity:0.6;}
address,cite,code,em,i{font-style:normal;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
u,ins,a{text-decoration:none;}
input,button,select,textarea{appearance:none;-webkit-appearance:none;outline:none;background:none;font:inherit;color:inherit;border-radius:0;border:0;box-sizing:border-box;}
img,fieldset{border:0;}
img{vertical-align:top;}
iframe{overflow:hidden;margin:0;border:0;padding:0;vertical-align:top;}
figure{font-size:0;}
.blind{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;}