.top__h1_div{padding-bottom:40px;padding-top:20px;}
.nr_card_div{
	padding:60px 20px 40px 20px;
	min-width:30px; width:100%; max-width:1280px;
	border-bottom:1px solid #e7e7e7;
	gap:20px;
}
.nr_cardt{
	text-decoration:none;
	width:calc(33.33% - 15px);
	aspect-ratio:1/1;
	position:relative;
	border-radius:5px;
	background-size:cover;
	background-position:center top;
}.nr_cardt:hover{opacity:.8;}
.nrc_title{
	padding:10px 15px 10px 20px;
	background:rgba(255,255,255,.99);
	color:#111;
	font-size:24px;
	font-weight:500;
	position:absolute;
	left:0;
	top:15px;
	z-index:10;
	white-space:nowrap;
	border-radius:0 5px 5px 0;
	width:90%;
}
.nr_photo_div{
	padding-top:60px; padding-bottom:80px;
	min-width:300px; width:100%; max-width:1440px;
	gap:10px;
}
.nr_img_box{
	width:calc(25% - 10px); min-width:280px;
	height:300px;
	position:relative;
	overflow:hidden;
	border-radius:15px;
	background-size:cover;
	background-position:center top;
}
.nr_img_box:hover{box-shadow:0 0 10px -4px #ffce00;cursor:pointer;}
.nr_img_box span{
	padding:10px;
	background:rgba(255,255,255,.9);
	color:#333;
	font-weight:600;
	font-size:15px;
	position:absolute;
	border-radius:0 10px 0 0;
	bottom:0; left:0;
}
.nr_annot_div{
	min-width:300px; width:100%; max-width:1440px;
	padding:40px 20px; padding-bottom:50px;
	border-bottom:1px solid #e7e7e7;
}
.nr_annot_div p{
	font-size:15px;
	color:#111;
	margin-top:30px;
	line-height:140%;
}
@media only screen and (max-width:1050px){
	.nrc_title{font-size:18px;}
}
@media only screen and (max-width:720px){
	.nrc_title{font-size:16px;}
	.nr_card_div{gap:10px;}
	.nr_cardt{width:calc(33.33% - 6.66px);}
}
@media only screen and (max-width:640px){
	.nr_cardt{width:calc(50% - 5px);}
	.nrc_title{padding:10px;}
}