/* BASIC css start */
#productDetail .page-body { margin-top:89px }
/* 상단 섬네일, 상품 옵션 정보 */
#productDetail .thumb-info { *zoom:1 }
#productDetail .thumb-info:after { content: ""; display: block; clear: both; }
/* 섬네일 */
/* 섬네일 갤러리 */
#productDetail .thumb-info .thumb-wrap.detail-gallery {
  float: left;
  width: 580px;
  text-align: center;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 580px;
  margin: 0 auto;
  background: #f6f6f6;
  overflow: hidden;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#productDetail .thumb-info .detail-thumb-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 580px;
  margin: 14px auto 0;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-thumb-list {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  scrollbar-width: none;
}

#productDetail .thumb-info .detail-thumb-item {
  position: relative;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  padding: 0;
  border: 1px solid transparent;
  background: #f6f6f6;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#productDetail .thumb-info .detail-thumb-item.is-active {
  border-color: transparent;
}
#productDetail .thumb-info .detail-thumb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: rgba(0,0,0,0.18);
  cursor: pointer;
  z-index: 5;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-thumb-prev {
  left: 0;
}

#productDetail .thumb-info .detail-thumb-next {
  right: 0;
}

#productDetail .thumb-info .detail-thumb-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

#productDetail .thumb-info .detail-thumb-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#productDetail .thumb-info .detail-thumb-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

#productDetail .thumb-info .detail-thumb-nav:hover {
  background: rgba(0,0,0,0.28);
}

