/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
/*마이페이지*/
.my-page {
  margin-top: 20px;
}
.my-page .mypage_title {
  color: #206041;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.basic-body-main.right-main {
  position: relative;
  padding-bottom: 80px;
}
.basic-body-main.right-main .tab-scroll-category,
.basic-body .tab-scroll-category {
  position: absolute;
  top: 0;
  left: 410px;
  margin-bottom: 0;
}
.basic-body-main.right-main .tab-scroll-category #tab-category,
.basic-body .tab-scroll-category #tab-category {
  height: 42px;
}
.basic-body-main.right-main .tab-scroll-category .tab-category-divider,
.basic-body .tab-scroll-category .tab-category-divider {
  background: transparent;
}
.basic-body-main.right-main .tab-scroll-category .scrollbar,
.basic-body .tab-scroll-category .scrollbar {
  display: none;
}
.basic-body-main.right-main
  .tab-scroll-category
  #tab-category
  .category-list
  span,
.basic-body .tab-scroll-category #tab-category .category-list span {
  padding: 0;
  margin: 0 10px;
  font-size: 1.1em;
}
.basic-body-main.right-main
  .tab-scroll-category
  #tab-category
  .category-list
  span
  a,
.basic-body .tab-scroll-category #tab-category .category-list span a {
  padding: 0 45px !important;
  height: 41px !important;
  font-weight: 500;
}
.basic-body-main.right-main
  .tab-scroll-category
  #tab-category
  .category-list
  span.active
  a,
.basic-body .tab-scroll-category #tab-category .category-list span.active a {
  color: #206041;
  border-bottom: 3px solid #206041;
  font-weight: 700;
}
/*회원정보 수정*/
.my-info {
  width: 100%;
  padding: 20px 0;
}
.my-info section {
  margin-bottom: 2rem;
}
.my-info section h4 {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 600;
}
.profile-box {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  padding: 15px 0;
}
.profile-left,
.profile-right {
  flex: 1;
}
.profile-item {
  display: flex;
}
.profile-item label {
  width: 110px;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  color: #111;
}
.profile-item input,
.profile-item textarea {
  flex: 2;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: none;
  font-size: 15px;
}
.profile-item input {
  height: 46px;
}
.profile-item textarea {
  height: 80px;
}
.profile-right {
  display: flex;
  flex-wrap: wrap;
}
.profile-right label {
  line-height: 52px;
  width: 110px;
}
.profile-right label img {
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: inset 5px 5px rgba(0, 0, 0, 0.03);
  display: block;
}
.profile-right .profile-icons {
  width: calc(100% - 110px);
}
.profile-icons-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 15px;
}
.profile-icons-item-radio {
  line-height: 52px;
}
.profile-icons img {
  width: 56px;
  height: 56px;
}
.profile-icons .profile-icons-item:last-child .profile-icons-item-radio {
  line-height: 38px;
}
.profile-icons .profile-icons-item:last-child .input input {
  border-radius: 6px;
  font-size: 15px;
}

.member-info-section {
  margin-bottom: 2rem;
}
.member-info-box {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
  padding: 10px;
}
.member-info-item {
  display: flex;
  flex-wrap: wrap;
}
.member-info-left,
.member-info-right {
  width: 48%;
}
.member-info-item label {
  width: 125px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}
