@charset "utf-8";

/* font */
@font-face {font-family: 'Tenada'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2'); font-weight: normal; font-style: normal;}
@import url('./pretendard/static/pretendard.css');

* {margin: 0; padding: 0; box-sizing: border-box; font-family: 'Pretendard', 'sans-serif';}
ul,li{list-style: none;}
a {text-decoration: none; color: #333;}
img {display: block; width: 100%; vertical-align: middle; border: 0;}
body {font-size: 16px; color: #222; line-height: 1; background: url("/img/main/body_bg01.png") no-repeat center; background-size: 100%;}
table {border-collapse: collapse;}
section {position: relative; display: block; width: 100%;}
p, span {line-height: 1.4;}
button {background: none; border: none; outline: none;}