@charset "UTF-8";
/* About SOVAC (Mobile - Figma 기준) */

.about-renewal {
	padding: 0 20px 80px;
	padding-top: 24px;
	background: #fff;
	box-sizing: border-box;
	height: calc(100vh - 75px);
	height: calc(100dvh - 75px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.about-renewal * { box-sizing: border-box; }

/* ── Hero ── */
.about-hero {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
}
.about-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 6px;
	padding: 1px;
	background: linear-gradient(to right, rgba(70, 0, 130, 0.4), rgba(70, 0, 130, 0));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 3;
	pointer-events: none;
}
.about-hero__bg {
	position: absolute;
	inset: 0;
}
.about-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 24px 16px;
	height: 100%;
	text-align: center;
}
.about-hero__titles {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
}
.about-hero__title-dark {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #18191d;
}
.about-hero__title-purple {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #8620df;
}
.about-hero__slogan {
	margin-bottom: 14px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #18191d;
	text-align: center;
	white-space: nowrap;
}
.about-hero__desc {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #3d3e44;
	text-align: center;
	word-break: keep-all;
}
.about-hero__desc-bold { font-weight: 500; }

/* ── Feature Cards ── */
.about-features {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 24px;
}
.about-feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 24px;
	background: #fff;
	border: 1px solid #f6f6f6;
	border-radius: 6px;
	box-shadow: 3px 6px 13px rgba(206,206,206,0.25);
	text-align: center;
}
.about-feature-card__icon {
	width: 94px;
	height: 94px;
	flex-shrink: 0;
}
.about-feature-card__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-feature-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.about-feature-card__label {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #a0a1a7;
	margin: 0;
}
.about-feature-card__title {
	font-family: 'Pretendard', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #18191d;
	line-height: 1.3;
}
.about-feature-card__desc {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #52535a;
	margin: 0;
	word-break: keep-all;
}

/* ── History ── */
.about-history {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 40px;
}
.about-history__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.about-history__year {
	font-family: 'Pretendard', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #18191d;
}
.about-history__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.about-history__title {
	font-family: 'Pretendard', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #18191d;
	margin: 0;
}
.about-history__desc {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #707178;
	margin: 0;
	word-break: keep-all;
}
.about-history__image {
	width: 100%;
	height: 321px;
	border-radius: 6px;
	overflow: hidden;
	background: #fafafa;
}
.about-history__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid #460082;
	border-radius: 6px;
	color: #460082;
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	align-self: flex-start;
}

/* ── Divider ── */
.about-divider {
	height: 3px;
	background: #18191d;
	margin: 0 0 40px;
}

/* ── Partners ── */
.about-partners { margin-bottom: 24px; }
.about-partners__title {
	font-family: 'Pretendard', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #18191d;
	margin: 0 0 23px;
	text-align: center;
}
.about-partners__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 40px;
}
.about-tab {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 18px;
	height: 38px;
	border: 1px solid #d3d4d8;
	border-radius: 100px;
	background: #fff;
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #d3d4d8;
	cursor: pointer;
	white-space: nowrap;
	box-sizing: border-box;
}
.about-tab--active {
	background: #460082;
	border-color: #460082;
	color: #fff;
}
.about-tab__count {
	font-size: 12px;
	padding: 4px;
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
}
.about-partners__panel { display: none; }
.about-partners__panel--active { display: block; }
.about-partners__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.about-partners__grid li {
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	overflow: hidden;
}
.about-partners__grid li img {
	width: 100%;
	height: 60px;
	object-fit: contain;
	display: block;
}
.about-partners__nodata {
	text-align: center;
	padding: 40px 0;
	color: #a0a1a7;
	font-size: 14px;
}
