@charset "utf-8";

.section-eyebrow {color: var(--color-text-muted);}
.index-20260514-hero {
	--index-20260514-blue: #1550a2;
	--index-20260514-navy: #111827;
	--index-20260514-muted: #4b5563;
	position: relative;
	display: flex;
	align-items: center;
	min-height: min(100vh, 46rem);
	overflow: hidden;
	background: url(https://cdn.myplayer.kr/lawjibsa-mangobanana/corpsvr/pillars_bg.jpeg) no-repeat center / cover;
	color: var(--index-20260514-navy);
}
.index-20260514-hero::before {
	content: "";
	position: absolute;
	inset: 0;	
	background: linear-gradient(110deg, #f8fbff 0%, #eef5ff 52%, #e7f1ff 100%);
	z-index:1;
	mix-blend-mode: color;
}
/* .index-20260514-hero__inner { */
#home .container-xxxl {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
	align-items: stretch;
	/* width: min(100%, 1520px); */
	/* min-height: calc(100vh - 75px); */
	margin: 0 auto;
	padding: clamp(3rem, 5.5vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem) 0;
	z-index: 2;
}

.index-20260514-hero__content {
	position: relative;
	z-index: 2;
	align-self: center;
	min-width: 0;
	padding-bottom: clamp(2rem, 4vw, 4rem);
	display:flex;
	flex-direction: column;
	height: 100%;
}

.index-20260514-hero__eyebrow {
	margin: 0 0 clamp(0.85rem, 1.6vw, 1.25rem);
	color: #5b6472;
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	word-break: break-all;
}

.index-20260514-hero__title {
	gap: 0.18em;
	margin: 0;
	font-size: clamp(2.5rem, 5.25vw, 5rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	word-break: break-all;
  display: inline-block;
  color: #14213d; 
  background: linear-gradient(
    115deg,
    #0f1f3d 0%,
    #132747 28%,
    #1f5f9f 45%,
    #2f7fc3 52%,
    #1f5f9f 59%,
    #132747 76%,
    #0b1b35 100%
  );
  background-size: 260% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

    animation: navyTextShine 4.8s ease-in-out infinite;
}
@keyframes navyTextShine {
  0% {
    background-position: 0% 50%;
  }
  45% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

  /* color: #8a6a22; 

  background: linear-gradient(
    120deg,
    #7a5416 0%,
    #b8842a 28%,
    #f4d37a 46%,
    #fff1b8 52%,
    #d6a13a 59%,
    #9b6a1f 76%,
    #5f3b0c 100%
  );
  background-size: 300% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.18;
  font-family: 'Noto Sans Serif KR', serif;

  animation: goldTextShine 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes goldTextShine {
  0% {
    background-position: 0% 50%;
  }

  38% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-gradient-title {
    animation: none;
    background-position: 48% 50%;
  }
} */


.index-20260514-hero__title span:first-child {
	/* color: #111827; */
}

.index-20260514-hero__trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.75rem 0 0;
	padding: 0;
	list-style: none;
}

.index-20260514-hero__trust-badge {
	min-width: 0;
	padding: 0.5625rem 0.875rem;
	border: 1px solid rgba(20, 55, 95, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 0.5rem 1.25rem rgba(18, 48, 88, 0.06);
	color: #173c66;
	font-size: clamp(0.95rem, 1.1vw, 1.25rem);
	font-weight: 700;
	line-height: 1.35;
	word-break: keep-all;
}

.index-20260514-hero__profile {
	position: absolute;
	right: clamp(0.25rem, 2vw, 1.5rem);
	bottom: clamp(1rem, 4vw, 3.25rem);
	z-index: 3;
	width: min(88%, 23rem);
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(21, 80, 162, 0.12);
	/* border-radius: 1.25rem; */
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1rem 2.25rem rgba(23, 70, 128, 0.16);
	backdrop-filter: blur(0.5rem);
}

.index-20260514-hero__name {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
	margin: 0 0 0.85rem;
	color: #111827;
	line-height: 1.25;
	word-break: keep-all;
}

.index-20260514-hero__name strong {
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-weight: 900;
}

.index-20260514-hero__name span {
	font-size: clamp(0.95rem, 1.3vw, 1.15rem);
	font-weight: 700;
}

.index-20260514-hero__career {
	margin: 0;
	color: #0d55b9;
	font-size: clamp(1rem, 1vw, 1.2rem);
	font-weight: 700;
	line-height: 1.75;
	word-break: keep-all;
}

.index-20260514-hero__cases {
	margin-top: clamp(2rem, 3.5vw, 3rem);
    padding: 0.85rem 0.95rem;
    /* border: 1px solid rgba(21, 80, 162, 0.12); */
    /* border-radius: 1rem; */
    /* background: rgba(255, 255, 255, 0.62); */
    width:min(100%, 58rem);
}


.index-20260514-hero__case-list {
	display: grid;
	gap: 0.62rem;
	margin: 0;
	padding: 0;
	list-style: none;
    width:fit-content;
}

.index-20260514-hero__case-list li {
	position: relative;
	min-width: 0;
	padding-left: 2rem;
	color: #233044;
	font-size: clamp(0.9rem, 1.15vw, 1.02rem);
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
    width:fit-content;
}

.index-20260514-hero__case-list li::before {
	content: "✓";
	position: absolute;
	top: 0.1rem;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--index-20260514-blue);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1;
}

.index-20260514-hero__case-list strong {
	color: var(--index-20260514-blue);
	font-weight: 900;
}

.index-20260514-hero__case-list--visual {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
	width: 100%;
}

.index-20260514-hero__case-list--visual li {
	width: auto;
	padding-left: 0;
}

.index-20260514-hero__case-list--visual li::before {
	content: none;
}

.index-20260514-hero__case-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* min-height: 12.5rem; */
    padding: 0;
    overflow: visible;
    /* border: 1px solid rgba(21, 80, 162, 0.18); */
    /* background: rgba(255, 255, 255, 0.84); */
    /* box-shadow: 0 0.75rem 1.8rem rgba(23, 70, 128, 0.12); */
    color: #233044;
    text-align: left;
    cursor: zoom-in;
}

.index-20260514-hero__case-card:hover .index-20260514-hero__case-thumb,
.index-20260514-hero__case-card:focus-visible .index-20260514-hero__case-thumb{
	transform: translateY(-0.25rem);
	border-color: rgba(21, 80, 162, 0.35);
	box-shadow: 0 1rem 2.25rem rgba(23, 70, 128, 0.18);
	outline: none;
}

.index-20260514-hero__case-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #e8f0fb;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.index-20260514-hero__case-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.index-20260514-hero__case-text {
	display: block;
	padding: 0.8rem 0.85rem 0.9rem;
	font-size: 1.3rem;
	font-weight: 750;
	line-height: 1.38;
	word-break: keep-all;
}

