.goodjob-hero {
	position: relative;
	height: 260vh;
	padding: 0;
	background: #ecebf2;
}

.goodjob-hero__stage {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	min-height: 720px;
	overflow: hidden;
	background: url('/html/img/main--img-7.png') center center / contain no-repeat;
}

.goodjob-hero__copy {
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: 20;
	width: calc(100% - 80px);
	max-width: 1440px;
	text-align: center;
	transform: translateX(-50%);
	transform-origin: top center;
	will-change: transform;
}

.goodjob-hero__eyebrow {
	margin-bottom: 28px;
	font-weight: 600;
	color: #5168ff;
}

.goodjob-hero__copy .Smartcreator { color: #737984; padding-bottom: 10px;}

.goodjob-hero__eyebrow .hd__logo-img {
    width: 30px;
    height: 30px;
    object-fit: contain;

    position: relative;
    top: 5px;
}

.goodjob-hero__eyebrow .logo-text {
    font-family: 'Aggravo';
    font-weight: 500;
    color: #fff;
    font-size: 30px;
}

.goodjob-hero__eyebrow .logo-text .hd__logo-ai {
    background: linear-gradient(135deg, #6366f1, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
}

.goodjob-hero__title {
	font-size: 80px;
	line-height: 0.96;
	color: #101116;
}

.goodjob-hero__title span {
	display: block;
    font-family: 'Pretendard';
    font-weight: 700;
    line-height: 1.1;
    background-image: linear-gradient(to right, #0097ff, #51dcff);
    background: linear-gradient(135deg, #8B5CF6, #06B6D4);
	background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 50%, #8b5cf6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.goodjob-hero__desc {
	margin-top: 34px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	color: #737984;
}

.goodjob-hero__mockup-visual {
	position: relative;
	margin: 0 auto;
}

.main--mockup-img {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
}

.main--mockup-img img {
	display: block;
	width: 100%;
	height: auto;
}

.goodjob-hero__float {
	position: absolute;
	z-index: 5;
	pointer-events: none;
}

.goodjob-hero__float img {
	display: block;
	width: 100%;
	height: auto;
}


/* 좌측 상단 */
.goodjob-hero__float--01 {
	width: 34%;
	top: -5%;
	left: 4%;
}


/* 우측 상단 */
.goodjob-hero__float--02 {
	width: 31%;
	top: -1%;
	right: 5%;
}


/* 좌측 중단 */
.goodjob-hero__float--03 {
	width: 29%;
	top: 38%;
	left: 2%;
}


/* 우측 중단 */
.goodjob-hero__float--04 {
	width: 26%;
    top: -9%;
    right: 1%;    
	z-index: 4;
}


/* 좌측 하단 */
.goodjob-hero__float--05 {
    width: 24%;
    bottom: 52%;
    left: 38%;
}

.goodjob-hero__showcase {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;

	background:
		radial-gradient(circle at 20% 20%, rgba(118, 95, 255, 0.12), transparent 35%),
		radial-gradient(circle at 80% 70%, rgba(56, 145, 255, 0.10), transparent 38%),
		#171821;
}

.goodjob-hero__showcase-item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.goodjob-hero__showcase-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.goodjob-hero__showcase-copy {
	position: absolute;
	left: max(60px, calc(50% - 650px));
	bottom: 11%;
	z-index: 3;
	width: min(520px, 42vw);
	color: #fff;
}

.goodjob-hero__showcase-copy span {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.goodjob-hero__showcase-copy strong {
	display: block;
	font-size: clamp(38px, 4vw, 68px);
	line-height: 1.05;
	font-weight: 700;
}

.goodjob-hero__showcase-copy p {
	max-width: 430px;
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
}

.goodjob-hero__showcase-item--02 .goodjob-hero__showcase-copy {
	left: auto;
	right: max(60px, calc(50% - 650px));
}

.goodjob-hero__showcase-item--02 .goodjob-hero__showcase-copy {
    left: 5%;
	right: max(30px, calc(50% - 650px));
}

/* 부스번호 */
.goodjob-hero__ces {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 12px;
	justify-content: center;
}

.goodjob-hero__ces-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(61, 94, 255, 0.2);
	background: rgba(61, 94, 255, 0.06);
	font-size: 13px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-hero__ces-info {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 500;
	color: #7d8490;
}

.goodjob-hero__ces-info strong {
	font-weight: 600;
	color: var(--color-text);
}

.goodjob-hero__ces-divider {
	display: block;
	width: 1px;
	height: 11px;
	background: #d6dae1;
}


@media all and (max-width: 1280px) {
	.goodjob-hero__fragment {
		width: 460px;
	}

	.goodjob-hero__fragment--03 {
		width: 390px;
	}

	.goodjob-hero__fragment--04 {
		width: 410px;
	}
}

@media all and (max-width: 1200px) {
	.goodjob-hero__fragment {
		width: 420px;
	}

	.goodjob-hero__fragment--03 {
		width: 360px;
	}

	.goodjob-hero__fragment--04 {
		width: 380px;
	}
}

/* 부스번호 */
@media all and (max-width: 937px) {
	.goodjob-hero__ces {
		margin-top: 28px;
	}
}


@media all and (max-width: 768px) {
	.goodjob-hero__ces {
		gap: 13px;
	}

	.goodjob-hero__ces-info {
		gap: 9px;
		font-size: 11px;
	}
	.goodjob-hero__copy .Smartcreator {
		padding-bottom: 30px;
	}
	.goodjob-hero__link { margin-bottom: 30px; }

	.goodjob-hero__showcase-copy {
		width: min(90%, 90vw);
		left: max(30px, calc(50% - 650px));
	}
	.goodjob-hero__showcase-copy strong { font-size: 28px; }
	.goodjob-hero__showcase-copy p { font-size: 16px; }
}


@media all and (max-width: 578px) {
	.goodjob-hero__ces {
		flex-wrap: wrap;
		gap: 10px 12px;
		margin-top: 24px;
	}

	.goodjob-hero__ces-label {
		height: 27px;
		padding: 0 10px;
		font-size: 10px;
	}

	.goodjob-hero__ces-info {
		width: 100%;
	}
}

/* 사이트 바로가기 */

.goodjob-hero__link {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.goodjob-hero__link a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	min-width: 190px;
	height: 46px;
	padding: 0 18px;

	font-size: 16px;
	font-weight: 500;
	transition:
		border-color 0.3s ease,
		background 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;

	border-color: #6366f1;
	background: #6366f1;
	color: #ffffff;
}

.goodjob-hero__link a:hover {
	color: #6366f1;
	border: 1px solid rgba(99, 102, 241, 0.25);
	background: rgba(255, 255, 255, 0.72);
	transform: translateY(-2px);
}

.goodjob-hero__link i {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

/* SCROLL */

.goodjob-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 30;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
}

.goodjob-hero__scroll span {
	font-size: 11px;
	font-weight: 500;
	color: #8c919b;
}

.goodjob-hero__scroll i {
	position: relative;
	display: block;
	width: 1px;
	height: 42px;
	overflow: hidden;
	background: #e1e4e9;
}

.goodjob-hero__scroll i::after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5168ff;
	animation: goodjobScrollLine 1.8s ease-in-out infinite;
}

@keyframes goodjobScrollLine {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(200%);
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-hero__title {
		font-size: 68px;
	}

	.goodjob-hero__screen {
		width: min(48vw, 520px);
	}
}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-hero__copy {
		width: calc(100% - 48px);
	}

	.goodjob-hero__title {
		font-size: 58px;
	}

	.goodjob-hero__desc {
		font-size: 18px;
	}

	.goodjob-hero__screen {
		width: min(61vw, 520px);
	}

	.goodjob-hero__screen--01 {
		--screen-x: -210px;
		--screen-y: -130px;
	}

	.goodjob-hero__screen--02 {
		--screen-x: 210px;
		--screen-y: -115px;
	}

	.goodjob-hero__screen--03 {
		--screen-x: -190px;
		--screen-y: 150px;
	}

	.goodjob-hero__screen--04 {
		--screen-x: 190px;
		--screen-y: 145px;
	}

	.goodjob-hero__fragment {
		width: 48vw;
	}

	.goodjob-hero__fragment--03 {
		width: 42vw;
	}

	.goodjob-hero__fragment--04 {
		width: 45vw;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-hero {
        height: 120vh;
    }
	.goodjob-hero__copy {
        top: 110px;
    }
	.goodjob-hero__stage {
		min-height: 640px;
	}

	.goodjob-hero__copy {
		width: calc(100% - 40px);
	}

	.goodjob-hero__eyebrow {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.goodjob-hero__title {
		font-size: 48px;
		line-height: 1;
	}

	.goodjob-hero__desc {
		margin-top: 24px;
		font-size: 16px;
	}

	.goodjob-hero__screen {
		width: min(74vw, 500px);
	}

	.goodjob-hero__screen--01 {
		--screen-x: -100px;
		--screen-y: -130px;
	}

	.goodjob-hero__screen--02 {
		--screen-x: 100px;
		--screen-y: -80px;
	}

	.goodjob-hero__screen--03 {
		--screen-x: -90px;
		--screen-y: 120px;
	}

	.goodjob-hero__screen--04 {
		--screen-x: 90px;
		--screen-y: 165px;
	}

	.goodjob-hero__fragment {
		width: 62vw;
	}

	.goodjob-hero__fragment--03 {
		width: 55vw;
	}

	.goodjob-hero__fragment--04 {
		width: 58vw;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-hero__copy {
		width: calc(100% - 36px);
	}

	.goodjob-hero__title {
		font-size: 42px;
	}

	/* .goodjob-hero__title span {
		display: inline;
	} */

	.goodjob-hero__desc {
		max-width: 340px;
		margin-right: auto;
		margin-left: auto;
		font-size: 15px;
	}

	.goodjob-hero__screen {
		width: min(82vw, 430px);
	}

	.goodjob-hero__screen--01 {
		--screen-x: -55px;
		--screen-y: -120px;
	}

	.goodjob-hero__screen--02 {
		--screen-x: 55px;
		--screen-y: -55px;
	}

	.goodjob-hero__screen--03 {
		--screen-x: -45px;
		--screen-y: 95px;
	}

	.goodjob-hero__screen--04 {
		--screen-x: 45px;
		--screen-y: 155px;
	}

	.goodjob-hero__scroll {
		bottom: 22px;
	}

	.goodjob-hero__fragment {
		width: 72vw;
	}

	.goodjob-hero__fragment--03,
	.goodjob-hero__fragment--04 {
		width: 68vw;
	}
}

/* about 영역 */

.goodjob-about {
	padding-top: 180px;
	padding-bottom: 180px;
	background:
		radial-gradient(circle at 10% 18%, rgba(83, 106, 255, 0.09) 0%, rgba(83, 106, 255, 0) 32%),
		radial-gradient(circle at 88% 82%, rgba(132, 89, 255, 0.08) 0%, rgba(132, 89, 255, 0) 34%),
		#ffffff;
	overflow: hidden;
}

.goodjob-about__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	align-items: center;
	gap: 110px;
}

.goodjob-about__content {
	position: relative;
	z-index: 2;
}

.goodjob-about__eyebrow {
	color: var(--color-primary);

	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 26px;
	padding: 0 11px;
	border: 1px solid #c4b5fd;
	background: #c4b5fd;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #17152a;
}

.goodjob-about__title {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-text);
}

.goodjob-about__desc {
	max-width: 610px;
	margin-top: 34px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: var(--color-text-sub);
}

.goodjob-about__message {
	margin-top: 42px;
	font-size: 15px;
	font-weight: 600;
	color: #252b38;
}


/* WORKFLOW */

.goodjob-about__workflow {
	position: relative;
	min-height: 590px;
	padding: 34px 0 48px 62px;
}

.goodjob-about__workflow::before {
	content: "01—06";
	position: absolute;
	top: -48px;
	right: -10px;
	z-index: 0;
	font-size: clamp(110px, 10vw, 170px);
	font-weight: 600;
	line-height: 1;
	color: rgba(59, 71, 102, 0.035);
	pointer-events: none;
}

.goodjob-about__workflow-sweep {
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 54px;
	background: linear-gradient(
		to bottom,
		rgba(81, 104, 255, 0),
		rgba(81, 104, 255, 0.9),
		rgba(118, 87, 255, 0)
	);
	box-shadow: 0 0 18px rgba(81, 104, 255, 0.3);
	opacity: 0;
}

.goodjob-about__workflow-line {
	position: absolute;
	top: 55px;
	bottom: 82px;
	left: 15px;
	width: 1px;
	background: rgba(81, 104, 255, 0.18);
	transform: scaleY(0);
	transform-origin: top center;
}

.goodjob-about__step {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	min-height: 82px;
	border-bottom: 1px solid rgba(31, 38, 53, 0.08);
	will-change: transform, opacity;
}

.goodjob-about__step::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -51px;
	width: 9px;
	height: 9px;
	border: 1px solid rgba(81, 104, 255, 0.35);
	border-radius: 50%;
	background: #ffffff;
	transform: translateY(-50%);
}

.goodjob-about__step span {
	font-size: 12px;
	font-weight: 500;
	color: #a0a6b1;
}

.goodjob-about__step strong {
	display: block;
	font-size: clamp(24px, 2.3vw, 36px);
	font-weight: 500;
	line-height: 1;
	color: #202631;
}

.goodjob-about__step em {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color: #9299a6;
}

.goodjob-about__step:last-of-type {
	border-bottom: 0;
}

.goodjob-about__workflow-caption {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #8f96a4;
	text-align: right;
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-about {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.goodjob-about__layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
		gap: 70px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-about__layout {
		gap: 55px;
	}

	.goodjob-about__workflow {
		padding-left: 52px;
	}
}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-about {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.goodjob-about__layout {
		grid-template-columns: 1fr;
		gap: 80px;
	}

	.goodjob-about__content {
		max-width: 720px;
	}

	.goodjob-about__workflow {
		width: 100%;
		max-width: 720px;
		min-height: auto;
		margin-left: auto;
		padding-top: 20px;
	}

	.goodjob-about__workflow::before {
		top: -55px;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-about {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.goodjob-about__eyebrow {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.goodjob-about__title {
		font-size: 40px
	}

	.goodjob-about__desc {
		margin-top: 26px;
		font-size: 16px;
		line-height: 1.75;
	}

	.goodjob-about__message {
		margin-top: 32px;
	}

	.goodjob-about__layout {
		gap: 60px;
	}

	.goodjob-about__workflow {
		padding-left: 42px;
	}

	.goodjob-about__workflow-line {
		left: 10px;
	}

	.goodjob-about__step {
		grid-template-columns: 36px 1fr auto;
		min-height: 70px;
	}

	.goodjob-about__step::before {
		left: -36px;
	}

	.goodjob-about__step strong {
		font-size: 25px;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-about {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.goodjob-about__title {
		font-size: 34px;
	}

	.goodjob-about__title br {
		display: none;
	}

	.goodjob-about__workflow {
		padding-left: 34px;
	}

	.goodjob-about__workflow::before {
		top: -35px;
		right: 0;
		font-size: 90px;
	}

	.goodjob-about__workflow-line {
		left: 7px;
	}

	.goodjob-about__step {
		grid-template-columns: 32px 1fr;
		min-height: 64px;
	}

	.goodjob-about__step::before {
		left: -31px;
		width: 7px;
		height: 7px;
	}

	.goodjob-about__step strong {
		font-size: 21px;
	}

	.goodjob-about__step em {
		display: none;
	}

	.goodjob-about__workflow-caption {
		margin-top: 24px;
	}
}



/* goodjobExperience 영역 */
.goodjob-experience {
	padding-top: 160px;
	padding-bottom: 170px;
	background: #f7f8fb;
	overflow: hidden;
}

.goodjob-experience__head {
	max-width: 850px;
	margin-bottom: 90px;
}

.goodjob-experience__eyebrow {
	color: var(--color-primary);

	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 22px;
	padding: 0 11px;
	border: 1px solid #c4b5fd;
	background: transparent;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #17152a;

	border: 1px solid #c4b5fd;
    color: #6366f1;
}

.goodjob-experience__title {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.18;
	color: var(--color-text);
}

.goodjob-experience__desc {
	margin-top: 28px;
	font-size: 18px;
	line-height: 1.75;
	color: var(--color-text-sub);
}

.goodjob-experience__layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	align-items: center;
	gap: 70px;
}


/* NAV */

.goodjob-experience__nav {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #dfe3ea;
	position: relative;
    z-index: 9;
}

.goodjob-experience__nav-item {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr;
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #dfe3ea;
	text-align: left;
	color: #999faa;
	transition:
		color 0.3s ease,
		padding-left 0.3s ease;
}

.goodjob-experience__nav-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: var(--color-primary);
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 0.35s ease;
}

.goodjob-experience__nav-item span {
	grid-row: 1 / 3;
	font-size: 16px;
	font-weight: 500;
	color: #a4aab4;
}

.goodjob-experience__nav-item strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.goodjob-experience__nav-item em {
	margin-top: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #a4aab4;
}

.goodjob-experience__nav-item.is-active {
	padding-left: 14px;
	color: var(--color-text);
}

.goodjob-experience__nav-item.is-active::before {
	transform: scaleY(1);
}

.goodjob-experience__nav-item.is-active span,
.goodjob-experience__nav-item.is-active em {
	color: var(--color-primary);
}


/* SLIDER */

.goodjob-experience__slider-wrap {
	position: relative;
	min-width: 0;
}

.goodjob-experience__slider {
	overflow: visible;
}

.goodjob-experience__slider .swiper-slide {
	width: 88%;
	height: auto;
	opacity: 0.35;
	transform: scale(0.94);
	transition:
		opacity 0.55s ease,
		transform 0.55s ease;
}

.goodjob-experience__slider .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.goodjob-experience__item {
	position: relative;
}

.goodjob-experience__mockup {
	position: relative;
	width: 100%;
}

.goodjob-experience__browser {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dde2eb;
	background: #ffffff;
	box-shadow: 0 28px 65px rgba(34, 43, 65, 0.12);
}

.goodjob-experience__browser-top {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 14px;
	border-bottom: 1px solid #eceef2;
	background: #f8f9fb;
}

.goodjob-experience__browser-top span {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d9dde5;
}

.goodjob-experience__browser-body {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* aspect-ratio: 16 / 9.5; */
	aspect-ratio: 16 / 12;
	overflow: hidden;
	/* background: #ffffff; */
}

.goodjob-experience__browser-body img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}


/* COPY */

.goodjob-experience__copy {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	margin-top: 32px;
}

.goodjob-experience__number {
	grid-row: 1 / 4;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-experience__copy h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-text);
}

.goodjob-experience__copy > p {
	max-width: 600px;
	margin-top: 12px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--color-text-sub);
}

.goodjob-experience__keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 19px;
}

.goodjob-experience__keywords span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 0 11px;
	border: 1px solid #dfe3eb;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 500;
	color: #69717e;
}


/* CONTROL */

.goodjob-experience__control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	margin-top: 34px;
}

.goodjob-experience__prev,
.goodjob-experience__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d9dee7;
	background: #ffffff;
	color: #4e5665;
	transition:
		border-color 0.25s ease,
		color 0.25s ease;
}

