.divider {
  /* 구분선 */
  width: calc(100% - 32px);
  height: 0.5px;
  margin: 0 auto;
  background: #DADDE0;
}

.divider_05 {
  position: relative;
}

.divider_05::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background: #e9e9ec;
}

.divider_1-5 {
  position: relative;
}

.divider_1-5::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background: #e9e9ec;
}

.divider_8 {
  width: calc(100% + 32px);
  height: 8px;
  margin-left: -16px;
  background: #F6F6F6;
}

.line_1px {
  position: relative;
}

.line_1px::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background: #F6F6F6;
}

.line_6px {
  position: relative;
}

.line_6px::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #F6F6F6;
}

.line_8px {
  position: relative;
}

.line_8px::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 8px;
  background: #F6F6F6;
}

.more {
  /* 더보기 */
  display: flex;
  font-size: .875rem;
  color: #DADDE0;
}

svg.more {
  width: 22px;
}

.svg {
  /* svg정렬 */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}

.req {
  color: #EA6062;
}

.underline {
  text-decoration: underline;
}

.emptyBox {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

span.blue {
  display: flex;
  align-items: center;
  color: #0068C3;
  font-size: .75rem;
}

p[data-r-field="phone"] {
  text-decoration: underline;
}

.sale-line {
  text-decoration-line: line-through;
}

.layout_con_info span[data-r-field="shop_name"], .beautistName span[data-r-field="shop_name"] {
  width: 100%;
  display: inline-block;
  color: var(--color--gray);
  font-weight: 500;
}

.product_cost {
  font-size: .8125rem !important;
  color: #999;
  text-decoration: line-through;
}

.img_filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000066;
}

.img_bg {
  background: #00000066 !important;
}

.img-110 {
  width: 110px !important;
  height: 110px !important;
}

.img-size-230 {
  height: 230px;
  object-fit: cover;
}

.img-size-500 {
  height: 600px;
  object-fit: cover;
}

.img-size-700 {
  height: 700px;
  object-fit: cover;
}

.img-size-800 {
  height: 800px;
  object-fit: cover;
}

.img-top {
  object-position: top !important;
}

