@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body,html{font-size: 14px; font-family: 'Noto Sans KR', sans-serif; color: #263339;}
ol,ul{list-style: none;}
h1,h2,h3,h4,h5,h6{font-size: 100%; font-weight: normal;}
a{text-decoration: none; color: inherit;}
img{vertical-align: bottom;}
table{border-collapse: collapse;}
address,em{font-style: none;}
button{border: none; background: transparent;}
select,input{vertical-align: middle;}

/*한글 폰트 Noto Sans KR*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);