@import url(../utilities_css/font.css);
/* 7.11 */
.profit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  max-width: 36rem;
  margin: 5rem auto;
}

.profit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 12px;
  width: 100%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5rem;
  padding: 2rem 0rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
  font-family: "Pretendard", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #138a3c;
}

.profit-item img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}
.profit-item .img_main_big {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}
/* new */
.blue-btn-group {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.blue-btn {
  width: 25rem;
  height: 6rem;
  border-radius: 2.3rem;
  background-color: #fdfffe;
  color: #058433;
  border: none;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  cursor: default;
}
.blue-btn.dif {
  margin-top: 3rem;
  display: flex;
  width: 25rem;
  height: 8rem;
  background-color: #058433;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  cursor: default;
  justify-content: center;
  align-items: center;
}
/* 1 */
.fran_wrap {
  max-width: 64rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.fran_wrap .fran_index {
  background: url("/assets/images/bgr_new_in_2.png") no-repeat top center;
  background-size: cover;
  height: 109.1rem;
}

.fran_wrap .fran_index.startup {
  background: url("/assets/images/bg_main_visual_2.png") no-repeat top center;
  background-size: cover;
  height: 109.1rem;
}

.startup_detail {
  position: relative;
  margin-top: 16.5rem;
  padding: 12.5rem 1rem 5.5rem;
  border-radius: 7rem;
  border: 0.2rem solid #9cdfc2;
}

.startup_detail .inner {
  max-width: 49.5rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.startup_detail .ic {
  position: absolute;
  top: -23.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.startup_detail .ic img {
  width: 10.6rem;
}

.startup_detail .contents p {
  font-size: 4.2rem;
  letter-spacing: -0.3rem;
  line-height: 1.3;
  color: #252525;
  font-family: "S";
  text-align: center;
  margin: 0;
}

.startup_detail .contents p span {
  color: #ed1b23;
}

.startup_detail .contents p + p {
  margin-top: 1.4rem;
}

.fran_wrap .fran_index.franchise {
  background: url("/assets/images/bg_main_visual_3.png") no-repeat top center;
  background-size: cover;
  height: 109.1rem;
}

.franchise-container {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  padding: 7rem 2rem 4rem;
  box-sizing: border-box;
}

.main-title {
  margin-top: unset;
  font-size: 5.9rem;
  letter-spacing: -0.4rem;
  line-height: 1.4;
  font-family: "S";
  text-align: center;
  margin-bottom: 4.2rem;
}

.fran_wrap .fran_index.startup .main-title {
  font-size: 5.2rem;
  margin-bottom: 0;
}

.fran_wrap .fran_index.franchise .main-title {
  margin-bottom: 0;
}

.fran_wrap .fran_index.franchise .main-title img {
  width: 4.3rem;
}

.fran_wrap .fran_index.franchise .main-txt {
  margin-top: 1.5rem;
}

.fran_wrap .fran_index.franchise .main-txt p {
  font-size: 3.4rem;
  letter-spacing: -0.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 1.2rem;
}

.fran_wrap .fran_index.franchise .main-txt span {
  font-size: 2.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  color: #616060;
  font-weight: bold;
  text-align: center;
}

.fran_wrap .fran_index.franchise .contact {
  height: 42rem;
  width: 100%;
  position: relative;
}

.fran_wrap .fran_index.franchise .contact .box_white {
  border-radius: 2.3rem;
  background-color: #fdfffe;
  padding: 1.2rem 3.5rem;
}

.fran_wrap .fran_index.franchise .contact .box_white p {
  font-size: 2rem;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #058433;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.fran_wrap .fran_index.franchise .contact .box_white:first-of-type {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.fran_wrap .fran_index.franchise .contact .box_white:nth-of-type(2) {
  position: absolute;
  top: 4.8rem;
  left: 3rem;
}

.fran_wrap .fran_index.franchise .contact .box_white:last-of-type {
  position: absolute;
  bottom: 6rem;
  right: 7.5rem;
}

.fran_wrap .fran_index.franchise .contact .box_green {
  padding: 3rem 9.8rem;
  border-radius: 2.4rem;
  background-color: #058433;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fran_wrap .fran_index.franchise .contact .box_green p {
  font-size: 4.2rem;
  letter-spacing: -3px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-wrap: nowrap;
}

.fran_wrap .fran_index.franchise .franchise_bot {
  background: url("/assets/images/franchise_bg.png") no-repeat center;
  background-size: 64rem 34rem;
  /* padding: 8.4rem 1rem; */
  padding: 9.4rem 1rem;
  margin-top: -5rem;
}

.fran_wrap .fran_index.franchise .franchise_bot .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.fran_wrap .fran_index.franchise .franchise_bot .ttl p {
  font-size: 3.4rem;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.fran_wrap .fran_index.franchise .franchise_bot .ttl .bg {
  background-color: #fff;
  padding: 0.2rem;
}

.fran_wrap .fran_index.franchise .franchise_bot .ttl .bg span {
  font-size: 3.2rem;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #058433;
  text-align: center;
}

.fran_wrap .fran_index.franchise .franchise_bot .detail {
  margin-top: 3rem;
}

.fran_wrap .fran_index.franchise .franchise_bot .detail .txt_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.fran_wrap .fran_index.franchise .franchise_bot .detail .txt_top p {
  font-size: 3.6rem;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.fran_wrap .fran_index.franchise .franchise_bot .detail .txt_top p span {
  font-size: 4.6rem;
  font-weight: 600;
}

.fran_wrap .fran_index.franchise .franchise_bot .detail .txt_top + .txt_top {
  /* margin-top: 1.8rem; */
}

.highlight-green {
  color: #19a64a;
}
.highlight-red {
  color: #ed1b23;
}
.dot-title {
  position: relative;
  display: inline-block;
  padding-top: 0.8rem;
}

.fran_wrap .fran_index.startup .dot-title::before,
.fran_wrap .fran_index.startup .dot-title::after {
  display: none;
}

.dot-title::before,
.dot-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #198c45;
  border-radius: 50%;
}

.dot-title::before {
  left: 5%;
}

.dot-title::after {
  right: 48.5%;
}

.fran_wrap .check-section {
  display: inline-block;
  text-align: left;
  margin-bottom: 4rem;
  position: relative;
  border-radius: 7rem;
  border: 2px solid #9cdfc2;
  background-color: #fff;
  padding: 10rem 1rem 8.5rem;
  max-width: 55rem;
  width: 100%;
  margin: 9.2rem auto 4rem;
}

.check-section {
  display: inline-block;
  text-align: left;
  margin-bottom: 4rem;
}

.check-section .check_ic {
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}

.check-section .check_ic img {
  width: 14.5rem;
}

.fran_wrap .check-item {
  font-size: 3.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}

.check-item {
  font-size: 3.2rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  color: #777777;
}

.fran_wrap .check-item + .fran_wrap .check-item {
  margin-top: 2rem;
}

.check-mark {
  color: #ed1b23;
  font-size: 3.2rem;
}

.focus-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #fff; */
  width: 53.8rem;
  height: 8.9rem;
  border-radius: 4.8rem;
  /* box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1); */
  margin: 0 auto;
}

.focus-box p {
  font-size: 2.9rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "S UI T";
  text-align: center;
  margin: 0;
  font-style: italic;
}

.focus-box .red {
  font-size: 6rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "S UI T";
  text-align: center;
  margin: 0;
  color: #d60000;
}
.chef-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.chef-image img {
  width: 65.4rem;
  height: 53.2rem;
}

/* 2 */
.bgr_sec2 {
  padding: 6rem 0 10rem 0;
  background-color: #e6f3ed;
}
.bgr_sec2 .intro_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgr_sec2 .intro_logo img {
  width: 15.2rem;
  height: auto;
  margin-bottom: 2.5rem;
}

.bgr_sec2 .intro_text {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  color: #252525;
  font-weight: 800;
  font-family: "S";
  text-align: center;
  margin-bottom: 4rem;
}
.bgr_sec2 .intro_store img {
  width: 58.1rem;
  height: auto;
  border-radius: 4rem;
  display: block;
  margin: 0 auto;
}

/*  */
.wrap_sec2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background-color: #e8f5ee;
  text-align: center;
  box-sizing: border-box;
}

.info_box {
  padding-top: 7rem;
  background: #fff;
  width: 58.1rem;
  height: 63.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  box-sizing: border-box;
  display: inline-block;
  max-width: 64rem;
}

.info_icon {
  margin-bottom: 3rem;
}

.info_icon img {
  width: 8.2rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.info_title {
  font-size: 4.6rem;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 800;
  font-family: "S";
  text-align: center;
  margin-bottom: 2.5rem;
}

.info_sales p {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  font-family: "NanumSquareNeovariable";
  text-align: center;
  font-style: italic;
  font-weight: 800;
}
.info_sales .avg,
.info_sales .top {
  color: #058433;
}
.info_sales .top {
  margin-top: 1.2rem;
}
.info_sales .avg {
  margin-bottom: 0;
}
.info_sales .red {
  color: #ed1b23;
}

.info_invest {
  margin: 0 auto;
  text-align: center;
  width: 52.3rem;
  height: 12.4rem;
  border-radius: 3rem;
  background-color: #ffffff;
  border: 0.3rem dashed #ff5656;
  margin-top: 3rem;
}

.info_invest p {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #777777;
  font-weight: 600;
  font-family: "NotoSansCJKkr";
  text-align: center;
  /* margin: 0.8rem 0; */
  margin: 1.8rem 0;
}
.info_invest .red {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #ed1b23;
  font-weight: 600;
  font-family: "NotoSansCJKkr";
  text-align: center;
  margin: 0.8rem 0;
}
.info_invest .green {
  color: #058433;
  font-weight: 800;
}
/*  */
.info_box.dif {
  padding-top: 7rem;
  background: #fff;
  width: 58.1rem;
  height: 66.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  box-sizing: border-box;
  display: inline-block;
  max-width: 64rem;
}
.icon_sec2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.icon_sec2 img {
  width: 8rem;
  height: auto;
  display: block;
}

.title_sec2 {
  font-size: 4.6rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  font-family: "S";
  text-align: center;
}

.desc_sec2 {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #777777;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  text-align: center;
}
.desc_sec2 .big_red {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #ed1b23;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  text-align: center;
}
.desc_sec2 strong {
  display: block;
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  margin-top: 2rem;
  color: #000;
  font-weight: 800;
}
/* 3 */
.wrap_food {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.wrap_food .food_icon {
  margin: -7.5rem 0;
  z-index: 9;
}

.wrap_food .food_icon img {
  width: 10.3rem;
}
.sec3 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background-color: #e8f5ee;
  text-align: center;
  padding: 8rem 3rem 12rem;
  box-sizing: border-box;
}

.sec3 .circle_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 5rem;
  position: relative;
}

.sec3 .circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "Pretendard", sans-serif;
}

.sec3 .circle.green {
  border: 0.2rem solid #058433;
  color: #058433;
}

.sec3 .circle.red {
  border: 0.2rem solid #ed1b23;
  color: #ed1b23;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  z-index: 2;
}

.sec3 .food_image img {
  width: 100%;
  max-width: 64rem;
  height: auto;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  display: block;
}

.sec3 .content_box {
  background: #fff;
  border: 0.2rem solid #c7e8d7;
  border-top: none;
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
  padding: 5.5rem 2rem 6rem;
  box-sizing: border-box;
  margin-top: -0.4rem;
}
.sec3 .content_box .check-section .wrap_box {
  margin: 0 auto;
  text-align: center;
  width: 52.3rem;
  height: 13.4rem;
  border-radius: 3rem;
  background-color: #ffffff;
  border: 0.3rem dashed #ff5656;
  margin-top: 3rem;
}
.sec3 .content_title {
  margin-top: 0;
  font-size: 4.6rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  font-family: "S";
  text-align: center;
  margin-bottom: 4rem;
}

.check-item.dif {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #777777;
  font-weight: 600;
  font-family: "NotoSansCJKkr";
  text-align: center;
}
.check-section .check-item.dif:nth-of-type(2) {
  /* margin-bottom: 2.5rem; */
}
.check-item.same.dif {
  color: #000000;
  margin-top: 2.2rem;
}
.check-item.same {
  font-size: 3.4rem;
  /* font-size: 2.3rem; */
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
  font-family: "NotoSansCJKkr";
  text-align: center;
}
/* 4 */
.wrap_item_menu {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}
.sec4 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background-color: #e8f5ee;
  text-align: center;
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
}

.sec4 .sec4_sub_title {
  margin-top: 0;
  font-size: 4.4rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "S";
  text-align: center;
  margin-bottom: 2.5rem;
}

.sec4 .sec4_sub_title .green {
  color: #058433;
}

.sec4 .sec4_sub_title .red {
  color: #ed1b23;
}

.sec4 .sec4_main_text {
  margin-top: 0;
  font-size: 4.9rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #252525;
  font-weight: 800;
  font-family: "S";
  text-align: center;
  margin-bottom: 6rem;
}

.sec4 .sec4_food {
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
}

.sec4 .sec4_food_img {
  width: 100%;
  max-width: 64rem;
  height: auto;
  display: block;
}

.sec4 .sec4_tag {
  position: absolute;
  top: 5rem;
  right: 9rem;
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  font-family: "S";
  padding: 0.7rem 0.8rem;
  width: 9.1rem;
  height: 11.5rem;
  border-radius: 1rem;
  background-color: #ed1b23;
}

.sec4 .sec4_bottom {
  position: absolute;
  bottom: -16.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.sec4 .sec4_icon {
  width: 28.1rem;
  height: auto;
  display: block;
  margin: 0 auto 1.4rem;
}
/* story */
.sec4_story {
  margin-top: 14rem;
  text-align: center;
}

.sec4_story .story_text {
  font-size: 2.9rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #252525;
  font-family: "NotoSansCJKkr";
  text-align: center;
  /* margin-bottom: 4rem; */
  font-weight: 500;
}

.sec4_story .story_quote {
  font-size: 2.9rem;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-family: "NotoSansCJKkr";
  text-align: center;
  font-weight: 500;
  margin-bottom: 5rem;
}
.sec4_story .story_quote span {
  display: inline-block;
  margin-bottom: 1.8rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  /* color: #252525; */
  color: #ed1b23;
  font-family: "NotoSansCJKkr";
  text-align: center;
}

.sec4_story .story_img {
  margin: 2.5rem 0 4rem;
}

.sec4_story .story_img img {
  width: 24.8rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sec4 .sec4_icon.dif {
  width: 50.3rem;
  height: auto;
  display: block;
  margin: 0 auto 1.4rem;
}
/* 5 */
.sec5 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  padding: 10rem 2rem 8rem;
  box-sizing: border-box;
}

.sec5 .circle_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 5rem;
  position: relative;
}

.sec5 .circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "Pretendard", sans-serif;
}

