@charset "UTF-8";
/*  마이페이지 스타일 파일입니다. */
.my-info__member {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 30px 30px;
  background-color: var(--gray100);
  color: var(--color-base-black);
}
.my-info__member-container {
  flex: 1;
}
.my-info__member-summary {
  position: relative;
}
.my-info__member-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.my-info__member-greeting {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 2.2857142857rem;
}
.my-info__member-type-container {
  font-size: 12px;
  color: var(--gray500);
  width: max-content;
}
.my-info__member-type-container span + span::before {
  display: inline;
  content: "|";
  padding: 10px;
}
.my-info__benefit-btn {
  height: 32px;
  padding: 10px 14px 10px 14px;
  font-size: 12px;
}

.my-benefits-status {
  flex: 1;
  color: var(--gray600);
  text-align: center;
  width: max-content;
}
.my-benefits-status a {
  display: inline-block;
  text-decoration: none;
  color: var(--gray600);
  padding: 15px 30px;
}
.my-benefits-status a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 64px;
  background-color: var(--gray300);
}
.my-benefits-status em {
  font-style: normal;
}
.my-benefits-status__link {
  position: relative;
}
.my-benefits-status__item {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 14px;
  color: var(--gray600);
  margin-bottom: 8px;
}
.my-benefits-status__count {
  display: block;
  line-height: 30px;
}
.my-benefits-status__count em {
  margin-top: 5px;
  color: var(--color-base-black);
  font-size: 24px;
  font-weight: bold;
}

.my-orders {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  background-color: var(--gray300);
}
.my-orders__link {
  position: relative;
  text-decoration: none;
  color: black;
  flex: 1;
  padding: 1.0714285714rem 1.4285714286rem;
  background-color: var(--color-base-white);
  text-align: center;
}
.my-orders__link + .my-orders__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
  background-color: #ddd;
}

.my-link {
  position: relative;
  display: block;
  padding: 18px 20px;
  color: var(--color-base-black);
  text-decoration: none;
}
.my-link__list {
  margin: 40px 0;
  border-bottom: 1px solid var(--gray200);
}
.my-link + .my-link {
  border-top: 1px solid #ececec;
}
.my-link__ico {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
}
.my-link button {
  border: none;
  background-color: transparent;
}

.my-membership {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  gap: 12px;
}
.my-membership__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 40px;
}

.my-grade {
  padding: 0 30px 20px;
  line-height: 28px;
  overflow-y: auto;
  min-width: 800px;
  max-height: calc(100dvh - 60px);
}
.my-grade section + section {
  margin-top: 20px;
}
.my-grade__top {
  position: relative;
}
.my-grade__top .ico {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.my-grade__top .ico--chevron-down-24.open {
  transform: rotate(180deg);
}
.my-grade__title {
  margin: 20px 0 12px 0;
  font-size: 16px;
}
.my-grade__content {
  max-height: 320px;
  overflow: auto;
}
.my-grade dl:first-of-type {
  border-top: 2px solid var(--color-base-black);
}
.my-grade dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  border-top: 1px solid #ececec;
  color: #828282;
}
.my-grade dl dt {
  width: 120px;
  padding: 8px 0;
}
.my-grade dl dd {
  border-left: 1px solid #ececec;
  padding-left: 6px;
  overflow-x: auto;
  padding: 8px 0 8px 8px;
  flex: 1;
}

.my-order-status {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 10px 10px 0;
  margin-top: 40px;
}
.my-order-status__summary {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.my-order-status__title {
  font-size: 20px;
}
.my-order-status__description {
  font-size: 16px;
  color: var(--gray500);
}
.my-order-status__link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-base-black);
}

.order-state {
  background-color: var(--gray100);
}
.order-state__list {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  height: 124px;
  padding: 30px 40px 30px 60px;
  border-radius: 100px;
}
.order-state__item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.order-state__item-complete a {
  position: relative;
  display: inline-block;
  padding: 30px 30px 30px 45px;
}
.order-state__item-complete a:first-child {
  padding-left: 10px;
  padding-right: 60px;
}
.order-state__item-complete a:not(:last-child) ::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 22px;
  width: 1px;
  height: 64px;
  background-color: var(--gray300);
}
.order-state__item-link {
  text-decoration: none;
  color: black;
}
.order-state__item-link-icon {
  border: none;
  background-color: transparent;
  transform: rotate(-90deg);
}
.order-state__item-title {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 14px;
  color: var(--gray600);
  margin-bottom: 8px;
}
.order-state__item-price {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 20px;
}
.order-state__item-unit {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--gray500);
}

.my-board-status {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.my-board-status__box {
  width: 282px;
  height: 154px;
  border-bottom: 1px solid var(--gray200);
}
.my-board-status__box .box__header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid var(--gray200);
}
.my-board-status__box .box__header .box__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.my-board-status__box .box__header .box__link {
  cursor: pointer;
  background-color: unset;
  border: unset;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.my-board-status__box .box__content {
  height: 94px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.my-board-status__box .box__content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-board-status__box .box__content .content__name {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray600);
}
.my-board-status__box .box__content-count {
  color: var(--gray600);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.my-board-status__box .box__content-link {
  text-decoration: none;
  color: unset;
  color: var(--gray600);
}
.my-board-status__box .box__content-unit {
  line-height: 16px;
}

.my-recent-product {
  width: 894px;
  margin: 60px 0 120px;
}
.my-recent-product__title {
  font-size: 20px;
}
.my-recent-product .empty-list {
  margin: 60px 0 120px;
}
.my-recent-product .thumb-box-wrap {
  margin: 0 0 120px;
}
.my-recent-product .thumb-box-wrap {
  margin: 0;
}
.my-recent-product em {
  font-style: unset;
}
.my-recent-product .product-thumb__sticker {
  display: inline-block;
  margin-block-start: 5px;
  width: max-content;
}
.my-recent-product .product-thumb__sticker-img {
  height: 20px;
  width: auto;
}

.my-recent-product-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
}
.my-recent-product-slider .thumb-item__img {
  width: 205px;
  height: auto;
  border: none;
}
.my-recent-product-slider .thumb-item-wrap {
  margin-right: 5px;
}
.my-recent-product-slider .thumb-item__info-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}

