a { -webkit-tap-highlight-color: transparent; }
.top-gnb { border-bottom: 1px solid #fff; }

/*=============== 공통 스타일 ===============*/

/* 섹션 타이틀 */
.tsnow__title,
.pricerange__title,
.category__title,
.recent__title,
.timesale__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  text-align: left;
  letter-spacing: -0.03em;
}

/* 섹션 헤더 */
.tsnow__head,
.category__head,
.recent__head,
.timesale__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.tsnow__head,
.category__head {
  padding-right: 1rem;
}
.recent__head {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}

/* 더보기 링크 */
.tsnow__more,
.recent__more,
.category__more {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.8125rem;
  color: #999;
  font-weight: 400;
  text-decoration: none;
}
.tsnow__more::after,
.recent__more::after,
.category__more::after {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* 썸네일 이미지 커버 */
.rollbnr_wrap .swiper-slide img,
.tsnow__thumb img,
.price-card__thumb img,
.recent-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 할인율 */
.tsnow__percent,
.price-card__percent,
.recent-card__percent {
  font-weight: 600;
  color: #ff4b4b;
  margin-right: 0.25rem;
}
.tsnow__percent:empty,
.price-card__percent:empty,
.recent-card__percent:empty {
  display: none;
}

/* 가격 */
.tsnow__amount,
.price-card__amount,
.recent-card__amount {
  font-weight: 600;
  color: #000;
}

/*--------------- 메인 > 롤링배너 (peek) --------------*/
.rollbnr_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0.5rem;
}
.rollbnr_wrap .swiper {
  overflow: visible;
}
.rollbnr_wrap .swiper-slide {
  width: 88%;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #e5e5e5;
  aspect-ratio: 1080 / 500;
}

#swiper-pagination-custom {
  position: absolute;
  top: 0.75rem;
  right: calc(6% + 0.75rem);
  z-index: 10;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.125rem 0.625rem;
  border-radius: 1rem;
  line-height: 1.4;
}

/*---------------- 상단 퀵버튼 ----------------*/
.quick_wrap {
  padding: 1.5rem 1.125rem;
}
.quick_wrap .quick_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 0;
}
.quick_wrap .quick_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.quick_wrap .quick_icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.25rem;
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_wrap .quick_item:nth-child(n+6) .quick_icon {
  background: #fff7f3;
  border: 1px solid #fff2eb;
}
.quick_wrap .quick_icon img {
  width: 1.5625rem;
  height: 1.5625rem;
}
.quick_wrap .quick_label {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.02em;
}

/*--------------- 하우스배너 ---------------*/
.house-bnr {
  padding: 1rem;
}
.house-bnr a {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
}

/*--------------- 타임세일 NOW (스와이프) ---------------*/
.tsnow {
  padding: 1.5rem 0 1.5rem 1rem;
  overflow: hidden;
}
.tsnow__swiper { overflow: visible; }
.tsnow__swiper .swiper-slide { width: auto; }
/*--------------- 가격대별 ---------------*/
.pricerange {
  padding: 1.5rem 1rem;
  overflow: hidden;
}
.pricerange__title {
  margin-bottom: 1rem;
}
.pricerange__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.pricerange__tab {
  flex: 0 0 auto;
  padding: 0.625rem 1.125rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.pricerange__tab.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
  font-weight: 700;
}
.pricerange__panel { display: none; }
.pricerange__panel.is-active { display: block; }
.pricerange__panel .swiper { overflow: visible; }
.pricerange__panel .swiper-slide {
  width: 85%;
}
.pricerange__group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.pricerange__panel .swiper-pagination {
  position: static;
  margin-top: 1.5rem;
  display: flex !important;
  justify-content: center;
  gap: 0.25rem;
}
.pricerange__panel .swiper-pagination-lock { display: flex !important; }
.pricerange__panel .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #ddd;
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
  transition: background 0.2s;
}
.pricerange__panel .swiper-pagination-bullet-active {
  background: #111;
}

.price-card {
  display: flex;
  gap: 0.75rem;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  color: #333;
}
.price-card__thumb {
  flex: 0 0 5.25rem;
  width: 5.25rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eee;
}
.price-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0.625rem 0.625rem 0;
}
.price-card__area {
  font-size: 0.75rem;
  color: #777;
  letter-spacing: -0.03em;
}
.price-card__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price-card__price {
  display: flex;
  align-items: baseline;
  letter-spacing: -0.03em;
}
.price-card__percent,
.price-card__amount {
  font-size: 0.875rem;
}

