.home-secE {
  background: var(--primary);
  padding: 6.25rem 0 9.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE {
    padding: 5rem 0 6rem;
  }
}
.home-secE .upper-sec {
  display: flex;
  flex-wrap: wrap;
  color: var(--white);
}
.home-secE .upper-sec .colA {
  flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .heading {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }
}
.home-secE .upper-sec .colA .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .sub-title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colA .sub-title {
    letter-spacing: 0.1em;
  }
}
.home-secE .upper-sec .colB {
  flex: 1;
  padding-left: 12rem;
}
@media only screen and (max-width: 1007px) {
  .home-secE .upper-sec .colB {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .upper-sec .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colB {
    padding-left: 0;
    text-align: center;
  }
}
.home-secE .upper-sec .colB p {
  margin-bottom: 35px;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB p {
    margin-bottom: 5rem;
  }
}
.home-secE .upper-sec .colB .btn {
  --arrowgap: 3rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB .btn {
    --arrowgap: 1rem;
  }
}
.home-secE .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--white);
  margin-top: 7.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec {
    margin-top: 4rem;
  }
}
.home-secE .bottom-sec .count-wrap {
  flex: 1;
  padding-right: 10rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1007px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap {
    text-align: center;
    padding-right: 0;
  }
}
.home-secE .bottom-sec .count-wrap .count-info {
  flex: 1;
}
.home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
  padding-right: 2rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
    padding-right: 1rem;
  }
}
.home-secE .bottom-sec .count-wrap .count-info h5 {
  font-size: 80px;
  line-height: 1.075;
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1300px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 28px;
  }
}
.home-secE .bottom-sec .count-wrap .count-info p {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 520px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    padding: 0 1rem;
  }
}
.home-secE .bottom-sec .play-btn {
  flex: 0 1 auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .play-btn {
    display: none;
  }
}

#service_sec {
  scroll-margin-top: var(--headerheight);
}

html {
  scroll-behavior: smooth;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

p {
  color: var(--text);
}

h2 {
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 24px;
  }
}

.heading h2 {
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 24px;
  }
}

.bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .bottom-flex {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .bottom-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.bottom-flex .colA {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bottom-flex .colA {
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .bottom-flex .colA {
    flex-direction: column;
    gap: 10px;
  }
}
.bottom-flex .colA p {
  max-width: 60%;
  color: white;
}
@media only screen and (max-width: 540px) {
  .bottom-flex .colA p {
    max-width: 100%;
    text-align: center;
  }
}
.bottom-flex .colA a {
  color: red;
  text-decoration: underline;
}
.bottom-flex .colA figure {
  width: 127px;
  height: 44px;
}
.bottom-flex .colA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-detail-banner.banner {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .service-detail-banner.banner {
    height: 70vh;
  }
}
@media only screen and (max-height: 607px) {
  .service-detail-banner.banner {
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-banner.banner {
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 675px) and (max-height: 666px) {
  .service-detail-banner.banner {
    height: auto !important;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-banner.banner {
    height: 800px;
    display: flex;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.service-detail-banner.banner .flex {
  justify-content: space-between;
}
@media only screen and (max-height: 607px) {
  .service-detail-banner.banner .flex {
    padding: 0 0 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .service-detail-banner.banner .flex {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex {
    padding: 3rem 0 3rem;
  }
}
.service-detail-banner.banner .flex .colA {
  max-width: 46%;
}
@media only screen and (max-width: 1170px) {
  .service-detail-banner.banner .flex .colA {
    max-width: 57%;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colA {
    max-width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex .colA {
    max-width: 430px;
    flex: 0 1 100%;
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.service-detail-banner.banner .flex .colA h1 {
  font-weight: 700;
  font-size: 43px;
  max-width: 548px;
  margin: 0 0 15px 0;
  line-height: 1.15;
}
@media only screen and (max-width: 1024px) {
  .service-detail-banner.banner .flex .colA h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colA h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex .colA h1 {
    margin: 15px 0 15px 0;
    line-height: 1.1;
    font-size: 24px;
  }
}
.service-detail-banner.banner .flex .colA h1 span {
  color: var(--primary);
}
.service-detail-banner.banner .flex .colA p {
  max-width: 485px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex .colA p {
    max-width: 305px;
    margin: 0 auto 30px;
  }
}
.service-detail-banner.banner .flex .colA .btn_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex .colA .btn_wrap {
    justify-content: center;
  }
}
.service-detail-banner.banner .flex .colA .count-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colA .count-wrap {
    display: flex;
    align-items: baseline;
    gap: 30px;
    margin-top: 50px;
  }
}
.service-detail-banner.banner .flex .colA .count-wrap .count-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-detail-banner.banner .flex .colA .count-wrap .count-info .figure {
  width: 35px;
  height: 35px;
  line-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colA .count-wrap .count-info .figure {
    display: none !important;
  }
}
.service-detail-banner.banner .flex .colA .count-wrap .count-info h5 {
  font-weight: 700;
  color: var(--black);
  font-size: 20px;
}
.service-detail-banner.banner .flex .colA .count-wrap .count-info p {
  font-weight: 500;
  color: #4B5563;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colA .count-wrap .count-info p {
    font-size: 12px;
  }
}
.service-detail-banner.banner .flex .colB {
  position: relative;
  --size: 45%;
  max-width: var(--size);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  flex: auto !important;
}
@media only screen and (max-width: 1152px) {
  .service-detail-banner.banner .flex .colB {
    --size: 385px;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-banner.banner .flex .colB {
    --size: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-banner.banner .flex .colB {
    flex: 0 1 45%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner.banner .flex .colB {
    margin-left: auto;
    margin-right: auto;
    flex: 0 1 100%;
    --size: 300px;
  }
}
.service-detail-banner.banner .flex .colB figure {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
.service-detail-banner.banner .flex .colB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-detail-secA {
  padding: 70px 0;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA {
    padding: 40px 0;
  }
}
.service-detail-secA .flex-box {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .flex-box {
    flex-direction: column;
    gap: 50px;
  }
}
.service-detail-secA .flex-box .left {
  flex: 0 1 50%;
}
.service-detail-secA .flex-box .left figure {
  max-width: 393px;
  line-height: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .flex-box .left figure {
    max-width: 200px;
  }
}
.service-detail-secA .flex-box .left figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-detail-secA .flex-box figcaption {
  flex: 0 1 50%;
}
.service-detail-secA .flex-box figcaption p {
  margin-bottom: 20px;
}
.service-detail-secA .flex-box figcaption p:last-child {
  margin-bottom: 0;
}

.service-detail-secB {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB {
    padding: 40px 0;
  }
}
.service-detail-secB .heading {
  text-align: center;
  margin-bottom: 50px;
}
.service-detail-secB .heading h2 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .heading h2 {
    text-align: left;
  }
}
.service-detail-secB .heading p {
  max-width: 710px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .heading p {
    text-align: left;
  }
}
.service-detail-secB .heading p a {
  color: red;
  text-decoration: underline;
}
.service-detail-secB .bottom-btn {
  text-align: center;
  margin-top: 30px;
}
.service-detail-secB .bottom-btn a {
  text-transform: uppercase;
}

.service-detail-secC {
  background: #F5F5F5;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secC {
    padding: 40px 0;
  }
}
.service-detail-secC .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secC .heading {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
.service-detail-secC .heading h2 {
  margin-bottom: 10px;
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper {
  border: 1px solid #CCCCCC;
  max-width: 851px;
  margin: auto;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper {
    padding: 30px 20px;
  }
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper .qoma {
  width: 71px;
  height: 55px;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 30px;
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper .qoma img {
  height: 100%;
  width: 100%;
  -o-object-fit: cove;
     object-fit: cove;
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper p {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper .user-info .user-img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 0;
  overflow: hidden;
}
.service-detail-secC .swiper .swiper-wrapper .swiper-slide .testimonials-wrapper .user-info .user-name {
  font-weight: 600;
  color: var(--black);
  line-height: 1;
}

.service-detail-secD {
  padding: 45px 0;
}
.service-detail-secD .heading h2 {
  margin-bottom: 40px;
}
.service-detail-secD .tab-nav {
  margin: 25px 0 45px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.service-detail-secD .tab-nav::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.service-detail-secD .tab-nav::-webkit-scrollbar-track {
  box-shadow: none;
}
.service-detail-secD .tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secD .tab-nav {
    margin: 25px 0 25px;
  }
}
.service-detail-secD .tab-nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.service-detail-secD .tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.service-detail-secD .tab-nav li {
  cursor: pointer;
  font-weight: 600;
  padding: 0 10px;
  padding-bottom: 12px;
  color: var(--text);
  transition: 0.5s ease;
}
.service-detail-secD .tab-nav li::before {
  top: auto;
  width: 0;
  transition: 0.5s ease;
  height: 2px;
}
.service-detail-secD .tab-nav li:not(:last-child) {
  margin-right: 1rem;
}
.service-detail-secD .tab-nav li.active {
  color: var(--black);
}
.service-detail-secD .tab-nav li.active::before {
  width: 100%;
}
.service-detail-secD .tab-nav-content .tabs {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.5s ease;
}
.service-detail-secD .tab-nav-content .tabs.active {
  transform: translateY(0);
  opacity: 1;
}
.service-detail-secD .tab-nav-content .tabs figure {
  height: 382px;
  line-height: 0;
}
.service-detail-secD .tab-nav-content .tabs figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secD .tab-nav-content .tabs .swiper-nav button {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-detail-secD .tab-nav-content .tabs .swiper {
  max-width: 96%;
}
.service-detail-secE {
  background: #0E0A15;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secE {
    padding: 40px 0;
  }
}
.service-detail-secE .heading {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secE .heading {
    gap: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secE .heading {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-secE .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secE .heading h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.service-detail-secE .heading .colA {
  flex: 0 1 50%;
  max-width: 497px;
}
.service-detail-secE .heading .colA h2 {
  color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secE .heading .colA .swiper-nav {
    display: none;
  }
}
.service-detail-secE .heading .colA .swiper-nav.simple button {
  border: none;
}
.service-detail-secE .heading .colA .swiper-nav.simple button:hover {
  background: none;
}
.service-detail-secE .heading .colA .swiper-nav.simple button svg {
  width: calc(var(--btn) / 2.5);
}
.service-detail-secE .heading .colB {
  flex: 0 1 50%;
}
.service-detail-secE .heading .colB p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.service-detail-secE .heading .colB p:not(:last-child) {
  margin-bottom: 20px;
}
.service-detail-secE .heading .swiper-nav {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-detail-secE .swiper {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.service-detail-secE .swiper .swiper-wrapper .swiper-slide {
  padding: 30px 40px;
}
.service-detail-secE .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 120%;
  width: 1px;
  background: #515151;
}
.service-detail-secE .swiper .swiper-wrapper .swiper-slide span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: white;
  border: 1px solid white;
  margin-bottom: 40px;
}
.service-detail-secE .swiper .swiper-wrapper .swiper-slide h3 {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  max-width: 306px;
  line-height: 1.3;
}
.service-detail-secE .swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 306px;
  line-height: 1.4;
}

.service-detail-secF {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secF {
    padding: 40px 0;
  }
}
.service-detail-secF .heading {
  text-align: center;
}
.service-detail-secF .heading h2 {
  max-width: 651px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secF .heading h2 {
    text-align: left;
  }
}
.service-detail-secF .heading p {
  max-width: 710px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-detail-secF .heading p {
    text-align: left;
  }
}
.service-detail-secF .heading p a {
  color: red;
  text-decoration: underline;
}
.service-detail-secF .bottom-flex {
  background: #F5F5F5;
}
.service-detail-secF .bottom-flex .colA p {
  color: var(--text);
}

.service-detail-secG {
  background: #F5F5F5;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secG {
    padding: 40px 0;
  }
}
.service-detail-secG .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secG .flex-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.service-detail-secG .flex-box .colA {
  flex: 0 1 50%;
}
.service-detail-secG .flex-box .colA h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secG .flex-box .colA h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secG .flex-box .colA h2 {
    text-align: left;
  }
}
.service-detail-secG .flex-box .colA p {
  margin-bottom: 20px;
}
.service-detail-secG .flex-box .colA p a {
  color: red;
}
.service-detail-secG .flex-box .colA ul {
  padding: 20px 40px 1px 40px;
  border-left: 1px solid #ED2224;
}
@media only screen and (max-width: 540px) {
  .service-detail-secG .flex-box .colA ul {
    margin-left: 10px;
    padding: 20px 20px 1px 40px;
  }
}
.service-detail-secG .flex-box .colA ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
.service-detail-secG .flex-box .colA ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 1px solid red;
  left: -53px;
}
.service-detail-secG .flex-box .colB {
  flex: 0 1 50%;
}
.service-detail-secG .flex-box .colB figure {
  border-radius: 10px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
.service-detail-secG .flex-box .colB figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secG .bottom-flex {
  background: var(--white);
}
.service-detail-secG .bottom-flex .colA p {
  color: var(--text);
}

.service-detail-secH {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secH {
    padding: 40px 0;
  }
}
.service-detail-secH .heading {
  text-align: center;
}
.service-detail-secH .heading h2 {
  max-width: 651px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secH .heading h2 {
    text-align: left;
  }
}
.service-detail-secH .heading p {
  max-width: 710px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-detail-secH .heading p {
    text-align: left;
  }
}
.service-detail-secH .bottom-btn {
  text-align: center;
  margin-top: 40px;
}
.service-detail-secH .bottom-btn a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.service-detail-secH .bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #F5F5F5;
  margin-top: 40px;
  padding: 20px 40px;
}
.service-detail-secH .bottom-flex .colA {
  display: flex;
  gap: 50px;
  align-items: center;
}
.service-detail-secH .bottom-flex .colA p {
  max-width: 60%;
  color: var(--text);
}
.service-detail-secH .bottom-flex .colA figure {
  width: 127px;
  height: 44px;
}
.service-detail-secH .bottom-flex .colA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-detail-secI {
  background: #F5F5F5;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secI {
    padding: 40px 0;
  }
}
.service-detail-secI .heading {
  text-align: center;
  margin-bottom: 40px;
}
.service-detail-secI .heading h2 {
  max-width: 593px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secI .heading h2 {
    text-align: left;
  }
}
.service-detail-secI .heading p {
  max-width: 499px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-detail-secI .heading p {
    text-align: left;
  }
}
.service-detail-secI .heading p a {
  color: red;
  text-decoration: underline;
}
.service-detail-secI .benefits-swiper {
  position: relative;
}
.service-detail-secI .benefits-swiper .swiper-nav button {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-detail-secI .swiper {
  max-width: 96%;
}
.service-detail-secI .swiper .swiper-wrapper .swiper-slide {
  height: -webkit-fill-available !important;
}
.service-detail-secI .swiper .swiper-wrapper .swiper-slide .benefits-wrap {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  height: -webkit-fill-available !important;
}
.service-detail-secI .swiper .swiper-wrapper .swiper-slide .benefits-wrap h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.service-detail-secI .swiper .swiper-wrapper .swiper-slide .benefits-wrap p {
  color: #666666;
}
.service-detail-secI .swiper .swiper-wrapper .swiper-slide .benefits-wrap span {
  font-weight: 700;
  color: rgba(237, 34, 36, 0.1019607843);
  display: flex;
  font-size: 64px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.service-detail-secJ {
  background: #0E0A15;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secJ {
    padding: 40px 0;
  }
}
.service-detail-secJ .heading {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secJ .heading {
    gap: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secJ .heading {
    flex-direction: column;
    gap: 0px;
  }
}
.service-detail-secJ .heading .colA {
  flex: 0 1 50%;
  max-width: 497px;
}
.service-detail-secJ .heading .colA h2 {
  color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secJ .heading .colA .swiper-nav {
    display: none;
  }
}
.service-detail-secJ .heading .colA .swiper-nav.simple button {
  border: none;
}
.service-detail-secJ .heading .colA .swiper-nav.simple button:hover {
  background: none;
}
.service-detail-secJ .heading .colA .swiper-nav.simple button svg {
  width: calc(var(--btn) / 2.5);
}
.service-detail-secJ .heading .colB {
  flex: 0 1 50%;
}
.service-detail-secJ .heading .colB p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.service-detail-secJ .heading .colB p:not(:last-child) {
  margin-bottom: 20px;
}
.service-detail-secJ .heading .colB p a {
  color: red;
  text-decoration: underline;
}
.service-detail-secJ .heading .swiper-nav {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-detail-secJ .swiper {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.service-detail-secJ .swiper .swiper-wrapper .swiper-slide {
  padding: 30px 40px;
}
.service-detail-secJ .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 120%;
  width: 1px;
  background: #515151;
}
.service-detail-secJ .swiper .swiper-wrapper .swiper-slide span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.1019607843);
}
.service-detail-secJ .swiper .swiper-wrapper .swiper-slide h3 {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  max-width: 306px;
  line-height: 1.3;
}
.service-detail-secJ .swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 306px;
  line-height: 1.4;
}
.service-detail-secJ .bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding: 20px 40px;
}
.service-detail-secJ .bottom-flex .colA {
  display: flex;
  gap: 50px;
  align-items: center;
}
.service-detail-secJ .bottom-flex .colA p {
  max-width: 60%;
  color: white;
}
.service-detail-secJ .bottom-flex .colA figure {
  width: 127px;
  height: 44px;
}
.service-detail-secJ .bottom-flex .colA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-detail-secK {
  padding: 70px 0 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 1170px) {
  .service-detail-secK {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-secK {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK {
    padding: 40px 0 0;
  }
}
.service-detail-secK .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 100px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .service-detail-secK .main_wrapper {
    --gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-secK .main_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-secK .main_wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK .main_wrapper {
    --gap: 40px;
  }
}
.service-detail-secK .main_wrapper figure {
  flex: 0 1 auto;
  position: sticky;
  top: calc(var(--headerheight) + 50px);
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .service-detail-secK .main_wrapper figure {
    margin: 0 auto;
  }
}
.service-detail-secK .main_wrapper figure .hand_vector_wrapper {
  position: relative;
  width: 351px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .service-detail-secK .main_wrapper figure .hand_vector_wrapper {
    width: 270px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK .main_wrapper figure .hand_vector_wrapper {
    width: 220px;
  }
}
.service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_vector {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_video {
  position: absolute;
  top: 24px;
  right: 65px;
  transform: rotate(-15deg);
  width: 188px;
  height: 390px;
  line-height: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../../images/vector/hand_mask.svg);
          mask-image: url(../../images/vector/hand_mask.svg);
}
@media only screen and (max-width: 991px) {
  .service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_video {
    top: 19px;
    right: 50px;
    width: 144px;
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_video {
    top: 15px;
    right: 41px;
    width: 119px;
    height: 246px;
  }
}
.service-detail-secK .main_wrapper figure .hand_vector_wrapper .hand_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secK .main_wrapper figcaption {
  flex: 1;
  max-width: 50%;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 991px) {
  .service-detail-secK .main_wrapper figcaption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-secK .main_wrapper figcaption {
    margin-left: 25px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK .main_wrapper figcaption {
    margin-left: 15px;
    padding: 15px 0;
  }
}
.service-detail-secK .main_wrapper figcaption h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secK .main_wrapper figcaption h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secK .main_wrapper figcaption h2 {
    text-align: left;
  }
}
.service-detail-secK .main_wrapper figcaption p {
  margin-bottom: 20px;
}
.service-detail-secK .main_wrapper figcaption p a {
  color: red;
}
.service-detail-secK .main_wrapper figcaption ul {
  padding: 20px 40px 1px 40px;
  border-left: 1px solid #ED2224;
}
.service-detail-secK .main_wrapper figcaption ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
.service-detail-secK .main_wrapper figcaption ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid red;
  left: -53px;
}

.service-detail-secL {
  padding: 70px 0;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .service-detail-secL {
    padding: 40px 0;
  }
}
.service-detail-secL .heading {
  text-align: center;
}
.service-detail-secL .heading h2 {
  max-width: 593px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secL .heading h2 {
    text-align: left;
  }
}
.service-detail-secL .heading p {
  max-width: 537px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-detail-secL .heading p {
    text-align: left;
  }
}
.service-detail-secL .grid-box {
  border: 1px solid #CFCFCF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secL .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secL .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-detail-secL .grid-box .col {
  padding: 30px;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  transition: 0.5s ease;
}
.service-detail-secL .grid-box .col:nth-child(3), .service-detail-secL .grid-box .col:nth-child(6) {
  border-right: none;
}
.service-detail-secL .grid-box .col:nth-child(4), .service-detail-secL .grid-box .col:nth-child(5), .service-detail-secL .grid-box .col:nth-child(6) {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .service-detail-secL .grid-box .col:nth-child(4) {
    border-bottom: 1px solid #CFCFCF;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-secL .grid-box .col:nth-child(3) {
    border-right: 1px solid #CFCFCF;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-secL .grid-box .col:nth-child(2), .service-detail-secL .grid-box .col:nth-child(4) {
    border-right: none;
  }
}
.service-detail-secL .grid-box .col:hover {
  background: #F5F5F5;
}
.service-detail-secL .grid-box .col:hover p {
  color: var(--black);
}
.service-detail-secL .grid-box .col:hover span {
  color: #ED2224;
}
.service-detail-secL .grid-box .col p {
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s ease;
  width: 88%;
}
.service-detail-secL .grid-box .col span {
  display: flex;
  margin: 20px 0 0 auto;
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

.service-detail-secM {
  padding: 70px 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .service-detail-secM {
    padding: 40px 0;
  }
}
.service-detail-secM .flex-box {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secM .flex-box {
    flex-direction: column;
    gap: 40px;
  }
}
.service-detail-secM .flex-box .colA {
  flex: 0 1 50%;
}
.service-detail-secM .flex-box .colA h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secM .flex-box .colA h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secM .flex-box .colA h2 {
    text-align: left;
  }
}
.service-detail-secM .flex-box .colA .flex-box1 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.service-detail-secM .flex-box .colA .flex-box1 p {
  font-size: 16px;
  max-width: 304px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .service-detail-secM .flex-box .colA .flex-box1 p {
    flex: 1;
  }
}
.service-detail-secM .flex-box .colA .flex-box1 p span {
  color: var(--black);
  font-weight: 600;
}
.service-detail-secM .flex-box .colA .flex-box1 p a {
  color: var(--text);
}
.service-detail-secM .flex-box .colA .flex-box1 figure {
  width: 35px;
  height: 35px;
  line-height: 0;
}
.service-detail-secM .flex-box .colA .flex-box1 figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-detail-secM .flex-box .colB {
  flex: 0 1 50%;
}
.service-detail-secM .flex-box .colB h2 {
  margin-bottom: 30px;
}
.service-detail-secM .flex-box .colB p {
  margin-bottom: 20px;
}
.service-detail-secM .flex-box .colB p a {
  color: red;
  text-decoration: underline;
}
.service-detail-secM .flex-box .colB ul {
  padding: 20px 40px 1px 40px;
  border-left: 1px solid #ED2224;
}
.service-detail-secM .flex-box .colB ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
.service-detail-secM .flex-box .colB ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 1px solid red;
  left: -53px;
}

@media only screen and (max-width: 540px) {
  .ser-detail-secD {
    padding: 4rem 0 2rem 0;
  }
}
.ser-detail-secD .flex .colA {
  flex: 0 1 35%;
}
@media only screen and (max-width: 768px) {
  .ser-detail-secD .flex .colA {
    display: none;
  }
}
.ser-detail-secD .flex .colA figure {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.ser-detail-secD .flex .colB .faq-content .col .title p {
  color: var(--black);
}

.service-detail-secO {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .service-detail-secO {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO {
    padding: 3.5rem 0;
  }
}
.service-detail-secO .heading {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .service-detail-secO .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .heading {
    margin-bottom: 2.5rem;
  }
}
.service-detail-secO .heading h2 {
  font-size: 32px;
}
.service-detail-secO .heading .slider-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .service-detail-secO .heading .slider-nav {
    display: none;
  }
}
.service-detail-secO .service-slider-wrap {
  margin-left: 20%;
}
@media only screen and (max-width: 1536px) {
  .service-detail-secO .service-slider-wrap {
    margin-left: 12%;
  }
}
@media only screen and (max-width: 1366px) {
  .service-detail-secO .service-slider-wrap {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 1152px) {
  .service-detail-secO .service-slider-wrap {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .service-slider-wrap {
    margin-left: 15px;
  }
}
.service-detail-secO .more-location-sec-wrap .more-location-sec-slider .more-location-col {
  display: block;
  border: 1px solid var(--black);
  border-radius: 5px;
  background: var(--white);
  height: auto !important;
  padding: 25px;
}
.service-detail-secO .more-location-sec-wrap .more-location-sec-slider .more-location-col p {
  line-height: 22px;
  font-weight: 500;
  color: var(--black);
  transition: 0.5s ease;
}
.service-detail-secO .more-location-sec-wrap .more-location-sec-slider .more-location-col:hover {
  background: var(--gray);
}
.service-detail-secO .service-col:is(a):not(.swiper-slide-active):hover .title {
  color: var(--primary);
}
.service-detail-secO .service-col:is(a):hover .arr-btn {
  transform: translate(10px, -10px);
}
.service-detail-secO .service-col {
  border: 1px solid #D2D2D2;
  background: var(--gray);
  padding: 23px 38px;
  border-radius: 15px;
  height: auto;
}
@media only screen and (max-width: 1152px) {
  .service-detail-secO .service-col {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .service-col {
    padding: 25px 18px;
  }
}
.service-detail-secO .service-col.swiper-slide-active {
  background: var(--primary);
}
.service-detail-secO .service-col.swiper-slide-active .ico img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}
.service-detail-secO .service-col.swiper-slide-active .title {
  color: var(--white);
}
.service-detail-secO .service-col.swiper-slide-active .content p {
  color: var(--white);
}
.service-detail-secO .service-col.swiper-slide-active .arr-btn {
  background: var(--whitearrow);
}
.service-detail-secO .service-col .ico {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 1152px) {
  .service-detail-secO .service-col .ico {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .service-col .ico {
    height: 40px;
    width: 40px;
  }
}
.service-detail-secO .service-col .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-detail-secO .service-col .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  color: var(--black);
  margin: 7px 0 15px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1152px) {
  .service-detail-secO .service-col .title {
    padding-right: 4rem;
    font-size: 26px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .service-col .title {
    font-size: 20px;
  }
}
.service-detail-secO .service-col .content p {
  color: var(--text);
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .service-detail-secO .service-col .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.service-detail-secO .service-col .arr-btn {
  margin-top: 2.5rem;
  height: 35px;
  width: 35px;
  --whitearrow: url(../../icon/arrow-top-right-white.svg) no-repeat 0 0;
  --blackarrow: url(../../icon/arrow-top-right-black.svg) no-repeat 0 0;
  background: var(--blackarrow);
  background-size: 100% 100%;
  transition: 0.5s ease;
}

.service-table {
  width: 100%;
  max-width: 786px;
  margin: 40px auto 0;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.service-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.service-table table th {
  background: linear-gradient(to bottom, #e31c24, #a10f13);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 13px 20px;
}
.service-table table th:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.service-table table tbody td {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #555;
  vertical-align: top;
}
.service-table table tbody td:first-child {
  width: 32%;
  font-weight: 500;
  color: #111;
  border-right: 1px solid #e5e5e5;
}
.service-table table tbody td a {
  color: red;
  text-decoration: underline;
}
.service-table table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.service-table table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ececec;
}

@media (max-width: 768px) {
  .service-table {
    overflow-x: auto;
  }
  .service-table table {
    min-width: 480px;
  }
  .service-table thead th,
  .service-table tbody td {
    padding: 16px;
    font-size: 16px;
  }
}
.log-deg-secB {
  padding: 45px 0;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav {
  margin: 25px 0 45px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-track {
  box-shadow: none;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li {
  cursor: pointer;
  font-weight: 600;
  padding: 0 10px;
  padding-bottom: 12px;
  color: var(--text);
  transition: 0.5s ease;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li::before {
  top: auto;
  width: 0;
  transition: 0.5s ease;
  height: 2px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li:not(:last-child) {
  margin-right: 1rem;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li.active {
  color: var(--black);
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li.active::before {
  width: 100%;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 15px;
}
@media only screen and (max-width: 991px) {
  .log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 520px) {
  .log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
    grid-template-columns: 100%;
  }
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap .item {
  display: block;
  line-height: 0;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap .item img {
  width: 100%;
}/*# sourceMappingURL=service-detail.css.map */