@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

/* 隱藏 Google reCAPTCHA 徽章 */
.grecaptcha-badge {
  visibility: hidden;
}

/* 完全移除 Google reCAPTCHA 徽章 */
.grecaptcha-badge {
  display: none;
}

.container1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .container1000 {
    width: 90%;
    padding: 30px 0;
  }
}

.container900 {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container900 {
    width: 100%;
  }
}

.redText {
  color: red;
  font-weight: bold;
}

.orangeText {
  color: #ee8f00;
  font-weight: bold;
}

.yellowArea {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #ffe4bc;
  color: #5a0202;
}
.yellowArea span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.pcBanner {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .pcBanner {
    display: none;
  }
}
.pcBanner > img {
  width: 100%;
  display: block;
}
.pcBanner .bannerText {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
}
.pcBanner .bannerText .textContent {
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
.pcBanner .bannerText .textContent span {
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}

.mobileBanner {
  display: none;
}
@media (max-width: 1024px) {
  .mobileBanner {
    display: flex;
  }
}
.mobileBanner .swiper-slide {
  position: relative;
}
.mobileBanner .swiper-slide .bg {
  display: block;
  width: 100%;
}
.mobileBanner .swiper-slide .textImage {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 120px;
}
.mobileBanner .swiper-slide .mainPhone {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  background: rgba(255, 187, 85, 0.8);
  text-align: center;
  padding: 20px 0;
}
.mobileBanner .swiper-slide .mainPhone a {
  color: #fff;
}
.mobileBanner .swiper-slide .mainPhone a span {
  display: block;
}
.mobileBanner .swiper-slide .mainPhone a span:first-child {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 2px;
}
.mobileBanner .swiper-slide .mainPhone a span:last-child {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 2px;
}
.mobileBanner .swiper-slide .textContent {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80%;
  left: 0;
  z-index: 3;
  font-size: 28px;
}
.mobileBanner .swiper-slide .textContent span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.mobileBanner .swiper-slide .textContent span:first-child {
  font-weight: bold;
  letter-spacing: 2px;
}
.mobileBanner .swiper-slide .textContent span:last-child {
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.slogan {
  width: 100%;
  height: 100vh;
  background: url("../img/h1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
}
@media (max-width: 1024px) {
  .slogan {
    height: auto;
    padding: 50px 10px;
  }
}
.slogan .textContent {
  color: #ffbb55;
  text-align: center;
}
.slogan .textContent h1 {
  margin-bottom: 30px;
}
.slogan .textContent h1 span {
  display: block;
  font-size: 64px;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .slogan .textContent h1 span {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.slogan .textContent p {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .slogan .textContent p {
    font-size: 18px;
  }
}

.process {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .process {
    flex-direction: column;
  }
}
.process > h2 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #68786c;
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .process > h2 {
    width: 100%;
    top: 50px;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  }
}
.process > h2 span {
  display: block;
}
.process > h2 span:last-child {
  font-size: 32px;
  letter-spacing: 2px;
  font-family: sans-serif;
}
.process .processBox {
  width: 100%;
  position: relative;
}
.process .processBox img {
  display: block;
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .process .processBox img {
    height: 500px;
  }
}
.process .processBox .number {
  font-family: sans-serif;
  position: absolute;
  left: 8%;
  bottom: 35%;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  font-size: 34px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.process .processBox .processBoxText {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0%;
  transform: translateY(0%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
@media (max-width: 1024px) {
  .process .processBox .processBoxText {
    padding: 20px;
  }
}
.process .processBox .processBoxText h3 {
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.process .processBox .processBoxText p {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.pcVsTable {
  width: 100%;
  padding: 50px 100px;
  background-color: #714400;
}
@media (max-width: 1024px) {
  .pcVsTable {
    display: none;
  }
}
.pcVsTable > h2 {
  font-family: sans-serif;
  font-size: 60px;
  color: #ffbb55;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.pcVsTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-family: "Noto Sans TC", sans-serif;
  color: #3d2a15;
}
.pcVsTable table td {
  text-align: center;
  padding: 20px;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
}
.pcVsTable table tr td:first-child {
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 10%;
  z-index: 2;
}
.pcVsTable table tr td:first-child::after {
  content: "";
  width: 180px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: url("../img/box1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pcVsTable table .noText::after {
  display: none;
}
.pcVsTable table .evenLeft::after {
  content: "";
  width: 220px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: url("../img/box2.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.pcVsTable table tr td:nth-child(2) {
  background-color: #fffaf0;
  width: 35%;
}
.pcVsTable table tr td:nth-child(3) {
  background-color: #fffaf0;
  width: 55%;
}
.pcVsTable table .evenRow td:nth-child(2), .pcVsTable table .evenRow td:nth-child(3) {
  background-color: #fff2dd !important;
}
.pcVsTable table tr:first-child td {
  background-color: #f4b75d;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #3d2a15;
}
.pcVsTable table tr:first-child td:first-child {
  background-color: transparent;
}
.pcVsTable table tr:first-child td:nth-child(2), .pcVsTable table tr:first-child td:nth-child(3) {
  border-radius: 10px 10px 0 0;
}
.pcVsTable table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.pcVsTable table tr:last-child td:nth-child(3) {
  border-bottom-right-radius: 10px;
}

.mobileVsTable {
  background: #6b4614;
  padding: 20px 0px;
  display: none;
}
@media (max-width: 1024px) {
  .mobileVsTable {
    display: block;
  }
}
.mobileVsTable .sectionTitle {
  color: #f3bc66;
  text-align: center;
  margin-bottom: 20px;
}
.mobileVsTable .sectionTitle span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard {
  margin-bottom: 20px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard h3 {
  background: #f5be67;
  color: #6b4614;
  text-align: center;
  font-size: 22px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .topInfo {
  background: #fdf6ea;
  padding: 10px 0;
  margin-bottom: 10px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .topInfo span {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .topInfo span:first-child {
  color: #e19334;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .topInfo span:last-child {
  color: #000;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .bottomInfo {
  background: #fceed6;
  padding: 10px 0;
  margin-bottom: 10px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .bottomInfo span {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .bottomInfo span:first-child {
  color: #e19334;
}
.mobileVsTable .mobileVsTableCards .mobileVsTableCard .bottomInfo span:last-child {
  color: #000;
}

.promise {
  width: 100%;
  height: 100%;
  background: url("../img/h2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .promise {
    height: auto;
  }
}
.promise .upText {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.promise .upText p {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .promise .upText p {
    font-size: 18px;
    padding: 10px;
  }
}
.promise .centerPromiseCards {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards {
    flex-direction: column;
    align-items: center;
  }
}
.promise .centerPromiseCards .PromiseCard {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #c4a780;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0.3px 0.3px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards .PromiseCard {
    margin-bottom: 50px;
  }
}
.promise .centerPromiseCards .PromiseCard:nth-child(1) {
  transform: translateX(10px);
  z-index: 3;
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards .PromiseCard:nth-child(1) {
    transform: translateX(0px);
  }
}
.promise .centerPromiseCards .PromiseCard:nth-child(2) {
  transform: translateX(5px);
  z-index: 2;
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards .PromiseCard:nth-child(2) {
    transform: translateX(0px);
  }
}
.promise .centerPromiseCards .PromiseCard:nth-child(3) {
  transform: translateX(-5px);
  z-index: 1;
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards .PromiseCard:nth-child(3) {
    transform: translateX(0px);
  }
}
.promise .centerPromiseCards .PromiseCard:nth-child(4) {
  transform: translateX(-10px);
  z-index: 0;
}
@media (max-width: 1024px) {
  .promise .centerPromiseCards .PromiseCard:nth-child(4) {
    transform: translateX(0px);
  }
}
.promise .centerPromiseCards .PromiseCard > img {
  position: absolute;
  left: 58%;
  top: -20%;
  transform: translateX(-50%);
}
.promise .centerPromiseCards .PromiseCard h4 {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  position: relative;
}
.promise .centerPromiseCards .PromiseCard h4::after {
  content: "";
  width: 40px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%);
}
.promise .centerPromiseCards .PromiseCard p {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
}
.promise .bottomText {
  color: #fff;
  text-align: center;
}
.promise .bottomText p {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .promise .bottomText p {
    padding: 0 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.promise .linkBtn {
  padding: 50px 0;
}
.promise .linkBtn a {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  background: #ffbb55;
  color: #000;
  padding: 15px 50px;
  border-radius: 25px;
}

.feedback {
  background: #fff4e5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media (max-width: 1024px) {
  .feedback {
    flex-direction: column;
    padding: 50px 20px;
  }
}
.feedback .feedbackCard {
  background: linear-gradient(to bottom, #ffeed5, #fff);
  width: 33%;
  height: 330px;
  border-radius: 20px;
  flex: 1;
  margin: 0 20px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media (max-width: 1024px) {
  .feedback .feedbackCard {
    width: 100%;
    margin: 25px 0;
  }
}
.feedback .feedbackCard .cardInfo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.feedback .feedbackCard .cardInfo .leftImage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.feedback .feedbackCard .cardInfo .rightText {
  padding-left: 20px;
}
.feedback .feedbackCard .cardInfo .rightText p:first-child {
  font-size: 26px;
  font-weight: bold;
}
.feedback .feedbackCard .cardInfo .rightText p:last-child {
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffee00;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.feedback .feedbackCard .cardText h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .feedback .feedbackCard .cardText h4 {
    font-size: 22px;
  }
}
.feedback .feedbackCard .cardText p {
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .feedback .feedbackCard .cardText p {
    font-size: 18px;
  }
}

.innerPageBanner {
  width: 100%;
  position: relative;
}
.innerPageBanner picture img {
  width: 100%;
  display: block;
}
.innerPageBanner h1,
.innerPageBanner h2 {
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 2px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .innerPageBanner h1,
  .innerPageBanner h2 {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
}
.innerPageBanner p {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 2px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .innerPageBanner p {
    display: none;
  }
}
.innerPageBanner p a {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.aboutPageContent {
  background: linear-gradient(to bottom, #fff4e5, #fff);
}
.aboutPageContent h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #2a4b32;
}
.aboutPageContent p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.aboutPageContent .aboutCards {
  padding-top: 20px;
  width: 65%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .aboutPageContent .aboutCards {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.aboutPageContent .aboutCards .aboutCard {
  text-align: center;
  border-radius: 20px;
  padding: 20px 50px;
  background: linear-gradient(135deg, #c2fff9, #dfecf9, #f7dbf9);
}
@media (max-width: 1024px) {
  .aboutPageContent .aboutCards .aboutCard {
    padding: 20px;
  }
}
.aboutPageContent .aboutCards .aboutCard h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.aboutPageContent .aboutCards .aboutCard p {
  font-weight: bold;
}

.feedbackPageContent .feedbackCard {
  background: #ffcb7e;
  width: 100%;
}
.feedbackPageContent .feedbackCard:nth-child(even) {
  background: #ffe4bc;
}
.feedbackPageContent .feedbackCard .cardContent {
  padding: 30px 0;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .feedbackPageContent .feedbackCard .cardContent {
    width: 90%;
  }
}
.feedbackPageContent .feedbackCard .cardContent .cardInfo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.feedbackPageContent .feedbackCard .cardContent .cardInfo .leftImage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.feedbackPageContent .feedbackCard .cardContent .cardInfo .rightText {
  padding-left: 20px;
}
.feedbackPageContent .feedbackCard .cardContent .cardInfo .rightText p:first-child {
  font-size: 26px;
  font-weight: bold;
}
.feedbackPageContent .feedbackCard .cardContent .cardInfo .rightText p:last-child {
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffee00;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.feedbackPageContent .feedbackCard .cardContent .cardText h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.feedbackPageContent .feedbackCard .cardContent .cardText p {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

#loadMoreBtn {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  padding: 20px;
  display: block;
  color: #666;
  background: #fbfbfb;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}

.faqPage {
  background: #f1f1f1;
  padding-bottom: 50px;
}
.faqPage .faqPageContent {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .faqPage .faqPageContent {
    width: 100%;
    padding-top: 30px;
  }
}
.faqPage .faqPageContent .faqSection {
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.faqPage .faqPageContent .faqSection:nth-child(even) .faqToggle {
  background: #001063;
}
.faqPage .faqPageContent .faqSection .faqToggle {
  text-align: left;
  width: 100%;
  color: #fff;
  background: #00188e;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .faqPage .faqPageContent .faqSection .faqToggle {
    border-radius: 10px;
    font-size: 18px;
  }
}
.faqPage .faqPageContent .faqSection .faqToggle span:first-child {
  font-size: 36px;
  padding-right: 10px;
}
.faqPage .faqPageContent .faqSection .answer {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: all 0.3s ease;
  display: flex;
  border-radius: 0 0 10px 10px;
}
.faqPage .faqPageContent .faqSection .answer div:first-child {
  font-size: 36px;
  padding-right: 20px;
  color: #00188e;
  font-family: sans-serif;
  font-weight: bold;
}
.faqPage .faqPageContent .faqSection .answer div:last-child {
  font-size: 20px;
  font-weight: bold;
}
.faqPage .faqPageContent .faqSection .answer div:last-child p {
  margin-bottom: 10px;
}
.faqPage .faqPageContent .faqSection .answer div:last-child li {
  margin-left: 20px;
}
.faqPage .faqPageContent .faqSection .answer.open {
  max-height: 1000px; /* 足夠大就行，可依實際內容調整 */
  padding: 20px;
}
.faqPage #loadMoreBtn {
  width: 50%;
  border-radius: 10px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #adadad, #f1f1f1);
}
@media (max-width: 1024px) {
  .faqPage #loadMoreBtn {
    width: 100%;
  }
}

.pactPage {
  width: 100%;
  padding: 50px;
  background: #eeeeee;
}
@media (max-width: 1024px) {
  .pactPage {
    padding: 50px 0;
  }
}
.pactPage .pactBtnGroup {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #1d4880;
}
@media (max-width: 1024px) {
  .pactPage .pactBtnGroup {
    width: 100%;
  }
}
.pactPage .pactBtnGroup button {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 5px;
  padding: 10px;
  width: 200px;
  border-radius: 10px 10px 0 0;
  border: none;
  color: #1d4880;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pactPage .pactBtnGroup button {
    font-size: 16px;
  }
}
.pactPage .pactBtnGroup button.active {
  color: #fff;
  background: #1d4880;
}
.pactPage .pactPageContent {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .pactPage .pactPageContent {
    width: 90%;
    padding: 20px;
  }
}
.pactPage .pactPageContent h2 {
  color: #1d4880;
  text-align: center;
  margin-bottom: 20px;
}
.pactPage .pactPageContent > div p {
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.processPage {
  background: linear-gradient(to bottom, #fff4e6, #fff);
  padding: 50px 100px;
}
@media (max-width: 1024px) {
  .processPage {
    padding: 30px 0;
  }
}
.processPage h2 {
  text-align: center;
  margin-bottom: 50px;
}
.processPage h2 span {
  display: block;
}
.processPage h2 span:first-child {
  font-size: 36px;
  letter-spacing: 2px;
}
.processPage h2 span:last-child {
  font-family: sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}
.processPage .processBoxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .processPage .processBoxes {
    flex-direction: column;
  }
}
.processPage .processBoxes .processBox {
  width: 25%;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .processPage .processBoxes .processBox {
    width: 100%;
    border-radius: 0px;
  }
}
.processPage .processBoxes .processBox > img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
  .processPage .processBoxes .processBox > img {
    border-radius: 0;
  }
}
.processPage .processBoxes .processBox .number {
  position: absolute;
  top: 230px;
  left: 10px;
  z-index: 3;
  color: #fff;
  font-size: 60px;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 3px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .processPage .processBoxes .processBox .number {
    left: 20px;
  }
}
.processPage .processBoxes .processBox .processBoxText {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.processPage .processBoxes .processBox .processBoxText h3 {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .processPage .processBoxes .processBox .processBoxText h3 {
    text-align: left;
  }
}
.processPage .processBoxes .processBox .processBoxText p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.priceContent .topText {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .topText {
    width: 95%;
  }
}
.priceContent .topText h2 {
  font-size: 32px;
  color: #ee8f00;
  margin-bottom: 20px;
}
.priceContent .topText p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.priceContent .topText p span {
  color: #f00;
}
.priceContent .bottomText {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .bottomText {
    width: 95%;
  }
}
.priceContent .bottomText h2 {
  font-size: 32px;
  color: #781212;
  margin-bottom: 20px;
}
.priceContent .bottomText p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.priceContent .bottomText p span {
  color: #f00;
}
.priceContent .priceCards {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .priceContent .priceCards {
    width: 100%;
  }
}
.priceContent .priceCards .priceCard {
  text-align: center;
  border-radius: 20px 0 20px 0;
  background: radial-gradient(circle, #970f0f, #501313);
  width: 50%;
  padding: 20px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .priceCards .priceCard {
    width: 95%;
  }
}
.priceContent .priceCards .priceCard h3 {
  margin-bottom: 10px;
  font-size: 32px;
}
.priceContent .priceCards .priceCard p {
  font-size: 18px;
}
.priceContent .pcPriceTable {
  margin: 50px 0;
}
.priceContent .pcPriceTable h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #746145;
}
.priceContent .pcPriceTable .pcPriceSection1 {
  text-align: center;
  margin-top: 50px;
}
.priceContent .pcPriceTable .pcPriceSection1 h3 {
  color: #a439b4;
  margin-bottom: 20px;
  font-size: 30px;
}
.priceContent .pcPriceTable .pcPriceSection1 > p {
  width: 60%;
  margin: 0 auto;
  color: #a439b4;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection1 > p {
    width: 90%;
  }
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 {
    display: none;
  }
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 thead td {
  background: #a439b4;
  font-weight: bold;
  padding: 1rem;
  border: 4px solid #fff;
  font-size: 20px;
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 tbody tr:nth-child(even) {
  background: #d47de1;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 tbody tr:nth-child(odd) {
  background: #df9ee9;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 tbody td {
  padding: 1rem;
  border: 4px solid #fff;
}
.priceContent .pcPriceTable .pcPriceSection1 .pcPriceTable1 td {
  word-break: break-word;
}
.priceContent .pcPriceTable .pcPriceSection2 {
  background: #fff5fa;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
.priceContent .pcPriceTable .pcPriceSection2 h3 {
  color: #cc1872;
  margin-bottom: 20px;
  font-size: 30px;
}
.priceContent .pcPriceTable .pcPriceSection2 > p {
  width: 60%;
  margin: 0 auto;
  color: #cc1872;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection2 > p {
    width: 90%;
  }
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 {
    display: none;
  }
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 thead td {
  background: #cc1872;
  font-weight: bold;
  padding: 1rem;
  border: 4px solid #fff;
  font-size: 20px;
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 tbody tr:nth-child(even) {
  background: #e54e9a;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 tbody tr:nth-child(odd) {
  background: #e88ebb;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 tbody td {
  padding: 1rem;
  border: 4px solid #fff;
}
.priceContent .pcPriceTable .pcPriceSection2 .pcPriceTable2 td {
  word-break: break-word;
}
.priceContent .pcPriceTable .pcPriceSection3 {
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
.priceContent .pcPriceTable .pcPriceSection3 h3 {
  color: #57198e;
  margin-bottom: 20px;
  font-size: 30px;
}
.priceContent .pcPriceTable .pcPriceSection3 > p {
  width: 60%;
  margin: 0 auto;
  color: #57198e;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection3 > p {
    width: 90%;
  }
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 {
    display: none;
  }
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 thead td {
  background: #57198e;
  font-weight: bold;
  padding: 1rem;
  border: 4px solid #fff;
  font-size: 20px;
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 tbody tr:nth-child(even) {
  background: #7a35b8;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 tbody tr:nth-child(odd) {
  background: #a975d8;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 tbody td {
  padding: 1rem;
  border: 4px solid #fff;
}
.priceContent .pcPriceTable .pcPriceSection3 .pcPriceTable3 td {
  word-break: break-word;
}
.priceContent .pcPriceTable .pcPriceSection4 {
  background: #f3f8ff;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
.priceContent .pcPriceTable .pcPriceSection4 h3 {
  color: #19448e;
  margin-bottom: 20px;
  font-size: 30px;
}
.priceContent .pcPriceTable .pcPriceSection4 > p {
  width: 60%;
  margin: 0 auto;
  color: #19448e;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection4 > p {
    width: 90%;
  }
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 {
    display: none;
  }
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 thead td {
  background: #19448e;
  font-weight: bold;
  padding: 1rem;
  border: 4px solid #fff;
  font-size: 20px;
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 tbody tr:nth-child(even) {
  background: #3f6bb8;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 tbody tr:nth-child(odd) {
  background: #85a6de;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 tbody td {
  padding: 1rem;
  border: 4px solid #fff;
}
.priceContent .pcPriceTable .pcPriceSection4 .pcPriceTable4 td {
  word-break: break-word;
}
.priceContent .pcPriceTable .pcPriceSection5 {
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
.priceContent .pcPriceTable .pcPriceSection5 h3 {
  color: #0b6b65;
  margin-bottom: 20px;
  font-size: 30px;
}
.priceContent .pcPriceTable .pcPriceSection5 > p {
  width: 60%;
  margin: 0 auto;
  color: #0b6b65;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection5 > p {
    width: 90%;
  }
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 {
  width: 60%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 {
    display: none;
  }
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 thead td {
  background: #0b6b65;
  font-weight: bold;
  padding: 1rem;
  border: 4px solid #fff;
  font-size: 20px;
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 tbody tr:nth-child(even) {
  background: #1d948c;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 tbody tr:nth-child(odd) {
  background: #58c2bb;
  font-size: 20px;
  font-weight: bold;
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 tbody td {
  padding: 1rem;
  border: 4px solid #fff;
}
.priceContent .pcPriceTable .pcPriceSection5 .pcPriceTable5 td {
  word-break: break-word;
}

#accordion1 button {
  background-color: #973fad;
}

#accordion2 button {
  background-color: #bb2f71;
}
#accordion2 .accordionContent table tr:nth-child(1) td {
  background: #d990b7; /* 預估費用 */
}
#accordion2 .accordionContent table tr:nth-child(2) td {
  background: #d45998; /* 預估天數 */
}
#accordion2 .accordionContent table tr:nth-child(3) td {
  background: #d990b7; /* 提供資料 */
}
#accordion2 .accordionContent table td:first-child {
  background-color: #bb2f71 !important;
}

#accordion3 button {
  background-color: #501d89;
}
#accordion3 .accordionContent table tr:nth-child(1) td {
  background: #a177d2; /* 預估費用 */
}
#accordion3 .accordionContent table tr:nth-child(2) td {
  background: #7139b1; /* 預估天數 */
}
#accordion3 .accordionContent table tr:nth-child(3) td {
  background: #a177d2; /* 提供資料 */
}
#accordion3 .accordionContent table td:first-child {
  background-color: #501d89 !important;
}

#accordion4 button {
  background-color: #254389;
}
#accordion4 .accordionContent table tr:nth-child(1) td {
  background: #8da6da; /* 預估費用 */
}
#accordion4 .accordionContent table tr:nth-child(2) td {
  background: #4869b1; /* 預估天數 */
}
#accordion4 .accordionContent table tr:nth-child(3) td {
  background: #8da6da; /* 提供資料 */
}
#accordion4 .accordionContent table td:first-child {
  background-color: #254389 !important;
}

#accordion5 button {
  background-color: #2f6864;
}
#accordion5 .accordionContent table tr:nth-child(1) td {
  background: #74bfb9; /* 預估費用 */
}
#accordion5 .accordionContent table tr:nth-child(2) td {
  background: #47928b; /* 預估天數 */
}
#accordion5 .accordionContent table tr:nth-child(3) td {
  background: #74bfb9; /* 提供資料 */
}
#accordion5 .accordionContent table td:first-child {
  background-color: #2f6864 !important;
}

.mobileAccordionItem {
  border-bottom: 1px solid #ccc;
  display: none;
}
@media (max-width: 1024px) {
  .mobileAccordionItem {
    display: block;
  }
}
.mobileAccordionItem button {
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
}
.mobileAccordionItem button i {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.mobileAccordionItem button.active i {
  transform: translateY(-50%) rotate(-180deg);
}
.mobileAccordionItem .accordionContent {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  background: #fafafa;
  padding: 0 10px;
}
.mobileAccordionItem .accordionContent table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.mobileAccordionItem .accordionContent table tr {
  border: 4px solid #fff;
  border-left: none;
  border-right: none;
}
.mobileAccordionItem .accordionContent table tr:nth-child(1) td {
  background: #d29ee1; /* 預估費用 */
}
.mobileAccordionItem .accordionContent table tr:nth-child(2) td {
  background: #c881db; /* 預估天數 */
}
.mobileAccordionItem .accordionContent table tr:nth-child(3) td {
  background: #d29ee1; /* 提供資料 */
}
.mobileAccordionItem .accordionContent table td {
  border-left: none;
  border-right: none;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.mobileAccordionItem .accordionContent table td:first-child {
  border-right: 4px solid #fff;
  font-weight: bold;
  width: 30%;
  background-color: #963fac !important;
}
.mobileAccordionItem.active .accordionContent {
  max-height: 500px;
  padding: 0px;
}

.articlePage .topArticle {
  padding-top: 100px;
  margin-bottom: 50px;
  background: linear-gradient(to bottom, #fff4e6, #fff);
}
.articlePage .topArticle .container900 {
  width: 90%;
}
.articlePage .topArticle .container900 h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .articlePage .topArticle .container900 h1 {
    font-size: 30px;
  }
}
.articlePage .topArticle .container900 h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .articlePage .topArticle .container900 h2 {
    font-size: 24px;
  }
}
.articlePage .topArticle .container900 p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .articlePage .topArticle .container900 p {
    font-size: 18px;
  }
}
.articlePage .topArticle .container900 h3 {
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ee8f00;
}
.articlePage .topArticle .container900 ul li,
.articlePage .topArticle .container900 ol li {
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}
.articlePage .yellowArea span {
  color: #ff0000;
  font-size: 26px;
  margin-bottom: 10px;
}
.articlePage .yellowArea h4 {
  color: #871910;
  font-size: 26px;
  margin-bottom: 20px;
}
.articlePage .yellowArea p {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.articlePage .yellowArea a {
  display: inline-block;
  padding: 10px 50px;
  background: #ff0000;
  font-size: 24px;
  color: #fff;
  border-radius: 30px;
}
.articlePage .yellowArea a:hover {
  background: #cc0000;
}
.articlePage .articleBox1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.articlePage .articleBox1 h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.articlePage .articleBox1 h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.articlePage .articleBox1 .subText {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.articlePage .articleBox1 h4 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  color: #2a4b32;
}
.articlePage .articleBox1 .arrowIcon {
  text-align: center;
  margin-bottom: 20px;
}
.articlePage .articleBox1 .arrowIcon i {
  font-size: 28px;
  color: #2a4b32;
}
.articlePage .articleBox1 .greenCards {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .articlePage .articleBox1 .greenCards {
    padding: 0;
  }
}
.articlePage .articleBox1 .greenCards .greenCard {
  background: #bfffcf;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px 5px 20px 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .articlePage .articleBox1 .greenCards .greenCard {
    border-radius: 0;
  }
}
.articlePage .articleBox1 .greenCards .greenCard h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.articlePage .articleBox1 .greenCards .greenCard p {
  font-size: 18px;
}
.articlePage .articleBox1 .boxBottomText {
  text-align: center;
  font-size: 20px;
}
.articlePage .articleBox1 .boxBottomText h5 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  color: #2a4b32;
}
.articlePage .articleBox1 .boxBottomText p {
  margin-bottom: 20px;
}
.articlePage .articleBox2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.articlePage .articleBox2 h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.articlePage .articleBox2 h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.articlePage .articleBox2 .subText {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.articlePage .articleBox2 h4 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  color: #ff0000;
}
.articlePage .articleBox2 .arrowIcon {
  text-align: center;
  margin-bottom: 20px;
}
.articlePage .articleBox2 .arrowIcon i {
  font-size: 28px;
  color: #ff0000;
}
.articlePage .articleBox2 .redCards {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .articlePage .articleBox2 .redCards {
    padding: 0;
  }
}
.articlePage .articleBox2 .redCards .redCard {
  color: #fff;
  background: #940000;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px 5px 20px 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .articlePage .articleBox2 .redCards .redCard {
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.articlePage .articleBox2 .redCards .redCard h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.articlePage .articleBox2 .redCards .redCard p {
  font-size: 18px;
}
.articlePage .articleBox2 .boxBottomText {
  text-align: center;
  font-size: 20px;
}
.articlePage .articleBox2 .boxBottomText p {
  margin-bottom: 20px;
}
.articlePage .articleBox3 {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .articlePage .articleBox3 {
    width: 90%;
  }
}
.articlePage .articleBox3 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  color: #940000;
}
.articlePage .articleBox3 h3 {
  font-size: 26px;
  color: #ee8f00;
  margin-bottom: 10px;
  margin-top: 20px;
}
.articlePage .articleBox3 h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.articlePage .articleBox3 p {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.articlePage .articleBox3 h5 {
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 10px;
}
.articlePage .articleBox4 {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .articlePage .articleBox4 {
    width: 90%;
  }
}
.articlePage .articleBox4 h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #2a4b32;
}
.articlePage .articleBox4 h3 {
  color: #ff0000;
  font-size: 28px;
  margin-bottom: 10px;
}
.articlePage .articleBox4 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.articlePage .articleBox4 p span {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #871910;
  font-weight: bold;
}
.articlePage .articleBox4 p a {
  color: #ff0000;
}
.articlePage .articleBox4 {
  padding: 0px;
}
@media (max-width: 1024px) {
  .articlePage .articleBox4 {
    width: 90%;
  }
}
.articlePage .articleBox4 p {
  font-size: 18px;
  margin-bottom: 20px;
}

footer {
  background: #fff4e5;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #714400;
}
@media (max-width: 1024px) {
  footer h2 {
    font-size: 28px;
  }
}
footer .phoneList {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  place-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .phoneList {
    width: 95%;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .phoneList a {
  background: #714400;
  color: #fff4e5;
  padding: 5px 20px;
  font-size: 20px;
  border-radius: 10px;
}
footer .phoneList a:hover {
  background: #3e2500;
}
@media (max-width: 1560px) {
  footer .phoneList a strong {
    display: block;
  }
}
footer .footerText {
  padding-top: 20px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
  color: #898682;
}
@media (max-width: 1024px) {
  footer .footerText {
    width: 90%;
  }
}
footer .footerText a {
  color: #5a0202;
}

.copyright {
  background: #714400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .copyright {
    flex-direction: column;
  }
}
.copyright .leftSide {
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .copyright .leftSide {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.copyright .centerLogo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.copyright .centerLogo img {
  width: 300px;
}
@media (max-width: 1024px) {
  .copyright .centerLogo img {
    width: 250px;
  }
}
.copyright .centerLogo a {
  color: #fff;
}
@media (max-width: 1024px) {
  .copyright .centerLogo {
    position: relative;
    left: 0%;
    transform: translate(0%);
    margin-bottom: 10px;
  }
}
.copyright .rightSide a {
  color: #fff;
}

.footerMail {
  width: 100%;
  background: url("../img/h3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footerMail .sectionTitle {
  text-align: center;
}
.footerMail .sectionTitle h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.footerMail .sectionTitle p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
}

form#form {
  padding-top: 30px;
  font-size: 20px;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  form#form {
    width: 95%;
  }
}
form#form .form1 {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  form#form .form1 {
    flex-direction: column;
  }
}
form#form .form1 .form-name {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  form#form .form1 .form-name {
    margin-right: 0;
  }
}
form#form .form1 .form-name label {
  color: #000;
  margin-right: 10px;
  font-weight: bold;
}
form#form .form1 .form-name label::before {
  content: "*";
  color: #f00;
}
form#form .form1 .form-name input {
  background-color: #fbfbfb;
  border: none;
  border-radius: 5px;
  padding: 4px;
  font-size: 20px;
}
form#form .form1 .form-name input:focus {
  outline: none;
}
@media (max-width: 1024px) {
  form#form .form1 .form-name input {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
form#form .form1 .form-sex label {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}
form#form .form2 {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  form#form .form2 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
form#form .form2 label {
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}
form#form .form2 label::before {
  content: "*";
  color: #f00;
}
form#form .form2 input {
  background-color: #fbfbfb;
  border: none;
  border-radius: 5px;
  padding: 4px;
  font-size: 20px;
}
form#form .form2 input:focus {
  outline: none;
}
@media (max-width: 1024px) {
  form#form .form2 input {
    width: 100%;
    margin-bottom: 30px;
  }
}
form#form .form2 .form-phone {
  margin-right: 25px;
}
@media (max-width: 1024px) {
  form#form .form2 .form-phone {
    margin-right: 0;
  }
}
form#form .form3 {
  margin-bottom: 30px;
}
form#form .form3 label {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}
form#form .form3 label::before {
  content: "*";
  color: #f00;
}
@media (max-width: 1024px) {
  form#form .form3 label {
    display: block;
  }
}
form#form .form3 select {
  width: 33%;
  padding: 5px;
  background-color: #fbfbfb;
  border: none;
  border-radius: 4px;
  font-size: 20px;
}
form#form .form3 select:focus {
  outline: none;
}
@media (max-width: 1024px) {
  form#form .form3 select {
    width: 100%;
  }
}
form#form .form-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
form#form .form-message label {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
form#form .form-message label::before {
  content: "*";
  color: #f00;
}
form#form .form-message textarea {
  font-size: 20px;
  width: 100%;
  height: 150px;
  resize: none;
  background-color: #fbfbfb;
  border: none;
  border-radius: 5px;
  padding: 5px;
}
form#form .form-message textarea:focus {
  outline: none;
}
form#form .form-btn {
  display: flex;
  justify-content: center;
}
form#form .form-btn button {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  background: #714400;
  border-radius: 30px;
  padding: 5px 20px;
  transition: all 0.3s;
  margin: 0 50px;
  border: none;
}
form#form .form-btn button:hover {
  background: #3e2500;
  color: #fff;
}
@media (max-width: 1024px) {
  form#form .form-btn button {
    margin: 0px 20px;
  }
}

