@charset "utf-8";
*{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans KR',sans-serif;color:#111;line-height:1.6;background:#fff;word-break:keep-all;overflow-x:hidden}
body.menu-open{overflow:hidden}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd{margin:0;padding:0}
ul,ol{list-style:none}
a{text-decoration:none;color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
button{border:0;background:none;padding:0;font:inherit;cursor:pointer;color:inherit}
.blind{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:0;top:-9999px;z-index:1000;background:#000;color:#fff;padding:12px 16px}.skip-link:focus{top:0}
