.service-col {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .service-col {
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #ebebeb;
  }
}
@media (max-width: 520px) {
  .service-col.swiper-slide-active .card {
    background: var(--primary);
  }
}
@media (max-width: 520px) {
  .service-col.swiper-slide-active .card .btn {
    background: var(--white);
  }
}
.service-col .card {
  padding: 48px 34px 57px;
  display: block;
  height: 100%;
  text-align: center;
  background: var(--white);
  transition: 0.8s ease;
}
@media (max-width: 520px) {
  .service-col .card {
    padding: 30px 25px 43px;
  }
}
.service-col .card:hover {
  background: var(--primary);
}
.service-col .card:hover .ico {
  transform: translateY(70px);
}
@media (max-width: 520px) {
  .service-col .card:hover .ico {
    transform: translateY(0px);
  }
}
.service-col .card:hover h4 {
  transform: translateY(-110px);
}
@media (max-width: 520px) {
  .service-col .card:hover h4 {
    transform: translateY(0px);
  }
}
.service-col .card:hover .btn {
  background: var(--white);
}
.service-col .card .ico {
  margin-bottom: 35px;
  width: 62px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
}
@media (max-width: 520px) {
  .service-col .card .ico {
    width: 50px;
    margin-bottom: 20px;
  }
}
.service-col .card h4 {
  line-height: 1.21;
  color: var(--black);
  margin-bottom: 10px;
  transition: 0.6s ease;
}
@media (max-width: 520px) {
  .service-col .card h4 {
    font-size: 22px;
  }
}
.service-col .card p {
  font-family: "Roobert-Medium";
  color: var(--black);
}
.service-col .card .btn {
  margin-top: 40px;
  transition: 0.8s ease;
  pointer-events: none;
}

.service-slider {
  padding: 10px;
}

.service-dots {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-dots {
    margin-top: 40px;
  }
}
@media (max-width: 675px) {
  .service-dots {
    display: none;
  }
}

