.home-wrapper .initial {
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.home-wrapper .initial__swiper {
  height: 100%;
}
.home-wrapper .initial-swiper {
  height: 100%;
}
.home-wrapper .initial-swiper .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.home-wrapper .initial-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 33px;
  /* display: none; */
}
.home-wrapper .initial-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 1;
  transition-duration: 0.3s;
}
.home-wrapper .initial-swiper .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 1;
}
.home-wrapper .initial-swiper .swiper-button-next,
.home-wrapper .initial-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  background-color: rgb(205,205,205,0.1);
}
.home-wrapper .initial-swiper .swiper-button-next {
  right: calc(345 / 1920 * 100vw);
}
.home-wrapper .initial-swiper .swiper-button-prev {
  left: calc(345 / 1920 * 100vw);
}
.home-wrapper .initial-swiper .swiper-button-next::before,
.home-wrapper .initial-swiper .swiper-button-prev::before,
.home-wrapper .initial-swiper .swiper-button-next::after,
.home-wrapper .initial-swiper .swiper-button-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/swiper_round_arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  content: '';
}
.home-wrapper .initial-swiper .swiper-button-next::after,
.home-wrapper .initial-swiper .swiper-button-prev::after {
  background-image: url('../images/swiper_round_arrow_hover.png');
  opacity: 0;
}
.home-wrapper .initial-swiper .swiper-button-next::before,
.home-wrapper .initial-swiper .swiper-button-next::after {
  transform: rotate(180deg);
}
.home-wrapper .initial-swiper .swiper-button-next:hover,
.home-wrapper .initial-swiper .swiper-button-prev:hover {
  box-shadow: none;
  opacity: 1;
}
.home-wrapper .initial-swiper .swiper-button-next:hover::before,
.home-wrapper .initial-swiper .swiper-button-prev:hover::before {
  opacity: 0;
}
.home-wrapper .initial-swiper .swiper-button-next:hover::after,
.home-wrapper .initial-swiper .swiper-button-prev:hover::after {
  opacity: 1;
}

.home-wrapper .initial-swiper .bg-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-wrapper .initial-swiper .bg-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .home-wrapper .initial-swiper .bg-con::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
} */
.home-wrapper .initial-swiper .bg-con.fog::after {
  display: block;
}

.home-wrapper .initial__content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 945px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-wrapper .initial__content .text-con {
  color: #333;
}
.home-wrapper .initial__content .text-con h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  font-family: 'NotoSerifKR';
  word-break: keep-all;
}
.home-wrapper .initial__content .text-con h5 {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.home-wrapper .initial__content .text-con a {
  position: relative;
  display: inline-block;
  margin-top: 72px;
  color: #231815;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 2px solid #80d8d0;
  /* transition-duration: .3s; */
}
.home-wrapper .initial__content .text-con a::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #80d8d0;
  content: '';
}
.home-wrapper .initial__content .text-con a:hover {
  border-bottom: 2px solid transparent;
}
.home-wrapper .initial__content .text-con a:hover::after {
  width: 100%;
  transition-duration: 0.3s;
}
/* .home-wrapper .initial::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
} */
.home-wrapper .video__content {
  margin: 71px auto 0;
}
.home-wrapper .diet {
  position: relative;
  height: 800px;
  box-sizing: border-box;
}
.home-wrapper .diet .title-main {
  width: 425px;
}
.home-wrapper .diet__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #fbf9f7;
  transform: translate(-50%, -50%);
}
.home-wrapper .diet__bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  aspect-ratio: 1050 / 700;
}

