


#main .news .selectList {
	margin-bottom: 12px;
}

#main .news .selectList > li {
	position: relative;
	float: none;
	margin-right: 0;
	width: 100%;
	max-width: 169px;
}

#main .news .selectList > li span {
	margin-bottom: 4px;
	color: #8a8a8a;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

#main .news .selectList > li::after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	pointer-events: none;
	transform: rotate(45deg);
}

#main .news .selectList > li select,
#main .news .selectList > li .comSelect {
	width: 100%;
	max-width: none;
	margin-right: 0;
	border: 1px solid #cfcfd3;
	border-radius: 0;
	background: #f3f3f5;
	box-sizing: border-box;
}

#main .news .selectList > li select {
	height: 23px;
	padding: 0 23px 0 7px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#main .news .selectList > li select::-ms-expand {
	display: none;
}

#main .news .selectList > li .comSelect {
	height: 23px;
	position: relative;
	text-indent: 0;
}

#main .news .selectList > li .comSelect .selectVal {
	height: 100%;
	padding: 5px 23px 0 7px;
	background: transparent;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	box-sizing: border-box;
}

#main .news .selectList > li .comSelect ul {
	top: 22px;
	left: -1px;
	width: calc(100% + 2px);
	padding: 0;
	border: 1px solid #cfcfd3;
	box-sizing: border-box;
}

#main .news .selectList > li .comSelect li {
	margin: 0;
	padding: 7px;
	border-top: 1px solid #d9d9dd;
	background: #fff;
	font-size: 13px;
}

#main .news .selectList > li .comSelect li:first-child {
	border-top: 0;
}

#main .news .selectList > li .comSelect li:hover {
	background: #f3f3f5;
}

@media (max-width: 767px) {
	#main .news .selectList > li {
		width: 50%;
		max-width: 170px;
	}

	#main .news .selectList > li span {
		margin-bottom: 4px;
		font-size: 10px;
	}

	#main .news .selectList > li::after {
		right: 13px;
		top: calc(50% + 8px);
		width: 5px;
		height: 5px;
		bottom: auto;
		transform: translateY(-50%) rotate(45deg);
	}

	#main .news .selectList > li select,
	#main .news .selectList > li .comSelect {
		height: 23px;
	}

	#main .news .selectList > li select {
		padding-right: 28px;
		font-size: 13px;
	}

	#main .news .selectList > li .comSelect .selectVal {
		padding: 5px 28px 0 7px;
		font-size: 13px;
	}

	#main .news .selectList > li .comSelect ul {
		top: 22px;
	}
}