.mail-slogan {
  padding: 0 5%;
  margin: 30px 0;
  text-align: center;
  color: #f00;
  font-weight: bold;
}

#top-left-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  #top-left-logo img {
    width: 60%;
  }
}

#top-right-phone {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  font-size: 36px;
  background: rgba(238, 143, 0, 0.5);
  padding: 10px 20px;
  letter-spacing: 2px;
  border-radius: 0 0 0 20px;
}
@media (max-width: 1024px) {
  #top-right-phone {
    display: none;
  }
}

#bottom-left-line {
  display: block;
  width: 50px;
  height: 50px;
  background: #1fd406;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0.3px 0.3px 3px rgba(0, 0, 0, 0.5);
}
#bottom-left-line img {
  width: 100%;
  height: 100%;
}

.pCMenuBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #ffbb55;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .pCMenuBtn {
    display: none;
  }
}
.pCMenuBtn img {
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.pCMenuBtn img:nth-child(1) {
  opacity: 1;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pCMenuBtn img:nth-child(2) {
  opacity: 0;
}
.pCMenuBtn.open img:nth-child(1) {
  opacity: 0;
}
.pCMenuBtn.open img:nth-child(2) {
  opacity: 1;
  width: 35px;
}

#main-menu {
  position: fixed;
  height: 50px;
  bottom: 20px;
  right: 50px;
  z-index: 999;
  background: #ffbb55;
  border-radius: 10px 0 0 10px;
  padding: 10px 20px;
  padding-right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  #main-menu {
    display: none;
  }
}
#main-menu.active {
  visibility: visible;
  opacity: 1;
}
#main-menu .menu-tabs {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#main-menu .menu-tabs li a {
  color: #fff;
  text-decoration: none;
  padding: 4px 16px;
  display: block;
  transition: all 0.3s;
}
#main-menu .menu-tabs li a:hover {
  font-weight: bold;
}

