@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+TC:wght@100..900&family=Quicksand:wght@300..700&display=swap");
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  gap: 20px;
  margin: 100px auto 20px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 9px;
    gap: 10px;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  text-decoration: none;
}
.page dd {
  position: relative;
  cursor: pointer;
}
.page dd a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .page dd a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media all and (min-width: 992px) {
  .page dd a:hover {
    color: #649033;
  }
}
.page dd.active a {
  color: #fff;
  background-color: #649033;
  border-radius: 1000px;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a,
  .page dt.ltbn a {
    width: 30px;
    height: 30px;
  }
}
.page dt.ltbn a {
  margin-right: 5px;
  position: relative;
  width: 45px;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a {
    width: 30px;
  }
}
.page dt.ltbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-left: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
  background-color: #649033;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.ltbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page dt.rtbn a {
  margin-left: 5px;
  position: relative;
  width: 45px;
  height: auto;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a {
    width: 30px;
  }
}
.page dt.rtbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-right: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #649033;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.rtbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page .ltbn.nopage a,
.page .rtbn.nopage a {
  pointer-events: none;
}
.page .ltbn.nopage a::before,
.page .rtbn.nopage a::before {
  background-color: #CCCCCC;
}

body {
  background-color: #f7f1e1;
}

main {
  position: relative;
}
main .footer-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/index/pc_footer.svg") center/cover no-repeat;
  width: 100%;
  height: 120px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  main .footer-wave {
    bottom: -1px;
    background: url("../images/index/mb_footer.svg") center/cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.130208;
  }
}
main .people {
  position: absolute;
  bottom: 1vw;
  left: 2vw;
  background: url("../images/common/people.png") center/contain no-repeat;
  max-width: 126px;
  width: 6.5vw;
  aspect-ratio: 1/1.26984;
  z-index: 1;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    bottom: -2vw;
  }
}
@media all and (max-width: 768px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    left: 2.6vw;
    bottom: -2vw;
  }
}

.team {
  position: relative;
}
.team .left-birds {
  position: absolute;
  top: 12.7vw;
  left: 3.9vw;
  background: url("../images/common/birds_1.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.59036;
}
@media all and (max-width: 991px) {
  .team .left-birds {
    display: none;
  }
}
.team .left-cloud {
  position: absolute;
  top: 59.7vw;
  left: 0;
  background: url("../images/common/cloud_3.png") center/contain no-repeat;
  max-width: 802px;
  width: 41.7vw;
  aspect-ratio: 1/0.40399;
}
@media all and (max-width: 991px) {
  .team .left-cloud {
    display: none;
  }
}
.team .right-cloud {
  position: absolute;
  top: 54vw;
  right: 0;
  background: url("../images/common/cloud_4.png") center/contain no-repeat;
  max-width: 186px;
  width: 9.6vw;
  aspect-ratio: 1/0.44086;
}
@media all and (max-width: 991px) {
  .team .right-cloud {
    display: none;
  }
}
.team .right-birds {
  position: absolute;
  top: 96vw;
  right: 0;
  background: url("../images/common/birds_2.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.590361;
}
@media all and (max-width: 991px) {
  .team .right-birds {
    display: none;
  }
}
.team .bg-txt {
  position: absolute;
  left: 4.16vw;
  bottom: 180px;
  font-family: "Caveat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #95BEDE;
  opacity: 0.24;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .team .bg-txt {
    font-size: 5.2083333333vw;
  }
}
@media all and (max-width: 991px) {
  .team .bg-txt {
    font-size: 50px;
    left: 5.2vw;
    bottom: 29.4vw;
  }
}

.team-container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 350px;
}
@media all and (max-width: 768px) {
  .team-container {
    padding-top: 50px;
    padding-bottom: 240px;
  }
}

.doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 16px;
}
.doctor-list li {
  width: calc((100% - 48px) / 4);
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .doctor-list li {
    width: calc((100% - 16px) / 2);
  }
}
@media all and (max-width: 768px) {
  .doctor-list li {
    width: 100%;
  }
}
.doctor-list .card {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 30px;
}
@media all and (min-width: 992px) {
  .doctor-list .card:hover .headshot img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media all and (max-width: 768px) {
  .doctor-list .card {
    padding: 15px;
    border-radius: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.doctor-list .card .headshot {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.193548;
  background: url("../images/team/team_default_img.jpg") center/contain no-repeat;
}
@media all and (max-width: 768px) {
  .doctor-list .card .headshot {
    max-width: 245px;
    width: 40.2%;
    height: auto;
    aspect-ratio: 1/1.387755;
  }
}
.doctor-list .card .headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media all and (max-width: 768px) {
  .doctor-list .card .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.doctor-list .card .doctor-info {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (max-width: 768px) {
  .doctor-list .card .doctor-info {
    text-align: left;
  }
}
.doctor-list .card .doctor-info .title {
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #95BEDE;
  padding: 0px 12px;
  border-radius: 100px;
}
@media all and (max-width: 768px) {
  .doctor-list .card .doctor-info .title {
    font-size: 14px;
    padding: 2px 12px;
  }
}
.doctor-list .card .doctor-info .name {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 6px 0 5px;
  color: #649033;
}
@media all and (max-width: 768px) {
  .doctor-list .card .doctor-info .name {
    font-size: 25px;
    margin: 5px 0 18px;
  }
}
.doctor-list .card .more-btn {
  margin: 12px auto 0;
}
@media all and (max-width: 768px) {
  .doctor-list .card .more-btn {
    margin: 6px 0 3px;
  }
}

.content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 68px;
}
@media all and (max-width: 768px) {
  .content-wrap {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap .headshot-info {
  width: 32%;
}
@media all and (max-width: 768px) {
  .content-wrap .headshot-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
  }
}
.content-wrap .headshot-info .headshot {
  border-radius: 10px;
  overflow: hidden;
  max-width: 385px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.194805;
  background: url("../images/team/team_default_img.jpg") center/contain no-repeat;
}
@media all and (max-width: 768px) {
  .content-wrap .headshot-info .headshot {
    max-width: 245px;
    width: 40.2%;
    height: auto;
    aspect-ratio: 1/1.387755;
  }
}
.content-wrap .headshot-info .headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap .doctor-detail {
  width: 62%;
}
@media all and (max-width: 768px) {
  .content-wrap .doctor-detail {
    width: 100%;
  }
}
.content-wrap .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (max-width: 768px) {
  .content-wrap .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.content-wrap .info .doctor-info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 768px) {
  .content-wrap .info .doctor-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content-wrap .info .doctor-info .name {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #649033;
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .content-wrap .info .doctor-info .name {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.content-wrap .info .doctor-info .title {
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #95BEDE;
  padding: 1px 12px;
  border-radius: 100px;
}
@media all and (max-width: 768px) {
  .content-wrap .info .doctor-info .title {
    font-size: 14px;
    padding: 2px 12px;
    margin-bottom: 6px;
  }
}
.content-wrap .info .no {
  font-size: 14px;
  line-height: 1.8;
}
.back-btn {
  margin: 100px auto 0;
  padding: 20px 56px;
}
@media all and (max-width: 768px) {
  .back-btn {
    margin: 20px auto 10px;
    padding: 18px 35px;
  }
}