.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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  line-height: 1.4;
}
#news .news-list .news-list-item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  #news .news-list .news-list-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #news .news-list .news-list-item {
    width: 33.333%;
  }
}
#news .news-list .news-list-item figure {
  margin: 0 0 10px 0;
  width: 100%;
  height: 0;
  padding-top: 67%;
  background: #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
#news .news-list .news-list-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
#news .news-list .news-list-item:hover figure img {
  transform: scale(1.05);
}
#news .news-list .news-list-item:last-child {
  border-bottom: none;
}
#news .news-list .news-list-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#news .news-list .news-list-item h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 4px 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 .tab-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#programs .tab-btns .tab-btn {
  padding: 0 6px;
  margin: 0 4px;
  cursor: pointer;
  font-size: 16px;
}
@media (min-width: 768px) {
  #programs .tab-btns .tab-btn {
    margin: 0 15px;
    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;
  border-radius: 4px;
  overflow: hidden;
}
#programs .program-list article figure.hor {
  padding-top: 67%;
}
#programs .program-list article figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
#programs .program-list article:hover figure img {
  transform: scale(1.05);
}
#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;
  }
}
@media (min-width: 800px) {
  #programs .program-list.workshop article, #programs .program-list.showcase article {
    width: 33.333%;
  }
}/*# sourceMappingURL=home.css.map */