@charset "UTF-8";
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 86px;
}
@media (max-width: 960px) {
  html {
    scroll-padding-block-start: 3.5rem;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.page__header {
  background: linear-gradient(180deg, #F8E7C3 0%, rgba(248, 231, 195, 0) 100%), #FEFAF1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px;
  color: #fff;
  z-index: 1007;
  border-bottom: 1px solid #FFDCB6;
}
@media (max-width: 960px) {
  .page__header {
    padding: 0;
  }
}
.page__header .header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 36px;
  gap: 24px;
}
@media (max-width: 960px) {
  .page__header .header__wrapper {
    padding: 12px 16px;
    border-radius: 0;
  }
}
.page__header .header__wrapper .logo img {
  height: 2.25rem;
}
@media (max-width: 960px) {
  .page__header .header__wrapper .logo img {
    height: 2rem;
  }
}
.page__header .header__wrapper .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .page__header .header__wrapper .title {
    font-size: 14px;
    line-height: 18px;
  }
}
.page__header .header__wrapper #nav {
  display: flex;
}
@media (max-width: 960px) {
  .page__header .header__wrapper #nav {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 1rem 2rem;
    background: #FDF8ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .page__header .header__wrapper #nav.open {
    transform: translateX(0%);
  }
}
.page__header .header__wrapper #nav .nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 960px) {
  .page__header .header__wrapper #nav .nav__wrapper {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.page__header .header__wrapper #nav .nav__wrapper .nav__item {
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 37px;
  color: #696969;
}
@media (max-width: 960px) {
  .page__header .header__wrapper #nav .nav__wrapper .nav__item {
    display: block;
    font-size: 1.24rem;
    line-height: 2.5rem;
    padding: 0.5rem 2rem 0.5rem 3rem;
  }
  .page__header .header__wrapper #nav .nav__wrapper .nav__item::before {
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    border: 0.375rem solid #D3B591;
    border-radius: 100%;
    transform: translateX(-1rem) translateY(0.125rem);
  }
}
.page__header .header__wrapper #nav-toggle {
  display: none;
  position: fixed;
  place-items: center;
  top: 4px;
  right: 12px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .page__header .header__wrapper #nav-toggle {
    display: grid;
  }
}
.page__header .header__wrapper #nav-toggle.open .bar {
  transform: rotate(135deg);
}
.page__header .header__wrapper #nav-toggle.open .bar::before {
  top: 0px;
  transform: rotate(-90deg);
}
.page__header .header__wrapper #nav-toggle.open .bar::after {
  bottom: 0px;
  transform: rotate(90deg);
}
.page__header .header__wrapper #nav-toggle .bar {
  width: 32px;
  height: 1px;
  background-color: #696969;
  position: relative;
  transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
}
.page__header .header__wrapper #nav-toggle .bar::before, .page__header .header__wrapper #nav-toggle .bar::after {
  content: "";
  background-color: #696969;
  height: 1px;
}
.page__header .header__wrapper #nav-toggle .bar::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 32px;
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
}
.page__header .header__wrapper #nav-toggle .bar::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  transition: transform 0.5s ease-in-out, bottom 0.5s ease-in-out, width 0.5s ease-in-out;
}

.page__main {
  padding-top: 86px;
}
@media (max-width: 960px) {
  .page__main {
    padding-top: 3.5rem;
  }
}

#kv {
  background-color: #fcf9f0;
  background-image: url("img/sec-1/kv-bg.gif");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  #kv {
    background-image: url("img/sec-1/kv-bg-mobi.gif");
  }
}
#kv .container .kv__wrapper {
  display: grid;
  grid-template-areas: "title kv" "desc kv";
  grid-template-columns: 1.2fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 960px) {
  #kv .container .kv__wrapper {
    grid-template-areas: "title" "desc" "kv";
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
#kv .container .kv__wrapper .title {
  grid-area: title;
  padding: 1rem 0;
}
#kv .container .kv__wrapper .desc {
  grid-area: desc;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 2rem;
}
#kv .container .kv__wrapper .kv {
  grid-area: kv;
}
#kv .bg-bt img {
  width: 100%;
  height: auto;
  max-height: 240px;
}

section .container .title {
  padding: 2.5rem 1rem;
  text-align: center;
}
section .container .title h2 img {
  height: 6.5rem;
}
@media (max-width: 960px) {
  section .container .title h2 img {
    height: 4.5rem;
  }
}

