/* intro1_wrap 시작 */

.main1_wrap {
  height: 720px;
  background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(184, 227, 255, 1) 100%);
  background-image: url(../img/pages/index/main1_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  color: var(--black-text);
  animation: main1_fadein 5s ease 1s;
  -webkit-animation: main1_fadein 1s;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

@keyframes main1_fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes main1_fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.main1_wrap .main1_content {
  margin-top: 130px;
}

.main1_wrap .main1_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  max-width: 1120px;
  margin: 0 auto;
  letter-spacing: -1.5px;
}

.main1_wrap .main1_tit h1 {
  font-size: var(--heading1-title);
  line-height: var(--heading1-title-lh);
  font-weight: 300;
}

.main1_wrap .main1_tit h1 span {
  font-weight: 500;
}

.main1_wrap .main1_tit h2 {
  color: var(--main-color);
  font-size: var(--heading5-title);
  line-height: var(--heading5-title-lh);
  font-weight: 500;
  margin-top: 20px;
}

.main1_wrap .main1_tit h6 {
  background: var(--main-color);
  color: var(--white-text);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 400;
  position: relative;
  margin-top: 40px;
}

.main1_wrap .main1_tit h6::after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: var(--main-color);
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -10px;
}


.main1_wrap .main1_txt {
  margin-top: 35px;
}

.main1_wrap .main1_txt .main1_swiper {
  overflow: visible;
}

.main1_wrap .main1_txt .main1_swiper .swiper-slide {
  background: var(--white-text);
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  scale: 0.9;
  opacity: 0.7;
  transition: 0.3s;
  height: 180px;
}

.main1_wrap .main1_txt .main1_swiper .swiper-slide p {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 500;
  color: var(--gary-background60);
  width: 100%;
  display: flex;
  align-items: flex-start;

}

.main1_wrap .main1_txt .main1_swiper .swiper-slide img {
  max-width: 100px;
}

.main1_wrap .main1_txt .main1_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  box-shadow: 0px 0px 10px 5px rgb(0, 153, 255, 0.2);
}

.main1_wrap .main1_txt .main1_swiper .swiper-slide.swiper-slide-active p {
  color: var(--main-color);
}

.main1_wrap .main1_txt .main1_swiper .swiper-slide.swiper-slide-active.swiper-slide {
  scale: 1;
}

.main1_wrap > a {
  background: var(--bg5);
  color: var(--white-text);
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
  gap: 10px;
  border-radius: 12px;
  padding: 12px 20px;
  z-index: 9;
  position: fixed;
  bottom: 20px;
  max-width: 1120px;
  width: 92%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 1px solid var(--white-text);
  font-size: var(--heading8-title);
  line-height: var(--heading8-title-lh);
  
}

@media (max-width: 1400px) {
  .main1_wrap > a {
    width: 75%;
  }
}