/* 상품옵션 정보 */
#productDetail .thumb-info .info { float:left; width:612px }
#productDetail .thumb-info .info .prd-icon {}
#productDetail .thumb-info .info .prd-icon img { margin-right:3px }
#productDetail .thumb-info .info .tit-prd { font-size:26px; color:#000; margin-bottom:19px;}
#productDetail .thumb-info .info .sub-tit-wrap {padding-bottom:17px; border-bottom:1px solid #e3e3e3;}
#productDetail .thumb-info .info .sub-tit-wrap .sub-tit {float:left; font-size:16px; color:#595959;}
#productDetail .thumb-info .info .sub-tit-wrap .sns-scrap {float:right; padding-right:12px;}
#productDetail .thumb-info .info .sub-tit-wrap .sns-scrap span {padding-left:5px;}
#productDetail .thumb-info .info .sub-tit-wrap .sns-scrap span.tw img {vertical-align:bottom;} 
#productDetail .thumb-info .info .table-opt { margin-top:14px; padding-bottom:20px;}
#productDetail .thumb-info .info .table-opt th{padding: 10px 0 10px 18px; width:100%  }
#productDetail .thumb-info .info .table-opt th { color:#000; font-size:15px; font-weight: normal; }
#productDetail .thumb-info .info .table-opt th .tb-left,
#productDetail .thumb-info .info .table-opt td .tb-left { padding:0 }
#productDetail .thumb-info .info .table-opt td { color:#000; font-size:15px;}
/* 판매가격 */
#productDetail .thumb-info .info .table-opt .price { font-family: 'Montserrat', sans-serif; }
#productDetail .thumb-info .info .table-opt .sell_price { font-size:17px; color:#000; font-weight:500; }
/* 주문수량 */
#goods_amount { float:left; }
#productDetail .thumb-info .info .table-opt .opt-spin { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; }
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin,
#productDetail .thumb-info .info .table-opt .opt-spin .btns { float: left; }
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin { width: 41px; height: 13px; padding-left: 2px padding-top: 2px; border: 0; font-size: 11px; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns { width: 17px; height: 15px; border-left: 1px solid #aaa; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 50%; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 50%; }
#productDetail .thumb-info .info .prd-btns .soldout { margin-top:6px; width:448px; height:104px; font-size:14px; color:#231f20; text-align:center; line-height:104px; letter-spacing:2px; border:1px solid #231f20; background:#fff }
#productDetail .thumb-info .info .prd-btns {margin:30px 0 15px; font-size:0;}
#productDetail .thumb-info .info .prd-btns > a {display:inline-block; width:calc(33.33% - 5px); height:60px; font-size:16px; color:#000; text-align:center; line-height:60px; border:1px solid #000; box-sizing:border-box; font-family: 'Montserrat', sans-serif;}
#productDetail .thumb-info .info .prd-btns .btn_buy {background:#000; color:#fff;}
#productDetail .thumb-info .info .prd-btns .btn_cart {margin:0 7px;}

/* 통합옵션 */
#productDetail .thumb-info .info .table-opt .opt-wrap { width: 100%; padding:7px 0 }
#productDetail .thumb-info .info .table-opt .opt-wrap .tit { padding: 10px 0 10px 18px; }
#productDetail .thumb-info .info .table-opt .opt-wrap dl { overflow: hidden; width: 100%; *zoom:1 }
#productDetail .thumb-info .info .table-opt .opt-wrap dl:after { display:block; clear:both; content:'' }
#productDetail .thumb-info .info .table-opt .opt-wrap dt { float: left; width:200px; margin-bottom:5px; padding-top: 4px; *padding-bottom:5px; color: #000; font-size: 15px; padding:0 0 0 18px; }
#productDetail .thumb-info .info .table-opt .opt-wrap dd { float: left; width:380px; margin-bottom:5px; *padding-bottom:5px; text-align:right}
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align:right; }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a { display:inline-block; width:84px; height:24px; font-size:13px; color:#fff; text-align:center; line-height:24px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:hover { color:#231f20; background:#fff }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:active { position: relative; top: 1px }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a img { display:none }
#productDetail .thumb-info .info .table-opt .opt-wrap select { width:300px; height:26px }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns { position:relative }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns input { margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center; line-height:24px }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a { display:inline-block; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-up { background-position:0 0 }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-dw { background-position:0 -26px }
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count select { float: left; width:100%; }
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns { padding-top:5px; clear:both }

/* 상품정보 탭 */
#productDetail .detailTab { padding-top:40px; position:relative }
#productDetail .detailTab ul { padding-left:1px; *zoom:1 }
#productDetail .detailTab ul:after { display:block; clear:both; content:'' }
#productDetail .detailTab ul li { margin-left:-1px; float:left; width:274px; height:49px; border:1px solid #e4e4e5 }
#productDetail .detailTab ul li.first { width:273px }
#productDetail .detailTab ul li a { display:block; height:49px; font-size:13px; color:#303030; line-height:49px; text-align:center;}
#productDetail .detailTab ul li a.active { height:47px; border-bottom:3px solid #231f20 }

/* 타이틀 공통 */
#productDetail .tit-detail { position: relative; *zoom:1 }
#productDetail .tit-detail:after { display:block; clear:both; content:'' }
#productDetail .tit-detail h3 { float:left; font-size:16px; color:#232323; line-height:18px; font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif; }
#productDetail .tit-detail .more { float:right }
#productDetail .tit-detail .more a { font-size:11px; color:#8c8b8b }
/* 상품 상세 이미지 */
#productDetail .prd-detail table { table-layout: auto; border-spacing:0; border-collapse:collapse }
#productDetail .prd-detail table td { word-break:break-all }
#productDetail .prd-detail {margin-top:30px; width: 100%;text-align:center;}
#productDetail .prd-detail img { max-width: 100%; }

/* 관련상품 */
#productDetail .item-wrap { padding-top:40px }
#productDetail .item-wrap .prd-opt { padding:5px 0; font-size:13px }
#productDetail .item-wrap .prd-opt p { padding-bottom:5px }
#productDetail .item-wrap .prd-opt select { height:auto }
#productDetail .item-wrap .prd-opt .vo_value_list { height:16px; line-height:16px }
#productDetail .item-wrap .prd-qty { padding:5px 0; margin:0 auto; position: relative; width:60px; height:18px }
#productDetail .item-wrap .prd-qty .MS_related_quantity,
#productDetail .item-wrap .prd-qty .btns { float:left }
#productDetail .item-wrap .prd-qty .MS_related_quantity { width:34px; height:16px; line-height:18px; text-align:right; border:1px solid #acacac; font-size: 11px }
#productDetail .item-wrap .prd-qty .btns { width:17px; height: 16px; border:1px solid #acacac; border-left:none }
#productDetail .item-wrap .prd-qty .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .item-wrap .prd-qty .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 2px; }
#productDetail .item-wrap .prd-qty .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px }
#productDetail .related-allbasket { padding-bottom:40px; text-align:center }
#productDetail .related-allbasket a { display:inline-block; width:248px; height:58px; font-size:13px; color:#fff; text-align:center; line-height:58px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .related-allbasket a:hover { color:#231f20; background:#fff }
#productDetail .related-allbasket a:active { position: relative; top: 1px }

/* review-write */
#productDetail .review-write { margin-top:30px; padding:20px; border:1px solid #e4e4e5 }
#productDetail .review-write th,
#productDetail .review-write td { padding:4px 0; }
#productDetail .review-write th { font-weight: normal }
#productDetail .review-write td input[name=hname] { padding-left:5px; width:210px; height:31px; line-height:31px; border:1px solid #ddd }
#productDetail .review-write td label { margin-right:10px }
#productDetail .review-write td textarea { padding:5px; width:840px; height:81px; border:1px solid #ddd }
#productDetail .review-write td .btn_write { display:inline-block; width:109px; height:91px; font-size:14px; color:#fff; text-align:center; line-height:91px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .review-write td .btn_write:hover { color:#231f20; background:#fff }
#productDetail .review-write td .btn_write:active { position: relative; top: 1px }
/* 댓글리스트 공통 */
/*
#productDetail .table-slide { border-top: 1px solid #727272; }
#productDetail .table-slide thead th { font-weight: normal; }
#productDetail .table-slide th,
#productDetail .table-slide td { padding: 10px 0; cursor: pointer; }
#productDetail .table-slide tbody td { background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
#productDetail .table-slide tr.cnt { display: none; }
#productDetail .table-slide tr.cnt td { cursor: default; }
#productDetail .table-slide tr.nbg td { background-image: none; }
#productDetail .table-slide tr.ndata td { border-bottom: 1px solid #b4b4b5; }
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }
*/

#productDetail .table-slide { border-top: 1px solid #727272; }
#productDetail .table-slide thead th { padding:15px 0; font-size:13px; border-bottom: 1px solid #c4c4c4; font-weight: normal; background:#ffffff;}
#productDetail .table-slide td { padding: 15px 0; border-bottom:1px solid #c4c4c4;}
#productDetail .table-slide td .paging a {display:inline-block;  width:29px; height:29px;text-align:center; font-size:14px; color:#595959;}
#productDetail .table-slide td .paging a.now {background:#000; color:#fff;}
#productDetail .table-slide td .paging .first,
#productDetail .table-slide td .paging .prev,
#productDetail .table-slide td .paging .next,
#productDetail .table-slide td .paging .last {  }
#productDetail .table-slide tr.cnt { display: none; }
#productDetail .table-slide tr.cnt td { padding:20px; color:#999; cursor: default; }
#productDetail .table-slide tr.cnt td p { word-break:break-all; white-space:normal }
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }
#productDetail .table-slide .list-btm { position:relative; *zoom:1 }
#productDetail .table-slide .list-btm:after { display:block; clear:both; content:'' }
#productDetail .table-slide .btm_write { margin-top:20px; position:relative; float:left;}
#productDetail .table-slide .btm_write a { display:inline-block; width:128px; height:38px; font-size:13px; color:#000; text-align:center; line-height:38px; border:1px solid #000; background:#fff; }
#productDetail .table-slide .btm_black { margin-top:20px; position:relative; float:right;}
#productDetail .table-slide .btm_black a { display:inline-block; width:128px; height:38px; font-size:13px; color:#fff; text-align:center; line-height:38px; border:1px solid #000; background:#000; }
#productDetail .table-slide .paging-wrap { margin:0 auto; position:relative; width:100%; }
#productDetail .table-slide .paging-wrap .paging {margin:38px 0;}

/* [수정][삭제] 숨김 (기존 유지) */
#productDetail .tab_loc2 ~ * [class*="modify"],
#productDetail .tab_loc2 ~ * [class*="delete"] {
  display: none;
}