p.source {
  color: #6C4630;
  font-size: 1rem;
  line-height: 1.75rem;
}

#type {
  background-color: #ffcd8e;
}
#type .container {
  padding-bottom: 3rem;
  position: relative;
}
#type .container .content .source {
  padding: 1rem 1rem 1rem 42%;
}
@media (max-width: 960px) {
  #type .container .content .source {
    padding: 1rem;
  }
}
#type .container .tree {
  position: absolute;
  left: 1rem;
  bottom: -2.5rem;
  width: 9rem;
}
@media (max-width: 960px) {
  #type .container .tree {
    width: 4rem;
  }
}

#stage {
  background-color: #f9e9ce;
  background-image: url("img/sec-3/bg-left.png"), url("img/sec-3/bg-right.png");
  background-size: auto 100%, auto 100%;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
#stage .container .content {
  padding: 0 0 5rem 0;
}
#stage .container .content .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 2rem;
}
#stage .container .content .type__list .type__item {
  background-color: #fff;
  padding: 4rem;
  margin-bottom: 2rem;
  border-radius: 2.75rem;
}
@media (max-width: 960px) {
  #stage .container .content .type__list .type__item {
    padding: 2rem 1rem;
    border-radius: 1.25rem;
  }
}
#stage .container .content .type__list .type__item > h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  #stage .container .content .type__list .type__item > h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
#stage .container .content .type__list .type__item > p {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #DC7E74;
  margin-bottom: 2rem;
}
#stage .container .content .stage__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 960px) {
  #stage .container .content .stage__list.type-1 .stage__item.stage-1 h4:nth-of-type(n+2),
#stage .container .content .stage__list.type-1 .stage__item.stage-1 p:nth-of-type(n+2) {
    grid-column: 1/3;
  }
  #stage .container .content .stage__list.type-1 .stage__item.stage-2 h4:nth-of-type(n+2),
#stage .container .content .stage__list.type-1 .stage__item.stage-2 p:nth-of-type(n+2) {
    grid-column: 1/3;
  }
}
@media (max-width: 960px) {
  #stage .container .content .stage__list.type-2 .stage__item.stage-0 h4,
#stage .container .content .stage__list.type-2 .stage__item.stage-0 p {
    grid-column: 1/3;
  }
  #stage .container .content .stage__list.type-2 .stage__item.stage-none {
    display: none;
  }
  #stage .container .content .stage__list.type-2 .stage__item.stage-1 ul:nth-of-type(n+2), #stage .container .content .stage__list.type-2 .stage__item.stage-2 ul:nth-of-type(n+2), #stage .container .content .stage__list.type-2 .stage__item.stage-3 ul:nth-of-type(n+2) {
    grid-column: 1/3;
  }
  #stage .container .content .stage__list.type-2 .stage__item.stage-1 h4,
#stage .container .content .stage__list.type-2 .stage__item.stage-1 p, #stage .container .content .stage__list.type-2 .stage__item.stage-2 h4,
#stage .container .content .stage__list.type-2 .stage__item.stage-2 p, #stage .container .content .stage__list.type-2 .stage__item.stage-3 h4,
#stage .container .content .stage__list.type-2 .stage__item.stage-3 p {
    grid-column: 1/3;
  }
  #stage .container .content .stage__list.type-2 .stage__item.stage-4 h4:nth-of-type(n+2),
#stage .container .content .stage__list.type-2 .stage__item.stage-4 p:nth-of-type(n+2) {
    grid-column: 1/3;
  }
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item {
    display: grid;
    grid-template-columns: 2.5fr 2fr;
    align-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
#stage .container .content .stage__list .stage__item h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  background: #D3B591;
  border-radius: 30px;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item h4 {
    grid-column: 1/2;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0.5rem;
  }
}
#stage .container .content .stage__list .stage__item img {
  display: block;
  margin: 0 auto 1.5rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item img {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
#stage .container .content .stage__list .stage__item h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item h5 {
    grid-column: 1/2;
  }
}
#stage .container .content .stage__list .stage__item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 1.5rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item p {
    grid-column: 1/2;
    margin-bottom: 0.5rem;
  }
}
#stage .container .content .stage__list .stage__item ul {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 960px) {
  #stage .container .content .stage__list .stage__item ul {
    grid-column: 1/2;
  }
}
#stage .container .content .stage__list .stage__item ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
#stage .container .content .source {
  padding: 0 1rem 1rem 1rem;
}
@media (max-width: 960px) {
  #stage .container .content .source {
    padding: 1rem 1rem 1rem 48%;
  }
}

