select {
  background: #fff url('/assets/img/gsretail/CaretDown.svg') no-repeat
  calc(100% - 8px) 50%;
}
.text-primary {
  color: var(--primary-3385-ffci-color, #3385ff) !important;
}
.text-danger {
  color: var(--State-D32F2F, #d32f2f) !important;
}

.gnb-calendar {
  display: block;
  position: absolute;
  top: 7px;
  right: 80px;
  width: 25px;
  height: 25px;
  background: url('/assets/img/gsretail/ico-calendar.svg') no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1099px) {
  .gnb-calendar {
    top: 50%;
    transform: translateY(-50%);
    right: 114px;
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  header .h-search {
    right: 71px !important;
  }
  header .h-search button.icon-search {
    width: 34px !important;
    height: 34px !important;
    right: 0;
    background: url('/assets/img/gsretail/m-serch-btn.svg') no-repeat;
    background-size: cover !important;
  }
  header .gnbBtn {
    right: 27px;
    width: 34px !important;
    height: 34px !important;
    background: url('/assets/img/gsretail/m-menu-btn.svg') no-repeat;
    background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  .gnb-calendar {
    right: 100px;
  }
  header .h-search {
    right: 58px !important;
  }
  header .gnbBtn {
    right: 14px !important;
  }
}

/* main */
.main-inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .main-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.main-tab {
  width: 604px;
  padding: 24px 32px;
  border-radius: 24px;
  border: 1px solid var(--Grey-EEEEEE, #eee);
  background: var(--Grey-FFFFFF, #fff);
}
.main-tab-nav {
  display: flex;
  gap: 8px;
  margin: 0 0 24px 0;
  padding: 8px;
  border-radius: 100px;
  background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
}
.main-tab-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 24px;
  border-radius: 100px;
  color: var(--Grey-84888B, #84888b);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  transition: all 0.2s ease;
}

.main-tab-nav a.active {
  background: #fff;
  color: var(--Grey-111111, #111);
}
.main-tab-contents {
  display: none;
}
.main-tab-contents.active {
  display: block;
}
.main-tab-contents {
  display: none;
}
.main-tab-contents img {
  width: 100%;
}

.main-tab-rank-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.main-tab-rank-head p {
  margin: 0;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.main-tab-rank-state {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--Grey-EEEEEE, #eee);
}
.main-tab-rank-state dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.main-tab-rank-state dl dt {
  margin: 0 0 8px 0;
  padding: 0;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.main-tab-rank-state dl dd {
  margin: 0;
  padding: 0;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
}
.gsretail-main-list {
  margin: 0 0 80px 0;
}
.gsretail-main-list-wrap {
  padding: 0 0 80px 0;
}
.gsretail-main-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.gsretail-main-list-head h4 {
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.gsretail-main-list-head a {
  color: var(--Grey-84888B, #84888b);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}
.gsretail-main-list-body {
  display: flex;
  gap: 32px;
}
.gsretail-main-list-body a {
  display: block;
  position: relative;
  width: 372px;
}
.gsretail-main-list-body a img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 372 / 200;
  object-fit: cover;
}
.gsretail-main-list-body a span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10px);
  color: var(--Grey-FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 109.091% */
}
.gsretail-main-list-body a:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url('/assets/img/gsretail/ico-like.svg') no-repeat 50% 50%;
  background-size: cover;
}
.gsretail-main-list-body a.like:after {
  background: url('/assets/img/gsretail/ico-like-active.svg') no-repeat 50% 50%;
  background-size: cover;
}
.gsretail-main-category {
  display: none;
}
@media screen and (max-width: 1099px) {
  .gsretail-main {
    background: none !important;
  }
  .gsretail-main-container {
    padding: 0 !important;
  }
  .gsretail-main .main-top-section {
    margin-bottom: 0 !important;
  }
  .main-tab {
    width: 100%;
    padding: 24px 24px 40px 24px;
    border-radius: 0;
    border: none;
    background: var(--Grey-FFFFFF, #fff);
  }
  .main-tab-nav {
    display: flex;
    gap: 8px;
    margin: 0 0 24px 0;
    padding: 4px;
    border-radius: 100px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  }
  .main-tab-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 24px;
    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }

  .main-tab-nav a.active {
    background: #fff;
    color: var(--Grey-111111, #111);
  }
  .main-tab-contents {
    display: none;
  }
  .main-tab-contents.active {
    display: block;
  }
  .main-tab-contents {
    display: none;
  }

  .main-tab-rank-head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  .main-tab-rank-head p {
    margin: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
  .main-tab-rank-state {
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
  }
  .main-tab-rank-state dl {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-tab-rank-state dl dt {
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .main-tab-rank-state dl dd {
    margin: 0;
    padding: 0;
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
  }
  .gsretail-main-list {
    margin: 0 0 80px 0;
  }
  .gsretail-main-list-wrap {
    position: relative;
    padding: 52px 0 0 0;
  }
  .gsretail-main-list-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    right: -16px;
    height: 12px;
    background: #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  .gsretail-main-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 24px;
  }
  .gsretail-main-list-head h4 {
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .gsretail-main-list-head a {
    color: var(--Grey-84888B, #84888b);
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-main-list-body {
    display: flex;
    gap: 32px;
  }
  .gsretail-main-list-body a {
    display: block;
    position: relative;
    display: none;
    width: 100%;
  }
  .gsretail-main-list-body a:first-child {
    display: block;
  }
  .gsretail-main-list-body a img {
    width: 100%;
    border-radius: 0;
  }
  .gsretail-main-list-body a span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.5);
    backdrop-filter: blur(10px);
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 109.091% */
  }
  .gsretail-main-list-body a:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url('/assets/img/gsretail/ico-like.svg') no-repeat 50% 50%;
    background-size: cover;
  }
  .gsretail-main-list-body a.like:after {
    background: url('/assets/img/gsretail/ico-like-active.svg') no-repeat 50%
    50%;
    background-size: cover;
  }
  .gsretail-main-category {
    display: flex;
    gap: 8px;
    padding: 16px 24px;
    overflow: auto;
  }
  .gsretail-main-category a {
    display: flex;
    height: 32px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    white-space: noWrap;
    border-radius: 100px;
    border: 1px solid var(--primary-007-cff-gs-blue, #007cff);
    background: var(--Grey-FFFFFF, #fff);
    box-shadow: 0 4px 4px 0 rgba(0, 22, 45, 0.1);
    color: var(--Grey-84888B, #84888b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-main-category a.active {
    border-radius: 100px;
    border-color: var(--primary-007-cff-gs-blue, #007cff);
    background: var(--primary-007-cff-gs-blue, #007cff);
    color: var(--Grey-FFFFFF, #fff);
  }
}
@media screen and (max-width: 767px) {
  .gsretail-main {
    background: none !important;
  }
  .gsretail-main-container {
    padding: 0 !important;
  }
  .gsretail-main .main-top-section {
    margin-bottom: 0 !important;
  }
  .main-tab {
    width: 100%;
    padding: 16px 16px 24px 16px;
    border-radius: 0;
    border: none;
    background: var(--Grey-FFFFFF, #fff);
  }
  .main-tab-nav {
    display: flex;
    gap: 8px;
    margin: 0 0 16px 0;
    padding: 4px;
    border-radius: 100px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  }
  .main-tab-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 24px;
    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }

  .main-tab-nav a.active {
    background: #fff;
    color: var(--Grey-111111, #111);
  }
  .main-tab-contents {
    display: none;
  }
  .main-tab-contents.active {
    display: block;
  }
  .main-tab-contents {
    display: none;
  }

  .main-tab-rank-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .main-tab-rank-head i {
    min-width: 78px !important;
    width: 78px !important;
    height: 78px !important;
  }
  .main-tab-rank-head p {
    margin: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .main-tab-rank-state {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
  }
  .main-tab-rank-state dl {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-tab-rank-state dl dt {
    margin: 0 0 4px 0;
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }
  .main-tab-rank-state dl dd {
    margin: 0;
    padding: 0;
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
  }
  .gsretail-main-list {
    margin: 0 0 40px 0;
  }
  .gsretail-main-list-wrap {
    position: relative;
    padding: 40px 0 0 0;
  }
  .gsretail-main-list-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    right: -16px;
    height: 12px;
    background: #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  .gsretail-main-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .gsretail-main-list-head h4 {
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-main-list-head a {
    color: var(--Grey-84888B, #84888b);
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
  }
  .gsretail-main-list-body {
    display: flex;
    gap: 32px;
  }
  .gsretail-main-list-body a {
    display: block;
    position: relative;
    display: none;
    width: 100%;
  }
  .gsretail-main-list-body a:first-child {
    display: block;
  }
  .gsretail-main-list-body a img {
    width: 100%;
    border-radius: 0;
  }
  .gsretail-main-list-body a span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.5);
    backdrop-filter: blur(10px);
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 109.091% */
  }
  .gsretail-main-list-body a:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url('/assets/img/gsretail/ico-like.svg') no-repeat 50% 50%;
    background-size: cover;
  }
  .gsretail-main-list-body a.like:after {
    background: url('/assets/img/gsretail/ico-like-active.svg') no-repeat 50%
    50%;
    background-size: cover;
  }
  .gsretail-main-category {
    display: flex;
    gap: 8px;
    padding: 16px 24px;
    overflow: auto;
  }
  .gsretail-main-category a {
    display: flex;
    height: 32px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    white-space: noWrap;
    border-radius: 100px;
    border: 1px solid var(--primary-007-cff-gs-blue, #007cff);
    background: var(--Grey-FFFFFF, #fff);
    box-shadow: 0 4px 4px 0 rgba(0, 22, 45, 0.1);
    color: var(--Grey-84888B, #84888b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-main-category a.active {
    border-radius: 100px;
    border-color: var(--primary-007-cff-gs-blue, #007cff);
    background: var(--primary-007-cff-gs-blue, #007cff);
    color: var(--Grey-FFFFFF, #fff);
  }
}

/* ico */
i.ico-info {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url('/assets/img/gsretail/ico-Info.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-MedicalChart {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('/assets/img/gsretail/MedicalChart.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-Monitor {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('/assets/img/gsretail/Monitor.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-CheckWhite {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('/assets/img/gsretail/CheckWhite.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv1 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level1-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv2 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level2-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv3 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level3-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv4 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level4-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv5 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level5-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv6 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level6-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv7 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level7-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv8 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level8-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv9 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level9-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-lv10 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/level10-icon.png') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-point-check {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/point_check.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-ranking {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/ranking.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-point {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/point.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-medal1 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/medal1.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-medal2 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/medal2.svg') no-repeat 50% 50%;
  background-size: cover;
}
i.ico-medal3 {
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: url('/assets/img/gsretail/medal3.svg') no-repeat 50% 50%;
  background-size: cover;
}

.gsretail-inner {
  width: 1072px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .gsretail-inner {
    width: 100%;
    margin: 0 auto;
  }
}

/* 랭킹 */
.gsretail-ranking {
  padding: 24px 0 0 0;
}
.gsretail-ranking h1 {
  margin: 0 0 36px 0;
  padding: 0 6px;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-ranking-contents {
  padding: 34px 0 100px 0;
  background: #f9f9f9;
  border-top: 1px solid var(--EFEFEF, #efefef);
}
.gsretail-ranking-contents .gsretail-inner {
  display: flex;
  gap: 35px;
}
.gsretail-ranking-body {
  width: 100%;
}
.gsretail-ranking-head {
  margin: 0 0 50px 0;
  padding: 25px 30px;
  border-radius: 10px;
  background: linear-gradient(111deg, #007cff 1.3%, #00d4ea 100%);
}
.gsretail-ranking-head h5 {
  margin: 0 0 12px 0;
  color: var(--Grey-FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.gsretail-ranking-head-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gsretail-ranking-head-score__rank dl {
  margin: 0;
  padding: 0;
}
.gsretail-ranking-head-score__rank dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 20px;
  margin: 0 4px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid #fff;

  color: #fff;
  text-align: right;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gsretail-ranking-head-score__rank dl dt.up {
  background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
}
.gsretail-ranking-head-score__rank dl dt.down {
  background: #ff5d7c;
}
.gsretail-ranking-head-score__rank dl dt.middle {
  background: #1d4062;
}

.gsretail-ranking-head-score__rank dl dd {
  margin: 6px 0 0 0;
  padding: 0;
  color: var(--Grey-FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.gsretail-ranking-head-score__point dl {
  margin: 0;
  padding: 0;
}
.gsretail-ranking-head-score__point dl dt {
  margin: 0;
  padding: 0;
  color: var(--Grey-FFFFFF, #fff);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.gsretail-ranking-head-score__point dl dd {
  margin: 0;
  padding: 0;
  color: var(--Grey-FFFFFF, #fff);
  text-align: right;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 91.667% */
}
.gsretail-ranking-head__text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--Grey-FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.gsretail-ranking-list h4 {
  margin: 0 0 10px 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
.gsretail-ranking-list ol {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
}
.gsretail-ranking-list ol li {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 61px;
  border-bottom: 1px solid #efefef;
}
.gsretail-ranking-list ol li:last-child {
  border-bottom: none;
}
.gsretail-ranking-list__rank {
  position: relative;
  min-width: 82px;
  width: 82px;
  color: var(--primary-007-cff-gs-blue, #007cff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
}
.gsretail-ranking-list__rank i {
  min-width: 44px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.gsretail-ranking-list__rank:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26px;
  background: #efefef;
  transform: translateY(-50%);
}
.gsretail-ranking-list__name {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 222.222% */
}
.gsretail-ranking-list__name strong {
  display: flex;
  width: 66px;
  height: 28px;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 13.5px;
  border: 1px solid #efefef;
  background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  gap: 10px;
  color: var(--Grey-84888B, #84888b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.gsretail-ranking-list__point {
  margin-left: auto;
  margin-right: 43px;
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
}
.gsretail-ranking-info {
  min-width: 355px;
  width: 355px;
}
.gsretail-ranking-info h4 {
  margin-bottom: 12px;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
.gsretail-ranking-info-contents {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
}
.gsretail-ranking-info-contents dl {
  margin: 0;
  padding: 0;
}
.gsretail-ranking-info-contents dl dt {
  margin: 0 0 10px 0;
  padding: 0;
  color: var(--primary-007-cff-gs-blue, #007cff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.gsretail-ranking-info-contents dl dd {
  margin: 0;
  padding: 0;
}
.gsretail-ranking-info-contents dl dd {
  margin: 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.gsretail-ranking-info-contents dl dd span {
  color: var(--primary-007-cff-gs-blue, #007cff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.gsretail-ranking-info-contents__goods {
  padding-top: 10px;
}
.gsretail-ranking-info-contents__goods p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px 0 0 0;
  border-radius: 10px;
  background: #f7f7f7;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gsretail-ranking-info-contents__goods p span {
  margin: 0 4px;
  color: var(--Primary-6B7280, #6b7280);
}
.gsretail-ranking-info-contents__goods p strong {
  color: #000;
}
.gsretail-ranking-info-contents__text {
  margin-top: 20px;
  color: var(--Grey-84888B, #84888b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*text-align: center;*/
}
@media screen and (max-width: 1099px) {
  .gsretail-ranking {
    padding: 80px 0 0 0;
  }
  .gsretail-ranking h1 {
    margin: 0 0 26px 0;
    padding: 0 20px;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
  .gsretail-ranking-contents {
    padding: 22px 20px 50px 20px;
    background: #f9f9f9;
    border-top: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-ranking-contents .gsretail-inner {
    display: flex;
    flex-direction: column;
    gap: 68px;
  }
  .gsretail-ranking-body {
    width: 100%;
  }
  .gsretail-ranking-head {
    margin: 0 0 50px 0;
    padding: 25px 30px;
    border-radius: 10px;
    background: linear-gradient(111deg, #007cff 1.3%, #00d4ea 100%);
  }
  .gsretail-ranking-head h5 {
    margin: 0 0 12px 0;
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .gsretail-ranking-head-score {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .gsretail-ranking-head-score__rank dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-head-score__rank dl dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 20px;
    margin: 0 4px;
    padding: 0 8px;
    border-radius: 10px;
    border: 1px solid #fff;

    color: #fff;
    text-align: right;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-ranking-head-score__rank dl dt.up {
    background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
  }
  .gsretail-ranking-head-score__rank dl dt.down {
    background: #ff5d7c;
  }
  .gsretail-ranking-head-score__rank dl dt.middle {
    background: #1d4062;
  }

  .gsretail-ranking-head-score__rank dl dd {
    margin: 6px 0 0 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  .gsretail-ranking-head-score__point dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-head-score__point dl dt {
    margin: 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .gsretail-ranking-head-score__point dl dd {
    margin: 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    text-align: right;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 91.667% */
  }
  .gsretail-ranking-head__text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }

  .gsretail-ranking-list h4 {
    margin: 0 0 20px 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-ranking-list ol {
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-ranking-list ol li {
    display: flex;
    align-items: center;
    gap: 34px;
    height: 61px;
    border-bottom: 1px solid #efefef;
  }
  .gsretail-ranking-list ol li:last-child {
    border-bottom: none;
  }
  .gsretail-ranking-list__rank {
    position: relative;
    min-width: 82px;
    width: 82px;
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
  }
  .gsretail-ranking-list__rank i {
    min-width: 44px;
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }
  .gsretail-ranking-list__rank:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 26px;
    background: #efefef;
    transform: translateY(-50%);
  }
  .gsretail-ranking-list__name {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 222.222% */
  }
  .gsretail-ranking-list__name strong {
    display: flex;
    width: 66px;
    height: 28px;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }
  .gsretail-ranking-list__point {
    margin-left: auto;
    margin-right: 43px;
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
  }
  .gsretail-ranking-info {
    min-width: 355px;
    width: 100%;
  }
  .gsretail-ranking-info h4 {
    margin-bottom: 22px;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-ranking-info-contents {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-ranking-info-contents dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-info-contents dl dt {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-ranking-info-contents dl dd {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-info-contents dl dd {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .gsretail-ranking-info-contents dl dd span {
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-ranking-info-contents__goods {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gsretail-ranking-info-contents__goods p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    border-radius: 10px;
    background: #f7f7f7;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-ranking-info-contents__goods p span {
    margin: 0 4px;
    color: var(--Primary-6B7280, #6b7280);
  }
  .gsretail-ranking-info-contents__goods p strong {
    color: #000;
  }
  .gsretail-ranking-info-contents__text {
    margin-top: 20px;
    color: var(--Grey-84888B, #84888b);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-align: center;*/
  }
}
@media screen and (max-width: 767px) {
  .gsretail-ranking {
    padding: 76px 0 0 0;
    background: #f9f9f9;
  }
  .gsretail-ranking h1 {
    margin: 0 0 0 0;
    padding: 0 16px;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
  .gsretail-ranking-contents {
    padding: 20px 16px 50px 16px;
    background: #f9f9f9;
    border: none;
  }
  .gsretail-ranking-contents .gsretail-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .gsretail-ranking-body {
    width: 100%;
  }
  .gsretail-ranking-head {
    margin: 0 0 40px 0;
    padding: 25px 20px;
    border-radius: 10px;
    background: linear-gradient(111deg, #007cff 1.3%, #00d4ea 100%);
  }
  .gsretail-ranking-head h5 {
    margin: 0 0 12px 0;
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
  }
  .gsretail-ranking-head-score {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .gsretail-ranking-head-score__rank dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-head-score__rank dl dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 20px;
    margin: 0 4px;
    padding: 0 8px;
    border-radius: 10px;
    border: 1px solid #fff;

    color: #fff;
    text-align: right;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-ranking-head-score__rank dl dt.up {
    background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
  }
  .gsretail-ranking-head-score__rank dl dt.down {
    background: #ff5d7c;
  }
  .gsretail-ranking-head-score__rank dl dt.middle {
    background: #1d4062;
  }

  .gsretail-ranking-head-score__rank dl dd {
    margin: 6px 0 0 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  .gsretail-ranking-head-score__point dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-head-score__point dl dt {
    margin: 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    text-align: right;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
  }
  .gsretail-ranking-head-score__point dl dd {
    margin: 0;
    padding: 0;
    color: var(--Grey-FFFFFF, #fff);
    text-align: right;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-ranking-head__text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--Grey-FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }

  .gsretail-ranking-list h4 {
    margin: 0 0 20px 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-ranking-list ol {
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-ranking-list ol li {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 61px;
    border-bottom: 1px solid #efefef;
  }
  .gsretail-ranking-list ol li:last-child {
    border-bottom: none;
  }
  .gsretail-ranking-list__rank {
    position: relative;
    min-width: 40px;
    width: 40px;
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 266.667% */
  }
  .gsretail-ranking-list__rank i {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .gsretail-ranking-list__rank:after {
    display: none;
  }
  .gsretail-ranking-list__name {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 222.222% */
  }
  .gsretail-ranking-list__name strong {
    display: flex;
    width: 56px;
    height: 26px;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }
  .gsretail-ranking-list__point {
    margin-left: auto;
    margin-right: 0;
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 285.714% */
  }
  .gsretail-ranking-info {
    min-width: 355px;
    width: 100%;
  }
  .gsretail-ranking-info h4 {
    margin-bottom: 22px;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-ranking-info-contents {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-ranking-info-contents dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-info-contents dl dt {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-ranking-info-contents dl dd {
    margin: 0;
    padding: 0;
  }
  .gsretail-ranking-info-contents dl dd {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .gsretail-ranking-info-contents dl dd span {
    color: var(--primary-007-cff-gs-blue, #007cff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-ranking-info-contents__goods {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gsretail-ranking-info-contents__goods p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    border-radius: 10px;
    background: #f7f7f7;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-ranking-info-contents__goods p span {
    margin: 0 4px;
    color: var(--Primary-6B7280, #6b7280);
  }
  .gsretail-ranking-info-contents__goods p strong {
    color: #000;
  }
  .gsretail-ranking-info-contents__text {
    margin-top: 20px;
    color: var(--Grey-84888B, #84888b);
    /*text-align: center;*/
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

/* 캘린더 */
.gsretail-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.gsretail-alert.active {
  opacity: 1;
  visibility: visible;
}
.gsretail-alert-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.gsretail-alert-inner {
  position: relative;
  z-index: 20;
  width: 326px;
  border-radius: 16px;
  background: var(--Grey-FFFFFF, #fff);
}
.gsretail-alert__title {
  margin: 0 0 4px 0;
  padding-top: 24px;
  color: var(--primary-007-cff-gs-blue, #007cff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.gsretail-alert__text {
  margin-bottom: 24px;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.gsretail-alert__button {
  border-top: 1px solid var(--Grey-EEEEEE, #eee);
}
.gsretail-alert__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  transition: all 0.2s ease;
}
.gsretail-alert__button button:hover {
  opacity: 0.8;
}

.gsretail-calendar {
  padding: 60px 0 0 0;
}
.gsretail-calendar-tab {
  display: flex;
  margin-bottom: 56px;
  padding: 8px;
  border-radius: 100px;
  background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
}
.gsretail-calendar-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 24px;
  border-radius: 100px;

  color: var(--Grey-84888B, #84888b);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.gsretail-calendar-tab a.active {
  background-color: #fff;
  color: var(--Grey-111111, #111);
}
.gsretail-calendar-body {
  padding: 56px 0 80px 0;
  background: #f9f9f9;
}
.gsretail-calendar-contents {
  position: relative;
  padding: 32px 24px;
  border-radius: 8px;
  border: 0 solid #000;
  background: var(--Grey-FFFFFF, #fff);
}
.gsretail-calendar-button {
  position: absolute;
  top: 0;
  right: 0;
}
.gsretail-calendar-contents .btn {
  display: flex;
  width: 183px;
  height: 40px;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--primary-3385-ffci-color, #3385ff);
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}

.gsretail-calendar-contents .fc-daygrid-event-harness .fc-event.attendance {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  margin-top: 20px;
  background: #fff url('/assets/img/gsretail/point_check.svg') no-repeat 50% 50%;
  background-size: 70px 70px;
}
.gsretail-calendar-contents
.fc-daygrid-event-harness
.fc-event.attendance
.fc-event-title {
  font-size: 0;
}

@media screen and (max-width: 1099px) {
  .gsretail-calendar {
    padding: 80px 0 0 0;
  }
  .gsretail-calendar-tab {
    display: flex;
    margin: 0 16px;
    margin-bottom: 24px;
    padding: 4px;
    border-radius: 100px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  }
  .gsretail-calendar-tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    border-radius: 100px;

    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-calendar-tab a.active {
    background-color: #fff;
    color: var(--Grey-111111, #111);
  }
  .gsretail-calendar-body {
    padding: 24px 16px;
    background: #f9f9f9;
  }
  .gsretail-calendar-contents {
    position: relative;
    padding: 32px 24px;
    border-radius: 8px;
    border: 0 solid #000;
    background: var(--Grey-FFFFFF, #fff);
  }
  .gsretail-calendar-button {
    position: absolute;
    top: 0;
    right: 0;
  }
  .gsretail-calendar-contents .btn {
    display: flex;
    width: 183px;
    height: 40px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--primary-3385-ffci-color, #3385ff);
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-calendar-contents .fc-daygrid-event-harness .fc-event.attendance {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #fff url('/assets/img/gsretail/point_check.svg') no-repeat 50%
    50%;
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .gsretail-calendar {
    padding: 80px 0 0 0;
  }
  .gsretail-calendar-tab {
    display: flex;
    margin: 0 16px;
    margin-bottom: 24px;
    padding: 4px;
    border-radius: 100px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  }
  .gsretail-calendar-tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    border-radius: 100px;

    color: var(--Grey-84888B, #84888b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-calendar-tab a.active {
    background-color: #fff;
    color: var(--Grey-111111, #111);
  }
  .gsretail-calendar-body {
    padding: 24px 16px;
    background: #f9f9f9;
  }
  .gsretail-calendar-contents {
    position: relative;
    padding: 12px 6px 32px;
    border-radius: 8px;
    border: 0 solid #000;
    background: var(--Grey-FFFFFF, #fff);
  }
  .gsretail-calendar-button {
    position: absolute;
    top: 4px;
    right: 0;
  }
  .gsretail-calendar-contents .btn {
    display: flex;
    width: 168px;
    height: 40px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--primary-3385-ffci-color, #3385ff);
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-calendar-contents .fc .fc-toolbar.fc-header-toolbar {
    justify-content: space-between;
    justify-content: center;
    gap: 24px;
    margin-bottom: 70px;
  }
  .gsretail-calendar-contents .fc .fc-toolbar-title {
    color: var(--Grey-111111, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-calendar-contents .fc-toolbar-chunk {
    display: flex;
    align-items: center;
  }
  .gsretail-calendar-contents .fc .fc-button-primary {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    height: 100%;
    padding: 0;
    background: none;
    border: none;
    color: var(--fc-button-text-color);
  }
  .gsretail-calendar-contents .fc .fc-button-primary:active {
    background: none;
    border: none;
  }
  .gsretail-calendar-contents .fc-icon.fc-icon-chevron-left {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/assets/img/gsretail/arrow-left.svg') no-repeat 50% 50%;
    border-radius: 8px 0 0 8px;
    border: 1px solid var(--gray-40-line, #eee);
  }
  .gsretail-calendar-contents .fc-icon.fc-icon-chevron-left:before {
    font-size: 0;
  }
  .gsretail-calendar-contents .fc-icon.fc-icon-chevron-right {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/assets/img/gsretail/arrow-right.svg') no-repeat 50% 50%;
    border-radius: 0 8px 8px 0;
    border: 1px solid var(--gray-40-line, #eee);
  }
  .gsretail-calendar-contents .fc-icon.fc-icon-chevron-right:before {
    font-size: 0;
  }
  .gsretail-calendar-contents .fc .fc-button-primary.fc-today-button {
    position: absolute;
    top: 68px;
    left: 6px;
    height: auto;
    display: inline-flex;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    border-radius: 8px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
    background: var(--Grey-FFFFFF, #fff);
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-calendar-contents .fc-daygrid-event-harness {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    margin-top: 6px !important;
    background: #fff url('/assets/img/gsretail/point_check.svg') no-repeat 50%
    50%;
    background-size: 40px 40px;
  }
  .gsretail-calendar-contents .fc-daygrid-event-harness .fc-event {
    display: none;
  }
  .gsretail-calendar-contents .fc-day-sun .fc-daygrid-day-number {
    color: #e63131;
  }
  .gsretail-calendar-contents .fc .fc-daygrid-day.fc-day-today {
    background-color: var(--fc-today-bg-color);
  }
  .gsretail-calendar-contents
  .fc
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-top {
    align-items: center;
    gap: 5px;
  }
  .gsretail-calendar-contents
  .fc
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-top::after {
    display: none;
  }
}

/* 대시보드 */
.gsretail-dashboard {
}
.gsretail-dashboard-head {
  padding: 24px 0 0 0;
}
.gsretail-dashboard-head h1 {
  margin: 0 0 22px 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gsretail-dashboard-menu {
  display: flex;
  gap: 32px;
}
.gsretail-dashboard-menu a {
  display: flex;
  padding: 14px 0;
  border-bottom: 2px solid #fff;
  color: var(--787878, #787878);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: noWrap;
}
.gsretail-dashboard-menu a.active {
  border-bottom: 2px solid var(--primary-007-cff-gs-blue, #007cff);
  color: var(--primary-007-cff-gs-blue, #007cff);
  font-weight: 700;
}
.gsretail-dashboard-contents {
  padding: 0 0 124px 0;
  background: #f9f9f9;
  border-top: 1px solid var(--EFEFEF, #efefef);
}
.gsretail-dashboard-contents-item {
  margin: 50px 0 0 0;
}
.gsretail-dashboard-contents-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.gsretail-dashboard-contents-item-head h5 {
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-contents-item-body {
  display: flex;
  gap: 16px;
}
.gsretail-dashboard-contents-item-state {
  width: 254px;
  min-width: 254px;
}
.gsretail-dashboard-contents-item-state dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 138px;
  margin: 0;
  padding: 20px 24px 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--EFEFEF, #efefef);
  background: var(--FFFFFF, #fff);
}
.gsretail-dashboard-contents-item-state dl dt {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-contents-item-state dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-contents-item-state:first-child {
  width: 100%;
}
.gsretail-dashboard-contents-item-state:first-child dl {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
}
.gsretail-dashboard-contents-item-state:first-child dl dt {
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-contents-item-state:first-child dl dd {
  align-items: center;
  justify-content: space-between;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-contents-item-state:first-child dl dd p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-level {
  position: relative;
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
}
.gsretail-dashboard-level-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.gsretail-dashboard-level-head p {
  margin: 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
.gsretail-dashboard-level-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.gsretail-dashboard-level-progress {
  border-top: 1px solid #eee;
}
.gsretail-dashboard-level-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 12px 0 0 0;
}
.gsretail-dashboard-level-progress-head h6 {
  margin: 0;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}
.gsretail-dashboard-level-progress-head p {
  margin: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gsretail-dashboard-level-progress-head p strong {
  color: var(--primary-007-cff-gs-blue, #007cff);
}

.gsretail-dashboard-level-progress-body {
  display: flex;
  height: 14px;
  background-color: #f3f5f7;
  border-radius: 1000px;
}
.gsretail-dashboard-level-progress-body p {
  border-radius: 1000px;
  background: linear-gradient(90deg, #00d4ea 0%, #3385ff 100%);
}
.gsretail-dashboard-level-progress-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 24px;
  border-radius: 10px;
  background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.gsretail-dashboard-level-progress-text strong {
  margin-left: 4px;
}
.gsretail-dashboard-point {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 254px;
  width: 254px;
  height: 306px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff url('/assets/img/gsretail/point.svg') no-repeat 24px 24px;
  background-size: 76px 76px;
}
.gsretail-dashboard-point dl {
  margin: 0;
  padding: 0;
}
.gsretail-dashboard-point dl dt {
  margin: 0 6px 5px 6px;
  padding: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-point dl dd {
  margin: 0;
  padding: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.gsretail-dashboard-ranking {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 254px;
  width: 254px;
  height: 306px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff url('/assets/img/gsretail/ranking.svg') no-repeat 24px 24px;
  background-size: 76px 76px;
}
.gsretail-dashboard-ranking dl {
  margin: 0;
  padding: 0;
}
.gsretail-dashboard-ranking dl dt {
  margin: 0 6px 5px 6px;
  padding: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-dashboard-ranking dl dd {
  margin: 0;
  padding: 0;
  color: var(--000000, #000);
  text-align: right;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1099px) {
  .gsretail-dashboard {
  }
  .gsretail-dashboard-head {
    padding: 80px 20px 0 20px;
  }
  .gsretail-dashboard-head h1 {
    margin: 0 0 22px 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-menu {
    display: flex;
    gap: 32px;
  }
  .gsretail-dashboard-menu a {
    display: flex;
    padding: 14px 0;
    border-bottom: 2px solid #fff;
    color: var(--787878, #787878);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-menu a.active {
    border-bottom: 2px solid var(--primary-007-cff-gs-blue, #007cff);
    color: var(--primary-007-cff-gs-blue, #007cff);
    font-weight: 700;
  }
  .gsretail-dashboard-contents {
    padding: 20px 20px 76px 20px;
    background: #f9f9f9;
    border-top: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-dashboard-contents-item {
    margin: 50px 0 0 0;
  }
  .gsretail-dashboard-contents-item:first-child {
    margin: 0;
  }
  .gsretail-dashboard-contents-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
  }
  .gsretail-dashboard-contents-item-head h5 {
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-body {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .gsretail-dashboard-contents-item-state {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
  .gsretail-dashboard-contents-item-state dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 112px;
    margin: 0;
    padding: 20px 24px 20px 16px;
    border-radius: 8px;
    border: 1px solid var(--EFEFEF, #efefef);
    background: var(--FFFFFF, #fff);
  }
  .gsretail-dashboard-contents-item-state dl dt {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-state dl dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 138.889% */
  }
  .gsretail-dashboard-contents-item-state:first-child {
    width: 100%;
  }
  .gsretail-dashboard-contents-item-state:first-child dl {
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
  }
  .gsretail-dashboard-contents-item-state:first-child dl dt {
    color: var(--FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-state:first-child dl dd {
    align-items: center;
    justify-content: space-between;
    color: var(--FFFFFF, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
  }
  .gsretail-dashboard-contents-item-state:first-child dl dd p {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--FFFFFF, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-level {
    position: relative;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-dashboard-level-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
  .gsretail-dashboard-level-head i {
    min-width: 82px;
    width: 82px;
    height: 82px;
  }
  .gsretail-dashboard-level-head p {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
  }
  .gsretail-dashboard-level-button {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .gsretail-dashboard-level-progress {
    border-top: 1px solid #eee;
  }
  .gsretail-dashboard-level-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 12px 0 0 0;
  }
  .gsretail-dashboard-level-progress-head h6 {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-dashboard-level-progress-head p {
    margin: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-level-progress-head p strong {
    color: var(--primary-007-cff-gs-blue, #007cff);
  }

  .gsretail-dashboard-level-progress-body {
    display: flex;
    height: 14px;
    background-color: #f3f5f7;
    border-radius: 1000px;
  }
  .gsretail-dashboard-level-progress-body p {
    border-radius: 1000px;
    background: linear-gradient(90deg, #00d4ea 0%, #3385ff 100%);
  }
  .gsretail-dashboard-level-progress-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 24px;
    border-radius: 10px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-dashboard-level-progress-text strong {
    margin-left: 4px;
  }
  .gsretail-dashboard-point {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    height: 112px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff url('/assets/img/gsretail/point.svg') no-repeat 20px 15px;
    background-size: 48px 48px;
  }
  .gsretail-dashboard-point dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-dashboard-point dl dt {
    margin: 0 0 5px 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-point dl dd {
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 138.889% */
  }
  .gsretail-dashboard-ranking {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    height: 112px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff url('/assets/img/gsretail/ranking.svg') no-repeat 24px 24px;
    background-size: 48px 48px;
  }
  .gsretail-dashboard-ranking dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-dashboard-ranking dl dt {
    margin: 0 0 5px 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-ranking dl dd {
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 138.889% */
  }
}
@media screen and (max-width: 767px) {
  .gsretail-dashboard {
  }
  .gsretail-dashboard-head {
    padding: 80px 20px 0 20px;
  }
  .gsretail-dashboard-head h1 {
    margin: 0 0 12px 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-menu {
    display: flex;
    gap: 32px;
    overflow: auto;
  }
  .gsretail-dashboard-menu a {
    display: flex;
    padding: 14px 0;
    border-bottom: 2px solid #fff;
    color: var(--787878, #787878);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-menu a.active {
    border-bottom: 2px solid var(--primary-007-cff-gs-blue, #007cff);
    color: var(--primary-007-cff-gs-blue, #007cff);
    font-weight: 700;
  }
  .gsretail-dashboard-contents {
    padding: 20px 16px 76px 16px;
    background: #f9f9f9;
    border-top: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-dashboard-contents-item {
    margin: 50px 0 0 0;
  }
  .gsretail-dashboard-contents-item:first-child {
    margin: 0;
  }
  .gsretail-dashboard-contents-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
  }
  .gsretail-dashboard-contents-item-head h5 {
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-body {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .gsretail-dashboard-contents-item-state {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
  .gsretail-dashboard-contents-item-state dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 20px 12px 16px 8px;
    border-radius: 8px;
    border: 1px solid var(--EFEFEF, #efefef);
    background: var(--FFFFFF, #fff);
  }
  .gsretail-dashboard-contents-item-state dl dt {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-state dl dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }
  .gsretail-dashboard-contents-item-state:first-child {
    width: 100%;
  }
  .gsretail-dashboard-contents-item-state:first-child dl {
    padding: 20px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--primary-00-d-4-ea-gs-mint, #00d4ea);
  }
  .gsretail-dashboard-contents-item-state:first-child dl dt {
    color: var(--FFFFFF, #fff);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-contents-item-state:first-child dl dd {
    align-items: center;
    justify-content: space-between;
    color: var(--FFFFFF, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }
  .gsretail-dashboard-contents-item-state:first-child dl dd p {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--FFFFFF, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-level {
    position: relative;
    width: 100%;
    padding: 30px 20px 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
  }
  .gsretail-dashboard-level-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
  .gsretail-dashboard-level-head i {
    min-width: 78px;
    width: 78px;
    height: 78px;
  }
  .gsretail-dashboard-level-head p {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-dashboard-level-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .gsretail-dashboard-level-progress {
    border-top: 1px solid #eee;
  }
  .gsretail-dashboard-level-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 12px 0 0 0;
  }
  .gsretail-dashboard-level-progress-head h6 {
    margin: 0;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
  }
  .gsretail-dashboard-level-progress-head p {
    margin: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gsretail-dashboard-level-progress-head p strong {
    color: var(--primary-007-cff-gs-blue, #007cff);
  }

  .gsretail-dashboard-level-progress-body {
    display: flex;
    height: 14px;
    background-color: #f3f5f7;
    border-radius: 1000px;
  }
  .gsretail-dashboard-level-progress-body p {
    border-radius: 1000px;
    background: linear-gradient(90deg, #00d4ea 0%, #3385ff 100%);
  }
  .gsretail-dashboard-level-progress-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 18px;
    border-radius: 10px;
    background: var(--primary-f-3-f-5-f-7-bg, #f3f5f7);
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .gsretail-dashboard-level-progress-text strong {
    margin-left: 4px;
  }
  .gsretail-dashboard-point {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    height: 120px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff url('/assets/img/gsretail/point.svg') no-repeat 10px 10px;
    background-size: 44px 44px;
  }
  .gsretail-dashboard-point dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-dashboard-point dl dt {
    margin: 0 0 5px 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-point dl dd {
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 200% */
  }
  .gsretail-dashboard-ranking {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    height: 120px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff url('/assets/img/gsretail/ranking.svg') no-repeat 10px 10px;
    background-size: 44px 44px;
  }
  .gsretail-dashboard-ranking dl {
    margin: 0;
    padding: 0;
  }
  .gsretail-dashboard-ranking dl dt {
    margin: 0 0 5px 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-dashboard-ranking dl dd {
    margin: 0;
    padding: 0;
    color: var(--000000, #000);
    text-align: right;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 200% */
  }
}

/* 마이페이지 */
.gsretail-mypage {
}
.gsretail-mypage-head {
  border-bottom: 1px solid var(--Grey-EEEEEE, #eee);
}
.gsretail-mypage-head h1 {
  margin: 0;
  padding: 64px 0 40px 0;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 120% */
}
.gsretail-mypage-menu {
  display: flex;
  gap: 32px;
}
.gsretail-mypage-menu a {
  border-bottom: 2px solid #fff;
  display: block;
  padding: 24px 0;
  color: var(--Grey-999999, #999);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.gsretail-mypage-menu a.active {
  border-bottom: 2px solid var(--primary-3385-ffci-color, #3385ff);
  color: var(--primary-3385-ffci-color, #3385ff);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.gsretail-mypage-contents {
  padding: 40px 0 160px 0;
}
.gsretail-mypage-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 40px 0;
}
.gsretail-mypage-tab a {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--Grey-EEEEEE, #eee);
  background: var(--Grey-FFFFFF, #fff);
  color: var(--Grey-111111, #111);
  text-align: justify;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
.gsretail-mypage-tab a:hover {
  opacity: 0.8;
}
.gsretail-mypage-tab a.active {
  background: var(--Grey-111111, #111);
  color: var(--Grey-FFFFFF, #fff);
}
.gsretail-mypage-tab a.active:hover {
  opacity: 1;
}
.gsretail-mypage-point-head {
  display: flex;
  gap: 12px;
  margin-bottom: 56px;
}
.gsretail-mypage-point-head dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 132px;
  margin: 0;
  padding: 24px;
  border-radius: 12px;
  background: #f7f7f7;
}
.gsretail-mypage-point-head dl dt {
  margin: 0;
  padding: 0;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.gsretail-mypage-point-head dl dd {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.gsretail-mypage-point-head dl dd p {
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gsretail-mypage-point-head dl dd span {
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.gsretail-mypage-point-head dl dd span strong {
  font-weight: 600;
}
.gsretail-mypage-point-list {
}
.gsretail-mypage-point-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.gsretail-mypage-point-list-head h5 {
  margin: 0;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.gsretail-mypage-point-list-body {
}
.gsretail-mypage-point-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.gsretail-mypage-point-list-item-date {
  padding: 24px;
  text-align: center;
}
.gsretail-mypage-point-list-item-date strong {
  color: var(--primary-3385-ffci-color, #3385ff);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.gsretail-mypage-point-list-item-date p {
  margin: 8px 0 0 0;
  color: var(--Grey-AAAAAA, #aaa);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.gsretail-mypage-point-list-item-text strong {
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
}
.gsretail-mypage-point-list-item-text p {
  margin: 8px 0 0 0;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.gsretail-mypage-point-list-item-price {
  margin-left: auto;
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-mypage-point-caution {
  margin: 40px 0 0 0;
}
.gsretail-mypage-point-caution-head {
  margin-bottom: 24px;
}
.gsretail-mypage-point-caution-head h5 {
  color: var(--Grey-000000, #000);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.gsretail-mypage-point-caution dl {
  margin: 0;
  padding: 24px;
  border-radius: 8px;
  background: var(--Grey-F8F8F8, #f8f8f8);
}
.gsretail-mypage-point-caution dl dt {
  margin: 24px 0 0 0;
  padding: 0;
  color: var(--Grey-666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.gsretail-mypage-point-caution dl dt:first-child {
  margin: 0;
}
.gsretail-mypage-point-caution dl dd {
  margin: 0;
  padding: 0;
}
.gsretail-mypage-point-caution dl dd ul {
  margin: 0 0 0 10px;
}
.gsretail-mypage-point-caution dl dd ul li {
  position: relative;
  padding: 0 0 0 14px;
  color: var(--Grey-666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.gsretail-mypage-point-caution dl dd ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  min-width: 3px;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 3px;
}
@media screen and (max-width: 1099px) {
  .gsretail-mypage {
    padding: 56px 0 0 0;
  }
  .gsretail-mypage-head {
    border-bottom: 1px solid var(--Grey-EEEEEE, #eee);
  }
  .gsretail-mypage-head h1 {
    margin: 0;
    padding: 40px 24px 24px;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
  }
  .gsretail-mypage-menu {
    display: flex;
    gap: 32px;
    padding: 0 24px;
  }
  .gsretail-mypage-menu a {
    border-bottom: 2px solid #fff;
    display: block;
    padding: 16px 0;
    color: var(--Grey-999999, #999);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .gsretail-mypage-menu a.active {
    border-bottom: 2px solid var(--primary-3385-ffci-color, #3385ff);
    color: var(--primary-3385-ffci-color, #3385ff);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .gsretail-mypage-contents {
    padding: 32px 24px 80px 24px;
  }
  .gsretail-mypage-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 32px 0;
  }
  .gsretail-mypage-tab a {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
    background: var(--Grey-FFFFFF, #fff);
    color: var(--Grey-111111, #111);
    text-align: justify;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-mypage-tab a:hover {
    opacity: 0.8;
  }
  .gsretail-mypage-tab a.active {
    background: var(--Grey-111111, #111);
    color: var(--Grey-FFFFFF, #fff);
  }
  .gsretail-mypage-tab a.active:hover {
    opacity: 1;
  }
  .gsretail-mypage-point-head {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
  }
  .gsretail-mypage-point-head dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 16px;
    border-radius: 12px;
    background: #f7f7f7;
  }
  .gsretail-mypage-point-head dl dt {
    margin: 0;
    padding: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-head dl dd {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .gsretail-mypage-point-head dl dd p {
    margin: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
  }

  .gsretail-mypage-point-head dl dd span {
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-head dl dd span strong {
    font-weight: 600;
  }
  .gsretail-mypage-point-list {
  }
  .gsretail-mypage-point-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .gsretail-mypage-point-list-head h5 {
    margin: 0;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-mypage-point-list-body {
  }
  .gsretail-mypage-point-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #eee;
  }
  .gsretail-mypage-point-list-item-date {
    padding: 24px;
    text-align: center;
  }
  .gsretail-mypage-point-list-item-date strong {
    color: var(--primary-3385-ffci-color, #3385ff);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-mypage-point-list-item-date p {
    margin: 8px 0 0 0;
    color: var(--Grey-AAAAAA, #aaa);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-list-item-text strong {
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-mypage-point-list-item-text p {
    margin: 8px 0 0 0;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
  }
  .gsretail-mypage-point-list-item-price {
    margin-left: auto;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
  }
  .gsretail-mypage-point-caution {
    margin: 12px 0 0 0;
  }
  .gsretail-mypage-point-caution-head {
    margin-bottom: 24px;
  }
  .gsretail-mypage-point-caution-head h5 {
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-mypage-point-caution dl {
    margin: 0;
    padding: 16px;
    border-radius: 4px;
    background: var(--Grey-F8F8F8, #f8f8f8);
  }
  .gsretail-mypage-point-caution dl dt {
    margin: 20px 0 0 0;
    padding: 0;
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-caution dl dt:first-child {
    margin: 0;
  }
  .gsretail-mypage-point-caution dl dd {
    margin: 0;
    padding: 0;
  }
  .gsretail-mypage-point-caution dl dd ul {
    margin: 0 0 0 10px;
  }
  .gsretail-mypage-point-caution dl dd ul li {
    position: relative;
    padding: 0 0 0 14px;
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .gsretail-mypage-point-caution dl dd ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 3px;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .gsretail-mypage {
    padding: 56px 0 0 0;
  }
  .gsretail-mypage-head {
    border-bottom: 1px solid var(--Grey-EEEEEE, #eee);
  }
  .gsretail-mypage-head h1 {
    margin: 0;
    padding: 40px 16px 24px;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
  .gsretail-mypage-menu {
    display: flex;
    gap: 32px;
    padding: 0 24px;
    overflow: auto;
  }
  .gsretail-mypage-menu a {
    border-bottom: 2px solid #fff;
    display: block;
    padding: 12px 0;
    color: var(--Grey-999999, #999);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    white-space: noWrap;
  }
  .gsretail-mypage-menu a.active {
    border-bottom: 2px solid var(--primary-3385-ffci-color, #3385ff);
    color: var(--primary-3385-ffci-color, #3385ff);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
  }
  .gsretail-mypage-contents {
    padding: 16px 16px 40px 16px;
  }
  .gsretail-mypage-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px 0;
  }
  .gsretail-mypage-tab a {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
    background: var(--Grey-FFFFFF, #fff);
    color: var(--Grey-111111, #111);
    text-align: justify;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .gsretail-mypage-tab a:hover {
    opacity: 0.8;
  }
  .gsretail-mypage-tab a.active {
    background: var(--Grey-111111, #111);
    color: var(--Grey-FFFFFF, #fff);
  }
  .gsretail-mypage-tab a.active:hover {
    opacity: 1;
  }
  .gsretail-mypage-point-head {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
  }
  .gsretail-mypage-point-head dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 80px;
    margin: 0;
    padding: 16px 0;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .gsretail-mypage-point-head dl:last-child {
    border-bottom: none;
  }
  .gsretail-mypage-point-head dl dt {
    margin: 0;
    padding: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-mypage-point-head dl dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .gsretail-mypage-point-head dl dd p {
    margin: 0;
    color: var(--Grey-111111, #111);
    text-align: right;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }

  .gsretail-mypage-point-head dl dd span {
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-head dl dd span strong {
    font-weight: 600;
  }
  .gsretail-mypage-point-list {
    position: relative;
    padding: 28px 0 0 0;
  }
  .gsretail-mypage-point-list::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    right: -16px;
    height: 12px;
    background: #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  .gsretail-mypage-point-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 16px;
  }
  .gsretail-mypage-point-list-head h5 {
    margin: 0;
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-mypage-point-list-head select {
    height: 100%;
  }
  .gsretail-mypage-point-list-body {
  }
  .gsretail-mypage-point-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 0;
    border-top: 1px solid #eee;
  }
  .gsretail-mypage-point-list-item-date {
    padding: 0;
    text-align: left;
  }
  .gsretail-mypage-point-list-item-date strong {
    color: var(--primary-3385-ffci-color, #3385ff);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-list-item-date p {
    margin: 4px 0 0 0;
    color: var(--Grey-AAAAAA, #aaa);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-mypage-point-list-item-text strong {
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
  }
  .gsretail-mypage-point-list-item-text p {
    margin: 4px 0 0 0;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .gsretail-mypage-point-list-item-price {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    padding: 34px 0;
    color: var(--Grey-111111, #111);
    text-align: right;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .gsretail-mypage-point-caution {
    position: relative;
    margin: 16px 0 0 0;
    padding: 36px 0 0 0;
  }
  .gsretail-mypage-point-caution::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    right: -16px;
    height: 12px;
    background: #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  .gsretail-mypage-point-caution-head {
    margin-bottom: 24px;
  }
  .gsretail-mypage-point-caution-head h5 {
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }
  .gsretail-mypage-point-caution dl {
    margin: 0;
    padding: 16px;
    border-radius: 4px;
    background: var(--Grey-F8F8F8, #f8f8f8);
  }
  .gsretail-mypage-point-caution dl dt {
    margin: 20px 0 0 0;
    padding: 0;
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -1px;
  }
  .gsretail-mypage-point-caution dl dt:first-child {
    margin: 0;
  }
  .gsretail-mypage-point-caution dl dd {
    margin: 0;
    padding: 0;
  }
  .gsretail-mypage-point-caution dl dd ul {
    margin: 0 0 0 4px;
  }
  .gsretail-mypage-point-caution dl dd ul li {
    position: relative;
    padding: 0 0 0 10px;
    color: var(--Grey-666666, #666);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .gsretail-mypage-point-caution dl dd ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 3px;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 3px;
  }
}

/* modal */
.gsretail-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.gsretail-modal.active {
  opacity: 1;
  visibility: visible;
}
.gsretail-modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
.gsretail-modal-contents {
  position: relative;
  z-index: 20;
  display: flex;
  width: 640px;
  padding: 50px 40px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: var(--Grey-FFFFFF, #fff);
}
.gsretail-modal-contents h3 {
  width: 100%;
  margin-bottom: 20px;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
}
.gsretail-modal-level {
  width: 100%;
}
.gsretail-modal-level-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f4f8fc;
  text-align: center;
}
.gsretail-modal-level-head p {
  margin: 0;
  color: var(--Primary-6B7280, #6b7280);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.gsretail-modal-level-head strong {
  color: var(--primary-007-cff-gs-blue, #007cff);
}
.gsretail-modal-level-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.gsretail-modal-level-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--EFEFEF, #efefef);
}
.gsretail-modal-level-list-item i {
  min-width: 52px;
  width: 52px;
  height: 52px;
}
.gsretail-modal-level-list-item p {
  margin: 0;
  color: var(--787878, #787878);

  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gsretail-modal-level-list-item p strong {
  display: block;
  margin-bottom: 4px;
  color: var(--000000, #000);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gsretail-modal-level-text {
  margin-top: 28px;
  color: var(--Grey-84888B, #84888b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.gsretail-modal-button {
  width: 100%;
  margin-top: 20px;
}
.gsretail-modal-button button {
  display: flex;
  width: 100%;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Grey-EEEEEE, #eee);
  background: var(--Grey-FFFFFF, #fff);
  color: var(--Grey-111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 1099px) {
  .gsretail-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
  }
  .gsretail-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
  }
  .gsretail-modal-contents {
    position: relative;
    z-index: 20;
    display: flex;
    width: 560px;
    padding: 40px 32px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: var(--Grey-FFFFFF, #fff);
  }
  .gsretail-modal-contents h3 {
    margin-bottom: 20px;
    text-align: left;
    color: var(--Grey-000000, #000);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
  }
  .gsretail-modal-level {
    width: 100%;
  }
  .gsretail-modal-level-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    padding: 0 15px;
    border-radius: 8px;
    background: #f4f8fc;
    text-align: left;
  }
  .gsretail-modal-level-head p {
    margin: 0;
    color: var(--Primary-6B7280, #6b7280);
    text-align: left;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
  .gsretail-modal-level-head strong {
    color: var(--primary-007-cff-gs-blue, #007cff);
  }
  .gsretail-modal-level-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
  .gsretail-modal-level-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-modal-level-list-item i {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .gsretail-modal-level-list-item p {
    margin: 0;
    color: var(--787878, #787878);

    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .gsretail-modal-level-list-item p strong {
    display: block;
    margin-bottom: 4px;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-modal-level-text {
    margin-top: 20px;
    color: var(--Grey-84888B, #84888b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-modal-button {
    width: 100%;
    margin-top: 20px;
  }
  .gsretail-modal-button button {
    display: flex;
    width: 100%;
    padding: 14px 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Grey-EEEEEE, #eee);
    background: var(--Grey-FFFFFF, #fff);
    color: var(--Grey-111111, #111);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }
}
@media screen and (max-width: 767px) {
  .gsretail-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    height: 100vh;
  }
  .gsretail-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
  }
  .gsretail-modal-contents {
    position: relative;
    z-index: 20;
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 0;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    background: var(--Grey-FFFFFF, #fff);
    overflow: auto;
  }
  .gsretail-modal-contents h3 {
    display: flex;
    align-items: center;
    height: 65px;
    margin-bottom: 0;
    padding: 0 16px;
    border-bottom: 1px solid #efefef;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-modal-level {
    width: 100%;
    height: calc(100vh - 65px);
    overflow: auto;
    padding: 22px 16px;
  }
  .gsretail-modal-level-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    padding: 0 15px;
    border-radius: 8px;
    background: #f4f8fc;
    text-align: left;
  }
  .gsretail-modal-level-head p {
    margin: 0;
    color: var(--Primary-6B7280, #6b7280);
    text-align: left;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
  .gsretail-modal-level-head strong {
    color: var(--primary-007-cff-gs-blue, #007cff);
  }
  .gsretail-modal-level-list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .gsretail-modal-level-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-modal-level-list-item:first-child {
    border-top: 1px solid var(--EFEFEF, #efefef);
  }
  .gsretail-modal-level-list-item i {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .gsretail-modal-level-list-item p {
    color: var(--787878, #787878);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .gsretail-modal-level-list-item p strong {
    display: block;
    margin-bottom: 4px;
    color: var(--000000, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gsretail-modal-level-text {
    margin-top: 20px;
    color: var(--Grey-84888B, #84888b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .gsretail-modal-button {
    width: 100%;
    margin-top: 20px;
  }
  .gsretail-modal-button button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 65px;
    height: 65px;
    padding: 14px 0;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 0;
    font-size: 0;
    background: url('/assets/img/gsretail/modal-close.svg') no-repeat 50% 50%;
  }
}
.ico-menu-home {
  display: block;
  width: 32px;
  height: 32px;
  background: url('/assets/img/gsretail/menu-home.svg') no-repeat 50% 50%;
}
.ico-menu-board {
  display: block;
  width: 32px;
  height: 32px;
  background: url('/assets/img/gsretail/menu-board.svg') no-repeat 50% 50%;
}
.ico-menu-ranking {
  display: block;
  width: 32px;
  height: 32px;
  background: url('/assets/img/gsretail/menu-ranking.svg') no-repeat 50% 50%;
}
.ico-menu-user {
  display: block;
  width: 32px;
  height: 32px;
  background: url('/assets/img/gsretail/menu-user.svg') no-repeat 50% 50%;
}
.gsretail-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  padding: 16px;
  background: #fff;
  border-top: 1px solid var(--Grey-EEEEEE, #eee);
  z-index: 98;
  display: none;
}
@media screen and (max-width: 1099px) {
  .gsretail-menu {
    display: flex;
  }
  .wrap {
    padding-bottom: 81px;
  }
}

.gsretail-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.gsretail-menu a strong {
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}

.gsretail-alert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.gsretail-alert-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
}
.gsretail-alert.active {
  opacity: 1;
  visibility: visible;
}
.gsretail-alert-inner {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 355px;
  padding: 40px 20px 20px 20px;
  border-radius: 4px;
  background: var(--Grey-FFFFFF, #fff);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.gsretail-alert-body {
  margin-bottom: 40px;
  color: var(--Grey-111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.gsretail-alert-button {
  display: flex;
}
.gsretail-alert-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 16px;
  border-radius: 8px;
}
.gsretail-alert-button button.btn-primary {
  width: 100%;
  background: var(--primary-007-cff-gs-blue, #007cff);
  color: var(--Grey-FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
}
.gsretail-alert-button button.btn-close {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
.gsretail-alert-button button.btn-close:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/assets/img/gsretail/btn-close.svg') no-repeat 50% 50%;
}
