@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

ol,
ul,
li {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #6db9d0;
  transition: all 0.3s;
}
a:hover {
  color: #fff;
}

p {
  margin: 0;
}

::-moz-selection {
  background: #0abab5;
  color: #fff;
}

::selection {
  background: #0abab5;
  color: #fff;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  height: 0.6rem;
  width: 0.6rem;
  background-color: rgba(109, 185, 208, 0.5);
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #0abab5;
  border-radius: 1rem;
}

.more-btn {
  text-align: center;
  font-size: 2rem;
  color: #0abab5;
  border: 2px solid #0abab5;
  border-radius: 4rem;
  padding: 1rem 5rem;
}
@media (max-width: 1024px) {
  .more-btn {
    padding: 1rem 6rem;
  }
}
@media (max-width: 450px) {
  .more-btn {
    padding: 1rem 3rem;
  }
}
.more-btn:hover {
  border: 2px solid #fff;
  border-radius: 2rem;
}
.more-btn:hover span {
  color: #fff;
}
.more-btn span {
  color: #0abab5;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .more-btn span {
    display: none;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-title p {
  letter-spacing: 0.5rem;
  text-indent: -0.5rem;
  direction: rtl;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 450px) {
  .section-title p {
    font-size: 2rem;
  }
}
.section-title p:nth-child(3) {
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}

.page-banner {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3rem;
}
.page-banner .section-title p {
  letter-spacing: 0.5rem;
  text-indent: -0.5rem;
  direction: rtl;
  color: #0abab5;
}
.page-banner .section-title .text2 {
  font-weight: 400;
}
.page-banner .breadcrumb {
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
}
.page-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 1.8rem;
}

.ratio {
  background: transparent !important;
}

.text-blue {
  color: #0476d0;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.swiper-pagination-fraction {
  font-size: 1.6rem;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(8, 142, 139, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  background: url(../assets/section-background/bg-header1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .index-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#header .index-header .head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header .index-header .head-text h2,
#header .index-header .head-text h5 {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 1rem;
  text-shadow: 0.1rem 0.1rem 0.3rem #666, -0.1rem -0.1rem 0.3rem #666;
}
@media (max-width: 1024px) {
  #header .index-header .head-text h2,
#header .index-header .head-text h5 {
    flex-direction: column;
    letter-spacing: 0.4rem;
  }
}
#header .index-header .head-text h2 span,
#header .index-header .head-text h5 span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  #header .index-header .head-text h2 span,
#header .index-header .head-text h5 span {
    display: none;
  }
}
#header .index-header .head-text h2 {
  font-size: 3rem;
}
@media (max-width: 1600px) {
  #header .index-header .head-text h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1366px) {
  #header .index-header .head-text h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  #header .index-header .head-text h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  #header .index-header .head-text h2 {
    font-size: 2rem;
  }
  #header .index-header .head-text h2 p {
    margin-bottom: 0.5rem;
  }
}
#header .index-header .head-text h5 {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 450px) {
  #header .index-header .head-text h5 p {
    margin-bottom: 0rem;
  }
}
#header .index-header .logo {
  display: flex;
}
@media (max-width: 1024px) {
  #header .index-header .logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#header .index-header .logo .head-logo {
  max-width: 100%;
}
@media (max-width: 1600px) {
  #header .index-header .logo .head-logo {
    max-width: 80%;
  }
}
@media (max-width: 450px) {
  #header .index-header .logo .head-logo:nth-child(1) {
    max-width: 30%;
  }
  #header .index-header .logo .head-logo:nth-child(2) {
    max-width: 80%;
  }
}
#header .index-header .head-slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header .index-header .head-slogan p {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  #header .index-header .head-slogan p {
    font-size: 2.6em;
  }
}
@media (max-width: 1024px) {
  #header .index-header .head-slogan p {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
#header .index-header .section-title {
  text-align: center;
  transform: translateY(-20%);
}
#header .index-header .section-title a {
  color: #fff;
  display: block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}
#header .index-header .section-title a:hover {
  color: #6db9d0;
}
@media (max-width: 450px) {
  #header .index-header .section-title a {
    letter-spacing: 0.7rem;
    font-size: 2.8rem;
  }
}