.img_line::after {
  position: absolute;
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

img.opacity-25 {
  filter: brightness(80%);
  opacity: 1;
}

img.opacity-60 {
  filter: brightness(60%);
  opacity: 1;
}

img.opacity-20 {
  filter: brightness(20%);
  opacity: 1;
}

.top-50 {
  top: 50%;
  transform: translateY(-50%);
}

.left-50 {
  left: 50%;
  transform: translateX(-50%);
}

.btn_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.content-between {
  justify-content: space-between;
}

.btn_wrap.fixed {
  position: fixed;
  max-width: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: #fff;
  box-sizing: border-box;
  z-index: 9;
}

.btn_wrap.fixed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background: #DADDE0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: 800px;
  height: 46px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.btn-s {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  font-size: .875rem;
}

button.round {
  border-radius: 12px;
}

.line {
  color: #333;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.point_dashed {
  border: 1px dashed var(--color--point);
  color: var(--color--point);
}

.btn_action {
  flex-direction: row;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 20px;
  color: #8B8B8B;
  background-color: #fff;
  border: 1px solid #DBE0E4;
  font-size: 12px;
}

.btn_action.on svg {
  color: var(--color--point);
}

.btn_action.on {
  color: var(--color--point);
  background: #FFF1EE;
  border-color: var(--color--point);
}

.btn-round {
  display: flex;
  padding: 4px 1rem;
  color: #333;
  font-size: .75rem !important;
  border-radius: 12px;
  background: #DADDE0;
  width: fit-content;
}

.white {
  background: #fff;
  color: #333 !important;
}

button.point {
  color: #fff;
  background: var(--color--point);
}

.btn.point {
  color: #fff;
  background: var(--color--point);
}

.btn.sub {
  color: #fff;
  background: var(--color--sub);
}

.btn-line {
  border: 1px solid #fff;
  color: #fff;
}

.btn-line-b {
  border: 1px solid #333;
  color: #333;
}

.btn-border {
  border: 1px solid var(--color--point);
  color: var(--color--point);
}

.btn-border-white {
  border: 1px solid var(--color--point);
  color: var(--color--point);
  background: #fff;
}

.btn.red {
  border: 1px solid #EA6062;
  color: #EA6062;
}

.btn.gra {
  background: linear-gradient(45deg, #ff3358, #ff9472);
}

.btn.disabled {
  background: #c9c9c9;
}

.btn.flex1 {
  flex: 1;
}

.btn.ellipse {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.btn.naver_fill {
  background: #03C75A;
}

.btn.kakao {
  background: #fee500;
  color: #333;
}

.violet {
  background: #d7bfff;
}

.mint {
  background: #89dbbd;
}

.yellow {
  background: #ffd391;
}

.pink {
  background: #ffb6cd;
}

.darkblue {
  background: #37A6E3;
}

.green {
  background: #00715A;
}

.skyblue {
  background: #C9E6F0;
}

/* 버튼 추가한 속성 START */
.btn_wrap .naver-icon {
  background-color: #03c75a;
  /* N 색상 */
  color: #fff;
  padding: 0 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 60%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* 예약 색상 */
.btn_wrap .naver-text {
  background-color: #03c75a;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.naver,
.btn.naver {
  background-color: #fff;
  border: 1px solid #03c75a;
}

.ticket-icon,
.naver-reservation {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.ticket-icon svg {
  width: 20px;
  height: 20px;
}

.naver-reservation svg {
  width: 17px;
  height: 17px;
}

.ticket-text {
  color: #ffffff;
}

.naver-color {
  color: #03c75a;
}

.btn.w01 {
  flex: 1;
}

.btn.w02 {
  flex: 2;
}

.btn.w10 {
  width: 10%;
}

.btn.w50 {
  width: 50%;
}

.w100 {
  width: 100% !important;
  margin: 0 auto;
}

.w-fit {
  width: fit-content;
}

.m-h-40 {
  max-height: 40dvh;
}

.top_btn {
  position: fixed;
  bottom: -60px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color--gray);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll_x {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  overflow-x: scroll !important;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

.scroll_x::-webkit-scrollbar {
  display: none;
}

.scroll_x li * {
  white-space: normal;
}

.main_container {
  width: 100%;
  max-width: 800px;
  min-height: calc(100dvh - 48px - 68px);
  margin: 0 auto;
  overflow: hidden;
}

.main_container section {
  width: 100%;
}

.sec_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 68px;
  overflow: hidden;
}

/* 더보기 */
.more_container {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}

.more_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: pre-wrap;
  flex: 1;
  font-size: .875rem;
  line-height: 22px;
}

.more_container.expanded .more_text, .more_container_3.expanded .more_text_3, .more_container_5.expanded .more_text_5 {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.more_toggle, .more_toggle_3, .more_toggle_5 {
  font-size: .85rem;
  color: var(--color--more);
}

.more_toggle.hidden, .more_toggle_5.hidden {
  display: none;
}

/* 3줄 */
.more_container_3 {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.more_text_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
}

/* 5줄 */
.more_container_5 {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

.more_text_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 22px;
}

/* 스르륵 더보기 */
.more_container_slide {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  overflow: hidden;
}

.more_slide_text {
  display: block;
  max-height: 72px;
  margin-top: -10px;
  overflow: hidden;
  transition: max-height 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
}

.more_container_slide.expanded .more_slide_text {
  max-height: none;
  margin-top: 0px;
  transform: translateY(0);
}

.more_container_toggle {
  cursor: pointer;
  transition: transform 0.3s ease;
  display: none;
}

.more_container_slide.expanded .more_container_toggle {
  transform: rotate(180deg);
}

.more_container_slide.show-toggle .more_container_toggle {
  display: inline-block;
}

.toggle_wrap {
  font-size: .875rem;
}

.toggle_wrap.on .toggle_con {
  display: flex;
}

.toggle_wrap .toggle_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.toggle_wrap .toggle_header .toggle_title {
  font-weight: 600;
}

.toggle_wrap .toggle_con {
  display: none;
  flex-direction: column;
  gap: 12px;
  color: #969696;
}

.heart_wrap {
  /* 하트수 */
  width: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.heart_btn {
  position: relative;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  border-radius: 1rem;
  display: flex;
}

.heart_wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  /* 추가 */
  width: auto;
  height: auto;
}

.heart_btn.on .heart_fill {
  transform: translate(-50%, -50%) scale(1);
  animation: likeOn 1s;
}

svg.heart_fill {
  transform: translate(-50%, -50%) scale(0);
}

@keyframes likeOn {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }

  25% {
    transform: translate(-50%, -50%) scale(1.07);
  }

  28% {
    transform: translate(-50%, -50%) scale(1.13);
  }

  35% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.contents-badge {
  /* width: 25%; */
  justify-content: center;
  display: flex;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 1rem;
  font-weight: bold;
  align-items: center;
  background: linear-gradient(135deg, var(--color--point) 0%, #000000 50%, var(--color--point) 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), -2px -2px 8px rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.badge {
  /* 뱃지 */
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: .75rem !important;
  font-weight: 200 !important;
  border-radius: 12px !important;
}

.badge.main {
  background: var(--color--point);
  color: #fff !important;
}

.badge.gray {
  background: #F6F6F6;
  color: #333;
}

.main {
  color: var(--color--point) !important;
}

.bg_gray {
  min-height: calc(100vh - 48px);
  background: #f4f4f4;
}

.bg-transp {
  background-color: transparent !important;
}

input[type=radio] {
  accent-color: var(--color--point);
}

/* custom select */
.select {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  border: 1px solid #eaeaea;
  border-radius: 0 60px 60px 0;
  flex-shrink: 0;
}

.select .selected {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.select .selected .selected_val {
  font-size: 14px;
  font-weight: 500;
}

.select ul {
  width: 120px;
  border: 1px solid #999;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  border-top: none;
  margin: 1px 0 0 -1px;
  cursor: pointer;
}

.select li {
  padding: 8px 5px;
}

.select li:hover {
  background: var(--color--point);
}

/* 말줄임표 */
.header_title, .layout_header p, .layout_con_info h4, .shop_list_header>div span, .post_box h4:not(.post_list h4), .layout_con_wrap .title:not(.ellipse_two), .beautistName span[data-r-field="shop_name"] {
  /* 말줄임표 1줄 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.post_box p:not(.post_list p) {
  /* 말줄임표 2줄 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detailImg {
  /* 꽉찬 이미지 */
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.detailImgLong {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.page_ad_banner {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}

.user_info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user_info img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

/* 상품명 */
.txt-title {
  font-size: .875rem;
  font-weight: 500 !important;
  line-height: 18px;
}

/* 상품 가격 */
.txt-price, .txt-price span {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.txt-market, .txt-brand, .txt-shop, .txt-beautist, .txt-option, .txt-g-s {
  width: 100%;
  color: var(--color--gray) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}

/* 폰트 사이즈 */
.txt-xxs {
  font-size: 0.7rem !important;
}

.txt-s {
  font-size: 0.75rem !important;
  display: contents;
}

.txt-xs {
  font-size: 0.85rem !important;
}

.txt-m {
  font-size: 0.85rem !important;
}

.txt-ml {
  font-size: .875rem !important;
}

.txt-mml {
  font-size: 1rem !important;
}

.txt-l {
  font-size: 1.15rem !important;
}

.txt-20px {
  font-size: 20px !important;
}

.txt-xl {
  font-size: 1.5rem !important;
}

.txt-28px {
  font-size: 28px !important;
}

.txt-xxl {
  font-size: 1.875rem !important;
}

.text-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  display: block !important;
}

.txt-pre {
  white-space: pre-line;
}

.txt-align-j {
  text-align: justify;
}

.txt-align-l {
  text-align: left !important;
}

.txt-align-center {
  text-align: center !important;
}

.txt-align-r {
  text-align: right !important;
}

.txt-thin {
  font-weight: 200 !important;
}

.txt-regular {
  font-weight: 300 !important;
}

.txt-normal {
  font-weight: 400 !important;
}

.txt-bold {
  font-weight: 600 !important;
}

.txt-extra {
  font-weight: 800 !important;
}

/* margin, padding */

.m-0 {
  margin: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-3rem {
  margin-left: 3rem;
}

.m-r-24 {
  margin-right: 24px;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-4px {
  margin-top: 4px !important;
}

.m-t-5px {
  margin-top: 5px !important;
}

.m-t-8px {
  margin-top: 8px !important;
}

.m-t-10px {
  margin-top: 10px !important;
}

.m-t-1rem {
  margin-top: 1rem !important;
}

.m-t-1-5rem {
  margin-top: 1.5rem !important;
}

.m-t-2rem {
  margin-top: 2rem;
}

.m-t-58px {
  margin-top: 58px;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-2px {
  margin-bottom: 2px !important;
}

.m-b-4px {
  margin-bottom: 4px !important;
}

.m-b-8px {
  margin-bottom: 8px !important;
}

.m-b-10px {
  margin-bottom: 10px !important;
}

.m-b-12px {
  margin-bottom: 12px !important;
}

.m-b-1rem {
  margin-bottom: 1rem !important;
}

.m-b-1-5rem {
  margin-bottom: 1.5rem !important;
}

.m-b-28px {
  margin-bottom: 28px !important
}

.m-b-2rem {
  margin-bottom: 2rem !important;
}

.m-b-42px {
  margin-bottom: 42px !important;
}

.m-b-3rem {
  margin-bottom: 3rem !important;
}

.m-b-5rem {
  margin-bottom: 5rem !important;
}

.m-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-0-16 {
  margin: 0 16px;
}

.m-0-24 {
  margin: 0 24px;
}

.m-4-0 {
  margin: 4px 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-24 {
  padding: 24px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-5px {
  padding-top: 5px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.p-t-1rem {
  padding-top: 1rem !important;
}

.p-t-1-5rem {
  padding-top: 1.5rem !important;
}

.p-t-2rem {
  padding-top: 2rem;
}

.p-t-3rem {
  padding-top: 3rem !important;
}

.p-t-4rem {
  padding-top: 4rem !important;
}

.p-t-5rem {
  padding-top: 5rem !important;
}

.p-t-100px {
  padding-top: 100px;
}

.p-t-8rem {
  padding-top: 8rem !important;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-l-28 {
  padding-left: 28px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-1rem {
  padding-bottom: 1rem !important;
}

.p-b-1-5rem {
  padding-bottom: 1.5rem !important;
}

.p-b-3rem {
  padding-bottom: 3rem !important;
}

.p-b-68 {
  padding-bottom: 68px !important;
}

.p-b-5rem {
  padding-bottom: 5rem !important;
}

.p-0-16px {
  padding: 0 16px !important;
}

.p-0-24px {
  padding: 0 24px !important;
}

.p-0-1rem {
  padding: 0 1rem !important;
}

.p-0-32px {
  padding: 0 32px !important;
}

.p-5-0 {
  padding: 5px 0;
}

.p-10-0 {
  padding: 10px 0;
}

.p-24-16 {
  padding: 24px 16px;
}

/* flex 정렬 */
/* 가로 */
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}

.row {
  flex-direction: row !important;
}

/* 세로 */
.flex-column {
  display: flex;
  flex-direction: column;
}

/* gap 설정 */
.gap-0 {
  gap: 0 !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-1rem {
  gap: 1rem !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-68 {
  gap: 68px !important;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-8 {
  border-radius: 8px;
}

/* width */
.width-32 {
  width: 32%;
}

/* max-width */
.max-w-800 {
  max-width: 800px !important;
}

.max-w-0 {
  max-width: none;
}

/* height */
.height-100 {
  height: 100%;
}

.radius-8 {
  border-radius: 8px;
  overflow: hidden;
}

/* justify-content */
.just-center {
  justify-content: center;
}

.just-left {
  justify-content: left !important;
}

.flex-end {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.align-flex-end {
  align-items: flex-end;
  display: flex;
}

.align-center {
  align-items: center;
}

.center {
  justify-content: center;
  align-items: center;
}

.align-baseline {
  align-items: baseline !important;
}

.align-flex-start {
  align-items: flex-start !important;
}

.between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
}

.position-s {
  position: static !important;
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.flex1 {
  flex: 1;
}

.flex-shrink {
  flex-shrink: 0;
}

.height-auto {
  height: auto !important;
}

.h-m-100 {
  min-height: calc(100dvh - 48px);
}

.h-m-auto {
  min-height: auto !important;
}

.h-auto {
  height: auto !important;
}

.email-inputs .none {
  display: none;
}

.inline-block {
  display: inline-block;
}

.line-height-normal {
  line-height: normal !important;
}

.line-h-s {
  line-height: 1.4 !important;
}

.line-height {
  line-height: 1.6;
}

.color-point {
  color: var(--color--point);
}

.color-black {
  color: #111 !important;
}

.color-txt {
  color: #333 !important;
}

.color-gray {
  color: #F6F6F6;
}

.color-light-gray {
  color: #888;
}

.color-gray-light {
  color: #c2c2c2;
}

.color-dark {
  color: #50585f;
}

.color-white {
  color: #fff !important;
}

.color-olive {
  color: #393400 !important;
}

.co-red {
  color: #DD3B3B !important;
}

.co-yellow {
  color: #FFFCDF !important;
}

.co-d-yellow {
  color: #FFE394 !important;
}

.co-review-y {
  color: #FFCE31 !important;
}

.co-gray {
  color: var(--color--gray);
}

.w-space-break {
  white-space: break-spaces !important;
}

.w-space-normal {
  white-space: normal !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.visible {
  overflow: visible !important;
}

.scroll {
  overflow: scroll !important;
}

.color-link {
  color: #337ab7 !important;
}

.con_none::after {
  content: none !important;
}

.toggle_switch .toggle_input {
  display: none;
}

.toggle_switch .toggle_label {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ddd;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.toggle_switch .toggle_label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle_switch .toggle_input:checked+.toggle_label {
  background-color: var(--color--point);
}

.toggle_switch .toggle_input:checked+.toggle_label::before {
  transform: translateX(20px);
}

/* 체험단 */
.liner_effect {
  position: relative;
  z-index: 1;
}

.liner_effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}

.blog_icon {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.sns-container {
  display: flex;
  align-items: center;
}

.pagination-box {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 1rem;
  background-color: rgba(19, 21, 24, 0.5);
  color: #fff;
  font-size: .75rem;
  font-weight: 300;
  position: relative;
}

#product_tester_list .select-box-container {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  margin: 0;
}

#product_tester_list .select-box {
  width: inherit;
  padding: 8px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: flex-start !important;
}

.select-box {
  appearance: none;
  /* 기본 화살표 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjY2IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTZsLTgtOC41NWExIDEgMCAwIDEgMS40LTEuNDFsNi42IDYuNjcgNi42LTYuNjdhMSAxIDAgMSAxIDEuNDEgMS40MUwxMiAxNnoiLz48L3N2Zz4=') no-repeat right 12px center;
  /* 화살표 위치 조정 */
  background-size: 12px;
  /* 화살표 크기 */
  padding-right: 36px !important;
  /* 텍스트와 화살표 간 여백 */
  padding-left: 12px;
  /* 텍스트 좌측 여백 */
  border: 1px solid #ccc;
  /* 테두리 스타일 */
  border-radius: 4px;
  /* 모서리 둥글게 */
  font-size: 14px;
  /* 글씨 크기 */
  height: 36px;
  /* 높이 조정 */
  line-height: 1.5;
  /* 텍스트 수직 정렬 */
}

#product_tester_list .heart_wrap {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: #fff;
  /* text-shadow: 0px 1px 3px #b2b2b2; */
}

#product_tester_list .heart_wrap .heart_btn {
  display: none;
}

#product_tester_list .tab-pane.on .heart_wrap .heart_btn:nth-child(1) {
  display: block;
}

#product_tester_list .heart_wrap svg {
  width: 24px !important;
}

/* 매장 상세 리뷰 */
/* 리뷰 탭 스타일 */
#p_review .review-summary {
  margin-bottom: 24px;
}

#p_review .photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

#p_review .photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

#p_review .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

#p_review .photo-item.photo_more .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#p_review .review-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#p_review .review-item {
  background: #f6f6f6;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 4px;
  /* border: 1px solid #e9e9ec; */
}

#p_review .review-stars {
  color: #f39c12;
  font-size: 14px;
  margin-bottom: 8px;
}

#p_review .review-meta {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

#p_review .m-b-0 {
  margin-bottom: 0 !important;
}

/* 매장 상세 리뷰 End */

.none {
  display: none !important;
}

/* 지도로 보기 아이콘 */
.map-button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--color--point);
  border-radius: 50%;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 84px;
  right: 16px;
  z-index: 1000;
  transition: bottom 0.2s ease-out 0.2s;
}