/* 레이아웃 제어 */
#page-timesale .page-title>span {
    display: inline-block;
    position: relative;
}
#page-timesale .page-title>span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: -70px;
    width: 77px;
    height: 75px;
    background: url("/image/web/common/icon_title_timesale.png") no-repeat center;
}

.prod-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 100%;
	height: 40px;
	margin: 15px auto 0;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: clamp(12px, 1vw, 16px);
	text-align: center;
	line-height: 40px;
}
.prod-timer>span.d {
	padding-right: 5px;
}
.prod-timer>span.m:before,
.prod-timer>span.s:before {
	content: ":";
	padding: 0 3px;
}

#page-timesale .empty {
	padding: 200px 0;
	font-size: 50px;
	text-align: center;
}