.sec5 .circle.green {
  border: 0.2rem solid #058433;
  color: #058433;
}

.sec5 .circle.red {
  border: 0.2rem solid #ed1b23;
  color: #ed1b23;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  z-index: 2;
}
/*  */

.sec5 .sec5_title {
  font-size: 4.5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #252525;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 8rem;
}

.sec5 .sec5_title .green {
  color: #058433;
}

.sec5 .sales_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sec5 .sales_item {
  width: 58.3rem;
  height: 68.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  padding: 4rem 8rem;
  box-sizing: border-box;
}

.sec5 .sales_item.green_bg {
  background-color: #e8f5ee;
  border-color: #e8f5ee;
}

.sec5 .sales_img {
  width: 25.7rem;
  height: auto;
  margin-bottom: 4rem;
}

.sec5 .sales_img_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.sec5 .sales_label {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  width: 43.9rem;
  height: 9.2rem;
  border-radius: 4.6rem;
  background-color: #696969;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec5 .sales_info {
  list-style: none;
  text-align: center;
  margin-top: 3.5rem;
  padding: 0;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}
.sec5 .sales_info li {
  padding: 1rem 0;
  border-bottom: 0.2rem solid #ddd;
}
.sec5 .sales_info li:last-child {
  border-bottom: none;
}
.sec5 .sales_info .green {
  color: #058433;
}

