@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body,html{font-size: 14px; font-family: 'Noto Sans KR', sans-serif; color: #16243D;}
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;}
input:focus{outline: none;}
textarea:focus{outline: none;}
button:focus{outline: none;}
-webkit-tap-highlight-color: transparent;

/*한글 폰트 Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);