@charset "utf-8";

/* JST Hero */
.jst_hero {
    position: relative;
    overflow: hidden;
    width: 100%;
	height: 80vh;
    background: #050609;
    color: #fff;
}

.jst_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/public/assets/img/jst/banner/word-wrap.png') center center / cover no-repeat;
    opacity: 0.08; /* 0.05 ~ 0.12 Á¤µµ¿¡¼­ Á¶Àý */
    pointer-events: none;
}

.jst_hero__stage {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    /* background: radial-gradient(circle at 50% 42%, rgba(44, 64, 255, 0.18), transparent 34%),
				radial-gradient(circle at 14% 58%, rgba(0, 200, 255, 0.14), transparent 28%),
				radial-gradient(circle at 90% 20%, rgba(130, 42, 255, 0.16), transparent 34%),
				#050609; */
}

.jst_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/public/assets/img/jst/banner/word-wrap.png') center center / cover no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.jst_hero__stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    /* background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.35) 100%),
				linear-gradient(180deg, rgba(5, 6, 9, 0) 0%, rgba(5, 6, 9, 0.28) 100%); */
    pointer-events: none;
}

.jst_hero__bg-text {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    opacity: 0.13;
}

.jst_hero__bg-text span {
    display: block;
    white-space: nowrap;
    color: transparent;
    font-size: 124px;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1px rgba(180, 210, 255, 0.18);
    background-image: radial-gradient(rgba(180, 210, 255, 0.55) 1px, transparent 1.8px);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    background-clip: text;
}

.jst_hero__inner {
    position: relative;
    z-index: 5;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
	padding-top: 60px;
    box-sizing: border-box;

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jst_hero__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin-bottom: 16px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: rgba(5, 6, 9, 0.42);
}

.jst_hero__eyebrow {
    margin: 0 0 8px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #56e3ff 48%, #4472ff 58%);
    -webkit-background-clip: text;
    color: transparent;
	font-family: 'DnfBitbeatV2';
}

.jst_hero__title {
    margin: 0;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.06em;
}

.jst_hero__title span {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    font-size: 42px;
	font-family: 'DnfBitbeatV2';
}

.jst_hero__title strong {
    display: block;
    color: #fff;
    font-size: 111px;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.18), 0 0 26px rgba(88, 72, 255, 0.22);
	font-family: 'DnfBitbeatV2';
}

.jst_hero__title em {
    color: #6421ff;
    font-style: normal;
    text-shadow: 0 0 18px rgba(100, 33, 255, 0.6), 0 0 32px rgba(100, 33, 255, 0.35);
}

.jst_hero__desc {
    margin: 24px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
	word-break: keep-all;
}

.jst_hero__btns {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 70px;
}

.jst_hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 55px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 450;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -0.04em;
}

.jst_hero__btn--primary {
    color: #fff;
    background: linear-gradient(90deg, #28b8ff 0%, #334dff 100%);
    box-shadow: 0 0 24px rgba(47, 106, 255, 0.32);
}

.jst_hero__btn--outline {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.24);
}


/* Hero Objects */
.jst_hero__object {
    position: absolute;
    z-index: 3;
    display: block;
    pointer-events: none;
    user-select: none;
}

.jst_hero__object--robot {
    left: -195px;
    top: -100px;
    width: 37%;
    opacity: 0.96;

	transform: scaleX(-1) rotate(-35deg);
}

.jst_hero__object--dna {
    right: -170px;
    top: -310px;
    width: 43%;
    transform: rotate(-45deg);
    opacity: 0.96;
}

.jst_hero__object--sphere {
    left: 298px;
    bottom: -150px;
    width: 16%;
    opacity: 0.96;
}

.jst_hero__object--drone {
    left: 50%;
    top: 6%;
    width: 280px;
    transform: translateX(-50%);
    opacity: 0.96;
}

/* Hero Constellation */
.jst_hero__constellation {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

.jst_hero__constellation--left {
    left: 260px;
    top: 118px;
    width: 300px;
    height: 160px;
}

.jst_hero__constellation--right {
    right: 170px;
    top: 0;
    width: 440px;
    height: 620px;
}

.jst_hero__star {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
}

.jst_hero__star img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.jst_hero__star em {
    font-style: normal;
}

.jst_hero__star--ai {
    left: 0;
    top: 6px;
}

.jst_hero__star--startup {
    left: 225px;
    top: 96px;
}

.jst_hero__star--hackathon {
	left: 286px;
    top: -34px;
}

.jst_hero__star--region {
    left: 0;
    top: 10px;
}

.jst_hero__star--industry {
    left: 36px;
    top: 272px;
}

.jst_hero__star--problem {
    left: 145px;
    top: 410px;
}

.jst_hero__star--idea {
    left: 308px;
    top: 570px;
}

.jst_hero__line {
    position: absolute;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.72);
    transform-origin: left center;
}

.jst_hero__line--left-1 {
    left: 20px;
    top: 22px;
    width: 210px;
    transform: rotate(22deg);
}

.jst_hero__line--left-2 {
    left: 243px;
    top: 90px;
    width: 110px;
    transform: rotate(-65deg);
}

.jst_hero__line--right-1 {
    left: 10px;
    top: 35px;
    width: 230px;
    transform: rotate(82deg);
}

.jst_hero__line--right-2 {
    left: 52px;
    top: 300px;
    width: 138px;
    transform: rotate(49deg);
}

.jst_hero__line--right-3 {
    left: 167px;
    top: 433px;
    width: 190px;
    transform: rotate(44deg);
}


/* Hero Responsive */
@media (max-width: 1500px) {
	.jst_hero__constellation--left {
		left: 70px;
		top: 158px;
	}
	.jst_hero__constellation--right {
	    right: 40px;
	}
}

@media (max-width: 1440px) {
	.jst_hero__title strong {
		font-size: 101px;
	}
}

@media (max-width: 1200px) {

    .jst_hero__eyebrow {
        font-size: 34px;
    }

    .jst_hero__title span {
        font-size: 38px;
    }

    .jst_hero__title strong {
        font-size: 66px;
    }

    .jst_hero__desc {
        font-size: 22px;
    }

    .jst_hero__object--robot {
        left: -145px;
        top: 170px;
        width: 390px;
    }

    .jst_hero__object--dna {
        right: -145px;
        top: 20px;
        width: 400px;
        transform: rotate(-35deg);
    }

    .jst_hero__object--sphere {
        left: 80px;
        width: 220px;
        bottom: 10px;
    }
	.jst_hero__object--drone {
		width: 260px;
	}

    .jst_hero__constellation--left {
        left: 20px;
		top: 68px
    }

    .jst_hero__constellation--right {
        right: 40px;
    }
}

