@font-face {
  font-family: SBAggro;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: SBAggro;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: SBAggro;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "TmonMonsori";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
body {
  overflow-y: scroll;
}

#container {
  position: relative;
  overflow: hidden;
}
#container * {
  box-sizing: border-box;
}
#container *:before, #container *:after {
  display: none;
}
#container .wrap {
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1079px) {
  #container .wrap {
    padding: 0 20px;
  }
}

.section-title-big {
  font-family: Black Han Sans, sans-serif;
  font-size: 48px;
  text-align: center;
  color: #000;
  letter-spacing: -3.36px;
  margin-bottom: 0;
  line-height: 46px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 1079px) {
  .section-title-big {
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 32px;
  }
  .section-title-big br {
    display: none;
  }
  .section-title-big .mobile-enter {
    display: block;
  }
}

.blue {
  color: #424ED7;
  font-weight: 700;
}

section.franchise-rental .rental-header .rental-badge, section.franchise-special .special-header .special-badge, section.franchise-support .support-header .support-badge, section.franchise-blueprint .blueprint-header .blueprint-badge, section.franchise-estimate .estimate-header .estimate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FBBE18;
  border-radius: 20px;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.38px;
  line-height: 29px;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-header .rental-badge, section.franchise-special .special-header .special-badge, section.franchise-support .support-header .support-badge, section.franchise-blueprint .blueprint-header .blueprint-badge, section.franchise-estimate .estimate-header .estimate-badge {
    font-size: 14px;
    padding: 4px 12px;
    line-height: 22px;
  }
}

section.franchise-special .diagram-card, section.franchise-benefit .benefit-card .card-wrap, section.franchise-process .process-card {
  background: rgba(253, 237, 220, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
}

section.franchise-hero {
  background: url("../images/franchise/hero_bg.png") no-repeat center top/cover;
  margin: -90px auto 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1079px) {
  section.franchise-hero {
    padding: 0;
    margin-top: -64px;
    flex-direction: column;
    align-items: flex-start;
  }
}
section.franchise-hero .hero-inner {
  min-height: 920px;
  position: static;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-inner {
    min-height: 667px;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
}
section.franchise-hero .hero-text {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.franchise-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1D1D1D;
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 26px;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-badge {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 14px;
  }
}
section.franchise-hero .hero-title {
  font-family: Black Han Sans, sans-serif;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 35px;
}
section.franchise-hero .hero-title span {
  display: block;
  font-weight: 400;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-title span {
    text-align: center;
  }
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-title {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
section.franchise-hero .hero-desc {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.48px;
  line-height: 36px;
  margin-bottom: 35px;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-desc {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
section.franchise-hero .hero-buttons {
  display: flex;
  gap: 14px;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-buttons {
    gap: 10px;
  }
}
section.franchise-hero .btn-dark, section.franchise-hero .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 16px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.36px;
  text-decoration: none;
}
@media (max-width: 1079px) {
  section.franchise-hero .btn-dark, section.franchise-hero .btn-white {
    width: 140px;
    font-size: 15px;
    padding: 12px 20px;
  }
}
section.franchise-hero .btn-dark {
  background: #000;
  color: #fff;
}
section.franchise-hero .btn-white {
  background: #fff;
  color: #000;
}
section.franchise-hero .hero-visual {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-visual {
    display: none;
  }
}
section.franchise-hero .hero-visual .img-box {
  max-width: 929px;
  position: absolute;
  left: 0;
  top: -316px;
  margin-right: -200px;
}
section.franchise-hero .hero-visual .img-box img {
  max-width: 100%;
}
@media (max-width: 1079px) {
  section.franchise-hero .hero-visual {
    width: 100%;
  }
}

section.franchise-problem {
  padding: 120px 0 80px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-problem {
    padding: 44px 0 63px;
  }
}
section.franchise-problem .problem-title {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-title {
    margin-bottom: 30px;
  }
}
section.franchise-problem .problem-title .problem-sub {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.52px;
  line-height: 32px;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-title .problem-sub {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
}
section.franchise-problem .problem-title .problem-main {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #000000;
  font-weight: 900;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-title .problem-main {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -2px;
  }
}
section.franchise-problem .problem-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-list {
    max-width: 360px;
    margin: 0 auto;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
section.franchise-problem .problem-card {
  background: #E8E8E8;
  border-radius: 30px;
  padding: 30px 20px;
  width: 327px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 327px;
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 30px;
  }
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card + .problem-card {
    margin-top: -18px;
  }
}
section.franchise-problem .problem-card:nth-child(even) {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.36));
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card:nth-child(even) {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.36));
    align-self: flex-end;
    z-index: 10;
  }
}
section.franchise-problem .problem-card:nth-child(even):after {
  background: url("../images/franchise/card_dot_right.svg") no-repeat center/cover;
  right: 32px;
  left: auto;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card:nth-child(even):after {
    right: 18px;
  }
}
section.franchise-problem .problem-card:after {
  display: block !important;
  content: "";
  position: absolute;
  left: 32px;
  bottom: -26px;
  background: url("../images/franchise/card_dot_left.svg") no-repeat center/cover;
  width: 27px;
  aspect-ratio: 27/26;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card:after {
    width: 18px;
    left: 20px;
    bottom: -12px;
  }
}
section.franchise-problem .problem-card .card-light {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.4px;
  line-height: 30px;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card .card-light {
    font-size: 14px;
    line-height: 22px;
  }
}
section.franchise-problem .problem-card .card-bold {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 30px;
  background: #333;
  display: inline;
  padding: 2px 2px;
}
@media (max-width: 1079px) {
  section.franchise-problem .problem-card .card-bold {
    font-size: 14px;
    line-height: 22px;
  }
}

section.franchise-compare {
  padding: 0 0 80px;
}
@media (max-width: 1079px) {
  section.franchise-compare {
    padding: 0 0 93px;
  }
}
section.franchise-compare .compare-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-cards {
    max-width: 500px;
    margin: 0 auto 18px;
    gap: 13px;
  }
}
section.franchise-compare .compare-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
  padding: 22px 24px;
  width: 276px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card {
    width: 100%;
    border-radius: 10px;
    max-width: 300px;
    padding: 10px 14px 12px;
  }
}
section.franchise-compare .compare-card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-img {
    height: 64px;
  }
}
section.franchise-compare .compare-card .card-img.img1 {
  width: 206px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-img.img1 {
    width: 116px;
  }
}
section.franchise-compare .compare-card .card-img.img2 {
  width: 137px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-img.img2 {
    width: 78px;
  }
}
section.franchise-compare .compare-card .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
section.franchise-compare .compare-card .card-info {
  padding: 12px 0 28px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-info {
    padding: 6px 0 16px;
  }
}
section.franchise-compare .compare-card .card-info .card-title {
  font-size: 23px;
  font-weight: 800;
  color: #1D1D1D;
  letter-spacing: -0.23px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-info .card-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
section.franchise-compare .compare-card .card-info .card-desc {
  font-size: 16px;
  color: #383737;
  letter-spacing: -0.16px;
  line-height: 22px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-info .card-desc {
    font-size: 10px;
    line-height: 140%;
  }
}
section.franchise-compare .compare-card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-tags {
    gap: 6px;
  }
}
section.franchise-compare .compare-card .card-tags .tags-list {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-card .card-tags .tags-list {
    gap: 6px;
  }
}
section.franchise-compare .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
@media (max-width: 1079px) {
  section.franchise-compare .tag {
    border-radius: 4px;
    font-size: 10px;
    padding: 0 6px 2px;
    height: 22px;
  }
}
section.franchise-compare .tag.red {
  background: #FF7474;
}
section.franchise-compare .tag.blue {
  background: #3D7BFF;
}
section.franchise-compare .tag.gray {
  background: #7D7D7D;
}
section.franchise-compare .tag.full {
  width: 100%;
  max-width: 228px;
}
section.franchise-compare .compare-cta {
  background: #333;
  border-radius: 6px;
  padding: 14px 0;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-cta {
    max-width: 500px;
    margin: 0 auto;
    padding: 9px 0;
    border-radius: 4px;
  }
}
section.franchise-compare .compare-cta:after {
  content: "";
  position: absolute;
  display: block !important;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  background: url("../images/franchise/compare_dot.svg") no-repeat center/cover;
  width: 43px;
  height: 38px;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-cta:after {
    width: 24px;
    height: 22px;
    top: -12px;
  }
}
section.franchise-compare .compare-cta p {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.24px;
  line-height: 1.4;
}
@media (max-width: 1079px) {
  section.franchise-compare .compare-cta p {
    font-size: 14px;
  }
}

