/* BASIC css start */
.table-opt select{
    width:170px;
    padding: 5px;
    border-radius: 0px;
    height: 30px;
    border: 1px solid #d8d7d7;
    background: #fff;
    color: #919191;
}

.MK_inner-opt-cm li{
    position:relative;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin: 10px 0;
}

.MK_inner-opt-cm li:after{
    content:'';
    display:block;
    clear:both;
}

.MK_inner-opt-cm li .MK_p-name{
    display:block;
    width:60%;
    line-height:25px;
    font-size:14px;
    color:#333;
}

.MK_inner-opt-cm li .MK_qty-ctrl{
    position:absolute;
    top:10px;
    right:30px;
    width:92px;
    height:25px;
    float:right;
}

.MK_inner-opt-cm li .MK_qty-ctrl input{
    position:absolute;
    left:30px;
    top:0;
    width: 32px;
    border: 1px solid #e4eaec;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 25px;
    padding: 0 !important;
    line-height: 25px;
    text-align: center !important;
    background: #fff;
    border-radius: 0px;
}

.MK_inner-opt-cm li .MK_price{
    position: absolute;
    right: 125px;
    top: 10px;
    line-height: 25px;
}

.MK_inner-opt-cm li .MK_qty-ctrl a,
.MK_inner-opt-cm li a.MK_btn-del{
    font-size: 1em;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
}

.MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up{
    position:absolute;
    left:66px;
    top:0;
    overflow: hidden;
    background: url(/design/todamdak/PC/img/add.gif) no-repeat -1px -1px;
    text-indent: -999px;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
}

.MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw{
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
    background: url(/design/todamdak/PC/img/add.gif) no-repeat -26px -1px;
    text-indent: -999px;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
}

.MK_inner-opt-cm li a.MK_btn-del{
    position:absolute;
    top:10px;
    right:0;
    background: url(/design/todamdak/PC/img/del_btn.gif) no-repeat 2px 2px;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    padding: 0;
}

#MK_innerOptTotal{
    text-align:right;
    padding:10px 0;
}

#MK_innerOptTotal .totalRight,
#MK_innerOptTotal .totalLeft{
    display:inline-block;
    font-size:18px;
    color:#333;
    margin-right:15px;
    font-weight:bold;
}

#MK_innerOptTotal .totalRight .MK_total{
    font-size:25px;
    color:#da0202;
}

#MK_innerOptPrice{
    display:none;
}

/*리뷰*/
#sit_use_ol button span{
    visibility: inherit;
}

.opt-wrap dl{
    display:table;
    width:100%;
    margin-bottom:0;
}

.opt-wrap dl dt{
    display:table-cell;
    width:32%;
    text-align:center;
}

.opt-wrap dl dd{
    display:table-cell;
    padding:7px 0;
}

/* BASIC css end */