@media (max-width: 1099px) {
  .main1_wrap > a {
    width: 70%;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .main1_wrap .main1_content {
    margin-top: 160px;
  }

  .main1_wrap .main1_tit {
    width: 92%;
  }

  .main1_wrap .main1_tit h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .main1_wrap .main1_tit h2 {
    font-size: 1.6rem;
  }

  .main1_wrap .main1_tit h6 {
    font-size: 1.2rem;
    margin-top: 30px;
  }

  .main1_wrap .main1_txt .main1_swiper .swiper-slide p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  

  .main1_wrap > a {
    width: 80%;
    left: 3%;
    transform: translate(0%, 0%);
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {

    .main1_wrap {
      height: 650px;
    }

    .main1_wrap .main1_content {
      margin-top: 120px;
    }

    .main1_wrap .main1_tit h1 {
      font-size: var(--heading7-title);
      line-height: var(--heading7-title-lh);
    }

    .main1_wrap .main1_tit h2 {
      font-size: var(--body1-title);
      line-height: var(--body1-title-lh);
      margin-top: 12px;
    }

    .main1_wrap .main1_tit h6 {
      font-size: var(--body1-title );
      line-height: var(--body1-title-lh);
      margin-top: 20px;
    }

    .main1_wrap .main1_txt .main1_swiper .swiper-slide p {

      font-size: var(--heading8-title);
      line-height: var(--heading8-title-lh);
    }

    .main1_wrap .main1_txt .main1_swiper .swiper-slide {
      height: auto;
    }

    .main1_wrap .main1_txt .main1_swiper .swiper-slide img {
      max-width: 65px;
    }

    .main1_wrap > a {
      width: 72%;
      font-size: var(--body1-title);
      line-height: var(--body1-title-lh);
    }

}

@media (max-width : 475px) {

    .main1_wrap {
      height: 520px;
    }

  .main1_wrap .main1_txt p.main1_p1 {
    top: 95px;
  }

  .main1_wrap .main1_txt p.main1_p2 {
    top: 270px;
  }

  .main1_wrap > a {
    width: 65%;
  }

}


@media (max-width: 320px) {
  .main1_wrap {
      height: 480px;
    }

  .main1_wrap .main1_tit h1 {
      font-size: var(--heading9-title);
      line-height: var(--heading9-title-lh);
  }

  .main1_wrap .main1_txt .main1_swiper .swiper-slide p {
      font-size: var(--body1-title);
      line-height: var(--body1-title-lh);
    }

    .main1_wrap .main1_txt .main1_swiper .swiper-slide img {
      max-width: 50px;
    }
}



/* main1_wrap 끝 */

/* b2b/b2c 겶제 프로세스 시작 */

.process_wrap {
  margin: 120px auto;
  text-align: center;
  background: var(--gary-background5);
  padding: 120px 30px;
}

.process_wrap .process_tit p {
  border-radius: 50px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 8px 20px;
  display: inline-block;
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
}

.process_wrap .process_tit h3 {  
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 500;
  margin: 8px auto;
}

.process_wrap .process_tit h4 {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 300;
  color: var(--black-text);
}

.process_wrap .process_txt .img_box {
  margin: 40px 0;
}

.process_wrap .process_txt .list_box {
  display: flex;
  max-width: 1120px;
  width: 100%;
  margin: 0px auto;
  gap: 20px;
}

.process_wrap .list_box .process {
  width: calc(50% - 0px);
  background: var(--white-text);
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px rgb(255, 255, 255, 0.4);
  color: var(--gary-background60);
}

.process_wrap .list_box .process h4 {  
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 400;
}


.process_wrap .list_box .process h5 {
  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 400;
}

.process_wrap .list_box .process > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.process_wrap .list_box .process > div ul {
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
  gap: 8px;
}

.process_wrap .list_box .process > div ul li {
  background: var(--bg2);
  padding: 4px;
  border-radius: 8px 4px;
  color: var(--main-color);
  font-size: var(--body1-title);
  line-height: var(--body1-title-lh);
}

.process_wrap .list_box .process > div img {
  width: 30px;
}

.process_wrap .list_box .process > div p {
  color: var(--main-color);
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 300;
  width: 95%;
}

@media (max-width: 1099px) {
  .process_wrap .list_box .process > div p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .process_wrap .process_tit p {
    font-size: 1.2rem;
  }

  .process_wrap .process_tit h3 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .process_wrap .process_tit h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .process_wrap .process_txt .img_box {
    margin-bottom: 32px;
  }

  .process_wrap .process_txt .img_box img {
    width: 70%;
    margin: 0 auto;
  }

  .process_wrap .process_txt .list_box {
    flex-wrap: wrap;
  }
  
  .process_wrap .list_box .process {
    width: 100%;
    padding: 20px;
  }

  .process_wrap .list_box .process h4 {
    font-size: 1.6rem;
  }
  .process_wrap .list_box .process h5 {
    font-size: 1.3rem;
  }

  .process_wrap .list_box .process > div p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

@media (max-width: 600px) {
  .process_wrap {
    margin: 60px auto;
    padding: 60px 20px;
  }
  .process_wrap .process_tit p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .process_wrap .process_tit h3 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);
  }

  .process_wrap .process_tit h4 {
    
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .process_wrap .process_txt .img_box img {
    width: 70%;
  }

  .process_wrap .list_box .process > div {
    margin-top: 12px;
  }

  .process_wrap .list_box .process h4 {
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .process_wrap .list_box .process h5 {
    font-size: var(--heading10-title);
    line-height: var(--heading10-title-lh);
  }

  .process_wrap .list_box .process > div ul li {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .process_wrap .list_box .process > div p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);    
  }
}

@media (max-width: 325px) {
  .process_wrap .process_tit h3 {
    font-size: var(--heading9-title);
        line-height: var(--heading9-title-lh);
  }
}

/* b2b/b2c 겶제 프로세스 끝 */

/* 월세/비즈니스 모델 소개 시작 */

.bm_wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.bm_wrap .bm_tit {
  display: flex;
  gap: 40px;
  width: 100%;
}

.bm_wrap .bm_tit .bm_intro {
  width: calc(50% - 0px);
  text-align: center;
  background: var(--bg2);
  border-radius: 12px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bm_wrap .bm_tit .bm_intro .intro_tit p {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  margin-bottom: 8px;
}

.bm_wrap .bm_tit .bm_intro .intro_tit h4 {
  font-size: var(--heading5-title);
  line-height: var(--heading5-title-lh);
  font-weight: 500;
  color: var(--main-color);
}

.bm_wrap .bm_tit .bm_intro.business_bm {
  background: var(--deepblue-color50);
}

.bm_wrap .bm_tit .bm_intro.business_bm h4 {
  color: var(--deepblue-color);
}


.bm_wrap .bm_tit .bm_intro.business_bm .intro_txt > img {
  width: 140px;
  
}


.bm_wrap .bm_tit .bm_intro .intro_txt p {
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  color: var(--black-text);
  margin: 12px auto 0px;
  font-weight: 300;
}

.bm_wrap .bm_txt h6 {
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  color: var(--black-text);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.bm_wrap .bm_txt ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.bm_wrap .bm_txt ul li {
  width: 130px;
  text-align: center;
}

.bm_wrap .bm_txt ul li.new_item {
  position: relative;
}

.bm_wrap .bm_txt ul li.new_item::before {
  display: inline-block;
  content: 'New';
  font-size: var(--body3-title);
  color: var(--white-text);
  background: var(--red-point);
  padding: 4px 12px;
  border-radius: 50px;
  position: absolute;  
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bm_wrap .bm_txt ul li p {
  margin-top: 12px;
  color: var(--gary-background50);
  font-weight: 300;
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);

}

@media (max-width : 1120px) {
  .bm_wrap {
    width: 92%;
  }
}

@media (max-width : 999px) {
  .bm_wrap .bm_tit {
    gap: 20px;
  }

  .bm_wrap .bm_tit .bm_intro .intro_tit p {
    font-size: 1.2rem;
  }

  .bm_wrap .bm_tit .bm_intro .intro_tit h4 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .bm_wrap .bm_tit .bm_intro .intro_txt p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .bm_wrap .bm_tit .bm_intro .intro_txt > img {
    width: 150px;
  }

  .bm_wrap .bm_tit .bm_intro.business_bm .intro_txt > img {
    width: 100px;
  }

  .bm_wrap .bm_txt h6 {
    font-size: 1.3rem;
  }

  .bm_wrap .bm_txt ul li {
    width: calc(16% - 0px);
  }

  .bm_wrap .bm_txt ul li p {
    font-size: 1rem;
    margin-top: 8px;
  }
}

@media (max-width : 600px) {
  .bm_wrap .bm_tit {
    flex-wrap: wrap;
  }

  .bm_wrap .bm_tit .bm_intro {
    width: 100%;
    gap: 20px;
    padding: 20px;
  }

  .bm_wrap .bm_tit .bm_intro .intro_tit p {
    font-size: var(--heading10-title);
    line-height: var(--heading10-title-lh);    
  }

  .bm_wrap .bm_tit .bm_intro .intro_tit h4 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);    
  }

  .bm_wrap .bm_tit .bm_intro .intro_txt p {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);    
  }

  .bm_wrap .bm_txt h6 {
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);  
    margin-bottom: 12px;  
  }

  .bm_wrap .bm_txt ul {
    gap: 20px;
    align-items: flex-start;
  }

   .bm_wrap .bm_txt ul li {
      width: calc(25% - 0px);
   }

  .bm_wrap .bm_txt ul li img {
    width: 50px;
  }

  .bm_wrap .bm_txt ul li p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);    

  }

  .bm_wrap .bm_txt ul li.new_item::before {
    font-size: var(--body4-title);
    padding: 2px 8px;
  }
}

/* 월세/비즈니스 모델 소개 끝 */

/* 상생 프로젝트 시작 */

.project_wrap {
  background: var(--bg2);
  padding: 120px 0;
  text-align: center;
}

.project_wrap .project_tit h3 {
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 500;
  color: var(--black-text);
  margin: 0 auto 8px;
}

.project_wrap .project_tit h3 span {
  color: var(--main-color);
}

.project_wrap .project_tit h4 {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  color: var(--black-text);
  font-weight: 400;
  max-width: 500px;
  margin: auto;
}

.project_wrap .project_txt {
  max-width: 1120px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  
}

