@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #bba268;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a38137;
}

::-webkit-scrollbar-track {
  background-color: #ece1c7;
  border-radius: 6px;
}

::-moz-selection {
  background-color: #a38137;
  color: #eeeeee;
}

::selection {
  background-color: #a38137;
  color: #eeeeee;
}

::-moz-selection {
  background-color: #a38137;
  color: #eeeeee;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

.eng {
  text-transform: uppercase;
}

.container-900 {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .container-900 {
    width: 100%;
    padding: 0 10px;
  }
}

.text-gold {
  color: #bba268;
}

.PageBanner {
  width: 100%;
  height: 50vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .PageBanner {
    height: 30vh;
    background-position: center center;
  }
}
@media (max-width: 450px) {
  .PageBanner {
    display: none;
  }
}
.PageBanner p {
  color: #eeeeee;
  text-shadow: 0 3px 6px #222222;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .PageBanner p {
    color: #eeeeee;
    margin: 0;
  }
}
.PageBanner p:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 10px;
}
@media (max-width: 768px) {
  .PageBanner p:nth-of-type(1) {
    font-size: 18px;
  }
}
.PageBanner p:nth-of-type(2) {
  font-size: 26px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .PageBanner p:nth-of-type(2) {
    font-size: 16px;
  }
}
.PageBanner a {
  font-size: 36px;
  color: #222222;
  background: #eeeeee;
  padding: 10px 30px;
  border-radius: 20px;
  letter-spacing: 4px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 768px) {
  .PageBanner a {
    font-size: 22px;
    padding: 8px 20px;
  }
}

.mobilePageBanner {
  display: none;
  width: 100%;
  height: 33vh;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #222222;
  border-radius: 0px 0px 50% 50%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 450px) {
  .mobilePageBanner {
    display: flex;
  }
}
.mobilePageBanner .pageBannerMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.mobilePageBanner h2,
.mobilePageBanner p {
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.mobilePageBanner h2 {
  letter-spacing: 6px;
}
.mobilePageBanner p {
  letter-spacing: 4px;
}

.indexTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.iconTitle {
  position: relative;
  margin: 80px 0;
}
@media (max-width: 450px) {
  .iconTitle {
    display: none;
  }
}
.iconTitle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.iconTitle h2,
.iconTitle p {
  font-weight: 300;
}
.iconTitle h2 {
  letter-spacing: 2px;
}

#pcNavbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 100%;
  max-width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
@media (max-width: 1280px) {
  #pcNavbar {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  #pcNavbar {
    display: none;
  }
}

.nav-link.dropdown-toggle::after {
  display: none;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0.25rem;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

#index {
  background: #eeeeee;
}

#indexBanner {
  max-width: 100%;
  height: 100vh;
}
@media (max-width: 450px) {
  #indexBanner {
    display: none;
  }
}
#indexBanner .pcIndexBanner {
  position: relative;
}
#indexBanner .pcIndexBanner .swiper-slide .pcSlideBg {
  background-size: cover;
  background-position: center;
}
#indexBanner .pcIndexBanner .swiper-slide .pcSlideBg h3,
#indexBanner .pcIndexBanner .swiper-slide .pcSlideBg p {
  color: #fff;
  text-shadow: 0px 2px 10px #222222;
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.1s;
}
#indexBanner .pcIndexBanner .swiper-slide .pcSlideBg h3 {
  font-size: 100px;
  letter-spacing: 10px;
  transform: translateY(100px);
}
@media (max-width: 1280px) {
  #indexBanner .pcIndexBanner .swiper-slide .pcSlideBg h3 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  #indexBanner .pcIndexBanner .swiper-slide .pcSlideBg h3 {
    font-size: 58px;
  }
}
#indexBanner .pcIndexBanner .swiper-slide .pcSlideBg p {
  font-size: 48px;
  letter-spacing: 6px;
  transform: translateY(-100px);
}
@media (max-width: 1280px) {
  #indexBanner .pcIndexBanner .swiper-slide .pcSlideBg p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #indexBanner .pcIndexBanner .swiper-slide .pcSlideBg p {
    font-size: 38px;
  }
}
#indexBanner .pcIndexBanner .swiper-slide-active .pcSlideBg h3,
#indexBanner .pcIndexBanner .swiper-slide-active .pcSlideBg p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
#indexBanner .pcIndexBanner .swiper-pagination {
  text-align: left;
  bottom: 5%;
  left: 3%;
}
#indexBanner .pcIndexBanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  opacity: 1;
}
#indexBanner .pcIndexBanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
  opacity: 1;
}
#indexBanner .pcIndexBanner .pcIndexBannerPhone {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 1280px) {
  #indexBanner .pcIndexBanner .pcIndexBannerPhone {
    bottom: -50px;
  }
}
#indexBanner .pcIndexBanner .pcIndexBannerPhone h1,
#indexBanner .pcIndexBanner .pcIndexBannerPhone p {
  color: #ffb300;
  text-shadow: 0px 2px 10px #222222;
  font-size: 46px;
  margin: 0;
}
#indexBanner .pcIndexBanner .pcIndexBannerPhone h1 {
  letter-spacing: 10px;
}
#indexBanner .pcIndexBanner .pcIndexBannerPhone .pcIndexBannerPhoneBtns {
  margin: 20px 0;
}
@media (max-width: 768px) {
  #indexBanner .pcIndexBanner .pcIndexBannerPhone .pcIndexBannerPhoneBtns {
    display: flex;
  }
}
#indexBanner .pcIndexBanner .pcIndexBannerPhone .pcIndexBannerPhoneBtns a {
  color: #222222;
  background: #ffb300;
  font-size: 32px;
  font-style: italic;
  border-radius: 10px;
  margin: 0 10px;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  #indexBanner .pcIndexBanner .pcIndexBannerPhone .pcIndexBannerPhoneBtns a {
    font-size: 20px;
    padding: 5px 10px;
  }
}

