section {
  position: relative;
}

#container {
  padding-top: 100px;
  background: var(--abu-white);
}

/* common */
.page-title-g {
  text-align: center;
  margin-bottom: 56px;
}
.page-title-g .main-tit {
  color: var(--abu-black);
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: 5px;
}
.page-title-g .sub-tit {
  color: #737373;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 8px;
  line-height: 25px;
}

/* notice */
.notice-wrap {
  padding: 117px 0 130px;
  background: var(--abu-white);
}
.notice-wrap .contents {
  position: relative;
  width: 93%;
  max-width: 1030px;
  margin: 0 auto;
}
.notice-wrap .contents iframe {
  width: 100%;
  min-height: 620px;
  display: block;
}

/*# sourceMappingURL=style.css.map */
