@charset "utf-8";

.list_item_option {clear:both;position:relative;padding:5px}
.list_item_option table {margin-bottom:10px}
.btn_add_cart {width:60px; height:60px; cursor:pointer;;border:0; text-indent:-999em; line-height:0; font-size:0; background:url(/img/cart_bt2_250221.png) no-repeat; background-size:100%}
.btn_add_cart1 {width:60px; height:60px; cursor:pointer;;border:0; text-indent:-999em; line-height:0; font-size:0; background:url(/img/cart_bt2_250221.png) no-repeat; background-size:100%}

/*#cart_msg_layer {position:absolute;top:0;left:325px;padding:10px;width:336px;border:2px solid #343434;border-radius:2px;background:#fff;text-align:left;letter-spacing:0;z-index:9999; font-family:나눔고딕}*/
#cart_msg_layer {position:fixed;top:50% !important;left:50%;padding:10px;width:336px;border:2px solid #343434;border-radius:2px;background:#fff;text-align:left;letter-spacing:0;z-index:9999; font-family:나눔고딕; transform: translate(-50%, -50%)}
#cart_msg_layer h3 {padding:5px 0 10px;border-bottom:1px solid #343434; font-size:16px;}
#cart_msg_close {position:absolute;top:13px;right:10px;margin:0;padding:0;width:40px;height:22px;border:0;background:transparent;overflow:hidden}
#cart_msg_close span {position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/pop_msg_close.gif')}
#cart_msg_layer p {color:#e23838;text-align:center;line-height:1.5em; padding:10px 0}
#cart_msg_layer div {text-align:center}
#cart_msg_layer div button {margin:0 2px;padding:0;border:0;background:transparent}

#wish_msg_layer {position:absolute;top:0;left:25px;padding:5px;width:336px;border:2px solid #343434;border-radius:2px;background:#fff;text-align:left;letter-spacing:0}
#wish_msg_layer h3 {padding:5px 0 10px;border-bottom:1px solid #343434}
#wish_msg_close {position:absolute;top:5px;right:5px;margin:0;padding:0;width:22px;height:22px;border:0;background:transparent;overflow:hidden}
#wish_msg_close span {position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/pop_msg_close.gif')}
#wish_msg_layer p {color:#e23838;text-align:center;line-height:1.5em}
#wish_msg_layer div {padding:10px 0;text-align:center}
#wish_msg_layer div button {margin:0 2px;padding:0;border:0;background:transparent}

@media 
only screen and (max-width: 768px){

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35% !important; 
        text-align: left !important;
	}
    td.img_td{width: 100%;}
    td.img_td a{width: 150px; display: block}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "회사"; }
	td:nth-of-type(2):before { content: "제품사진"; }
	td:nth-of-type(3):before { content: "제품명"; }
	td:nth-of-type(4):before { content: "색상"; }
	td:nth-of-type(5):before { content: "프린트기종"; }
	td:nth-of-type(6):before { content: "구분"; }
	td:nth-of-type(7):before { content: "수거가격"; }
	td:nth-of-type(8):before { content: "수량"; }
	td:nth-of-type(9):before { content: "담기"; }
}