.sec5.green_bg {
  width: 66.3rem;
  height: 68.8rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #e3fff2;
  padding: 4rem 8rem;
  box-sizing: border-box;
}
.sec5 .sales_img.dif {
  width: 25.7rem;
  height: auto;
  margin-bottom: 4rem;
}
.sec5 .arrow_down {
  position: relative;
  width: 100%;
  margin: -3.98rem 0 -3.98rem 0;
  z-index: 2;
}
.sec5 .sales_label.dif {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  width: 43.9rem;
  height: 9.2rem;
  border-radius: 4.6rem;
  background-color: #81f8c2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5 .arrow_down img {
  width: 8rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* 6 */
.sec6 {
  max-width: 64rem;
  padding-bottom: 2rem;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.sec6_title {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}

.sec6_subtitle {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #777777;
  font-family: "NotoSansCJKkr";
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 7rem;
}

.sec6_swiper {
  position: relative;
  width: 100%;
  max-width: 64rem;
  overflow: hidden;
  padding-bottom: 8rem;
}

.sec6_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec6_swiper .swiper-slide img {
  width: 63.1rem;
  height: 97.5rem;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15);
}

.sec6-pagination {
  position: relative;
  /* margin-top: 2.5rem; */
  bottom: 0 !important;
}

.sec6-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #ddd;
  opacity: 1;
  margin: 0 0.6rem !important;
  transition: all 0.3s ease;
}

