.notice_list {
	margin-top: 60px;
}

.notice_list .list_area {
	margin: 0 -20px;
	padding: 0 20px;
	cursor: pointer;
}
.notice_list .list_area .date {
	text-align: right;
}

.notice_list .list_in {
	padding: 60px 0;
	border-bottom: 1px solid #e2e2e2;
}

.notice_list ul li:first-child .list_in {
	padding-top: 0;
}
.notice_list .tit_area {
	display: flex;
	justify-content: space-between;
}
.notice_list .tit_area .title {
	display: flex;
	gap: 12px;
	flex: 1;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.notice_list .title .txt {
	line-height: 1.5;
}

.notice_list .tit_area > div {
	position: relative;
	display: inline-flex;
	align-content: flex-start;
	justify-content: flex-end;
}

.notice_list .tit_area > div .date {
	position: absolute;
	top: 0;
	right: 0;
}

.notice_list .tit_area .date {
	margin: 5px 0 0 10px;
	margin-top: 10px;
}

.notice_list .hide_area {
	display: none;
	margin-top: 30px;
}

.notice_list .img {
	margin-bottom: 40px;
	text-align: left;
}

.notice_list .hide_area .txt {
	margin: 0;
	font-size: 16px;
	line-height: 1.38;
	color: #787878;
	text-align: left;
	letter-spacing: -0.48px;
}

.notice_list .list_area {
	margin: 0;
	padding: 0;
}
.notice_list .badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 27px;
	background-color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	border-radius: 0;
	box-sizing: border-box;
}

/* event */
.notice_list .list_area.on {
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}

.notice_list .list_area.on .list_in {
	border: 0;
}

/* @media */
@media (max-width: 767px) {
	.notice_list {
		margin-top: 30px;
	}
	.notice_list .tit_area .date {
		display: block;
		margin: 20px 0 0 0;
		width: 100%;
	}

	.notice_list .txt {
		margin: 0;
		font-size: 14px;
		line-height: 1.38;
	}

	.notice_list .tit_area .title {
		width: 100%;
	}

	.notice_list .title .badge {
		width: 30px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	.notice_list .hide_area .txt {
		font-size: 13px;
		text-align: justify;
		letter-spacing: -0.045rem;
	}

	.notice_list .hide_area {
		margin-top: 15px;
	}

	.notice_list .img {
		margin-bottom: 20px;
	}

	.notice_list .list_in {
		padding: 16px 0;
	}

	.notice_list .tit_area {
		flex-wrap: wrap;
	}
}
