@charset "utf-8";
/* CSS Document */

body{ padding:50px 100px; }
h1{ font-family: "Noto Sans KR"; font-weight: 600; font-size: 160%; line-height: 200%; margin-bottom: 20px; border-bottom: 1px solid #ccc;  }
h2{ font-family: "Noto Sans KR"; font-weight: 500; font-size: 140%; line-height: 180%; border-bottom: 1px dotted #ccc; }
p { margin:20px 0px; }

/*탭 이하 관련*/
@media screen and (max-width: 1024px) {
    body{ padding:20px 30px; }
    h1{  font-size: 130%; line-height: initial; padding: 20px 0px;  }
    h2{  font-size: 115%; line-height: initial;  }
}