.sec6_swiper .swiper-wrapper {
  height: 105.5rem;
}

.sec6_swiper .swiper-slide {
  height: 97.5rem;
  padding-bottom: 8rem;
}

.sec6-pagination .swiper-pagination-bullet-active {
  background: #333;
  width: 1.6rem;
  height: 1.6rem;
}
.sec6 .swiper-horizontal > .swiper-pagination-bullets,
.sec6-pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec6 .swiper-pagination-custom,
.sec6 .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* 7 */
.sec7 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff 0%, #eef7f3 60%, #eef7f3 100%);
  text-align: center;
  padding: 4rem 2rem 4rem;
  box-sizing: border-box;
}

.sec7_title {
  /* font-size: 5rem; */
  font-size: 4.6rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  margin-bottom: 3rem;
}

.sec7_title .green {
  color: #058433;
}

.sec7_subtitle {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #777777;
  font-family: "NotoSansCJKkr";
  text-align: center;
  /* margin-bottom: -7rem; */
}

.sec7_swiper {
  position: relative;
  width: 100%;
  max-width: 64rem;
  overflow: hidden;
  padding-bottom: 5rem;
}

.sec7_swiper .swiper-wrapper {
  height: unset;
  padding-bottom: 8rem;
}

.sec7_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54.4rem;
}

.sec7_swiper .swiper-slide img {
  width: 60.1rem;
  height: 54.4rem;
}

.sec7-pagination {
  position: relative;
  margin-top: 2.5rem;
  bottom: 0 !important;
}

.sec7-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #ddd;
  opacity: 1;
  margin: 0 0.6rem !important;
  transition: all 0.3s ease;
}

