@charset "UTF-8";
:root {
  --swiper-navigation-size: 20px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 0px;
  --swiper-navigation-color: #ECECDC;
}

.main_banner01 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  list-style: none;
  z-index: 1;
  margin-bottom: -1rem;
  cursor: pointer;
  /* Swiper 내장 스타일 변경하기 */
}
.main_banner01 .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: content-box;
  position: relative;
}
.main_banner01 .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
.main_banner01 .swiper-wrapper .swiper-slide .mobile_banner {
  display: none;
}
.main_banner01 .swiper-wrapper .swiper-slide img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast !important;
  transform: translateZ(0) !important;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 2;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 300;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_1 {
  font-size: 3.5rem;
  font-weight: 600;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_2 {
  margin-top: 2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_3 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_4 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0; /* 상단 여백 + 좌우 auto 중앙정렬 */
  width: 11rem;
  height: 3.8rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 80%;
  cursor: pointer;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_1 {
  font-size: 3.5rem;
  font-weight: 600;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_2 {
  margin-top: 2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_3 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_4 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_5 {
  margin-top: 2rem;
  height: 3.5rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_1 {
  font-size: 3.5rem;
  font-weight: 600;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_2 {
  margin-top: 2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_3 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_4 {
  margin-top: 0.2rem;
}
.main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0; /* 상단 여백 + 좌우 auto 중앙정렬 */
  width: 11rem;
  height: 3.8rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 80%;
  cursor: pointer;
}
.main_banner01 .arrow-container {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  position: absolute;
  bottom: 10%;
  right: 3%;
  pointer-events: none;
}
.main_banner01 .arrow-container .arrow {
  pointer-events: all;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 1;
}
.main_banner01 .swiper-pagination-first {
  position: sticky;
  bottom: 5rem;
  z-index: 10;
}
.main_banner01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.main_banner01 .swiper-horizontal > .swiper-pagination-progressbar,
.main_banner01 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 10% !important;
  left: 50%;
  transform: translateX(-50%); /* 요소의 중심을 기준으로 정렬 */
}
.main_banner01 .slide-number {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2; /* 프로그래스바 위에 오도록 설정 */
  min-width: 3.1rem;
}

.subscribe_banner_container {
  background: #ECECDC;
  width: 100%;
  height: 10rem;
}
.subscribe_banner_container .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1rem;
}
.subscribe_banner_container .wrapper .text_wrapper {
  display: flex;
  flex-direction: column;
}
.subscribe_banner_container .wrapper .text_wrapper .text01 {
  font-size: 1.4rem;
  font-weight: 500;
}
.subscribe_banner_container .wrapper .text_wrapper .text02 {
  font-size: 1.5rem;
  font-weight: 700;
}
.subscribe_banner_container .wrapper .subscribe_button {
  width: 6.5rem;
  height: 3rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: 500;
}

.content01_wrapper {
  margin-top: 15rem;
  display: flex;
  justify-content: center;
  margin-left: 25rem;
  margin-right: 25rem;
}
.content01_wrapper img {
  width: 100%;
}

.subscribe_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
}
.subscribe_wrapper .text01 {
  font-size: 4rem;
  color: #004E43;
  font-weight: 700;
}
.subscribe_wrapper .text02 {
  font-size: 2.5rem;
  margin-top: 1rem;
}
.subscribe_wrapper .subscribe_btn {
  width: 23rem;
  height: 5.5rem;
  background: #004E43;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

.new_best_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 2rem;
  font-size: 8rem;
}

.soap_slide_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.soap_slide_container .swiper_header {
  width: 100%;
  max-width: 128rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
}
.soap_slide_container .swiper_header .header_text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.7rem;
}
.soap_slide_container .swiper_header .header_btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.soap_slide_container .swiper_styler {
  position: relative;
  width: 100%;
  max-width: 128rem;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.soap_slide_container .swiper_styler .next-btn, .soap_slide_container .swiper_styler .prev-btn {
  position: absolute;
  z-index: 4;
  top: 37%;
  z-index: 1000;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: rgba(32, 66, 65, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soap_slide_container .swiper_styler .next-btn {
  right: -3rem;
}
.soap_slide_container .swiper_styler .prev-btn {
  left: -3rem;
}
.soap_slide_container .swiper_styler .line_container {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 128rem;
}
.soap_slide_container .swiper_styler .line_container .line_wrapper {
  display: flex;
}
.soap_slide_container .swiper_styler .line_container .item {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.soap_slide_container .swiper_styler .line_container .item .img_wrapper {
  display: flex;
  justify-content: center;
}
.soap_slide_container .swiper_styler .line_container .item .img_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.soap_slide_container .swiper_styler .line_container .item .text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
.soap_slide_container .swiper_styler .line_container .item .text_wrapper .text01 {
  font-weight: 500;
}
.soap_slide_container .swiper_styler .line_container .item .text_wrapper .text02 {
  font-weight: 500;
  opacity: 0.65;
  font-size: 1.5rem;
  margin-top: 0.7rem;
}
.soap_slide_container .swiper_styler .line_container .item .text_wrapper .text03 {
  margin-top: 0.7rem;
  font-weight: 600;
}
.soap_slide_container .swiper_styler .line_container .item .text_wrapper .show_more {
  margin-top: 1rem;
  text-decoration: underline;
  color: #828282;
  cursor: pointer;
}

.content02_wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
.content02_wrapper .swiper {
  width: 100%;
}
.content02_wrapper .swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.content02_wrapper .swiper .swiper-button-prev::after, .content02_wrapper .swiper .swiper-button-next::after {
  font-size: 2rem;
  color: white;
  opacity: 0.9;
}
.content02_wrapper .swiper .swiper-button-prev, .content02_wrapper .swiper .swiper-button-next {
  background: rgba(79, 79, 79, 0.5);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.content02_wrapper .left_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 60rem;
  margin: auto;
}
.content02_wrapper .left_container .item_wrapper {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
  background: #fff2e5;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.content02_wrapper .left_container .item_wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.content02_wrapper .left_container .item_wrapper .item .item_text {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.content02_wrapper .left_container .item_wrapper .item .img_wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.content02_wrapper .left_container .item_wrapper .item .img_wrapper img {
  width: 100%;
}
.content02_wrapper .left_container .item_wrapper .item .text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.content02_wrapper .left_container .item_wrapper .item .text_wrapper .text01 {
  font-weight: 500;
}
.content02_wrapper .left_container .item_wrapper .item .text_wrapper .text02 {
  font-weight: 500;
}
.content02_wrapper .left_container .item_wrapper .item .text_wrapper .text03 {
  margin-top: 1.5rem;
  font-weight: 600;
}
.content02_wrapper .left_container .item_wrapper .item .text_wrapper .show_more {
  margin-top: 1rem;
  text-decoration: underline;
  color: #828282;
  cursor: pointer;
}
.content02_wrapper .left_container .item_wrapper .item:hover {
  transform: scale(1.05); /* 살짝 확대 */
}
.content02_wrapper .left_container .item_wrapper .item:hover .item_text {
  opacity: 1;
  color: attr(data-color);
}
.content02_wrapper .right_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 60rem;
  margin: auto;
}
.content02_wrapper .right_container .item_wrapper {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
  background: #fff2e5;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.content02_wrapper .right_container .item_wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.content02_wrapper .right_container .item_wrapper .item .item_text {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.content02_wrapper .right_container .item_wrapper .item .img_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.content02_wrapper .right_container .item_wrapper .item .img_wrapper img {
  width: 15rem;
}
.content02_wrapper .right_container .item_wrapper .item .text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.content02_wrapper .right_container .item_wrapper .item .text_wrapper .text01 {
  font-weight: 500;
}
.content02_wrapper .right_container .item_wrapper .item .text_wrapper .text02 {
  font-weight: 500;
}
.content02_wrapper .right_container .item_wrapper .item .text_wrapper .text03 {
  margin-top: 1.5rem;
  font-weight: 600;
}
.content02_wrapper .right_container .item_wrapper .item .text_wrapper .show_more {
  margin-top: 1rem;
  text-decoration: underline;
  color: #828282;
  cursor: pointer;
}
.content02_wrapper .right_container .item:hover {
  transform: scale(1.05); /* 살짝 확대 */
}
.content02_wrapper .right_container .item:hover .item_text {
  opacity: 1;
  color: attr(data-color);
}
.content02_wrapper .right_container_mobile {
  display: none;
}

.marquee_container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #004E43;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-top: 8rem;
  /* 전광판 내부 애니메이션 */
}
.marquee_container .marquee {
  display: inline-block;
  animation: marquee 200s linear infinite;
}

/* 애니메이션 정의 */
@keyframes marquee {
  0% {
    transform: translateX(0); /* 시작 위치 */
  }
  100% {
    transform: translateX(-100%); /* 텍스트 끝 위치 */
  }
}
.content03_wrapper {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  margin-left: 25rem;
  margin-right: 25rem;
  gap: 3rem;
}
.content03_wrapper .img_wrapper img {
  width: 100%;
}
.content03_wrapper .more_wrapper {
  display: flex;
  align-items: end;
}
.content03_wrapper .more_wrapper .more_brn {
  font-size: 1.5rem;
  min-width: 13rem;
}
.content03_wrapper .more_wrapper .more_brn span {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-block;
  background: #F6EDDC;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 0 0 30px;
}
.content03_wrapper .more_wrapper .more_brn span:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -12px;
  width: 36px;
  height: 1px;
  background: #313131;
}
.content03_wrapper .more_wrapper .more_brn span:after {
  content: "";
  position: absolute;
  right: 19px;
  top: 20px;
  transform: rotate(45deg);
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #313131;
  border-top: 1px solid #313131;
}

.content04_wrapper {
  margin-top: 8rem;
}
.content04_wrapper img {
  width: 100%;
}

/* 이미지 컨테이너 */
.content05_wrapper {
  position: relative;
  width: 100%; /* 부모 요소의 너비에 맞게 조정 */
}
.content05_wrapper img {
  width: 100%; /* 이미지 너비를 컨테이너에 맞춤 */
  display: block; /* 불필요한 여백 제거 */
}
.content05_wrapper .overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.content05_wrapper .overlay_text .text01 {
  font-size: 3rem;
}
.content05_wrapper .overlay_text .text02 {
  font-size: 7rem;
  margin-top: 3rem;
}
.content05_wrapper .overlay_text .text02 span {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.instagram_wrapper {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram_wrapper .text01 {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.live_slider_wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 12rem;
}
.live_slider_wrapper .live_slider_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide-left 40s linear infinite;
}
.live_slider_wrapper .live_slider_track img {
  max-width: 15rem;
  width: 100%;
  height: auto;
  margin-right: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.count_option {
  width: 14rem;
  height: 4rem;
  margin: 0 0 1.5rem;
  border: 1px solid black;
  border-radius: 0.5rem;
  line-height: 1.3rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  /* .minus {
      color: #919191;
  } */
}
.count_option .minus, .count_option .plus {
  width: 7rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: center;
}
.count_option .option_num {
  font-size: 1.5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  cursor: pointer;
  /* color: #919191; */
}
.count_option .option_num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.black_circle_btn {
  margin: 0 0 3rem 0;
}

.black_circle_btn {
  width: 10rem;
  line-height: 3.5rem;
  padding: 0 1.5rem;
  margin: 4rem 0 5rem;
  border: 1px solid black;
  color: black;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.black_circle_btn:hover {
  background: #ebebe0;
}

.close_btn {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 1.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 100%;
  color: black;
  background-color: #fffef9;
  border: 1px solid black;
  cursor: pointer;
  margin-right: 2rem;
}
.close_btn svg {
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
}

@media all and (max-width: 1079px) {
  .header_container {
    height: 8rem;
  }
  .main_banner01 {
    height: auto;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content {
    font-size: 1.5rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_1 {
    padding: 0.5rem;
    font-size: 2.5rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_1_5 {
    margin: 2rem auto 0;
    font-size: 1.3rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_2_1 {
    padding: 0.5rem;
    font-size: 2.5rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_1 {
    padding: 0.5rem;
    font-size: 2.5rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .banner_text .banner_text_content .banner_line.line_3_5 {
    margin: 2rem auto 0;
    font-size: 1.3rem;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .desktop_banner {
    display: none;
  }
  .main_banner01 .swiper-wrapper .swiper-slide .mobile_banner {
    display: block;
  }
  .main_banner01 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .main_banner01 .arrow-container {
    display: none;
  }
  .main_banner01 .swiper-pagination-first {
    bottom: 3rem;
  }
  .main_banner01 .swiper-horizontal > .swiper-pagination-progressbar,
  .main_banner01 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    min-width: 30%;
  }
  .content01_wrapper {
    margin: 10rem 5rem 0 5rem;
  }
  .content01_wrapper img {
    min-width: 25rem;
  }
  .subscribe_wrapper .text01 {
    font-size: 2.8rem;
    margin: 0 1rem;
  }
  .subscribe_wrapper .text02 {
    font-size: 2.3rem;
    margin: 2rem 1rem 0 1rem;
    display: flex;
    flex-direction: column;
  }
  .subscribe_wrapper .text02 span {
    text-align: center;
  }
  .subscribe_wrapper .subscribe_btn {
    margin: 5rem 1rem 0 1rem;
    width: 30rem;
    height: 7rem;
  }
  .new_best_wrapper {
    font-size: 3.5rem;
  }
  .new_best_wrapper img {
    width: 35rem;
    min-width: 28rem;
    margin: 0 1rem;
  }
  .soap_slide_container {
    margin-top: 3rem;
  }
  .soap_slide_container .swiper_header {
    width: calc(100% - 6rem);
    box-sizing: border-box;
    margin-bottom: 1.2rem;
  }
  .soap_slide_container .swiper_header .header_text {
    margin: 0;
    font-size: 1.6rem;
  }
  .soap_slide_container .swiper_header .header_btn {
    margin: 0;
    font-size: 1.5rem;
    margin-top: 0.3rem;
  }
  .soap_slide_container .swiper_styler {
    max-width: calc(100% - 6rem);
  }
  .soap_slide_container .swiper_styler .line_container .line_wrapper .item .text_wrapper {
    margin-top: 1rem;
  }
  .soap_slide_container .swiper_styler .line_container .line_wrapper .item .text_wrapper .text01 {
    font-size: 1.5rem;
  }
  .soap_slide_container .swiper_styler .line_container .line_wrapper .item .text_wrapper .text02 {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .soap_slide_container .swiper_styler .line_container .line_wrapper .item .text_wrapper .text03 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .soap_slide_container .swiper_styler .next-btn, .soap_slide_container .swiper_styler .prev-btn {
    width: 3.5rem;
    height: 3.5rem;
    top: 27.2%;
  }
  .soap_slide_container .swiper_styler .next-btn {
    right: -2rem;
  }
  .soap_slide_container .swiper_styler .prev-btn {
    left: -2rem;
  }
  .content02_wrapper {
    flex-direction: column;
  }
  .content02_wrapper .swiper .swiper-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content02_wrapper .left_container .wrapper {
    height: initial;
    justify-content: center;
  }
  .content02_wrapper .left_container .wrapper .item {
    min-width: initial;
    max-width: initial;
  }
  .content02_wrapper .left_container .wrapper .item .img_wrapper {
    height: initial;
  }
  .content02_wrapper .right_container .item_wrapper {
    aspect-ratio: 6/9;
  }
  .content02_wrapper .right_container .wrapper {
    justify-content: center;
  }
  .content02_wrapper .right_container_mobile {
    display: none;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    min-height: 60rem;
    overflow: hidden;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper {
    display: flex;
    gap: 1rem;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item {
    position: relative;
    transition: transform 0.3s ease;
    background: #fff2e5;
    min-width: 40rem;
    max-width: 40rem;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .item_text {
    position: absolute;
    top: 3rem;
    right: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    display: none; /* 기본적으로 숨김 */
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .img_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10rem;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .img_wrapper img {
    width: 27rem;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    font-size: 2rem;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .text_wrapper .text01 {
    font-weight: 500;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .text_wrapper .text02 {
    font-weight: 500;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .text_wrapper .text03 {
    margin-top: 2rem;
    font-weight: 600;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item .text_wrapper .show_more {
    margin-top: 3rem;
    text-decoration: underline;
    color: #828282;
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item:hover {
    transform: scale(1.05); /* 살짝 확대 */
  }
  .content02_wrapper .right_container_mobile .swiper-wrapper .item:hover .item_text {
    display: block; /* 마우스 호버 시 표시 */
  }
  .content02_wrapper .right_container_mobile .swiper-pagination {
    position: relative;
    width: 80%; /* 프로그래스바 너비 */
    z-index: 10; /* 다른 요소 위에 표시되도록 설정 */
    margin: 0 auto;
  }
  .content02_wrapper .right_container_mobile .swiper-pagination-progressbar {
    background-color: #DADADA; /* 프로그래스바 배경 */
    height: 0.5rem;
  }
  .content02_wrapper .right_container_mobile .swiper-pagination-progressbar-fill {
    background-color: #8D8D8D; /* 프로그래스바 채우기 색상 */
    height: 100%;
    transition: transform 0.3s;
  }
  .content03_wrapper {
    margin: 10rem 5rem 0 5rem;
    display: flex;
    flex-direction: column;
  }
  .content03_wrapper .more_wrapper {
    justify-content: center;
  }
  .content03_wrapper .more_wrapper .more_brn {
    font-size: 1.8rem;
  }
  .content04_wrapper {
    margin-top: 15rem;
  }
  .content05_wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 30rem;
  }
  .content05_wrapper .overlay_text {
    width: 100%;
  }
  .content05_wrapper .overlay_text .text01 {
    font-size: 3rem;
    margin: 0 1rem;
  }
  .content05_wrapper .overlay_text .text02 {
    font-size: 5rem;
    margin: 1rem 1rem 0 1rem;
  }
  .instagram_wrapper {
    margin-top: 5rem;
  }
  .instagram_wrapper .text01 {
    font-size: 2rem;
  }
  .live_slider_wrapper {
    margin-bottom: 8rem;
  }
  .live_slider_wrapper .live_slider_track img {
    max-width: 12rem;
  }
}/*# sourceMappingURL=main.css.map */