@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/font-awesome-line-awesome/css/all.min.css");

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

* {box-sizing:border-box;}
html, body {padding:0;margin:0;height:100%;}
body {/* font-family:'S-CoreDream-3Light','sans-serif'; */font-size:16px; color: #222;}
body * {font-family:inherit;}

body {background:#fff;}

a {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:none;}

#page-view {text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none;position:relative;}

hr.line {visibility:hidden;clear:both;padding:0;margin:1em 0;}

ul {list-style:none; padding:0; margin:0;}
