@charset "UTF-8";
* {
  --brand: #EB6796;
  --brand-2: #B8666A;
  --brand-color-1: #FAEEEE;
  --brand-color-2: #F3E4E1;
  --brand-color-3: #F9C7CA;
  --brand-color-4: #A2B0A3;
  --icon-default: #000000;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
  --invert: #FFFFFF;
  --surface-default: #F3F2F0;
  --surface-default-2: #FEF9F3;
}

.banner.financial {
  --banner-img: url("../images/banner/banner-財務報表.jpg");
  --banner-img-mobile: url("../images/banner/mobile/phone-banner-財務報表.jpg") ;
}

main {
  position: relative;
}
main .financial-bg {
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/bg/背景圖-財務報表.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.financial-box {
  width: 100%;
}
.financial-box select.year-select {
  width: 100%;
  max-width: 320px;
  outline: none;
  border: 2px solid var(--brand-color-3);
  background-color: var(--brand-color-1);
  font-size: 23px;
  font-weight: 700;
  color: var(--brand-2);
  letter-spacing: 5%;
  border-radius: 7.2px;
  padding: 10px 20px 10px 15px;
  margin-bottom: 45px;
  -webkit-appearance: none;
  /* For Chrome, Safari, Opera */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  /* Standard property */
  background-image: url("../images/icons/arrow_bottom_red_sm.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.financial-box select.year-select::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .financial-box select.year-select {
    margin-bottom: 30px;
  }
}
.financial-box .files-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.financial-box .files-wrapper .card-wrapper {
  max-width: 400px;
  min-width: 400px;
}
@media (max-width: 480px) {
  .financial-box .files-wrapper .card-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.financial-box .files-wrapper .card-wrapper .file-card {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border: 2px solid var(--brand-color-3);
  box-shadow: 20px 20px var(--brand-color-3);
  border-radius: 10.8px;
  padding: 40px;
  background-color: white;
  cursor: default;
}
.financial-box .files-wrapper .card-wrapper .file-card .top {
  width: 100%;
}
.financial-box .files-wrapper .card-wrapper .file-card .top h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: black;
  margin-bottom: 15px;
}
.financial-box .files-wrapper .card-wrapper .file-card .top p.date {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-secondary);
}
.financial-box .files-wrapper .card-wrapper .file-card a {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
}
.financial-box .files-wrapper .card-wrapper .file-card a span {
  color: var(--brand-2);
  font-weight: 500;
  font-size: 22px;
}
.financial-box .files-wrapper .card-wrapper .file-card a img {
  width: 56px;
}
.financial-box .files-wrapper .card-wrapper .file-card a:hover {
  filter: brightness(0.9);
}

.banner.services {
  --banner-img: url("../images/banner/banner-服務介紹.jpg");
  --banner-img-mobile: url("../images/banner/mobile/phone-banner-服務介紹.jpg") ;
}

.services-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media (max-width: 1200px) {
  .services-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .services-box {
    gap: 30px;
  }
}
.services-box .card-wrapper {
  width: 50%;
  --card-gap: 84px;
}
.services-box .card-wrapper:nth-child(n+1) {
  padding: 0 calc(var(--card-gap) / 2) 0 0;
}
@media (max-width: 990px) {
  .services-box .card-wrapper:nth-child(n+1) {
    padding: 0;
  }
}
.services-box .card-wrapper:nth-child(2n) {
  padding: 0 0 0 calc(var(--card-gap) / 2);
}
@media (max-width: 990px) {
  .services-box .card-wrapper:nth-child(2n) {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .services-box .card-wrapper {
    width: 100%;
  }
}
.services-box .card-wrapper.pink {
  --card-color: #F9C7CA;
}
.services-box .card-wrapper.red {
  --card-color: #F1A192;
}
.services-box .card-wrapper.yellow {
  --card-color: #FFD086;
}
.services-box .card-wrapper.orange {
  --card-color: #F5AB88;
}
.services-box .card-wrapper .services-card {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .services-box .card-wrapper .services-card {
    padding: 16px;
  }
}
.services-box .card-wrapper .services-card .shadow {
  position: absolute;
  width: 73%;
  height: 73%;
  top: 0;
  left: 0;
  border-radius: 14.4px;
  background-color: var(--card-color);
}
.services-box .card-wrapper .services-card .content {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: white;
  border-radius: 14.4px;
  padding: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}
@media (max-width: 990px) {
  .services-box .card-wrapper .services-card .content {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .services-box .card-wrapper .services-card .content {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .services-box .card-wrapper .services-card .content {
    padding: 40px 25px;
  }
}
.services-box .card-wrapper .services-card .content img {
  width: 80px;
}
.services-box .card-wrapper .services-card .content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #B8666A;
}
@media (max-width: 768px) {
  .services-box .card-wrapper .services-card .content h3 {
    font-size: 22px;
  }
}
.services-box .card-wrapper .services-card .content ul.service-ul {
  list-style: none;
  align-self: flex-start;
}
.services-box .card-wrapper .services-card .content ul.service-ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 768px) {
  .services-box .card-wrapper .services-card .content ul.service-ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.services-box .card-wrapper .services-card .content ul.service-ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--card-color);
  font-size: 16px;
  font-weight: 400;
}
.services-box .card-wrapper .services-card .rb-border {
  position: absolute;
  width: 73%;
  height: 73%;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 5px solid var(--card-color);
  border-radius: 14.4px;
}