.member-info-item input,
.member-info-item textarea {
  width: calc(100% - 125px);
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: none;
  font-size: 15px;
}
.member-info-item input {
  height: 46px;
}
.member-info-item input::placeholder {
  color: #999;
}
.address-boxes {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  padding: 10px 0;
}
.address-card {
  width: 49%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 23px 21px;
  position: relative;
  margin-bottom: 20px;
}
.address-card-header label {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.address-card p {
  font-size: 15px;
  padding: 3px 0;
  line-height: 1.4;
}
.address-card .tag {
  background: #fff;
  color: #206041;
  font-size: 12px;
  padding: 3px 13px;
  border-radius: 12px;
  border: 1px solid #206041;
  vertical-align: 2px;
  margin-left: 3px;
}
.address-card select {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.address-card .btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.address-card .btns button {
  width: 70px;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
}

.add-btn {
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #206041;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 40px auto;
  background: #e9f0ec;
}

.bottom-buttons {
  text-align: center;
  margin: 60px 0;
}
.bottom-buttons button {
  width: 180px;
  height: 52px;
  margin: 0 8px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
}
.bottom-buttons button#list_address_btn {
  border: 1px solid #ccc;
  color: #888;
  background: #fff;
}
.bottom-buttons .save {
  background: #206041;
  color: #fff;
}
.bottom-buttons .list {
  background: #fff;
  color: #888;
  border: 1px solid #ccc;
}
.modal-dialog {
  width: 750px;
  max-width: none;
}
.modal-content {
  padding: 20px;
  border-radius: 12px;
}
.modal-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.modal .address-info {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.modal .address-info label {
  display: block;
  margin-bottom: 0;
  width: 120px;
  padding: 0;
  font-size: 15px;
  line-height: 38px;
}
.modal .address-info .form-control {
  width: calc(100% - 120px);
  font-size: 15px;
}
.modal .address-info .addr-right {
  width: calc(100% - 120px);
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.modal .address-info .addr-right input {
  width: 100%;
  margin-bottom: 8px;
}
.modal .address-info .addr-right input.addr_top {
  width: calc(100% - 118px);
}
.modal .address-info .addr-right button {
  padding: 0;
  line-height: 36.5px;
  height: 36.5px;
  width: 110px;
  font-size: 14px;
  margin-left: 8px;
  background: #206041;
  border: 0;
  font-weight: 500;
}
.modal .address-info .addr-right textarea {
  width: 100%;
  resize: none;
  font-size: 14px;
  overflow: auto;
  height: 80px;
}
.modal .address-info .addr-right input[type="checkbox"] {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #90b0a0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 17px 7px 0 0;
}
.modal .address-info .addr-right input[type="checkbox"]:checked {
  background: url(../image/check_i.png) no-repeat #206041 center center;
  background-size: 10px auto;
  border: 0;
}
.modal .address-info .addr-right label {
  margin-top: 5px;
  color: #206041;
  font-size: 13.5px;
}
.modal-footer {
  justify-content: center;
}
.modal .modal-footer button {
  width: 130px;
  height: 43px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #90b0a0;
  color: #206041;
}
.modal .modal-footer button.next {
  background: #206041;
  color: #fff;
  border: 0;
}
.my-info input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

.my-info input[type="radio"]:checked {
  background-color: #fff;
  border: 4px solid #206041;
  box-shadow: 0 0 0 1px #206041;
}
.my-info .profile-icons-item-img label {
  position: relative;
  padding-bottom: 20px;
  margin-right: 10px;
  width: auto;
}
.my-info .profile-icons-item-img input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.my-info .profile-icons-item-img input[type="radio"]:checked {
  background: url(../image/check_i.png) no-repeat #206041 center center;
  background-size: 10px auto;
  border: 0;
}
/*판매자 회원정보수정*/
.seller_info .profile-icons .input {
  margin-top: 10px;
  font-size: 14px;
}
.seller_info .profile-icons .input input {
  border-radius: 5px;
  font-size: 15px;
}
.seller_info .profile-icons img {
  border-radius: 50%;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.07);
}
.seller_info .profile-icons.banner-icons {
  display: flex;
  flex-wrap: wrap;
}
.seller_info .profile-icons.banner-icons label {
  width: 220px;
  height: 68px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.seller_info .profile-icons.banner-icons img {
  padding: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}
.seller_info .profile-right {
  display: block;
}
.seller_info .profile-item .profile-icons {
  width: calc(100% - 110px);
  align-items: end;
}
.seller_info .profile-item .profile-icons .input {
  width: 460px;
}
.seller_info .profile-item .profile-icons p {
  font-size: 13px;
  padding-left: 8px;
  color: #206041;
}
.seller_info .profile-tag textarea {
  width: 460px;
  height: 120px;
  font-size: 14px;
  margin-bottom: 6px;
}
.seller_info .profile-tag p {
  color: #206041;
  font-size: 13.5px;
}
.seller_info .member-info-item-address {
  width: calc(100% - 125px);
  display: flex;
  flex-wrap: wrap;
}
.seller_info .member-info-item .member-info-item-address input {
  width: 100%;
}
.seller_info .member-info-item .member-info-item-address .mem_addr_top {
  width: calc(100% - 118px);
}
.seller_info .member-info-item button {
  width: 110px;
  margin-left: 8px;
  height: 46px;
  padding: 0;
  text-align: center;
  background: #206041;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.member-info-item.time_onoff {
  margin-bottom: 10px;
}
.member-info-item.time_onoff label {
  line-height: 46px;
}
.member-info-item.time_onoff label i {
  top: 50%;
  transform: translateY(-50%);
}
.member-info-item.time_onoff .onoff_radiobox {
  width: calc(100% - 125px);
  display: flex;
  gap: 4%;
}
.member-info-item.time_onoff .onoff_radiobox label {
  width: 48%;
}
.member-info-item.time_onoff label span {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 46px;
  display: inline-block;
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.member-info-item.time_onoff .onoff_radiobox i {
  border: 1px solid #90b0a0;
  border-radius: 5px !important;
}
.seller_info .member-info-item.time_onoff .onoff_radiobox input:checked + i {
  border: 5px solid #206041;
  background: #fff;
}
.member-info-item.time_onoff .onoff_radiobox input:checked + i:after {
  display: none;
}

/*상품구매,주문하기*/

.shop-steps {
  position: relative;
  margin-bottom: 30px;
}
.shop-steps .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
}
.shop-steps .step-indicator li {
  display: table-cell;
  float: none;
  padding: 0;
  width: 1%;
}
.shop-steps .step-indicator li:before {
  background-color: #d5d5d5;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 40px;
}
.shop-steps .step-indicator li:first-child:before {
  left: 50%;
}
.shop-steps .step-indicator li:last-child:before {
  right: 50%;
}
.shop-steps .step-indicator .step {
  background-color: #fff;
  border: 5px solid #e5e5e5;
  color: #e5e5e5;
  font-size: 1.875rem;
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50% !important;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.shop-steps .step-indicator .caption {
  box-sizing: border-box;
  color: #e5e5e5;
  padding: 10px 5px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.shop-steps .step-indicator .active .step {
  border-color: #252525;
  color: #252525;
}
.shop-steps .step-indicator .active .caption {
  color: #252525;
}
.shop-steps .step-indicator .complete .step {
  border-color: #b5b5b5;
  color: #b5b5b5;
}
.shop-steps .step-indicator .complete .caption {
  color: #b5b5b5;
}
.shop-steps .step-indicator .incomplete .step {
  border-color: #b5b5b5;
  color: #b5b5b5;
}
.shop-steps .step-indicator .incomplete .caption {
  color: #b5b5b5;
}
.shop-steps .step-indicator .inactive .caption {
  color: #b5b5b5;
}
.shop-steps .alarm-marker .alarm-point {
  top: 15px;
  right: 15px;
}
.shop-steps .alarm-marker .alarm-effect {
  top: 5px;
  right: 5px;
}
.shop-cart .shop-cart-li-wrap,
.shop-cart .table-list-eb .td-item-name ul,
.shop-cart .shop-cart-li-wrap .li-opt ul {
  padding: 0;
  list-style: none;
}
/*
@media (max-width: 576px) {
  .shop-steps .step-indicator li:before {
    top: 30px;
  }
  .shop-steps .step-indicator .step {
    border: 3px solid #e5e5e5;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
  .shop-steps .step-indicator .caption {
    font-size: 0.875rem;
  }
  .shop-steps .alarm-marker .alarm-point {
    top: 10px;
    right: 10px;
  }
  .shop-steps .alarm-marker .alarm-effect {
    top: 0px;
    right: 0px;
  }
}
  */
.shop-order-form {
  font-size: 0.9375rem;
}
.shop-order-form .table-list-eb .table {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  white-space: nowrap;
}
.shop-order-form .table-list-eb .td-item-desc {
  position: relative;
  min-height: 80px;
}
.shop-order-form .table-list-eb .td-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.shop-order-form .table-list-eb .td-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-order-form .table-list-eb .td-item-name {
  margin-left: 95px;
}
.sod_opt {
  padding: 0;
  margin: 0;
}
.shop-order-form .table-list-eb .td-item-name .sod_opt ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.shop-order-form .table-list-eb .td-item-name .sod_opt ul li {
  color: #757575;
  background: none;
  line-height: 1.5;
  padding: 0;
  font-weight: normal;
}
.sod_opt li:before {
  display: none;
}
.shop-order-form .table-list-eb .td-item-name .cp_btn {
  margin-top: 5px;
  margin-right: 2px;
}
.shop-order-form .table-list-eb .td-item-name .cp_cancel {
  margin-top: 5px;
}
.shop-order-form .order-member-payment {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important; /* Safari/일부 브라우저 stretch 버그 회피 */
  gap: 24px;
}
.shop-order-form .order-member-area {
  position: relative;
  width: calc(100% - 600px);
}
.shop-order-form .order-member-area .sod-frm-title {
  position: relative;
  height: 70px;
  margin: 0 0 25px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.shop-order-form .order-member-area .sod-frm-title h4 {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
}
.shop-order-form .order-member-area .sod-frm-title h4 span {
  color: #777;
  font-size: 13.5px;
  padding-left: 8px;
  font-weight: 400;
}

.shop-order-form .order-member-area .sod-frm-orderer {
  padding: 0 0 40px;
}
.shop-order-form .order-member-area .sod-frm-taker {
  padding: 30px 15px 40px;
}
.shop-order-form .order-table {
  margin: 0;
}
.shop-order-form .order-table.order_addr_box {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 12px;
}
.shop-order-form .order-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.shop-order-form .order-table th {
  width: 130px;
  padding: 5px 0;
  background: none;
  text-align: left;
  vertical-align: top;
  line-height: 46px;
}
.shop-order-form .order-table th label {
  font-size: 16px;
  font-weight: 600;
}
.shop-order-form .order-table td {
  padding: 5px 0;
  background: transparent;
}
.shop-order-form .order-table td .input {
  margin-bottom: 0;
}
.shop-order-form .order-table textarea {
  width: 100%;
  height: 100px;
}
.shop-order-form .order-table a {
  text-decoration: none;
}

.shop-order-form .order-payment-area {
  width: 520px;
  background: #f2f2f2;
  padding: 20px 15px;
  border-radius: 20px;
}
.shop-order-form .order-payment-area h3 {
  font-size: 22px;
  color: #206041;
  font-weight: bold;
}
.shop-order-form .order-payment-total {
  margin: 20px 0 0;
  border-bottom: 1px solid #ddd;
}
.shop-order-form .payment-calc-wrap {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.shop-order-form .payment-calc-box {
  position: relative;
  text-align: center;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  justify-content: space-between;
  font-size: 17px;
}
.shop-order-form .payment-calc-box span {
  display: block;
  width: 120px;
  text-align: left;
}
.shop-order-form .payment-calc-box strong {
  color: #000;
  width: calc(100% - 120px);
  text-align: right;
}
.shop-order-form .payment-calc-box:before {
  display: none;
}
.shop-order-form .payment-calc-box:last-child:before {
  display: none;
}
/*
.shop-order-form .payment-calc-box:nth-child(1):after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f068";
  font-weight: 900;
  color: #ab0000;
  font-size: 0.8125rem;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -12px;
  z-index: 1;
}
.shop-order-form .payment-calc-box:nth-child(2):after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f067";
  font-weight: 900;
  color: #ab0000;
  font-size: 0.8125rem;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -12px;
  z-index: 1;
}
  */
.shop-order-form .payment-point-box {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  border-top: 0;
  background: #fff;
  text-align: right;
  color: #333;
  font-size: 17px;
}
.shop-order-form .payment-point-box span {
  float: left;
}
.shop-order-form .payment-point-box strong {
  color: #000;
}
.shop-order-form .payment-total-box {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 10px;
  padding: 20px 0;
  border-top: 0;
  background: #fff;
  text-align: right;
  color: #333;
  border-top: 1px solid #ddd;
  font-size: 17px;
}
.shop-order-form .payment-total-box span {
  float: left;
}
.shop-order-form .payment-total-box strong {
  color: #ab0000;
}

.shop-order-form .order-payment-info .payment-info-box strong {
  width: auto;
}
.shop-order-form .order-payment-info .payment-info-box .coupon_right {
  width: calc(100% - 100px);
  padding-left: 10px;
  color: #333;
}
.shop-order-form .order-payment-info h2 {
  position: absolute;
  border: 0;
  font-size: 0;
  line-height: 0;
  content: "";
}
.shop-order-form .payment-info-box {
  position: relative;
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  text-align: right;
  color: #757575;
}
.shop-order-form .payment-info-box .coupon_right > button {
  background: #206041;
  border: 0;
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 5px;
}
.shop-order-form .payment-info-box .sc_cp_apply {
  background: #206041;
  border: 0;
}
.shop-order-form
  .payment-info-box
  button
  .shop-order-form
  .payment-info-box.border-color-red {
  border-color: #ab0000;
}
.shop-order-form .payment-info-box span {
  float: left;
  text-align: left;
}
.shop-order-form .payment-info-box strong {
  color: #000;
}
.shop-order-form .payment-info-box .cp_cancel {
  margin-left: 3px;
  height: inherit;
  background: #777;
}
.modal-content .od_cp_apply {
  background: #206041;
  border: 0;
}
.shop-order-form #od_tot_price {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 15px 0;
  margin: 0;
  margin-top: 0 !important;
  text-align: right;
  line-height: inherit;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.shop-order-form #od_tot_price span {
  line-height: 30px;
  font-size: 21px;
  font-weight: 500;
}
.shop-order-form .order-payment-info .payment-info-box .coupon_right.all_price {
  font-size: 23px;
  color: #206041;
  font-weight: bold;
}
.shop-order-form #od_tot_price .print_price {
  color: #206041;
  font-size: 22px;
  font-weight: 700;
}
.shop-order-form #od_tot_price .shop-order-form .payment-select-wrap {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.shop-order-form .payment-select-title {
  margin: 0 0 10px;
  font-size: 22px;
  color: #206041;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel {
  padding: 0 0 0 2px;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  border: 0 none;
}
.shop-order-form .payment-select-wrap input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -999px;
  left: 0;
  z-index: -1px;
}
.shop-order-form .payment-select-wrap .payment-select-box {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 12px;
  padding: 54px 20px 20px !important;
}
.shop-order-form .payment-select-wrap .payment-select-box.inicis_kakaopay {
  padding: 9px 5px 0 70px !important;
}
.shop-order-form
  .payment-select-wrap
  input[type="radio"]:checked
  + .payment-select-box {
  border: 2px solid #206041;
  z-index: 3;
  color: #206041;
  font-weight: bold;
}

.shop-order-form .payment-select-wrap #sod_frm_paysel > label {
  width: 48.5%;
  height: 64px;
  padding: 0 !important;
  line-height: 64px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .bank_icon {
  background: #fff;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .vbank_icon {
  background: #fff;
}

.shop-order-form .payment-select-wrap #sod_frm_paysel .iche_icon {
  background: #fff;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .hp_icon {
  background: #fff;
}

.shop-order-form .payment-select-wrap #sod_frm_paysel .card_icon {
  background: #fff;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .kakaopay_icon {
  background: #fff;
  background-image: url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/kakaopay.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 48px 48px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .PAYNOW {
  background: #fff;
  background-image: url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/paynow.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 48px 48px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .KPAY {
  background: #fff;
  background-image: url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/kpay.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 48px 48px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .PAYCO {
  background: #fff;
  background-image: url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/payco.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 48px 48px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .inicis_lpay {
  background: #fff;
  background-image: url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/lpay.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 48px 48px;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .inicis_kakaopay {
  background: #fff;
  background-image: url("../image/kakao_pay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  text-indent: 0 !important;
}
.shop-order-form .payment-select-wrap #sod_frm_paysel .naverpay_icon {
  background: #fff;
  background-image: url("../image/n_pay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  text-indent: 0 !important;
}
#display_pay_button {
  background: none;
  padding: 0;
  border: 0 none;
  margin-top: 20px;
}
.shop-order-form #display_pay_button .btn_submit {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0;
  background: #206041;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0;
  border: 0;
  margin-bottom: 15px;
}
.shop-order-form #display_pay_button a.btn01 {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0;
  background: #fff;
  color: #757575;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  border: 0;
}
#settle_bank label {
  float: none;
  width: auto;
  line-height: inherit;
}
.shop-order-form .payment-point-use-box {
  margin-top: 0;
  width: 100%;
}
.shop-order-form .payment-point-use {
  position: relative;
  overflow: hidden;
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  background: #fff;
  color: #757575;
  font-size: 17px;
}

.shop-order-form .payment-point-use label {
  line-height: 30px;
  margin-bottom: 0;
}
.shop-order-form .payment-point-use .input {
  margin-bottom: 0;
  overflow: hidden;
}
.shop-order-form .payment-point-use .input input {
  border-radius: 5px;
}
.shop-order-form .payment-point-use .input i {
  background: transparent;
}
.shop-order-form #settle_bank {
  position: relative;
  padding: 10px 0;
  width: 100%;
  border: 0;
  margin: 10px 0 0;
  display: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.shop-order-form #settle_bank label {
  display: block;
  font-weight: 500;
  color: #777;
  font-size: 16px;
}
.shop-order-form #settle_bank label.input input#od_deposit_name {
  height: 42px;
  padding: 0 15px;
  font-size: 16px;
}
.shop-order-form #settle_bank .select {
  margin-bottom: 10px;
}
#settle_bank select {
  width: 100%;
  border: 1px solid #ccc;
}
.shop-order-form #settle_bank .input {
  margin-bottom: 0;
}
.shop-order-form #settle_bank #od_deposit_name {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
}
/* Datepicker CSS 수정 */
.ui-datepicker {
  width: 260px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: inherit;
  text-align: inherit;
  line-height: 25px;
}
.ui-widget-header {
  border: 0;
  border-bottom: 1px solid #c5c5c5 !important;
  background: #e5e5e5;
}
.ui-widget-content .ui-state-default {
  border: inherit;
  background: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 10px 0 0;
  padding: 5px 15px;
  border: 0;
  background: #171c29;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: #1f263b !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: 0;
}
/*
@media (max-width: 991px) {
  .shop-order-form .order-member-area {
    margin-right: 0;
  }
  .shop-order-form .order-table th {
    width: 70px !important;
    text-align: left;
    padding: 5px 0;
    display: none;
  }
  .shop-order-form .order-table td {
    padding: 5px 0;
  }
  .shop-order-form .order-payment-area {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    height: auto;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gnb-wrap .gnb .gnb-nav > li {
    padding-right: 10px;
  }
  .gnb-wrap .gnb .gnb-nav > li > a {
    font-size: var(--small-font-size);
  }
}
  */