@media (max-width: 1024px) {
	.jst_hero {
		height: initial; 
	}
    .jst_hero__stage {
        height: initial;
    }

    .jst_hero__inner {
        padding: 150px 20px 100px;
    }

    .jst_hero__label {
        height: 30px;
        padding: 0 18px;
        font-size: 13px;
    }

    .jst_hero__eyebrow {
        font-size: 28px;
    }

    .jst_hero__title span {
        font-size: 30px;
    }

    .jst_hero__title strong {
        font-size: 48px;
    }

    .jst_hero__desc {
        font-size: 19px;
    }

    .jst_hero__btns {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: 36px;
    }

    .jst_hero__btn {
        width: 210px;
        height: 52px;
        font-size: 18px;
    }

    .jst_hero__object--robot {
        left: -60px;
        top: 5px;
        width: 250px;
		transform: rotate(-55deg);
        opacity: 0.5;
    }

    .jst_hero__object--dna {
        right: -80px;
        top: -20px;
        width: 320px;
        opacity: 0.5;
    }

    .jst_hero__object--sphere {
        left: 20px;
        bottom: 40px;
        width: 150px;
        opacity: 0.55;
    }

    .jst_hero__constellation {
        display: none;
    }
}

@media (max-width: 768px) {
    /* .jst_hero__stage {
        height: 620px;
    } */

    .jst_hero__bg-text span {
        font-size: 82px;
    }

    .jst_hero__inner {
        padding: 120px 20px 80px;
    }

    .jst_hero__label {
        height: 28px;
        margin-bottom: 12px;
        padding: 0 16px;
        font-size: 12px;
    }

    .jst_hero__eyebrow {
        font-size: 24px;
    }

    .jst_hero__title span {
        margin-bottom: 12px;
        font-size: 26px;
    }

    .jst_hero__title strong {
        font-size: 40px;
    }

    .jst_hero__title em {
        margin-right: 10px;
    }

    .jst_hero__desc {
        margin-top: 20px;
        font-size: 17px;
    }

    .jst_hero__btns {
        margin-top: 32px;
    }

    .jst_hero__btn {
        width: 200px;
        height: 50px;
        font-size: 17px;
    }

    .jst_hero__object--robot {
		top: -85px;
        left: -230px;
        width: 340px;
        opacity: 0.35;
    }

    .jst_hero__object--dna {
        right: -140px;
        width: 300px;
        opacity: 0.35;
    }

    .jst_hero__object--sphere {
        left: 10px;
        bottom: 35px;
        width: 130px;
        opacity: 0.42;
    }
}

@media (max-width: 480px) {
    /* .jst_hero__stage {
        height: 560px;
    } */

    .jst_hero__bg-text {
        top: 20px;
    }

    .jst_hero__bg-text span {
        font-size: 62px;
    }

    .jst_hero__inner {
        padding: 105px 16px 50px;
    }

    .jst_hero__label {
        height: 26px;
        padding: 0 14px;
        font-size: 11px;
    }

    .jst_hero__eyebrow {
        font-size: 21px;
    }

    .jst_hero__title span {
        font-size: 22px;
    }

    .jst_hero__title strong {
        font-size: 34px;
    }

    .jst_hero__desc {
        font-size: 15px;
        line-height: 1.45;
    }

    .jst_hero__btn {
        width: 180px;
        height: 46px;
        font-size: 16px;
    }

    .jst_hero__object--robot {
        left: -245px;
        top: -100px;
        width: 320px;
        opacity: 0.28;
    }

	.jst_hero__object--drone {
	    width: 110px;
	    opacity: 0.35;
	}

    .jst_hero__object--dna {
        right: -230px;
        top: -10px;
        width: 280px;
        opacity: 0.28;
    }

    .jst_hero__object--sphere {
        left: 0;
        bottom: 28px;
        width: 80px;
        opacity: 0.35;
    }
}

/* hero ÇÏ´Ü */
/* ½ÅÃ» / Á¢¼ö³»¿ª / ¹®ÀÇ */
.jst_receipt_wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
	gap: 52px;
	align-items: stretch;
	max-width: 1680px;
	margin: 0 auto;
	padding: 78px 20px 74px;
}

.jst_receipt_wrap a {
	text-decoration: none;
	color: inherit;
}
.jst_card_link:hover {
	background-color: #f1f1f1;
}

.jst_apply_card,
.jst_check_card,
.jst_inquiry_card {
	background: #fff;
	border: 1px solid rgba(15, 35, 75, 0.12);
	border-radius: 28px;
	box-shadow: 0 16px 34px rgba(16, 31, 65, 0.12);
	box-sizing: border-box;

	overflow: hidden;
}

.jst_apply_card {
	min-height: 300px;
}

.jst_apply_link {
	display: flex;
	align-items: center;
	gap: 48px;
	width: 100%;
	height: 100%;
	padding: 44px 64px 44px 66px;
	box-sizing: border-box;
}

.jst_apply_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jst_apply_icon img {
	display: block;
	width: 100%;
	max-width: 120px;
	filter: drop-shadow(0 16px 20px rgba(37, 72, 150, 0.2));
}

.jst_apply_text {
	flex: 1;
	min-width: 0;
}

.jst_apply_text small {
	display: inline-block;
	font-size: 17px;
	margin-left: 5px;
	font-weight: 600;
	line-height: 1.2;
	color: #2458ff;
}

.jst_apply_text p {
	font-size: 36px;
	font-weight: 750;
	line-height: 1.15;
	color: #2458ff;
	word-break: keep-all;
}

.jst_apply_text span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
	color: #111827;
	word-break: keep-all;
}

.jst_apply_btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	justify-self: end;
	width: 210px;
	height: 63px;
	padding: 0 25px 0 29px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2e8fff 0%, #4d34ff 100%);
	box-shadow: 0 10px 20px rgba(55, 69, 218, 0.24);
	color: #fff;
}

.jst_apply_btn span {
	font-size: 20px;
	font-weight: 450;
	color: #fff;
	line-height: 1;
}

.jst_apply_btn i {
	position: relative;
	display: block;
	width: 50px;
	height: 18px;
}

.jst_apply_btn i::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 3px;
	background: #fff;
	transform: translateY(-50%);
	border-radius: 999px;
}

.jst_apply_btn i::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.jst_apply_link.is-disabled {
	cursor: default;
}