.top-navbar {
  width: 100%;
  background: rgba(109, 185, 208, 0.8);
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  z-index: 99;
  display: flex;
  padding: 1.5rem 2rem;
}
@media (max-width: 1024px) {
  .top-navbar {
    display: none;
  }
}
.top-navbar .nav-logo {
  width: 50rem;
  display: flex;
  align-items: flex-end;
}
.top-navbar .nav-logo img {
  width: 40%;
}
.top-navbar .nav-logo span {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 1rem;
  letter-spacing: 0.5rem;
}
.top-navbar .nav-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
}
.top-navbar .nav-links .link-item {
  color: #fff;
  margin: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.7rem;
  text-indent: -0.7rem;
  direction: rtl;
  position: relative;
}
.top-navbar .nav-links .link-item:hover {
  color: #ffbb00;
}
.top-navbar .nav-links .link-item:hover::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffbb00;
  position: absolute;
  top: -10px;
  left: 0;
}
.top-navbar .nav-links .link-item span {
  display: block;
  font-size: 1.6rem;
}
.top-navbar .nav-links .link-item span:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
  direction: rtl;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99 !important;
  transform: translateY(0%) !important;
}

#pc-service-menu,
#pc-price-menu {
  display: none;
}

#pc-service-dropdown:hover #pc-service-menu,
#pc-price-dropdown:hover #pc-price-menu {
  min-width: 99.5vw;
  background: #6db9d0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  padding: 0.5rem 0;
}
#pc-service-dropdown:hover #pc-service-menu li,
#pc-price-dropdown:hover #pc-price-menu li {
  text-align: center;
  padding: 1rem;
  margin: 0 1rem;
}
#pc-service-dropdown:hover #pc-service-menu li a,
#pc-price-dropdown:hover #pc-price-menu li a {
  color: #fff;
  font-size: 1.6rem;
  transition: 0.3s;
  position: relative;
}
#pc-service-dropdown:hover #pc-service-menu li a:hover,
#pc-price-dropdown:hover #pc-price-menu li a:hover {
  color: #ffbb00;
  background: transparent;
}
#pc-service-dropdown:hover #pc-service-menu li a:hover::before,
#pc-price-dropdown:hover #pc-price-menu li a:hover::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffbb00;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.side-navbar {
  position: fixed;
  top: 50%;
  right: 2.3%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .side-navbar {
    display: none;
  }
}
.side-navbar ul {
  margin: 0;
}
.side-navbar ul li {
  margin: 0.5rem 0;
}
.side-navbar ul li a {
  text-shadow: 0.1rem 0.1rem 0.3rem #666;
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.highlight {
  color: #0abab5 !important;
}

.mobile-navbar {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-navbar {
    width: 100%;
    height: 18vh;
    overflow: hidden;
    position: absolute;
    top: 118vh;
    left: 0;
    z-index: 99;
    transform: translateY(-100%);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: rgba(10, 186, 181, 0.8);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
    padding: 1rem 1.5rem;
  }
  .mobile-navbar #mlogo-text1 {
    display: flex;
    transform: translateX(0);
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }
  .mobile-navbar #mlogo-text1 #m-logo {
    width: 40%;
  }
  .mobile-navbar #mlogo-text1 span {
    font-size: 1.8rem;
    color: #fff;
    margin-left: 0.5rem;
  }
  .mobile-navbar #mlogo-text2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .mobile-navbar #mlogo-text2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-navbar #mlogo-text2 #m-text {
    width: 60%;
  }
  .mobile-navbar #mlogo-text2 #m-ball {
    width: 25%;
  }
  .mobile-navbar #mlogo-text2 span {
    font-size: 1.8rem;
    color: #fff;
    margin-left: 0.5rem;
  }
  .mobile-navbar #menu-icon {
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-navbar #menu-icon #top,
.mobile-navbar #menu-icon #middle,
.mobile-navbar #menu-icon #bottom {
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all 0.35s ease;
  }
  .mobile-navbar #menu-icon #middle {
    margin: 4px 0;
  }
}
@media (max-width: 450px) {
  .mobile-navbar {
    height: 14vh;
    top: 114vh;
  }
}

.all-menu,
.service-menu,
.price-menu {
  width: 0%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, width 0.3s ease;
}
.all-menu ul,
.service-menu ul,
.price-menu ul {
  height: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.all-menu ul li,
.service-menu ul li,
.price-menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.all-menu ul li a,
.service-menu ul li a,
.price-menu ul li a {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
}
.all-menu ul li a span,
.service-menu ul li a span,
.price-menu ul li a span {
  display: block;
  font-size: 1rem;
}
.all-menu ul .list-title,
.service-menu ul .list-title,
.price-menu ul .list-title {
  color: #fff;
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}
.all-menu ul .list-title span,
.service-menu ul .list-title span,
.price-menu ul .list-title span {
  font-size: 1rem;
}
.all-menu ul .back-btn,
.service-menu ul .back-btn,
.price-menu ul .back-btn {
  position: absolute;
  top: 10px;
  left: 20px;
}
.all-menu ul .out-menu-btn,
.service-menu ul .out-menu-btn,
.price-menu ul .out-menu-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}
.all-menu.active,
.service-menu.active,
.price-menu.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.all-menu.active li,
.service-menu.active li,
.price-menu.active li {
  opacity: 1;
}

