/* 오프라인 스토어  */
.l-content {
  padding: 0px 0px 80px 0px;
}
.board-top {
  margin-bottom: 50px;
}
.board-top h1 {
  font-size: 32px;
  font-family: 'ONE-Mobile-Title';
  font-weight: 400;
}
.shop-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.shop-name {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.shop-name::after {
  position: absolute;
  content: '';
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/geek/ico_off_arrow.png);
  background-position: center;
  background-size: 100% 100%;
}
.shop-address,
.shop-number {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}
.offline-slide {
  margin: 50px 0px 0px 0px !important;
}
.offline-slide .swiper-wrapper {
  padding-bottom: 30px;
}
.offline-slide .swiper-pagination {
  top: 99% !important;
  height: 2px !important;
  margin: 0px 16px !important;
  width: calc(100% - 32px) !important;
}
.offline-slide
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: var(--color-base-black);
}
.offline-slide .swiper-pagination-progressbar {
  background-color: #eee;
}
.offline-shop-wrap .offline-shop-select {
  display: flex;
  flex-direction: column;
  margin: 50px 16px 20px;
  gap: 10px;
}
.store__items {
  max-height: 805px;
  overflow: scroll;
}
.offline-shop-select select {
  border-color: #000;
  width: 100%;
  height: 42px;
  appearance: none;
  background-image: url(../../assets/images/geek/ico_select_arrow.svg);
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 10px 9px;
  padding-left: 10px;
}
.offline-cont-title {
  display: flex;
  padding-bottom: 15px;
  justify-content: space-between;
}
.offline-cont-title h2 {
  font-weight: 500;
}
.offline-wrap {
  margin: 50px 16px 0px 16px;
}
.offline-cont-title a {
  background-image: url(../../assets/images/geek/ico_off_arrow.png);
  width: 40px;
  height: 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
.offline-wrap .article-list {
  border-top: 1px solid #000;
}
.offline-wrap.event ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offline-wrap.event li a {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offline-event-text {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offline-shop-wrap .store__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.offline-shop-wrap .store__item div {
  display: flex;
}
.store__items li .store-address {
  flex-direction: column;
  gap: 10px;
  transition: 0.3s;
  color: #999999;
  padding: 0 0 0 10px;
}
.store__items li.on .store-address {
  color: #000;
}
.store__items li {
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;
  margin: 0px 16px;
}
.store__items li.on {
  border-bottom: 1px solid #000;
}
.map_wrap.on {
  margin-top: 20px;
}
.offline-shop-wrap .store__item .store-name {
  position: relative;
}
.offline-shop-wrap .store__item .store-name span {
  padding: 0px 10px;
}
.offline-shop-wrap .store__item .store-name::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/images/geek/ico_gy_map.svg);
  right: 0;
  transition: 0.3s;
}
.store__items li.on .store-name::after {
  background-image: url(../../assets/images/geek/ico_bk_map.svg);
}
.offline-wrap .article-list__item-top {
  margin-bottom: 0;
  justify-content: space-between;
  font-size: 14px;
}
.offline-wrap .article-list__item-top .date {
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  color: #666;
}
.info-title-parent-parent {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.info-title-parent.bg {
  position: static !important;
}
.info-title-parent-parent .bg {
  top: 21px !important;
}
.article-list__item-title {
  font-weight: 300;
  flex: 1;
}

/* 오프라인 스토어 상세 */
.offline-store-detail .swiper-wrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.offline-store-detail .swiper-pagination {
  bottom: 20px !important;
}
.offline-store-detail .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: #c8c8c8;
}
.offline-store-detail .swiper-pagination-bullet-active {
  width: 25px;
  height: 5px;
  background-color: var(--color-base-black);
  border-radius: 10px;
}
.offline-store-detail .offline-store-img,
.offline-store-detail .store-info {
  margin: 0px 16px;
}
.offline-store-detail .store-info {
  border-top: 1px solid #000;
}
.offline-store-detail .offline-store-info {
  margin-top: 30px;
}
.offline-store-detail .offline-store-cont {
  padding: 0px 10px 30px 10px;
}
.offline-store-detail .offline-store-possible {
  display: flex;
  gap: 5px;
}
.offline-store-detail .offline-store-possible span {
  display: flex;
  align-items: center;
  padding: 0 5px;
  justify-content: center;
  height: 25px;
  border: 1px solid #bebebe;
}
.offline-store-detail .offline-store-address {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offline-store-detail .offline-store-address p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.offline-store-detail .offline-store-address span {
  background-color: #f5f5f5;
  font-size: 10px;
  min-width: 37px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 20px;
}
.offline-store-detail .offline-store-info ul {
  padding: 30px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #bbb;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.offline-store-detail .offline-store-info li {
  padding: 0px 10px;
}
.offline-store-detail .info-tile {
  font-size: 14px;
  font-weight: 500;
}
.offline-store-detail ul span.font-md {
  white-space: pre-line;
}
.offline-store-detail ul .font-md {
  color: #666;
}
.notice--full {
  width: 100%;
}
.article-list__item-top {
  display: flex;
  align-items: center;
  font-weight: 300;
  gap: 3px;
}