.index-20260514-hero__case-modal[hidden] {
	display: none;
}

.index-20260514-hero__case-modal {
	position: fixed;
	inset: 0;
	z-index: calc(10000 + 2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 3vw, 2rem);
}

.index-20260514-hero__case-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 12, 24, 0.72);
	backdrop-filter: blur(0.35rem);
}

.index-20260514-hero__case-modal-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 58rem);
	max-height: calc(100vh - 2rem);
	padding: clamp(1rem, 2vw, 1.5rem);
	overflow: auto;
	background: #fff;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
}

.index-20260514-hero__case-modal-title {
	margin: 0 3rem 1rem 0;
	color: #111827;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	font-weight: 900;
	line-height: 1.35;
	word-break: keep-all;
}

.index-20260514-hero__case-modal-image {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 9rem);
	object-fit: contain;
	background: #f8fafc;
}

.index-20260514-hero__case-modal-close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	background: #0f172a;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 1199.98px) {
	.index-20260514-hero__case-list--visual {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.index-20260514-hero__message {
	margin-top: clamp(2rem, 3.5vw, 3rem);
}

.index-20260514-hero__partners {
	margin-top: clamp(2rem, 3.6vw, 3.1rem);
}

.index-20260514-hero__partners-title,
.index-20260514-hero__cases-title {
    /* margin: 0 0 0.7rem 1rem; */
    text-align:center;
    margin-bottom: .7rem;
    color: var(--color-text-sub);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: keep-all;

    position:relative;


  color: #8b6f2a;

  background: linear-gradient(
    170deg,
    #c9a646 0%,
    #c9a646 60%,
    #8b681f 76%,
    #53370f 100%
  );
  background-size: 100% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.18;
}
.index-20260514-hero__partners-title::before,
.index-20260514-hero__partners-title::after,
.index-20260514-hero__cases-title::before, 
.index-20260514-hero__cases-title::after 
{
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9a7427, #f1d58b, #9a7427);
  box-shadow: 0 0 10px rgba(197, 157, 71, 0.25);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;

}
.index-20260514-hero__partners-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	max-width: 42rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.index-20260514-hero__partner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.8rem;
	min-width: 0;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(21, 80, 162, 0.12);
	/* border-radius: 1rem; */
	background: rgba(255, 255, 255, 0.62);
}

