/* BASIC css start */
input,  select, textarea {font-size: 16px;}
/*쿠폰이미지*/
.detail_m_coupon {margin: 0 0 30px 0;}
.detail_m_coupon > a > img {width:100%;}




/*하단 고정버튼 수정*/

.fixed-btn > a {

    height: 60px;
    font-size: 17px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.btn_Buy {
    width: 50%;
    background-color: #d60c0c;
    color: #fff;
    text-align: center;
}
.btn_Cart{
position: relative;
    width: 14%;
    background-color: #fff;
    color: #1d1d1d;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    background: url("/design/bodymax/M/ico/ico_basket.svg")no-repeat 11px 20px;
    background-size:30px;


}



.btn_Review {
    position: relative;
    width: 34%;
    background-color: #fff;
    color: #1d1d1d;
    text-align: center;
    box-sizing: border-box;
    

}
.btn_Review > .review_count {

    position: absolute;
    height: 20px;
    font-size: 13px;
    background: #d60c0c;
    color: #fff;
    padding: 3px 10px 4px 10px;
    border-radius: 15px;
    top: -12px;
    left: 50%;
    margin-left:-21px;
    line-height: 21px;
    animation: tada .5s infinite linear;
    animation-delay: 5s;
    animation-iteration-count :3;


}



/* 카운터 애니메이션 */

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}