/* 쿠폰 선택 테이블 */
.shop-order-form .payment-info-box .od_coupon h3 {
  padding: 0 10px;
  margin: 10px 0 7px;
  line-height: 35px;
  font-size: 13px;
  color: #fff;
  background: #333;
}
.shop-order-form .payment-info-box .od_coupon .btn_close {
  top: 45px;
  right: 15px;
  width: 35px;
  height: 35px;
  color: #ddd;
  border: 0 none;
}
.shop-order-form .payment-info-box .od_coupon .btn_close:hover {
  color: #fff;
  background: transparent;
}
.shop-order-form .payment-info-box .od_coupon .tbl_head02 {
  margin: 0;
}
.shop-order-form .payment-info-box #sc_coupon_frm table thead th,
.shop-order-form .payment-info-box #sc_coupon_frm table tbody td {
  font-size: 12px;
  text-align: center;
}
.shop-order-form .payment-info-box #sc_coupon_frm a.btn_frmline,
.shop-order-form .payment-info-box #sc_coupon_frm button.btn_frmline {
  width: auto;
  height: inherit;
  padding: 4px 10px;
  font-size: 12px;
}
/* KG이니시스 팝업창과 부트스트랩 모달과의 충돌로 팝업 출력 버그 해결 소스 */
#inicisModalDiv {
  opacity: 1 !important;
}
.pickup-detail-btn {
  float: right;
}

/* 달력을 가운데 정렬하는 wrapper 스타일 */
.calendar-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.calendar-wrapper .flatpickr-rContainer {
  width: 400px;
}
.calendar-wrapper .flatpickr-days {
  width: 100%;
}
.calendar-wrapper .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.calendar-wrapper .flatpickr-days .dayContainer .flatpickr-day {
  max-width: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.calendar-wrapper .flatpickr-days .dayContainer .flatpickr-day.today {
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  border: 0;
}
.order-payment-info #od_tot_price {
  margin-top: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid #ddd !important;
  padding-bottom: 0;
}

.calendar-wrapper .flatpickr-month {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-wrapper .flatpickr-day.selected {
  background: #206041 !important;
  border: 0;
}

/* 달력 넓이 조정 */
.flatpickr-calendar.inline {
  width: 400px; /* 기본보다 넓게 */
  box-shadow: none;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
}
.flatpickr-months {
  margin-bottom: 15px;
}
.flatpickr-months .flatpickr-current-month {
  font-size: 17px;
}
.flatpickr-months .numInputWrapper {
  margin-left: 10px;
}
.flatpickr-months select.flatpickr-monthDropdown-months {
  font-weight: 600;
  color: #333;
}
.flatpickr-months .numInputWrapper input.cur-year {
  font-weight: 600;
  color: #333 !important;
}
.flatpickr-innerContainer span.flatpickr-weekday {
  font-size: 14px;
  padding: 10px 0;
}
.flatpickr-innerContainer .flatpickr-weekdays {
  height: auto;
}
.pickup-time-title h4,
.pickup-time-title .pickup-time-range {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 12px;
}
.pickup-time-title .pickup-time-range {
  font-size: 13.5px;
  color: #206041;
  font-weight: 400;
}
.shop-order-form .pick_time_sel input {
  height: 46px;
  border-radius: 7px;
  font-size: 15px;
}
.delivery-methods {
  display: flex;
  gap: 3%;
  margin-top: 20px;
  justify-content: start;
}
.ui-timepicker-viewport li.ui-menu-item {
  font-size: 14px;
  padding: 3px;
}
.pick_time_text {
  color: #f44a44;
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0 10px;
  line-height: 1.3;
}
.shop-order-form .pick-up table td textarea {
  border-radius: 7px;
}
/* .delivery-card {
  flex: 1;
  border: 2px solid #d3e5db;
  border-radius: 16px;
  background: #fff;
  padding: 32px 0 24px 0;
  text-align: center;
  cursor: pointer;
  transition: border 0.2s, background 0.2s;
  position: relative;
  min-width: 220px;
  opacity: 0.5;
} */
.delivery-card {
  border: 2px solid #d3e5db;
  border-radius: 7px;
  background: #fff;
  padding: 32px 0 24px 0;
  text-align: center;
  cursor: pointer;
  transition: border 0.2s, background 0.2s;
  position: relative;
  opacity: 0.5;
  width: 26%;
  min-width: 180px;
}
.delivery-card.selected {
  border: 2.5px solid #176b45;
  background: #f8fbf9;
  opacity: 1;
}

.delivery-card input[type="radio"] {
  display: none;
}

.delivery-icon img {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  filter: grayscale(1);
  opacity: 0.5;
}

.delivery-card.selected .delivery-icon img {
  filter: none;
  opacity: 1;
}

.delivery-title {
  font-size: 15.5px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #176b45;
  display: inline-block;
  padding: 4px 20px;
  background: #eff4f2;
  border-radius: 20px;
}

.delivery-card:not(.selected) .delivery-title {
  color: #bbb;
}

.delivery-desc {
  font-size: 14.5px;
  color: #888;
}

.delivery-card.selected .delivery-desc {
  color: #206041;
  font-weight: 500;
}

.address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#order_address {
  color: #206041;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#order_address img {
  margin-left: 8px;
  height: 12px;
  width: auto;
}

.ad_memo {
  width: 100%;
  border-radius: 8px;
  height: 44px;
  font-size: 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  margin-top: 8px;
}

.default-badge {
  display: inline-block;
  padding: 2px 14px;
  border: 1.5px solid #206041;
  border-radius: 20px;
  color: #206041;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
}

.ad_subject_div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  width: 100%;
  gap: 3px;
}
#ad_subject_text {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  max-width: calc(100% - 100px);
}

.sub_td {
  display: flex;
}
.sub_button {
  margin-left: 10px;
}

.pay-method-radio-group {
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.pay-method-radio-group label {
  display: block;
  line-height: 46px;
  font-weight: 500;
  margin-right: 20px;
}
.pay-method-radio-group label input {
  margin-top: 1px;
  vertical-align: -2px;
  margin-right: 5px;
}

.pay-method-radio-group label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

.pay-method-radio-group label input[type="radio"]:checked {
  background-color: #fff;
  border: 4px solid #206041;
  box-shadow: 0 0 0 1px #206041;
}
.easy-pay-box {
  display: flex;
  gap: 10px;
}
.pay-btn {
  flex: 1;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #f5f5f5;
  transition: box-shadow 0.2s;
}
.select-wrap-sub {
  width: 100% !important;
}
.inicis_kakaopay_sub {
  background-image: url(../image/kakao_pay.png) !important;
  background-repeat: no-repeat !important;
  background-position: center 21px !important;
  background-size: 68px auto !important;
}
.naverpay_icon_sub {
  background-image: url(../image/n_pay.png) !important;
  background-repeat: no-repeat !important;
  background-position: center 21px !important;
  background-size: 68px auto !important;
}
.point-row,
.coupon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.point-input,
.coupon-input {
  width: calc(100% - 120px);
  height: 46px;
  border: 1.5px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  color: #206041;
  text-align: right;
  padding: 0 16px;
  background: #fff;
  font-weight: 600;
}

.point-btn,
.coupon-btn {
  background: #206041;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 22px;
  height: 46px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 110px;
}
.point-btn:hover,
.coupon-btn:hover {
  background: #183e2d;
}
#discount_price {
  color: #f44a44;
  font-weight: 600;
  font-size: 17px;
}
#after_total_price {
  font-weight: 600;
  font-size: 17px;
}
.sub_td.point_tdbox {
  display: block;
}
.point-info-block {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #206041;
  margin-bottom: 15px;
  /* 반드시 block! */
}

.point-own {
  font-weight: 500;
  color: #206041;
}

.point-expected {
  color: #888;
  font-weight: 400;
  margin-left: 8px;
}
.shop-order-form .table-list-eb thead {
  border-top: 0;
  border-bottom: 0;
}
.shop-order-form .table-list-eb {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px 0 10px;
}
.shop-order-form .table-list-eb .table {
  border-bottom: 0;
}
.order_form_wrap .shop-order-form .table-list-eb thead th {
  padding: 18px 8px;
  font-size: 15px;
  color: #555;
}
.shop-order-form .table-list-eb tbody {
  border: 0;
}
.shop-order-form .table-list-eb tbody tr {
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.shop-order-form .table > :not(caption) > * > * {
  border: 0;
}
.shop-order-form .table-list-eb .table td,
.shop-order-form .table-list-eb .table th {
  border-left: 0;
  border-right: 0;
}
.shop-order-form .table-list-eb .td-item-name {
  font-size: 15px;
}
.shop-order-form .table-list-eb .td-item-name b {
  font-weight: 600;
}
.shop-order-form .table-list-eb .td-item-name .sod_opt {
  font-size: 14px;
}
.def-address-area td > span {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}
.def-address-area td .ad_memo {
  padding: 0 12px;
  background: #fff;
  color: #555;
}
.sod-frm-orderer .required {
  background-position: left 42px top 2px !important;
}
.order_text_many.sod-frm-orderer th,
.order_text_many.sod-frm-orderer td {
  padding-bottom: 15px;
}
.order_text_many.sod-frm-orderer td input {
  height: 46px;
  border-radius: 7px;
  font-size: 15px;
}
.order_text_many.sod-frm-orderer td textarea {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
}
#sod_frm_addr {
  display: flex;
  flex-wrap: wrap;
}
#sod_frm_addr .input {
  margin-bottom: 10px;
  width: 100%;
}
.order_text_many #sod_frm_addr label.float-start {
  width: calc(100% - 118px);
  margin-right: 0;
}
.order_text_many #sod_frm_addr button {
  width: 110px;
  height: 46px;
  margin-left: 8px;
  background: #206041;
  border: 0;
  font-weight: 500;
  font-size: 15px;
}
.order_text_many #sod_frm_addr i {
  width: 40px;
  height: 44px;
  line-height: 44px;
  background: transparent;
}
.shop-order-form .pay_info_wrap .sod-frm-title {
  margin: 0 0 10px;
}
.shop-order-form .pay_info_wrap table .total_price {
  font-size: 17px;
  font-weight: 600;
}