.home-wrapper .title-sub {
  margin-bottom: 46px;
}
.text-box-horizontal-list + .image-box-horizontal-list {
  margin-top: 46px;
}
.management-swiper__item {
  position: relative;
  /* width: 100%; */
  max-width: 1082px;
  margin: 0 auto;
  aspect-ratio: 1082 / 602;
}
.management-swiper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management-swiper-con {
  position: relative;
}
.management-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.management-swiper .swiper {
  overflow: visible;
}
.management-swiper-con .swiper-button-prev,
.management-swiper-con .swiper-button-next {
}
.management-swiper-con .swiper-button-next {
  right: 0;
}
.management-swiper-con .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.management-swiper-con .swiper-button-prev::after,
.management-swiper-con .swiper-button-next::after {
  display: inline-block;
  width: 21px;
  height: 40px;
  background-image: url('../images/swiper_arrow.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.management-swiper-con .centered-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.home-wrapper .imposible .hr {
  margin: 65px 0 68px;
}
.home-wrapper .sametime {
  background-color: #fbf9f7;
}

.target-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
  gap: 22px;
}
.target-list::before {
  position: absolute;
  display: block;
  top: -43px;
  left: 50%;
  width: 1px;
  height: 97px;
  background-color: #80d8d0;
  transform: translate(-50%, -100%);
  content: '';
}
.target-list__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.target-list__item .image {
  width: 170px;
  height: 170px;
  background-color: #80d8d0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.target-list__item .image.t1 {
  background-size: 73px 72px;
  background-image: url('../images/home_target_1.svg');
}
.target-list__item .image.t2 {
  background-size: 59px 101px;
  background-image: url('../images/home_target_2.svg');
}
.target-list__item .image.t3 {
  background-size: 89px 98px;
  background-image: url('../images/home_target_3.svg');
}
.target-list__item .content {
  margin-top: 28px;
}
.target-list__item .content h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}
.target-list__item .content p {
  margin-top: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.around-swiper-con {
  display: flex;
  height: 556px;
  gap: 24px;
  margin-top: 52px;
}
.around-swiper-thumb {
}
.around-swiper-thumb-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.around-swiper-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.around-swiper-view {
  min-width: 220px;
}
.around-swiper-view-item {
  width: 100%;
  aspect-ratio: 320 / 222;
  overflow: hidden;
}
.around-swiper-view-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wrapper .adjust {
  display: flex;
  align-items: center;
  height: 700px;
  padding: 0;
  background-color: #fbf9f7;
}
.home-wrapper .adjust__image {
  width: 1080px;
  height: 100%;
  background-color: #d9d9d9;
}
.home-wrapper .adjust__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .adjust__content {
  padding: 100px;
}

.route-map {
  margin-top: 52px;
}
.route-map__api {
  height: 300px;
  background-color: #eee;
}
.route-map__address {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.route-map__address h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.route-map__address__link {
  display: flex;
  gap: 20px;
}
.route-map__address__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background-color: #f4f0ea;
}

.home-wrapper .route-map__button a {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  color: #231815;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 2px solid #80d8d0;
  /* transition-duration: .3s; */
}
.home-wrapper .route-map__button a::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #80d8d0;
  content: '';
}
.home-wrapper .route-map__button a:hover {
  border-bottom: 2px solid transparent;
}
.home-wrapper .route-map__button a:hover::after {
  width: 100%;
  transition-duration: 0.3s;
}
.route-map-grid {
  margin-top: 26px;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.route-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
}
.route-map-grid__item {
  display: flex;
  padding: 0 8px;
}

