@charset "utf-8";

/* ===============================
   Main Visual
================================ */
#jh-main-visual {
	position: relative;
	width: 100%;
	min-height: 970px;
	padding-top: 80px;
	background: #eee9d8 url("../img/main/01_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-main-visual .jh-main-inner {
	position: relative;
	width: 100%;
	max-width: 1500px;
	min-height: 890px;
	margin: 0 auto;
	padding: 120px 40px 0;
}

#jh-main-visual .jh-main-text {
	position: relative;
	z-index: 2;
	width: 58%;
	padding-top: 20px;
}

#jh-main-visual h2 {
	margin: 0 0 25px;
	color: #004225;
	font-size: 84px;
	line-height: 1.05;
	font-weight: 300;
	letter-spacing: -0.08em;
}

#jh-main-visual h2 span {
	font-weight: 900;
}

#jh-main-visual h3 {
	margin: 0 0 38px;
	color: #004225;
	font-size: 38px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.06em;
}

#jh-main-visual .jh-main-desc {
	color: #222;
	font-size: 21px;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: -0.05em;
}

#jh-main-visual .jh-main-desc p {
	margin: 0;
}

#jh-main-visual .jh-main-desc strong {
	font-weight: 800;
}

#jh-main-visual .jh-main-profile {
	margin-top: 90px;
	color: #333;
}

#jh-main-visual .jh-profile-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 290px;
	height: 34px;
	padding: 0 26px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #00566a;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
}

#jh-main-visual .jh-profile-title span {
	margin-left: 6px;
	font-weight: 400;
}

#jh-main-visual .jh-main-profile ul {
	margin: 0;
	padding-left: 26px;
	list-style: disc;
}

#jh-main-visual .jh-main-profile li {
	list-style: disc;
	color: #333;
	font-size: 18px;
	line-height: 1.65;
	letter-spacing: -0.05em;
}

#jh-main-visual .jh-main-person {
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 1;
	width: 520px;
}

#jh-main-visual .jh-main-person img {
	display: block;
	width: 100%;
	height: auto;
}

/* tablet */
@media screen and (max-width: 1280px) {
	#jh-main-visual {
		min-height: 720px;
	}

	#jh-main-visual .jh-main-inner {
		min-height: 640px;
		padding-top: 90px;
	}

	#jh-main-visual h2 {
		font-size: 66px;
	}

	#jh-main-visual h3 {
		font-size: 30px;
	}

	#jh-main-visual .jh-main-desc {
		font-size: 18px;
	}

	#jh-main-visual .jh-main-person {
		width: 430px;
		right: 10px;
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	#jh-main-visual {
		min-height: auto;
		padding-top:20px;
		background-position: center top;
	}

	#jh-main-visual .jh-main-inner {
		display: flex;
		flex-direction: column;
		min-height: auto;
		padding: 45px 20px 0;
	}

	#jh-main-visual .jh-main-text {
		width: 100%;
		padding-top: 0;
		z-index: 2;
	}

	#jh-main-visual h2 {
		margin-bottom: 16px;
		font-size: 42px;
		line-height: 1.12;
	}

	#jh-main-visual h3 {
		margin-bottom: 24px;
		font-size: 22px;
		line-height: 1.35;
	}

	#jh-main-visual .jh-main-desc {
		font-size: 15px;
		line-height: 1.65;
	}

	#jh-main-visual .jh-main-desc br {
		display: none;
	}

	#jh-main-visual .jh-main-profile {
		margin-top: 35px;
		padding-bottom: 0;
	}

	#jh-main-visual .jh-profile-title {
		min-width: auto;
		height: 30px;
		padding: 0 18px;
		font-size: 15px;
	}

	#jh-main-visual .jh-main-profile ul {
		padding-left: 20px;
	}

	#jh-main-visual .jh-main-profile li {
		font-size: 14px;
		line-height: 1.55;
	}

	#jh-main-visual .jh-main-person {
		position: relative;
		right: auto;
		bottom: auto;
		width: 300px;
		margin: 35px auto 0;
		transform: none;
	}
}

@media screen and (max-width: 420px) {
	#jh-main-visual h2 {
		font-size: 36px;
	}

	#jh-main-visual h3 {
		font-size: 19px;
	}

	#jh-main-visual .jh-main-person {
		width: 270px;
	}
}


/* ===============================
   이렇게 탄생했습니다
================================ */
#jh-birth-section {
	position: relative;
	width: 100%;
	background: #eee9d8 url("../img/main/02_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-birth-section .jh-birth-inner {
	position: relative;
	width: 100%;
	max-width: 1500px;
	min-height: 980px;
	margin: 0 auto;
	padding: 190px 40px 0;
}

#jh-birth-section .jh-birth-text {
	position: relative;
	z-index: 2;
	width: 60%;
	max-width: 980px;
}

#jh-birth-section h2 {
	margin: 0 0 55px;
	color: #111;
	font-size: 46px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -0.06em;
}

#jh-birth-section .jh-birth-desc {
	color: #222;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: -0.05em;
}

#jh-birth-section .jh-birth-desc p {
	margin: 0;
}

#jh-birth-section .jh-birth-desc p + p {
	margin-top: 26px;
}

#jh-birth-section .jh-birth-desc strong {
	font-weight: 900;
}