/*커스텀 css*/
.l-my-page{width:1200x; margin-top:20px;}
.my-page-menu__title{padding:63px 0 0; line-height: 1;}
.my-page-menu{gap:22px;}
.my-page-box .right-box{margin-top:60px;}

.font-montserrat, .my-benefits-status__item{font-family: 'Pretendard Variable';}
.thumb-item{padding:0;}
.thumb-item__info .brand{height:15px; font-size:15px;}
.thumb-item__img img{max-height:auto; height:auto; max-height: 237px;}

.my-recent-product-slider .thumb-item__info-name{position: relative;font-family: 'Pretendard Variable';display: block;line-height: 1.333;font-size: 16px; width: 400px;color: #000;overflow: hidden;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; max-width: 100%; height: 45px; word-break: keep-all;}

.my-recent-product{margin:60px 0 0 }
.thumb-box .thumb-item__info-price .current-price {gap:5px;}
.thumb-box .thumb-item__info-price .current-price span { font-style: normal;font-size: 16px;font-weight: 700;color: #000; font-family: "Lato", sans-serif; line-height: 1;}
.thumb-box .thumb-item__info-price .current-price .fixed_won {font-size: 16px;font-weight: 700;color: #000; line-height: 1; position: relative; font-family: 'Pretendard Variable';margin-left:-3px;}
.thumb-box .thumb-item__info-price .origin-price s {position: relative; font-size: 16px; font-weight: 500;color: #bbb;line-height: 1; font-family: "Lato", sans-serif; text-decoration: none; margin-left: -1px;}
.thumb-box .thumb-item__info-price .origin-price{position: relative;}
.thumb-box .thumb-item__info-price .origin-price:after {content: "";position: absolute;left: 0;top: 10px;display: block;width: 100%;height: 1px;background: #bbb;}

.thumb-box .thumb-item__info-price .origin-price s.fixed_won {position: relative; font-size: 18px;font-weight: 500;color: #bbb;line-height: 1; font-family: 'Pretendard Variable'; text-decoration: none; margin-left: -3px;}
.product-thumb__immediately-percent {display: block; line-height: 1; width: fit-content;font-size: 18px; font-weight: 700;color: #f8081e; font-family: "Lato", sans-serif;  margin-left: 13px;}

.thumb-box .thumb-item__info-price{margin-top:20px; line-height:1;}

.order-state__item-price{font-family: 'Pretendard Variable';}
.order-state__item-title{font-family: 'Pretendard Variable';}
.thumb-box .thumb-item__info-price .current-price em{ font-size:18px;}
.thumb-item .rate em, .thumb-item .current-price em, .thumb-item .origin-price em{ font-family: 'Pretendard Variable'; }
.thumb-box .thumb-item__info-price .origin-price s{font-size:18px;}
.product-thumb__immediately-percent{font-size:18px;}
.btn_navigation{position: absolute; right:0; width:62px; height:32px; top:-62px;}
.thumb-box .thumb-item .pagination__btn{zoom:0; background:none;}
.thumb-box .thumb-item .thumb-pagination-btn-prev{left:0;}
.thumb-box .thumb-item .thumb-pagination-btn-next{right:0; transform: none;}


.highlight{color:#3e712d !important; font-family: 'Pretendard Variable';}
.btn--fill-point{background-color: #3e712d; border:1px solid #3e712d}
.character-counter__count{color:#3e712d}
.form-check--md input:checked{background-color: #3e712d;}
.star .crema_product_reviews_score_star_wrapper__star {fill: #3e712d;}
.date-selector__date-picker input{font-family: 'Pretendard Variable';}

.select-product__table.text-cell .pro_img{border:none; position:relative;}
.select-product__table.text-cell .pro_img img{border:none;}
.select-product__table.text-cell .pro_img::after {content: ""; display: block; position: absolute; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0, 0, 0, 0.028);} 
.select-product-list__item .product-option-info__detail .thumb-item__media{height:auto;}
.thumb-item{padding:0;}
.product-item__image{position: relative;}
.board-form__product-item .product-item__image img{width:auto; height:auto;}
.product-item__image::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.028);
}

/*페이지네이션*/
.pagination{margin:100px 0;}
.pagination__link{font-family: 'Lato'; color:#bbb;}
.pagination__link.is-current{background-color: transparent; color:#000;  font-weight: bold; }
.pagination a{display: flex; align-items: center; height:32px;}
.pagination__btn--double-lt{width:16px; height:16px; background: url('../../../images/icons/ico_paging.png')no-repeat 0 2px;}
.pagination__btn--double-rt{width:16px; height:16px; background: url('../../../images/icons/ico_paging.png')no-repeat 0 0; margin-inline-start: 30px;}
.pagination__btn--lt{width:16px; height:16px; background: url('../../../images/icons/ico_paging.png')no-repeat -43px 2px;   margin-inline-start: 30px;}
.pagination__btn--rt{width:16px; height:16px; background: url('../../../images/icons/ico_paging.png')no-repeat -43px 0px;}