@charset "UTF-8";

.images-box img {
	width: 100%;
}

.check-list-wrapper {	
    border-top: 2px solid #111111;
}

.check-list {
	display: flex;
	padding: 40px 20px 38px 20px;
	gap: 20px;
	border-bottom: 1px solid #e9e9ea;
}
.check-list dt {
	position: relative;
	flex: 0 0 300px;
	color: #111119;
	font-weight: 700;
	padding-left: 42px;
	line-height: 180%;
}
.check-list dt::before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	height: 24px;
	background-image: url(/_res/ctl/img/icon/icon_check02.png);
	background-size: 100%;
}
.check-list dd {
	line-height: 150%;
	word-break: keep-all;
	margin-bottom: 0;
}

.roadmap-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.roadmap-timeline::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 2px;
    background: #d9dde3;
    z-index: 0;
}
.roadmap-timeline .tl-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.roadmap-timeline .tl-label {
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
}
.roadmap-timeline .tl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--yc, #999);
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px var(--yc, #999);
}
/* ---- 학년 카드 ---- */
.roadmap-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.yc {
    flex: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 24px 20px 26px;
}
.yc .yc-badge {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 20px;
    border-radius: 50px;
    background: var(--yc, #999);
    margin-bottom: 10px;
}
.yc .yc-title {
	font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 10px 0;
}
/* 실제 사이트 .ul-list01 규칙(색상 #555559 / 앞에 짧은 대시) 축소 적용 */

.yc .ul-list01 {
	padding-left: 0;
}
.yc .ul-list01 li {
	font-size: 17px;
	padding-left: 15px;
}
.yc-1 {
--yc: #0d76cf;
}
.yc-2 {
--yc: #0f766e;
}
.yc-3 {
--yc: #f0a020;
}
.yc-4 {
--yc: #c81e3a;
}
/* ---- 트랙 카드 ---- */
.roadmap-tracks {
    display: flex;
    gap: 24px;
}
.track-box {
    flex: 1;
    border-left: 4px solid var(--tk, #999);
    padding: 4px 0 4px 18px;
}
.track-box .track-title {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 8px;
}
.track-box p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}
.track-1 {
--tk: #0d76cf;
}
.track-2 {
--tk: #0f766e;
}
.track-3 {
--tk: #f0a020;
}
/* ---- 핵심 키워드 (유지) ---- */
.keyword-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 54px;
}
.keyword-label {
    flex: none;
    font-weight: 700;
    color: #2c2c2c;
}
.keyword-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pill {
    display: inline-block;
    padding: 7px 25px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.pill-blue {
    background: #e7f0fd;
    color: #0d76cf;
}
.pill-green {
    background: #e6f7f0;
    color: #17875a;
}
.pill-orange {
    background: #fef3e2;
    color: #c07f11;
}
.pill-red {
    background: #fde9ec;
    color: #c23b52;
}
.flow-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 26px;
}
.num-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e8e8e8;
    padding: 24px 22px;
}
.num-card .nc-title {
	font-size: 20px;
    font-weight: 700;
    color: #1c1c1e;
    margin: 6px 0 10px;
}
.num-card .nc-desc {
    font-size: 17px;
    line-height: 1.65;
    color: #6b7076;
    margin: 0;
}
.flow-arrow {
    flex: 0 0 auto;
    align-self: center;
    color: #c7cbd1;
    font-size: 20px;
}
/* 결과 카드: 은은한 블루 틴트로 구분 */
.num-card.is-result {
    flex: 1.6 1 0;
    min-width: 0;
    background: #f2f7fd;
    border-color: #dce9f7;
}
.result-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 26px;
    margin-top: 4px;
}
.result-cols ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #3d4650;
}
.result-cols li {
    position: relative;
    padding-left: 14px;
}
.result-cols li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0d76cf;
}
/* 하단: 카드 없이 얇은 세로 구분선 + 라벨/값 스탯 바 */
.stat-row {
    display: flex;
    text-align: center;
	gap: 16px;
}
.stat-row .stat {
    flex: 1;
    padding: 30px 24px;
    border: 1px solid #e2e5ea;
	border-radius: 10px; 	
}
.stat-row .stat .stat-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9a9ea6;
    margin: 0 0 12px;
}
.stat-row .stat p {
    line-height: 1.6;
    color: #1c1c1e;
    font-weight: 600;
    margin: 0;
}

@media only all and (max-width: 1023px) {
	.yc .yc-title {
		font-size: 1.25rem;
	}
	.check-list {
		flex-direction: column;
		padding: 2.5rem 0;
		gap: 1.042rem;
	}
	.check-list dt {
		flex: 0 0 auto;
		font-size: 1.208rem;
		padding-left: 2rem;
	}
	.check-list dt::before{
		top: 4px;
		width: 1.5rem;
		height: 1.5rem;
		background-repeat: no-repeat;
	}
	.check-list dd {
		font-size: 1.208rem;
	}
	.roadmap-timeline::before {
		top: 2.208rem;
	}
	.roadmap-timeline .tl-label {
		font-size: 1rem;
	}	
	.roadmap-cards, .roadmap-tracks {
		flex-direction: column;
	}
	.flow-row {
		flex-direction: column;
	}
	.num-card {
		flex: 1 1 auto;
	}
	.flow-arrow {
		transform: rotate(90deg);
		align-self: center;
	}
	.num-card.is-result {
		flex: 1 1 auto;
	}
	.result-cols {
		grid-template-columns: 1fr;
	}
	.stat-row {
		flex-direction: column;
		text-align: left;
	}
	.stat-row .stat {
		flex: 1 1 auto;
		border-right: none;
		border-bottom: 1px solid #e2e5ea;
		padding: 16px 4px;
	}
	.stat-row .stat:last-child {
		border-bottom: none;
	}
}