/* BASIC css start */
        /*TAB CSS*/

        ul.tabs {
            margin: 0;
            padding: 0;
            float: left;
            list-style: none;
            border-bottom: 1px solid #d7d7d7;
            border-left: 1px solid #d7d7d7;
            width: 100%;
        }
       ul.tabs li {
            float: left;
            margin: 0;
            padding: 25px 0;
            width: 33.3%;
            box-sizing: border-box;
            line-height: 31px; /*--Vertically aligns the text within the tab--*/
            border: 1px solid #d7d7d7;
            border-left: none;
            margin-bottom: -1px; /*--Pull the list item down 1px--*/
            overflow: hidden;
            position: relative;
            background: #efefef;
            text-align: center;
            font-weight: bold;
        }
        ul.tabs li:last-child {               
          
        }
        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            font-size: 1.2em;
            padding: 0 20px;
            outline: none;
        }
        ul.tabs li a:hover {
            background: #ccc;
        }
        html ul.tabs li.active, html ul.tabs li.active a:hover  {
             /*--Makes sure that the active tab does not listen to the hover properties--*/
            background: #fff;
        }
        li.active {
            border-bottom: 1px solid #fff !important;
        }

        /*Tab Conent CSS*/
        .tab_container {
            border-top: none;
            overflow: hidden;
            clear: both;
            float: left;
            width: 100%;
            background: #fff;
            min-width: 1170px;
            min-height: 100px;
        }
        .tab_content {
            font-size: 1.2em;
        }
        .tab_content dl {
            margin-bottom: 20px;
            padding: 0 40px;
        }
        .tab_content dt {
            font-size: 18px;
            font-weight: bold;
        }
        .tab_content dd { font-size: 14px; }

.contentBox { display: inline-block; margin-top: 55px; }



.popup_before {
    background: #ff8989 !important;
    z-index: 99 !important;
    position: fixed !important;
    bottom: -320px !important;
    margin: 0 auto;
    text-align: center;
    left: 80px !important;
    opacity: 0;
}

#productDetail
#productDetail .loc-navi { margin-top: 0px; padding-bottom: 5px; border-bottom: 0px solid #e5e5e5; display:none; }
#productDetail .page-body {  }
/* »ó´Ü ¼¶³×ÀÏ, »óÇ° ¿É¼Ç Á¤º¸ */
#productDetail .thumb-info { zoom: 1; margin-bottom:80px; }
#productDetail .thumb-info:after { content: ""; display: block; clear: both; }
.detail_title h2 {font-size:28px;}

.reviewBenefit_wrap { margin: 30px auto 0; }
#powerReview .PR15N01-review-wrap > li .photo-list li .attach-preview img {max-width: 500px;}
#powerReview .PR15N01-info .like strong {color: #c30d23 !important;}
#powerReview .PR15N01-info .chart li .bar .abs { background-color: #999; }
#powerReview .PR15N01-info .score dt { color: #333; background-color:#fff;letter-spacing: 0px !important; }
#powerReview .PR15N01-review-wrap > li .content .pr-more,
#powerReview .PR15N01-review-wrap > li .content .pr-close  {color: #111 !important;}
#powerReview .PR15N01-review-wrap > li .reply .pr-txt { color: #a5a6b3 !important;}
#powerReview .PR15N01-best-review { display: none; }
#updatePowerReview { display: inline-block; }
/* =======================================================
 ¼¶³×ÀÏ¿µ¿ª 
======================================================= */

#productDetail .thumb-info .thumb-wrap { float: left; width: 50%; padding:0 0%; text-align: center;  }

/* ½æ³×ÀÏÀ» ¾Æ·¡·Î ÇÒ °æ¿ì »ç¿ë
.thumb-wrap .bigimg {  text-align:center; margin-right:3px;}
.thumb-wrap .bigimg img { width:100%; }
.thumb-wrap .small_img { float: left;   vertical-align: top; margin-top:3px }
.thumb-wrap .small_img li {  float: left; width:calc(100% / 5); margin-bottom:5px; border:0px solid #ddd; }
.thumb-wrap .small_img li img { width:100%; }
*/

.thumb-wrap .ori img { max-width: 100%;}


/* =======================================================
 ¼¶³×ÀÏ½½¶óÀÌµå 
======================================================= */

