.aria-bg {
  background: rgb(250, 250, 250);
  padding: 16px;
  border: solid 1px #e6e6e6;
  border-width: 0 1px;
}

.view-panel {
  background: #fff;
}

.sub_tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.sub-info {
  color: var(--color6);
}


.cateArea {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 100;
  width: fit-content;
}



.sub-visual {
  position: relative;
  overflow: hidden;
  max-width: 920px;
}

@media screen and (max-width: 1366px) {
  .sub-visual {
    max-width: 768px;
  }
}


.sub-visual .swiper-slide {
  width: 100%;
}

.sub-visual .tag-wrap {
  position: relative;
}


.sub-visual .controller.middle {
  max-width: 95%;
  opacity: 0;
  transition: all .3s ease;
}


.sub-visual .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 3px;
  font-weight: bold;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  bottom: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--color0);
  border-radius: 4px;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  bottom: 10px;
  top: unset;
  margin: 0;

}

.sub-visual .swiper-pagination .swiper-pagination-current {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.sub-visual .swiper-pagination-total {
  opacity: 0.3;
}

.sub-visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  /* 기본 점 색상 */
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.sub-visual .swiper-pagination-bullet-active {
  background-color: var(--colorF);
}

#productDetail {
  position: relative;
  display: flex;
  gap: 16px;
  padding-bottom: 70px;
}

#productDetail>.content {
  display: flex;
}

#productDetail>.sidebar {
  position: sticky;
  top: 75px;
  min-width: 360px;
  display: flex;
  flex: 2;
  margin: 0 auto;
  padding: 10px 15px;
  background: var(--colorF);
  border: 1px solid var(--color1);
  border-radius: 4px;
  /* max-height: 90vh; */
  overflow-y: auto;
  flex: 0 0 360px;
  align-self: flex-start;
}

#productDetail .content {
  width: 100%;
  flex-direction: column;
}





#productDetail .sub_nav {
  position: sticky;
  top: 70px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  background: var(--colorF);
  z-index: 1;
  border-right: 0;
  flex-wrap: wrap;
}




#productDetail .sub_nav::-webkit-scrollbar {
  display: none;
}

#productDetail .sub_nav.is-fixed {
  z-index: 1;
}


#productDetail .sub_nav li {
  white-space: nowrap;
  font-weight: 600;
  flex: 1;
  text-align: center;
  background: var(--colorF);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--color1);
  padding: 15px;
}


#productDetail .sub_nav li.active {
  background: var(--colorB);
  color: var(--colorF);
  padding: 15px;
}

.form-wrap .form-sect:first-child {
  margin-top: 0;
}

.deliver-wrap .form-wrap>div {
  border: solid 1px var(--colorD);
  background: var(--colorF);
  padding: 10px;
}

.form-wrap .form-sect {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}


#TravelInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#TravelInfo .product-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

#TravelInfo .product-subject {
  color: var(--font);
  font-size: 24px;
  line-height: 1.5;
}

#TravelInfo .product-process {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
}

#TravelInfo .product-process li {
  white-space: nowrap;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 5px;
  font-weight: 600;
}

#TravelInfo .product-process li:first-of-type {
  border: 1px solid var(--theme3);
  color: var(--theme3);
}

#TravelInfo .product-process li:nth-child(2) {
  border: 1px solid var(--theme);
  color: var(--theme);
}

#TravelInfo .product-process li:last-of-type {
  border: 1px solid var(--color9);
  color: var(--color9);
}

.product-name {
  position: relative;
}

.product-picture {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-picture img {
  min-width: 50px;
}

.product-picture img {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  object-fit: cover;
}

.product-picture .txt {
  color: var(--font);
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
}

.product-presentation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  color: var(--font);
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.product-presentation>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.product-schedule ul li {
  color: var(--color5);
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.view-titles {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#UserEditor {
  position: relative;
  min-height: 50dvh;
  /* 높이 임시 고정 */
  border-radius: 10px;
}

#UserEditor .test {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-paybox {
  position: relative;
  width: 100%;
}



@media screen and (max-width: 1366px) {
  #TravelInfo {
    max-width: 768px;
  }

  #TravelInfo .product-process li {
    padding: 10px;
  }

  #TravelInfo .product-subject {
    font-size: 20px;
    word-break: keep-all;
  }


  #productDetail .content {
    width: calc(100% - 400px);
  }

  #productDetail>.sidebar {
    top: 100px;
    max-height: calc(85vh - 3rem);
    min-width: 400px;
  }

  #productDetail .sub_nav {
    top: 91px;
    overflow-x: auto;
    border-top: none;
  }


  #productDetail .sub_nav li {
    flex: 0 0 25%;
    border-top: solid 1px var(--color1);
  }

  #productDetail .sub_nav li a {
    padding: 10px;
    font-size: 14px;
  }

}




