﻿@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * producer : jason
 * date : 2021-01-19
******************************************************** */

@import url(style.css);
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* {margin:0; padding:0; box-sizing: border-box;}
ul,li,ol {list-style:none;}
a, a:hover, a:active {text-decoration:none; color:inherit;}
img {vertical-align:top;}
body, button, input, select, table, textarea { font-family: Helvetica-Light,HelveticaNeue-Light,"Helvetica Neue Light","나눔고딕",nanumgothic,AppleSDGothicNeo,"malgun gothic","맑은 고딕",sans-serif;}
