/* Shared public page heading: request, boards, company, news and tour. */
.board_container > .notice_title,
#tour_sec .notice_title,
.intro_title,
.board_insert_title,
.form_join_title {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.board_container > .notice_title > h3,
#tour_sec .notice_title > h3,
.intro_title > h3,
.board_insert_title > h3,
.form_join_title > h3,
.board_container > .request_title,
.tour_container > .tour_title,
.news-page > .news-hero {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px 20px 26px !important;
  border: 0 !important;
  border-bottom: 1px solid #e4eaf2 !important;
  border-radius: 0 !important;
  background: #f3f8fc !important;
  box-shadow: none !important;
  color: #17283f !important;
  font-size: 28px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: -.03em !important;
  text-align: center !important;
}

.news-page > .news-hero > h3 {
  margin: 0 !important;
  color: #17283f !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-align: inherit !important;
}

.news-page > .news-hero > .news-hero__eyebrow,
.news-page > .news-hero > p {
  display: none !important;
}

#tour_sec .notice_title > h3::after,
.tour_container > .tour_title::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  .board_container > .notice_title > h3,
  #tour_sec .notice_title > h3,
  .intro_title > h3,
  .board_insert_title > h3,
  .form_join_title > h3,
  .board_container > .request_title,
  .tour_container > .tour_title,
  .news-page > .news-hero {
    padding: 18px 16px 20px !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
  }
}
