@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_product_manage .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 171px);
  max-height: calc(var(--vh, 1vh) * 100 - 171px);
}
.com_product_manage .com_card.single.flex_none {
  flex: none;
}

.p_beauty_product_detail .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 221px);
  max-height: calc(var(--vh, 1vh) * 100 - 221px);
}
.p_beauty_product_detail .input.price {
  width: 300px;
  min-width: 300px;
}
.p_beauty_product_detail .tip_txt {
  margin-left: auto;
}
.p_beauty_product_detail .com_input_has_unit {
  flex: 0 0 80px;
}

.p_cart .total_sec {
  padding: 20px;
  border-radius: 5px;
  background: #F5F7F8;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 10px;
}
.p_cart .total_sec .price {
  font-size: 24px;
  font-weight: 600;
  color: #0078BF;
}
.p_cart .com_board_list td .date {
  font-size: 12px;
  color: #666;
}

.p_order_detail .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 221px);
  max-height: calc(var(--vh, 1vh) * 100 - 221px);
}
.p_order_detail .com_col.h_auto {
  min-height: auto;
}

.p_mall .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 171px);
  max-height: calc(var(--vh, 1vh) * 100 - 171px);
}
.p_mall .line_through {
  text-decoration: line-through;
  color: #666;
}
.p_mall .banner_area {
  border-radius: 10px;
  overflow: hidden;
}

.p_mall_detail .com_col .com_card__head {
  min-height: 51px;
}
.p_mall_detail .com_col.product_view {
  width: 550px;
}
.p_mall_detail .com_col.product_view .location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.p_mall_detail .com_col.product_view .com_card__head .tit {
  color: #222;
}
.p_mall_detail .com_col.product_view .product_slider .thumb, .p_mall_detail .com_col.product_view .thumbs_slider .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
}
.p_mall_detail .com_col.product_view .product_slider .thumb > a, .p_mall_detail .com_col.product_view .thumbs_slider .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_mall_detail .com_col.product_view .product_slider .thumb > img, .p_mall_detail .com_col.product_view .product_slider .thumb > a > img, .p_mall_detail .com_col.product_view .thumbs_slider .thumb > img, .p_mall_detail .com_col.product_view .thumbs_slider .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_mall_detail .com_col.product_view .product_slider__wrap {
  margin-top: 10px;
}
.p_mall_detail .com_col.product_view .thumbs_slider {
  margin-top: 10px;
}
.p_mall_detail .com_col.product_view .detail_info {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #D9DCDF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.p_mall_detail .com_col.product_view .detail_info__tit {
  font-size: 20px;
  font-weight: 700;
}
.p_mall_detail .com_col.product_view .detail_info__desc {
  line-height: 1.6;
}
.p_mall_detail .com_col.product_info .com_notice_box {
  flex: 1;
  text-align: center;
  padding-block: 15px;
}
.p_mall_detail .com_col.product_info .com_notice_box .tit {
  font-size: 16px;
  font-weight: 700;
}
.p_mall_detail .com_col.product_info .com_notice_box__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
.p_mall_detail .com_col.product_info .com_summary__wrap {
  border: none;
}
.p_mall_detail .com_col.product_info .com_summary__wrap .line_through {
  text-decoration: line-through;
}
.p_mall_detail .com_total_sec {
  background-color: #fff;
  margin-top: 0;
}
.p_mall_detail .com_total_sec .com_btn_wrap {
  border-top: 1px solid #D9DCDF;
  padding-top: 20px;
}

.p_product_purchase_detail .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 231px);
  max-height: calc(var(--vh, 1vh) * 100 - 231px);
}
.p_product_purchase_detail .com_board_top .tit {
  font-size: 18px;
  font-weight: 700;
}
.p_product_purchase_detail .com_board_top .right_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 40px;
}

.p_product_detail .com_card > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_product_detail .com_card > * .com_board_list {
  height: auto;
}
.p_product_detail .btn_del_opt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.p_product_detail .btn_del_opt button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_product_detail .com_flex_row .txt {
  width: 100%;
  white-space: nowrap;
}

.p_return_detail .com_summary__wrap {
  position: relative;
}
.p_return_detail .com_summary__wrap .com_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 30px;
}