@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
  font-family: 'OKGUNG';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/OKGUNG.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


*{margin: 0; padding: 0; box-sizing: border-box;}
body{font-family: "Noto Sans KR", sans-serif; font-size: 18px; line-height: 1.35; color: #000; min-width: 320px;}
a{color: #000; text-decoration: none;}
ul, ol{list-style: none;}
img{vertical-align: top; border: 0;}
select, input{vertical-align: top;}


.hidden{color: transparent; font-size: 0;}