@charset "UTF-8";
#toggleAnnouncement {
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 999999;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  font-family: inherit;
  background: rgba(122, 122, 122, 0.1882352941);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 16px;
}

.page-home {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .page-home {
    padding-top: 0;
  }
}
.page-home.has-announcement {
  padding-top: 108px;
}
@media (min-width: 1200px) {
  .page-home.has-announcement {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .page-home.has-announcement .hero {
    padding-top: 97px;
  }
}

.section-en-label {
  color: #009143;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .section-en-label {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1200px) {
  .section-en-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
  text-align: center;
  margin-bottom: 32px;
}
.section-header h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
  letter-spacing: 1px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
  }
}
@media (min-width: 1200px) {
  .section-header h2 {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 1.92px;
  }
}

.section-announcement {
  position: absolute;
  top: 60px;
  z-index: 1;
  height: 48px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  background-color: #fff6e0;
  transition: 0.3s;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .section-announcement {
    top: 75px;
  }
}
.section-announcement:has(a:hover) {
  background-color: #f8e7bf;
}
.section-announcement .announcement-container {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.section-announcement .announcement-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: auto;
  z-index: 2;
  pointer-events: none;
}
.section-announcement .announcement-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  padding-left: 36px;
  margin: 0;
  list-style: none;
}
.section-announcement .announcement-track li {
  height: 48px;
  flex-shrink: 0;
}
.section-announcement a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .section-announcement a {
    gap: 12px;
  }
}
.section-announcement .title {
  overflow: hidden;
  color: rgba(34, 34, 34, 0.8);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.section-announcement .more {
  color: #009143;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  word-break: keep-all;
}

.section-hero {
  height: 632px;
  width: 100%;
  padding: 48px 0 8px;
  position: relative;
  overflow: hidden;
  background: url("../../images/home/home_brand_s.svg") no-repeat, linear-gradient(180deg, #e7f8e7 81.12%, #fff 100%);
  background-size: 768px 632px;
  background-position: center top;
}
@media (min-width: 768px) {
  .section-hero {
    padding: 71px 0 0;
    height: 420px;
    background: url("../../images/home/home_brand_m.svg") no-repeat, linear-gradient(180deg, #e7f8e7 81.12%, #fff 100%);
    background-size: 1200px 420px;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .section-hero {
    padding: 145px 0 0;
    height: 675px;
    background: url("../../images/home/home_brand_l.svg") no-repeat, linear-gradient(180deg, #e7f8e7 81.12%, #fff 100%);
    background-size: 1920px 675px;
    background-position: center top;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content .hero-label {
  color: #009143;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .hero-content .hero-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.hero-title {
  color: #2d2d2d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1.44px;
  margin: 4px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 1.92px;
    margin: 0 0 28px;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2.88px;
    line-height: 68px;
    margin: 0 0 44px;
  }
}

.hero-search {
  width: 100%;
  max-width: 290px;
}
@media (min-width: 768px) {
  .hero-search {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .hero-search {
    max-width: 450px;
  }
}

.section-promo {
  margin-top: -358px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-promo {
    margin-top: -95px;
  }
}
@media (min-width: 1200px) {
  .section-promo {
    margin-top: -215px;
  }
}

.section-promo-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .section-promo-inner {
    flex-direction: row;
    gap: 16px;
  }
}

.banner-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 74, 34, 0.15);
  flex: 1;
  width: 100%;
  padding: 8px;
  touch-action: none;
}
@media (min-width: 768px) {
  .banner-carousel {
    max-width: 399px;
  }
}
@media (min-width: 1200px) {
  .banner-carousel {
    max-width: 536px;
  }
}

.banner-block {
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.banner-track {
  display: flex;
  will-change: transform;
  touch-action: none;
  user-select: none;
}

.banner-slide {
  flex: 0 0 100%;
  width: 100%;
}
.banner-slide .banner-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.banner-slide .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-slide .img-box {
    height: 126px;
  }
}
@media (min-width: 1200px) {
  .banner-slide .img-box {
    height: 171px;
  }
}
.banner-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  background: #d1d1d0;
}
@media (min-width: 768px) {
  .banner-slide img {
    height: 100%;
  }
}
.banner-slide .banner-caption {
  padding: 8px 0 0 4px;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  width: calc(100% - 60px);
}

.banner-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  position: absolute;
  padding: 16px 8px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff;
}

.banner-dot {
  width: 8px;
  height: 4px;
  padding: 0;
  border-radius: 2px;
  border: none;
  background-color: rgba(34, 34, 34, 0.2);
  cursor: pointer;
  transition: background-color 0.2s, width 0.2s;
}
.banner-dot.is-active {
  background-color: #009143;
  width: 24px;
}

.quick-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 74, 34, 0.15);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .quick-links {
    min-width: 384px;
    width: 100%;
  }
}