.menu-show {
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-hide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.index-about {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  background: url(../assets/section-background/bg-about-section-1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-about {
    height: 100%;
    background-attachment: scroll;
    padding: 7.5rem 5rem;
    padding-top: 15rem;
  }
}
.index-about .about-section-icons {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  gap: 3rem;
}
@media (max-width: 1024px) {
  .index-about .about-section-icons {
    display: none;
  }
}
.index-about .about-section-icons .pc-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-about .about-section-icons .pc-icon-box img {
  max-width: 70%;
}
.index-about .about-section-icons .pc-icon-box span {
  margin-top: 1rem;
  font-size: 3rem;
  color: #fff;
}
.index-about .about-swiper {
  display: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .index-about .about-swiper {
    display: flex;
  }
}
.index-about .about-swiper .swiper-slide .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.index-about .about-swiper .swiper-slide .icon-box img {
  max-width: 50%;
}
.index-about .about-swiper .swiper-slide .icon-box span {
  font-size: 2.6rem;
  color: #fff;
}
.index-about .about-swiper .swiper-pagination {
  bottom: 0;
}
.index-about .about-swiper .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  opacity: 1;
}
.index-about .about-swiper .swiper-pagination-bullet-active {
  background-color: #0abab5;
}
.index-about .about-section-text {
  width: 70%;
}
@media (max-width: 1024px) {
  .index-about .about-section-text {
    width: 100%;
  }
}
.index-about .about-section-text P {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.7rem;
  margin: 1.5rem 0;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
}
@media (max-width: 450px) {
  .index-about .about-section-text P {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
  }
}

.index-service {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .index-service {
    height: 150vh;
  }
}
.index-service .section-title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-service .index-service-swiper {
  width: 100%;
  height: 100%;
}
.index-service .index-service-swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-service .index-service-swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
  transform: translateY(-12rem);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 450px) {
  .index-service .index-service-swiper .swiper-wrapper .swiper-slide h3 {
    text-align: center;
    font-size: 3rem;
    padding: 0 5rem;
  }
}
.index-service .index-service-swiper .swiper-wrapper .swiper-slide p {
  width: 70%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
  transform: translateY(12rem);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .index-service .index-service-swiper .swiper-wrapper .swiper-slide p {
    width: 100%;
    padding: 0rem 5rem;
  }
}
.index-service .index-service-swiper .swiper-wrapper .swiper-slide-active h3 {
  transform: translateY(-5rem);
  opacity: 1;
}
@media (max-width: 1024px) {
  .index-service .index-service-swiper .swiper-wrapper .swiper-slide-active h3 {
    transform: translateY(-2rem);
  }
}
.index-service .index-service-swiper .swiper-wrapper .swiper-slide-active p {
  transform: translateY(0rem);
  opacity: 1;
}
.index-service .index-service-swiper .swiper-pagination {
  display: none;
  bottom: 20%;
}
@media (max-width: 1024px) {
  .index-service .index-service-swiper .swiper-pagination {
    display: initial;
  }
}
.index-service .index-service-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  border-radius: 1rem;
  background: #fff;
  opacity: 1;
}
.index-service .index-service-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0abab5;
}
.index-service .service-swiper-control {
  width: 80%;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .index-service .service-swiper-control {
    display: none;
  }
}
.index-service .service-swiper-control .swiper-wrapper .swiper-slide {
  height: 10rem;
  border-radius: 3rem;
  position: relative;
  cursor: pointer;
}
.index-service .service-swiper-control .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
.index-service .service-swiper-control .swiper-wrapper .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.5rem;
  text-indent: -0.5rem;
  direction: rtl;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 1600px) {
  .index-service .service-swiper-control .swiper-wrapper .swiper-slide span {
    font-size: 2em;
    letter-spacing: 0.3rem;
    text-indent: -0.3rem;
  }
}
.index-service .service-swiper-control .swiper-wrapper .swiper-slide-thumb-active {
  border: 5px solid #0abab5;
}
.index-service .service-swiper-control .swiper-wrapper .swiper-slide-thumb-active span {
  color: #0abab5;
}
.index-service .more-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-service .more-btn {
    top: 85%;
  }
}

