.entry-list {
	display: flex;
	flex-wrap: wrap;
	margin: -.25rem;
}

.entry-list .entry {
	width: 100%;
	padding: .25rem;
}

@media (min-width:640px) {
	.entry-list {
		margin: -.5rem;
	}

	.entry-list .entry {
		padding: .5rem;
	}
}

@media (min-width:1040px) {
	.entry-list {
		margin: -1rem;
	}

	.entry-list .entry {
		padding: 1rem;
	}
}

.list-c2 .entry,.list-c4 .entry,.list-c6 .entry {
	max-width: 50%;
	flex: 0 0 50%;
}

@media (min-width:576px) and (max-width:859px) {
	.list-c6 .entry,.list-c4 .entry {
		max-width: 33.333333%;
		flex: 0 0 33.333333%;
	}
}

@media (min-width:860px) and (max-width:1299px) {
	.list-c6 .entry {
		max-width: 25%;
		flex: 0 0 25%;
	}
}

@media (min-width:860px) {
	.list-c4 .entry {
		max-width: 25%;
		flex: 0 0 25%;
	}
}

@media (min-width:1300px) {
	.list-c6 .entry {
		max-width: 16.666666%;
		flex: 0 0 16.666666%;
	}
}

@media (max-width:991px) {
	.scroll-entry-list {
		margin: -.5rem -2rem;
		overflow: hidden;
	}

	.scroll-entry-list .list-c6 .entry {
		max-width: 16.666666%;
		flex: 0 0 16.666666%;
	}

	.scroll-entry-list .list-c4 .entry {
		max-width: 25%;
		flex: 0 0 25%;
	}

	.scroll-entry-list .list-c2 .entry {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.scroll-entry-list .entry {
		min-width: 18rem;
	}

	.scroll-entry-list .entry-list {
		padding: 2rem 0;
		margin: -2rem 0;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
	}

	.scroll-entry-list .entry-list::before,.scroll-entry-list .entry-list::after {
		content: "";
		min-width: 1.5rem;
		max-width: 1.5rem;
		height: 2rem;
	}
}

@media (max-width:639px) {
	.scroll-entry-list {
		margin: -.5rem -1rem;
	}

	.scroll-entry-list .entry-list::before,.scroll-entry-list .entry-list::after {
		min-width: .75rem;
		max-width: .75rem;
	}
}

.label {
	display: flex;
	align-items: center;
	font-size: .6875rem;
	font-weight: bold;
	background-color: var(--entry-label);
	text-transform: uppercase;
	line-height: 1rem;
	padding: .25rem .5rem;
	border-radius: .75rem;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	pointer-events: none;
}

.label::before {
	content: "";
	width: .5rem;
	height: .5rem;
	border: .25rem solid;
	display: block;
	border-radius: 50%;
	margin-right: .25rem;
}

@media (min-width:992px) {
	.recom-list {
		margin-top: -1rem;
	}
}

@media (min-width:1040px) {
	.recom-list {
		margin-top: -2rem;
	}
}

.entry-app > .item,.entry-news > .item {
	background-color: var(--entry-bg);
	border-radius: 1.125rem;
	z-index: 0;
}

.entry-app > .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.entry-app > .item::before {
	height: 3.75rem;
	left: .875rem;
	right: .875rem;
	top: .875rem;
}

@media (min-width:640px) {
	.entry-news .pic::after,.entry-app > .item::before {
		content: "";
		position: absolute;
		background-size: 1rem 1rem;
		z-index: -1;
		opacity: .075;
		background-image: var(--entry-pattern);
	}
}

.entry-app > .item::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translate(-50%,1rem);
	background-image: radial-gradient(closest-side,rgba(23,43,61,0.2) 0,rgba(23,43,61,0) 100%);
}

.entry-app .label {
	position: absolute;
	top: 0;
	left: 0;
	margin: .5rem;
	z-index: 1;
}

.entry-app .img {
	width: 6rem;
	height: 6rem;
	display: block;
	position: relative;
	margin: 1.5rem auto;
}

.entry-app .title {
	font-size: .875rem;
	padding: 0 1rem;
	margin-top: -.25rem;
	margin-bottom: .25rem;
}

.entry-app .title > a > span {
	display: block;
	overflow: hidden;
	line-height: 1.4em;
	max-height: 2.8em;
}

@media (max-width:639px) {

	.entry-app > .item::after {
		width: 10rem;
		padding-top: 10rem;
	}
}

@media (min-width:640px) {
	.entry-app > .item::after {
		width: 12rem;
		padding-top: 12rem;
	}

	.entry-app .img {
		width: 7rem;
		height: 7rem;
	}
}

@media (min-width:992px) {
	.entry-app > .item .img img {
		transition: transform .2s ease;
	}

	.entry-app > .item:hover .img > img {
		transform: scale(1.05);
	}
}

.entry-news {
	display: flex;
}

.entry-news > .item {
	width: 100%;
	border-radius: 1.125rem;
}

.entry-news .fit-cover {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	margin: 0;
}

.entry-news .fit-cover::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .12;
}

.entry-news .cont {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1rem;
}

.entry-news .meta {
	margin-bottom: 1rem;
}

.entry-news .title {
	font-size: 1.25rem;
	margin-bottom: .75rem;
	margin-top: -.25rem;
}

@media (min-width:992px) {
	.entry-news .fit-cover::after {
		transition: opacity .2s ease;
	}

	.entry-news > .item:hover .fit-cover::after {
		opacity: 0;
	}
}

@media (max-width:1139px) {
	.entry-news .title {
		font-size: 1.125rem;
	}
}

@media (max-width:991px) {
	.section-news .entry-news {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.entry-news .title {
		font-size: 1rem;
	}
}

@media (max-width:499px) {
	.entry-news .pic {
		position: relative;
		width: 100%;
		padding-top: 35%;
		border-radius: inherit;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.entry-news .pic .fit-cover {
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width:500px) {
	.entry-news > .item {
		display: flex;
	}

	.entry-news .cont {
		padding: 1.5rem 2rem;
	}

	.entry-news .pic {
		width: 50%;
		max-width: 18.75rem;
		order: 13;
		margin: 0;
		border-radius: inherit;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: auto;
		background-color: #FBFBFB;
		position: relative;
	}

	.entry-news .pic::after {
		right: 100%;
		top: 0;
		bottom: 0;
		width: 4.75rem;
		margin: .25rem;
	}

	.entry-news .meta {
		margin-bottom: 1.5rem;
	}

	.entry-news .description {
		display: block!important;
		opacity: .8;
		overflow: hidden;
		max-height: 6em;
		font-size: .875rem;
		margin-bottom: .75rem;
	}
}

.meta {
	font-size: .75rem;
	line-height: 1rem;
}

.meta,.meta > * {
	display: flex;
	align-items: center;
}

.meta > *:not(:last-child) {
	margin-right: .5rem;
}

.meta svg {
	vertical-align: top;
}