@charset "utf-8";
/* 240214추가 */
*{margin:0;padding:0;font:inherit;color:inherit; }
*, :after, :before {box-sizing:border-box;}
:root {-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:default;line-height:1.5;overflow-wrap:break-word;word-break:break-word;tab-size:4}
html, body {height:100%;}
img, picture, video, canvas, svg {display: block;max-width:100%;}
button {background:none;border:0;cursor:pointer;}
ul,ol {list-style: none}
a, a:focus, a:active, a:hover {text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
input:focus, textarea:focus, select:focus {outline: none;}