.jst_apply_link.is-closed {
	background: #eef1f6;
}

.jst_apply_link.is-closed .jst_apply_title small {
	color: #6d7890;
}

.jst_apply_link.is-closed .jst_apply_title p {
	color: #4c566d;
}

.jst_apply_link.is-closed .jst_apply_bottom > span {
	color: #7b8496;
}

.jst_apply_link.is-closed .jst_apply_btn {
	background: #8b95a8;
	box-shadow: none;
}

.jst_apply_link.is-disabled .jst_apply_btn {
	background: linear-gradient(90deg, #9aa8c8 0%, #7c83a2 100%);
	box-shadow: none;
}

.jst_receipt_side {
	display: inline;
	grid-template-rows: 1fr 1fr;
	gap: 40px;
}

.jst_check_link {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 220px;
	align-items: center;
	gap: 28px;
	width: 100%;
	height: 100%;
	min-height: 144px;
	padding: 20px 44px 20px 36px;
	box-sizing: border-box;
}

.jst_check_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jst_check_icon img {
	display: block;
	width: 132px;
	filter: drop-shadow(0 12px 16px rgba(37, 72, 150, 0.16));
}

.jst_check_text p,
.jst_inquiry_text p {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	color: #2458ff;
	word-break: keep-all;
}

.jst_check_text span,
.jst_inquiry_text span {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.42;
	color: #111827;
	word-break: keep-all;
}

.jst_check_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 63px;
	margin-left: auto;
	border-radius: 999px;
	background: #eef4ff;
	border: 1px solid #d9e5ff;
	box-sizing: border-box;
	color: #15295f;
}

.jst_check_btn span {
	font-size: 18px;
	font-weight: 450;
	line-height: 1;
}

.jst_inquiry_card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: center;
	gap: 30px;
	min-height: 164px;
	padding: 34px 46px 34px 54px;
}

.jst_inquiry_text p {
	color: #222;
}

.jst_kakao_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	height: 63px;
	border-radius: 999px;
	background: #ffd400;
	color: #111;
	box-sizing: border-box;
}

.jst_kakao_btn img {
	display: block;
	width: 44px;
	height: auto;
}

.jst_kakao_btn span {
	font-size: 18px;
	font-weight: 450;
	color: #111;
}

/* ½ÅÃ»ÇÏ±â Ä«µå : ¾ÆÀÌÄÜ / ÅØ½ºÆ® / ½ÅÃ» ¹öÆ° 3Ä­ Á¤·Ä */
.jst_main_intro_page .jst_apply_card .jst_apply_link {
	/* display: grid;
	grid-template-columns: 170px minmax(0, 1fr) 210px; */
	align-items: center;
	
	gap: 18px;
	width: 100%;
}

.jst_main_intro_page .jst_apply_card .jst_apply_btn {
	justify-self: end;
	width: 210px;
}

.jst_apply_text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.jst_apply_text__title small,
.jst_apply_text__title p,
.jst_apply_text__desc {
	display: block;
}

.jst_apply_text__title p {
	margin: 4px 0 0;
}

.jst_apply_text__desc {
	color: #68718a;
}

/* hover */
@media (hover: hover) {
	.jst_apply_link,
	.jst_check_link,
	.jst_kakao_btn {
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.jst_apply_card,
	.jst_check_card,
	.jst_inquiry_card {
		transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	}

	.jst_apply_card:hover,
	.jst_check_card:hover,
	.jst_inquiry_card:hover {
		transform: translateY(-4px);
		box-shadow: 0 22px 42px rgba(16, 31, 65, 0.16);
		border-color: rgba(61, 99, 255, 0.2);
	}

	.jst_kakao_btn:hover {
		transform: translateY(-2px);
	}
}

/* ¹ÝÀÀÇü */
@media all and (max-width: 1650px) {
	.jst_apply_icon { flex: 0 0 150px; }
	.jst_apply_link { padding: 24px 44px 24px 26px; }
	.jst_apply_icon img { max-width: 120px; }
	.jst_apply_text small {
	    margin-bottom: 3px;
	}
	.jst_apply_text p { font-size: 34px; }
	.jst_check_text p, .jst_inquiry_text p { font-size: 28px; }
	.jst_apply_text span { font-size: 20px; }
	.jst_apply_btn { margin-top: 25px; height: 64px; }
	.jst_check_btn { height: 64px; }
	.jst_kakao_btn { height: 64px; }

	.jst_main_intro_page .jst_apply_card .jst_apply_btn {
	    width: 170px;
	}
	.jst_apply_btn span,
	.jst_kakao_btn span,
	.jst_check_btn span { font-size: 18px; }

}

@media all and (max-width: 1500px) {
	.jst_inquiry_card {
		display: flex;
		justify-content: space-between;
	}
	.jst_kakao_btn { 
		width: 50%;
	}
	.jst_apply_link { display: grid; } 
	.jst_apply_text__title { text-align: center; }
	.jst_apply_text span { text-align: center; }
	.jst_apply_text small { 
		margin-left: 0; 
		margin-bottom: 0;
		text-align: center;
	}
	.jst_apply_text p { text-align: center; }
	.jst_main_intro_page .jst_apply_card .jst_apply_btn { justify-self: center; }
	.jst_apply_btn { margin-top: 0; }
}

@media all and (max-width: 1440px) {
	.jst_receipt_wrap {
		max-width: 1240px;
		gap: 26px;
		padding: 64px 20px;
	}

	.jst_apply_link {
		gap: 34px;
		padding: 40px 36px;
	}
	.jst_apply_text small { margin-left: 0; margin-bottom: 0; }
	.jst_apply_text__title { text-align: center; }
	.jst_main_intro_page .jst_apply_card .jst_apply_btn { justify-self: center; }
	.jst_main_intro_page .jst_apply_card .jst_apply_link { gap: 15px; } 
	.jst_apply_btn { margin-top: 0; height: 54px; }

	.jst_apply_text p { margin: 0 0 0; font-size: 32px; }
	.jst_check_text p, .jst_inquiry_text p { font-size: 26px; }
	.jst_check_btn,.jst_kakao_btn { height: 54px; } 
	.jst_kakao_btn img { width: 30px; }
	.jst_apply_btn span, .jst_check_btn span, .jst_kakao_btn span { font-size: 18px; }

	/* .jst_apply_icon img {
		max-width: 230px;
	} */

	.jst_apply_text small {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 3px;
    }

	.jst_apply_text p {
		font-size: 34px;
	}

	.jst_apply_text span {
		font-size: 18px;
	}

	.jst_apply_btn {
		min-width: 250px;
		height: 58px;
		padding: 0 30px;
	}

	.jst_apply_btn span {
		font-size: 18px;
	}

	.jst_check_link {
		grid-template-columns: 112px minmax(0, 1fr) 168px;
		gap: 22px;
		min-height: 140px;
		padding: 26px 36px 26px 32px;
	}

	.jst_check_icon img {
		width: 104px;
	}

	.jst_check_text p,
	.jst_inquiry_text p {
		font-size: 24px;
	}

	.jst_check_text span,
	.jst_inquiry_text span {
		font-size: 17px;
	}

	.jst_check_btn {
		width: 160px;
		height: 56px;
	}

	.jst_check_btn span {
		font-size: 18px;
	}

	.jst_inquiry_card {
		grid-template-columns: minmax(0, 1fr) 270px;
		min-height: 140px;
		padding: 28px 36px;
	}

	.jst_kakao_btn {
		height: 56px;
	}

	.jst_kakao_btn img {
		width: 36px;
	}

	.jst_kakao_btn span {
		font-size: 18px;
	}
}

@media all and (max-width: 1200px) {
	.jst_apply_text p { font-size: 30px; }
	.jst_apply_text span { font-size: 17px; }
	.jst_check_icon img {
		width: 84px;
	}
	.jst_check_text p, .jst_inquiry_text p { 
		font-size: 24px; 
		margin: 0 0 8px;
	}
	.jst_check_text span, .jst_inquiry_text span {
		font-size: 16px;
	}

}

@media all and (max-width: 1180px) {
	.jst_receipt_wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); }
	.jst_apply_btn { min-width: 150px; max-width: 300px; }
	.jst_apply_icon {
	    flex: 0 0 90px;
	}
	.jst_apply_icon img {
		max-width: 90px;
	}
	.jst_check_btn span {
        font-size: 16px;
    }
	.jst_kakao_btn span { font-size: 16px; }
}