/* tablet */
@media screen and (max-width: 1280px) {
	#jh-birth-section {
		min-height: 650px;
	}

	#jh-birth-section .jh-birth-inner {
		min-height: 650px;
		padding-top: 140px;
	}

	#jh-birth-section h2 {
		font-size: 38px;
	}

	#jh-birth-section .jh-birth-desc {
		font-size: 17px;
	}

	#jh-birth-section .jh-birth-text {
		width: 68%;
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	#jh-birth-section {
		min-height: auto;
		background-position: 62% center;
	}

	#jh-birth-section:before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(255,255,245,0.78);
		z-index: 1;
	}

	#jh-birth-section .jh-birth-inner {
		min-height: auto;
		padding: 80px 20px;
	}

	#jh-birth-section .jh-birth-text {
		width: 100%;
		max-width: none;
	}

	#jh-birth-section h2 {
		margin-bottom: 32px;
		font-size: 30px;
		line-height: 1.3;
	}

	#jh-birth-section .jh-birth-desc {
		font-size: 15px;
		line-height: 1.7;
	}

	#jh-birth-section .jh-birth-desc br {
		display: none;
	}

	#jh-birth-section .jh-birth-desc p + p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 420px) {
	#jh-birth-section h2 {
		font-size: 27px;
	}

	#jh-birth-section .jh-birth-desc {
		font-size: 14px;
	}
}


/* ===============================
   숨 가쁘게 달려온 당신의 어제가 결코 잘못된 것은 아닙니다.
================================ */
#jh-video-section {
	position: relative;
	width: 100%;
	min-height: 920px;
	background: #05080d url("../img/main/03_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-video-section .jh-video-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 145px 40px 90px;
	text-align: center;
}

#jh-video-section .jh-video-title h2 {
	margin: 0 0 35px;
	color: #fff;
	font-size: 34px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -0.05em;
}

#jh-video-section .jh-video-title p {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: -0.05em;
}

#jh-video-section .jh-video-box {
	position: relative;
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
	margin: 80px auto 0;
	background: #000;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

#jh-video-section .jh-video-box iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#jh-video-section .jh-video-cover {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.28);
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -0.06em;
	pointer-events: none;
}

/* tablet */
@media screen and (max-width: 1280px) {
	#jh-video-section {
		min-height: 780px;
	}

	#jh-video-section .jh-video-inner {
		padding-top: 115px;
	}

	#jh-video-section .jh-video-title h2 {
		font-size: 30px;
	}

	#jh-video-section .jh-video-title p {
		font-size: 19px;
	}

	#jh-video-section .jh-video-box {
		max-width: 800px;
		margin-top: 65px;
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	#jh-video-section {
		min-height: auto;
		background-position: center center;
	}

	#jh-video-section:before {
		background: rgba(0,0,0,0.62);
	}

	#jh-video-section .jh-video-inner {
		padding: 80px 20px;
	}

	#jh-video-section .jh-video-title h2 {
		margin-bottom: 24px;
		font-size: 25px;
		line-height: 1.45;
	}

	#jh-video-section .jh-video-title p {
		font-size: 16px;
		line-height: 1.7;
	}

	#jh-video-section .jh-video-title p br {
		display: none;
	}

	#jh-video-section .jh-video-box {
		margin-top: 45px;
		max-width: 100%;
	}

	#jh-video-section .jh-video-cover {
		font-size: 28px;
	}
}

@media screen and (max-width: 420px) {
	#jh-video-section .jh-video-title h2 {
		font-size: 22px;
	}

	#jh-video-section .jh-video-title p {
		font-size: 15px;
	}

	#jh-video-section .jh-video-cover {
		font-size: 24px;
	}
}



/* ===============================
   Diagnosis Section
================================ */
#jh-diagnosis-section {
	position: relative;
	width: 100%;
	min-height: 820px;
	background: #f7f7f7 url("../img/main/04_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-diagnosis-section .jh-diagnosis-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1500px;
	min-height: 820px;
	margin: 0 auto;
	padding: 120px 40px 100px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 70px;
}

#jh-diagnosis-section .jh-diagnosis-text {
	width: 56%;
	padding-top: 70px;
}

#jh-diagnosis-section .jh-diagnosis-small {
	margin: 0 0 20px;
	color: #222;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: -0.06em;
}

#jh-diagnosis-section h2 {
	margin: 0 0 38px;
	color: #111;
	font-size: 58px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -0.07em;
}

#jh-diagnosis-section h2 span {
	color: #00723b;
}

#jh-diagnosis-section .jh-diagnosis-desc {
	margin: 0;
	color: #222;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: -0.05em;
}

#jh-diagnosis-section .jh-diagnosis-form {
	position: relative;
	width: 500px;
	flex: 0 0 500px;
}

/* tablet */
@media screen and (max-width: 1280px) {
	#jh-diagnosis-section .jh-diagnosis-inner {
		gap: 40px;
		padding-top: 130px;
	}

	#jh-diagnosis-section h2 {
		font-size: 46px;
	}

	#jh-diagnosis-section .jh-diagnosis-form {
		width: 480px;
		flex-basis: 480px;
	}
}