/*--------------- 카테고리 공통 (리미티드런/전시/액티비티/키즈) ---------------*/
.category {
  padding: 1.5rem 0 1.5rem 1rem;
  overflow: hidden;
}
.category__swiper { overflow: visible; }
.category .content-swipe .meta { color: #777; letter-spacing: -0.03em; }
.category .content-swipe .title { font-weight: 600; color: #000; letter-spacing: -0.03em; }
.category .content-swipe .discount { font-weight: 600; color: #ff4b4b; letter-spacing: -0.03em; margin-right: 0.25rem; }
.category .content-swipe .discount:empty { display: none; }
.category .content-swipe .price { font-weight: 600; color: #000; letter-spacing: -0.03em; }
.is-web .category .content-swipe .title { font-weight: 500; }
.is-web .category .content-swipe .price_box { font-weight: 700; }

/* 카테고리 섹션 빈 상태 (이용 가능한 티켓 없음) — 스와이퍼 내부 중앙 정렬 */
.category__swiper .no-product-box {
  flex-shrink: 0;
  width: 100%;
  padding: 2.25rem 0 1rem;
  text-align: center;
  color: #888;
  margin: 0;
}
.category__swiper .no-product-box img {
  display: inline-block;
  width: 2.75rem;
  height: auto;
  opacity: 0.6;
}
.category__swiper .no-product-box .no-product-msg {
  margin: 0.875rem 0 0;
  font-size: 0.875rem;
  color: #888;
  letter-spacing: -0.01em;
}

/*--------------- 새로운 작품들 (2행 무한 자유 스크롤) ---------------*/
.recent {
  padding: 1.5rem 0;
}
.recent__viewport {
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.5rem 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.recent__viewport::-webkit-scrollbar { display: none; }
.recent__track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
.recent__row {
  display: flex;
  gap: 0.875rem;
}
.recent__row--bottom::before {
  content: "";
  flex: 0 0 9.0625rem;
}
.recent__row--top::after {
  content: "";
  flex: 0 0 9.0625rem;
}
.recent-card {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  flex: 0 0 17.25rem;
  width: 17.25rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.recent-card__thumb {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #eee;
}
.recent-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding: 0;
}
.recent-card__area {
  font-size: 0.75rem;
  color: #777;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-card__name-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
.recent-card__new {
  flex: 0 0 auto;
  font-size: 0.6875rem;
  color: #2E6BB5;
  background: #DFEDF8;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
.recent-card__name {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-card__price {
  display: flex;
  align-items: baseline;
  letter-spacing: -0.03em;
}
.recent-card__percent,
.recent-card__amount {
  font-size: 0.875rem;
}

/*--------------- 타임세일 티켓 ---------------*/
.timesale {
  padding: 1.5rem 1rem;
}

/*--------------- 푸터 ---------------*/
.footer {
  background: #f4f4f4;
  padding: 2rem 1rem;
  color: #555;
  letter-spacing: -0.03em;
}
.footer__section {
  padding-bottom: 1.5rem;
}
.footer__section.footer__biz {
  padding-bottom: 0;
}
.footer__biz.is-collapsed .footer__toggle {
  margin-bottom: 0.75rem;
}
.footer__biz:not(.is-collapsed) {
  padding-bottom: 0.25rem;
}
.footer__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.03em;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #555;
}
.footer__links a {
  text-decoration: none;
}
.footer__sep {
  color: #ddd;
}
.footer__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.footer__toggle-caret {
  flex-shrink: 0;
  transform-origin: center;
  transition: transform 0.2s;
}
.footer__biz:not(.is-collapsed) .footer__toggle-caret {
  transform: rotate(180deg);
}
.footer__biz.is-collapsed .footer__biz-body {
  display: none;
}
.footer__biz-body p {
  font-size: 0.75rem;
  color: #888;
  line-height: 1.6;
  margin: 0 0 0.25rem 0;
  text-align: left;
}
.footer__label {
  color: #888;
}
.footer__divider {
  color: #ddd;
  margin: 0 0.375rem;
}
.footer__confirm {
  display: inline-block;
  padding: 0.0625rem 0.25rem;
  margin-left: 0.25rem;
  background: #e5e5e5;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #555;
  text-decoration: none;
}
.footer__copyright {
  font-size: 0.75rem;
  color: #bbb;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
}

/* ===== 타임세일 배너 ===== */
.ts-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1035 40%, #2d1b69 70%, #1a1035 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
}
.ts-bnr::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -1rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,75,75,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.ts-bnr::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: -1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,200,0,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.ts-bnr__glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,215,0,0.4) 50%, transparent 100%);
}
.ts-bnr__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.0625rem;
}
.ts-bnr__date {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFD700;
  letter-spacing: 0.2em;
}
.ts-bnr__title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: linear-gradient(135deg, #FFD700 0%, #ffb830 40%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ts-bnr__sub {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.125rem;
}
.ts-bnr__star {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.ts-bnr__star::before,
.ts-bnr__star::after {
  content: "";
  position: absolute;
  background: #FFD700;
  border-radius: 1px;
}
.ts-bnr__star::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ts-bnr__star::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.ts-bnr__star--1 { width: 0.625rem; height: 0.625rem; top: 22%; left: 10%; animation: ts-bnr-twinkle 3s ease-in-out infinite; }
.ts-bnr__star--2 { width: 0.375rem; height: 0.375rem; bottom: 28%; left: 18%; animation: ts-bnr-twinkle 2.5s ease-in-out infinite 0.8s; }
.ts-bnr__star--3 { width: 0.5rem; height: 0.5rem; top: 26%; right: 12%; animation: ts-bnr-twinkle 3.5s ease-in-out infinite 1.2s; }
.ts-bnr__star--4 { width: 0.375rem; height: 0.375rem; bottom: 24%; right: 20%; animation: ts-bnr-twinkle 2.8s ease-in-out infinite 0.4s; }
@keyframes ts-bnr-twinkle {
  0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 1; transform: scale(1) rotate(180deg); }
}

/*================================================================
  웹 (is-web) 전용 스타일 — 1100px 중앙정렬
================================================================*/

/* 웹: 메인에서 GNB 하단 라인 숨김 */
.is-web .web-header-bot { border-bottom-color: transparent; }

/* 웹: 메인 전용 카드 hover */
.is-web .tsnow__card,
.is-web .price-card,
.is-web .recent-card,
.is-web .ts-card {
  transition: transform 0.2s ease-in-out;
}
.is-web .tsnow__card:hover,
.is-web .price-card:hover,
.is-web .recent-card:hover,
.is-web .ts-card:hover {
  transform: translateY(-5px);
}

/* 웹 섹션 타이틀 확대 */
.is-web .tsnow__title,
.is-web .pricerange__title,
.is-web .category__title,
.is-web .recent__title,
.is-web .timesale__title {
  font-size: 1.5rem;
  font-weight: 600;
}

/* 웹 섹션 헤더 여백 확대 + 하단 정렬 */
.is-web .tsnow__head,
.is-web .category__head,
.is-web .recent__head,
.is-web .timesale__head {
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.is-web .pricerange__title {
  margin-bottom: 1.5rem;
}

/* 웹 더보기 링크 확대 */
.is-web .tsnow__more,
.is-web .recent__more,
.is-web .category__more {
  font-size: 1rem;
}
.is-web .tsnow__more::after,
.is-web .recent__more::after,
.is-web .category__more::after {
  width: 1rem;
  height: 1rem;
}

/* 웹 공통 Swiper 화살표 */
.is-web .swiper-button-prev,
.is-web .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.15);
  color: #555;
  filter: none;
  transition: box-shadow 0.2s ease, color 0.2s ease;
}
.is-web .swiper-button-prev:hover,
.is-web .swiper-button-next:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  color: #222;
}
.is-web .swiper-button-prev::after,
.is-web .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}


