/* --- time_sale ---*/
.time_sale {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
}

.time_term {
	width: 100%;
	text-align: center;
}

.time_term .time {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	color: #000;
}

.time_term .date {
	margin-top: 6px;
	font-size: 12px;
	line-height: 18px;
}

.time_term .d_day {
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 17px;
	color: #000;
}

.time_term .d_day:after {
	display: inline-block;
	margin: 0 5px 0 6px;
	width: 1px;
	height: 8px;
	background: rgba(112, 112, 112, 0.3);
	content: "";
}

.time_term .date span:after {
	display: inline-block;
	margin: 0 1px 0 4px;
	content: "·";
}

.time_term .date span:last-child:after {
	display: none;
}

/* 
### 타임딜 카운터 (Timedeal Counter)
*/
.timedeal_counter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 66px;
	background: #695fbf;
	font-weight: bold;
	color: #fff;
	border-radius: 32px 32px 0 0;
}

.timedeal_counter img {
	width: 40px;
	height: 40px;
}

.timedeal_counter #note {
	margin: 0 auto;
	padding: 4px;
	width: 400px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.countdown_tit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}

.timedeal_d {
	margin: 0 0 0 5px;
	font-size: 22px;
}

/* 
타임딜 카운터 New (Timedeal Counter New)
*/
ul.countdown {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	text-align: center;
}

ul.countdown li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	flex-direction: row;
}

ul.countdown span {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
}

ul.countdown li:first-child {
	margin-right: 14px;
}

ul.countdown .hours,
ul.countdown .minutes,
ul.countdown .seconds {
	font-size: 34px;
	font-weight: 700;
	transform: translateY(1px);
}

ul.countdown li:first-child img {
	margin-right: 4px;
	width: 30px;
	height: auto;
}

ul.countdown li.seperator {
	margin: 0 5px;
	vertical-align: top;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

ul.countdown li p {
	display: none;
	font-size: 14px;
	color: #a7abb1;
}

/* timedeal_counter ty02 */
.timedeal_counter.ty02 {
	margin: 0 auto;
	width: calc(100% - 36px);
	box-sizing: border-box;
}

.timedeal_counter.ty02 img {
	width: 40px;
	height: 40px;
}

.timedeal_counter.ty02 .digit {
	letter-spacing: 0;
}

.timedeal_counter.ty02 .countDiv {
	width: 10px;
}

/* 
### 반응형
*/
@media (min-width: 992px) {
	.time_sale_contents ul.countdown li:first-child {
		margin-right: 10px;
	}
}

@media (max-width: 1200px) {
	.timedeal_counter.ty02 {
		width: calc(100% - 20px);
		height: 54px;
		border-radius: 24px 24px 0 0;
	}

	ul.countdown span {
		font-size: 17px;
		font-weight: 500;
	}

	ul.countdown .hours,
	ul.countdown .minutes,
	ul.countdown .seconds {
		font-size: 24px;
	}

	ul.countdown li:first-child img {
		width: 24px;
	}

	ul.countdown li.seperator {
		font-size: 20px;
		font-weight: 500;
	}
}

@media (max-width: 991px) {
	.timedeal_counter.ty02 {
		margin: 0 auto;
		padding: 0 10px;
		width: calc(100% - 20px);
		height: 45px;
		border-radius: 15px 15px 0 0;
		box-sizing: border-box;
	}

	.timedeal_counter.ty02 img {
		width: 24px;
		height: 24px;
	}

	.best_top .list_area ul.countdown li.seperator {
		margin: 0 2px;
		font-size: 14px;
	}

	.best_top ul.countdown {
		padding-top: 2px;
		box-sizing: border-box;
	}

	.best_top ul.countdown li span {
		font-size: 16px;
		line-height: 1;
	}

	.best_top ul.countdown li:first-child {
		margin-right: 6px;
	}

	.best_top ul.countdown li:first-child img {
		width: 15px;
	}

	.hotdeal_container .deal-box {
		width: 100%;
	}

	.deal-box .btn_thumb_m {
		position: absolute;
		top: 112px;
		left: 0;
	}

	.deal-box .btn_thumb_m .wrap_btn_thumb_m {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.timedeal_d {
		margin: 0 0 0 4px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.countDiv {
		width: 8px;
	}

	ul.countdown li:first-child {
		margin-right: 7px;
	}

	.time_sale_contents .timedeal_counter.ty02 {
		height: 30px;
	}

	.best_top ul.countdown li span {
		font-size: 13px;
		transform: translateY(0px);
	}
}
