
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section:nth-child(odd) {
  /* background-color: #fafaeb; */
}
/* ABOUT MEIWOI */
.s1 {
  padding-bottom: 8rem;
}
.s1 h2 {
  color: #893448;
  font-size: 26px;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.s1 h1 {
  font-size: 40px;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 1px;
  margin: 2rem 0;
}
.s1 h1 span {
  white-space: nowrap;
}
.s1 p {
  margin-bottom: 2.3rem;
  line-height: 2.5em;
}

.s1 hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1400px) {
  .s1 h1 span {
    display: block;
  }
}
@media (max-width: 576px) {
  .s1 {
    padding-top: 0rem;
  }
  .s1 h2 {
    text-align: center;
  }
  .s1 h1 {
    text-align: center;
    font-size: 27px;
  }
    .s1 p {
        margin-bottom: 1.65rem;
        line-height: 2em;
        font-size: 20px;
    }
  .s1-dd-mb-fix01 {
    padding-right: 0 !important;
  }
  .s1-dd-mb-fix02 {
    margin-top: 2rem !important;
  }
}

/* 療程項目 */
.s2 {
  position: relative;
  background-color: #252d5c;
  height: 960px;
  padding: 0;
}
.s2 .leftBg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #dadada;
  width: 680px;
  height: 100%;
  z-index: 0;
  background-size:cover;
  background-repeat:no-repeat;
}
    .s2 .title {
        position: relative;
        padding-top: 7rem;
        font-size: 40px;
        font-weight: 400;
        color: #d69b36;
        font-family: "Noto Sans TC", sans-serif;
        z-index: 1;
        text-shadow: 1px 1px 4px black;
    }
.s2 .swiper-buttons {
  position: absolute;
  top: 8rem;
  right: 45px;
  width: 190px;
}
.s2 .swiper-buttons .swiper-button-next,
.s2 .swiper-buttons .swiper-button-prev {
  color: #d69b36;
  border: 2px solid #d69b36;
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
.s2 .swiper-buttons .swiper-button-next:hover,
.s2 .swiper-buttons .swiper-button-prev:hover {
  transition: all 0.5s ease 0s;
  color: #f3cb46;
  border: 2px solid #f3cb46;
}
.s2 .swiper-buttons .swiper-button-next:after,
.s2 .swiper-buttons .swiper-button-prev:after {
  font-size: 32px;
}

.s2 .swiper-paginationS2 {
  text-align: right;
  width: unset;
  position: absolute;
  top: 7.5rem;
  height: 2px;
  bottom: auto !important;
  right: 270px;
}
    .s2 .swiper-paginationS2 .swiper-pagination-bullet {
        background: #d69b36;
        opacity: 1;
        border-radius: 0;
        width: 200px;
        height: 2px;
        margin: 0;
    }
.s2 .swiper-paginationS2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d69b36;
  width: 40px;
  margin: 0 15px;
}

