/* sns */
/* select */
/* button */
/* categories */
/* calamity */
/* tooltip direction */
/* decoration */
#contents .main-notice-page {
  width: 1280px;
  padding-top: 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#contents .main-notice-page .main-notice-box {
  width: 962px;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}