.quote-box-primary {
  width: 100%;
  background-color: #3f4587;
  padding: 20px !important;
  margin-bottom: 50px !important;
  color: #fff;
  text-align: center;
  font-size: 25px !important;
  font-weight: bold;
}

html,
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
}

header {
  left: 50%;
  transform: translateX(-50%);
}

section.sub .wrap {
 max-width: 1200px !important;
}

.main-banner.bg-202501_1 {
  background-position: center center !important;
  margin-left: auto;
  margin-right: auto;
}

.quote-box-gold {
  width: 100%;
  background-color: #c08d26;
  padding: 20px !important;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  color: #fff;
  text-align: center;
  font-size: 25px !important;
  font-weight: bold;
}


section.sub .wrap .crawling-contents-textbox p{
  font-size: 19px !important;
}

.content-rhythm {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.content-rhythm > * {
  margin: 0;
}

.float-wrap {
  display: flow-root;
}

/* vol40 chapter heading colors */
.ch-color-1 { color: #569ccf; }
.ch-color-3 { color: #5d7abc; }

/* banner quarter highlight */
.banner-highlight { color: #fff; }

/* footnote small */
.footnote { padding: 0; line-height: 1.45; }

/* subtitle note (replaces br+small in sub-sec-title) */
.sub-sec-title-note {
  display: block;
  font-size: 0.85em;
  font-weight: normal;
}

/* footnote stacking (replaces br between smalls) */
section.sub .line-h-12 > small {
  display: block;
}
section.sub .line-h-12 > small + small {
  margin-top: 0.35em;
}

/* img auto-width inside .crawling-contents-textbox */
section.sub .wrap .crawling-contents-textbox .img > span img {
  width: auto;
  margin: 0 auto;
}

/* no-padding utility */
.no-padding { padding: 0 !important; }

.intro-strong {
  font-size: 20px;
  margin-bottom: 2rem;
}

.caption-logo-etrih {
  display: block;
  max-width: 140px;
  width: 100%;
  margin: 8px auto 0;
}

section.sub .wrap .crawling-contents-textbox h4 {
  font-size: 21px !important;
  padding-bottom: 0px !important; 
  margin-top: 3rem !important;
}

section.sub .wrap .crawling-contents-textbox h4:first-of-type {
  margin-top: 0 !important;
}

.sub-page-section-title{
  margin-top: 2rem !important;
}

.content-top-text{
  margin-top: 2rem;
}

.line-h-12{
  margin-bottom: 2rem !important;
}

.sub-sec-title small{
  margin-top: 0.5rem !important;
}

.title-strong {
  color : white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 786px) {
  .quote-box-primary {
    margin-bottom: 50px;
    font-size: 16px !important;
  }

  .caption-logo-etrih {
    max-width: 110px;
  }

  section.sub .wrap .crawling-contents-textbox p{
    font-size: 16px !important;
  }

  .content-rhythm {
    gap: 20px;
  }

  .mic-only-pc {
    display: none !important;
  }
  section.sub .wrap .crawling-contents-textbox h4 {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