.shop-order-form .pay_info_wrap table #delivery_type_sub {
  font-size: 17px;
  font-weight: 600;
}
.shop-order-form .pay_info_wrap .sub_td {
  width: 100%;
}
.pay_inner_white {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
}

/*주문내역*/
.shop-order-inquiry-view .order-num-box {
  background: #f2faf6;
  color: #333;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop-order-inquiry-view .order-num-box span {
  padding-left: 5px;
}
.sod-fin-list .td-img-box img {
  width: 100px;
  height: 100px;
  border-radius: 3px;
}
.sod-fin-list td .inquiry {
  border-radius: 5px;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
}
.td_item_name {
  display: flex;
  flex-wrap: wrap;
}
.td_item_name div {
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
}
.td_item_name div a strong {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.sod-fin-list th,
.sod-fin-list td {
  font-size: 14px;
}
.sod-fin-list th {
  border-color: #ddd;
}
.sod-fin-list .table-list-eb .table .tbd-both {
  border-left: 0;
  border-right: 0;
}
.sod-fin-list th .point_text {
  display: block;
  color: #777;
  font-size: 13px;
}
.sod-fin-list .state-explan-box {
  padding-bottom: 35px;
}
.sod-fin-list .state-explan-box .table-list-eb {
  border: 0;
  border-radius: 0;
}
.sod-fin-list .state-explan-box th,
.sod-fin-list .state-explan-box td {
  border-left: 0;
  border-right: 0;
}
.sod-fin-list .table-list-eb .sod-fin-list .table-list-eb table {
  margin-bottom: 0;
}
.sod-fin-list .table-list-eb thead {
  border: 0;
  background: transparent;
}

.order-view-member-area {
  width: 100%;
}
.pickup-box {
  background: #fff;
  width: 49%;
  float: left;
}
.pickup-box-in {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 12px;
}
.pickup-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.pickup-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 12px;
}
.pickup-tab {
  font-size: 13px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 3px 14px;
  margin-left: 5px;
  color: #888;
  font-weight: 500;
}
.pickup-tab.active {
  background: #eff4f2;
  color: #206041;
}
.pickup-info {
  font-size: 15px;
  color: #222;
}
.pickup-shop-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.pickup-shop-row .shop-name {
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 60px);
}
.shop-detail-btn {
  font-size: 13px;
  color: #888;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
.shop-detail-btn img {
  height: 10px;
  width: auto;
  filter: grayscale(3);
  vertical-align: -1px;
  margin-left: 5px;
}
.shop-address,
.shop-tel {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 2px;
}
.shop-address span,
.shop-tel span {
  font-weight: 400;
  width: calc(100% - 100px);
  float: right;
}
.shop-address:after,
.shop-tel:after {
  clear: both;
  content: "";
  display: block;
}
.pickup-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  font-size: 15px;
}
.pickup-detail-label {
  color: #222;
  font-weight: 500;
  width: 100px;
}
.pickup-detail-value {
  color: #666;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 100px);
}
.pickup-detail-row + .pickup-detail-row {
  margin-top: 8px;
}
.pickup-divider {
  border-bottom: 1.5px solid #e5e5e5;
  width: 100%;
  margin: 18px 0 10px 0;
}
.pickup-notice {
  color: #f44a44;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 6px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#state_explan_open {
  padding: 10px 20px;
  font-size: 13.5px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 40px;
  background: #fff;
  color: #333 !important;
  border: 1px solid #555;
  font-weight: 500;
}
.pick_location .order-table {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
}
.pick-up .order-table > button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(../image/app_arrow.svg) no-repeat #fff center right;
  background-size: 7px auto;
  color: #666 !important;
  font-size: 14px;
  border: 0;
  filter: grayscale(1);
}
.pick-up .order-table tbody td {
  color: #333;
  font-size: 15px;
}
.pick-up .order-table tbody tr:first-child td {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  width: calc(100% - 95px);
}
.order-view-payment-area {
  width: 49%;
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  float: right;
  padding: 25px 25px 0;
  overflow: hidden;
}
.order-view-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.payment-info-total {
  margin: 0 -25px;
  background: #f2faf6;
  padding: 10px 0;
}
.payment-info-box,
.payment-info-total-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  padding: 7px 0;
}
.payment-info-box span,
.payment-info-total-box span {
  width: 100px;
  display: inline-block;
  font-weight: 600;
}
.payment-info-box strong,
.payment-info-total-box strong {
  width: calc(100% - 100px);
  text-align: right;
}
.payment-info-box strong {
  font-weight: 500;
}
.payment-info-total-box {
  padding: 10px 25px;
  color: #206041;
  font-weight: bold;
}

.order-payment-cancel button {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  color: #666;
  background: #fff;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin: 20px 0;
}
.order-payment-cancel .cont-text-bg .bg-danger {
  margin: 20px 0;
}

.order-view-member-area .order-view-member-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 25px 10px;
  margin-bottom: 30px;
}
.order-view-member-area .order-view-member-box .order-view-title {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  margin-bottom: 10px;
}
.shop-order-inquiry-view .order-view-member-box table th,
.shop-order-inquiry-view .order-view-member-box table td {
  padding: 10px 0 !important;
  border-bottom: 0;
  font-size: 15px;
}
.shop-order-inquiry-view .order-view-member-box table th {
  font-weight: 600;
}
.shop-order-inquiry-view .order-view-member-box tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.shop-order-inquiry-view .order-view-member-box tbody tr {
  width: 48%;
}
.order-view-payment:after {
  clear: both;
  content: "";
  display: block;
}
.order_item_list {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
}
.order_item_list table {
  margin-bottom: 0;
}
.order_item_list table tbody tr:last-child td {
  border-bottom: 0;
}
.order_ok_box {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 40px;
}
.order_ok_box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #206041;
  padding: 11px 8px;
  margin: 10px auto;
}

/*사이드바*/
.left-side .sidebar-user {
  margin: 40px 0 100px;
}