.sec7-pagination .swiper-pagination-bullet-active {
  background: #333;
  width: 1.6rem;
  height: 1.6rem;
}
.sec7 .swiper-horizontal > .swiper-pagination-bullets,
.sec7 .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec7 .swiper-pagination-custom,
.sec7 .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 5rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* 8 */
.sec8 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background: #eef7f3;
  text-align: center;
  padding: 8rem 2rem 8rem;
  box-sizing: border-box;
}

.sec8_header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}

.sec8_logo {
  width: 16.7rem;
  height: auto;
  display: block;
}

.sec8_title {
  margin-top: 0rem;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: end;
  font-weight: 800;
  margin-left: -11rem;
}

.sec8_subtitle {
  margin-top: -5rem;
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-family: "NotoSansCJKkr";
  text-align: center;
  margin-bottom: 7rem;
}

.sec8_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.sec8_gallery .gallery_item {
  border-radius: 2rem;
  overflow: hidden;
}

.sec8_gallery .gallery_item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15);
}
/* 9 */
.sec9 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #eef7f3 0%, #ffffff 3%);
  text-align: center;
  padding: 0 2rem 5rem;
  box-sizing: border-box;
}

.sec9_title {
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 5.5rem;
}

.sec9_title .green {
  color: #058433;
}
.wrap_box_sec9 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec9_box {
  width: 58.3rem;
  height: 72.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 2px solid #9cdfc2;
  padding: 8rem 2rem;
  box-sizing: border-box;
  max-width: 66rem;
  margin: 0 auto;
}

.sec9_icon img {
  width: 9.5rem;
  height: auto;
  display: block;
  margin: 0 auto 3.5rem;
}

.sec9_subtitle {
  margin-top: 0;
  font-size: 4rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 3rem;
}

.sec9_list {
  list-style: none;
  padding: 0;
  /* margin: 0 auto 3rem; */
  margin: 0 auto;
  text-align: center;
}

/* .sec9_list li {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
} */
.sec9_list .check-section .check-item {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #777777;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
}

.sec9_total {
  margin-top: 0;
  font-size: 4.2rem;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  color: #ed1b23;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 0;
}

.sec9_total span {
  font-size: 4.2rem;
}

.sec9_note {
  margin-top: 0;
  font-size: 3.1rem;
  color: #058433;
  line-height: 1.3;
}

