/*
* author : minjeong
* purpose : https://feelcard.co.kr/storefarm/new/index index
* date: 2025.09.02
*/
.main {
  width: 100%;
  padding-top: 72px;
}

/* section태그 :: 공통 */
.main section {
  width: 1020px;
  margin: 0 auto;
  padding: 80px 0;
}

/* main-section */
.main .main-section {
  width: 100%;
  padding-bottom: 0;
}

.main .main-section .slide-title {
  font-size: 24px;
  font-family: var(--font-weight-600);
  text-align: center;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.main .main-section .main-slide-wrap {
  width: 100%;
  overflow: hidden;
}

.main .main-section .main-slide-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.main .main-section .main-slide-wrap .main-slide {
  width: 100%;
  margin-bottom: 16px;
}

.main .main-section .main-slide-wrap .main-slide.bottom {
  margin-left: -105px;
}

.main .main-section .main-slide .swiper-wrapper {
  width: 100%;
  display: flex;
  transition-timing-function: linear;
}

.main .main-section .main-slide .slide-box {
  width: 210px !important;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 3px 10px 1px #efefef;
}

.main .main-section .main-slide .slide-box img {
  width: 100%;
}

.main .main-section .desc {
  margin: 40px auto 100px;
  text-align: center;
  margin-bottom: 50px;
}

.main .main-section .desc .tit {
  font-size: 32px;
  font-family: var(--font-weight-600);
  line-height: 132%;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.main .main-section .desc .txt {
  font-size: 17px;
  font-family: var(--font-weight-500);
  color: #1a1a1a;
}

.main .main-section .btn-wrap {
  width: 230px;
  margin: 62px auto 0;
}

.main .main-section .btn-wrap .btn {
  width: 100%;
  height: 52px;
  border-radius: 30px;
  border: 1px solid var(--primary-500);
  color: var(--primary-500);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.main .main-section .btn-wrap .btn-bg {
  background-color: var(--primary-500);
  color: #fff;
}

.h2-sub-title {
  font-size: 27px !important;
  font-family: var(--font-weight-100) !important;
  color: #3a3a3a;
}

/* section 별 title :: 공통 */
.main .section-title .sub-title {
  font-family: var(--font-weight-500);
  font-size: 20px;
}

.main .section-title .sub-text {
  font-size: 17px;
  color: #949BA0;
}

.main .section-title h2 {
  font-size: 27px;
  font-family: var(--font-weight-100);
  line-height: 42px;
  margin-top: 8px;
  color: #404040;
}

.main .section-title h2 .emp {
  font-family: var(--font-weight-600);
  color: var(--primary-900);
  font-size: 32px;
  color: #ffb999;
  margin-right: 5px;
}

.main .section-title h2 .emp font {
  font-family: var(--font-weight-600);
  font-size: 32px;
  color: #ffb999;
  width: 100px;
  text-align: center;
  display: inline-block;
}

/* info-section */
/* info-section */
.main .info-section .section-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

/* 왼쪽 영역 안에 들어갈 제휴사 블록 */
.main .info-section .section-title .partner-area {
  margin-top: 24px;
}

.main .info-section .section-title .partner-area .partner-title {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 10px;
}

.main .info-section .section-title .partner-area .partner-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.main .info-section .section-title .partner-area .partner-logos img {
  height: 26px;
  opacity: 0.85;
  transition: opacity .2s ease;
}

.main .info-section .section-title .partner-area .partner-logos img:hover {
  opacity: 1;
}

/* 오른쪽 박스 영역 */
.main .info-section .box-wrap {
  width: 360px;
  max-width: 100%;
}

/* 공통 박스 스타일 */
.main .info-section .box-wrap .box {
  width: 100%;
  padding: 22px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: transform .15s ease, box-shadow .15s ease;
}

.main .info-section .box-wrap .box:last-child {
  margin-bottom: 0;
}

/* 호버 시 살짝 띄우기 */
.main .info-section .box-wrap .box:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* 배경 컬러 */
.main .info-section .box-wrap .box.bg-primary {
  background-color: #ffb999;
}

.main .info-section .box-wrap .box.bg-secondary {
  background-color: #23D154;
}

.main .info-section .box-wrap .box.bg-dark {
  background-color: var(--gray-900);
}

/* 안쪽 텍스트 공통 */
.main .info-section .box-wrap .box>div {
  color: #fff;
}

/* 타이틀 / 숫자 분리 */
.main .info-section .box-wrap .box .box-title {
  font-size: 14px;
  opacity: 0.9;
}

.main .info-section .box-wrap .box .box-title .emp {
  color: var(--primary-500);
}

/* 숫자(카운팅되는 부분) 강조 */
.main .info-section .box-wrap .box .box-text {
  font-family: var(--font-weight-600);
  font-size: 22px;
}

/* count-up 클래스로 들어오는 숫자용 (애니용 클래스) */
.main .info-section .box-wrap .box .box-text.count-up {
  letter-spacing: 0.02em;
}

/* 네이버 아이콘 영역 */
.main .info-section .box-wrap .box .box-image {
  width: 58px;
  margin-top: 12px;
}

.main .info-section .box-wrap .box .box-image img {
  width: 100%;
}

/* bigger 박스(스토어팜 평점) 튜닝 */
.main .info-section .box-wrap .box.bigger {
  align-items: flex-start;
  padding: 24px 24px 18px;
}

.main .info-section .box-wrap .box.bigger .box-title {
  width: 100%;
  margin-bottom: 6px;
}

.main .info-section .box-wrap .box.bigger .box-text {
  padding-bottom: 4px;
}

.main .info-section .box-wrap .box.bigger .box-text i {
  color: #FFCD01;
  margin-right: 5px;
}

/* 반응형 (필요하면) */
@media screen and (max-width: 960px) {
  .main .info-section .section-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .main .info-section .box-wrap {
    width: 100%;
    max-width: 420px;
  }
}

/* review-section */
.main .review-section {}

.main .review-section .btn-review {
  margin-top: 16px;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-family: var(--font-weight-600);
  color: #404040;
}

.main .review-section .btn-review i {
  font-size: 17px;
}

.main .review-section .review-slide {
  width: 100%;
  height: 388px;
  overflow: hidden;
  margin-top: 64px;
}

.main .review-section .review-slide .swiper-wrapper {
  width: 100%;
  display: flex;
}

.main .review-section .review-slide .swiper-slide {
  width: 206px !important;
}

.main .review-section .review-slide .slide-box {
  width: 206px;
  height: 300px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 3px 10px 1px #efefef;
}

.main .review-section .review-slide .slide-box .slide-box-img {
  width: 100%;
  height: 185px;
  background-image: url('/storefame/img/bg_feelframe.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main .review-section .review-slide .slide-box .slide-box-desc {
  padding: 12px;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #EBECED;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .img i{
  font-size: 20px;
  color: #949BA0;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .txt {
  font-size: 10px;
  font-family: var(--font-weight-30);
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .txt .id {
  margin-bottom: 2px;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .txt .date {
  color: #949BA0;
}

.main .review-section .review-slide .slide-box .slide-box-desc .info .star i {
  font-size: 15px;
  color: #FFCD01;
}

.main .review-section .review-slide .slide-box .slide-box-desc .review {
  font-size: 12px;
  font-family: var(--font-weight-30);
  line-height: 16px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* review-slide box active */
.main .review-section .review-slide .swiper-slide-next {
  width: 270px !important;
}

.main .review-section .review-slide .swiper-slide-next .slide-box {
  width: 270px;
  height: 380px;
  border-radius: 16px;
  box-shadow: 1px 4px 10px 4px #efefef;
  margin-top: 0;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-img {
  height: 228px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc {
  padding: 16px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info {
  margin-bottom: 12px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .left {
  gap: 10px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .txt {
  font-size: 12px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .img i {
  font-size: 28px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .star i {
  font-size: 16px;
}

.main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .review {
  font-size: 14px;
  font-family: var(--font-weight-500);
  line-height: 18px;
  -webkit-line-clamp: 4;
}

/* category tap button :: 공통 */
.main .category {
  margin-top: 40px;
  margin-bottom: 64px;
}

.main .category .list {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main .category .list::-webkit-scrollbar {
  display: none;
}

.main .category .list .list-item {
  font-size: 14px;
  line-height: 132%;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  color: var(--gray-900);
  font-family: var(--font-weight-500);
  cursor: pointer;
  flex-shrink: 0;
}

.main .category .list .list-item.active {
  background-color: var(--gray-900);
  color: #fff;
}

/* offer-section */
.main .offer-section .card-list-wrap {
  max-height: 456px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: none;
}

.main .offer-section .card-list-wrap::-webkit-scrollbar {
  display: none;
}

.main .offer-section .card-list-wrap.active {
  display: block;
}

.main .offer-section .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.main .offer-section .card-list .card {
  width: calc((100% - 22px) /2);
  padding: 40px;
  border-radius: 16px;
  background-color: #F7F6F5;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.main .offer-section .card-list .card .card-icon {
  width: 32px;
  height: 32px;
}

.main .offer-section .card-list .card .card-icon img {
  width: 100%;
}

.main .offer-section .card-list .card .card-icon svg {
  fill: var(--primary-500);
}

.main .offer-section .card-list .card .card-icon svg path {
  fill: var(--primary-200);
}

.main .offer-section .card-list .card .card-icon svg.stroke-primary path {
  stroke: var(--primary-200);
}

.main .offer-section .card-list .card .card-desc .title {
  font-family: var(--font-weight-500);
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .offer-section .card-list .card .card-desc .title .badge {
  display: flex;
  align-items: center;
  gap: 2px;
}
.main .offer-section .card-list .card .card-desc .title .badge .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  padding-left: 1px;
  padding-bottom: 1px;
  font-size: 9px;
  color: #fff;
  background-color: var(--primary-400);
  margin-right: 2px;
}
.main .offer-section .card-list .card .card-desc .title .badge .badge-text {
  display: inline-block;
  font-size: 12px;
  color: var(--primary-400);
  position: relative;
}
.main .offer-section .card-list .card .card-desc .title .badge .badge-text::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--primary-400);
  position: absolute;
  top: -7px;
  right: 50%;
  transform: translateX(50%);
}

@keyframes badge-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.main .offer-section .card-list .card .card-desc .title .badge span {
  animation: badge-animation 1.2s ease-in-out infinite;
}
.main .offer-section .card-list .card .card-desc .title .badge span:nth-child(2) {
  animation-delay: 0.2s;
}
.main .offer-section .card-list .card .card-desc .title .badge span:nth-child(3) {
  animation-delay: 0.4s;
}
.main .offer-section .card-list .card .card-desc .title .badge span:nth-child(4) {
  animation-delay: 0.6s;
}
.main .offer-section .card-list .card .card-desc .title .badge span:nth-child(5) {
  animation-delay: 0.8s;
}


.main .offer-section .card-list .card .card-desc .text {
  font-size: 14px;
  color: #444;
  line-height: 25px;
}

/* service-section */
.main .service-section {
  margin-bottom: 32px;
}

.main .service-section h2 {
  text-align: center;
  font-size: 36px;
  font-family: var(--font-weight-700);
  line-height: 46px;
  margin-bottom: 100px;
}

.main .service-section .box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.main .service-section .box-list .box {
  width: 55%;
  height: 382px;
  border-radius: 20px;
  background-color: #000;
  background-image: url('/storefarm/img/bg_feelframe.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 38px;
  position: relative;
  transition: transform 0.3s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.3s cubic-bezier(.25,.46,.45,.94);
  box-shadow: none;
}

.main .service-section .box-list .box:hover{
  transform: translateY(-8px);
  box-shadow: none;
}

.main .service-section .box-list .box>div {
  color: #fff;
}

.main .service-section .box-list .box.box2 {
  width: 40%;
}

.main .service-section .box-list .box.box3 {
  width: 40%;
}

.main .service-section .box-list .box.box4 {
  width: 55%;
}

.main .service-section .box-list .box .box-title {
  font-size: 25px;
  font-family: var(--font-weight-500);
  margin-bottom: 14px;
}

.main .service-section .box-list .box .box-text {
  font-size: 15px;
  line-height: 24px;
}

.main .service-section .box-list .box .box-btn {}

.main .service-section .box-list .box .box-btn a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 36px;
  bottom: 36px;
}

.main .service-section .box-list .box .box-btn i {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transform: rotate(45deg);
}

/* free-section */
.main .free-section {
  text-align: center;
  padding: 100px 0;
}

.main .free-section h2 {
  color: #949BA0;
  font-size: 32px;
  font-family: var(--font-weight-600);
  line-height: 42px;
  margin-bottom: 32px;
}

.main .free-section h2 .emp {
  font-family: var(--font-weight-600);
  color: #313131;
}

.main .free-section .btn-wrap {
  width: 372px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main .free-section .btn {
  width: 178px;
  height: 44px;
  border-radius: 22px;
  padding: 0 26px;
  background-color: var(--primary-500);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.main .free-section .btn i {
  font-size: 18px;
  color: #fff;
  transform: rotate(45deg);
}

/* 모바일 */
@media screen and (max-width:1024px) {

  /* section태그 :: 공통 */
  .main section {
    width: 100%;
    padding: 40px 24px;
  }

  /* main-section */
  .main .main-section {
    padding: 0;
  }

  .main .main-section .desc {
    margin-top: 64px;
    margin-bottom: 30px;
  }

  .main .main-section .desc .tit {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: -1.1px;
    font-family: var(--font-weight-700);
  }

  .main .main-section .desc .txt {
    font-size: 16px;
  }

  .main .main-section .btn-wrap {
    margin-top: 48px;
  }

  .main .main-section .main-slide-wrap {
    margin-bottom: 40px;
  }

  .main .main-section .main-slide-wrap .main-slide.bottom {
    display: none;
  }

  /* section 별 title :: 공통 */
  .main .section-title {
    margin-bottom: 40px;
  }

  .main .section-title .sub-title {
    font-size: 16px;
    font-family: var(--font-weight-400);
  }

  .main .section-title .sub-text {
    font-size: 14px;
    line-height: 1.5;
    display: none;
  }

  .main .section-title h2 {
    font-size: 22px !important;
    line-height: 34px;
    margin-top: 8px;
    letter-spacing: -1.1px;
  }

  .main .section-title h2 .emp {
    font-size: 24px;
    /* color: var(--primary-400); */
  }

  .main .main-section .slide-title {
    font-size: 20px;
  }

  .main .info-section .box-wrap .box .box-title {
    font-family: var(--font-weight-500);
  }

  /* info-section */
  .main .info-section .section-flex {
    display: block;
  }

  .main .info-section .box-wrap {
    margin-left: 0;
    width: 100%;
  }

  /* category tap button :: 공통 */
  .main .category {
    /* margin-top: 24px; */
    margin-bottom: 24px;
  }

  .main .category .list .list-item {
    padding: 10px 20px;
  }

  /* review-section */
  .main .review-section {
    padding: 40px 24px;
  }

  .main .review-section .section-title {
    margin-bottom: 0;
  }

  .main .review-section .btn-review {
    margin-top: 8px;
  }

  .main .review-section .review-slide {
    height: 450px;
    margin-top: 0;
  }
  .main .review-section .review-slide .swiper-wrapper {
    margin-left: -288px;
  }

  .main .review-section .review-slide .swiper-slide {
    width: 270px !important;
  }

  .main .review-section .review-slide .slide-box {
    width: 270px;
    height: 280px;
  }

  /* review-slide box active pc > none */
  .main .review-section .review-slide .swiper-slide-next {
    width: 250px !important;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box {
    width: 250px;
    height: 330px;
    border-radius: 12px;
    box-shadow: 1px 3px 10px 1px #efefef;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-img {
    height: 185px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc {
    padding: 12px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info {
    margin-bottom: 10px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .left {
    gap: 10px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .txt {
    font-size: 10px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .info .star i {
    font-size: 15px;
  }

  .main .review-section .review-slide .swiper-slide-next .slide-box .slide-box-desc .review {
    font-size: 14px;
    font-family: var(--font-weight-30);
    line-height: 16px;
    -webkit-line-clamp: 3;
  }

  /* review-slide box active */
  .main .review-section .review-slide .swiper-slide-active {
    width: 270px !important;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box {
    width: 270px;
    border-radius: 16px;
    box-shadow: 1px 4px 10px 4px #efefef;
    margin-top: 0;
    margin-right: 21px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-img {
    height: 228px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc {
    padding: 16px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .info {
    margin-bottom: 12px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .info .left {
    gap: 12px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .info .txt {
    font-size: 12px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .info .img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .info .star i {
    font-size: 18px;
  }

  .main .review-section .review-slide .swiper-slide-active .slide-box .slide-box-desc .review {
    font-size: 14px;
    font-family: var(--font-weight-500);
    line-height: 18px;
    -webkit-line-clamp: 4;
  }

  /* offer-section */
  .main .offer-section {
    padding: 40px 24px;
  }

  .main .offer-section .card-list-wrap {
    height: auto;
    max-height: 335px;
    /* margin-right: 34px; */
  }

  .main .offer-section .card-list {
    gap: 16px;
  }

  .main .offer-section .card-list .card {
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    gap: 12px;
  }

  .main .offer-section .card-list .card .card-icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }

  .main .offer-section .card-list .card .card-icon svg {
    width: 20px;
    height: 20px;
  }

  .main .offer-section .card-list .card .card-desc .title {
    font-family: var(--font-weight-500);
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--gray-800);
  }

  .main .offer-section .card-list .card .card-desc .text {
    font-size: 14px;
    line-height: 18px;
  }

  .main .offer-section .card-list .card .card-desc .text br {
    display: none;
  }

  /* service-section */
  .main .service-section h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .main .service-section .box-list {
    gap: 16px;
  }

  .main .service-section .box-list .box {
    width: 100% !important;
    height: 264px;
    border-radius: 14px;
    padding: 25px;
  }

  .main .service-section .box-list .box .box-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main .service-section .box-list .box .box-text {
    font-size: 12px;
    line-height: 18px;
  }

  .main .service-section .box-list .box .box-btn a {
    font-size: 13px;
    gap: 10px;
    right: 25px;
    bottom: 30px;
  }

  .main .service-section .box-list .box .box-btn i {
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }

  /* free-section */
  .main .free-section h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .main .free-section .btn-wrap {
    width: 163px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 12px;
  }

  .main .free-section .btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 13px;
  }

  .main .free-section .btn i {
    font-size: 12px;
  }
}
