/*------------------------------------------------------------------수정------------------------------------------------------------*/






/*-----GENERAL-----*/
.widget_wpsc_categorisation { margin:0 auto; padding-top:10px; }

.wpsc_top_level_categories { font-weight:bold; font-size:9pt; }
.wpsc_second_level_categories { margin:0 0 10px; line-height:150%; font-weight:normal; font-size:9pt; border-top:1px solid #eee; }
.wpsc_second_level_categories li { padding-left:10px; }

.wpsc_default_product_list {border-radius: 5px; }



#default_products_page_container .imagecol img {
	margin:0;
	padding:0;
}

.wpsc_default_product_list.list .imagecol{
	margin-right: 30px;
}




/*-----DEFAULT PRODUCT DISPLAY-----*/

.wpsc_container{
	overflow: visible;
/*
	border-top:1px solid #ccc; */
}

.wpsc_default_product_list.grid{
	overflow: visible;
}

.wpsc_default_product_list.grid > div {width:100%; display:flex; flex-wrap:wrap;}

.wpsc_default_product_list .default_product_display{
	background: #fff;
	border-radius: 5px;
	border:1px solid #ccc;
}

.wpsc_default_product_list.list .default_product_display{
	margin-bottom: 20px;
	padding: 15px;
	height:auto;
	min-height:170px;
	box-sizing:border-box;
}







.wpsc_default_product_list.list .default_product_display .prodtitle{
	text-align: left;
}

.wpsc_default_product_list.grid .default_product_display .wpsc_buy_button_container{
	float: none !important;
}



.wpsc_default_product_list.grid .pr_line{
	margin-bottom: 20px;	
	border-style: outset;
}

.wpsc_default_product_list.grid .default_product_display{
	width:calc(20% - 10px);
	margin: 5px;
	padding-bottom:10px;
	position: relative;
	border:1px solid #ccc;
	box-sizing:border-box;
}

@media (max-width: 999px) {
	.wpsc_default_product_list.grid .default_product_display {width:calc(25% - 20px); margin: 10px;}
}

@media (max-width: 839px) {
	.wpsc_default_product_list.grid .default_product_display {width:calc(33.3333% - 20px); margin: 10px;}
}

@media (max-width: 640px) {
	.wpsc_default_product_list.grid .default_product_display {width:calc(50% - 20px); margin: 10px;}
}



.j_container.prod_list .wpsc_default_product_list.grid .default_product_display {width:calc(25% - 20px); margin: 10px;}

@media (max-width: 999px) {
	.j_container.prod_list .wpsc_default_product_list.grid .default_product_display {width:calc(33.3333% - 20px); margin: 10px;}
}

@media (max-width: 640px) {
	.j_container.prod_list .wpsc_default_product_list.grid .default_product_display {width:calc(50% - 20px); margin: 10px;}
}




/*
.wpsc_default_product_list.grid .default_product_display.first, .wpsc_default_product_list.grid .default_product_display:first-child{
	margin-left: 0!important;
}
*/

.wpsc_default_product_list.grid .default_product_display .imagecol{
	height:auto;
	float: none!important;
	padding-bottom: 20px;
	padding-top:20px;
	margin: 0 auto;
}

.wpsc_default_product_list.grid .default_product_display {
	overflow: visible;
	z-index: 100 !important;
}

.shade{
	background: url(/css/images/shd_left.png) bottom left no-repeat;
	width: 94%;
	height: 5px;
	position: absolute;
	bottom:-5px;
	left: 0;
	z-index: 10;
	padding-left: 12px;
	overflow: hidden;	
}	

.shade_in{
	background: url(/css/images/shd_right.png) bottom right no-repeat;
	height: 5px;
	padding-right: 11px;
}

.shade_bg{
	background: url(/css/images/shadback.png) bottom left repeat-x;
	height: 5px;
}

.wpsc_default_product_list.list .default_product_display .shade{
	width: 99%;
}



.view_switcher{
	width: 475px;
	height: 31px;
	position: absolute;
	right: 0;
	top: -10px;
	overflow: hidden;
}

