h1 {
  color: var(--white-color);
  text-align: center;
  font-weight: bold;
  font-size: 64px;
  line-height: 47px;
}

h2 {
  font-size: 28px;
  font-weight: var(--font-medium);
  color: #333;
  margin-bottom: 20px;
  line-height: 32px;
}

h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

img {
  width: 100%;
}

.stickynav-box {
  padding-top: 100px;
}

.text-del {
  text-decoration: line-through;
}

.banner {
  display: flex;
  justify-content: center;
  position: relative;
}

.banner-inner {
  position: absolute;
  max-width: var(--screen-width);
  width: 100%;
  height: 100%;
  max-height: 336px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.25);
}
.banner-inner2 {
  position: absolute;
  max-width: var(--screen-width);
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;

  flex-direction: column;
  padding-left: 150px;
}

.banner-inner3 {
  position: absolute;
  max-width: var(--screen-width);
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;

  flex-direction: column;
  padding-left: 20px;
}

.mm {
  display: none;
}
.mm2 {
  display: none;
}
.banner-img {
  width: 100%;
  max-height: 336px;
  height: 100%;
}

.section {
  max-width: var(--screen-width);
  padding: 0 20px;
  margin: 10px auto 45px auto;
}

.line {
  border: solid 1px #6d6d6d;
  opacity: 0.5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  margin-bottom: 10px;
}

.bannerpm {
  padding: 0;
  margin-top: 0;
}

.white {
  color: #fff;
}

.banner-text {
  color: #fff;
  font-weight: 500;
  font-size: var(--font-size-5xl);
  margin-top: 24px;
}

.text-size-medium {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #333333;
}

.text-size-large {
  font-size: 25px;
  font-weight: 500;

  color: #333333;
}
.contents-color {
  color: #333333;
}
.w500 {
  font-weight: 500 !important;
}
.margin-bottom-p60m48 {
  margin-bottom: 60px !important;
}

.margin-bottom-p50m20 {
  margin-bottom: 50px !important;
}

.margin-bottom-p50m16 {
  margin-bottom: 50px !important;
}

.margin-bottom-p100m48 {
  margin-bottom: 100px !important;
}

.margin-bottom-p10m4 {
  margin-bottom: 10px !important;
}

.wrap {
  padding-left: 0px;
  padding-right: 0px;
}

.center {
  text-align: center;
}

.pc70 {
  padding-bottom: 70px;
}

.flex {
  display: flex;
}
.contents-text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.banner-title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 16px;
}

.sub-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
/*h2 옆 라인*/
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #dddddd;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.cd {
  color: #222;
}
/*테이블*/

.tableboxdiv3::-webkit-scrollbar {
  height: 5px;
  border-radius: 4px;
}

.tableboxdiv3::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 4px;
}

.tableboxdiv3::-webkit-scrollbar-track {
  border-radius: 4px;
}

.benefit-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  table-layout: fixed;
}

.benefit-table th,
td {
  border: 1px solid var(--deep-black-color);
  padding: 18px 0;
  border: solid 1px #e8e8e8;
}

.benefit-table td {
  text-align: center;
}

.benefit-table thead tr:first-child {
  background-color: var(--table-color);
}

.benefit-table thead tr:not(:first-child) th,
.benefit-table tbody tr td {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  padding: 18px;
}

.benefit-table thead tr:first-child th {
  font-weight: 500;
  font-size: 13px;
  color: var(--mine--shaft);
}

.tdtext {
  border-left: none;
  background-color: var(--wild--sand);
  border: 0 !important;
}

.white {
  background-color: #fff !important;
}

/*카드*/
.card-align {
  display: flex;
  gap: 18px;
  width: 100%;
}

.card-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
}

.price-sales {
  font-weight: 400;
  font-size: 14px;
  color: #b5b5b5;
  text-decoration: line-through;
}

.price-percent {
  font-weight: 700;
  font-size: 16px;
  color: #fa622f;
  line-height: 24px;
  margin-bottom: 8px;
  padding-right: 8px;
}

.price {
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.comment {
  width: 15px;
  padding-right: 2px;
}

.shipping {
  font-weight: 400;
  font-size: 13px;
  color: rgb(153, 153, 153);
  padding-bottom: 2px;
}

.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 6px 0px 0px;
  cursor: default;
}

.tag-default {
  padding: 4px 8px;
  font-weight: 500;
  font-size: 12px;
  color: rgb(102, 102, 102);
  background-color: rgb(244, 244, 244);
}

.tag-kurly {
  padding: 4px 8px;
  font-weight: 500;
  font-size: 12px;
  color: rgb(95, 0, 128);
  background-color: rgb(244, 244, 244);
}

.count {
  font-weight: 400;
  font-size: 13px;
  color: #a7b2bc;
}

.no-deco {
  text-decoration: none !important;
}

.mobile-card-align {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 18px;
  min-width: calc(50% - 9px);
}

.card {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* height: 100%; */
  gap: 12px;
  min-width: calc(50% - 9px);
}

.badge {
  position: absolute;
  width: 125px;
  bottom: 5px;
  left: 0;
  z-index: 2;
}
/*버튼*/
.btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  text-align: center;
  padding: 3px 0px;
  margin: 8px 0px;
  height: 29px;
  color: #333;
  font-size: 16px;
}
.btn-all {
  border: solid 1px #ddd;
  text-align: center;
  max-width: 516px;
  width: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 18px 0px;
}