.quick-links-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 16px 11px;
}
@media (min-width: 768px) {
  .quick-links-icons {
    gap: 8px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .quick-links-icons {
    gap: 8px;
    padding: 12px 8px;
  }
}

.quick-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .quick-icon-item {
    height: 102px;
  }
}
@media (min-width: 1200px) {
  .quick-icon-item {
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 139px;
  }
}
.quick-icon-item:hover {
  color: #009143;
}

.quick-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  color: #009143;
  transition: transform 0.2s;
}
@media (min-width: 1200px) {
  .quick-icon-wrap {
    width: 72px;
    height: 72px;
  }
}
.quick-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quick-links-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 2px;
  padding: 8px 4px;
  margin: 0 8px 12px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .quick-links-text {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px 8px;
    margin: 0 8px 8px;
  }
}
@media (min-width: 1200px) {
  .quick-links-text {
    gap: 2px;
    padding: 11px 4px;
  }
}

.quick-text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .quick-text-item {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
}
.quick-text-item:hover {
  color: #009143;
}
.quick-text-item img,
.quick-text-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #009143;
}

.section-feature {
  padding-top: 48px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .section-feature {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .section-feature {
    padding-top: 100px;
  }
}
.section-feature .section-header {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .section-feature .section-header {
    margin-bottom: 24px;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  height: 230px;
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 20px 20px 24px;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .feature-card {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .feature-card {
    height: 288px;
    padding: 28px 28px 0;
  }
}
.feature-card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 312px;
  height: 150px;
  background-image: url("../../images/home/h_st_hover.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 312px auto;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: 0.3s;
  transform-origin: right bottom;
}
.feature-card .feature-card-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 172px;
  height: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .feature-card .feature-card-img {
    width: 215px;
  }
}
.feature-card:hover {
  background-color: #e7f9e8;
}
.feature-card:hover::before {
  opacity: 1;
  transform: scale(1);
}
.feature-card .feature-card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .feature-card .feature-card-title {
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .feature-card .feature-card-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.feature-card .feature-card-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 16px;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .feature-card .feature-card-subtitle {
    letter-spacing: 0.56px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-card .feature-card-subtitle {
    letter-spacing: 0.56px;
  }
}
.feature-card .link {
  color: #009143;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.feature-card .link .link-icon {
  color: #009143;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.section-info {
  position: relative;
  padding: 48px 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-info {
    padding: 172px 0 80px;
    margin-top: -92px;
  }
}
@media (min-width: 1200px) {
  .section-info {
    padding: 230px 0 213px;
    margin-top: -130px;
    margin-bottom: -113px;
  }
}
.section-info::before {
  content: "";
  width: 521px;
  height: 264px;
  background: url("../../images/h_bg_line_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  left: -195px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-info::before {
    width: 834px;
    height: 422px;
    top: 0;
    left: -377px;
  }
}
@media (min-width: 1200px) {
  .section-info::before {
    width: 1043px;
    height: 528px;
    top: 0;
    left: calc(50% - 535px);
    transform: translateX(-50%);
  }
}
.section-info::after {
  content: "";
  width: 350px;
  height: 229px;
  background: url("../../images/home/h_bg_line_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -52px;
  right: -172px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-info::after {
    width: 561px;
    height: 366px;
    bottom: -103px;
    right: -302px;
  }
}
@media (min-width: 1200px) {
  .section-info::after {
    width: 701px;
    height: 457px;
    bottom: 0;
    right: calc(50% - 648px);
    transform: translateX(50%);
  }
}
.section-info .section-header {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-info .section-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-info .section-header {
    margin-bottom: 20px;
  }
}

.info-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .info-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .info-container {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 16px;
  }
}

.calendar-block {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .calendar-block {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .calendar-block {
    width: 100%;
  }
}

.calendar-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 2px solid #e9e9e9;
  background: #ffffff;
}

.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #f6f6f6;
  padding: 4px 8px;
  height: 47px;
}

.calendar-range {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #222222;
}
@media (min-width: 1200px) {
  .calendar-range {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}
.calendar-range .year {
  font-weight: 400;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .calendar-range .year {
    padding-right: 6px;
  }
}

.calendar-events {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .calendar-events {
    height: 348px;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .calendar-events {
    height: 337px;
  }
}

.cal-date-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cal-date-group {
    padding: 20px 24px;
    gap: 32px;
    flex-direction: row;
    align-items: center;
  }
  .cal-date-group:hover {
    background-color: rgba(34, 34, 34, 0.0509803922);
  }
}
.cal-date-group::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1019607843);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media (min-width: 1200px) {
  .cal-date-group::before {
    width: calc(100% - 48px);
    left: 24px;
  }
}
.cal-date-group.is-last-visible::before {
  display: none;
}

.cal-date-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
  letter-spacing: 0.42px;
  margin-bottom: 4px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cal-date-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.cal-event-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cal-event {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #222222;
}
.cal-event-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
}
.cal-event-dot--brown {
  background: #89541c;
}
.cal-event-dot--green {
  background: #009143;
}
.cal-event-dot--purple {
  background: #665eff;
}
.cal-event-dot--blue {
  background: #1ea9e5;
}
.cal-event-dot--orange {
  background: #ffaa64;
}
.cal-event-dot--pink {
  background: #e66ad9;
}
.cal-event-dot--gray {
  background: #d1d1d0;
}
.cal-event-text {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.4px;
}
@media (min-width: 1200px) {
  .cal-event-text {
    letter-spacing: 0.56px;
  }
}
.cal-event--holiday {
  color: rgba(34, 34, 34, 0.4);
}

.calendar-annual-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  padding: 12px 120px 12px 20px;
  text-decoration: none;
  color: #222222;
  transition: background-color 0.3s;
  margin-top: 12px;
  background-image: url("../../images/home/bg-paperlook.svg");
  background-color: #fff6e0;
  background-repeat: no-repeat;
  background-size: auto 85px;
  background-position: right center;
}
@media (min-width: 1200px) {
  .calendar-annual-link {
    padding: 0 231px 0 24px;
    height: 109px;
    background-size: auto 109px;
    background-image: url("../../images/home/bg-paperlook-lg.svg");
  }
}
.calendar-annual-link:hover {
  background-color: #f8e7bf;
}