/* mobile */
@media screen and (max-width: 900px) {
	#jh-diagnosis-section {
		min-height: auto;
		background-position: center top;
	}

	#jh-diagnosis-section .jh-diagnosis-inner {
		min-height: auto;
		padding: 80px 20px;
		display: block;
	}

	#jh-diagnosis-section .jh-diagnosis-text {
		width: 100%;
		padding-top: 0;
		margin-bottom: 45px;
	}

	#jh-diagnosis-section .jh-diagnosis-small {
		font-size: 22px;
	}

	#jh-diagnosis-section h2 {
		font-size: 36px;
		line-height: 1.25;
	}

	#jh-diagnosis-section .jh-diagnosis-desc {
		font-size: 15px;
	}

	#jh-diagnosis-section .jh-diagnosis-desc br {
		display: none;
	}

	#jh-diagnosis-section .jh-diagnosis-form {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 420px) {
	#jh-diagnosis-section h2 {
		font-size: 31px;
	}
}

/* ===============================
   Result Section
================================ */
#jh-result-section {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 120px 20px 110px;
	overflow: hidden;
}

#jh-result-section .jh-result-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#jh-result-section .jh-result-head h2,
#jh-result-section .jh-compare-head h2 {
	margin: 0 0 28px;
	color: #111;
	font-size: 52px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-result-section .jh-result-head p,
#jh-result-section .jh-compare-head p {
	margin: 0;
	color: #333;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: -0.04em;
}

#jh-result-section .jh-result-desc {
	margin-top: 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: -0.04em;
}

#jh-result-section .jh-result-desc strong {
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 700;
}

#jh-bestcase {
	margin-top: 70px;
}

.jh-best-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.jh-best-card {
	height: 100%;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	background: #fff;
	text-align: left;
	box-shadow: 0 8px 22px rgba(0,0,0,0.04);
	transition: transform .2s ease, box-shadow .2s ease;
}

.jh-best-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.jh-best-card h3 {
	margin: 0 0 20px;
	color: #111;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.jh-best-body {
	display: grid;
	grid-template-columns: 1fr 70px;
	column-gap: 18px;
	row-gap: 14px;
	align-items: start;
}

.jh-best-meta {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.jh-best-meta > div {
	display: flex;
	align-items: baseline;
	gap: 7px;
	white-space: nowrap;
}

.jh-best-meta dt {
	min-width: 58px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.jh-best-meta dd {
	margin: 0;
	color: #9aa0a6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.jh-best-rate {
	grid-column: 1;
	grid-row: 2;
	margin-top: 8px;
}

.jh-best-rate-label {
	margin-bottom: 2px;
	color: #111;
	font-size: 13px;
	font-weight: 500;
}

.jh-best-rate-value {
	display: flex;
	align-items: baseline;
	gap: 3px;
	color: #111;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.jh-best-rate-value span {
	color: #006c3d;
	font-size: 42px;
	font-weight: 700;
}

.jh-best-rate-sub {
	margin-top: 8px;
	color: #9aa0a6;
	font-size: 13px;
	font-weight: 700;
}

.jh-best-bar {
	grid-column: 2;
	grid-row: 1 / span 2;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 150px;
	background:
		repeating-linear-gradient(
			to top,
			rgba(0,0,0,0.06) 0,
			rgba(0,0,0,0.06) 1px,
			transparent 1px,
			transparent 22%
		);
	border-radius: 6px;
}

.jh-best-bar-fill {
	display: block;
	width: 26px;
	height: 0;
	background: #006c3d;
	border-radius: 4px 4px 0 0;
	transition: height .9s cubic-bezier(.16,.84,.44,1);
}

.jh-compare-head {
	margin-top: 120px;
}

.jh-compare-img {
	margin: 65px auto 0;
	max-width: 910px;
}

.jh-compare-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.jh-result-bottom {
	margin-top: 65px;
	color: #111;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
	.jh-best-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 620px;
		margin: 0 auto;
	}

	#jh-result-section .jh-result-head h2,
	#jh-result-section .jh-compare-head h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 768px) {
	#jh-result-section {
		padding: 80px 20px;
	}

	#jh-result-section .jh-result-head h2,
	#jh-result-section .jh-compare-head h2 {
		font-size: 28px;
	}

	#jh-result-section .jh-result-head p,
	#jh-result-section .jh-compare-head p {
		font-size: 15px;
	}

	#jh-result-section .jh-result-desc {
		font-size: 13px;
	}

	#jh-bestcase {
		margin-top: 45px;
	}

	.jh-best-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 360px;
	}

	.jh-best-card {
		padding: 20px;
	}

	.jh-best-body {
		grid-template-columns: 1fr 90px;
		column-gap: 16px;
	}

	.jh-best-bar {
		height: 140px;
	}

	.jh-best-bar-fill {
		width: 42px;
	}

	.jh-compare-head {
		margin-top: 80px;
	}

	.jh-compare-img {
		margin-top: 40px;
	}

	.jh-result-bottom {
		margin-top: 45px;
		font-size: 21px;
	}
}


/* ===============================
   Proof Section
================================ */
#jh-proof-section {
	position: relative;
	width: 100%;
	background: #003f24 url("../img/main/06_bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}


#jh-proof-section .jh-proof-inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 20px 120px;
}

#jh-proof-section .jh-proof-head {
	text-align: center;
}

#jh-proof-section .jh-proof-head p {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.05em;
}

