@import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

body {font-family:"Pretendard";font-weight:400;}
.font-serif {font-family:"Pretendard";font-weight:400;}
.font-sans {font-family:"Pretendard";font-weight:400;}

/*대분류*/
h1 {font-size:26px;}
/*소분류*/
h2 {font-size:20px;}
/*일반*/
p {font-size:14px;}
li {font-size:14px;}

.box {border:1px solid #ccc;padding:10px;box-sizing:border-box;}

img {width:100%;height:auto;}
table {border:1px solid #ccc;border-collapse:collapse;}
table th,
table td {border:1px solid #ccc;font-size:14px;}
table td.center {text-align:center;}
table td li {padding:0 5px;box-sizing:border-box;}
