@charset "UTF-8";
/* sec1.scss - Hero */
.sec1 {
  padding-top: 30px;
  min-height: 620px;
  background: url("../../imgs/sec1_bg.png") no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .sec1 {
    background-image: url("../../imgs/sec1_bg_m.png");
  }
}
.sec1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 72px;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .inner {
    padding-top: 30px;
    flex-direction: column;
  }
}
.sec1 .txt-area {
  flex: 1;
  max-width: 540px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area {
    text-align: center;
  }
}
.sec1 .txt-area .badge {
  display: inline-flex;
  background-color: #3b82f6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area .badge {
    font-size: 16px;
  }
}
.sec1 .txt-area .sub-title {
  font-size: 32px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area .sub-title {
    font-size: 24px;
  }
}
.sec1 .txt-area h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area h2 {
    font-size: 40px;
  }
}
.sec1 .txt-area .desc {
  margin: 20px 0 30px;
  font-size: 20px;
  color: #666666;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area .desc {
    font-size: 16px;
  }
}
.sec1 .txt-area .icons {
  display: inline-grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 15px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .txt-area .icons {
    gap: 8px;
  }
}
.sec1 .txt-area .icons .img {
  position: relative;
  aspect-ratio: 1/0.9;
}
.sec1 .txt-area .icons .img img {
  object-fit: contain;
  object-position: center;
}
.sec1 .txt-area .icons .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  text-align: center;
  border: 1px solid #e2e8f0;
}
@media screen and (max-width: 350px) {
  .sec1 .txt-area .icons .icon-item {
    width: 140px;
    height: 140px;
  }
}
.sec1 .phone-area {
  position: relative;
  flex-shrink: 0;
}
.sec1 .phone-area .phone-mock {
  width: 403px;
  height: 720px;
  padding: 60px 30px 40px;
  position: relative;
  background: url("../../imgs/sec1_phone.png") no-repeat center top/contain;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock {
    width: 323px;
    height: 565px;
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 350px) {
  .sec1 .phone-area .phone-mock {
    width: 300px;
    height: 530px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner {
    padding-top: 40px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .phone-amount {
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #444;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .phone-amount {
    font-size: 32px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .phone-amount span {
  color: #3b82f6;
}
.sec1 .phone-area .phone-mock .phone-inner .phone-box {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background: url("../../imgs/sec1_phone_box_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .phone-box {
    padding: 20px 0;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .phone-box .bage {
  display: inline-flex;
  padding: 7px 14px;
  line-height: 1;
  border-radius: 40px;
  background-color: #0047ab;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .phone-box .bage {
    font-size: 13px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .phone-box .price {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .phone-box .price {
    font-size: 20px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .phone-box .price span {
  font-size: 40px;
  color: #0047ab;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .phone-box .price span {
    font-size: 32px;
  }
}
.sec1 .phone-area .phone-mock .phone-inner .notice {
  margin-top: 24px;
  font-size: 20px;
  color: #666;
  line-height: 1.25;
}
@media screen and (max-width: 991.98px) {
  .sec1 .phone-area .phone-mock .phone-inner .notice {
    font-size: 16px;
  }
}

/* sec2.scss - 생활비 지원 소개 */
.sec2 {
  padding: 150px 0;
  background: #fff;
}
@media screen and (max-width: 991.98px) {
  .sec2 {
    padding: 80px 0;
  }
}
.sec2 .benefit {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .sec2 .benefit {
    flex-direction: column;
    gap: 14px;
  }
}
.sec2 .card {
  flex: 1;
  min-height: 320px;
  padding: 40px 24px 30px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: linear-gradient(130deg, #fbfcfd 0%, #eff6fe 100%);
  text-align: center;
  box-sizing: border-box;
}
.sec2 .card .text h3 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.sec2 .card .text h3 strong {
  color: #3b82f6;
  font-weight: 700;
}
.sec2 .card .text p {
  margin: 15px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.25;
}
.sec2 .card .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 127px;
  margin-top: 12px;
}
.sec2 .card .image img {
  display: block;
  max-height: 130px;
  object-fit: contain;
  object-position: center;
}

/* sec3.scss - 후기 */
.sec3 {
  padding: 150px 0;
  background: linear-gradient(130deg, #fbfcfd 0%, #eff6fe 100%);
}
@media screen and (max-width: 991.98px) {
  .sec3 {
    padding: 80px 0;
  }
}
.sec3 .area {
  max-width: 1110px;
}
.sec3 .swiper-container {
  position: relative;
}
.sec3 .swiper-slide {
  padding: 34px 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  height: auto;
}
.sec3 .swiper-slide .star {
  display: block;
  margin-top: 10px;
}
.sec3 .swiper-slide .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #3b82f6;
  background-color: #e2e8f0;
  padding: 4px 12px;
  border-radius: 18px;
}
.sec3 .swiper-slide .cont {
  margin: 16px 0;
  font-size: 20px;
  color: #666;
  line-height: 1.25;
}
.sec3 .swiper-slide .name {
  display: inline-block;
  background-color: #eff6fe;
  border-radius: 4px;
  font-size: 16px;
  padding: 4px 10px;
  color: #444;
  font-weight: 600;
}
.sec3 .swiper-button-prev {
  left: -30px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: url("../../imgs/sec3_arrow.png") no-repeat center/contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
  .sec3 .swiper-button-prev {
    left: -17px;
    width: 38px;
    height: 38px;
  }
}
.sec3 .swiper-button-prev:after {
  font-size: 0;
}
.sec3 .swiper-button-next {
  right: -30px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: url("../../imgs/sec3_arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 991.98px) {
  .sec3 .swiper-button-next {
    right: -17px;
    width: 38px;
    height: 38px;
  }
}
.sec3 .swiper-button-next:after {
  font-size: 0;
}

.sec4 {
  position: relative;
}
.sec4 .sec4-inner {
  display: flex;
  align-items: center;
  min-height: 860px;
  padding: 186px 0 190px;
  background: url("../imgs/sec4_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner {
    min-height: auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 543.98px) {
  .sec4 .sec4-inner {
    background-image: url("../imgs/sec4_bg_m.png");
    background-position: center;
  }
}
.sec4 .sec4-inner .sec4-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 22px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .sec4-content {
    padding-top: 0;
  }
}
.sec4 .sec4-inner .ribbon {
  display: inline-flex;
  position: relative;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 28px;
  margin-left: -2%;
  padding: 0 22px 0 4px;
  transform: rotate(-3deg);
  transform-origin: center;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .ribbon {
    margin-bottom: 22px;
    padding-right: 18px;
  }
}
.sec4 .sec4-inner .ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  pointer-events: none;
}
.sec4 .sec4-inner .ribbon:after {
  right: 0;
  width: 36px;
  clip-path: polygon(0 0, 100% 0, 56% 50%, 100% 100%, 0 100%);
}
.sec4 .sec4-inner .ribbon span {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 348px;
  padding: 10px 20px 10px 28px;
  background-color: #fff;
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .ribbon span {
    min-width: 0;
    padding: 4px 20px 5px;
    font-size: 12px;
  }
}
.sec4 .sec4-inner .ribbon strong {
  color: #3b82f6;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .ribbon strong {
    font-size: 14px;
  }
}
.sec4 .sec4-inner h2 {
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner h2 {
    font-size: 36px;
  }
}
.sec4 .sec4-inner h2 strong {
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner h2 strong {
    font-size: 48px;
  }
}
.sec4 .sec4-inner .desc {
  margin-top: 24px;
  color: #cccccc;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .desc {
    margin-top: 16px;
    font-size: 20px;
  }
}
.sec4 .sec4-inner .desc strong {
  font-weight: 700;
}
.sec4 .sec4-inner .keyword-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .keyword-list {
    grid-template-columns: repeat(2, minmax(0, 235px));
    gap: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 543.98px) {
  .sec4 .sec4-inner .keyword-list {
    grid-template-columns: repeat(2, minmax(0, 156px));
    gap: 12px;
  }
}
.sec4 .sec4-inner .keyword-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 100%;
  max-width: 235px;
  aspect-ratio: 235/145;
  padding: 0 18px 21px;
  background: url("../imgs/sec4_keyword_balloon_pc.svg") no-repeat center/100% 100%;
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .sec4 .sec4-inner .keyword-list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 543.98px) {
  .sec4 .sec4-inner .keyword-list li {
    max-width: 156px;
    aspect-ratio: 156/145;
    padding: 0 12px 21px;
    background-image: url("../imgs/sec4_keyword_balloon_m.svg");
  }
}
.sec4 .sec4-inner .keyword-list li span {
  color: #3b82f6;
}
.sec4 .branch-rolling {
  overflow: hidden;
  height: 60px;
  background-color: #3b82f6;
}
@media screen and (max-width: 991.98px) {
  .sec4 .branch-rolling {
    height: 45px;
  }
}
.sec4 .branch-rolling .branch-rolling-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: sec4BranchRolling 20s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 991.98px) {
  .sec4 .branch-rolling .branch-rolling-track {
    animation: sec4BranchRolling 15s linear infinite;
  }
}
.sec4 .branch-rolling .branch-rolling-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
}
.sec4 .branch-rolling .branch-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .sec4 .branch-rolling .branch-item {
    gap: 8px;
    font-size: 16px;
  }
}
.sec4 .branch-rolling .branch-item:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 50px 0 37px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .sec4 .branch-rolling .branch-item:after {
    width: 5px;
    height: 5px;
    margin: 0 24px 0 15px;
  }
}
.sec4 .branch-rolling .branch-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 30px;
  padding: 3px 12px;
  border-radius: 999px;
  background-color: #fff;
  color: #3b82f6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .sec4 .branch-rolling .branch-no {
    min-width: 52px;
    min-height: 25px;
    padding: 3px 8px;
    font-size: 16px;
  }
}

