.wrap .detail_top .pro_info {
  border-top: none;
}
.wrap .detail_top .pro_info .pro_option ul {
  border-top: none;
  padding: 10px 0 0 0;
  margin: 0;
  padding-bottom: 15px;
}
.wrap .detail_top .pro_info .pro_name {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.price_review_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_review {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review_star {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
}

.review_count {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
}
.wrap .detail_top .pro_info .pro_dis {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.product_review span {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #adb3b8;
}
.wrap .detail_top .pro_info .pro_option ul li .dvd_btn {
  font-family: 'Pretendard-Medium';
}
.wrap .detail_top .pro_info .pro_option ul li.maker p {
  font-family: 'Pretendard-Medium';
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.maker_btn_title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.maker_btn_title .class_make {
  position: relative;
  top: 2px;
  margin-left: 2px;
}

.wrap .detail_top .pro_info .pro_option ul li select {
  border-radius: 8px;
  border: 1px solid #e1e4e6;
  background: url(/img/arrow_fix.png) no-repeat 97% 50%;
}

.prod_detail_container {
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
  padding: 15px 0;
  margin: 15px 0;
}

.prod_detail_item {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.wrap .detail_top .pro_info .pro_price {
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f7f8f8;
}

.wrap .detail_top .pro_info .pro_price span {
  line-height: 60px;
}

.prod_detail_item:last-child {
  border-bottom: none;
}

.detail_label {
  font-family: 'Pretendard-Medium';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  margin-right: 40px;
}

.detail_value {
  font-family: 'Pretendard-SemiBold';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.review_txt_container {
  background: #edfcf0;
  border-radius: 12px;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease;
  margin-top: 20px;
}

.review_txt_container p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #55be6b;
}
.review_txt_container svg.money_icon {
  margin-right: 12px;
}
.review_txt_container svg.arrow_icon {
  margin-left: auto;
}

.movie_type_text {
  margin-bottom: 8px;
}

.type_badge {
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #949ba0;
}

.production_badge {
  color: #803bff;
  background: #efebff;
  padding: 8px;
  border-radius: 8px;
  width: auto;
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.wrap .detail_top .pro_info {
  padding-top: 0;
}
.wrap .detail_top .pro_info .pro_option ul li.maker p .highlight {
  color: #ff5f5d;
  font-size: 12px;
  font-family: 'Pretendard-Medium';
  width: 50%;
  text-align: center;
}
.wrap .detail_top .pro_info .pro_option ul li .dvd_btn {
  width: 155px;
  background: none;
}
.wrap .detail_top .pro_info .pro_option ul li.maker .maker_btn {
  width: 115px;
}
.wrap .detail_top .pro_info .pro_option ul li.maker select,
.wrap .detail_top .pro_info .pro_option ul li select {
  width: 100%;
  margin-left: 0;
}
.wrap .detail_top .pro_info .pro_option ul li {
  display: flex;
}

.cta-bubble {
  background: #803bff;
  color: white;
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  padding: 7px 10px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
  font-family: 'Roboto-Regular';
  letter-spacing: -0.63px;
  display: block;
}



.cta-bubble::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #803bff;
}

.cta-bubble .highlight {
  color: #1cf818;
  font-weight: 700;
  font-size: 13px;
}

.free_sample_btn {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

/* .free_sample_btn.pc_ver:hover .cta-bubble {
  display: block;
} */

.free_sample_btn.mo_ver .button.free {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .free_sample_btn.mo_ver .button.free {
    display: block !important;
  }
  .wrap .detail_top .pro_info .btn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999 !important;
    display: flex;
    gap: 10px;
  }
}
.wrap .detail_top .pro_info .pro_option ul li.maker .maker_btn_text {
  font-family: 'Pretendard-Medium';
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.wrap .detail_top .pro_info .pro_option ul li.maker .maker_btn_title {
  line-height: 0;
}


@media screen and (min-width: 1024px) {
  .wrap .detail_top {
    margin-top: 120px;
  }
}


.free_sample_btn .button.free {
  display: inline-block;
  padding: 14px 0;
  background: #333;
  color: #fff;
  font-family: 'Pretendard-SemiBold';
  font-size: 15px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
}

.wrap .detail_top .pro_info .pro_price span:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Pretendard-Medium';
  font-size: 14px;
}
.wrap .detail_top .pro_info .pro_price span:nth-of-type(3) {
  width: auto;
  font-family: 'Pretendard-SemiBold';
  font-size: 20px;
}
.wrap .detail_top .pro_info .pro_price span:nth-of-type(2) {
  font-family: 'Pretendard-SemiBold';
  font-size: 20px;
}
.wrap .detail_top .pro_info .btn_wrap a {
  border: 1px solid #e1e4e6;
  color: #303030;
  font-family: 'Pretendard-SemiBold';
  font-size: 16px;
  background: #fff;
  border-radius: 12px;
}
.wrap .detail_top .pro_info .btn_wrap a:nth-of-type(2) {
  background: #ff851a;
  color: #fff;
  border: none;
  width: 75%;
}
.wrap .detail_top .pro_info .btn_wrap a:nth-of-type(1) {
  width: 25%;
  margin-right: 1.5%;
}
.wrap .detail_top .pro_info .btn_wrap {
  display: flex;
  padding: 10px;
}
.wrap .detail_top .on .free_sample_btn {
  display: none;
}

.wrap .mobile_order_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.wrap .mobile_order_popup .popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.wrap .mobile_order_popup .popup_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  height: auto;
  overflow-y: auto;
  flex-direction: column;
}

.wrap .mobile_order_popup.show .popup_content {
  transform: translateY(0);
}

.wrap .mobile_order_popup .popup_header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.wrap .mobile_order_popup .popup_header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.wrap .mobile_order_popup .pro_option ul {
  border-top: none;
}

.wrap .mobile_order_popup .pro_option ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wrap .mobile_order_popup .pro_option ul li .dvd_btn {
  font-family: 'Pretendard-Medium';
  width: 155px;
}

.wrap .mobile_order_popup .pro_option ul li.maker p {
  font-family: 'Pretendard-Medium';
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 155px;
}

.wrap .mobile_order_popup .pro_option ul li.maker p .highlight {
  color: #ff5f5d;
  font-size: 12px;
  font-family: 'Pretendard-Medium';
  width: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wrap .mobile_order_popup .pro_option ul li.maker .maker_btn_text {
  font-family: 'Pretendard-Medium';
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.wrap .mobile_order_popup .pro_option ul li.maker .maker_btn_title {
  line-height: 0;
}

.wrap .mobile_order_popup .pro_option ul li select {
  border-radius: 8px;
  border: 1px solid #e1e4e6;
  background: url(/img/arrow_fix.png) no-repeat 95% 50%;
  width: 100%;
  margin-left: 0;
}

.wrap .mobile_order_popup .popup_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}

.wrap .mobile_order_popup .popup_total span:first-child {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.wrap .mobile_order_popup .popup_total span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.wrap .mobile_order_popup .popup_buttons {
  display: flex;
  gap: 10px;
}

.wrap .mobile_order_popup .popup_buttons button {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Pretendard-SemiBold';
}

.wrap .mobile_order_popup .btn_cart {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #e9ecef;
}

.wrap .mobile_order_popup .btn_order {
  background: #ff851a;
  color: #fff;
}

.wrap .mobile_order_popup .btn_cart:hover {
  background: #e9ecef;
}

.wrap .mobile_order_popup .btn_order:hover {
  background: #e67e00;
}

.popup-open .btn_wrap {
  display: none !important;
}

@media (min-width: 768px) {
  .wrap .mobile_order_popup {
    display: none !important;
  }
}
.free_sample_btn.mo_ver .cta-bubble {
  display: none;
}
@media screen and (max-width: 767px) {
  * {
    z-index: auto;
  }
  .free_sample_btn.mo_ver .cta-bubble {
    display: block;
  }
  .wrap .detail_top .pro_info .pro_dis {
    width: auto;
  }
  .product_review span {
    font-size: 12px;
  }
  .wrap .detail_top .pro_info .pro_name {
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
  }
  .price_review_container {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .wrap .detail_top .pro_info .pro_dis {
    font-size: 20px;
  }
  .movie_type_text {
    margin-bottom: 3px;
  }
  .prod_detail_container {
    padding: 10px 0;
    margin: 10px 0;
  }
  .detail_value {
    font-size: 13px;
  }
  .detail_label {
    font-size: 13px;
  }
  .review_txt_container p {
    font-size: 13px;
  }
  .wrap .detail_top .pro_info .pro_option ul li.maker .maker_btn_title {
    margin-bottom: 5px;
  }
  .wrap .detail_top .pro_info .pro_price span {
    line-height: 60px;
  }
  .wrap .detail_top .pro_info .pro_price {
    height: 60px;
    display: none;
  }
  .wrap .detail_top .pro_info .pro_option ul {
    padding: 0;
  }
  .free_sample_btn .button.free {
    font-size: 14px;
    padding: 15px 0;
  }
  .production_badge {
    font-size: 12px;
  }
  .wrap .detail_top .pro_info .pro_option {
    display: none;
  }
  .price_review_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 40px;
  }
  .wrap .detail_top .pro_info .btn_wrap a:nth-of-type(1) {
    margin-right: 0;
  }
  .wrap .detail_top .pro_info .btn_wrap {
    padding: 10px 15px 20px;
  }
  .production_badge {
    display: none;
  }
  .movie_type_text {
    display: none;
  }
  .review_txt_container {
    display: none;
  }
  .free_sample_btn.pc_ver {
    display: none !important;
  }
  .free_sample_btn.mo_ver {
    display: block !important;
  }
  .free_sample_btn {
    margin: 20px 0 0;
  }
  .wrap .mobile_order_popup .pro_option ul li .dvd_btn {
    width: auto;
    margin: 0;
  }
  .wrap .mobile_order_popup .pro_option ul li.maker p {
    width: 120px;
  }
  .wrap .mobile_order_popup .pro_option ul li span {
    width: 100%;
  }
  .wrap .mobile_order_popup .pro_option ul li.maker p {
    flex-direction: column;
  }
  .wrap .mobile_order_popup .pro_option ul li.maker p .highlight {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
  .wrap .mobile_order_popup .pro_option ul li.maker .maker_btn_text {
    width: 100%;
    text-align: left;
  }
  .wrap .mobile_order_popup .pro_option ul li select {
    height: 50px;
    padding: 0 10px;
  }
  .wrap .mobile_order_popup .pro_option ul li .dvd_btn {
    width: 120px;
    text-align: left;
  }
  .maker_btn_title .class_make {
    top: -1px;
    margin-left: -4px;
  }
  .wrap .mobile_order_popup .pro_option ul {
    margin-top: 25px;
  }
  .wrap .mobile_order_popup .popup_total span:last-child {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
  }
}