@media all and (max-width: 1024px) {
	.jst_apply_link { display: flex; }
	.jst_apply_icon { flex: 0 0 80px; }
	.jst_apply_icon img { max-width: 70px; }
	.jst_apply_text__title { text-align: left; }
	.jst_apply_text span { text-align: left; } 
	.jst_apply_text p { text-align: left; }
	.jst_main_intro_page .jst_apply_card .jst_apply_link { gap: 45px; }

	.jst_apply_text small { text-align: left; }
	.jst_receipt_wrap {
		grid-template-columns: 1fr;
	}

	.jst_apply_card {
		min-height: auto;
	}

	.jst_receipt_side {
		grid-template-rows: auto;
	}
}

@media all and (max-width: 768px) {
	.jst_receipt_wrap {
		gap: 16px;
		padding: 44px 16px;
	}

	.jst_apply_card,
	.jst_check_card,
	.jst_inquiry_card {
		border-radius: 20px;
	}

	.jst_apply_link {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding: 30px 24px;
	}

	.jst_apply_icon {
		flex: none;
		width: 150px;
	}

	.jst_apply_icon img {
		max-width: 150px;
	}

	.jst_apply_text small {
		font-size: 15px;
	}

	.jst_apply_text p {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.jst_apply_text span {
		font-size: 16px;
	}

	.jst_apply_btn {
		width: 100%;
		min-width: 0;
		height: 54px;
		margin-top: 24px;
		padding: 0 26px;
	}

	.jst_apply_btn span {
		font-size: 18px;
	}

	.jst_check_link {
		display: grid;
		grid-template-columns: 76px minmax(0, 1fr);
		grid-template-areas:
			"icon text"
			"button button";
		gap: 16px 18px;
		min-height: auto;
		padding: 24px;
	}

	.jst_check_icon {
		grid-area: icon;
	}

	.jst_check_icon img {
		width: 76px;
	}

	.jst_check_text {
		grid-area: text;
	}

	.jst_check_text p,
	.jst_inquiry_text p {
		margin-bottom: 8px;
		font-size: 23px;
	}

	.jst_check_text span,
	.jst_inquiry_text span {
		font-size: 15px;
	}

	.jst_check_btn {
		grid-area: button;
		width: 100%;
		height: 50px;
	}

	.jst_check_btn span {
		font-size: 16px;
	}

	.jst_inquiry_card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px;
	}

	.jst_kakao_btn {
		height: 52px;
	}

	.jst_kakao_btn img {
		width: 32px;
	}

	.jst_kakao_btn span {
		font-size: 16px;
	}
}

/* ¸ð¹ÙÀÏ : ½ÅÃ»¸¶°¨ ¹öÆ°¸¸ ¿À¸¥ÂÊ À¯Áö */
@media all and (max-width: 768px) {
	.jst_apply_btn { max-width: stretch; justify-content: center; }
	.jst_apply_btn i { width: 30px; }
	.jst_apply_btn i::before {
	    width: 30px;
	}
	.jst_apply_btn i::after {
	    width: 11px;
		height: 11px;
	}
	.jst_main_intro_page .jst_apply_card .jst_apply_text { width: 100%; align-items: center; }
	.jst_apply_text__title { text-align: center; }
	.jst_apply_text p { margin-bottom: 0; }
	.jst_main_intro_page .jst_apply_card .jst_apply_link {
		grid-template-columns: 92px minmax(0, 1fr) 128px;
		gap: 16px;
		padding: 20px;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_icon {
		width: 92px;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_icon img {
		display: block;
		width: 92px;
		height: auto;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_btn {
		width: 100%;
		margin: 0;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_btn > span {
		font-size: 16px;
	}
}

@media all and (max-width: 540px) {
	.jst_main_intro_page .jst_apply_card .jst_apply_link {
		grid-template-columns: 72px minmax(0, 1fr) 108px;
		gap: 12px;
		padding: 20px 16px;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_icon {
		width: 72px;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_icon img {
		width: 72px;
	}

	.jst_main_intro_page .jst_apply_card .jst_apply_btn {
		padding: 0 12px;
	}
	.jst_inquiry_card {
	    display: grid;
		gap: 12px;
	}
	.jst_inquiry_text {
	    display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.jst_inquiry_text p { font-size: 22px; }
	.jst_inquiry_card .jst_inquiry_text span br { display: none; }
	.jst_inquiry_card .jst_kakao_btn { width: 100%; }
}

@media all and (max-width: 480px) {
	.jst_apply_icon {
		width: 132px;
	}

	.jst_apply_icon img {
		max-width: 132px;
	}

	.jst_apply_text p {
		font-size: 23px;
	}

	.jst_check_text p,
	.jst_inquiry_text p {
		font-size: 21px;
	}
}


/* ½ÃÀÛ : Á¢¼ö±â°£, ÇØÄ¿ÅæÀÏÁ¤, Àå¼Ò, ¸ðÁý´ë»ó */
/* ÇÙ½ÉÁ¤º¸ */
.jst_key_info {
	padding: 72px 20px;
	background: #eef6ff;
    background: #0b193f;
}

.jst_key_info__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.jst_key_info__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	padding: 28px 0;
	border-radius: 20px;
	background: #354a80;

	background: #0b193f;
	background: #ffffff1f;
	box-shadow: 0 14px 28px rgba(31, 51, 103, 0.14);
}

.jst_key_info__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 0 24px;
	text-align: center;
	color: #fff;
}

.jst_key_info__item + .jst_key_info__item::before {
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.22);
	content: "";
}

.jst_key_info__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 12px;
	color: #9ed0ff;
}

.jst_key_info__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 4px 7px rgba(103, 193, 255, 0.28));
}

.jst_key_info__label {
	margin: 5px 0 12px;
	font-size: 22px;
	font-weight: 650;
	line-height: 1.3;
	color: #fff;
}

.jst_key_info__value {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.92);
}