.sec9_icon.dif img {
  width: 14rem;
  height: auto;
  display: block;
  margin: 0 auto 3.5rem;
}
.sec9_list .highlight_box {
  display: inline-block;
  width: 44.4rem;
  height: 11.8rem;
  border-radius: 5.9rem;
  background-color: #d5f2e4;
  /* padding: 2rem 6rem; */
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 3.5rem;
}
.sec9_icon.dif1 img {
  width: 15.2rem;
  height: auto;
  display: block;
  margin: 0 auto 3.5rem;
}
/* 10 */
.sec10 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff 0%, #eef7f3 12%);
  text-align: center;
  padding: 10rem 2rem 5rem;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
}
.wrap_sec10 {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.sec10_content_box {
  width: 58.3rem;
  height: 91.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  padding: 5.5rem 2rem 8rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec10_title {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 800;
}
.sec10_title .green {
  color: #058433;
}

.sec10_invest_total {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 1.2rem 4.5rem;
  border-radius: 10rem;
  margin-bottom: -3.7rem;
}
.sec10_invest_total span {
  color: #ffb74d;
}

/* Before / After */
.sec10_before_after {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.5rem;
  margin-bottom: 0;
}

.sec10_before_after .img_box {
  text-align: center;
}

.sec10_before_after img {
  width: 24rem;
  height: auto;
  border-radius: 3rem;
}

.sec10_before_after .label {
  margin-top: 1rem;
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}
.sec10_before_after .label.gray {
  color: #777;
}
.sec10_before_after .label.red {
  color: #ed1b23;
}

/* 투자항목 */

.sec10_invest_title {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
  width: 51.4rem;
  height: 6.8rem;
  border-radius: 3.4rem;
  background-color: #d7eff2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.5rem;
}

/* .sec10_invest_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 2rem;
} */
.sec10_invest_list {
  padding-left: 0;
}
.sec10_invest_list .check-section .check-item {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #777777;
  font-weight: 500;
  font-family: "Pretendard";
  text-align: center;
}
/* 매출 변화 박스 */
.sec10_result_box {
  /* padding: 3.5rem 2rem; */
  margin: 0 auto;
  text-align: center;
  width: 52.3rem;
  height: 27.4rem;
  border-radius: 3rem;
  background-color: #ffffff;
  border: 0.3rem dashed #ff5656;
}

.sec10_result_box p {
  margin: 2rem 0;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #252525;
  font-weight: 600;
  font-family: "Pretendard";
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}

.sec10_result_box .arrow_group {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin: 2rem 0;
}
.sec10_result_box .arrow_group img {
  width: 4.1rem;
  height: auto;
}

.sec10_result_box .highlight {
  font-size: 3.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000;
  font-weight: 900;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 1rem;
  text-decoration: underline;
  text-decoration-color: #252525;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}
.sec10_content_box.dif {
  width: 58.3rem;
  height: 87.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  padding: 6.5rem 2rem 8rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec10_result_box.dif {
  /* padding: 3.5rem 2rem; */
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 52rem;
  height: fit-content;
  border-radius: 3rem;
  background-color: #ffffff;
  border: 0.3rem dashed #ff5656;
}
.sec10_before_after .label.black {
  color: #000000;
}
/* 11 */
.sec11 {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  background: #eef7f3;
  text-align: center;
  padding: 5rem 2rem 8rem;
  box-sizing: border-box;
}

.sec11_title {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  margin-bottom: 3rem;
}
.sec11_title .green {
  color: #058433;
}

.sec11_subtitle {
  margin-top: 0;
  display: inline-block;
  background: #fff;
  border-radius: 7.7rem;
  padding: 1.8rem 4rem;
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
  text-align: center;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.05);
  /* margin-bottom: -9rem; */
}
.sec11_subtitle .red {
  display: inline-block;
  margin-top: 1rem;
  color: #ff5656;
  font-weight: 700;
}

.sec11-pagination {
  bottom: 0 !important;
}

.sec11_swiper {
  position: relative;
  width: 100%;
  max-width: 64rem;
  overflow: hidden;
}

.sec11_swiper .swiper-wrapper {
  height: unset;
  margin-top: 5rem;
}

.sec11_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44.6rem;
  padding-bottom: 8rem;
}

.sec11_swiper .swiper-slide img {
  width: 69.3rem;
  max-width: 100%;
  height: 44.6rem;
  border-radius: 1.5rem;
  display: block;
  margin: 0 auto;
}

.sec11-pagination {
  position: relative;
  margin-top: 2.5rem;
}

.sec11-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #ddd;
  opacity: 1;
  margin: 0 0.6rem !important;
  transition: all 0.3s ease;
}

.sec11-pagination .swiper-pagination-bullet-active {
  background: #333;
  width: 1.6rem;
  height: 1.6rem;
}
.sec11 .swiper-horizontal > .swiper-pagination-bullets,
.sec11 .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec11 .swiper-pagination-custom,
.sec11 .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* 12 */
.sec12 {
  max-width: 64rem;
  margin: 0 auto;
  background: #eef7f3;
  padding: 3rem 2rem 10rem;
  text-align: center;
}

.sec12_icon img {
  width: 6.4rem;
  height: auto;
  margin-bottom: 2rem;
}

.sec12_title {
  margin-top: 0;
  font-weight: 800;
  font-size: 4.4rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  margin-bottom: 2rem;
}
.sec12_title .green {
  color: #058433;
}

.sec12_subtitle {
  font-size: 2.7rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #777777;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 5rem;
}
.sec12_subtitle .bold {
  font-weight: 600;
  color: #000;
}

/* table */
.sec12_table_title {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000000;
  font-weight: bold;
  font-family: "Pretendard";
}

.sec12_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 2.6rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.05);
}

/* Header */
.sec12_table thead th {
  background: #222;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding: 1.4rem 0;
  border-right: 1px solid #fff;
}
.sec12_table thead th:last-child {
  border-right: none;
}

.sec12_table tbody td {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #ddd;
  color: #222;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-family: "Pretendard";
  text-align: center;
}

.sec12_table tbody .sum_row td {
  background: #fafafa;
  font-weight: 600;
}

.sec12_table tbody .profit_row td {
  padding: 1.4rem 0;
  background: #a50000;
  color: #fff;
  font-weight: 700;
}
.sec12_table td:nth-child(2),
.sec12_table th:nth-child(2) {
  border-left: 0.4rem solid #ffb821;
  border-right: 0.4rem solid #ffb821;
}

.sec12_table thead th:nth-child(2) {
  border-top: 0.4rem solid #ffb821;
}

.sec12_table tbody tr:last-child td:nth-child(2) {
  border-bottom: 0.4rem solid #ffb821;
}
.sec12_notes {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000000;
  font-family: "Pretendard";
  font-weight: 600;
}
.sec12_table th:nth-child(3),
.sec12_table td:nth-child(3) {
  border-right: 0.1rem solid #000;
}
.sec12_notes li {
  margin-bottom: 0.4rem;
}
.sec12_table tbody tr:not(:last-child) td:first-child {
  background-color: #e1fbee;
}
/* 13 */
.sec13 {
  background-color: #eef7f3;
  text-align: center;
  padding: 10rem 2rem;
}

