@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
.banner {
  width: 100vw;
  height: 55.9vw;
  background-image: url("../assets/images/banner-home-mobile.png");
}
@media (min-width: 992px) {
  .banner {
    background-image: url("../assets/images/banner-home.png");
    height: 32.4479166667vw;
  }
}

#section-news {
  background-color: #E8E8E8;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3rem;
}
#section-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background-color: #E62C3A;
}
@media (min-width: 992px) {
  #section-news::before {
    height: 200px;
  }
}
@media (min-width: 992px) {
  #section-news h3 {
    margin-bottom: 2.5rem;
  }
}
#section-news .swiper {
  width: 100%;
}
@media (min-width: 992px) {
  #section-news .swiper {
    width: calc(100vw - 330px - 40px);
    max-width: 1200px;
  }
}

#section-background {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #section-background {
    padding-left: 280px;
    padding-bottom: 40px;
  }
  #section-background h3 {
    margin-bottom: 1rem;
  }
  #section-background::before {
    content: "";
    position: absolute;
    left: 210px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #E62C3A;
  }
  #section-background .tri {
    top: -80px;
    left: 0;
  }
}

#section-target {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  #section-target {
    padding-top: 0;
    padding-left: 210px;
    padding-right: 0;
    padding-bottom: 3rem;
  }
  #section-target h3 {
    margin-top: 115px;
    margin-bottom: calc(115px - 1.95rem);
    transform: translateY(-50%);
  }
  #section-target .row {
    padding-left: 2.5rem;
  }
  #section-target .target-img {
    position: absolute;
    top: 0;
    left: left-value1;
    transform: translateX(-50%);
    width: 230px;
    height: 230px;
  }
  #section-target::before {
    content: "";
    position: absolute;
    left: 0;
    top: 115px;
    height: 2px;
    width: 100%;
    background-color: #E62C3A;
    z-index: -1;
  }
  #section-target::after {
    content: "";
    position: absolute;
    left: 210px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #E62C3A;
    z-index: -1;
  }
}

#section-content {
  background-color: #E62C3A;
}
#section-content * {
  z-index: 1;
}
@media (min-width: 992px) {
  #section-content {
    padding-left: calc(210px + 2.5rem);
    padding-right: calc(210px + 2.5rem);
    padding-bottom: 4rem;
  }
  #section-content::before {
    content: "";
    position: absolute;
    left: 210px;
    top: calc(3rem + 1.95rem + 6px * 2 + 3.5rem + 52px);
    height: 2px;
    width: calc(100vw - 210px);
    background-color: white;
  }
  #section-content .tri2 {
    position: absolute;
    top: calc(3rem + 1.95rem + 6px * 2 + 3.5rem + 52px);
    right: 0;
    width: 175px;
    height: auto;
    transform: translateY(-50%);
  }
}
#section-content::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: white;
  top: calc(3rem + 5px);
  left: calc(50% - 1px);
  height: calc(100% - 6rem - 2rem - 5px);
}
@media (min-width: 992px) {
  #section-content::after {
    top: 0;
    left: 210px;
    height: calc(3rem + 1.95rem + 6px * 2 + 3.5rem + 52px);
  }
}
#section-content .circle {
  width: 104px;
  height: 104px;
  border-radius: 52px;
  background-color: white;
}
#section-content .row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-content .row > div:not(:last-child) {
  margin-bottom: 2rem;
}
#section-content .row > div:nth-child(1) .circle {
  background-image: url("../assets/images/content-1.svg");
}
#section-content .row > div:nth-child(2) .circle {
  background-image: url("../assets/images/content-2.svg");
}
#section-content .row > div:nth-child(3) .circle {
  background-image: url("../assets/images/content-3.svg");
}
#section-content .row > div:nth-child(4) .circle {
  background-image: url("../assets/images/content-4.svg");
}
@media (min-width: 992px) {
  #section-content .row > div {
    margin-bottom: 0;
  }
}
#section-content .row > div .text {
  padding: 0.3rem 0.4rem;
  background-color: white;
  text-align: center;
  margin-top: 0.5rem;
}
#section-content h3 {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  #section-content h3 {
    margin-bottom: 3.5rem;
  }
}

#section-result {
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (min-width: 992px) {
  #section-result {
    padding-left: calc(280px + 0.8rem);
    padding-right: 3vw;
  }
  #section-result::before {
    content: "";
    position: absolute;
    left: 280px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #E62C3A;
  }
  #section-result .tri {
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
#section-result .result-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.4rem;
  display: flex;
}
#section-result .result-item > div {
  padding: 0.2rem 0.8rem;
  border: 2px solid #E62C3A;
}
#section-result .result-item::after {
  content: "";
  flex-shrink: 0;
  width: 1.68rem;
  height: 1.68rem;
  margin-top: 0.1rem;
  margin-left: 0.5rem;
  background-image: url("../assets/icons/icon-tick.svg");
}

#section-video {
  background-color: #e4e4e4;
}
@media (min-width: 992px) {
  #section-video {
    min-height: 500px;
    padding-left: 280px;
  }
  #section-video h3 {
    margin-left: 0.8rem;
  }
  #section-video::before {
    content: "";
    position: absolute;
    left: 280px;
    top: 0;
    height: calc(4.95rem + 12px + 0.5rem + 22.5vw);
    width: 2px;
    background-color: #E62C3A;
  }
  #section-video .tri {
    top: 0;
    left: 0;
  }
}
#section-video .row > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#section-video .video-container {
  width: 84vw;
  height: 47.25vw;
  background-color: black;
}
@media (min-width: 992px) {
  #section-video .video-container {
    width: 40vw;
    height: 22.5vw;
    margin-left: 0.2rem;
    margin-right: 2rem;
  }
}
#section-video .video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-video .video-item {
  position: relative;
  display: flex;
  font-size: 1.95rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: left;
}
#section-video .video-item > div {
  width: 1.63rem;
  height: 1.63rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 1rem;
  margin-top: 0.7rem;
}
#section-video .video-item:not(.disabled) {
  cursor: pointer;
}
@media (min-width: 992px) {
  #section-video .video-item::before {
    position: absolute;
    top: calc(50% + 0.1rem);
    left: -2rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url("../assets/icons/icon-pointer.svg");
    pointer-events: none;
  }
}
#section-video .video-item.selected {
  color: #E62C3A;
}
#section-video .video-item.selected > div {
  color: white;
  background-color: #E62C3A;
}
#section-video .video-item.selected::before {
  content: "";
}
#section-video .more {
  width: 100%;
}
@media (min-width: 992px) {
  #section-video .more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}/*# sourceMappingURL=home.css.map */