@charset "utf-8";



/* Layout Set */
html,body{height:100%;}
body, p, dl, dd, h1, h2, h3, h4, h5, h6{margin:0;}

/* Basic Tag Set */
body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, pre, button, p{line-height:1.4; font-weight:400; color:#555; font-family: 'Pretendard', Arial, sans-serif; font-size:1.6rem;}
ul, ol{margin:0; padding:0; list-style:none;}
input, button{border:0;}
button{cursor:pointer;}
table{width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0;}
table caption{overflow:hidden; position:absolute; left:-200rem; width:0; height:0; font-size:0;}
a{text-decoration:none; color:#555;}
pre{white-space:pre-wrap;}


/* 추가 */
.hidden{overflow:hidden; position:absolute; top:0; left:-200em; font-size:0;}