#mobileIndexBanner {
  display: none;
}
@media (max-width: 450px) {
  #mobileIndexBanner {
    display: block;
  }
}
#mobileIndexBanner .mobileIndexBannerSwiper {
  position: relative;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide {
  position: relative;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide img {
  width: 100%;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .mobileBannerMasK {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(243, 226, 216, 0.5);
  -webkit-clip-path: polygon(0 40%, 100% 55%, 100% 100%, 0% 100%);
          clip-path: polygon(0 40%, 100% 55%, 100% 100%, 0% 100%);
  transform: translateY(500px);
  opacity: 0;
  transition: all 1s;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText {
  position: absolute;
  bottom: 25%;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #514b45;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText p,
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText h3 {
  font-weight: 500;
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText p {
  font-size: 28px;
  letter-spacing: 2px;
  margin: 0;
  transform: translateY(200px);
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText p:last-child {
  color: #fbefd6;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide .bannerText h3 {
  font-size: 36px;
  letter-spacing: 4px;
  margin: 10px 0;
  transform: translateY(-200px);
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide-active .mobileBannerMasK {
  transform: translateY(0);
  opacity: 1;
}
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide-active .bannerText p,
#mobileIndexBanner .mobileIndexBannerSwiper #mobileIndexBannerContent .swiper-slide-active .bannerText h3 {
  transform: translateY(0);
  opacity: 1;
}
#mobileIndexBanner .mobileIndexBannerSwiper .mobileBannerPhone {
  position: absolute;
  bottom: 3%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#mobileIndexBanner .mobileIndexBannerSwiper .mobileBannerPhone a {
  background: #fbefd6;
  color: #73554a;
  margin: 6px;
  padding: 6px;
  text-align: center;
  border-radius: 10px;
  line-height: 1.25;
  letter-spacing: 2px;
}
#mobileIndexBanner .mobileIndexBannerSwiper .mobileBannerImage {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 2;
  width: 20%;
}

#mobileFeatures {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 768px) {
  #mobileFeatures {
    display: grid;
  }
}
#mobileFeatures > div {
  position: relative;
}
#mobileFeatures > div img {
  width: 100%;
}
#mobileFeatures > div .centerInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#mobileFeatures > div .centerInfo h4 {
  color: #f3e2d8;
}

#indexService {
  max-width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  #indexService {
    display: none;
  }
}
#indexService .pcIndexService {
  position: relative;
}
#indexService .pcIndexService .swiper-slide .pcSlideBg {
  background-size: cover;
  background-position: center;
}
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceName,
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceEnglish,
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceDescription {
  color: #ece1c7;
  text-shadow: 0px 2px 10px #222222;
  opacity: 0;
  transition: all 1s;
}
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceName {
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 10px;
  transform: translateY(-100px);
}
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceEnglish {
  font-size: 30px;
  letter-spacing: 4px;
  transform: translateY(-100px);
}
#indexService .pcIndexService .swiper-slide .pcSlideBg .serviceDescription {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 4px;
  transform: translateY(100px);
}
#indexService .pcIndexService .swiper-slide-active .pcSlideBg .serviceName,
#indexService .pcIndexService .swiper-slide-active .pcSlideBg .serviceEnglish,
#indexService .pcIndexService .swiper-slide-active .pcSlideBg .serviceDescription {
  opacity: 1;
  transform: translateY(0);
}
#indexService .pcIndexService .swiper-pagination {
  bottom: 5%;
}
#indexService .pcIndexService .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  opacity: 1;
}
#indexService .pcIndexService .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb0000;
  opacity: 1;
}
#indexService .pcIndexService .pcIndexServiceTitle {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
#indexService .pcIndexService .pcIndexServiceTitle h2,
#indexService .pcIndexService .pcIndexServiceTitle p {
  color: #eeeeee;
  text-shadow: 0px 2px 6px #222222;
  font-weight: 300;
  letter-spacing: 4px;
  margin-top: 20px;
}

#mobileService {
  display: none;
  background: #fff;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #mobileService {
    display: block;
  }
}
#mobileService .mobileIndexServiceTitle {
  color: #bba268;
}
#mobileService .mobileIndexServiceTitle h2 {
  font-size: 24px;
  letter-spacing: 8px;
  font-weight: 300;
}
#mobileService .mobileIndexServiceTitle p {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}
#mobileService #mobileIndexServiceContent .swiper-slide {
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#mobileService #mobileIndexServiceContent .swiper-slide > img {
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
#mobileService #mobileIndexServiceContent .swiper-slide .serviceTitle {
  color: #ece1c7;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