section.franchise-process {
  padding: 100px 0;
}
@media (max-width: 1079px) {
  section.franchise-process {
    padding: 0;
  }
}
section.franchise-process .process-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-process .process-header {
    margin-bottom: 30px;
  }
}
section.franchise-process .process-header .section-title-big {
  margin-bottom: 10px;
}
section.franchise-process .process-header .process-sub {
  font-size: 22px;
  color: #505050;
  letter-spacing: -0.44px;
  line-height: 22px;
}
@media (max-width: 1079px) {
  section.franchise-process .process-header .process-sub {
    font-size: 14px;
    line-height: 22px;
  }
  section.franchise-process .process-header .process-sub .mobile-enter {
    display: block;
  }
}
section.franchise-process .process-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1079px) {
  section.franchise-process .process-list {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    gap: 8px;
  }
}
section.franchise-process .process-card {
  padding: 20px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card {
    flex-direction: row;
    width: 100%;
    padding: 16px 20px;
    gap: 30px;
  }
}
section.franchise-process .process-card .card-icon {
  width: 188px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
}
section.franchise-process .process-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-icon img.web {
    display: none;
  }
}
section.franchise-process .process-card .card-icon img.mobile {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-icon img.mobile {
    display: block;
  }
}
section.franchise-process .process-card .card-body {
  border-radius: 16px;
  padding: 24px 16px;
  width: 220px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body {
    width: auto;
    flex: 1;
    text-align: left;
    min-width: 0;
    padding: 0;
  }
}
section.franchise-process .process-card .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body .card-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  section.franchise-process .process-card .card-body .card-title br {
    display: none;
  }
}
section.franchise-process .process-card .card-body .card-info {
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body .card-info {
    justify-content: flex-start;
  }
}
section.franchise-process .process-card .card-body ul {
  display: inline-flex;
  flex-direction: column;
}
section.franchise-process .process-card .card-body ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #383737;
  line-height: 1.6;
  letter-spacing: -0.32px;
  display: inline-flex;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body ul li {
    padding-left: 10px;
  }
}
section.franchise-process .process-card .card-body ul li:after {
  display: block !important;
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  width: 2px;
  height: 2px;
  background-color: #383737;
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body ul li:after {
    content: "-";
    width: auto;
    height: auto;
    font-size: 14px;
    background: none;
    line-height: 1;
    top: 4px;
    left: 0px;
  }
}
@media (max-width: 1079px) {
  section.franchise-process .process-card .card-body ul li {
    font-size: 14px;
  }
}
section.franchise-process .process-arrow {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: url("../images/franchise/ico_arrow_right.svg") no-repeat center/contain;
}
@media (max-width: 1079px) {
  section.franchise-process .process-arrow {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
  }
}

