@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

*{margin:0; padding:0;}
body{font-size:16px; line-height:1.3em;/*20px*/
       font-family: 'Noto Sans KR', sans-serif;}
a{color:#111; text-decoration:none;}
img{border:none; vertical-align:top;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6,div,p,ul,li,ol,dl,dt,dd{box-sizing:border-box;}
/*공간값인식을 변경함 (가로x세로값 안에 padding/border 포함)*/
address{font-style:normal;}
.cf{}
.cf:after{content:""; display:block; clear:both;}

textarea{width:85%; height:300px; font-size:16px; line-height:24px; 
            border:1px solid #333; background:#fff; 
            margin:15px; padding:15px;
            font-family: 'Noto Sans KR', sans-serif;}