#jh-proof-section .jh-proof-head h2 {
	margin: 0;
	font-size: 44px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-proof-section .jh-proof-stats {
	margin-top: 90px;
	text-align: center;
}

#jh-proof-section .jh-proof-total p,
#jh-proof-section .jh-proof-stats li p {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 800;
}

#jh-proof-section .jh-proof-total strong {
	display: block;
	font-size: 44px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.04em;
}

#jh-proof-section .jh-proof-stats ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px 90px;
	max-width: 620px;
	margin: 70px auto 0;
	padding: 0;
	list-style: none;
}

#jh-proof-section .jh-proof-stats li strong {
	display: block;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.04em;
}

#jh-proof-section .jh-proof-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	margin-top: 130px;
}

#jh-proof-section .jh-proof-subtitle {
	margin-bottom: 28px;
	text-align: left;
}

#jh-proof-section .jh-proof-subtitle h3 {
	margin: 0 0 8px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-proof-section .jh-proof-subtitle p {
	margin: 0;
	font-size: 16px;
	color: rgba(255,255,255,0.85);
	letter-spacing: -0.04em;
}

#jh-proof-section .jh-proof-table,
#jh-proof-section .jh-proof-chart {
	height: 350px;
	padding: 36px 28px;
	border-radius: 10px;
	background: #fff;
	color: #111;
	box-shadow: 0 18px 36px rgba(0,0,0,0.2);
	overflow: hidden !important;
}

#jh-proof-section .jh-proof-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 280px;	
	overflow: hidden !important;
}

#jh-proof-section .jh-proof-table li {
	display: grid;
	grid-template-columns: 70px 100px 1fr 80px 60px;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	color: #888;
	letter-spacing: -0.05em;
}

#jh-proof-section .jh-proof-table li .status {
	font-weight: 700;
}

#jh-proof-section .jh-proof-table li .status.red {
	color: #ff1d1d;
}

#jh-proof-section .jh-proof-table li .status.black {
	color: #111;
}

#jh-proof-section .jh-proof-table li .green {
	color: #006c3d;
	font-weight: 700;
}

#jh-proof-section .jh-proof-table li strong {
	color: #111;
	font-weight: 700;
}

#jh-proof-section .jh-proof-chart canvas {
	width: 100% !important;
	height: 100% !important;
}

/* tablet */
@media screen and (max-width: 1024px) {
	#jh-proof-section .jh-proof-head h2 {
		font-size: 36px;
	}

	#jh-proof-section .jh-proof-total strong {
		font-size: 36px;
	}

	#jh-proof-section .jh-proof-bottom {
		grid-template-columns: 1fr;
		max-width: 620px;
		margin: 90px auto 0;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-proof-section .jh-proof-inner {
		padding: 70px 20px 80px;
	}

	#jh-proof-section .jh-proof-head p {
		font-size: 18px;
	}

	#jh-proof-section .jh-proof-head h2 {
		font-size: 28px;
	}

	#jh-proof-section .jh-proof-stats {
		margin-top: 55px;
	}

	#jh-proof-section .jh-proof-total strong {
		font-size: 27px;
	}

	#jh-proof-section .jh-proof-stats ul {
		grid-template-columns: 1fr 1fr;
		gap: 30px 20px;
		margin-top: 45px;
	}

	#jh-proof-section .jh-proof-stats li strong {
		font-size: 28px;
	}

	#jh-proof-section .jh-proof-subtitle h3 {
		font-size: 26px;
	}

	#jh-proof-section .jh-proof-table,
	#jh-proof-section .jh-proof-chart {
		height: 250px;
		padding: 24px 16px;
	}

	#jh-proof-section .jh-proof-table li {
		grid-template-columns: 58px 82px 1fr 68px 48px;
		font-size: 11px;
	}
}


/* ===============================
   Why Section
================================ */
#jh-why-section {
	position: relative;
	width: 100%;
	padding: 120px 20px 150px;
	background: #fff;
	overflow: hidden;
}

#jh-why-section .jh-why-inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

#jh-why-section .jh-why-head h2 {
	margin: 0 0 28px;
	color: #111;
	font-size: 48px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.07em;
}

#jh-why-section .jh-why-head p {
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.04em;
	word-break:keep-all;
}

#jh-why-section .jh-why-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin: 85px 0 0;
	padding: 0;
	list-style: none;
}

#jh-why-section .jh-why-card {
	height: 400px;
	padding: 55px 24px 35px;
	border: 1px solid #e4e4e4;
	border-radius: 18px;
	background: #f8f9fa;
	box-shadow: 0 8px 22px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}


#jh-why-section .jh-why-icon {
	width: 110px;
	height: 110px;
	flex: 0 0 110px;
	margin-bottom: 22px;
}

#jh-why-section .jh-why-icon img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: contain;
}


#jh-why-section .jh-why-card h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	margin: 0 0 24px;
	padding-top: 24px;
	color: #111;
	font-size: 23px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-why-section .jh-why-card h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 70px;
	height: 3px;
	background: #006c3d;
	transform: translateX(-50%);
}

#jh-why-section .jh-why-card p {
	margin: 0;
	min-height: 48px;
	color: #444;
	font-size: 15px;
	line-height: 1.55;
	letter-spacing: -0.05em;
}