#genetic {
  background-image: url("img/sec-4/papper-wallpaper.jpg");
}
#genetic .container .content {
  padding: 0 0 5rem;
}
@media (max-width: 960px) {
  #genetic .container .content {
    padding: 0 0 3rem;
  }
}
#genetic .container .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #DC7E74;
  margin-bottom: 2.5rem;
}
@media (max-width: 960px) {
  #genetic .container .content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 1.5rem;
  }
}
#genetic .container .content .desc {
  margin-bottom: 2rem;
}
#genetic .container .content .txt__img {
  display: grid;
}
@media (max-width: 960px) {
  #genetic .container .content .txt__img {
    padding: 1rem;
  }
}
#genetic .container .content .txt__img p {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
}
#genetic .container .content .txt__img p a {
  color: #548D37;
  text-decoration: none;
}
#genetic .container .content .txt__img p a:hover {
  text-decoration: underline;
}
#genetic .container .content .txt__img.s1 {
  grid-template-columns: 1fr 300px;
  grid-template-areas: "title img" "desc img";
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 0rem;
  margin-bottom: 3rem;
}
@media (max-width: 960px) {
  #genetic .container .content .txt__img.s1 {
    display: block;
    grid-template-columns: 1fr 120px;
    grid-template-areas: "title img" "desc img" "desc desc";
  }
}
#genetic .container .content .txt__img.s1 h3 {
  grid-area: title;
}
#genetic .container .content .txt__img.s1 p {
  grid-area: desc;
}
#genetic .container .content .txt__img.s1 img {
  grid-area: img;
  width: 90%;
}
@media (max-width: 960px) {
  #genetic .container .content .txt__img.s1 img {
    float: right;
    width: 120px;
  }
}
#genetic .container .content .txt__img.s2 {
  grid-template-areas: "img desc";
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
@media (max-width: 960px) {
  #genetic .container .content .txt__img.s2 {
    grid-template-areas: "img" "desc";
    grid-template-columns: 1fr;
  }
}
#genetic .container .content .txt__img.s2 img {
  align-self: center;
}
#genetic .container .content .source {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  #genetic .container .content .source {
    text-align: start;
    padding: 1rem;
  }
}

#targeted {
  background-color: #EAEFD8;
  padding: 0 0 1rem;
}
#targeted .container {
  position: relative;
}
#targeted .container .doctor {
  position: absolute;
  right: 0rem;
  bottom: 1rem;
  width: 7rem;
}
@media (max-width: 960px) {
  #targeted .container .doctor {
    display: none;
  }
}
#targeted .container .content {
  padding: 0 4rem 5rem;
}
@media (max-width: 960px) {
  #targeted .container .content {
    padding: 0 0 5rem;
  }
}
#targeted .container .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #DC7E74;
  margin-bottom: 2.5rem;
}
#targeted .container .content .intro .tabs {
  border-bottom: 3px solid #DC7E74;
}
#targeted .container .content .intro .tabs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0 16px;
}
#targeted .container .content .intro .tabs ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  background: #FFECEA;
  border-radius: 20px 20px 0px 0px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  display: grid;
  align-items: center;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tabs ul li {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 8px 8px 0px 0px;
    padding: 0.25rem 0.75rem;
  }
}
#targeted .container .content .intro .tabs ul li.active, #targeted .container .content .intro .tabs ul li:hover {
  color: #FFFFFF;
  background: #DC7E74;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tabs ul li:last-of-type {
    min-width: 5rem;
  }
}
#targeted .container .content .intro .tables {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.25rem 3rem;
  overflow: hidden;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tables {
    padding: 0 1rem 1rem;
  }
}
#targeted .container .content .intro .tables .table__wrapper {
  overflow-x: auto;
  position: relative;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tables .table__wrapper {
    max-height: calc(100vh - 15rem);
  }
}
#targeted .container .content .intro .tables .table__wrapper .slide-icon {
  display: none;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tables .table__wrapper .slide-icon {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0.5rem;
    left: calc(50% - 60px);
    margin: 0.5rem auto;
    height: 29px;
  }
}
#targeted .container .content .intro .tables .table__wrapper table {
  width: 100%;
}
#targeted .container .content .intro .tables .table__wrapper .column-options {
  border-collapse: collapse;
  border-bottom: 1px solid #d6d6d6;
}
#targeted .container .content .intro .tables .table__wrapper .column-options th,
#targeted .container .content .intro .tables .table__wrapper .column-options td {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #434343;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 960px) {
  #targeted .container .content .intro .tables .table__wrapper .column-options th,