#mobileService #mobileIndexServiceContent .swiper-slide .serviceTitle h2,
#mobileService #mobileIndexServiceContent .swiper-slide .serviceTitle p {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  text-shadow: 0px 3px 3px #222222;
}
#mobileService #mobileIndexServiceContent .swiper-slide .serviceTitle img {
  width: 340px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mobileService #mobileIndexServiceContent .swiper-slide .serviceContent {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 500px);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 1s;
}
#mobileService #mobileIndexServiceContent .swiper-slide .serviceContent a {
  font-weight: 300;
  font-size: 20px;
  color: #ece1c7;
  letter-spacing: 4px;
  text-shadow: 0px 3px 3px #222222;
  margin-top: 4px;
}
#mobileService #mobileIndexServiceContent .swiper-slide-active .serviceContent {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#mobileService .swiper-pagination {
  bottom: 5%;
}
#mobileService .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ece1c7;
  opacity: 0.5;
}
#mobileService .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #bba268;
  opacity: 1;
}

#indexFeedback {
  max-width: 100%;
  height: 80dvh;
}
#indexFeedback .pcIndexFeedback {
  position: relative;
  width: 80%;
  height: 100%;
}
#indexFeedback .pcIndexFeedback #pcIndexFeedbackContent {
  top: 20%;
}
#indexFeedback .pcIndexFeedback #pcIndexFeedbackContent .swiper-slide .feedbackCard .lingImage {
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #indexFeedback .pcIndexFeedback #pcIndexFeedbackContent .swiper-slide .feedbackCard .lingImage {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  #indexFeedback .pcIndexFeedback #pcIndexFeedbackContent .swiper-slide .feedbackCard .lingImage {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #indexFeedback .pcIndexFeedback #pcIndexFeedbackContent .swiper-slide .feedbackCard .customerCategory {
    display: none;
  }
}
#indexFeedback .pcIndexFeedback #pcIndexFeedbackContent .swiper-slide .feedbackCard p {
  margin-bottom: 2px;
}
#indexFeedback .pcIndexFeedback .pcIndexFeedbackTitle {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
#indexFeedback .pcIndexFeedback .pcIndexFeedbackTitle h2,
#indexFeedback .pcIndexFeedback .pcIndexFeedbackTitle p {
  font-weight: 300;
  letter-spacing: 4px;
}
#indexFeedback .pcIndexFeedback .pcIndexFeedbackTitle h2 {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  #indexFeedback .pcIndexFeedback .pcIndexFeedbackTitle h2 {
    font-size: 24px;
  }
}
#indexFeedback .pcIndexFeedback .swiper-pagination {
  bottom: 5%;
}
#indexFeedback .pcIndexFeedback .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background-color: #222222;
  opacity: 0.3;
}
#indexFeedback .pcIndexFeedback .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
  opacity: 1;
}

#indexCase {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: repeat(3, 1fr);
}
#indexCase .caseBox {
  overflow: hidden;
  position: relative;
}
#indexCase .caseBox img {
  width: 100%;
  transition: all 0.3s;
}
#indexCase .caseBox:hover img {
  transform: scale(1.2);
  filter: brightness(30%);
}
#indexCase .caseBox .caseBoxText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
#indexCase .caseBox .caseBoxText h4,
#indexCase .caseBox .caseBoxText p,
#indexCase .caseBox .caseBoxText a {
  font-weight: 300;
  color: #eeeeee;
  text-shadow: 0px 0px 5px #222222;
}
#indexCase .caseBox .caseBoxText h4 {
  font-size: 32px;
}
#indexCase .caseBox .caseBoxText p {
  font-size: 18px;
  margin-bottom: 100px;
}
#indexCase .caseBox .caseBoxText a {
  font-size: 24px;
  border: 1px solid #eeeeee;
  border-radius: 50px;
  padding: 5px 30px;
}

@media (max-width: 1024px) {
  #indexCase {
    display: none;
  }
}
#indexMobileCase {
  padding-top: 50px;
  padding-bottom: 30px;
  display: none;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  #indexMobileCase {
    display: block;
  }
}
#indexMobileCase .mobileIndexCaseTitle {
  color: #bba268;
  width: 100%;
  text-align: center;
}
#indexMobileCase #mobileIndexCaseContent {
  height: 60vh;
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard {
  position: relative;
  width: 300px;
  height: 100%;
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard .mobileCaseBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  filter: brightness(60%);
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard h4,
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard p,
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard a {
  color: #eeeeee;
  font-weight: 300;
  text-shadow: 0px 3px 3px #222222;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard p {
  top: 40%;
}
#indexMobileCase #mobileIndexCaseContent .swiper-slide .caseCard a {
  width: 50%;
  top: 60%;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 10px 20px;
}
#indexMobileCase .swiper-pagination {
  bottom: 5%;
}
#indexMobileCase .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  opacity: 0.5;
}
#indexMobileCase .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eeeeee;
  opacity: 1;
}

#indexPrice {
  padding: 5% 30%;
}
@media (max-width: 768px) {
  #indexPrice {
    padding: 20px;
    margin: 20px 0;
  }
}
#indexPrice .priceTitle h2,
#indexPrice .priceTitle p {
  color: #a790bb;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
#indexPrice .priceTitle h2 {
  font-size: 36px;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  #indexPrice .priceTitle h2 {
    font-size: 24px;
  }
}
#indexPrice .priceTitle p {
  font-size: 16px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  #indexPrice .priceTitle p {
    letter-spacing: 2px;
  }
}
#indexPrice .priceContent {
  text-align: left;
}
#indexPrice .priceContent P {
  font-size: 18px;
  font-weight: 300;
  margin: 30px 0;
}
@media (max-width: 768px) {
  #indexPrice .priceContent P {
    margin: 10px 0;
  }
}
#indexPrice .priceBtn {
  margin-top: 30px;
}
#indexPrice .priceBtn a {
  font-size: 18px;
  letter-spacing: 4px;
  color: #eeeeee;
  background: linear-gradient(to bottom right, #a790bb, #e0cac5);
  padding: 15px 50px;
  border-radius: 25px;
}