.project_wrap .project_txt .project_content {
  background: var(--white-text);
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.project_content .project_textbox {
  width: 100%;
}

.project_content .text_title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.project_content .text_title h6 {
  background: var(--deepblue-color);
  color: var(--white-text);
  font-weight: 300;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
}

.project_content .text_title p {
  color: var(--black-text);
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 400;  
}

.project_content .text_title p span {
  color: var(--deepblue-color);
}

.project_content .text_subtitle {
  margin-bottom: 24px;
}

.project_content .text_subtitle h4 {
  color: var(--black-text);
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 500;

}

.project_content .text_subtitle h4 span {
  color: var(--deepblue-color);
}

.project_content .text_subtitle p {
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 300;
  margin-top: 8px;
}

.project_imgbox img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.project_content a {
  border-radius: 8px;
  background: var(--deepblue-color500);
  color: var(--white-text);
  font-weight: 400;
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  padding: 12px 20px;
  height: 56px;
}

.project_content a img {
  margin-left: 8px;
}

.project_wrap .project_txt .project_content.project_franchise > div {
  display: flex;
  width: 100%;
}

.project_wrap .project_txt .project_franchise {
  flex-wrap: wrap;
}

.cleaning_project .text_title {
  margin-bottom: 8px;
}

.cleaning_project .text_title h6 {
  background: var(--mint-color);
}

.cleaning_project .text_title p span {
  color: var(--mint-color);
}

.cleaning_project .text_subtitle p {
  margin-top: 8px;
}

.cleaning_project .text_subtitle h4 {
  margin: 0;
}

.cleaning_project .text_subtitle h4 span {
  color: var(--mint-color);

}

.cleaning_project a {
  background: var(--mint-color500);
}

.cleaning_project .project_imgbox {
  width: 70%;
}

.franchise_mou .mou_count {
  display: flex;
  width: 100%;
}

.franchise_mou .mou_count div {
  width: calc(50% - 0px);
  display: flex;
  align-items: center;
  gap: 20px;
}

.franchise_mou .mou_count div p {
  color: var(--gary-background40);  
  font-weight: 300;
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
}

.franchise_mou .mou_count div span {
  
  font-weight: 500;
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  color: var(--main-color);
  display: flex;
  align-items: flex-end;
}

.franchise_mou .mou_count div span::after {
    display: block;
    content: '개';
    font-size: var(--heading6-title);
    line-height: var(--heading6-title-lh);
}


/* mou 리스트 부분 시작 */

.project_wrap .project_moulist {
  max-width: 1120px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  gap: 20px;
}

.project_wrap .moulist-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1120px;
}

.project_wrap .moulist {
  display: flex;
  gap: 10px;
  animation: scroll 80s linear infinite;
  width: max-content;
  position: relative;
}

.project_wrap .moulist.moulist2 {
  display: flex;
  gap: 10px;
  animation: scroll2 80s linear infinite;
  width: max-content;
  margin-top: 10px;
}

.project_wrap .moulist:hover {
  animation-play-state: paused;
}

.project_wrap .moulist li {
  background: var(--white-text);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  flex-shrink: 0;
  min-width: 140px;
}

.project_wrap .moulist li img {
  max-width: 100px;
  width: 100%;
  height: auto;
}

.project_wrap .moulist li img.length {
  max-width: 55px;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}


@media (max-width : 1120px) {
  .project_txt {
    width: 92%;
  }
}

@media (max-width : 999px) {
  .project_wrap .project_txt .project_content {
    padding: 20px;
  }
  .project_content .text_title h6 {
    font-size: 1.1rem;
  }

  .project_content .text_title p {
    font-size: 1.1rem;
  }

  .project_content .text_subtitle h4 {
    font-size: 1.5rem;
  }

  .project_content .text_subtitle p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .project_content a {
    font-size: 1.1rem;
  }

  .franchise_mou .mou_count div {
    gap: 12px;
  }

  .franchise_mou .mou_count div p {
    font-size: 1rem;
  }

  .franchise_mou .mou_count div span {
    font-size: 1.4rem;
  }

  .franchise_mou .mou_count div span::after {
    font-size: 1rem;
  }

  .franchise_mou .mou_count div img {
    width: 130px;
  }
}

@media (max-width : 767px) {

  .project_wrap {
    padding: 60px 0;
  }

  .project_tit {
    padding: 0 20px;
  }

  .project_wrap .project_tit h3 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .project_wrap .project_tit h4 {
    font-size: 1.2rem;
    line-height: 1.4;
    max-width: 400px;
  }

  .project_wrap .project_txt .project_content {
    flex-direction: column;
    text-align: center;
  }
  .project_content .text_title {
    justify-content: center;
  }

  .project_content .text_title p {
    display: none
  }

  .project_imgbox {
    margin-top: 20px;
  }

  .cleaning_project .project_imgbox {
    width: 100%;
  }

  .project_wrap .project_txt .project_content.project_franchise > div {
    flex-direction: column;
    margin-top: 20px;
  }

  .franchise_mou .mou_count div {
    justify-content: center;
    position: relative;
  }

  .franchise_mou .mou_count div img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
}