.thumb-wrap-silde {  max-width:100%; margin:0 auto 10px; position:relative; overflow: hidden; }
.thumb-wrap-silde img { max-width: 100%}
.thumb-wrap-silde .s-item { display:block; padding:0px; position:relative;  }
.thumb-wrap-silde .s-item > img {  max-width: 100%; /* height:px; */  }
.thumb-wrap-silde .slick-list{ overflow: hidden; display:block; margin:0;padding:0px 0 50px;} /* »óÇÏ¿©¹é */
.thumb-wrap-silde .slick-prev, .thumb-wrap-silde .slick-next{ position:absolute;display:block !important;cursor: pointer;width:32px;height:60px;font-size:0;top:45%; outline: none;padding:0;border:0; opacity:0.3; filter:alpha(opacity=30);background:transparent; z-index:2;}   /* È­»ìÇ¥ Ã³À½À§Ä¡ */
.thumb-wrap-silde .slick-prev { left:30px;background:url(/design/d4-0278/wizdesign/slide_prev6.png) 50% 50% no-repeat; }   /* ÀÌÀüÈ­»ìÇ¥ ÀÌ¹ÌÁö°æ·Î */
.thumb-wrap-silde .slick-next{right:30px;background:url(/design/d4-0278/wizdesign/slide_next6.png) 50% 50% no-repeat; }  /* ´ÙÀ½È­»ìÇ¥ ÀÌ¹ÌÁö°æ·Î */
.thumb-wrap-silde:hover .slick-prev{ left:10px; opacity:1;filter:alpha(opacity=100);} /* ÀÌÀü¸¶¿ì½º¿À¹ö½Ã À§Ä¡ */
.thumb-wrap-silde:hover .slick-next{ right:10px;opacity:1;filter:alpha(opacity=100);}  /* ´ÙÀ½¸¶¿ì½º¿À¹ö½Ã À§Ä¡ */

.thumb-wrap-silde .slick-prev:hover{background:url(/design/d4-0278/wizdesign/slide_prev6.png) 50% 50% no-repeat; opacity:1; filter:alpha(opacity=100);}  /* ÀÌÀüÈ­»ìÇ¥ ¸¶¿ì½º¿À¹ö½Ã È¿°ú */
.thumb-wrap-silde .slick-next:hover{background:url(/design/d4-0278/wizdesign/slide_next6.png) 50% 50% no-repeat; opacity:1; filter:alpha(opacity=100);}  /* ´ÙÀ½È­»ìÇ¥ ¸¶¿ì½º¿À¹ö½Ã È¿°ú */
.thumb-wrap-silde .slick-prev, .thumb-wrap-silde .slick-next{-o-transition:0.3s !important;-ms-transition:0.3s !important;-moz-transition:0.3s !important;-webkit-transition:0.3s !important;transition:0.3s !important;}
.thumb-wrap-silde .slick-slider{margin-bottom:0;}