.goodjob-experience__prev:hover,
.goodjob-experience__next:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.goodjob-experience__progress {
	position: relative;
	width: 110px;
	height: 2px;
	overflow: hidden;
	background: #dfe3e9;
}

.goodjob-experience__progress span {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background: var(--color-primary);
	transform-origin: left center;
	transition:
		width 0.4s ease,
		transform 0.4s ease;
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-experience {
		padding-top: 140px;
		padding-bottom: 150px;
	}

	.goodjob-experience__layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 50px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-experience__head {
		margin-bottom: 75px;
	}

	.goodjob-experience__layout {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 40px;
	}

	.goodjob-experience__nav-item {
		padding: 21px 0;
	}

	.goodjob-experience__nav-item strong {
		font-size: 16px;
	}
}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-experience {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.goodjob-experience__head {
		margin-bottom: 55px;
	}

	.goodjob-experience__layout {
		display: block;
	}

	.goodjob-experience__nav {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		margin-bottom: 48px;
		border-top: 0;
		border-bottom: 1px solid #dfe3ea;
	}

	.goodjob-experience__nav-item {
		display: block;
		padding: 17px 8px;
		border-bottom: 0;
		text-align: center;
	}

	.goodjob-experience__nav-item::before {
		top: auto;
		bottom: -1px;
		width: 100%;
		height: 2px;
		transform: scaleX(0);
		transform-origin: left center;
	}

	.goodjob-experience__nav-item.is-active {
		padding-left: 8px;
	}

	.goodjob-experience__nav-item.is-active::before {
		transform: scaleX(1);
	}

	.goodjob-experience__nav-item span {
		display: block;
		margin-bottom: 7px;
	}

	.goodjob-experience__nav-item strong {
		display: block;
	}

	.goodjob-experience__nav-item em {
		display: none;
	}

	.goodjob-experience__slider .swiper-slide {
		width: 90%;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-experience {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.goodjob-experience__title {
		font-size: 40px;
	}

	.goodjob-experience__desc {
		margin-top: 22px;
		font-size: 16px;
	}

	.goodjob-experience__nav {
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(120px, 1fr));
	}

	.goodjob-experience__slider .swiper-slide {
		width: 92%;
	}

	.goodjob-experience__copy {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.goodjob-experience__copy h3 {
		font-size: 24px;
	}

	.goodjob-experience__browser-body {
		aspect-ratio: 16 / 10;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-experience {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.goodjob-experience__head {
		margin-bottom: 45px;
	}

	.goodjob-experience__title {
		font-size: 34px;
	}

	.goodjob-experience__nav {
		margin-bottom: 35px;
	}

	.goodjob-experience__nav-item {
		padding-right: 5px;
		padding-left: 5px;
	}

	.goodjob-experience__nav-item.is-active {
		padding-left: 5px;
	}

	.goodjob-experience__slider .swiper-slide {
		width: 94%;
	}

	.goodjob-experience__browser-top {
		height: 28px;
	}

	.goodjob-experience__copy {
		display: block;
		margin-top: 24px;
	}

	.goodjob-experience__number {
		display: block;
		margin-bottom: 9px;
		padding: 0;
	}

	.goodjob-experience__copy h3 {
		font-size: 22px;
	}

	.goodjob-experience__copy > p {
		margin-top: 9px;
		font-size: 14px;
	}

	.goodjob-experience__keywords {
		margin-top: 15px;
	}

	.goodjob-experience__control {
		margin-top: 25px;
	}
}

/* Technology & Innovation 영역 */

.goodjob-technology {
	position: relative;
	padding-top: 170px;
	padding-bottom: 180px;
	background: #11182b;
	color: #ffffff;
	overflow: hidden;
}

.goodjob-technology::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 700px;
	height: 700px;
	background: radial-gradient(
		circle,
		rgba(81, 104, 255, 0.13) 0%,
		rgba(81, 104, 255, 0) 70%
	);
	transform: translate(-50%, -42%);
	pointer-events: none;
}


/* HEAD */

.goodjob-technology__head {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 500px;
	align-items: end;
	gap: 100px;
	margin-bottom: 110px;
}

.goodjob-technology__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 22px;
	padding: 0 11px;
	border: 1px solid #5b23ff;
	background: #5b23ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.goodjob-technology__title {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.15;
	color: #ffffff;
}

.goodjob-technology__desc {
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.56);
}

.goodjob-technology__architecture {
    width: 100%;
    max-width: 1440px;
    margin: 75px auto 110px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.goodjob-technology__architecture-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 50px;
    min-height: 100px;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition:
        background 0.3s ease,
        padding-left 0.3s ease;
}

.goodjob-technology__architecture-row:hover {
    padding-left: 42px;
    background: rgba(255, 255, 255, 0.025);
}

.goodjob-technology__architecture-label {
    font-size: 15px;
    font-weight: 600;
    color: #7f8cff;
}

.goodjob-technology__architecture-row strong {
    display: block;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
}


/* 각 레이어 포인트만 미세하게 다르게 */
.goodjob-technology__architecture-row:nth-child(1)
.goodjob-technology__architecture-label {
    color: #728cff;
}

.goodjob-technology__architecture-row:nth-child(2)
.goodjob-technology__architecture-label {
    color: #9d7cff;
}

.goodjob-technology__architecture-row:nth-child(3)
.goodjob-technology__architecture-label {
    color: #63c8c2;
}

.goodjob-technology__architecture-row:nth-child(4)
.goodjob-technology__architecture-label {
    color: #a8c85b;
}


@media (max-width: 937px) {
    .goodjob-technology__architecture-row {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 30px;
        min-height: 100px;
        padding: 24px 20px;
    }

    .goodjob-technology__architecture-row strong {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .goodjob-technology__architecture {
        margin: 50px auto 75px;
    }

    .goodjob-technology__architecture-row {
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: auto;
        padding: 24px 0;
    }

    .goodjob-technology__architecture-row:hover {
        padding-left: 0;
        background: transparent;
    }

    .goodjob-technology__architecture-row strong {
        font-size: 18px;
        line-height: 1.5;
    }
}

/* CORE */

.goodjob-technology__core {
	position: relative;
	z-index: 2;
}

.goodjob-technology__core-center {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    width: 450px;
    height: 250px;
	margin: 0 auto 70px;
	border: 1px solid rgba(126, 148, 255, 0.32);
	background:
		linear-gradient(
			135deg,
			rgba(81, 104, 255, 0.16),
			rgba(118, 87, 255, 0.07)
		);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.goodjob-technology__core-center::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -71px;
	width: 1px;
	height: 70px;
	background: rgba(126, 148, 255, 0.25);
}

.goodjob-technology__core-center > span {
	margin-bottom: 9px;
	font-size: 20px;
	font-weight: 600;
	color: #8095ff;
}

.goodjob-technology__core-center > strong {
	font-size: 40px;
	font-weight: 500;
	color: #ffffff;
}

.goodjob-technology__core-center > p {
	margin-top: 17px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
}


/* GRID */

.goodjob-technology__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.goodjob-technology__grid::before {
	content: "";
	position: absolute;
	top: -70px;
	left: 25%;
	right: 25%;
	height: 70px;
	border-top: 1px solid transparent;
	border-right: 1px solid rgba(126, 148, 255, 0.18);
	border-left: 1px solid rgba(126, 148, 255, 0.18);
	pointer-events: none;
}

.goodjob-technology__item {
	position: relative;
	min-height: 360px;
	padding: 48px 50px 45px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.015);
	transition:
		background 0.35s ease,
		transform 0.35s ease;
}

.goodjob-technology__item:hover {
	z-index: 2;
	background: rgba(81, 104, 255, 0.08);
}

.goodjob-technology__item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.goodjob-technology__number {
	font-size: 18px;
	font-weight: 600;
	color: #8095ff;
}

.goodjob-technology__type {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid rgba(126, 148, 255, 0.22);
	font-size: 14px;
	font-weight: 600;
	color: #96a6f8;
}

.goodjob-technology__item h3 {
	font-size: clamp(28px, 2.5vw, 38px);
	font-weight: 500;
	line-height: 1.25;
	color: #ffffff;
}

.goodjob-technology__item > p {
	max-width: 560px;
	margin-top: 23px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.53);
}

