.report_wrap {
  padding-bottom: 30px;
}

.report_wrap .zone1 {
  border-bottom: 1px solid #e5e7eb;
  padding: 72px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .report_wrap .zone1 {
    padding: 40px 0 50px;
  }
}

.report_wrap .zone1 .tmts-2018 h3 {
  margin-bottom: 36px;
}

.report_wrap .zone1 .tmts-2018 span {
  color: #1A2B53;
}

.report_wrap .zone1 ul {
  padding: 0;
}

.report_wrap .zone1 ul li {
  list-style: none;
  width: 33.3333333333%;
  float: left;
}

@media (max-width: 480px) {
  .report_wrap .zone1 ul li {
    float: none;
    margin: 0 auto 20px;
  }
}

.report_wrap .zone1 .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.report_wrap .zone1 .list .count {
  font-weight: bold;
  font-size: 100px;
  max-width: 220px;
  margin: auto;
  color: #C4D700;
  border-bottom: 1px solid #1A2B53;
  line-height: 1;
}

@media (max-width: 991px) {
  .report_wrap .zone1 .list .count {
    font-size: 70px;
    max-width: 180px;
  }
}

@media (max-width: 640px) {
  .report_wrap .zone1 .list .count {
    font-size: 50px;
    max-width: 130px;
  }
}

@media (max-width: 480px) {
  .report_wrap .zone1 .list .count {
    font-size: 60px;
    max-width: 320px;
  }
}

.report_wrap .zone1 .list p {
  font-size: 24px;
  color: #1A2B53;
}

@media (max-width: 991px) {
  .report_wrap .zone1 .list p {
    font-size: 20px;
  }
}

.report_wrap .zone2 {
  padding: 60px 15px;
  border-bottom: 1px solid #e5e7eb;
}

.report_wrap .zone3 {
  padding: 70px 0;
}

.report_wrap .zone3 h3 {
  text-transform: uppercase;
  margin-bottom: 85px;
}

@media (max-width: 768px) {
  .report_wrap .zone3 h3 {
    margin-bottom: 55px;
  }
}

.report_wrap .zone3 .download_zone::after {
  content: "";
  display: table;
  clear: both;
}

.report_wrap .zone3 .download_zone ul {
  padding: 0;
}

.report_wrap .zone3 .download_zone ul li {
  list-style: none;
  width: 50%;
  float: left;
}

.report_wrap .zone3 .download_zone ul li:nth-child(2n+1) {
  clear: left;
}