.jst_key_info__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 21px;
	margin-top: 10px;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(242, 209, 119, 0.34);
	font-size: 14px;
	font-weight: 550;
	line-height: 1;
	color: #fff4cc;
}

/* ÅÂºí¸´ */
@media all and (max-width: 1024px) {
	.jst_key_info {
		padding: 56px 20px;
	}

	.jst_key_info__item {
		padding: 0 16px;
	}

	.jst_key_info__label {
		font-size: 20px;
	}

	.jst_key_info__value {
		font-size: 16px;
	}
}

/* ¸ð¹ÙÀÏ */
@media all and (max-width: 768px) {
	.jst_key_info {
		padding: 42px 16px;
	}

	.jst_key_info__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0;
		border-radius: 18px;
		overflow: hidden;
	}

	.jst_key_info__item {
		padding: 28px 18px 24px;
	}

	.jst_key_info__item + .jst_key_info__item::before {
		top: 0;
		bottom: 0;
	}

	.jst_key_info__item:nth-child(3)::before {
		display: none;
	}

	.jst_key_info__item:nth-child(n + 3)::after {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.22);
		content: "";
	}

	.jst_key_info__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 10px;
	}

	.jst_key_info__label {
		margin-bottom: 10px;
	}

	.jst_key_info__value {
		font-size: 16px;
	}
}

@media all and (max-width: 420px) {
	.jst_key_info__item {
		padding: 24px 12px 20px;
	}

	.jst_key_info__icon {
		width: 36px;
		height: 36px;
	}

	.jst_key_info__label {
		font-size: 18px;
	}

	.jst_key_info__value {
		font-size: 15px;
	}
	.jst_key_info__badge { font-size: 13px; }
}
/* ³¡ : Á¢¼ö±â°£, ÇØÄ¿ÅæÀÏÁ¤, Àå¼Ò, ¸ðÁý´ë»ó */


/* ½ÃÀÛ : ÇÁ·Î±×·¥ ¾È³» */
/* ÇÁ·Î±×·¥ ¾È³» */
.jst_program {
	padding: 88px 32px;
	background: #168cf0;
}

.jst_program__inner {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	align-items: center;
	gap: 72px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.jst_program__intro {
	min-width: 0;
	color: #fff;
}

.jst_program__head {
	display: block;
}

.jst_program__eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
}

.jst_program__title {
	margin: 0 0 22px;
	font-size: 36px;
	font-weight: 750;
	line-height: 1.2;
	color: #fff;
}

.jst_program__desc {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.95);
	word-break: keep-all;
}

.jst_program__link {
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.jst_program__link--pc {
	display: inline-flex;
	height: 50px;
	margin-top: 40px;
	padding: 0 18px 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.jst_program__link--mo {
	display: none;
}

.jst_program__link i {
	position: relative;
	display: block;
	width: 22px;
	height: 14px;
}

.jst_program__link i::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

.jst_program__link i::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 9px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.jst_program__link--pc:hover {
	background: #fff;
	color: #168cf0;
}

.jst_program__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	min-width: 0;
}

.jst_program__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	text-align: center;
	color: #fff;
}

.jst_program__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
	margin-bottom: 18px;
}

.jst_program__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jst_program__item strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.jst_program__item span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

/* ÅÂºí¸´ */
@media all and (max-width: 1440px) {
	.jst_program__title {
		font-size: 32px;
	}
	.jst_program__item strong { font-size: 17px; }
	.jst_program__item span { font-size: 17px; }
}

@media all and (max-width: 1200px) {
	.jst_program {
		padding: 76px 24px;
	}

	.jst_program__inner {
		grid-template-columns: 350px minmax(0, 1fr);
		gap: 24px;
	}

	.jst_program__title {
		font-size: 30px;
	}

	.jst_program__desc {
		font-size: 16px;
	}

	.jst_program__icon {
		width: 66px;
		height: 86px;
	}
	.jst_program__link--pc { font-size: 17px; margin-top: 30px; }
}

/* ¼ÒÇü ÅÂºí¸´ */
@media all and (max-width: 1024px) {
	.jst_program__inner {
		display: block;
	}

	.jst_program__intro {
		max-width: 680px;
		margin-bottom: 46px;
	}

	.jst_program__list {
		gap: 18px;
	}
	.jst_program__link--pc { margin-top: 20px; }
}

/* ¸ð¹ÙÀÏ */
@media all and (max-width: 768px) {
	.jst_program {
		padding: 52px 20px;
	}

	.jst_program__intro {
		max-width: none;
		margin-bottom: 34px;
	}

	.jst_program__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 10px;
	}

	.jst_program__eyebrow {
		margin: 0;
		font-size: 14px;
	}

	.jst_program__link--pc {
		display: none;
	}

	.jst_program__link--mo {
		display: inline-flex;
		flex: 0 0 auto;
		gap: 12px;
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
		font-weight: 700;
	}

	.jst_program__link--mo i {
		width: 23px;
		height: 13px;
	}

	.jst_program__link--mo i::before {
		top: 6.5px;
		width: 24px;
		height: 2px;
	}
	.jst_program__link i::after {
	    width: 13px;
		height: 13px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
	}

	.jst_program__title {
		margin-bottom: 14px;
		font-size: 28px;
	}

	.jst_program__desc {
		font-size: 15px;
		line-height: 1.65;
	}

	.jst_program__pc-br {
		display: none;
	}

	.jst_program__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
	}

	.jst_program__icon {
		width: 78px;
		height: 78px;
		margin-bottom: 13px;
	}

	.jst_program__item strong {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.jst_program__item span {
		font-size: 16px;
	}
}