/*--------------- 웹: 롤링배너 (비율 유지, 크기 축소) ---------------*/
.is-web .rollbnr_wrap {
  padding-top: 0.25rem;
  max-width: 171rem;
  margin: 0 auto;
}
.is-web .rollbnr_inner {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.is-web .rollbnr_prev,
.is-web .rollbnr_next {
  display: none;
}
.is-web #swiper-pagination-custom {
  right: calc(50% - 28rem + 1rem);
  top: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.is-web .rollbnr_wrap .swiper-slide {
  width: 56rem;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.is-web .rollbnr_wrap .swiper-slide-active {
  opacity: 1;
}

/*--------------- 웹: 퀵메뉴 (1열) ---------------*/
.is-web .quick_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
}
.is-web .quick_wrap .quick_grid {
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
}
.is-web .quick_wrap .quick_icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}
.is-web .quick_wrap .quick_icon img {
  width: 1.825rem;
  height: 1.825rem;
}
.is-web .quick_wrap .quick_item {
  transition: transform 0.2s ease;
}
.is-web .quick_wrap .quick_item:hover {
  transform: scale(1.05);
}
.is-web .quick_wrap .quick_label {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
}
/* 빨간 패널 숨김 */
.quick_menu_panel { display: none; }

/*--------------- 웹: 하우스배너 ---------------*/
.is-web .house-bnr {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

/*--------------- 웹: 타임세일 NOW ---------------*/
.is-web .tsnow {
  padding: 3.125rem 0;
  position: relative;
  background: #FFF6F3;
}
.is-web .tsnow__head {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 0;
}
.is-web .tsnow__swiper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.5rem;
  margin-top: -0.5rem;
}
/*--------------- 웹: 가격대별 (Swiper → 정적 그리드) ---------------*/
.is-web .pricerange {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.125rem 0;
}
.is-web .pricerange__tabs {
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
.is-web .pricerange__tab {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}
.is-web .pricerange__panel .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  transform: none !important;
}
.is-web .pricerange__panel .swiper-slide {
  width: 100% !important;
  min-width: 0;
}
.is-web .pricerange__group {
  gap: 0.875rem;
}
.is-web .pricerange__panel .swiper-pagination {
  display: none !important;
}
.is-web .price-card__thumb {
  flex: 0 0 6rem;
  width: 6rem;
}
.is-web .price-card__body {
  padding: 0.625rem 0.75rem 0.625rem 0;
}
.is-web .price-card__area {
  font-size: 0.8125rem;
}
.is-web .price-card__name {
  font-size: 1rem;
  font-weight: 500;
}
.is-web .price-card__percent,
.is-web .price-card__amount {
  font-size: 1rem;
  font-weight: 700;
}