#indexProcess {
  max-width: 100%;
  height: 100dvh;
}
#indexProcess .pcIndexProcess {
  position: relative;
}
#indexProcess .pcIndexProcess .swiper-slide .pcSlideBg {
  background-size: cover;
  background-position: center;
}
#indexProcess .pcIndexProcess .swiper-slide .pcSlideBg img {
  transition: all 1s;
  transform: translateY(-100px);
  opacity: 0;
}
#indexProcess .pcIndexProcess .swiper-slide .pcSlideBg h3,
#indexProcess .pcIndexProcess .swiper-slide .pcSlideBg p {
  font-size: 32px;
  color: #eeeeee;
  text-shadow: 0px 2px 6px #222222;
  letter-spacing: 4px;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
#indexProcess .pcIndexProcess .swiper-slide-active .pcSlideBg img,
#indexProcess .pcIndexProcess .swiper-slide-active .pcSlideBg h3,
#indexProcess .pcIndexProcess .swiper-slide-active .pcSlideBg p {
  transform: translateY(0);
  opacity: 1;
}
#indexProcess .pcIndexProcess .swiper-pagination {
  bottom: 5%;
}
#indexProcess .pcIndexProcess .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  opacity: 1;
}
#indexProcess .pcIndexProcess .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb0000;
  opacity: 1;
}
#indexProcess .pcIndexProcess .pcIndexProcessTitle {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
#indexProcess .pcIndexProcess .pcIndexProcessTitle h2,
#indexProcess .pcIndexProcess .pcIndexProcessTitle p {
  color: #eeeeee;
  text-shadow: 0px 2px 6px #222222;
  font-weight: 300;
  letter-spacing: 4px;
  margin-top: 20px;
}
#indexProcess .pcIndexProcess .pcIndexProcessTitle h2 {
  font-size: 36px;
  letter-spacing: 8px;
}

#indexAbout {
  max-width: 100%;
  height: 100dvh;
}
@media (max-width: 768px) {
  #indexAbout {
    display: none;
  }
}
#indexAbout .aboutBg {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../image/about/index-about-bg.jpg");
  background-position: top;
  background-size: cover;
}
#indexAbout .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#indexAbout .aboutTitle {
  position: relative;
  z-index: 1;
  padding-top: 5%;
  text-align: center;
  color: #a38137;
}
#indexAbout .aboutTitle h2,
#indexAbout .aboutTitle p {
  font-weight: 300;
  letter-spacing: 4px;
}
#indexAbout .aboutTitle h2 {
  font-size: 36px;
  letter-spacing: 8px;
}
#indexAbout .aboutContent {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #eeeeee;
  padding-right: 50px;
}
#indexAbout .aboutContent > img {
  width: 20%;
}
#indexAbout .aboutContent .aboutUpText,
#indexAbout .aboutContent .aboutLowText {
  width: 50%;
}
@media (max-width: 1536px) {
  #indexAbout .aboutContent .aboutUpText,
  #indexAbout .aboutContent .aboutLowText {
    width: 55%;
  }
}
#indexAbout .aboutContent .aboutUpText h4,
#indexAbout .aboutContent .aboutLowText h4 {
  font-weight: 300;
  font-size: 30px;
  color: #bba268;
  margin-top: 30px;
}
@media (max-width: 1536px) {
  #indexAbout .aboutContent .aboutUpText h4,
  #indexAbout .aboutContent .aboutLowText h4 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  #indexAbout .aboutContent .aboutUpText h4,
  #indexAbout .aboutContent .aboutLowText h4 {
    font-size: 20px;
    margin-top: 10px;
  }
}
#indexAbout .aboutContent .aboutUpText p,
#indexAbout .aboutContent .aboutLowText p {
  font-weight: 100;
  font-size: 18px;
  color: #ece1c7;
  margin: 0;
}
@media (max-width: 1536px) {
  #indexAbout .aboutContent .aboutUpText p,
  #indexAbout .aboutContent .aboutLowText p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  #indexAbout .aboutContent .aboutUpText p,
  #indexAbout .aboutContent .aboutLowText p {
    font-size: 12px;
  }
}

#indexMobileAbout {
  display: none;
  background: #fff;
}
@media (max-width: 768px) {
  #indexMobileAbout {
    display: block;
  }
}
#indexMobileAbout .mobileAboutTitle {
  padding-top: 20px;
  text-align: center;
  color: #bba268;
}
#indexMobileAbout .mobileAboutTitle h2,
#indexMobileAbout .mobileAboutTitle p {
  font-weight: 300;
  letter-spacing: 2px;
}
#indexMobileAbout .centerImage img {
  width: 100%;
}
#indexMobileAbout .aboutUpText,
#indexMobileAbout .aboutLowText {
  padding: 20px;
}
#indexMobileAbout .aboutUpText h4,
#indexMobileAbout .aboutUpText p,
#indexMobileAbout .aboutLowText h4,
#indexMobileAbout .aboutLowText p {
  font-weight: 300;
}
#indexMobileAbout .aboutUpText h4,
#indexMobileAbout .aboutLowText h4 {
  font-size: 18px;
}