.index-process {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .index-process {
    height: 150vh;
  }
}
.index-process .section-title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-process .process-content {
  width: 70%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-process .process-content {
    top: 17%;
  }
}
.index-process .process-content .process-bar,
.index-process .process-content .m-process-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-process .process-content .process-bar .process-box,
.index-process .process-content .m-process-bar .process-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem;
  position: relative;
}
@media (max-width: 1024px) {
  .index-process .process-content .process-bar .process-box,
.index-process .process-content .m-process-bar .process-box {
    display: none;
  }
}
.index-process .process-content .process-bar .process-box img,
.index-process .process-content .m-process-bar .process-box img {
  width: 100%;
}
.index-process .process-content .process-bar .process-box span,
.index-process .process-content .m-process-bar .process-box span {
  margin: 1rem 0;
  font-size: 2rem;
}
.index-process .process-content .process-bar i,
.index-process .process-content .m-process-bar i {
  font-size: 3rem;
  color: #0abab5;
  transform: translateY(-50px);
}
@media (max-width: 1024px) {
  .index-process .process-content .process-bar i,
.index-process .process-content .m-process-bar i {
    display: none;
  }
}
@media (max-width: 1024px) {
  .index-process .process-content .process-bar {
    display: none;
  }
}
.index-process .process-content .m-process-bar {
  display: none;
}
@media (max-width: 1024px) {
  .index-process .process-content .m-process-bar {
    display: flex;
  }
}
.index-process .process-content .bar-circle {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .index-process .process-content .bar-circle {
    width: 100%;
  }
}
.index-process .process-content .bar-circle .progress-bar-container {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 51%;
  left: 1%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .index-process .process-content .bar-circle .progress-bar-container {
    width: 98%;
    top: 52%;
    left: 2%;
  }
}
.index-process .process-content .bar-circle .progress-bar-container .progress-bar-indicator {
  height: 100%;
  border-radius: 25px;
  -webkit-mask: linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0);
}
.index-process .process-content .bar-circle .progress-bar-container .progress-bar-indicator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #ff9797 0%, #ff6f00 20%, #ffbb00 40%, #44ac00 60%, #9ad3ff 80%, #ff0000 100%);
}
.index-process .process-content .bar-circle .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
}
.index-process .process-text {
  width: 70%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.5rem;
}
@media (max-width: 1024px) {
  .index-process .process-text {
    width: 100%;
    padding: 0 3rem;
    top: 55%;
  }
}
@media (max-width: 450px) {
  .index-process .process-text {
    padding: 0 5rem;
    top: 50%;
  }
}
.index-process .more-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1600px) {
  .index-process .more-btn {
    top: 85%;
  }
}

.index-price {
  width: 100%;
  height: 110vh;
  overflow: hidden;
  background: url(../assets/section-background/bg-price.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-price {
    height: 100%;
    background-attachment: scroll;
    padding: 3rem 0;
  }
}
.index-price .price-content {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.index-price .price-content .text-l {
  font-size: 4rem;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}
@media (max-width: 450px) {
  .index-price .price-content .text-l {
    padding: 2rem 5rem;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    text-indent: -0.5rem;
    direction: rtl;
  }
}
.index-price .price-content .text-m {
  font-size: 2.8rem;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}
@media (max-width: 450px) {
  .index-price .price-content .text-m {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.5rem;
    padding: 0rem 5rem;
  }
}
.index-price .price-content .text-s {
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 0.3rem #000, -0.1rem -0.1rem 0.3rem #000;
  letter-spacing: 0.5rem;
  margin: 3rem 0;
}
@media (max-width: 450px) {
  .index-price .price-content .text-s {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.5rem;
    padding: 0rem 5rem;
  }
}

.index-knowledge {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: url(../assets/section-background/bg-knowledge.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .index-knowledge {
    height: 100vh;
    background-attachment: scroll;
    padding: 3rem 0;
  }
}
.index-knowledge .knowledge-content {
  width: 75%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.index-knowledge .knowledge-content .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
.index-knowledge .knowledge-content .box p {
  font-size: 2.6rem;
  letter-spacing: 1rem;
  background-color: rgba(10, 186, 181, 0.3);
  color: #fff;
  border-radius: 1rem;
  margin: 2rem 0;
  padding: 1.5rem 5rem;
  visibility: hidden;
  position: absolute;
}
@media (max-width: 450px) {
  .index-knowledge .knowledge-content .box p {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    padding: 1rem;
  }
}
.index-knowledge .knowledge-content .know-box-1 p::after,
.index-knowledge .knowledge-content .know-box-3 p::after,
.index-knowledge .knowledge-content .know-box-5 p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: rgba(10, 186, 181, 0.3);
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}
.index-knowledge .knowledge-content .know-box-2 p::after,
.index-knowledge .knowledge-content .know-box-4 p::after,
.index-knowledge .knowledge-content .know-box-6 p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: rgba(10, 186, 181, 0.3);
  border-right: 0;
  margin-top: -20px;
  margin-right: -20px;
}

.index-news {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  background: url(../assets/section-background/bg-news.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-news {
    background-attachment: scroll;
  }
}
.index-news .news-swiper {
  width: 95%;
  height: 60%;
}
.index-news .news-swiper .swiper-slide {
  height: 80%;
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.index-news .news-swiper .swiper-slide a {
  width: 100%;
  height: 50%;
}
.index-news .news-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 3rem 0 0;
}
.index-news .news-swiper .swiper-slide h4 {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
}
.index-news .news-swiper .swiper-slide p {
  font-size: 1.6rem;
  padding: 1rem;
}
.index-news .news-swiper .swiper-pagination {
  bottom: 0;
}
.index-news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  border-radius: 1rem;
  background: #fff;
  opacity: 1;
}
.index-news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0abab5;
}

.index-media {
  width: 100%;
  height: 150vh;
  overflow: hidden;
  background: url(../assets/section-background/bg-media.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-media {
    height: 95vh;
    background-attachment: scroll;
  }
}
.index-media .media-swiper {
  width: 90%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .index-media .media-swiper {
    height: 70%;
  }
}
@media (max-width: 1024px) {
  .index-media .media-swiper {
    height: 45%;
  }
}
.index-media .media-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-media .media-swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-media .media-swiper .swiper-slide span {
  font-size: 2rem;
  color: #fff;
}
.index-media .media-swiper .swiper-pagination {
  bottom: 0;
}
.index-media .media-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  border-radius: 1rem;
  background: #fff;
  opacity: 1;
}
.index-media .media-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0abab5;
}

