/* BASIC css start */
/* ========== GLOBAL ========== */
html { overflow-y: scroll; }

/* ========== PRODUCT HEADER TOP ========== */
#detailGoodsInfo .product-header-top { display: flex; justify-content: space-between; align-items: center; margin-bottom:20px; }
#detailGoodsInfo .product-header-top .product-location{ flex: 1;  font-size: 14px; color: #666;  display: flex; align-items: center;}
#detailGoodsInfo .product-header-top .product-location a { flex: 0 0 50%; color: #666; text-decoration: none; }
#detailGoodsInfo .product-header-top .product-provider { flex: 0 0 50%; display: flex; align-items: center; font-size: 14px; color: #333; }
/* padding-leftÀÇ À½¼ö°ª(¿¡·¯) ¡æ margin-left·Î ´ëÃ¼ */
#detailGoodsInfo .product-header-top .product-provider .provider-label { margin-left: -34px; padding-left: 0; font-weight: 500; white-space: nowrap; font-size: 17px;  display: inline-block; }
#detailGoodsInfo .product-header-top .product-provider .bulk-label { padding-left: 20px; font-weight: 500; white-space: nowrap; font-size: 17px;  display:none; }
#detailGoodsInfo .product-header-top .product-provider .bulk-label img {width: 80px;  height: auto;  }
#detailGoodsInfo .loc-navi dd, 
#detailGoodsInfo .loc-navi dd a { font-family: "Pretendard Variable", Pretendard, sans-serif; color:#777777; font-weight:500; font-size: 17px; text-align:left; }

/* ========== THUMB/INFO WRAP ========== */
#detailGoodsInfo .thumb-info .product-header { width: 100%;}
#detailGoodsInfo .thumb-info .product-content {  display: flex;  flex-wrap: wrap; align-items: flex-start; }
/* ¼¼¹ÌÄÝ·Ð ´©¶ô(¿¡·¯) ¼öÁ¤ */
#detailGoodsInfo .thumb-info .product-content > .info { flex: 0 0 50%; max-width: 50%; min-width: 0; }
#detailGoodsInfo .thumb-info .product-info-wrap .product-banner-link { display: block; }
#detailGoodsInfo .thumb-info .product-info-wrap .product-banner-link .product-banner-img { width: 100%; max-width: 100%; height: 60px; display: block; border-radius: 8px; margin-bottom: 10px;}

/* ========== GIFT BUTTON ========== */
#detailGoodsInfo .thumb-info .info .prd-btns .btn_gift { display: block; width: 100%;  font-size: 12px; color: #f1191f; text-align: center; line-height: 50px; border: 1px solid #f1191f; background: #fff; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_gift:hover { color: #fff; background: #f1191f; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_gift:active { position: relative; top: 1px; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_gift .fa-gift { font-size: 13px; vertical-align: text-bottom; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_gift .fa-gift:before { margin-right:5px; }

/* ========== SALE TOGGLE ========== */
#detailGoodsInfo .thumb-info .info .table-opt .price .btn-discount {padding-right: 15px; position: relative; font-size: 13px; font-weight: bold;}
#detailGoodsInfo .thumb-info .info .table-opt .price .btn-discount:before { display: block; content: '¡å'; position: absolute; right: 0; bottom: -3px; font-size: 11px; }
#detailGoodsInfo .thumb-info .info .table-opt .price .btn-discount.on:before { display: block; content: '¡ã'; position: absolute; right: 0; bottom: -3px; font-size: 11px; }
#detailGoodsInfo .thumb-info .info .table-opt .price .sale-list { display: none; margin-top: 5px; }
#detailGoodsInfo .thumb-info .info .table-opt .price .sale-list li { margin-top: 10px; color: #969696; }
#detailGoodsInfo .thumb-info .info .table-opt .price .sale-list.open { display: block; }

/* ÀÌ¹ÌÁö Æ÷ÇÔ ºí·Ï Áß¾Ó Á¤·Ä(ÃÖ½Å :has() º¸¿Ï¿ë ´ëÃ¼ Ãß°¡) */
#detailGoodsInfo .prd-detail :is(div:has(img), span:has(img)){text-align: center;}
#detailGoodsInfo .prd-detail div img,
#detailGoodsInfo .prd-detail span img { display:block; margin:0 auto; }

#detailGoodsInfo .page-body { margin-top:10px }

/* ========== TOP THUMBNAIL & OPTIONS ========== */
#detailGoodsInfo .thumb-info .info {  width: 50%; box-sizing: border-box; }
#detailGoodsInfo .thumb-info:after { content: ""; display: block; clear: both; }

#detailGoodsInfo .prd-btns { display: flex; gap: 10px;  flex-wrap: wrap; margin-top:5px; }
#detailGoodsInfo .prd-btns .btn_wrap,
#detailGoodsInfo .prd-btns .btn_wrap_visit {display: flex;flex: 0 0 auto;}
#detailGoodsInfo .prd-btns .btn_wrap,
#detailGoodsInfo .prd-btns .btn_buy,
#detailGoodsInfo .prd-btns .btn_wrap_visit { flex: 1;  height: 60px; }
/* justify-content: stretch; (¿¡·¯) ¡æ ¾ÈÀüÇÏ°Ô space-between ¶Ç´Â align-items: stretch */
#detailGoodsInfo .prd-btns:not(:has(.btn_wrap_visit)) .btn_wrap,
#detailGoodsInfo .prd-btns:not(:has(.btn_wrap_visit)) .btn_buy {flex: 1;}
#detailGoodsInfo .prd-btns:not(:has(.btn_wrap_visit)) {justify-content: space-between; align-items: stretch;}

/* ========== THUMBNAIL LIST ========== */
#detailGoodsInfo .thumb-info .thumb-wrap{  flex: 0 0 50%; max-width: 50%; min-width: 0; padding-right: 0;  width: auto;   box-sizing: border-box; min-width: 0; }
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img{width: 100%;}
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_on{width:100%;}
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_on img{width:100%; }
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb{width:100%;float:left; position:relative; margin-top:30px; }
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb .swiper{}
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul{}
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li{ border:1px solid #eee8e5;  box-sizing:border-box;  }
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li:last-child{}
#detailGoodsInfo .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li img{width:100%; height:130px;  object-fit:cover }
#detailGoodsInfo .thumb-info .thumb-wrap .z_image {  width: 100%; height: auto; display: block; text-align: center; justify-content: center; width:100%;}
#detailGoodsInfo .thumb-info .thumb-wrap .z_image a{width:100%; }
#detailGoodsInfo .thumb-info .thumb-wrap .z_image img{ width: 500px; height: 500px; object-fit: contain; }

#detailGoodsInfo .thumb-info { padding: 50px; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); box-sizing: border-box; margin-top: 40px; margin-bottom: 30px; }
#detailGoodsInfo .thumb-info .product-header { width: 100%; }

#detailGoodsInfo .thumb-info .product-info-wrap { flex: 0 0 50%; min-width: 0; max-width: 50%; box-sizing: border-box; overflow: hidden; height: auto; }
#detailGoodsInfo .thumb-wrap .z_image img { max-width: 100%;  height: auto;  object-fit: contain;}

/* ========== RELATED PRODUCTS ========== */
#detailGoodsInfo .related-products { 
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box; 
  margin-bottom: 30px;  
}

#detailGoodsInfo .related-products .section-title { position: relative; width: 100%; margin-bottom: 30px; font-size: 22px; font-weight: 600; }
#detailGoodsInfo .related-products .section-title .highlight { width: 100%; margin-bottom: 30px; font-size: 22px; font-weight: 800; color : #0071E3; }

/* Æ¯Á¤ À§Ä¡ÀÇ pricevalue ¼û±â±â*/
.opt-wrap .opt-btns span#pricevalue.price { display: none !important; }