#indexTeams {
  max-width: 100%;
  height: 80dvh;
  padding: 20px 0;
}
@media (max-width: 450px) {
  #indexTeams {
    height: 100dvh;
  }
}
#indexTeams .pcIndexTeams {
  position: relative;
  width: 90%;
  height: 100%;
}
#indexTeams .pcIndexTeams .pcIndexTeamsTitle {
  position: relative;
  top: 15%;
}
@media (max-width: 768px) {
  #indexTeams .pcIndexTeams .pcIndexTeamsTitle {
    top: 15%;
    z-index: -1;
  }
}
#indexTeams .pcIndexTeams .pcIndexTeamsTitle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#indexTeams .pcIndexTeams .pcIndexTeamsTitle h2,
#indexTeams .pcIndexTeams .pcIndexTeamsTitle p {
  font-weight: 300;
  position: relative;
  z-index: 1;
  letter-spacing: 4px;
}
#indexTeams .pcIndexTeams .pcIndexTeamsTitle h2 {
  font-size: 36px;
  letter-spacing: 8px;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent {
  top: 20%;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide {
  width: 100%;
  height: 100%;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard .teacherImage {
  max-width: 250px;
  border: 6px solid #eeeeee;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(34, 34, 34, 0.3);
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard p:nth-of-type(1) {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 2px;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard p:nth-of-type(2) {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard p:nth-of-type(3) {
  margin-top: 0px;
  margin-bottom: 0px;
}
#indexTeams .pcIndexTeams #pcIndexTeamsContent .swiper-slide .teamsCard p:nth-of-type(4) {
  margin-top: 0px;
  margin-bottom: 0px;
}
#indexTeams .pcIndexTeams .swiper-pagination {
  bottom: 5%;
}
#indexTeams .pcIndexTeams .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background-color: #222222;
  opacity: 0.3;
}
#indexTeams .pcIndexTeams .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
  opacity: 1;
}

#contact {
  text-align: center;
  padding: 50px 0;
}
#contact h4 {
  font-size: 42px;
  letter-spacing: 10px;
  font-weight: 400;
  background: linear-gradient(to bottom right, #a790bb, #e0cac5);
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  #contact h4 {
    font-size: 26px;
    padding: 0px 10px;
  }
}
#contact p {
  background: linear-gradient(to bottom right, #a790bb, #e0cac5);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #contact p {
    margin: 10px 0;
  }
}
#contact img {
  width: 60px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  #contact img {
    margin: 10px 0;
  }
}
#contact > div {
  margin: 30px 0;
}
#contact a {
  font-size: 18px;
  letter-spacing: 4px;
  color: #eeeeee;
  background: linear-gradient(to bottom right, #a790bb, #e0cac5);
  padding: 15px 50px;
  border-radius: 25px;
}

#pcFooter {
  padding-top: 50px;
  position: relative;
  background: #222222;
}
@media (max-width: 768px) {
  #pcFooter {
    display: none;
  }
}
#pcFooter .footerBg {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pcFooter .footerBg img {
  max-width: 30%;
}
#pcFooter .footerTitle {
  text-align: center;
  color: #eeeeee;
  letter-spacing: 4px;
}
#pcFooter .footerTitle h2 {
  font-size: 40px;
}
#pcFooter .footerTitle p {
  font-size: 18px;
}
#pcFooter .footerPhone {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 20px auto;
  color: #ffb300;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  text-align: center;
}
#pcFooter .footerPhone .PhoneAreaCard h3,
#pcFooter .footerPhone .PhoneAreaCard a {
  display: block;
  width: 70%;
  font-size: 24px;
  color: #ffb300;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 5px auto;
}
@media (max-width: 1536px) {
  #pcFooter .footerPhone .PhoneAreaCard h3,
  #pcFooter .footerPhone .PhoneAreaCard a {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  #pcFooter .footerPhone .PhoneAreaCard h3,
  #pcFooter .footerPhone .PhoneAreaCard a {
    font-size: 18px;
  }
}
#pcFooter .footerPhone .PhoneAreaCard h3 {
  margin-bottom: 20px;
}
#pcFooter .footerPhone .PhoneAreaCard a:hover {
  color: #eeeeee;
}
#pcFooter .footerTime {
  position: relative;
  z-index: 1;
  color: #eeeeee;
  text-align: center;
  margin: 30px 0;
}
#pcFooter .footerTime > p {
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 6px;
  margin: 0;
}
#pcFooter .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  color: #eeeeee;
  padding: 10px 0;
  margin: 0;
}
#pcFooter .copyright a {
  color: #eeeeee;
}
#pcFooter .copyright a:hover {
  color: #a38137;
}
#pcFooter .copyright > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 14px;
}
#pcFooter .copyright #pcPact {
  text-align: right;
  padding-right: 10px;
}
#pcFooter .copyright #pcPact > a {
  font-size: 14px;
  border-left: 1px solid #eeeeee;
  padding: 0px 5px;
}
#pcFooter .copyright #pcPact > a:hover {
  color: #a38137;
}
#pcFooter .copyright #pcPact > a:first-child {
  border-left: none;
}
#pcFooter .custom-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#pcFooter .custom-tab-link {
  border: none;
  background-color: transparent;
  color: #a38137; /* 您可以根據需要更改顏色 */
  transition: color 0.15s ease-in-out;
}
#pcFooter .custom-tab-link:hover,
#pcFooter .custom-tab-link:focus {
  color: #bba268; /* 您可以根據需要更改顏色 */
  text-decoration: none;
}
#pcFooter .custom-tab-link.active {
  font-weight: bold;
  color: #ece1c7; /* 您可以根據需要更改顏色 */
}