#targeted .container .content .intro .tables .table__wrapper .column-options td {
    min-width: 12rem;
  }
}
#targeted .container .content .intro .tables .table__wrapper .column-options th {
  font-size: 140%;
  font-weight: normal;
  letter-spacing: 0.12em;
  text-shadow: -1px -1px 1px #999;
  color: #fff;
  background-color: #88C178;
  padding: 12px 0px 8px 0px;
  border-bottom: 1px solid #d6d6d6;
}
#targeted .container .content .intro .tables .table__wrapper .column-options td {
  text-shadow: 1px 1px 0 #fff;
  padding: 12px 20px 12px 20px;
  border-bottom: 1px #a5a5a5 solid;
}
#targeted .container .content .intro .tables .table__wrapper .column-options .odd td {
  background-color: #F5F2EB;
}
#targeted .container .content .intro .tables .table__wrapper .column-options th:first-child {
  border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
}
#targeted .container .content .intro .tables .table__wrapper .column-options th:last-child {
  border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-right: 0px;
}
#targeted .container .content .intro .tables .table__wrapper .column-options td:last-child {
  border-right: 0px;
}
#targeted .container .content .intro .tables .table__wrapper .column-options a.button {
  font-size: 70%;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  text-shadow: -1px -1px 1px #72aebd;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 7px 10px 4px 10px;
  border-radius: 5px;
  background-color: #00CC99;
  border-top: 1px solid #90f2da;
  border-right: 1px solid #00a97f;
  border-bottom: 1px solid #008765;
  border-left: 1px solid #7dd2bd;
  box-shadow: 2px 1px 2px #ccc;
  margin: 10px 5px 10px 5px;
  display: block;
}
#targeted .container .content .intro .tables .table__wrapper .column-options a.button:hover {
  position: relative;
  top: 1px;
  left: 1px;
  background-color: #00CCFF;
  border-top: 1px solid #9aebff;
  border-right: 1px solid #08acd5;
  border-bottom: 1px solid #07a1c8;
  border-left: 1px solid #92def1;
  box-shadow: -1px -1px 2px #ccc;
}
#targeted .container .content .intro .tables .table__wrapper .pay-nhi {
  background-image: url("img/sec-5/健保logo@2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding-left: 55px;
  color: #1A2F83;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding-bottom: 5px;
  margin: 0;
}
#targeted .container .content .intro .tables .table__wrapper .column-options ul {
  padding-left: 12px;
}
#targeted .container .content .intro .tables .source {
  text-align: start;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  padding: 1rem 0;
  margin-bottom: 0;
}
#targeted .container .content .source {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  #targeted .container .content .source {
    padding: 1rem 1rem 1rem 48%;
  }
}

#therapy {
  background-image: url("img/sec-4/papper-wallpaper.jpg");
}
#therapy .container .content {
  padding: 0 1rem 5rem;
}
@media (max-width: 960px) {
  #therapy .container .content {
    padding: 0 1rem 0rem;
  }
}
#therapy .container .content > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin: 2rem 0;
}
#therapy .container .content .txt__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  gap: 2rem;
}
@media (max-width: 960px) {
  #therapy .container .content .txt__img {
    display: block;
  }
}
#therapy .container .content .txt__img img {
  width: 300px;
}
@media (max-width: 960px) {
  #therapy .container .content .txt__img img {
    display: block;
    margin: 0 auto 1.5rem;
  }
}
#therapy .container .content .txt__img .txt h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #DC7E74;
  margin-bottom: 1.5rem;
}
@media (max-width: 960px) {
  #therapy .container .content .txt__img .txt h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
#therapy .container .content .txt__img .txt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
}
#therapy .container .content .txt__img .txt p a {
  color: #548D37;
  text-decoration: none;
}
#therapy .container .content .txt__img .txt p a:hover {
  text-decoration: underline;
}
#therapy .container .content .medical-flow {
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #therapy .container .content .medical-flow {
    width: 100%;
  }
}
#therapy .container .content .box__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 0 -1rem;
  align-items: start;
}
#therapy .container .content .box__list .box__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #D3B591;
  border-radius: 20px;
  padding: 1.5rem;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 960px) {
  #therapy .container .content .box__list .box__item {
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
#therapy .container .content .box__list .box__item:hover {
  filter: brightness(1.1);
}
#therapy .container .content .box__list .box__item .img {
  flex: 0 0 5rem;
  background: #F0E3DA;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
}
@media (max-width: 960px) {
  #therapy .container .content .box__list .box__item .img {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
#therapy .container .content .box__list .box__item .img img {
  width: 3rem;
}
@media (max-width: 960px) {
  #therapy .container .content .box__list .box__item .img img {
    width: 2.5rem;
  }
}
#therapy .container .content .box__list .box__item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  #therapy .container .content .box__list .box__item h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