/*마이페이지 계좌정보*/
.member_account_box {
  margin: 20px 0;
}
.member_account_box ul {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 25px;
}
.member_account_box ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
  align-items: center;
}
.member_account_box ul li label {
  width: 190px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.member_account_box ul li div {
  width: calc(100% - 190px);
  margin-bottom: 0 !important;
}
.member_account_box ul li div input {
  width: 400px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 42px;
  font-size: 15px;
  padding: 0 13px;
  color: #333;
}
.member_account_box ul li div input[type="file"] {
  height: 42px;
  line-height: 40px;
  border-radius: 5px !important;
  padding: 0 13px;
  width: 400px;
}
.button-wrap {
  text-align: center;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.button-wrap button {
  width: 180px;
  height: 50px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  border: 0;
  font-size: 17px;
  font-weight: 600;
}

/*정산관리*/
.member_settle_box {
  margin: 30px 0;
}
.member_settle_box .in_settle_box {
  margin-bottom: 50px;
}
.member_settle_box .sales_content {
  background: #206041;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}
.member_settle_box .sales_content h5 {
  font-size: 16px;
}
.member_settle_box .sales_content p {
  font-size: 25px;
  font-weight: bold;
  margin: 5px 0 10px;
}
.member_settle_box .sales_content p span {
  padding: 0 5px;
}
.member_settle_box .sales_content .bank {
  display: block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  width: 400px;
  margin: 0 auto 30px;
  padding: 8px 12px;
}
.member_settle_box .sales_content button {
  width: 150px;
  height: 46px;
  border-radius: 8px;
  background: #fff;
  border: 0;
  color: #206041;
  font-size: 17px;
  font-weight: 600;
}
.in_settle_box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
.in_settle_box h4:after {
  clear: both;
  content: "";
  display: block;
}
.in_settle_box h4 a {
  float: right;
  color: #777;
  font-size: 14.5px;
}
.in_settle_box h4 a img {
  height: 12px;
  vertical-align: -1px;
  width: auto;
  filter: grayscale(2);
  padding-left: 7px;
}
.in_settle_box.settle_list div {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 15px;
}
.in_settle_box.settle_list table {
  width: 100%;
}
.in_settle_box.settle_list table th,
.in_settle_box.settle_list table td {
  padding: 8px;
  font-size: 16px;
}
.settle_list_01 th {
  width: 20%;
  color: #777;
}
.in_settle_box.settle_list .settle_list_01 td {
  width: 80%;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
}
.in_settle_box.settle_list .settle_list_02 th {
  font-size: 16px;
  color: #222;
}
.in_settle_box.settle_list .settle_list_02 td {
  font-weight: 500;
}
table td.settle_state {
  font-weight: bold;
  color: #747474;
}
table td.settle_state.end {
  color: #21825b;
}
.in_settle_box table td a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #206041;
  color: #206041;
  font-weight: 500;
  border-radius: 15px;
  font-size: 14px;
}

/*정산하기*/
.settle_textbox {
  padding: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 14.5px;
}
.settle_textbox h5 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.settle_list2 {
  border: 1px solid #e5e5e5;
  padding: 8px 20px;
  border-radius: 10px;
}
.settle_list2 table {
  width: 100%;
}
.settle_list2 table th,
.settle_list2 table td {
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
.settle_list2 table td {
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
}
.settle_list2 table tr td:nth-child(2) {
  text-align: left;
  padding: 20px 25px;
}
.settle_list2 table tr td:nth-child(2) a {
  flex-wrap: wrap;
  display: flex;
  border: 0;
}
.settle_list2 table tr td .settle_pd_img {
  width: 90px;
  height: 90px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.settle_list2 table tr td .settle_pd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.settle_list2 table tr td .settle_pd_right {
  width: calc(100% - 90px);
  padding-left: 12px;
  font-size: 14px;
}
.settle_list2 table tr td .settle_pd_right b {
  font-weight: 500;
  font-size: 14.5px;
  color: #666;
  display: block;
}
.settle_list2 table tr td .settle_pd_right .pd_name_box {
  font-size: 15px;
  font-weight: 600;
}
.settle_list2 table tr td .settle_pd_right small {
  color: #777;
  font-size: 13px;
  display: block;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.settle_one {
  font-size: 14.5px;
  opacity: 0.8;
}
.button-wrap a {
  font-size: 17px;
  border: 1px solid #206041;
  color: #206041;
  font-weight: 600;
  height: 50px;
  width: 180px;
  border-radius: 6px;
  display: inline-block;
  line-height: 48px;
}
.settle_ing.member_settle_box {
  margin: 20px 0;
}
.settle_ing.member_settle_box .in_settle_box {
  margin-bottom: 30px;
}

/*정산내역*/
.in_settle_box.settle_list .settle_cal {
  width: auto;
  display: inline-block;
  margin-bottom: 25px;
}
.in_settle_box.settle_list .settle_cal input {
  border: 0;
  font-size: 15px;
  outline: none;
  color: #333;
}
.in_settle_box.settle_list .settle_cal span {
  margin: 0 12px;
}
.settle_all_num {
  font-size: 16px;
  color: #555;
  padding-bottom: 10px;
}
.in_settle_box.settle_list div.settle_all_list {
  border: 0;
  padding: 0;
}
.settle_all_box th {
  border-bottom: 1px solid #e5e5e5;
}
.settle_all_box table tbody tr:first-child td {
  padding-top: 16px;
}

/*주문목록*/
.order_list_warp {
  padding-top: 40px;
}
.order_list_warp > h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.page-body .container {
  position: relative;
}
.page-body .container:after {
  display: block;
  content: "";
  clear: both;
}
.order_list {
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  padding: 0 10px;
}
.order_list table {
  width: 100%;
  margin-bottom: 0;
  word-break: break-all;
  word-wrap: break-word;
}
.order_list.table-list-eb thead th {
  padding: 16px 8px !important;
}
.order_list .od-num:hover {
  color: #ab0000;
}
.order_list .state-label {
  display: inline-block;
  color: #fff;
  padding: 5px 7px;
  line-height: 1;
  font-size: 0.75rem;
  min-width: 70px;
  text-align: center;
}
.order_list .state-01 {
  background: #ab0000;
}
.order_list .state-02 {
  background: #0d7368;
}
.order_list .state-03 {
  background: #533889;
}
.order_list .state-04 {
  background: #db9532;
}
.order_list .state-05 {
  background: #394488;
}
.order_list .state-06 {
  background: #757575;
}
.table-list-eb.order_list thead {
  border-top: 0;
  background: #fff;
}
.table-list-eb.order_list tbody tr:last-child td {
  border: 0;
}
.table-list-eb.order_list td {
  font-size: 13.5px;
  padding: 20px 7px;
  white-space: normal;
  word-break: break-alls;
}
.order_list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 320px;
}
.order_list_item img {
  width: 90px;
  border-radius: 4px;
}
.order_list_item > div {
  width: calc(100% - 100px);
  text-align: left;
}
.order_list_item > div span {
  color: #777;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: underline;
}
.order_list_item > div .order_item_name {
  font-size: 15.5px;
  font-weight: 600;
  padding-top: 5px;
}
.order_list_item > div .item_op {
  font-size: 14px;
  color: #666;
}
.order_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 3px;
}
.order_tag li {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #eff4f2;
  color: #206041;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}
.order_tag li.pick {
  background: #ededed;
  color: #555;
}
.od-num {
  font-size: 13px;
}

/*찜목록*/
.shop-wishlist {
  font-size: 0.9375rem;
  margin-top: 40px;
}
.shop-wishlist > h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.zzim_tab {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.zzim_tab li {
  width: 150px;
}
.zzim_tab li.active a {
  border-bottom: 3px solid #206041;
  color: #206041;
  font-weight: 700;
}
.zzim_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  color: #757575;
  font-size: 17px;
  border: none;
  background: none;
  font-weight: 500;
  outline: none;
}
.zzim_store_list {
  border-bottom: 1px solid #eee;
  padding-bottom: 17px;
  white-space: nowrap;
  overflow: auto;
}
.zzim_store_list span {
  display: inline-block;
  width: 64px;
  text-align: center;
  font-size: 14.5px;
  filter: grayscale(2);
  color: #777;
  opacity: 0.5;
  cursor: pointer;
  margin-right: 15px;
  vertical-align: top;
}
.zzim_store_list span.on {
  filter: none;
  color: #206041;
  opacity: 1;
}
.zzim_store_list span img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.zzim_store_list span.on img {
  border: 1px solid #206041;
}
.zzim_store_list span b {
  padding-top: 6px;
  font-size: 12.5px;
  font-weight: 600;
  white-space: normal;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 제한할 텍스트의 줄 수 */
}
.store_top h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 0;
}
.store_category {
  font-size: 0;
}
.store_category span {
  display: inline-block;
  font-size: 15px;
  padding: 4px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-right: 6px;
  color: #888;
  cursor: pointer;
  font-weight: 500;
}
.store_category span.active {
  border: 1px solid #206041;
  color: #206041;
  font-weight: 600;
}
.shop-wishlist .wishlist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  margin-top: 25px;
}
.shop-wishlist .wishlist-box {
  position: relative;
  width: 18.8%;
  margin-bottom: 35px;
}

.shop-wishlist .wishlist-box-in {
  position: relative;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-wishlist .wishlist-box-in:hover {
  border-color: #757575;
}
.shop-wishlist .wishlist-box .wishlist-img {
  margin-bottom: 15px;
  position: relative;
}
.shop-wishlist .wishlist-box .wishlist-img a.wish_item_img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  display: block;
}
.shop-wishlist .wishlist-box .wishlist-img img {
  position: absolute;
  object-fit: cover;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  height: auto;
}
.shop-wishlist .wishlist-box .wishlist_heart {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background: url(../../../img/zzim.svg) no-repeat center;
  background-size: 100% auto;
}
.shop-wishlist .wishlist-box .wishlist_heart.active {
  background: url(../../../img/zzim_on.svg) no-repeat center;
  background-size: 100% auto;
}
.shop-wishlist .wishlist-info {
  position: relative;
}
.shop-wishlist .wishlist-desc h5 {
  position: relative;
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  height: 48px;
  color: #000;
}
.shop-wishlist .wishlist-desc .wishlist-desc-date {
  color: #757575;
}
.shop-wishlist .wishlist-desc .wishlist-desc-date i {
  color: #b5b5b5;
}
.shop-wishlist .wishlist-bottom {
  position: relative;
  margin-top: 10px;
}
.shop-wishlist .wishlist-bottom .wishlist-check {
  line-height: 30px;
}
.shop-wishlist .wishlist-bottom .wishlist-check .checkbox i {
  top: 7px;
}
.shop-wishlist .wishlist-bottom .wishlist-del-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #4b4b4d;
}
.shop-wishlist .wishlist-bottom .wishlist-del-btn:hover {
  background: #2b2b2e;
}
.shop-wishlist .wishlist-act-btn {
  margin-top: 30px;
  text-align: center;
}
.shop-wishlist .wishlist-box-in:hover .wishlist-desc h5 {
  text-decoration: underline;
}
.wishlist-seller-name {
  color: #666;
  font-size: 14px;
  margin-bottom: 2px;
}
.wishlist-desc .info_link h5 {
  font-size: 15.5px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
  margin-bottom: 10px;
}
.wishlist-price {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

/*모달 헤더 닫기 버튼*/
.modal-header {
  position: relative;
}
.modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  outline: none;
  box-shadow: none !important;
  width: 40px;
}

/*마이페이지 문의내역*/
.shop-product-qa-list .uselist-search-box {
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.shop-product-qa-list .search-input .icon-prepend {
  background-color: transparent;
  width: 38px;
  height: 36px;
  line-height: 36px;
  border: 0;
  color: #959595;
  font-size: 0.9375rem;
}
.shop-product-qa-list .panel-group .panel {
  margin-bottom: 15px;
}
.shop-product-qa-list .panel-heading .label {
  display: inline-block;
  width: 64px;
  text-align: center;
}
.shop-product-qa-list .panel-heading .sit_qaa_yet {
  background: #ab0000;
}
/* .shop-product-qa-list .product-use-img {position:absolute;top:15px;left:15px;width:70px;height:70px;overflow:hidden} */
.shop-product-qa-list .product-use-img {
  width: 13%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.shop-product-qa-list .product-use-img a {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.shop-product-qa-list .product-use-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.shop-product-qa-list .product-use-img span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/* .shop-product-qa-list .heading-content {margin-left:85px} */
.shop-product-qa-list .heading-content {
  width: calc(86% - 63px);
  padding-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
.qa_content_left {
  width: calc(100% - 140px);
}
.qa_content_left .seller-name {
  color: #888;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 7px;
}
.qa_content_left .option-name {
  color: #999;
  padding-right: 10px;
  font-size: 14px;
}
.qa_content_left .qa_date {
  color: #999;
  font-size: 14px;
}
.shop-product-qa-list .panel-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
.shop-product-qa-list .panel-title i {
  color: #ab0000;
  margin-left: 5px;
}
.shop-product-qa-list .panel-title a:hover {
  text-decoration: underline;
  color: #000;
}
.shop-product-qa-list .panel-title > a:before {
  top: 15px;
  margin-top: inherit;
  font-size: 1rem;
}
.shop-product-qa-list .panel-body {
  padding: 0;
}
.shop-product-qa-list .panel-body img {
  width: inherit !important;
  max-width: 500px;
  height: auto;
}
.shop-product-qa-list .product-qa-cont .product-qa-alp {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  color: #959595;
  font-weight: 700;
}
.shop-product-qa-list .product-qa-cont .product-qa-qaa {
  padding: 15px;
  padding-left: 45px;
  position: relative;
  min-height: 100px;
  border-top: 1px solid #d5d5d5;
}
.shop-product-qa-list .product-qa-cont .product-qa-qaq {
  padding: 15px;
  padding-left: 45px;
  position: relative;
  min-height: 100px;
}
.my_qa_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 15px;
}
.my_qa_top .qa-button {
  text-align: right;
}
.my_qa_top .btn-delete,
.my_qa_top .btn-register {
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  color: #555 !important;
  width: 120px;
  height: 38px;
  font-size: 15px;
  padding: 0;
  font-weight: 500;
}

.my_qa_top .btn-register {
  background: #206041;
  color: #fff !important;
  border: 1px solid #206041;
}

.shop-product-qa-list .panel-heading {
  display: flex;
  align-items: center; /* 세로 중앙 정렬 */
  background-color: #fff !important;
  padding: 15px;
  border: 1px solid #d5d5d5;
  min-height: 100px;
  flex-wrap: wrap;
  border-radius: 10px;
}
.shop-product-qa-list .qa_flex_wrap {
  margin-top: 11px;
}
.shop-product-qa-list .qa_content_box {
  background: #f5f5f5;
  border-radius: 12px;
  border: 0;
  padding: 10px 18px;
  height: 67px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  flex: 1 1 auto;
  display: block; /* 변경: flex -> block */
  position: relative;
  margin-bottom: 0;
}
.shop-product-qa-list .qa_side_box {
  width: 140px;
  padding-left: 20px;
  display: block;
}
.shop-product-qa-list .qa_side_box a {
  display: block;
  width: 100%;
}
.shop-product-qa-list .qa_side_box a:last-child {
  margin-top: 8px;
}
.shop-product-qa-list .qa_content {
  color: #333;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  line-height: 1.6;
  width: calc(100% - 70px);
  margin-bottom: 10px; /* 버튼과 간격 */
}
.shop-product-qa-list .qa_btn {
  height: 38px;
  font-size: 15px;
  border-radius: 6px;
  border: 0;
  background: #353535;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
}
.shop-product-qa-list .qa_btn.qa_btn-del {
  background: #fff;
  border: 1px solid #aaa;
  color: #555;
}
.shop-product-qa-list .qa_edit_btn {
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
  border: 0;
  color: #888;
  text-decoration: underline;
  height: 32px;
  line-height: 20px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.shop-product-qa-list .qa_status {
  display: block;
  font-weight: 700;
  color: #226644;
  font-size: 16px;
  text-align: right;
  margin-bottom: 45px;
}
.qa-tab-wrap {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 30px;
  display: flex;
  gap: 0;
}
.qa-tab {
  display: inline-block;
  padding: 13px 32px;
  font-size: 17px;
  color: #888 !important;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  transition: color 0.2s, border-bottom 0.2s;
}
.qa-tab.active {
  color: #206041 !important;
  border-bottom: 3px solid #206041;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
}
.shop-product-qa-list .qa_checkbox_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 70px;
}
.shop-product-qa-list .qa_checkbox_wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.shop-product-qa-list .qa_checkbox_wrap input:checked {
  background: url(../../../img/check_i.png) no-repeat #206041 center center;
  background-size: 11px auto;
  border: 0;
}

/*마이페이지 문의하기*/
.shop-product-qa-write {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.shop-product-qa-write .win-title {
  position: relative;
  margin: 0 0 20px;
  font-size: 1.0625rem;
}
.shop-product-qa-write .radio {
  width: 60px;
}
.shop-product-qa-write .write-edit-wrap #is_content {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  padding: 6px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  color: #353535;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  resize: vertical;
}
.shop-product-qa-write .cke_sc {
  margin-bottom: 10px !important;
}
.shop-product-qa-write .btn_cke_sc {
  padding: 0 10px;
}
.shop-product-qa-write .cke_sc_def {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #fbfbfb;
}
.shop-product-qa-write .cke_sc_def button {
  padding: 3px 15px;
  background: #555555;
  color: #fff;
  border: none;
}
.shop-product-qa-write .qa_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.shop-product-qa-write .iq_subject {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.shop-product-qa-write #iq_question {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 250px;
  padding: 16px 20px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  color: #353535;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  resize: none;
}
.shop-product-qa-write .iq_question_notice {
  color: #888;
  padding-top: 7px;
  font-size: 0.9em;
  display: block;
}
.shop-product-qa-write .qa-card-select {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.shop-product-qa-write .qa-card {
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 18px;
  margin-bottom: 0;
  transition: box-shadow 0.2s;
}
.shop-product-qa-write .qa-card.hide {
  display: none;
}
.shop-product-qa-write .qa-card-img {
  width: 120px;
}
.shop-product-qa-write .qa-card-img img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 18px;
  border: 1px solid #eee;
}
.shop-product-qa-write .qa-card-info {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.shop-product-qa-write .qa-card-seller {
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
  text-decoration: underline;
}
.shop-product-qa-write .qa-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.shop-product-qa-write .qa-card-option {
  font-size: 14.5px;
  color: #666;
  margin-bottom: 4px;
}
.shop-product-qa-write .qa-card-option li {
  display: inline-block;
  margin-right: 8px;
  color: #999;
}
.shop-product-qa-write .qa-card-date {
  font-size: 13px;
  margin-top: 10px;
  color: #aaa;
}
.shop-product-qa-write .qa-card-status {
  display: flex;
  align-items: center;
}
.shop-product-qa-write .status-label {
  color: #206041;
  font-weight: bold;
  font-size: 16px;
  width: 80px;
  display: inline-block;
}
.shop-product-qa-write .arrow-btn {
  font-size: 22px;
  color: #888;
  transition: transform 0.2s;
  user-select: none;
  text-indent: -999999px;
  display: inline-block;
  width: 60px;
  cursor: pointer;
  background: url(../../../img/sel2.png) no-repeat center center;
}
.shop-product-qa-write .qa-card-dropdown {
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 0 0 12px 12px;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  max-height: 400px;
  overflow-y: auto;
}
.shop-product-qa-write .qa-card-dropdown.hide {
  display: none;
}
.shop-product-qa-write .qa-card-option-row {
  border: none;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding: 14px 18px;
}
.shop-product-qa-write .qa-card-option-row:hover {
  background: #f7f7f7;
}
.shop-product-qa-write .upload-container {
  width: 100%;
  margin-bottom: 15px;
}
.shop-product-qa-write .upload-box {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 60px;
  align-content: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-weight: 500;
  color: #777;
}
.shop-product-qa-write .upload-box img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.shop-product-qa-write .upload-box p {
  font-size: 15.5px;
  display: inline-block;
  margin: 0 3px;
}
.shop-product-qa-write .property_img_box {
  width: 100%;
  position: relative !important;
  text-align: center;
  overflow: auto !important;
}
.shop-product-qa-write .property_img_box .image-list {
  display: flex;
  flex-wrap: wrap;
}
.shop-product-qa-write .img_box {
  display: inline-block;
  position: relative;
  width: 140px !important;
  height: 140px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.shop-product-qa-write .img_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.shop-product-qa-write .submit_btnbox {
  margin: 60px 0 100px;
}
.shop-product-qa-write .submit_btnbox input,
.shop-product-qa-write .submit_btnbox a {
  width: 180px;
  height: 52px;
  margin: 0 8px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
  padding: 0;
  line-height: 50px;
}
.shop-product-qa-write .submit_btnbox a {
  color: #888;
  border: 1px solid #ccc;
  background: #fff;
}
.shop-product-qa-write .item_box {
  border: 1px solid #d3d3d3;
  margin: 10px auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.shop-product-qa-write .item_box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
}
.shop-product-qa-write .item_box .item_info {
  flex-grow: 1;
  text-align: left;
}
.shop-product-qa-write .item_box p {
  margin: 0;
  line-height: 1.4;
}
.shop-product-qa-write .item_box .item_name {
  font-weight: bold;
  font-size: 1.2em;
}
.shop-product-qa-write .item_box .item_date {
  color: #888;
  font-size: 0.9em;
}
.shop-product-qa-write .img_del_btn {
  position: absolute;
  top: 7px;
  right: 7px;
  text-indent: -999999px;
  background: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.06);
  font-size: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  font-weight: 600;
  background: url(../../../img/delete_i.png) no-repeat center center;
  background-size: cover;
}
.shop-product-qa-write .custom-select-wrap {
  /* position: relative; */
  width: 100%;
  margin-bottom: 20px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.shop-product-qa-write .custom-select-selected {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  cursor: pointer;
  color: #555;
  font-size: 16px;
  position: relative;
  background: url(../../../img/sel2.png) no-repeat center right 16px;
  background-size: 14px auto;
}
.shop-product-qa-write .custom-select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  z-index: 1000;
}
.shop-product-qa-write .custom-select-option {
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
}
.shop-product-qa-write .custom-select-option:last-child {
  border-bottom: none;
}
.shop-product-qa-write .custom-select-option .main {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  min-width: 110px;
}
.shop-product-qa-write .custom-select-option .sub {
  font-size: 14px;
  color: #888;
  margin-left: 16px;
  text-align: left;
  flex: 1;
}
.shop-product-qa-write .custom-select-option:hover {
  background: #f7f7f7;
}

.product-qa-write {
  width: 60%;
  margin: 0 auto;
}

.shop-product-qa-write .title-box {
  margin-top: 20px;
}
.shop-product-qa-write .title-text {
  font-size: 1.3rem;
  font-weight: bold;
}
.shop-product-qa-write .select-title-div {
  text-align: center;
  margin-bottom: 10px;
}
.shop-product-qa-write .select-title-text {
  font-size: 1.2rem;
  font-weight: bold;
}

/*문의상세*/
.product-qa-view {
  width: 60%;
  margin: 0 auto;
}
.shop-product-qa-view .qa_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.shop-product-qa-view .iq_subject {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.shop-product-qa-view #iq_question {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  padding: 6px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  color: #353535;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  resize: vertical;
}
.shop-product-qa-view .iq_question_notice {
  color: #888;
  font-size: 0.9em;
}
.shop-product-qa-view .qa-card-select {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.shop-product-qa-view .qa-card {
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 25px;
  margin-bottom: 0;
}
.shop-product-qa-view .qa-card.hide {
  display: none;
}
.shop-product-qa-view .qa-card-img {
  width: 120px;
}
.shop-product-qa-view .qa-card-img img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 18px;
  border: 1px solid #eee;
}
.shop-product-qa-view .qa-card-info {
  width: calc(100% - 320px);
  padding-left: 15px;
}
.shop-product-qa-view .qa-card-content .qa-card-info {
  width: 100%;
  padding-left: 0;
  position: relative;
}
.shop-product-qa-view .qa-card-seller {
  font-size: 14px;
  color: #888;
  margin-bottom: 7px;
  text-decoration: underline;
}
.shop-product-qa-view .qa-card-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
.shop-product-qa-view .qa-card-option {
  font-size: 15px;
  color: #666;
  margin-bottom: 4px;
}
.shop-product-qa-view .qa-card-content .qa-card-option {
  margin-top: 15px;
}
.shop-product-qa-view .qa-card-date {
  font-size: 14px;
  color: #aaa;
  margin-top: 8px;
}
.shop-product-qa-view .qa-card-status {
  width: 200px;
  display: block;
  text-align: right;
}
.shop-product-qa-view .status-label {
  color: #206041;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.shop-product-qa-view .qa-card-content .status-label {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-product-qa-view .arrow-btn {
  font-size: 22px;
  color: #888;
  transition: transform 0.2s;
  user-select: none;
  cursor: pointer;
}
.shop-product-qa-view .qa-card-content .qa_create_date {
  color: #777;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
}
/* .qa-card-dropdown {left: 0; right: 0;top: 100%;background: #fff;border: 1.5px solid #e0e0e0;border-radius: 0 0 12px 12px;z-index: 10;box-shadow: 0 4px 16px rgba(0,0,0,0.07);} */
.shop-product-qa-view .qa-card-dropdown {
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 0 0 12px 12px;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  max-height: 400px;
  overflow-y: auto;
}
.shop-product-qa-view .qa-card-dropdown.hide {
  display: none;
}
.shop-product-qa-view .qa-card-option-row {
  border: none;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 14px 18px;
}
.shop-product-qa-view .qa-card-option-row:hover {
  background: #f7f7f7;
}
.shop-product-qa-view .property_img_box {
  width: 100%;
  position: relative !important;
  text-align: center;
  overflow: auto !important;
}
.shop-product-qa-view .img_box {
  display: inline-block;
  position: relative;
  width: 120px !important;
  height: 120px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.shop-product-qa-view .img_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.shop-product-qa-view .submit_btnbox {
  margin: 50px 0 100px;
}
.shop-product-qa-view .submit_btnbox button {
  background: #fff;
  border: 1px solid #ccc;
  color: #888 !important;
  width: 180px;
  font-size: 18px;
  height: 52px;
  line-height: 50px;
  font-weight: 600;
  padding: 0;
}
.shop-product-qa-view .image-list {
  display: flex;
}
.shop-product-qa-view .item_box {
  border: 1px solid #d3d3d3;
  margin: 10px auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.shop-product-qa-view .item_box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
}
.shop-product-qa-view .item_box .item_info {
  flex-grow: 1;
  text-align: left;
}
.shop-product-qa-view .item_box p {
  margin: 0;
  line-height: 1.4;
}
.shop-product-qa-view .item_box .item_name {
  font-weight: bold;
  font-size: 1.2em;
}
.shop-product-qa-view .item_box .item_date {
  color: #888;
  font-size: 0.9em;
}

.shop-product-qa-view .img_del_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: black !important;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  font-weight: 600;
  text-indent: -99999px;
  background: url(../../../img/delete_i.png) no-repeat center center;
  background-size: cover;
}
.shop-product-qa-view .custom-select-wrap {
  /* position: relative; */
  width: 100%;
  margin-bottom: 20px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.shop-product-qa-view .custom-select-selected {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.shop-product-qa-view .custom-select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  z-index: 1000;
}
.shop-product-qa-view .custom-select-option {
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
}
.shop-product-qa-view .custom-select-option:last-child {
  border-bottom: none;
}
.shop-product-qa-view .custom-select-option .main {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  min-width: 110px;
}
.shop-product-qa-view .custom-select-option .sub {
  font-size: 14px;
  color: #888;
  margin-left: 16px;
  text-align: left;
  flex: 1;
}
.shop-product-qa-view .custom-select-option:hover {
  background: #f7f7f7;
}
.shop-product-qa-view .product-qa-write {
  width: 60%;
  margin: 0 auto;
}
.shop-product-qa-view .title-box {
  margin-top: 20px;
}
.shop-product-qa-view .title-text {
  font-size: 1.3rem;
  font-weight: bold;
}
.shop-product-qa-view #iq_question {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  min-height: 200px;
  resize: vertical;
  outline: none;
  font-size: 16px;
}
.shop-product-qa-view .select-title-div {
  text-align: center;
  margin-bottom: 10px;
}
.shop-product-qa-view .select-title-text {
  font-size: 1.2rem;
  font-weight: bold;
}
.shop-product-qa-view .qa-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
/* 추가문의 */
.shop-product-qa-view .qa-additional-question-wrap {
  border: 1.5px solid #90b0a0; /* 연한 초록 테두리 */
  border-radius: 7px;
  background: #f8fbf9; /* 연한 배경 */
  padding: 18px 20px 10px 20px; /* 위쪽 여백을 조금 더 */
  margin: 30px 0 0 0;
  max-width: 700px;
  box-sizing: border-box;
}
.shop-product-qa-view .qa-additional-input-box {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  background: #fff; /* 입력란 배경 흰색 */
  border-radius: 5px;
  border: 1px solid #90b0a0; /* 입력란에도 테두리 */
  padding: 10px 15px;
  margin-bottom: 10px;
}
.shop-product-qa-view .qa-additional-icon {
  color: #90b0a0;
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
}
.shop-product-qa-view .qa-additional-input {
  flex: 1;
  border: none !important;
  background: transparent;
  font-size: 16px;
  color: #333;
  outline: 0 !important;
  padding: 8px 0;
  box-shadow: none !important;
}
.shop-product-qa-view .qa-additional-input:focus {
  border: 0 !important;
}
.shop-product-qa-view .qa-additional-input::placeholder {
  color: #59826e;
  opacity: 1;
}
.shop-product-qa-view .qa-additional-btn {
  background: #206041;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.shop-product-qa-view .qa-additional-btn:hover {
  background: #206041;
}
.shop-product-qa-view .qa-additional-desc {
  color: #888;
  font-size: 13px;
  margin: 0 0 10px 0;
  padding-left: 5px;
}
.shop-product-qa-view .answer-title {
  color: #206041;
  margin-bottom: 10px;
}
.shop-product-qa-view .answer-card {
  background: #f7f7f7;
}
.shop-product-qa-view .add_warp {
  margin-bottom: 100px;
}

/*마이페이지 리뷰*/
.shop-product-use-list .uselist-search-box {
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.shop-product-use-list .search-input .icon-prepend {
  background-color: transparent;
  width: 38px;
  height: 36px;
  line-height: 36px;
  border: 0;
  color: #959595;
  font-size: 0.9375rem;
}
.shop-product-use-list .panel-group .panel {
  margin-bottom: 15px;
}
.shop-product-use-list .panel-heading {
  padding: 20px;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.shop-product-use-list .product-use-img {
  width: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.shop-product-use-list .product-use-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.shop-product-use-list .product-use-img span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.shop-product-use-list .heading-content {
  width: calc(100% - 300px);
  padding-right: 20px;
}
.shop-product-use-list .heading-content .star-image {
  width: 70px;
}
.shop-product-use-list .panel-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 3px;
}
.shop-product-use-list .panel-title a:hover {
  text-decoration: underline;
  color: #000;
}
.shop-product-use-list .panel-title > a:before {
  top: 15px;
  margin-top: inherit;
  font-size: 1rem;
}
.shop-product-use-list .panel-body img {
  width: inherit !important;
  max-width: 500px;
  height: auto;
}
.shop-product-use-list .panel-body .panel-use-reply {
  position: relative;
  border-top: 1px solid #f0f0f0;
  margin: 15px 0 0;
  padding: 15px 0 0 30px;
}
.shop-product-use-list .panel-body .use-reply-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 25px;
  text-indent: -999px;
  border-left: 1px solid #757575;
  border-bottom: 1px solid #757575;
}
.shop-product-use-list .panel-body .use-reply-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #757575;
  position: absolute;
  bottom: -6px;
  right: -8px;
}
.shop-product-use-list .panel-body .use-reply-subj {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.shop-product-use-list .panel-body .use-reply-name {
  font-size: 0.9375rem;
  color: #959595;
  margin: 10px 0;
}
#porduct-review .use_content_left {
  width: calc(100% - 140px);
}
#porduct-review .use-flex-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  flex-wrap: wrap;
}

#porduct-review .use_checkbox_wrap {
  width: 40px;
  height: 100%;
}
#porduct-review .use_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
#porduct-review .use_checkbox:checked {
  background: url(../../../img/check_i.png) no-repeat #206041 center center;
  background-size: 11px auto;
  border: 0;
}
#porduct-review .product-use-img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
#porduct-review .product-use-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#porduct-review .star-score .star.filled {
  color: #206041; /* 초록색 */
  font-size: 18px;
}
#porduct-review .star-score .star {
  color: #ccc;
  font-size: 18px;
}
#porduct-review .star-score .score {
  font-size: 14px;
  margin-left: 6px;
  vertical-align: 1px;
  color: #888;
}
#porduct-review .panel-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#porduct-review .option-date {
  color: #888;
  font-size: 0;
  margin: 10px 0;
}
#porduct-review .option-date p {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
#porduct-review .option-date p span {
  padding: 0 5px;
}
#porduct-review .use-detail {
  color: #444;
  font-size: 15px;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