section.franchise-benefit {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit {
    padding: 60px 0;
  }
  section.franchise-benefit .wrap {
    padding: 0 !important;
  }
}
section.franchise-benefit .benefit-header {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-header {
    margin-bottom: 20px;
  }
}
section.franchise-benefit .benefit-header .benefit-sub {
  font-size: 26px;
  color: #000;
  letter-spacing: -0.52px;
  line-height: 30px;
  margin-bottom: 4px;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-header .benefit-sub {
    font-size: 18px;
    line-height: 24px;
  }
}
section.franchise-benefit .benefit-header .benefit-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.72px;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-header .benefit-title {
    font-size: 24px;
  }
}
section.franchise-benefit .benefit-list {
  display: flex;
  gap: 64px;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-list {
    gap: 26px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.franchise-benefit .benefit-list::-webkit-scrollbar {
    display: none;
  }
}
section.franchise-benefit .benefit-card {
  position: relative;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card {
    width: 220px;
    flex-shrink: 0;
  }
}
section.franchise-benefit .benefit-card .card-wrap {
  width: 248px;
  height: 335px;
  padding: 38px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-wrap {
    width: 100%;
    padding: 28px 22px;
    height: 100%;
  }
}
section.franchise-benefit .benefit-card .card-circle {
  position: absolute;
  left: -26px;
  top: -28px;
  font-family: "TmonMonsori", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 1.3;
  z-index: -1;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFAD28 20.5%, #FFD186 70.9%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-circle {
    display: none;
  }
}
section.franchise-benefit .benefit-card .card-num {
  position: absolute;
  left: 16px;
  top: 19px;
  font-family: "TmonMonsori", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-num {
    font-size: 28px;
    top: 12px;
    display: none;
  }
}
section.franchise-benefit .benefit-card .card-icon {
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-icon {
    width: 70px;
    height: 70px;
    align-self: flex-start;
  }
}
section.franchise-benefit .benefit-card .card-icon img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
section.franchise-benefit .benefit-card .card-title {
  font-size: 23px;
  font-weight: 800;
  color: #373127;
  letter-spacing: -0.46px;
  line-height: 1.3;
  display: block;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-title {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }
  section.franchise-benefit .benefit-card .card-title br {
    display: none;
  }
}
section.franchise-benefit .benefit-card .card-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #5C5C5C;
  letter-spacing: -0.32px;
  line-height: 1.4;
}
@media (max-width: 1079px) {
  section.franchise-benefit .benefit-card .card-desc {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}

section.franchise-estimate {
  border-radius: 100px 100px 0 0;
  padding: 100px 0 246px;
  background: url("../images/franchise/estimate_bg.png") no-repeat top center/cover;
}
@media (max-width: 1079px) {
  section.franchise-estimate {
    background: url("../images/franchise/estimate_bg_m.png") no-repeat top center/100% 100%;
    padding: 88px 0 26px;
    border-radius: 20px;
  }
}
section.franchise-estimate .estimate-stat {
  padding-bottom: 174px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat {
    padding-bottom: 108px;
  }
}
section.franchise-estimate .estimate-stat .stat-title {
  padding-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-title {
    padding-bottom: 19px;
  }
}
section.franchise-estimate .estimate-stat .stat-title .main-txt {
  text-align: center;
  color: #000;
  font-family: Black Han Sans;
  font-size: 48px;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-title .main-txt {
    font-size: 30px;
    line-height: 32px;
  }
}
section.franchise-estimate .estimate-stat .stat-title .sub-txt {
  text-align: center;
  color: #505050;
  padding-top: 12px;
  font-size: 22px;
  letter-spacing: -0.02em;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-title .sub-txt {
    padding-top: 8px;
    font-size: 14px;
    line-height: 19px;
  }
  section.franchise-estimate .estimate-stat .stat-title .sub-txt .mobile-enter {
    display: block;
  }
}
section.franchise-estimate .estimate-stat .stat-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
section.franchise-estimate .estimate-stat .stat-cards .card-item {
  padding: 26px 24px;
  min-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  height: 210px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards .card-item {
    padding: 20px 24px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
  }
}
section.franchise-estimate .estimate-stat .stat-cards .card-item .label-box {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards .card-item .label-box {
    font-size: 16px;
    color: #505050;
  }
}
section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box {
    align-items: center;
    gap: 8px;
  }
}
section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box .cnt-txt {
  font-family: Black Han Sans;
  font-style: italic;
  font-size: 65px;
  color: #000;
  line-height: 1;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box .cnt-txt {
    font-size: 38px;
    line-height: 48px;
  }
}
section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box .unit-txt {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-stat .stat-cards .card-item .result-box .unit-txt {
    font-size: 20px;
  }
}
section.franchise-estimate .estimate-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-header {
    margin-bottom: 30px;
  }
}
section.franchise-estimate .estimate-header .sub-txt {
  font-size: 26px;
  color: #000;
  margin-bottom: 4px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-header .sub-txt {
    font-size: 18px;
    line-height: 28px;
  }
}
section.franchise-estimate .estimate-header .main-txt {
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #000;
  font-size: 36px;
  line-height: 43px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-header .main-txt {
    font-size: 26px;
    line-height: 32px;
  }
}
section.franchise-estimate .estimate-header .estimate-badge {
  background: #fff;
  color: #FBBE18;
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-header .estimate-badge {
    margin-bottom: 14px;
  }
}
section.franchise-estimate .estimate-cards {
  max-width: 1082px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-cards {
    margin: 0 -20px;
    padding: 0 50px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.franchise-estimate .estimate-cards::-webkit-scrollbar {
    display: none;
  }
}
section.franchise-estimate .estimate-cards .card-item {
  display: inline-flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-cards .card-item {
    gap: 18px;
    width: 240px;
    flex-shrink: 0;
  }
}
section.franchise-estimate .estimate-cards .view-box {
  box-shadow: 0 0 7.8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-cards .view-box {
    border-radius: 14px;
  }
}
section.franchise-estimate .estimate-cards .view-box .img-box {
  aspect-ratio: 334/288;
  display: flex;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-cards .view-box .img-box {
    aspect-ratio: 240/200;
  }
}
section.franchise-estimate .estimate-cards .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.franchise-estimate .estimate-cards .info-box {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-estimate .estimate-cards .info-box {
    font-size: 16px;
  }
}

section.franchise-blueprint {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-blueprint {
    background-color: #fff9f3;
    padding: 70px 0 0;
  }
}
section.franchise-blueprint .blueprint-header {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-header {
    margin-bottom: 30px;
  }
}
section.franchise-blueprint .blueprint-header .blueprint-badge {
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-header .blueprint-badge {
    margin-bottom: 14px;
  }
}
section.franchise-blueprint .blueprint-header .blueprint-sub {
  font-size: 26px;
  color: #000;
  letter-spacing: -0.52px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-header .blueprint-sub {
    font-size: 18px;
    line-height: 24px;
  }
}
section.franchise-blueprint .blueprint-header .blueprint-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.72px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-header .blueprint-title {
    font-size: 22px;
  }
}
section.franchise-blueprint .blueprint-compare {
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-compare {
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.franchise-blueprint .blueprint-compare::-webkit-scrollbar {
    display: none;
  }
}
section.franchise-blueprint .blueprint-gap {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  flex-shrink: 0;
  background: url("../images/franchise/blueprint_gap.png") no-repeat center/cover;
  height: 356px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-gap {
    width: 59px;
    background: url("../images/franchise/blueprint_gap_m.png") no-repeat center/cover;
  }
}
section.franchise-blueprint .blueprint-card {
  width: 320px;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-card {
    min-width: 70%;
    max-width: none;
    flex-shrink: 0;
    padding: 30px 20px;
    border-radius: 30px;
  }
}
section.franchise-blueprint .blueprint-card.hwangon {
  padding-top: 43px;
  background: linear-gradient(150.24deg, #FBBE18 6.33%, #FFD769 90.68%);
  box-shadow: 0 0 30px rgba(255, 195, 0, 0.25);
}
section.franchise-blueprint .blueprint-card.hwangon .card-price strong {
  background: #fff;
  color: #000;
}
section.franchise-blueprint .blueprint-card.hwangon .card-features li {
  font-weight: 500;
  color: #000;
}
section.franchise-blueprint .blueprint-card.other {
  padding-top: 38px;
  background: #CFCFCF;
  border-radius: 30px;
}
section.franchise-blueprint .blueprint-card.other .card-price strong {
  background: #505050;
  color: #fff;
}
section.franchise-blueprint .blueprint-card.other .card-features li {
  color: #3B3B3B;
}
section.franchise-blueprint .blueprint-card .card-logo, section.franchise-blueprint .blueprint-card .card-label {
  padding-bottom: 20px;
}
section.franchise-blueprint .blueprint-card .card-label {
  font-size: 26px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.52px;
}
section.franchise-blueprint .blueprint-card .card-sample {
  width: 140px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
section.franchise-blueprint .blueprint-card .card-sample img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
section.franchise-blueprint .blueprint-card .card-price {
  margin-top: 20px;
  width: 100%;
}
section.franchise-blueprint .blueprint-card .card-price strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.69px;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-card .card-price strong {
    padding: 0;
    height: 49px;
    font-size: 20px;
  }
}
section.franchise-blueprint .blueprint-card .card-features {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-card .card-features {
    padding-top: 10px;
  }
}
section.franchise-blueprint .blueprint-card .card-features.brand li {
  border-bottom: 1px solid #F8AD45;
}
section.franchise-blueprint .blueprint-card .card-features li {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1079px) {
  section.franchise-blueprint .blueprint-card .card-features li {
    font-size: 14px;
  }
}
section.franchise-blueprint .blueprint-card .card-features li:last-child {
  border-bottom: none;
}

section.franchise-support {
  padding: 100px 0 280px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-support {
    background-color: #fff9f3;
    padding: 94px 0 145px;
  }
}
section.franchise-support .support-header {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-support .support-header {
    margin-bottom: 30px;
  }
}
section.franchise-support .support-header .support-badge {
  margin-bottom: 12px;
}
section.franchise-support .support-header .support-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.72px;
}
@media (max-width: 1079px) {
  section.franchise-support .support-header .support-title {
    font-size: 22px;
  }
  section.franchise-support .support-header .support-title .mobile-enter {
    display: block;
  }
}
section.franchise-support .support-table {
  display: flex;
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  section.franchise-support .support-table {
    display: none;
  }
}
section.franchise-support .support-table img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
section.franchise-support .support-cards {
  display: none;
  gap: 16px;
  margin: 30px auto 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px;
  margin: 0 -20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.franchise-support .support-cards::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-support .support-cards {
    display: flex;
  }
}
section.franchise-support .support-cards .support-card {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  flex: 0 0 auto;
  width: 290px;
}
@media (max-width: 1079px) {
  section.franchise-support .support-cards .support-card {
    width: 320px;
  }
}
section.franchise-support .support-cards .support-card.hwangon {
  border: 6px solid #FBBE18;
}
section.franchise-support .support-cards .support-card.hwangon .card-sidebar {
  background: #FBBE18;
}
section.franchise-support .support-cards .support-card.other {
  border: 6px solid #D2D2D2;
}
section.franchise-support .support-cards .support-card.other .card-sidebar {
  background: #D2D2D2;
}
section.franchise-support .support-cards .support-card .card-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
section.franchise-support .support-cards .support-card .card-sidebar img {
  width: 168px;
  object-fit: contain;
}
section.franchise-support .support-cards .support-card .card-sidebar .card-name {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  letter-spacing: -0.4px;
  white-space: nowrap;
}
section.franchise-support .support-cards .support-card .card-body {
  flex: 1;
  background: #fff;
}
section.franchise-support .support-cards .support-card .card-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 14px 12px;
  gap: 16px;
}
section.franchise-support .support-cards .support-card .card-row:last-child {
  border-bottom: none;
}
section.franchise-support .support-cards .support-card .card-row .row-label {
  text-align: left;
  font-size: 14px;
  flex-shrink: 0;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 800;
}
section.franchise-support .support-cards .support-card .card-row .row-desc {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  text-align: right;
  letter-spacing: -0.03em;
}