@media (max-width: 768px) {
  #pcFixedBtn {
    display: none;
  }
}
#pcFixedBtn .FixedBtnBg {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  width: 5%;
}
#pcFixedBtn .rightBtnGroup {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1536px) {
  #pcFixedBtn .rightBtnGroup {
    right: 4px;
  }
}
#pcFixedBtn .rightBtnGroup > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 1536px) {
  #pcFixedBtn .rightBtnGroup > a {
    margin: 10px 0;
  }
}
#pcFixedBtn .rightBtnGroup > a:nth-of-type(1) span {
  color: #cb0000;
}
#pcFixedBtn .rightBtnGroup > a:nth-of-type(2) span {
  color: #a38137;
}
#pcFixedBtn .rightBtnGroup > a:nth-of-type(3) span {
  color: #00c300;
}
#pcFixedBtn .rightBtnGroup > a:nth-of-type(4) span {
  color: #1877f2;
}
#pcFixedBtn .rightBtnGroup > a img {
  width: 30px;
}
@media (max-width: 1280px) {
  #pcFixedBtn .rightBtnGroup > a img {
    width: 24px;
  }
}
#pcFixedBtn .rightBtnGroup > a span {
  font-size: 14px;
}
@media (max-width: 1280px) {
  #pcFixedBtn .rightBtnGroup > a span {
    font-size: 12px;
  }
}

#aboutArticle .articleText {
  padding: 0;
}
@media (max-width: 768px) {
  #aboutArticle .articleText {
    padding: 0 5%;
  }
}
#aboutArticle h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 50px 0;
}
@media (max-width: 768px) {
  #aboutArticle h1 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#aboutArticle p {
  font-weight: 300;
}

#aboutTeams {
  position: relative;
  max-width: 100%;
  height: 90dvh;
  padding: 20px 0;
}
@media (max-width: 1280px) {
  #aboutTeams {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  #aboutTeams {
    background: #aaa;
  }
}
#aboutTeams .pcAboutTeams {
  position: relative;
  width: 1000px;
  height: 100%;
}
@media (max-width: 768px) {
  #aboutTeams .pcAboutTeams {
    width: 100%;
    height: 80%;
  }
}
@media (max-width: 768px) {
  #aboutTeams .pcAboutTeams #pcAboutTeamsContent {
    height: 300px;
  }
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide {
  width: 100%;
  height: 100%;
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard .teacherImage {
  max-width: 250px;
  border: 6px solid #eeeeee;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(34, 34, 34, 0.3);
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard p:nth-of-type(1) {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 2px;
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard p:nth-of-type(2) {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard p:nth-of-type(3) {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aboutTeams .pcAboutTeams #pcAboutTeamsContent .swiper-slide .teamsCard p:nth-of-type(4) {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aboutTeams .pcAboutTeams .swiper-pagination {
  bottom: 15%;
}
@media (max-width: 768px) {
  #aboutTeams .pcAboutTeams .swiper-pagination {
    bottom: 0;
  }
}
#aboutTeams .pcAboutTeams .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background-color: #222222;
  opacity: 0.3;
}
#aboutTeams .pcAboutTeams .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
  opacity: 1;
}

.aboutTeamBg {
  display: none;
}
@media (max-width: 450px) {
  .aboutTeamBg {
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
  }
}

.mobileTitle {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .mobileTitle {
    display: block;
  }
}

.priceCategoryTitle {
  text-align: center;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .priceCategoryTitle {
    display: none;
  }
}

.priceTable {
  border-spacing: 5px;
  border-collapse: separate;
}
@media (max-width: 768px) {
  .priceTable {
    display: none;
  }
}
.priceTable th,
.priceTable td {
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  padding: 12px;
  border: none;
}
.priceTable thead {
  background: #bba268;
}
.priceTable thead th {
  text-align: center;
  color: #eeeeee;
}
.priceTable thead th:nth-child(1) {
  width: 15%;
}
.priceTable thead th:nth-child(2) {
  width: 10%;
}
.priceTable thead th:nth-child(3) {
  width: 10%;
}
.priceTable thead th:nth-child(4) {
  width: 37%;
}
.priceTable thead th:nth-child(5) {
  width: 28%;
}
.priceTable tbody tr:nth-child(n) {
  background: #fef4dc;
}
.priceTable tbody tr:nth-child(2n) {
  background: #ece1c7;
}
.priceTable tbody td:nth-child(1),
.priceTable tbody td:nth-child(2),
.priceTable tbody td:nth-child(3) {
  text-align: center;
}

.btnGroup {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.btnGroup a {
  color: #222222;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px;
}
.btnGroup a:hover {
  background: #ece1c7;
}
@media (max-width: 768px) {
  .btnGroup {
    display: none;
  }
}

.priceCategoryBtn {
  display: none;
  text-align: center;
  background: #ece1c7;
  color: #222222;
  padding: 10px 0;
  border-radius: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .priceCategoryBtn {
    display: block;
  }
}

#m-charge01,
#m-charge02,
#m-charge03,
#m-charge04,
#m-charge05,
#m-charge06,
#m-charge07,
#m-charge08 {
  display: none;
}

.accordion {
  display: none;
}
@media (max-width: 768px) {
  .accordion {
    display: initial;
  }
  .accordion .accordion-item {
    border: none;
    margin: 10px 0;
    padding: 0px;
  }
  .accordion .accordion-item .accordion-header {
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: #eeeeee;
    border-radius: 20px;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    display: block;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    text-indent: 0;
    direction: ltr;
    background: transparent;
    margin: 0 auto;
    padding: 15px;
    color: #222222;
    position: relative;
  }
  .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 10%;
  }
  .accordion .accordion-item .accordion-body {
    text-align: center;
  }
  .accordion .accordion-item .accordion-body .list-box {
    text-align: left;
    background: #fef4dc;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 1px 2px 1px #ccc;
  }
  .accordion .accordion-item .accordion-body .list-box h5 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
  }
  .accordion .accordion-item .accordion-body .list-box p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    display: block;
    color: #eeeeee;
    background-color: #222222;
    border-radius: 20px;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
  }
}

