@charset "utf-8";

*,
*::before,
*::after{box-sizing:border-box;}

html{font-size:62.5%;-webkit-text-size-adjust:100%;}

body{
    margin:0;
    color:#111;
    font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Segoe UI",sans-serif;
    font-size:1.6rem;
    line-height:1.5;
    word-break:keep-all;
    overflow-x:hidden;
    background:#fff;
}

body.is-lock{overflow:hidden;}

a{color:inherit;text-decoration:none;}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;}
ul,ol,li{list-style:none;margin:0;padding:0;}
h1,h2,h3,p{margin:0;}
img{display:block;max-width:100%;}