/* 리뷰 폰트 (기존 유지) */
#productDetail .tab_loc2 ~ * .table-slide td,
#productDetail .tab_loc2 ~ * .table-slide td p,
#productDetail .tab_loc2 ~ * .table-slide td span,
#productDetail .tab_loc2 ~ * .table-slide td em,
#productDetail .tab_loc2 ~ * .table-slide td div {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
}

/* 링크/버튼은 원래 스타일을 타게 둠 */
#productDetail .tab_loc2 ~ * .table-slide a,
#productDetail .tab_loc2 ~ * .table-slide button {
  color: inherit;
}

/* 강조 텍스트만 살짝 굵게 */
#productDetail .tab_loc2 ~ * strong,
#productDetail .tab_loc2 ~ * b {
  font-weight: 500;
}

#productDetail .tab_loc2 ~ * { max-width: 100%; }

/* 리뷰 텍스트 폭 (기존 유지) */
#productDetail .tab_loc2 ~ * p,
#productDetail .tab_loc2 ~ * .review_txt,
#productDetail .tab_loc2 ~ * .review_content,
#productDetail .tab_loc2 ~ * .review_cont {
  max-width: 100%;
  width: 100%;
  white-space: normal;
}

/* 오른쪽 정보 영역 방지 (기존 유지) */
#productDetail .tab_loc2 ~ * [style*="float:right"],
#productDetail .tab_loc2 ~ * .review_side,
#productDetail .tab_loc2 ~ * .review_info {
  float: none;
  width: auto;
}

/* <br> 제거 (기존 유지) */
#productDetail .tab_loc2 ~ * .table-slide br,
#productDetail .tab_loc2 ~ * .review br,
#productDetail .tab_loc2 ~ * [class*="review"] br {
  display: none;
}
#productDetail .tab_loc2 ~ * .table-slide br + *,
#productDetail .tab_loc2 ~ * .review br + *,
#productDetail .tab_loc2 ~ * [class*="review"] br + * {
  display: inline;
}
#productDetail .tab_loc2 ~ * .table-slide br + *::before,
#productDetail .tab_loc2 ~ * .review br + *::before,
#productDetail .tab_loc2 ~ * [class*="review"] br + *::before {
  content: " ";
}

/* review-list */
#productDetail .review-list { margin-top:10px }
/* qna board */
#productDetail .qna-list { margin-top: 10px }