/* tablet */
@media screen and (max-width: 1200px) {
	#jh-why-section .jh-why-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	#jh-why-section .jh-why-head h2 {
		font-size: 40px;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-why-section {
		padding: 80px 20px;
	}

	#jh-why-section .jh-why-head h2 {
		font-size: 30px;
	}

	#jh-why-section .jh-why-head p {
		font-size: 15px;
	}

	#jh-why-section .jh-why-list {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 50px;
	}

	#jh-why-section .jh-why-card {
		height: auto;
		min-height: 300px;
		padding: 40px 22px 32px;
	}

	#jh-why-section .jh-why-card h3 {
		font-size: 21px;
	}

	#jh-why-section .jh-why-card p {
		font-size: 14px;
	}
}


/* ===============================
   Process Section
================================ */
#jh-process-section {
	position: relative;
	width: 100%;
	padding: 115px 20px 120px;
	background: #111 url("../img/main/08_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	color: #fff;
}

#jh-process-section .jh-process-inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

#jh-process-section .jh-process-head h2 {
	margin: 0 0 35px;
	color: #fff;
	font-size: 48px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.07em;
}

#jh-process-section .jh-process-head h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 23px;
	line-height: 1.4;
	font-weight: 800;
	letter-spacing: -0.05em;
}

#jh-process-section .jh-process-head p {
	margin: 0;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: -0.04em;
}

#jh-process-section .jh-process-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 24px;
	margin: 85px 0 0;
	padding: 0;
	list-style: none;
}

#jh-process-section .jh-process-list li {
	width: calc(25% - 18px);
}

#jh-process-section .jh-process-list li:nth-child(n+5) {
	width: calc(25% - 18px);
}

#jh-process-section .jh-process-card {
	height: 250px;
	padding: 25px 18px 22px;
	border-radius: 8px;
	background: #fff;
	color: #111;
	box-shadow: 0 12px 28px rgba(0,0,0,0.22);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#jh-process-section .jh-process-card img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: contain;
	margin-bottom: 12px;
}

#jh-process-section .jh-process-card h4 {
	margin: 0 0 10px;
	color: #006c3d;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-process-section .jh-process-card p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: -0.05em;
}

/* 두 번째 줄 가운데 정렬 */
#jh-process-section .jh-process-list li:nth-child(5) {
	margin-left: 12.5%;
}

/* tablet */
@media screen and (max-width: 1100px) {
	#jh-process-section .jh-process-list li,
	#jh-process-section .jh-process-list li:nth-child(n+5) {
		width: calc(50% - 12px);
	}

	#jh-process-section .jh-process-list li:nth-child(5) {
		margin-left: 0;
	}

	#jh-process-section .jh-process-head h2 {
		font-size: 38px;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-process-section {
		padding: 80px 20px;
	}

	#jh-process-section .jh-process-head h2 {
		margin-bottom: 25px;
		font-size: 30px;
	}

	#jh-process-section .jh-process-head h3 {
		font-size: 19px;
	}

	#jh-process-section .jh-process-head p {
		font-size: 14px;
	}

	#jh-process-section .jh-process-list {
		margin-top: 50px;
		gap: 16px;
	}

	#jh-process-section .jh-process-list li,
	#jh-process-section .jh-process-list li:nth-child(n+5) {
		width: 100%;
	}

	#jh-process-section .jh-process-card {
		height: auto;
		min-height: 190px;
	}

	#jh-process-section .jh-process-card h4 {
		font-size: 20px;
	}
}


/* ===============================
   Video List Section
================================ */
#jh-video-list-section {
	position: relative;
	width: 100%;
	padding: 130px 20px 150px;
	background: #f7f7f7 url("../img/main/09_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-video-list-section .jh-video-list-inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

#jh-video-list-section .jh-video-list-head h2 {
	margin: 0;
	color: #111;
	font-size: 46px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.07em;
}

#jh-video-list-section .jh-video-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px 36px;
	max-width: 1120px;
	margin: 95px auto 0;
	padding: 0;
	list-style: none;
}

#jh-video-list-section .jh-video-list li {
	margin: 0;
}

#jh-video-list-section .jh-video-list a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #00723b;
	background: #00723b;
	transition: transform .25s ease, box-shadow .25s ease;
}

#jh-video-list-section .jh-video-list a:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

#jh-video-list-section .jh-video-list img {
	display: block;
	width: 100%;
	height: auto;
}

/* tablet */
@media screen and (max-width: 1024px) {
	#jh-video-list-section .jh-video-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 820px;
	}

	#jh-video-list-section .jh-video-list-head h2 {
		font-size: 38px;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-video-list-section {
		padding: 80px 20px;
	}

	#jh-video-list-section .jh-video-list-head h2 {
		font-size: 28px;
	}

	#jh-video-list-section .jh-video-list {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 50px;
		max-width: 398px;
	}
}


/* ===============================
   Success Section
================================ */
#jh-success-section {
	position: relative;
	width: 100%;
	padding: 90px 0 120px;
	background: #111 url("../img/main/10_bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

#jh-success-section .jh-success-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#jh-success-section .jh-success-head {
	margin-bottom: 58px;
}

#jh-success-section .jh-success-head h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 44px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.06em;
}

#jh-success-section .jh-success-head p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: -0.04em;
}

