@charset "UTF-8";
/*페이지 공통 적용*/
/* color */
/* font */
/* button */
/* input */
/* tab */
/* line */
/* tel */
/* skeleton */
/*별점 이미지*/
/***********************************************/
/* 구분선 ex) userid | 2018-04-30 */
/* [S] 전시템플릿 고도화 */
/* 전시 공통 */
.exhibition {
  max-width: 1920px;
  min-width: 1240px;
  margin: 0 auto;
}
.exhibition__inner {
  position: relative;
  margin: 0 auto;
}
.exhibition__inner img {
  display: block;
  max-width: none;
  margin: 0 auto;
}
.exhibition__image {
  width: 1240px;
  margin: 0 auto;
}
.exhibition__image img {
  margin: 0 -340px auto;
}
.exhibition__event {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.exhibition__event-swiper {
  overflow: hidden;
  width: 100%;
  height: 58px;
  background: url(/pc/assets/images/exhibition/img_event_bg.png) 0 0 no-repeat;
}
.exhibition__event .event-swiper {
  margin: 0 0 0 155px;
  transition-timing-function: ease-in-out;
}
.exhibition__event .visual-control {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 1;
  padding-left: 20px;
  background: #fff;
}
.exhibition__event .visual-control .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 36px;
  margin-right: 2px;
  padding: 0 20px;
  border: 1px solid #333;
  border-radius: 50px;
}
.exhibition__event .visual-control .btn-play {
  width: 16px;
  height: 16px;
  background: url(/pc/assets/images/exhibition/icon_play.png) 0 0 no-repeat;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
}
.exhibition__event .visual-control .btn-stop {
  width: 16px;
  height: 16px;
  background: url(/pc/assets/images/exhibition/icon_stop.png) 0 0 no-repeat;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
}
.exhibition__event .visual-control .indicator {
  font-size: 18px;
}
.exhibition__event .visual-control .indicator span {
  padding: 0 4px;
}
.exhibition__event .event-link {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 3px 0 7px 0;
  height: 100%;
  font-size: 0;
}
.exhibition__event .event-title {
  overflow: hidden;
  display: inline-block;
  max-width: 310px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exhibition__event .event-subtitle {
  overflow: hidden;
  display: inline-block;
  max-width: 320px;
  padding-left: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exhibition__tab {
  position: sticky;
  top: 54px;
  z-index: 3;
  height: 65px;
  background: #000;
}
.exhibition__tab-list {
  display: flex;
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}
.exhibition__tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-left: 1px solid #787878;
  text-align: center;
}
.exhibition__tab-item:first-child {
  border-left: none;
}
.exhibition__tab-link {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibition__tab .is-active .exhibition__tab-link {
  color: #fff;
}
.exhibition__html {
  position: relative;
}
.exhibition__html .html_wrap {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.exhibition__html .html_wrap img {
  margin: 0 -340px auto;
}
.exhibition__html .inner {
  position: relative;
  width: 100%;
}
.exhibition__product .exhibition__image {
  width: auto;
}
.exhibition__product .exhibition__image:first-child {
  padding-top: 100px;
}
.exhibition__product .exhibition__image:first-child + .exhibition__content {
  padding-bottom: 0;
}
.exhibition__product .exhibition__image img {
  margin: 0 auto;
}
.exhibition__product .exhibition__content {
  padding-bottom: 40px;
}
.exhibition__product .product {
  display: block;
  width: 295px;
}
.exhibition__product .product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin: 5px auto 100px;
}
.exhibition__product .product-list__item {
  overflow: hidden;
  position: relative;
  margin: 50px 0 0 20px;
  box-sizing: border-box;
}
.exhibition__product .product-list__item:nth-child(4n+1) {
  margin-left: 0;
}
.exhibition__product .product__thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.exhibition__product .product__thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.04);
  content: "";
}
.exhibition__product .product__thumbnail img {
  width: 100%;
}
.exhibition__product .product__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 45px;
}
.exhibition__product .product__badge img {
  width: 100%;
  margin-bottom: 9px;
}
.exhibition__product .product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-overflow: ellipsis;
}
.exhibition__product .product__brand {
  margin-top: 15px;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  white-space: nowrap;
}
.exhibition__product .product__price {
  font-family: "GillSansWGL", sans-serif;
}
.exhibition__product .product__price-origin {
  display: block;
}
.exhibition__product .product__price-origin del {
  display: block;
  font-size: 16px;
  color: #ccc;
}
.exhibition__product .product__price-discount {
  display: block;
  margin: 2px 7px 0 0;
  font-size: 16px;
  color: #FF3E2F;
}
.exhibition__product .product__price-sale {
  font-size: 16px;
  color: #000;
}
.exhibition__product .product__price:not(:has(.product__price-origin, .product__price-discount)) {
  margin-top: 20px;
}
.exhibition__product .product__price:has(.product__price-origin, .product__price-discount) {
  margin-top: 3px;
}
.exhibition__product .product__wish {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 18px;
  background: url("/pc/assets/images/main_new/common/btn_like.png") 0 0 no-repeat;
}
.exhibition__product .product__wish.on {
  background: url("/pc/assets/images/main_new/common/btn_like.png") -20px 0 no-repeat;
}
.exhibition__review .exhibition__title {
  position: relative;
  height: 324px;
  background: url(/pc/assets/images/exhibition/img_review.png) center 0 no-repeat;
}
.exhibition__review .exhibition__title::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 680px;
  background: #F3F0ED;
  content: "";
}
.exhibition__review .exhibition__review__goods {
  width: 1240px;
  margin: 0 auto;
}
.exhibition__review .exhibition__review__goods .review__banner a {
  position: relative;
  display: block;
  width: 100%;
}
.exhibition__review .exhibition__review__goods .review__banner .exhibition__image {
  width: 100%;
  height: 520px;
}
.exhibition__review .exhibition__review__goods .review__banner .exhibition__image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.exhibition__review .exhibition__review__goods .review__info {
  position: absolute;
  z-index: 1;
  left: 60px;
  bottom: 56px;
}
.exhibition__review .exhibition__review__goods .review__title {
  padding-right: 60px;
  font-family: "NotoSansCJKkr", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.exhibition__review .exhibition__review__goods .review__link {
  margin-top: 8px;
  font-family: "NotoSansCJKkr", sans-serif;
  font-size: 20px;
  color: #ededed;
  letter-spacing: -0.4px;
}
.exhibition__review .exhibition__review__goods .review__link::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 4px;
  background: url(/pc/assets/images/exhibition/icon_arrow.png) 0 0 no-repeat;
  vertical-align: top;
  content: "";
}
.exhibition__review .exhibition__review__goods .review-cont__list {
  padding: 64px 60px;
}
.exhibition__review .exhibition__review__goods .review-cont__list li {
  border-top: 1px solid #EBEBEB;
}
.exhibition__review .exhibition__review__goods .review-cont__list li:first-child {
  border-top: 0;
}
.exhibition__review .exhibition__review__goods .review-cont__list li:first-child .review-cont__list__ques {
  padding-top: 0;
}
.exhibition__review .exhibition__review__goods .review-cont__list__ques {
  position: relative;
  padding: 54px 0 48px 0;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top {
  margin-bottom: 27px;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .location {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .location span {
  font-family: "NotoSansCJKkr", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .location .icn {
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0.734375C11.3137 0.734375 14 3.42067 14 6.73438C14 8.25651 13.4321 9.6453 12.498 10.7031H12.5L8.7373 14.9258C8.33895 15.3727 7.6394 15.3718 7.24219 14.9238L3.5 10.7031H3.50195C2.56789 9.6453 2 8.25651 2 6.73438C2 3.42067 4.68629 0.734375 8 0.734375ZM8 4.23438C6.61929 4.23438 5.5 5.35366 5.5 6.73438C5.5 8.11509 6.61929 9.23438 8 9.23438C9.38071 9.23438 10.5 8.11509 10.5 6.73438C10.5 5.35366 9.38071 4.23438 8 4.23438Z" fill="%23333333"/></svg>') no-repeat center/contain;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .date {
  position: relative;
  font-size: 22px;
  font-family: "GillSansWGL", sans-serif;
  letter-spacing: -0.01rem;
  color: #999;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .date::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  right: -13px;
  top: 7px;
}
.exhibition__review .exhibition__review__goods .review-cont__list__top .user-id {
  margin-left: 21px;
  font-size: 18px;
  font-family: "NotoSansCJKkr", sans-serif;
  color: #787878;
  font-weight: 400;
}
.exhibition__review .exhibition__review__goods .review-cont__list__photo {
  margin-bottom: 26px;
  font-size: 0;
}
.exhibition__review .exhibition__review__goods .review-cont__list__photo li {
  display: inline-block;
  width: 166px !important;
  height: 166px;
  margin-right: 8px;
  vertical-align: top;
}
.exhibition__review .exhibition__review__goods .review-cont__list__photo li:first-child {
  margin-left: 0;
}
.exhibition__review .exhibition__review__goods .review-cont__list__photo figure {
  overflow: hidden;
  width: 166px;
  height: 166px;
  cursor: pointer;
}
.exhibition__review .exhibition__review__goods .review-cont__list__photo figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.exhibition__review .exhibition__review__goods .review-cont__list__btm {
  padding-right: 90px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  margin: 0 auto;
  font-family: "GillSansWGL", sans-serif;
  font-size: 18px;
}
.exhibition__review .exhibition__review__goods .review-cont_wrapper {
  display: flex;
  background-color: #f8f8f8;
  padding: 8px 20px;
  color: #787878;
  font-family: "NotoSansCJKkr", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
.exhibition__review .exhibition__review__goods .review-cont__option {
  font-size: 18px;
  color: #787878;
  font-weight: 600;
}
.exhibition__review .exhibition__review__goods .review-cont__option .option {
  display: flex;
}
.exhibition__review .exhibition__review__goods .review-cont__option .option span {
  color: #999;
  font-weight: 400;
  margin-left: 8px;
}
.exhibition__review .exhibition__review__goods .review-cont__option:has(.option) {
  display: flex;
  gap: 32px;
}
.exhibition .fb__detail-modal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.exhibition .fb__detail-modal__wrapper {
  position: relative;
  max-width: 100%;
  width: 1010px;
  min-width: 100px;
  max-height: 80%;
  min-height: 100px;
  height: 714px;
  overflow-y: auto;
  margin: auto;
  background-color: #fff;
  padding: 40px 40px;
}
.exhibition .fb__detail-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: url(/pc/assets/images/common/btn-modal-close.png) no-repeat 0 0;
  font-size: 0;
}
.exhibition .fb__detail-modal .goodsView-modal {
  display: block;
  overflow: hidden;
  height: 100%;
}
.exhibition .fb__detail-modal .modalBest__detail__title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}
.exhibition .fb__detail-modal .modalBest__container {
  margin-top: 30px;
  height: 562px;
  overflow-y: auto;
  overflow-x: hidden;
}
.exhibition .fb__detail-modal .modalBest__container::-webkit-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
}
.exhibition .fb__detail-modal .modalBest__container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.exhibition .fb__detail-modal .modalBest__container::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
}
.exhibition .fb__detail-modal .modalBest__photo {
  float: left;
  position: relative;
  width: 450px;
  height: 562px;
  background-color: #f8f8f8;
}
.exhibition .fb__detail-modal .modalBest__slider__item {
  margin-right: 10px;
}
.exhibition .fb__detail-modal .modalBest__slider__item div {
  height: 562px;
}
.exhibition .fb__detail-modal .modalBest__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exhibition .fb__detail-modal .modalBest .pager button {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 48px;
  margin-top: -24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.exhibition .fb__detail-modal .modalBest .pager button.pager__prev {
  left: 0;
  background-image: url(/pc/assets/images/shop/btn_photo_prev.png?v=2);
}
.exhibition .fb__detail-modal .modalBest .pager button.pager__next {
  right: 0;
  background-image: url(/pc/assets/images/shop/btn_photo_next.png?v=2);
}
.exhibition .fb__detail-modal .modalBest__content {
  float: left;
  width: 450px;
  padding-left: 30px;
}
.exhibition .fb__detail-modal .modalBest__detail {
  padding-top: 20px;
}
.exhibition .fb__detail-modal .modalBest .store_customer_list {
  display: flex;
  gap: 2px;
  margin-bottom: 7px;
}
.exhibition .fb__detail-modal .modalBest .store_customer_list span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.exhibition .fb__detail-modal .modalBest .store_customer_list .icn {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0.734375C11.3137 0.734375 14 3.42067 14 6.73438C14 8.25651 13.4321 9.6453 12.498 10.7031H12.5L8.7373 14.9258C8.33895 15.3727 7.6394 15.3718 7.24219 14.9238L3.5 10.7031H3.50195C2.56789 9.6453 2 8.25651 2 6.73438C2 3.42067 4.68629 0.734375 8 0.734375ZM8 4.23438C6.61929 4.23438 5.5 5.35366 5.5 6.73438C5.5 8.11509 6.61929 9.23438 8 9.23438C9.38071 9.23438 10.5 8.11509 10.5 6.73438C10.5 5.35366 9.38071 4.23438 8 4.23438Z" fill="%23333333"/></svg>') no-repeat center/contain;
}
.exhibition .fb__detail-modal .modalBest .review__write {
  position: relative;
}
.exhibition .fb__detail-modal .modalBest .review__write__top {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.exhibition .fb__detail-modal .modalBest .review__write__date {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.exhibition .fb__detail-modal .modalBest .review__write__date::after {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.exhibition .fb__detail-modal .modalBest .review__write__id {
  margin-left: 17px;
  color: #787878;
  font-size: 14px;
}
.exhibition .fb__detail-modal .modalBest .review__write__cont {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
}
.exhibition .fb__detail-modal .modalBest .review-cont_wrapper {
  display: flex;
  background-color: #f8f8f8;
  padding: 8px 16px;
  color: #787878;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 17px;
  gap: 32px;
}
.exhibition .fb__detail-modal .modalBest .review-cont__option {
  font-size: 14px;
  color: #787878;
  display: flex;
  gap: 8px;
  font-weight: 600;
}
.exhibition .fb__detail-modal .modalBest .review-cont__option .option {
  display: flex;
  font-weight: 600;
}
.exhibition .fb__detail-modal .modalBest .review-cont__option .option span {
  color: #999;
  font-weight: 400;
  margin-left: 8px;
}
.exhibition .fb__detail-modal .modalBest .review-cont__option:has(.option) {
  gap: 32px;
}
.exhibition .fb__detail-modal .modalBest .review__prod {
  display: none;
  position: relative;
  padding: 6px !important;
  height: 74px;
  border: 1px solid #d2d2d2 !important;
  overflow: hidden;
}
.exhibition .fb__detail-modal .modalBest .review__prod__name {
  display: inline-block;
  max-width: 260px;
  color: #000;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibition .fb__detail-modal .modalBest .review__prod__option {
  color: #787878;
  margin-bottom: 8px;
  max-width: 260px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibition .fb__detail-modal .modalBest .review__prod__brand {
  color: #787878;
  font-size: 12px;
}
.exhibition .fb__detail-modal .modalBest .review__prod__thumb {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 60px;
  height: 60px;
}
.exhibition .swiper-slide {
  overflow: hidden;
}
.exhibition .swiper-container-horizontal .swiper-scrollbar {
  background-color: transparent;
  left: 0;
  bottom: 15px;
  height: 2px;
  width: 100%;
}
.exhibition .swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ccc;
}
.exhibition .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 24px;
}
.exhibition .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.exhibition .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

/* [E] 전시템플릿 고도화 */
