@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");


/* Default Style */
*:focus { outline:none; }
*{margin:0; padding:0; font-family:'Pretendard', sans-serif; letter-spacing:-0.05em;}
body { width: 100%; height: 100%; font-size:10px;}
ul, ol, li { list-style: none }
img, hr { border: none }
button { border: 0; background: none; cursor: pointer; }
input::-ms-clear {display:none;}


/* Link Style */
a{ text-decoration: none; }
a:hover { text-decoration: none;}

/* Table Style */
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
table td img { vertical-align: middle }

/* letter-spacing 지우기 */
.enTxt{letter-spacing:0;}