#jh-success-section .jh-success-group {
	margin-top: 82px;
}

#jh-success-section .jh-success-group:first-of-type {
	margin-top: 0;
}

#jh-success-section .jh-success-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	height: 42px;
	padding: 0 26px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: #e92314;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

#jh-success-section .jh-success-swiper {
	width: 100%;
	overflow: visible;
	position: relative;
}

#jh-success-section .jh-success-swiper .swiper-wrapper {
	align-items: center;
}

#jh-success-section .jh-success-swiper .swiper-slide {
	width: 700px;
	opacity: .38;
	transform: none;
	transition: opacity .35s ease;
}

#jh-success-section .jh-success-swiper .swiper-slide-active {
	opacity: 1;
	transform: none;
	z-index: 5;
}

#jh-success-section .jh-success-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(0,0,0,0.28);
}


#jh-success-section .jh-success-prev,
#jh-success-section .jh-success-next {
	position: absolute;
	top: 50%;
	z-index: 20;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.95);
	color: #111;
	font-size: 28px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

#jh-success-section .jh-success-prev {
	left: 15px;
}

#jh-success-section .jh-success-next {
	right: 15px;
}

#jh-success-section .jh-success-prev:hover,
#jh-success-section .jh-success-next:hover {
	background: #e92314;
	color: #fff;
}


/* tablet */
@media screen and (max-width: 1024px) {
	#jh-success-section .jh-success-head h2 {
		font-size: 36px;
	}

	#jh-success-section .jh-success-swiper .swiper-slide {
		width: 560px;
	}
}

@media screen and (max-width: 768px) {
	#jh-success-section .jh-success-prev,
	#jh-success-section .jh-success-next {
		width: 42px;
		height: 42px;
		margin-top: -21px;
		font-size: 22px;
		line-height: 42px;
	}

	#jh-success-section .jh-success-prev {
		left: 12px;
	}

	#jh-success-section .jh-success-next {
		right: 12px;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-success-section {
		padding: 75px 0 90px;
	}

	#jh-success-section .jh-success-head {
		padding: 0 20px;
		margin-bottom: 45px;
	}

	#jh-success-section .jh-success-head h2 {
		font-size: 30px;
	}

	#jh-success-section .jh-success-head p {
		font-size: 14px;
	}

	#jh-success-section .jh-success-group {
		margin-top: 60px;
	}

	#jh-success-section .jh-success-label {
		min-width: auto;
		height: 36px;
		padding: 0 20px;
		margin-bottom: 24px;
		font-size: 15px;
	}

	#jh-success-section .jh-success-swiper .swiper-slide {
		width: 86%;
		transform: none;
	}

	#jh-success-section .jh-success-swiper .swiper-slide-active {
		transform: none;
	}
}


/* ===============================
   Review Flow Section
================================ */
#jh-review-flow-section {
	position: relative;
	width: 100%;
	padding: 100px 0 130px;
	background: #f8f8f8 url("../img/main/11_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-review-flow-section .jh-review-flow-inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#jh-review-flow-section .jh-review-flow-head {
	margin-bottom: 80px;
}

#jh-review-flow-section .jh-review-flow-head img {
	display: block;
	max-width: 520px;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#jh-review-flow-section .jh-review-flow-head h2 {
	margin: 0;
	color: #777;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: -0.07em;
}

#jh-review-flow-section .jh-review-flow-head h2 strong {
	color: #111;
	font-weight: 700;
}

#jh-review-flow-section .jh-review-flow-wrap {
	width: 100%;
	overflow: hidden;
}

#jh-review-flow-section .jh-review-flow-track {
	display: flex;
	align-items: center;
	gap: 30px;
	width: max-content;
	animation: jhReviewFlow 38s linear infinite;
}

#jh-review-flow-section .jh-review-flow-wrap:hover .jh-review-flow-track {
	animation-play-state: paused;
}

#jh-review-flow-section .jh-review-flow-item {
	flex: 0 0 350px;
	width: 350px;
	height: 500px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 35px rgba(0,0,0,0.14);
}

#jh-review-flow-section .jh-review-flow-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes jhReviewFlow {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 15px));
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	#jh-review-flow-section {
		padding: 75px 0 90px;
	}

	#jh-review-flow-section .jh-review-flow-head {
		margin-bottom: 50px;
	}

	#jh-review-flow-section .jh-review-flow-head h2 {
		font-size: 30px;
	}

	#jh-review-flow-section .jh-review-flow-track {
		gap: 18px;
		animation-duration: 32s;
	}

	#jh-review-flow-section .jh-review-flow-item {
		flex-basis: 245px;
		width: 245px;
		height: 350px;
	}
}


/* ===============================
   Kakao Section
================================ */
#jh-kakao-section {
	position: relative;
	width: 100%;
	min-height: 750px;
	background: #10191b url("../img/main/12_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	color: #fff;
}

#jh-kakao-section .jh-kakao-inner {
	position: relative;
	z-index: 2;
	max-width: 1580px;
	min-height: 750px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#jh-kakao-section .jh-kakao-text {
	position: relative;
	z-index: 2;
	width: 52%;
	padding-left: 20px;
}

#jh-kakao-section .jh-kakao-text h2 {
	margin: 0 0 34px;
	color: #fff;
	font-size: 50px;
	line-height: 1.22;
	font-weight: 700;
	letter-spacing: -0.07em;
}