.index-20260514-hero__partner img {
	width: clamp(3.5rem, 5.5vw, 4.5rem);
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0.5rem 1.2rem rgba(23, 70, 128, 0.12);
}

.index-20260514-hero__partner-info {
	min-width: 0;
}

.index-20260514-hero__partner-name {
	margin: 0 0 0.25rem;
	color: #111827;
	font-size: clamp(0.98rem, 1.18vw, 1.08rem);
	font-weight: 900;
	line-height: 1.25;
	word-break: keep-all;
}

.index-20260514-hero__partner-name span {
	font-weight: 700;
}

.index-20260514-hero__partner-career {
	margin: 0;
	color: #334155;
	font-size: clamp(1rem, 1vw, 1.2rem);
	font-weight: 650;
	line-height: 1.45;
	word-break: keep-all;
}

.index-20260514-hero__expert-panel {
	width: min(100%, 32.5rem);
	padding: 1.125rem 1.375rem;
	border: 1px solid rgba(18, 48, 88, 0.12);
	border-radius: 1.125rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 1.125rem 2.5rem rgba(19, 43, 78, 0.08);
	backdrop-filter: blur(0.625rem);
}

.index-20260514-hero__expert-eyebrow {
	margin: 0 0 0.875rem;
	color: #a67c2d;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.index-20260514-hero__expert-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.875rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.index-20260514-hero__expert-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.index-20260514-hero__expert-photo {
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #e9eef5;
	box-shadow: 0 0.375rem 0.875rem rgba(15, 40, 80, 0.12);
	object-fit: cover;
}

.index-20260514-hero__expert-info {
	min-width: 0;
}

.index-20260514-hero__expert-name {
	display: block;
	margin: 0 0 0.25rem;
	color: #102949;
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
}

.index-20260514-hero__expert-career {
	margin: 0;
	color: #4d5b6d;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.index-20260514-hero__quote {
	margin: 0 0 1rem;
	color: #111827;
	font-size: clamp(1.35rem, 2.2vw, 2.05rem);
	font-weight: 900;
	line-height: 1.25;
	word-break: keep-all;
}

.index-20260514-hero__desc {
	max-width: 42rem;
	margin: 0;
	color: #253145;
	font-size: clamp(0.95rem, 1.25vw, 1.08rem);
	font-weight: 600;
	line-height: 1.75;
	word-break: keep-all;
}

.index-20260514-hero__visual {
	position: relative;
	align-self: end;
	display: flex;
	justify-content: right;
	min-width: 0;
	min-height: 100%;
	position: absolute;
	right: 0;
	z-index: 0;
}

.index-20260514-hero__visual > img {
	position: relative;
	z-index: 2;
	align-self: end;
	width: min(100%, 600px);
	max-height: calc(100vh - 95px);
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 1.4rem 2rem rgba(20, 53, 96, 0.13));
}
/* 
@media (max-width: 991.98px) { */
@media (max-width: 768px) {
	/* .index-20260514-hero__inner { */
	#home .container-xxxl {
		display: flex;
		flex-direction: column;
		min-height: auto;
		padding-bottom: 0;
	}

	.index-20260514-hero__content {
		display: contents;
		padding-bottom: 1.5rem;
	}

	.index-20260514-hero__eyebrow {
		order: 1;
	}

	.index-20260514-hero__title {
		order: 2;
	}

	.index-20260514-hero__trust-badges {
		order: 3;
		width: 100%;
		margin-top: 1rem;
	}

	.index-20260514-hero__visual {
		order: 4;
		min-height: 22rem;
		margin-top: 1.25rem;
		justify-content: center;
		position:relative;
		width:100%;
	}

	.index-20260514-hero__partners {
		order: 5;
	}
	.index-20260514-hero__cases {
		order: 6;
		margin-top: clamp(1.8rem, 3.4vw, 3rem);
		width: 100%;
	}
	.index-20260514-hero__message {
		order: 7;
		margin-top: clamp(1.8rem, 3.4vw, 3rem);
	}

	.index-20260514-hero__visual > img {
		width: min(70vw, 390px);
		max-height: none;
	}

	.index-20260514-hero__profile {
		right: 0;
		bottom: 1.5rem;
		width: min(92%, 22rem);
		text-align: left;
	}

}