.banner.clientele {
  --banner-img: url("../images/banner/banner-服務對象.jpg");
  --banner-img-mobile: url("../images/banner/mobile/phone-banner-服務對象.jpg") ;
}

.clientele-box {
  position: relative;
  width: 100%;
  background: white;
  border-radius: 14.4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: var(--box-padding) var(--box-padding) 48px;
  --box-padding: 45px;
  --label-height: 64.44px;
  --label-triangle-width: 19px;
  transform: translateY(calc(var(--label-height) / 2));
  margin-top: calc(var(--label-height) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1380px) {
  .clientele-box {
    --box-padding: 30px;
    padding: var(--box-padding);
    --label-height: 94.44px;
  }
}
@media (max-width: 768px) {
  .clientele-box {
    margin-bottom: 36px;
  }
}
.clientele-box ul.c-number {
  list-style-type: none;
  padding-left: 0;
  counter-reset: num;
}
.clientele-box ul.c-number li {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  counter-increment: num;
  position: relative;
  padding-left: 2em;
}
@media (max-width: 1380px) {
  .clientele-box ul.c-number li {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .clientele-box ul.c-number li {
    font-size: 18px;
    line-height: 30px;
  }
}
.clientele-box ul.c-number li::before {
  content: counter(num, cjk-ideographic) "、";
  /* 一、 二、 三、 */
  position: absolute;
  left: 0;
}
.clientele-box .mb-label {
  margin-bottom: calc(var(--box-padding) * 2 + var(--label-height) / 2);
}
.clientele-box img.hero {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  max-width: 632px;
  transform: translate(11%, -11%);
}
@media (max-width: 1380px) {
  .clientele-box img.hero {
    position: relative;
    width: 100%;
    transform: none;
    margin: var(--box-padding) auto 0;
    transform: translateX(-5%);
  }
}

.banner.access {
  --banner-img: url("../images/banner/banner-地理位置.jpg");
  --banner-img-mobile: url("../images/banner/mobile/phone-banner-地理位置.jpg") ;
}

.access-box {
  width: 100%;
  --mission-color: #A6C498;
}
.access-box h3.title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .access-box h3.title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.access-box ul.contact {
  list-style-type: none;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .access-box ul.contact {
    margin-bottom: 24px;
  }
}
.access-box ul.contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .access-box ul.contact li {
    gap: 8px;
  }
}
.access-box ul.contact li a,
.access-box ul.contact li span {
  font-size: 24px;
  font-weight: 400;
  color: black;
}
@media (max-width: 1200px) {
  .access-box ul.contact li a,
  .access-box ul.contact li span {
    font-size: 18px;
  }
}
.access-box .map-wrapper {
  padding: 30px;
  border-radius: 14.4px;
  background-color: white;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  aspect-ratio: 1/0.4;
  margin-bottom: 94px;
}
@media (max-width: 1200px) {
  .access-box .map-wrapper {
    aspect-ratio: 1/0.67;
    padding: 10px;
    border-radius: 7.2px;
    margin-bottom: 67px;
  }
}
.access-box .green-label {
  transform: translate(calc(var(--box-padding) * -1 - var(--label-triangle-width)), 0);
  margin-bottom: var(--box-padding);
}
@media (max-width: 1200px) {
  .access-box .green-label {
    max-width: 280px;
  }
}
.access-box .green-label.first {
  transform: translate(calc(var(--box-padding) * -1 - var(--label-triangle-width)), calc(var(--box-padding) * -1 - var(--label-height) / 2));
  margin-bottom: calc(var(--label-height) / -2);
}
.access-box .green-label.access {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
.access-box .green-label img.icon {
  width: 50px;
}
@media (max-width: 1200px) {
  .access-box .green-label img.icon {
    width: 40px;
  }
}
.access-box .access-text {
  width: 100%;
  background-color: white;
  border-radius: 14.4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  --box-padding: 45px;
  --label-height: 80px;
  --label-triangle-width: 19px;
  padding: var(--box-padding);
}
@media (max-width: 1200px) {
  .access-box .access-text {
    --box-padding: 20px;
  }
}
.access-box .access-text ul.mission-ul {
  margin-left: 0 !important;
  padding-left: 0;
  margin-bottom: var(--box-padding);
}
@media (max-width: 1200px) {
  .access-box .access-text ul.mission-ul {
    padding: 0;
  }
}
.access-box .access-text ul.mission-ul:nth-last-child(1) {
  margin-bottom: 8px;
}
.access-box .access-text ul.mission-ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .access-box .access-text ul.mission-ul li {
    font-size: 18px;
    line-height: 30px;
  }
}/*# sourceMappingURL=others.css.map */