.sub1-section01 {
  background-image: url(../img/sub-section01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  color: #fff;
  text-align: center;
  padding-top: 74px;
}

.sub1-section01 span {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFC20F;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.sub1-section01 h2 {
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}

/* sub1-section02 */
.sub1-section02 {
  background: #edf3f2;
  padding: 100px 0 92px;
}

.sub1-point-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.sub1-point-item {
  flex: 1;
  text-align: center;
}

.sub1-point-thumb {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
}

.sub1-point-thumb img {
  width: 100%;
  display: block;
}

.sub1-point-num {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #319E8D;
  margin-bottom: 10px;
}

.sub1-point-title {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.sub1-point-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .sub1-section02 {
    padding: 80px 0 90px;
  }

  .sub1-point-list {
    gap: 24px;
  }


  .sub1-point-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .sub1-point-desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sub1-section01 {
    background-image: url(../img/sub-section01-bg-mo.png);
    height: 356px;
  }

  .sub1-section01 h2 {
    font-size: 50px;
  }

  .sub1-section01 span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sub1-section02 {
    padding: 50px 0 50px;
  }

  .sub1-point-list {
    flex-direction: column;
    gap: 52px;
  }

  .sub1-point-item {
    max-width: 400px;
    margin: 0 auto;
  }

  .sub1-point-thumb {
    max-width: 100%;
    margin-bottom: 18px;
    border-radius: 22px;
  }

  .sub1-point-title {
    font-size: 28px;
  }

  .sub1-point-desc {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* sub1-section03s */
.sub1-section03 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: url(../img/sub1-bg.png) no-repeat center center / cover;
}

.sub1-feature-head {
  text-align: center;
  margin-bottom: 50px;
}

.sub1-feature-head h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.sub1-feature-head h2 span {
  color: #319E8D;
}

.sub1-feature-head p {
  font-size: 28px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sub1-feature-box {
  text-align: center;
}

.sub1-feature-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #319E8D;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

.sub1-feature-title {
  display: block;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 400;
  color: #319E8D;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

.sub1-feature-card {
  background: #fff;
  border-radius: 30px;
  padding: 60px 50px 50px;
}

.sub1-feature-thumb {
  max-width: 1180px;
  margin: 0 auto 40px;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1180 / 461;
}

.sub1-feature-thumb img {
  width: 100%;
  aspect-ratio: 1180 / 461;
}

.sub1-feature-desc p {
  font-size: 26px;
  line-height: 1.4;
  color: #666;
  letter-spacing: -0.02em;
}

.sub1-feature-desc p strong {
  color: #333;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sub1-section03 {
    padding: 80px 0 90px;
  }

  .sub1-feature-head {
    margin-bottom: 40px;
  }

  .sub1-feature-head h2 {
    margin-bottom: 16px;
  }

  .sub1-feature-head p {
    font-size: 22px;
  }

  .sub1-feature-num {
    width: 82px;
    height: 82px;
    font-size: 30px;
    margin-bottom: 22px;
  }

  .sub1-feature-title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .sub1-feature-card {
    padding: 34px 28px 38px;
    border-radius: 30px;
  }

  .sub1-feature-thumb {
    margin-bottom: 28px;
    border-radius: 24px;
  }

  .sub1-feature-desc p {
    font-size: 20px;
  }

  .sub1-feature-desc p+p {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .sub1-section03 {
    padding: 50px 0;
  }

  .sub1-section03-bg {
    background-position: center top;
    opacity: 0.12;
  }

  .sub1-feature-head {
    margin-bottom: 30px;
  }

  .sub1-feature-head h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sub1-feature-head p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
  }

  .sub1-feature-num {
    width: 58px;
    height: 58px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sub1-feature-title {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 28px;
  }

  .sub1-feature-card {
    border-radius: 26px;
    padding: 20px 15px 20px;
  }

  .sub1-feature-thumb {
    margin-bottom: 22px;
    border-radius: 18px;
    aspect-ratio: 338 / 220;
  }

  .sub1-feature-thumb img {
    aspect-ratio: 338 / 220;
  }

  .sub1-feature-desc p {
    font-size: 16px;
    line-height: 1.65;
  }

  .sub1-feature-desc p+p {
    margin-top: 22px;
  }
}

.sub1-section03.sub1-section04 {
  padding: 100px 0;
  background: none;
}

.sub1-section04 .sub1-feature-card {
  background: #F8F8F8;
}

.sub1-section03.sub1-section05 {
  padding: 100px 0;
  background: #F6F4EE;
}

/* sub1-section06 */
.sub1-section06 {
  padding: 100px 0 110px;
  background: #f1eee8;
  overflow: hidden;
}

.sub1-case-head {
  text-align: center;
  margin-bottom: 50px;
}

.sub1-case-head h2 {
  font-size: 60px;
  line-height: 1.35;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
}

.sub1-case-head h2 span {
  color: #319E8D;
}

.sub1-case-swiper {
  overflow: visible;
}

.sub1-case-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sub1-case-swiper .swiper-slide {
  width: 390px;
}

.sub1-case-item {
  display: block;
  text-align: center;
}

.sub1-case-thumb {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
}

.sub1-case-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 400;
  object-fit: cover;
}

.sub1-case-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  letter-spacing: -0.02em;
}

@media (max-width: 1280px) {
  .sub1-case-head h2 {
    font-size: 42px;
  }

  .sub1-case-swiper .swiper-slide {
    width: 340px;
  }

  .sub1-case-desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sub1-section03.sub1-section04 {
    padding: 50px 0;
  }

  .sub1-section03.sub1-section05 {
    padding: 50px 0;
  }

  .sub1-section06 {
    padding: 50px 0;
  }

  .sub1-case-head {
    margin-bottom: 30px;
  }

  .sub1-case-head h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .sub1-case-swiper .swiper-slide {
    width: 306px;
  }

  .sub1-case-thumb {
    border-radius: 22px;
    margin-bottom: 14px;
  }

  .sub1-case-thumb img {
    aspect-ratio: 306 / 340;
  }

  .sub1-case-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* section7 */
.section07 {
  padding: 100px 0;
  background: #f4f4f4;
}

.sec07-wrap {
  display: block;
}

.sec07-title-box {
  margin-bottom: 50px;
}

.sec07-title-box h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
  text-align: center;
}

.sec07-title-box h2 span {
  color: #008772;
}

.sec07-slider-box {
  position: relative;
}

.sec07-swiper {
  overflow: hidden;
}

.sec07-swiper .swiper-slide {
  height: auto;
}

.sec07-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 20px 20px 10px;
}

.sec07-thumb {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 360 / 240;
}

.sec07-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec07-date {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #008772;
  font-weight: 800;
}

.sec07-card-title {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #252525;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec07-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec07-controls {
  display: none;
}

.sec07-nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.sec07-nav img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sec07-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

@media (max-width: 1280px) {
  .sec07-card-title {
    font-size: 24px;
  }

  .sec07-desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section07 {
    padding: 50px 0 60px;
  }

  .sec07-title-box {
    margin-bottom: 30px;
  }

  .sec07-title-box h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .sec07-card {
    border-radius: 22px;
    padding: 18px 18px 20px;
  }

  .sec07-thumb {
    border-radius: 18px;
    margin-bottom: 18px;
    aspect-ratio: 338 / 240;
  }

  .sec07-date {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .sec07-card-title {
    font-size: 26px;
    margin-bottom: 18px;
    -webkit-line-clamp: unset;
    display: block;
  }

  .sec07-desc {
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }

  .sec07-controls {
    position: static;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 0px;
  }

  .sec07-slider-box {
    flex-direction: column-reverse;
  }
}

/* section08 faq */
.section08-faq {
  padding: 100px 0 120px;
  background: #f4f4f4;
}

.faq-head {
  text-align: center;
  margin-bottom: 50px;
}

.faq-head h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
}

.faq-head h2 span {
  color: #319E8D;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background: #fbfbfb;
  border-radius: 24px;
  height: 80px;
  overflow: hidden;
  transition: height 0.4s ease;
}

.faq-item.active {
  height: 160px;
}

.faq-item+.faq-item {
  margin-top: 14px;
}

.faq-question {
  width: 100%;
  height: 80px;
  border: 0;
  background: transparent;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: left;
  cursor: pointer;
}

.faq-question-text {
  flex: 1;
  font-size: 26px;
  line-height: 1.3;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 28px;
}

.faq-question-text::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #319E8D;
  font-weight: 400;
}

.faq-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.faq-answer {
  height: 80px;
  padding: 28px 30px 28px;
  box-sizing: border-box;
}

.faq-answer-inner {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .section08-faq {
    padding: 50px 0 70px;
  }

  .faq-head {
    margin-bottom: 30px;
  }

  .faq-head h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .faq-list {
    max-width: 100%;
  }

  .faq-item {
    height: 70px;
    border-radius: 18px;
  }

  .faq-item.active {
    height: 140px;
  }

  .faq-item+.faq-item {
    margin-top: 12px;
  }

  .faq-question {
    height: 70px;
    padding: 0 18px;
  }

  .faq-question-text {
    font-size: 20px;
    padding-left: 22px;
  }

  .faq-question-text::before {
    font-size: 20px;
  }

  .faq-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: 3px;
  }

  .faq-answer {
    height: 70px;
    padding: 5px 20px 16px;
  }

  .faq-answer-inner {
    font-size: 18px;
    line-height: 1.5;
  }
}