@media (max-width : 600px) {
  .project_wrap .project_txt {
    gap: 20px;
  }

  .project_wrap .project_tit h3 {
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .project_wrap .project_tit h4 {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
    max-width: 300px;
  }

  .project_content .text_title h6 {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .project_content .text_title p {
    font-size: var(--heading3-title);
    line-height: var(--body3-title-lh);
  }

  .project_content .text_subtitle {
    margin-bottom: 20px;
  }

  .project_content .text_subtitle h4 {
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .project_content .text_subtitle p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .project_content a {
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project_wrap .project_txt .project_content.project_franchise > div {
    margin-top: 32px;
  }

  .project_wrap .project_txt .project_content.project_franchise > div.project_moulist {
    margin-top: 0px;
  }

  .franchise_mou .mou_count {
    gap: 12px;
  }

  .franchise_mou .mou_count div {
    flex-direction: column;
  }

  .franchise_mou .mou_count div img {
    transform: translate(-50%, -90%);
  }

  .franchise_mou .mou_count div p {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
    text-align: left;
    width: 100%;

  }

  .franchise_mou .mou_count div span {
    font-size: var(--heading6-title);
    line-height: var(--heading6-title-lh);
    justify-content: flex-end;
    width: 100%;
  }

  .franchise_mou .mou_count div span::after{
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);

  }

  .project_imgbox img {
    width: 70%;
  }

  .project_wrap .project_txt .cleaning_project {
    gap: 0;
  }

  .cleaning_project .project_imgbox img {
    width: 100%;
  }
}

/* 상생 프로젝트 끝 */

/* 월세지원 이벤트 시작 */

.event_wrap {
  margin: 120px auto;
  text-align: center;
}

.event_wrap .event_tit h3 {
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  color: var(--black-text);
  font-weight: 500;
  margin-bottom: 8px;
}

.event_wrap .event_tit h4 {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 300;
  color: var(--black-text);
}

.event_wrap .event_txt .event_count {
  display: flex;
  max-width: 1120px;
  margin: 40px auto 20px;
  gap: 20px;
}

.event_wrap .event_txt .event_count > div {
  width: calc(33% - 0px);
  background: var(--gary-background5);
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.event_wrap .event_txt .event_count p {
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  color: var(--gary-background40);
  font-weight: 300;
}

.event_wrap .event_txt .event_count span {
  font-weight: 500;
  font-size: var(--heading2-title);
  line-height: var(--heading2-title-lh);
  color: var(--main-color);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.event_wrap .event_txt .event_count span::after {
  display: block;
  content: '개';
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
}

.event_wrap .event_txt .event_count .prize span::after {
  content: '명';
}

.event_wrap .event_txt .event_count .money span::after {
  content: '만원 ~';
}

.event_wrap .event_txt .event_count .item span::after {
  display: none;
}

.event_wrap .event_txt .event_count .item span {
  font-size: var(--heading4-title);
  line-height: var(--heading4-title-lh);
  color: var(--gary-background50);
  font-weight: 400;

}

.event_wrap .event_txt .event_count .item span > span {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 300;
}


.event_wrap .event_banner {
  display: flex;
  max-width: 1120px;
  margin: auto;
  width: 100%;
  gap: 20px;
}

.event_wrap .event_banner a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  /* pointer-events: none;
  cursor: default;  */
}

.event_wrap .event_banner a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.event_wrap .event_banner > div {
  width: calc(50% - 0px);
  background: var(--bg2);
  border-radius: 12px;
}

.event_wrap .event_banner .prize_list {
  padding: 12px;
}

.event_wrap .event_banner .prize_list h6 {
  font-size: var(--heading7-title);
  line-height: var(--headin71-title-lh);
  font-weight: 500;
  color: var(--black-text);
}

.event_wrap .event_banner .prize_list p {
  font-size: var(--body1-title);
  line-height: var(--body1-title-lh);
  font-weight: 300;
  color: var(--gary-background40);
}

.event_wrap .event_banner .people_list {
  margin-top: 20px;
  background: var(--white-text);
  padding: 0px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.event_wrap .event_banner .people_list p {
  background: var(--gary-background30);
  color: var(--white-text);
  display: inline;
  padding: 12px 16px;
  border-radius: 0 0 8px 8px;
} 
.event_wrap .event_banner .people_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  align-items: center;
  justify-content: center;
}

.event_wrap .event_banner .people_list ul li {
  width: 80px;
  color: var(--gary-background30);
}

.event_wrap .event_banner .people_list.new p {
  background: var(--main-color);
}

.event_wrap .event_banner .people_list.new li {
  color: var(--black-text);
}

.event_wrap .event_reveiw {
  overflow: initial;
  margin: 20px auto 40px;
  height: 100%;
  
}

.event_wrap .event_reveiw .swiper-wrapper {
   align-items: stretch;

}

.event_wrap .event_reveiw .swiper-slide {
  background: var(--white-text);
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
    height: auto;
  
}

.event_wrap .event_reveiw .swiper-slide a {
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.event_wrap .event_reveiw .reveiw_tit h5 {  
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 400;
  color: var(--black-text);
  margin-bottom: 20px;
}

.event_wrap .event_reveiw .reveiw_tit p {  
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 300;
  color: var(--gary-background50);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.event_wrap .event_reveiw .reveiw_tit::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--gary-background20);
  margin: 20px auto;
}

.event_wrap .event_reveiw .reveiw_txt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event_wrap .event_reveiw .reveiw_txt .img_box {
  background: var(--gary-background5);
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_wrap .event_reveiw .reveiw_txt img {
  max-width: 20px;
}

.event_wrap .event_reveiw .reveiw_txt h6 {
  font-weight: 400;
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  color: var(--gary-background60);
  margin-bottom: 4px;
}

.event_wrap .event_reveiw .reveiw_txt p {
  font-weight: 300;
  font-size: var(--body4-title);
  line-height: var(--body4-title-lh);
  color: var(--gary-background40);
}

.event_wrap .youtube_link {
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  background: var(--main-color);
  color: var(--white-text);
  padding: 12px 20px;
  font-weight: 400;
  height: 56px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 300px;
  margin: 40px auto 0;
}


@media (max-width : 1120px) {
  .event_wrap .event_tit,
  .event_wrap .event_banner {
    width: 92%;
    margin: auto;
  }
  .event_wrap .event_txt .event_count {
    width: 92%;
  }

  .event_wrap .event_banner .people_list ul li {
    width: 68px;
    color: var(--gary-background30);
    font-size: 1rem;
    line-height: 1.2;
  }

}

@media (max-width : 999px) {
  .event_wrap .event_banner .prize_list h6 {
    font-size: 1.2rem;
  }
  .event_wrap .event_banner .prize_list p {
    font-size: 0.9rem;
  }
  .event_wrap .event_banner .people_list p {
    padding: 8px 16px;
    font-size: 1rem;
  }
  .event_wrap .event_banner .people_list ul {
    gap: 8px;
  }
  .event_wrap .event_banner .people_list ul li {
    width: 48px;
    font-size: 0.9rem;
  }

  .event_wrap .event_reveiw .reveiw_tit h5 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .event_wrap .event_reveiw .reveiw_tit p {
    font-size: 1rem;
    line-height: 1.2;
  }

  .event_wrap .event_reveiw .reveiw_tit::after {
    margin: 12px auto;
  }

  .event_wrap .event_reveiw .reveiw_txt h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media (max-width : 767px) {
  .event_wrap .event_tit h3 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .event_wrap .event_tit h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  
  .event_wrap .event_txt .event_count {
    gap: 8px;
    margin: 20px auto;
  }

  .event_wrap .event_txt .event_count p {
    font-size: 1.1rem;
  }

  .event_wrap .event_txt .event_count span,
  .event_wrap .event_txt .event_count .item span {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .event_wrap .event_txt .event_count span::after {
    font-size: 1.1rem;
  }

  .event_wrap .event_txt .event_count .item span > span {
    font-size: 1rem;
  }

  .event_wrap .event_banner {
    flex-direction: column;
  }

  .event_wrap .event_banner > div {
    width: 100%;
  }
}

@media (max-width : 600px) {
  .event_wrap {
    margin: 60px auto;
  }

  .event_wrap .event_tit h3 {
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .event_wrap .event_tit h4 {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .event_wrap .event_txt .event_count {
    flex-wrap: wrap;
  }

  .event_wrap .event_txt .event_count span {
    justify-content: flex-end;
  }

  .event_wrap .event_txt .event_count > div.prize,
  .event_wrap .event_txt .event_count > div.money {
    width: calc(48% - 0px);
    padding: 12px;
  }

  .event_wrap .event_txt .event_count > div.item {
    width: 100%;
  }

  .event_wrap .event_txt .event_count p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .event_wrap .event_txt .event_count span,
  .event_wrap .event_txt .event_count .item span {
    font-size: var(--heading6-title);
    line-height: var(--heading6-title-lh);
  }

  .event_wrap .event_txt .event_count span:after,
  .event_wrap .event_txt .event_count .item span > span {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
    margin-bottom: 2px;
  }

  .event_wrap .event_banner .prize_list h6 {
    font-size: var(--heading10-title);
    line-height: var(--heading10-title-lh);
    margin-bottom: 4px;
  }
  .event_wrap .event_banner .prize_list p {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);    
  }

  .event_wrap .event_banner .people_list {
    margin-top: 12px;
    padding: 0 12px 12px;
  }

  .event_wrap .event_reveiw .swiper-slide a {
    padding: 16px;
  }

  .event_wrap .event_banner .people_list li {
    font-size: var(--body4-title);
    line-height: var(--body4-title-lh);   
  }

  .event_wrap .event_reveiw .reveiw_tit h5 {
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);    
  }

  .event_wrap .event_reveiw .reveiw_tit p {    
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);  
  }

  .event_wrap .event_reveiw .reveiw_tit::after {
    margin: 12px auto;
  }

  .event_wrap .event_reveiw .reveiw_txt h6,
  .event_wrap .event_reveiw .reveiw_txt p {       
    font-size: var(--body4-title);
    line-height: var(--body4-title-lh);  
  }

  .event_wrap .youtube_link {
    gap: 8px;
    width: 92%;
    margin: 20px auto 0;
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
  }
}
/* 월세지원 이벤트 끝 */


/* youtube 채널 시작 */

.youtube_wrap {
  max-width: 1120px;
  text-align: center;
  margin: 0 auto;
}

.youtube_wrap .youtube_tit p {
  border-radius: 50px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 8px 20px;
  display: inline-block;
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
}

.youtube_wrap .youtube_tit h3 {
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 500;
  margin: 8px auto;
}

.youtube_wrap .youtube_tit h4 {

  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 300;
  color: var(--black-text);
}

.youtube_wrap .youtube_txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 20px;
}

.youtube_wrap .youtube_txt .youtube_main {
  width: calc(75% - 0px);
}

.youtube_wrap .youtube_txt .youtube_main video {
  width: 100%;
  height: 100%;
}

.youtube_wrap .youtube_txt .youtube_short {
  width: calc(25% - 0px);
  max-height: 465px;
}

.youtube_wrap .youtube_txt .youtube_short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube_wrap .youtube_txt .swiper-pagination-bullet {
  background: var(--white-text);
  width: 5px;
  height: 5px;
}

.youtube_wrap .sns_arrow {
  display: flex;
  gap: 12px;
}

.youtube_wrap .sns_arrow li {
  background-color: var(--gary-background5);
  color: var(--gary-background50);
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 300;
  font-size: var(--body3-title);
  line-height: var(--body3-title-lh);
  padding: 12px 8px;
  border-radius: 12px;
  width: 16.5%;
}

.youtube_wrap .sns_arrow li a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.youtube_wrap .sns_arrow li img {
  max-width: 20px;
}


@media (max-width : 1120px) {
  .youtube_wrap {
    width: 92%;
  }

}


@media (max-width : 767px) {
  .youtube_wrap .youtube_tit p {
    font-size: 1.2rem;
  }

  .youtube_wrap .youtube_tit h3 {
    font-size: 1.9rem;
  }

  .youtube_wrap .youtube_tit h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .youtube_wrap .youtube_txt {
    flex-wrap: wrap;
    margin: 0px auto 20px;
  }

  .youtube_wrap .youtube_txt .youtube_main {
    width: calc(100% - 0px);
  }

  .youtube_wrap .youtube_txt .youtube_main video {
    height: auto;
  }

  .youtube_main {
      position: relative;
      padding-top: 56.25%;
      height: 0;
      width: 100%;
  }
  .youtube_main iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .youtube_wrap .youtube_txt .youtube_short {
    width: calc(100% - 0px);
    max-height: auto;
  }

  .youtube_wrap .sns_arrow {
      justify-content: center;
  }

  .youtube_wrap .sns_arrow li {
    width: 60px;
    height: 60px;
  }

  .youtube_wrap .sns_arrow li span {
    display: none;
  }

}

@media (max-width : 600px) {
  .youtube_wrap .youtube_txt {
    gap: 0px;
  }

  .youtube_wrap .youtube_tit p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .youtube_wrap .youtube_tit h3 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);
  }

  .youtube_wrap .youtube_tit h4 {    
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .youtube_wrap .youtube_txt {
    margin: 12px 0;
  }
  
  .youtube_wrap .sns_arrow li {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .youtube_wrap .sns_arrow li img {
    max-width: 20px;
  }

  .youtube_wrap .youtube_txt .youtube_short {
    margin-top: 8px;
  }

  
}

/* @media (max-width : 375px) {
  .youtube_wrap .youtube_txt .youtube_short {
      margin-top: 15px;
    }
} */

/* youtube 채널 끝 */


/* review 채널 시작 */

.review_wrap {
  /* max-width: 1120px; */
  text-align: center;
  margin: 70px auto;
  background: var(--bg2);
  padding: 60px 30px;
}

.review_wrap .review_tit h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.review_wrap .review_tit h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: var(--black-text);
  width: 600px;
  margin: 0 auto;
}

.review_wrap .review_swiper .swiper-wrapper {
  align-items: center;
}

.review_wrap .review_swiper .swiper-slide {
  background: var(--white-text);
  padding: 15px 20px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  scale: 0.9;
  transition: 0.3s;
}

.review_wrap .review_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  box-shadow: 0px 0px 10px 5px rgb(0, 153, 255, 0.2);
  scale: 1;
}

.review_wrap .review_swiper {
  /* max-width: 1120px; */
  margin-top: 30px;
  overflow: visible;  
}

.review_wrap .review_swiper .list_tit > div {
  display: flex;
  align-items: center;
}


.review_wrap .review_swiper .list_tit > div h1 {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}

.review_wrap .review_swiper .list_tit > div h4 {
  color: var(--white-text);
  background: var(--main-color);
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
}

.review_wrap .review_swiper .list_tit > div h1 img {
  max-width: 40px;
}

.review_wrap .review_swiper .list_txt:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--gary-background30);
  margin: 15px auto;
}

.review_wrap .review_swiper .list_txt img {
  width: 100%;
}



@media (max-width : 767px) {
  .review_wrap {
    padding: 60px 0;
  }

  .review_wrap .review_tit {
    padding: 0 30px;
  }

  .review_wrap .review_tit h3 {
    font-size: 2.1rem;
  }

  .review_wrap .review_tit h4 {
    font-size: 1.2rem;
    width: 100%;
  }

  .review_wrap .review_swiper .swiper-slide {
    padding: 13px;
  }

  .review_wrap .review_swiper .list_tit > div h1 {
    font-size: 1.4rem;
  }

  .review_wrap .review_swiper .list_tit > div h4 {
    font-size: 1rem;
  }
  
}

@media (max-width : 575px) {
  .review_wrap .review_tit h3 {
    font-size: 1.6rem;
  }

  .review_wrap .review_tit h4 {
    font-size: 1rem;
  }

  .review_wrap .review_swiper .list_tit > div h1 {
    font-size: 1.2rem;
  }

  .review_wrap .review_swiper .list_tit > div h1 img {
    max-width: 30px;
  }

  .review_wrap .review_swiper .list_tit > div h4 {
    font-size: 0.9rem;
  }

}

/* review 채널 끝 */


/* main5_wrap 끝 */


/* main6_wrap 시작 */

.main6_wrap {
  display: flex;
  margin: 120px auto;
  width: 100%;
  gap: 20px;
  max-width: 1120px;
}

.main6_wrap .main6_txt > div {
  text-align: center;
  margin-bottom: 40px;
}

.main6_wrap .content_tit h3 {  
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 400;
  margin: 8px auto;
}


.main6_wrap .content_tit a {  
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  color: var(--gary-background40);
  font-weight: 400;
}

.main6_wrap .main6_txt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main6_wrap .main6_txt a img {
  border-radius: 12px;
}

.main6_wrap .main6_txt {
  width: calc(100% - 0px);
}

.main6_wrap .main6_txt .news_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.main6_wrap .main6_txt .news_content li {
  width: calc(33% - 20px);
  background: var(--white-text);
  border-radius: 12px;
  transition: 0.3s;
  border: 1px solid var(--gary-background20);
}

.main6_wrap .main6_txt .news_content li:hover {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}

.main6_wrap .main6_txt .news_content div {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
}

.main6_wrap .main6_txt .news_content div h6 {
  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main6_wrap .main6_txt .news_content div h5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  color: var(--main-color);
  font-weight: 300;
}

.main6_wrap .main6_txt .news_content div span {
  color: var(--gary-background40);
}

@media (max-width: 1120px) {
  .main6_wrap {
    width: 92%;
  }

}

@media (max-width: 999px) {
  .main6_wrap .main6_txt .news_content div h5 {
    font-size: 0.9rem;
  }

  .main6_wrap .main6_txt .news_content div h6 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .main6_wrap {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 60px auto;
  }

  .main6_wrap .main6_txt {
    width: 100%;
  }

  .main6_wrap .content_tit h3 {
    font-size: 2.1rem;
  }

  .main6_wrap .content_tit a {
    font-size: 1rem;
  }

  .main6_wrap .main6_txt .news_content div h6 {
    font-size: 1rem;
  }

  .main6_wrap .main6_txt .news_content li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {

  .main6_wrap {
    margin: 60px auto;
  }

          
  .main6_wrap .main6_txt > .content_tit {
    margin-bottom: 15px;
  }

  .main6_wrap .content_tit h3 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);
  }

  .main6_wrap .content_tit a {
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
  }

  .main6_wrap .main6_txt > .content_tit {
    padding: 8px 0;
  }

  .main6_wrap .main6_txt .news_content li {
    width: calc(100% - 0px);
  }

  .main6_wrap .main6_txt .news_content div h5 {    
    font-size: var(--body4-title);
    line-height: var(--body4-title-lh);
  }

  .main6_wrap .main6_txt .news_content div h6 {  
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
    margin-top: 4px;
    
  }
}

