@charset "UTF-8";
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.coupon-group__header.svelte-76pnpb {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.coupon-group__header.svelte-76pnpb .coupon-group__desc:where(.svelte-76pnpb) {
  background-color: var(--pm-main-light-80);
  font-weight: 600;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.coupon-group__header.svelte-76pnpb .coupon-group__desc:where(.svelte-76pnpb) p:where(.svelte-76pnpb) {
  font-size: 0.9rem;
}

.coupon-group__body.svelte-76pnpb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 600px) {
  .coupon-group__body.svelte-76pnpb {
    justify-content: flex-start;
  }
}