.index-alliance {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../assets/section-background/bg-allianec.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  .index-alliance {
    background-attachment: scroll;
  }
}
.index-alliance .section-title {
  transform: translateY(-20px);
}
.index-alliance .alliance-customer {
  width: 70%;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 3rem;
}
@media (max-width: 1024px) {
  .index-alliance .alliance-customer {
    display: none;
  }
}
.index-alliance .alliance-customer .customer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-alliance .alliance-customer .customer-box img {
  width: 80%;
  border-radius: 3rem;
  box-shadow: 0rem 0.3rem 0.5rem #666;
}
.index-alliance .alliance-customer .customer-box span {
  padding-top: 1rem;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem #666;
}
.index-alliance .alliance-swiper {
  display: none;
}
@media (max-width: 1024px) {
  .index-alliance .alliance-swiper {
    display: initial;
    width: 100%;
    height: 35rem;
  }
  .index-alliance .alliance-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index-alliance .alliance-swiper .swiper-wrapper .swiper-slide .customer-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index-alliance .alliance-swiper .swiper-wrapper .swiper-slide .customer-box span {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 3rem;
  }
  .index-alliance .alliance-swiper .swiper-pagination {
    bottom: 0;
  }
  .index-alliance .alliance-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3rem;
    border-radius: 1rem;
    background: #fff;
    opacity: 1;
  }
  .index-alliance .alliance-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0abab5;
  }
}

