@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 **/
.pm-signage.signage-primary.svelte-ssvwd3 {
  border: 1px solid var(--pm-main);
  border-width: 3px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), inset -0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.45);
  border-radius: 2rem;
}

.pm-signage.svelte-ssvwd3,
.basic-signage.svelte-ssvwd3 {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.pm-signage--item.svelte-ssvwd3,
.basic-signage--item.svelte-ssvwd3 {
  display: flex;
  align-items: center;
  border: none;
  font-size: 0.9rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: inherit;
  overflow: hidden;
}
.pm-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3),
.basic-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3) {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  flex-direction: row;
  align-items: center;
}
.pm-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3) .icon,
.basic-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3) .icon {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.pm-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3) .title:where(.svelte-ssvwd3),
.basic-signage--item.svelte-ssvwd3 .notice:where(.svelte-ssvwd3) .title:where(.svelte-ssvwd3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 2rem;
  margin-right: auto;
  font-weight: 700;
}
/*------------------------------------*\
  # 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 **/
.brand-card.svelte-11ltnfr {
  display: flex;
}
@media (max-width: 599.98px) {
  .brand-card.svelte-11ltnfr {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (min-width: 600px) {
  .brand-card.svelte-11ltnfr {
    width: calc((100% - 2rem) / 3);
  }
}
.brand-card.svelte-11ltnfr .info-card__top:where(.svelte-11ltnfr) {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1rem;
  width: 40%;
  height: 100%;
}
.brand-card.svelte-11ltnfr .info-card__top:where(.svelte-11ltnfr):after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-right: 1px solid #e9ecef;
  width: 1px;
  height: 50%;
  margin: 0 1rem;
}
.brand-card.svelte-11ltnfr .info-card__btm:where(.svelte-11ltnfr) {
  width: 60%;
}

@keyframes svelte-11ltnfr-cate {
  100% {
    transform: translateX(40%);
  }
}
.brand-summary.svelte-11ltnfr {
  position: relative;
}
.brand-summary__rate.svelte-11ltnfr {
  position: absolute;
  right: 0;
  top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--pm-main-light-20);
  width: 45px;
  height: 75%;
  border-radius: 5px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), inset 0 2px 1px rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to top, var(--pm-main-light-5) 20%, var(--pm-main-light-10) 30%, var(--pm-main-light-15) 50%);
}
.brand-summary.svelte-11ltnfr .info-card__coupon-name:where(.svelte-11ltnfr) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
}
/*------------------------------------*\
  # 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-row.svelte-zs8cjx {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (max-width: 599.98px) {
  .coupon-row.svelte-zs8cjx {
    padding-left: 0;
  }
}
.coupon-row.svelte-zs8cjx .item:where(.svelte-zs8cjx) {
  padding-left: 1rem;
}
@media (max-width: 599.98px) {
  .coupon-row.svelte-zs8cjx .item:where(.svelte-zs8cjx) {
    padding-left: 0;
  }
}
.coupon-row.svelte-zs8cjx .name:where(.svelte-zs8cjx) {
  word-break: keep-all;
}
.coupon-row.svelte-zs8cjx .logo:where(.svelte-zs8cjx) {
  display: inline-block;
  position: absolute;
  left: 1rem;
}
.coupon-row.svelte-zs8cjx .rate:where(.svelte-zs8cjx) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: var(--pm-main);
  color: var(--pm-main-contrast);
}
@media (max-width: 599.98px) {
  .coupon-row.svelte-zs8cjx .rate:where(.svelte-zs8cjx) {
    right: 0.3rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.7rem;
  }
}
/*------------------------------------*\
  # 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 **/
.info-card.svelte-1a9em0t,
.info-card__flip.svelte-1a9em0t {
  height: 200px;
  padding: 0;
  cursor: pointer;
}