section.franchise-with {
  padding-bottom: 160px;
}
@media (max-width: 1079px) {
  section.franchise-with {
    background-color: #fff9f3;
    padding-bottom: 114px;
  }
}
section.franchise-with .with-title {
  display: flex;
  justify-content: center;
  padding-bottom: 56px;
}
@media (max-width: 1079px) {
  section.franchise-with .with-title {
    padding-bottom: 20px;
  }
}
section.franchise-with .with-title .title-txt {
  text-align: center;
  font-style: italic;
  color: #000;
  font-family: Black Han Sans;
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 1079px) {
  section.franchise-with .with-title .title-txt {
    display: none;
  }
}
section.franchise-with .with-title .mobile-title-txt {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-with .with-title .mobile-title-txt {
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 22px;
    color: #000;
  }
  section.franchise-with .with-title .mobile-title-txt b {
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: -0.02em;
  }
}
section.franchise-with .with-view {
  margin: 0 auto;
}
section.franchise-with .with-view .brand-img {
  position: relative;
  height: 607px;
  width: 100%;
  background-image: url("/images/franchise/with_list.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: movebg 80s linear infinite normal;
}
@media (max-width: 1079px) {
  section.franchise-with .with-view .brand-img {
    background-image: url("/images/franchise/with_list_m.png");
    height: 135px;
  }
}
@keyframes movebg {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -4070px center;
  }
}
section.franchise-with .with-view .img-box {
  display: flex;
}
section.franchise-with .with-view .img-box img {
  object-fit: cover;
  width: 100%;
}

