@charset "utf-8";

html, body{font-size:16px;width: 100%;letter-spacing: -1px;}
body{height: auto;overflow-y:hidden;}

/***** reset *****/
/*html5 미지원 브라우저*/
article, aside, details, figcaption, figire, footer, header, hgroup, menu, nav, section{display: block;}
/*margin padding reset*/
*{margin: 0;padding: 0;border:0;box-sizing: border-box;}
table {border-collapse: collapse;border-spacing: 0;}
img{border: 0;}
/*list reset*/
ol, ul, li{list-style: none;}
/*a reset*/
a{text-decoration: none;color: inherit;}

textarea:focus-visible {outline:none !important; border:3px dashed #ff0000 !important; box-sizing:border-box;}
a.list_title:focus-visible {outline:none; border:2px dashed #ff0000; box-sizing:border-box;}