/**************************/
/*global setting*/
/**************************/
@font-face {
  font-family: "MBanquet";
  src: url("../font/MBanquet.ttf") format("truetype");
}
* {
  font-family: "Noto Sans TC";
}

@media (min-width: 900px) {
  .d-pc-none {
    display: none;
  }
}

@media (max-width: 450px) {
  .d-phone-none {
    display: none;
  }
}

.container {
  max-width: 1400px;
}

.container-menber {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .container-menber {
    padding: 0 5px;
  }
}
.container-menber h3 {
  font-size: 40px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 450px) {
  .container-menber h3 {
    font-size: 24px;
  }
}
.container-menber .menber-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 450px) {
  .container-menber .menber-button {
    flex-direction: column;
  }
}
.container-menber .menber-button a {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #555;
  color: #555;
  padding: 5px 60px;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .container-menber .menber-button a {
    margin: 10px 0;
  }
}

.member-list {
  max-width: 1600px;
}
@media (max-width: 1024px) {
  .member-list {
    max-width: 100%;
  }
}

.experience-area {
  position: relative;
  align-items: center;
}
.experience-area .icon {
  position: absolute;
  right: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  fill: #fff;
  opacity: 0.8;
}

/**************************/
/*Header*/
/**************************/
header .navbar {
  background-color: rgba(206, 206, 206, 0.25);
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 0;
}
@media (max-width: 450px) {
  header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .navbar .logo {
  max-width: 190px;
  padding-left: 8px;
  top: -1.5px;
  transition: 0.3s;
}
header .navbar .logo:hover {
  opacity: 0.6;
}
@media (max-width: 450px) {
  header .navbar .logo {
    max-width: 140px;
  }
}
header .navbar #navbarNav {
  max-width: 100%;
}
@media (max-width: 450px) {
  header .navbar #navbarNav {
    background-color: #fff;
  }
}
header .navbar #navbarNav ul {
  position: absolute;
  right: 20px;
}
@media (max-width: 450px) {
  header .navbar #navbarNav ul {
    position: initial;
  }
}
header .navbar #navbarNav ul li {
  margin: 0;
  padding: 0;
}
@media (max-width: 450px) {
  header .navbar #navbarNav ul li {
    border-bottom: 1px dotted rgb(200, 200, 200);
  }
}
header .navbar #navbarNav ul .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #555556;
  line-height: 70px;
  padding: 0 18px;
}
header .navbar #navbarNav ul .nav-link:hover {
  color: #3b6386;
}
header .navbar #navbarNav ul .nav-link.active {
  background-color: #9a9283;
  color: #fff;
}
@media (max-width: 450px) {
  header .navbar #navbarNav ul .nav-link {
    padding: 0 30px;
    font-size: 14px;
  }
}

