.wrap .content.grid_1200 {
  margin-bottom: 150px;
}

.shopping_wrap_mo {
  display: none;
}

.shopping_list .list_tap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.shopping_list .list_tap li:first-child {
  width: 50%;
  text-align: left;
}

.shopping_list .list_tap li:last-child {
  width: 50%;
  text-align: right;
}

.shopping_list .list_tap li span {
  display: inline-block;
  width: 80px;
  padding: 7px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  border: 1px solid #D9D9D9;
}

.shopping_list .page_line {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.page_line .basket_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 5px;
}

.page_line .basket_wrap .basket_checkbox {
  width: 3%;
}

.page_line .basket_wrap .basket_info {
  width: 65%;
  display: flex;
  align-items: center;
}

.page_line .basket_wrap .basket_info .basket_img {
  width: 20%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #fafafa;
  position: relative;
}

.page_line .basket_wrap .basket_info .basket_img img {
  width: 100%;
  display: block;
}

.page_line .basket_wrap .basket_info .basket_img .icon30 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 10px 10px 12px rgba(0, 0, 0, .09);
}




.page_line .basket_wrap .basket_info .basket_txt {
  width: 80%;
}

.page_line .basket_wrap .basket_info .basket_txt span {
  font-size: 12px;
  color: #999;
  margin-bottom: 7px;
  display: block;
}

.page_line .basket_wrap .basket_info .basket_txt a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.page_line .basket_wrap .basket_info .basket_txt p {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
}

.page_line .basket_wrap .basket_num {
  width: 12%;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
}

.page_line .basket_wrap .basket_num .number_btn_box {
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-radius: 3px;
  height: 28px;
}

.page_line .basket_wrap .basket_num .number_btn_box button {
  border: none;
  background: none;
  width: 28px;
  height: 25px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.page_line .basket_wrap .basket_num .number_btn_box input {
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  text-align: center;
  border-radius: 0;
}

.page_line .basket_wrap .basket_price {
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-family: 'Neo_bold';
  color: #3b3b3b;
}

.page_line .basket_wrap .basket_price span {
  font-size: 16px;
  font-family: 'Neo_bold';
  color: #3b3b3b;
}
.page_line .basket_wrap .basket_price_bf{
  color: #3d86cd;
}
.page_line .basket_wrap .basket_price_bf span {
  color: #3d86cd;
}

.page_line .basket_wrap .basket_price_bf font {
  font-size: 13px;
  margin-bottom: -10px;
  color: #3d86cd;
  font-family: 'Neo_Semibold';
  display: flex;
  justify-content: center;
}

.page_line .basket_wrap .basket_price_bf font i {
  animation: wavesale 1.5s ease-in-out;
  animation-iteration-count: infinite;
  color: #3d86cd;
  font-family: 'Neo_Semibold';
}

.page_line .basket_wrap .basket_price_bf font i:nth-child(1) {
  animation-delay: 0.1s;
  margin-left:5px;
}

.page_line .basket_wrap .basket_price_bf font i:nth-child(2) {
  animation-delay: 0.13s;
}

.page_line .basket_wrap .basket_price_bf font i:nth-child(3) {
  animation-delay: 0.16s;
}

.page_line .basket_wrap .basket_price_bf font i:nth-child(4) {
  animation-delay: 0.19s;
  margin-right:5px;
}

@keyframes wavesale {
  0%, 40%, 100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-5px);
  }
}


.page_line .basket_wrap i.xi-close-thin {
  cursor: pointer;
  font-size: 22px;
}

.shopping_list .total_pay {
  width: 100%;
  margin: 50px 0;
  padding: 20px 0;
}

.shopping_list .total_pay .tatal_line {
  text-align: right;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 10px;
}

.shopping_list .total_pay .tatal_line span {
  color: #727272;
}

.shopping_list .total_pay .tatal_line #sel_price {
  display: inline-block;
  font-size: 20px;
  font-family: 'Neo_bold';
  color: #000;
  margin-right: 5px;
}

.shopping_list .total_pay #delivery_info {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 13px;
  margin-top: 13px;
}

.shopping_list .total_pay #delivery_info p {
  color: #8e8e8e;
  line-height: 20px;
}

.mo_width {
  display: none;
}

.shopping_list_cate {
  background-color: #1c77ff0d;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 50px;
}

.shopping_list_cate a {
  width: 50%;
}

.shopping_list_cate a li {
  font-size: 14px;
}

.shopping_list_cate a li.on {
  font-family: Neo_bold;
}

.non_con {
  padding: 120px 0;
  text-align: center;
}

.non_con i {
  font-size: 30px;
}

.non_con a {
  border: 1px solid #ededed;
  padding: 15px 20px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width:1200px) {
  .page_line .basket_wrap {
    gap: 2%;
  }

  .page_line .basket_wrap .basket_info .basket_img {
    width: 20%;
  }

  .page_line .basket_wrap .basket_info .basket_txt {
    width: 80%;
  }
}

