/* 공통 css */

/* Typography */

/* -Heading */
.heading_1B {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.heading_1Sb {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.heading_2B {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.heading_2Sb {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.heading_3B {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.heading_3Sb {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.heading_4Sb {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.heading_4M {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
/* 상품명에 사용 */
.heading_4R {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}

/* -Body */
.body_1Sb {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.body_1M {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.body_1M_line {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  text-decoration-line: line-through;
}
.body_1R {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.body_2Sb {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.body_2M {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
/* 상품명에 사용 */
.body_2R {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.body_3Sb {
  font-size: 12px;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.body_3M {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.body_4Sb {
  font-size: 10px;
  font-weight: 600;
  line-height: 130%; /* 13px */
  letter-spacing: -0.2px;
}
.body_4M {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%; /* 13px */
  letter-spacing: -0.2px;
}

/* -Label */
.label_1Sb {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.label_2M {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.label_3M {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.22px;
}

/* Color */

/* -text */
.text-neutral-0 {
  color: #fff !important;
}
.text-neutral-50 {
  color: #f9fafb !important;
}
.text-neutral-100 {
  color: #f2f4f7 !important;
}
.text-neutral-200 {
  color: #e7edf2 !important;
}
.text-neutral-300 {
  color: #d7dde7 !important;
}
.text-neutral-400 {
  color: #98a2b3 !important;
}
.text-neutral-500 {
  color: #667085 !important;
}
.text-neutral-600 {
  color: #475467 !important;
}
.text-neutral-700 {
  color: #344054 !important;
}
.text-neutral-800 {
  color: #1d2939 !important;
}
.text-neutral-900 {
  color: #000 !important;
}

.text-primary-pink-100 {
  color: #fff0f5 !important;
}
.text-primary-pink-200 {
  color: #ffd2d2 !important;
}
.text-primary-pink-300 {
  color: #ffb4c3 !important;
}
.text-primary-pink-400 {
  color: #fa5f8c !important;
}
.text-primary-pink-500 {
  color: #ed6387 !important;
}

.text-secondary-purple-100 {
  color: #e6e1ff !important;
}
.text-secondary-purple-200 {
  color: #aa96f5 !important;
}
.text-secondary-purple-300 {
  color: #7855f0 !important;
}
.text-secondary-blue-100 {
  color: #bee1ff !important;
}
.text-secondary-blue-200 {
  color: #509bf5 !important;
}
.text-secondary-blue-300 {
  color: #235aa0 !important;
}
.text-secondary-orange-100 {
  color: #ffe6d2 !important;
}
.text-secondary-orange-200 {
  color: #ffc8af !important;
}
.text-secondary-orange-300 {
  color: #ff7355 !important;
}
.text-status-rating {
  color: #fad778 !important;
}

/* -border */
.border-neutral-0 {
  border: 1px solid #fff !important;
}
.border-neutral-50 {
  border: 1px solid #f9fafb !important;
}
.border-neutral-100 {
  border: 1px solid #f2f4f7 !important;
}
.border-neutral-200 {
  border: 1px solid #e7edf2 !important;
}
.border-neutral-300 {
  border: 1px solid #d7dde7 !important;
}
.border-neutral-400 {
  border: 1px solid #98a2b3 !important;
}
.border-neutral-500 {
  border: 1px solid #667085 !important;
}
.border-neutral-600 {
  border: 1px solid #475467 !important;
}
.border-neutral-700 {
  border: 1px solid #344054 !important;
}
.border-neutral-800 {
  border: 1px solid #1d2939 !important;
}
.border-neutral-900 {
  border: 1px solid #000 !important;
}

.border-primary-pink-100 {
  border: 1px solid #fff0f5 !important;
}
.border-primary-pink-200 {
  border: 1px solid #ffd2d2 !important;
}
.border-primary-pink-300 {
  border: 1px solid #ffb4c3 !important;
}
.border-primary-pink-400 {
  border: 1px solid #fa5f8c !important;
}
.border-primary-pink-500 {
  border: 1px solid #ed6387 !important;
}

.border-secondary-purple-100 {
  border: 1px solid #e6e1ff !important;
}
.border-secondary-purple-200 {
  border: 1px solid #aa96f5 !important;
}
.border-secondary-purple-300 {
  border: 1px solid #7855f0 !important;
}
.border-secondary-blue-100 {
  border: 1px solid #bee1ff !important;
}
.border-secondary-blue-200 {
  border: 1px solid #509bf5 !important;
}
.border-secondary-blue-300 {
  border: 1px solid #235aa0 !important;
}
.border-secondary-orange-100 {
  border: 1px solid #ffe6d2 !important;
}
.border-secondary-orange-200 {
  border: 1px solid #ffc8af !important;
}
.border-secondary-orange-300 {
  border: 1px solid #ff7355 !important;
}
.border-status-rating {
  border: 1px solid #fad778 !important;
}

/* -background */
.background-neutral-0 {
  background-color: #fff !important;
}
.background-neutral-50 {
  background-color: #f9fafb !important;
}
.background-neutral-100 {
  background-color: #f2f4f7 !important;
}
.background-neutral-200 {
  background-color: #e7edf2 !important;
}
.background-neutral-300 {
  background-color: #d7dde7 !important;
}
.background-neutral-400 {
  background-color: #98a2b3 !important;
}
.background-neutral-500 {
  background-color: #667085 !important;
}
.background-neutral-600 {
  background-color: #475467 !important;
}
.background-neutral-700 {
  background-color: #344054 !important;
}
.background-neutral-800 {
  background-color: #1d2939 !important;
}
.background-neutral-900 {
  background-color: #000 !important;
}

.background-primary-pink-100 {
  background-color: #fff0f5 !important;
}
.background-primary-pink-200 {
  background-color: #ffd2d2 !important;
}
.background-primary-pink-300 {
  background-color: #ffb4c3 !important;
}
.background-primary-pink-400 {
  background-color: #fa5f8c !important;
}
.background-primary-pink-500 {
  background-color: #ed6387 !important;
}

.background-secondary-purple-100 {
  background-color: #e6e1ff !important;
}
.background-secondary-purple-200 {
  background-color: #aa96f5 !important;
}
.background-secondary-purple-300 {
  background-color: #7855f0 !important;
}
.background-secondary-blue-100 {
  background-color: #bee1ff !important;
}
.background-secondary-blue-200 {
  background-color: #509bf5 !important;
}
.background-secondary-blue-300 {
  background-color: #235aa0 !important;
}
.background-secondary-orange-100 {
  background-color: #ffe6d2 !important;
}
.background-secondary-orange-200 {
  background-color: #ffc8af !important;
}
.background-secondary-orange-300 {
  background-color: #ff7355 !important;
}
.background-status-rating {
  background-color: #fad778 !important;
}
.background-gradients {
  background: linear-gradient(137deg, #ffd057 0%, rgba(255, 208, 87, 0) 100%),
  linear-gradient(242deg, #bd32ff 0%, rgba(189, 50, 255, 0) 100%), #fa5f8c;
}

/* Shape */
/* -Radius */
.radius-md {
  border-radius: 4px;
}
.radius-lg {
  border-radius: 12px;
}
.radius-xl {
  border-radius: 16px;
}
.radius-full {
  border-radius: 999px;
}
/* -Shadows */
.shadows-sm {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.shadows-md {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}
.shadows-lg {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

/* Layout */
.layout-main {
  padding-top: 105px !important;
}
/* .layout-category {
  padding: 56px 0 70.2px !important;
}
.layout-2depth {
  padding: 56px 0 68px !important;
} */
.layout-3depth {
  padding-top: 56px !important;
}
/* Grid */
.grid-sm {
  padding: 0 16px;
}
/* 예외 : [진입] 콘텐츠 영역 margin */
.grid-md {
  padding: 0 20px;
}
/* col */
.col-6 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.col-6 .card {
  width: 50%;
  margin: 0;
  margin-top: 40px;
}
.main-brand-content .col-6 .card {
  margin-top: 32px;
}
.col-6 .card:first-child,
.col-6 .card:nth-child(2) {
  margin-top: 0px;
}
.col-6 .card:nth-child(odd) {
  padding-right: 4px;
}
.col-6 .card:nth-child(even) {
  padding-left: 4px;
}
.col-6 .card .card-info .card-info_rate {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.col-6 .card .card-info .card-info_price {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.col-6 .card .card-info .card-info_price strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.col-6 .card .card-info .card-info_title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.col-6 .card .card-info .card-info_title span strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.col-6 .card .card-info .card-info_reviewScore {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  margin-top: 8px;
}
.col-6 .card .card-info .card-info_reviewScore::before {
  top: 2px;
}

/*  */
.col-4 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.col-4 .card {
  width: calc(100% / 3);
  margin: 0;
  margin-top: 16px;
}

/* Spacing */
/* margin */
.m--0 {
  margin: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}
.mt--2 {
  margin-top: 2px !important;
}
.mt--4 {
  margin-top: 4px !important;
}
.mt--6 {
  margin-top: 6px !important;
}
.mt--8 {
  margin-top: 8px !important;
}
.mt--10 {
  margin-top: 10px !important;
}
.mt--12 {
  margin-top: 12px !important;
}
.mt--14 {
  margin-top: 14px !important;
}
.mt--16 {
  margin-top: 16px !important;
}
.mt--20 {
  margin-top: 20px !important;
}
.mt--22 {
  margin-top: 22px !important;
}
.mt--24 {
  margin-top: 24px !important;
}
.mt--28 {
  margin-top: 28px !important;
}
.mt--32 {
  margin-top: 32px !important;
}
.mt--36 {
  margin-top: 36px !important;
}
.mt--40 {
  margin-top: 40px !important;
}
.mt--56 {
  margin-top: 56px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}
.mb--2 {
  margin-bottom: 2px !important;
}
.mb--4 {
  margin-bottom: 4px !important;
}
.mb--6 {
  margin-bottom: 6px !important;
}
.mb--8 {
  margin-bottom: 8px !important;
}
.mb--10 {
  margin-bottom: 10px !important;
}
.mb--12 {
  margin-bottom: 12px !important;
}
.mb--14 {
  margin-bottom: 14px !important;
}
.mb--16 {
  margin-bottom: 16px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
.mb--24 {
  margin-bottom: 24px !important;
}
.mb--28 {
  margin-bottom: 28px !important;
}
.mb--36 {
  margin-bottom: 36px !important;
}
.mb--40 {
  margin-bottom: 40px !important;
}
.mb--92 {
  margin-bottom: 92px !important;
}

.mr--0 {
  margin-right: 0 !important;
}
.mr--2 {
  margin-right: 2px !important;
}
.mr--4 {
  margin-right: 4px !important;
}
.mr--6 {
  margin-right: 6px !important;
}
.mr--8 {
  margin-right: 8px !important;
}
.mr--10 {
  margin-right: 10px !important;
}
.mr--12 {
  margin-right: 12px !important;
}
.mr--16 {
  margin-right: 16px !important;
}
.ml--0 {
  margin-left: 0 !important;
}
.ml--2 {
  margin-left: 2px !important;
}
.ml--4 {
  margin-left: 4px !important;
}
.ml--6 {
  margin-left: 6px !important;
}
.ml--8 {
  margin-left: 8px !important;
}
.ml--10 {
  margin-left: 10px !important;
}
.ml--12 {
  margin-left: 12px !important;
}
.ml--16 {
  margin-left: 16px !important;
}

/* padding */
.pd--0 {
  padding: 0 !important;
}
.pdt--0 {
  padding-top: 0px !important;
}
.pdt--2 {
  padding-top: 2px !important;
}
.pdt--4 {
  padding-top: 4px !important;
}
.pdt--6 {
  padding-top: 6px !important;
}
.pdt--8 {
  padding-top: 8px !important;
}
.pdt--10 {
  padding-top: 10px !important;
}
.pdt--12 {
  padding-top: 12px !important;
}
.pdt--14 {
  padding-top: 14px !important;
}
.pdt--16 {
  padding-top: 16px !important;
}
.pdt--20 {
  padding-top: 20px !important;
}
.pdt--24 {
  padding-top: 24px !important;
}
.pdt--28 {
  padding-top: 28px !important;
}
.pdt--40 {
  padding-top: 40px !important;
}

.pdb--0 {
  padding-bottom: 0px !important;
}
.pdb--2 {
  padding-bottom: 2px !important;
}
.pdb--4 {
  padding-bottom: 4px !important;
}
.pdb--6 {
  padding-bottom: 6px !important;
}
.pdb--8 {
  padding-bottom: 8px !important;
}
.pdb--10 {
  padding-bottom: 10px !important;
}
.pdb--12 {
  padding-bottom: 12px !important;
}
.pdb--14 {
  padding-bottom: 14px !important;
}
.pdb--16 {
  padding-bottom: 16px !important;
}
.pdb--20 {
  padding-bottom: 20px !important;
}
.pdb--24 {
  padding-bottom: 24px !important;
}
.pdb--28 {
  padding-bottom: 28px !important;
}
.pdb--40 {
  padding-bottom: 40px !important;
}

.pdr--0 {
  padding-right: 0 !important;
}
.pdr--2 {
  padding-right: 2px !important;
}
.pdr--4 {
  padding-right: 4px !important;
}
.pdr--6 {
  padding-right: 6px !important;
}
.pdr--8 {
  padding-right: 8px !important;
}
.pdr--10 {
  padding-right: 10px !important;
}
.pdr--12 {
  padding-right: 12px !important;
}
.pdr--16 {
  padding-right: 16px !important;
}
.pdl--0 {
  padding-left: 0 !important;
}
.pdl--2 {
  padding-left: 2px !important;
}
.pdl--4 {
  padding-left: 4px !important;
}
.pdl--6 {
  padding-left: 6px !important;
}
.pdl--8 {
  padding-left: 8px !important;
}
.pdl--10 {
  padding-left: 10px !important;
}
.pdl--12 {
  padding-left: 12px !important;
}
.pdl--16 {
  padding-left: 16px !important;
}
.pdl--20 {
  padding-left: 20px !important;
}

.bd--0 {
  border: 0 !important;
}
.pos--r {
  position: relative;
}
.pos-a {
  position: absolute;
}
/* Icon */
.icon {
  background-size: contain;
  background-repeat: no-repeat;
}
.heart {
  background-image: url(/resources/images/uplus/icons/common/heart.svg);
  width: 40px;
  height: 40px;
}
.heart.on {
  background-image: url(/resources/images/uplus/icons/common/heart_on.svg);
  width: 40px;
  height: 40px;
}
.share {
  background-image: url(/resources/images/uplus/icons/common/share.svg);
  width: 40px;
  height: 40px;
}
.gift {
  background-image: url(/resources/images/uplus/icons/common/gift.svg);
  width: 40px;
  height: 40px;
}
.search_md {
  background-image: url(/resources/images/uplus/icons/common/search_md.svg);
  width: 24px;
  height: 24px;
}
.search-close {
  background-image: url(/resources/images/uplus/icons/common/closecircle.svg);
  background-size: 16px;
}

.search-delete {
  background-image: url(/resources/images/uplus/icons/common/close_gray_sm.svg);
  width: 16px;
  height: 16px;
}

/* foot nav icon */
.foot_nav_item.on {
  color: #1d2939;
  font-weight: 600;
}
.icon.nav-category {
  background-image: url(/resources/images/uplus/icons/spot/category.svg);
  width: 24px;
  height: 24px;
}
.foot_nav_item.on .icon.nav-category {
  background-image: url(/resources/images/uplus/icons/spot/category_on.svg);
}
.icon.nav-heart {
  background-image: url(/resources/images/uplus/icons/spot/heart.svg);
  width: 24px;
  height: 24px;
}
.foot_nav_item.on .icon.nav-heart {
  background-image: url(/resources/images/uplus/icons/spot/heart_on.svg);
}
.icon.nav-home {
  background-image: url(/resources/images/uplus/icons/spot/foot-nav-home.svg);
  width: 60px;
  height: 60px;
  display: inline-block;
}
.icon.nav-home-logo {
  background-image: url(/resources/images/uplus/icons/common/bottom_navigation_logo.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.icon.nav-my {
  background-image: url(/resources/images/uplus/icons/spot/my.svg);
  width: 24px;
  height: 24px;
}
.foot_nav_item.on .icon.nav-my {
  background-image: url(/resources/images/uplus/icons/spot/my_on.svg);
}
.icon.nav-recent {
  background-image: url(/resources/images/uplus/icons/spot/recent.svg);
  width: 24px;
  height: 24px;
}
.foot_nav_item.on .icon.nav-recent {
  background-image: url(/resources/images/uplus/icons/spot/recent_on.svg);
}
.icon.minus {
  background-image: url(/resources/images/uplus/icons/common/minus.svg);
  width: 16px;
  height: 16px;
}
.icon.info-filled {
  background-image: url(/resources/images/uplus/icons/spot/info_filled.svg);
  width: 24px;
  height: 24px;
}
.icon.plus {
  background-image: url(/resources/images/uplus/icons/common/plus.svg);
  width: 16px;
  height: 16px;
}
.icon.dot {
  background-image: url(/resources/images/uplus/icons/common/dot.svg);
  width: 24px;
  height: 24px;
}

.icon.arrow-right {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/resources/images/uplus/icons/common/chevronright_gray_md.svg);
}
.icon.icon-select {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/resources/images/uplus/icons/common/check_pink.svg);
}
.icon.timer {
  background-image: url(/resources/images/uplus/icons/spot/recent_white.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
}
.icon.i-coupon {
  background-image: url(/resources/images/uplus/icons/spot/coupon.svg);
}
.icon.i-19 {
  background-image: url(/resources/images/uplus/icons/spot/19.svg);
}
.icon.card {
  background-image: url(/resources/images/uplus/icons/spot/cardbenefit.svg);
}
.icon.delivery {
  background-image: url(/resources/images/uplus/icons/spot/delivery.svg);
}
.icon.refund {
  background-image: url(/resources/images/uplus/icons/spot/refund.svg);
}
.icon.mypage_profile {
  background-image: url(/resources/images/uplus/icons/spot/mypage_profile.svg);
  width: 54px;
  height: 54px;
  display: inline-block;
}
.icon.setting {
  background-image: url(/resources/images/uplus/icons/spot/setting.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon.mypage_orderlist {
  background-image: url(/resources/images/uplus/icons/spot/mypage_orderlist.svg);
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.mypage_gift {
  background-image: url(/resources/images/uplus/icons/spot/mypage_gift.svg);
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.mypage_coupon {
  background-image: url(/resources/images/uplus/icons/spot/coupon.svg);
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.mypage_delivery {
  background-image: url(/resources/images/uplus/icons/spot/delivery.svg);
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.mypage_review {
  background-image: url(/resources/images/uplus/icons/spot/mypage_review.svg);
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.ibk_icon {
  background-image: url(/resources/images/uplus/icons/spot/ibk_icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}
.icon.mypage_category {
  background-image: url(/resources/images/uplus/icons/spot/mypage_category.svg);
  width: 22px;
  height: 22px;
  display: inline-block;
}

.icon.complete {
  background-image: url(/resources/images/uplus/icons/spot/complete.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon.download {
  width: 40px;
  height: 40px;
  background-image: url(/resources/images/uplus/icons/common/download.svg);
}
.complete .icon.download {
  background-image: url(/resources/images/uplus/icons/common/download_complete.svg);
}

.icon.check-pink {
  background-image: url(/resources/images/uplus/icons/common/check_pink.svg);
  width: 24px;
  height: 24px;
}
.icon.chevronright-sm {
  background-image: url(/resources/images/uplus/icons/common/chevronright_sm.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.chevronright-white-xs {
  background-image: url(/resources/images/uplus/icons/common/chevronright_white_xs.svg);
  width: 12px;
  height: 12px;
}
.icon.chevronright-gray-md {
  background-image: url(/resources/images/uplus/icons/common/chevronright_gray_md.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon.chevronright-gray-sm {
  background-image: url(/resources/images/uplus/icons/common/chevronright_gray_sm.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.chevronleft-gray-md {
  background-image: url(/resources/images/uplus/icons/common/chevronleft_gray_md.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon.chevronright-lightgray-md {
  background-image: url(/resources/images/uplus/icons/common/chevronright_lightgray_md.svg);
  width: 24px;
  height: 24px;
}
.icon.chevronright-pink-md {
  background-image: url(/resources/images/uplus/icons/common/chevronright_pink_md.svg);
  width: 24px;
  height: 24px;
}
.icon.chevrondown-md {
  background-image: url(/resources/images/uplus/icons/common/chevrondown_md.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon.chevrondown-sm {
  background-image: url(/resources/images/uplus/icons/common/chevrondown_gray_sm.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon.chevrondown_circle {
  background-image: url(/resources/images/uplus/icons/common/chevrondown_circle.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon.chevrondown_circle.on {
  background-image: url(/resources/images/uplus/icons/common/chevronup_circle.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon.edit {
  background-image: url(/resources/images/uplus/icons/common/edit.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.checkcircle_off {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_off.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.checkcircle_on {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_on.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.close-sm {
  background-image: url(/resources/images/uplus/icons/common/close_sm.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon.close-sm-gray {
  background-image: url(/resources/images/uplus/icons/common/close_gray_sm.svg);
  width: 16px;
  height: 16px;
}
.icon.delete {
  background-image: url(/resources/images/uplus/icons/common/delete.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
/* Lottie */
.lottie {
  position: absolute;
}
.lottie > svg {
  position: absolute;
}
.l-timer {
  width: 12px;
  height: 12px;
  z-index: 1;
}
#l-timeDeal {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.curation_timeDeal#l-timeDeal {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 0px;
}
#l-titleSale {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
#l-titleBest {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
#l-titleSpecial {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
#l-titleNew {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
#l-titleRec {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
/* Badge */
.badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 3px 6px !important;
  background-color: #fff0f5;
  color: #fa5f8c;
  border-radius: 999px !important;
  text-align: center !important;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.22px;
  margin: 1px 0px;
  margin-right: 2px;
  border: none !important;
}
.badge:last-child {
  margin-right: 0;
}

.badge.i-coupon::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/coupon_sm.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 2px;
}
.badge.lowestprice::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/lowestprice.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 2px;
}
.badge.uplusOnly::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/logo_sm.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 2px;
}
.badge.regularDelivery {
  background-color: #f2f4f7;
  color: #1d2939;
}

/* Button */
/* utility button */
.btn {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #d7dde7;
}
.btn-round {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d7dde7;
}

.btn-select {
  background-color: #000;
  color: #fff;
}
.btn-disabled {
  background: #d7dde7;
  color: #fff;
}

.btn-icon {
  display: flex;
  align-items: center;
}
.btn-icon .search-delete {
  margin-left: 4px;
}
.btn-text {
  position: relative;
  padding: 12px 8px;
  border: none;
  background-color: transparent;
  text-align: center;
  line-height: 130%;
  color: #000;
}

.btn-text_sm {
  padding-right: 16px;
}
.btn-cta {
  height: 52px;
  /* line-height: 52px; */
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.btn-cta.btn-cta_primary {
  background-color: #fa5f8c;
  border: 1px solid #fa5f8c;
  color: #fff;
}
.btn-cta.btn-cta_secondary {
  background-color: #fff;
  border: 1px solid #d7dde7;
  color: #000;
}

.btn.btn-neutral {
  background-color: #1d2939;
  border: 1px solid #1d2939;
  color: #fff !important;
}

.btn.btn-neutral400 {
  background-color: #98a2b3;
  border: 1px solid #98a2b3;
  color: #fff;
}

.btn-text.btn-text_xs::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/common/chevronright_gray_xs.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.btn-text.btn-text_sm::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/resources/images/uplus/icons/common/chevronright_gray_sm.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  margin-top: -8px;
  margin-left: 2px;
}

.btn-text.btn-text_sm.arrow_hide::after {
  display: none;
}

/* button wrap */
.btn_wrap {
  /* padding: 20px 16px; */
  padding: 8px 16px;
}
.btn_wrap > button {
  width: 100%;
}

.btn_wrap.btn_wrap-double {
  display: flex;
}
.btn_wrap.btn_wrap-double > button {
  width: calc(50% - 4px);
}

.btn_wrap.btn_wrap-double button:nth-child(1) {
  margin-right: 8px;
}
/*  */
.btn_wrap-product {
  padding: 8px 16px 8px 8px;
  display: flex;
}
.btn_wrap-product .btn-icon_wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.btn_wrap-product .btn-icon_wrap .btn-icon {
  display: flex;
  margin-right: 20px;
}
.btn_wrap-product .btn-icon_wrap .btn-icon > button {
  margin-right: 10px;
}
.btn_wrap-product .btn-icon_wrap .btn-icon > button:last-child {
  margin-right: 0px;
}
.btn_wrap-product .btn-cta.btn-cta_primary {
  flex: 1;
}
/*  */
.btn_wrap.btn_wrap-exception {
  display: flex;
}
.btn_wrap.btn_wrap-exception button:nth-child(1) {
  width: calc(30% - 4px);
  min-width: 120px;
  margin-right: 8px;
}
.btn_wrap.btn_wrap-exception button:nth-child(2) {
  width: calc(70% - 4px);
}

.btn_wrap.btn_wrap-bottom {
  padding: 20px 16px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
}

/* Input */

.coupon-input_box {
  padding: 12px 16px;
}

.coupon-input {
  position: relative;
  border-radius: 999px;
  background-color: #f2f4f7;
}

.coupon-input input {
  width: 100%;
  padding: 11px 72px 11px 18px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}

.coupon-input input::placeholder {
  color: #98a2b3;
}

.coupon-input input:focus + button {
  background: #1d2939;
}

.coupon-input button {
  padding: 11px 20px;
  background: #d7dde7;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

/* search input */
.search-input_box {
  padding: 6px 16px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background-color: #f2f4f7;
}
.search-input_box .search-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-input_box .search-input input {
  width: 100%;
  padding-left: 28px;
  font-size: 14px;
  line-height: 24px;
}
.search-input_box .search-input input::placeholder {
  color: #98a2b3;
}
.search-input_box .search-input input::-moz-placeholder {
  color: #98a2b3;
}
.search-input_box .search-input input::-webkit-input-placeholder {
  color: #98a2b3;
}
.search-input_box .search-input input::-ms-input-placeholder {
  color: #98a2b3;
}
/* .search-input_box .search-input input:not(:read-only):focus,
.search-input_box .search-input input:not(:placeholder-shown) {
  padding-left: 0px;
} */

.search-input_box .search-input .search_md {
  display: inline-block;
  position: absolute;
  left: 0;
}
.search-input_box .search-input .btn_search-delete {
  display: inline-block;
  position: absolute;
  top: 50%;
  /* right: 52px; */
  right: 50px;
}
.search-input_box .search-input .search-close {
  position: absolute;
  /* top: 50%; */
  transform: translateY(-50%);
  /* right: 36px; */
  display: none;
  width: 16px;
}
/* .search-input_box .search-input input:not(:read-only):focus + .search_md,
.search-input_box .search-input input:not(:placeholder-shown) + .search_md {
  left: unset;
  right: 0;
} */
.search-input_box .search-input input:not(:placeholder-shown) + .search-close {
  display: block;
}
/* text input */
input[type="checkbox"] {
  display: none;
}
.input_box {
  width: 100%;
  border-bottom: 2px solid #e7edf2;
  position: relative;
}
.input_box.focused {
  border-bottom: 2px solid #1d2939;
}
.input_box label {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #667085;
  display: block;
}
.input_box input {
  width: 100%;
  font-family: "Pretendard";
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  color: #1d2939;
}
.input_box input::placeholder {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  color: #d7dde7;
}
.input_box textarea {
  padding: 16px;
  display: flex;
  height: 212px;
  width: 100%;
  align-items: center;
  flex-shrink: 0;
  background: #f2f4f7;
  border-radius: 4px;
}
.input_box textarea::placeholder {
  color: #98a2b3;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}

.chips {
  display: flex;
  justify-content: space-between;
}

.chips input {
  display: none;
}
.chips label {
  display: block;
  position: relative;
  width: calc(50% - 4px) !important;
  background-color: #f2f4f7 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 2px solid #f2f4f7 !important;
  padding: 13px 14px !important;
  margin-right: 0 !important;
  border-radius: 4px !important;
  color: #475467 !important;
}

.chips label::after {
  content: " ";
  width: 24px;
  height: 24px;
  visibility: hidden;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(/resources/images/uplus/icons/common/check_pink.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.chips input:checked + label {
  color: #ed6387 !important;
  border: 2px solid #fa5f8c !important;
  background-color: white !important;
  font-weight: 600 !important;
}

.chips input:checked + label:after {
  visibility: visible;
}

.tab_wrapper {
  display: flex;
  border-bottom: 1px solid #e7edf2;
}

.tab_wrapper li {
  flex: 1;
}

.tab_wrapper li a {
  display: block;
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  color: #98a2b3;
}
.tab_wrapper li a span {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #98a2b3;
  margin-left: 4px;
}

.tab_wrapper li a.on {
  color: #000;
  font-weight: 600;
}
.tab_wrapper li a.on span {
  color: #000;
}

.tab_wrapper li a.on::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}

.center_popup .popup {
  position: absolute;
  padding: 24px 16px 16px 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% - 32px);
  background-color: white;
  height: auto;
  border-radius: 12px;
}

.center_popup .popup .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 16px;
}

.center_popup .popup .info {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
.center_popup .popup .btn_wrap {
  background-color: white;
  padding: 0;
}
.center_popup.img_popup .popup {
  padding: 0;
  overflow: hidden;
}
.center_popup.img_popup img {
  width: 100%;
}
.center_popup.img_popup .eventBannerCenter .swiper-pagination {
  padding-bottom: 14px !important;
}
.center_popup.img_popup .popup .btn_wrap {
  padding: 16px;
}

.bottom_popup {
  animation: 0.6s ease 0s 1 normal forwards running animation-wrap-show;
}

.bottom_popup .popup {
  background: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  max-height: calc(100% - 76px);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow-y: scroll;
  animation: 0.6s ease 0s 1 normal forwards running animation-show;
}

.bottom_popup .contents .contents_title_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bottom_popup .contents .contents_subtitle {
  color: #7855f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  margin-bottom: 4px;
}
.bottom_popup .contents .contents_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.bottom_popup .contents .contents_title i {
  margin-left: 2px;
}
.bottom_popup .contents .contents_title_wrap button {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.bottom_popup .contents .contents_title_wrap button::after {
  background: url(/resources/images/uplus/icons/common/chevronright_sm.svg);
}
.bottom_popup .popup.hide {
  animation: 0.6s ease 0s 1 normal forwards running animation-hide;
}
.bottom_popup .popup.hide + .btn_wrap {
  animation: 0.6s ease 0s 1 normal forwards running animation-hide;
}

.bottom_popup.hide {
  animation: 0.6s ease 0s 1 normal forwards running animation-wrap-hide;
}

@keyframes animation-show {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animation-hide {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}

@keyframes animation-wrap-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-wrap-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bottom_popup .popup .header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  padding: 14px 8px 14px 16px;
  height: auto;
}
.bottom_popup .popup .header .title {
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_popup .popup .header .close {
  /* position: absolute;
  transform: translateY(-50%);
  right: 12px;
  top: 50%; */
  width: 40px;
  height: 40px;
  background: url(/resources/images/uplus/icons/common/close_lg.svg);
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.bottom_popup .popup .contents {
  padding-bottom: 98px;
}
.bottom_popup#product_popup .popup .contents {
  padding-bottom: 0px;
}
.bottom_popup .popup .contents.no-btn-bottom {
  padding-bottom: 0px;
  max-height: calc(100vh - 68px - 92px);
}

.bottom_popup .btn_wrap {
  background-color: white;
  padding: 20px 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* filter popup css */
.filter-price-sheet .popup .contents {
  margin-top: 12px;
}
.bottom_popup .filter_wrap {
  margin-bottom: 18px;
}
.bottom_popup .filter_wrap .filter_title {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  margin-bottom: 12px;
}
.bottom_popup .filter_wrap .filter_output {
  margin-bottom: 18px;
}
/* .bottom_popup .filter_wrap .filter_input_wrap {
  height: 52px;
} */
.bottom_popup .filter_wrap .filter_output span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.bottom_popup .eventBannerBottom img {
  width: 100%;
}
.bottom_popup .eventBannerBottom .swiper-pagination {
  padding-bottom: 14px !important;
}
.bottom_popup .popup .btn_wrap-text {
  justify-content: space-between;
}
.bottom_popup .popup .btn_wrap-text button {
  width: calc(50% - 4px);
}
.bottom_popup .popup .btn_wrap-text button:nth-child(1) {
  text-align: left;
  color: #98a2b3;
  /* body/body_1sb */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.bottom_popup .popup .btn_wrap-text button:nth-child(2) {
  text-align: right;
  color: #000;
  /* body/body_1sb */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

/* filter css */

.irs-line {
  background-color: #d7dde7 !important;
  border-radius: 999px !important;
  height: 6px !important;
}
.irs-bar {
  background-color: #fa5f8c !important;
  height: 6px !important;
}
.irs-handle {
  top: 14px !important;
  width: 28px !important;
  height: 28px !important;
  background-color: #fff !important;
  border: 1px solid #e7edf2 !important;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1) !important;
  border-radius: 999px !important;
}
.irs-handle > i:first-child {
  background-color: transparent !important;
}
.irs-grid-text {
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 130% !important; /* 18.2px */
  letter-spacing: -0.28px !important;
  bottom: -6px !important;
}
.irs-grid-pol,
.js-grid-text-1,
.js-grid-text-2,
.js-grid-text-3,
.js-grid-text-4,
  /* .js-grid-text-5, */
.js-grid-text-6,
.js-grid-text-7,
.js-grid-text-8,
.js-grid-text-9,
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none !important;
}
/*  */
.toast_popup {
  display: none;
  position: fixed;
  bottom: 111px;
  width: calc(100% - 32px);
  background: #1d2939e5;
  border-radius: 4px;
  padding: 15px;
  animation: 0.6s ease 0s 1 normal forwards running toast-animation-show;
  left: 50%;
  z-index: 1201;
}
.toast_popup.noBottom {
  bottom: 20px;
}
.toast_popup.cartFooter {
  bottom: 157px;
}
.toast_popup.productDetailFooter{
  bottom: 88px;
}
.toast_popup.hide {
  animation: 0.6s ease 0s 1 normal forwards running toast-animation-hide;
  bottom: 0;
}
.toast_popup .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.toast_popup .contents button {
  color: #fff;
  padding: 0;
  padding-right: 12px;
  background: none;
  min-width: 85px;
}
.toast_popup .btn-text.btn-text_sm::after {
  background: url(/resources/images/uplus/icons/common/chevronright_white_xs.svg);
  margin-top: -8.3px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@keyframes toast-animation-show {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}
@keyframes toast-animation-hide {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 100%);
    opacity: 1;
  }
}

.accordion .info {
  position: relative;
  display: flex;
  padding: 16px;
  align-items: center;
}

.accordion .info .info_image {
  width: 46px;
  height: 46px;
  background-color: gray;
  border-radius: 50%;
}

.accordion .info .info_title {
  padding-left: 6px;
  font-weight: 600;
  font-size: 14px;
  padding-right: 24px;
  width: calc(100% - 46px);
}

.accordion .info .info_title .info_title_name {
  margin-bottom: 6px;
}

.accordion .info .info_title .info_title_name span {
  color: #98a2b3;
  margin-bottom: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.accordion .info .info_title .info_title_name span:first-child::after {
  content: "";
  margin-left: 4px;
  height: 10px;
  width: 1px;
  background-color: #d7dde7;
  display: inline-block;
}

.accordion .info .info_title .info_title_text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.accordion .info .info_arrow {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/uplus/icons/common/chevrondown_md.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.accordion.on .info .info_arrow {
  background-image: url(/resources/images/uplus/icons/common/chevronup_md.svg);
}

.accordion .detail {
  display: none;
  padding: 16px;
  background-color: #f9fafb;
}
.accordion.on .detail {
  display: block;
}

.accordion .detail_title {
  margin-bottom: 16px;
  color: #1d2939;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.accordion .detail_info {
  margin-bottom: 16px;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}
.accordion .detail_date {
  color: #98a2b3;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.accordion .detail_more {
  text-align: right;
  font-weight: 500;
  color: #98a2b3;
}
.accordion .detail_more span {
  color: #98a2b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.accordion .detail_more span:first-child::after {
  content: "";
  margin-left: 6px;
  height: 10px;
  width: 1px;
  background-color: #d7dde7;
  display: inline-block;
}

.empty_page {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empty_page .info {
  margin-top: 8px;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.empty_page button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  background-color: #1d2939;
  border: 1px solid #1d2939;
  padding: 14px 0;
  border-radius: 4px;
  text-align: center;
  max-width: 180px;
}
.layout-main .empty_page {
  height: calc(100vh - 147px);
}
.layout-3depth .empty_page {
  height: calc(100vh - 124px);
}
.layout-main .empty_page.recommend_layer {
  height: calc(100vh - 196px);
}
.layout-3depth .empty_page {
  height: calc(100vh - 56px);
}

/* header */

#kok_header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #fff;
  z-index: 99;
}

#kok_nav {
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
}
#kok_header .gnb {
  height: unset !important;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 8px;
  padding-left: 16px;
  z-index: 100;
  background: #fff;
}
.header-black {
  background-color: black;
  color: #fff;
}
.header.header-black .menu .icon.close {
  background: url(/resources/images/uplus/icons/common/close_white_lg.svg);
}
.header .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.header .title .text {
  font-size: 18px;
  font-weight: 600;
  /* padding-left: 4px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-width: 154px;
}
.header .menu {
  display: flex;
  margin-left: 8px;
}

.header .menu .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  display: inline-flex;
}
.header .menu .icon:last-child {
  margin-right: 0;
}

.header .title .icon.back {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  background: url(/resources/images/uplus/icons/common/arrow_left.svg);
  flex-shrink: 0;
}
.header .menu .icon.search {
  background: url(/resources/images/uplus/icons/common/search_lg.svg);
}
.header .menu .icon.alarm {
  background: url(/resources/images/uplus/icons/common/alarm.svg);
}
/* .header .menu .icon.alarm.on {
  background: url(/resources/images/uplus/icons/common/alarm_noti.svg);
} */
.header .menu .icon.shop {
  background: url(/resources/images/uplus/icons/common/shoppingcart_lg.svg);
}
.header .menu .icon.home {
  background: url(/resources/images/uplus/icons/common/home.svg);
}
.header .menu .icon.close {
  background: url(/resources/images/uplus/icons/common/close_lg.svg);
}
.header .menu .icon span {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 17px;
  background: #ff7355;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  min-width: 17px;
  max-width: 24px;
  padding: 5px;
}
.header .menu .icon.alarm span {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  background: #ff7355;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  min-width: 6px;
  max-width: none;
}
.header .search-input_box {
  width: 100%;
}
/* .header .search-input_box.header_back {
  width: calc(100% - 48px);
} */

.dividers {
  background-color: #f2f4f7;
  width: 100%;
}
.dividers-bold {
  height: 4px;
}
.dividers-light {
  height: 1px;
  background-color: #e7edf2;
}

.footer {
  padding: 40px 16px 115px 16px;
  background-color: #f9fafb;
}
.footer .title {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}

.footer .line {
  border-top: 1px solid #e7edf2;
}

.footer .info {
  color: #344054;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.footer .info span {
  font-size: inherit;
  font-weight: inherit;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  color: #667085;
  margin-right: 8px;
  margin-bottom: 4px;
}
.footer .more span {
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.footer .button_wrap {
  margin-top: 12px;
}
.footer .button_wrap button {
  background-color: white;
  color: #667085 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.terms {
  padding: 24px 16px 24px 16px;
  background: #ffffff;
  line-height: 21px;
}

.terms .terms_area::after {
  content: "";
  display: block;
  margin: 24px 0;
  border-top: 1px solid #e7edf2;
  width: 100%;
}
.terms .terms_area:last-child::after {
  content: none;
}

.terms .terms_area .put1 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 6px;
}

.terms .terms_area .put2 {
  font-weight: 400;
  font-size: 14px;
  color: #667085;
  text-indent: -16px;
  padding-left: 16px;
}
.terms .terms_area .put3 {
  font-size: 14px;
  font-weight: 500;
  padding-left: 22px;
  text-indent: -16px;
  color: #344054;
}
.terms .terms_area .put4 {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  text-indent: -10px;
  color: #344054;
}
.terms .terms_area .terms_table {
  border: 1px solid #d7dde7;
}
.terms .terms_area .terms_table th {
  font-weight: 600;
  border: 1px solid #d7dde7;
  background-color: #f9fafb;
  padding: 16px 12px 16px 12px;
  text-align: center;
  vertical-align: middle;
}
.terms .terms_area .terms_table td {
  border: 1px solid #d7dde7;
  padding: 8px 12px 8px 12px;
  text-align: center;
  vertical-align: middle;
}

.terms .terms_area .important {
  color: #ed6387 !important;
}
.important_color {
  color: #ed6387 !important;
}
.disabled_color {
  color: #98a2b3 !important;
}

.filters {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.filters .title {
  padding: 0 8px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters .title > span {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.filters .title > span > strong {
  font-weight: 500;
}
.filters .title .menu {
  display: flex;
  align-items: center;
}
.filters .title .menu .filter {
  padding: 12px 8px 12px 8px;
  display: flex;
  align-items: center;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.filters .title .menu .filter.on {
  color: #fa5f8c;
}
.filters .title .menu .filter::after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resources/images/uplus/icons/common/filter_off.svg);
}
.filters .title .menu .filter.on::after {
  background: url(/resources/images/uplus/icons/common/filter_on.svg);
}

.filters .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f4f7;
  padding-left: 16px;
}
.filters .data .btn-text {
  width: max-content;
  padding: 0;
}
.filters .data button {
  background-color: white;
  height: fit-content;
  margin-right: 4px;
}
.filters .data button:last-child {
  margin-right: 0;
}
.filters .data .list {
  display: flex;
  align-items: center;
  overflow: scroll;
  width: calc(100% - 86px);
}
.filters .data .reset {
  width: 86px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #344054;
}
.filters .data .reset::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resources/images/uplus/icons/common/refresh.svg);
  margin-left: 2px;
}

.dropdown_wrap {
  position: relative;
}

.dropdown_wrap .option_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  flex-direction: column;
  border: 1px solid #e7edf2;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.dropdown_wrap.on .option_wrap {
  display: flex;
  transform: translateX(-77%);
}

.dropdown_wrap .option_wrap .option {
  padding: 14px 16px;
  color: #667085;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  border-top: 1px solid #e7edf2;
  line-height: 24px;
  width: 154.5px;
}
.dropdown_wrap .option_wrap .option:first-child {
  border-top: 0;
}
.dropdown_wrap .option_wrap .option #matchDescInfo {
  background: url(/resources/images/uplus/icons/common/info.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.dropdown_wrap .option_wrap .option.on {
  font-weight: 600;
  color: black;
}

.dropdown_wrap .dropdown {
  position: relative;
  padding: 12px 8px 12px 8px;
  display: flex;
  align-items: center;
  align-content: center;
}

.dropdown_wrap .dropdown span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.dropdown_wrap .dropdown span::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(/resources/images/uplus/icons/common/chevrondown_sm.svg);
  margin-left: 2px;
}

.dropdown_wrap.on .dropdown span::after {
  background: url(/resources/images/uplus/icons/common/chevronup_gray_sm.svg);
}

.dropdown-width .dropdown {
  padding: 15px 10px 15px 0;
  border-bottom: 2px solid #e7edf2;
}
.dropdown-width .dropdown span::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(/resources/images/uplus/icons/common/chevrondown_sm.svg);
  margin-left: 3px;
}
.dropdown-width span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #1d2939;
}
.dropdown-width span::after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px !important;
}
.dropdown-width .option_wrap {
  width: 100%;
}
.dropdown-width .option_wrap .option {
  width: 100%;
}

.profile {
  width: 100%;
  display: inline-flex;
  padding: 10px 0px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #d7dde7;
  background: white;
}

.profile .dividers {
  width: calc(100% - 32px);
}

.profile label {
  width: calc(100% - 24px);
  line-height: 48px;
  padding: 0 16px 0 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.36px;
  display: flex;
  align-items: flex-start;
  color: #1d2939;
}
.profile > .input_box--check:first-child label {
  align-items: center;
}
/* align-items: center; */

.profile li label {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.profile li label .important_color,
.profile li label .disabled_color {
  display: flex;
  height: fit-content;
  line-height: 130%;
}
.profile li label span {
  margin-top: 2px;
  margin-right: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.profile li label .list_text {
  color: #1d2939;
  margin-right: 0;
  width: calc(100% - 64px);
  display: flex;
  align-items: center;
  font-weight: 400;
  max-width: 48.889vw;
}

.input_box--check {
  width: 100%;
}

.input_box--check input[type="checkbox"] {
  display: none;
}

.input_box--check label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(/resources/images/uplus/icons/common/checkcircle_off.svg);
}

.input_box--check input[type="checkbox"]:checked + label::before {
  content: "";
  background: url(/resources/images/uplus/icons/common/checkcircle_on.svg);
}

.phone_check .btn_wrap {
  background-color: #fff;
  padding: 20px 16px;
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
}
.phone_check .auth_code_wrap {
  display: flex;
  align-items: center;
}
.phone_check .auth_code-text {
  position: absolute;
  right: 133px;
  color: #ed6387;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.terms_check .btn_wrap {
  background-color: #fff;
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
}

.active_button {
  position: absolute;
  bottom: 12px;
  right: 6px;
  border: none;
}

.list_more {
  width: 100%;
}

.list_more li {
  color: #1d2939;
  padding: 12px 16px 12px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  align-items: center;
}
.list_more li div {
  color: #1d2939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-top: 4px;
}

.list_more li.select {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.list_more li.select::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/resources/images/uplus/icons/common/check_pink.svg);
}

.dropdown-big {
  border: 1px solid #475467;
  border-radius: 4px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.dropdown-big.selected {
  border: 1px solid #d7dde7;
}
.dropdown-big.disabled {
  border-radius: 4px;
  border: 1px solid #d7dde7;
  background: #f9fafb;
}

.dropdown-big .dropdown {
  justify-content: space-between;
  padding: 0 !important;
  flex-direction: column;
}
.dropdown-big .dropdown .dropdown-text {
  padding: 16px;
}
.dropdown-big .option_wrap {
  position: relative;
  left: 0;
  transform: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  box-shadow: none;
}
.dropdown-big .option_wrap .option {
  border-top: 1px solid #98a2b3;
}
.dropdown-big .default {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  overflow: hidden;
}
.dropdown-big.selected .default {
  padding: 24px 16px;
}
.dropdown-big.on .default {
  color: #1d2939;
  text-overflow: ellipsis;

  /* body/body_1sb */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.dropdown-big .default .visible .text {
  color: #509bf5;
  margin-bottom: 2px;

  /* body/body_2m */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.dropdown-big .default .visible .select {
  overflow: hidden;
  color: #1d2939;
  text-overflow: ellipsis;

  /* body/body_1r */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.dropdown-big .default .visible .select_menu {
  overflow: hidden;
  color: #1d2939;
  text-overflow: ellipsis;

  /* body/body_1r */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.dropdown-big.disabled .default .visible .select_menu {
  color: #98a2b3;
}

.dropdown-big.disabled .default .visible .select {
  overflow: hidden;
  color: #98a2b3;
  text-overflow: ellipsis;

  /* body/body_1r */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.dropdown-big.disabled .arrow {
  background-image: url(/resources/images/uplus/icons/common/chevrondown_gray_md.svg);
}

.dropdown-big .open {
  display: none;
}
.dropdown-big.on .open {
  display: block;
}
.dropdown-big.on .option {
  padding: 16px;
  border-top: 1px solid #e7edf2;
}
.dropdown-big.on .option.option-soldout {
  background-color: #f9fafb;
}
.dropdown-big.on .option.option-soldout .title,
.dropdown-big.on .option.option-soldout .name,
.dropdown-big.on .option.option-soldout .price,
.dropdown-big.on .option.option-soldout .price span,
.dropdown-big.on .option.option-soldout .price strong {
  color: #98a2b3 !important;
}

.dropdown-big.on .option .title {
  color: #509bf5;
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}
.dropdown-big.on .option .name {
  color: #1d2939;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-big.on .option del {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  margin-bottom: 2px;
}
.dropdown-big.on .option .price {
  color: #1d2939;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.dropdown-big.on .option .price span {
  font-size: 18px;
  color: #ed6387;
  font-weight: 600;
}

.dropdown-big.on .option .price strong {
  color: #1d2939;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.dropdown-big .arrow {
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/uplus/icons/common/chevrondown_md.svg);
}
.dropdown-big.on .arrow {
  background-image: url(/resources/images/uplus/icons/common/chevronup_md.svg);
}

/* swiper */
.swiper-pagination-bullets {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  background-color: #d7dde7 !important;
  width: 5px !important;
  height: 5px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/*  */
/*  */

/* common card css */

.card {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
}
.card.card-row {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}
.card.card-row.card-row-md {
  margin-bottom: 8px;
}
.card.card-row:last-child {
  margin-bottom: 0;
}

.card.card-row .card-image {
  flex-shrink: 0;
  width: 140px;
}

.card.card-row.card-row-md .card-image {
  width: 120px;
}


.card.card-row .card-info .card-info_rate {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.card.card-row .card-info .card-info_price {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.card.card-row .card-info .card-info_price strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  margin-right: 1px;
}
.card.card-row .card-info .card-info_specialPriceCoupon-row {
  margin-top: 6px;
}
.card.card-row .card-info .card-info_specialPriceCoupon-row span {
  color: #ed6387;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.card-row .card-info .card-info_appProduct {
  display: flex;
  align-items: center;
}
.card-row .card-info .card-info_appProduct .card-info_specialPriceCoupon-row {
  margin-top: 0;
  margin-left: 4px;
}


.card.card-row .card-info .card-info_title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.card.card-row .card-info .card-info_title span strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.card.card-row .card-info .card-info_reviewScore {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  margin-top: 8px;
}
.card.card-row .card-info .card-info_reviewScore::before {
  top: 2px;
}

.card .card-colum {
  flex-direction: column;
}

.card .card_main-image {
  position: relative;
}
.card.card-full .card_main-image img {
  width: 100%;
}
#listGird .card.card-full .card_main-image {
  aspect-ratio: 16 / 9;
}
#listGird .card.card-full .card_main-image .player {
  object-fit: cover;
}
.card .wish-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/resources/images/uplus/icons/common/heart_white.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  bottom: 0;
  right: 0;
  transform: unset !important;
}
.card .wish-btn.on.defaultOn {
  background: url("/resources/images/uplus/icons/common/heart_white_on.svg");
}
.card .lottie.l-heart {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.card .lottie.l-timer {
  left: 6px;
  top: 4px;
}
.card .cart {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("/resources/images/uplus/icons/common/shoppingcart_md.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  bottom: 6px;
  right: 6px;
}
.card .card-image-timer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.card .card-image-timer .timer-number {
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #7855f0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
.card .card-image-timer .timer-time {
  position: relative;
  padding: 0px 6px 0px 22px;
  background-color: #1d2939;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.24px;
  display: flex;
  /* min-width: 90px; */
}
.card .card-image-timer .timer-time .special-dday {
  min-width: 30px;
}
.card .card-image-timer .timer-time .special-hours {
  min-width: 15px;
}
.card .card-image-timer .timer-time .special-minutes {
  min-width: 24px;
}
.card .card-image-timer .timer-time .special-seconds {
  min-width: 24px;
}
/* .timeDeal .card .card-image-timer .timer-time {
  min-width: 90px;
} */
/* .card .card-image-timer .timer-time::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/timedeal.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
} */
.card .card-info {
  margin-top: 10px;
}
.card.card-row .card-info {
  margin-top: 0;
  margin-left: 10px;
  width: calc(100% - 130px);
}
.card .card-info .card_flex {
  display: flex;
}
.card .card-info .card-info_rate {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  color: #ed6387;
  margin-right: 2px;
}
.card .card-info.card-info-md .card-info_rate {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 140% !important; /* 25.2px */
  letter-spacing: -0.36px !important;
}
.card .card-info.card-info-sm .card-info_rate {
  font-size: 16px !important;
  line-height: 130% !important; /* 20.8px */
  letter-spacing: -0.32px !important;
}
.card .card-info .card-info_price {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  color: #1d2939;
}
.card .card-info .card-info_price strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  color: #1d2939;
}

.card .card-info .card-info_price-detail {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.card .card-info .card-info_price-detail .toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.card .card-info .card-info_price-detail .toggle i,
.card .card-info .card-info_price-detail .toggle strong {
  margin-left: 6px;
}

.card .card-info .card-info_price-detail .list {
  padding: 15px;
  background: #f2f4f7;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-top: 6px;
  min-width: 180px;
  display: none;
  margin-left: auto;
}

.card .card-info .card-info_price-detail .list li {
  display: flex;
  justify-content: space-between;
}

.card .card-info .card-info_price-detail .list li div {
  font-size: 12px;
  font-weight: 500;
  color: #475467;
}

.card .card-info .card-info_price-detail .list li + li {
  margin-top: 6px;
}
.card .card-info.card-info-md .card-info_price {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.card .card-info.card-info-md .card-info_price strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.card .card-info.card-info-sm .card-info_price {
  font-size: 12px !important;
  line-height: 130% !important; /* 15.6px */
  letter-spacing: -0.24px !important;
}
.card .card-info.card-info-sm .card-info_price strong {
  font-size: 16px !important;
  line-height: 130% !important; /* 20.8px */
  letter-spacing: -0.32px !important;
}

.card .card-info .card-info_title {
  margin-top: 6px;
}
.card .card-info .card-info_title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.32px;
  color: #1d2939;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .card-info.card-info-md .card-info_title span {
  font-size: 14px;
  letter-spacing: -0.28px;
}
.card .card-info.card-info-sm .card-info_title span {
  font-size: 14px !important;
  letter-spacing: -0.28px !important;
}
.card .card-info .card-info_title span strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  color: #1d2939;
  position: relative;
  padding-right: 13px;
}
.card .card-info.card-info-md .card-info_title span strong {
  font-size: 14px;
  letter-spacing: -0.28px;
}
.card .card-info.card-info-sm .card-info_title span strong {
  font-size: 14px !important;
  letter-spacing: -0.28px !important;
}
.card .card-info .card-info_title span strong:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  border-right: 1px solid #98a2b3;
  top: 0;
  right: 6px;
  margin-top: 4px;
}
.card .card-info .card-info_specialPriceCoupon {
  color: #1D2939;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.005em;
  position: relative;
  padding-left: 26px;
  margin-top: 16px;
}
.card .card-info .card-info_specialPriceCoupon::before {
  content: " ";
  position: absolute;
  width: 24px;
  height: 14px;
  background: url("/resources/images/uplus/icons/spot/coupon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
}
.card .card-info .card-info_specialPriceCoupon::after {
  right: 0;
}
.card .card-info .card-info_specialPriceCoupon strong{
  color: #ed6387;
}

.card .card-info .card-info_reviewScore{
  color: #98a2b3;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.005em;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
}

.card .card-info .card-info_reviewScore::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/rating_on_xs.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
}

.card .card-info .card-info_adult{
   padding: 12px;
   border: 1px solid #98A2B3;
   border-radius: 8px;
   margin-top: 15px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.card .card-info .card-info_adult .icon{
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 2px;
}

.card .card-info .card-info_adult .title{
  padding-left: 24px;
  position:relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}


.card .card-info .card-info_adult .text{
  margin-top: 8px;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}

.card .card-info .card-info_badge {
  margin-top: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card .card-info .card-info_option {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin-top: 6px;
  color: #98a2b3;
  height: 12px;
}

.card .card-info .card-info_amount {
  font-size: 14px;
  line-height: 130%;
  color: #98a2b3;
  padding-left: 12px;
  position: relative;
}

.card .card-info .card-info_amount::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  border-right: 1px solid #98a2b3;
  top: 0;
  left: 6px;
  margin-top: 4px;
}

.card.card-list {
  margin-bottom: 0;
}

.card.card-list .card-info_title span {
  font-size: 14px;
}

.card.card-list .card-info_title span strong {
  font-size: 14px;
}

.card.card-list .card-info_title span strong:after {
  margin-top: 3.5px;
}

.card.card-list .card_flex {
  margin-top: 6px;
  align-items: baseline;
}

.card.card-list .card-info .card-info_price {
  font-size: 14px;
}

.card.card-list .card-info .card-info_price strong {
  font-size: 18px;
}

.card.card-list .card-image {
  width: 120px;
}

/* [2단 세로형 - 기본] */
/* .card_wrap-flex는 나중에 적용하는 것에 따라서 바꿔주기  */
.card_wrap-flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.card_wrap-flex .card {
  width: 50%;
}
.card_wrap-flex .card:nth-child(odd) {
  padding-right: 12px;
}
.card_wrap-flex .card:nth-child(even) {
  padding-left: 12px;
}
.card .card-image {
  width: 100%;
  position: relative;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f4f7;
  overflow: hidden;
}
.card .card-image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-info .card-info_shoppingCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  color: #509bf5;
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.card-info .card-info_shoppingCount span {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  color: #509bf5;
}
.card-info .card-info_shoppingCount::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/resources/images/uplus/icons/spot/shoppingbag.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
}
/* [3단 세로형 - 기본] */

.card.card-sm {
  width: 33.3vw;
  margin: 0;
}

/* card-checkbox */
.card-check .input-check_box {
  margin-right: 12px;
}
.card-check .input-check_box input[type="checkbox"] + label {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_off.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
  padding-left: 24px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  cursor: pointer;
  height: 24px;
  display: flex;
  align-items: center;
}
.card-check .input-check_box input[type="checkbox"]:checked + label {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_on.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
}
.card-image_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 36px;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 180, 195, 0.6);
  z-index: 10;
}

.card-check input[type="checkbox"]:checked ~ .card-image_overlay {
  display: block;
}

.card-check .input-check_box input[type="checkbox"] + label > div {
  margin-left: 6px;
}
.card-check .input-check_box input[type="checkbox"] + label span {
  color: #98a2b3;
}

/*  */
/*  */
/* main css */
/* main common */

.main-title_layer {
  padding: 24px 8px 0 16px;
}
.main-cont_layer {
  padding-top: 24px;
  padding-bottom: 40px;
}
.recommend-title_layer {
  padding: 20px 16px 0;
}
.recommend-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.mypage_recommend-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.headline_title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.headline_title-icon {
  justify-content: flex-start;
}
.headline_title button {
  position: relative;
  width: 40px;
  height: 40px;
}
.headline_title i.icon-titleArrow {
  width: 40px;
  height: 40px;
  background: url("/resources/images/uplus/icons/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.headline_title-icon i.icon-titleSale {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/specialprice.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_title-icon i.icon-titleBest {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/best.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_title-icon i.icon-titleSpecial {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/new.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_title-icon i.icon-titleNew {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_title-icon i.icon-titleRec {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/onlyu+.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_title-icon i.icon-titleRecSearchKeyword {
  width: 24px;
  height: 24px;
  background: url("/resources/images/uplus/icons/spot/suggestedsearch.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 4px;
}
.headline_sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #98a2b3;
}
.headline-timeDeal {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
}
.headline-timeDeal i {
  width: 20px;
  height: 20px;
  background: url("/resources/images/uplus/icons/spot/time_pink.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 4px;
}
.headline-timeDeal .timer-time {
  min-width: 88px;
}
.headline-timeDeal .timer-time span {
  font-weight: 600;
}
/* main nav */
.nav {
  width: 100%;
  position: fixed;
  top: 56px;
  z-index: 100;
  background-color: #fff;
}
.nav::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #e7edf2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav ul {
  display: flex;
  height: auto;
  position: relative;
}
.nav li {
  width: auto;
}
.nav ul li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 49px;
  padding: 12px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  color: #98a2b3;
}
.nav ul li a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #e7edf2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav ul li a.on {
  color: #000;
  font-weight: 600;
}
.nav ul li a.on::after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* footer navigation bar*/
.foot_nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.foot_nav a {
  position: relative;
  display: flex;
  flex: 1 1 20%;
  justify-content: center;
}
.foot_nav a:nth-child(3) #foot-nav-home {
  position: absolute;
  bottom: -4px;
  width: 92px;
  height: 70px;
  background: url(/resources/images/uplus/icons/common/home_union-shadow.svg);
  background-repeat: no-repeat;
}
.foot_nav a:nth-child(3) #foot-nav-home > img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 16px;
  top: 14px;
}

.foot_nav_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 12px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.foot_nav_item i {
  margin-bottom: 6px;
}
.foot_nav #foot-nav-recently_thum {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -24px);
  transform: translate(-50%, -24px);
  width: 36px;
  height: 36px;
  border: 1px solid #d7dde7;
  border-radius: 4px;
  background-size: 100%;
}

.mainBanner .swiper-slide img {
  width: 100%;
}

.mainBanner .swiper-wrapper {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.6, 1);
}

.mainBanner .pagination-wrap {
  position: absolute;
  border-radius: 4px;
  background-color: rgba(29, 41, 57, 0.5);
  padding: 2px 4px;
  right: 16px;
  left: auto;
  bottom: 16px;
  color: #d7dde7;
  font-size: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 10;
  padding-right: 14px;
  height: 18px;
}
.mainBanner .pagination-wrap .swiper-pagination {
  top: 0;
  left: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 2px;
  width: auto;
  min-width: 36px;
  position: static;
}
.mainBanner .mainBanner_pause {
  position: relative;
  width: 12px;
  height: 12px;
}

.mainBanner .mainBanner_pause::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("/resources/images/uplus/icons/common/pause.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mainBanner .mainBanner_pause.play::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("/resources/images/uplus/icons/common/play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mainBanner .swiper-pagination span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  display: block;
  text-align: center;
}
.mainBanner .swiper-pagination span.active-slide {
  color: #fff;
}
.mainBanner .swiper-pagination span.pagination-bar {
  padding: 0 4px;
  font-size: 8px;
}
.mainBanner .pagination-wrap .go-collect-main-banner {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -11px;
  padding: 10px;
}
.mainBanner .pagination-wrap .go-collect-main-banner::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("/resources/images/uplus/icons/common/chevronright_white_xs.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#mainBannerPopup .popup {
  top: 76px;
}
#mainBannerPopup .contents {
  max-height: none;
  padding-bottom: 0;
}
#mainBannerPopup .content {
  margin-bottom: 8px;
}
#mainBannerPopup .content:last-child {
  margin-bottom: 0px;
}
#mainBannerPopup img {
  width: 100%;
}

/* main quickMenu */
.quickMenu {
  padding: 24px 16px !important;
}
.quickMenu ul {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}
.quickMenu ul li {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 4px 2px 4px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #667085;
  text-align: center;
}

.quickMenu ul li span {
  max-width: 60px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.quickMenu ul li:last-child {
  margin-right: 0;
}
.quickMenu ul li img {
  margin-bottom: 11px;
  width: 54px;
  height: 54px;
}
.menu_bubble {
  max-width: 60px;
  padding: 2px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background-color: #1d2939;
  position: absolute;
  animation: bounce 0.45s ease infinite alternate;
  top: -15px;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.menu_bubble::after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  border-bottom: 6px solid #1d2939;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  transform: rotate(-180deg);
  bottom: -6px;
}
.menu_bubble p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  overflow: hidden;
}

/* main kok recommand */
.personalRec .swiper-slide {
  width: 240px;
}
.personalRec .swiper-slide .card-info {
  display: none;
}
.personalRec .swiper-slide-active .card-info {
  display: block;
}
/* main kok recent */
.personalRecent.swiper-container {
  padding-right: 16px;
}
/* main timeDeal */
.timeDeal .swiper-slide {
  padding-bottom: 33px;
}
.main-timeDeal.timeDeal .card_main-image {
  overflow: hidden;
  width: 100%;
  height: 170px;
}

/* main kok best */
.mainBest.swiper-container {
  padding-right: 16px;
}
/* main kok newest */
.mainNewest.swiper-container {
  padding-right: 16px;
}
/* main mainEvent */
.mainEvent.swiper-container {
  padding-right: 16px;
}
.mainEvent .mainEventBanner {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.mainEvent .mainEventBanner img {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.btn-more {
  position: absolute;
  right: 2.778vw;
  bottom: 2.778vw;
  display: flex;
  align-items: center;
}

.btn-more span {
  color: #fff;
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.btn-more .icon.chevronright-white-xs {
  width: 3.333vw;
  height: 3.333vw;
  margin-left: 2px;
}
/* main kok recommand */
.mainRec.swiper-container {
  padding-right: 16px;
}
/* main Brand */
.mainBrandMenu.swiper-container {
  padding-right: 16px;
}
.mainBrandMenu ul li {
  width: 68px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #1d2939;
  padding: 7px 4px 2px;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainBrandMenu ul li span {
  margin-bottom: 5px;
  border: 3px solid transparent;
  display: block;
  width: 60px;
  height: 60px;
}
.mainBrandMenu ul li span img {
  margin-bottom: 5px;
  border: 3px solid #fff;
  border-radius: 999px;
}
.mainBrandMenu .swiper-slide.on {
  font-weight: 600;
}
.mainBrandMenu .swiper-slide.on span {
  border: 3px solid #000;
  border-radius: 999px;
}

.main-cont_layer .btn {
  margin-top: 28px;
  width: 100%;
  padding: 16.5px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}

/* 특가존 */
/* 베스트 */
.tabBest .swiper-slide {
  padding-bottom: 28px;
}
.tabBest .card_main-image {
  overflow: hidden;
  width: 100%;
  height: 47.223vw;
}
/* 신규 */
.tabNew .swiper-slide {
  padding-bottom: 28px;
}
.tabNew .card_main-image {
  overflow: hidden;
  width: 100%;
  height: 47.223vw;
}
.categoryMenu.swiper-container {
  padding-right: 16px;
  margin-left: 0 !important;
}
.categoryMenu ul li {
  width: auto;
  border-radius: 999px;
  border: 1px solid #d7dde7;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #667085;
  /* margin-right: 8px; */
}

.categoryMenu ul li span {
  display: block;
  padding: 8px 14px;
  font-size: inherit;
  font-weight: inherit;
}
.categoryMenu ul li:last-child {
  margin-right: 0;
}
.categoryMenu ul li.on {
  background-color: #000;
  border: 1px solid #000;
  font-weight: 600;
  color: #fff;
}
/* 브랜드관 */
/*.curationBrand_info_wrap {*/
/*  padding: 16px 16px 20px;*/
/*}*/
/*.curationBrand_info_wrap.on .icon.chevrondown-sm {*/
/*  transform: rotate(-180deg);*/
/*}*/
/*.curationBrand_info_wrap.on .curationBrand_info {*/
/*  display: block;*/
/*}*/
/*.curationBarnd-title_wrap {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  margin-bottom: 4px;*/
/*}*/
/*.curationBarnd-title {*/
/*  color: #000;*/
/*  font-size: 22px;*/
/*  font-weight: 600;*/
/*  line-height: 140%; !* 30.8px *!*/
/*  letter-spacing: -0.44px;*/
/*}*/
/*.curationBrand_info {*/
/*  color: #667085;*/
/*  font-size: 12px;*/
/*  font-weight: 500;*/
/*  line-height: 150%; !* 18px *!*/
/*  letter-spacing: -0.24px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 4;*/
/*  -webkit-box-orient: vertical;*/
/*}*/

.categoryMenuWrap {
  display: flex;
  padding-right: 24px;
}
.categoryMenuWrap .categoryMenu.swiper-container {
  width: 100%;
}
.categoryMenuDrop {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid #f2f4f7;
  background: url("/resources/images/uplus/icons/common/list.svg") #fff;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 16px;
  margin-left: 4px;
  z-index: 10;
}
.category_popup .contents {
  max-height: calc(100vh - 76px);
}
.category_popup .content {
  height: 48px;
  padding: 11.5px 16px 11.5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  color: #1d2939;
  background-color: #fff;
}
.category_popup .content.on {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  background-image: url(/resources/images/uplus/icons/common/check_pink.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
}

.categoryMenuFilter {
  margin-bottom: 14px;
}
/* 오직 콕에서만 */
/* 기획전 */
.tabEvent .tabEventBanner {
  margin-bottom: 20px;
  position: relative;
}
.tabEvent .tabEventBanner img {
  width: 100%;
}
.tabEvent .tabEventList .card:last-child {
  margin-bottom: 0;
}

/*  */
/*  */

/* category css */
.category_wrap {
  display: flex;
}
.category_wrap .category-1depth {
  width: 132px;
  background-color: #f2f4f7;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow-y: auto;
  flex-shrink: 0;
  /* footer nav의 튀어나온 부분만큼 */
  padding-bottom: 20.8px;
  height: calc(100vh - 56px - 70.2px);

  scrollbar-width: none; /* 파이어폭스 */
}
.category_wrap .category-1depth::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.category_wrap .category-1depth li {
  display: inline-block;
  padding: 20px 16px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.category_wrap .category-1depth li.on {
  background-color: #fff;
  font-weight: 600;
}
.category_wrap .category-2depth {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 56px - 70.2px);
  /* footer nav의 튀어나온 부분만큼 */
  padding-bottom: 20.8px;

  scrollbar-width: none; /* 파이어폭스 */
}
.category_wrap .category-2depth::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.category_wrap .category-2depth li {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.category_wrap .category-2depth li.on {
  color: #ed6387;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.category_wrap .category-2depth li.on i {
  background-image: url(/resources/images/uplus/icons/common/chevronright_pink_md.svg);
}

/* category Detail */
.categorySelect_wrap {
  padding-left: 16px;
  padding-top: 10px;
  width: 100%;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.categorySelect_wrap .categorySelect {
  padding-right: 16px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  color: #000;
}
.categorySelect_wrap .categorySelect span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.categorySelect_wrap .categorySelect i {
  margin-left: 2px;
}

/*  */
/*  */

/* search css */
.search_title_layer {
  padding: 24px 8px 20px 16px;
}
.search_title_layer .headline_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  height: auto;
}
.search_title_layer .headline_title button {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #98a2b3;
}
.recentSearchKeyword.swiper-container {
  padding-right: 16px;
}
.recentSearchKeyword ul li {
  width: auto;
}
.recentSearchKeyword ul li button > div {
  color: #667085 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.recentSearchKeyword_none p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #475467;
}
.RecSearchKeyword_wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 78px;
}
.RecSearchKeyword_wrap .RecSearchKeyword {
  background-color: #fff0f5;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #fa5f8c;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 34px;
}
.RecSearchKeyword_wrap .RecSearchKeyword:last-child {
  margin-right: 0;
}
.popularSearchKeyword_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 255px;
  align-items: center;
}
.popularSearchKeyword_wrap li {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 14px 0 15px;
  border-bottom: 1px solid #e7edf2;
}
.popularSearchKeyword_wrap li:nth-child(5n) {
  border-bottom: none;
}
.popularSearchKeyword_wrap li > div:first-child {
  width: 18px;
  text-align: left;
}
.popularSearchKeyword_wrap .popularSearchKeyword_rank-pink {
  color: #fa5f8c;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.popularSearchKeyword_wrap .popularSearchKeyword_rank {
  color: #98a2b3;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.popularSearchKeyword_wrap .popularSearchKeyword {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #000;

  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* search result */
.searchKeyword_result_wrap {
  width: 100%;
  overflow: hidden;
}
.searchKeyword_result_wrap li {
  padding: 16px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #000;
  border-bottom: 1px solid #e7edf2;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.searchKeyword_result_wrap li:last-child {
  border-bottom: none;
}

.searchKeyword_result_wrap li span {
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  color: #ed6387;
}
.searchResult.categoryMenuWrap {
  padding-right: 0;
}

/*  */
/*  */
/* 진입 css */

.sign_check .title {
  font-size: 22px;
  font-weight: 600;
  margin-left: 20px;
}

.sign_check .empty_page {
  height: calc(100vh - 141px);
}

.popup_wrapper .sign_check .empty_page {
  height: calc(100vh - 280px);
  padding-bottom: 72px;
}

.big_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
}

.big_title-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  color: #98a2b3;
}

.small_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #667085;
  display: block;
}

.repair .empty_page {
  height: calc(100vh - 278px);
}

.float_button {
  position: fixed;
  bottom: 111px;
  right: 16px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 11;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.float_button.active {
  display: flex;
}
.float_button.wCtaBtn {
  bottom: 88px;
}
.float_button.noBottom {
  bottom: 20px;
}

/*  */

/* 찜 css */
.editable_title_wrap {
  padding: 3px 8px 3px 16px;
  border-bottom: 1px solid #e7edf2;
  width: 100%;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.editable_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editable_title .wishCountAll {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.editable_title .wishCountAll span {
  color: #344054;
  font-weight: 500;
}
.editable_title button {
  display: flex;
  align-items: center;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.editable_title button i {
  margin-left: 2px;
}

.editable_title.on {
  display: none;
}
.editable_title.on > div {
  display: flex;
  align-items: center;
}
.editable_title.on > div button {
  margin-right: 4px;
}
.editable_title.on > div button:last-child {
  margin-right: 0px;
}

.productSelect_box input[type="checkbox"] + label {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_off.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
  padding-left: 28px;
  color: #344054;

  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
  cursor: pointer;

  height: 24px;
  display: flex;
  align-items: center;
}
.productSelect_box input[type="checkbox"]:checked + label {
  background-image: url(/resources/images/uplus/icons/common/checkcircle_on.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
}
.productSelect_box input[type="checkbox"] + label > div {
  margin-left: 6px;
}
.productSelect_box input[type="checkbox"] + label span {
  color: #98a2b3;
  font-weight: 500;
}

.editable_title.on .wishCountDivider {
  margin-left: 4px;
  margin-right: 4px;
}
.editable_title.on .wishCountDivider::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #d7dde7;
}
.mostWishProduct.swiper-container {
  padding-right: 16px;
}
/*  */
/*  */

/* 최근 본 상품 css */
.editableProduct_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  color: #000;
  margin-bottom: 22px;
}
.editableProduct_title span {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  color: #ed6387;
  margin-left: 6px;
}
.editableProduct .icon.dot {
  margin-right: 12px;
}
.editableProduct .card .card-info {
  flex: 1;
}
.editableProduct .card-line:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 96px;
  background-color: #d7dde7;
  position: absolute;
  top: 28px;
  left: 11.5px;
}
.editableProduct .dividers {
  background-color: #e7edf2;
}
/*  */
/*  */
/* 상품상세 css */
.product_detail .timeDeal .swiper-slide {
  padding-bottom: 0;
}
.product_detail .card_main-image img {
  width: 100%;
  float: left;
}
.product_detail .card .card-info .card-info_reviewScore::before {
  top: 3px;
}
.product_detail .card .card-info .card-info_reviewScore strong {
  font-weight: 500;
}
.product_detail .card .card-info .card-info_title span strong:after {
  margin-top: 5.5px;
}
.product_detail .personal .card .card-info .card-info_title span strong:after {
  margin-top: 3.5px;
}
.product_detail .card .card-info .card-info_price {
  color: #1d2939;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.product_detail .card .card-info .card-info_price strong {
  color: #1d2939;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
}

.product_detail .card .card-info .card-info_reviewScore {
  color: #667085;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.product_detail .card .card-info .card-info_rate {
  color: #ed6387;

  /* heading/heading_2sb */
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
  margin-right: 4px;
}
.product_detail .card .card-info_price.btn-text::after {
  margin-left: 2px;
}
.product_detail .card .card-info .card-info_title span strong {
  color: #1d2939;

  /* heading/heading_4sb */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.product_detail .card .card-info .card-info_title span {
  color: #1d2939;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
/* .product_detail .swiper-wrapper {
  height: 360px !important;
} */
.product_detail .swiper-pagination {
  padding-bottom: 14px !important;
}

.product_detail .timer-time {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  background-color: #1d2939;
  height: 38px;
}

.product_detail .timer-time .timer-title {
  margin-right: 2px;
  font-weight: 500;
}
.product_detail .timer-time .special-dday {
  margin-right: 2px;
}
.product_detail .timer-time > div {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.product_detail .timer-time .special-hours {
  min-width: 18px;
}
.product_detail .timer-time .special-minutes,
.product_detail .timer-time .special-seconds {
  min-width: 28.5px;
}

.product_detail .card-info {
  padding: 0 16px;
}
.product_detail .personal.swiper-container .card-info {
  padding: 0;
}
.product_detail .card-info .more_title span::before {
  content: "";
  display: inline-block;
  background: #bee1ff;
  width: 1px;
  height: 10px;
  margin-right: 4px;
}
.product_detail .card-info .more_title span:first-child::before {
  content: none;
}
.product_detail .card-info .more_title span {
  color: #509bf5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.product_detail .card-info .card-info-del_wrap {
  display:flex;
  align-items: center;
  margin-top: 16px;
  position: relative;
}
.product_detail .card-info .card-info-del_wrap del {
  display: block;
  color: #98a2b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;

}
.product_detail .card-info .card-info-del_wrap #delInfo {
  background: url(/resources/images/uplus/icons/common/info.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 4px;
}

.product_detail #delInfo_modal {
  display: none;
  position: absolute;
  width: calc(80% - 70px);
  background: #fff;
  border-radius: 4px;
  padding: 13px;
  bottom: -32px;
  left: 110px;
  z-index: 2;
  box-shadow: 0 0 10px 2px rgba(64, 64, 64, 0.1);
}

.product_detail #delInfo_modal .modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product_detail #delInfo_modal .modal_header .title {
  /* body/body_2sb */
  color: #fa5f8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.product_detail #delInfo_modal .modal_header .close-sm-gray {
  position: absolute;
  right: 16px;
}

.product_detail #delInfo_modal h1{
  /* body/body_2r */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #98a2b3;
}

.product_detail .card-info .card-info_reviewScore span {
  font-size: 14px;
  font-weight: 500;
  color: #1d2939;
  padding-right: 6px;
}
.product_detail .more_info {
  padding: 14px 20px;
  background: #f9fafb;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e7edf2;
}
.product_detail .card .card-info .card-info_badge {
  margin-top: 0px;

}.product_detail .card .card-info .card-info_badge .badge{
  margin-top: 12px;
}
.product_detail .more_info:first-child {
  border-top: 0;
}
.product_detail .more_info > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  margin-right: 30px;
  padding-left: 30px;
  width: 80px;
  height: 24px;
  color: #1d2939;
}
.product_detail .card .card-info.card-info-sm .card-info_price {
  display: flex;
  align-items: center;
}
.product_detail .more_info > div {
  width: calc(100% - 108px);
  color: #1d2939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.product_detail .more_info > div button {
  height: 24px;
  margin-top: 4px;
}
.product_detail .more_info > div button:first-child {
  margin-top: 0;
}

.product_detail .more_info .icon {
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  margin-right: 6px;
  position: absolute;
  left: 0;
}
.product_detail .more_info button {
  display: block;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  color: #1d2939;
}
.product_detail .more_info button strong {
  color: #ed6387;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}
.product_detail .more_info .exeption {
  color: #98a2b3;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  height: 16px;
  display: flex;
  align-items: center;
}
.product_detail .more_info:last-child {
  border-bottom: 4px solid #f2f4f7;
}
.product_detail .tabs {
  display: flex;
  z-index: 11;
  border-bottom: 1px solid #e7edf2;
  top: 56px;
  width: 100%;
  background-color: #fff;
  height: 50px;
}
.product_detail .tabs .tab {
  width: 25%;
  padding: 14px 0;
  text-align: center;
}
.product_detail .tabs .tab span {
  color: #98a2b3;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.32px;
  position: relative;
}

.product_detail .tabs .tab.active span {
  color: #000;
  font-weight: 600;
}
.product_detail .tabs .tab.active span::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -16px;
  width: 100%;
  left: 0;
}
.product_detail .product_info_area {
  max-height: 500px;
  overflow: hidden;
}
.product_detail .product_info_area.active {
  /* max-height: 4000px; */
  max-height: unset;
}
.product_detail .product_info_area img {
  width: 100%;
}
.product_detail .active_tab {
  color: #344054;
  padding: 16px 0;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e7edf2;
  /*border-bottom: 4px solid #f2f4f7;*/
}
.product_detail .active_tab::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  background: url(/resources/images/uplus/icons/common/chevrondown_sm.svg);
}

.product_detail .active_tab.active::after {
  background: url(/resources/images/uplus/icons/common/chevronup_gray_sm.svg);
}
.product_detail .personal .card.card-sm {
  width: 35.3vw;
}
.product_detail .personal .card .card-info .card-info_reviewScore {
  color: #98a2b3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.product_detail .personal .card .card-info .card-info_reviewScore::before {
  top: 2px;
}
.product_detail footer {
  height: 68px;
  position: absolute;
}
.product_detail .footer_wrapper {
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #e7edf2;
}
.product_detail .footer_wrapper .btn_wrap-product {
  background-color: white;
}
.product_detail .footer_wrapper .btn-cta.btn-cta_secondary {
  flex: 1;
  margin-right: 20px;
}
.coupon {
  border-radius: 12px;
  border: 1px solid #d7dde7;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon > .download {
  width: 40px;
  height: auto;
  background-color: #fff0f5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.coupon.complete > .download {
  background-color: #fff;
  color: #98a2b3;
  /* body/body_3m */
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.coupon > .coupon_status {
  color: #ed6387;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
}
.coupon.complete > .coupon_status {
  color: #98a2b3;
  text-align: center;
  width: 48px;
}
.coupon .coupon_contents {
  width: calc(100% - 56px);
  border-right: 1px solid #e7edf2;
}
.coupon .persent {
  color: #ed6387;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 2px;
}
.coupon.complete {
  color: #98a2b3 !important;
}
.coupon.complete .persent {
  color: #98a2b3 !important;
}
.coupon .coupon_contents_top {
  display: flex;
  align-items: center;
}
.coupon .coupon_contents .badge {
  margin-left: 4px;
  margin-bottom: 2px;
}
.coupon.complete .coupon_contents .badge {
  background-color: #f2f4f7;
  color: #98a2b3;
}

.product_detail .bottom_popup object {
  width: 130px;
  height: 130px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.product_detail table {
  width: 100%;
}
.product_detail table.row-table tr {
  border: 1px solid #d7dde7;
}
.product_detail table.column-table tr {
  text-align: center;
  border: 1px solid #d7dde7;
}
.product_detail table {
  border: 1px solid #d7dde7;
}
.product_detail table th,
.product_detail table td {
  padding: 16px 12px;
  text-align: left;
  color: #344054;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  border: 1px solid #d7dde7;
}

.product_detail table th {
  background: #f9fafb;
  vertical-align: middle;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.28px;
  min-width: 120px;
}

.product_detail table.column-table th,
.product_detail table.column-table td {
  text-align: center;
  vertical-align: middle;
}

.product_detail table.column-table th {
  border-bottom: 1px solid #f9fafb;
}

#regularDelivery_popup th,
#regularDelivery_popup td {
  width: 50%;
  text-align: center;
  padding: 8px;
}
#regularDelivery_popup th {
  color: #344054;
  font-weight: 400;
}
#regularDelivery_popup .contents_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.09px;
}

.bottom_popup .popup > .share {
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-bottom: 74px;
}
.bottom_popup .popup > .share > div {
  display: flex;
  flex-direction: column;
  width: auto;
  background: none;
}
.bottom_popup .popup > .share > div object {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f2f4f7;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.bottom_popup .popup > .share > div:first-child {
  margin-right: 60px;
}
.bottom_popup .popup > .share > div:first-child object {
  background-color: #f9e000;
}
.bottom_popup .popup > .share span {
  text-align: center;
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
}

.product_detail .review_info {
  margin-top: 20px;
  padding: 0 20px;
}

.product_detail .review_info_head {
  display: flex;
  justify-content : space-between;
  padding: 16px 0px;
}

.product_detail .review_info_head > div {
  display: flex;
  align-items: center;
}

.product_detail .review_info_head > div .title{
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
}

.product_detail .review_info_head > div .number{
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,.5);
}

.product_detail .review_info_head .write span{
  margin: 0 4px 0 8px;
  font-weight: 500;
}

.product_detail .review_info_box{
  display: flex;
  align-items: center;
  padding: 24px 0 ;
  width: 100%
}

.product_detail .review_info_box div{
  flex:1;
  margin-top:0 !important;
}


.product_detail .review_info_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0 ;
  gap:4px;
}

.product_detail .review_info_cont .score{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
}

.product_detail .review_info_cont .score span{
  margin-left: 5px;
  font-size: 44px;
  font-weight: bold;
}

.product_detail .review_info_cont .count {
  display: inline-flex;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 12px;
  background:rgba(0, 0, 0, 0.03);
  color: rgba(0,0,0,.5);
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

.product_detail .review_info_list{
  margin-top:0;
}

.product_detail .review_info_list_title{
  text-align:center;
  margin: 24px 0 20px 0;
  font-weight: bold;
}

.product_detail .review_info_list ul{
  display:flex;
  gap: 5px;
  justify-content:center;
}

.product_detail .review_info_list ul li {
  display:flex;
  justify-content:center;
  flex-direction: column;
  gap: 8px;
}

.product_detail .review_info_list ul li div{
  height: 22px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0,0,0,.8)
}

.product_detail .review_info_list ul li.info div{
  color: #fa5f8c;
  font-weight: 600;
}

.product_detail .review_info_list ul li.bar{
  flex-grow:1;
  max-width: 200px;
}

.product_detail .review_info_list ul li.bar div{
  width: 100%;
}

.product_detail .review_info_list ul li.bar .bar_back{
  height: 8px;
  width: 100%;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.product_detail .review_info_list ul li.bar .bar_block{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background: #fa5f8c;
}

.product_detail .review_info_list ul li.per div{
  font-weight: 600;
}

.product_detail .review_info_info{
  padding: 24px 0px;
}

.product_detail .review_info_info > ul > li + li{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,.13)
}

.product_detail .review_info_info_head{
  padding: 12px 16px;
  background: rgba(0,0,0,0.03);
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.product_detail .review_info_info_head .phone{
  font-size: 12px;
}

.product_detail .review_info_info_head .date{
  font-size: 12px;
  color: rgba(0,0,0,.3)
}

.product_detail .review_info_info_cont {
  padding: 12px 0px;
}

.product_detail .review_info_info_cont .list{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.product_detail .review_info_info_cont .list li{
  font-weight:bold;
  display: flex;
}

.product_detail .review_info_info_cont .list li p{
  width: 45px;
}

.product_detail .review_info_info_cont .list li span{
  font-weight:bold;
  margin-left: 6px;
}

.product_detail .review_info_info_cont .text {
  margin-top: 12px;
}

.product_detail .review_info_info_photo {
  margin-top: 12px;
}

.product_detail .review_info_info_photo .swiper-slide{
  width: 150px;
  height: 150px !important;
  background-size:cover !important;
  background-position: center center;
  background: #000;
}

.product_detail .review_info_info_footer{
  display: flex;
  justify-content: flex-end;
}

.product_detail .review_info_info_footer .report{
  display:flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
  color: rgba(0,0,0,.5);
}

.product_detail .qna_info {
  margin: 24px 16px 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_detail .qna_info span {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.product_detail .qna_info button {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #1d2939;
  background-color: #1d2939;
  padding: 16.5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.product_detail .accordion .info .info_image {
  background-color: #f2f4f7;
  color: #1d2939;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_detail .accordion.answer .info .info_image {
  background-color: #fff0f5;
  color: #fa5f8c;
}
.product_detail .accordion.answer .detail:last-child {
  border-top: 1px solid #e7edf2;
}
.product_detail .accordion.answer .detail:last-child .detail_title {
  color: #ed6387;
}
.product_detail .empty_page {
  height: 350px;
}
.product_detail .accordion::after {
  content: "";
  display: block;
  border-bottom: 1px solid #e7edf2;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.product_detail .accordion.on::after {
  content: "";
  border-bottom: 0;
}
.product_detail #product-qna-list .list:last-child .accordion::after {
  border-bottom: 0;
}

.product_detail .selected_product {
  margin: 20px 16px 64px 16px;
  border-radius: 4px;
  background: #f9fafb;
}

.product_detail .selected_product .products {
  padding: 20px 16px 0 16px;
  background: #f9fafb;
  position: relative;
  border-radius: 4px;
}
.product_detail .selected_product .products:first-child {
  padding-top: 20px;
}
.product_detail .selected_product .products:last-child {
  padding-bottom: 16px;
}
.product_detail .selected_product .products::after {
  content: "";
  display: block;
  border-top: 1px solid #e7edf2;
  width: 100%;
  margin-top: 16px;
}
.product_detail .selected_product .products:last-child::after {
  content: none;
}
.product_detail .selected_product .search-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
}
.product_detail .selected_product .products .title {
  width: calc(100% - 28px);
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_detail .selected_product .option {
  margin-top: 6px;
}
.product_detail .selected_product .option span {
  color: #509bf5;

  /* body/body_2m */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.product_detail .selected_product .option span:first-child::before {
  content: none;
}
.product_detail .selected_product .option span::before {
  content: "";
  display: inline-block;
  background: #bee1ff;
  width: 1px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
}
.product_detail .selected_product .amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.product_detail .selected_product .control {
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d7dde7;
}

.product_detail .selected_product .control span {
  width: 30px;
  display: inline-block;
  color: #344054;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.product_detail .selected_product .price {
  color: #1d2939;

  /* body/body_2m */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.product_detail .selected_product .price strong {
  color: #1d2939;

  /* heading/heading_4m */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}

.product_detail-btn_wrap {
  padding: 16px 16px 20px 16px;
  /* position: fixed; */
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e7edf2;
  background: white;
  z-index: 100;
}
.product_detail-btn_wrap .total_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  margin-bottom: 16px;
  color: #344054;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  padding-left: 4px;
  padding-right: 4px;
}
.product_detail-btn_wrap .total_price .price {
  color: #ed6387;

  /* body/body_1sb */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.product_detail-btn_wrap .total_price .price strong {
  color: #ed6387;

  /* heading/heading_2sb */
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.product_detail-btn_wrap .btn_wrap {
  padding: 0;
  position: relative;
}

.marker {
  color: #98a2b3;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: -0.24px;
  padding-left: 18px;
}
.marker li {
  list-style: disc;
  color: #98a2b3;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: -0.24px;
}
.marker li::marker {
  font-size: 3px;
}
.tab_info {
  display: none;
}
.tab_info.active {
  display: block;
}

/*  */
/*  */
/* 마이페이지 css */

.mypage_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage_info .mypage_info-header {
  display: flex;
}
.mypage_info .user_info_wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 12px;
}
.mypage_info .user_info_wrap .user_title {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.mypage_info .user_info_wrap .user_title span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.mypage_info .user_info_wrap .user_title button {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.mypage_info .user_info_wrap .user_number {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.mypage_info .btn-round {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  border: none;
}
.mypage_info_wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.mypage_info_wrap div {
  cursor: pointer;
  width: calc(50% - 5px);
  padding: 13px 12px 13px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f4f7;
}
.mypage_info_wrap div span {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
}
.mypage_info_wrap div span i {
  margin-right: 4px;
}
.mypage_info_wrap div button {
  color: #98a2b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  padding: 0;
  padding-right: 16px;
}
.mypage_info_wrap div button.on {
  color: #475467;
}
.mypage_info_wrap .btn-text.btn-text_sm::after {
  transform: translateX(4px);
}

.mypage_info_wrap div:nth-child(odd) {
  margin-right: 10px;
}
.mypage_info_wrap div:nth-child(1) {
  border-radius: 12px 0px 0px 0px;
}
.mypage_info_wrap div:nth-child(2) {
  border-radius: 0px 12px 0px 0px;
}
.mypage_info_wrap div:nth-child(3) {
  border-radius: 0px 0px 0px 12px;
  margin-top: 10px;
}
.mypage_info_wrap div:nth-child(4) {
  border-radius: 0px 0px 12px 0px;
  margin-top: 10px;
}
.mypage_list .empty_page {
  height: 296px;
  padding: 0;
}

.mypage_qna {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mypage_qna button {
  width: calc(50% - 4px);
  padding: 12.5px 0;
  border-radius: 4px;
  border: 1px solid #d7dde7;
  margin-bottom: 8px;
  color: #1d2939;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.mypage_qna button:last-child {
  margin-bottom: 0px;
}
/*  */

.mypage_review_box {
  border-radius: 12px;
  border: 1px solid #d7dde7;
  padding: 13px 10px 10px 10px;
}
.mypage_review_box .review_info_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 19px;
}
.mypage_review_box .review_info_wrap .review_list {
  display: flex;
  align-items: center;
}

.mypage_review_box .review_info_wrap .review_list span {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.mypage_review_box .review_info_wrap .review_state {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.mypage_review_box .review_info_wrap .review_state div {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.mypage_review_box .review_info_wrap .review_state div:last-child {
  margin-bottom: 0;
}
.mypage_review_box .review_info_wrap .review_state div span {
  color: #98a2b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-left: 4px;
  text-align: right;
  width: 30px;
  display: inline-block;
}
.mypage_review_box .review_info_wrap .review_state div span.on {
  color: #475467;
}
.info_noti_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f2f4f7;
  padding: 16px;
}
.mypage_review_box .info_noti_box {
  justify-content: flex-start;
}
.mypage_review_box .info_noti_box i {
  margin-right: 8px;
}
.mypage_review_box .info_noti_box span {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
}
.mypage_review_box .info_noti_box span strong {
  color: #475467;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
}
.mypage_review_box .info_noti_box span strong span {
  color: #fa5f8c;
}
.mypage_headline_title {
  margin-top: 28px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.mypageRecentOrder .swiper-slide {
  padding-bottom: 33px;
}

.mypage_setting_title {
  padding-top: 24px;
  padding-bottom: 10px;
  color: #98a2b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.mypage_setting_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage_setting_box .title {
  color: #1d2939;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.mypage_setting_box .title .sub_title {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.mypageSetting .title .btn-text.btn-text_xs {
  padding: 0;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.input_box-slide {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.input_box-slide .slide {
  width: 44px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #98a2b3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.input_box-slide .slide::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.input_box-slide input[type="checkbox"]:checked + .slide {
  background-color: #fa5f8c;
}
.input_box-slide input[type="checkbox"]:checked + .slide:before {
  transform: translateX(calc(100%));
}
.mypageSetting .info_noti_box .title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.info_noti_box .input_box-slide {
  height: 4px;
}
.info_noti_box .input_box-slide .slide::before {
  left: 0px;
  bottom: -8px;
}
.info_noti_box .input_box-slide input[type="checkbox"]:checked + .slide:before {
  transform: translateX(calc(100% + 10px));
}
.mypage_setting_box .version {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.mypageOrder_list > .order-count-box .title {
  display: flex;
  align-items: center;
  padding: 3px 16px 17px 16px;
  justify-content: space-between;
}

.mypageOrder_list > div .title .text {
  color: #475467;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.mypageOrder_list > div .title .text span {
  color: #fa5f8c;
  font-weight: inherit;
  font-size: inherit;
}

.mypageOrder_list > div .title button {
  color: #98a2b3;
  font-weight: 500;
}

.mypageOrder_list > div .info {
  padding: 0 16px 20px 16px;
}

.mypageOrder_list > div .info .list {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #e7edf2;
  margin-bottom: 24px;
}

.mypageOrder_list > div .info .list li {
  text-align: center;
  flex: 1;
  color: #98a2b3;
}

.mypageOrder_list > div .info .list li.on {
  color: #475467;
}

.mypageOrder_list > div .info .list li .num {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.mypageOrder_list > div .info .list li .text {
  font-size: 14px;
  line-height: 130%;
}

.mypageOrder_list > div .info .notice {
  padding: 16px;
  display: flex;
  background: #f2f4f7;
  align-items: center;
  border-radius: 8px;
}

.mypageOrder_list > div .info .notice .text {
  margin-left: 8px;
  font-size: 12px;
  color: #98a2b3;
  font-weight: 500;
  line-height: 130%;
}

.mypageOrder_list > div .info .notice .text span {
  font-size: inherit;
  color: #475467;
}

.mypageOrder_list .empty_page {
  height: 255px;
  padding: 0;
  width: 100%;
}

.mypageOrder_list > .list > li + li {
  border-top: 4px solid #f2f4f7;
}

.mypageOrder_list > .list > li {
  padding: 24px 16px;
}

.mypageOrder_list > .list > li > .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
  color: #475467;
  padding: 0;
}

.mypageOrder_list_product li + li {
  margin-top: 32px;
}

.mypageOrder_list_product .title {
  border-radius: 4px;
  padding: 12px;
  background: #f9fafb;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.mypageOrder_list_product .title span {
  color: #7855f0;
  font-weight: 600;
}

.mypageOrder_list_product .title .date {
  color: #475467;
  margin-left: 6px;
}

.mypageOrder_list_product .title .time {
  color: #98a2b3;
  margin-left: 4px;
}

.mypageOrder_list_product .title .cancel {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
}

.mypageOrder_list_product .title .order-detail-link button {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  background: inherit;
}
.mypageOrder_list_product .title .order-detail-link button::after {
  background: url(/resources/images/uplus/icons/common/chevronright_sm.svg);
}

.mypageOrder_list_product .title > button {
  color: #98a2b3;
}

.mypageOrder_list_product .card {
  margin-top: 16px;
}

.mypageOrder_list_product .btn_wrap {
  display: flex;
  padding: 0;
  margin-top: 16px;
}

.mypageOrder_list_product .btn_wrap button {
  flex: 1;
  font-weight: 600;
  line-height: 130%;
  padding: 8px 0;
  color: #000;
}

.mypageOrder_list_product .btn_wrap button + button {
  margin-left: 8px;
}

.mypageOrder_list_product .btn_wrap-text {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 16px;
  padding-bottom: 16px;
}

.mypageOrder_list_product .btn_wrap-text .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  color: #475467;
  white-space: nowrap;
}

.mypageOrder_list_product .btn_wrap-text .text div {
  font-weight: 700;
}

.mypageOrder_list_product .btn_wrap-text .text .state {
  font-weight: 500;
  color: #509bf5;
  margin-left: 4px;
  white-space: wrap;
}

.mypageOrder_list_product .btn_wrap-text .text .state span {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 500;
}

.mypageOrder_list_product .btn_wrap-text button {
  white-space: nowrap;
  margin-left: 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.mypageGift_list .list .empty_page {
  padding: 0;
  border-bottom: 0;
  height: calc(100vh - 56px - 50px - 91px);
}

.mypageGift_list > .list > li + li {
  border-top: 4px solid #f2f4f7;
}

.mypageGift_list > .list > li {
  padding: 24px 16px;
}

.mypageOrder_list_product-gift li {
  border-bottom: 1px solid #e7edf2;
}

.mypageGift_list > .list > li > .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #475467;
}

.mypageRegDelivery_list {
  padding: 0 16px;
  margin-bottom: 40px;
}

.mypageRegDelivery_list .list {
  border-top: 1px solid #e7edf2;
}

.mypageRegDelivery_list .list .empty_page {
  width: 100%;
  height: calc(100vh - 150px - 91px);
}

.mypageRegDelivery_list .list .empty_page .notice {
  padding: 16px;
  display: flex;
  background: #f2f4f7;
  align-items: center;
  border-radius: 8px;
  margin-top: 20px;
}

.mypageRegDelivery_list .list .empty_page .notice .text {
  margin-left: 8px;
  font-size: 12px;
  color: #98a2b3;
  font-weight: 500;
  line-height: 130%;
}

.mypageRegDelivery_list .list .empty_page .text strong {
  font-size: inherit;
  color: #475467;
}

.mypageRegDelivery_list .list .empty_page .text span {
  font-size: inherit;
  color: #fa5f8c;
}

.mypageRegDelivery_list > .title {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}

.mypageRegDelivery_list > .title .text {
  color: #475467;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.mypageRegDelivery_list .dropdown {
  padding: 8px;
}
.mypageRegDelivery_list .dropdown span {
  color: #98a2b3;
}
.mypageRegDelivery_list .dropdown_wrap .dropdown span::after {
  background: url(/resources/images/uplus/icons/common/chevrondown_gray_sm.svg);
}
.mypageRegDelivery_list .dropdown_wrap.on .option_wrap {
  transform: translateX(-80%);
}

.mypageRegDelivery_list > .title .text span {
  color: #fa5f8c;
  font-weight: inherit;
  font-size: inherit;
}

.mypageCoupon_list {
  padding: 20px 16px;
}
.mypageCoupon_list .badge{
  margin: 0px;
}

.mypageCoupon_list .list .empty_page {
  width: 100%;
  height: 247px;
}

.mypageCoupon_list .list li + li {
  margin-top: 12px;
}
.mypageCoupon_info_wrap {
  padding: 18px 16px 16px;
  background-color: #f2f4f7;
}
.mypageCoupon_info_wrap .title {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.mypageCoupon_info_wrap .content {
  color: #98a2b3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.mypageRegPay {
  padding: 0 16px;
}

.mypageRegPay .empty_page {
  width: 100%;
  border-top: 1px solid #e7edf2;
  height: calc(100vh - 150px - 91px);
}

.mypageRegPay .empty_page .notice {
  padding: 16px;
  display: flex;
  background: #f2f4f7;
  align-items: center;
  border-radius: 8px;
  margin-top: 20px;
}

.mypageRegPay .empty_page .notice .text {
  margin-left: 8px;
  font-size: 12px;
  color: #98a2b3;
  font-weight: 500;
  line-height: 130%;
}

.mypageRegPay .empty_page .info span {
  color: #fa5f8c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.mypageRegPay .empty_page .text strong {
  font-size: inherit;
  color: #475467;
}

.mypageRegPay .empty_page .text span {
  color: #fa5f8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}

.mypageRegPay > .title {
  display: flex;
  align-items: center;
  padding: 17px 0;
  justify-content: space-between;
}

.mypageRegPay > .title .text {
  color: #475467;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.mypageRegPay .pay {
  padding: 32px 16px;
  border-top: 1px solid #e7edf2;
}

.mypageRegPay .pay_card {
  border-radius: 16px;
  background: var(--neutral-neutral-50, #f9fafb);
  box-shadow: -4px -4px 50px 0px rgba(168, 179, 189, 0.3) inset,
  16px 16px 30px 0px rgba(255, 255, 255, 0.8) inset,
  -2px -2px 6px 0px rgba(152, 162, 179, 0.6) inset;
  overflow: hidden;
}

.mypageRegPay .pay_card .title {
  padding: 14px 16px;
  background-color: #f2f4f7;
  mix-blend-mode: multiply;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #475467;
}
.mypageRegPay .pay_card .cont {
  padding: 16px;
}

.mypageRegPay .pay_card .text_list {
  display: flex;
  align-items: center;
}

.mypageRegPay .pay_card .text_list li {
  color: #98a2b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.mypageRegPay .pay_card .cont {
  display: flex;
  flex-direction: column;
}

.mypageRegPay .pay_card .text_list li + li {
  margin-left: 10px;
}

.mypageRegPay .pay_card .btn_wrap {
  display: inline-flex;
  padding: 0;
  margin-top: 28px;
  margin-left: auto;
}

.mypageRegPay .pay_card .btn_wrap button {
  display: inline-block;
  white-space: nowrap;
}

.mypageRegPay .pay_card .btn_wrap button + button {
  margin-left: 10px;
}

.request_info_box {
  border-radius: 8px;
  background-color: #f2f4f7;
  padding: 16px;
}
.request_info_box .title {
  color: #1d2939;
  /* body/body_1sb */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}
.request_info_box .info {
  color: #1d2939;
  /* body/body_2r */
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  margin-bottom: 4px;
  display: flex;
}
.request_info_box .info:last-child {
  margin-bottom: 0;
}
.request_info_box .info span:first-child {
  width: auto;
  margin-right: 4px;
}
.request_info_box .info span {
  color: #1d2939;
  /* body/body_2m */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  width: calc(100% - 46px);
}
.request_input_box .input__box input[type="text"] {
  border: 1px solid #475467;
  border-radius: 4px;
  padding: 14px 16px;
  color: #1d2939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.empty_page#no-product-filter {
  width: 100%;
  height: calc(100vh - 260px);
}

#terms-coupon-popup .eventBannerBottom img {
  width: 100%;
}

#terms-coupon-popup .btn_wrap.btn_wrap-double {
  position: sticky;
}

#specialPriceCouponProductPopup .contents div{
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
}
#specialPriceCouponProductPopup .contents div span {
  color: #ed6387;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.cart-special-price-coupon-use span {
  color: #fa5f8c !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: -0.24px !important;
}

.special-price-coupon-used {
  display: flex;
  align-items: center;
}

.special-price-coupon-used span {
  color: #ed6387;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.special-price-coupon-used.disabled {
  border: 1px solid #d5d5d5;
  background-color: #ededed;
  color: #a2a2a2;

}
#specialPriceCouponInfo {
  background: url(/resources/images/uplus/icons/common/info_pink.svg);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 2px;
}

/*--------------------------------------*/

/* outLinkPopup */
#outLinkPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}
#outLinkPopup .popup {
  background: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}
#outLinkPopup .popup .header {
  justify-content: flex-end;
  border-bottom: 1px solid #e7edf2;
}
#outLinkPopup .popup .header .close {
  width: 40px;
  height: 40px;
  background: url(/resources/images/uplus/icons/common/close_lg.svg);
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
#outLinkPopup .popup .contents {
  height: calc(100% - 56px);
  top: 56px;
  position: relative;
}
#outLinkPopup iframe {
  background: #fff;
}

#wish-category-terms-popup .contents {
  color: #344054;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
}
#wish-category-terms-popup .contents span {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.28px;
}
#wish-category-terms-popup .contents .contents_wrap {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
#wish-category-terms-popup .contents .contents_wrap > div{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* IBK point*/
.ibk-point_wrap {
  padding: 20px 16px;
}
.ibk-point_wrap .notice {
  padding: 16px;
  display: flex;
  flex-direction: column;
  background: #f2f4f7;
  align-items: center;
  border-radius: 8px;
  gap: 4px;
  margin-bottom: 20px;
}
.ibk-point_wrap .notice .title {
  color: #475467;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.ibk-point_wrap .notice .point {
  color: #fa5f8c;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.ibk-point_wrap .notice span {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #667085;
}
.ibk-point_wrap >.title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  padding-bottom: 12px;
}
.ibk-point_wrap .count {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  justify-content: space-between;
}
.ibk-point_wrap .count .text {
  color: #475467;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.ibk-point_wrap .count .text span {
  color: #fa5f8c;
  font-weight: inherit;
  font-size: inherit;
}
.ibk-point_wrap .count button {
  color: #98a2b3;
  font-weight: 500;
}
#ibk-point-box {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e7edf2;
  margin-bottom: 24px;
}
.ibk-point-list {
  padding: 16px 0;
  border-bottom: 1px solid #e7edf2;
}
.ibk-point-list:last-child {
  border-bottom:none;
}
.ibk-point-list .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.ibk-point-list .statusBadge {
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  background-color: #fff;
  border: 1px solid #d7dde7;
}
.ibk-point-list .cont .statusBadge.payment {
  color: #509bf5;
}
.ibk-point-list .cont .statusBadge.deductions {
  color: #fa5f8c;
}
.detail_section_list_2.detail_section_sub li:nth-child(1){
  font-weight: 500 !important;
  padding-left: 8px;
}

  /* 관심 카테고리 설정 */
.category-step1-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px;
}
.category-step1-layout input:checked ~ label {
  display: inherit;
}
#wish-category-step1 .category-item {
  text-align: center;
  border: 1px solid #d7dde7;
  border-radius: 4px;
  padding: 16px;
  cursor: pointer;
}
#wish-category-step1 .category-item.active {
  border-color: #fa5f8c;
}
#wish-category-step1  .category-icon {
  margin-bottom: 8px;
}
#wish-category-step1  .category-icon img {
  width: 48px;
  height: 48px;
}
#wish-category-step1 .category-name {
  font-size: 14px;
  color: #1d2939;
}
#wish-category-step1 .category-item.active .category-name {
  color: #fa5f8c;
}

.category-step2-layout{
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category-depth1-area {
  border: 1px solid #d7dde7;
  border-radius: 12px;
  padding: 16px;
}
#wish-category-step2 .category-label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#wish-category-step2  .category-icon {
  margin-right: 8px;
}
#wish-category-step2  .category-icon img {
  width: 24px;
  height: 24px;
}
#wish-category-step2 .category-name {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.category-step2-layout .categoryMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.category-step2-layout .categoryMenu li {
  width: auto;
  border-radius: 999px;
  border: 1px solid #d7dde7;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #667085;
}
.category-step2-layout .categoryMenu li:has(.category-depth2-item:checked) {
  background-color: #FFF0F5;
  border: 1px solid #FFF0F5;
}
.category-step2-layout .categoryMenu .category-depth2-item:checked + label {
  font-weight: 600;
  color: #FA5F8C;
}
.category-depth2-item + label {
  display: block;
  padding: 8px 14px;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
}


  /* vreview-overlay-modal */
.vreview-overlay-modal.open {
  z-index: 1200;
}

.review_info .card.card-row{
  align-items: center;
}

.review_info .card.card-list .card-image{
  width: 70px;
}

.review_info .card .card-info{
  width: calc(100% - 70px);
}

.review_info .card .card-info .card-info_title{
  margin-top:0;
}

.review_info_list{
  margin-top: 24px;
}

.review_info_list li .title{
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}

.review_info_list .rate{
  display: block !important;
}

.review_info_list .rate fieldset{
  display:flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.review_info_list .rate input {
    display: none;
}

.review_info_list .rate label {
    color:#ccc;
}

.review_info_list .rate label:before {
    display: inline-block;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-size: 40px;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */

}
/* Zero stars rating */
.review_info_list .rate label:last-child:before {
    content: "\f006 "; /* empty star outline */

}
/* Half star trick */
.review_info_list .rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}

.review_info_list .rate_text{
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
}

.review_info_list .rate input:checked ~ label,
.review_info_list .rate label:hover,.review_info_list .rate label:hover ~ label { color:#fa5f8c !important;}
.review_info_list .rate input:checked + label:hover, .review_info_list .rate input:checked ~ label:hover,
.review_info_list .rate input:checked ~ label:hover ~ label,
.review_info_list .rate label:hover ~ input:checked ~ label{ color: #fa5f8c !important; }

.review_info_list > li + li{
  margin-top: 48px;
}

.review_info_list .tags {
  display: flex;
  gap: 8px;
}

.review_info_list .tags input:checked + label{
  border:1px solid #fa5f8c;
  color: #fa5f8c;
  font-weight: bold;
}

.review_info_list .tags label{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(224, 224, 224);
  color: rgb(170, 178, 185);
  min-width: 80px;
  border-radius:20px;
  padding: 0 10px;
  height: 38px;
  background:#fff;
}

.review_info_list .text{
  position:relative;
  border-radius: 3px;
  border: 1px solid #d2d0d0;
}

.review_info_list .text textarea{
  width: 100%;
  background: 0 0;
  padding: 12px;
  font-size: 15px;
  box-sizing: border-box;
  resize: none;
  font-size: 15px;
  height: 160px;
}

.review_info_list .text_limit{
  font-size: 12px;
  padding: 5px 12px 12px;
  text-align: right;
}

.review_info_list .photo input{
  display:none;
}

.review_info_list .photo .swiper-slide{
  width: 150px;
  height: 150px !important;
  background: rgba(248,249,250,1);
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 3px;
}

.review_info_list .photo .swiper-slide .photo_close{
  width: 24px;
  height: 24px;
  border-radius:50%;
  background: rgba(0,0,0,.3);
  display:flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
}

.review_info_list .photo .swiper-slide .photo_close img{
  width: 12px;
  height: 12px;
}

.review_info_list .photo label{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #475467;
  gap: 10px;
  width: 150px;
  height: 150px;
  background: rgba(248,249,250,1);
}

@media (max-width: 350px) {
  .tab_wrapper li a {
    font-size: 14px;
  }
  .mypageOrder_list_product .btn_wrap button {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  #kok_header,
  #kok_nav,
  .popup_wrapper,
  .footer_wrapper,
  .editable_title_wrap,
  .btn_wrap.btn_wrap-double.btn_wrap-bottom,
  #outLinkPopup  {
    max-width: 100% !important;
  }
}
@media (min-width: 801px) {
  .center_popup .popup {
    width: calc(480px - 32px);
  }
  .product_detail .tabs {
    max-width: 480px;
    margin: 0 auto;
  }
  .float_button {
    left: 50%;
    transform: translateX(170px);
  }
  .editable_title_wrap,
  .categorySelect_wrap {
    max-width: 480px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn_wrap.btn_wrap-double.btn_wrap-bottom {
    max-width: 480px;
    margin: 0 auto;
  }
  .toast_popup {
    margin: 0 auto;
    max-width: 448px;
  }
  .tabBest .card_main-image,
  .tabNew .card_main-image {
    height: 226px;
  }
  .btn-more {
    bottom: 10px;
    right: 10px;
  }

  .btn-more span {
    font-size: 12px;
  }
  .btn-more .icon.chevronright-white-xs {
    width: 12px;
    height: 12px;
  }
  .main-timeDeal.timeDeal .card_main-image {
    height: 227px;
  }
}
/* ------------------------- */
.
/* ------------------------- */