.naver-checkout {margin-top:20px;}
.shopdetail .shopdetailInfo {background-color:#fff; text-align:center;}
.shopdetail .shopdetailInfo h2 {

    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #ddd;


}

.cart_count > .user_basket_quantity {
    display: inline-block;
    font-size: .4em;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}



.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetaildc {
    color: #f1191f;
    margin-left: 5px;
    font-weight:bold;
}
#contents_pg {margin-top:160px;}
.shopdetail h3 {font-weight:bold; padding:10px 15px; margin-bottom:10px; background-color:#E6D9D9;}
.shopdetail h3 .fa {float:right; font-size: 1.5em;}
.shopdetail .shopdetailInfo .shopdetailInfoTop figure {position: relative; padding:16px 15px; border-bottom:1px solid #ddd;}
.shopdetail .shopdetailInfo .shopdetailInfoTop figcaption {text-align:left; margin-top:16px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom {background-color:#fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {position: relative; border-bottom:1px solid #ddd; padding:18px 15px;}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue em {color:#333; font-size:1.333em;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {margin-bottom:8px; border-bottom: 1px dotted #ddd;}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {
    padding-bottom: 8px;
    border-bottom: 1px dotted #ddd;
    margin-top: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {width:30%; display:inline-block; text-align:left;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px; text-align:left;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .region {margin-left: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation {position:absolute; top:50%; right:10px; text-align:center; margin-top: -25px; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a {width:50px; height:50px; color:#fff; background-color:#636363; display: inline-block; font-size:0.917em; border-radius: 4px; border:1px solid #424242;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a:first-child {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a .fa {display:block; margin:6px 0 3px 0;}
.shopdetailInfoDelivery {padding:10px 15px;}
/* 상품옵션 */

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {width: 100%; position: fixed; z-index: 101; bottom: 0; left: 0; right: 0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {-webkit-animation: qbuy 150ms linear 1 normal; animation: qbuy 150ms linear 1 normal;}
@-webkit-keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
@keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk {height:auto; overflow-y:auto; background-color: #fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn {

    width:100%; 
    box-sizing: border-box; 
    position:relative; 
    bottom:-1px; 
    left:0; right:0; 
    background-color:#fff; 
    z-index: 101; 
    text-align: center; 
    margin:0 auto;
    box-shadow: 0px 5px 5px 8px rgba(0,0,0,0.1);

}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn{display: block; position: fixed;     z-index: 999999;}  /*수정 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed {display: block; position: relative;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area{
    position: relative;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area > .option_close {
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 30px;
    text-indent: -999em;
    background: #fff url(/design/bodymax/M/ico/option_close.svg)no-repeat 50% 50%;
    background-size: 15px;
    border-bottom: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_option {position: absolute; top: -16px; left: 50%; margin-left:-33px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect {background-color: #fff; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_pay{background: #fff;}
/* 네이버페이 사이즈 조절S 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_pay > #nhn_btn > .npay_type_MA_1 {   



    width: auto !important;
    height: auto !important;
     padding: 10px 10px !important;
     
     
     
     
}
네이버페이 사이즈 조절E */

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com {text-align: right;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {background-color:#fff; padding: 5px 15px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect:first-child p { font-size: 14px; font-weight:bold; padding: 10px 0 15px 0px; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p:last-child {margin-bottom:0px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {width: 28%; padding-right: 5px; display:inline-block; font-weight: bold;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont select {width:100%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .txt-qnty {text-align:right; padding:0 6px; width: 50px !important;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-plus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff; margin: 0 5px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-minus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {
    background-color: #f6f6f6;
    padding: 0 15px;
    max-height: 35vh;
    overflow-y: scroll;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option-sel {font-weight: bold; font-size: 1.1em; padding-top: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option select {margin-bottom: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option .shopdetailInfoName {vertical-align: top; padding-top: 11px;}
.shopdetail .shopdetailBoard {
    text-align: center;
    
}
.shopdetail .shopdetailBoard a.select {

    position: relative;
    border:1px solid #d50c0c;
    border-bottom: 1px solid #fff;
    color: #d50c0c;
    box-sizing: border-box;
    background: #fff;
}

.shopdetail .shopdetailBoard a {
    width: 33.33%;
    background-color: #fff;
    border-left: 1px solid #ddd;
    display: inline-block;
    margin-left: -1px;
    font-weight: bold;
    padding: 15px 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #d50c0c;
}

.shopdetail .shopdetailBoard a .review_count {
    background: #d60c0c;
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 15px;
}


.MK_optAddWrap .MK_inner-opt-cm li {position:relative; border-bottom:1px solid #c7c7c7; padding: 12px 0;}
.MK_optAddWrap .MK_inner-opt-cm li:last-child {border-bottom:0px none;}


.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {    position: relative; overflow: hidden; margin-top:8px;height: 45px;} 
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > p.qty_ment { 

    position: absolute;
    top: 8px;
    left: 0;
    font-size: 15px;
    padding: 0;
    border-bottom: 0;
    margin-top: 0;

}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_0,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_2,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_4,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_6,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_8,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_10,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_12,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_14,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_16,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_18,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_20,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_22,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_24{ 
position: absolute;
    right: 30%;
    border: 1px solid #aaa;

}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_1,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_3,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_5,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_7,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_9,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_11,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_13,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_15,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_17,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_19,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_21,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_23,
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl > a.qtybt_25{
    position: absolute;
    right: 30%;
    margin-right: 95px;
    border: 1px solid #bbb;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {
    position: absolute;
    right: 35%;
    margin-right: 27px;
    padding: 0 6px;
    width: 50px;
    height: 35px;
    text-align: center !important;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {
    padding-right: 30px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1d1d1d;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {position:absolute; top:12px; right:0;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {width: 20px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_price {position:absolute; bottom:30px; right:0; font-size: 1.3em;}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {font-size:18px; background-color: #bbb; width: 35px; height: 25px; text-align: center; vertical-align: middle; line-height: 25px; color: #fff; display: inline-block; font-weight:bold;}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 > span { font-weight:bold;}

.MK_optAddWrap .total {text-align:right; padding: 20px 20px 20px 10px; font-size: 1.3em;}
.MK_optAddWrap .MK_total {font-size:18px; color:#f1191f; margin-left:15px;}
.MK_optAddWrap .MK_txt-won {font-size:17px;}
/* //상품옵션 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {background-color:#fff; text-align:right; padding:15px; font-size:1.2em;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em {color:#f1191f; font-size:1.333em; margin-left:16px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {text-align:center; padding:15px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {width:30%; display: inline-block; margin:0 2px; padding: 10px 0; font-weight:bold;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {background-color:#FFF; border:1px solid #393939;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart {color:#fff; background-color:#393939; border:1px solid #393939;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {color:#fff; background-color:#d50c0c; border:1px solid #ca0606; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom {margin: 20px 0 10px 0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom img {margin:0 2px; width:25px; height:auto;}
.shopdetail .shopdetailCoupon {margin-top:15px;}

.shopdetail .shopdetailCoupon .shopdetailCouponGet {
    padding: 30px 15px;
    background-color: #f8f8f8;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet li {height:34px; background:url("/images/d3/m_04/bg_coupon@2x.gif") no-repeat left center; padding:10px 0 10px 92px; border-bottom:1px dashed #cbcbcb; position:relative; background-size: 81px auto; }
.shopdetail .shopdetailCoupon .shopdetailCouponGet li:last-child {border-bottom:0px none;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt {width:82px; position:absolute; top:10px; left:0 ; color:#fff; text-align:center;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt strong {font-weight: normal;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon h4 {font-weight:bold;}
.shopdetail .shopdetailItem .shopdetailItemPopup {text-align:center; padding:0 15px; margin:22px 0;}
.shopdetail .shopdetailItem .shopdetailItemPopup a {font-weight:bold; color:#fff; background-color:#636363; display:block; padding:10px 0;}
.shopdetail .shopdetailItem .shopdetailItemPopup .shopdetailItemZoom {height:60px; padding:0 0 0 75px; margin-top:10px; background:url("/images/d3/m_04/bg_hand@2x.gif") no-repeat 20px center; line-height: 60px; background-size: 50px auto;}
.shopdetail .shopdetailItem .shopdetailImage img {width:100%; max-width:100% !important; height: auto !important;}
.shopdetail .shopdetailItem .shopdetailImage table {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage object {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage iframe {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage table {table-layout: auto !important;}
.shopdetail .shopdetailItem .shopdetailImage div {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailNotify {margin-top:24px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo {padding:0 15px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dt {font-weight:bold; margin-bottom:2px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dd {margin:0 0 25px 6px;}
.shopdetail .shopdetailRelationItem {padding:0 15px 30px 15px;}
.shopdetail .shopdetailRelationItem .listName input {float:right;}
.shopdetail .shopdetailRelationItem .btn_cart {width:290px; text-align:center; font-weight:bold; color:#fff; background-color:#393939; display:block; padding:10px 0; margin:0 auto;}
/* 관련상품 */
.shopdetailRelation {margin-bottom:30px; display:none;}
.shopdetailRelation .list_shoppingRelationItem1x {padding: 0 7px;}
.shopdetailRelation .list_shoppingRelationItem1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box;}
.shopdetailRelation .list_shoppingRelationItem1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9; padding:18px 0;}
.shopdetailRelation .list_shoppingRelationItem1x li figure {padding:0 7px;}
.shopdetailRelation .list_shoppingRelationItem1x li:first-child {border:0px none;}
.shopdetailRelation .list_shoppingRelationItem1x li img.listPic {width:40%; float:left;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo {width:57%; float:left; padding-left:3%; position: relative;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listName {border-bottom: 1px solid #dedede; padding: 0 15px 2px 0; margin-bottom: 5px;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .options-select {width:100%;}
.shopdetailRelation .list_shoppingRelationItem1x .MS_related_checkbox {position:absolute; top:0; right:0;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount {margin: 12px 0;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .amount-input {text-align:right;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-plus {background-color: #bbb; width: 30px; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; color: #fff;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-minus {background-color: #bbb; width: 30px; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; color: #fff;}
.shopdetailRelation .list_shoppingRelationItem1x .btn_Black {width:290px; margin: 0 auto;}
/* //관련상품 */

/* 퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */
.cs-button {bottom: 53px !important;}
/* //퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */

@media screen and (min-width:420px) and (max-width:767px) {
  .shopdetail .shopdetailInfo {position:relative; overflow:hidden; zoom:1; /*border-bottom:1px solid #c7c7c7;*/ background-color: #fff;}
  .shopdetail .shopdetailInfo h2 {border-bottom:1px solid #c7c7c7; padding-bottom:16px; background-color: #f5f5f5;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop {float:left;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop figure {border-bottom:0px none;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop, .shopdetail .shopdetailInfo .shopdetailInfoBottom {width:50%;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom {float:right; background-color:#fff;}
  .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {background-color: #fff;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {border-top:1px solid #c7c7c7;}
  .shopdetail .shopdetailCoupon .shopdetailCouponGet {width:335px; margin:0 auto;}
  .shopdetail .shopdetailRelationItem {padding:0 0 30px 0;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {padding:10px 8px;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {padding:10px 8px;}
  .shopdetail .shopdetailItem .shopdetailItemPopup {width:335px; margin:22px auto;}
  .shopdetail .shopdetailRelationItem .btn_cart {margin:34px auto;}
  .shopdetailRelation .list_shoppingRelationItem1x li {width:50%;}
  .shopdetailRelation .list_shoppingRelationItem1x li:nth-child(2) {border:0px none;}
}
@media screen and (min-width:768px) {
  .shopdetail .shopdetailInfo {position:relative; overflow:hidden; zoom:1; border-bottom:1px solid #c7c7c7; background-color: #fff;}
  .shopdetail .shopdetailInfo h2 {border-bottom:1px solid #c7c7c7; padding-bottom:16px; background-color: #f5f5f5;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop {float:left;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop figure {border-bottom:0px none;}
  .shopdetail .shopdetailInfo .shopdetailInfoTop, .shopdetail .shopdetailInfo .shopdetailInfoBottom {width:50%;}
  .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {background-color: #fff;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom {float:right; background-color:#fff;}
  .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {border-top:1px solid #c7c7c7;}
  .shopdetail .shopdetailCoupon .shopdetailCouponGet {width:335px; margin:0 auto;}
  .shopdetail .shopdetailRelationItem {padding:0 0 30px 0;}
  .shopdetail .shopdetailItem .shopdetailItemPopup {width:335px; margin:22px auto;}
  .shopdetail .shopdetailItem .shopdetailNotify {margin-top:36px;}
  .shopdetail .shopdetailRelationItem .btn_cart {margin:34px auto;}
  .shopdetailRelation .list_shoppingRelationItem1x li {width:50%;}
  .shopdetailRelation .list_shoppingRelationItem1x li:nth-child(2) {border:0px none;}
}



/* 상품페이지 고정버튼 [상/하단] */

.fixed_move {position: fixed; bottom: 75px; right: 10px; z-index: 999999; display:none;} 
.fixed_move ul li {  position: relative;  margin-top:5px; border-radius: 50%; }  /**/
.fixed_move ul li a { 

    display: inline-block; 
    width: 48px; height: 48px;
    font-size: 12px; 
    border: 1px solid #ddd; 
    line-height: 65px; background: #fff;
    border-radius: 50%;     
    opacity: 0.7;

}

.fixed_move ul li a.btn_top {
    background:#fff url(/design/bodymax/M/ico/ico_top.png) center no-repeat;
    background-size: 22px;
}  
.fixed_move ul li a.btn_share {
    background:#fff url(/design/bodymax/M/ico/ico_share.png) 12px center no-repeat;
    background-size: 22px;
}  

.fixed_move ul li.kakaoAdd {border:none;}
.fixed_move ul li.kakaoAdd a {border:none;}
.fixed_move ul li.kakaoAdd a > img {width: 48px; height: auto;}

/* 상품페이지 추가설명 말풍선 */
.shopdetail .shopdetailInfo p.subname {font-size:1.0em;  padding-top:20px;}
.shopdetail .shopdetailInfo p.subname > span {font-size: 15px; color: #fff; padding: 2px 9px; border-radius: 50px; font-weight: bold;}
.ico_blue { background: #20c5f0; border: 1px solid #1ab3db;}
.ico_green { background: #95c54a;  border: 1px solid #88b641;}
.ico_yellow { background: #f8c218; border: 1px solid #e3ae08;}

/* 상품고정버튼 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.display { display: block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area {display:none;}
/* 고정메뉴 CSS */

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area { display: none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.display { display: block;}
.buy_on .cart_count > .user_basket_quantity {
    opacity: 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {

    background-color: #fff;
    text-align: center;
    box-shadow: 0px 5px 5px 8px rgba(0,0,0,0.1);

}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {

    
    height: 60px;
    line-height: 60px;
    color: #3b3b3b;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 17px;
    font-weight: bold;

}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy {

    width: 50%;
    background:#d60c0c;
    color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.cart {
position: relative;
    width: 49%;
    background-color: #fff;
    color: #1d1d1d;
    text-align: center;
    background: url("/design/bodymax/M/ico/ico_basket.svg")no-repeat 50% 20px;
    background-size:30px;

  
}

#blackShadow.display{

    position: fixed;
    z-index: 500;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#blackShadow_cart.display{
    position: fixed;
    z-index: 9999;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* 카카오페이 버튼 */

#kakaopay_order_btn > a > img {
    width: 95%!important;
    height: auto !important;
    padding: 10px;
    margin-top: -18px;
}

/* 답변 Q 아이콘  */
.reply_depth1 > span > a > .ico_q {display: none;}


/* SNS 공유 */
.sns_share {

    display:none;
    position: fixed;
    width: 220px;
    top: 50%;
    left: 50%;
    margin-left:-110px;
    margin-top:-80px;
    z-index: 9999999;
}
.sns_close {

    position: absolute;
    top: -28px;
    right: -26px;
    width: 20px;
    height: 20px;
    background: #111 url(/design/bodymax/M/ico/remind_close.png) no-repeat 15px center;
    padding: 15px;
    z-index: 99;
    border-radius: 50%;
    background-size: 20px;
}
.sns_share.display{display:block;}



.sns_share ul li{ float: left;}


.sns_share li a img{ width: 110px;}
.snsShadow.display{

    position: fixed;
    z-index: 999999;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* BASIC css end */