.route-map-grid__item__title,
.route-map-grid__item__data {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  word-break: keep-all;
}
.route-map-grid__item__title {
  width: 98px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.route-map-grid__item__data + .route-map-grid__item__data {
  margin-left: 40px;
}
.route-map-grid b,
.route-map-grid b {
  font-weight: 500;
}

/* sub */
.sub-wrapper {
  padding-top: 125px;
  padding-bottom: 0px;
  /*padding-bottom: 140px;*/
}
section.makeline_success {
  padding: 104px 0 132px;
}

.benefit-list {
  position: relative;
  display: flex;
  margin-top: 96px;
}
/* .benefit-list::before {
  position: absolute;
  display: block;
  top: -43px;
  left: 50%;
  width: 1px;
  height: 97px;
  background-color: #555555;
  transform: translate(-50%, -100%);
  content: '';
} */
.benefit-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  width: 370px;
  aspect-ratio: 1 / 1;
  background-color: rgba(244, 240, 234, 0.5);
  border-radius: 50%;
}
.benefit-list__item:first-of-type {
  transform: translateX(22px);
}
.benefit-list__item:last-of-type {
  transform: translateX(-22px);
}
.benefit-list__item span {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: #80d8d0;
  line-height: 35px;
  padding: 0 7px;
}
.benefit-list__item span.underline {
  border-bottom: 1.5px solid #80d8d0;
}
.benefit-list__item h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
.benefit-list__item p {
  margin-top: 25px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.makeline-image-text {
  display: flex;
  padding: 40px 48.5px;
  gap: 72px;
  padding-left: 0;
}
.makeline-image-text .image {
  width: 75vw;
  max-width: 1100px;
}
.makeline-image-text .image img {
  width: 100%;
}
.makeline-image-text .content {
  padding-top: 130px;
}

section.makeline-imposible {
  padding-top: 138px;
  padding-bottom: 33px;
}
section.makeline-imposible .chart-list {
  margin-top: 55px;
}

.makeline-product .text-box-horizontal-list {
  margin-top: 28px;
}

section.makeline-product {
  padding-top: 52px;
  /* padding-bottom: 28px; */
  padding-bottom: 120px;
}
section.makeline-product .title-main + article {
  margin-top: 108px;
}

section.makeline-food {
  padding-bottom: 51px;
}
section.makeline-image-grid {
  padding-top: 49px;
  padding-bottom: 74px;
}
section.makeline-faq {
  padding-top: 18px;
}
.sub-wrapper.introduction {
  background-color: #FBF9F7;
}
section.introduction-profile {
  padding: 112px 0 107px;
}
section.introduction-profile article {
  position: relative;
}
section.introduction-profile article:not(:first-of-type) {
  margin-top: 120px;
}
section.introduction-profile .image-info__content__item {
  gap: 57px;
}
section.introduction-profile .image-info__content__item__text {
  flex: 1 1 0;
  padding-top: 42px;
}
section.introduction-profile .image-info__content__item__text {
  position: relative;
}
/* section.introduction-profile .image-info__content__item__text img {
  position: absolute;
  left: 320px;
  bottom: -210px;
} */
section.introduction-profile .image-info__content__item__text .sign {
  position: absolute;
  left: 320px;
  bottom: -210px;
}
section.introduction-profile .image-info__content__item__text .sign span{
	display: block;
	width: 115px;
	font-family: 'NotoSerifKR';
}
section.introduction-profile .image-info__content__item__text .sign span img{
	width: 100%;
}
section.introduction-profile .image-info__content__item__text .sign span:first-child{
    padding-bottom: 10px;
}
section.introduction-promise {
  padding: 57px 0 0;
}
.sub-wrapper:has(.setsus-apart) {
  padding-bottom: 0;
}
.setsus-apart {
  padding: 104px 0 140px;
  background-color: #fbf9f7;
}

section.procedure-gallery {
  padding-bottom: 141px;
}
/* .procedure-detail .centered-container {
  max-width: 1020px;
} */
.procedure-detail .centered-container.wide-container {
  max-width: 1180px;
}
.procedure-detail .hr {
  margin: 85px 0;
}
.procedure-detail .hr.none_hr{
  opacity: 0;
  margin: 50px 0;
  
}
.procedure-detail .detail-view .hr {
  margin: 40px 0 88px;
}
.procedure-detail .detail-view.lifting .hr {
  margin: 80px 0;
}
.detail-view .wide-image .hr.con_hr {
  margin: 13px 0 20px;
}

.procedure-detail .image-box {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
}
.procedure-detail .image-box img {
  width: 100%;
}
.procedure-detail .image-box.medium {
  max-width: 780px;
}
.procedure-detail .image-info {
  margin: 46px 0 170px;
}
.procedure-detail .image-info__content__item__image {
  width: 100%;
  max-width: 580px;
}
.procedure-detail .image-info__content__item__image.type1 {
  width: 100%;
  max-width: 638px;
}
.procedure-detail .image-info__content__item__image.type2 {
  width: 100%;
  max-width: 669px;
}

.procedure .image-box {
  width: 100%;
  max-width: fit-content;
  margin: 120px auto 115px;
}
.procedure .image-box img {
  width: 100%;
}
.image-info-list + .image-info {
  margin-top: 124px;
}

.raq-list {
  margin-top: 94px;
  padding-left: 100px;
  font-weight: 300;
}
.raq-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.raq-list ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.raq-list ul li .question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 28px;
  background-color: #81CBC8;
  border-radius: 20px;
  align-self: flex-end;
  box-sizing: border-box;
}
.raq-list ul li .question p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
  line-height: 32px;
}
.raq-list ul li .answer {
  position: relative;
  width: 100%;
  width: 680px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
}
.raq-list ul li .answer::after {
  position: absolute;
  display: inline-block;
  bottom: -14px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url('../images/logo_round.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-100%);
  content: '';
}
.raq-list ul li .answer p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -2px;
  word-break: keep-all;
}