@media screen and (max-width: 1024px) {

  #TravelInfo {
    max-width: 100%;
  }

  #productDetail {
    flex-direction: column;
    padding-bottom: 0;
  }

  #productDetail .content {
    width: 100%;
  }

  #productDetail>.sidebar {
    position: relative;
    top: 0;
    min-width: auto;
    max-width: unset;
    width: 100%;
    flex: unset;
    margin: 0;
    display: block;
    max-height: max-content;
  }

  #productDetail .sub_nav {
    top: 102px;
    border-bottom: none;
    border-top: solid 1px var(--color1);
  }

  #productDetail .sub_nav li {
    border-top: none;
    border-bottom: solid 1px var(--color1);
  }

}



@media screen and (max-width: 520px) {
  .sub-visual .bg {
    aspect-ratio: auto 16 / 9;
  }

  .sub-visual .bg img {
    height: 100% !important;
    object-fit: cover;
  }

  /* #productDetail .sub_nav {
    top: 55px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  } */

  #productDetail .sub_nav li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 13px;
  }

  #productDetail .sub_nav.is-fixed {
    position: fixed !important;
    top: 100px !important;
    left: 0;
    width: 100%;
    overflow-x: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch;
  }

  #productDetail .sub_nav.is-fixed li {
    flex: 0 0 20%;
  }


  #productDetail .sub_nav.is-fixed li:last-of-type {
    border-right: none;
  }

  #productDetail .sub_nav.is-fixed a {
    padding: 7px 5px;
    white-space: nowrap;
    font-size: 13.5px;
  }
}

.deliver-wrap {
  position: relative;
  background: var(--colorF3);
  padding: 20px;
}

.deliver-wrap .form-wrap {
  margin-top: 10px;

}

.deliver-wrap .form-wrap>div {
  border: solid 1px var(--colorD);
  background: var(--colorF);
  padding: 10px;
}

.deliver-wrap .form-wrap>div :last-of-type {
  margin-top: 0;
}

.follow-widget {
  position: relative;
  /* padding: 10px; */
  width: 100%;
}

.sns_ch {
  position: relative;
  display: flex;
  align-items: center;
  background: #fae100;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 8px 0;
  font-size: 14px;
  gap: 5px;
}

.sns_ch::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sns_ch img {
  width: 30px;
}

.Follow-header {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}




.Follow-header>a {
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid var(--color1);
  border-radius: 4px;
  color: var(--color9);
  font-size: 14px;
  transition: all .1s;
}

.Follow-header .btn-guest {
  color: var(--theme3);
  border-color: var(--theme3);
}

.Follow-header .btn-guest:hover {
  background: var(--theme3);
  color: var(--colorF);
}

.Follow-header .btn-member {
  color: var(--theme);
  border-color: var(--theme);
}


.Follow-header .btn-member:hover {
  background: var(--theme);
  color: var(--colorF);
}


.Follow-header .btn-cart {
  color: var(--theme2);
  border-color: var(--theme2);
}

.Follow-header .btn-cart:hover {
  background: var(--theme2);
  color: var(--colorF);
}


.Follow-header .btn-itinerary {
  color: var(--red);
  border-color: var(--red);
}

.Follow-header .btn-itinerary:hover {
  background: var(--red);
  color: var(--colorF);
}





.Follow-title-wrap {
  position: relative;
  border-bottom: solid 1px var(--color1);
  margin-bottom: 8px;
}

.Follow-title-wrap h2 {
  font-size: 20px;
  color: var(--color0);
  font-weight: bold;
  line-height: 1.5;
  flex: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.Follow-title-wrap p.desc {
  font-size: 13px;
  line-height: 1.5;
}

.Follow-title-wrap p.eye {
  color: var(--red);
}




.Follow-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;

}

