.post-type-archive-notice .wrapper {
	max-width: 1188px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-top: 110px;
	padding-bottom: 100px;
}

.post-type-archive-notice .fixedSection {
	margin-bottom: 80px;
}

.post-type-archive-notice .topSection {
	margin-bottom: 30px;
}
.fixedSection .topSection .title {
	display: block;
	text-align: center ;
}

.post-type-archive-notice .title {
	display: flex;
	gap: 4px;
	margin-top: 1px;
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #000;
}
.topSection .title.mo {
	display: none;
}

.post-type-archive-notice .listWrapper {
	width: 100%;
}

.post-type-archive-notice .tabWrapper {
	margin: 0 -15px;
	font-size: 0;
}

.post-type-archive-notice .tab {
	display: inline-block;
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
	cursor: pointer;
}

.post-type-archive-notice .list {
	width: 100%;
	padding: 45px 20px;
	border-radius: 10px;
	border: 1px solid #eee;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
}

.post-type-archive-notice .list:hover {
	opacity: 0.6;
	border: 1px solid #1351F6;
}
.post-type-archive-notice .list.active {
	border: 1px solid rgba(19, 81, 246, 0.5);
}

.post-type-archive-notice .list img {
	width: 40px;
	height: 40px;
}

.post-type-archive-notice .list p {
	padding: 17px 0 16px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.post-type-archive-notice .list span {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}

/* 모바일 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .wrapper {
		padding: 0;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.post-type-archive-notice .fixedSection {
		padding: 0 20px;
		margin-bottom: 0;
	}

	.post-type-archive-notice .topSection {
		margin-bottom: 22px;
	}

	.fixedSection .topSection .title {
		display: none;
	}
	.topSection .title.mo {
		display: block;
		text-align: center;
	}

	.post-type-archive-notice .title {
		font-size: 20px;
		margin-bottom: 0;
		text-align: left;
	}


	.post-type-archive-notice .tabWrapper {
		margin: 0 -10px;
	}

	.post-type-archive-notice .tab {
		padding: 0 10px;
	}

	.post-type-archive-notice .list {
		height: auto;
		padding: 21px 0;
	}

	.post-type-archive-notice .list img {
		width: 26px;
		height: 26px;
	}

	.post-type-archive-notice .list p {
		padding: 10px 0 0 0;
		font-size: 12px;
		line-height: normal;
	}

	.post-type-archive-notice .list span {
		display: none;
	}
}

/* 기본 스타일 */
.post-type-archive-notice .notice-wrapper {
	width: 100%;
	height: auto;
}

.post-type-archive-notice .notice-wrapper h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .notice-wrapper {
		padding: 0 20px;
		margin: 50px 0 0 0;
	}

	.post-type-archive-notice .wrapper h2 {
		margin-bottom: 0;
		padding-bottom: 18px;
		font-size: 16px;
		border-bottom: 1px solid #000;
	}
}

.post-type-archive-notice .noticeTable {
	margin-bottom: 50px;
}

.post-type-archive-notice .noticeTable a {
	display: block;
}
.post-type-archive-notice .noticeTable .noticeList {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.post-type-archive-notice .noticeTable a:first-child {
	border-top: 1px solid #000;
}

.post-type-archive-notice .noticeList:hover {
	background: #fafafa;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .noticeTable .noticeList {
		padding: 18px 0;
		display: block;
	}
}

.post-type-archive-notice .leftArea {
	width: 63px;
}

.post-type-archive-notice .emphasis {
	width: 15%;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-align: center;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .emphasis {
		display: none;
	}
}

.post-type-archive-notice .title p {
	display: none;
}

.post-type-archive-notice .title span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	color: #000000;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .title p {
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		line-height: normal;
		color: #000000;
	}

	.post-type-archive-notice .title span {
		font-size: 12px;
	}
}

.post-type-archive-notice .date {
	width: 15%;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
	.post-type-archive-notice .date {
		width: inherit;
		font-size: 12px;
		margin-top: 8px;
	}
}

.post-type-archive-notice .moreButtonWrapper {
	padding: 0 20px;
	padding-bottom: 79px;
	border-bottom: 1px solid #ebebeb;
}

.post-type-archive-notice .moreButton {
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 500;
	line-height: 58px;
	border-radius: 500px;
	border: solid 1px #999;
	text-align: center;
}

.post-type-archive-notice .loadingRoundWrapper {
	padding: 24px 0 0 10px;
}

/* 추가적인 스타일들 (LoadingRound와 Pagination 같은) */
.post-type-archive-notice .loadingRound {
	/* Loading 관련 스타일 추가 */
}

.post-type-archive-notice .paginationWrapper {
	/* Pagination 관련 스타일 추가 */
}