.goodjob-technology__keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 33px;
}

.goodjob-technology__keywords span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.46);
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-technology {
		padding-top: 150px;
		padding-bottom: 160px;
	}

	.goodjob-technology__head {
		grid-template-columns: minmax(0, 1fr) 440px;
		gap: 70px;
	}

	.goodjob-technology__item {
		padding-right: 40px;
		padding-left: 40px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-technology__head {
		grid-template-columns: minmax(0, 1fr) 400px;
		gap: 55px;
	}

	.goodjob-technology__item {
		min-height: 340px;
	}

}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-technology {
		padding-top: 120px;
		padding-bottom: 130px;
	}

	.goodjob-technology__head {
		display: block;
		margin-bottom: 90px;
	}

	.goodjob-technology__desc {
		max-width: 650px;
		margin-top: 30px;
	}

	.goodjob-technology__core-center {
		margin-bottom: 60px;
	}

	.goodjob-technology__core-center::after {
		bottom: -61px;
		height: 60px;
	}

	.goodjob-technology__grid::before {
		top: -60px;
		height: 60px;
	}

	.goodjob-technology__item {
		min-height: 320px;
		padding: 40px 32px;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-technology {
		padding-top: 100px;
		padding-bottom: 110px;
	}

	.goodjob-technology__title {
		font-size: 40px;
	}

	.goodjob-technology__desc {
		font-size: 15px;
	}

	.goodjob-technology__head {
		margin-bottom: 70px;
	}

	.goodjob-technology__core-center {
		width: 100%;
		height: 200px;
	}

	.goodjob-technology__grid {
		grid-template-columns: 1fr;
	}

	.goodjob-technology__grid::before {
		display: none;
	}

	.goodjob-technology__core-center::after {
		display: none;
	}

	.goodjob-technology__item {
		min-height: auto;
		padding: 38px 30px 42px;
	}
	.goodjob-technology__item > p {
		font-size: 17px;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-technology {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	.goodjob-technology__head {
		margin-bottom: 55px;
	}

	.goodjob-technology__title {
		font-size: 34px;
	}

	.goodjob-technology__title br {
		display: none;
	}

	.goodjob-technology__core-center > strong {
		font-size: 26px;
	}

	.goodjob-technology__item {
		padding: 32px 22px 36px;
	}

	.goodjob-technology__item h3 {
		font-size: 26px;
	}

	.goodjob-technology__item > p {
		margin-top: 18px;
	}

	.goodjob-technology__keywords {
		margin-top: 27px;
	}
}

/* 영상 영역 */
.goodjob-video {
	position: relative;
	height: 150vh;
	padding: 0;
	background: #000000;
}

.goodjob-video__stage {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000000;
}

.goodjob-video__frame {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #000000;
	transform: scale(0.72);
	transform-origin: center center;
	will-change: transform, border-radius;
}

.goodjob-video__media {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	object-fit: contain;
}

/* 특허 영억 */
/* PRODUCT VIDEO */

.goodjob-video {
	position: relative;
	height: 140vh;
	padding: 0;
	background: #ffffff;
}

.goodjob-video__stage {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #ffffff;
}

.goodjob-video__frame {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #000000;
	transform: scale(0.72);
	transform-origin: center center;
	will-change: transform;
}

.goodjob-video__media {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	object-fit: contain;
}

.goodjob-video__skip {
	position: absolute;
	right: 40px;
	bottom: 34px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
}

.goodjob-video__skip::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.3s ease;
}

.goodjob-video__skip:hover::before {
	transform: scaleX(1);
}

.goodjob-video__skip i {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}



/* TRUST */

.goodjob-trust {
	position: relative;
	padding-top: 170px;
	padding-bottom: 180px;
	background: #ffffff;
}

.goodjob-trust__head {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.6fr);
	align-items: end;
	gap: 100px;
	margin-bottom: 100px;
}

