@charset "utf-8";

.notice .inner {
	max-width: 1100px;
}
.notice .h_title {
	padding-top: 100px;
	border-bottom: 2px solid #DA1515;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.notice table th {
	height: 55px;
	background: #DA1515;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.notice table td {
	position: relative;
	text-align: center;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	font-size: 16px;
	padding: 18px 20px;
	border-bottom: 0.5px solid #A1A1A1;
}
.notice table td:after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #a1a1a1;
	position: absolute;
	top: 16px;
	right: 0;
}
.notice table td:last-child:after {
	display: none;
}




.notice .read .title {
	background: #DA1515;
	color: #fff;
	padding: 15px 20px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	font-size: 16px;
	margin-bottom: 30px;
}
.notice .read .title .subject {
	flex: 1;
}
.notice .read .title strong {
	margin-left: 20px;
}
.notice .read .cont {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	max-width: 700px;
	margin: 0 auto;
}
.notice .read .cont img {
	max-width: 100%;
}
.notice .read .cont p {
	text-align: left;
}
.notice .read .btn_area {
	justify-content: end;
	margin-top: 40px;
}
.notice .read .btn_area a {
	background: #DA1515;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 18px 21px;
}



@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.notice table colgroup {
		display: none;
	}
	.notice table th {
		height: 50px;
		font-size: 14px;
	}
	.notice table td {
		padding: 16px 15px;
		font-size: 14px;
	}
	.notice table td:nth-child(1) {
		width: 15%;
	}
	.notice table td:nth-child(3) {
		width: 20%;
	}
	
	
	.notice .read .title {
		font-size: 14px;
	}
	.notice .read .cont {
		font-size: 14px;
	}
	.notice .read .btn_area {
		margin-top: 20px;
	}
	.notice .read .btn_area a {
		font-size: 16px;
		padding: 13px 18px;
	}
}
@media screen and (max-width: 768px) {
	.notice .read .title {
		display: block;
		padding: 10px 15px;
	}
	.notice .read .title > div:last-child {
		text-align: right;
		margin-top: 5px;
	}
	.notice .read .title strong {
		margin-left: 10px;
	}
}