@charset "UTF-8";
.bannerArea {
  border-radius: 0 0 160px;
}
@media (max-width: 1180px) {
  .bannerArea {
    border-radius: 0 0 20%;
  }
}

.mainArea {
  padding-top: 0;
}
.mainArea:has(.custom) {
  padding-bottom: 0;
}
.mainArea:not(:has(.custom)) {
  padding-bottom: 100px;
}

.contentBox {
  padding: 82px 0 0;
  border-top: 1px solid #D9CCC0;
  position: relative;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 2;
}
.classBoxRow {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .classBoxRow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .classBoxRow .classLink li {
    width: 33.33%;
    margin: 0;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    border: none;
    color: #515151;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.588;
    letter-spacing: 0.17px;
    padding: 30px 20px 23px 20px;
    position: relative;
    cursor: pointer;
  }
  .classBoxRow .classLink a::before,
  .classBoxRow .classLink span::before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #E28535;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: rgba(0, 0, 0, 0);
    color: #515151;
  }
  .classBoxRow .classLink a.current::before,
  .classBoxRow .classLink span.current::before {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #515151;
  }
  .classBoxRow .classLink a:hover::before,
  .classBoxRow .classLink span:hover::before {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #e8e1d6;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #222222;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #d97721;
    color: #fff;
  }
}

.bg {
  width: 100%;
  height: 100%;
  background: url("../images/team_inner_BG.jpg") no-repeat top center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -99;
}
.bg::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 200px;
  background: #ece9e5;
  border-radius: 0 0 100px 0;
}

.aboutArea:has(.contentBox.custom) {
  overflow: hidden;
  background-color: #f1f0ec;
}
.aboutArea:has(.contentBox.custom) .contentBox {
  position: relative;
  z-index: 1;
}
.aboutArea:has(.contentBox.custom) .contentBox::before {
  content: "";
  display: block;
  width: 40.3vw;
  height: 100%;
  background-color: #EDEBE6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.aboutArea:has(.contentBox.custom) .contentBox .customBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.aboutArea:has(.contentBox.custom) .contentBox .customBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/about/shadow1.png) no-repeat top left/contain;
  width: 25.3125vw;
  max-width: 486px;
  height: 34.947vw;
  max-height: 671px;
  z-index: 1;
}
.aboutArea:has(.contentBox.custom) .contentBox .customBg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12%;
  right: 36vw;
  width: 936px;
  height: 692px;
  max-width: 100%;
  max-height: 50%;
}
.aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 {
  position: relative;
}
.aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1::before {
  content: "";
  position: absolute;
  bottom: 1%;
  right: 28.85vw;
  width: 936px;
  height: 692px;
  max-width: 100%;
  max-height: 30vw;
  background: url(../images/about/line.png) no-repeat bottom right/100%;
}
@media (max-width: 1180px) {
  .aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1::before {
    display: none;
  }
}
.aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 .shelfWrap {
  position: relative;
  overflow: hidden;
}
.aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 .shelfWrap::before {
  content: "leading";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  height: 640px;
  width: 289px;
  padding: 69px 61px 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #E5E2D7;
  font-family: Poppins;
  font-size: 98px;
  font-weight: 600;
  line-height: 20%;
  letter-spacing: 2.94px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  border-radius: 0 0 0 130px;
  background-color: #EDEBE6;
}
@media (max-width: 1540px) {
  .aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 .shelfWrap::before {
    width: 200px;
    padding: 40px 0px 0 0;
    height: 520px;
  }
}
@media (max-width: 1180px) {
  .aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 .shelfWrap::before {
    display: none;
  }
}
.aboutArea:has(.contentBox.custom) .contentBox .aboutStyle1 .shelfWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/about/shadow2.png) no-repeat top left/contain;
  width: 36.3125vw;
  max-width: 858px;
  height: 22.947vw;
  max-height: 539px;
  z-index: 1;
  opacity: 0.1;
  filter: saturate(1.3) contrast(1.1) brightness(0.98);
}
.aboutArea:has(.contentBox.custom) .wrap {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 2;
}

.coreArea {
  padding: 110px 0 68px;
  background: url(../images/about/core_bgi.png) no-repeat top left/cover;
}
.coreArea .wrap {
  max-width: 1492px;
}

.advantagesArea {
  position: relative;
  padding: 105px 0 74px;
  background-color: #f1f0ec;
}
.advantagesArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/about/shadow3.png) no-repeat top left/100%;
  width: 35.2083vw;
  max-width: 676px;
  height: 32.8125vw;
  max-height: 630px;
  z-index: 0;
}
.advantagesArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 428px;
  border-radius: 0 148px 0 0;
  background: #EDEBE6;
  z-index: 0;
}
@media (max-width: 1180px) {
  .advantagesArea::after {
    display: none;
  }
}
.advantagesArea .wrap {
  max-width: 1488px;
  position: relative;
  z-index: 1;
}
.advantagesArea .decoText {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #E9E6DD;
  font-family: "Poppins";
  font-size: 109px;
  font-weight: 600;
  letter-spacing: 3.27px;
  text-transform: uppercase;
  line-height: 0.7;
  padding: 0 28px 0 0;
  z-index: 2;
}

.specialtiesArea {
  padding: 118px 0 101px;
  background: #F3F3F3;
  position: relative;
}
.specialtiesArea::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37%;
  height: 541px;
  max-height: 60%;
  border-radius: 148px 0 0 0;
  background: #ECECEC;
  z-index: 0;
}
.specialtiesArea .wrap {
  max-width: 1493px;
  position: relative;
  z-index: 1;
}

.commitmentsArea {
  padding: 101px 0 149px;
  background: url(../images/about/commitments_bgi.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.commitmentsArea .decoText {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #E9E6DD;
  font-family: "Poppins";
  font-size: 108px;
  font-weight: 600;
  letter-spacing: 3.24px;
  text-transform: uppercase;
  line-height: 0.7;
  padding: 0 28px 0 0;
  white-space: nowrap;
  transform: translateX(30vw);
}