.goodjob-trust__eyebrow {
	color: var(--color-primary);

	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 22px;
	padding: 0 11px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.goodjob-trust__title {
	font-size: clamp(44px, 4vw, 55px);
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-text);
}

.goodjob-trust__desc {
	padding-bottom: 8px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--color-text-sub);
}


/* SUMMARY */

.goodjob-trust__summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #dfe3ea;
	border-bottom: 1px solid #dfe3ea;
}

.goodjob-trust__summary-item {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 180px;
	padding: 30px 42px;
	border-right: 1px solid #dfe3ea;
}

.goodjob-trust__summary-item:last-child {
	border-right: 0;
}

.goodjob-trust__summary-item > strong {
	font-size: clamp(64px, 6vw, 92px);
	font-weight: 500;
	line-height: 1;
	color: var(--color-text);
}

.goodjob-trust__summary-item span {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-trust__summary-item p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #6e7580;
}


/* CONTENT */

.goodjob-trust__contents {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
	gap: 100px;
	margin-top: 120px;
}

.goodjob-trust__subhead {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 35px;
}

.goodjob-trust__subhead > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #d8dde6;
	font-size: 10px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-trust__subhead h3 {
	font-size: 14px;
	font-weight: 600;
	color: #555d69;
}


/* PATENTS */