#jh-kakao-section .jh-kakao-text p {
	margin: 0 0 55px;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: -0.05em;
}

#jh-kakao-section .jh-kakao-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	min-width: 265px;
	height: 66px;
	padding: 0 32px;
	border-radius: 999px;
	background: #fff200;
	color: #111;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

#jh-kakao-section .jh-kakao-btn i {
	font-size: 26px;
	line-height: 1;
}

#jh-kakao-section .jh-kakao-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(0,0,0,0.3);
	color: #111;
}

#jh-kakao-section .jh-kakao-phone {
	position: absolute;
	right: 70px;
	bottom: 0;
	width: 750px;
	z-index: 1;
}

#jh-kakao-section .jh-kakao-phone img {
	display: block;
	width: 100%;
	height: auto;
}

/* tablet */
@media screen and (max-width: 1200px) {
	#jh-kakao-section .jh-kakao-text h2 {
		font-size: 42px;
	}

	#jh-kakao-section .jh-kakao-phone {
		right: -60px;
		width: 650px;
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	#jh-kakao-section {
		min-height: auto;
		background-position: center center;
	}

	#jh-kakao-section .jh-kakao-inner {
		display: block;
		min-height: auto;
		padding: 75px 20px 0;
		text-align: left;
	}

	#jh-kakao-section .jh-kakao-text {
		width: 100%;
		padding-left: 0;
	}

	#jh-kakao-section .jh-kakao-text h2 {
		margin-bottom: 24px;
		font-size: 34px;
		line-height: 1.25;
	}

	#jh-kakao-section .jh-kakao-text p {
		margin-bottom: 35px;
		font-size: 17px;
	}

	#jh-kakao-section .jh-kakao-btn {
		min-width: 220px;
		height: 56px;
		padding: 0 24px;
		font-size: 18px;
		gap: 18px;
	}

	#jh-kakao-section .jh-kakao-phone {
		position: relative;
		right: auto;
		bottom: auto;
		width: 115%;
		margin: 30px -10% 0 auto;
	}
}

@media screen and (max-width: 420px) {
	#jh-kakao-section .jh-kakao-text h2 {
		font-size: 29px;
	}

	#jh-kakao-section .jh-kakao-text p {
		font-size: 15px;
	}
}


/* ===============================
   Quick Apply
================================ */
#jh-quick-apply {
	position: relative;
	width: 100%;
	min-height: 820px;
	background: #d4dde6 url("../img/main/13_bg.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#jh-quick-apply .jh-apply-inner {
	max-width: 1440px;
	min-height: 820px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 560px;
	gap: 80px;
	align-items: center;
}

#jh-quick-apply .jh-apply-left h2 {
	margin: 0 0 38px;
	color: #004225;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.07em;
}

#jh-quick-apply .jh-apply-left h2 strong { font-size:56px; font-weight:800; }

#jh-quick-apply .jh-apply-left p {
	margin: 0;
	color: #111;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.04em;
}

#jh-quick-apply .jh-apply-steps {
	display: flex;
	align-items: center;
	margin-top: 85px;
}

#jh-quick-apply .jh-apply-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 130px;
	color: rgba(0,66,37,.35);
}

#jh-quick-apply .jh-step-icon {
	position: relative;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(0,112,61,.22);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	color: rgba(255,255,255,.75);
	overflow: visible;
}

#jh-quick-apply .jh-apply-step.is-active .jh-step-icon {
	background: #00723b;
	color: #fff;
	box-shadow:
		0 0 0 0 rgba(0,114,59,.24),
		0 0 22px rgba(0,114,59,.40),
		0 14px 28px rgba(0,0,0,.18);
	animation: jhStepPulse 1.8s ease-in-out infinite;
}

#jh-quick-apply .jh-apply-step.is-active .jh-step-icon:before,
#jh-quick-apply .jh-apply-step.is-active .jh-step-icon:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	opacity: .9;
}

#jh-quick-apply .jh-apply-step.is-active .jh-step-icon:before {
	inset: -8px;
	border: 1px solid rgba(0,114,59,.28);
	animation: jhStepRing 1.8s ease-out infinite;
}

#jh-quick-apply .jh-apply-step.is-active .jh-step-icon:after {
	width: 8px;
	height: 8px;
	top: 12px;
	right: 14px;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 35%, rgba(255,255,255,0) 70%);
	box-shadow:
		-46px 14px 0 -2px rgba(255,255,255,.7),
		-14px 46px 0 -3px rgba(255,255,255,.5),
		-40px 40px 0 -4px rgba(255,255,255,.45);
	animation: jhStepTwinkle 1.5s ease-in-out infinite;
}

#jh-quick-apply .jh-apply-step.is-active .jh-step-icon i {
	animation: jhStepIconFloat 1.8s ease-in-out infinite;
}

#jh-quick-apply .jh-apply-step span {
	margin-top: 26px;
	color: #333;
	font-size: 17px;
	letter-spacing: -0.04em;
}

#jh-quick-apply .jh-step-line {
	width: 62px;
	height: 1px;
	margin: -38px 18px 0;
	background: rgba(0,0,0,.14);
}