.btn-all-mobile {
  color: #672091;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; /* 100% */
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
.banner-arrow {
  width: 12px;
}

.arrow {
  width: 20px;
}

.arrow-m {
  width: 18px;
  color: #672091;
}

/*border radius*/

.br4 {
  border-radius: 4px;
}

.top-left-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.line-height-p19m16 {
  line-height: 19px;
}

/* faq 박스 */
.faq-box {
  border-top: solid 1px #dddddd;
  padding: 40px 30px;
}
.faq-question {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
  min-width: 280px;
  max-width: 280px;
}
.faq-answer {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
.faq-align {
  display: flex;
  gap: 20px;
}
.review-box {
  display: flex;
  vertical-align: bottom;
  flex-direction: column;
  border-top: 1px solid #eceff3;
  padding: 12px 0px;
  margin-top: auto;
  min-height: 183px;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tag-best,
.tag-members {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.tag-best {
  background-color: #a864d8;
  color: #ffffff;
}
.tag-members {
  background-color: #4dbed7;
  color: #ffffff;
}
.review-user {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.review-text,
.more-link {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #333;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 8px;
}
.more-link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: 0px;
  text-decoration-skip-ink: auto;
}
@media screen and (max-width: 1082px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .faq-question {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
    width: 100%;
    max-width: none;
  }

  .faq-align {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  h1 {
    font-size: var(--font-size-4xl);
  }

  h2 {
    font-size: 26px;
  }

  .banner-text {
    color: #fff;
    font-weight: 500;
    font-size: var(--font-size-2xl);
    margin-top: 16px;
  }

  .pc70 {
    padding-bottom: 0px;
  }

  .tableboxdiv {
    width: 100%;
  }

  .tablebox {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .benefit-table thead tr:not(:first-child) th,
  .benefit-table tbody tr td {
    font-size: var(--font-size-xs);
    color: var(--dove--gray);
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }

  .mobile-card-align {
    gap: 18px;
    /* justify-content: center; */
  }

  .card-align {
    display: flex;
    gap: 18px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .banner-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  .banner-title2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .sub-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .sub-text2 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }
}

@media screen and (max-width: 460px) {
  .faq-box {
    padding-top: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 24px !important;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    padding-left: 15px;
    font-size: 14px;

    line-height: 22px; /* 157.143% */
  }
  .faq-box {
    border-top: solid 1px #dddddd;
    padding: 40px 30px;
  }

  .text-size-large {
    font-size: 16px;
    font-weight: 500;

    color: #373737;
  }

  .contents-text {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
  }

  .badge {
    position: absolute;
    width: 75px;
    bottom: 5px;
    left: 0;
    z-index: 2;
  }

  .margin-bottom-p50m20 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-p50m16 {
    margin-bottom: 16px !important;
  }

  .margin-bottom-p100m48 {
    margin-bottom: 48px !important;
  }
  .margin-bottom-p10m4 {
    margin-bottom: 4px !important;
  }

  .mobile-card-align {
    gap: 16px;
    min-width: 0;
  }

  .card {
    flex: 1;
    height: auto;
    min-width: calc(50% - 8px);
  }

  .card-align {
    gap: 24px;
  }

  .padding-m16 {
    padding: 0 16px;
  }

  .h2moblile {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }

  .fontweight300 {
    font-weight: 300 !important;
  }

  .benefit-table {
    margin-bottom: 4px;
  }

  .benefit-table th,
  td {
    padding: 16px;
  }

  .benefit-table thead tr:not(:first-child) th,
  .benefit-table tbody tr td {
    font-size: var(--font-size-xs);
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    padding: 16px;
    color: var(--mine--shaft);
    font-weight: 500;
  }

  .benefit-table thead tr:first-child th {
    font-size: var(--font-size-xs);
  }

  .text-size-medium {
    font-size: 14px;
  }

  .margin-bottom-p60m48 {
    margin-bottom: 48px !important;
  }

  .pc {
    display: none;
  }

  .mm {
    display: table;
  }
  .mm2 {
    display: flex;
  }
  h1 {
    font-size: 26px !important;
    line-height: 31px;
  }

  h2 {
    font-size: 24px;
    line-height: 140%;
  }

  h3 {
    font-size: 14px;
  }

  .banner-img {
    border-radius: 12px;
  }

  .section {
    margin-bottom: 35px;
  }

  .banner-text {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-top: 8px;
  }
  .no-padding {
    padding: 0;
  }
  .arrowalign {
    display: flex;
    align-items: center;
  }
  .btn-detail {
    height: 26px;
    margin: 6px 0px 8px 0px;
    font-size: 13px;
  }

  .price-sales {
    font-size: 12px;
  }
  .price {
    font-size: 14px;
  }
  .price-percent {
    font-size: 14px;
    padding-right: 4px;
  }
  .count {
    font-size: 12px;
  }
  .shipping {
    font-size: 12px;
  }
  .top-left-badge {
    font-size: 12px;
  }
  .tag-default {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 14px;
  }
  .tag-kurly {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 14px;
  }
  .padding-m16 {
    padding: 0 16px;
  }
  .line-height-p19m16 {
    line-height: 16px;
  }
  .review-box {
    padding: 12px 0px;
  }
  .review-text,
  .more-link {
    font-size: 11px;
    line-height: 17px;
  }
}