.view_switcher .basic_l{
	width: 82px;
	height: 31px;
	
	background: url(/css/images/icon_basic_l.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .basic_l:hover, .view_switcher .basic_l.active{
	background: url(/css/images/icon_basic_l.png) 0 100% no-repeat;
}
.view_switcher .new_l{
	width: 82px;
	height: 31px;
	
	background: url(/css/images/icon_new_l.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .new_l:hover, .view_switcher .new_l.active{
	background: url(/css/images/icon_new_l.png) 0 100% no-repeat;
}
.view_switcher .best_l{
	width: 82px;
	height: 31px;
	
	background: url(/css/images/icon_best_l.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .best_l:hover, .view_switcher .best_l.active{
	background: url(/css/images/icon_best_l.png) 0 100% no-repeat;
}
.view_switcher .low_l{
	width: 82px;
	height: 31px;
	
	background: url(/css/images/icon_low_l.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .low_l:hover, .view_switcher .low_l.active{
	background: url(/css/images/icon_low_l.png) 0 100% no-repeat;
}
.view_switcher .high_l{
	width: 82px;
	height: 31px;
	margin-right:5px;
	background: url(/css/images/icon_high_l.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .high_l:hover, .view_switcher .high_l.active{
	background: url(/css/images/icon_high_l.png) 0 100% no-repeat;
}

.view_switcher .list{
	width: 27px;
	height: 31px;	
	background: url(/css/images/grid_list.png) 100% 100% no-repeat;
	float: right;
	cursor: pointer;
}
.view_switcher .grid{
	width: 26px;
	height: 31px;
	float: right;
	cursor: pointer;	
	background: url(/css/images/grid_list.png) 0 0 no-repeat;
}
.view_switcher .grid.active, .view_switcher .grid:hover{
	background: url(/css/images/grid_list.png) 0 100% no-repeat;
}
.view_switcher .list.active, .view_switcher .list:hover{
	background: url(/css/images/grid_list.png) 100% 0 no-repeat;
}






.default_product_display .productcol{
	margin-left: 0 !important;
	float: none !important;
	overflow: hidden;
}

.wpsc_default_product_list.grid  .prodtitle{
	color: #313131;
	text-align: center;
}

.wpsc_default_product_list.list  .prodtitle{
	margin-top: 20px !important;
}

.wpsc_default_product_list.grid  .prodtitle a{
	color: #313131;
	text-align: center;
}
.wpsc_default_product_list.list  .prodtitle a {
	color: #313131;
}


#default_products_page_container {
	width:100%;	
	position:relative;
	line-height:1.2em;
}

#default_products_page_container .wpsc_page_numbers_bottom {
	margin:20px 0;	
	text-align:center;
}

#default_products_page_container .wpsc_page_numbers_bottom{
	font-size: 0;
}


#default_products_page_container .wpsc_page_numbers_bottom span{
	font-size: 10pt;
	margin:0 1px;
	border-radius:3px;
	padding:10px 15px;
}





.wpsc_category_details img{
	background-color: #F3F3F3 !important;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;    
    position: relative;    
}

/*
#default_products_page_container .wpsc_page_numbers_bottom a:link, #default_products_page_container .wpsc_page_numbers_bottom a:visited {
	padding:5px 4px;
}

#default_products_page_container .wpsc_page_numbers_bottom span.current, #default_products_page_container .wpsc_page_numbers_bottom span.current {
	padding:5px 4px;
}
*/



.default_product_display {
	position:relative;
}

.default_product_display .imagecol {
	text-align: center;
	display: block;
	vertical-align: middle;
	min-height: 50px;
	height: 100%;
}

.default_product_display .imagecol img.product_image {
	background-color:#efefef;	
	max-width:100%;
	height:auto;
}

.default_product_display .imagecol img.no-image, #content .default_product_display .imagecol img.no-image {
	background-color:#EFEFEF;
	display:block;
}

.default_product_display .productcol {
	vertical-align: middle;
	min-height: 50px;
}

.prodtitle{
	color: #313131;
	text-align: center;
}

.prodtitle a{
	color: #313131;
	text-align: center;
}

.default_product_display h3.prodtitle, #content .default_product_display h3.prodtitle {
	margin:0 0 15px 0;
	line-height:1;
	clear:none;
	margin-bottom: 0;
}

.wpsc_default_product_list.grid .default_product_display h3.prodtitle {
	width:100%;
	height:55px;
	padding:0 10px;
	overflow:hidden;
	box-sizing:border-box;
}

.default_product_display .wpsc_product_price {
	margin-bottom:10px;
	font-size:11pt;
	padding:0;
	*zoom:1;
}

.default_product_display .wpsc_product_price .pricedisplay { font-size:10pt; }

.list .default_product_display .wpsc_product_price{
	float:left;
	padding-top: 3px !important;
	display:inline-block;
}

.wpsc_default_product_list.list .default_product_display .wpsc_product_price{
	display: block;
	margin:5px 0;
	padding:0;
}

.default_product_display .wpsc_product_price p {
	margin: 0 !important;
}


.default_product_display .wpsc_product_price p, #content .default_product_display .wpsc_product_price p {
	margin:0;
}

.imagecol .product_image{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.default_product_display .wpsc_buy_button_container{
	float:right;
}



.default_product_display .imagecol a.pc_views {display:block;}
.default_product_display .imagecol a.mobi_views {display:none;}

@media screen and (max-width: 809px){
	.default_product_display .imagecol a.pc_views {display:none;}
	.default_product_display .imagecol a.mobi_views {display:block;}
}


.imagecol {
	float: left;
}

.preview_link:first-child, .preview_link.first_el{
	margin-left: 0 !important;
}

.preview_link{
	margin-left: 9px;
	line-height: 0;
	display: inline;
}

.preview_link img{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.preview_link:hover{
	text-decoration: none;
}








p.pricedisplay + p.pricedisplay {
	margin-bottom: 10px;
}

.default_product_display .currentprice{
	margin-bottom: 10px;
}




.clear{
	clear:both;
}
































.wpsc_default_product_list.list .default_product_display .description_list { width:100%; text-align:left; }
.wpsc_default_product_list.grid .default_product_display .description_list { height:30px;line-height:200%;width:100%; text-align:center; overflow:hidden;}
.default_product_display .description_list { font-size: 10pt; }


.wpsc_default_product_list.list .default_product_display .sc_list { font-size:10pt; display:block; }
.wpsc_default_product_list.grid .default_product_display .sc_list { display:none; }





















/*----------------------------------------------상세페이지 부분---------------------------------------------*/
/*-----관련상품-----*/
.wpec-related-product{
	background:#fff;
	border-radius: 5px;
	border:1px solid #e9e9e9;
	position: relative;
	float: left;
	text-align:center;
	padding:16px 0px;
}
.wpec-related-product:last-child{
	margin-right: 0 !important;
}
/*-----관련상품-----*/



/*-----버튼 모음 부분------*/
#single-right{
	width:100%;
}
/*-----버튼 모음 부분------*/


/*-----하단 그림자 부분-----*/
.shade{
	background: url(images/shd_left.png) bottom left no-repeat;
	width: 94%;
	height: 5px;
	position: absolute;
	bottom:-5px;
	left: 0;
	z-index: 10;
	padding-left: 12px;
	overflow: hidden;	
}
.shade_in{
	background: url(images/shd_right.png) bottom right no-repeat;
	height: 5px;
	padding-right: 11px;
}
.shade_bg{
	background: url(images/shadback.png) bottom left repeat-x;
	height: 5px;
}
/*-----하단 그림자 부분-----*/



.prodtitle{
	color: #313131;
	text-align: center;
}

.prodtitle a{
	color: #313131;
	text-align: center;
}

.wpsc_select_variation{
	position:relative;
}








.single_product_display .product_image{
	background: #f3f3f3;
	border:#fff 1px solid;
	padding: 4px;
  	box-shadow: 0 1px 1px #e7e7e7;
}

.single_product_display h2{
	color:#ed9d12;
}

.prod-gallery img{
	background-color: #fff;
	margin-bottom:6px;
}

.single_product_display .product_description, .single_product_display .single_additional_description {
	width:100%;
}








/*-----SINGLE PRODUCTS PAGE-----*/


.single_product_display .productcol{
	overflow: hidden;
	width:55%;
/*	min-height:320px; */
}
.single_product_display .productcol .proddesc h2.prodname { font-size:13pt; }


.imagecol {}

.preview_link:first-child, .preview_link.first_el{
	margin-left: 0 !important;
}

.preview_link{
	margin-left: 0;
	line-height: 0;
/*	display: inline;*/
}

.preview_link img{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.preview_link:hover{
	text-decoration: none;
}

.prod-gallery{
	margin-right:6px;
}

.single_product_display .imagecol {float:none; width:40%; display:flex; justify-content:space-between;}

.single_product_display .wpsc_product_price{
	margin-bottom: 20px;
}

.single_product_display .imagecol .prod-gallery {width:60px; text-align:center;}
.single_product_display .imagecol .prod-gallery a img {width:100% !important; height:auto !important;}
.single_product_display .imagecol a.thickbox {width:calc(100% - 60px);height:auto;}
.single_product_display .imagecol a.thickbox img {width:100%;height:auto;}

@media (max-width: 760px) {
	.single_product_display .imagecol .prod-gallery {width:50px;}	
	.single_product_display .imagecol a.thickbox {width:calc(100% - 50px);}
}

@media (max-width: 550px) {
	.single_product_display .imagecol {width:100%;}
	.single_product_display .productcol {width:100%; margin-top:15px;}
	.single_product_display .imagecol .prod-gallery {width:60px;}	
	.single_product_display .imagecol a.thickbox {width:calc(100% - 60px);}
}








.single_product_display .wpsc_product_price p{	
	text-align: left !important;
}

.single_product_display .wpsc_product_price p, #content .single_product_display .wpsc_product_price p {
	margin-bottom: 10px;
}



.single_product_display .pricedisplay{
	color:#313131;
}

p.pricedisplay + p.pricedisplay {
	margin-bottom: 10px;
}

.single_product_display .price_price, .single_product_display  .currentprice{
	color: #282828;
}

.single_product_display  .currentprice{
	font-weight: bold;
}

.single_product_display .pricedisplay{
	display: inline !important;
	margin-right: 5px;
}

.single_product_display .productcol{	
	overflow: hidden;
} 
 




.single_options{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    width: 100%;
    padding:10px 20px 3px; 
	
	box-sizing:border-box;
}

.qtyupdown{
	width: 53px;
	height: 34px;
	float: left;
}

.qtyupdown .down, .qtyupdown .up{
	float: left;
	cursor: pointer;
	height: 100%;
}

.qtyupdown .down{
	background: url(/css/images/qty.png) 0 0 no-repeat;
	width: 27px;
}

.qtyupdown .up{
	background: url(/css/images/qty.png) 100% 0 no-repeat;
	width: 26px;
}

.qtyupdown .down:hover{
	background: url(/css/images/qty.png) 0px -34px no-repeat;
}

.qtyupdown .up:hover{
	background: url(/css/images/qty.png) 100% 100% no-repeat;
}


.inp_field{
	background-color: #F3F3F3;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 0 #E5E5E5 inset;
    color: #B2B2B2;
    margin:0 10px 0;
   	float: left;
    width: 84px;
    height: 27px;
}

.inp_field input{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	width: 64px !important;
	height: 27px !important;
	text-align: left !important;
	padding: 0 10px !important;
}


.wpsc_variation_forms select{
	 -webkit-appearance: none;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 0 #E5E5E5 inset;
    background-color:#f3f3f3;
    border: none;
    padding: 5px;
    background-image: url(images/select_b.png) top right;
    color: #b2b2b2;
/*    margin-bottom: 20px;*/
    width: 140px;
}

.product_form legend{
	margin-bottom: 7px;
}	

.single_product_display  .wpsc_buy_button_container{
	margin-top: 20px;	
}

.single_options .title{
	color: #313131;
    font: 15px/1.5em 'Bitter',sans-serif;
    font-weight: bold;
    margin: 0px 0 20px;
}

.proddesc{
	float: left;
	overflow: hidden;
/*	margin-right: 250px;*/
}





/*///////////////////// ETC ///////////////////////*/

.wpsc_default_product_list.grid .default_product_display .prodtitle.lists {
	display:none;
}

.wpsc_default_product_list.list .default_product_display .prodtitle.grids{
	display:none;
}