/* ****************** 상품 상세 옵션 ******************** */
.MK_not_choice { color: red; }
.MK_optAddWrap,
.MK_optAddWrap * { margin: 0; padding: 0; }
.MK_optAddWrap {}
.MK_optAddWrap li { list-style: none; }
/* 옵션선택 */
#MK_optAddList { overflow: hidden; *zoom: 1; }
#MK_optAddList li { float: left; width: 100%; margin-top: 5px; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st { float: left; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div { font-size: 11px; line-height: 16px; }
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px; }
#MK_optAddList .MK_div { width: 5px; text-align: center; }
#MK_optAddList .MK_st { width: 205px; }
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; }
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; }
/* 옵션선택PP */
#MK_optAddListPP { overflow: hidden; *zoom: 1; }
#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st { float: left; width: auto; }
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; }
/* 옵션 결과 리스트 */
#MK_innerOptWrap { margin-top: 10px; background:#f8f8f8; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; }
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; }
#MK_innerOptWrap .MK_inner-opt-cm li { padding: 20px 12px 15px 18px; *zoom: 1; position: relative; font-size:15px; color:#000;}
#MK_innerOptWrap .MK_inner-opt-cm li:after { display:block; clear:both; content:'' }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl, #MK_innerOptWrap .MK_inner-opt-cm li .MK_price, #MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { position: absolute; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { display: block; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { right: 43px; top: 20px; color: #000; font-family: 'Montserrat', sans-serif; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price span { font-weight:bold }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { right:12px; top:21px; width:19px; height:19px; text-indent:-9999em; background:url(/design/iblank/wib/img/detail/opt-del-btn.png) 0 0 no-repeat }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl {width:120px; top: 19px; right: 175px; }

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .addition_option { width:42px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center }

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a { display:inline-block; margin-left:3px; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up { background-position:0 0 }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw { background-position:0 -26px }


/* 사용자 입력 인풋박스 (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; }
/* 기본옵션 */
#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name {   }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl {width:120px; top: 19px; right: 175px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count {  display:inline-block; width:42px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a { display:inline-block; margin-left:3px; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a img {    vertical-align: top;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up {top: 2px;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw { top: 12px; background-position: 0 -26px; }
/* 개별옵션 */
#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name {  }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl {width:120px; top: 19px; right: 175px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl input.MK_count { display:inline-block; width:42px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a { display:inline-block; margin-left:3px; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up { background-position:0 0 }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw { background-position:0 -26px }
/* 총합계 */
#MK_innerOptTotal {padding: 20px 12px 20px 0; *zoom:1 }
#MK_innerOptTotal:after { display:block; clear:both; content:'' }
#MK_innerOptTotal .totalLeft { float:left }
#MK_innerOptTotal .totalRight { float:right;font-family: 'Montserrat', sans-serif; font-weight:bold;}
#MK_innerOptTotal .MK_txt-total { font-size:15px; color:#000; }
#MK_innerOptTotal .MK_txt-won { font-size:20px; color:#000; }
#MK_innerOptTotal .MK_total { font-size:20px; color:#000;}

/* 리뷰 */
/* 파워리뷰 상품후기 영역 */
#productDetail .iblank-power-review-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* 내 리뷰 작성하기 버튼 */
#productDetail .iblank-review-write-btn {
  display: block;
  width: 290px;
  height: 42px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: #101318;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

/* 파워리뷰 전체 폭 */
#productDetail .iblank-power-review-wrap #powerReview {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 파워리뷰 키워드 검색 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search {
  position: relative;
  display: inline-block;
  width: 238px;
  height: 34px;
  margin-left: 18px;
  vertical-align: middle;
  box-sizing: border-box;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid #c8cdd5;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 21px;
  width: 7px;
  height: 1px;
  background: #c8cdd5;
  transform: rotate(45deg);
  transform-origin: left center;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px 0 36px;
  border: 1px solid #d8dde6;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -0.2px;
  box-sizing: border-box;
  outline: none;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search-input::placeholder {
  color: #b5bdc9;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-search-input:focus {
  border-color: #9aa5b5;
}

/* 파워리뷰 작성폼: 기본 숨김 */
#productDetail .iblank-power-review-wrap #powerReview .frm,
#productDetail .iblank-power-review-wrap #powerReview .PR15N01-write,
#productDetail .iblank-power-review-wrap #powerReview .write,
#productDetail .iblank-power-review-wrap #powerReview [class*="write-wrap"],
#productDetail .iblank-power-review-wrap #powerReview [class*="review-write"] {
  display: none;
}

/* 파워리뷰 작성폼: 버튼 클릭 시 열림 */
#productDetail .iblank-power-review-wrap.is-write-open #powerReview .frm,
#productDetail .iblank-power-review-wrap.is-write-open #powerReview .PR15N01-write,
#productDetail .iblank-power-review-wrap.is-write-open #powerReview .write,
#productDetail .iblank-power-review-wrap.is-write-open #powerReview [class*="write-wrap"],
#productDetail .iblank-power-review-wrap.is-write-open #powerReview [class*="review-write"] {
  display: block !important;
}