/**************************/
/*Footer*/
/**************************/
footer .footer-upper {
  background-color: #e2e6e9;
  padding: 60px 0;
}
@media (max-width: 450px) {
  footer .footer-upper {
    padding: 30px 15px;
  }
}
footer .footer-upper .footer-swiper {
  max-width: 100%;
}
footer .footer-upper h3 {
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px solid #555;
  color: #555;
  padding: 20px 0;
}
@media (max-width: 450px) {
  footer .footer-upper h3 {
    text-align: center;
  }
}
footer .footer-upper p {
  padding: 20px 0;
  line-height: 2;
  font-size: 18px;
}
footer .footer-lower {
  background-color: #eff0f2;
  padding: 60px 0;
}
@media (max-width: 450px) {
  footer .footer-lower {
    text-align: center;
    padding: 60px 20px;
  }
}
footer .footer-lower h3 {
  font-size: 40px;
  font-weight: 600;
  color: #555;
  padding: 10px 0;
}
@media (max-width: 450px) {
  footer .footer-lower h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
}
footer .footer-lower h4 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-lower p {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-lower a {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: #666;
  border: 1px solid #666;
  margin-bottom: 20px;
  padding: 5px 10px;
}
footer .footer-lower a i {
  font-size: 20px;
}
footer .footer-lower a.message {
  font-size: 36px;
  padding: 10px 30px;
}
footer .footer-lower a.message i {
  font-size: 36px;
}
footer .copyright {
  background-color: #000;
  text-align: center;
  padding: 10px;
}
@media (max-width: 450px) {
  footer .copyright {
    padding-bottom: 60px;
  }
}
footer .copyright p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 450px) {
  footer .gotoback {
    display: none;
  }
}
footer .gotoback a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px 15px;
  position: fixed;
  bottom: 25px;
  right: 15px;
  transition: 0.3s;
}
footer .gotoback a:hover {
  background-color: rgb(0, 0, 0);
}
footer .phone a {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 30px;
  text-decoration: none;
  animation: bounce;
  animation-duration: 1s;
}
@media (max-width: 450px) {
  footer .phone a {
    right: 10px;
  }
}
footer .phone a:hover span {
  background: rgb(51, 51, 51);
  color: #fff;
}
footer .phone a:hover i {
  background: #bce2e1;
  color: #fff;
}
footer .phone a span {
  background-color: rgb(235, 235, 235);
  color: rgb(120, 120, 120);
  padding: 3px 15px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
footer .phone a i {
  font-size: 20px;
  background-color: #fff;
  color: rgb(115, 225, 141);
  padding: 20px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 11px 0px, rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
  transition: 0.3s;
}
footer .fixbar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgb(242, 239, 233);
  text-align: center;
  padding: 15px 0;
  box-shadow: 0px 0px 10px #999;
}
footer .fixbar a {
  font-size: 20px;
  border: 1px solid #888;
  padding: 0px 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #888;
}
footer .organizers {
  padding: 5px 0;
}
footer .organizers a {
  border: none;
  margin: 0;
  padding: 3px 0;
}
footer .organizers h3, footer .organizers h4, footer .organizers p {
  padding: 3px 0;
}