@media (max-width: 1280px) {
  .report_wrap .zone3 .download_zone ul li {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .report_wrap .zone3 .download_zone ul li {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 30px;
    float: none;
  }
}

.report_wrap .zone3 .download_zone ul li div {
  width: 460px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1280px) {
  .report_wrap .zone3 .download_zone ul li div {
    width: 100%;
  }
}

.report_wrap .zone3 .download_zone ul li div a {
  display: block;
  border: 1px solid #3d4543;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 35px 20px;
  transition: all 0.5s ease-in-out;
  color: #000;
}

@media (max-width: 360px) {
  .report_wrap .zone3 .download_zone ul li div a {
    padding: 25px 15px;
  }
}

.report_wrap .zone3 .download_zone ul li div a:after {
  content: "";
  background: url(../images/report/pdf.png) no-repeat;
  width: 32px;
  height: 38px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 360px) {
  .report_wrap .zone3 .download_zone ul li div a:after {
    margin: 8px auto 0;
    display: block;
  }
}

.report_wrap .zone3 .download_zone ul li div a:hover {
  text-decoration: none;
  color: #fff;
  background: #C4D700;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}

.report_wrap .zone3 .download_zone ul li div a:hover:after {
  background: url(../images/report/pdfa.png) no-repeat;
}

.report_wrap .zone4 {
  padding: 60px 15px;
  border-top: 1px solid #e5e7eb;
}

.report_wrap .zone4 .report-content-2 {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}

.report_wrap .zone4 .report-content-2 > h3 {
  text-align: center;
  color: #1A2B53;
  margin: 0 0 28px;
}

.report_wrap .zone4 .report-content-2 > p {
  margin-bottom: 18px;
}

.report_wrap .zone4 .report-content-2 > ul,
.report_wrap .zone4 .report-content-2 .report-cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 991px) {
  .report_wrap .zone4 .report-content-2 > ul,
  .report_wrap .zone4 .report-content-2 .report-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .report_wrap .zone4 .report-content-2 > ul,
  .report_wrap .zone4 .report-content-2 .report-cards {
    grid-template-columns: 1fr;
  }
}

.report_wrap .zone4 .report-content-2 > ul > li,
.report_wrap .zone4 .report-content-2 .report-cards > li,
.report_wrap .zone4 .report-content-2 .report-card {
  background: #fff;
  border: 1px solid rgba(26, 43, 83, 0.14);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.report_wrap .zone4 .report-content-2 > ul > li > a,
.report_wrap .zone4 .report-content-2 .report-cards > li > a,
.report_wrap .zone4 .report-content-2 .report-card > a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.report_wrap .zone4 .report-content-2 img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease;
}

.report_wrap .zone4 .report-content-2 > ul > li > a:hover img,
.report_wrap .zone4 .report-content-2 .report-cards > li > a:hover img,
.report_wrap .zone4 .report-content-2 .report-card > a:hover img {
  transform: scale(1.06);
}

.report_wrap .zone4 .report-content-2 h4,
.report_wrap .zone4 .report-content-2 h5 {
  color: #1A2B53;
  margin: 0;
  padding: 18px 18px 8px;
}

.report_wrap .zone4 .report-content-2 > ul > li > p,
.report_wrap .zone4 .report-content-2 .report-cards > li > p,
.report_wrap .zone4 .report-content-2 .report-card > p,
.report_wrap .zone4 .report-content-2 > ul > li > a > p,
.report_wrap .zone4 .report-content-2 .report-cards > li > a > p,
.report_wrap .zone4 .report-content-2 .report-card > a > p {
  margin: 0;
  padding: 0 18px 18px;
}

.report_wrap .zone4 .report-content-2 .report-activity-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 991px) {
  .report_wrap .zone4 .report-content-2 .report-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .report_wrap .zone4 .report-content-2 .report-activity-grid {
    grid-template-columns: 1fr;
  }
}

.report_wrap .zone4 .report-content-2 .report-activity-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.report_wrap .zone4 .report-content-2 .report-activity-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover > img {
  transform: scale(1.1);
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 43, 83, 0.92) 0%, rgba(26, 43, 83, 0.2) 58%, rgba(26, 43, 83, 0) 100%);
  opacity: 0.82;
  transition: opacity 0.3s ease;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover .report-activity-overlay {
  opacity: 0.96;
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  color: #fff;
  transform: translateY(12px);
  transition: transform 0.3s ease;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover .report-activity-content {
  transform: translateY(0);
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-kicker {
  display: inline-block;
  color: #C4D700;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover .report-activity-kicker {
  opacity: 1;
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 0;
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  padding: 0;
}

.report_wrap .zone4 .report-content-2 .report-activity-card .report-activity-action {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.report_wrap .zone4 .report-content-2 .report-activity-card:hover .report-activity-action {
  opacity: 1;
}

.report_wrap .zone4 .report-content-2 .report-gallery-source {
  display: none;
}

.report-gallery-open {
  overflow: hidden;
}

.report-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
}

.report-gallery-modal.is-open {
  display: flex;
}

.report-gallery-modal .report-gallery-stage {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1200px;
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .report-gallery-modal .report-gallery-stage {
    width: calc(100% - 48px);
  }
}

.report-gallery-modal .report-gallery-stage img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.report-gallery-modal .report-gallery-single-view.is-hidden {
  display: none;
}

.report-gallery-modal .report-gallery-single-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #414141;
  padding-top: 15px;
}

.report-gallery-modal .report-gallery-image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.report-gallery-modal .report-gallery-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
}

.report-gallery-modal .report-gallery-title {
  color: #c4d700;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0;
}

.report-gallery-modal .report-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  gap: 10px;
}

.report-gallery-modal .report-gallery-counter {
  white-space: nowrap;
}