.goodjob-trust__patent-list {
	border-top: 1px solid #ced4df;
}

.goodjob-trust__patent-list li {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 150px;
	align-items: center;
	min-height: 105px;
	border-bottom: 1px solid #e1e5eb;
}

.goodjob-trust__patent-index {
	font-size: 11px;
	font-weight: 500;
	color: #a2a8b2;
}

.goodjob-trust__patent-list strong {
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 500;
	color: var(--color-text);
}

.goodjob-trust__patent-list li > div {
	text-align: right;
}

.goodjob-trust__patent-list li > div span {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 500;
	color: #9299a4;
}

.goodjob-trust__patent-list em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 82px;
	height: 25px;
	border: 1px solid rgba(57, 100, 255, 0.25);
	background: rgba(57, 100, 255, 0.05);
	font-size: 9px;
	font-style: normal;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-trust__patent-list em.is-pending {
	border-color: #dfe3e9;
	background: #f7f8fa;
	color: #858c97;
}


/* CERTIFICATION */

.goodjob-trust__cert-list {
	border-top: 1px solid #ced4df;
}

.goodjob-trust__cert-list li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	min-height: 105px;
	border-bottom: 1px solid #e1e5eb;
}

.goodjob-trust__cert-list > li > span {
	font-size: 11px;
	font-weight: 500;
	color: #a2a8b2;
}

.goodjob-trust__cert-list strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text);
}

.goodjob-trust__cert-list p {
	margin-top: 5px;
	font-size: 12px;
	color: #969da7;
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-video__skip {
		right: 30px;
	}

	.goodjob-trust {
		padding-top: 150px;
		padding-bottom: 160px;
	}

	.goodjob-trust__contents {
		gap: 70px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-trust__head {
		gap: 60px;
		margin-bottom: 80px;
	}

	.goodjob-trust__summary-item {
		gap: 20px;
		padding-right: 28px;
		padding-left: 28px;
	}

	.goodjob-trust__contents {
		grid-template-columns: minmax(0, 1fr) 360px;
		gap: 50px;
		margin-top: 100px;
	}
}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-video {
		height: 135vh;
	}

	.goodjob-video__frame {
		transform: scale(0.78);
	}

	.goodjob-trust {
		padding-top: 120px;
		padding-bottom: 130px;
	}

	.goodjob-trust__head {
		display: block;
		margin-bottom: 70px;
	}

	.goodjob-trust__desc {
		max-width: 600px;
		margin-top: 30px;
	}

	.goodjob-trust__summary-item {
		display: block;
		min-height: 160px;
	}

	.goodjob-trust__summary-item > strong {
		display: block;
		margin-bottom: 18px;
	}

	.goodjob-trust__contents {
		display: block;
	}

	.goodjob-trust__certification {
		margin-top: 90px;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-video__skip {
		right: 24px;
		bottom: 24px;
	}

	.goodjob-trust {
		padding-top: 100px;
		padding-bottom: 110px;
	}

	.goodjob-trust__title {
		font-size: clamp(36px, 7vw, 50px);
	}

	.goodjob-trust__summary {
		grid-template-columns: 1fr;
	}

	.goodjob-trust__summary-item {
		display: flex;
		min-height: 120px;
		border-right: 0;
		border-bottom: 1px solid #dfe3ea;
	}

	.goodjob-trust__summary-item:last-child {
		border-bottom: 0;
	}

	.goodjob-trust__summary-item > strong {
		min-width: 85px;
		margin-bottom: 0;
		font-size: 62px;
	}

	.goodjob-trust__contents {
		margin-top: 80px;
	}

	.goodjob-trust__patent-list li {
		grid-template-columns: 40px minmax(0, 1fr) 110px;
	}

	.goodjob-trust__patent-list strong {
		font-size: 21px;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-video {
		height: 130vh;
	}

	.goodjob-video__frame {
		transform: scale(0.82);
	}

	.goodjob-video__skip {
		right: 18px;
		bottom: 18px;
	}

	.goodjob-trust {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	.goodjob-trust__head {
		margin-bottom: 55px;
	}

	.goodjob-trust__title {
		font-size: 34px;
	}

	.goodjob-trust__desc {
		font-size: 15px;
	}

	.goodjob-trust__summary-item {
		padding: 22px 12px;
	}

	.goodjob-trust__summary-item > strong {
		min-width: 75px;
		font-size: 52px;
	}

	.goodjob-trust__summary-item p {
		font-size: 14px;
	}

	.goodjob-trust__contents {
		margin-top: 65px;
	}

	.goodjob-trust__patent-list li {
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 19px 0;
	}

	.goodjob-trust__patent-list li > div {
		grid-column: 2;
		margin-top: 12px;
		text-align: left;
	}

	.goodjob-trust__patent-list li > div span {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 0;
	}

	.goodjob-trust__patent-list strong {
		font-size: 19px;
	}

	.goodjob-trust__certification {
		margin-top: 70px;
	}

	.goodjob-trust__cert-list strong {
		font-size: 15px;
	}
}
/* TRUST - IN PROGRESS */

.goodjob-trust__progress {
	margin-top: 45px;
}

.goodjob-trust__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.goodjob-trust__progress-head > span {
	font-size: 11px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-trust__progress-head > p {
	font-size: 11px;
	color: #9aa1ac;
}

.goodjob-trust__progress-list {
	border-top: 1px solid #ced4df;
}

.goodjob-trust__progress-list li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 95px;
	border-bottom: 1px solid #e1e5eb;
}

.goodjob-trust__progress-list li > span {
	font-size: 11px;
	font-weight: 500;
	color: #a2a8b2;
}

.goodjob-trust__progress-list strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-text);
}

.goodjob-trust__progress-list p {
	margin-top: 5px;
	font-size: 11px;
	color: #969da7;
}

.goodjob-trust__progress-list em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	height: 25px;
	padding: 0 9px;
	border: 1px solid #dfe3e9;
	background: #f7f8fa;
	font-size: 9px;
	font-style: normal;
	font-weight: 600;
	color: #858c97;
}

@media all and (max-width: 578px) {
	.goodjob-trust__progress {
		margin-top: 38px;
	}

	.goodjob-trust__progress-head {
		display: block;
	}

	.goodjob-trust__progress-head > p {
		margin-top: 5px;
	}

	.goodjob-trust__progress-list li {
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 18px 0;
	}

	.goodjob-trust__progress-list em {
		grid-column: 2;
		justify-self: start;
		margin-top: 5px;
	}
}

/* 개인용 및 기관용 소개 영역 */
.goodjob-audience {
	overflow: hidden;
	background: #ffffff;
}

