@charset "utf-8";
#couponbelt {
	display: none;
}

#couponbelt .inner {
	width: 1040px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	padding: 5px 0;
	display: flex;
	align-items: center;
}

#couponbelt .titleInfo {
	color: #FFF;
	/*position: absolute;*/
	top: 12%;
	left: 0px;
}

.titleInfo {
	border-left: 4px solid #fff;
	padding-left: 15px;
	margin: -4px;
}

.subtitle {
	font-weight: bolder;
}

#couponbelt.notimer .titleInfo {
	width: 100%;
}

#couponbelt .subtitle {
	font-size: 14px;
	line-height: 23px;
}

#couponbelt .title {
	font-size: 20px;
	line-height: 23px;
}

#couponbelt.notimer .subtitleGroup {
	width: 50%;
	float: left;
}

#couponbelt.notimer .titleGroup {
	width: 50%;
	float: left;
}

.titleGroup {
	margin-top: 5px;
}

.titleGroup div {
	font-weight: bolder;
}

#countOutput div {
	float: left;
	color: #FFF;
	padding: 27px 10px;
}

#countOutput .timer {
	float: left;
	background: #FFF;
	width: 24px;
	height: 40px;
	padding: 10px 5px;
	margin-right: 5px;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	text-align: center;
	font-size: 42px;
}

#couponbelt .limittime {
	position: absolute;
	right: 0px;
	top: 10px;
}

#couponbelt.notimer .limittime {
	display: none!important;
}

.notimer .titleInfo {
    border-left: none;
}

.couponbelt_3 a:hover {
	text-decoration: none;
}

#couponbelt .timer-separate {
	display: block;
	float: left;
	color: #FFF;
	padding: 10px 5px 10px 0;
	font-size: 40px;
}

.couponbelt-link:hover {
	text-decoration: none;
}