.Follow-supply {
  display: flex;
  gap: 3px;
  flex-direction: column;
  align-items: flex-end;
}

.Follow-supply a {
  padding: 3px;
  border: solid 1px transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.Follow-supply img {
  width: 20px;
}


.Follow-supply a:hover {
  filter: invert(46%) sepia(95%) saturate(2067%) hue-rotate(359deg) brightness(102%) contrast(101%);
}


.Follow-details {
  position: relative;
  border-bottom: solid 1px var(--color1);
  margin-bottom: 8px;
}

.Follow-details .Follow-detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}

.productArea {
  position: relative;
}

.productArea del {
  color: var(--color9);
  font-size: 14px;
  margin-bottom: 8px;
}

.productArea .prod_price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 20px;
  justify-content: space-between;
  margin: 7px 0;
}

.productArea .discount_rate {
  color: var(--red);
}

.productArea .prod_coupon {
  background: var(--color0);
  color: var(--colorF);
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  font-size: 13px;
  padding: 5px 10px;
  transition: opacity .25s ease;
}

.productArea .prod_coupon:hover {
  background: var(--red);
}

.productArea .prod_coupon img {
  width: 15px;
}


.Follow-detail-label {
  font-size: 14px;
  color: #767676;
}

.Follow-detail-value {
  font-size: 14px;
  color: var(--color0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.Follow-detail-value a {
  border: 1px solid var(--theme2);
  padding: 5px 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--theme2);
  letter-spacing: -1px;
}


.Follow-detail-value a:hover {
  background-color: var(--theme2);
  color: var(--colorF);
}

.Follow-date {
  margin-top: 20px;
}

.Follow-date-row {
  margin-bottom: 20px;
}

.Follow-date-row .datepicker i {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 13px;
  line-height: 1;
  z-index: 1;
  transform: unset;
}

.Follow-date-label {
  display: block;
  font-size: 13px;
  color: #505050;
  margin-bottom: 5px;
}

.Follow-date-select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color1);
  border-radius: 4px;
  font-size: 14px;
}

.Follow-room-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
  gap: 5px;
}

.Follow-booking-title {
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
}

.Follow-room-option h3 {
  min-width: 50px;
}

.Follow-room-option select {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  width: 100%;
}

.Follow-price-wrap {
  position: relative;
  overflow: auto;
  max-height: 170px;
  margin-bottom: 5px;
}

.Follow-price {
  position: relative;
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.Follow-price h3 {
  font-weight: bold;
}

.Follow-price .desc {
  font-size: 14px;
  word-break: keep-all;
}

.Follow-price .delete {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}


.Follow-price .delete::before,
.Follow-price .delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 12px;
  background-color: var(--color9);
  transform-origin: center;
}

.Follow-price .delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Follow-price .delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Follow-price .delete:hover::before,
.Follow-price .delete:hover::after {
  background: var(--color0);
}



.Follow-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.Follow-price-row p {
  font-size: 15px;
  color: var(--color0);
}

.Follow-price-col {
  display: flex;
  flex-direction: column;
}


.Follow-quantity {
  display: flex;
  gap: 5px;
  align-items: center;
  background: var(--colorF);
  border: 1px solid var(--color1);
  border-radius: 4px;
  width: fit-content;
}

.Follow-quantity>* {
  flex: 1;
  text-align: center;

}

.Follow-quantity button {
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.Follow-quantity button:hover {
  background: var(--colorE5)
}

.Follow-quantity button:first-of-type {
  border-right: 1px solid var(--color1);
}

.Follow-quantity button:last-of-type {
  border-left: 1px solid var(--color1);
}


@media (max-width: 520px) {
  .Follow-price h3 {
    font-size: 14px;
  }

  .Follow-room-option h3 {
    font-size: 14px;
  }
}


.delivery-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--color1);
  border-radius: 8px;
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.delivery-icon {
  position: relative;
  background-color: #0074d9;
  border-radius: 100%;
  padding: 5px;
  animation: flicker 2s ease-in-out infinite;
}

.delivery-icon.expired {
  background: var(--color0);
}