.timeline {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.timeline::before {
  content: "";
  background: #757575;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(odd) .timeline-content {
  float: right;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 40%;
  border-radius: 30px;
  background: #f5f5f5;
  box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.3);
  padding: 0;
  padding-bottom: 60px;
}
.timeline-content p,
.timeline-content h2 {
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
}
.timeline-content p {
  font-size: 16px;
  text-align: left;
}
.timeline-content a {
  margin-left: 20px;
}

.timeline-circle {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #222222;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
}

.selected::before {
  content: "";
  display: block;
  background: #cb0000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-text {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.step-text.left {
  left: calc(100% + 50px);
}

.step-text.right {
  left: calc(-100% - 50px);
}

.timeline-btn {
  background: #ffb300;
  color: #222222;
  padding: 8px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.timeline-btn:hover, .timeline-btn:active, .timeline-btn:focus {
  background: #cc8f00;
  color: #222222;
}

.timeline-item .timeline-img-header {
  background-size: cover;
}
.timeline-item .cardBg1 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page01.png") center center no-repeat;
}
.timeline-item .cardBg2 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page02.png") center center no-repeat;
}
.timeline-item .cardBg3 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page03.png") center center no-repeat;
}
.timeline-item .cardBg4 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page04.png") center center no-repeat;
}
.timeline-item .cardBg5 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page05.png") center center no-repeat;
}
.timeline-item .cardBg6 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page06.png") center center no-repeat;
}
.timeline-item .cardBg7 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page07.png") center center no-repeat;
}
.timeline-item .cardBg8 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../image/process/page/page08.png") center center no-repeat;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px 30px 0 0px;
}
.timeline-img-header p {
  font-size: 30px;
  color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  .timeline .timeline-circle {
    left: 20px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 30px;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content {
    float: none;
  }
  .timeline .step-text {
    display: none;
  }
}
#serviceArticle h1,
#serviceArticle h2 {
  font-size: 22px;
}
#serviceArticle h3 {
  font-size: 20px;
}
#serviceArticle p,
#serviceArticle li {
  font-weight: 300;
}

#pageList {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 768px) {
  #pageList {
    margin-top: 50px;
    margin-bottom: 20px;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 10px;
  }
}
#pageList .listCard {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#pageList .listCard:hover .listCardImage {
  transform: scale(1.2);
}
#pageList .listCard .listCardImage {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  filter: brightness(30%);
  transition: all 0.3s;
}
#pageList .listCard .ListCardUnderText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#pageList .listCard .ListCardUnderText .listCardTitle {
  color: #eeeeee;
  text-shadow: 0px 6px 6px #222222;
  font-weight: 300;
  font-size: 20px;
}
#pageList .listCard .ListCardUnderText .listCardBtn {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #bba268;
}

.pagination .page-item {
  margin: 20px 10px;
}
.pagination .page-item.active .page-link {
  color: #eeeeee;
  background-color: #666;
  border-color: #666;
}
.pagination .page-item .page-link {
  color: #666;
  border-radius: 10px;
}

#casePageSwiperContent,
#knowledgePageSwiperContent {
  height: 250px;
}
#casePageSwiperContent .swiper-slide .swiperCard,
#knowledgePageSwiperContent .swiper-slide .swiperCard {
  width: 100%;
  height: 150px;
  position: relative;
}
#casePageSwiperContent .swiper-slide .swiperCard > img,
#knowledgePageSwiperContent .swiper-slide .swiperCard > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 10px;
  filter: brightness(60%);
}
@media (max-width: 768px) {
  #casePageSwiperContent .swiper-slide .swiperCard > img,
  #knowledgePageSwiperContent .swiper-slide .swiperCard > img {
    width: 80%;
  }
}
#casePageSwiperContent .swiper-slide .swiperCard > a,
#knowledgePageSwiperContent .swiper-slide .swiperCard > a {
  font-size: 18px;
  color: #eeeeee;
  text-shadow: 0px 3px 6px #222222;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 450px) {
  #pageArticle,
  #serviceArticle {
    width: 100%;
    padding: 0 5%;
    margin-top: 50px;
  }
}

@media (max-width: 450px) {
  .moreSection .swiper-pagination {
    bottom: 40%;
  }
  .moreSection .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .moreSection .swiper-pagination-bullet-active {
    background-color: #cb0000;
  }
}

.mobileTopFixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #f3e2d8;
  box-shadow: 0px 3px 3px rgba(34, 34, 34, 0.3);
  padding: 10px 0;
}
@media (max-width: 768px) {
  .mobileTopFixed {
    display: block;
  }
}