.swal2-popup {
  border-radius: 0;
}

.therapy-box {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem 2rem 0rem 6rem;
  text-align: start;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 960px) {
  .therapy-box {
    padding: 1rem 0.5rem 1rem 3.5rem;
  }
}
.therapy-box .icon {
  position: absolute;
  top: 2rem;
  left: 0rem;
  width: 5rem;
  height: 5rem;
  background-color: #ece3db;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (max-width: 960px) {
  .therapy-box .icon {
    top: 1rem;
    left: 0rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.therapy-box .icon img {
  width: 3.25rem;
}
@media (max-width: 960px) {
  .therapy-box .icon img {
    width: 2rem;
  }
}
.therapy-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #5E9755;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  .therapy-box h3 {
    font-size: 20px;
    line-height: 36px;
    padding-left: 1rem;
  }
}
.therapy-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #696969;
  margin-bottom: 1rem;
  max-height: 70vh;
  overflow: auto;
}
@media (max-width: 960px) {
  .therapy-box p {
    font-size: 16px;
    line-height: 32px;
    padding-left: 1rem;
  }
}

.splide__arrows .splide__arrow {
  background: none;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 960px) {
  .splide__arrows .splide__arrow {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.splide__arrows .splide__arrow svg {
  height: 2.5rem;
  width: 2.5rem;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #949696;
  fill: none;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  left: -5rem;
}
@media (max-width: 960px) {
  .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -2.75rem;
  }
}
.splide__arrows .splide__arrow.splide__arrow--next {
  right: -5rem;
}
@media (max-width: 960px) {
  .splide__arrows .splide__arrow.splide__arrow--next {
    right: -2.75rem;
  }
}

#qa {
  background-image: url("img/sec-4/papper-wallpaper.jpg");
}
#qa .container {
  background-image: url("img/sec-7/doc-2.png");
  background-size: 137px 367px;
  background-position: left 97%;
  background-repeat: no-repeat;
  padding: 0 10rem;
}
@media (max-width: 960px) {
  #qa .container {
    padding: 0 1rem;
    background: none;
  }
}
#qa .container .content {
  padding: 0 1rem 6rem;
}
@media (max-width: 960px) {
  #qa .container .content {
    padding: 0 0 3rem;
  }
}
#qa .container .content h3 {
  word-break: break-all;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  display: flex;
  align-items: center;
  background: #FBCF98;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px 30px 0px 0px;
  padding: 24px 96px 24px 48px;
}
@media (max-width: 960px) {
  #qa .container .content h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 20px 50px 20px 16px;
  }
}
#qa .container .content h3::after {
  content: url("img/sec-7/open.svg");
  position: absolute;
  right: 16px;
  top: 20px;
  width: 3rem;
}
@media (max-width: 960px) {
  #qa .container .content h3::after {
    right: 12px;
    top: 16px;
    width: 2.5rem;
  }
}
#qa .container .content h3.open + div {
  height: auto;
}
#qa .container .content h3.open::after {
  content: url("img/sec-7/close.svg");
}
#qa .container .content > div {
  height: 0;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: #ffffff;
}
#qa .container .content > div P {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 0;
  padding: 2rem 2.5rem 2rem;
}
@media (max-width: 960px) {
  #qa .container .content > div P {
    font-size: 18px;
    line-height: 40px;
    padding: 1.5rem 1.5rem 2rem;
  }
}
#qa .container .content > div P span,
#qa .container .content > div P a {
  color: #B26724;
  text-decoration: none;
}
#qa .container .content > div P span:hover,
#qa .container .content > div P a:hover {
  text-decoration: underline;
}