@keyframes flicker {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}



.delivery-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.delivery-text .title {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.delivery-text .desc {
  margin: 4px 0 0;
  font-size: 13px;
  color: #333;
}

.delivery-text .time {
  color: #0074d9;
  font-weight: bold;
}


.delivery-text .next-date {
  color: var(--red);
  font-weight: bold;
}





@media (max-width: 520px) {

  .deliver-wrap {
    padding: 8px;
  }

  .delivery-icon img {
    width: 36px;
    height: 36px;
  }

  .delivery-text .title {
    font-size: 13px;
  }

  .delivery-text .desc {
    font-size: 12px;
  }
}


.deliverySaver {
  --bar-width: 0%;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.deliverySaver .range {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.deliverySaver .progressbar {
  background: #ddd;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}

.deliverySaver .progressbar .bar {
  width: var(--bar-width);
  height: 100%;
  background: linear-gradient(to right, #00aaff, #007bff);
  transition: width 0.4s ease;
}

.deliverySaver .msg {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}

.deliverySaver .msg .success,
.deliverySaver .msg .waiting {
  display: none;
}

.deliverySaver .msg .msg1 {
  font-weight: 600;
  margin-right: 4px;
}

.deliverySaver .msg .msg2 {
  color: #e60023;
  font-weight: bold;
}

@media (max-width: 520px) {
  .deliverySaver {
    padding: 12px;
    font-size: 13px;
  }

  .deliverySaver .msg {
    font-size: 12px;
  }
}


.Follow-info-note {
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.Follow-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}


.coupon_list {
  position: relative;
  overflow-y: auto;
  max-height: 500px;
}

.coupon_list li:first-child {
  margin-top: 0;
}

.coupon_list li {
  position: relative;
  display: flex;
  min-height: 110px;
}

.coupon_list li .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  flex: 2;
}

.coupon_list li {
  margin: 15px 0;
}

.coupon_list li .coupon {
  border: 1px solid var(--color0);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}


.coupon_list li .button {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  background: var(--color0);
  gap: 5px;
  text-align: center;
  line-height: 1.2;
}


.coupon_list li .discount {
  color: #f92626;
  text-decoration: none;
  font-weight: bold;
}

.coupon_list li .discount {
  font-size: 19px;
}

.coupon_list li .name {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 0;
}

.coupon_list li .period {
  color: #888;
  margin: 5px 0 0;
  font-size: 13px;
}


.sample {
  display: flex;
  align-items: center;
  gap: 5px;
}

.company {
  padding: 0 15px;
  padding-top: 50px;
  padding-bottom: 90px;
  min-height: 500px;
  background: var(--color1);
}



.total-pay {
  color: #ff0000;
}

.total-pay small {
  color: var(--color0);
}

.Follow-buy {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}


.Follow-buy>a {
  width: 100%;
  text-align: center;
  padding: 12px;
  color: var(--colorF);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  gap: 20px;
}

.btn-buy {
  background: var(--color0);
  text-decoration: none;
}

.btn-buy:hover {
  background: var(--theme);
}

@media (max-width: 768px) {
  .product-title h2 {
    font-size: 20px;
  }

  .btn-buy {
    font-size: 14px;
    padding: 10px;
  }

  .product-buy {
    position: fixed;
    border-top: solid 1px #e6e6e6;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background: var(--colorF);
    left: 0;
    z-index: 1;
  }

  .Follow-buy>a {
    font-size: 14px;
    padding: 10px;
  }
}



.sub-title {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 25px;
  width: 100%;
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.5;
  word-break: keep-all;
  color: var(--color0);
  font-weight: 700;
  font-size: 24px;
}

.sub-title.border-black {
  padding-bottom: 10px;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.sub-title.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .shop-imgs */

.shop-imgs {
  position: relative;
  overflow: hidden;
}

.shop-imgs img {
  width: 100%;
  max-width: 1000px;
  max-height: 1000px;
}

@media screen and (max-width: 767px) {
  .shop-imgs {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .shop-imgs .main-view {
    border: solid 1px red;
  }
}

.shop-imgs .main-view {
  position: relative;
}

.shop-imgs .thumbnail-lists {
  display: flex;
  margin: 10px 0;
}


.shop-imgs.column {
  display: flex;
  gap: 10px;
  height: 600px;
}

.shop-imgs.column.center {
  justify-content: center;
}

/* 왼쪽 썸네일 슬라이드 */
.shop-imgs.column .left-slide {
  flex: 0 0 95px;
  /* 고정 너비 */
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.shop-imgs.column .left-slide .swiper-slide {
  overflow: hidden;
}

/* 썸네일 이미지 */
.shop-imgs.column .left-slide .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  /* 정사각형 유지 */
  opacity: 0.5;
}

/* 썸네일 활성 슬라이드 강조 */
.shop-imgs.column .left-slide .swiper-slide-thumb-active img {
  border: 2px solid #007aff;
  opacity: 1;
}

/* 오른쪽 메인 뷰 슬라이드 */
.shop-imgs.column .right-mainview {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 768px;
}

/* 메인 이미지 */
.shop-imgs.column .right-mainview .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.shop-imgs.column .right-mainview:hover .controller.middle {
  opacity: 1;
}

/* 컨트롤 버튼 위치 */
.shop-imgs.column .right-mainview .controller.middle {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
  left: 0;
  max-width: 100%;
}

.shop-imgs.column .right-mainview .controller.middle .control-btn {
  pointer-events: all;
  /* 버튼만 클릭 가능 */
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}


@media screen and (max-width: 520px) {
  .shop-imgs.column .left-slide {
    display: none;
  }

  .shop-imgs.column {
    height: auto;
  }

  .shop-imgs.column .right-mainview {
    max-height: 500px;
  }
}


.thumbnail-lists .swiper-slide {
  width: calc((100% - 32px) / 5);
  margin-right: 10px;
  padding-top: 14.285714%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  -webkit-user-drag: none;
  user-select: none;
}


.thumbnail-lists .swiper-slide:first-child {
  margin-right: 0;
}


.thumbnail-lists .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none
}

.thumbnail-lists .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbnail-lists .swiper-slide-thumb-active::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #008cd6;
}

.shop-info {
  flex: 2;
}


@media screen and (max-width: 767px) {
  .shop-info {
    margin-top: 30px;
    margin-left: 0;
  }
}



.review_highlight {
  border: 1px solid #ddd;
  padding: 30px 0;
  margin: -1px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #fff;
}

.review_highlight .title_sub {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 6px 10px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.review_highlight .review__total {
  border: 0;
  margin: 0;
  padding: 0;
}

.review_highlight [class^='review__'] {
  border-left: 1px solid #ddd;
  margin-left: 2.5%;
  padding-left: 2.5%;
  min-width: 90px;
}


.review_highlight .review__writing [class^='btnNormal'] {
  border-radius: 7px;
  padding: 10px 24px;
  height: 35px;
  line-height: 1;
  color: #333;
  font-size: 14px;
}

[class^='btnNormal'],
a[class^='btnNormal'] {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}


.review_highlight .review__rating .cont_sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_highlight .review__rating .cont_sub .ico {
  margin-right: 5px;
}

.review_highlight .review__rating .cont_sub .ico:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/layout/icon/icon-start.png) no-repeat 0 center / 17px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(700%) hue-rotate(10deg) brightness(105%) contrast(105%);
}


.review_highlight .review__rating .cont_sub .txt {
  color: #888;
  margin-left: 3px;
}

.review_highlight .review__total .cont_sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_highlight .review__total .cont_sub .ico,
.review_highlight .review__total .cont_sub .txt {
  font-weight: 500;
  font-size: 14px;
}

.review_highlight .review__total .cont_sub .ico {
  margin-right: 5px;
  display: flex;
  align-items: center;
  color: #888;
}

.review_highlight .review__total .cont_sub .ico:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/board/review/img/ico_bubble.svg) no-repeat 0 center / 18px;
  margin-right: 4px;
}

.review_highlight .review__total .cont_sub .txt {
  color: #000;
  margin-left: 2px;
}

.review_highlight .review__graph {
  display: flex;
  text-align: center;
  border-left: 0;
  padding-left: 0;
}

.review_highlight .review__graph [class^='rate'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 7px;
  width: 30px;
}

.review_highlight .review__graph .gauge {
  background: #eee;
  width: 10px;
  height: 55px;
  margin: 0 0 6px;
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.review_highlight .review__graph .gauge .percentile {
  background: #666;
  display: block;
  width: 100%;
  min-height: 1%;
  height: 50%;
}

.review_highlight .review__graph .rate5 .gauge .percentile {
  background: #f94830;
}

.review_highlight .review__graph .txt .percentile {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: 300;
  margin: 2px 0 0;
}

.review_highlight .review__writing {
  text-align: left;
}

.review_highlight .review__writing .title_sub {
  background: none;
}

.review_highlight .review__writing .title_sub .ico {
  margin-right: 5px;
}

.review_highlight .review__writing .title_sub .ico:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/board/review/img/ico_write.svg) no-repeat 0 center / 14px;
}