/* ÃßÃµ »óÇ° ½½¶óÀÌ´õ */
#detailGoodsInfo .related-swiper { width: 100%; overflow: hidden; margin-bottom: 20px; }
#detailGoodsInfo .related-swiper .swiper-wrapper { display: flex; flex-wrap: nowrap; }
#detailGoodsInfo .related-swiper .swiper-slide { width: 20%; flex-shrink: 0; padding: 0 5px; box-sizing: border-box; }
#detailGoodsInfo .related-swiper .thumb { width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; border-radius: 15px; }
#detailGoodsInfo .related-swiper .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#detailGoodsInfo .related-swiper .dsc { font-size: 13px; font-weight: 600; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#detailGoodsInfo .related-swiper .dsc a { font-size: 15px; font-weight: 600; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#detailGoodsInfo .related-swiper .price { margin-top: 5px; font-size: 17px; font-weight: bold; }

/* ³×ºñ°ÔÀÌ¼Ç ¹öÆ° */
#detailGoodsInfo .section-title .swiper-button-next,
#detailGoodsInfo .section-title .swiper-button-prev { position: absolute; top: 10px; background-color: #f8f9fa; color: #666; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; display: flex; justify-content: center; align-items: center; cursor: pointer; }
#detailGoodsInfo .section-title .swiper-button-next { right: 0px; }
#detailGoodsInfo .section-title .swiper-button-prev { left: auto; right: 50px; }
#detailGoodsInfo .section-title .swiper-button-next::after,
#detailGoodsInfo .section-title .swiper-button-prev::after { content: ''; display: block; width: 8px; height: 8px; border-style: solid; border-width: 2px 2px 0 0; border-color: #666; }
#detailGoodsInfo .section-title .swiper-button-next::after { transform: rotate(45deg); }
#detailGoodsInfo .section-title .swiper-button-prev::after { transform: rotate(-135deg); }
#detailGoodsInfo .section-title .swiper-pagination { display: none; }

/* ========== COMMON INFO (EVENT / GENERAL) ========== */
/* ÀÌº¥Æ® °øÅëÁ¤º¸ - ÆäÀÌÁö »ó´Ü °íÁ¤ */
#productDetail .detail-common-info-event, #detailGoodsInfo .detail-common-info-event { width:100%; padding-top:20px; word-break:break-all; }
#productDetail .detail-common-info-event img, #detailGoodsInfo .detail-common-info-event img { max-width:100%; height:auto; }
#productDetail .detail-common-info-event div, #detailGoodsInfo .detail-common-info-event div { margin-top:15px; }


/* ÀÏ¹Ý °øÅëÁ¤º¸ (ÇÏ´Ü) */
#productDetail .detail-common-info, #detailGoodsInfo .detail-common-info { width:100%; padding-bottom:20px; word-break:break-all; }
#productDetail .detail-common-info dl, #detailGoodsInfo .detail-common-info dl { padding-top:20px; font-size:12px; font-weight:normal; letter-spacing:-0.5px; }
#productDetail .detail-common-info dl dt, #detailGoodsInfo .detail-common-info dl dt { padding-bottom:10px; color:#444; font-weight:bold; }
#productDetail .detail-common-info dl dd, #detailGoodsInfo .detail-common-info dl dd { padding-left:10px; color:#777; line-height:20px; }
#productDetail .detail-common-info div, #detailGoodsInfo .detail-common-info div { margin-top:15px; }


#announcement_section { width:100%; margin-bottom:20px; }
#announcement_section img { max-width:100%; height:auto; }