.calendar-annual-title {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #222222;
  margin-bottom: 2px;
  letter-spacing: 0.9px;
}
@media (min-width: 1200px) {
  .calendar-annual-title {
    margin-bottom: 6px;
  }
}

.calendar-annual-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.8);
}

.calendar-annual-link img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
}

.cal-modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-block {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .news-block {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .news-block {
    width: 100%;
  }
}
.news-block .section-header {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 1200px) {
  .news-block .section-header {
    margin-bottom: 20px;
  }
}
.news-block .more-btn {
  margin: 16px auto 0;
}
@media (min-width: 768px) {
  .news-block .more-btn {
    position: absolute;
    top: 34px;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .news-block .more-btn {
    top: 51px;
  }
}

.news-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #f6f6f6;
  padding: 16px 20px 4px;
}
@media (min-width: 768px) {
  .news-box {
    padding: 20px 20px 0;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .news-box {
    padding: 24px 24px 8px;
    height: 512px;
  }
}

.news-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .news-filter {
    padding-bottom: 20px;
  }
}
.news-filter .datepicker-group {
  flex: 1;
}

.news-filter-nav {
  display: flex;
  gap: 4px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .news-list {
    overflow-y: auto;
    max-height: 420px;
  }
}

.news-empty {
  width: 100%;
  min-height: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0;
}

.news-empty-icon {
  width: 120px;
  height: auto;
}

.news-empty-text {
  margin: 0;
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.news-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #222222;
  transition: color 0.2s;
  height: 54px;
}
.news-item:not(.d-none):not(:has(~ :not(.d-none))), .news-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .news-item {
    padding: 24px 0;
    height: 70px;
  }
}
.news-item > a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .news-item > a {
    gap: 12px;
  }
}
.news-item:hover {
  color: #009143;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item time {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: rgba(34, 34, 34, 0.6);
  font-variant-numeric: tabular-nums;
}
@media (min-width: 1200px) {
  .news-item time {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
  }
}
.news-item .news-title {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.6);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  transition: 0.3s;
}
.tooltip-icon-btn:hover {
  background: rgba(44, 43, 42, 0.05);
}
.tooltip-icon-btn svg {
  display: block;
  width: 24px;
  height: 24px;
}

.section-analysis {
  padding-bottom: 46px;
}
@media (min-width: 768px) {
  .section-analysis {
    padding-bottom: 78px;
  }
}
@media (min-width: 1200px) {
  .section-analysis {
    padding-bottom: 100px;
  }
}