.review_highlight .review__writing .btn {
  padding-left: 10px;
}

.review_highlight .review__writing [class^='btnNormal'] {
  border-radius: 7px;
  padding: 10px 24px;
  height: 35px;
  line-height: 1;
  color: #333;
  font-size: 14px;
}


/* 리뷰리스트 */
.review-lists {
  border-top: 1px solid var(--colorD);
}

.review-lists>li {
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  background: var(--colorF);
}

.review-lists>li .inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .review-lists>li .inner {
    align-items: flex-start;
  }
}

.review-lists>li .inner .thumb {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.7);
  transition: all 0.3s;
  overflow: hidden;
}

.review-lists>li .inner .thumb:hover {
  filter: brightness(1);
}


@media screen and (max-width: 767px) {
  .review-lists>li .inner .thumb {
    width: 80px;
    height: 80px;
  }
}

.review-lists>li .inner .conts {
  width: calc(100% - 170px);
  margin-left: auto;
}


@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts {
    width: calc(100% - 100px);
  }
}

.review-lists>li .inner .conts .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .top {
    flex-wrap: wrap;
  }
}

.review-lists>li .inner .conts .top .flag {
  width: fit-content;
  color: var(--colorF);
}

.review-lists>li .inner .conts .top .flag.spot01 {
  background: var(--theme);
}