/* 파워리뷰 상단 별점 영역의 기본 리뷰작성 버튼만 숨김 */
#productDetail .iblank-power-review-wrap #powerReview .PR15N01-info .score dd a,
#productDetail .iblank-power-review-wrap #powerReview .info .score dd a {
  display: none;
}
/* 파워리뷰 작성폼 안 숨김 대상 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-hide {
  display: none !important;
}

/* 리뷰 아이템 기본: 리뷰 본문 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item {
  position: relative;
  padding-right: 300px !important;
  box-sizing: border-box;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* 리뷰 본문 내부 태그까지 폰트 통일 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item p,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item div:not(.iblank-review-meta),
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item span:not(.iblank-review-meta-label):not(.iblank-review-meta-value),
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item dd {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

/* 리뷰 본문 내부 태그까지 폰트 통일 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item p,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item div:not(.iblank-review-meta):not(.cvr):not(.recmd):not(.reply):not(.comment),
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item div:not(.iblank-review-meta):not(.cvr):not(.recmd):not(.reply):not(.comment) *,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item span:not(.iblank-review-meta-label):not(.iblank-review-meta-value),
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-item dd {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  letter-spacing: inherit;
}

/* 오른쪽 작성자/작성일 영역 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-meta {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 32px;
  width: 250px;
  padding-left: 38px;
  border-left: 1px solid #e5e8ee;
  box-sizing: border-box;
  color: #7f8794;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* 작성자/작성일 한 줄 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-meta-line {
  margin: 0 0 5px;
  color: #7f8794;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.2px;
}

#productDetail .iblank-power-review-wrap #powerReview .iblank-review-meta-label,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-meta-value {
  color: #7f8794;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* 기존 작성자/날짜/조회수 줄 숨김 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-original-info {
  display: none !important;
}

/* 수정/삭제/NEW/조회수 등 불필요 요소 숨김 */
#productDetail .iblank-power-review-wrap #powerReview a[href*="modify"],
#productDetail .iblank-power-review-wrap #powerReview a[href*="delete"],
#productDetail .iblank-power-review-wrap #powerReview a[href*="edit"],
#productDetail .iblank-power-review-wrap #powerReview [class*="modify"],
#productDetail .iblank-power-review-wrap #powerReview [class*="delete"],
#productDetail .iblank-power-review-wrap #powerReview [class*="edit"] {
  display: none !important;
}

/* 파워리뷰 원래 작성자/조회수/댓글 박스 숨김 */
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-author-line,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-view-line,
#productDetail .iblank-power-review-wrap #powerReview .iblank-review-comment-box {
  display: none !important;
}

/* 상품 일반정보(상품정보제공 고시) */
#productWrap { margin:30px auto; width:800px }
#productWrap h3.tb-tit { margin-bottom: 10px; text-align: left; }
#productWrap table { width: 100%; font-size: 13px; border-collapse: collapse; border-width: 1px; border-color: #d6d6d6; border-style: solid; table-layout: fixed; }
#productWrap table th { border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color: #5c5c5c; text-align: left; font-weight:normal; padding: 10px 0 10px 20px; }
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e8e8e8; word-break: break-all; text-align: left; padding: 10px 0 10px 20px; }

/* 조르기 */
#importune_btn { margin-left:10px }
#importune_btn a { vertical-align:top }

/* 쿠폰정보 */
.couponWrap { text-align:center }
.couponBox { display:inline-block }
.couponInfo { text-align:left }
.couponInfo * { }


#nhn_btn {padding-top:10px;}
#payco_order_btn {padding-top:30px;}
#payco_order_btn .payco_checkout.ta .payco_checkout_btn { margin-top:0 }
.ocb-area { width:323px }
.ocb-area a { margin-top:0 }


/* wib 추가 */
.loc-navi {display:none;}

/* 회원 혜택 안내 */
#productDetail .detail-benefit-guide {
  width: 1200px;
  margin: 100px auto 0;
  padding: 0;
  box-sizing: border-box;
}

#productDetail .detail-benefit-guide h3 {
  margin: 0;
  padding: 0 0 34px;
  border-bottom: 1px solid #111;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.4px;
}

#productDetail .benefit-guide-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0;
  align-items: start;
  padding: 46px 70px 78px;
  box-sizing: border-box;
}

#productDetail .benefit-guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 0;
}

#productDetail .benefit-guide-item .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 12px;
}

#productDetail .benefit-guide-item .benefit-icon img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

#productDetail .benefit-guide-item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 0 3px;
  color: #000;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.35px;
  word-break: keep-all;
}

#productDetail .benefit-guide-item p {
  margin: 0;
  color: #999;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