@media all and (max-width: 420px) {
	.jst_program {
		padding: 46px 16px;
	}

	.jst_program__title {
		font-size: 23px;
	}

	.jst_program__desc {
		font-size: 16px;
	}

	.jst_program__list {
		gap: 26px 10px;
	}

	.jst_program__icon {
		width: 53px;
		height: 68px;
	}

	.jst_program__item strong {
		font-size: 15px;
	}

	.jst_program__item span {
		font-size: 16px;
	}
}
/* ³¡ : ÇÁ·Î±×·¥ ¾È³» */

/* ½ÃÀÛ : Áß°£ ¹è³Ê */
/* Áß°£ °­Á¶ ¹è³Ê */
.jst_mid_banner {
	position: relative;
	overflow: hidden;
	background-color: #121937;
	background-image: url("/public/assets/img/jst/banner/bg-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jst_mid_banner::before {
	position: absolute;
	inset: 0;
	background: rgba(5, 8, 27, 0.5);
	content: "";
}

.jst_mid_banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 72px;
    width: 100%;
    max-width: 1440px;
    min-height: 240px;
    margin: 0 auto;
    padding: 48px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.jst_mid_banner__copy h2 {
	margin: 0;
	font-size: 36px;
	font-weight: 650;
	line-height: 1.4;
}

.jst_mid_banner__copy h2 span {
	display: block;
	word-break: keep-all;
}

.jst_mid_banner__copy--top {
	color: #f5f3f8;
}

.jst_mid_banner__copy--bottom {
	color: #b7c9ff;
}

.jst_mid_banner__content {
	position: relative;
	min-height: 150px;
	padding-right: 120px;
}

.jst_mid_banner__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	padding: 0 0 0 40px;
	border-left: 2px solid rgba(174, 194, 255, 0.65);
	list-style: none;
	box-sizing: border-box;
}

.jst_mid_banner__list li {
	display: flex;
	align-items: center;
	gap: 14px;
}

.jst_mid_banner__list img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 28px;
}

.jst_mid_banner__list span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #b8c7ef;
}

.jst_mid_banner__rocket {
	position: absolute;
	right: 0;
	bottom: -58px;
	width: 120px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.95;
}

/* ·ÎÄÏ ÀÌ¹ÌÁö °æ·Î ³ÖÀ» ¶§ »ç¿ë */
.jst_mid_banner__rocket {
	background-image: url("/public/assets/img/jst/visual/rocket.png");
}


@media all and (max-width: 1500px) {
	.jst_mid_banner__inner { padding: 48px 20px; }
}

@media all and (max-width: 1440px) {
	.jst_mid_banner__copy h2 { font-size: 32px; }
}

@media all and (max-width: 1200px) {
	.jst_mid_banner__inner {
		grid-template-columns: minmax(0, 1fr) 420px;
		gap: 44px;
		padding: 42px 28px;
	}

	.jst_mid_banner__copy h2 {
		font-size: 30px;
	}

	.jst_mid_banner__content {
		padding-right: 96px;
	}

	.jst_mid_banner__list span {
		font-size: 18px;
	}

	.jst_mid_banner__rocket {
		width: 98px;
		height: 126px;
	}
}

@media all and (max-width: 1024px) {
	.jst_mid_banner {
		background-image: url("/public/assets/img/jst/banner/bg-2.png");
		background-position: center;
	}

	.jst_mid_banner::before {
		background: rgba(5, 8, 27, 0.5);
	}

	.jst_mid_banner__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 28px;
		min-height: 0;
		padding: 44px 32px;
	}

	.jst_mid_banner__copy,
	.jst_mid_banner__content {
		width: 100%;
	}

	.jst_mid_banner__content {
		min-height: 0;
		padding-right: 0;
	}

	.jst_mid_banner__list {
		gap: 16px;
		padding-left: 0;
		border-left: 0;
	}

	.jst_mid_banner__list li {
		gap: 12px;
	}

	.jst_mid_banner__list img {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}

	.jst_mid_banner__rocket {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.jst_mid_banner__copy h2 { font-size: 28px; }
	.jst_mid_banner__list span {
		font-size: 16px;
	}
	
}

@media all and (max-width: 420px) {
	.jst_mid_banner__inner {
		gap: 22px;
		padding: 36px 20px;
	}

	.jst_mid_banner__copy h2 {
		font-size: 23px;
		line-height: 1.4;
	}

	.jst_mid_banner__list {
		gap: 14px;
	}

	.jst_mid_banner__list img {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}
}
/* ³¡ : Áß°£ ¹è³Ê */

/* ½ÃÀÛ : ÇØÄ¿Åæ ÁøÇàÀýÂ÷ */
.jst_flow {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
}

.jst_flow__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 40px, 1440px);
	margin: 0 auto;
}

.jst_flow__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.jst_flow__left {
	flex: 1 1 auto;
	min-width: 0;
}

.jst_flow__head {
	margin-bottom: 46px;
}

.jst_flow__eyebrow {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.jst_flow__head h2 {
	margin: 0;
    font-size: 36px;
    font-weight: 750;
	line-height: 1.2;
}

.jst_flow__list {
	display: flex;
	position: relative;
	gap: 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jst_flow__list::before {
	position: absolute;
	top: 28px;
	left: calc(12.5% - 1px);
	right: calc(12.5% - 1px);
	height: 2px;
	content: "";
}

.jst_flow__item {
	position: relative;
	flex: 1 1 0;
	text-align: center;
}

.jst_flow__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin-bottom: 46px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 650;
	line-height: 1;
}

.jst_flow__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 110px;
	margin-bottom: 26px;
}

.jst_flow__item:not(:last-child) .jst_flow__icon::after {
	position: absolute;
	top: 50%;
	right: -28px;
	width: 18px;
	height: 18px;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.jst_flow__icon img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
}

.jst_flow__text strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.jst_flow__text span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
}

.jst_flow__pre {
	flex: 0 0 390px;
	border-radius: 22px;
}

.jst_flow__pre-inner {
	position: relative;
	padding: 46px 44px 44px;
	margin: 10px;
	border-radius: 18px;
}

.jst_flow__pre-top {
    display: flex;
    align-items: center;
	justify-content: flex-end;
    gap: 0;
    margin-bottom: 12px;
    flex-direction: row-reverse;
}