/* ========== THUMB SWIPER NAV ========== */
.multi_thumb :is(.swiper-next,.swiper-prev){ top:0 ;position:absolute; width:25px; border:1px solid #ebe5e1; cursor:pointer;background-color:rgba(255,255,255,.9); color:#fff; display:flex; align-items:center; justify-content:center; z-index:10; height:130px;}
.multi_thumb .swiper-prev{left:0}
.multi_thumb .swiper-next{right:0}
.multi_thumb .swiper-button-disabled{display:none}
.multi_thumb .swiper_btn_wrap{margin-top: -20px; display:flex; bottom:0; position:absolute; width:100% }
.multi_thumb .swiper_btn_wrap>div{ flex-grow:1; }
.multi_thumb .swiper-prev img{transform:rotate(90deg); transform-origin:center center;}
.multi_thumb .swiper-next img{transform:rotate(-90deg); transform-origin:center center;}

/* ========== PRODUCT INFO PANEL (ÁÂÃø/¿ìÃø) ========== */
#detailGoodsInfo .thumb-info .info { width: 100%; }
.product-info-box table th .tb-left,
.product-info-box table td .tb-left { font-size: 17px; }

#detailGoodsInfo .thumb-info .info .titAndWish{display:flex; align-items:center; justify-content:space-between;}
#detailGoodsInfo .thumb-info .info .prd_subname{font-size:18px; color:#6d6d6d; font-weight:500; line-height:1.6;}
#detailGoodsInfo .product-main-box.title-wrap .tit-prd {flex: 1; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.4; margin-right: 10px;font-size: 28px;  color: #161616; font-weight: 700; }
#detailGoodsInfo .thumb-info .info .prdprice_section .prdprice{font-family: 'Montserrat', sans-serif; font-size:24px; color:#000; font-weight:600;}
#detailGoodsInfo .thumb-info .info .prdprice_section .prdprice span{font-family: 'Montserrat', sans-serif; font-size:24px; color:#000; font-weight:600;}
#detailGoodsInfo .thumb-info .info .prdprice_section s{color:#aaaaaa;font-family: 'Montserrat', sans-serif; font-size:26px; font-weight:500;}
#detailGoodsInfo .thumb-info .info .prdprice_section .prdprice .percent{font-family: 'Montserrat', sans-serif; font-size:28px; color:#000; font-weight:900; display:inline-block; margin-right:8px;}
#detailGoodsInfo .thumb-info .info .table-opt {margin-top:10px;}
#detailGoodsInfo .thumb-info .info .table-opt tr:has(.price.sell_price) th[scope="row"] .tb-left { padding-left: 15px; }
#detailGoodsInfo .thumb-info .info .table-opt dt.sell-label { font-weight:600; }
#detailGoodsInfo .thumb-info .info .table-opt th,
#detailGoodsInfo .thumb-info .info .table-opt td { padding:7px 0;color:#6d6d6d;  font-weight: normal; font-size:17px; }
#detailGoodsInfo .thumb-info .info .table-opt th { color:#161616; font-weight:600;  }
#detailGoodsInfo .thumb-info .info .table-opt th .tb-left,
#detailGoodsInfo .thumb-info .info .table-opt td .tb-left {  padding:0 }
#detailGoodsInfo .thumb-info .info .table-opt td {font-weight:500; }
#detailGoodsInfo .thumb-info .info>.table-opt>table>tbody>tr.tr_border{display: none; border-bottom: 1px solid #f0f0f0;}

/* ÆÇ¸Å°¡°Ý */
#detailGoodsInfo .thumb-info .info .table-opt .sell_price {letter-spacing: -0.8px; }
#detailGoodsInfo .thumb-info .info .table-opt .sell_price>div{font-family: "Pretendard Variable", Pretendard, sans-serif; font-size:22px; color:#222222; font-weight:700; display:flex; align-items:center;}
#detailGoodsInfo .thumb-info .info .table-opt .sell_price>div p{color:#161616; font-size:32px; font-weight:700; display:flex; align-items:center; }
#detailGoodsInfo .thumb-info .info .table-opt .sell_price s{color:#b6b6b6; font-size:22px;font-weight:700;}
#detailGoodsInfo .thumb-info .info .table-opt .sell_price .percent{color:var(--main-color); font-size:32px; font-weight:800 }
#detailGoodsInfo .thumb-info .info .table-opt .sell_price .won{ font-size:20px; font-weight:700; padding-top:2px; }

/* ÁÖ¹®¼ö·®(±¸Çü ÄÄÆ÷³ÍÆ®) */
#goods_amount { float:left; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin .txt-spin,
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin .btns { float: left; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin .txt-spin { width: 41px; height: 13px; padding-left: 2px; padding-top: 2px; border: 0; font-size: 11px; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin .btns { width: 17px; height: 15px; border-left: 1px solid #aaa; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-spin .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#detailGoodsInfo .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%; }
#detailGoodsInfo .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%; }

/* ¹öÆ°µé */
#detailGoodsInfo .thumb-info .info .prd-btns .soldout {flex-grow:1; margin-top:6px; height:104px; font-size:20px; color:#231f20; text-align:center; line-height:104px; letter-spacing:2px; border:1px solid #231f20; background:#fff }
#detailGoodsInfo .thumb-info .info .prd-btns a {display:flex; flex: 1;align-items: center; justify-content: center; border-radius: 8px; font-size: 20px; font-weight: 600; color: white; text-decoration: none;}
#detailGoodsInfo .thumb-info .info .prd-btns .btn_wrap_visit{ background-color: #333; color: #fff; border-radius: 8px; font-weight: 600; text-align: center;}
#detailGoodsInfo .thumb-info .info .prd-btns .btn_buy { border-radius: 8px; font-family: "Pretendard Variable", Pretendard, sans-serif;  color:#fff; text-align:center;  background:var(--main-color); transition:all 0.3s ease }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_buy:hover {background: var(--main-color) ; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_buy:active { position: relative; top: 1px }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_cart {padding: 3px 0; border-radius: 8px; font-family: "Pretendard Variable", Pretendard, sans-serif;color:#000; text-align:center;  border:1px solid #e8e8e8; background:#fff; transition:all 0.3s ease }
#detailGoodsInfo .thumb-info .info .prd-btns a:nth-child(2){flex-grow:1}
#detailGoodsInfo .thumb-info .info .prd-btns a:nth-child(3){flex-grow:1}
#detailGoodsInfo .thumb-info .info .prd-btns a:first-child{width:70px;font-family: 'Noto Sans KR', sans-serif;}
#detailGoodsInfo .thumb-info .info .prd-btns .btn_cart:hover { color:#fff; background:var(--main-color) }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_cart:active { position: relative; top: 1px }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_barotalk { display:block; margin-top:10px }

/* ÇýÅÃ ·¹ÀÌ¾î ¹öÆ° */
#detailGoodsInfo .thumb-info .info .table-opt .sell_benefit { position:relative; }
#detailGoodsInfo .thumb-info .info .table-opt .sell_benefit .benefit_btn { display:inline-block; height:18px; line-height:20px; border:1px solid #000; font-size:11px; }
#detailGoodsInfo .thumb-info .info .table-opt .sell_benefit .benefit_btn span { display:inline-block; height:18px; padding:0 5px; color:#fff; background:#000; vertical-align:top; }
#detailGoodsInfo .thumb-info .info .table-opt .sell_benefit .benefit_btn em { display:inline-block; height:18px; padding:0 3px 0 0; font-size:10px; vertical-align:top; }

/* ¼ö·®/¹öÆ°(½ÅÇü UI) */
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns { display: flex; align-items: center; gap: 5px; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns input[type="number"] { width: 60px; height: 32px; text-align: center; border: 1px solid #ddd; border-radius: 4px; margin: 0; padding: 0; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-up,
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-dw { width: 32px; height: 32px; border: 1px solid #ddd; background: #f8f8f8; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 20px; color: #333; line-height: 1; margin: 0; padding: 0; text-indent: 0; overflow: visible; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a:hover { background: #eee; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns input[type="number"]::-webkit-inner-spin-button,
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* ÅëÇÕ¿É¼Ç ·¹ÀÌ¾Æ¿ô */
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap { padding-left: 15px; margin-top: 20px; margin-bottom: 20px; width: 100%;}
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .tit { margin-bottom: 5px; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap-hybrid { width: 100%; padding:0 0 10px; border-bottom:1px solid #e4e4e4; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap-hybrid .tit { margin-bottom: 8px; color:#969696; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap-hybrid .tit strong { color:#555; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dl { overflow: hidden; width: 100%; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dl:after { display:block; clear:both; content:'' }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dt { float: left; width:125px; margin-bottom:6px; padding-top: 6px; color:#161616 }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dd { float: left; width:395px; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align:right; margin-top:25px; }
#detailGoodsInfo .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; transition:all 0.3s ease }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .sel-btn a:hover { color:#231f20; background:#fff }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .sel-btn a:active { position: relative; top: 1px }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .sel-btn a img { display:none }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap select { font-size: 15px; border-radius: 4px; width:100%; height:34px; padding:0 10px; border-color:#e1e1e1;  color:#aaa;  }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns { position:relative }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns input { text-align: center; margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center !important; line-height:24px }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a { border-radius: 4px; 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 }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-up { background-position:0 0 }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-dw { background-position:0 -26px }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dl .opt-count select { float: left; width:350px; }
#detailGoodsInfo .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns { padding-top:5px; clear:both }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap { margin-top: 10px; padding:10px 0; border-top:1px solid #ddd; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box { width:100%; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .tit { padding:10px 0 5px; color:#666; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list:after { clear: both; content: ""; display: block; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list { width:100%; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li { float:left; width:70px; margin-left:25px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li.first,
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li:first-child { margin-left:0; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl { padding-bottom:10px; color:#333; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk { text-align:left; padding-bottom:5px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk input { width:13px; height:13px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg { position:relative; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg img { width:70px; height:70px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; line-height:71px; color:#fff; text-align:center; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout-bg { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; opacity:0.4; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .sel-img { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; opacity:0.4; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-top:7px; line-height:14px;}
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-bottom:3px; line-height:14px;}
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdprice { padding-bottom:3px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty { }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty input { width:52px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center; background:none; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down { display:inline-block; width:12px; height:26px; line-height:0; font-size:0; vertical-align:top; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a { display:inline-block; width:12px; height:12px; line-height:0; font-size:0; vertical-align:top; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up { margin-bottom:2px; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl { color:#a7a7a7; }
#detailGoodsInfo .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl input { color:#929292; }

/* »óÇ°Á¤º¸ ÅÇ ¹Ù & ÄÁÅ×ÀÌ³Ê ±âº» */
#detailGoodsInfo .detail_section { margin-top: 48px; padding-top: 32px; border-top: 1px solid #e9ecef;clear: both; width: 100%; }
#detailGoodsInfo .detailTab { top: var(--tab-top, 0);   z-index: 1100; margin-top:-40px; padding-top:40px; position:sticky; margin-bottom:60px; width: 100%; clear: both; }
#detailGoodsInfo .detailTab ul { display:flex; justify-content:center;}
#detailGoodsInfo .detailTab ul:after { display:block; clear:both; content:'' }
#detailGoodsInfo .detailTab ul li { float:left; width:25%; }
#detailGoodsInfo .detailTab ul li a {border-bottom:1px solid #000; font-weight:500; display:block; height:55px; font-size:20px; color:#989898; line-height:49px; text-align:center;border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6; }
#detailGoodsInfo .detailTab ul li.first a{border-left:1px solid #e6e6e6 }
#detailGoodsInfo .detailTab ul li a.active {border-bottom:1px solid #fff; font-weight:600; border-top:1px solid #000 ;color:#000; border-left:1px solid #000; border-right:1px solid #000; }
#detailGoodsInfo .detailTab ul li a span.rvcount{color:var(--main-color);}

/* Å¸ÀÌÆ² °øÅë */
#detailGoodsInfo .tit-detail { position: relative; padding-top:30px; }
#detailGoodsInfo .tit-detail:after { display:block; clear:both; content:'' }
#detailGoodsInfo .tit-detail h3 { float:left; font-size:16px; color:#303030; line-height:18px }
#detailGoodsInfo .tit-detail .more { float:right }
#detailGoodsInfo .tit-detail .more a { font-size:11px; color:#8c8b8b }

/* »óÇ° »ó¼¼ ÀÌ¹ÌÁö */
#detailGoodsInfo .prd-detail table { table-layout: auto; border-spacing:0 !important; border-collapse:collapse !important; display: table; margin: auto; }
#detailGoodsInfo .prd-detail table td { word-break:break-all }
#detailGoodsInfo .prd-detail { text-align: center; padding-top:10px; margin-top:30px; width: 100%; text-align:left; overflow: hidden }
#detailGoodsInfo .prd-detail img { max-width: 100%; display: block; margin: 0 auto; }

/* °ü·Ã»óÇ° (±âº» ¼û±è) */
.related_sec{ display: none; margin-bottom:60px}
.related_sec .swiper{padding-bottom:40px;}
.related_sec .swiper .swiper-pagination-progressbar{bottom: 0; top: unset; height: 3px; background-color: rgba(0,0,0,.05);}
.related_sec .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #cfcfcf;}
.related_sec .item_list .info{text-align:left}
.related_sec .item_list .info .prdprice{ border-bottom:none}

/* °ü·Ã»óÇ° ¾ÈÂÊ ±âÅ¸ */
#detailGoodsInfo .item-wrap { padding-top:40px }
#detailGoodsInfo .item-wrap .prd-opt { padding:5px 0; font-size:13px }
#detailGoodsInfo .item-wrap .prd-opt p { padding-bottom:5px }
#detailGoodsInfo .item-wrap .prd-opt select { height:auto }
#detailGoodsInfo .item-wrap .prd-opt .vo_value_list { height:16px; line-height:16px }
#detailGoodsInfo .item-wrap .prd-qty { padding:5px 0; margin:0 auto; position: relative; width:60px; height:18px }
#detailGoodsInfo .item-wrap .prd-qty .MS_related_quantity,
#detailGoodsInfo .item-wrap .prd-qty .btns { float:left }
#detailGoodsInfo .item-wrap .prd-qty .MS_related_quantity { width:34px; height:16px; line-height:18px; text-align:right; border:1px solid #acacac; font-size: 11px }
#detailGoodsInfo .item-wrap .prd-qty .btns { width:17px; height: 16px; border:1px solid #acacac; border-left:none }
#detailGoodsInfo .item-wrap .prd-qty .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#detailGoodsInfo .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; }
#detailGoodsInfo .item-wrap .prd-qty .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px }
#detailGoodsInfo .related-allbasket { padding-bottom:40px; text-align:center }
#detailGoodsInfo .related-allbasket a { display:inline-block; width:248px; height:58px; font-size:13px; color:#fff; font-family:Verdana; text-align:center; line-height:58px; border:1px solid #c5ab95; background:#c5ab95; transition:all 0.3s ease }
#detailGoodsInfo .related-allbasket a:hover { color:#231f20; background:#fff }
#detailGoodsInfo .related-allbasket a:active { position: relative; top: 1px }


/* review-write */
#detailReview .review-write { background:#f9f9f9; border:1px solid #e9ecef; border-radius:12px; padding:24px; box-shadow:0 4px 12px rgba(0,0,0,.06); margin-bottom:40px; }
#detailReview .review-write table { width:100%; border-collapse:separate; border-spacing:0 12px; }
#detailReview .review-write tr { background:transparent; border-radius:10px; }
#detailReview .review-write th, #detailReview .review-write td { padding:0; }
#detailReview .review-write th { width:160px; padding:8px 0; text-align:left; color:#222; font-weight:600; vertical-align:top; }
#detailReview .review-write input[type="text"], #detailReview .review-write input[type="email"], #detailReview .review-write input[type="number"], #detailReview .review-write textarea, #detailReview .review-write select { width:100%; box-sizing:border-box; padding:12px 14px; border:1px solid #dfe3e8; border-radius:8px; background:#fff; font-size:14px; color:#333; transition:border-color .2s, box-shadow .2s; }
#detailReview .review-write input:focus, #detailReview .review-write textarea:focus, #detailReview .review-write select:focus { outline:none; border-color:#999; box-shadow:0 0 0 4px rgba(0,0,0,.05); }
#detailReview .review-write textarea { min-height:120px; resize:vertical; }
#detailReview .review-write .btn_write { display:inline-flex; align-items:center; justify-content:center; height:44px; line-height:44px; padding:0 18px; border-radius:8px; border:none; background:#231f20; color:#fff; font-weight:600; font-size:14px; transition:all 0.3s ease; cursor:pointer; }
#detailReview .review-write .btn_write:hover { background:#fff; color:#231f20; border:1px solid #231f20; }
#detailReview .review-write .btn_write:active { transform:translateY(1px); }



/* table-slide (»ó´Ü) */
#detailGoodsInfo .table-slide { border-top: 1px solid #000 }
#detailGoodsInfo .table-slide thead th { padding:15px 0; font-size:13px; border-bottom: 1px solid #e9e9e9; font-weight: normal; font-family:Verdana }
#detailGoodsInfo .table-slide td { padding: 15px 0; background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/board_dot.gif) repeat-x 0 bottom; }
#detailGoodsInfo .table-slide td .paging a { font-family:Verdana }
#detailGoodsInfo .table-slide tr.cnt { display: none; }
#detailGoodsInfo .table-slide tr.cnt td { padding:20px; color:#999; cursor: default; }
#detailGoodsInfo .table-slide tr.cnt td p { word-break:break-all; white-space:normal }
#detailGoodsInfo .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }
#detailGoodsInfo .table-slide .list-btm { position:relative; }
#detailGoodsInfo .table-slide .btm_write { margin-top:10px; margin-right:-110px; position:relative; float:right; right:110px; }
#detailGoodsInfo .table-slide .btm_write a { display:inline-block; width:108px; height:38px; font-size:13px; color:#000; text-align:center; line-height:38px; border:1px solid #231f20; background:#fff; transition:all 0.3s ease }
#detailGoodsInfo .table-slide .btm_write a:hover { color:#fff; background:#231f20 }
#detailGoodsInfo .table-slide .btm_write a:active { position: relative; top: 1px }
#detailGoodsInfo .table-slide .paging-wrap { margin:0 110px; position:relative; float:left; width:880px }

#detailGoodsInfo .review-list { margin-top:10px }
#detailGoodsInfo .qna-list { margin-top: 10px }

/* ****************** »óÇ° »ó¼¼ ¿É¼Ç (MK_) ******************** */
.MK_not_choice { color: red; }
.MK_optAddWrap, .MK_optAddWrap * { margin: 0; padding: 0; }
.MK_optAddWrap li { list-style: none; }
#MK_optAddList { overflow: hidden; }
#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; }

#MK_optAddListPP { overflow: hidden; }
#MK_optAddListPP .MK_tit, #MK_optAddListPP .MK_st { float: left; width: auto; }
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; }

#MK_innerOptWrap #MK_innerOptScroll.line { padding-top:5px; margin-top:5px; }
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; }
#MK_innerOptWrap .MK_inner-opt-cm li { position: relative; font-size:13px; padding:20px 25px;background-color:#fbfbfb;  margin:10px 0 ; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; }
#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_p-name {color:#575757; font-size:15px; font-weight:400; overflow:hidden; width:93%; vertical-align:middle; text-overflow:ellipsis;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { font-size:18px; color:#111; font-weight:normal;right:26px;  bottom:20px;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price span { font-weight:700;   font-size: 22px;color: #111; }

#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { width:12px; height:12px; text-indent:-9999em; background:url(//skin.makeshop.co.kr/skin/astore/PC_img/opt_close.png) center center no-repeat;  right:25px; top:20px;  }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl {background-color:#fff; width:114px; height:32px;border:1px solid #e8e8e8;  position: relative;margin-top:25px; border-radius:4px; overflow:hidden }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .MS_amount_basic,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl input {font-weight:700;  width:48px; height:35px; line-height:30px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align:center !important; border-top:none; border-bottom:none; color:#000; box-sizing:border-box}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option{position:absolute; left:33px; width:48px; }
/* background-size: .8 (¿¡·¯) ¡æ 80% */
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a {position:absolute; float:left; display:inline-block; width:33px; height:33px; text-indent:-9999em; margin:0; vertical-align:top; background:center center no-repeat; background-size: 80%; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up { background-image:url(//skin.makeshop.co.kr/skin/astore/PC_img/plus.png) ;right:0}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw { background-image:url(//skin.makeshop.co.kr/skin/astore/PC_img/min.png); left:0; }
#MK_innerOptWrap .MK_inner-opt-cm li #MK_p_price_basic_0 { }

.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name, #MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price, #MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl, #MK_innerOptWrap .MK_inner-opt-hybrid li .MK_btn-del { display: inline-block; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price { top:4px; bottom:0; right:23px; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name { width:200px; line-height:26px; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl { vertical-align:middle; margin-top:0; }

#MK_innerOptWrap #MK_innerOpt_01 li {  }
#MK_innerOptWrap #MK_innerOpt_03 {}
#MK_innerOptWrap #MK_innerOptPrice { display:none; padding: 12px 5px 10px; font-size: 12px; color: #333; text-align: right; }
#MK_innerOptAdd {  display:none; padding: 0 5px; font-size: 12px; color: #333; text-align: right; }
#MK_innerOptTotal { padding-top:35px; text-align:right; margin-bottom:10px; }
#MK_innerOptTotal:after { display:block; clear:both; content:'' }
#MK_innerOptTotal .totalLeft { float:left }
#MK_innerOptTotal .totalRight { float:right; display:flex; align-items:center; gap:1px; }
#MK_innerOptTotal .MK_txt-total { font-size:18px; font-weight:600; color:#000 }
#MK_innerOptTotal .MK_txt-won { font-size:18px; color:#000;font-family: 'Noto Sans KR', sans-serif; }
#MK_innerOptTotal .MK_total { font-size:32px; color:var(--main-color); font-weight:700}
#MK_innerOptTotal .won{display:inline-block; padding-top:3px; color:#161616; font-size:20px; font-weight:500; }

#sorivu { position: relative; margin-top: 20px; }

/* »óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
#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; }

/* »çÀÌÁî Â÷Æ® */
td.area-btn-size-chart { display: none;}
td.area-btn-size-chart a.btn-size-chart { display:inline-block; width:84px; height:24px; font-size:11px; color:#231f20; text-align:center; line-height:24px; border:1px solid #231f20; background:#fff; transition:all 0.3s ease }
td.area-btn-size-chart a.btn-size-chart:hover { color:#fff; background:#231f20 }
td.area-btn-size-chart a.btn-size-chart:active { position: relative; top: 1px }
#sizeChart { padding-bottom:10px; width:810px; position: absolute; display: none; background:#fff }
#sizeChart .btn-close-box { width: 100%; position: relative; }
#sizeChart .btn-close-layer { position: fixed; display: block; width: 15px; height: 14px; top: 10px; right: 10px; color: #FFFFFF; font-size: 15px; font-weight: bold; }

.couponWrap { text-align:center }
.couponBox { display:inline-block }
.couponInfo { text-align:left }

/* sizeChart(ÆË¾÷) ½ºÅ¸ÀÏ */
#detailGoodsInfo #sizeChart.size-chart-box.size-chart-box { width: 100%;  border: 2px solid #3F4045;}
.size-chart-box h4 { width: 100%; margin:0; padding: 10px 0px; color: #FFFFFF; background: #3F4045; text-align: center; }
.size-chart-cont { margin:10px auto 0; width:800px; background: #fff }
.size-chart-cont table { width: 100%; margin:0; padding:0; border-collapse: collapse; border: 1px solid #D9DBDA; }
.size-chart-cont table th, .size-chart-cont table td { padding:8px 0; font-size:13px; font-weight:normal; text-align:center; }
.size-chart-cont table th { border-bottom:1px solid #d6d6d6 }
.size-chart-cont table tr, .size-chart-img {height: 1px;}
.size-chart-cont img.sc-img-chart, #sc_img_chart { width: 670px; height: 300px; }
.size-chart-cont img.sc-img-guide, #sc_img_guide { width: 190px; height: 240px; }
.size-chart-cont p { margin-top: 10px; text-align: left; font-size:13px; color:#a7a7a7 }

/* ±âÅ¸ ¹öÆ°µé ¼û±è/Á¤·Ä */
#nhn_btn {clear: both; display: none; flex-basis: 100%; margin-top: 10px; }
#payco_order_btn {padding-top:10px;}
#payco_order_btn .payco_checkout.ta .payco_checkout_btn { margin-top:0 !important }
#kakaopay_order_btn {padding-top:10px;}
.ocb-area { width:323px }
.ocb-area a { margin-top:0 !important }

/* Åë¿É Ãß°¡ ±¸¼º »óÇ° */
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-tit { padding:15px 0 0; color:#000; font-size:14px; }
#detailGoodsInfo .thumb-info .info .table-opt tr.add-option-not-start { border-top:1px dashed #e4e4e5; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-img { padding-top:10px; vertical-align:top; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-img .thumb-s img { max-width:100%; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap { padding-top:10px; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .prd-icon,
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .tit-prd { padding-left:20px; padding-top:0; font-size:20px; margin-bottom:10px }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt { padding-left:20px; border-top:none;padding-top:0; margin-top:20px }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td select.basic_option,
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td select.addition_option { width:310px; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td input.basic_option,
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td input.addition_option { width:306px; height:22px; line-height:24px; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap { padding:5px 0 0 0; border-top:none }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap .tit { display:none; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap dd { width: 165px; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap select { width: 100%; }
#detailGoodsInfo .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap input { width: 205px; }
#detailGoodsInfo .thumb-info .info .table-opt tr.add-option-end .MK_p-tit { display:block; width:90%; height:100%; line-height:12px; color:#000; font-weight:bold; }
#detailGoodsInfo .thumb-info .info .table-opt tr.add-option-end .MK_price { top:40px; right:0; }
#detailGoodsInfo .thumb-info .info .table-opt tr.add-option-end .MK_btn-del { top:0; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name p { overflow:hidden; text-overflow:ellipsis; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name span.extra_option_name { overflow:hidden; text-overflow:ellipsis; display: block; }

/* ¿øÅ¬¸¯¿É¼Ç */
.MK-oneclick-list { overflow:hidden; }
.MK-oneclick-list:after { content: ""; display: block; clear: both; }
.MK-oneclick-list li { float:left; margin: 0 8px 5px 0; }                                                                                
.MK-oneclick-list li a { border:1px solid #d5d3c8; display: inline-block; border-radius: 1px; box-sizing:border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border:2px solid #d5d3c8; }
.MK-oneclick-list li.MK-oneclick-dis a { opacity:.5; }
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a {  padding:1px; opacity:1; }
.MK-oneclick-list li a span { display: block; text-align: center; vertical-align: middle; line-height: 19px; }                         
.MK-oneclick-list li a img { width: 100%; height:100%;}
.MK-oneclick-list li.MK-oneclick-image a {height:50px;}
.MK-oneclick-list li.MK-oneclick-image a img {width: auto; height: 48px;}
.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {height:46px; width: auto;}
.MK-oneclick-list li.MK-oneclick-color { width:30px; height: 30px; } 
.MK-oneclick-list li.MK-oneclick-color a { padding: 4px; border-radius:50%}
.MK-oneclick-list li.MK-oneclick-color span { width: 22px; height: 22px;border-radius:50% }
.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span { width: 27px; height: 27px; }
.MK-oneclick-list li.MK-oneclick-text { min-width:35px; max-width:100%; height: 50px; }
.MK-oneclick-list li.MK-oneclick-text a { padding: 2px; border-radius:3px }
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {padding:1px;background-color:#eceade}
.MK-oneclick-list li.MK-oneclick-text span { min-width: 39px; line-height: 44px;  max-width: 320px; overflow: hidden; height: 44px; }                                                                         
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span { min-width: 30px; line-height: 27px; }
.MK-oneclick-value { display:none }
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; }
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; line-height: 21px; max-width: 320px; overflow: hidden; height: 21px; font-family:'Montserrat'; color:#847871 }

/* Á¤±â¹è¼Û */
#detailGoodsInfo .thumb-info .info .prd-btns .btn_subs { display:block; width:448px; height:48px; font-size:12px; color:#fff; text-align:center; line-height:50px; border:1px solid #f1191f; background:#f1191f; }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_subs:hover { color:#000; background:#fff }
#detailGoodsInfo .thumb-info .info .prd-btns .btn_subs:active { position: relative; top: 1px; }

/* ½º¸¶Æ®ÄíÆù¸ñ·Ï */
#detailGoodsInfo .smart-coupon-list  { padding:20px 0; text-align:center;}
#detailGoodsInfo .smart-coupon-list  ul {display: inline-block; zoom:1; overflow:hidden; margin-left:-30px; min-width:300px;}
#detailGoodsInfo .smart-coupon-list  ul li {position:relative; float:left; width:344px; margin:0 0 30px 30px; border:1px solid #cecece; border-radius:10px; letter-spacing:-1px; overflow:hidden; text-align:left;}
#detailGoodsInfo .smart-coupon-list  ul li .c-info {position:relative; float:left; width:245px; padding:20px; border-right: 1px dashed #cecece; }
#detailGoodsInfo .smart-coupon-list  ul li .c-image a {display:block;}
#detailGoodsInfo .smart-coupon-list  ul li .c-image img { width:368px; height:128px;}
#detailGoodsInfo .smart-coupon-list  ul li p { padding-bottom:10px; line-height:18px; font-size:12px; color:#999; word-break:break-all; }
#detailGoodsInfo .smart-coupon-list  ul li p:last-child {padding-bottom:0;}
#detailGoodsInfo .smart-coupon-list  ul li p.c-name { font-size:14px; color:#000; font-weight:bold; word-break: break-all; }
#detailGoodsInfo .smart-coupon-list  ul li p.c-price {font-size:26px; color:#ff3a34; font-weight:bold; line-height:24px;}
#detailGoodsInfo .smart-coupon-list  ul li.sc-style1.sc-reserve p.c-price {color:#3b6ce9;}
#detailGoodsInfo .smart-coupon-list  ul li .sc-btn-down {position:absolute; top:0; right:0; bottom:0; width:58px; margin:auto; vertical-align:middle; background:#f8f8f8; }
#detailGoodsInfo .smart-coupon-list  ul li .sc-btn-down > span {position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; height:22px; text-align:center; font-size:0; }
#detailGoodsInfo .smart-coupon-list  ul li .sc-btn-down > span > span.sc-complete {font-size:12px; color:#999;}
#detailGoodsInfo .smart-coupon-list  ul li .sc-btn-down > span a { font-size:0; display:inline-block; margin-top:-5px; }
#detailGoodsInfo .smart-coupon-list  ul li .sc-btn-down span a > span { font-size:0; text-indent:-9999px; display:inline-block; width:22px; height:22px; background:url('/images/common/ico_h11_down_black_l.png') no-repeat center center; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 {border:1px solid #fff;}
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 .c-info { background:#171940; border-color:#171940; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 p { color:#fff; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 p.c-txt { color:#999; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 .sc-btn-down { background:#ff3a34; border:0; color:#fff; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2.sc-reserve .sc-btn-down { background:#3b6ce9; color:#fff; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 .sc-btn-down span a { color:#fff; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 .sc-btn-down span .num {color:#fff;}
#detailGoodsInfo .smart-coupon-list  ul li.sc-style2 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_white_l.png') no-repeat center center; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 { width:346px; border:0; border-radius:0; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 .c-info { width:244px; border:1px solid #000; border-right:2px dotted #272a4d; border-radius:10px; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 p.c-price { color:#eb3697;}
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 .sc-btn-down { background:#fff2f9 ; border:1px solid #272a4d; border-left:0; border-radius:10px; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 .sc-btn-down span a { color:#999; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_pink_l.png') no-repeat center center; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3.sc-reserve .sc-btn-down { background:#eefff7; }
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3.sc-reserve p.c-price {color:#18b776;}
#detailGoodsInfo .smart-coupon-list  ul li.sc-style3.sc-reserve .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_green_l.png') no-repeat center center; }

#detailGoodsInfo .btn-report { display:inline-block; float:right; color:#9d9d9d; font-size:11px; }
.table-slide.review-list td .writer > span {display: block;}
.table-slide.review-list td .writer .btn-member-declare {display:inline-block; width:12px; height:13px; margin:4px 0 0 0px; text-indent:-9999px; background:url(/images/d3/modern_simple/btn_declare_icon_pc.png) 0 0 no-repeat;}
#detailGoodsInfo .pr-list-writer > span {display: block;}
#detailGoodsInfo .pr-list-writer .btn-member-declare {display:inline-block; width:12px; height:13px; margin:4px 0 0 0px; text-indent:-9999px; background:url(/images/d3/modern_simple/btn_declare_icon_pc.png) 0 0 no-repeat;}
.table-slide.review-list .MS_review_content_box .cnttit {position: relative; padding-right: 100px;}
.table-slide.review-list .MS_review_content_box .cnttit .btn-report {float: none; position: absolute; right: 40px; top: 50%; transform: translateY(-50%);}

/* Å¸ÀÌÆ² + °øÀ¯/À§½Ã */
#detailGoodsInfo .title-wrap { display: flex; align-items: center; gap: 10px; width: 100%; }
#detailGoodsInfo .title-wrap .wish-buttons .btn-wish {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #f8f9fa; border: 1px solid #ddd; border-radius: 50%;  text-decoration: none; cursor: pointer; position: relative; }
#detailGoodsInfo .title-wrap .wish-buttons .btn-wish::after {content: "¢½";  font-size: 20px; color: #666; transition: color 0.2s ease; }
#detailGoodsInfo .title-wrap .wish-buttons .btn-wish.wish-on::after { content: "¢¾"; color: var(--main-color); }
#detailGoodsInfo .title-wrap .header-buttons {display: flex; justify-content:space-between; align-items: center; margin-left: 0;  flex-shrink: 0; gap: 10px; }
@keyframes shine-move { 0% { left: -75%; }100% {left: 125%;}}
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip { display: none; position: absolute; top: 50px; left: 50%; transform: translateX(-50%); background: #333; color: white; padding: 12px 15px; border-radius: 8px; min-width: 260px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 100; text-align: center;}
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip .tooltip-arrow { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #333;}
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip .tooltip-content strong { display: block; font-size: 16px; margin-bottom: 8px; color: #ffeb3b;}
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip .tooltip-content p { color:#fff; font-size: 13px; }
#detailGoodsInfo .title-wrap .share-btn { background-color: #f8f9fa; color: #666; height: 42px; width: 42px; border-radius: 50%; border: 1px solid #ddd; display: flex; justify-content: center;  align-items: center;  cursor: pointer; padding: 0; position: relative; }
#detailGoodsInfo .title-wrap .share-btn img { width: 30px; height: 30px;  object-fit: contain; display: block; }
#detailGoodsInfo .title-wrap .tit-prd { font-family: "Pretendard Variable", Pretendard, sans-serif; flex: 1; display: block; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap; line-height: 1.4;  font-size: 28px; color: #0071e3; font-weight: 700;  margin: 0; }

/* °øÀ¯ ÆË¾÷ */
.share-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; width: 280px; padding: 15px 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); z-index: 1000; border-radius: 8px; font-size: 14px; transition: none; }
.share-popup-header span { font-size: 16px; font-weight: 500; margin-bottom: 15px; text-align: center; display: block; }
.share-popup-content { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.share-popup-header { width: 100%; display: flex; justify-content: center; margin-bottom: 5px; }
.share-popup-body { display: flex; flex-direction: column; align-items: center; gap: 15px; padding-bottom: 20px; }
.share-option { width: 100%; padding: 10px; text-align: center; background-color: #f1f1f1; border-radius: 4px; color: #333; text-decoration: none; }
.share-option:hover { background-color: #007bff; color: white; }
.share-link { display: flex; gap: 8px; justify-content: center; align-items: center; width: 100%; margin-bottom: 10px; }
.share-link input { width: 160px; padding: 5px; background-color: rgba(200, 200, 200, 0.3); border: 1px solid #ccc; border-radius: 4px; color: #333; font-size: 14px; }
.share-link button { padding: 5px 10px; background-color: #007bff; color: white; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; }
.close-popup-content { display: block; width: 100%; border-top: 1px solid #ccc; padding-top: 10px; text-align: center; font-size: 16px; font-weight: 500; }
.close-popup-btn { background-color: transparent; color: black; width: 100%; border: none; font-size: 16px; cursor: pointer; padding: 5px; }
#share-popup.active { display: block; }


/* ========== Bulk Badge (´ë·®ÇÒÀÎ) ========== */
/* ÄÁÅ×ÀÌ³Ê Á¤·Ä º¸°­ */
#detailGoodsInfo .title-wrap .header-buttons{ display:flex; align-items:center; gap:10px; flex-shrink:0; }

/* ¹èÁö ±âº» */
#detailGoodsInfo .title-wrap .header-buttons .bulk-badge{ display:inline-flex; align-items:center; justify-content:center; height:36px; padding:0 14px; border-radius:9999px; background:linear-gradient(135deg,#ff3770 0%, #ff6aa0 100%);
  color:#fff; font-weight:700; letter-spacing:-.2px; border:0;box-shadow:0 2px 8px rgba(0,0,0,.12); position:relative; cursor:default; user-select:none;}
}detailGoodsInfo .title-wrap .header-buttons .bulk-badge .badge-icon{ font-size:13px; line-height:1; color:#fff; }

/* ¹ÝÂ¦ÀÓ È¿°ú(¿É¼Ç, .shine Å¬·¡½º ÀÖÀ» ¶§¸¸) */
#detailGoodsInfo .title-wrap .header-buttons .bulk-badge.shine::before{ content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(115deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.55) 50%, rgba(255,255,255,0) 65%);
  transform:translateX(-120%); filter:blur(.2px); animation:bulkShine 1.6s linear infinite; pointer-events:none;}
@keyframes bulkShine{ to{ transform:translateX(120%); } }

/* È£¹ö ½Ã »ìÂ¦ °­Á¶ */
#detailGoodsInfo .title-wrap .header-buttons .bulk-badge:hover{ box-shadow:0 4px 14px rgba(0,0,0,.14); transform:translateY(-1px);}

/* ÅøÆÁ */
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip{ display:none; position:absolute; top:46px; left:50%; transform:translateX(-50%);min-width:260px; max-width:320px; padding:14px 16px; z-index:1000; background:#333; color:#fff; border-radius:8px; box-shadow:0 8px 20px rgba(0,0,0,.18);}
#detailGoodsInfo .title-wrap .header-buttons .bulk-tooltip .tooltip-arrow{ position:absolute; top:-6px; left:50%; transform:translateX(-50%); width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #333;}
#detailGoodsInfo .title-wrap .header-buttons .bulk-badge:hover .bulk-tooltip{ display:block; }

/* ¹èÁö°¡ È¤½Ã °¡·ÁÁú ¶§ ´ëºñ */
#detailGoodsInfo .title-wrap{ position:relative; }
#detailGoodsInfo .title-wrap .header-buttons .bulk-badge{ z-index:5; }


/* ÄíÆù ¹öÆ°/ÆË¾÷ */
.coupon-btn { display: inline-block; padding: 10px 20px; background-color: #ff0080; color: #ffffff; border: 1px solid #ddd; border-radius: 20px; font-size: 14px; text-decoration: none; margin-left: auto; white-space: nowrap; font-weight: 500; }
.coupon-btn:hover { background-color: #eaeaea; border-color: #ccc; }

.coupon-popup { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); }
.popup-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 600px; }
.close-popup { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; }
.close-popup:hover, .close-popup:focus { color: black; text-decoration: none; cursor: pointer; }

/* ¿À´ÃÃâ¹ß */
#detailGoodsInfo .today-delivery { justify-content: space-between; align-items: center; padding: 15px; border-radius: 8px; border: 1px solid #e4e4e5; background: #f8f8f8; color: #111; }
#detailGoodsInfo .today-delivery .top-section { display: flex; align-items: center; margin-bottom: 10px; }
#detailGoodsInfo .today-delivery .icon { padding: 12px 10px; border: 1px solid #111; border-radius: 6px; background: #fff; margin-right: 15px; }
#detailGoodsInfo .today-delivery .txt { padding-left: 12px; }
#detailGoodsInfo .today-delivery .txt p { padding-top: 5px; }
.divider { border: none; border-top: 1px solid #ccc; margin: 15px 0; width: 100%; display: block; }
.product-info-box { border-radius: 8px; padding: 15px; background-color: #f9f9f9; margin-bottom: 20px; display: table; width: 100%; }
.product-info-box table { width: 100%; border-collapse: collapse; }
.product-info-box .tr_border { border-bottom: 1px solid #e4e4e5; }
.product-info-box th, .product-info-box td { padding: 10px; text-align: left; }
.tb-left { display: flex; align-items: center; gap: 8px; }
.percent { color: blue; font-weight: bold; font-size: 1.2em; }
#price-sell { font-size: 1.2em; font-weight: bold; margin: 0; }
#price-consumer { color: gray; text-decoration: line-through; margin: 0; }
.product-info-box .tb-left { font-size: 14px; }
.product-info-box th .tb-left { font-weight: bold; color: #333; }
.product-info-box .info-item { display: table-row; }
.product-info-box .info-item h3, .product-info-box .info-item p { display: table-cell; vertical-align: middle; padding: 5px 10px; }
.product-info-box .info-item h3 { font-size: 16px; color: #333; font-weight: bold; width: 150px; }
.product-info-box .info-item p { font-size: 14px; color: #555; }

/* ¸ðµç ¼½¼ÇÀÇ detailTabÀ» ±âº» Ç¥½Ã, »ó´Ü °íÁ¤ */
#detail_section .detailTab{ display:block !important; position: sticky; top: var(--tab-top, 0); background: #fff; z-index: 100;}
/* ¸¶½ºÅÍ ÅÇ¸¸ º¸ÀÌ°Ô ÇÏ°í, ³ª¸ÓÁö´Â JS°¡ .is-master ºÙÀÎ µÚ ¼û±è */
#detail_section .detailTab:not(.is-master){ display:none !important; }
/* Ã¹ ¹øÂ° ÅÇ¹Ù´Â Ç×»ó Ç¥½Ã(¾Æ·¡ sticky¿Í ÇÔ²² µ¿ÀÛ) */
#detailGoodsInfo .detailTab { display: block !important; }

/* detail_section À§Ä¡ ±âÁØ */
#detail_section { position: relative; }

/* ========== »ó¼¼ ÅÇº° Ãß°¡ ½ºÅ¸ÀÏ ========== */
#detailDelivery { font-size: 18px; padding: 40px 30px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); margin-top: 20px; }
#detailDelivery h3 { font-size: 20px; font-weight:600; padding: 20px; line-height: 1.6; }
#detailDelivery p { font-size:18px; font-weight:600; padding-top: 10px; padding-bottom: 20px; line-height: 1.6; }
#detailDelivery img { margin-top: 10px; display: block;}
#detailDelivery .delivery-info-card { background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%); border: 1px solid #e8e8e8; border-radius: 12px; padding: 30px; margin-bottom: 30px; }
#detailDelivery .delivery-info-card h4 { font-size: 18px; font-weight: 700; color: #161616; margin-bottom: 20px; padding-left: 25px; position: relative; }
#detailDelivery .delivery-info-card h4:before { content: "ôæ"; position: absolute; left: 0; font-size: 20px; }
#detailDelivery .delivery-info-card dl { display: flex; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
#detailDelivery .delivery-info-card dl:last-child { border-bottom: none; }
#detailDelivery .delivery-info-card dt { flex: 0 0 120px; font-weight: 600; color: #666; font-size: 15px; }
#detailDelivery .delivery-info-card dd { flex: 1; color: #333; font-size: 15px; line-height: 1.6; }
#detailDelivery .related_sec { display: none; !important; margin-top: 40px; padding: 30px; background: #fafafa; border-radius: 12px; }
#detailDelivery .related_sec h4 { font-size: 20px; font-weight: 700; color: #161616; margin-bottom: 25px; text-align: center; }
#detailDelivery .related_sec .item_list { background: #fff; border-radius: 8px; padding: 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
#detailDelivery .related_sec .item_list:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }

/* ¸®ºä ÅÇ */
#detailReview { padding: 40px 0; }
#detailReview .review-write { border: none; border-radius: 12px; padding: 25px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0,113,227,0.2); }
#detailReview .review-write table { width: 100%; }
#detailReview .review-write th { color: #fff; font-weight: 600; font-size: 15px; padding: 10px 0; }
#detailReview .review-write input[type="text"], #detailReview .review-write textarea { border: none; border-radius: 6px; padding: 12px; font-size: 14px; background: rgba(255,255,255,0.95); }
#detailReview .review-write textarea { resize: vertical; min-height: 100px; }
#detailReview .review-write .btn_write { background: #fff !important; color: #0071e3 !important; border-radius: 6px !important; font-weight: 600; transition: all 0.3s ease; }
#detailReview .review-write .btn_write:hover { background: #f0f0f0 !important; transform: scale(1.05); }
#detailReview .review-list { border: none; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
#detailReview .review-list thead { background: linear-gradient(90deg, #f8f9fa 0%, #fff 100%); }
#detailReview .review-list thead th { padding: 20px 10px; font-weight: 600; color: #333; border-bottom: 2px solid #0071e3; }
#detailReview .review-list tbody tr.nbg { transition: background 0.2s ease; }
#detailReview .review-list tbody tr.nbg:hover { background: #f8f9fa; }
#detailReview .review-list tbody td { padding: 18px 10px; vertical-align: middle; }
#detailReview .review-list .tb-center img[src*="star"] { width: 16px; height: 16px; margin: 0 1px; }
#detailReview .review-list tr.cnt td { background: #fafafa; border-left: 4px solid #0071e3; padding: 25px; line-height: 1.8; color: #444; font-size: 15px; }
#detailReview .review-list tr.cnt img { max-width: 400px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

/* QnA ÅÇ */
#detailQna { padding: 40px 0; }
#detailQna .qna-list { border: none; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
#detailQna .qna-list thead { background: linear-gradient(90deg, #f8f9fa 0%, #fff 100%); }
#detailQna .qna-list thead th { padding: 20px 10px; font-weight: 600; color: #333; border-bottom: 2px solid #333; }
#detailQna .qna-list tbody tr.nbg { background: #fff; transition: all 0.2s ease; }
#detailQna .qna-list tbody tr.nbg:hover { background: #f8f9fa; }
#detailQna .qna-list tbody td { padding: 18px 10px; vertical-align: middle; }
#detailQna .qna-list .tb-left span { position: relative; }
#detailQna .qna-list .tb-left a:before { content: "Q"; display: inline-block; width: 24px; height: 24px; background: #0071e3; color: #fff; border-radius: 50%; text-align: center; line-height: 24px; font-weight: 700; font-size: 14px; margin-right: 8px; }
#detailQna .qna-list tr.cnt td { background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%); border-left: 4px solid #0071e3; padding: 25px; line-height: 1.8; color: #444; font-size: 15px; }
#detailQna .MS_cmt_list_box { margin-top: 20px; padding: 20px; background: #fff; border-radius: 8px; border: 1px solid #e8e8e8; }
#detailQna .MS_cmt_list_box .MS_cmt_hname { color: #0071e3; font-weight: 600; font-size: 14px; }
#detailQna .MS_cmt_list_box .MS_cmt_hname:before { content: "A"; display: inline-block; width: 20px; height: 20px; background: #28a745; color: #fff; border-radius: 50%; text-align: center; line-height: 20px; font-weight: 700; font-size: 12px; margin-right: 6px; }
#detailQna .MS_cmt_list_box .MS_cmt_date { color: #999; font-size: 12px; margin-left: 10px; }
#detailQna .MS_cmt_list_box .MS_cmt_content { margin-top: 10px; padding: 15px; background: #f8f9fa; border-radius: 6px; line-height: 1.6; }

/* ÆäÀÌÂ¡ (°øÅë) */
.paging { margin: 30px 0; text-align: center; }
.paging a { display: inline-block; min-width: 32px; height: 32px; line-height: 32px; margin: 0 3px; border: 1px solid #e8e8e8; border-radius: 4px; color: #666; font-size: 14px; transition: all 0.2s ease; }
.paging a:hover { background: #0071e3; color: #fff; border-color: #0071e3; }
.paging a.now { background: #0071e3; color: #fff; border-color: #0071e3; font-weight: 600; }
.paging a.first, .paging a.prev, .paging a.next, .paging a.last { font-weight: 600; }

/* WRITE ¹öÆ° */
.btm_write { text-align: right; margin-top: 20px; }
.btm_write a { display: inline-block; padding: 12px 30px; background: #0071e3; color: #fff !important; border-radius: 6px; font-weight: 600; font-size: 14px; transition: all 0.3s ease; border: 2px solid #0071e3; }
.btm_write a:hover { background: #fff; color: #0071e3 !important; }

/* ºñ¾îÀÖ´Â »óÅÂ ¸Þ½ÃÁö (:contains ´ëÃ¼) */
.tb-center.is-empty { padding: 60px 20px !important; color: #999; font-size: 16px; background: #f8f9fa; border-radius: 8px; }

/* ========== (Áß¿ä) ¡®»ó´Ü °íÁ¤ ÅÇ + Å¬¸¯ ÀüÈ¯ + Áßº¹ ÅÇ ¼û±è¡¯ CSS ========== */
:root { --tab-top: 0px; } /* JS¿¡¼­ Çì´õ ³ôÀÌ¿¡ ¸ÂÃç ¼³Á¤ */

#detail_section .detailTab { position: sticky; top: var(--tab-top); z-index: 1100; background: #fff; }
#detail_section .detailTab.is-stuck { box-shadow: 0 2px 8px rgba(0,0,0,.06); }

/* ¼½¼Ç ÄÜÅÙÃ÷ ³»ºÎ¿¡ Áßº¹ ·»´õµÈ ÅÇÀº °¡¸®Áöµµ·Ï */
#detail_section .tab-content .detailTab { display: none !important; }

/* ÅÇ ÄÜÅÙÃ÷ on/off (½ºÅ©·Ñ ¾øÀÌ ÀüÈ¯) */
#detail_section .tab-content.active { display: block; }

/* 3) ÅÇ ÆÐ³Î on/off   ÃÊ±âÈ­ ¿Ï·á ÈÄ¿¡¸¸ ¼û±è ±ÔÄ¢ ÀÛµ¿ */
#detail_section.js-tabready .tab-content { display: none; }
#detail_section.js-tabready .tab-content.active { display: block; }



/* BASIC css end */