#porduct-review .use_side_box {
  width: 120px;
}
#porduct-review .use_side_box a {
  display: block;
  margin: 10px 0;
}
#porduct-review .use_btn {
  width: 100%;
  height: 38px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #888;
  background: #fff;
  color: #222;
  cursor: pointer;
}
#porduct-review .use_btn-edit {
  background: #444;
  color: #fff;
  border: none;
}
#porduct-review .use_btn-del {
  background: #fff;
  color: #444;
  border: 1px solid #888;
}
.my_use_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 25px;
}
.my_qa_title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.my_use_top .use-button {
  text-align: right;
}
.my_use_top .btn-delete {
  display: inline-block;
  border-radius: 5px;
  margin-left: 8px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  color: #555 !important;
  width: 90px;
  height: 34px;
  font-size: 14.5px;
  padding: 0;
  font-weight: 500;
}

/*매장 홈*/
.store_banner .banner-content-left {
  position: absolute;
  bottom: 50px;
  left: 74px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 208px);
}
#modal_shop_info .modal-dialog {
  width: 500px;
}
#modal_shop_info .modal-header {
  text-align: left;
  margin-bottom: 0;
}
#modal_shop_info .store-info-box {
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 0;
}
#modal_shop_info .store-info-box h6 {
  width: 120px;
  color: #888;
}
#modal_shop_info .store-info-box p {
  width: calc(100% - 135px);
}
.store-info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.store_banner .store-icon {
  width: 68px;
  height: 68px;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.store_banner .store-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store_banner .store-name-area {
  display: flex;
  flex-direction: column;
}
.store_banner .store-name-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: white;
  margin-bottom: 3px;
}
.store_banner .info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0);
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}
.store_banner .info-icon:hover {
  background: rgba(255, 255, 255, 0.4);
}
.store_banner .store-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.store_banner .store-badge {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
.store_banner .divider {
  color: white;
  font-size: 13px;
  opacity: 0.6;
}
.store_banner .store-name {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.store_banner .store-name .info-icon {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 50%;
  padding: 2px 6px;
  transition: background 0.2s;
}
.store_banner .store-name .info-icon:hover {
  background: white;
}
.store_banner .store-tags {
  display: flex;
  gap: 8px;
}
.store_banner .store-badge {
  background-color: #2ecc71;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
}
.store_banner .store-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.95;
}
.store_banner .banner-content-right {
  position: absolute;
  bottom: 50px;
  right: 74px;
}
.store_banner .btn-share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.store_banner .btn-share:hover {
  background: white;
}
.store_banner .btn-share img {
  width: 18px;
  height: auto;
  margin-left: -2px;
}
.store_banner .wish-button {
  background: url(../../../img/zzim.svg) no-repeat center;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin: 0 auto;
  background-size: 100% auto;
  display: block;
  z-index: 2;
  cursor: pointer;
  position: initial;
}
.store_banner .wish-button.active {
  background: url(../../../img/zzim_on.svg) no-repeat center;
  background-size: 100% auto;
}
.store_banner .on-off-box {
  margin-top: 4px;
}
.store_banner .on-off-box span {
  display: inline-block;
  padding: 2px 15px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px;
  border-radius: 20px;
}
.store_banner .on-off-box .online {
  color: #206041 !important;
  background: #eff4f2 !important;
}
.store_banner .on-off-box span.divider {
  background: transparent !important;
  padding: 2px 10px !important;
  color: #ddd !important;
}
.store_tab {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 27px;
  margin-top: 17px;
}
.store_tab a {
  padding: 12px 18px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  font-size: 17px;
  border-bottom: 2px solid transparent;
  margin-right: 5px;
}
.store_tab a.active {
  color: #206041;
  border-color: #206041;
  font-weight: 700;
}
.store-section .map-wrapper .store_name {
  font-size: 15px;
  color: #206041;
  font-weight: 700;
  margin-top: 12px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.store-section .map-wrapper {
  width: 100%;
  height: 350px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
  border-radius: 10px;
}
.store-section .store-info {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.6;
}
.store-section .store-info div {
  margin-top: 10px;
}
.store-section .store-info div span {
  display: inline-block;
  color: #999;
  padding: 0 10px;
}
.store-section .store-info div a {
  text-decoration: underline;
}
.store-section .store-info img {
  margin-right: 5px;
  height: 16px;
  width: auto;
}
.store-section .store-distance {
  color: #206041;
  font-size: 13px;
}
.store-section .store-status {
  color: #333;
  margin-bottom: 10px;
}
.store-section .category-buttons {
  margin-top: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.store-section .category-buttons button {
  background: #fff;
  border: 1px solid #63907a;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.store-section .category-buttons button:hover {
  background: #f2f5f3;
}

/*마이페이지 전국풀집 댓글*/
.my_comment_inner .category-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.my_comment_inner .category-tabs .ct_tab {
  border: none;
  background: #fff;
  color: #206041;
  font-weight: 500;
  padding: 4px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #63907a;
}
.my_comment_inner .category-tabs .ct_tab.active {
  background: #206041;
  color: #fff;
  font-weight: bold;
  border: 0;
}
.my_comment_inner .post-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.my_comment_inner .post-item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 18px 20px;
  background: #fff;
  gap: 18px;
  flex-wrap: wrap;
}
.my_comment_inner .post-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  width: 160px;
  align-items: center;
}
.my_comment_inner .post-left .post-image {
  width: 130px;
}
.my_comment_inner .post-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.my_comment_inner .post-checkbox:checked {
  background: url(../../../img/check_i.png) no-repeat #206041 center center;
  background-size: 12px auto;
  border: 0;
}
.my_comment_inner .post-image img {
  width: 130px;
  height: 130px;
  border-radius: 5px;
  object-fit: cover;
  background: #f0f0f0;
}
.my_comment_inner .post-content {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.my_comment_inner .post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-bottom: 2px;
}
.my_comment_inner .post-category {
  color: #206041;
  font-weight: bold;
}
.my_comment_inner .post-date {
  color: #999;
  font-size: 13px;
}
.my_comment_inner .post-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my_comment_inner .post-desc {
  font-size: 13px;
  color: #888;
}
.my_comment_inner .post-comment {
  color: #206041;
  font-weight: bold;
}
.my_comment_inner .post-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100px;
  margin-left: 4px;
}
.my_comment_inner .btn-edit,
.my_comment_inner .btn-delete {
  padding: 7px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
}
.my_comment_inner .btn-edit {
  background: #525252;
  color: #fff;
  border: 0;
}
.my_comment_inner .btn-delete {
  background: #fff;
  color: #555;
  border: 1px solid #bbb;
}
.my_comment_inner .post-desc {
  background: #f5f5f5;
  border-radius: 7px;
  padding: 10px 18px;
  height: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 0;
}
.my_comment_inner .post-desc-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.5em;
  max-height: 3em;
  position: relative;
  padding-left: 18px;
}
.my_comment_inner .post-desc-content:before {
  position: absolute;
  top: 0;
  left: -4px;
  font-size: 16px;
  content: "└";
  color: #b6b6b6;
}
.my_comment_inner .category-actions {
  display: flex;
  gap: 10px;
}
.my_comment_inner .btn-action {
  padding: 0;
  line-height: 38px;
  height: 38px;
  width: 120px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  color: #444;
  border: 1px solid #bbb;
  transition: background 0.2s, color 0.2s;
}
.my_comment_inner .btn-all-delete {
  background: #fff;
  color: #444;
  border: 1px solid #bbb;
}
.my_comment_inner .btn-selected-delete {
  background: #444;
  color: #fff;
  border: 1.5px solid #444;
}