@media screen and (max-width:767px) {
  .page_line .basket_wrap {
    align-items: normal;
    padding: 20px 5px;
    flex-wrap: wrap;
    position: relative;
  }

  .page_line .basket_wrap .basket_checkbox {
    width: 7%;
  }

  .page_line .basket_wrap .basket_info {
    display: inline-block;
    width: 91%;
  }

  .page_line .basket_wrap .basket_info .basket_img {
    display: inline-block;
    float: left;
    margin-right: 2%;
  }

  .page_line .basket_wrap .basket_info .basket_txt {
    display: inline-block;
    width: 78%;
    margin-top: 5px;
  }

  .page_line .basket_wrap .basket_info .basket_txt span {
    font-size: 11px;
  }

  .page_line .basket_wrap .basket_info .basket_txt a {
    font-size: 13px;
  }

  .page_line .basket_wrap .basket_info .basket_txt p {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
  }

  .page_line .basket_wrap .basket_num {
    width: 50%;
    justify-content: normal;
    padding-left: 9%;
    margin-top: 20px;
  }

  .page_line .basket_wrap .basket_price {
    width: 48%;
    text-align: right;
    margin-top: 25px;
  }

  .page_line .basket_wrap i.xi-close-thin {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 17px;
  }

  .shopping_list .total_pay {
    margin: 20px 0;
  }

  .shopping_list .total_pay .tatal_line span {
    font-size: 14px;
  }

  .shopping_list .total_pay .tatal_line #sel_price {
    font-size: 16px;
  }
  .shopping_list .total_pay #delivery_info {
    text-align: left;
  }
  .shopping_list .total_pay #delivery_info p {
    font-size: 12px;
  }
}


/* 250709 김혜인 네이버페이 버튼 추가 */
#npay_button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* 250707 김혜인 네이버페이 관련 팝업창 css 추가 */

/* 팝업 전체 배경 */
.popup_overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
  overflow-y: auto;
}

/* 팝업 컨테이너 (데스크탑 기본) */
.popup_container {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  padding: 50px 40px 40px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.11);
  max-height: 90vh;
  overflow-y: auto;
}

.popup_container .xi-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  cursor: pointer;
}

/* 팝업 내용 래퍼 */
.popup_inner {
  display: flex;
  flex-direction: row;
  gap: 45px;
  align-items: flex-start;
}

/* 좌측 – 상품정보 (데스크탑) */
.popup_left {
  flex: 0 0 38%;
  min-width: 140px;
  max-width: 340px;
  /* padding-right: 32px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* border-right: 1px solid #eee; */
}

/* 썸네일 */
.popup_thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* 상품명, 옵션 */
.popup_name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}
#delivery_popup .popup_name {
  font-size: 14px;
}
#delivery_popup .select_product {
  width: 100%;
}
.popup_option {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* 우측 – 결제정보 (데스크탑) */
.popup_right {
  flex: 1;
  /* padding-left: 32px; */
}

/* 팝업 타이틀 */
.popup_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #222;
  letter-spacing: -1px;
}

/* 배송 옵션 */
.delivery_options {
  margin-bottom: 15px;
}
.delivery_option {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 13px 18px;
  border: 1.5px solid #e3e3e3;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  transition: border .18s, background .18s;
}
.delivery_option:last-child {
  margin-bottom: 0;
}
.delivery_option input[type=radio] {
  display: none;
}
.radio_circle {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #888;
  background: #fff;
  margin-right: 11px;
  position: relative;
}
.delivery_option input[type=radio]:checked + .radio_circle {
  border-color: #222;
  background: #222;
}
.delivery_option input[type=radio]:checked + .radio_circle:after {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px; left: 2px;
}
.option_text {
  font-size: 14px;
  color: #222;
}
.delivery_option:hover {
  border-color: #888;
  background: #f7f7f7;
}

/* 배송 상세 안내 */
.delivery_detail_info {
  display: none;
  padding: 14px;
  margin-bottom: 18px;
  background: #fafbfc;
  border: 1px solid #e3e3e5;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.7;
}
.delivery_detail_info b {
  color: #444;
  /* font-size: 12px; */
}
.delivery_detail_info a {
  color: #222;
  text-decoration: underline;
}
.delivery_detail_info .notice,
.delivery_detail_info .sub_notice {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
.delivery_detail_info .notice {
  color: #888;
}
.delivery_detail_info .sub_notice {
  color: red;
}

/* 결제 금액 카드 */
.pay_amount_card {
  padding: 25px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(60,80,140,0.04);
}
.amount_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-bottom: 14px;
}
.divider {
  border-top: 1px solid #e3e3e3;
  margin: 18px 0;
}
.final_amount_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.final_label {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.final_value {
  font-size: 18px;
  font-weight: 900;
  color: #222;
}
.final_value .amount-number {
  font-family: 'Neo_Heavy';
  font-size: 20px;
}
.final_value:empty,
.final_value:contains('배송방식을 선택해주세요') {
  font-size: 16px;
  font-weight: 500;
  color: #bbb;
}

/* 버튼 영역 */
.popup_actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  /* justify-content: flex-end; */
}
.btn_confirm {
  flex: 1;
  padding: 14px 0;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.btn_cancel {
  flex: 1;
  border: 1px solid #adadad !important;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  height: 45px;
}

/* 모바일 대응 */
@media screen and (max-width: 1200px) {
  .popup_container {
    width: 90%;
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup_inner {
    flex-direction: column;
  }
  .popup_left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 28px;
    margin-bottom: 28px;
    min-width: 100%;
    max-width: 100%;
    padding:0;
    display: none;
  }
  .popup_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .popup_container {
    max-width: 90%;
    padding: 30px 17px;
  }
  .popup_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 14px;
  }
  .popup_title {
    font-size: 18px;
  }
  .final_value {
    font-size: 15px;
  }
  .popup_actions {
    justify-content: center;
  }
  .amount_row {
    font-size: 14px;
  }
  .delivery_option {
    padding: 12px;
  }
  .pay_amount_card {
    padding: 15px;
  }
  .delivery_option {
    margin-bottom: 6px;
  }
}

.popup_option_item {
  font-size: 12.5px;
  background: #fafbfc;
  border: 1px solid #e3e3e5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.popup_option_item .info {
  display: flex;
  justify-content: space-between;
}
.popup_option_item .price span {
  font-family: 'Neo_Heavy';
}
.popup_option_item .desc {
  margin-bottom: 10px;
}
.popup_item {
  margin-bottom: 20px;
}
.popup_item .popup_thumb {
  display: none;
}