/* main6_wrap 끝 */

/* main7_wrap 시작 */

.main7_wrap {
  margin: 120px auto;
}

.main7_wrap .main7_tit2 {
  text-align: center;
}

.main7_wrap .main7_tit2 p {
  border-radius: 50px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 8px 20px;
  display: inline-block;
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  margin-bottom: 8px;
}

.main7_wrap .main7_tit2 h3 {
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 500;
  line-height: 1;
  margin: 8px auto;
}

.main7_wrap .main7_tit2 h4 {
  font-size: var(--heading7-title);
  line-height: var(--heading7-title-lh);
  font-weight: 300;
  color: var(--black-text);
}

.main7_wrap .main7_content {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.main7_wrap .main7_tit {
  background-image: url(../img/pages/index/main7_bg.png);
  background-size: cover;
  background-position: bottom;
  padding: 28px;
  border-radius: 12px;
  width: calc(55% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main7_wrap .main7_tit h3 {  
  font-size: var(--heading3-title);
  line-height: var(--heading3-title-lh);
  font-weight: 500;
}

.main7_wrap .main7_tit h3 span {
  color: #005b48;
}

.main7_wrap .main7_tit p {
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 300;
  width: 90%;
  margin: 20px 0;
}

.main7_wrap .main7_tit img {
  max-width: 140px;
}

.main7_wrap .main7_tit a {
  background: #005b48;
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  border-radius: 8px;
  color: var(--white-text);
  text-align: center;
  font-weight: 400;
  padding: 16px 12px;
}

.main7_wrap .main7_tit a img {
  width: 30px;
  margin-left: 5px;
}

.main7_wrap .main7_txt {
  width: calc(45% - 0px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main7_wrap .main7_txt div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  background: var(--gary-background5);
  border-radius: 12px;
  padding: 20px;
  gap: 20px;
  height: 100%;
}

.main7_wrap .main7_txt div h5 {
  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  color: var(--gary-background50);
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main7_wrap .main7_txt div > span {
  font-size: var(--heading2-title);
  line-height: var(--heading2-title-lh);
  color: var(--main-color);
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.main7_wrap .main7_txt div > span::after {
  display: block;
  content: '원';
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  
}

@media (max-width: 1120px) {
  .main7_wrap {
    width: 92%;
    margin: 0 auto;
  }
}

@media (max-width: 999px) {
  .main7_wrap .main7_tit h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .main7_wrap .main7_tit p {
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
    margin: 12px 0;
  }

  .main7_wrap .main7_tit img {
    max-width: 100px;
  }

  .main7_wrap .main7_tit a {
    font-size: 1rem;
  }

  .main7_wrap .main7_txt div h5 {
    font-size: 1rem;
  }

  .main7_wrap .main7_txt div > span {
    font-size: 2.2rem;
  }

  .main7_wrap .main7_txt div > span::after {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {

  .main7_wrap .main7_tit2 p {
    font-size: 1.2rem;
  }

  .main7_wrap .main7_tit2 h3 {
    font-size: 1.9rem;
  }

  .main7_wrap .main7_tit2 h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .main7_wrap .main7_tit > div {
    align-items: center;
  }
  .main7_wrap .main7_tit p {
    font-size: 1.2rem;
  }

  .main7_wrap .main7_tit h3 {
    text-align: center;
    font-size: 1.6rem;
  }

  .main7_wrap .main7_tit h4 {
    font-size: 1.2rem;
  }

  .main7_wrap .main7_content  {
    flex-direction: column;
    gap: 10px !important;
  }

  .main7_wrap .main7_tit {
    width: 100%;
    margin-bottom: 10px;
  }

  .main7_wrap .main7_tit h3 {
    font-size: 2.3rem;
  }

  .main7_wrap .main7_tit p {
    display: none;
  }

  .main7_wrap .main7_tit img {
    text-align: center;
  }

  .main7_wrap .main7_tit a {
    font-size: 1.2rem;
    width: 100%;
  }

  .main7_wrap .main7_txt {
    width: 100%;
  }

  .main7_wrap .main7_txt div {
    gap: 20px;
  }

}

@media (max-width: 600px) {
  
  .main7_wrap .main7_tit2 p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .main7_wrap .main7_tit2 h3 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);
    margin: 0;
  }

  .main7_wrap .main7_tit2 h4 {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .main7_wrap .main7_content {
    padding: 20px 0 60px;
  }
  
  .main7_wrap .main7_tit {
    /* justify-content: flex-end; */
    padding: 15px;
    text-align: center;
    /* height: 360px; */
    gap: 12px;
    background-image: url(../img/pages/index/main7_bg_mo.png);
  }

  .main7_wrap .main7_tit h3 {

    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .main7_wrap .main7_tit img {
    margin-top: 12px;
  }

  .main7_wrap .main7_tit p {
    display: none;
  }

  .main7_wrap .main7_tit a {
    font-size: var(--body1-title);
    /* line-height: var(--body3-title-lh); */
    padding: 8px;
    border-radius: 10px;
  }
  
  .main7_wrap .main7_txt div h5 {

    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);

  }
  
  .main7_wrap .main7_txt div {
    gap: 8px;
  }

  .main7_wrap .main7_txt div > span {
    
    font-size: var(--heading6-title);
    line-height: var(--heading6-title-lh);
  }

  .main7_wrap .main7_txt div > span::after {
    
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }


}

/* main7_wrap 끝 */


/* 무이자 할부 */

.card_wrap {
  max-width: 1120px;
  margin: 120px auto;
}

@media (max-width: 767px) {
  .card_wrap {
    margin: 60px auto;
  }
}

@media (max-width: 600px) {
  .card_wrap img {
    width: 80%;
    margin: auto;
  }
}

/* main8_wrap 시작 */

.main8_wrap {
  background: var(--bg2);
  background-image: url(../img/pages/index/main8_bg.png);
  background-repeat: no-repeat;
  background-position: 75% 100%;
}

.main8_wrap .main8_content {
  max-width: 1120px;
  height: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main8_wrap .main8_tit {
  width: calc(40% - 20px);
}

.main8_wrap .main8_tit h3 {
  font-size: var(--heading5-title);
  line-height: var(--heading5-title-lh);
  font-weight: 500;
  margin-bottom: 12px;
}

.main8_wrap .main8_tit h5 {
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 500;
}

.main8_wrap .main8_tit h6 {
  
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 500;
}


.main8_wrap .main8_tit h5 span {
  color: var(--main-color);
}

.main8_wrap .main8_tit p {
  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  line-height: 1.5;
}

.main8_wrap .main8_tit p:nth-child(4) {
  margin-top: 12px;
}

.main8_wrap .main8_tit span {
  font-weight: 700;
}

.main8_wrap .main8_tit div {
  display: flex;
  padding: 20px;
  background: var(--white-text);
  flex-direction: column;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  border-radius: 12px;
  align-items: center;
  margin-top: 40px;
}

.main8_wrap .main8_tit div img {
  max-width: 300px;
}

.main8_wrap .main8_txt {
  height: 100%;
  width: calc(60% - 20px);
  position: relative;
}

.main8_wrap .main8_txt p {
  padding: 8px 28px;
  font-size: var(--heading5-title);
  line-height: var(--heading5-title-lh);
  font-weight: 500;
  letter-spacing: -1px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.main8_wrap .main8_txt p.masin8_p1 {
  top: 200px;
  left: 30px;
}

.main8_wrap .main8_txt p.masin8_p2 {
  top: 300px;
  right: 80px;
}

.main8_wrap .main8_txt p.masin8_p3 {
  bottom: 100px;
  right: 120px;
}

@media (max-width: 1299px) {
  .main8_wrap {
    background-position: 100% 100%;
  }

  .main8_wrap .main8_txt p.masin8_p1 {
    left: 0;
  }
}

@media (max-width: 1120px) {

  .main8_wrap .main8_content {
    width: 92%;
  }
}

@media (max-width: 999px) {
  .main8_wrap {
    background-position: 7cm;
  }

  .main8_wrap .main8_tit,
  .main8_wrap .main8_txt {
    width: calc(50% - 20px);
  }

  .main8_wrap .main8_txt p {
    font-size: 1.2rem;
  }
}

@media (max-width: 999px) {
  .main8_wrap .main8_txt p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .main8_wrap {
    background-position: center 4cm;
    position: relative;
    padding-top: 60px;
  }
  .main8_wrap .main8_content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .main8_wrap .main8_tit {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main8_wrap .main8_tit h3 {
    font-size: 1.9rem;
  }

  .main8_wrap .main8_tit h5,
  .main8_wrap .main8_tit h6 {
    font-size: 1.4rem;
  }

  .main8_wrap .main8_tit p {
    font-size: 1rem;
  }

  .main8_wrap .main8_tit div {
    position: absolute;
    bottom: 30px;
    width: 92%;
    max-width: 100%;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }

  .main8_wrap .main8_tit div a {
    width: calc(50% - 20px);
  }

  .main8_wrap .main8_tit div a img {
    width: 100%;
  }

  .main8_wrap .main8_txt {
    height: 50%;
    width: 100%;
  }

  .main8_wrap .main8_txt p {
    font-size: 1.2rem;
  }

  .main8_wrap .main8_txt p.masin8_p1 {
    top: 50px;
    left: 80px;
  }

  .main8_wrap .main8_txt p.masin8_p2 {
    top: 100px;
    right: 80px;
  }

  .main8_wrap .main8_txt p.masin8_p3 {
    bottom: 30px;
  }
}

@media (max-width: 600px) {
  .main8_wrap {
    background-image: url(../img/pages/index/main8_bg_mo.png);
    background-position: center 6cm;
  }

  .main8_wrap .main8_content {
    height: 600px;
  }
  
  .main8_wrap .main8_tit h3 {    
    font-size: var(--heading7-title);
    line-height: var(--heading7-title-lh);
    margin-bottom: 8px;
  }

  .main8_wrap .main8_tit h5,
  .main8_wrap .main8_tit h6 {
    
    font-size: var(--heading9-title);
    line-height: var(--heading9-title-lh);
  }

  .main8_wrap .main8_tit p {
    
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .main8_wrap .main8_txt p {    
    font-size: var(--heading10-title);
    line-height: var(--heading10-title-lh);
  }

  .main8_wrap .main8_txt p.masin8_p1 {
    top: 50px;
    left: 0px;
  }

  .main8_wrap .main8_txt p.masin8_p2 {
    top: 150px;
    right: 0px;
  }

  .main8_wrap .main8_txt p.masin8_p3 {
    bottom: 10px;
    right: -20px;
    transform: translate(-50%, 0%);
  }
}

/* @media (max-width: 375px) {
  .main8_wrap .main8_txt p.masin8_p3 {
    bottom: 10px;
    right: 0%;
    transform: translate(-20%, -0%);
  }
} */

/* main9_wrap 시작 */

.main9_wrap .daypay_wrap {
  text-align: left;
  max-width: 1120px;
  margin: 30px auto 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.main9_wrap .daypay_wrap .daypay_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}


.main9_wrap .daypay_wrap .daypay_tit h6 {
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 500;
  text-align: center;
}

.main9_wrap .daypay_wrap .daypay_tit h6 span {  
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 300;
}

.main9_wrap .daypay_wrap .daypay_txt {
  display: flex;
  gap: 20px;
}

.main9_wrap .daypay_wrap .daypay_content {
  width: calc(50% - 0px);
  display: flex;
  flex-direction: column;
}

.main9_wrap .daypay_wrap .daypay_content > img {
  text-align: center;
  margin: 0 auto -15px;
  z-index: 1;
  max-width: 80px;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_header h4 {  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  text-align: center;
  background: var(--bg2);
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--gary-background30);
  font-weight: 500;
  padding: 20px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_header span {
    
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);

  font-weight: 400;
  padding: 4px 12px;
  background: linear-gradient(180deg,rgba(93, 190, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
  color: var(--white-text);
  border-radius: 50px;
  margin-left: 8px;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body {
  background: var(--white-text);
  border: 1px solid var(--gary-background30);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body h5 {
    
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body h5::after {
  flex-grow: 1;
  content: '';
  height: 1px;
  background: var(--gary-background30);
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body p {    
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  display: flex;
  gap: 4px;
  color: var(--gary-background60);
  font-weight: 300;
  margin-top: 12px;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body p:before {
  display: block;
  content: "ㆍ";
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body h6 {
  color: var(--main-color);    
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 500;
  margin-top: 8px;
}

.main9_wrap .daypay_wrap .daypay_txt .daypay_body h3 {
  text-align: center;
  color: #ff6666;
  background: #FEEEEE;
  padding: 10px;
  border-radius: 10px;      
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 300;
}

@media (max-width: 1120px) {
  .main9_wrap {
    width: 92%;
    margin: 0 auto;
  }
  
}
/* 
@media (max-width: 999px) {

  .main9_wrap .daypay_wrap .daypay_txt .daypay_header span {
    font-size: 18px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h5 {
    font-size: 20px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h5::after {
    background: var(--gary-background30);
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body p {
    font-size: 18px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h6 {
    font-size: 16px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h3 {
    font-size: 16px;
  }
} */

@media (max-width: 767px) {
  .main9_wrap .daypay_wrap .daypay_tit h6 {
    font-size: 1.5rem;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h5 {
    font-size: 1.1rem;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body p {
    font-size: 1rem;
    margin-top: 8px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h6 {
    font-size: 1rem;
  }
  
  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h3 {
    font-size: 0.9rem;
  }
}


@media (max-width: 600px) {


  .main9_wrap .daypay_wrap p::before {
    max-width: 20px;
    height: 0px;
  }

  .main9_wrap .daypay_wrap .daypay_tit h6 {
    font-size: var(--heading10-title);
    line-height: var(--heading10-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_tit h6 span {
    display: block;
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_txt {
    flex-direction: column
  }

  .main9_wrap .daypay_wrap .daypay_content {
    width: calc(100% - 0px);
  }

  .main9_wrap .daypay_wrap .daypay_content > img {
    display: none;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_header h4 {
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
    padding: 8px 12px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_header span {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body {
    gap: 8px;
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h5 {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body p {
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h6 {
    font-size: var(--body2-title);
    line-height : var(--body2-title-lh);
  }

  .main9_wrap .daypay_wrap .daypay_txt .daypay_body h3 {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);

  }

}


/* main9_wrap 끝 */



/* main8_wrap 끝 */

/* 공지팝업 시작 */
/* 
.notice_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 99;
}

.notice_wrap .notice_img {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    gap: 20px;
}


.notice_wrap .notice_img .notice_popup {
    
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}

#day_popup .notice_btn_wrap a:first-child {
    background: var(--deepblue-color500);
    color: var(--white-text);
}


.notice_wrap .notice_img .notice_btn_wrap {
    display: flex;
}


.notice_btn_wrap a {
    padding: 20px;
    color: var(--gary-background60);
    font-size: 20px;
    font-weight: 500;
    background: var(--gary-background20);
    transition: 0.3s;
    width: 100%;
    display: block;
    margin-top: -10px;
    letter-spacing: -1px;
}

.notice_btn_wrap a:hover {
    color: var(--white-text);
    background: var(--gary-background60);
} */

.popup_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.popup_wrap .popup_img {
  max-width: 500px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup_wrap .popup_info {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.popup_wrap .popup_info img {
  border-radius: 10px;
}

.popup_wrap .popup_info .popup_btn {
  width: 100%;
  background: var(--deepblue-color500);
  color: var(--white-text);
  text-align: center;
  padding: 20px;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 700;
}

.popup_wrap .popup_buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.popup_wrap .popup_buttons button {
  color: var(--white-text);
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
}

@media (max-width: 1100px) {
  /* .notice_wrap .notice_img  {
        width: 92%;
    }

    .notice_btn_wrap a {
        padding: 15px 0;
    } */

  .popup_wrap .popup_img {
    width: 92%;
  }
}

@media (max-width: 767px) {
  /* .notice_btn_wrap a {
        font-size: 1rem;
    } */
}

@media (max-width: 575px) {
  /* .notice_wrap .notice_img .notice_popup {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .notice_btn_wrap a {
        padding: 10px;
        font-size: 1rem;
    } */
  .popup_wrap .popup_info .popup_btn {
    font-size: 1.2rem;
    padding: 15px;
  }

  .popup_wrap .popup_buttons button {
    font-size: 1rem;
  }
}

/* 공지팝업 끝 */

/* LG U+ 시작 */

/*모달 팝업 영역 스타일링*/
.LGU_wrap .LGU_txt {
	  display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 20;
}

.LGU_wrap .LGU_txt.on {
    display: block;
}

.LGU_wrap .LGU_txt .modal_popup {
/*팝업*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: var(--gary-background5);
    border-radius: 20px;
    max-width: 900px;
    width: 92%;
}

.LGU_wrap .LGU_txt .modal_popup .LGUclose_btn {
  width: 30px;
  height: 30px;
  float: right;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header {
  text-align: center;
  clear: both;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h3 {
  font-size: var(--heading6-title);
  line-height: var(--heading6-title-lh);
  font-weight: 500;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h4 {
  font-size: var(--body1-title);
  line-height: var(--body1-title-lh);
  font-weight: 400;
  margin: 4px auto;
  width: 450px;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 {
  color: #194EFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--heading10-title);
  line-height: var(--heading10-title-lh);
  font-weight: 500;
  gap: 8px;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p {
  background: #EEFBFE;
  padding: 5px 10px;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p span {
  font-weight: 300;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_header .apply {  
  font-size: var(--heading9-title);
  line-height: var(--heading9-title-lh);
  background: var(--main-color);
  color: var(--white-text);
  padding: 12px 20px;
  font-weight: 400;
  height: 56px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 250px;
  margin: 20px auto 0;
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_body {
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  height: 100%;
  overflow-y: auto;
  margin: 20px auto
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_body img {
  width: calc(50% - 0px);
}

.LGU_wrap .LGU_txt .modal_popup .lg_benefit_body p  {
  text-align: center;
  color: var(--gary-background40);
  font-size: var(--body1-title);
  line-height: var(--body1-title-lh);
  font-weight: 400;
  line-height: 1.2;
  width: 560px;
  margin: 4px auto;
}

@media (max-width: 1120px) {

  .LGU_wrap {
    width: 92%;
  }
}

@media (max-width: 767px) {

  .LGU_wrap {
    width: 100%;
    border-radius: 0;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h3 {
    font-size: 1.9rem;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h4 {
    font-size: 1.1rem;
    line-height: 1.3;
    width: 100%;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 {
    font-size: 1.2rem;
    flex-direction: column;
    gap: 0px;
    margin-top: 8px;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p {
    font-size: 1rem;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body {
    max-height: 450px;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body p  {
    font-size: 1rem;
    width: 100%;
  }
}

@media (max-width: 600px) {

  .LGU_wrap .LGU_txt .modal_popup {
    overflow-x: auto;
    padding: 20px;
    height: 80%;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h3 {
    font-size: var(--heading8-title);
    line-height: var(--heading8-title-lh);
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h4 {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 {
    font-size: var(--body1-title);
    line-height: var(--body1-title-lh);
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p {
    width: 100%;
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p span {
    display: block;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header .apply {
    width: 100%;
    font-size: var(--body2-title);
    line-height: var(--body2-title-lh);
    margin: 12px auto 0;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body {
    height: 100%;
    margin: 10px auto;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body img {
    width: calc(100% - 0px);
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body p {
    font-size: var(--body3-title);
    line-height: var(--body3-title-lh);
  }
}

@media (max-width: 425px) {

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h4 {
    font-size: 0.9rem;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body p  {
    font-size: 0.8rem;
  }
}

@media (max-width: 325px) {
  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h6 p span {
    font-size: 0.7rem;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h3 {
    font-size: 1.1rem;
  }
  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_header h4 {
    font-size: 0.8rem;
  }

  .LGU_wrap .LGU_txt .modal_popup .lg_benefit_body p  {
    font-size: 0.8rem;
  }
}