.banner-banner {
  background: var(--secondary);
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-banner::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: url(../../images/background/bg1.png);
}
@media (max-width: 1024px) {
  .banner-banner {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-banner {
    height: 470px;
  }
}
@media (max-width: 675px) {
  .banner-banner {
    height: 375px;
  }
}
.banner-banner::before {
  background-repeat: no-repeat;
  background-position: 0 100%;
}
@media (max-width: 675px) {
  .banner-banner::before {
    background-size: 30%;
  }
}
.banner-banner .container {
  position: relative;
  z-index: 1;
}
.banner-banner h1 {
  line-height: 1.2;
  font-family: "Roobert-SemiBold";
  color: var(--white);
}
.banner-banner h1 span {
  font-family: "SegoeScriptBold";
  color: var(--primary);
}
.banner-banner.banner-banner2::after {
  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: url(../../images/background/bg4.png);
}
.banner-banner.banner-banner2::after {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media (max-width: 675px) {
  .banner-banner.banner-banner2::after {
    background-size: 30%;
  }
}
.banner-banner.banner-banner2 .content {
  padding-top: var(--headerheight);
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.banner-banner.banner-banner2 .content p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 18px;
  color: var(--white);
  padding: 1.5rem 0 4rem;
}
@media (max-width: 675px) {
  .banner-banner.banner-banner2 .content p {
    font-size: 16px;
    padding: 1rem 0 2rem;
  }
}
.banner-banner.banner-banner2 .content .btn-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .banner-banner.banner-banner2 .content .btn-wrap {
    gap: 15px;
  }
}
@media (max-width: 520px) {
  .banner-banner.banner-banner2 .content .btn-wrap .btn {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .banner-banner.service-listing-banner {
    display: block;
    position: relative;
    margin-top: var(--headerheight);
  }
}
.banner-banner.service-listing-banner .service-listing-wrapper {
  padding: 0 5rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .banner-banner.service-listing-banner .service-listing-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper {
    padding: 0;
    height: 100%;
  }
}
.banner-banner.service-listing-banner .service-listing-wrapper .flex {
  align-items: center;
  margin-top: var(--headerheight);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex {
    margin-top: 0;
    height: 100%;
  }
}
.banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
  flex: 1;
  padding-right: 4rem;
  padding-top: 4rem;
}
@media (max-width: 1367px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
    flex: 0 1 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    z-index: 3;
    padding: 0 2rem;
  }
}
@media (max-width: 675px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
    padding: 0 1rem;
  }
}
@media (max-width: 520px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA {
    padding: 0 13px;
  }
}
@media (max-width: 1024px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 45px;
  }
}
@media (max-width: 675px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 365px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colA h1 {
    font-size: 26px;
  }
}
.banner-banner.service-listing-banner .service-listing-wrapper .flex .colB {
  flex: 0 1 35%;
  position: relative;
}
.banner-banner.service-listing-banner .service-listing-wrapper .flex .colB::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: url(../../images/background/bg1.png);
}
@media (max-width: 1367px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB {
    flex: 0 1 28%;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.banner-banner.service-listing-banner .service-listing-wrapper .flex .colB::before {
  background-repeat: no-repeat;
  top: -15%;
  left: -22%;
  background-size: 70%;
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB::before {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB .ico-figure {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB .ico-figure svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB .ico-figure video, .banner-banner.service-listing-banner .service-listing-wrapper .flex .colB .ico-figure img {
    position: unset;
    -webkit-clip-path: initial;
            clip-path: initial;
  }
}

.service-listing-secA {
  padding: 75px 0;
}
.service-listing-secA .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .service-listing-secA .grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-listing-secA .grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .service-listing-secA .grid-wrap {
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .banner-banner.service-detail-banner {
    height: 550px;
  }
}
.banner-banner.service-detail-banner .content h1 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .banner-banner.service-detail-banner .content h1 {
    font-size: 34px;
  }
}
@media (max-width: 675px) {
  .banner-banner.service-detail-banner .content .btn-wrap {
    gap: 10px;
  }
}
@media (max-width: 675px) {
  .banner-banner.service-detail-banner .content .btn-wrap .btn {
    padding: 0 25px;
  }
}
.banner-banner.service-detail-banner .content p {
  padding: 0;
  margin-bottom: 1.5rem;
}

.service-detail-secA {
  background: url(../../images/background/bg5.png) no-repeat;
  background-size: auto 70%;
  background-position: 15% 50%;
  display: flex;
  align-items: center;
  height: calc(100vh - var(--headerfixed));
  position: relative;
}
.service-detail-secA::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-secA::after {
  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: url(../../images/background/bg2.png);
}
@media (max-width: 1367px) {
  .service-detail-secA {
    background-size: auto 85%;
  }
}
@media (max-width: 1230px) {
  .service-detail-secA {
    background-size: auto 80%;
  }
}
@media (max-width: 1152px) {
  .service-detail-secA {
    height: auto;
    padding: 5rem 0;
    background-size: auto 65%;
    background-position: 10% 50%;
  }
}
@media (max-width: 991px) {
  .service-detail-secA {
    background-size: auto 270px;
    background-position: 50% 4rem;
    padding: 23rem 0 4rem;
  }
}
.service-detail-secA::before {
  height: 50%;
  aspect-ratio: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .service-detail-secA::before {
    display: none;
  }
}
.service-detail-secA::after {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 20%;
}
@media (max-width: 1367px) {
  .service-detail-secA::after {
    background-size: 15%;
  }
}
@media (max-width: 675px) {
  .service-detail-secA .heading h3 {
    font-size: 24px;
  }
}
.service-detail-secA .content {
  max-width: 582px;
  margin-left: auto;
}
@media (max-width: 1367px) {
  .service-detail-secA .content {
    margin-right: 8rem;
  }
}
@media (max-width: 1300px) {
  .service-detail-secA .content {
    margin-right: 2rem;
  }
}
@media (max-width: 1230px) {
  .service-detail-secA .content {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .service-detail-secA .content {
    max-width: 100%;
  }
}
.service-detail-secA .content p {
  color: var(--text);
  font-family: "Roobert-Medium";
  padding: 1.3rem 0 3rem;
}
.service-detail-secA .content .btn-wrp {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 22px;
}
@media (max-width: 991px) {
  .service-detail-secA .content .btn-wrp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 675px) {
  .service-detail-secA .content .btn-wrp {
    gap: 10px;
  }
}
@media (max-width: 675px) {
  .service-detail-secA .content .btn-wrp .btn {
    padding: 0 25px;
  }
}

.service-detail-secB {
  background: var(--primary);
  padding: 6rem 0;
}
@media (max-width: 1152px) {
  .service-detail-secB {
    padding: 4rem 0;
  }
}
@media (max-width: 675px) {
  .service-detail-secB {
    padding: 50px 0;
  }
}
.service-detail-secB .heading {
  margin-bottom: 55px;
}
@media (max-width: 1152px) {
  .service-detail-secB .heading {
    margin-bottom: 45px;
  }
}
.service-detail-secB .heading h4 {
  font-family: "Roobert-Regular";
  margin-top: 12px;
}
@media (max-width: 675px) {
  .service-detail-secB .heading h4 {
    margin-top: 8px;
    font-size: 18px;
  }
}
.service-detail-secB .process-slider .item {
  background: var(--white);
  border-radius: 15px;
  padding: 28px 25px 50px;
}
.service-detail-secB .process-slider .item .count-no {
  font-size: 64px;
  line-height: 1;
  font-family: "Roobert-Regular";
  text-align: right;
}
.service-detail-secB .process-slider .item .ttl-card {
  font-size: 24px;
  font-family: "Roobert-SemiBold";
  margin: 24px 0 12px;
}
.service-detail-secB .process-slider .item p {
  color: var(--text);
  font-family: "Roobert-Medium";
}
.service-detail-secB .process-dots {
  margin-top: 5rem;
}
@media (max-width: 1152px) {
  .service-detail-secB .process-dots {
    margin-top: 3rem;
  }
}
@media (max-width: 675px) {
  .service-detail-secB .process-dots {
    display: none;
  }
}
.service-detail-secB .process-dots .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  border: none;
  background: var(--white);
}
.service-detail-secB .process-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.service-detail-secC {
  display: flex;
  flex-wrap: wrap;
  background: var(--secondary);
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-detail-secC {
    position: relative;
  }
}
.service-detail-secC .colA, .service-detail-secC .colB {
  flex: 1;
}
@media (max-width: 991px) {
  .service-detail-secC .colA, .service-detail-secC .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.service-detail-secC .colA {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.service-detail-secC .colA::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: rgba(0, 0, 0, 0.4);
}
.service-detail-secC .colA img, .service-detail-secC .colA video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secC .colA > * {
  height: 100%;
}
@media (max-width: 991px) {
  .service-detail-secC .colA > * {
    height: 660px;
  }
}
@media (max-width: 675px) {
  .service-detail-secC .colA > * {
    height: 850px;
  }
}
.service-detail-secC .colB {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .service-detail-secC .colB {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: relative;
    position: absolute;
  }
  .service-detail-secC .colB::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: rgba(0, 0, 0, 0.5);
  }
}
.service-detail-secC .colB .card {
  max-width: 530px;
  color: var(--white);
  padding: 5rem 0;
}
@media (max-width: 1230px) {
  .service-detail-secC .colB .card {
    padding: 0 30px;
  }
}
@media (max-width: 1152px) {
  .service-detail-secC .colB .card {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .service-detail-secC .colB .card {
    max-width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .service-detail-secC .colB .card {
    padding: 0 15px;
  }
}
.service-detail-secC .colB .card .heading h3 {
  margin-bottom: 1rem;
}
.service-detail-secC .colB .card ul {
  margin: 2rem 0;
}
.service-detail-secC .colB .card ul li {
  font-size: 18px;
  line-height: 1.23;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1367px) {
  .service-detail-secC .colB .card ul li {
    font-size: 16px;
  }
}
.service-detail-secC .colB .card ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1367px) {
  .service-detail-secC .colB .card ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.service-detail-secC .colB .card ul li::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 1367px) {
  .service-detail-secC .colB .card ul li::before {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 675px) {
  .service-detail-secC .colB .card .btn {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-detail-secD {
  padding: 5rem 0;
}
@media (max-width: 675px) {
  .service-detail-secD {
    padding: 55px 0;
  }
}
.service-detail-secD .heading {
  margin-bottom: 3rem;
}
@media (max-width: 675px) {
  .service-detail-secD .heading {
    margin-bottom: 28px;
  }
}

.more-sub-service-section {
  margin-top: 5rem;
  padding: 5rem 0;
  background: #f5f5f5;
}
@media (max-width: 675px) {
  .more-sub-service-section {
    padding: 3.5rem 0;
    margin-top: 3.5rem;
  }
}
.more-sub-service-section .heading {
  margin-bottom: 3.5rem;
}
@media (max-width: 675px) {
  .more-sub-service-section .heading {
    margin-bottom: 3rem;
  }
}
.more-sub-service-section .heading h3 {
  line-height: normal;
}
.more-sub-service-section .heading h3 span {
  color: var(--secondary);
}
.more-sub-service-section .more-sub-service-wrap .more-sub-service-dots {
  margin-top: 4rem;
}
@media (max-width: 675px) {
  .more-sub-service-section .more-sub-service-wrap .more-sub-service-dots {
    display: none;
  }
}
.more-sub-service-section .more-sub-service-slider .item {
  display: block;
  border-radius: 10px;
  background: var(--white);
  padding: 30px 20px;
  text-align: center;
}
.more-sub-service-section .more-sub-service-slider .item:is(a):hover h6 {
  color: var(--primary);
}
.more-sub-service-section .more-sub-service-slider .item:is(a):hover p {
  color: var(--black);
}
.more-sub-service-section .more-sub-service-slider .item h6 {
  font-family: "Roobert-SemiBold";
  margin-bottom: 10px;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.more-sub-service-section .more-sub-service-slider .item p {
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.seo-section {
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .seo-section {
    margin-top: 4rem;
  }
}
@media (max-width: 675px) {
  .seo-section {
    margin-top: 3rem;
  }
}

.project-detail-secD {
  padding: 5.3125rem 0;
}
@media (max-width: 1024px) {
  .project-detail-secD {
    padding: 4rem 0;
  }
}
@media (max-width: 675px) {
  .project-detail-secD {
    padding: 2rem 0;
  }
}
.project-detail-secD .heading {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .project-detail-secD .heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .project-detail-secD .heading h3 {
    max-width: 330px;
    margin: 0 auto;
  }
}
.project-detail-secD .faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 0.5s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media (max-width: 1024px) {
  .project-detail-secD .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media (max-width: 675px) {
  .project-detail-secD .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.project-detail-secD .faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
.project-detail-secD .faq-content .col.active {
  border-color: var(--black);
}
.project-detail-secD .faq-content .col.active .title p {
  color: var(--black);
}
.project-detail-secD .faq-content .col.active .title::before {
  background: var(--black);
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.project-detail-secD .faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.project-detail-secD .faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg) no-repeat;
  --black: url(../../icon/arrow-down-black.svg) no-repeat;
  background: var(--gray);
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.project-detail-secD .faq-content .col .title p {
  font-family: "Roobert-SemiBold";
  transition: 0.5s ease;
  padding-right: 40px;
}
@media (max-width: 675px) {
  .project-detail-secD .faq-content .col .title p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .project-detail-secD .faq-content .col .title p {
    font-size: 14px;
  }
}
.project-detail-secD .faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
@media only screen and (max-width: 320px) {
  .project-detail-secD .faq-content .col article .content * {
    font-size: 14px;
  }
}/*# sourceMappingURL=service.css.map */