@media (max-width: 575.98px) {
	.index-20260514-hero {
		min-height: auto;
	}

	/* .index-20260514-hero__inner { */
	#home .container-xxxl {
		padding: 3rem 1.25rem 3rem;
	}

	.index-20260514-hero__title {
		font-size: clamp(2.35rem, 8vw, 3.45rem);
	}

	.index-20260514-hero__name {
		flex-wrap: wrap;
	}

	.index-20260514-hero__case-list {
		gap: 0.72rem;
	}

	.index-20260514-hero__case-list--visual {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.index-20260514-hero__case-list li {
		padding-left: 1.8rem;
		font-size: 0.92rem;
	}

	.index-20260514-hero__case-list--visual li {
		padding-left: 0;
	}

	.index-20260514-hero__case-card {
		min-height: 11.5rem;
	}

	.index-20260514-hero__partners-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.index-20260514-hero__partner {
		padding: 0.8rem;
	}

	.index-20260514-hero__expert-panel {
		width: 100%;
		padding: 1rem;
	}

	.index-20260514-hero__expert-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.index-20260514-hero__visual {
		flex-direction: column;
		align-items: center;
		min-height: 18rem;
		margin-top: -1rem;
		width: 100%;
	}

	.index-20260514-hero__visual > img {
		width: min(78vw, 330px);
		align-self: center;
	}

	.index-20260514-hero__profile {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin: -1.25rem auto 0;
	}
}

@media (max-width: 420px) {
	.index-20260514-hero__case-list--visual {
		grid-template-columns: minmax(0, 1fr);
	}
}

.index-20260514-why {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
	color: #111827;
}

/* .index-20260514-why__inner { */
.index-20260514-why .container-xxxl {
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 3.75rem) clamp(4.5rem, 7vw, 6.75rem);
}

.index-20260514-why__header {
	margin-bottom: clamp(2.5rem, 4.8vw, 4.5rem);
	text-align: center;
}

.index-20260514-why__title {
	margin: 0;
	color: #111827;
	font-size: clamp(2.8rem, 3.7vw, 3.45rem);
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
	word-break: keep-all;
}

.index-20260514-why__title span {
	color: #4789e5;
}

.index-20260514-why__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(2.5rem, 4.8vw, 4.5rem);
}

.index-20260514-why__card {
	position: relative;
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	min-width: 0;
	padding: 0 clamp(1rem, 2.2vw, 2.25rem);
	text-align: center;
}

.index-20260514-why__card:nth-child(n + 3) {
	padding-top: 3rem;
	border-top: 1px solid rgba(39, 82, 139, 0.16);
}
/* .index-20260514-why__card + .index-20260514-why__card {
	border-left: 1px solid rgba(39, 82, 139, 0.16);
} */


.index-20260514-why__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(7.75rem, 13vw, 11rem);
	transition: transform 0.2s ease;
}

.index-20260514-why__card:hover .index-20260514-why__image {
 transform: translateY(-0.25rem);
}
.index-20260514-why__image img {
	width: min(100%, 10.5rem);
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 1rem 1.2rem rgba(33, 76, 130, 0.12));
}

.index-20260514-why__card-title {
	min-height: 85px;
	margin: 0 0 1.2rem;
	color: #437fd3;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.34;
	letter-spacing: 0;
	word-break: keep-all;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;   
    background: linear-gradient(115deg, #0f1f3d 0%, #132747 28%, #1f5f9f 45%, #2f7fc3 52%, #1f5f9f 59%, #132747 76%, #0b1b35 100%);
    background-size: 280% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: navyTextShine 4.8s ease-in-out infinite;
}

.index-20260514-why__text {
	margin: 0;
	color: #243044;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.75;
	word-break: keep-all;
}

@media (max-width: 991.98px) {
	.index-20260514-why__grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 3rem;
	}

	.index-20260514-why__card:nth-child(odd) {
		border-left: 0;
	}
	.index-20260514-why__card-title {
		min-height: 0;
		margin-bottom: 0.85rem;
	}

}

@media (max-width: 575.98px) {
	/* .index-20260514-why__inner { */
	.index-20260514-why .container-xxxl {
		padding: 3.5rem 1.25rem 4rem;
	}

	.index-20260514-why__grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0;
	}

	.index-20260514-why__card {
		padding: 2.25rem 0;
	}

	.index-20260514-why__card,
	.index-20260514-why__card + .index-20260514-why__card,
	.index-20260514-why__card:nth-child(n + 3) {
		border-left: 0;
		border-top: 1px solid rgba(39, 82, 139, 0.16);
	}

	.index-20260514-why__card:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.index-20260514-why__number {
		margin-bottom: 1.25rem;
	}

	.index-20260514-why__image {
		height: 8.5rem;
		margin-bottom: 1.5rem;
	}

	.index-20260514-why__card-title {
		min-height: 0;
		margin-bottom: 0.85rem;
	}
}