@keyframes sec4BranchRolling {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.3333333333%, 0, 0);
  }
}
.sec5 {
  padding: 120px 0 50px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .sec5 {
    padding: 80px 0;
  }
}
.sec5 .feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .sec5 .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}
.sec5 .feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 29px 20px 39px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(115deg, #fbfcfd 7.94%, #eff6fe 92.06%);
}
@media screen and (max-width: 991.98px) {
  .sec5 .feature-card {
    gap: 7px;
    padding: 20px 16px;
  }
}
.sec5 .feature-card .img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 991.98px) {
  .sec5 .feature-card .img {
    width: 67px;
    height: 67px;
  }
}
.sec5 .feature-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec5 .feature-card p {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
}
@media screen and (max-width: 991.98px) {
  .sec5 .feature-card p {
    font-size: 18px;
  }
}
.sec5 .sec5-bottom {
  margin-top: 50px;
}
@media screen and (max-width: 991.98px) {
  .sec5 .sec5-bottom {
    margin-top: 30px;
  }
}
.sec5 .sec5-bottom .desc {
  font-size: 20px;
  font-weight: 400;
  color: #232323;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .sec5 .sec5-bottom .desc {
    font-size: 14px;
  }
}
.sec5 .sec5-bottom .cta {
  margin-top: 10px;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #232323;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .sec5 .sec5-bottom .cta {
    margin-top: 4px;
    font-size: 24px;
  }
}
.sec5 .sec5-bottom .arrow {
  display: block;
  margin-top: 50px;
  animation: arrowMove 0.8s ease-in-out infinite;
}
@media screen and (max-width: 991.98px) {
  .sec5 .sec5-bottom .arrow {
    margin-top: 30px;
  }
}
.sec5 .sec5-bottom .arrow img {
  display: block;
  margin: 0 auto;
}

