#page-notice .main-notice-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  margin: 24px auto 0;
}
#page-notice .main-notice-page .main-notice-box {
  width: 962px;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
#page-notice .main-notice-page .iframe-content iframe {
  width: 100%;
  height: 1000px;
  border: 0;
}