.topIntro {
	padding: 120px 0 74px;
	text-align: center;
}

.topIntro .title {
	font-weight: 700;
	font-size: 48px;
	line-height: 57px;
	margin-top: 30px;
}

.topIntro .robotLogo {
	max-width: 161px;
}

.topIntro .descBox {
	margin-top: 8px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}

/* 버튼 부분 */
.categoryCont {
	width: fit-content;
	margin: 0 auto 40px;
}

.categoryCont .categoryList {
	display: flex;
	gap: 24px;
}

.categoryCont .categoryList li button,
.categoryCont .categoryList li a {
	display: block;
	width: 198px;
	background: #fff;
	padding: 16px 24px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #1A1A1A;
	text-align: center;
	cursor: pointer;
}

.categoryCont .categoryList li button.active,
.categoryCont .categoryList li a.active {
	background: #1AB6E4;
	font-weight: 500;
	color: #fff;
}

.galleryArea {
	max-width: 1440px;
	padding-bottom: 120px;
	box-sizing: border-box;
}

.noMediaMsg {
	display: block;
	padding: 120px 0;
	text-align: center;
	font-size: 18px;
	color: #222;
	font-weight: 700;
}

.galleryArea .galleryList {
	width: 100%;
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, 1fr);
}
.galleryArea .galleryList.nogrid {
	width: 100%;
	display: block;
}

.galleryArea .galleryList>li {
	background: #fff;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	box-sizing: border-box;
	cursor: pointer;
}

.galleryArea .galleryList li .galleryImg {
	width: 100%;
	height: 273px;
}

.galleryArea .galleryList li .galleryImg>img {
	width: 100%;
	height: 100%;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.galleryArea .galleryList .galleryCont {
	text-align: center;
	padding: 34px 36px;
}

.galleryArea .galleryList .galleryCont .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;
}

.galleryArea .galleryList .galleryCont .txt {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #586063;
}

.galleryArea .galleryList .galleryCont .date {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #939FA4;
}

.pagingArea.mobile .moreBtn {
	margin: 40px auto;
	width: 110px;
	background: #FFFFFF;
	border: 1px solid #939FA4;
	border-radius: 100px;
	padding: 12px 24px;
	display: none;
}

.pagingArea.mobile .moreBtn.notice {
	margin: 40px auto;
}

.pagingArea.pc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin: 80px 0;
}

.pagingArea.pc .btn {
	box-sizing: border-box;
	width: 59px;
	height: 59px;
	background: #FFFFFF;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
}

.pagingArea.pc .btn.next>img {
	transform: rotate(180deg);
}

.pagingArea.pc ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}


.pagingArea.pc ul li {
	width: 59px;
	height: 59px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
}

