@charset "UTF-8";
/* common */
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.07em;
  font-weight: 400;
}

button span,
a {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  background-color: #ece8e8;
  color: #231a1c;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

div,
ul,
p {
  display: block;
  position: relative;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
button span {
  /* z-index: 10; */
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}

/* typography */
.h1 {
  font-size: 21px;
  line-height: 115%;
}

.h2 {
  font-size: 20px;
  line-height: 28px;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.caption1 {
  font-size: 17px;
  line-height: 22px;
}

.caption2 {
  font-size: 15px;
  line-height: 22px;
}
.caption2.mid {
  font-size: 15px;
  line-height: 18px;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_55 {
  opacity: 0.55;
}

.opacity_60 {
  opacity: 0.6;
}

.opacity_80 {
  opacity: 0.8;
}

.opacity_88 {
  opacity: 0.88;
}

.opacity_90 {
  opacity: 0.9;
}

.mid {
  font-weight: 500;
}

.semi_bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color */
.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.black2 {
  color: #464646;
}

.black3 {
  color: #232323;
}

.orange {
  color: #ec6634;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: flex;
  flex-direction: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  /* align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grow {
  flex-grow: 1;
}

.only_pc {
  display: block;
}

.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}

.align_start {
  align-items: start !important;
}

.align_center {
  align-items: center !important;
}

/* fixed_top_button */
.fixed_button {
  position: fixed;
  z-index: 99;
  width: 504px;
  height: 166px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  align-items: end;
  justify-content: center;
}
.fixed_button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* footer */
.footer {
  background: #fcfcfc;
  width: 100%;
}
.footer .footer_content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  gap: 14px;
  align-items: start;
  padding: 44.8px 16.8px 89.6px;
}
.footer .footer_content .title_wrap {
  justify-content: start;
  align-items: center;
  gap: 8.4px;
}
.footer .footer_content .title_wrap .icon_alert {
  width: 30.8px;
}
.footer .footer_content .title_wrap p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul {
  list-style: none;
}
.footer .footer_content ul li {
  position: relative;
  padding-left: 24px;
  font-size: 18.2px;
  line-height: 25.2px;
  letter-spacing: -5%;
}
.footer .footer_content ul li.sm {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: 9px;
  left: 8px;
  background-color: #231a1c;
}
.footer .footer_content ul li span {
  display: flex;
  gap: 8.4px;
  font-weight: 700;
}
.footer .footer_content ul li span::before {
  content: "-";
}
.footer .footer_content .text-white {
  color: #111;
}
.footer .footer_content .sub_title {
  font-weight: 700;
  font-size: 18.2px;
  line-height: 25.2px;
  letter-spacing: -0.7px;
}
.footer .footer_content .sub_title_sm {
  font-weight: 700;
  font-size: 16.8px;
  line-height: 22.4px;
}
.footer .footer_content .btm p {
  display: flex;
  gap: 5.6px;
  padding: 0 5.6px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -5%;
}
.footer .footer_content .btm p::before {
  content: "※";
}

.main {
  background: url("../../static/images/members_56benefit_2604/kv-pattern.png");
  height: 818px;
  padding-top: 148px;
}
.main .main-content-wrap {
  margin: auto;
  width: 504px;
  position: relative;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.main .main-content-wrap .kv-deco {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .main-content-wrap .kv-deco.kv-img-1 {
  width: 116.2px;
  height: 124.6px;
  left: -5.6px;
  top: 130px;
}
.main .main-content-wrap .kv-deco.kv-img-2 {
  width: 94.8px;
  height: 79.8px;
  left: 182px;
  top: 323px;
}
.main .main-content-wrap .kv-deco.kv-img-3 {
  width: 86.8px;
  height: 75.6px;
  left: 240px;
  top: 194.6px;
}
.main .main-content-wrap .kv-deco.kv-img-4 {
  width: 91px;
  height: 79.8px;
  left: 439.6px;
  top: 266px;
}
.main .main-content-wrap .kv-deco.kv-deco-1 {
  width: 32.2px;
  height: 44.8px;
  left: 215.6px;
  top: 149.8px;
}
.main .main-content-wrap .kv-deco.kv-deco-2 {
  width: 26.6px;
  height: 26.6px;
  left: 450px;
  top: 189px;
}
.main .main-content-wrap .kv-deco.kv-img-load {
  width: 561.4px;
  height: 159.6px;
  left: -23.8px;
  top: 217px;
}
.main .main-content-wrap .kv-main-title {
  width: 504px;
  height: 117px;
}
.main .main-content-wrap .card-wrap {
  display: flex;
  gap: 17px;
  justify-content: center;
}
.main .main-content-wrap .card-wrap .card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}
.main .main-content-wrap .card-wrap .card .card-img {
  width: 133px;
  height: 210px;
  box-shadow: -1.6px 1.4px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.main .main-content-wrap .card-wrap .card .card-img.card-members {
  transform: rotate(2deg);
}
.main .main-content-wrap .card-wrap .card .card-img.card-link {
  transform: rotate(-2deg);
}
.main .main-content-wrap .card-wrap .card .card-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
  align-items: center;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .card-name {
  font-weight: 700;
  font-size: 18.2px;
  text-align: center;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .card-name.card-members {
  color: #926100;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .card-name.card-link {
  color: #335f9f;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .botom {
  display: flex;
  flex-direction: column;
  gap: 8.1px;
  align-items: center;
  overflow: hidden;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .botom .kv-btn {
  width: 218.4px;
  height: 67.2px;
  cursor: pointer;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .botom .kv-btn img {
  width: 100%;
  height: 100%;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .botom .kv-desc {
  display: flex;
  gap: 2.66px;
  font-size: 14.61px;
  line-height: 18.59px;
  color: #d85762;
  width: 100%;
  overflow: hidden;
}
.main .main-content-wrap .card-wrap .card .card-info-wrap .botom .kv-desc::before {
  content: "*";
}

.benefit {
  background: url("../../static/images/members_56benefit_2604/mid-pattern.png");
  background-size: 100px;
}
.benefit .benefit-content-wrap {
  width: 504px;
  margin: auto;
  padding: 33.6px 21px;
  display: flex;
  gap: 2.8px;
}
.benefit .benefit-content-wrap .benefit-item {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
  padding: 33.6px 19.6px;
  position: relative;
  border-radius: 22.4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, #f1d1d7, #f1d1d7);
}
.benefit .benefit-content-wrap .benefit-item .sec-tag {
  width: 65.8px;
  height: 32.2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit .benefit-content-wrap .benefit-item .mid-txt {
  width: 109.2px;
  height: 81.2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit .benefit-content-wrap .benefit-item .img-pin {
  width: 25.2px;
  height: 35px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 12.6px;
  right: 15px;
}

.body {
  background: url("../../static/images/members_56benefit_2604/body-pattern.png");
  background-size: 100px;
}
.body .body-wrap {
  width: 504px;
  margin: auto;
  padding: 72.8px 28px;
  display: flex;
  flex-direction: column;
  gap: 72.8px;
}
.body .body-wrap .body-sec-detail {
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4.2px 9.8px 0px rgba(165, 67, 90, 0.4);
  background: white;
  border-radius: 23.8px;
  padding: 14px 0;
}
.body .body-wrap .body-sec-detail.body-target {
  padding: 25.2px;
  gap: 11.2px;
}
.body .body-wrap .body-sec-detail .img-pin {
  width: 25.2px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -19px;
  left: 14px;
}
.body .body-wrap .body-sec-detail .body-tag {
  width: 204px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.body .body-wrap .body-sec-detail h1 {
  font-weight: 700;
  font-size: 19.6px;
  line-height: 26.6px;
  letter-spacing: -5%;
}
.body .body-wrap .body-sec-detail h1 span {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
}
.body .body-wrap .body-sec-detail h1 b {
  color: #eb2d2a;
}
.body .body-wrap .body-sec-detail .body-tag-cont {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body .body-wrap .body-sec-detail .body-notes-cont {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.body .body-wrap .body-sec-detail .body-notes-cont p {
  display: flex;
  gap: 1.4px;
  font-size: 15.4px;
  line-height: 19.6px;
  letter-spacing: -5%;
}
.body .body-wrap .body-sec-detail .body-notes-cont p::before {
  content: "*";
  color: #eb2d2a;
}
.body .body-wrap .body-sec-detail .body-tag-wrap {
  display: flex;
  flex-direction: column;
  gap: 16.8px;
  padding: 12.6px 25.2px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .eve-period-row {
  display: flex;
  align-items: center;
  gap: 8.4px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .eve-period-row .label {
  background: rgba(35, 26, 28, 0.0784313725);
  padding: 1.4px 4.2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -5%;
  color: rgba(35, 26, 28, 0.7803921569);
  border-radius: 2.8px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .eve-period-row .date {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-cond-wrap {
  display: flex;
  flex-direction: column;
  gap: 8.4px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-cond-wrap .body-consent-items .body-consent-item {
  display: flex;
  gap: 1.4px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-cond-wrap .body-consent-items .body-consent-item p {
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -5%;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-ben-hd {
  display: flex;
  align-items: center;
  gap: 5.6px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .cap-txt {
  width: 36.4px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-ben-detail {
  display: flex;
  align-items: center;
  gap: 4.2px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-ben-detail .img-money {
  width: 65.8px;
  height: 53.2px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-revolving-cont {
  background: #fff0f4;
  border-radius: 11.2px;
  padding: 11.2px 16.8px;
  display: flex;
  gap: 2.8px;
  align-items: center;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-revolving-cont .txt-wrap {
  display: flex;
  gap: 2.8px;
  flex-grow: 1;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-revolving-cont .txt-wrap .label {
  font-weight: 700;
  font-size: 15.4px;
  line-height: 100%;
  color: #eb2d2a;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-revolving-cont .txt-wrap .txt p {
  font-size: 15.4px;
  line-height: 19.6px;
  letter-spacing: -5%;
  color: #222;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item .body-revolving-cont .deco-money {
  width: 79.8px;
  height: 53.2px;
  flex-shrink: 0;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item table {
  table-layout: fixed;
  border-collapse: collapse;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item table th {
  border-top: 1.4px solid rgba(85, 58, 46, 0.1803921569);
  border-bottom: 1.4px solid rgba(85, 58, 46, 0.1803921569);
  border-right: 1.4px solid rgba(85, 58, 46, 0.1803921569);
  padding: 8.4px 0;
  background: rgba(85, 58, 46, 0.0588235294);
  font-weight: 700;
  font-size: 19.6px;
  line-height: 25.2px;
  color: #553a2e;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item table th:last-child {
  border-right: 0;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item table td {
  border-bottom: 1.4px solid rgba(85, 58, 46, 0.1803921569);
  border-right: 1.4px solid rgba(85, 58, 46, 0.1803921569);
  padding: 8.4px 0;
  font-size: 18.2px;
  line-height: 25.2px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #553a2e;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-ben-list .body-ben-item table td:last-child {
  border-right: 0;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-date-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-date-list .body-date-item {
  display: flex;
  align-items: center;
  gap: 8.4px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-date-list .body-date-item .cap-txt {
  width: 58.8px;
  height: 14px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .eve-cont-wrap {
  padding: 14px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  -moz-column-gap: 5.6px;
       column-gap: 5.6px;
  row-gap: 8px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .eve-cont-wrap img {
  width: 128px;
  height: 133px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-btn-wrap {
  cursor: pointer;
  width: 408px;
  height: 67px;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-btn-wrap img {
  width: 100%;
  height: 100%;
}
.body .body-wrap .body-sec-detail .body-tag-wrap .body-period-cont {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body .body-wrap .body-sec {
  display: flex;
  flex-direction: column;
  gap: 33.6px;
  align-items: center;
}
.body .body-wrap .body-sec .sec-tag {
  width: 119.6px;
  height: 42.6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.body .body-wrap .body-sec .body-sec-cont {
  display: flex;
  flex-direction: column;
  gap: 25.2px;
  align-items: center;
}
.body .body-wrap .body-sec .body-sec-cont .body-sec-hd {
  display: flex;
  flex-direction: column;
}
.body .body-wrap .body-sec .body-sec-cont .body-title {
  width: 448px;
  -o-object-fit: contain;
     object-fit: contain;
}
.body .body-wrap .body-sec .body-sec-cont .body-title.body-title-1 {
  height: 81.2px;
}
.body .body-wrap .body-sec .body-sec-cont .body-title.body-title-2 {
  height: 142.8px;
}
.body .body-wrap .body-sec .body-sec-cont .body-title.body-title-3 {
  height: 98px;
}
.body .body-wrap .body-sec .body-sec-cont .body-img {
  width: 448px;
  -o-object-fit: contain;
     object-fit: contain;
}
.body .body-wrap .body-sec .body-sec-cont .body-img.body-img-2 {
  height: 130px;
}
.body .body-wrap .body-sec .body-sec-cont .body-img.body-img-3 {
  height: 168px;
}/*# sourceMappingURL=style.css.map */