.review-lists>li .inner .conts .top .flag.spot02 {
  background: #fd7a7d;
}

.review-lists>li .inner .conts .top .flag.spot03 {
  background: #694dd1;
}

.review-lists>li .inner .conts .top .flag.spot04 {
  background: #4dd1c9;
}


.review-lists>li .inner .conts:hover .desc {
  text-decoration: underline;
}


.review-lists>li .inner .conts .top .by,
.review-lists>li .inner .conts .top .title {
  position: relative;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 0;
}



@media screen and (max-width: 767px) {

  .review-lists>li .inner .conts .top .by,
  .review-lists>li .inner .conts .top .title {
    font-size: 16px;
  }
}

.review-lists>li .inner .conts .top .info {
  margin-left: auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .top .info {
    width: 100%;
    margin-top: 5px;
  }
}

.review-lists>li .inner .conts .top .info li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #686868;
  font-weight: 700;
}

.review-lists>li .inner .conts .top .info li.star {
  color: #ef3745;
}

@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .top .info li {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .top .info li {
    display: block;
    margin-left: 0;
  }
}

.review-lists>li .inner .conts .desc {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  min-height: 75px;
  word-break: keep-all;
  color: var(--color9);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

}


@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .desc {
    font-size: 15px;
    line-height: 23px;
    min-height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

}

.review-lists>li .inner .conts .date {
  font-size: 16px;
  color: var(--color9);
  font-weight: 500;
}

.review-lists>li .inner .conts .post-meta {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--color9);
  font-weight: 500;
}

.review-lists>li .inner .conts .post-meta span {
  position: relative;
}

.review-lists>li .inner .conts .post-meta span.author {
  color: var(--theme4);
}

.review-lists>li .inner .conts .post-meta span.date {
  color: var(--theme);
}

.review-lists>li .inner .conts .post-meta span.views {
  color: var(--theme2);
}


.review-lists>li .inner .conts .post-meta span::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  background: var(--color1);
}


.review-lists>li .inner .conts .post-meta span:first-child::before {
  display: none;
}


@media screen and (max-width: 767px) {
  .review-lists>li .inner .conts .date {
    font-size: 14px;
  }
}

