@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
*{margin: 0; padding:0;}
body{font-size:12px; line-height:18px; font-family: 'Noto Sans KR', sans-serif;}
a{color:#121212; text-decoration: none;}
img{border:none; vertical-align: top;}
ul, ol{list-style:none;}
h1,h2,h3,h4,h5,h6,div,p,ul,li,ol,dl,dt,dd{box-sizing: border-box;}
address{font-style: normal;}
.cf{}
.cf:after{content:""; display: block; clear: both;}
