.pre_view_m {
  display: none;
}

.product {
  display: inline-block;
}

.product .img_wrap {
  height: 212px;
  width: 100%;
  overflow: hidden;
}

.product li {
  width: 31.33333%;
  float: left;
  margin: 0 1% 50px 1%;
  border: 2px solid #efefef61;
  border-radius: 15px;
}

.product li {
  display: block;
}

.product li img {
  cursor: pointer;
  width: 100%;
  border-radius: 13px 13px 0 0;
}

.product .product_info {
  padding: 20px;
}

.product li .title {
  font-size: 17px;
  font-family: 'Pretendard-Medium';
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a3969638;
}

.product .product_txt {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 21px;
  color: #777;
}

.product .product_icon {
  width: 100%;
}

.product .product_icon>div {
  display: inline-block;
  font-size: 12px;
  color: #a39696;
  margin-right: 5px;
}

.product .product_icon>div i {
  font-size: 14px;
  margin-right: 3px;
  color: #a39696;
  vertical-align: text-top;
}

.product .product_icon .num {
  margin-right: 10px;
}

/* 상품 판매가 (2026-07-27) — 고객결제 브랜드에서만 출력 */
.product .product_price {
  font-family: 'Pretendard-Bold';
  font-weight: 700;
  font-size: 20px;
  color: #222;
  margin: 0 0 12px;
}

.product .product_price span {
  font-family: 'Pretendard-SemiBold';
  font-size: 14px;
  margin-left: 2px;
}

.product_btn {
  text-align: center;
  margin-top: 21px;
  display: flex;
}

.product_btn #preview {
  display: inline-block;
  width: 50%;
  padding: 10px 20px;
  font-size: 13px;
  background-color: #e8e8e8;
  border-radius: 5px 0 0 5px;
  color: #333;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.product_btn #preview:hover {
  background-color: rgb(232 232 232 / 50%);
}

.product_btn a {
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  background-color: #d8d8d8;
  color: #333;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.product_btn a:hover {
  background-color: rgb(216 216 216 / 50%);
}

/* 동영상 팝업 */
.movie_wrap.on {
  display: block;
}

.movie_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.movie_wrap .movie_back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
}

.movie {
  position: relative;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 747px;
  z-index: 20;
}

.movie i {
  position: absolute;
  top: -82px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
  color: #fff;
  font-size: 20px;
  padding: 12px;
  background-color: #000;
  border-radius: 50px;
}

.movie_wrap iframe {
  width: 100%;
}

/* 추천팝업 */
.recommend_wrap {
  position: fixed;
  width: 255px;
  height: auto;
  background: #fff;
  right: 10px;
  border-radius: 10px;
  padding: 30px 20px 20px;
  box-shadow: 0px 0px 8px #cdcdcd;
  transition: all 400ms;
}

.recommend_top {
  padding-left: 3px;
  color: #7a6590;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.recommend_top i {
  font-size: 18px;
  color: #a897d3;
  margin-left: 6px;
  transition: all 400ms;
}

.line {
  width: 35px;
  height: 1px;
  background: #d0ccda;
  margin: 20px 0 10px 3px;
}

.recommend_list ul li {
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

.recommend_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.recommend_title>i {
  color: #bfbfbf;
}

.recommend_title span>i {
  margin-right: 5px;
  color: #a897d3;
}

.recommend_content {
  display: none;
  box-sizing: border-box;
  width: auto;
  height: 35px;
  padding: 8px 0 8px 18px;
  margin-left: 17px;
  font-size: 14px;
}

.recommend_content span {
  vertical-align: sub;
  display: inline-block;
  font-size: 12px;
}

.recommend_content span::before {
  content: '', display:inline-block;
  width: 8px;
}

.recommend_content img {
  height: 20px;
  float: right;
}

.result_popup02 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 400px;
  display: none;
}

.result_popup02 .inner {
  position: fixed;
  top: 50%;
  right: 77px;
  transform: translate(0%, -50%);
  width: 400px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
  border-radius: 10px;
  overflow: hidden;
}

.result_popup02 .inner .inner_word {
  width: 400px;
  font-size: 0;
}

.result_popup02 .inner .inner_word img {
  width: 100%;
}

.result_popup02 .inner .btn_wrap {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}

.result_popup02 .inner .btn_wrap .close_btn02 {
  cursor: pointer;
  text-align: right;
}

.result_popup {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  /* display: none; */
}

.result_popup .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 550px;
  padding: 50px;
  color: #333;
  border-radius: 8px;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 10%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.result_popup .inner i {
  color: #ff3535;
  font-size: 35px;
}

.result_popup .inner .inner_tit {
  font-size: 16px;
  margin-top: 10px;
  color: #999;
}

.result_popup .inner .inner_sub {
  font-family: 'Pretendard-SemiBold';
  font-size: 22px;
  margin-top: 15px;
}

.result_popup .inner .inner_word {
  line-height: 24px;
  margin: 20px 0;
  text-align: left
}

.result_popup .inner .inner_word span {
  font-family: 'Pretendard-SemiBold';
}

.result_popup .inner .btn_wrap a {
  display: inline-block;
  padding: 15px 15px;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.result_popup .inner .inner_word .inner_num {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.result_popup .inner .inner_word .num_tit {
  font-family: 'Pretendard-SemiBold';
  font-size: 15px;
  margin-bottom: 10px;
}

.result_popup .inner .inner_word .inner_num ul li {
  margin-left: 10px;
  padding: 11px 0px;
  font-size: 16px;
  text-align: center;
}

.result_popup .inner .inner_word .sub_notice {
  color: #ff3535;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

/*팝업*/
.index_pop {
  position: fixed;
  z-index: 1;
  top: 5%;
  left: 5%;
  width: 356px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: none;
}

.index_pop img {
  width: 100%;
  display: block;
}

.index_pop span {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  opacity: 1;
}

.index_pop label {
  cursor: pointer;
  color: #000;
  font-size: 14px;
}

.index_pop input.chkbox {
  vertical-align: middle;
  color: #000
}

.index_pop input[type=checkbox] {
  border: 1px solid #eee;
  background: #eee;
  display: none;
}

.ra_la {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.index_pop input[type=checkbox]:checked+label.ra_la {
  background: #616161;
  border: 4px solid #ddd;
}

.index_pop i {
  font-size: 18px;
  vertical-align: middle;
  color: #777;
}

.close_wrap {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fff;
}

/* === pinvi list classes === */
.pinvi_link_act { background-color:#afaeea; }
.pinvi_link_act i, .pinvi_link_act .txt { color:#fff; }
.product_empty { width:100%; text-align:center; padding:60px 0; color:#aaa; font-size:14px; border:none; }
.img_placeholder { width:100%; height:100%; background:#f5f5f5; display:flex; align-items:center; justify-content:center; color:#ccc; font-size:13px; border-radius:13px 13px 0 0; }
.pinvi_price_note { font-size:11px; color:#aaa; margin-top:2px; }
.pinvi_btn_full { width:100%; border-radius:5px; }
.mr4 { margin-right:4px; }
.lottie_sz { width:400px; height:400px; }