.index-20260514-process {
	position: relative;
	overflow: hidden;
	background: linear-gradient(105deg, #f8fbff 0%, #edf6ff 48%, #e7f2ff 100%);
	color: #111827;
}

.index-20260514-process__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5.25rem);
	width: min(100%, 1280px);
	min-height: clamp(32rem, 48vw, 46rem);
	margin: 0 auto;
	padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 4.5rem);
}

.index-20260514-process__content {
	min-width: 0;
}

.index-20260514-process__title {
	margin: 0;
	color: #111827;
	font-size: clamp(2rem, 3.8vw, 3.5rem);
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: 0;
	word-break: keep-all;
}

.index-20260514-process__title span {
	color: #1550a2;
}

.index-20260514-process__desc {
	max-width: 31rem;
	margin: clamp(2rem, 4vw, 3rem) 0 0;
	color: #415065;
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	font-weight: 700;
	line-height: 1.9;
	word-break: keep-all;
}

.index-20260514-process__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.index-20260514-process__visual img {
	width: min(100%, 46rem);
	object-fit: contain;
	filter: drop-shadow(0 1.5rem 2rem rgba(34, 77, 132, 0.12));
}

@media (max-width: 991.98px) {
	.index-20260514-process__inner {
		grid-template-columns: minmax(0, 1fr);
		min-height: auto;
		text-align: center;
	}

	.index-20260514-process__desc {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	.index-20260514-process__inner {
		padding: 3.5rem 1.25rem 4rem;
		gap: 2rem;
	}

	.index-20260514-process__title {
		font-size: clamp(1.8rem, 9vw, 2.65rem);
	}

	.index-20260514-process__desc {
		margin-top: 1.5rem;
		font-size: 0.98rem;
		line-height: 1.75;
	}
}

.index-20260514-industries {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
	color: #111827;
}

.index-20260514-industries::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(247, 251, 255, 0.9) 0%, rgba(234, 244, 255, 0.76) 100%),
		url("https://cdn.myplayer.kr/lawjibsa-mangobanana/corpsvr/260515_index_column_bg.png") center/cover no-repeat;
	opacity: 0.42;
	pointer-events: none;
}


/* .index-20260514-industries__inner { */
.index-20260514-industries .container-xxxl {
	position: relative;
	z-index: 1;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: clamp(4rem, 6.5vw, 6rem) clamp(1.25rem, 5vw, 4.5rem) clamp(3.25rem, 5vw, 4.75rem);
}

.index-20260514-industries__header {
	text-align: center;
}

.index-20260514-industries__title {
	margin: 0;
	color: #111827;
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0;
	word-break: keep-all;
}

.index-20260514-industries__title span {
	color: #4789e5;
}

.index-20260514-industries__desc {
	margin: clamp(0.8rem, 1.4vw, 1.15rem) 0 0;
	color: #1f2937;
	font-size: clamp(0.98rem, 1.3vw, 1.18rem);
	font-weight: 700;
	line-height: 1.65;
	word-break: keep-all;
}

.index-20260514-industries__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(1rem, 2.1vw, 2rem);
	margin: clamp(2.5rem, 4.5vw, 4rem) 0 0;
	padding: 0;
	list-style: none;
}

.index-20260514-industries__item {
	display: grid;
	justify-items: center;
	gap: 1rem;
	min-width: 0;
}

.index-20260514-industries__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(6.2rem, 10vw, 9rem);
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1rem 2rem rgba(39, 82, 139, 0.1);
}

.index-20260514-industries__icon img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.index-20260514-industries__icon--more {
	color: #1550a2;
	font-size: clamp(2.1rem, 4vw, 3.2rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.18em;
	padding-left: 0.18em;
}

.index-20260514-industries__label {
	color: #111827;
	font-size: clamp(0.98rem, 1.25vw, 1.15rem);
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
}

@media (max-width: 991.98px) {
	.index-20260514-industries__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 2.25rem;
	}
}

@media (max-width: 575.98px) {
	/* .index-20260514-industries__inner { */
	.index-20260514-industries .container-xxxl {
		padding: 3.5rem 1.25rem 4rem;
	}

	.index-20260514-industries__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 1rem;
	}

	.index-20260514-industries__icon {
		width: min(38vw, 7.5rem);
	}
}
