.video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner {
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: 100%;
  background-image: url(../img/banner-m.webp?260508);
  background-size: cover;
}
@media (min-width: 768px) {
  #banner {
    padding-top: 38.05%;
    background-image: url(../img/banner.webp?260508);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
@keyframes coming-soon {
  to {
    color: #8c8c8c;
  }
}
.sec-title {
  color: #e5004d;
}

#marquee {
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #marquee {
    margin-top: 30px;
  }
}
#marquee .marquee-wrapper {
  display: flex;
}
#marquee .marquee-wrapper > div {
  display: flex;
  animation: marquee 80s linear infinite;
}
@media (min-width: 768px) {
  #marquee .marquee-wrapper > div {
    animation-duration: 90s;
  }
}
#marquee .marquee-wrapper .item {
  display: block;
  white-space: nowrap;
  font-size: 16vw;
  line-height: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  margin-right: 1em;
}
@media (min-width: 768px) {
  #marquee .marquee-wrapper .item {
    font-size: 8vw;
  }
}
#marquee .marquee-wrapper:not(.reverse) .item span {
  color: transparent;
  -webkit-text-stroke: 0.3vw var(--stroke-color);
  text-stroke: 0.3vw var(--stroke-color);
}
@media (min-width: 768px) {
  #marquee .marquee-wrapper:not(.reverse) .item span {
    -webkit-text-stroke: 0.15vw var(--stroke-color);
    text-stroke: 0.15vw var(--stroke-color);
  }
}
#marquee .marquee-wrapper.reverse > div {
  animation-direction: reverse;
}

#about {
  text-align: center;
  padding-top: 120px;
}
@media (min-width: 768px) {
  #about .sec-title {
    font-size: 30px;
  }
  #about .sec-title br {
    display: none;
  }
}
#about .content {
  max-width: 800px;
  margin: 0 auto;
}
#about .content span {
  font-size: 1.2em;
  margin: 0 10px;
}
#about .rgb {
  max-width: 350px;
  margin: 2em auto 0 auto;
  position: relative;
}
#about .rgb img {
  width: 100%;
  display: block;
  pointer-events: none;
}
#about .rgb img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gis {
  text-align: center;
}
#gis .banner {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
#gis .content {
  max-width: 800px;
  margin: 0 auto;
}

#news {
  background: #f8f8f8;
}
#news .news-list {
  max-width: 800px;
  margin: 0 auto;
}
#news .news-list .news-list-item {
  border-bottom: 1px solid gray;
  padding: 10px 30px 10px 0;
  position: relative;
}
#news .news-list .news-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path fill="rgb(134, 134, 134)" d="M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: all 0.2s;
}
#news .news-list .news-list-item:hover:after {
  opacity: 1;
  transform: translate(5px, -50%);
}
#news .news-list .news-list-item:last-child {
  border-bottom: none;
}
#news .news-list .news-list-item a {
  display: block;
  text-decoration: none;
}
#news .news-list .news-list-item h3 {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0 0;
}
#news .news-list .news-list-item time {
  font-size: 15px;
  color: gray;
}

#partner .list-wrapper {
  display: flex;
  justify-content: center;
}
#partner .list, #partner .grout-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
}
#partner .grout-items {
  gap: 40px;
}
#partner .grout-title {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#partner .item img {
  display: block;
  max-height: 50px;
  max-width: 150px;
}
@media (min-width: 768px) {
  #partner .item img {
    max-width: none;
  }
}

#programs .container {
  max-width: 1000px;
}
#programs .tab-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#programs .tab-btns .tab-btn {
  padding: 0 6px;
  margin: 0 14px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 768px) {
  #programs .tab-btns .tab-btn {
    font-size: 22px;
  }
}
#programs .tab-btns .tab-btn.active {
  color: #e5004d;
}
#programs .tab-btns .line {
  width: 1px;
  height: 16px;
  border-right: 1px solid gray;
}
#programs .tab-content {
  display: none;
}
#programs .tab-content.active {
  display: block;
}
#programs .program-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#programs .program-list a {
  text-decoration: none;
  color: #000;
}
#programs .program-list article {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  #programs .program-list article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  #programs .program-list article {
    width: 25%;
  }
}
#programs .program-list article figure {
  width: 100%;
  height: 0;
  padding-top: 133%;
  position: relative;
}
#programs .program-list article figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
#programs .program-list article h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  #programs .program-list article h2 {
    font-size: 20px;
  }
}
#programs .program-list article .program-creator {
  color: #4d4d4d;
}
@media (min-width: 800px) {
  #programs .program-list article .program-creator {
    font-size: 15px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=home.css.map */