/* main-banner */
.main-banner-wrap {
	position: relative;
	width: 100%;
	height: 740px;
}

.main-banner-wrap .main-banner-img {
	height: 740px;
	background: url('/resources/images/onestar/info/matching/main-banner-pc.png') center/cover no-repeat;
}

.main-banner-wrap .main-info {
	position: absolute;
	top: 192px;
	left: 140px;
}

.main-banner-wrap .main-info>strong {
	color: #373C59;
	font-size: 40px;
	font-weight: 700;
	line-height: 70px;
}

.main-banner-wrap .main-info>h1 {
	margin-bottom: 67px;
	color: #373C59;
	font-size: 62px;
	font-weight: 700;
	line-height: 70px;
}

.main-banner-wrap .main-info>p {
	margin-bottom: 90px;
	color: #373C59;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}

@media ( max-width : 1079px) {
	.main-banner-wrap {
		height: 552px;
	}
	.main-banner-wrap .main-banner-img {
		height: 552px;
		background: url('/resources/images/onestar/info/matching/main-banner-mo.png') center/cover no-repeat;
	}
	.main-banner-wrap .main-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		left: 0;
		top: 34%;
		width: 100%;
		transform: translateY(-50%);
	}
	.main-banner-wrap .main-info>strong {
		margin-bottom: 5px;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		font-family: Pretendard;
	}
	.main-banner-wrap .main-info>h1 {
		margin-bottom: 20px;
		text-align: center;
		font-family: Pretendard;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px;
	}
	.main-banner-wrap .main-info>p {
		margin-bottom: 110px;
		text-align: center;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
	.main-banner-wrap .main-info>a {
		text-align: center;
		margin: 0 auto;
		padding: 12px 24px;
		width: 146px;
		height: 44px;
		border: 1px solid #FFF;
		color: #FFF;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
	}
}

/* 어떤 인플루언서? */
.influencer-wrap {
	height: 1215px;
	padding: 180px 40px;
	background: url("/resources/images/onestar/info/matching/influencer-pc-bg.png") center/cover no-repeat;
	margin: 0 auto;
	text-align: center;
}

.category-title {
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-item {
	margin-bottom: 10px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 99px;
	background: none;
	color: #BFBFBF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.category-item:hover {
	background: #eaeaea;
	color: #333;
}

.category-item.active {
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid #fff;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}

/* ~~~~~~~~~ 수정 ~~~~~~~~~~ */
.category-content {
	margin-top: 50px;
	border-radius: 30px;
	font-size: 28px;
	line-height: 1.8;
	color: #444;
	/* min-height: 300px; */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hidden {
	display: none;
}

.profile-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.profile-card {
	width: 1280px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 16px;
	padding: 14px 14px 14px 40px; /* 수정 */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	/* font-family: 'Pretendard', sans-serif; */
}

.info {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	gap: 44px;
}

.info-col {
	display: flex;
	/* flex-direction: column; */
	gap: 8px;
}

.info-item {
	display: flex;
	flex-direction: row;
	gap: 18px;
	align-items: center;
}

.info-item {
	width: 210px; /* 수정 */
}

.label {
	color: #7B7B7B;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.value {
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #373C59;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.sns-icon {
	margin-right: 6px;
	width: 24px;
	height: 24px;
}

.value .icon {
	margin-left: 4px;
	width: 18px;
	height: 18px;
}

.send-proposal-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 167px;
	height: 50px;
	padding: 16px 40px;
	border: none;
	border-radius: 8px;
	background: #296BEF;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	cursor: pointer;
	transition: background 0.3s;
}

.send-proposal-btn:hover {
	background: #1f54c9;
}

/* 페이지네이션 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 56px;
	list-style: none;
	padding: 0;
	margin-top: 50px;
}

.page-item a {
	text-decoration: none;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.40);
	font-weight: 400;
	line-height: 32px;
	transition: color 0.3s;
}

.page-item.active a {
	color: #fff;
	font-weight: 700;
}

.page-item a:hover {
	color: #fff;
}

.page-item.dots {
	color: rgba(255, 255, 255, 0.40);
	font-size: 20px;
}

@media ( max-width : 1463px) {
	.category-list {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
		gap: 4px;
		padding: 0 16px;
		scrollbar-width: none;
	}
	.category-list::-webkit-scrollbar {
		display: none;
	}
	.category-list li {
		flex: 0 0 auto;
	}
}

@media ( max-width : 1340px) {
	.profile-card {
		width: 980px;
	}
	.profile-card {
		width: 1050px;
		justify-content: center;
		padding: 15px 16px;
	}
	.info {
		gap: 0;
	}
}

@media ( max-width : 1079px) {
	.influencer-wrap {
		height: 1040px;
		padding: 80px 15px;
		background: url("/resources/images/onestar/info/matching/influencer-mo-bg.png") center/cover no-repeat;
		margin: 0 auto;
		text-align: center;
	}
	.category-title {
		margin-bottom: 27px;
		font-size: 32px;
		line-height: 42px;
	}
	.category-content {
		margin-top: 8px;
	}
	.profile-grid {
		display: grid;
		grid-template-columns: repeat(2, 160px);
	}
	.profile-card {
		width: 160px;
		height: 193px;
		display: block;
		border-radius: 12px;
		padding: 18px 12px 12px 12px;
	}
	.info {
		display: block;
		gap: 0;
	}
	.info-item {
		margin-bottom: 12px;
		width: 136px;
		gap: 10px;
	}
	.info-item:nth-child(4) {
		margin-bottom: 0;
	}
	.label {
		margin-left: 4px;
		color: #7B7B7B;
		font-size: 12px;
		line-height: 18px;
	}
	.value {
		font-size: 14px;
		line-height: 20px;
		gap: 4px;
	}
	.sns-icon {
		margin-right: 0;
		width: 16px;
		height: 16px;
	}
	.value .icon {
		margin-left: 2px;
		width: 10px;
		height: 10px;
	}
	.send-proposal-btn {
		margin-top: 7px;
		width: 136px;
		height: 40px;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	}

	/* 페이지네이션 mo */
	.pagination {
		gap: 32px;
		margin-top: 28px;
	}
	.page-item a {
		font-size: 14px;
	}
	.page-item.active a {
		color: #fff;
		font-weight: 700;
	}
	.page-item a:hover {
		color: #fff;
	}
	.page-item.dots {
		font-size: 14px;
	}
}

@media ( max-width : 844px) {
	.category-item {
		padding: 6px 16px;
		border-radius: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	.category-item.active {
		background: rgba(255, 255, 255, 0.10);
		border: 1px solid #fff;
		font-size: 14px;
		line-height: 18px;
	}
}

/* matching-service */
.matching-service-wrap {
	margin: 143px auto 140px;
}

.matching-service-wrap .matching-service-boxes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.matching-service-wrap .matching-service-boxes>h3 {
	margin-bottom: 28px;
	color: #373C59;
	font-size: 40px;
	font-weight: 700;
}

.matching-service-wrap .matching-service-boxes>p {
	color: #3C3C3C;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.matching-service-wrap .matching-service-boxes>p:nth-child(3) {
	margin-bottom: 60px;
}

.matching-service-wrap .matching-service-boxes .matching-service-btn {
	padding: 18px 0;
	width: 388px;
	height: 74px;
	border-radius: 999px;
	border: 1px solid #296BEF;
}

.matching-service-wrap .matching-service-boxes .matching-service-btn>p {
	color: #296BEF;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

@media ( max-width : 1079px) {
	.matching-service-wrap {
		margin: 70px 25px;
	}
	.matching-service-wrap .matching-service-boxes {
		display: block;
		text-align: start;
	}
	.matching-service-wrap .matching-service-boxes>h3 {
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 32px;
	}
	.matching-service-wrap .matching-service-boxes .bold-mo {
		color: #373C59;
		font-size: 32px;
		font-weight: 700;
		line-height: 32px;
	}
	.matching-service-wrap .matching-service-boxes>p {
		color: #373C59;
		font-size: 14px;
		line-height: 20px;
	}
	.matching-service-wrap .matching-service-boxes>p:nth-child(2) {
		margin-bottom: 16px;
	}
	.matching-service-wrap .matching-service-boxes>p:nth-child(3) {
		margin-bottom: 40px;
	}
	.matching-service-wrap .matching-service-boxes .matching-service-btn {
		display: inline-flex;
		padding: 12px 28px;
		width: 176px;
		height: 44px;
		border: 1px solid #296BEF;
	}
	.matching-service-wrap .matching-service-boxes .matching-service-btn>p {
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
	}
}