@charset "utf-8"; 

.sale .cloud_bn {
	width: 100%;
	height: 295px;
	border: 1px solid #d7d7d7;
	margin-bottom: 25px;
	background: url(../img/cloud_bn.jpg) no-repeat center center;
	background-size: cover;
}

.sale .cloud_bn .txt {
	margin-left: 40px;
	margin-top: 10px;
}

.sale .cloud_bn img.bn_tit {
	display: block;
	margin-bottom: 20px;
}

.sale .cloud_bn a {
	display: block;
	width: 180px;
	height: 45px;
	border: 2px solid #ffffff;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 41px;
	transition: 0.3s;
	color: #ffffff;
	margin-left: 30px;
}

.sale .cloud_bn a img {
	transition: 0.3s;
}

.sale .cloud_bn a:hover {
	background-color: #d59f53;
	border-color: #d59f53;
}

.sale .cloud_bn a:hover img {
	margin-left: 5px;
}

.sale .product_ct {
	width: 100%;
	border: 1px solid #b7b7b7;
	border-top: 10px solid #555555;
	padding: 10px 30px;
	background: #ebebeb;
	margin-bottom: 10px;
}

.sale .product_ct ul li {
	float: left;
	width: 14.28%;
	font-size: 12px;
	font-family: 'Dotum';
	color: #555555;
	padding-left: 15px;
	padding-right: 15px;
	margin: 7px 0;
	background: url(../img/ct_dot.png) no-repeat left 46%;
}

.sale .product_ct ul li.active {
	font-weight: bold;
}

.sale .total_align {
	width: 100%;
	border: 2px solid #b7b7b7;
	padding: 12px 0;
	margin-bottom: 20px;
}

.sale .total_align .total_cout {
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-family: 'Dotum';
	color: #555555;
	margin-left: 20px;
}

.sale .total_align .total_cout span.cont {
	font-weight: bold;
}

.sale .total_align select {
	float: right;
	height: 26px;
	font-size: 12px;
	font-family: 'Dotum';
	color: #555555;
	margin-right: 20px;
	border: 1px solid #b7b7b7;
	width: 150px;
	padding-left: 5px;
	cursor: pointer;
}

.sale .product_list {
	margin-bottom: 40px;
}

	@media screen and (max-width : 1080px) {
	.sale .cloud_bn {
		height: 250px;
		margin-bottom: 20px;
	}

	.sale .cloud_bn .txt {
		margin-left: 20px;
		margin-top: 5px;
	}

	.sale .cloud_bn img.bn_tit {
		margin-bottom: 20px;
		width: 420px;
	}

	.sale .cloud_bn a {
		width: 160px;
		height: 40px;
		border: 2px solid #ffffff;
		font-size: 16px;
		line-height: 36px;
	}

	.sale .cloud_bn a img {
		width: 15px;
	}

	.sale .product_ct {
		padding: 10px 20px;
		margin-bottom: 10px;
	}

	.sale .product_ct ul li {
		width: 16.666%;
	}

	.sale .product_list {
		margin-bottom: 30px;
	}
	}

	@media screen and (max-width : 900px) {
	.sale .cloud_bn {
		height: 200px;
		margin-bottom: 15px;
	}

	.sale .cloud_bn .txt {
		margin-left: 10px;
		margin-top: 5px;
	}

	.sale .cloud_bn img.bn_tit {
		margin-bottom: 15px;
		width: 320px;
	}

	.sale .cloud_bn a {
		width: 150px;
		height: 35px;
		border: 1px solid #ffffff;
		font-size: 15px;
		line-height: 30px;
		margin-left: 25px;
	}

	.sale .product_ct {
		border-top: 7px solid #555555;
		padding: 10px 20px;
		margin-bottom: 10px;
	}

	.sale .product_ct ul li {
		width: 20%;
		padding-left: 10px;
	}

	.sale .total_align .total_cout {
		margin-left: 15px;
	}

	.sale .total_align select {
		margin-right: 15px;
	}

	.sale .product_list {
		margin-bottom: 20px;
	}
	}

	@media screen and (max-width : 700px) {
	.sale .cloud_bn {
		height: 170px;
		background-position: 60% center;
	}

	.sale .cloud_bn .txt {
		margin-top: 0px;
	}

	.sale .cloud_bn img.bn_tit {
		margin-bottom: 10px;
		width: 270px;
	}

	.sale .cloud_bn a {
		width: 120px;
		height: 30px;
		font-size: 13px;
		line-height: 25px;
		margin-left: 20px;
	}

	.sale .cloud_bn a img {
		width: 12px;
	}

	.sale .product_ct {
		border-top: 7px solid #555555;
		padding: 10px 20px;
	}

	.sale .product_ct ul li {
		width: 33.333%;
		margin: 5px 0;
	}

	.sale .total_align {
		padding: 10px 0;
	}

	.sale .total_align .total_cout {
		margin-left: 10px;
	}

	.sale .total_align select {
		margin-right: 10px;
	}

	.sale .product_list {
		margin-bottom: 15px;
	}
	}

	@media screen and (max-width : 550px) {
	.sale .cloud_bn {
		height: 130px;
		margin-bottom: 10px;
	}

	.sale .cloud_bn .txt {
		margin-left: 5px;
	}

	.sale .cloud_bn img.bn_tit {
		margin-bottom: 10px;
		width: 200px;
	}

	.sale .cloud_bn a {
		width: 100px;
		height: 27px;
		font-size: 12px;
		line-height: 25px;
		margin-left: 15px;
	}

	.sale .cloud_bn a img {
		width: 12px;
	}

	.sale .product_ct {
		border-top: 3px solid #555555;
		padding: 7px 15px;
		margin-bottom: 7px;
	}

	.sale .product_ct ul li {
		width: 50%;
		padding-left: 7px;
		padding-right: 10px;
		margin: 4px 0;
		background-size: 3px;
	}

	.sale .total_align {
		border: 0px solid #b7b7b7;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.sale .total_align .total_cout {
		line-height: 1;
		margin-left: 0px;
		margin-top: 10px;
	}

	.sale .total_align .total_cout .no {
		display: none;
	}

	.sale .total_align select {
		margin-right: 0px;
		width: 120px;
	}
	}