* {padding: 0; margin: 0; font-family: inherit; font-size:inherit; color:inherit; font-weight: inherit; font-style: inherit; text-decoration: inherit;}
html, body {width: 100%; min-width: 1200px;}
body {font-family: 'Noto Sans KR', sans-serif; font-size: 16px; color: #333333; letter-spacing: -0.05em;}
body.overflow {width: auto; min-width: auto; overflow: hidden;}
a {text-decoration: none; color: inherit;}
ol,li {list-style: none; }
input,textarea,select,button {border: none; box-sizing: border-box; }
button {background: none; border:none; outline:none; cursor:pointer; }
table {border-spacing: 0; border-collapse: collapse; }
.clearfix::after {content:""; clear: both; display: block; }
.hidden {position: fixed; top:-10000px;}
.pos_center {position: absolute; left:50%; top:50%; transform: translate(-50%,-50%);}
.center {width: 1200px; margin: 0 auto;}