.pagingArea.pc ul li button {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

.pagingArea.pc ul li button.active {
	background: #1AB6E4;
	color: #fff;
}

.pagingArea.pc ul li button:focus,
.pagingArea.pc ul li button:hover {
	background: #1AB6E4;
	color: #fff;
}

.pagingArea.pc.notice {
	margin-bottom: 120px;
}

/* 미디어 센터 공지사항 리스트 */
.noticeArea ul li {
	display: flex;
	padding: 32px 0;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.noticeArea ul li .notice-fixed {
	min-width: 80px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	text-align: center;
}

.noticeArea ul li .num {
	min-width: 80px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	text-align: center;
}

.noticeArea ul li .title {
	flex: 1;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	text-align: left;
	padding-left: 10px;

	/* 줄바꿈 */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.noticeArea ul li .date {
	min-width: 188px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	text-align: center;
}

.total-wrap {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	margin-bottom: 15px;
}

.total-wrap .total-text {
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	color: #333;
}

@media screen and (max-width: 1280px) {
	.galleryArea .galleryList {
		width: 100%;
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

}

/* 모바일 기준 998px*/
@media screen and (max-width: 998px) {
	.topIntro {
		padding: 30px 0 40px;
		text-align: center;
	}

	.topIntro .title {
		font-size: 36px;
		margin-top: 10px;
	}

	.topIntro .robotLogo {
		max-width: 102px;
	}

	.topIntro .descBox {
		margin-top: 8px;
		font-size: 18px;
		line-height: 27px;
	}

	.topIntro .descBox span {
		display: block;
	}

	/* 버튼 부분 */
	.categoryCont {
		margin: 0 auto 30px;
	}

	.categoryCont .categoryList {
		display: flex;
		gap: 8px;
	}
	.categoryCont .categoryList li a,
	.categoryCont .categoryList li button {
		width: 115px;
		padding: 12px 18px;
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
	}
	.categoryCont .categoryList li a.active,
	.categoryCont .categoryList li button.active {
		background: #1AB6E4;
		color: #fff;
		font-weight: bold;
	}

	.categoryCont .categoryList li button:focus,
	.categoryCont .categoryList li button:hover {
		background: #1AB6E4;
		font-weight: 500;
		color: #fff;
	}

	.galleryArea {
		max-width: 1440px;
		padding: 20px 0 40px;
		box-sizing: border-box;
	}

	.galleryArea .galleryList {
		width: 100%;
		display: grid;
		gap: 0px;
		grid-template-columns: repeat(1, 1fr);
	}

	.galleryArea .galleryList>li {
		background: #fff;
		box-shadow: none;
		border-radius: 0;
		border-bottom: 1px solid #EDEDED;
		display: flex;
    gap: 16px;
		padding: 20px 0;
	}

	.galleryArea .galleryList>li>a {
		display: flex;
		gap: 16px;
		/* align-items: center; */
		padding: 20px 0;
	}

	.galleryArea .galleryList li .galleryImg {
		width: 80px;
		height: 73px;
	}

	.galleryArea .galleryList li .galleryImg>img {
		width: 80px;
		height: 100%;
		border-radius: 16px;
		object-fit: cover;
	}
	.galleryArea .galleryList .mb-date-wrap{
		width: 80px;
		height: 73px;
	}
	.galleryArea .galleryList .mb-date-wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.galleryArea .galleryList .galleryCont {
		text-align: left;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.galleryArea .galleryList .galleryCont .title {
		font-size: 18px;
		line-height: 24px;
	}

	.galleryArea .galleryList .galleryCont .txt {
		font-size: 14px;
		line-height: 17px;
		padding: 4px 0 10px;
	}

	.galleryArea .galleryList .galleryCont .date {
		font-size: 12px;
	}

	.pagingArea.mobile .moreBtn {
		display: block;
	}

	.pagingArea.pc {
		display: none;
	}

	/* 공지사항 리스트 모바일 */
	.detailArea .topHeader.noticeMobile {
		display: none;
	}

	.noticeArea ul li {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 4px;
		align-items: flex-start;
		padding: 20px 0;
		border-bottom: 1px solid #E9EAEB;
	}

	.noticeArea ul li .part01 {
		display: flex;
		align-items: center;
		gap: 32px;
	}

	.noticeArea ul li .notice-fixed, .noticeArea ul li .num {
		min-width: auto;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #333;
		text-align: left;
	}

	.noticeArea ul li .title {
		font-weight: 500;
		font-size: 18px;
		line-height: 27px;
		padding: 0;
		letter-spacing: 0.01em;

		/* 줄바꿈 */
		width: 100%;
	}

	.noticeArea ul li .date {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #B1B1B1;
		text-align: left;
		letter-spacing: 0.01em;
	}

	.total-wrap {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 670px) {
	.noticeArea ul li .part01 .title {
		/* 줄바꿈 */
		/* max-width: 380px; */
	}
}

@media screen and (max-width: 450px) {
	.noticeArea ul li .part01 .title {
		/* 줄바꿈 */
		/* max-width: 230px; */
	}
}

@media screen and (max-width: 400px) {
	.categoryCont .categoryList {
		gap: 8px;
	}
	.categoryCont .categoryList li a,
	.categoryCont .categoryList li button {
		width: auto;
		padding: 12px 20px;
		font-size: 16px;
	}
}