@charset "utf-8";
/* 글자모양, 크기, 색상, 링크서식 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body {font-family: 'Noto Sans KR', "맑은 고딕", arial, sans-serif;font-size: 12px;color: #333;overflow-x: hidden; } 

a {text-decoration: none;color: #333;font-size: 12px; } 

a:hover {text-decoration: underline; } 