/* 탭영역 */
.tab {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
.tab.tab_loc4 a:nth-child(4) {border-right:1px solid #606060;}
.tab a.on {position: relative; border: 1px solid #000;border-top: 1px solid #000;border-bottom:1px solid #fff; color: #000; background: #fff;}
.tab a { float: left; width: 25%;  height: 50px;line-height:50px;border: 1px solid #c4c4c4; border-right:0; border-bottom: 1px solid #000; color: #606060;font-size: 15px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; background: #fff; cursor: pointer;-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.tab a:nth-child(4) {border-right:1px solid #c4c4c4;}

/* tip */
.iblank-tip {background:#f8f8f8; font-family: 'Montserrat', sans-serif;}
.iblank-tip .tip-inner {padding: 20px 37px; }
.iblank-tip .tip-inner h2 {font-size:16px; padding-bottom:15px; font-family: 'Montserrat', sans-serif;}
.iblank-tip .tip-inner ul li {background:url(/design/iblank/wib/img/detail/tip-dot.png)no-repeat left 10px; padding-left: 14px;font-size: 14px;color: #000;line-height: 24px;}
.iblank-tip .tip-inner ul li  {font-size:14px; color:#595959;}
/*parallax */
.parallax-window {
    min-height: 5000px;
    width:1000px;
    background-color: transparent;background-attachment:fixed;background-size: 100% auto;
}
.parallax-mirror{top:70px;}
.parallax-slider{width:1000px;height:auto}
/*parallax */

.swiper-image {
  width: 100%;
  height: 100%;
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;*/
}
.swiper-image-inner.swiper-image-left {
  padding: 4rem;
}
.swiper-image-left {
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-60deg);
  transition: all 1s linear;
  transition-delay: 1s;
  /*background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;*/
}
.manual-wrap .manual-top {font-family: 'Montserrat', sans-serif;}
.manual-wrap .manual-top .count {font-size:18px; color:#010101;}
.manual-wrap .manual-top .time {font-size:16px; color:#595959; padding-left: 15px;}

/* graph */
.graph-inn {position: relative; max-width: 384px;height: 4px;margin: 41px 0 55px;background-color: #d4d4d4;}
.sell-line {height: 4px;background-color: #76a2e5;}

.ab {position: absolute;top: -4px;line-height: 14px;}
.ab .num {font-size:15px; font-weight:500; display:block; font-family: 'Montserrat', sans-serif;}
.ab .circle {display: inline-block;width: 13px;height: 13px;margin-right: -3px;margin-bottom: 3px;font-size: 1px;line-height: 0; border-radius: 50%;vertical-align: top; }
.ab.wrap1 {left: 0;text-align: left;}
.ab.wrap1 .circle {background-color: #8dcd45;}
.ab.wrap2 {text-align: center; top:-7px;}
.ab.wrap2 .num {color:#000;position: absolute;white-space: nowrap;width: 100px;left: 50%;margin-left: -50px;top:-20px}
.ab.wrap2 .circle {background-color: #76a2e5;}
.ab.wrap2 .circle.sell {width:17px; height:17px;}
.ab.wrap3 {right: 0;text-align: right;}
.ab.wrap3 .circle {background-color: #907de5;}
.manual-wrap + .manual-wrap {display:none;}
.collapse{height:100px;overflow:hidden;opacity:.5;}
.collapse.show{height:auto;opacity:1;}
.btn-collapse{display:inline-block;width:90%;padding:15px 0 40px 0;margin:0 auto;position:relative;font-size:20px;font-weight:bold;text-align:center;border:solid 1px #ccc;border-radius:0 0 5px 5px;cursor:pointer;z-index:2;margin-top:-1px}
.btn-collapse::after{content:attr(data-open);margin-left:6px;}
.btn-collapse.show::after{content:attr(data-close);}
.btn-collapse::before{position:absolute;font-family:'FontAwesome';content:'\f107';display:flex;width:30px;height:30px;align-items:center;justify-content:center;bottom:5px;left:50%;transform:translateX(-15px);}
.btn-collapse.show::before{content:'\f106';}

/* youtube */
.youtube{width:840px;height:443px;}
/* image slide */
.image-slide {position:relative;max-width:1000px;margin:30px auto;overflow:hidden;}

@media (min-width: 769px) {
  #autoPurchaseBadgePC {
    display: flex;
    position: absolute;
    top: -36px;
    left: 0;
    background-color: #22355e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px 4px 14px;
    border-radius: 18px;
    line-height: 1.3;
    z-index: 9999;
    white-space: nowrap;
    max-width: max-content;
    animation: floatBadge 2.5s ease-in-out infinite;
  }

  #autoPurchaseBadgePC::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #22355e;
  }

  @keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
    100% { transform: translateY(0); }
  }
}

/* 좌우화살표 */
#productDetail .sub-slide .swiper-button-prev::after,
#productDetail .sub-slide .swiper-button-next::after{
  content: '';
}

/* 버튼 박스 */
#productDetail .sub-slide .swiper-button-prev,
#productDetail .sub-slide .swiper-button-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;                 /* 🔥 가로폭 슬림 */
  height: 56px;
  background: rgba(0,0,0,0.22);
  margin: 0;
  border: 0;
  padding: 0;
}

/* 좌우 완전 밀착 */
#productDetail .sub-slide .swiper-button-prev{
  left: 0;
}

#productDetail .sub-slide .swiper-button-next{
  right: 0;
}

/* 우리가 직접 만든 화살표 (정확히 중앙 고정) */
#productDetail .sub-slide .swiper-button-prev::before,
#productDetail .sub-slide .swiper-button-next::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;      /* width/2 */
  margin-top: -6px;       /* height/2 */
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
}

/* 방향 */
#productDetail .sub-slide .swiper-button-prev::before{
  transform: rotate(-135deg);
}

#productDetail .sub-slide .swiper-button-next::before{
  transform: rotate(45deg);
}

/* 살짝 호버 효과 (PC) */
#productDetail .sub-slide .swiper-button-prev:hover,
#productDetail .sub-slide .swiper-button-next:hover{
  background: rgba(0,0,0,0.32);
}

/* ===============================
   상세 결제창 최종
   상단 썸네일 옆 + 오른쪽 고정 패널 공통
   =============================== */

#productDetail .thumb-info {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#productDetail .thumb-info .info.fixed-paybox {
  float: left;
  width: 560px;
  margin-left: 60px;
  padding: 0;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
}

/* 상품명 + 좋아요/공유 */
#productDetail .thumb-info .info.fixed-paybox .purchase-badge-wrap {
  position: relative;
  margin: 0 0 16px;
  padding: 0 76px 0 0;
  border-bottom: 1px solid #111;
}

#productDetail .thumb-info .info.fixed-paybox .tit-prd {
  margin: 0;
  padding: 0 0 18px;
  color: #000;
  font-size: 25px;
  line-height: 1.34;
  font-weight: 500;
  letter-spacing: -0.8px;
}

#productDetail .thumb-info .info.fixed-paybox .prd-icon {
  position: absolute;
  right: 0;
  bottom: -43px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}

