* { margin: 0; padding: 0; box-sizing: border-box; } 

body,select, input, a, h3, dl, dd, dt,button {font-family: 'Pretendard', serif; font-weight: 200; }

a { text-decoration: none; color: black; }

ul { list-style: none; } 

select { appearance: none; border-radius: 0; -webkit-appearance: none; /* 사파리와 크롬을 위한 벤더 프리픽스 */ -moz-appearance: none; /* 파이어폭스를 위한 벤더 프리픽스 */ }

.blind { width: 1px;height: 1px;overflow: hidden;position: absolute;top: 50%;left: 50%;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;z-index: -1;}