/*마이페이지 사용자 대시보드*/
.board_zzim {
  margin: 40px 0;
}
.board_zzim h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 20px 0;
}
.board_zzim h3 a {
  float: right;
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.board_zzim h3 a img {
  width: 7px;
  height: auto;
  filter: brightness(0.5);
  vertical-align: -0.5px;
  margin-left: 10px;
}
.board_zzim ul {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 10px;
}
.board_zzim ul li {
  padding: 20px;
  display: flex;
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.board_zzim ul li:first-child {
  border-top: 0;
}
.board_zzim ul li input {
  width: 15px;
  height: 15px;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 2px;
}
.board_zzim ul li.no_zzim_text {
  justify-content: center;
  width: 100%;
  color: #888;
  padding: 30px;
}
.board_zzim ul li .board_zzim_img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.board_zzim ul li .board_zzim_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board_zzim ul li .board_zzim_info {
  width: calc(100% - 200px);
  padding-top: 2px;
}
.board_zzim ul li .board_zzim_info .zzim_pd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board_zzim ul li .board_zzim_info .zzim_price {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.board_zzim ul li .zzim_delete {
  text-indent: -99999px;
  width: 30px;
  height: 100px;
  background: url(../../../img/del_icon.png) no-repeat #fff center center;
  border: 0;
  filter: grayscale(5);
  opacity: 0.6;
}
.no_list {
  color: #888;
  font-size: 14.5px !important;
}

/*팝업레이어*/
#modal_hd_pop .modal-dialog {
  width: 550px;
}
#modal_hd_pop .modal-header {
  display: none;
}
#modal_hd_pop .modal-content {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
}
#modal_hd_pop .modal-body {
  padding: 0;
}
#modal_hd_pop .modal-dialog .hd-pops-content {
  margin: 0;
}
#modal_hd_pop .modal-dialog .hd-pops-list img {
  width: 100%;
}
#modal_hd_pop .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px 10px;
}
#modal_hd_pop .modal-footer button {
  border: 0;
  width: auto;
  color: #555 !important;
  font-weight: 500;
}