#jh-quick-apply .jh-apply-card {
	width: 100%;
	padding: 70px 48px 55px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

#jh-quick-apply .jh-apply-field {
	display: block;
	margin-bottom: 24px;
}

#jh-quick-apply .jh-apply-field span {
	display: block;
	margin-bottom: 12px;
	color: #111;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

#jh-quick-apply .jh-apply-field input {
	width: 100%;
	height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	background: #f5f5f5;
	color: #111;
	font-size: 15px;
}

#jh-quick-apply .jh-apply-field input::placeholder {
	color: #a7adb8;
}

#jh-quick-apply .jh-apply-field input:focus {
	background: #fff;
	box-shadow: 0 0 0 2px rgba(0,114,59,.2);
}

#jh-quick-apply .jh-apply-agree {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 42px 0 32px;
	color: #111;
	font-size: 14px;
	letter-spacing: -0.04em;
}

#jh-quick-apply .jh-apply-agree input {
	width: 18px;
	height: 18px;
	accent-color: #00723b;
}

#jh-quick-apply .jh-apply-submit {
	width: 100%;
	height: 58px;
	border: 0;
	border-radius: 8px;
	background: #00723b;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

#jh-quick-apply .jh-apply-submit:hover {
	background: #005f32;
}

#jh-quick-apply .jh-apply-submit.is_loading {
	opacity: .75;
	cursor: wait;
}

@keyframes jhStepPulse {
	0% {
		transform: translateY(0) scale(1);
		box-shadow:
			0 0 0 0 rgba(0,114,59,.24),
			0 0 18px rgba(0,114,59,.28),
			0 12px 24px rgba(0,0,0,.16);
	}

	50% {
		transform: translateY(-2px) scale(1.03);
		box-shadow:
			0 0 0 8px rgba(0,114,59,.08),
			0 0 28px rgba(0,114,59,.46),
			0 18px 34px rgba(0,0,0,.20);
	}

	100% {
		transform: translateY(0) scale(1);
		box-shadow:
			0 0 0 0 rgba(0,114,59,0),
			0 0 18px rgba(0,114,59,.28),
			0 12px 24px rgba(0,0,0,.16);
	}
}

@keyframes jhStepRing {
	0% {
		transform: scale(.92);
		opacity: 0;
	}

	35% {
		opacity: .55;
	}

	100% {
		transform: scale(1.18);
		opacity: 0;
	}
}

@keyframes jhStepTwinkle {
	0%, 100% {
		opacity: .35;
		transform: scale(.8) rotate(0deg);
	}

	50% {
		opacity: 1;
		transform: scale(1.15) rotate(10deg);
	}
}

@keyframes jhStepIconFloat {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-1px);
	}
}

/* tablet */
@media screen and (max-width: 1200px) {
	#jh-quick-apply .jh-apply-inner {
		grid-template-columns: 1fr;
		gap: 50px;
		padding: 90px 30px;
	}

	#jh-quick-apply .jh-apply-left {
		text-align: center;
	}

	#jh-quick-apply .jh-apply-steps {
		justify-content: center;
	}

	#jh-quick-apply .jh-apply-right {
		max-width: 620px;
		margin: 0 auto;
		width: 100%;
	}
}

/* mobile */
@media screen and (max-width: 640px) {
	#jh-quick-apply .jh-apply-inner {
		padding: 75px 20px;
	}

	#jh-quick-apply .jh-apply-left h2 {
		font-size: 30px;
	}
	#jh-quick-apply .jh-apply-left h2 strong { font-size:35px;  }
	
	#jh-quick-apply .jh-apply-left p {
		font-size: 15px;
		word-break:keep-all;
	}

	#jh-quick-apply .jh-apply-steps {
		margin-top: 45px;
	}

	#jh-quick-apply .jh-apply-step {
		min-width: 82px;
	}

	#jh-quick-apply .jh-step-icon {
		width: 64px;
		height: 64px;
		font-size: 28px;
	}

	#jh-quick-apply .jh-apply-step span {
		margin-top: 18px;
		font-size: 13px;
	}

	#jh-quick-apply .jh-step-line {
		width: 25px;
		margin: -28px 8px 0;
	}

	#jh-quick-apply .jh-apply-card {
		padding: 35px 22px 30px;
		border-radius: 16px;
	}

	#jh-quick-apply .jh-apply-agree {
		margin: 30px 0 24px;
		font-size: 13px;
	}

	#jh-quick-apply .jh-apply-submit {
		height: 54px;
		font-size: 17px;
	}
}

/* ===============================
   YouTube Video Modal
================================ */
.jh-video-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}

.jh-video-modal.is-open {
	display: block;
}

.jh-video-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.78);
}

.jh-video-modal-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 40px);
	max-width: 960px;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.jh-video-modal-close {
	position: absolute;
	right: -10px;
	top: -54px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 34px;
	line-height: 40px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.jh-video-modal-close:hover {
	background: #00723b;
	color: #fff;
}

.jh-video-iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
	box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.jh-video-iframe-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 모바일 */
@media screen and (max-width: 640px) {
	.jh-video-modal-box {
		width: calc(100% - 24px);
	}

	.jh-video-modal-close {
		right: 0;
		top: -50px;
		width: 40px;
		height: 40px;
		font-size: 30px;
		line-height: 36px;
	}
}