.analysis-container {
  position: relative;
}
@media (min-width: 768px) {
  .analysis-container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
  }
}
@media (min-width: 1200px) {
  .analysis-container {
    max-width: calc(1280px + 16.6%);
    padding: 0 8.3%;
  }
}
.analysis-container .analysis-content {
  position: relative;
}
.analysis-container .more-btn {
  display: flex;
  justify-content: center;
  margin: 16px auto 0;
}
@media (min-width: 768px) {
  .analysis-container .more-btn {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .analysis-container .more-btn {
    right: 0;
  }
}

.analysis-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .analysis-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    padding: 44px 20px 0;
    overflow-x: auto;
    /*隱藏scrollbar*/
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .analysis-inner::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media (min-width: 1200px) {
  .analysis-inner {
    padding: 44px 0 0;
  }
}

.analysis-label {
  background: #009143;
  border-radius: 16px;
  padding: 12px 17px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .analysis-label {
    padding: 0;
    min-width: 157px;
    height: 162px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .analysis-label {
    min-width: 184px;
    height: 178px;
  }
}
.analysis-label::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 168px;
  height: 112px;
  background: url("../../images/home/h_reprot_bg.svg");
  pointer-events: none;
}
@media (min-width: 768px) {
  .analysis-label::after {
    width: 168px;
    height: 112px;
    bottom: 0;
  }
}
.analysis-label .section-en-label {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .analysis-label .section-en-label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
.analysis-label h2 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .analysis-label h2 {
    letter-spacing: 1.44px;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .analysis-label h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 1.92px;
  }
}

.analysis-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  background: transparent;
  border: none;
  overflow: visible;
  flex: 1;
}
@media (min-width: 768px) {
  .analysis-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    border-radius: 0 12px 12px 0;
  }
}

.analysis-card {
  border-radius: 16px;
  background-color: #f6f6f6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  height: 142px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .analysis-card {
    min-width: 210px;
    width: 210px;
    height: 162px;
    padding: 24px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .analysis-card {
    width: 100%;
    padding: 24px 20px 20px;
    height: 178px;
  }
}
.analysis-card:hover {
  background-color: #e7f9e8;
}

.analysis-tag {
  display: inline-block;
  color: #009143;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.48px;
  padding: 2px 4px;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 4px;
  background-color: #e1f1de;
}
@media (min-width: 768px) {
  .analysis-tag {
    font-size: 16px;
    line-height: 22px;
    padding: 4px 8px;
    letter-spacing: 0.56px;
  }
}

.analysis-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  max-height: 48px;
}
@media (min-width: 1200px) {
  .analysis-title {
    font-size: 20px;
    line-height: 28px;
    max-height: 56px;
  }
}

.analysis-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .analysis-footer {
    margin-top: auto;
  }
}
.analysis-footer time {
  font-size: 12px;
  line-height: 18px;
  color: rgba(34, 34, 34, 0.6);
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .analysis-footer time {
    font-size: 14px;
    line-height: 20px;
  }
}
.analysis-footer .analysis-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009143;
  text-decoration: none;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  background-color: #009143;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .analysis-footer .analysis-card-arrow {
    width: 28px;
    height: 28px;
  }
}
.analysis-footer .analysis-card-arrow:hover {
  opacity: 0.8;
}
.analysis-footer .analysis-card-arrow svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .analysis-footer .analysis-card-arrow svg {
    width: 24px;
    height: 24px;
  }
}

.home-popup-announcement .home-popup-announcement-modal {
  max-width: 335px;
  max-height: calc(100dvh - 40px);
  padding: 32px 16px 20px;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .home-popup-announcement .home-popup-announcement-modal {
    max-width: 680px;
    padding: 40px 32px 28px;
  }
}

.home-popup-announcement-logo {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
}

.home-popup-announcement .modal-head {
  width: 100%;
}

.home-popup-announcement .modal-head .modal-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .home-popup-announcement .modal-head .modal-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
  }
}

.home-popup-announcement .modal-body {
  max-height: min(56dvh, 520px);
  overflow-y: auto;
  padding: 4px 4px 4px 0;
}

.home-popup-announcement-content {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.home-popup-announcement-content > :first-child {
  margin-top: 0;
}
.home-popup-announcement-content > :last-child {
  margin-bottom: 0;
}
.home-popup-announcement-content img,
.home-popup-announcement-content table {
  max-width: 100%;
}
.home-popup-announcement-content img {
  height: auto;
}
.home-popup-announcement-content table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
.home-popup-announcement-content a {
  color: #009143;
}

.home-popup-announcement .modal-submit {
  flex-shrink: 0;
}