#video {
  background-color: #ffffff;
}
#video .container {
  padding: 3rem 6rem 0;
}
@media (max-width: 960px) {
  #video .container {
    padding: 0rem 2rem;
  }
}
#video .container .content {
  padding: 0 1rem;
}
#video .container .content .splide__video .splide__arrows .splide__arrow {
  top: calc(50% - 2.5rem);
}
@media (max-width: 960px) {
  #video .container .content .splide__video .splide__arrows .splide__arrow {
    height: 1.75rem;
    width: 1.75rem;
  }
}
#video .container .content .splide__video .splide__wrapper a {
  text-decoration: none;
}
#video .container .content .splide__video .splide__wrapper a h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #333333;
  padding: 1rem 0.5rem;
  text-align: center;
}
#video .container .content .splide__video .splide__wrapper a h3 span {
  display: inline-block;
}

#podcast {
  background-color: #ffffff;
}
#podcast .container {
  padding: 3rem 6rem 0;
}
@media (max-width: 960px) {
  #podcast .container {
    padding: 0 2rem;
  }
}
#podcast .container .content {
  padding: 0 1rem 6rem;
}
#podcast .container .content .splide__podcast {
  max-width: 720px;
  margin: 0 auto;
}

#article {
  background-color: #fdfaf2;
}
#article .container {
  padding: 3rem 6rem 0;
}
@media (max-width: 960px) {
  #article .container {
    padding: 3rem 1rem 0;
  }
}
#article .container .content .content__wrapper {
  padding: 0 1rem 6rem;
}
#article .container .content .content__wrapper .tabs {
  border-bottom: 2px solid #D9D9D9;
}
#article .container .content .content__wrapper .tabs ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  margin: 0;
  padding: 0 1rem;
}
#article .container .content .content__wrapper .tabs ul li {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  display: grid;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
}
@media (max-width: 960px) {
  #article .container .content .content__wrapper .tabs ul li {
    font-size: 20px;
    line-height: 36px;
    vertical-align: middle;
    border-radius: 8px 8px 0px 0px;
    padding: 0.25rem 0.75rem;
  }
}
#article .container .content .content__wrapper .tabs ul li.active, #article .container .content .content__wrapper .tabs ul li:hover {
  color: #DC7E74;
  border-bottom: 5px solid #DC7E74;
}
@media (max-width: 960px) {
  #article .container .content .content__wrapper .tabs ul li:last-of-type {
    min-width: 5rem;
  }
}
#article .container .content .content__wrapper .slides {
  padding: 1.5rem 1.25rem 2.75rem;
}
@media (max-width: 960px) {
  #article .container .content .content__wrapper .slides {
    padding: 1.5rem 1rem 2rem;
  }
}
#article .container .content .content__wrapper .slides .splide__article .splide__slide .splide__wrapper {
  padding: 4rem 0rem 1rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
}
@media (max-width: 960px) {
  #article .container .content .content__wrapper .slides .splide__article .splide__slide .splide__wrapper {
    padding: 4rem 0 0;
  }
}
#article .container .content .content__wrapper .slides .splide__article .splide__slide .splide__wrapper a {
  display: block;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 3rem 1rem 0rem;
}
#article .container .content .content__wrapper .slides .splide__article .splide__slide .splide__wrapper a img {
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-5.5rem);
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
}
#article .container .content .content__wrapper .slides .splide__article .splide__slide .splide__wrapper a p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  height: 84px;
  color: #333333;
  overflow: hidden;
  transform: translateY(-3.5rem);
}

.page__footer {
  padding: 30px 0;
  background: #fff;
  position: relative;
}
.page__footer .logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -5rem;
}
.page__footer .logo img {
  height: 2.25rem;
}
@media (max-width: 960px) {
  .page__footer .logo img {
    height: 2rem;
  }
}
.page__footer .commonhealth_footer-channel ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.page__footer .commonhealth_footer-channel ul li {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.page__footer .commonhealth_footer-channel ul li + li {
  border-left: 1px solid #1d1615;
}
.page__footer .commonhealth_footer-channel ul li a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  color: #1d1615;
  text-decoration: none;
  position: relative;
}
.page__footer .commonhealth_footer-copyright {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.page__footer .commonhealth_footer-copyright a {
  color: #1d1615;
}