.timedeal_section .main_tit .tit > span {
	background: url(/content/images/timedeal_section_sm.png) no-repeat center / auto 100%;
}

.timedeal_section .timedeal_slider {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.timedeal_section .timedeal_d {
	font-size: 18px;
}

.timedeal_section .timedeal_slider {
	padding: 0;
	overflow-x: hidden;
}

/* ### @media  */
@media (min-width: 1200px) {
	.timedeal_section .item_list.thumb .list_area {
		width: calc(100% / 3);
	}
}
@media (max-width: 1200px) {
	.timedeal_new {
		display: flex;
		flex-wrap: unset;
		flex-direction: row;
		overflow-x: auto;
		overflow-y: clip;
		white-space: nowrap;
	}

	.timedeal_section .timedeal_d {
		font-size: 15px;
		margin: 0 0 0 4px;
		font-weight: 500;
		text-align: right;
	}

	.timedeal_new.thumb .list_area {
		width: 340px;
	}
}

@media (max-width: 767px) {
	.timedeal_new {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.timedeal_section .timedeal_d {
		font-size: 14px;
		margin: 0 0 0 1px;
		font-weight: 600;
	}

	.timedeal_section .main_tit:has(.link_more) {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.timedeal_new.thumb .list_area {
		width: calc(100vw - 40px);
	}
}