section.franchise-review {
  padding: 100px 0;
  background: radial-gradient(ellipse at center top, rgb(255, 187, 42) 0%, rgba(255, 187, 42, 0) 70%);
}
@media (max-width: 1079px) {
  section.franchise-review {
    background: #fff9f3;
    padding: 0 0 25px;
  }
  section.franchise-review .wrap {
    padding: 0 !important;
  }
}
section.franchise-review .section-title-big {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-review .section-title-big {
    margin-bottom: 30px;
  }
}
section.franchise-review .review-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1079px) {
  section.franchise-review .review-slider {
    gap: 10px;
  }
}
section.franchise-review .swiper-group {
  max-width: 957px;
  margin: 0 auto;
  padding: 0 128px 50px;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group {
    padding: 0 0 15px;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-prev,
  section.franchise-review .swiper-group .review-next {
    display: none;
  }
}
section.franchise-review .swiper-group .review-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%) rotate(180deg);
}
section.franchise-review .swiper-group .review-next {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
section.franchise-review .swiper-group .review-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
section.franchise-review .swiper-group .review-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 1;
}
section.franchise-review .swiper-group .review-dots .swiper-pagination-bullet-active {
  border-radius: 20px;
  background-color: #fbbe18;
  width: 23px;
}
section.franchise-review .swiper-group .swiper {
  overflow: hidden;
  padding: 10px 10px;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .swiper {
    padding: 10px 20px 10px;
  }
}
section.franchise-review .swiper-group .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .swiper .swiper-wrapper .swiper-slide {
    width: 280px;
  }
}
section.franchise-review .swiper-group .review-card {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  height: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  padding: 40px;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card {
    height: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .review-brand {
    display: flex;
    justify-content: center;
  }
}
section.franchise-review .swiper-group .review-card .review-brand img {
  height: 50px;
  width: auto;
}
section.franchise-review .swiper-group .review-card .review-info {
  margin-top: 6px;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .review-info {
    margin-top: 16px;
  }
}
section.franchise-review .swiper-group .review-card .review-info strong {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .review-info strong {
    font-size: 16px;
  }
}
section.franchise-review .swiper-group .review-card .review-info span {
  font-size: 16px;
  color: #505050;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .review-info span {
    font-size: 14px;
  }
}
section.franchise-review .swiper-group .review-card .review-text {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.32px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .review-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
}
section.franchise-review .swiper-group .review-card .review-text strong {
  font-weight: 700;
}
section.franchise-review .swiper-group .review-card .mobile-more {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-review .swiper-group .review-card .mobile-more .mobile-more-btn {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #000;
  }
}
section.franchise-review .review-prev, section.franchise-review .review-next {
  width: 89px;
  height: 88px;
  flex-shrink: 0;
  background: url("../images/franchise/ico_arrow_circle.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
}
@media (max-width: 1079px) {
  section.franchise-review .review-prev, section.franchise-review .review-next {
    width: 40px;
    height: 40px;
  }
}
section.franchise-review .review-prev {
  transform: rotate(180deg);
}

section.franchise-special {
  padding: 100px 0 171px;
  text-align: center;
  background-color: #f6eee5;
}
@media (max-width: 1079px) {
  section.franchise-special {
    padding: 80px 0 100px;
  }
}
section.franchise-special .special-header .special-badge {
  margin-bottom: 14px;
}
section.franchise-special .special-header .section-title-big {
  margin-bottom: 24px;
}
@media (max-width: 1079px) {
  section.franchise-special .special-header .section-title-big {
    margin-bottom: 20px;
  }
  section.franchise-special .special-header .section-title-big .mobile-enter {
    display: block;
  }
}
section.franchise-special .special-header .special-desc {
  font-size: 20px;
  color: #505050;
  letter-spacing: -0.4px;
  line-height: 31px;
}
@media (max-width: 1079px) {
  section.franchise-special .special-header .special-desc {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 0 -4px;
  }
  section.franchise-special .special-header .special-desc br {
    display: none;
  }
  section.franchise-special .special-header .special-desc .mobile-enter {
    display: block;
  }
}
section.franchise-special .special-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-special .special-diagram {
    flex-direction: column;
    padding-top: 30px;
  }
}
section.franchise-special .special-diagram .diagram-img {
  display: flex;
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  section.franchise-special .special-diagram .diagram-img {
    max-width: 500px;
  }
}
section.franchise-special .special-diagram .diagram-img img {
  max-width: 100%;
}
@media (max-width: 1079px) {
  section.franchise-special .special-diagram .diagram-img img.web {
    display: none;
  }
}
section.franchise-special .special-diagram .diagram-img img.mobile {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-special .special-diagram .diagram-img img.mobile {
    display: block;
  }
}
section.franchise-special .diagram-card {
  width: 265px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 20px;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-card {
    width: 200px;
    height: auto;
    padding: 20px;
  }
}
section.franchise-special .diagram-card .card-icon {
  width: 167px;
  height: 122px;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-card .card-icon {
    width: 100px;
    height: 80px;
  }
}
section.franchise-special .diagram-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
section.franchise-special .diagram-card strong {
  font-size: 22px;
  font-weight: 800;
  color: #1D1D1D;
  letter-spacing: -0.44px;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-card strong {
    font-size: 18px;
  }
}
section.franchise-special .diagram-card span {
  font-size: 14px;
  color: #383737;
}
section.franchise-special .diagram-center {
  width: 326px;
  height: 331px;
  border-radius: 164px;
  background: linear-gradient(166.75deg, #FFAD28 6.68%, #FFCC78 90.59%);
  border: 1px solid #fff;
  box-shadow: 0 0 72px rgba(255, 175, 4, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-center {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
}
section.franchise-special .diagram-center img {
  width: 278px;
  height: auto;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-center img {
    width: 160px;
  }
}
section.franchise-special .diagram-arrow {
  width: 166px;
  height: 78px;
  position: relative;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-arrow {
    width: 78px;
    height: 50px;
    transform: rotate(90deg);
  }
}
section.franchise-special .diagram-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.44px;
  white-space: nowrap;
}
@media (max-width: 1079px) {
  section.franchise-special .diagram-arrow span {
    font-size: 14px;
  }
}
section.franchise-special .diagram-arrow.left {
  background: url("../images/franchise/ico_arrow_special_left.svg") no-repeat center/contain;
}
section.franchise-special .diagram-arrow.right {
  background: url("../images/franchise/ico_arrow_special_right.svg") no-repeat center/contain;
}
section.franchise-special .special-tags {
  display: flex;
  justify-content: center;
  gap: 16px;
}
section.franchise-special .special-tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 62px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.24px;
}
@media (max-width: 1079px) {
  section.franchise-special .special-tags .tag {
    padding: 10px 30px;
    font-size: 16px;
  }
}
section.franchise-special .special-tags .tag.yellow {
  background: #FBBE18;
}
section.franchise-special .special-tags .tag.blue {
  background: #3D7BFF;
}

section.franchise-rental {
  background-color: #f6eee5;
  padding: 0 0 40px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-rental {
    padding: 0 0 100px;
  }
}
section.franchise-rental .rental-header {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-header {
    margin-bottom: 30px;
  }
}
section.franchise-rental .rental-header .rental-badge {
  margin-bottom: 17px;
}
section.franchise-rental .rental-header .rental-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.72px;
  line-height: 44px;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-header .rental-title {
    display: none;
  }
}
section.franchise-rental .rental-header .mobile-rental-title {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-header .mobile-rental-title {
    text-align: center;
    display: block;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 26px;
  }
  section.franchise-rental .rental-header .mobile-rental-title b {
    font-size: 26px;
    letter-spacing: -0.02em;
    color: #000;
    line-height: 32px;
    font-weight: 900;
    margin-top: 4px;
  }
}
section.franchise-rental .rental-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-slider {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
section.franchise-rental .rental-slider .rental-swiper {
  overflow: visible;
  padding: 9px 0;
}
section.franchise-rental .rental-slider .swiper-slide {
  width: 290px;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-slider .swiper-slide {
    width: 214px;
  }
}
section.franchise-rental .rental-card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-card {
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
}
section.franchise-rental .rental-card .rental-name {
  font-size: 14px;
  color: #505050;
  letter-spacing: -0.28px;
  line-height: 33px;
  text-align: left;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-card .rental-name {
    line-height: 20px;
  }
}
section.franchise-rental .rental-card .rental-amount {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.36px;
  text-align: left;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-card .rental-amount {
    font-size: 16px;
    line-height: 19px;
  }
}
section.franchise-rental .rental-card .rental-monthly {
  margin-top: 26px;
  background: #FBBE18;
  border-radius: 28px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.36px;
  text-align: center;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-card .rental-monthly {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height: 45px;
    padding: 0 4px;
    font-size: 16px;
    border-radius: 28px;
  }
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-notice {
    display: none;
  }
}
section.franchise-rental .rental-notice p {
  font-size: 14px;
  color: #505050;
  letter-spacing: -0.28px;
  line-height: 24px;
}
@media (max-width: 1079px) {
  section.franchise-rental .rental-notice p {
    font-size: 12px;
    line-height: 18px;
  }
}

section.franchise-quote {
  background-color: #f6eee5;
  padding: 80px 0 178px;
}
@media (max-width: 1079px) {
  section.franchise-quote {
    padding: 0 0 64px;
  }
}
section.franchise-quote .quote-introduce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce {
    flex-direction: column;
    gap: 30px;
  }
}
section.franchise-quote .quote-introduce .quote-text {
  flex-shrink: 0;
}
section.franchise-quote .quote-introduce .quote-text .quote-sub {
  text-align: left;
  font-size: 26px;
  color: #000;
  letter-spacing: -0.52px;
  margin-bottom: 14px;
}
section.franchise-quote .quote-introduce .quote-text .quote-sub.mobile {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce .quote-text .quote-sub {
    font-size: 18px;
    margin-bottom: 4px;
    text-align: center;
  }
  section.franchise-quote .quote-introduce .quote-text .quote-sub.web {
    display: none;
  }
  section.franchise-quote .quote-introduce .quote-text .quote-sub.mobile {
    display: block;
  }
}
section.franchise-quote .quote-introduce .quote-text .quote-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.72px;
  line-height: 44px;
  text-align: left;
}
section.franchise-quote .quote-introduce .quote-text .quote-title.mobile {
  display: none;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce .quote-text .quote-title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }
  section.franchise-quote .quote-introduce .quote-text .quote-title.web {
    display: none;
  }
  section.franchise-quote .quote-introduce .quote-text .quote-title.mobile {
    display: block;
  }
}
section.franchise-quote .quote-introduce .quote-receipt {
  width: 524px;
  position: relative;
}
section.franchise-quote .quote-introduce .quote-receipt img {
  max-width: 100%;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce .quote-receipt {
    width: 100%;
    max-width: 370px;
  }
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-header {
  font-size: 26px;
  font-weight: 800;
  color: #373127;
  letter-spacing: -0.52px;
  margin-bottom: 30px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-sub {
  font-size: 14px;
  font-weight: 500;
  color: #5C5C5C;
  letter-spacing: -0.28px;
  margin-bottom: 11px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-list .receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.64px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-list .receipt-row .item-name {
  font-weight: 700;
  color: #000;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-list .receipt-row .item-price {
  color: #000;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-list .receipt-row + .receipt-row {
  margin-top: 10px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #000;
  margin-top: 14px;
  padding-top: 10px;
  font-weight: 700;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-total span {
  font-size: 18px;
  color: #000;
  letter-spacing: -0.72px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-total strong {
  font-size: 22px;
  color: #000;
  letter-spacing: -0.88px;
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-rental {
  position: absolute;
  right: -60px;
  bottom: 30px;
  background: red;
  padding: 18px 10px;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce .quote-receipt .receipt-rental {
    right: -10px;
    bottom: 20px;
  }
}
section.franchise-quote .quote-introduce .quote-receipt .receipt-rental span {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.52px;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-introduce .quote-receipt .receipt-rental span {
    font-size: 28px;
  }
}
section.franchise-quote .quote-guide {
  display: flex;
  gap: 18px;
  margin: -24px auto 0;
  max-width: 1248px;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-guide {
    max-width: 500px;
    margin: -14px auto 0;
    flex-direction: column;
    gap: 12px;
  }
}
section.franchise-quote .quote-guide .guide-item {
  display: flex;
  align-self: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.06);
  padding: 18px 16px;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-guide .guide-item {
    padding: 18px 20px;
    flex-direction: column;
    align-self: flex-start;
    gap: 4px;
    width: 100%;
  }
}
section.franchise-quote .quote-guide .guide-item .subject-box {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #505050;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}
@media (max-width: 1079px) {
  section.franchise-quote .quote-guide .guide-item .subject-box {
    font-size: 14px;
  }
}
section.franchise-quote .quote-guide .guide-item .con-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #505050;
}
section.franchise-contact {
  padding: 0 0 180px;
  text-align: center;
  background-color: #f6eee5;
}
@media (max-width: 1079px) {
  section.franchise-contact {
    padding: 0 0 100px;
  }
}
section.franchise-contact .contact-header {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  section.franchise-contact .contact-header {
    margin-bottom: 36px;
  }
}
section.franchise-contact .contact-header .section-title-big {
  margin-bottom: 14px;
}
section.franchise-contact .contact-header .contact-desc {
  font-size: 18px;
  color: #505050;
  letter-spacing: -0.36px;
  line-height: 28px;
}
@media (max-width: 1079px) {
  section.franchise-contact .contact-header .contact-desc {
    font-size: 14px;
    line-height: 22px;
  }
  section.franchise-contact .contact-header .contact-desc br {
    display: none;
  }
  section.franchise-contact .contact-header .contact-desc.mobile-enter {
    display: block;
  }
}
section.franchise-contact .contact-form {
  max-width: 358px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section.franchise-contact .contact-form .form-input, section.franchise-contact .contact-form .form-textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.45px;
  background: #fff;
  outline: none;
  font-family: inherit;
}
section.franchise-contact .contact-form .form-input::placeholder, section.franchise-contact .contact-form .form-textarea::placeholder {
  color: #ccc;
}
section.franchise-contact .contact-form .form-input:focus, section.franchise-contact .contact-form .form-textarea:focus {
  border-color: #FBBE18;
}
section.franchise-contact .contact-form .form-input {
  height: 45px;
  line-height: 33px;
}
section.franchise-contact .contact-form .form-textarea {
  height: 150px;
  resize: none;
}
section.franchise-contact .contact-form .form-agree {
  padding: 5px 0;
  text-align: left;
}
section.franchise-contact .contact-form .form-agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
section.franchise-contact .contact-form .form-agree label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
section.franchise-contact .contact-form .form-agree label input[type=checkbox]:checked ~ i {
  background-color: #FBBE18;
}
section.franchise-contact .contact-form .form-agree label i {
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 16px;
  display: inline-block;
  flex-shrink: 0;
}
section.franchise-contact .contact-form .form-agree label span {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  letter-spacing: -0.5px;
}
section.franchise-contact .contact-form .btn-submit {
  margin-top: 15px;
  width: 100%;
  background: #FBBE18;
  border: none;
  border-radius: 10px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.36px;
  cursor: pointer;
}
@media (max-width: 1079px) {
  section.franchise-contact .contact-form .btn-submit {
    height: 54px;
    padding: 0;
    font-size: 16px;
  }
}
section.franchise-contact .contact-form .btn-submit:hover {
  opacity: 0.9;
}

article.agree-list-layout {
  padding-top: 10px;
  height: 100%;
}
article.agree-list-layout .all-box {
  position: relative;
  border-bottom: 1px solid #eee;
}
article.agree-list-layout .all-box .agree-chk-box {
  text-align: left;
}
article.agree-list-layout .all-box .agree-chk-box.error-state {
  background: none !important;
  border: none !important;
}
article.agree-list-layout .all-box .agree-chk-box.error-state label i {
  background: url("../images/ic_agree_chk_error.svg") no-repeat center/cover;
}
article.agree-list-layout .all-box .agree-chk-box.error-state span.txt b {
  color: #ff0000;
}
article.agree-list-layout .all-box .agree-chk-box.error-state ~ .agree-toggle-btn {
  background: url("../images/ic_agree_toggle_error.svg") no-repeat center/16px 9px;
}
@media (max-width: 768px) {
  article.agree-list-layout .all-box .agree-chk-box span.txt {
    font-size: 15px;
    line-height: 15px;
  }
}
article.agree-list-layout .all-box .agree-toggle-btn {
  position: absolute;
  right: 0;
  top: 3px;
  background: url("../images/ic_agree_toggle.svg") no-repeat center/16px 9px;
  width: 16px;
  height: 16px;
}
article.agree-list-layout .all-box .agree-toggle-btn.on {
  transform: rotate(-180deg);
}
article.agree-list-layout .list-box {
  display: none;
  padding-top: 10px;
  -webkit-transition: none;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
}
article.agree-list-layout .list-box .row + .row {
  margin-top: 10px;
}
@media (max-width: 768px) {
  article.agree-list-layout .list-box .row + .row {
    margin-top: 7px;
  }
}
article.agree-list-layout .agree-chk-box label {
  width: 100%;
  text-align: left;
  display: flex;
}
article.agree-list-layout .agree-chk-box label input {
  position: absolute;
  left: -9999px;
}
article.agree-list-layout .agree-chk-box label input:checked ~ i {
  background: url("../images/ic_agree_chk_on.svg") no-repeat center/cover;
}
article.agree-list-layout .agree-chk-box label i {
  background: url("../images/ic_agree_chk_off.svg") no-repeat center/cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 1079px) {
  article.agree-list-layout .agree-chk-box label i {
    top: 4px;
    width: 14px;
    height: 14px;
  }
}
article.agree-list-layout .agree-chk-box label .txt {
  width: 100%;
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #999999;
}
article.agree-list-layout .agree-chk-box label .txt a {
  color: #424ED7;
  font-weight: 500;
}
article.agree-list-layout .agree-chk-box label .txt b {
  color: #666666;
  font-weight: 500;
}
@media (max-width: 1079px) {
  article.agree-list-layout .agree-chk-box label .txt b {
    line-height: 22px;
    font-size: 15px;
  }
}
article.agree-list-layout .agree-chk-box label .txt .accent {
  color: #666666;
}
@media (max-width: 768px) {
  article.agree-list-layout .agree-chk-box label .txt {
    font-size: 12px;
    letter-spacing: -0.48px;
  }
}

/*# sourceMappingURL=franchise.css.map */