@keyframes arrowMove {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* sec6.scss - 본사 지원 시스템 */
.sec6 {
  padding: 150px 0;
  background: url("../imgs/sec6_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  .sec6 {
    padding: 80px 0;
    background-image: url("../imgs/sec6_bg_m.png");
  }
}
.sec6 .c-title-wrap .subdesc {
  color: #232323;
}
.sec6 .support-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: auto 0;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list {
    gap: 16px;
  }
}
.sec6 .support-list .support-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 250px;
  padding: 50px 0 50px 170px;
  border-radius: 14px;
  background-color: #fff;
  filter: drop-shadow(4px 4px 10px rgba(0, 53, 139, 0.1));
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-card {
    align-items: flex-start;
    min-height: 364px;
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-card {
    flex-direction: column;
    padding: 32px 16px 0;
  }
}
.sec6 .support-list .support-text {
  position: relative;
  z-index: 2;
  width: 42vw;
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-text {
    width: 100%;
  }
}
.sec6 .support-list .support-text .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 23px;
  margin-bottom: 5px;
  padding: 2px 10px;
  border-radius: 999px;
  background-color: #3b82f6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-text .num {
    margin-bottom: 5px;
    height: 22px;
    font-size: 14px;
  }
}
.sec6 .support-list .support-text p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-text p {
    font-size: 15px;
  }
}
.sec6 .support-list h3 {
  margin-bottom: 20px;
  color: #232323;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list h3 {
    font-size: 24px;
  }
}
.sec6 .support-list .support-img {
  position: absolute;
  right: 140px;
  bottom: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-img {
    right: 0;
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-img {
    position: static;
    align-self: flex-end;
    margin-top: 30px;
    width: auto;
  }
}
.sec6 .support-list .support-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec6 .support-list .support-img-01 {
  width: 456px;
  right: 58px;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-img-01 {
    right: 0;
    bottom: 0;
    width: clamp(310px, 44vw, 320px);
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-img-01 {
    width: clamp(222px, 64vw, 232px);
  }
}
.sec6 .support-list .support-img-02 {
  right: 166px;
  width: 232px;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-img-02 {
    right: 18px;
    bottom: 0;
    width: clamp(250px, 34vw, 260px);
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-img-02 {
    width: clamp(174px, 60vw, 218px);
  }
}
.sec6 .support-list .support-img-03 {
  right: 160px;
  bottom: 20px;
  width: 240px;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-img-03 {
    bottom: 14px;
    right: 16px;
    width: clamp(250px, 36vw, 280px);
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-img-03 {
    padding-bottom: 14px;
    width: clamp(180px, 62vw, 224px);
  }
}
.sec6 .support-list .support-img-04 {
  right: 155px;
  width: 234px;
}
@media screen and (max-width: 991.98px) {
  .sec6 .support-list .support-img-04 {
    bottom: 0;
    right: 16px;
    width: clamp(240px, 32vw, 250px);
  }
}
@media screen and (max-width: 543.98px) {
  .sec6 .support-list .support-img-04 {
    width: clamp(176px, 58vw, 210px);
  }
}

/* sec7.scss - 검증된 브랜드 */
.sec7 {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: url("../imgs/sec7_bg.png") no-repeat center/cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .sec7 {
    padding: 100px 0;
    background-image: url("../imgs/sec7_bg_m.png");
  }
}
.sec7 .c-title-wrap {
  margin-bottom: 44px;
}
@media screen and (max-width: 991.98px) {
  .sec7 .c-title-wrap {
    margin-bottom: 16px;
  }
}
.sec7 .c-title-wrap .subtitle {
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .sec7 .c-title-wrap .subtitle {
    margin-bottom: 4px;
    font-size: 20px;
  }
}
.sec7 .c-title-wrap .tit {
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
}
@media screen and (max-width: 991.98px) {
  .sec7 .c-title-wrap .tit {
    font-size: clamp(28px, 8vw, 32px);
  }
}
.sec7 .c-title-wrap .tit strong {
  display: inline-block;
  color: #3b82f6;
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .sec7 .c-title-wrap .tit strong {
    font-size: clamp(36px, 11vw, 40px);
  }
}
.sec7 .branch-list {
  display: grid;
  width: 100%;
  max-width: 1000px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .sec7 .branch-list {
    max-width: 500px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 543.98px) {
  .sec7 .branch-list {
    width: min(100%, 330px);
    max-width: 330px;
    gap: 16px 25px;
  }
}
.sec7 .branch-list li {
  position: relative;
  min-width: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 543.98px) {
  .sec7 .branch-list li {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}
.sec7 .branch-list li:before, .sec7 .branch-list li:after {
  content: "";
  position: absolute;
  top: 26px;
  width: 53px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 543.98px) {
  .sec7 .branch-list li:before, .sec7 .branch-list li:after {
    top: 20px;
    width: 32px;
    height: 52px;
  }
}
.sec7 .branch-list li:before {
  left: 0;
  background-image: url("../imgs/sec7_laurel_left.svg");
}
.sec7 .branch-list li:after {
  right: 0;
  background-image: url("../imgs/sec7_laurel_right.svg");
}
.sec7 .stars {
  display: block;
  width: 56px;
  height: 21px;
  margin: 0 auto 7px;
  background: url("../imgs/sec7_stars.png") no-repeat center/contain;
}
@media screen and (max-width: 543.98px) {
  .sec7 .stars {
    width: 38px;
    height: 14px;
    margin-bottom: 4px;
  }
}
.sec7 .branch-no {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 543.98px) {
  .sec7 .branch-no {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.sec7 .branch-name {
  background: linear-gradient(90deg, #aaa 0%, #e2e2e2 17.79%, #ccc 28.85%, #fff 46.15%, #aaa 62.02%, #fff 87.5%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
}
@media screen and (max-width: 543.98px) {
  .sec7 .branch-name {
    font-size: 21px;
  }
}

/* sec8.scss - 수익 구조 / 가맹 절차 */
.sec8 {
  overflow: hidden;
  padding: 150px 0;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .sec8 {
    padding: 80px 0;
  }
}
.sec8 .revenue-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-list {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.sec8 .revenue-item {
  position: relative;
  width: min(320px, (100% - 40px) / 3);
  flex: 0 1 min(320px, (100% - 40px) / 3);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-item {
    width: min(100%, 320px);
    flex-basis: auto;
  }
}
.sec8 .revenue-item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sec8 .revenue-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 3;
  width: 36px;
  height: 36px;
  background: url("../imgs/sec8_plus.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-phone {
    order: 3;
  }
}
.sec8 .revenue-phone img {
  width: 111px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-phone img {
    width: 111px;
  }
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-internet {
    order: 1;
  }
  .sec8 .revenue-internet.revenue-internet::after {
    content: "";
    position: absolute;
    right: auto;
    bottom: -18px;
    left: 50%;
    z-index: 3;
    display: block;
    width: 36px;
    height: 36px;
    background: url("../imgs/sec8_plus.svg") no-repeat center/contain;
    transform: translateX(-50%);
  }
}
.sec8 .revenue-internet img {
  width: 102px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-internet img {
    width: 102px;
  }
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-additional {
    order: 2;
  }
  .sec8 .revenue-additional.revenue-additional::after {
    content: "";
    position: absolute;
    right: auto;
    bottom: -18px;
    left: 50%;
    z-index: 3;
    display: block;
    width: 36px;
    height: 36px;
    background: url("../imgs/sec8_plus.svg") no-repeat center/contain;
    transform: translateX(-50%);
  }
}
.sec8 .revenue-additional img {
  width: 116px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-additional img {
    width: 116px;
  }
}
.sec8 .revenue-circle {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: var(--Linear, linear-gradient(115deg, #fbfcfd 7.94%, #eff6fe 92.06%));
  text-align: center;
  border: 1px solid #e2e8f0;
}
@media screen and (max-width: 991.98px) {
  .sec8 .revenue-circle {
    width: 100%;
    height: 100%;
  }
}
.sec8 .revenue-circle img {
  display: block;
  height: auto;
  margin-bottom: 33px;
}
.sec8 .revenue-circle p {
  color: #3b82f6;
  font-size: 24px;
  font-weight: 700;
}
.sec8 .process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .sec8 .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 543.98px) {
  .sec8 .process-list {
    grid-template-columns: 1fr;
  }
}
.sec8 .process-list li {
  min-height: 150px;
  padding: 19px 17px 16px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: var(--Linear, linear-gradient(115deg, #fbfcfd 7.94%, #eff6fe 92.06%));
}
.sec8 .process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 28px;
  margin-bottom: 35px;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #3b82f6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.sec8 .process-list strong {
  display: block;
  margin-bottom: 10px;
  color: #232323;
  font-size: 20px;
  font-weight: 700;
}
.sec8 .process-list p {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
}

/* sec9.scss - 가맹 상담 신청 */
.sec9 {
  display: flex;
  min-height: 838px;
  align-items: center;
  padding: 120px 0;
  background: url("../imgs/sec9_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  .sec9 {
    min-height: 828px;
    padding: 80px 0;
    background-image: url("../imgs/sec9_bg_m.png");
    background-position: center top;
  }
}
.sec9 .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 991.98px) {
  .sec9 .area {
    display: block;
  }
}
.sec9 .c-title-wrap {
  flex: 1 1 auto;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .sec9 .c-title-wrap {
    margin-bottom: 28px;
  }
}
.sec9 .c-title-wrap .subtitle {
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .sec9 .c-title-wrap .subtitle {
    margin-bottom: 12px;
  }
}
.sec9 .c-title-wrap .tit {
  margin-bottom: 26px;
  color: #fff;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .sec9 .c-title-wrap .tit {
    margin-bottom: 14px;
    font-size: 32px;
  }
}
.sec9 .c-title-wrap .subdesc {
  margin-top: 0;
  color: #ccc;
}
.sec9 .sec9-form {
  flex: 0 0 490px;
  padding: 50px 30px;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form {
    padding: 50px 16px;
  }
}
.sec9 .sec9-form .field {
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form .field {
    margin-bottom: 16px;
  }
}
.sec9 .sec9-form label {
  display: block;
  margin-bottom: 10px;
  color: #232323;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form label {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.sec9 .sec9-form input[type=text],
.sec9 .sec9-form input[type=tel] {
  width: 100%;
  height: 52px;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #232323;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form input[type=text],
  .sec9 .sec9-form input[type=tel] {
    font-size: 16px;
  }
}
.sec9 .sec9-form input[type=text]::placeholder,
.sec9 .sec9-form input[type=tel]::placeholder {
  color: #999;
}
.sec9 .sec9-form .agree {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 45px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form .agree {
    margin-bottom: 36px;
    font-size: 14px;
  }
}
.sec9 .sec9-form .agree input[type=checkbox] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.sec9 .sec9-form .agree input[type=checkbox]:checked {
  border-color: #3b82f6;
  background-image: url("../imgs/sec9_check.svg");
}
.sec9 .sec9-form .agree span {
  min-width: 0;
}
.sec9 .sec9-form button {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #3b82f6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .sec9 .sec9-form button {
    height: 50px;
    font-size: 16px;
  }
}