.textLeft{text-align: left !important; }
.none{display:none}
.paymentPrice{font-size: 11pt !important}
/*슬라이드 뷰(상세페이지 제품 이미지 미리보기)*/
#slider-wrapper{width: auto;height: auto;    }
#image-slider{width: auto;height: auto;position: relative;overflow: hidden;margin: auto;display: block;}
#image-slider ul{width: 100%;height: 200px;position: relative;}
#image-slider ul li{display: inline-block;position: absolute;top: 0;left: 540px;width: 100%;height: 100%; background-position: center;background-size:cover;background-repeat: no-repeat; }
#image-slider ul li.active-img{left: 0;}
.next-img{z-index: 9999;}
#thumbnail {cursor: default;margin-top: 3px;height: auto;display: table;	width: 100%;}
#thumbnail ul {width: 100%;height: 100%;}
#thumbnail li{list-style: none;float: left;cursor: pointer;min-width: 1px;}																
#thumbnail li img{padding: 0;float: left;margin: 0px 1.5px;max-height: 60px;height: 40px;opacity: 0.7;}
#thumbnail li.active img{opacity: 1;}
#thumbnail li:first-child img{margin-right:0px;margin-left:0px;}	
.imgBox{margin-bottom: 20px;}

.selectedOptionBox h5{display: flex;justify-content: space-between;border-bottom: 1px solid #e3e3e3;padding-bottom: 5px;}
.selectedOptionBox .valueBox{display: flex;justify-content: space-between;align-items: center;}

.optionQuantity{margin: 0px 5px;}
.quantityBox{flex-flow:nowrap}
/*.quantity input{display: unset !important;float: unset !important}*/

@media screen and (min-width:768px){
    #image-slider ul{height: 400px;}
    #thumbnail li img{height: 60px}
    .none{display:revert}    
    .paymentPrice{font-size: 15pt !important}
}