.goodjob-audience__contents {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.goodjob-audience__item {
	position: relative;
	min-height: 620px;
	padding: 80px 70px;
	border: 1px solid #e4e7ee;
	text-align: left;
	color: var(--color-text);
}

.goodjob-audience__item--institution {
	background: #f5f3ff;
}

.goodjob-audience__item--individual {
	background: #f3f7ff;
}

.goodjob-audience__item-top {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 45px;
}

.goodjob-audience__number {
	font-size: 18px;
	font-weight: 600;
	color: #a1a7b3;
}

.goodjob-audience__type {
	font-size: 19px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-audience__item h3 {
	margin: 0;
	font-size: 45px;
	line-height: 1.08;
	font-weight: 600;
	color: var(--color-text);
}

.goodjob-audience__item-desc {
	max-width: 540px;
	margin-top: 34px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	color: var(--color-text-sub);
}

.goodjob-audience__list {
	margin: 55px 0 0;
	padding: 0;
	border-top: 1px solid #dde1e9;
}

.goodjob-audience__list li {
	position: relative;
	padding: 18px 0 18px 20px;
	border-bottom: 1px solid #dde1e9;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	
	color: #4e5663;
}

.goodjob-audience__list li::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.goodjob-audience__item--institution .goodjob-audience__list li::before {
	background: #8b5cf6;
}

.goodjob-audience__item--individual .goodjob-audience__list li::before {
	background: #5168ff;
}


/* 1200px */
@media all and (max-width: 1200px) {
	.goodjob-audience__item {
		padding: 70px 50px;
	}
}


/* 937px */
@media all and (max-width: 937px) {
	.goodjob-audience__contents {
		gap: 16px;
	}

	.goodjob-audience__item {
		min-height: 560px;
		padding: 60px 40px;
	}

	.goodjob-audience__item-top {
		margin-bottom: 38px;
	}

	.goodjob-audience__item h3 {
		font-size: 36px;
	}

	.goodjob-audience__item-desc {
		margin-top: 28px;
	}

	.goodjob-audience__list {
		margin-top: 45px;
	}
}


/* 768px */
@media all and (max-width: 768px) {
	.goodjob-audience__contents {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.goodjob-audience__item {
		min-height: auto;
		padding: 55px 30px;
	}

	.goodjob-audience__item-top {
		margin-bottom: 30px;
	}

	.goodjob-audience__item h3 {
		font-size: 36px;
	}

	.goodjob-audience__item-desc {
		margin-top: 24px;
		font-size: 16px;
	}

	.goodjob-audience__list {
		margin-top: 38px;
	}
	.goodjob-audience__list li {
		font-size: 17px;
	}
}


/* 578px */
@media all and (max-width: 578px) {
	.goodjob-audience__contents {
		gap: 12px;
	}

	.goodjob-audience__item {
		padding: 45px 22px;
	}

	.goodjob-audience__item-top {
		gap: 10px;
		margin-bottom: 26px;
	}

	.goodjob-audience__number,
	.goodjob-audience__type {
		font-size: 16px;
	}

	.goodjob-audience__item h3 {
		font-size: 31px;
		line-height: 1.12;
	}

	.goodjob-audience__item-desc {
		margin-top: 20px;
		line-height: 1.7;
	}

	.goodjob-audience__list {
		margin-top: 32px;
	}

	.goodjob-audience__list li {
		padding: 15px 0 15px 17px;
	}

	.goodjob-audience__list li::before {
		top: 23px;
		width: 4px;
		height: 4px;
	}
}


/* COMPANY */
.goodjob-company {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	color: var(--color-text);
}

/* 배경 세로 라인 */
.goodjob-company::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(99, 102, 241, 0.055) 1px,
			transparent 1px
		);
	background-size: 160px 100%;
}

.goodjob-company > .section-inner {
	position: relative;
	z-index: 1;
    padding: var(--section-padding) var(--side-padding);
	padding: 0;
}

@media all and (max-width: 1550px) {
	.goodjob-company {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
	}
}
@media all and (max-width: 937px) {
	.goodjob-company {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
	}
}


/* INTRO */
.goodjob-company__intro-top {
	display: block;
	padding-bottom: 22px;
	border-bottom: 1px solid #e3e6ec;
}

.goodjob-company__eyebrow {
	font-size: 16px;
	font-weight: 600;
	color: #6366f1;
}

.goodjob-company__intro-index {
	display: none;
}

.goodjob-company__intro-main {
	display: block;
	padding-top: 52px;
}

.goodjob-company__title {
	max-width: 920px;
	font-size: 55px;
	line-height: 1.35;
	font-weight: 700;
}

.goodjob-company__title strong {
	font-weight: inherit;
	color: #6366f1;
}

.goodjob-company__desc {
	max-width: 520px;
	margin-top: 28px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--color-text-sub);
}


/* PARTNERS HEAD */
.goodjob-company__partners-head {
	/* margin-top: 90px; */
	padding-top: 28px;
	border-top: 1px solid #e3e6ec;
}

.goodjob-company__partners-eyebrow {
	display: none;
}

.goodjob-company__partners-head h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	color: #6366f1;
}


/* PARTNER FLOW */
.goodjob-company__partner-flow {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e3e6ec;
	border-bottom: 1px solid #e3e6ec;
	background: #f8f9fc;
}

.goodjob-company__partner-flow::before,
.goodjob-company__partner-flow::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 2;
	width: 120px;
	height: 100%;
	pointer-events: none;
}

.goodjob-company__partner-flow::before {
	left: 0;
	background: linear-gradient(
		to right,
		#f8f9fc,
		rgba(248, 249, 252, 0)
	);
}

.goodjob-company__partner-flow::after {
	right: 0;
	background: linear-gradient(
		to left,
		#f8f9fc,
		rgba(248, 249, 252, 0)
	);
}

.goodjob-company__partner-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.goodjob-company__partner-group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 60px;
	min-height: 145px;
	padding-right: 90px;
}

.goodjob-company__partner-group > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 180px;
}

.goodjob-company__partner-group img {
	display: block;
	width: auto;
	max-width: 170px;
	max-height: 46px;
	opacity: 0.55;
	filter: grayscale(1);
	transition:
		opacity 0.3s ease,
		filter 0.3s ease,
		transform 0.3s ease;
}

.goodjob-company__partner-group > div:hover img {
	opacity: 1;
	filter: grayscale(0);
	transform: scale(1.03);
}

/* 937px */
@media all and (max-width: 937px) {
	.goodjob-company > .section-inner {
		padding-top: 50px;
        padding-bottom: 0px;
	}

	.goodjob-company__intro-main {
		display: block;
		padding-top: 45px;
	}

	.goodjob-company__desc {
		margin-top: 30px;
	}

	.goodjob-company__partners-head {
		margin-top: 95px;
	}

	.goodjob-company__partner-group {
		gap: 65px;
		min-height: 125px;
		padding-right: 65px;
	}
}


/* 768px */
@media all and (max-width: 768px) {
	.goodjob-company::before {
		background-size: 100px 100%;
	}

	.goodjob-company > .section-inner {
		padding-top: 90px;
		padding-bottom: 75px;
	}

	.goodjob-company__intro-top {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.goodjob-company__intro-main {
		padding-top: 38px;
	}

	.goodjob-company__title {
		font-size: 40px;
	}

	.goodjob-company__desc {
		font-size: 15px;
	}

	.goodjob-company__partners-head {
		margin-top: 75px;
	}

	.goodjob-company__partners-head h3 {
		font-size: 34px;
	}

	.goodjob-company__partner-flow::before,
	.goodjob-company__partner-flow::after {
		width: 60px;
	}

	.goodjob-company__partner-group {
		gap: 48px;
		min-height: 105px;
		padding-right: 48px;
	}

	.goodjob-company__partner-group > div {
		min-width: 135px;
	}

	.goodjob-company__partner-group img {
		max-width: 135px;
		max-height: 36px;
	}
}


/* 578px */
@media all and (max-width: 578px) {
	.goodjob-company > .section-inner {
		padding-top: 75px;
		padding-bottom: 65px;
	}

	.goodjob-company__title {
		font-size: 34px;
	}

	.goodjob-company__title br {
		display: none;
	}

	.goodjob-company__partners-head {
		margin-top: 60px;
	}

	.goodjob-company__partners-head h3 {
		font-size: 24px;
	}

	.goodjob-company__partner-flow::before,
	.goodjob-company__partner-flow::after {
		width: 35px;
	}

	.goodjob-company__partner-group {
		gap: 36px;
		min-height: 90px;
		padding-right: 36px;
	}

	.goodjob-company__partner-group > div {
		min-width: 105px;
	}

	.goodjob-company__partner-group img {
		max-width: 105px;
		max-height: 28px;
	}
}

/* CES */

.goodjob-ces {
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	background:
		radial-gradient(circle at 8% 15%, rgba(70, 105, 255, 0.07), transparent 32%),
		#ffffff;
	overflow: hidden;
}

.goodjob-ces__head {
	/* display: grid;
	grid-template-columns: minmax(0, 1fr) 480px;
	align-items: end; */
	gap: 20px;
	margin-bottom: 0;
}

.goodjob-ces__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 0;
	padding: 0 11px;
	border: 1px solid #c4b5fd;
	background: #c4b5fd;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #17152a;
	margin: auto;
}

.goodjob-ces__title {
	font-size: 55px;
	font-weight: 700;
	line-height: 1.35;
	color: #16181d;
	grid-column: 1 / -1;
	margin-bottom: 20px;
}

.goodjob-ces__desc {
	padding-bottom: 8px;
	font-size: 17px;
	line-height: 1.8;
	color: var(--color-text-sub);
}


/* BOOTH + INFO */

