.gray-oblique-box {
	margin-top: 0;
}
.h3 {
	font-size: 22px;
	margin-top: 20px;
}

.flag {
	padding-left: 30px;
	position: relative;
}
.flag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(report.png) center/cover no-repeat;
    width: 20px;
    height: 20px;
}

.nomination__works {
	justify-content: start;
	gap: 0 22px;
}

.nomination_work {
	position: relative;
	width: calc(33.3333% - 15px);
	overflow: inherit;
}
.nomination_work__img.text .a_get_more {
	color: #988558;
	text-decoration: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	cursor: pointer;
	margin-top: 10px;
	display: block;
}
.nomination_work__img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #988558;
	margin: -15px;
	margin-bottom:10px;
	overflow: hidden;
}
.nomination_work__title {
	font-weight:700;
	margin-bottom:10px;
}
.nomination_work__name {
	font-size: 12px;
}
.nomination_work__desc {
	font-size: 12px;
	margin-bottom:10px;
}

.nomination_work__vote .vs-likeit {
	padding: 7px 10px;
}
.nomination_work:nth-child(1).medal:after {
	background: url(__img/m1.png);
}
.nomination_work:nth-child(2).medal:after {
	background: url(__img/m2.png);
}
.nomination_work:nth-child(3).medal:after {
	background: url(__img/m3.png);
}
.nomination_work.heart.medal:after {
	background: url(__img/m0.png);
}
.nomination_work.star.medal:after {
	background: url(__img/m00.png);
}
.medal:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -15px;
	width: 81px;
	height: 88px;
	pointer-events: none;
}

.nomination__title_row.box {
	border-bottom: 1px solid #dfd8d8;
	padding-bottom: 15px;
}
.nomination__title a {
	text-transform: none;
}
.nomination__place {
	width: 100%;
}
.nomination__place {
	font-size: 22px;
	color: #988558;
}
.nomination__place small {
	font-size: 16px;
	margin-left: 35px;
}

.nomination_work__like {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-top: 5px;
}
.nomination_work__like img {
	margin-right: 5px;
}

.nomination_work.teacher a {
	text-decoration: none;
}
.nomination_work.teacher .nomination_work__img {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-align: center;
	font-size: 70px;
	line-height: 1;
	padding: 15px;
}
.nomination_work.teacher .nomination_work__img span {
	font-size: 32px;
}
.question_nomination {
	color: #988558;
}
.question_nomination.active + .answer_nomination {
	overflow: inherit;
}
.answer_nomination {
	padding: 0 !important;
}
/* .news-detail .DETAIL_TEXT p {
	text-align: justify !important;
} */

.work-list-box {
	background: #fff;
	padding: 30px;
}
.work-list-box .nomination_work {
	width: calc(20% - 10px);
}

.text-warn {
	margin-bottom: 30px;
	padding: 10px 30px;
	border: 2px solid #ff0000;
	border-left: 10px solid #ff0000;
	border-radius: 5px;
	font-size: 16px;
}
.text-warn.flex {
	display: flex;
	gap: 30px;
}
.text-warn.flex .img {
	flex-shrink: 0;
}


@media (max-width: 990px) {
	.work-list-box .nomination_work {
		width: calc(33.3333% - 10px);
	}
}
@media (max-width: 767px) {
	.nomination_work {
		padding: 10px;
		width: calc(50% - 10px);
	}
	.nomination_view__like .vs-likeit {
		padding: 5px;
	}
	.nomination__row .nomination_work:last-child {
		display: none;
	}
	.nomination_h2 {
		font-size: 22px;
	}
	.nomination__title a {
		font-size: 18px;
	}
	.nomination__title_all a {
		background: #cdcdcd;
	}
	.nomination_work {
		width: 100%;
	}
	.nomination_work__img {
		margin: -10px;
		margin-bottom: 10px;
		a, img {
			width: 100%;
		}
	}
	.right-col {
		margin-bottom: 50px;
	}
	.text-warn.flex .img {
		display: none;
	}
}