.background-article {
  display: flex;
  position: relative;
  align-items: center;
  padding: 134px 0 220px;
  margin-bottom: 85px;
  box-sizing: border-box;
  overflow: hidden;
}
.background-article::after {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
}
.background-article__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1008 / 717;
}
.background-article__image img {
  height: 100%;
}


/* 수정 */
.makeline_success .title-main h5,
.makeline-faq .centered-container .title-main h2{
  font-weight: 200;
}

.procedure .round-bullet-list li{
  display: flex;
  align-items: flex-end;
}
.procedure .round-bullet-list li span{
  display: inline-block;
  background-color: #80D8D0;
  color: #fff;
  margin-right: 18px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.procedure .round-bullet-list li p{
  font-size: 18px;
}
.sub-wrapper .image-info__content__item {
  align-items: flex-end;
}
.sub-wrapper .makeline-food .image-info__content__item{
  align-items: center;
}
.ulfit .content.effect p {
  font-weight: 200;
}
.ulfit ul li{
  width: 350px;
}

.treatment-list__title h2 {
  font-size: 40px;
  text-align: center;
  font-family: 'NotoSerifKR';
  padding-bottom: 70px;
}
.procedure .title-main:nth-of-type(2) h2::before,
.procedure .title-main.border-line::before,
.treatment-list__title h2::before{
  display: block;
  content: '';
  width: 1px;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.2);
  /* margin: 60px auto 70px; */
  margin: 54px auto;
}

.treatment-list ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  column-gap: 20px;
}
.treatment-list ul li{
  display: flex; /* li 자체를 flexbox로 설정 */
  flex-direction: column; /* 내용 세로 정렬 */
  justify-content: center; /* 세로 중앙 정렬 */
  height: 100%; /* 고정 높이 설정 */
}
.treatment-list ul li img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.treatment-list ul li .content{
  border: 1px solid rgba(164,164,164,0.5);
  text-align: center;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  flex: 1;
  padding: 35px 0;
  background-color: #FBF9F7;
  box-sizing: border-box;
}
.treatment-list ul li .content h5{
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: -0.048px;
  font-weight: 500;
}
.treatment-list ul li .content h5::after{
  content: '';
  display: block;
  width: 100%;
  max-width: 368px;
  height: 1px;
  background-color: rgba(164,164,164,0.5);
  margin: 16px auto;
}
.treatment-list ul li .content p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.treatment-list ul li .content>p{
  flex: 1;
}
.treatment-list ul li .con-list{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.treatment-list ul li .con-list p{
  padding: 6px 16px;
  background-color: #80D8D0;
  border-radius: 800px;
  color: #fff;
  font-weight: 400;
}