/*커뮤니티 메인 슬라이더*/
.main-slider {
  margin-top: -31px;
}

/*리뷰 전체보기 사진 크게보기*/
.with-fancybox .fancybox__thumbs .carousel__slide {
  width: 80px;
  height: 80px;
  flex-basis: 80px;
}
.with-fancybox .fancybox__thumbs .carousel__slide .fancybox__thumb {
  padding-top: 100%;
}
.with-fancybox .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #206041;
  border-width: 3px;
}

/*고객센터 탭*/
.customer_tab {
  position: absolute;
  top: 25px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customer_tab h2 {
  font-size: 26px;
  font-weight: 600;
  color: #206041;
  width: 100px;
}
.customer_tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 200px;
}
.customer_tab li {
  width: 150px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 3px solid #fff;
}
.customer_tab li a {
  color: #808080;
}
.customer_tab li.active {
  border-bottom: 3px solid #206041;
}
.customer_tab li.active a {
  color: #206041;
  font-weight: 700;
}

/*FAQ*/
.faq-wrap {
  padding-top: 80px;
}
.faq_title {
  padding: 30px 0 40px;
}
.faq_title h3 {
  font-size: 20px;
  padding-bottom: 6px;
  font-weight: 600;
}
.faq_title p {
  font-size: 15px;
  color: #666;
}
.faq-wrap img {
  max-width: 100%;
  height: auto;
}
.faq-img {
  text-align: center;
  margin-bottom: 30px;
}
.faq-html {
  position: relative;
  border: 1px solid #c5c5c5;
  background: #f8f8f8;
  padding: 15px;
  margin-bottom: 30px;
}
.faq-search-form {
  max-width: 300px;
  margin: 30px auto 0;
}
.faq-wrap .tab-scroll-category {
  display: none;
}
.faq-wrap .faq_box {
  margin-bottom: 50px;
}
.faq-wrap .faq_box .faq_category {
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0 18px;
}
.faq-wrap .faq_tab {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 13px;
}
.faq-wrap .faq_tab li {
  min-width: 140px;
  height: 40px;
  line-height: 38px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 30px;
}
.faq-wrap .faq_tab li.active {
  color: #206041;
  border: 1px solid #206041;
  font-weight: 600;
}
.faq-wrap .tab_container {
  border-bottom: 1px solid #ddd;
}
.faq-wrap .tab_content {
  background: #f7f7f7;
  padding: 30px;
  color: #555;
  border-top: 1px solid #ddd;
}
.faq-wrap .no_faq {
  padding: 15px 0;
  color: #777;
  font-size: 14.5px;
}
.faq-wrap .faq_tab.in {
  padding-bottom: 10px;
}

@media (max-width: 1750px) {
  .basic-body-main.right-main
    .tab-scroll-category
    #tab-category
    .category-list
    span
    a,
  .basic-body .tab-scroll-category #tab-category .category-list span a {
    padding: 0 25px !important;
  }
  .store_banner .banner-content-left {
    left: 30px;
  }
  .store_banner .banner-content-right {
    right: 30px;
  }
}

@media (max-width: 1500px) {
  .shop-wishlist .wishlist-box {
    width: 32.33333%;
  }
  .shop-wishlist .wishlist-box-pd {
    padding: 5px;
  }
}
