@charset "utf-8";

:root {
  --point-color: #00e2ed;
}

/* mv */
.mv_swiper .mv_slide_img_box {
  width: 100%;
  height: calc(100vh - 37px);
  margin-top: 37px;
}

.mv_progress_ui {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

.progress-bar-wrapper {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00ffff;
  animation: fillAndSlide 10s linear forwards;
}

@keyframes fillAndSlide {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}


.progress-bar.timer_slide_cus {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00ffff;
  animation: fillProgress 20s linear forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


.mv_progress_ui .current-slide,
.mv_progress_ui .total-slide {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.mb_mt40 {
  margin-top: 0;
}

@media only screen and (min-width: 991px) {
  .msecbg {
    padding-left: max(40px, (100vw - 1900px)/2) !important;
    padding-right: max(40px, (100vw - 1900px)/2) !important;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mb_mt40 {
    margin-top: 40px;
  }
}

/* top_cate */
.top_cate_box {
  padding: 20px;
}

.top_cate_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top_cate_box ul li {
  width: calc(25% - 15px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 20px;
}

.top_cate_img img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.top_cate_box ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .top_cate_box ul li {
    gap: 10px;
    padding: 0;
  }

  .top_cate_box {
    padding: 0;
  }

  .top_cate_box ul li p {
    font-size: 14px;
  }
}

/* best item */
.main_slide_yoyo .shop_list_tit_box01 {
  text-align: unset;
}

.main_slide_yoyo .shop_list_tit01 {
  font-size: 32px;
  line-height: 1.5;
  color: var(--point-color);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_slide_yoyo .shop_list_tit01 a {
  color: #fff;
}

.main_slide_yoyo .shop_list_tit01 a:hover {
  color: var(--point-color);
  transition: all 0.2s ease;
}

.main_slide_yoyo .shop_list_tit01:after {
  display: none;
}

.main_slide_yoyo .shop_list_item01 .tit,
.main_slide_yoyo .shop_list_item01 .alt,
.main_slide_yoyo .shop_list_item01 .price_box01 .discount01,
.main_slide_yoyo .shop_list_item01 .price_box01 .price01,
.main_slide_yoyo .shop_list_item01 .price_box01 .price01 span {
  color: #f6f6f6;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}

.main_slide_yoyo .shop_list_item01 .price_box01 .price01,
.main_slide_yoyo .shop_list_item01 .price_box01 .price01 span {
  color: var(--point-color);
  align-items: center;
}


.main_slide_yoyo .shop_list_item01 .price_box01 .percent01 {
  color: var(--point-color);
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

.season_slide_box {
  aspect-ratio: 1 / 0.4870689;
  position: relative;
}

.season_txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  width: calc(100% - 40px);
  font-family: "Montserrat", sans-serif;
}

.sea_txt h3 {
  font-weight: 500;
  font-size: 24px;
  color: #00e2ed;
}

.sea_txt h2 b {
  font-size: 7rem;
  text-transform: uppercase;
  line-height: .8;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -0.2rem;
  color: var(--point-color);
}

.sea_txt h2 {
  font-size: 7rem;
  text-transform: uppercase;
  line-height: .8;
  margin-bottom: 20px;
  font-weight: 100;
  letter-spacing: -0.2rem;
  color: var(--point-color);
}

.sea_txt p {
  font-weight: 500;
  font-size: 18px;
  color: #00e2ed;
}


.show_all_btn {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.show_all_btn a {
  max-width: 100%;
  padding: 5px 20px;
  border: 1px solid #00e2ed;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.show_all_btn a p {
  font-size: 20px;
  color: var(--point-color);
}

.show_all_btn:hover a {
  background-color: #00e2ed;
}

.show_all_btn:hover a p {
  color: #222;
}

@media (max-width: 1450px) {
  .season_txt {
    gap: 20px;
  }

  .sea_txt h2 b,
  .sea_txt h2 {
    font-size: 5rem;
  }
}

@media (max-width: 1100px) {
  .season_txt {
    gap: 15px;
  }

  .sea_txt h2 b,
  .sea_txt h2 {
    font-size: 4rem;
  }
}

@media (max-width: 1000px) {
  .season_txt {
    display: none;
  }

  .show_all_btn {
    display: none;
  }
}

/* 금액별 이벤트 */

.saeun_tit h2 {
  font-family: 'Jost', "Noto Sans KR", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #00e2ed;
  padding-left: 150px;
}

.saeun_tit span {
  font-family: 'Jost', "Noto Sans KR", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #00e2ed;
}

.about_btn a {
  max-width: 100%;
  display: inline-flex;
  padding: 3px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00e2ed;
  border-radius: 50px;
}

.about_btn a p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #00e2ed;
}

.about_btn a:hover {
  background-color: #00e2ed;
}

.about_btn a:hover p {
  color: #222;
  font-weight: 700;
}

.sa_pro_box {
  padding: 20px;

}

.sa_pro_duct_img {
  position: relative;
  aspect-ratio: 1 / 1.239130434;
  border: 1px solid #00e2ed;
  /*  max-height: 400px; */
}

.detail_btn {
  max-width: 100%;
  display: inline-flex;
  padding: 3px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00e2ed;
  border-radius: 50px;
  background-color: #00e2ed;
  cursor: pointer;
}

.detail_btn p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 700;
}

.sa_pro_txt {
  display: flex;
  gap: 20px;
  align-items: center;

}

.sa_pro_txt img {
  border: 2px solid #00e2ed;
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1 / 1;

}

.sa_pro_duct_img::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00e2ed;
  position: absolute;
  bottom: -10px;
  left: 50px;
}

.sa_pro_txt p {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #00e2ed;
}

.btn_absol {
  position: absolute;
  bottom: 20px;
  left: 20px;

}

.saeun_pum_box {
  position: relative;
}

.timer_slide_con_yo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
}

.timer_slide_con_yo ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.timer_slide_con_yo ul li {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid var(--point-color);
  box-shadow: 0px -1px 14px 0px var(--point-color);
}

.timer_slide_btn_box>div {
  display: flex;
  gap: 170px;
  justify-content: center;
}

.flex_box_yo {
  display: flex;
  gap: 20px;

}

.timer_slide_btn_box h4 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  color: #00e2ed;
  font-family: 'Montserrat', 'Pretendard', sans-serif;
}

.timer_slide_btn_box p {
  font-size: 40px;
  line-height: 46px;
  color: #00e2ed;
  font-family: 'Montserrat', 'Pretendard', sans-serif;
}

.slide_btn a {
  border: 1px solid var(--point-color);
  color: var(--point-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 50px;

}

.slide_btn a p {
  font-size: 20px;
  font-weight: 600;
  color: #00e2ed;
  font-family: 'Montserrat', 'Pretendard', sans-serif;
}

.slide_btn a:hover {
  background-color: #00e2ed;
}

.slide_btn a:hover p {
  color: #222;
  font-weight: 700;
}

.timer_slide_txt {
  z-index: -1;
  min-height: 427px;
  font-size: 29rem;
  font-weight: 700;
  letter-spacing: -1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  line-height: 0.95;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00e2ed;
}

.trans_cus {
  color: transparent !important;
  user-select: none;
}

.mv_progress_ui_02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

.progress-bar-wrapper_02 {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar_02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00ffff;
  animation: fillProgress 20s linear forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.product_tab_yo ul {
  display: flex;
  gap: 20px;
}

.product_tab_yo ul li {
  height: 1.625rem;
  font-size: 12px;
  min-width: 5.875rem;
  border-radius: 70px;
  padding: 0 1rem;
  text-transform: uppercase;
  background-color: #000;
  color: var(--point-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product_tab_yo ul li:hover,
.product_tab_yo ul li.active {
  color: #000;
  background-color: #00e2ed;
}

.main_slide_yoyo .shop_list_tit01.tab_gap_cus {
  display: flex;
  align-items: baseline;
  gap: 100px;
  justify-content: unset;
}

.timer_slide_btn_box {
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .timer_slide_txt {
    min-height: unset;
    font-size: 70px;
    letter-spacing: unset;
    flex-direction: column;
    gap: 30px;
  }

  .timer_slide_con_yo {
    position: relative;
    left: unset;
    transform: unset;
    width: 100%;
    bottom: unset;
  }

  .timer_slide_yo .swiper-wrapper {
    padding-top: 60px;
  }

  .timer_slide_con_yo ul li {
    width: 80px;
    height: 80px;
  }

  .timer_slide_btn_box>div {
    gap: 30px;
    flex-wrap: wrap;
  }

  .flex_box_yo {
    flex-direction: column;
  }

  .timer_slide_btn_box h4,
  .timer_slide_btn_box p {
    font-size: 30px;
    text-align: center;
  }

  .timer_slide_con_yo ul {
    gap: 8px;
  }

  /* .timer_slide_btn_box {
    margin-top: 30px;
  } */
}


@media (max-width: 1000px) {
  .saeun_tit h2 {
    padding-left: unset;
  }
}

@media (max-width: 767px) {

  .saeun_tit h2,
  .saeun_tit span {
    font-size: 23px;
  }

  .best_shop_list_wrapper01 .shop_list_slide_wrapper {
    padding: 20px 0;
  }

  .best_shop_list_slide_wrapper.shop_list_slide_wrapper .shop_list_slide_arw.next {
    right: 0;
    z-index: 99;
  }

  .best_shop_list_slide_wrapper.shop_list_slide_wrapper .shop_list_slide_arw.prev {
    left: 0;
    z-index: 99;
  }

  .season_slide_box {
    aspect-ratio: 1 / 1;
  }

}


/* 모달창 */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_box {
  background: #00e2ed;
  padding: 100px;
  border-radius: 10px;
  position: relative;
  width: 70%;
  text-align: center;
  z-index: 999;
}

.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal_detail_row {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
}

.modal_detail_row p {
  margin: 0;
  width: 70%;
  text-align: left;
}

.modal_title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

.modal_note {
  display: flex;
  font-size: 18px;
  color: #333;
}

.modal_txt_wrapper {
  display: flex;
  justify-content: space-between;
}

.modal_gap_yo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  gap: 70px;
}

/* .note1, .note2 {
  width: 50%;
} */

@media (max-width: 1400px) {
  .modal_txt_wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .modal_detail_row p,
  .modal_gap_yo {
    width: 100%;
  }

  .modal_box {
    padding: 50px 30px;
    width: 90%;
  }

  .modal_gap_yo {
    gap: 30px;
  }

  .note1,
  .note2 {
    width: 100%;
    text-align: left;
  }
}

.sub_sty_change a.on img {
  filter: invert(65%) sepia(97%) saturate(2224%) hue-rotate(144deg) brightness(102%) contrast(100%);

}

.prd_page_nav_wrapper img {
  filter: invert(100%);
}

body.active {
  touch-action: none;
  overflow: hidden !important;
  -webkit-user-select: none;
}

/* 20250529 추가 */

.best_yo .shop_list_item01 .img img {
  object-fit: cover;
}


.best_shop_list_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.best_shop_list_flex .shop_list_item01 {
  width: calc(25% - 22.5px);
  /* padding: 15px; */
  box-sizing: border-box;
  transition: box-shadow 0.3s;
}

.best_shop_list_flex .shop_list_item01:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.best_shop_list_flex .shop_list_item01 img {
  width: 100%;
  height: auto;
}


@media (max-width: 1200px) {
  .best_shop_list_flex .shop_list_item01 {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 768px) {
  .best_shop_list_flex .shop_list_item01 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .best_shop_list_flex .shop_list_item01 {
    width: 100%;
  }
}