@charset "UTF-8";
/*  기획전 상세 페이지 스타일 파일입니다. */

#container.inner {
  padding: 100px 0 200px;
}
.offline-store-image-list {
  padding-bottom: 60px;
}
.offline-store-image-list .store-image {
  width: 100%;
  height: 500px;
  object-fit: none;
}
.offline-store-image-list .store-info {
  margin-top: 30px;
}
.offline-store-image-list .store-info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
.offline-headline {
  margin-bottom: 30px;
}
.offline-headline a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
}
.ico-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../assets/images/geek/accodion_down.png) 50% / contain
    no-repeat;
  transform: rotate(-90deg);
}
.offline-store-image-list .store-info p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.offline-store-image-list .store-info .adr {
  margin: 20px 0 10px;
}

.offline-store-info {
  display: flex;
  align-items: flex-start;
  height: 1050px;
  gap: 30px;
  padding-top: 100px;
  border-top: 1px solid #eee;
}
.offline-store-info .info__map {
  height: 100%;
}
.offline-store-info .info__list {
  flex: 0 0 520px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.offline-store-info .info__list .select-box {
  display: flex;
  gap: 10px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  overflow-y: auto;
}
.offline-store-info .info__list .select-box .select {
  flex: 0 0 calc(50% - 5px);
}
.offline-store-info .info__list .select-box .select select {
  min-width: 100%;
  border-color: var(--color-base-black);
  font-size: 14px;
  font-weight: 500;
}
.offline-store-info .store__items {
  margin-top: 40px;
}
.offline-store-info .store__items ul li {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.offline-store-info .store__items ul li .item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  background: url(../../assets/images/geek/ico_pin_gy.png) 100% 50% no-repeat;
}
.offline-store-info .store__items ul li.active {
  border-bottom: 1px solid #000;
}
.offline-store-info .store__items ul li.active .item-title {
  background: url(../../assets/images/geek/ico_pin_bk.png) 100% 50% no-repeat;
}
.offline-store-info .store__items ul li .item-title span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}
.offline-store-info
  .store__items
  ul
  li
  .item-title
  span:not(:last-child)::before {
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #c9c9c9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.offline-store-info .store__items ul li .item-info {
  margin-top: 20px;
}
.offline-store-info .store__items ul li .item-info p {
  color: #999;
}
.offline-store-info .store__items ul li .item-info p:not(:first-child) {
  margin-top: 10px;
}
.offline-store-info .store__items ul li.active .item-info p {
  color: var(--color-base-black);
}
#map .customoverlay {
  position: relative;
  bottom: 55px;
  padding: 20px;
  background-color: var(--color-base-white);
  font-size: 16px;
  border: 1px solid var(--color-base-black);
}
#map .customoverlay::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 47%;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-base-black);
  border-right: 1px solid var(--color-base-black);
  background: var(--color-base-white);
  transform: translateX(-50%) rotate(135deg);
}

.offline-store__notify {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 85px;
}
.offline-store__notify > offline-event-list {
  flex: 0 0 500px;
}
.offline-store__notify > offline-store-notice {
  flex: 1;
}
.offline-store__notify .l-table .article-list__item-link-wrap span {
  font-size: inherit;
  font-weight: 300;
}
.offline-store__notify .l-table .num,
.offline-store__notify .l-table .date {
  color: #666;
  font-weight: 300;
}
.offline-event__info {
  margin: 20px 0 45px 10px;
}
.offline-event__info .date {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  margin-top: 20px;
}

/* 오프라인 : 상세 */
.offline-store-detail {
  margin-bottom: 200px;
}
.offline-store-detail .inner {
  margin: 100px auto 0px;
}
.offline-store-detail .inner.store-inner {
  margin: 50px auto 0px;
}
.offline-store-detail .offline-store-detail__slide {
  position: relative;
}
.offline-store-detail .offline-store-detail__slide .swiper img {
  width: 100%;
  height: 100%;
}
.offline-store-detail .offline-store-detail__slide .thumb-small {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
}
.offline-store-detail .offline-store-detail__slide .swiper {
  width: 1490px;
}
.offline-store-detail .offline-store-detail__slide .swiper li {
  cursor: pointer;
  position: relative;
  height: 128px;
  transition: 0.1s;
}
.offline-store-detail .offline-store-detail__slide .swiper li.active,
.offline-store-detail .offline-store-detail__slide .swiper li:hover {
  border: 2px solid var(--color-point);
  box-sizing: border-box;
  transition: 0.1s;
}
.offline-store-detail .offline-store-detail__slide .btn-swip {
  z-index: 2;
  position: absolute;
  top: 50%;
  background: url(../../assets/images/geek/ico_arrow_wh.svg) 50% no-repeat;
}
.offline-store-detail .offline-store-detail__slide .btn-swip.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.offline-store-detail .offline-store-detail__slide .btn-swip.next {
  right: 0;
  transform: translateY(-50%);
}
.store-container {
  display: flex;
  border-top: 1px solid var(--color-base-black);
  border-bottom: 1px solid #dbdbdb;
}
.store-container .map-wrap {
  width: 925px;
  min-height: 550px;
  flex: none;
}
.store-container .map-wrap #map {
  width: 100%;
  height: 100%;
}
.store-container .store-info {
  padding: 20px 50px;
}
.store-container .store-info > div {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-base-black);
}
.store-container .store-info > div:last-child {
  border-bottom: 0;
}
.store-container .store-info h3 {
  font-size: 32px;
  font-weight: 400;
}
.store-container .store-info .tag-bd-box {
  display: flex;
  gap: 5px;
  margin: 20px 0;
}
.store-container .store-info .tag-bd-box li {
  font-size: 14px;
  line-height: 1;
  padding: 7px 13px;
  border: 1px solid #bebebe;
}
.store-container .store-info .box-gy {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.store-container .store-info p:not(:last-child) {
  margin-bottom: 9px;
}
.store-container .store-info .sec-row ul li:not(:last-child) {
  margin-bottom: 30px;
}
.store-container .store-info .sec-row ul li {
  display: flex;
}
.store-container .store-info .sec-row ul li .title {
  display: inline-block;
  width: 118px;
  padding-right: 20px;
  font-weight: 500;
  color: var(--color-base-black);
  flex: 1 118px;
}
.store-container .store-info .sec-row ul li span {
  flex: 1 calc(100% - 118px);
  white-space: pre-line;
  color: #666;
}

.thumb-big ul li img {
  width: 100%;
}