.footer {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  background: url(../assets/section-background/stone.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer {
    height: 100%;
  }
}
.footer .section-title {
  padding-top: 3rem;
}
.footer .section-title p {
  color: #6db9d0;
}
.footer .footer-slogan {
  font-size: 2.6rem;
  font-weight: 600;
  color: #0abab5;
  margin: 1.5rem 0;
}
.footer .footer-slogan p {
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
  margin-bottom: 1rem;
}
.footer > p {
  font-size: 2rem;
  font-weight: 600;
  color: #0abab5;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
  margin: 1rem 0;
}
.footer .footer-phone {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer .footer-phone {
    width: 100%;
  }
}
.footer .footer-phone a {
  background-color: #0abab5;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 2rem;
  margin: 1.5rem;
  letter-spacing: 0.3rem;
  text-indent: -0.3rem;
  direction: rtl;
}
.footer .footer-text {
  text-align: center;
  color: #0abab5;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}
@media (max-width: 450px) {
  .footer .footer-text {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.5rem;
    text-indent: -0.5rem;
    direction: rtl;
    padding: 0rem 5rem;
    margin: 1rem 0;
  }
}
.footer .footer-text span {
  color: #033736;
}
.footer .copyright {
  width: 100%;
  border-top: 2px solid #0abab5;
  text-align: center;
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .footer .copyright {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.footer .copyright p {
  font-size: 1.6rem;
  color: #6db9d0;
}
.footer .copyright p img {
  width: 5%;
}
@media (max-width: 450px) {
  .footer .copyright p {
    font-size: 1.2rem;
  }
  .footer .copyright p img {
    width: 20%;
  }
}
.footer .copyright .privacy {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .footer .copyright .privacy {
    width: 100%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .copyright .privacy a {
  font-size: 1.6rem;
  border-left: 2px solid #0abab5;
  padding: 0 1rem;
}
.footer .copyright .privacy a:first-child {
  border-left: none;
}

.fix-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 6;
}
.fix-btn a {
  font-size: 2rem;
  color: #fff;
}

.go-top-bnt {
  top: 86%;
  right: 1%;
}
.go-top-bnt a {
  background-color: #6db9d0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 50%;
}

.go-list-bnt {
  background-color: #0abab5;
  top: 78%;
  right: 1%;
}

.message-bnt {
  background-color: #0abab5;
  top: 70%;
  left: 1%;
}

.tel-bnt {
  background-color: #145da0;
  top: 78%;
  left: 1%;
}

.line-bnt {
  background-color: #06c152;
  top: 86%;
  left: 1%;
}

.page-about-content-1,
.page-about-content-2,
.page-about-content-3,
.page-about-content-4 {
  width: 70%;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .page-about-content-1,
.page-about-content-2,
.page-about-content-3,
.page-about-content-4 {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.page-about-content-1 .section-title p,
.page-about-content-2 .section-title p,
.page-about-content-3 .section-title p,
.page-about-content-4 .section-title p {
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
  direction: rtl;
  color: #0abab5;
}

.page-about-content-1 article {
  padding: 0rem 10rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .page-about-content-1 article {
    padding: 0rem;
    margin-top: 1rem;
  }
}
.page-about-content-1 article h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3rem;
}
.page-about-content-1 article p {
  font-size: 1.6rem;
  margin: 0rem;
  margin-bottom: 2rem;
}

.page-about-content-2 .about-section-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .page-about-content-2 .about-section-icons {
    display: none;
  }
}
.page-about-content-2 .about-section-icons .pc-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-about-content-2 .about-section-icons .pc-icon-box img {
  max-width: 70%;
}
.page-about-content-2 .about-section-icons .pc-icon-box span {
  margin-top: 1rem;
  font-size: 3rem;
  color: #0abab5;
}
.page-about-content-2 .about-swiper {
  display: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-about-content-2 .about-swiper {
    display: flex;
  }
}
.page-about-content-2 .about-swiper .swiper-slide .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.page-about-content-2 .about-swiper .swiper-slide .icon-box img {
  max-width: 50%;
}
.page-about-content-2 .about-swiper .swiper-slide .icon-box span {
  font-size: 2.6rem;
  color: #6db9d0;
}
.page-about-content-2 .about-swiper .swiper-pagination {
  bottom: 0;
}
.page-about-content-2 .about-swiper .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6db9d0;
  opacity: 1;
}
.page-about-content-2 .about-swiper .swiper-pagination-bullet-active {
  background-color: #0abab5;
}
.page-about-content-2 > p {
  margin-top: 3rem;
  padding: 0rem 10rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .page-about-content-2 > p {
    padding: 0;
  }
}

.page-about-content-3 .certification {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 3rem;
  margin-top: 5rem;
}
.page-about-content-3 .certification .certification-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-about-content-3 .certification .certification-box img {
  border: 1px solid #000;
  border-radius: 1.5rem;
  box-shadow: 0.2rem 0.2rem 0.5rem #ccc, -0.2rem -0.2rem 0.5rem #ccc;
  max-width: 100%;
}
.page-about-content-3 .certification .certification-box p {
  font-size: 2rem;
  margin-top: 1rem;
}
.page-about-content-3 .certification .certification-box p span {
  color: red;
}

.page-about-content-4 .mechanism-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.page-about-content-4 .mechanism-img img {
  max-width: 100%;
}

.media-index {
  width: 90%;
  margin: 10rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 3rem;
}
@media (max-width: 1024px) {
  .media-index {
    width: 100%;
    margin: 0rem auto;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 0rem;
  }
}
@media (max-width: 1024px) {
  .media-index .yt-box {
    margin-bottom: 3rem;
  }
}
.media-index .yt-box img {
  min-width: 100%;
  max-width: 100%;
}
.media-index .yt-box h3 {
  font-size: 2rem;
  margin-top: 1rem;
}

.quotation {
  padding: 5rem 0;
}
.quotation h2 {
  color: #000;
  font-size: 3rem;
  text-align: center;
  margin: 5rem 0;
  letter-spacing: 1rem;
  text-indent: -1rem;
  direction: rtl;
}
.quotation p {
  padding: 1rem 0;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .quotation p {
    padding: 1rem 5rem;
  }
}
.quotation .quotation-container {
  width: 90%;
  margin: 0 auto;
}
.quotation table {
  border-spacing: 1rem;
  border-collapse: separate;
}
.quotation table th,
.quotation table td {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 1rem;
  padding: 1.2rem;
  border: none;
  box-shadow: 0rem 0rem 0.3rem 0.3rem #ddd;
}
.quotation table thead {
  background: #6db9d0;
}
.quotation table thead th {
  text-align: center;
  color: #fff;
}
.quotation table thead th:nth-child(1) {
  width: 15%;
}
.quotation table thead th:nth-child(2) {
  width: 10%;
}
.quotation table thead th:nth-child(3) {
  width: 12%;
}
.quotation table thead th:nth-child(4) {
  width: 35%;
}
.quotation table thead th:nth-child(5) {
  width: 28%;
}
.quotation table tbody tr:nth-child(n) {
  background: #eee;
}
.quotation table tbody tr:nth-child(2n) {
  background: #fff;
}
.quotation table tbody td:nth-child(1),
.quotation table tbody td:nth-child(2),
.quotation table tbody td:nth-child(3) {
  text-align: center;
}
@media (max-width: 1280px) {
  .quotation table {
    display: none;
  }
}
.quotation .accordion {
  display: none;
}
@media (max-width: 1280px) {
  .quotation .accordion {
    display: initial;
  }
  .quotation .accordion .accordion-item {
    border: none;
    margin: 1rem 0;
    padding: 0rem 3rem;
  }
  .quotation .accordion .accordion-item .accordion-header {
    font-size: 3rem;
    margin: 0;
    padding: 0rem;
    background: #6db9d0;
    border-radius: 1.5rem;
  }
  .quotation .accordion .accordion-item .accordion-header .accordion-button {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0rem;
    text-indent: 0rem;
    direction: ltr;
    background: transparent;
    margin: 0 auto;
    padding: 1.5rem;
    color: #fff;
    position: relative;
  }
  .quotation .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 10%;
  }
  .quotation .accordion .accordion-item .accordion-body {
    text-align: center;
  }
  .quotation .accordion .accordion-item .accordion-body .list-box {
    text-align: left;
    background: #7ec8e3;
    border-radius: 10px;
    margin: 1rem 0;
    box-shadow: 0rem 0.1rem 0.2rem 0.1rem #ccc;
  }
  .quotation .accordion .accordion-item .accordion-body .list-box h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .quotation .accordion .accordion-item .accordion-body .list-box p {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  .quotation .accordion .accordion-item .accordion-button:not(.collapsed) {
    display: block;
    border-radius: 1.5rem;
    color: #fff;
    background-color: #0abab5;
  }
  .quotation .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .quotation .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
  }
}

.service-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.service-title h2 {
  font-size: 3.6rem;
}

.pc-service-list {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 3rem;
}
@media (max-width: 1024px) {
  .pc-service-list {
    display: none;
  }
}
.pc-service-list .ser-box img {
  max-width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}
.pc-service-list .ser-box h3 {
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 1rem 0;
}
.pc-service-list .ser-box h3 a {
  color: #000;
}
.pc-service-list .ser-box h3 a:hover {
  color: #0abab5;
}
.pc-service-list .ser-box p {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}

.m-service-list {
  display: none;
}
@media (max-width: 1024px) {
  .m-service-list {
    display: flex;
  }
  .m-service-list .swiper {
    width: 100%;
    height: 60vh;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box {
    height: 85%;
    background-color: #6db9d0;
    border-radius: 2rem;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box img {
    max-width: 100%;
    border-radius: 2rem 2rem 0rem 0rem;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box h3 {
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
    text-align: center;
    margin: 1rem 0;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box h3 a {
    color: #000;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box h3 a:hover {
    color: #0abab5;
  }
  .m-service-list .swiper .swiper-wrapper .swiper-slide .ser-box p {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    padding: 0 1.5rem;
  }
}

.page-content {
  width: 60%;
  margin: 5rem auto;
}
@media (max-width: 1024px) {
  .page-content {
    width: 100%;
  }
}
.page-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.page-content .title h1 {
  color: #0abab5;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-content .title h1 {
    font-size: 3rem;
  }
}
.page-content h2,
.page-content h3,
.page-content h4 {
  color: #0abab5;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 1024px) {
  .page-content h2,
.page-content h3,
.page-content h4 {
    padding: 0 2rem;
  }
}
.page-content p,
.page-content li {
  list-style-type: square;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 1024px) {
  .page-content p,
.page-content li {
    padding: 0 2rem;
    list-style-type: none;
  }
}
.page-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 3rem 0;
}
.page-content iframe {
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 3rem 0;
}
@media (max-width: 1024px) {
  .page-content iframe {
    height: 30rem;
  }
}
.page-content a {
  color: #6db9d0;
}
.page-content a:hover {
  color: #ffbb00;
}
.page-content .redtxt {
  color: red;
}
.page-content .btxt {
  font-weight: bold;
  font-size: 1.8rem;
  color: red;
}
.page-content table {
  margin: 0 auto;
}
.page-content table,
.page-content td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.page-content td {
  padding: 10px;
  font-size: 1.6rem;
}
.page-content strong {
  color: red;
}
.page-content .txt1 {
  padding-left: 20px;
}
.page-content .reporter {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  font-size: 1.4rem;
  color: #999;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .page-content .reporter {
    width: 90%;
    margin: 0 auto;
  }
}
.page-content .reporterPic {
  padding: 1rem 0;
  display: flex;
  font-size: 1.4rem;
  color: #111;
}
@media (max-width: 1024px) {
  .page-content .reporterPic {
    width: 90%;
    margin: 0 auto;
  }
}
.page-content .LiStyle {
  margin-left: 50px;
  list-style-type: cjk-ideographic;
}
@media (max-width: 1024px) {
  .page-content .LiStyle {
    list-style-type: none;
  }
}
.page-content .tdstyle {
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
}
.page-content .dc2 {
  width: 100%;
  text-align: center;
}
.page-content .rlb {
  border-left: 2px solid #ccc;
  padding-left: 10px;
}
.page-content .CenterTxt {
  text-align: center;
}
.page-content .dc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content .tdBg {
  background-color: #cdf5e1;
}

.content-swiper {
  height: 40rem;
}
@media (max-width: 1024px) {
  .content-swiper {
    height: 50rem;
  }
}
@media (max-width: 1024px) {
  .content-swiper .swiper-wrapper .swiper-slide .ser-box {
    background-color: #6db9d0;
    border-radius: 2rem;
    height: 45rem;
  }
}
.content-swiper .swiper-wrapper .swiper-slide .ser-box img {
  max-width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}
.content-swiper .swiper-wrapper .swiper-slide .ser-box h3 {
  font-size: 2.2rem;
  margin: 1rem 0;
  padding: 0 1rem;
}
.content-swiper .swiper-wrapper .swiper-slide .ser-box h3 a {
  color: #000;
}
.content-swiper .swiper-wrapper .swiper-slide .ser-box h3 a:hover {
  color: #0abab5;
}
.content-swiper .swiper-wrapper .swiper-slide .ser-box p {
  display: none;
}
@media (max-width: 1024px) {
  .content-swiper .swiper-wrapper .swiper-slide .ser-box p {
    display: initial;
    letter-spacing: 0rem;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
}

.list-menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  .list-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .list-menu-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .list-menu-btn a img {
    width: 50px;
    height: 50px;
    background-color: #666;
    border-radius: 50%;
    padding: 1rem;
  }
  .list-menu-btn a span {
    display: block;
    font-size: 1.6rem;
    color: #666;
    margin-top: 0.5rem;
  }
}

.list-page {
  width: 80%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 2rem;
}
@media (max-width: 1024px) {
  .list-page {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.list-page .page-box {
  border-radius: 2rem;
  box-shadow: 0.1rem 0.1rem 1rem #666;
}
.list-page .page-box img {
  max-width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}
.list-page .page-box h3 {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 1rem 0;
  padding: 0 1rem;
}
.list-page .page-box h3 a {
  color: #000;
}
.list-page .page-box h3 a:hover {
  color: #0abab5;
}
.list-page .page-box p {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  padding: 1rem;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}
.page-nav .pagination .page-item {
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 1.4rem;
}
.page-nav .pagination .page-item .page-link {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.page-nav .pagination .page-item .page-link:hover, .page-nav .pagination .page-item .page-link.activePage {
  background: #666;
  color: #fff;
}
.page-nav .pagination .prev-btn,
.page-nav .pagination .next-btn {
  width: 8rem;
  border-radius: 30px;
}
@media (max-width: 450px) {
  .page-nav .pagination .prev-btn,
.page-nav .pagination .next-btn {
    display: none;
  }
}
.page-nav .pagination .prev-btn .page-link,
.page-nav .pagination .next-btn .page-link {
  border-radius: 30px;
}/*# sourceMappingURL=main.css.map */