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

.dr-img {
  background-image: url("../assets/images/dr-mobile.png");
}
@media (min-width: 992px) {
  .dr-img {
    background-image: url("../assets/images/dr.png");
  }
}

#section-dr {
  padding: 0;
}
@media (min-width: 992px) {
  #section-dr {
    display: flex;
    align-items: center;
    padding: 0 3vw 0 0;
  }
}
#section-dr .dr-img {
  align-self: flex-start;
  width: 100vw;
  height: 76.4102564103vw;
  background-image: url("../assets/images/dr-mobile.png");
  flex-shrink: 0;
}
@media (min-width: 992px) {
  #section-dr .dr-img {
    background-image: none;
    width: unset;
    height: unset;
  }
  #section-dr .dr-img img {
    width: 572px;
    max-width: 40vw;
    height: auto;
  }
}
#section-dr p {
  padding: 1.5rem 8vw;
}
@media (min-width: 992px) {
  #section-dr p {
    padding: 1rem 1.5rem;
  }
}

#section-theory {
  padding: 2rem 0;
}
#section-theory::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 136.4102564103vw;
  top: 0;
  left: 0;
  background-color: #E62C3A;
  z-index: -1;
}
@media (min-width: 992px) {
  #section-theory {
    padding: 0 0 2rem 0;
  }
  #section-theory::before {
    content: none;
  }
  #section-theory .tri2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: auto;
  }
}
#section-theory .theory-content {
  text-align: center;
  padding: 0 4vw;
}
@media (min-width: 992px) {
  #section-theory .theory-content {
    padding: 2rem 200px 0;
    background-color: #E62C3A;
  }
}
#section-theory .theory-content > div {
  background-color: white;
  padding: 1rem 4vw;
}
@media (min-width: 992px) {
  #section-theory .theory-content > div {
    padding: 1rem 2rem;
  }
}
#section-theory .theory-content p {
  text-align: center;
  margin: 0;
}
#section-theory .theory-graph {
  position: relative;
  width: 100%;
  padding: 0 4vw;
  background-color: white;
}
@media (min-width: 992px) {
  #section-theory .theory-graph {
    padding: 0;
    background-color: none;
  }
}
#section-theory .theory-graph .tri {
  top: 0;
  left: 0;
  transform: translateX(-80px) translateY(-50%);
}
#section-theory .theory-graph > div:last-child {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child {
    width: 700px;
  }
}
#section-theory .theory-graph > div:last-child img {
  width: 26px;
  height: 26px;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child img {
    transform: unset;
  }
}
#section-theory .theory-graph > div:last-child .theory-item {
  display: flex;
  pointer-events: none;
  position: relative;
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child .theory-item {
    padding-bottom: 30px;
    pointer-events: auto;
    cursor: pointer;
  }
}
#section-theory .theory-graph > div:last-child .theory-item::before {
  display: inline-block;
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child .theory-item::before {
    margin-bottom: 25px;
  }
}
#section-theory .theory-graph > div:last-child .theory-item::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 22px;
  height: 18px;
  -webkit-clip-path: polygon(50% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 70%);
          clip-path: polygon(50% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 70%);
}
#section-theory .theory-graph > div:last-child .theory-item > div {
  display: inline-block;
  width: 60px;
  height: 94px;
  margin-top: auto;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-1::before {
  content: "1";
  color: #CA1A6C;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-1::after {
  background-color: #CA1A6C;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-1 > div {
  background-image: url("../assets/images/theory-1.svg");
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-2::before {
  content: "2";
  color: #daaf00;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-2::after {
  background-color: #daaf00;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-2 > div {
  background-image: url("../assets/images/theory-2.svg");
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-3::before {
  content: "3";
  color: #009fa8;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-3::after {
  background-color: #009fa8;
}
#section-theory .theory-graph > div:last-child .theory-item.theory-item-3 > div {
  background-image: url("../assets/images/theory-3.svg");
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child .theory-item:not(.selected)::before {
    color: #DDDDDD;
  }
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child .theory-item.selected::after {
    content: "";
  }
}
#section-theory .theory-graph > div:last-child .theory-row {
  width: 100%;
  border: 2px solid #CA1A6C;
  padding: 0.5rem;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  #section-theory .theory-graph > div:last-child .theory-row {
    margin: 0;
  }
}
#section-theory .theory-graph > div:last-child .theory-row.theory-row-1::after {
  content: "「現實」是指與真實世界有意義的連結，活動，互動和日常生活的規律。";
}
#section-theory .theory-graph > div:last-child .theory-row.theory-row-2 {
  border-color: #daaf00;
}
#section-theory .theory-graph > div:last-child .theory-row.theory-row-2::after {
  content: "「衰退」是指患者以前的衰退性行為和記憶。";
}
#section-theory .theory-graph > div:last-child .theory-row.theory-row-3 {
  border-color: #009fa8;
}
#section-theory .theory-graph > div:last-child .theory-row.theory-row-3::after {
  content: "「恢復」是指當認知障礙症患者能被真切理解和有良好的社會心理介入幫助下，患者能恢復正常的社交功能，並能於現實中接受和維持其衰退的狀態。";
}/*# sourceMappingURL=intro.css.map */