.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%);
}

.month-select {
  position: relative;
  padding: 7px 20px;
}

.select-title {
  color: #fff;
}

.select-ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  /* background: transparent; */
  background-color: #243f7c;
  border: 1px solid #1b2a4d;
  border-radius: 2px;
  box-shadow: 0 16px 32px rgba(59, 70, 94, 0.16);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.select-ul.active {
  max-height: 360px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.select-ul li + li {
  margin-top: 8px;
}

.select-ul li a {
  display: block;
  /* padding: 10px 14px; */
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: transparent;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.select-ul li a:hover,
.select-ul li a:focus-visible {
  background-color: #191919;
  color: #fff;
  border-color: #243f7c;
}

header .wrap .btnWrap .pdf-link.new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 35px;
  padding: 0 14px;
  border-radius: 999px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

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) {
  .select-ul {
    top: calc(100% + 8px);
    padding: 8px;
    border-radius: 14px;
  }

  .select-ul li + li {
    margin-top: 6px;
  }

  .select-ul li a {
    padding: 9px 12px;
    font-size: 14px;
  }

  .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: 18px !important;
    padding-bottom: 0px;
    
  }
  header .wrap {
    padding: 10px 16px;
  }
  .month-select {
    position: relative;
    padding: 7px 10px;
    font-size: 15px;
  }
  .header-right-div{
    gap: 5px;
  }
    header .wrap .btnWrap .pdf-link.new{
    min-width: 98px;
  }
  section.sub .wrap .crawling-contents-textbox h3{
    line-height: 2rem !important;
    font-size: 22px !important;
  }

  .sub-sec-title small{
    line-height: 1.5rem;
    font-size: 18px !important;
  }

  section.sub .wrap .crawling-contents-textbox h4:first-of-type{
    margin-top: 2rem !important;
    font-size : 18px !important;
  }
            .banner-title,
            .sub-page-banner-title {
              font-size: 1.5rem;
            }
  .main-banner{
    height: 70vh;
  }
}