.sec13_inner {
  max-width: 64rem;
  margin: 0 auto;
}
.menu_text {
  margin-top: -3.8rem;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  color: #000000;
  font-family: "T TComsetak R";
  text-align: center;
  margin-bottom: 3.8rem;
  font-weight: 700;
}
.sec13_title_img {
  margin-top: -27.9rem;
  margin-bottom: -12rem;
  margin-left: -2rem;
  width: calc(100% + 4rem);
}
.wrap_big_dif {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  /* padding-bottom: 11.5rem; */
}
.wrap_img_sec13 {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.sec13_items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sec13_items .sec13_col h4 {
  font-size: 2.4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  color: #000000;
  font-family: "T TComsetak R";
  text-align: center;
  margin-bottom: 2.2rem;
}
.sec13_items .sec13_col img {
  width: 100%;
}
.img_sec13_1 img {
  width: 100%;
}
.img_sec13_2 img {
  width: 100%;
}
/* 14 */
.sec14 {
  background-color: #eef7f3;
  text-align: center;
  padding: 0 2rem 5.5rem;
}

.sec14_inner {
  max-width: 64rem;
  margin: 0 auto;
}

.sec14_title {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 800;
  font-family: "S";
  text-align: center;
  margin-bottom: 2.4rem;
}

.sec14_title .green {
  color: #058433;
}

.sec14_subtitle {
  margin-top: 0;
  /* font-size: 2.4rem; */
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #252525;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 5.5rem;
}

.highlight_tag {
  display: inline-block;
  background-color: #ed1b23;
  color: #fff;
  font-weight: 700;
  /* font-size: 2.2rem; */
  font-size: 3rem;
  padding: 0.3rem 0.3rem;
  border-radius: 0.4rem;
  line-height: 1;
}

/* GRID */
.sec14_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* BOX */
.sec14_item {
  position: relative;
  background: #fff;
  border-radius: 2.5rem;
  border: 0.15rem solid #cbead9;
  padding: 3.5rem 0;
  width: 19rem;
  height: 20rem;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.sec14_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 6.149;
  z-index: 0;
}

.sec14_item h4,
.sec14_item p,
.sec14_item .divider {
  position: relative;
  z-index: 1;
}

.sec14_item_title {
  margin-top: 0;
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 1.4rem;
}
.sec14_item_title .black {
  color: #000;
}
.sec14_item_title .red {
  color: #bf2628;
}

.divider_sec14 {
  width: 0.2rem;
  height: 3.5rem;
  background-color: #000000;
  margin: 0 auto 2rem;
  opacity: 0.5;
}

.sec14_item_text {
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}

.sec14_item.bg_food1::before {
  background-image: url("/assets/images/bg_food1.png");
}
.sec14_item.bg_food2::before {
  background-image: url("/assets/images/bg_food2.png");
}
.sec14_item.bg_food3::before {
  background-image: url("/assets/images/bg_food3.png");
}

/* 15 */

.sec15 {
  background-color: #eef7f3;
  text-align: center;
  padding: 4rem 0 10rem;
}

.sec15_inner {
  max-width: 64rem;
  margin: 0 auto;
}

.sec15_header .yt_icon {
  width: 8rem;
  height: auto;
  margin-bottom: 3rem;
}

.sec15_desc {
  margin-top: 0;
  font-size: 3.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem;
}
.sec15_desc .green {
  color: #058433;
}

.sec15_img_box {
  position: relative;
  margin-bottom: 1rem;
}

.sec15_img {
  width: 100%;
  display: block;
  height: 33.5rem;
}

/* Text overlay */
.sec15_img_text {
  position: absolute;
  bottom: 1.2rem;
  left: 1rem;
  width: 100%;
  font-weight: 800;
  font-size: 4.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #ffffff;
  font-family: "KoreanBRSG" !important;
  text-align: left;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.sec15_img_text .white {
  color: #fff;
}

.sec15_img_text .yellow {
  color: #ffd21f;
}
.sec15_img_text .pink {
  color: #ff7676;
}
/*  */
.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  cursor: pointer;
}

.video-overlay img {
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
  display: block;
}

/* 16 */
.sec16 {
  background: #eef7f3;
  text-align: center;
  padding: 1.5rem 2rem;
}

.sec16_inner {
  max-width: 64rem;
  margin: 0 auto;
}

/* Header */
.sec16_icon {
  width: 7.4rem;
  height: auto;
  margin-bottom: 2.5rem;
}

.sec16_title {
  margin-top: 0;
  /* font-size: 5rem; */
  font-size: 4.8rem;
  letter-spacing: -0.2rem;
  line-height: 1.2;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 5rem;
}
.sec16_title .green {
  color: #058433;
}

/* Box 혜택 */
.sec16_box {
  /* width: 58.3rem; */
  height: 36.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  /* margin: 0 auto; */
  padding: 4rem 3rem;
  box-sizing: border-box;
}
.wrap_sec16_img {
  display: flex;
  gap: 1.1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrap_sec16_img img {
  margin-top: -4rem;
  width: 4.7rem;
}
.sec16_box_title {
  font-size: 4.4rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  font-family: "Pretendard";
  text-align: center;
  margin-bottom: 5rem;
}
.wrap_box_sec16 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/*  */
.sec16_summary {
  margin-top: 5.5rem;
  text-align: center;
}

.sec16_title_add {
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 5rem;
}

.sec16_box.dif {
  /* width: 59.5rem; */
  height: 49.4rem;
  border-radius: 7rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  /* margin: 0 auto; */
  padding: 5.5rem 0rem;
  box-sizing: border-box;
}
.check-item.dif {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  line-height: 1.5;
  /* color: #000000; */
  color: #777777;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}
.check-item.dif.dif1 {
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
  line-height: 1.5;
  /* color: #000000; */
  color: #777777;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}
.text_end {
  margin-top: 4rem;
}
.text_end .sec16_warning_add {
  font-size: 3.5rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #000000;
  font-family: "KoreanBRSG";
  text-align: center;
  margin-bottom: 0;
}
.text_end .sec16_action_add {
  margin-top: 0;
  font-size: 3.5rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  color: #0e8739;
  font-family: "KoreanBRSG";
  text-align: center;
}
/* 17 */
.sec17 {
  background: #eef7f3;
  padding: 8rem 6.8rem 8rem;
  text-align: left;
  max-width: 64rem;
  margin: 0 auto;
}

.sec17_title {
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 1.4;
  color: #000000;
  font-family: "S";
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem;
}
.sec17_title .green {
  color: #058433;
}

.sec17_form label {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000000;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  margin-bottom: 1rem;
  display: block;
}

.sec17_form input,
.sec17_form textarea {
  width: 100%;
  height: 5.9rem;
  border-radius: 0.3rem;
  background-color: #ffffff;
  border: 0.2rem solid #9cdfc2;
  padding: 1rem;
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #777777;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
  margin-bottom: 2.5rem;
  box-sizing: border-box;
}

.sec17_form input:focus,
.sec17_form textarea:focus {
  border: 0.2rem solid #058433;
  outline: none;
}

.sec17_form textarea {
  height: 12.7rem;
  resize: none;
}

.sec17_check_group {
  margin-top: 0.5rem;
  font-size: 2.6rem;
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
.sec17_check_group input {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 0.6rem;
}

.sec17_submit {
  width: 100%;
  height: 7.4rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0px 9px 13.5px rgba(14, 135, 57, 0.4));
  background-color: #0e8739;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  text-align: center;
  border: none;
  cursor: pointer;
  margin-bottom: 3rem;
}

.sec17_privacy {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec17_privacy input {
  width: 2.4rem;
  height: 2.4rem;
}
.sec17_check_group label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec17_check_group .check.dif {
  margin-bottom: 0.5rem;
}
.sec17_check_group.dif {
  margin-top: 3rem;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #000000;
  font-family: "NotoSansCJKkr";
  display: flex;
  gap: 0.8rem;
  justify-content: flex-start;
  align-items: center;
}
.form_note {
  /* margin-top: 0; */
  font-size: 2.8rem;
  letter-spacing: 0rem;
  line-height: 1.3;
  color: #ed1b23;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: left;
}
.chk_custom {
  appearance: none;
  -webkit-appearance: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 0.2rem solid #555;
  border-radius: 0.3rem;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.chk_custom:checked::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0.7rem;
  width: 1.2rem;
  height: 2.1rem;
  border-right: 0.55rem solid #c30000;
  border-bottom: 0.55rem solid #c30000;
  transform: rotate(45deg);
}
.sec17_form .sec17_check_group .check.dif.chk_custom {
  border: 2px solid #444444;
}
/* popup */
.popup_wrap {
  display: none;
  position: fixed;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.popup_wrap .popup_container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51rem;
  height: 51rem;
  z-index: 2;
  max-width: unset;
}
.popup_wrap .popup_container .top {
  height: 3.75rem;
  line-height: 2.125rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  background: #252525;
  padding: 0.75rem 0.75rem 0.75rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup_wrap .popup_container .content {
  height: calc(100% - 4.1875rem);
  background: #fff;
  padding: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.popup_wrap .content .padding {
  height: 100%;
  overflow-y: auto;
  font-family: "Noto Sans KR";
  font-size: 1.6rem;
}

.popup_video .popup_container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70rem;
  height: 40rem;
  z-index: 2;
  background-color: #fff;
}
.fran-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 5px;
}

.fran-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.visual_fran {
  position: relative;
}
.fran-pagination {
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fran_wrap .swiper-horizontal > .swiper-pagination-bullets,
.fran_wrap
  .fran-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.fran_wrap .swiper-pagination-custom,
.fran_wrap .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 2rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.popup_container .top .close {
  background: none;
  border: none;
}
@media screen and (max-width: 640px) {
  body > * {
    max-width: 100% !important;
  }
  .fran_wrap {
    max-width: 100%;
  }

  .fran_wrap .fran_index.franchise .franchise_bot {
    background-size: 72rem 34rem;
  }
}
