.detailArea {
	max-width: 1480px;
	padding: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #E9EAEB;
	border-radius: 32px;
}

.detailArea .topHeader {
	display: flex;
	padding: 32px 16px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	background: #f6f6f6;
	border-radius: 32px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333;
}

.detailArea .topHeader p {
	text-align: center;
	min-width: 80px;
}

.detailArea .topHeader p.notice-fixed {
	text-align: center;
	min-width: 120px;
}

.detailArea .topHeader p.number {
	text-align: center;
	min-width: 80px;
}

.detailArea .topHeader h2.headTitle {
	text-align: center;
	width: 100%;
}

.detailArea .topHeader h2.headTitle.detail {
	text-align: left;
	width: 100%;
}

.detailArea .topHeader>div {
	display: flex;
	gap: 16px;
}

.detailArea .topHeader .part02 p {
	min-width: 188px;
	text-align: center;
}

.detailArea .topHeader .part02.event-part02 p {
	min-width: 270px;
}

.detailArea .topHeader .part02 .tag {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #939FA4;
}

.detailArea .topHeader .part02 .date {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}

.topHeader.info {
	margin-top: 18px;
}

.topHeader.info li:nth-of-type(2) {
	margin: 16px 0 0;
}

.topHeader.info li span {
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

.topHeader.info li p {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.topHeader.info li a {
	text-decoration: underline;
}

.detailArea .textArea {
	padding: 20px 40px;
	text-align: left;
}

.detailArea .textArea>p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #333333;
}

.movePageCont {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 1480px;
	box-sizing: border-box;
	margin: 40px auto 120px;
}

.movePageCont .bottomMove {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f6f6;
	padding: 32px;
	border-radius: 32px;
}

.movePageCont .bottomMove div {
	display: flex;
	gap: 16px;
	align-items: center;
}

.movePageCont .bottomMove .part01 .number {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #586063;
}

.movePageCont .bottomMove .part01 .headTitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #939FA4;

	max-width: 600px;
	/* 120px 이상 말줄임 */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.movePageCont .bottomMove .part02 .date {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #939FA4;
}

.movePageCont .goListBtn {
	margin-top: 24px;
	padding: 16px;
	width: 93px;
	background: #FFFFFF;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	/* 폰트 */
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #333333;

}

/* 모바일 기준 998px*/
@media screen and (max-width: 998px) {
	.detailArea {
		padding: 0px;
		border: none;
	}

	.detailArea .topHeader {
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		background: #fff;
		border-radius: 0;
		gap: 4px;
	}

	.detailArea .topHeader:nth-of-type(1) {
		border-bottom: 1px solid #E9EAEB;
	}

	.topHeader.info {
		background: #f6f6f6;
		border-radius: 32px;
		margin-top: 18px;
	}

	.topHeader.info ul li:nth-of-type(2) {
		margin: 0;
	}

	.topHeader.info li span {
		width: 110px;
		text-align: center;
		font-size: 14px;
		line-height: 19px;
	}

	.topHeader.info li p {
		font-size: 14px;
		line-height: 16px;
	}

	.topHeader.info li a {
		text-decoration: underline;
	}

	.detailArea .topHeader>div {
		display: flex;
		flex-direction: column;
		gap: 4px;
		align-items: flex-start;
	}

	.detailArea .topHeader p.number, .detailArea .topHeader p.notice-fixed {
		text-align: left;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
	}

	.detailArea .topHeader h2.headTitle {
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
		color: #333;
		text-align: left;
	}

	.detailArea .topHeader .part02 {
		flex-direction: column-reverse;
	}

	.detailArea .topHeader .part02 .tag {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: #586063;
	}

	.detailArea .topHeader .part02 .date,
	.detailArea .topHeader .event-part02 .date {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #B1B1B1;
		text-align: left;
	}

	.detailArea .textArea {
		padding: 24px 0;
		border-bottom: 1px solid #E9EAEB;
	}

	.movePageCont {
		display: block;
		margin: 24px auto 0;
	}

	.movePageCont .bottomMove {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #f6f6f6;
		padding: 20px 24px;
		border-radius: 32px;
	}
	.movePageCont .bottomMove.next{
		margin: 8px 0 0;
	}

	.movePageCont .bottomMove div {
		display: flex;
		gap: 8px;
		align-items: center;
	}

	.movePageCont .bottomMove .part01 .number {
		font-size: 14px;
		line-height: 17px;
	}

	.movePageCont .bottomMove .part01 .headTitle {
		font-size: 14px;
		line-height: 17px;
		/* 450 말줄임 */
		max-width: 450px;
	}

	.movePageCont .bottomMove .part02 .date {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
	}

	.movePageCont .goListBtn {
		/* display: none; */
		display: inline-block;
		width: 80px;
		font-size: 14px;
		letter-spacing: 0.01em;
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 700px) {
	.movePageCont .bottomMove .part01 .headTitle {
		max-width: 170px;
	}
}

@media screen and (max-width: 360px) {
	.movePageCont .bottomMove .part01 .number {
		font-size: 12px;
	}

	.movePageCont .bottomMove .part01 .headTitle {
		font-size: 12px;
	}

	.movePageCont .bottomMove .part02 .date {
		font-size: 12px;
	}

	.movePageCont .bottomMove .part02 .date {
		display: none;
	}
}