.goodjob-ces__contents {
	display: grid;
	grid-template-columns: minmax(420px, 0.85fr) minmax(0, 1.15fr);
	border-top: 1px solid #dce1e9;
	border-bottom: 1px solid #dce1e9;
}

.goodjob-ces__booth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
	padding: 50px 60px 50px 0;
	border-right: 1px solid #dce1e9;
}

.goodjob-ces__booth-label {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-ces__booth strong {
	display: flex;
	align-items: flex-start;
	font-size: clamp(90px, 10vw, 150px);
	font-weight: 500;
	line-height: 0.9;
	color: var(--color-text);
}

.goodjob-ces__booth strong > span {
	margin-top: 12px;
	margin-right: 7px;
	font-size: 28px;
	font-weight: 500;
	color: var(--color-primary);
}

.goodjob-ces__booth > p {
	margin-top: 26px;
	font-size: 12px;
	font-weight: 500;
	color: #9198a4;
}


.goodjob-ces__info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.goodjob-ces__info-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 310px;
	padding: 45px 35px;
	border-right: 1px solid #dce1e9;
}

.goodjob-ces__info-item:last-child {
	border-right: 0;
}

.goodjob-ces__info-item > span {
	font-size: 11px;
	font-weight: 500;
	color: #a4aab4;
}

.goodjob-ces__info-item p {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-ces__info-item strong {
	display: block;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.45;
	color: var(--color-text);
}


/* LOCATION */

.goodjob-ces__location {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
	min-height: 540px;
	margin-top: 110px;
	border: 1px solid #e0e4eb;
	background: #f5f7fb;
	overflow: hidden;
}

.goodjob-ces__location-visual {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background:
		linear-gradient(rgba(55, 83, 180, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(55, 83, 180, 0.08) 1px, transparent 1px),
		linear-gradient(135deg, #f8faff 0%, #edf1fb 100%);
	background-size:
		50px 50px,
		50px 50px,
		100% 100%;
}

.goodjob-ces__location-visual::before,
.goodjob-ces__location-visual::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(58, 89, 212, 0.12);
	border-radius: 50%;
}

.goodjob-ces__location-visual::before {
	top: 50%;
	left: 50%;
	width: 430px;
	height: 430px;
	transform: translate(-50%, -50%);
}

.goodjob-ces__location-visual::after {
	top: 50%;
	left: 50%;
	width: 270px;
	height: 270px;
	transform: translate(-50%, -50%);
}

.goodjob-ces__pin {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(53, 91, 255, 0.2);
	border-radius: 50%;
	background: rgba(53, 91, 255, 0.08);
	transform: translate(-50%, -50%);
}

.goodjob-ces__pin::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(53, 91, 255, 0.25);
	border-radius: 50%;
	animation: goodjobCesPin 2.2s infinite;
}

.goodjob-ces__pin span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--color-primary);
	box-shadow: 0 0 0 7px rgba(53, 91, 255, 0.1);
}

@keyframes goodjobCesPin {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

.goodjob-ces__location-text {
	position: absolute;
	left: 38px;
	bottom: 34px;
	z-index: 3;
}

.goodjob-ces__location-text span {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-ces__location-text strong {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-text);
}


/* LOCATION INFO */

.goodjob-ces__location-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	border-left: 1px solid #e0e4eb;
	background: #ffffff;
}

.goodjob-ces__location-info > p:first-child {
	margin-bottom: 19px;
	font-size: 11px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-ces__location-info h3 {
	font-size: clamp(36px, 3vw, 48px);
	font-weight: 500;
	line-height: 1.16;
	color: var(--color-text);
}

.goodjob-ces__location-desc {
	margin-top: 28px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--color-text-sub);
}

.goodjob-ces__direction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
	padding: 18px 0;
	border-top: 1px solid #d8dde5;
	border-bottom: 1px solid #d8dde5;
	font-size: 11px;
	font-weight: 600;
	color: var(--color-text);
	transition:
		padding-left 0.3s ease,
		color 0.3s ease;
}

.goodjob-ces__direction:hover {
	padding-left: 10px;
	color: var(--color-primary);
}

.goodjob-ces__direction i {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-ces__head {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 0;
	}

	.goodjob-ces__booth {
		padding-right: 45px;
	}

	.goodjob-ces__location-info {
		padding: 50px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-ces {
		padding-left: 20px;
		padding-right: 20px;
	}
	.goodjob-ces__contents {
		grid-template-columns: 380px minmax(0, 1fr);
	}

	.goodjob-ces__booth {
		min-height: 280px;
	}

	.goodjob-ces__info-item {
		min-height: 280px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.goodjob-ces__location {
		grid-template-columns: minmax(0, 1fr) 360px;
	}
}


/* 937px */

@media all and (max-width: 937px) {

	.goodjob-ces__head {
		display: block;
	}

	.goodjob-ces__desc {
		max-width: 650px;
		margin-top: 30px;
	}

	.goodjob-ces__contents {
		display: block;
	}

	.goodjob-ces__booth {
		min-height: auto;
		padding: 45px 0;
		border-right: 0;
		border-bottom: 1px solid #dce1e9;
	}

	.goodjob-ces__info-item {
		min-height: 220px;
	}

	.goodjob-ces__location {
		grid-template-columns: 1fr;
		margin-top: 90px;
	}

	.goodjob-ces__location-visual {
		min-height: 430px;
	}

	.goodjob-ces__location-info {
		padding: 50px;
		border-top: 1px solid #e0e4eb;
		border-left: 0;
	}
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-ces {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.goodjob-ces__title {
		font-size: 40px;
	}

	.goodjob-ces__desc {
		font-size: 15px;
	}

	.goodjob-ces__info {
		grid-template-columns: 1fr;
	}

	.goodjob-ces__info-item {
		display: grid;
		grid-template-columns: 45px minmax(0, 1fr);
		align-items: center;
		min-height: 105px;
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid #dce1e9;
	}

	.goodjob-ces__info-item:last-child {
		border-bottom: 0;
	}

	.goodjob-ces__location {
		margin-top: 70px;
	}

	.goodjob-ces__location-visual {
		min-height: 360px;
	}

	.goodjob-ces__location-visual::before {
		width: 340px;
		height: 340px;
	}

	.goodjob-ces__location-info {
		padding: 40px 35px;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-ces {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.goodjob-ces__head {
		margin-bottom: 55px;
	}

	.goodjob-ces__title {
		font-size: 34px;
	}

	.goodjob-ces__booth strong {
		font-size: 82px;
	}

	.goodjob-ces__booth strong > span {
		margin-top: 8px;
		font-size: 20px;
	}

	.goodjob-ces__location {
		margin-top: 55px;
	}

	.goodjob-ces__location-visual {
		min-height: 300px;
	}

	.goodjob-ces__location-visual::before {
		width: 270px;
		height: 270px;
	}

	.goodjob-ces__location-visual::after {
		width: 170px;
		height: 170px;
	}

	.goodjob-ces__pin {
		width: 52px;
		height: 52px;
	}

	.goodjob-ces__location-info {
		padding: 35px 22px;
	}

	.goodjob-ces__location-info h3 {
		font-size: 34px;
	}

	.goodjob-ces__direction {
		margin-top: 38px;
	}
}


/* contact 영역 */
/* CONTACT */

.goodjob-contact {
	position: relative;
	padding-top: 170px;
	padding-bottom: 170px;
	background:
		radial-gradient(circle at 10% 10%, rgba(74, 111, 255, 0.08), transparent 35%),
		radial-gradient(circle at 90% 90%, rgba(132, 83, 255, 0.06), transparent 35%),
		#f7f8fb;
	overflow: hidden;
}

.goodjob-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 0.7fr);
	align-items: start;
	gap: 130px;
}


/* INTRO */

.goodjob-contact__intro {
	position: sticky;
	top: 120px;
}

.goodjob-contact__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid #c4b5fd;
	background: #c4b5fd;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #17152a;
}

.goodjob-contact__title {
	font-size: clamp(45px, 5.5vw, 55px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-text);
}

.goodjob-contact__desc {
	max-width: 570px;
	margin-top: 35px;
	font-size: 17px;
	line-height: 1.8;
	color: var(--color-text-sub);
}


/* CATEGORY */

.goodjob-contact__category {
	max-width: 560px;
	margin-top: 75px;
	border-top: 1px solid #d9dee7;
}

.goodjob-contact__category li {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	align-items: center;
	min-height: 65px;
	border-bottom: 1px solid #d9dee7;
}

.goodjob-contact__category span {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-contact__category strong {
	font-size: 17px;
	font-weight: 500;
	color: #5e6673;
}


/* COMPANY */

.goodjob-contact__company {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 65px;
}

.goodjob-contact__company > span {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-primary);
}

.goodjob-contact__company p {
	position: relative;
	padding-left: 21px;
	font-size: 15px;
	color: #9aa1ac;
}

.goodjob-contact__company p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: #d2d7df;
	transform: translateY(-50%);
}

.goodjob-contact__company strong {
	margin-left: 5px;
	font-weight: 600;
	color: var(--color-text);
}


/* FORM */

.goodjob-contact__form-wrap {
	position: relative;
	padding: 55px 55px 50px;
	border: 1px solid #e0e4eb;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 25px 70px rgba(27, 39, 66, 0.09);
}

.goodjob-contact #form1 {
	width: 100%;
}