#mobileFixBtnGroup {
  display: none;
  justify-content: space-around;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #f3e2d8;
  padding: 10px 0;
  box-shadow: 0px -1px 3px rgba(34, 34, 34, 0.3);
}
@media (max-width: 768px) {
  #mobileFixBtnGroup {
    display: flex;
  }
}
#mobileFixBtnGroup a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mobileFixBtnGroup a:nth-of-type(1) span {
  color: #cb0000;
}
#mobileFixBtnGroup a:nth-of-type(2) span {
  color: #a38137;
}
#mobileFixBtnGroup a:nth-of-type(3) span {
  color: #222222;
}
#mobileFixBtnGroup a:nth-of-type(4) span {
  color: #00c300;
}
#mobileFixBtnGroup a:nth-of-type(5) span {
  color: #1877f2;
}
#mobileFixBtnGroup a img,
#mobileFixBtnGroup a span {
  display: block;
}
#mobileFixBtnGroup a img {
  max-width: 80%;
}
#mobileFixBtnGroup a span {
  font-size: 12px;
}

#mobileMenu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #323231;
  position: fixed;
  top: 0px;
  bottom: 67px;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#mobileMenu a {
  width: 140px;
  padding-left: 2px;
  letter-spacing: 4px;
  margin: 10px auto;
  color: #a38137;
}
#mobileMenu a.shown {
  color: #fef4dc;
}
#mobileMenu .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.new-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #323231;
  position: fixed;
  top: 0px;
  bottom: 67px;
  left: 0;
  right: 0;
  z-index: 999;
}
.new-menu h3 {
  color: #a38137;
}
.new-menu ul,
.new-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.new-menu a {
  margin: 10px 0;
  color: #fef4dc;
  letter-spacing: 4px;
}
.new-menu button {
  color: #a38137;
  background: transparent;
  border: 2px solid #a38137;
  padding: 5px 20px;
  border-radius: 20px;
}

.collapsible-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.5s;
}

.collapsible-menu.shown {
  opacity: 1;
  max-height: 500px;
}

.link-item .arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.link-item-collapsible.shown .arrow {
  transform: rotate(-90deg);
}

.menuBackButton {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#mobileFooter {
  display: none;
  background: #222222;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #mobileFooter {
    display: block;
  }
}
#mobileFooter .mobileFooterTitle {
  color: #eeeeee;
  text-align: center;
}
#mobileFooter .mobileFooterPhoneBtn .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #ffb300;
  color: #222222;
  text-align: center;
}
#mobileFooter .mobileFooterPhoneBtn .btn.expanded {
  border-radius: 20px 20px 20px 20px;
  background-color: #ffb300;
}
#mobileFooter .mobileFooterPhoneBtn .btn.expanded .title {
  color: #222222;
}
#mobileFooter .mobileFooterPhoneBtn .btn.expanded .sub-item {
  color: #222222;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
#mobileFooter .mobileFooterPhoneBtn .btn.expanded .sub-item a {
  text-decoration: none;
  color: #222222;
}
#mobileFooter .footerTime {
  color: #eeeeee;
  text-align: center;
}
#mobileFooter .copyright {
  color: #eeeeee;
  text-align: center;
}
#mobileFooter .copyright a {
  color: #fff;
}
#mobileFooter #mobilePact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#mobileFooter #mobilePact a {
  text-decoration: none;
  color: #ffb300;
}
#mobileFooter #mobilePact a:hover {
  text-decoration: underline;
}
#mobileFooter .slide-fade-enter-active,
#mobileFooter .slide-fade-leave-active {
  transition: all 0.9s ease;
}
#mobileFooter .slide-fade-enter,
#mobileFooter .slide-fade-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}

.accordion-body-left p {
  text-align: left;
}

#lineModal .modal-content {
  background: #222222;
  color: #eeeeee;
}
#lineModal .modal-content .modal-header .btn-close-custom {
  position: absolute;
  right: 5%;
  background: url(../image/cross.png);
  background-repeat: no-repeat;
}
#lineModal .modal-content .modal-header p {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #00c300;
  width: 100%;
  display: block;
  text-align: center;
}
#lineModal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
}
#lineModal .modal-content .modal-body p {
  margin: 20px 0px;
  font-size: 14px;
}
#lineModal .modal-content .modal-body p:nth-child(2) {
  font-size: 20px;
}
#lineModal .modal-content .modal-body .lineModalBtn a {
  background: #00c300;
  color: #eeeeee;
  margin: 0 10px;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 14px;
}
#lineModal .modal-dialog-right {
  margin: auto;
  position: fixed;
  top: 50%;
  right: 5%;
  bottom: 0;
  width: 40%;
  min-height: 100%;
  padding: 1rem;
  --bs-modal-dialog-margin: 1rem;
}

#serviceListAero {
  display: none;
  width: 75%;
  background-image: linear-gradient(45deg, #c3b3d1, #ece3e0);
  border-radius: 30px;
  margin: 50px auto;
  padding: 20px 10px;
  color: #222222;
}
@media (max-width: 768px) {
  #serviceListAero {
    display: block;
  }
}
#serviceListAero h2 {
  font-size: 22px;
  padding: 0 10px;
}
#serviceListAero ul {
  margin: 0;
}
#serviceListAero ul li {
  margin: 5px 0;
}
#serviceListAero ul li a {
  color: #222222;
}/*# sourceMappingURL=main.css.map */