@charset "utf-8";

*,*::before,*::after {box-sizing: border-box;}

*,html,body,div,span,h1,h2,h3,
h4,h5,h6,p,a,img,strong,ul,ol,li,dl,dt,dd,nav,header,main,section,aside,figure,figcaption,blockquote,fieldset,legend,input,button,textarea,select,table,tr,th,td {margin: 0;padding: 0;}

body {min-width: 320px;font-family: "Pretendard", sans-serif;font-size: 1.6rem;color: #222;line-height: 1.5;}
body.is-scroll-lock {overflow: hidden;}
ul,ol,li {list-style: none;}

img,picture,video,canvas,svg {display: block;max-width: 100%;height: auto;}

a {color: inherit;text-decoration: none;}

button,input,textarea,select {font: inherit;color: inherit;border: 0;background: transparent;}

button {cursor: pointer;border: 0;background: none;}

caption,legend,.blind {overflow: hidden;position: absolute;width: 1px;height: 1px;margin: -1px;clip: rect(0,0,0,0);}

html {font-size: 62.5%;}