.jst_flow__pre-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 450;
}

.jst_flow__pre-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	position: relative;
	width: 34px;
	height: 34px;
	border: 3px solid #ff1717;
	border: none;
	border-radius: 50%;
}

.jst_flow__pre-play::before {
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #ff1717;
	content: "";
}

.jst_flow__pre h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 650;
    line-height: 1.28;
}

.jst_flow__pre-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.jst_flow__pre-list li {
	position: relative;
	padding-left: 32px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
}

.jst_flow__pre-list li::before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
	height: 13px;
	clip-path: polygon(50% 0, 63% 35%, 100% 35%, 70% 57%, 82% 100%, 50% 73%, 18% 100%, 30% 57%, 0 35%, 37% 35%);
	content: "";
}

.jst_flow__pre-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 450;
    text-decoration: none;
}

/* ¹àÀº ¹öÀü */
.jst_flow--light {
	background:
		radial-gradient(circle at 18% 18%, rgba(88, 139, 201, 0.1) 0, transparent 30%),
		linear-gradient(180deg, #f4f7fc 0%, #eef3fa 100%);
}

.jst_flow--light .jst_flow__eyebrow {
	color: #6c86c7;
}

.jst_flow--light .jst_flow__head h2 {
	color: #343944;
}

.jst_flow--light .jst_flow__list::before {
	background: rgba(52, 57, 68, 0.28);
}

.jst_flow--light .jst_flow__number {
	border: 2px solid rgba(52, 57, 68, 0.56);
	background: #fff;
	color: #2e3445;
}

.jst_flow--light .jst_flow__item:not(:last-child) .jst_flow__icon::after {
	border-color: rgba(52, 57, 68, 0.5);
}

.jst_flow--light .jst_flow__icon img {
	filter: drop-shadow(0 12px 18px rgba(60, 78, 110, 0.18));
}

.jst_flow--light .jst_flow__text strong {
	color: #0d3c8a;
}

.jst_flow--light .jst_flow__text span {
	color: #343944;
}

.jst_flow--light .jst_flow__pre {
	background: #fff;
	box-shadow: 0 20px 42px rgba(28, 43, 76, 0.12);
}

.jst_flow--light .jst_flow__pre-inner {
	border: 1px solid #dfe6f2;
	background: #fff;
}

.jst_flow--light .jst_flow__pre-badge {
	background: #eef3fb;
	color: #4d68a8;
}

.jst_flow--light .jst_flow__pre h3 {
	color: #0d3c8a;
}

.jst_flow--light .jst_flow__pre-list li {
	color: #343944;
}

.jst_flow--light .jst_flow__pre-list li::before {
	background: #0d3c8a;
}

.jst_flow--light .jst_flow__pre-link {
	background: #6c86c7;
	color: #fff;
}

/* ¾îµÎ¿î ¹öÀü */
.jst_flow--dark {
	background:
		radial-gradient(circle at 18% 20%, rgba(88, 139, 201, 0.16) 0, transparent 34%),
		radial-gradient(circle at 82% 22%, rgba(146, 125, 186, 0.14) 0, transparent 30%),
		linear-gradient(180deg, #070d1c 0%, #091328 100%);
}

.jst_flow--dark::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
	content: "";
}

.jst_flow--dark .jst_flow__eyebrow,
.jst_flow--dark .jst_flow__head h2 {
	color: #fff;
}

.jst_flow--dark .jst_flow__list::before {
	background: rgba(255, 255, 255, 0.86);
}

.jst_flow--dark .jst_flow__number {
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	background: #070d1c;
	color: #fff;
}

.jst_flow--dark .jst_flow__item:not(:last-child) .jst_flow__icon::after {
	border-color: rgba(255, 255, 255, 0.78);
}

.jst_flow--dark .jst_flow__icon img {
	filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.35));
}

.jst_flow--dark .jst_flow__text strong {
	color: #fff;
}

.jst_flow--dark .jst_flow__text span {
	color: rgba(255, 255, 255, 0.82);
}

.jst_flow--dark .jst_flow__pre {
	background: rgba(9, 42, 74, 0.72);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.jst_flow--dark .jst_flow__pre-inner {
	border: 1px dashed rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at 78% 8%, rgba(88, 139, 201, 0.18) 0, transparent 30%),
		linear-gradient(180deg, rgba(21, 48, 82, 0.84) 0%, rgba(5, 34, 60, 0.88) 100%);
}

.jst_flow--dark .jst_flow__pre-badge {
	/* background: rgba(3, 15, 32, 0.52);
	color: #fff; */
	color: #b79a9a;
}

.jst_flow--dark .jst_flow__pre h3 {
	color: #fff;
}

.jst_flow--dark .jst_flow__pre-list li {
	color: #fff;
}

.jst_flow--dark .jst_flow__pre-list li::before {
	background: #fff;
}

