#pt_selling_date_box,
#f_pt_sale_box1,
#f_pt_sale_box2,
#f_pt_salon_sale_box1,
#f_pt_salon_sale_box2,
#f_pt_wcdel_sale_box1,
#f_pt_wcdel_sale_box2,
#f_pt_wcdel_salon_sale_box2,
#f_pt_timesale_box,
.c_pt_option_chk1,
.c_pt_option_chk2,
#f_pat_kc_chk_box,
#pdt_price_section_type2_box,
#pdt_add_section_price_chk_box,
#pdt_add_section_price_type_chk2_box,
#f_pt_supplement_select_box,
.c_pt_supplement_select1,
.c_pt_supplement_select2,
#f_ppbt_max_pay_man_box,
#f_ppbt_nointerest_chk_box,
#f_pt_wcdel_chk_box,
#pat_origin_box2 {
    display: none;
}

.c_pot_list .dropify-wrapper{
  height : 120px;
  width  : 120px;
}

input.check_btn{
  display:none;
  }

input.check_btn + label{
  cursor:pointer;
 }

input.check_btn + label > span{
  vertical-align: middle;
  padding-left: 5px;
 }

/* label:before에 체크하기 전 상태 CSS */
input.check_btn + label:before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  border:2px solid #fb6b25;
  border-radius: 4px;
  vertical-align:middle;
  }

/* label:before에 체크 된 상태 CSS */
input.check_btn:checked + label:before{
  content: "\2713";
  color: #fff;
  font-size: 16px;
  background-color:#fb6b25;
  border-color:#fb6b25;
  background-repeat: no-repeat;
  background-position: 50%;
}

.cursor_point{ cursor:pointer }

.line_break{
  /* min-width: 200px; */
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
  text-align: left;
}
.word-bk{
  word-break: break-all;
}

.table_fix{
  table-layout: fixed;
}


.pswp-gallery__item {
  margin: 0 4px 4px 0;
}
.pswp-gallery__item img {
  display: block;
  height : 100px;
  width  : 100px;
  margin-right: 10px;
  object-fit: cover;
}
.pswp-gallery {
  margin : 10px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}


.pswp__container {
  top: 0;
  left: 0;
  width: 80vw;
  height: 80vh;
  z-index: 9999;
}

/* 2. 중앙 정렬 기준 부모 */
.pswp__zoom-wrap {
 position: relative !important;
  width: 100% !important;
  height: 100% !important;  /* ✅ 핵심! */
}
.pswp__button{
    z-index: 9999 !important;
}

/* 3. 실제 이미지 */
.pswp__img {  
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}
/* .pswp-gallery {
  margin : 10px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.pswp__custom-caption {
  background: rgba(75, 150, 75, 0.75);
  font-size: 16px;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.pswp img {
    height: auto !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
} */
.hidden-caption-content {
  display: none;
}

.display-flex{
  display: flex;
}
.pd-l-8{
  padding-left : 8px;
}

.category_selected_active{
  color : #fd7e14 !important;

}

.del_sm_btn01{
  margin-bottom: 3px;
  margin-left: 5px;
  width:15px;
  height : 15px;
}
.color_sct_box{
  display:inline-flex;
  align-items: center;
}

.color_ico_01{
  border-radius: 3.5rem !important;
  margin-right: 10px;
}
.pt-px-5{
  padding-top:5px;
}

.ml-8{
  margin-left:8px !important;
}

.pdt-8{
  padding-top : 8px;
}


.colorinput-description {
    display: inline-block;
    height: 1.75rem;
    vertical-align: text-bottom;
}

.fc_mgr_mng{
  color : #868585;
  text-align: right;
  width: 100%;
}

/* 판매자 + 정산 관련 CSS 처리 이제부터 여기에 처리 */
.sub_title_ub{
  font-size   : 12px;
}

.mrg_t_20{
  margin-top: 20px !important;
}

.mrg_t_30{
  margin-top: 30px !important;
}
.mrg_t_b_5{
  margin-top    : 5px;
  margin-bottom : 5px;
}
.fw_700{
  font-weight: 700;
}
.fc_10{
  font-size: 10px;
}
.fc_12{
  font-size: 12px;
}
.fc_13{
  font-size: 13px;
}
.fc_14{
  font-size: 14px;
}
.w_100{
  width: 100% !important;
}