/**************************/
/*Index Page*/
/**************************/
.index-banner {
  height: 100vh;
  background-image: url(../img/index-banner.jpg);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 450px) {
  .index-banner {
    background-position-x: 20%;
    height: 80vh;
  }
}
.index-banner h1 {
  text-align: center;
  font-weight: 100;
  padding-top: 220px;
  font-size: 66px;
  letter-spacing: 2.4px;
  color: #444;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
@media (max-width: 450px) {
  .index-banner h1 {
    font-size: 26px;
    font-weight: bolder;
    padding-top: 160px;
  }
}
.index-banner .banner-conect {
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 450px) {
  .index-banner .banner-conect {
    padding-top: 50px;
  }
}
.index-banner .banner-conect p {
  font-size: 26px;
  font-weight: bold;
  color: #666;
  letter-spacing: 5.5px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
@media (max-width: 450px) {
  .index-banner .banner-conect p {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.index-banner h4 {
  padding-top: 140px;
  font-size: 16px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 5.5px;
}

.txt {
  background-color: #eff0f2;
  color: #000;
  padding: 15px;
}
.txt h4 {
  padding: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 5.5px;
  font-weight: 600;
}

.about .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 450px) {
  .about .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about .about-img img {
  max-width: 100%;
}
.about .about-img .about-img1 {
  box-shadow: -50px -30px 0px #f3f3f3;
}
.about .about-img .about-img2 {
  box-shadow: 100px 80px 0px #f3f3f3;
}
.about .about-img .about-img3 {
  box-shadow: -100px -50px 0px #f3f3f3;
}
.about .about-img .about-img4 {
  box-shadow: 100px 100px 0px #f3f3f3;
}
@media (max-width: 450px) {
  .about .about-img .about-img1,
  .about .about-img .about-img2,
  .about .about-img .about-img3,
  .about .about-img .about-img4 {
    box-shadow: none;
  }
}
.about .about-content {
  padding: 30px 25px;
}
@media (max-width: 450px) {
  .about .about-content {
    padding: 0 5px;
  }
}
.about .about-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #54595f;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.about .about-content p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #54595f;
}
.about .about-content ul,
.about .about-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about .about-content li {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #54595f;
}
.about .about-content span {
  color: #0030a3;
}

.col-sm-6 {
  max-width: 50%;
}

/**************************/
/*about page*/
/**************************/
.about-banner {
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
  background-image: url(../img/about-banner.jpg);
  background-position: center;
  background-size: cover;
  height: 52vh;
}
@media (max-width: 450px) {
  .about-banner {
    height: 20vh;
  }
}

.about-content h1 {
  border-bottom: 1px dotted #54595f;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 450px) {
  .about-content h1 {
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.about-content p {
  padding-top: 30px;
  line-height: 2;
  font-size: 18px;
  color: #54595f;
}
.about-content .more-button {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.about-content .more-button a {
  color: #555;
  font-size: 32px;
  text-decoration: none;
  border: 1px solid #555;
  padding: 10px 30px;
}

.about-img {
  margin-top: 30px;
  margin-bottom: 60px;
}
.about-img .zoomwall {
  font-size: 0;
  overflow: hidden;
}
.about-img .zoomwall img {
  height: 15vw;
  opacity: 1;
  vertical-align: top;
  transform-origin: 0% 0%;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  margin-bottom: 3px;
}

/**************************/
/*notic page*/
/**************************/
.notice-content .notice-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .notice-content .notice-title h1 {
    font-size: 32px;
    text-align: left;
  }
}
@media (max-width: 450px) {
  .notice-content .col-md-6 {
    padding: 0 30px;
  }
}
.notice-content .col-md-6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notice-content .col-md-6 ul li {
  padding-bottom: 10px;
  font-size: 18px;
}
.notice-content .col-md-12 {
  padding-top: 100px;
  margin-bottom: 50px;
}
.notice-content .col-md-12 h2 {
  background-color: #ececec;
  padding: 5px;
}
@media (max-width: 450px) {
  .notice-content .col-md-12 h2 {
    font-size: 32px;
  }
}
.notice-content .col-md-12 p {
  font-size: 18px;
  padding: 10px 20px;
  line-height: 2;
}

/**************************/
/*exam page*/
/**************************/
.exam-content .exam-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .exam-content .exam-title h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.exam-content .col-md-12 {
  padding-top: 50px;
}
.exam-content .col-md-12 h2,
.exam-content .col-md-12 span,
.exam-content .col-md-12 p,
.exam-content .col-md-12 li {
  color: #54595f;
  font-weight: 600;
  font-size: 18px;
}
.exam-content .col-md-12 ul {
  list-style-type: disc;
}
.exam-content .col-md-12 span {
  display: inline-block;
  padding: 20px 0;
}
.exam-content .col-md-12 p {
  padding: 10px 0px;
  text-indent: 36px;
}

/**************************/
/*service page*/
/**************************/
.service-content .service-title {
  margin: 0 auto;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
.service-content .service-title h1 {
  text-align: center;
  font-size: 40px;
}
.service-content .service-title p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.service-content .col-md-12 .nav-link {
  color: #4a4a4a;
  font-size: 24px;
}
.service-content .col-md-12 .tab-pane {
  padding: 20px;
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.service-content .col-md-12 .tab-content {
  margin-bottom: 100px;
}

.accordion-button:not(.collapsed) {
  color: #54595f;
  background-color: #fff;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

/**************************/
/*union page*/
/**************************/
.union-content .union-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .union-content .union-title h1 {
    font-size: 32px;
  }
}
.union-content .col-md-12 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
}
.union-content .col-md-12 h2 {
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
.union-content .col-md-12 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.union-content .col-md-12 p,
.union-content .col-md-12 li {
  font-size: 18px;
  line-height: 2;
  color: #54595f;
  font-weight: 600;
  margin: 10px 0px;
}

/**************************/
/*norm page*/
/**************************/
.norm-content .norm-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .norm-content .norm-title h1 {
    font-size: 32px;
  }
}
.norm-content .col-md-12 {
  margin: 0 auto;
  margin-bottom: 150px;
}
.norm-content .col-md-12 h2 {
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
.norm-content .col-md-12 p,
.norm-content .col-md-12 li {
  text-indent: 36px;
  font-size: 18px;
  line-height: 2;
  color: #54595f;
  font-weight: 600;
  margin: 10px 0px;
}
.norm-content .col-md-12 span {
  font-size: 18px;
  font-weight: 600;
}

/**************************/
/*Q&A page*/
/**************************/
.qa-content .qa-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .qa-content .qa-title h1 {
    font-size: 32px;
  }
}
.qa-content .col-md-12 {
  margin: 0 auto;
  margin-bottom: 150px;
}
.qa-content .col-md-12 h2 {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  padding: 20px 0;
}
.qa-content .col-md-12 h3 {
  font-size: 18px;
  color: #54595f;
  border: none;
  text-align: left;
}
.qa-content .col-md-12 p,
.qa-content .col-md-12 li {
  font-size: 18px;
  line-height: 2;
  color: #54595f;
  margin: 10px 0px;
}
.qa-content .col-md-12 a {
  text-decoration: none;
  color: #54595f;
  transition: 0.3s;
}
.qa-content .col-md-12 a:hover {
  color: #13aff0;
}

/**************************/
/*aid-plan page*/
/**************************/
.aid-content .aid-title {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .aid-content .aid-title h1 {
    font-size: 32px;
  }
}
.aid-content .col-md-12 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.aid-content .col-md-12 h2 {
  font-weight: 600;
  font-size: 18px;
  color: #203985;
  line-height: 2;
  font-weight: 300;
}
.aid-content .col-md-12 p {
  font-weight: 600;
  padding: 10px 0;
  font-size: 18px;
  color: #54595f;
}

/**************************/
/*menber page*/
/**************************/
.menber-content .menber-title {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 50px;
}
.menber-content .col-md-12 {
  padding-bottom: 100px;
}

/**************************/
/*ruseme page*/
/**************************/
.resume-content h1 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #54595f;
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .resume-content h1 {
    margin-top: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #888;
    font-size: 48px;
    padding: 20px 0px;
    font-weight: 600;
  }
}
.resume-content p {
  font-size: 18px;
}
@media (max-width: 450px) {
  .resume-content p {
    font-size: 24px;
    font-weight: 600;
  }
}

/**************************/
/*timeline page*/
/**************************/
.timeline {
  box-shadow: -3px 3px 10px #555;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #c6c6c6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
@media (max-width: 600px) {
  .timeline::after {
    left: 30px;
  }
}
.timeline .containerTime {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
@media (max-width: 600px) {
  .timeline .containerTime {
    padding-left: 70px;
    padding-right: 25px;
    width: 100%;
  }
}
.timeline .containerTime::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 28px;
  text-align: center;
  content: "\f091";
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: red;
  border: 4px solid white;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 600px) {
  .timeline .containerTime::before {
    left: 20px;
    border: medium solid #c6c6c6;
    border-width: 10px 10px 10px 0;
    border-color: transparent #c6c6c6 transparent transparent;
  }
}
.timeline .left {
  left: 0;
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #c6c6c6;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c6c6c6;
}
@media (max-width: 600px) {
  .timeline .left::after {
    left: 7px;
  }
}
.timeline .right {
  left: 50%;
}
@media (max-width: 600px) {
  .timeline .right {
    left: 0%;
  }
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #c6c6c6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #c6c6c6 transparent transparent;
}
.timeline .right::after {
  left: -25px;
  background-color: blue;
}
@media (max-width: 600px) {
  .timeline .right::after {
    left: 7px;
  }
}
.timeline .content {
  padding: 20px 30px;
  background-color: #c6c6c6;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 10px #555;
}
.timeline .content h2,
.timeline .content p {
  font-size: 36px;
}
@media (max-width: 600px) {
  .timeline .content h2,
  .timeline .content p {
    font-size: 24px;
  }
}

.social .icon {
  margin-bottom: 20px;
}
.social .icon .fa-line,
.social .icon .fa-envelope,
.social .icon .fa-phone-square-alt {
  width: 60px;
  text-align: center;
  padding: 10px;
  font-size: 36px;
  border-radius: 5px;
}
.social .icon .fa-line {
  color: #fff;
  background-color: #23a455;
}
.social .icon .fa-envelope {
  color: #fff;
  background-color: #ea4335;
}
.social .icon .fa-phone-square-alt {
  color: #fff;
  background-color: #eb6d9f;
}
.social .qrcode {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .resume-bg {
    background-image: url(../img/card-bg.jpg);
    background-position: center;
    background-repeat: repeat-y;
  }
}

.m-title {
  padding: 0px 30px;
  padding-top: 50px;
}

.people {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 10px 20px;
  box-shadow: 0px 0px 10px 5px #888;
  border-radius: 20px;
}
.people img {
  width: 40%;
}
.people .name span {
  font-size: 36px;
  font-weight: 800;
}
.people .name h4 {
  font-size: 48px;
  font-weight: 600;
}

.timeline_title {
  padding: 50px 0;
}
.timeline_title h2 {
  font-size: 36px;
}
@media (max-width: 450px) {
  .timeline_title {
    padding: 0px 30px;
  }
  .timeline_title h2 {
    margin-top: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #888;
    font-size: 48px;
    padding: 20px 0px;
    font-weight: 600;
  }
}

.declare-box {
  display: flex;
  flex-direction: row;
  margin: 10px auto 0 auto;
  justify-content: center;
}
.declare-box .declare {
  color: #aaa;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  transition: 0.3s;
}
.declare-box .declare:hover {
  color: #fff;
}

.memberBtn-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 450px) {
  .memberBtn-box {
    flex-direction: column;
  }
}
.memberBtn-box .memberBtn {
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a4a4a;
  background: #fdf6ec;
  border: 2px solid #d6b98c;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  margin: 10px 20px 10px 0;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .memberBtn-box .memberBtn {
    width: 80%;
    margin: 10px auto;
  }
}
.memberBtn-box .memberBtn i {
  font-size: 18px;
  color: #c49b5e;
}
.memberBtn-box .memberBtn:hover {
  background: #fce8c6;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.certificate-Swiper {
  width: 100%;
  height: 100%;
}
.certificate-Swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: all 0.3s;
}
.certificate-Swiper .swiper-slide img {
  width: 100%;
}
.certificate-Swiper .swiper-slide-active {
  transform: scale(1);
}

.lawyer-Swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .lawyer-Swiper {
    height: auto;
  }
}
.lawyer-Swiper .swiper-slide {
  opacity: 0;
  transform: scale(0.95) translateY(30px);
  transition: all 0.8s ease;
  display: flex;
  justify-content: center;
  position: relative;
}
.lawyer-Swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.lawyer-Swiper .lawyer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background: linear-gradient(to right, #f3f3f3, #f9f9f9);
  z-index: 0;
  opacity: 0;
  transform: translateX(-80%);
  transition: all 0.8s ease;
  border-bottom: #9aa7c2 solid 4px;
}
@media (max-width: 768px) {
  .lawyer-Swiper .lawyer-bg {
    width: 100%;
    height: 80%;
  }
}
.lawyer-Swiper .swiper-slide-active .lawyer-bg {
  opacity: 1;
  transform: translateX(0);
}
.lawyer-Swiper .lawyer-slide-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  padding: 20px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .lawyer-Swiper .lawyer-slide-inner {
    flex-direction: column;
    gap: 0px;
  }
}
.lawyer-Swiper .lawyer-photo {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  opacity: 0;
  transform: translateX(200px);
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .lawyer-Swiper .lawyer-photo {
    order: 1;
    flex: none;
  }
}
.lawyer-Swiper .lawyer-photo img {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
}
.lawyer-Swiper .swiper-slide-active .lawyer-photo {
  opacity: 1;
  transform: translateX(0);
}
.lawyer-Swiper .lawyer-text {
  flex: 1;
  padding: 30px;
  padding-top: 60px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
  order: 1;
}
@media (max-width: 768px) {
  .lawyer-Swiper .lawyer-text {
    order: 2;
    text-align: center;
    align-items: center;
    padding: 0px;
    padding-top: 20px;
    flex: none;
  }
}
.lawyer-Swiper .lawyer-text .lawyer-name,
.lawyer-Swiper .lawyer-text .lawyer-edu,
.lawyer-Swiper .lawyer-text .lawyer-desc,
.lawyer-Swiper .lawyer-text .lawyer-expert {
  opacity: 0;
  transform: translateY(20px);
}
.lawyer-Swiper .lawyer-text .lawyer-name {
  font-size: 2rem;
  font-weight: bold;
  color: #112f6e;
  margin-bottom: 0.5rem;
  transition: all 0.6s ease 0.2s;
  letter-spacing: 2px;
}
.lawyer-Swiper .lawyer-text .lawyer-name span {
  font-size: 1.2rem;
  margin-left: 5px;
  color: #666;
}
.lawyer-Swiper .lawyer-text .lawyer-edu {
  font-size: 1.2rem;
  color: #35425e;
  font-weight: bold;
  margin-bottom: 0.5rem;
  transition: all 0.6s ease 0.4s;
}
.lawyer-Swiper .lawyer-text .lawyer-desc {
  font-size: 1rem;
  color: #666;
  line-height: 200%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0.8rem;
  transition: all 0.6s ease 0.6s;
  padding: 15px 0;
  border-top: #ddd solid 1px;
}
.lawyer-Swiper .lawyer-text .lawyer-expert {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0030a3;
  transition: all 0.6s ease 0.8s;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .lawyer-Swiper .lawyer-text .lawyer-expert {
    justify-content: center;
  }
}
.lawyer-Swiper .lawyer-text .lawyer-expert span {
  display: inline-block;
  background-color: #e9e9e9;
  color: #0030a3;
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: bold;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  transform: translateY(10px);
}
.lawyer-Swiper .lawyer-text .lawyer-expert span:nth-child(1) {
  transition-delay: 0.9s;
}
.lawyer-Swiper .lawyer-text .lawyer-expert span:nth-child(2) {
  transition-delay: 1s;
}
.lawyer-Swiper .lawyer-text .lawyer-expert span:nth-child(3) {
  transition-delay: 1.1s;
}
.lawyer-Swiper .lawyer-text .lawyer-expert span:nth-child(4) {
  transition-delay: 1.2s;
}
.lawyer-Swiper .swiper-slide-active .lawyer-expert span {
  opacity: 1;
  transform: translateY(0);
}
.lawyer-Swiper .swiper-slide-active .lawyer-text {
  opacity: 1;
  transform: translateX(0);
}
.lawyer-Swiper .swiper-slide-active .lawyer-name,
.lawyer-Swiper .swiper-slide-active .lawyer-edu,
.lawyer-Swiper .swiper-slide-active .lawyer-desc,
.lawyer-Swiper .swiper-slide-active .lawyer-expert {
  opacity: 1;
  transform: translateY(0);
}

.contact-banner {
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
  background-image: url(../img/contact-banner.jpg);
  background-position: center;
  background-size: cover;
  height: 52vh;
}
@media (max-width: 450px) {
  .contact-banner {
    height: 20vh;
  }
}

.pc-treeMap {
  display: flex;
}
@media (max-width: 768px) {
  .pc-treeMap {
    display: none;
  }
}
.pc-treeMap .tf-nc {
  border-radius: 10px;
}
.pc-treeMap .level-1 {
  border: 2px solid #3d5caf !important;
  padding: 10px 60px !important;
}
.pc-treeMap .level-2 {
  border: 2px solid #cbb023 !important;
  padding: 10px 30px !important;
}
.pc-treeMap .level-2 .personName {
  margin: 10px 0;
}
.pc-treeMap .level-2 .personName span {
  background: #cbb023;
  margin: 0px 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.pc-treeMap .level-3-1 {
  border: 2px solid #7ab9c8 !important;
  padding: 10px 60px !important;
}
.pc-treeMap .level-3-2 {
  border: 2px solid #7ac7a3 !important;
  padding: 10px 60px !important;
}
.pc-treeMap .level-3-3 {
  border: 2px solid #bd7fee !important;
}
.pc-treeMap .level-3-3 .personName {
  margin: 10px 0;
}
.pc-treeMap .level-3-3 .personName span {
  background: #bd7fee;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.pc-treeMap .level-3-4 {
  border: 2px solid #23a9cc !important;
  padding: 10px 30px !important;
}
.pc-treeMap .level-3-4 .personName {
  margin: 10px 0;
}
.pc-treeMap .level-3-4 .personName span {
  background: #23a9cc;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.pc-treeMap .level-4 {
  border: 2px solid #7a9a51 !important;
  padding: 10px 90px !important;
}
.pc-treeMap .jobTitle {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0;
}
.pc-treeMap .three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pc-treeMap .personName {
  text-align: center;
}
.pc-treeMap .personName span {
  padding: 2px;
  font-weight: 300;
  font-size: 26px;
  font-family: "MBanquet";
}

.mobile-treeMap {
  display: none;
}
@media (max-width: 768px) {
  .mobile-treeMap {
    display: flex;
    flex-direction: column;
  }
}
.mobile-treeMap .big-jobBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.mobile-treeMap .jobBox {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
}
.mobile-treeMap .jobTitle {
  font-weight: 600;
  font-size: 16px;
}
.mobile-treeMap .personName span {
  padding: 2px;
  font-weight: 300;
  font-size: 26px;
  font-family: "MBanquet";
}
.mobile-treeMap .mobile-level-1 {
  background-color: #3d5caf;
}
.mobile-treeMap .mobile-level-2 {
  background-color: #cbb023;
}
.mobile-treeMap .mobile-level-2 .personName span {
  border-radius: 10px;
  padding: 2px 5px;
  text-align: center;
  background-color: #fff;
  margin: 0px 5px;
}
.mobile-treeMap .mobile-level-3-1 {
  background-color: #7ab9c8;
}
.mobile-treeMap .mobile-level-3-2 {
  background-color: #7ac7a3;
}
.mobile-treeMap .mobile-level-4 {
  background-color: #bd7fee;
}
.mobile-treeMap .mobile-level-4 .personName {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.mobile-treeMap .mobile-level-4 .personName span {
  border-radius: 10px;
  padding: 2px 5px;
  text-align: center;
  background-color: #fff;
}
.mobile-treeMap .mobile-level-5 {
  background-color: #23a9cc;
}
.mobile-treeMap .mobile-level-5 .personName span {
  border-radius: 10px;
  padding: 2px 5px;
  text-align: center;
  background-color: #fff;
  margin: 0px 5px;
}
.mobile-treeMap .mobile-level-6 {
  background-color: #7a9a51;
}/*# sourceMappingURL=all.css.map */