.report-gallery-modal .report-gallery-controls {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle,
.report-gallery-modal .report-gallery-controls .report-gallery-download,
.report-gallery-modal .report-gallery-controls .report-gallery-autoplay {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle {
  width: auto;
  border-radius: 999px;
  padding: 0 14px;
  gap: 8px;
}

.report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle .fa,
.report-gallery-modal .report-gallery-controls .report-gallery-download .fa,
.report-gallery-modal .report-gallery-controls .report-gallery-autoplay .fa {
  font-size: 13px;
}

.report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle:hover,
.report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle[aria-pressed=true],
.report-gallery-modal .report-gallery-controls .report-gallery-download:hover,
.report-gallery-modal .report-gallery-controls .report-gallery-autoplay:hover,
.report-gallery-modal .report-gallery-controls .report-gallery-autoplay[aria-pressed=true] {
  background: rgba(196, 215, 0, 0.9);
  border-color: rgba(196, 215, 0, 0.95);
  color: #1A2B53;
}

.report-gallery-modal .report-gallery-grid {
  margin-top: 14px;
  max-height: 60vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-right: 4px;
}

.report-gallery-modal .report-gallery-grid.is-hidden {
  display: none;
}

.report-gallery-modal .report-gallery-grid-item {
  border: 2px solid transparent;
  background: none;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.report-gallery-modal .report-gallery-grid-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.82;
}

.report-gallery-modal .report-gallery-grid-item.is-active {
  border-color: #C4D700;
}

.report-gallery-modal .report-gallery-grid-item.is-active img,
.report-gallery-modal .report-gallery-grid-item:hover img {
  opacity: 1;
}

.report-gallery-modal.is-grid-view .report-gallery-title,
.report-gallery-modal.is-grid-view .report-gallery-counter,
.report-gallery-modal.is-grid-view .report-gallery-nav {
  opacity: 0;
  pointer-events: none;
}

.report-gallery-modal.is-grid-view .report-gallery-download,
.report-gallery-modal.is-grid-view .report-gallery-autoplay {
  display: none;
}

@media (max-width: 768px) {
  .report-gallery-modal .report-gallery-stage {
    padding-top: 86px;
  }

  .report-gallery-modal .report-gallery-topbar {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .report-gallery-modal .report-gallery-title {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .report-gallery-modal .report-gallery-toolbar {
    margin-left: 0;
    width: 100%;
  }

  .report-gallery-modal .report-gallery-counter {
    font-size: 15px;
  }

  .report-gallery-modal .report-gallery-controls {
    gap: 6px;
  }

  .report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle,
  .report-gallery-modal .report-gallery-controls .report-gallery-download,
  .report-gallery-modal .report-gallery-controls .report-gallery-autoplay {
    width: 34px;
    height: 34px;
  }

  .report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle {
    padding: 0;
    border-radius: 50%;
  }

  .report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle span {
    display: none;
  }

  .report-gallery-modal .report-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .report-gallery-modal .report-gallery-stage {
    padding-top: 78px;
  }

  .report-gallery-modal .report-gallery-topbar {
    left: 0;
    right: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .report-gallery-modal .report-gallery-title {
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .report-gallery-modal .report-gallery-controls {
    gap: 4px;
  }

  .report-gallery-modal .report-gallery-counter {
    font-size: 15px;
  }

  .report-gallery-modal .report-gallery-controls .report-gallery-grid-toggle,
  .report-gallery-modal .report-gallery-controls .report-gallery-download,
  .report-gallery-modal .report-gallery-controls .report-gallery-autoplay {
    width: 34px;
    height: 34px;
    justify-content: center;
    padding: 0;
  }

  .report-gallery-modal .report-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.report-gallery-modal .report-gallery-close {
  position: absolute;
  top: 16px;
  right: 24px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}

.report-gallery-modal .report-gallery-image-wrap .report-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 13;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.report-gallery-modal .report-gallery-image-wrap .report-gallery-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.report-gallery-modal .report-gallery-image-wrap .report-gallery-prev {
  left: 8px;
}

.report-gallery-modal .report-gallery-image-wrap .report-gallery-next {
  right: 8px;
}

@media (max-width: 768px) {
  .report-gallery-modal .report-gallery-image-wrap .report-gallery-nav {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .report-gallery-modal .report-gallery-image-wrap .report-gallery-prev {
    left: -4px;
  }

  .report-gallery-modal .report-gallery-image-wrap .report-gallery-next {
    right: -4px;
  }
}
