/* 기본적인 css 작성 영역 */

body, div, h1, h2, h3, h4, h5, h6{
  font-family: "Nanum Gothic","Noto Sans KR", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.main {
    width: 100%;
    margin-top: 100px;
}