.jst_flow--dark .jst_flow__pre-link {
	background: linear-gradient(90deg, #d8ecff 0%, #f0c6ff 100%);
	color: #111;
}


@media all and (max-width: 1440px) {
	.jst_flow__head h2 {
		font-size: 32px
	}
	.jst_flow__text strong {
		font-size: 18px;
	}
	.jst_flow__text span {
		font-size: 16px;
	}
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1200px) {
	.jst_flow {
		padding: 100px 0;
	}
	.jst_flow__main {
		flex-direction: column;
		align-items: stretch;
		gap: 60px;
	}

	.jst_flow__pre {
		flex: 0 0 auto;
		width: min(100%, 520px);
		margin: 0 auto;
	}
	.jst_flow__head h2 {
		font-size: 30px
	}
}

@media all and (max-width: 768px) {
	.jst_flow {
		padding: 80px 0;
	}

	.jst_flow__inner {
		width: min(100% - 32px, 1440px);
	}

	.jst_flow__head {
		margin-bottom: 36px;
		text-align: center;
	}

	.jst_flow__eyebrow {
		font-size: 18px;
		margin: 0;
		margin-bottom: 10px;
        font-size: 14px;
	}

	.jst_flow__head h2 {
		font-size: 28px;
	}

	.jst_flow__list {
		flex-wrap: wrap;
		gap: 36px 20px;
	}

	.jst_flow__list::before {
		display: none;
	}

	.jst_flow__item {
		flex: 1 1 calc(50% - 10px);
	}

	.jst_flow__number {
		width: 38px;
		height: 38px;
		margin-bottom: 9px;
		font-size: 16px;
	}

	.jst_flow__icon {
		height: 78px;
		margin-bottom: 18px;
	}

	.jst_flow__item:not(:last-child) .jst_flow__icon::after {
		display: none;
	}

	.jst_flow__icon img {
		width: 65px;
		height: 65px;
	}

	.jst_flow__text strong {
		font-size: 17px;
	}

	.jst_flow__text span {
		margin-top: 10px;
		font-size: 15px;
	}

	.jst_flow__pre-inner {
		padding: 34px 26px 30px;
	}

	.jst_flow__pre h3 {
		font-size: 28px;
	}

	.jst_flow__pre-list li {
		font-size: 16px;
	}

	.jst_flow__pre-link {
		height: 52px;
		font-size: 16px;
	}
	.jst_flow__pre h3 { font-size: 26px; }
	.jst_flow__pre-badge { padding: 0 10px; }
	.jst_flow__pre-inner { padding: 25px 22px 20px; }
}

@media all and (max-width: 578px) {
	.jst_flow { padding: 60px 0; }
	.jst_flow__main { gap: 50px; }
}

@media all and (max-width: 420px) {
	.jst_flow__pre-inner { padding: 25px 22px 40px; }
	.jst_flow__pre-badge {
	    font-size: 13px;
		font-weight: 400;
	}
	.jst_flow__head h2 { font-size: 23px; }
	.jst_flow__head { margin-bottom: 26px; }
	.jst_flow__list {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.jst_flow__pre-top { margin-bottom: 5px; }
	.jst_flow__pre h3 { font-size: 22px; font-weight: 550; }
	.jst_flow__pre-list { margin: 25px 0 35px }
	.jst_flow__pre-link { height: 50px; }
 
	.jst_flow__item {
		display: flex;
		align-items: center;
		gap: 6px;
		text-align: left;
	}

	.jst_flow__number {
		flex: 0 0 38px;
		margin-bottom: 0;
	}

	.jst_flow__icon {
		flex: 0 0 72px;
		height: 72px;
		margin-bottom: 0;
	}

	.jst_flow__icon img {
		width: 46px;
		height: 46px;
	}

	.jst_flow__text {
		flex: 1 1 auto;
		min-width: 0;
	}

	.jst_flow__text strong {
		font-size: 17px;
	}
	.jst_flow__text span {
		line-height: 1.25;
		margin-top: 8px;
	}
	.jst_flow__pre-play { 
		width: fit-content; 
		height: fit-content;
	}
	.jst_flow__pre-play::before {
		border-top-width: 11px;
		border-bottom-width: 11px;
		border-left-width: 17px;
	}
	.jst_flow__number {
	    width: 33px;
        height: 33px;
        flex: 0 0 33px;
		font-weight: 550;
		font-size: 15px;
	}
}
/* ³¡: ÇØÄ¿Åæ ÁøÇàÀýÂ÷ */

/* ½ÃÀÛ : Ã§¸°Áö Âü¿© ±ÇÀ¯ ¹è³Ê */
.jst_apply_cta {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 95% 50%,
			rgba(203, 194, 255, 0.14) 0%,
			rgba(226, 235, 255, 0.06) 34%,
			transparent 66%
		),
		linear-gradient(
			to right,
			#ffffff 0%,
			#ffffff 58%,
			#fcfcff 80%,
			#f8f6ff 100%
		);
}

.jst_apply_cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(100% - 40px, 1440px);
	min-height: 280px;
	margin: 0 auto;
}

.jst_apply_cta__content {
	min-width: 0;
}

.jst_apply_cta__content h2 {
	margin: 0;
	color: #28377f;
	font-size: 34px;
	font-weight: 750;
	line-height: 1.3;
	word-break: keep-all;
}

.jst_apply_cta__content p {
	margin: 8px 0 0;
	color: #35427c;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.35;
	word-break: keep-all;
}

.jst_apply_cta__button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 220px;
    height: 65px;
    border: 1px solid #c9daf8;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 8px 18px rgba(52, 84, 149, 0.08);
    color: #28377f;
    font-size: 20px;
    font-weight: 550;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.jst_apply_cta__button:hover {
	border-color: #28377f;
	background: #28377f;
	color: #fff;
	transform: translateY(-2px);
}

.jst_apply_cta__dna {
	position: absolute;
	top: 50%;
	right: -34px;
	z-index: 1;
	width: 330px;
	max-width: none;
	height: auto;
	opacity: 0.4;
	pointer-events: none;
	transform: translateY(-50%);
}

@media all and(max-width: 1500px) {
	.jst_apply_cta__dna {
		width: 280px;
		right: 55px;
	}
}
@media all and (max-width: 1440px) {
	.jst_apply_cta__content h2 { font-size: 32px; }
	.jst_apply_cta__button {
		height: 56px;
	}
}
@media all and (max-width: 1200px) { 
	.jst_apply_cta__content h2 { font-size: 30px; }
	.jst_apply_cta__content p { font-size: 18px; }
}
@media all and (max-width: 1024px) {
	.jst_apply_cta__inner {
		gap: 32px;
		min-height: 200px;
	}

	.jst_apply_cta__dna {
		right: -50px;
		width: 260px;
	}
}

@media all and (max-width: 768px) {
	.jst_apply_cta__inner {
		display: block;
		width: min(100% - 32px, 1440px);
		min-height: 0;
		padding: 46px 0 40px;
	}

	.jst_apply_cta__content {
		text-align: center; 
	}
	.jst_apply_cta__content h2 {
		font-size: 28px;
		line-height: 1.35;
	}

	.jst_apply_cta__content p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.55;
	}

	.jst_apply_cta__button {
		width: 80%;
		height: 58px;
		margin: 28px auto 0;
		font-size: 19px;
		display: flex;
	}

	.jst_apply_cta__dna {
		top: -26px;
		right: -70px;
		width: 190px;
		opacity: 0.28;
		transform: none;
	}
}

@media all and (max-width: 578px) {
	.jst_apply_cta__button { width: 95%; font-size: 17px; } 
}

@media all and (max-width: 420px) {
	.jst_apply_cta__inner {
		padding: 38px 0 30px;
	}

	.jst_apply_cta__content {
		padding-right: 34px;
	}

	.jst_apply_cta__content h2 {
		font-size: 23px;
	}

	.jst_apply_cta__content p {
		font-size: 14px;
	}

	.jst_apply_cta__dna {
		right: -82px;
		width: 160px;
	}
}
/* ³¡ : Ã§¸°Áö Âü¿© ±ÇÀ¯ ¹è³Ê */