/*--------------- 웹: 새로운 작품들 (정적 2열 그리드) ---------------*/
.is-web .recent {
  max-width: none;
  padding: 3.125rem 0;
  background: #f4f4f4;
}
.is-web .recent__head {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 0;
}
.is-web .recent__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.is-web .recent-card {
  flex: none;
  width: 100%;
}
.is-web .recent-card__area {
  font-size: 0.8125rem;
}
.is-web .recent-card__name {
  font-size: 1rem;
  font-weight: 500;
}
.is-web .recent-card__percent,
.is-web .recent-card__amount {
  font-size: 1rem;
  font-weight: 700;
}

/*--------------- 웹: 카테고리 ---------------*/
.is-web .category {
  padding: 3.125rem 0;
  position: relative;
}
.is-web .category__head {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 0;
}
.is-web .category__swiper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.5rem;
  margin-top: -0.5rem;
}
/* 카테고리 배경색 (웹 전용) */
.is-web .category--exhibition {
  background: #EFF4F9;
}

/* 웹: 타임세일NOW 화살표 (1100px 바깥 배치) */
.is-web .tsnow > .swiper-button-prev,
.is-web .tsnow > .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.is-web .tsnow > .swiper-button-prev {
  left: calc(50% - 615px);
}
.is-web .tsnow > .swiper-button-next {
  right: calc(50% - 615px);
}

/* 웹: 카테고리 화살표 (1100px 바깥 배치) */
.is-web .category > .swiper-button-prev,
.is-web .category > .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.is-web .category > .swiper-button-prev {
  left: calc(50% - 615px);
}
.is-web .category > .swiper-button-next {
  right: calc(50% - 615px);
}

/*--------------- 웹: 타임세일 티켓 ---------------*/
.is-web .timesale {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.125rem 0;
}
.is-web .ts-bnr {
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.is-web .ts-bnr__content {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.is-web .ts-bnr__date {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}
.is-web .ts-bnr__title {
  font-size: 2.5rem;
  line-height: 1;
}
.is-web .ts-bnr__sub {
  font-size: 1.0625rem;
  margin-top: 0;
}
.is-web .ts-bnr::before {
  width: 10rem; height: 10rem;
}
.is-web .ts-bnr::after {
  width: 8rem; height: 8rem;
}
.is-web .ts-bnr:hover {
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.is-web .ts-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.75rem 1.75rem;
}
/* 타임세일 카드: 리스트 layout-grid 기준 통일 */
.is-web .ts-card__info {
  gap: 0.4375rem;
  margin-top: 0.75rem;
  padding: 0 0.125rem;
}
.is-web .ts-card__meta {
  font-size: 0.8125rem;
  gap: 0.375rem;
}
.is-web .ts-card__name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.is-web .ts-card__price {
  gap: 0.375rem;
}
.is-web .ts-card__percent,
.is-web .ts-card__amount {
  font-size: 1rem;
  font-weight: 700;
}
.is-web .ts-card__rating {
  font-size: 0.8125rem;
}