.big_title{
  font-size: 16px;
}

.txt_left {
  text-align: left;
}

.mb_5{
   margin-bottom: 5px !important;
}

.max_w_600{
   max-width : 600px;
}

.red_font{
   color : #FF0000 !important;
}

@media (min-width: 768px) {
    .col-md-2 {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .col-md-2 {
        margin-top: 5px;
    }
}


.pd_b_line_10{
  border-bottom  : 2px #ababab solid;
  padding-bottom : 10px;
}

.custom-upload-section {
      margin-bottom: 20px;
      text-align: left;
}

.custom-upload-label {
      display: inline-block;
      width: 150px;
      /* font-weight: bold; */
}

.custom-upload-required {
      color: red;
      margin-left: 5px;
}

.custom-upload-button {
  padding: 8px 18px;
  background-color: #870AE0;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-upload-button:hover {
  background-color: #6e07ba;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.custom-upload-filename {
  margin-left: 10px;
  color: #333;
}

.custom-upload-desc {
      margin-left: 155px;
      color: #888;
      font-size: 13px;
}

.custom-upload-input-hidden {
  display: none;
}

.fc_gray2{
  color : #808080;
}

.mb-10{
  margin-bottom : 10px;
}
.mb-20 {
  margin-bottom : 20px;
}


.tab-bar_calc {
      padding : 10px 20px;
      display : flex;
}
.tab_calc {
      padding: 12px 20px;
      font-size: 14px;
      color: #888;
      cursor: pointer;
      position: relative;
}

.tab_calc.active {
      color: #870AE0;
      font-weight: bold;
}

.tab_calc.active::after {
      content: "";
      position: absolute;
      left: 8px;
      right: 8px;
      bottom: 0;
      height: 3px;
      background-color: #870AE0;
      border-radius: 2px;
}

.calc_price_box{
  width         : 200px;
  border-radius : 5px;
  margin        : 10px 10px;
  padding       : 10px 20px;
  border        : 1px solid #eaedf1;
}
.cursor_pointer{
  cursor: pointer;
}

.order_tab_sct{
  border: 1px solid var(--primary-bg-color) !important;
}

.lht_40{
  line-height: 40px;
}
.lht_38{
  line-height: 38px;
}

.lht_30{
  line-height: 30px;
}

.max_w_100{
   max-width : 100px;
}

.max_w_120{
   max-width : 120px;
}

.max_w_140{
   max-width : 140px;
}

.max_w_200{
   max-width : 200px;
}

.fw_700{
   font-weight: 700;
}

.calc_sub_title{
  font-size   : 14px;
  font-weight : 600;
}

.sbtn_type1{
  line-height : 1.5;
  padding     : 8px 12px;
  font-size   : 12px;
}
.brround_10 {
  border-radius: 10% !important;
}

.border_t_b_1{
  border-top  : 1.5px solid #dfdfdf;
  border-bottom : 1.5px solid #dfdfdf;
}

.border_t_1{
  border-top  : 1.5px solid #dfdfdf;
  /* border-bottom : 1.5px solid #dfdfdf; */
}


.pd_l_2{
  padding-left : 2px;
}

.mng_sub_title{
  font-size       : 14px;
  padding-left    : 0px;
  padding-right   : 0px;
  padding-top     : 5px;
  padding-bottom  : 5px;
  font-weight     : 700;
}



.mr-1{
  margin-right : 1px;
}
.ml-1{
  margin-left : 1px;
}

.mrl_0{
  margin-left  : 0px !important;
  margin-right : 0px !important;
}

.fs_12{
  font-size : 12px;
}

.fc_default{
  color : #0D0C22 !important;
}

.tabs_ct {
  font-size : 14px;
}

.tab-menu_ct {
  display: flex;
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-menu_ct li {
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
  position: relative;
}

.tab-menu_ct li.active {
  font-weight: bold;
  color: #007aff;
}

.tab-menu_ct li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #007aff;
}

.tab-content_ct {
  display: none;
  padding: 20px 0;
}

.tab-content_ct.active {
  display: block;
}

.lht_30{
  line-height: 30px;
}
.lht_24{
  line-height: 24px;
}

.sct_box_w{
  width : 164px;
}


.pd_0{
  padding : 0px;
}