#submenu-container {
  position: fixed;
  bottom: 75px;
  right: 20px;
  background: #ffbb55;
  padding: 30px;
  border-radius: 10px;
  display: none;
  z-index: 999;
}
@media (max-width: 1024px) {
  #submenu-container {
    display: none;
  }
}
#submenu-container.active {
  display: block;
}
#submenu-container .submenu {
  display: flex;
  gap: 40px;
}
#submenu-container .submenu .submenu-group h3 {
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#submenu-container .submenu .submenu-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#submenu-container .submenu .submenu-group ul li {
  margin-bottom: 6px;
}
#submenu-container .submenu .submenu-group ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#submenu-container .submenu .submenu-group ul li a:hover {
  color: #e19334;
}

.mobileMenuBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  z-index: 12;
  border: none;
  outline: none;
  display: none;
}
@media (max-width: 1024px) {
  .mobileMenuBtn {
    display: block;
  }
}
.mobileMenuBtn img {
  width: 50px;
}
.mobileMenuBtn .close-icon {
  width: 50px;
  height: 45px;
  background: #eebd73;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.mobileMainMenuContent {
  width: 50%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  background-color: #d2a35a;
  padding-top: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
}
.mobileMainMenuContent .menuList {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 20px;
}
.mobileMainMenuContent .menuList a {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.mobileMainMenuContent .bottomWebPactLink {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}
.mobileMainMenuContent .bottomWebPactLink a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
}
.mobileMainMenuContent .bottomPhoneLink {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #b78742;
}
.mobileMainMenuContent .bottomPhoneLink span {
  text-align: center;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  font-size: 18px;
}

.mobileSubMenuContent {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  width: 55%;
  height: 100dvh;
  background: #d2a35a;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.mobileSubMenuContent button {
  font-size: 22px;
  background: transparent;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.mobileSubMenuContent .serviceLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
}
.mobileSubMenuContent .serviceLinks a {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 2px;
}
.mobileSubMenuContent .serviceLinks.open {
  max-height: 1000px;
  background: #ab712a;
}

.mobileMainMenuContent,
.mobileSubMenuContent {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobileMainMenuContent.show {
  transform: translateX(0%);
}

.mobileSubMenuContent.show {
  transform: translateX(-90%);
}/*# sourceMappingURL=main.css.map */