.cart_back {
	height: 58px;
	background-color: #7f7f7f;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 58px;
	color: white;
}
.cart_bot { display: none; }

.checked-color{
	background-color: #EEEEEE;
}

select{
	height: 45px;
	background: #FFFFFF;
	/* 인풋_cccccc */

	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;

	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	/* identical to box height, or 100% */

	letter-spacing: -0.5px;

	/* 인풋_cccccc */

	color: #CCCCCC;
	padding: 0 20px;
}

@media screen and (max-width:768px) {
	.cart_bot {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}
	.cart_bot_cart {
		height: 58px;
		line-height: 58px;
		background: #fbbe18;
		font-size: 16px;
		color: #000000;
		text-align: center;
		font-weight: 700;
		float: right;
		z-index: 99;
	}
	.cart_bot_cart .bt_view_basket {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-indent: -9999px;
	}
}