#productDetail .thumb-info .info.fixed-paybox .prd-icon a {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}

#productDetail .thumb-info .info.fixed-paybox .prd-icon a:first-child {
  margin-left: 0;
}

#productDetail .thumb-info .info.fixed-paybox .prd-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

#productDetail .thumb-info .info.fixed-paybox .purchase-badge,
#productDetail .thumb-info .info.fixed-paybox .sub-tit-wrap,
#productDetail .thumb-info .info.fixed-paybox .detail_benefit {
  display: none;
}

/* 옵션/가격 테이블 기본 */
#productDetail .thumb-info .info.fixed-paybox .table-opt {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 0;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt table,
#productDetail .thumb-info .info.fixed-paybox .table-opt tbody {
  display: block;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt caption,
#productDetail .thumb-info .info.fixed-paybox .table-opt colgroup {
  display: none;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt th,
#productDetail .thumb-info .info.fixed-paybox .table-opt td {
  padding: 8px 0;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt th {
  width: 80px;
  color: #777;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt td {
  text-align: right;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt th .tb-left,
#productDetail .thumb-info .info.fixed-paybox .table-opt td .tb-right {
  padding: 0;
  letter-spacing: 0;
}

/* 가격 영역: 상품명 아래 */
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-consumer-row,
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row {
  display: inline-flex;
  align-items: baseline;
  width: auto;
  margin: 12px 10px 12px 0;
  vertical-align: baseline;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-consumer-row th,
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row th {
  display: none;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-consumer-row td,
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row td {
  display: block;
  width: auto;
  padding: 0;
  text-align: left;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row {
  margin-left: 0;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row,
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row td,
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-sale-row .tb-right,
#productDetail .thumb-info .info.fixed-paybox .table-opt .sell_price,
#productDetail .thumb-info .info.fixed-paybox .table-opt .sell_price .tb-right {
  color: #000;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.2px;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-consumer-row strike {
  color: #aaa;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

/* 숨김 처리 */
#productDetail .thumb-info .info.fixed-paybox .table-opt .paybox-hide-row {
  display: none;
}

/* 상품설명/배송비 */
#productDetail .thumb-info .info.fixed-paybox .paybox-right-row {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-right-row th,
#productDetail .thumb-info .info.fixed-paybox .paybox-right-row td {
  display: block;
  width: auto;
  min-width: 0;
  padding: 20px 0;
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-right-row th {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-right-row td,
#productDetail .thumb-info .info.fixed-paybox .paybox-right-row td .tb-right {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-desc-row::before,
#productDetail .thumb-info .info.fixed-paybox .paybox-desc-row::after,
#productDetail .thumb-info .info.fixed-paybox .paybox-shipping-row::before,
#productDetail .thumb-info .info.fixed-paybox .paybox-shipping-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8e8e8;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-desc-row::before,
#productDetail .thumb-info .info.fixed-paybox .paybox-shipping-row::before {
  top: 0;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-desc-row::after,
#productDetail .thumb-info .info.fixed-paybox .paybox-shipping-row::after {
  bottom: 0;
}

/* 색상정보 */
#productDetail .thumb-info .info.fixed-paybox .paybox-color-row {
  display: block;
  width: 100%;
  padding: 26px 0 22px;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-color-row th,
#productDetail .thumb-info .info.fixed-paybox .paybox-color-row td {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-color-row th {
  margin: 0 0 14px;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 12px;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-color-chip {
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06) inset;
}

#productDetail .thumb-info .info.fixed-paybox .paybox-color-chip.is-active {
  box-shadow: 0 0 0 2px #000 inset;
}

/* 옵션 / 추가옵션 / 수량 */
#productDetail .thumb-info .info.fixed-paybox .table-opt tr:has(.opt-wrap),
#productDetail .thumb-info .info.fixed-paybox .table-opt tr:has(#MK_innerOptWrap) {
  display: block;
  width: 100%;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt tr:has(.opt-wrap) > td,
#productDetail .thumb-info .info.fixed-paybox .table-opt tr:has(#MK_innerOptWrap) > td,
#productDetail .thumb-info .info.fixed-paybox .table-opt td.nopd,
#productDetail .thumb-info .info.fixed-paybox .table-opt td[colspan="2"] {
  display: block;
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-wrap {
  display: block;
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-wrap dl {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 28px;
  padding: 0;
  overflow: visible;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-wrap dt {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.2px;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-wrap dd {
  display: block;
  float: none;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-wrap select,
#productDetail .thumb-info .info.fixed-paybox select {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 41px;
  padding: 0 36px 0 12px;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #fff;
  color: #111;
  font-size: 13px;
  line-height: 41px;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
}

/* 수량 영역 */
#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns input,
#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns #goods_amount {
  display: block;
  width: 44px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 1px solid #dedede;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns .btn-up,
#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns .btn-dw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid #dedede;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  text-decoration: none;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns .btn-up::before {
  content: "+";
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

#productDetail .thumb-info .info.fixed-paybox .table-opt .opt-btns .btn-dw::before {
  content: "−";
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

/* 선택된 옵션 / 총 상품 금액 */
#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptScroll {
  display: block;
  width: 100%;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li {
  display: grid;
  grid-template-columns: 1fr 78px 86px 20px;
  align-items: center;
  column-gap: 8px;
  min-height: 38px;
  padding: 12px 0;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name {
  grid-column: 1;
  display: block;
  color: #111;
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl {
  position: static;
  grid-column: 2;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl input.MK_count,
#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option,
#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .addition_option {
  display: block;
  width: 44px;
  height: 26px;
  margin: 0 4px 0 0;
  padding: 0;
  border: 1px solid #dedede;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 0 0 2px;
  border: 1px solid #dedede;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up::before {
  content: "+";
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw::before {
  content: "−";
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_price {
  position: static;
  grid-column: 3;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
  position: static;
  grid-column: 4;
  width: 19px;
  height: 19px;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptTotal {
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0 26px;
  border: 0;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptTotal .totalRight {
  float: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptTotal .MK_txt-total {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

#productDetail .thumb-info .info.fixed-paybox #MK_innerOptTotal .MK_total,
#productDetail .thumb-info .info.fixed-paybox #MK_innerOptTotal .MK_txt-won {
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* 버튼 */
#productDetail .thumb-info .info.fixed-paybox .prd-btns {
  display: grid;
  grid-template-columns: 64px 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 62px;
  margin: 0;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-family: inherit;
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns .btn_wish {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  padding: 0;
  margin: 0;
  color: #111;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns .btn_wish .wish-heart {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 0;
  color: #111;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
  transform: translateY(0);
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns .btn_cart {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns .btn_buy {
  grid-column: 3;
  grid-row: 1;
  background: #080808;
  border-color: #080808;
  color: #fff;
}

#productDetail .thumb-info .info.fixed-paybox .prd-btns .soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / 4;
  width: 100%;
  height: 104px;
  margin: 0;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  box-sizing: border-box;
}

#productDetail .thumb-info .info.fixed-paybox #nhn_btn,
#productDetail .thumb-info .info.fixed-paybox #payco_order_btn,
#productDetail .thumb-info .info.fixed-paybox .npay_storebtn_bx,
#productDetail .thumb-info .info.fixed-paybox .npay_button_box,
#productDetail .thumb-info .info.fixed-paybox .npay_btn_box {
  margin-top: 12px;
  padding-top: 0;
}

/* 상세 탭 이후 오른쪽 고정 패널 */
@media screen and (min-width: 1200px) {
  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox {
    position: fixed;
    top: 44px;
    right: 0;
    left: auto;
    float: none;
    display: block;
    visibility: visible;
    opacity: 1;
    width: 366px;
    height: calc(100vh - 44px);
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    margin: 0;
    padding: 34px 40px 46px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: -8px 0 24px rgba(0,0,0,0.04);
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .purchase-badge-wrap {
    margin-bottom: 14px;
    padding-right: 64px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .tit-prd {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.38;
    font-weight: 500;
    letter-spacing: -0.45px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .prd-icon {
    bottom: -40px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .prd-icon img {
    width: 21px;
    height: 21px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .paybox-right-row {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 12px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .prd-btns {
    grid-template-columns: 40px 1fr 1fr;
    gap: 8px;
  }

  body.detail-paybox-open #productDetail .thumb-info .info.fixed-paybox .prd-btns > a {
    height: 42px;
    font-size: 13px;
  }
  



/* BASIC css end */