.goodjob-contact .row {
	margin: 0;
}

.goodjob-contact .form-group {
	width: 100%;
	margin: 0;
	padding: 0;
}

.goodjob-contact .control-group + .control-group {
	margin-top: 32px;
}

.goodjob-contact .form-group > label:not(.checkbox) {
	display: block;
	margin-bottom: 11px;
	font-size: 15px;
	font-weight: 600;
	color: #777f8b;
}

.goodjob-contact .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d3d8e0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	font-size: 17px;
	font-weight: 400;
	color: var(--color-text);
	transition:
		border-color 0.25s ease,
		background 0.25s ease;
}

.goodjob-contact .form-control::placeholder {
	color: #b0b5bd;
}

.goodjob-contact .form-control:focus {
	border-color: var(--color-primary);
	box-shadow: none;
}

.goodjob-contact textarea.form-control {
	height: 130px;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 1.65;
	resize: vertical;
}


/* CAPTCHA */

.goodjob-contact__captcha {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
}

.goodjob-contact__captcha img {
	display: block;
	width: auto;
	height: 42px;
	margin: 0;
	border: 1px solid #d8dde5;
	cursor: pointer;
}


/* CHECKBOX */

.goodjob-contact .other_case {
	margin-top: 30px;
}

.goodjob-contact .checkbox {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.goodjob-contact .checkbox input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.goodjob-contact .checkbox_icon {
	position: relative;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	border: 1px solid #cbd1da;
	border-radius: 3px;
	background: #ffffff;
	transition:
		border-color 0.25s ease,
		background 0.25s ease;
}

.goodjob-contact .checkbox_icon::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 4px;
	height: 7px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	opacity: 0;
	transform: rotate(45deg);
}

.goodjob-contact .checkbox input:checked + .checkbox_icon {
	border-color: var(--color-primary);
	background: var(--color-primary);
}

.goodjob-contact .checkbox input:checked + .checkbox_icon::after {
	opacity: 1;
}

.goodjob-contact .checkbox_text {
	font-size: 12px;
	line-height: 1.5;
	color: #858c97;
}


/* SUCCESS */

.goodjob-contact #success {
	margin-top: 20px;
}


/* BUTTON */

.goodjob-contact .btn_wrap {
	margin-top: 45px;
}

.goodjob-contact .btn_wrap .form-group {
	text-align: right;
}

.goodjob-contact #msg {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
	min-width: 240px;
	height: 58px;
	padding: 0 22px;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;
}

.goodjob-contact #msg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #ffffff;
	transition: width 0.35s ease;
}

.goodjob-contact #msg:hover::before {
	width: 100%;
}

.goodjob-contact #msg:hover {
	color: var(--color-primary);
	transform: translateY(-3px);
}

.goodjob-contact #msg span,
.goodjob-contact #msg i {
	position: relative;
	z-index: 1;
}

.goodjob-contact #msg i {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}


/* 1280px */

@media all and (max-width: 1280px) {
	.goodjob-contact {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.goodjob-contact__layout {
		grid-template-columns: minmax(0, 1fr) 500px;
		gap: 90px;
	}
}


/* 1200px */

@media all and (max-width: 1200px) {
	.goodjob-contact__layout {
		gap: 65px;
	}

	.goodjob-contact__form-wrap {
		padding: 48px 45px;
	}
}


/* 1024px */

@media all and (max-width: 1024px) {
	.goodjob-contact__layout {
		grid-template-columns: 1fr;
	}
}


/* 937px */

@media all and (max-width: 937px) {
	.goodjob-contact {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.goodjob-contact__layout {
		display: block;
	}

	.goodjob-contact__intro {
		position: static;
	}

	.goodjob-contact__desc {
		max-width: 650px;
	}

	.goodjob-contact__category {
		margin-top: 55px;
	}

	.goodjob-contact__form-wrap {
		max-width: 100%;
		margin-top: 30px;
	}
	.goodjob-contact__company { margin-top: 35px; }
}


/* 768px */

@media all and (max-width: 768px) {
	.goodjob-contact {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.goodjob-contact__title {
		font-size: clamp(30px, 10vw, 50px);
	}

	.goodjob-contact__desc {
		margin-top: 28px;
		font-size: 15px;
	}

	.goodjob-contact__company {
		flex-wrap: wrap;
	}

	.goodjob-contact__form-wrap {
		margin-top: 65px;
		padding: 40px 35px;
	}

	.goodjob-contact .control-group + .control-group {
		margin-top: 27px;
	}
}


/* 578px */

@media all and (max-width: 578px) {
	.goodjob-contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.goodjob-contact__title {
		font-size: 43px;
	}

	.goodjob-contact__category {
		margin-top: 45px;
	}

	.goodjob-contact__category li {
		min-height: 58px;
	}

	.goodjob-contact__company {
		display: block;
		margin-top: 50px;
	}

	.goodjob-contact__company p {
		margin-top: 10px;
		padding-left: 0;
	}

	.goodjob-contact__company p::before {
		display: none;
	}

	.goodjob-contact__form-wrap {
		margin-top: 55px;
		padding: 32px 22px;
	}

	.goodjob-contact__captcha {
		grid-template-columns: 1fr;
	}

	.goodjob-contact__captcha img {
		margin-top: 5px;
	}

	.goodjob-contact textarea.form-control {
		height: 115px;
	}

	.goodjob-contact .btn_wrap {
		margin-top: 35px;
	}

	.goodjob-contact #msg {
		width: 100%;
		min-width: 0;
	}
}


/* GoodJob.AI CES COLOR UPDATE */

/* .goodjob-hero__stage {
    background:
        linear-gradient(
            rgba(247, 247, 252, 0.82),
            rgba(247, 247, 252, 0.82)
        ),
        url('/html/img/main--img-6.png') center center / cover no-repeat;
} */

.goodjob-about {
	background: #ffffff;
}

.goodjob-experience {
	background: #f3f2ff;
}

.goodjob-technology {
	background: #111827;
}

.goodjob-trust {
	background: #f4f6fb;
}

.goodjob-company__partners {
	background: #f7f5f0;
}

.goodjob-ces {
	background: #ffffff;
}

.goodjob-contact {
	background: #f3f2ff;
}

.goodjob-about__eyebrow,
.goodjob-ces__eyebrow,
.goodjob-contact__eyebrow {
	/* color: #6366f1; */
	color: #fff;
}

.goodjob-experience__nav-item::before {
	background: linear-gradient(
		to bottom,
		#6366f1 0%,
		#8b5cf6 100%
	);
}

.goodjob-contact #msg {
	border-color: #6366f1;
	background: linear-gradient(
		135deg,
		#6366f1 0%,
		#8b5cf6 100%
	);
}

.goodjob-hero__title span {
	background: linear-gradient(
		135deg,
		#6366f1 0%,
		#8b5cf6 48%,
		#3b82f6 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

/* 푸터의 스마트 캐릭터들 */
.smartcreator__ch {
    position: absolute;
    bottom: -100px;
    width: 30%;
    right: 0;
}