.s2 .swiperOutterCtrl {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.s2 .mySwiperS2 {
  margin-top: 4rem;
  z-index: 10;
  width: 100%;
  height: 580px;
}

.s2 .swiper-slide {
  width: 340px !important;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.s2 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
}

.s2 .swiper-slide .ssContent {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px #d69b36 solid;
  border-radius: 170px 170px 0 0;
  background-size: cover;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.s2 .swiper-slide:hover .ssContent {
  cursor: pointer;
  transform: scale(1.05);
}

    .s2 .swiper-slide .ssContent > div {
        position: absolute;
        width: 100%;
        height: 185px;
        bottom: 0;
        padding-bottom: 1.8rem;
    }
    .s2 .swiper-slide .ssContent * {
        -webkit-user-select: none;
    }
.s2 .swiper-slide .ssContent h1 {
  font-size: 24px;
  font-family: "Noto Serif TC", sans-serif !important;
  font-weight: 700;
  color: #d69b36;
}
    .s2 .swiper-slide .ssContent p {
        font-size: 20px;
        margin: 0.5rem 2rem;
        text-align: left !important;
    }
    .s2 .swiper-slide .ssContent p a {
        text-decoration: none;
        color: #333;
    }
    .s2 .swiper-slide .ssContent p a:hover {
        color: black;
    }

    .s2 .swiper-slide .ssContent p span:last-child {
        display:none
    }
.s2 .swiper-slide .ssContent .more a {
  display: inline;
  font-size: 14px;
  line-height: 1em;
  font-family: "微軟正黑體";
  font-weight: 500;
  padding: 0.35em 0.9em;
  color: #d69b36;
  border: 1px solid #d69b36;
  text-decoration: none;
}
.s2 .swiper-slide .ssContent .more a:hover {
  color: #ffffff;
  background-color: #d69b36;
}

@media (max-width: 1810px) {
    .s2 .swiper-paginationS2 .swiper-pagination-bullet {
        width: 170px;
    }
}
@media (max-width: 1470px) {
    .s2 .swiper-paginationS2 .swiper-pagination-bullet {
        width: 126px;
    }
  .s2 .leftBg {
    width: 550px;
    background-position:center center;
  }
}

@media (max-width: 1220px) {
    .s2 .swiper-paginationS2 .swiper-pagination-bullet {
        width: 90px;
    }
  .s2 .leftBg {
    width: 450px;
  }
}

@media (max-width: 1050px) {
    .s2 .swiper-paginationS2 .swiper-pagination-bullet {
        width: 41px;
    }
  .s2 .leftBg {
    width: 380px;
  }
}

/* 療程項目 mobile */
.s2mb {
  background-color: #252d5c;
  padding: 3rem 10px;
}
.s2mb .s2mbTitle h1 {
  display: inline-block;
  background-color: #252d5c;
  padding-right: 0.5em;
  color: #d69b36;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 400;
}
.s2mb .s2mbTitle::after {
  content: "";
  display: block;
  border-top: 1px solid #d69b36;
  margin-top: -1.5em;
}

    .s2mb .ssContent2 {
        width: 100%;
        height: 280px;
        border: 2px #d69b36 solid;
        border-radius: 170px 170px 0 0;
        background-size: cover;
        transition: all 0.5s ease 0s;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        text-align: center;
        margin-bottom: 2rem;
        overflow: hidden !important;
        position: relative;
    }
    .s2mb .ssContent2::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
        /*        -webkit-filter: brightness(50%);
        filter: brightness(50%);*/
    }
        .s2mb .ssContent2 > div {
            display: none;
            margin-top: 150px;
            width: 100%;
        }

    .s2mb .ssContent2.show > div {
        display: block;
        position: absolute;
    }
    .s2mb .ssContent2.show::before {
        opacity: 0.5;
        /*        -webkit-filter: brightness(50%);
        filter: brightness(50%);*/
    }

    .s2mb .ssContent2.show * {
        color:white;
    }
        .s2mb .ssContent2 h1 {
            font-size: 20px;
            font-family: "Noto Serif TC", sans-serif !important;
            font-weight: 700;
            color: #000000;
            margin-bottom: 0px !important;
        }
        .s2mb .ssContent2 p {
            font-size: 14px;
            margin: 0.25rem 0.8rem;
            text-align: left !important;
            letter-spacing: 1px;
        }

    .s2mb  .ssContent2 p a {
        text-decoration: none;
        color: #333;
    }

        .s2mb  .ssContent2 p a:hover {
            color: black;
        }

    .s2mb .ssContent2 p span:last-child {
        display: none
    }

/* 最新消息pc */
.s3 {
  position: relative;
  min-height: 700px;
  padding: 0 0 2rem 0;
  background-image: url(../Images/bg01.jpg);
}
.s3 .rightBg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  background-image: url(../Images/newsDeco01.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  width: 450px;
  height: 100%;
  z-index: 0;
}
.s3 .title {
  position: relative;
  padding-top: 9rem;
  font-size: 40px;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 1;
}
.s3 .title span {
  border-bottom: 2px solid gray;
  padding-right: 0.25em;
  padding-bottom: 0.65rem;
}
.s3 .container {
  position: relative;
  z-index: 1;
}

.s3 .newsArea {
  /* border: 1px dotted red; */
  margin-right: 250px;
}
.s3 .newsArea ul.newsType {
  list-style: none;
  padding: 0;
  margin: 5rem 0 2rem 0;
  /* border: 1px solid rgb(0, 47, 255); */
}

.s3 .newsArea ul.newsType::after {
  content: "";
  display: block;
  clear: both;
}
.s3 .newsArea ul.newsType li {
  float: left;
  border: 1px solid #252d5c;
  margin-right: 1rem;
}
.s3 .newsArea ul.newsType li a {
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0.1em 1.25em;
  text-decoration: none;
  color: #252d5c;
  font-weight: 500;
}

.s3 .newsArea ul.newsType li.active,
.s3 .newsArea ul.newsType li:hover {
  border: 1px solid #252d5c;
  background-color: #252d5c;
}
.s3 .newsArea ul.newsType li.active a,
.s3 .newsArea ul.newsType li:hover a {
  color: white;
}

.s3 .newsArea dl.newsList {
  list-style: none;
  padding: 1.35rem 0;
  margin: 0;
  border-bottom: 1px solid #8b8b8b;
}
.s3 .newsArea dl.newsList:last-child {
  border-bottom: 0 solid #8b8b8b;
}

.s3 .newsArea dl.newsList::after {
  content: "";
  display: block;
  clear: both;
}

.s3 .newsArea dl > * {
  float: left;
}

.s3 .newsArea dl dt {
  padding-right: 2rem;
  border-right: 1px solid #8b8b8b;
  margin-bottom: 0;
}

.s3 .newsArea dl dd {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.s3 .newsArea dl dt a,
.s3 .newsArea dl dd a {
  text-decoration: none;
  color: black;
  font-size: 21px;
  font-family: "微軟正黑體";
  display: inline-block;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.s3 .newsArea dl dt a {
  color: #808080;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.s3 .newsArea dl dd a {
  color: #222222;
  font-weight: 600;
}

.s3 .newsArea dl dd.nType a {
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 2px;
}
.s3 .newsArea dl dd.nTitle {
  width: 675px;
}

.s3 .newsArea dl dd.nTitle a {
  letter-spacing: 2px;
}

.s3 .newsMore {
  margin: 3rem 0;
}
.s3 .newsMore a {
  display: inline-block;
  border: 1px solid #999999;
  color: #999999;
  text-decoration: none;
  padding: 0 2em;
  font-size: 22px;
  font-family: "微軟正黑體";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
}
.s3 .newsMore .bi {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.s3 .newsMore a:hover {
  border: 1px solid #000000;
  color: #000000;
}
@media (max-width: 1700px) {
  .s3 .newsArea {
    margin-right: 350px;
  }
}

@media (max-width: 1480px) {
  .s3 .newsArea {
    margin-right: 400px;
  }
  .s3 .newsArea dl dd.nTitle {
    width: 500px;
  }
}

@media (max-width: 1400px) {
  .s3 .newsArea {
    margin-right: 340px;
  }
}

@media (max-width: 1300px) {
  .s3 .newsArea {
    margin-right: 400px;
  }
  .s3 .newsArea dl dd.nTitle {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .s3 .rightBg {
    background-position: top right;
    background-position-y: 50px;
  }
  .s3 .title {
    padding-top: 26rem;
  }
  .s3 .newsArea {
    margin-right: 0;
  }
  .s3 .newsArea dl dd.nTitle {
    width: calc(100% - 260px);
  }
}

@media (max-width: 576px) {
  .s3 .rightBg {
    width: 62%;
    height: 500px;
    background-size: contain;
  }
  .s3 .title {
    padding-top: 16rem;
    font-size: 33px;
  }
  .s3 .newsArea ul.newsType li {
    margin-right: 0.4rem;
  }
  .s3 .newsArea ul.newsType li a {
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 0.3em 0.6em;
  }
  .s3 .newsArea dl dd.nTitle {
    width: 100%;
  }
  .s3 .newsArea dl dt {
    padding-right: 1rem;
  }
  .s3 .newsArea ul.newsType {
    margin: 2.5rem 0 1.25rem 0;
  }
  .s3 .newsArea dl dd.nType a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .s3 .newsArea dl dt a,
  .s3 .newsArea dl dd a {
    font-size: 18px;
  }
  .s3 .newsArea dl dt a,
  .s3 .newsArea dl dd a {
    padding-top: 0;
    padding-bottom: 0.15em;
  }
  .s3 .newsMore {
    text-align: center;
  }
}

/* 案例分享 */
.s4 {
  position: relative;
  padding: 3rem 0 2rem 0;
  background-image: url(../Images/bg01.jpg);
}
.s4 .title {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  margin-bottom: 2em;
}
.s4 .title span {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #565656;
  display: block;
  margin: 0 auto;
  width: 4.5em;
}
.s4 table.caseTable {
  text-align: center;
  margin: 0 auto;
}

.s4 .caseTable td {
  vertical-align: top;
}
.s4 table.caseTable tr td.caseColumn {
  width: 370px;
}

.s4 table.caseTable tr td.caseGap {
  width: 45px;
}

.s4 .ccL,
.s4 .ccR {
  padding-top: 90px;
}

.s4 .eachCase {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #565656;
  margin-bottom: 2em;
  display: block;
  width: 370px;
  text-decoration: none;
  overflow: hidden;
}

    .s4 .eachCase .caseBg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        transition: all 0.7s ease 0s;
    }

.s4 .eachCase:hover {
  filter: grayscale(1);
  transition: all 0.7s ease 0s;
}
.s4 .eachCase:hover .caseBg {
  display: block;
  filter: grayscale(1);
  filter: brightness(50%);
  transform: scale(1.04);
}

.s4 .caseRectangleType {
  height: 540px;
}
.s4 .caseSquareType {
  height: 370px;
}

    .s4 .eachCase .caseContent {
        display: block;
        color: white;
        opacity: 0;
        transition: all 0.6s ease 0s;
        position: absolute;
        left: 0;
        bottom: 5rem;
        width: 100%;
        height: 100px;
        text-align: left;
        padding: 0 2em;
    }

    .s4 .caseRectangleType .caseContent {
        display: block;
        bottom: 5rem;
    }
    .s4 .caseSquareType .caseContent {
        display: block;
        bottom: 3.5rem;
    }

.s4 .eachCase:hover .caseContent {
  opacity: 1;
}
    .s4 .eachCase .caseContent .h2 {
        display: block;
        font-size: 24px;
        font-weight: 500;
    }
    .s4 .eachCase .caseContent .pp {
        display: block;
        font-size: 18px;
        font-weight: 400;
        font-family: "微軟正黑體";
    }

.s4 .caseMore {
  margin: 3rem 0;
  text-align: center;
}
.s4 .caseMore a {
  display: inline-block;
  border: 1px solid #999999;
  color: #999999;
  text-decoration: none;
  padding: 0 2em;
  font-size: 22px;
  font-family: "微軟正黑體";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
}
.s4 .caseMore .bi {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.s4 .caseMore a:hover {
  border: 1px solid #000000;
  color: #000000;
}

@media (max-width: 1400px) {
  .s4 table.caseTable tr td.caseColumn {
    width: 320px;
  }
  .s4 table.caseTable tr td.caseGap {
    width: 25px;
  }
  .s4 .ccL,
  .s4 .ccR {
    padding-top: 85px;
  }
  .s4 .eachCase {
    width: 320px;
    margin-bottom: 1.5em;
  }
  .s4 .caseRectangleType {
    height: 466px;
  }
  .s4 .caseRectangleType .caseContent {
    bottom: 3rem;
  }
  .s4 .caseSquareType {
    height: 320px;
  }
  .s4 .caseSquareType .caseContent {
    bottom: 2.5rem;
  }
  .s4 .eachCase .caseContent {
    padding: 0 1.5em;
  }
    .s4 .eachCase .caseContent .pp {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
  .s4 table.caseTable tr td.caseColumn {
    width: 280px;
  }
  .s4 table.caseTable tr td.caseGap {
    width: 25px;
  }
  .s4 .ccL,
  .s4 .ccR {
    padding-top: 75px;
  }
  .s4 .eachCase {
    width: 280px;
    margin-bottom: 1.2em;
  }
  .s4 .caseRectangleType {
    height: 407px;
  }
  .s4 .caseRectangleType .caseContent {
    bottom: 2.5rem;
  }
  .s4 .caseSquareType {
    height: 280px;
  }
  .s4 .caseSquareType .caseContent {
    bottom: 2rem;
  }
  .s4 .eachCase .caseContent {
    padding: 0 1em;
  }
    .s4 .eachCase .caseContent .pp {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
  .s4 table.caseTable tr td.caseColumn {
    width: 240px;
  }
  .s4 table.caseTable tr td.caseGap {
    width: 5px;
  }
  .s4 .ccL,
  .s4 .ccR {
    padding-top: 60px;
  }
  .s4 .eachCase {
    width: 240px;
    margin-bottom: 0.4em;
  }
  .s4 .caseRectangleType {
    height: 349px;
  }
  .s4 .caseRectangleType .caseContent {
    bottom: 2.5rem;
  }
  .s4 .caseSquareType {
    height: 240px;
  }
  .s4 .caseSquareType .caseContent {
    bottom: 2rem;
  }
  .s4 .eachCase .caseContent {
    padding: 0 1em;
  }
    .s4 .eachCase .caseContent .pp {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
  .s4 .title {
    font-size: 30px;
    padding-left: 18px;
    margin-bottom: 1em;
  }
  .s4 .title span {
    margin: unset;
  }
  .s4 table.caseTable tr td.caseColumn {
    width: 170px;
  }
  .s4 table.caseTable tr td.caseGap {
    width: 5px;
  }
  .s4 .ccR {
    display: none;
  }
  .s4 .ccL,
  .s4 .ccR {
    padding-top: 60px;
  }
  .s4 .eachCase {
    width: 170px;
    margin-bottom: 0.4em;
  }

  .s4 .eachCase.show {
    filter: grayscale(1);
    transition: all 0.7s ease 0s;
  }
  .s4 .eachCase.show .caseBg {
    display: block;
    filter: grayscale(1);
    filter: brightness(50%);
    transform: scale(1.04);
  }

  .s4 .eachCase.show .caseContent {
    opacity: 1;
  }

  .s4 .caseRectangleType {
    height: 265px;
  }
  .s4 .caseRectangleType .caseContent {
    bottom: 0rem;
  }
  .s4 .caseSquareType {
    height: 170px;
  }
  .s4 .caseSquareType .caseContent {
    bottom: 0rem;
  }
  .s4 .eachCase .caseContent {
    padding: 0 1em;
  }
    .s4 .eachCase .caseContent .pp {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

/* 醫師觀點 */
.s5 {
  position: relative;
  background-color: #f5e3e7;
  height: 950px;
  padding: 0;
}
.s5 .title {
  position: relative;
  padding-top: 7rem;
  font-size: 40px;
  font-weight: 400;
  color: #d69b36;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 1;
}
.s5 .title span {
  background-color: #f5e3e7;
}
.s5 .swiper-buttons {
  position: absolute;
  top: 8rem;
  right: 45px;
  width: 190px;
}
.s5 .swiper-buttons .swiper-button-nextS5,
.s5 .swiper-buttons .swiper-button-prevS5 {
  color: #e5be8d;
  border: 2px solid #e5be8d;
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
.s5 .swiper-buttons .swiper-button-nextS5:hover,
.s5 .swiper-buttons .swiper-button-prevS5:hover {
  transition: all 0.5s ease 0s;
  color: #d69b36;
  border: 2px solid #d69b36;
}
.s5 .swiper-buttons .swiper-button-nextS5:after,
.s5 .swiper-buttons .swiper-button-prevS5:after {
  font-size: 32px;
}

.s5 .swiper-paginationS5 {
  text-align: right;
  width: unset;
  position: absolute;
  top: 7.5rem;
  height: 2px;
  bottom: auto !important;
  right: 270px;
}
.s5 .swiper-paginationS5 .swiper-pagination-bullet {
  background: #e5be8d;
  opacity: 1;
  border-radius: 0;
  width: 110px;
  height: 2px;
  margin: 0;
}
.s5 .swiper-paginationS5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e5be8d;
  width: 35px;
  margin: 0 15px;
}
.s5 .swiperOutterCtrl {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.s5 .swiper {
  margin-top: 4rem;
  width: 100%;
  height: 550px;
}
.mySwiperS5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 400px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.s5 .swiper-slide .ssContent {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.s5 .swiper-slide:hover .ssContent {
    cursor: pointer;
    transform: scale(1.03);
    box-shadow: 0px 0px 15px 0px rgb(44, 44, 44, 0.70);
}

.s5 .contentBottomArea {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  top: 52%;
  width: 1100px;
  left: calc((1100px - 400px) / -2);
  border-radius: 100%;
}
.s5 .contentTopArea {
    position: absolute;
    height: 56%;
    top: 0%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}



.s5 .contentArea {
  position: absolute;
  height: 100%;
  top: 52%;
  padding: 2rem 1.5rem 0 1.5rem;
}
.s5 .contentArea h1 {
  font-size: 21px;
  line-height: 1.5em;
  text-align: left;
}

.s5 .contentArea p {
  text-align: left;
  font-size: 16px;
  font-family: "微軟正黑體";
  font-weight: bold;
  line-height: 1.65em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
.s5 .contentArea .more a {
  display: inline;
  font-size: 14px;
  line-height: 1em;
  font-family: "微軟正黑體";
  font-weight: 500;
  padding: 0.35em 0.9em;
  color: #d69b36;
  border: 1px solid #d69b36;
  text-decoration: none;
}
.s5 .contentArea .more a:hover {
  color: #ffffff;
  background-color: #d69b36;
}

@media (max-width: 1770px) {
  .s5 .swiper-paginationS5 .swiper-pagination-bullet {
    width: 105px;
  }
}

@media (max-width: 1640px) {
  .s5 .swiper-paginationS5 .swiper-pagination-bullet {
    width: 85px;
  }
}

@media (max-width: 1400px) {
  .s5 .swiper-paginationS5 .swiper-pagination-bullet {
    width: 65px;
  }
}

@media (max-width: 1200px) {
  .s5 .swiper-paginationS5 .swiper-pagination-bullet {
    width: 45px;
  }
  .s5 .swiper-paginationS5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
  }
}

@media (max-width: 992px) {
  .s5 .swiper-paginationS5 .swiper-pagination-bullet {
    width: 25px;
  }
  .s5 .swiper-paginationS5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
  }
}

.s5mb {
    position: relative;
    background-color: #f5e3e7;
    height: 840px;
    padding: 0;
    overflow: hidden;
}
.s5mb .title {
  position: relative;
  padding-top: 3.5rem;
  font-size: 30px;
  font-weight: 400;
  color: #d69b36;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 1;
}
.s5mb .title span {
  background-color: #f5e3e7;
  padding-right: 0.5em;
}
.s5mb .title::after {
  content: "";
  display: block;
  border-top: 1px solid #d69b36;
  margin-top: -0.5em;
}

.s5mb .swiperOutterCtrl {
  height: 550px;
  margin: 4rem 1rem;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiperS5mb .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 20px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.s5mb .swiper-pagination-bullet-active {
  background: #893448;
}
.s5mb .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 22px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
  border-radius: unset;
}
.s5mb .contentBottomArea {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  top: 52%;
  width: 650px;
  left: calc((650px - 100%) / -2);
  border-radius: 100%;
}
.s5mb .contentTopArea {
    position: absolute;
    height: 65%;
    top: 0%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.s5mb .contentArea {
  position: absolute;
  height: 100%;
  top: 52%;
  padding: 1.25rem 0.5rem 0 0.5rem;
}
.s5mb .contentArea h1 {
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.s5mb .contentArea p {
  display: none !important;
  text-align: left;
  font-size: 16px;
  font-family: "微軟正黑體";
  font-weight: bold;
  line-height: 1.65em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
.s5mb .contentArea .more a {
  display: none !important;
  display: inline;
  font-size: 14px;
  line-height: 1em;
  font-family: "微軟正黑體";
  font-weight: 500;
  padding: 0.35em 0.9em;
  color: #d69b36;
  border: 1px solid #d69b36;
  text-decoration: none;
}
.s5mb .contentArea .more a:hover {
  color: #ffffff;
  background-color: #d69b36;
}

/* 社群動態 */
.s6 {
  position: relative;
  padding: 9rem 0 2rem 0;
  background-image: url(../Images/bg01.jpg);
}
.s6 .title {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  margin-bottom: 2em;
}
.s6 .title span {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #565656;
  display: block;
  margin: 0 auto;
  width: 4.5em;
}
.s6 table.caseTable {
  text-align: center;
  margin: 0 auto;
}

.s6 .caseTable td {
  vertical-align: top;
}
.s6 table.caseTable tr td.caseColumn {
  width: 370px;
}

.s6 table.caseTable tr td.caseGap {
  width: 45px;
}

.s6 .ccL,
.s6 .ccR {
  padding-top: 90px;
}

.s6 .eachPost {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #565656;
  margin-bottom: 2em;
  display: block;
  width: 370px;
  text-decoration: none;
  overflow: hidden;
}

.s6 .eachPost .caseBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.7s ease 0s;
}

.s6 .eachPost:hover {
  /*filter: grayscale(1);*/
  transition: all 0.7s ease 0s;
}
.s6 .eachPost:hover .caseBg {
  display: block;
/*  filter: grayscale(1);
  filter: brightness(50%);*/
  transform: scale(1.05);
}

.s6 .caseRectangleType {
  height: 540px;
}
    .s6 .caseSquareType {
        height: 320px;
    }

.s6 .caseMore {
  margin: 3rem 0;
  text-align: center;
}
.s6 .caseMore a {
  display: inline-block;
  border: 1px solid #999999;
  color: #999999;
  text-decoration: none;
  padding: 0 2em;
  font-size: 22px;
  font-family: "微軟正黑體";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
}
.s6 .caseMore .bi {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.s6 .caseMore a:hover {
  border: 1px solid #000000;
  color: #000000;
}

@media (max-width: 1400px) {
  .s6 table.caseTable tr td.caseColumn {
    width: 320px;
  }
  .s6 table.caseTable tr td.caseGap {
    width: 25px;
  }
  .s6 .ccL,
  .s6 .ccR {
    padding-top: 85px;
  }
  .s6 .eachPost {
    width: 320px;
    margin-bottom: 1.5em;
  }
  .s6 .caseRectangleType {
    height: 466px;
  }
  
}

@media (max-width: 1200px) {
  .s6 table.caseTable tr td.caseColumn {
    width: 280px;
  }
  .s6 table.caseTable tr td.caseGap {
    width: 25px;
  }
  .s6 .ccL,
  .s6 .ccR {
    padding-top: 75px;
  }
  .s6 .eachPost {
    width: 280px;
    margin-bottom: 1.2em;
  }
  .s6 .caseRectangleType {
    height: 407px;
  }
 
}

@media (max-width: 992px) {
  .s6 table.caseTable tr td.caseColumn {
    width: 240px;
  }
  .s6 table.caseTable tr td.caseGap {
    width: 5px;
  }
  .s6 .ccL,
  .s6 .ccR {
    padding-top: 60px;
  }
  .s6 .eachPost {
    width: 240px;
    margin-bottom: 0.4em;
  }
    .s6 .caseRectangleType {
        height: 320px;
    }
  
}

@media (max-width: 768px) {
  .s6 .title {
    font-size: 30px;
    padding-left: 18px;
    margin-bottom: 1em;
  }
  .s6 .title span {
    margin: unset;
  }
  .s6 table.caseTable tr td.caseColumn {
    width: 170px;
  }
  .s6 table.caseTable tr td.caseGap {
    width: 5px;
  }
  .s6 .ccR {
    display: none;
  }
  .s6 .ccL,
  .s6 .ccR {
    padding-top: 60px;
  }
  .s6 .eachPost {
    width: 170px;
    margin-bottom: 0.4em;
  }

  .s6 .eachPost.show {
    filter: grayscale(1);
    transition: all 0.7s ease 0s;
  }
  .s6 .eachPost.show .caseBg {
    display: block;
    filter: grayscale(1);
    filter: brightness(50%);
    transform: scale(1.04);
  }

 
}