.thumb-wrap-silde .slick-dots { position:absolute;bottom:0px;left:-0px;padding:0;display:block;list-style: none;display:block;text-align:center;width:100%; border:0px solid #000; }
.thumb-wrap-silde .slick-dots li{position: relative;display: inline-block;margin:0 4px;padding:0;cursor: pointer;}
.thumb-wrap-silde .slick-dots li button{border:0;background: transparent;display:block;outline: none;line-height:0;font-size:0;color: transparent;padding:0;cursor: pointer;}
.thumb-wrap-silde .slick-dots li button:hover,.slick-dots li button:focus{outline: none;}
.thumb-wrap-silde .slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}
.thumb-wrap-silde .slick-dots li button:before{display:block;width:10px;height:10px;content: "";;background:#d1d1d1; border-radius:100px;border:0px solid #888;font-size:0;text-align:center;color: white;opacity:1;-o-transition:0.3s !important;-ms-transition:0.3s !important;-moz-transition:0.3s !important;-webkit-transition:0.3s !important;transition:0.3s !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
.thumb-wrap-silde .slick-dots li.slick-active button:before {   background:#999; width:10px;  /* µµÆ®»çÀÌÁî */ opacity: 1; }  /* ÇöÀçµµÆ®»çÀÌÁî */





/* =======================================================
 »óÇ°Á¤º¸¿µ¿ª 
======================================================= */

#productDetail .thumb-info .infoArea { float:right; width:570px;  border: 0px solid #e5e5e5;}
.tb-left, .tb-center, .tb-right{ padding:0;}


/* »óÇ°¸í */
#productDetail .thumb-info .infoArea .table-opt tr.name td {/* padding:0 0 10px !important; letter-spacing:1px; */}
#productDetail .thumb-info .infoArea .table-opt tr.name td div { font-size:28px;line-height:28px; color:#000; }
#productDetail .thumb-info .infoArea .table-opt tr.subname h3 {color: #000; font-size:14px;}
#productDetail .thumb-info .infoArea .table-opt tr.subname td .tb-left{font-size:14px; color:#666;border-bottom:1px solid #ddd; padding-bottom: 15px; padding-top:5px;}
.item_right{color:#000;}
.item-info .item-name { line-height: 20px; }

#productDetail .thumb-info .infoArea .table-opt th,
#productDetail .thumb-info .infoArea .table-opt td { font-weight:normal; font-size: 11px; padding: 4px 0; line-height:20px;  }
#productDetail .thumb-info .infoArea .table-opt th { font-weight: normal; }

#infoArea td.optionPrice div,
#infoArea td.optionPrice div span {color: #c58876 !important; font-weight: 600;}

/* ÆÇ¸Å°¡°Ý */
#productDetail .thumb-info .infoArea .table-opt .item-consumer { font-weight: normal;}
#productDetail .thumb-info .infoArea .table-opt .item-price { color: #000;font-size: 26px; }

/* ÄÃ·¯Ä¨ */
#productDetail .thumb-info .infoArea .item-color { height:20px; }
#productDetail .thumb-info .infoArea .item-color span { display:inline-block; width:20px; height:3px;  border:1px solid #e1e1e1; } /* »ö»óÄÚµå */


/* Å¸ÀÌÆ² °øÅë */
#productDetail .tit-detail { zoom: 1; position: relative; margin-top: 70px; padding-left: 10px; font-size: 0; line-height: 0;  }
#productDetail .tit-detail .btns { position: absolute; right: 0px; top: -5px; font-size: 0; line-height: 0; }
#productDetail .tit-detail .btns a { margin-left: 5px; }


/* »óÇ° »ó¼¼ ÀÌ¹ÌÁö */
#productDetail .prd-detail table { table-layout: auto; }
#productDetail .prd-detail { margin-top: 15px; width:1170px; margin:0 auto;overflow: hidden;  }
#productDetail .prd-detail a {vertical-align: top;}
#productDetail .prd-detail img { max-width: 100%; }



/* °ü·Ã»óÇ° */
#productDetail .prd-list { padding-top: 10px; border-top: 1px solid #b4b4b5; }
#productDetail .prd-list .thumb { width: 50px; height: 50px; }
#productDetail .prd-list th { padding-bottom: 10px; border-bottom: 1px solid #aaa; }
#productDetail .prd-list td { padding: 5px 0; border-bottom: 1px solid #aaa; }
#productDetail .prd-list .prd-amount { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; }
#productDetail .prd-list .prd-amount .txt-spin,
#productDetail .prd-list .prd-amount .btns { float: left; }
#productDetail .prd-list .prd-amount .txt-spin { width: 41px; height: 13px; padding-left: 2px padding-top: 2px; border: 0; font-size: 11px; }
#productDetail .prd-list .prd-amount .btns { width: 17px; height: 15px; border-left: 1px solid #aaa; }
#productDetail .prd-list .prd-amount .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .prd-list .prd-amount .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 50%; }
#productDetail .prd-list .prd-amount .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 50%; }
#productDetail .related-allbasket { width: 100%; padding-top: 10px; text-align: right; }

.s-item.li-over {
border: 1px solid #d2d2d2;
    min-height: 400px;
    margin: 0 10px;
    border: 1px solid rgb(210, 210, 210);
    width: 271px;
    display: block;
    position: relative;
    float: left;
  padding: 0 !important;
  box-sizing: border-box;
}


/* =======================================================
 »óÇ°¿É¼Ç¿µ¿ª 
======================================================= */
 


/* ±¸¸Å¹öÆ° */
.prd-btns { padding-top:20px; /*border-top:1px solid #f3f3f3;*/ font-size:0; line-height:0;  vertical-align:top; padding-bottom: 20px; }
.prd-btns a { display:inline-block; line-height:48px; text-transform:uppercase; text-align:center; font-size:14px; color:#000;}
.prd-btns a:last-child{margin-right:0%;}
.prd-btns .btn_soldout {  width:50%; color:#fff; border:1px solid #d5a4a0; background:#d5a4a0;}
.prd-btns .btn_buy {  width:268px; height:48px; color:#fff; background:#c30d23; font-weight:400; border:1px solid #c30d23; margin-right:28px; }
.prd-btns .btn_cart,
.prd-btns .btn_wish { width: 134px ;color:#000;  border:1px solid #666;  }
.prd-btns .btn_buy:hover { background:#fff; color:#c30d23; }
.prd-btns .btn_cart:hover,
.prd-btns .btn_wish:hover { background:#f4f4f4; }
.prd-btns .btn_wish {border-left:0px;}

@media all and (max-width :1272px) { 

.prd-btns .btn_soldout {  width:50%; color:#fff; border:1px solid #d5a4a0; background:#d5a4a0;}
.prd-btns .btn_buy { width:99%; margin-bottom:3px}
.prd-btns .btn_cart,
.prd-btns .btn_wish {width:49%;}
.prd-btns a:last-child{margin-right:0%;}

 }


/* °íÁ¤±¸¸Å¹öÆ°  */
#productDetail .fix_btn {display: none; position: fixed;bottom: 45px;z-index: 10; right: 10%;}
#productDetail .fix_btn .buy_btn{ cursor: pointer; font-size: 12px;color: #fff;width: 150px; border-radius:3px; height: 40px; line-height: 40px; background: #111;text-align: center;display: block; font-weight:700; }
#productDetail .thumb-info .infoArea.fix_info {position: fixed; padding: 15px;/*width: 450px;*/background: #fff;  border: 1px solid #e6e6e6; border-radius:5px; bottom: -1050px; z-index: 10; right: 10%;; box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); }






/* ÁÖ¹®¼ö·® */
#goods_amount { float:left; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .txt-spin,
#productDetail .thumb-info .infoArea .table-opt .opt-spin .btns { float: left; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .txt-spin { width: 41px; height: 13px; padding-left: 2px padding-top: 2px; border: 0; font-size: 11px; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .btns { width: 17px; height: 15px; border-left: 1px solid #aaa; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 50%; }
#productDetail .thumb-info .infoArea .table-opt .opt-spin .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 50%; }

/* ÅëÇÕ¿É¼Ç */
#productDetail .thumb-info .infoArea .table-opt .opt-wrap { width: 100%; margin-top: 10px; padding: 0px 0 5px; background-color: #fff;border-top:1px solid #ddd;  }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap .tit { margin-bottom: 5px; margin-top: 5px;padding-left: 0px; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dl { overflow: hidden; width: 100%;  padding-top: 5px; border-bottom:1px solid #ddd;}
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dt,
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dd{ display:inline-block; padding:5px 0; font-size:14px;color:#808080; line-height:20px; vertical-align:middle;}
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dt { float: left; width: 80px; margin-bottom: 5px;padding-top: 5px; line-height:40px; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dd { float: left; width:calc(100% - 80px); margin-bottom: 5px; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap .sel-btn { padding-left: 10px; text-align: center; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap select { width:100%; border:0; background:#f4f4f4; height:40px; }

#productDetail .thumb-info .infoArea .table-opt .opt-wrap .opt-btns { position: relative; width: 159px; height:38px }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap .opt-btns input { position: absolute; top: 0; left: 0; width:159px; height:38px; text-align: center!important; border: 1px solid #dddddd; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap .opt-btns .btn-up { position: absolute; top: 1px; right: 0; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap .opt-btns .btn-dw { position: absolute; top: 1px; left:1px; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap.addopt .opt-btns .btn-up .opt-btns .btn-up { right: -104px !important;}

#productDetail .thumb-info .infoArea .table-opt .opt-wrap dl .opt-count select { float: left; width: 300px!important; height: 40px!important; }
#productDetail .thumb-info .infoArea .table-opt .opt-wrap dl .opt-count .opt-btns { float: left; margin-left: 5px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap { margin-top: 10px; padding:5px 10px; border:0px solid #ddd; border-radius:5px; font-size:11px; background:rgba(243,243,243,0.5);  }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box { width:100%; border-bottom:1px solid #ddd; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box:last-child { border-bottom:none; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .tit { padding:10px 0 5px; color:#666; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list:after { clear: both; content: ""; display: block; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list { width:100%; padding-left:5px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li { float:left; width:20%; *width:19.9%; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li.last { width:54px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl { width:54px; padding-bottom:10px; text-align:center; color:#333; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdchk { text-align:left; padding-bottom:5px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdchk input { width:12px; height:12px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg { position:relative; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg img { width:54px; height:54px; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg.noimg { }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout { position:absolute; top:0; left:0; display:inline-block; width:54px; height:54px; line-height:56px; color:#fff; text-align:center; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout-bg { position:absolute; top:50%; left:0; display:inline-block; width:54px; height:20px; margin-top:-10px; background:#000; filter:alpha(opacity:40); opacity:0.4; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdimg .sel-img { position:absolute; top:0; left:0; display:inline-block; width:54px; height:54px; background:#000; filter:alpha(opacity:40); opacity:0.4; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-top:5px; line-height:14px;}
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdnote { padding-bottom:2px; line-height:15px;}
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdprice { padding-bottom:3px; }

/* ÇÏÀÌºê¸®µå°³º°¼ö·® */
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty { position: relative; height:20px;   }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty input { float:left; width:30px; height:18px; border:1px solid #f4f4f4; text-align:right; } /* ¼ö·®¹Ú½º */
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a { display:block;  width:21px; height:11px; } 
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a img { display:block; }
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a.MK_btn-up img,
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a.MK_btn-dw img { opacity:0;}
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a.MK_btn-up:before { content:""; width:21px; height:11px;  position:absolute; right:0; top:0; background:url('/design/d4-0278/wizdesign/btn_count_up.gif') no-repeat center; opacity:1;}
#productDetail .thumb-info .infoArea .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a.MK_btn-dw:before { content:""; width:21px; height:11px;  position:absolute; right:0; bottom:0; background:url('/design/d4-0278/wizdesign/btn_count_down.gif') no-repeat center; opacity:1;}






/* ****************** »óÇ° »ó¼¼ ¿É¼Ç ******************** */
.MK_not_choice { color: red; }
.MK_optAddWrap,
.MK_optAddWrap * { margin: 0; padding: 0; }
.MK_optAddWrap { color: #666; font-size: 11px; line-height: 13px; font-family: Dotum; }
.MK_optAddWrap li { list-style: none; }


/* ¿É¼Ç¼±ÅÃ */
#MK_optAddList { overflow: hidden; *zoom: 1; }
#MK_optAddList li { float: left; width: 100%; margin-top: 5px; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st { float: left; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div { font-size: 11px; line-height: 16px; }
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px;  }
#MK_optAddList .MK_div { width: 5px; text-align: center; }
#MK_optAddList .MK_st { width: 205px; }
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; }
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; }


/* ¿É¼Ç¼±ÅÃPP */
#MK_optAddListPP { overflow: hidden; *zoom: 1; }
#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st { float: left; width: auto; }
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; }



/* ¿É¼Ç °á°ú ¸®½ºÆ® */
#MK_innerOptWrap { margin-top: 0px; background:rgba(243,243,243,0.5);  border-radius:5px; padding:0px; font-family: 'Noto Sans KR','Nanum Barun Gothic', '¸¼Àº °íµñ',"Nanum Gothic", AppleGothic, Helvetica, sans-serif; }
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto;  }
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; position: relative; padding:5px 0; border-top:1px solid #f1f1f1;   }
#MK_innerOptWrap .MK_inner-opt-cm li:first-child{padding-top:15px; border-top:0;}
#MK_innerOptWrap .MK_inner-opt-cm li:last-child{padding-bottom:15px;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del{ display:inline-block;  vertical-align:middle; box-sizing:border-box;   position:relative;  }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name { width:calc(100% - 165px); padding-left:15px; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { width:80px; text-align:right;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del{ width:30px; text-align:right; padding-right:0px;}

/* »èÁ¦¹öÆ° */
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img{opacity:0;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del:before{content:""; width:11px; height:11px; position:absolute; right:10px; top:0px; background:url('/design/d4-0278/wizdesign/btn_price_delete.gif') no-repeat center; opacity:1;}


/* ¼ö·® */
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl { width:54px; border:0px solid #000; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option{ width:30px; height:20px; border:1px solid #f4f4f4;} /* ¼ö·®¹Ú½º */
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a { display:block;  width:21px; height:11px; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a img{ display:block; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up img,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw img { opacity:0;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up:before { content:""; width:21px; height:11px;  position:absolute; right:0; top:0; background:url('/design/d4-0278/wizdesign/btn_count_up.gif') no-repeat center; opacity:1;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw:before { content:""; width:21px; height:11px;  position:absolute; right:0; bottom:0; background:url('/design/d4-0278/wizdesign/btn_count_down.gif') no-repeat center; opacity:1;}


#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .MS_amount_basic {  width:30px; height:20px; border:1px solid #f4f4f4; } /* ÇÏÀÌºê¸®µå¿É¼Ç»ó¿ë½Ã ±âº»¹Ú½º */


/* »ç¿ëÀÚ ÀÔ·Â ÀÎÇ²¹Ú½º (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; border:1px solid #f4f4f4;}
.table-opt .opt-wrap input { top: 0; left: 0; width: 100%; height: 25px;  text-align: left; border: 1px solid #f4f4f4;  background:#f3f3f3; } 



/* ±âº»¿É¼Ç 

#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name { margin-right: 140px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl { width: 30px; top: 3px; *top: 2px; right: 90px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count { width: 30px; height: 16px; line-height: 16px; padding: 2px 0 0 2px; border: 1px solid #f4f4f4;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a { position: absolute; right: 0px; font-size: 0; line-height: 0; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a img { vertical-align: top; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up { top: 2px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw { top: 12px; }
*/

/* °³º°¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name { margin-right: 80px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl { width: 50px; top: 3px; *top: 2px; right: 90px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl input.MK_count { width: 30px; height: 16px; line-height: 16px; padding: 2px 0 0 2px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a { position: absolute; right: 0px; font-size: 0; line-height: 0; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a img { vertical-align: top; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up { top: 2px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw { top: 12px; }





/* ÇÏÀÌºê¸®µå °³º°¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_03 { display:block;  }
#MK_innerOptWrap #MK_innerOpt_03 li { *zoom: 1; position: relative; padding:10px 0 15px; border-top:1px solid #f1f1f1;    }
#MK_innerOptWrap #MK_innerOpt_03 li:first-child{  border-top:0;}
#MK_innerOptWrap #MK_innerOpt_03 li:last-child{ padding-bottom:15px;}
#MK_innerOptWrap #MK_innerOpt_03 li .MK_p-name { }
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl { width:54px; text-align:right;   border:0px solid #000;}
#MK_innerOptWrap #MK_innerOpt_03 li .MK_btn-del{ width:30px; text-align:right; padding-right:0px;  position: absolute; top:15px; right: 0px; border:0px solid #000;}
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl a { position: absolute; right: 0px; font-size: 0; line-height: 0; }
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl a img { vertical-align: top; }
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl a.MK_btn-up { top: 0px; }
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl a.MK_btn-dw { top: 10px; }
#MK_innerOptWrap #MK_innerOpt_03 li .MK_qty-ctrl .basic_option{ width:30px; height:20px; border:1px solid #f4f4f4;} /* ¼ö·®¹Ú½º */



/* ÃÑÇÕ°è */
#MK_innerOptWrap #MK_innerOptPrice { display:none; padding: 12px 5px 10px; font-size: 12px; color: #999; text-align: right; }
#MK_innerOptAdd {  display:block; padding: 0 5px; font-size: 12px; color: #999; text-align: right; }
#MK_innerOptTotal { padding: 15px 5px; font-size: 12px; color: #999; text-align: right; }
#MK_innerOptTotal .MK_txt-total { padding-right:10px; }
#MK_innerOptTotal .MK_txt-won,
#MK_innerOptTotal .MK_total { font-size:16px; color: #333; font-weight: bold; letter-spacing:1px; }




/* ¼Ò¸®ºä */
#sorivu { position: relative; margin-top: 20px; }


/* »óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
#productWrap { margin: 10px 0; }
#productWrap h3.tb-tit { margin-bottom: 10px; text-align: left; }
#productWrap table { width: 100%; font-size: 12px; border-collapse: collapse; border-width: 1px 0 1px 0; border-color: #b4b4b4; border-style: solid; table-layout: fixed; }
#productWrap table th { border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background-color: #f8f8f8; color: #3b3b3d; text-align: left; padding: 10px 0 10px 15px; }
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e0e0e0; word-break: break-all; text-align: left; padding: 10px 0 10px 17px; }


.detail-common-info { width: 1170px; margin-top: 55px; }


/* »çÀÌÁî Â÷Æ® */
.box-btn-size-chart { width: 95%; padding: 10px; background: #D9DBDA; text-align: center; }
td.area-btn-size-chart a { color: #000000; font-size: 12px; font-weight: bold; }
#sizeChart { width:693px; position: absolute; right:0; display: none; }
#sizeChart .btn-close-box { width: 100%; position: relative; }
#sizeChart .btn-close-layer { position: absolute; display: block; width: 15px; height: 14px; top: 10px; right: 10px; color: #FFFFFF; font-size: 15px; font-weight: bold; }

.size-chart-box { width: 100%; border: 2px solid #3F4045; z-index:99}
.size-chart-box h4 { width: 100%; margin:0; padding: 10px 0px; color: #FFFFFF; background: #3F4045; text-align: center; }

.size-chart-cont { background: #FFFFFF; text-align: center; padding: 5px; margin-top:0px }
.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: 10px; text-align: center; border-bottom: 1px solid #D9DBDA; }
.size-chart-cont table th { background: #EBECF0; }
.size-chart-cont table tr:last-child { border-bottom: 1px solid #D9DBDA; }
.size-chart-cont img.sc-img-chart,
#sc_img_chart { width: 670px; height: 300px; }
.size-chart-cont img.sc-img-guide,
#sc_img_guide { max-width: 200px; height: auto; }
.size-chart-cont p { margin-top: 10px; text-align: left; }






#nhn_btn {padding-top:10px; float:right;}
#payco_order_btn {padding-top:10px;float:left;}
#kakaopay_order_btn {padding-top:10px; }
.opt_m_img { z-index:100; margin: 0px auto; width:300px; }



/* ¿øÅ¬¸¯¿É¼Ç */
.MK-oneclick-list { overflow:hidden; zoom:1; }
.MK-oneclick-list:after { content: ""; display: block; clear: both; }
.MK-oneclick-list li { float:left; margin: 0 5px 5px 0;  }                                                                                
.MK-oneclick-list li a { border:1px solid #eee; display: inline-block; border-radius: 1px; box-sizing:border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border:1px solid #999; }
.MK-oneclick-list li.MK-oneclick-dis a { filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; }
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a {  padding:1px; filter:alpha(opacity=100); -moz-opacity:1; 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:28px;}
.MK-oneclick-list li.MK-oneclick-image a img {width: auto; height: 26px;;}
.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {height:24px; width: auto;}
.MK-oneclick-list li.MK-oneclick-color { width:30px; height: 30px; } 
.MK-oneclick-list li.MK-oneclick-color a { padding: 2px; }
.MK-oneclick-list li.MK-oneclick-color span { width: 24px; height: 24px; }
.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span { width: 27px; height: 27px; }
.MK-oneclick-list li.MK-oneclick-text  .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; }
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {padding:1px;}
.MK-oneclick-list li.MK-oneclick-text span { min-width: 29px; 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 { padding: 5px 0; display:block; }
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; }
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; line-height: 19px; max-width: 320px; overflow: hidden; height: 19px; }



/* ¾ÞÄ¿¸Þ´º */

.tap_menu { width:1170px;height:36px;margin:50px auto;border-bottom:1px solid #eee;text-align:center;}
.tap_menu ul{font-size:0;line-height:0;letter-spacing:-4px;}
.tap_menu ul li{ display:inline-block;letter-spacing:0;vertical-align:top;}
.tap_menu ul li a{  display:block; min-width:180px;height:37px;line-height:35px;margin:0 0 0 -1px;border:1px solid #eee;border-bottom:none;background:#f6f6f6;color:#999;text-align:center;font-size:12px; text-transform:uppercase; }
.tap_menu ul li a:hover{  background:#f1f1f1;color:#111;}
.tap_menu ul li.on a { position:relative;z-index:1;height:36px;line-height:36px; border:1px solid #eee;border-bottom:none;background:#fff;font-weight:700;color:#000; margin:0 0 0 0px;}
.tap_menu span{display:inline-block;line-height:12px;margin:0 0 0 5px;padding:2px 4px;border-radius:5px;background:#d2d2d2;color:#fff;font-size:10px;}

.left { text-align:right; margin:10px 0; }
.btn-wh { display:inline-block;padding:10px 15px; border:1px solid #eee; background:#fff; color:#888; font-size:11px; letter-spacing:1px; text-transform:uppercase; border-radius:2px; }
.btn-wh:hover { border:1px solid #e1e1e1; background:#e1e1e1; color:#888; }
.btn-gray { display:inline-block; padding:10px 15px; border:1px solid #f6f6f6; background:#e1e1e1; color:#888; font-size:11px; letter-spacing:1px; text-transform:uppercase; border-radius:2px; }
.btn-gray:hover { border:1px solid #f6f6f6; background:#999; color:#fff; }



/* ÄíÆù */
.cou {  width:100%; text-align:center; margin:0 auto; border:0px solid #000}
.cou li { display:inline-block; *display:inline;   width:50%; display:inline-block; *display:inline; text-align:center; margin:0 auto; }



/* =======================================================
 °ü·Ã»óÇ°½½¶óÀÌµå 
======================================================= */

.slick-list{ overflow: hidden; display:block; margin:0;padding:0px 0 50px;}
.slick-track { width: auto !important; }

/* review-list */
#productDetail .review-list { margin-top: 0px; text-align:center; }

.review-write textarea.MS_review_content_box {  width:calc(100% - 100px); height: 100px;  }
.review-write .btn-gray-comment  { text-align:center; display:inline-block; width:90px; height: 100px; line-height: 100px; background:#e1e1e1; color:#888; font-size:11px; letter-spacing:1px; text-transform:uppercase; border-radius:2px; }
.review-write .btn-gray-comment:hover  { background:#999; color:#fff;}
.review-write .frm-w input { height:25px; border:1px solid #e1e1e1 } 

#powerReview .content_p { font-size: 14px; color: #111; }
#powerReview .PR15N01-review-wrap > li .content a { color: #111 !important;}
#powerReview .PR15N01-review-wrap > li .reply-wrap .lst li dd p  { font-size: 14px;}


/* review-write */
#productDetail .review-write {width: 1170px; margin: 0 auto; margin-top: 15px; padding: 5px 0 10px; border-top: 1px solid #e7e7e7; border-bottom: 0px solid #e7e7e7; }
#productDetail .review-write th,
#productDetail .review-write td { padding: 5px 0 4px; }
#productDetail .review-write th { font-weight: normal; }
#powerReview .PR15N01-review-wrap > li .reply-wrap .lst li dt {display: none;}
#powerReview .PR15N01-review-wrap > li .reply-wrap .lst li dl {padding-left: 0 !important;}


/* ´ñ±Û¸®½ºÆ® °øÅë */
#productDetail .table-slide { border-top: 1px solid #e7e7e7; border-bottom: 0px solid #e7e7e7; }
#productDetail .table-slide thead th { border-bottom: 1px solid #e7e7e7; font-weight: normal; padding: 10px 0;}
#productDetail .table-slide th,
#productDetail .table-slide td { padding: 0 0 20px 0; cursor: pointer; }
#productDetail .table-slide tbody td {  }
#productDetail .table-slide tr.cnt { display: none; }
#productDetail .table-slide tr.cnt td { cursor: default; padding: 20px 0; }
#productDetail .table-slide tr.nbg td { background-image: none; }
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }


/* qna board */
#productDetail .qna-list { margin-top: 0px; }



/* Å¸ÀÌÆ²ÅØ½ºÆ® */

.detail_title { width:1170px; margin:0 auto; height:40px;  border: 0px solid #EFEFEF; margin-top:60px; margin-bottom:50px; position:relative;  text-align:center;}
.detail_title h2 {   font-size:13px;  color:#999; margin-bottom:10px; }
.detail_title p { font-weight:none; font-size:12px; color:#2b2b2b; text-transform:uppercase; /*letter-spacing:1px;*/}










.slick-prev{left:-50px!important;}
.slick-next{right:-50px!important;}



form .item-wrap{width:1170px; margin:0 auto;}
#content{width: 1170px!important; min-width: 1170px!important; margin: 0 auto; padding-top: 260px!important; padding-left: 0px; padding-right: 0px;}



.price{font-size: 26px;padding: 16px 0!important;}


.MS_review_mark_icon > span {color:#ffba00!important;}

.item-silde .slick-dots{bottom:-40px!important;}
#tapm03{margin-top:100px;}
/* BASIC css end */

