@charset "utf-8";

.zz-calendar-entry {
	position: relative;
	padding: 0;
	background: #fff !important;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(20, 31, 48, .08);
	overflow: hidden;
}
.zz-calendar-entry__main {
	display: block;
	min-height: 246px;
	padding: 22px 22px 14px;
	color: #202733;
	background: linear-gradient(135deg, #fff 0%, #fff6f0 62%, #ffe8dd 100%);
	box-sizing: border-box;
}
.zz-calendar-entry__year {
	display: inline-flex;
	height: 24px;
	padding: 0 10px;
	align-items: center;
	border-radius: 4px;
	background: #ff5b22;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
}
.zz-calendar-entry h2 {
	width: auto;
	margin: 6px 0 0;
	color: #161b25;
	font-size: 25px;
	line-height: 1.35;
	letter-spacing: 0;
}
.zz-calendar-entry p {
	margin: 8px 0 10px;
	color: #596273;
	font-size: 13px;
	line-height: 1.55;
}
.zz-calendar-entry .ksrl_date {
	width: 100%;
	margin: 0;
	color: #202733;
}
.zz-calendar-entry .ksrl_date span {
	width: 38px;
	height: 42px;
	line-height: 38px;
	font-size: 25px;
}
.zz-calendar-entry em {
	display: block;
	margin-top: 8px;
	color: #8a5260;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
}
.zz-calendar-entry strong {
	display: inline-flex;
	margin-top: 12px;
	height: 34px;
	padding: 0 16px;
	align-items: center;
	border-radius: 4px;
	background: #ff4f1f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	transition: transform .18s ease, box-shadow .18s ease;
}
.zz-calendar-entry__main:hover strong {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(255, 79, 31, .24);
}
.zz-calendar-entry__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #f1d6ca;
}
.zz-calendar-entry__links a {
	display: block;
	padding: 9px 8px;
	background: #fff;
	color: #4d5666;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
.zz-calendar-entry__links a:hover {
	color: #ff4f1f;
}
#lotto_icon {
	display: none !important;
}

.zz-exam-calendar {
	background: #f5f7fb;
	color: #202733;
	padding-bottom: 56px;
}
.zz-exam-hero,
.zz-exam-section,
.zz-exam-cta {
	width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.zz-exam-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	gap: 34px;
	padding: 52px 0 30px;
	align-items: stretch;
}
.zz-exam-hero__copy {
	position: relative;
	padding: 40px 44px;
	background: linear-gradient(135deg, #17223a 0%, #21395d 54%, #ff6a2d 150%);
	overflow: hidden;
}
.zz-exam-hero__copy:after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -150px;
	width: 360px;
	height: 360px;
	border: 56px solid rgba(255,255,255,.08);
	border-radius: 50%;
}
.zz-exam-eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	color: #ffd5c5;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
.zz-exam-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: 38px;
	line-height: 1.26;
	font-weight: 800;
	letter-spacing: 0;
}
.zz-exam-hero p {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 16px 0 0;
	color: #d7e0ef;
	font-size: 16px;
	line-height: 1.85;
}
.zz-exam-hero__actions {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	margin-top: 26px;
}
.zz-exam-hero__actions a,
.zz-exam-cta a {
	display: inline-flex;
	height: 42px;
	padding: 0 22px;
	align-items: center;
	border-radius: 4px;
	background: #ff4f1f;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 42px;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.zz-exam-hero__actions a:hover,
.zz-exam-cta a:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(255,79,31,.24);
}
.zz-exam-hero__actions a + a {
	background: rgba(255,255,255,.12);
	color: #fff;
	border: 1px solid rgba(255,255,255,.36);
}
.zz-exam-next {
	padding: 28px 28px 24px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(20,31,48,.06);
}
.zz-exam-next__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf0f5;
}
.zz-exam-next__head span {
	color: #8a94a4;
	font-size: 14px;
	line-height: 1.5;
}
.zz-exam-next__head strong {
	color: #202733;
	font-size: 26px;
	line-height: 1.2;
}
.zz-exam-next__row {
	display: grid;
	grid-template-columns: 54px 94px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f0f2f6;
}
.zz-exam-next__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.zz-exam-next__row em {
	display: inline-flex;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #fff2ed;
	color: #ff4f1f;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}
.zz-exam-next__row strong {
	color: #151b26;
	font-size: 18px;
	line-height: 1.35;
}
.zz-exam-next__row span {
	color: #687180;
	font-size: 14px;
	line-height: 1.55;
}
.zz-exam-section {
	margin-top: 24px;
	padding: 34px 36px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20,31,48,.05);
}
.zz-exam-section__head {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: end;
	margin-bottom: 24px;
}
.zz-exam-section__label {
	margin: 0 0 5px;
	color: #ff4f1f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}
.zz-exam-section__head h2,
.zz-exam-cta h2 {
	margin: 0;
	color: #161b25;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 800;
}
.zz-exam-section__head > p,
.zz-exam-cta p {
	max-width: 560px;
	margin: 0;
	color: #687180;
	font-size: 15px;
	line-height: 1.75;
}
.zz-exam-projects {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.zz-exam-project {
	position: relative;
	padding: 24px;
	border: 1px solid #e8edf5;
	border-radius: 6px;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.zz-exam-project:hover {
	transform: translateY(-3px);
	border-color: #ffd4c6;
	box-shadow: 0 16px 30px rgba(20,31,48,.08);
}
.zz-exam-project__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}
.zz-exam-project__top span {
	display: inline-flex;
	height: 28px;
	padding: 0 10px;
	align-items: center;
	border-radius: 4px;
	background: #fff3ee;
	color: #ff4f1f;
	font-size: 13px;
	font-weight: 800;
	line-height: 28px;
}
.zz-exam-project__top em {
	color: #8a94a4;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
}
.zz-exam-project h3 {
	margin: 14px 0 10px;
	color: #202733;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 800;
}
.zz-exam-project__date {
	display: block;
	min-height: 36px;
	color: #18243a;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 800;
}
.zz-exam-project__detail,
.zz-exam-project__note {
	margin: 10px 0 0;
	color: #687180;
	font-size: 14px;
	line-height: 1.75;
}
.zz-exam-date-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}
.zz-exam-date-list div {
	min-height: 58px;
	padding: 10px 12px;
	background: #f8fafc;
	border-left: 3px solid #2f6fb2;
	box-sizing: border-box;
}
.zz-exam-date-list strong,
.zz-exam-date-list span {
	display: block;
}
.zz-exam-date-list strong {
	color: #1b2b45;
	font-size: 16px;
	line-height: 1.35;
}
.zz-exam-date-list span {
	margin-top: 4px;
	color: #697586;
	font-size: 13px;
	line-height: 1.45;
}
.zz-exam-project dl {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 8px 12px;
	margin: 18px 0 0;
	padding-top: 16px;
	border-top: 1px solid #edf0f5;
}
.zz-exam-project dt {
	color: #8a94a4;
	font-size: 13px;
	line-height: 1.7;
}
.zz-exam-project dd {
	margin: 0;
	color: #333b48;
	font-size: 14px;
	line-height: 1.7;
}
.zz-exam-item__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
.zz-exam-item__links a {
	display: inline-flex;
	min-height: 30px;
	padding: 0 10px;
	align-items: center;
	border: 1px solid #edf0f5;
	border-radius: 4px;
	color: #4c5667;
	font-size: 13px;
	line-height: 30px;
}
.zz-exam-item__links a:hover {
	border-color: #ffbda8;
	color: #ff4f1f;
}
.zz-cppm-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.zz-cppm-table table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #fff;
}
.zz-cppm-table th,
.zz-cppm-table td {
	padding: 13px 16px;
	border: 1px solid #e5e9f1;
	text-align: left;
	color: #333b48;
	font-size: 15px;
	line-height: 1.55;
	vertical-align: top;
}
.zz-cppm-table th {
	background: #fff3ee;
	color: #202733;
	font-weight: 800;
}
.zz-cppm-table td:first-child {
	width: 82px;
	color: #ff4f1f;
	font-weight: 800;
}
.zz-cppm-table tr:nth-child(even) td {
	background: #fbfcfe;
}
.zz-exam-plan ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	counter-reset: examStep;
}
.zz-exam-plan li {
	position: relative;
	list-style: none;
	padding: 22px 20px 22px 54px;
	background: #fafbfe;
	border-radius: 6px;
	counter-increment: examStep;
}
.zz-exam-plan li:before {
	content: counter(examStep);
	position: absolute;
	left: 18px;
	top: 22px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ff4f1f;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.zz-exam-plan strong,
.zz-exam-plan span {
	display: block;
}
.zz-exam-plan strong {
	color: #202733;
	font-size: 16px;
	line-height: 1.5;
}
.zz-exam-plan span {
	margin-top: 8px;
	color: #687180;
	font-size: 14px;
	line-height: 1.7;
}
.zz-exam-faq__item {
	padding: 20px 0;
	border-top: 1px solid #edf0f5;
}
.zz-exam-faq__item h3 {
	margin: 0;
	color: #202733;
	font-size: 19px;
	line-height: 1.5;
}
.zz-exam-faq__item p {
	margin: 8px 0 0;
	color: #687180;
	font-size: 15px;
	line-height: 1.8;
}
.zz-exam-cta {
	margin-top: 24px;
	padding: 34px 36px;
	background: #202733;
	color: #fff;
}
.zz-exam-cta h2 {
	color: #fff;
}
.zz-exam-cta p {
	margin-top: 10px;
	color: #c8d0dc;
}
.zz-exam-cta a {
	margin-top: 18px;
}

@media (max-width: 1360px) {
	.zz-exam-hero,
	.zz-exam-section,
	.zz-exam-cta {
		width: calc(100% - 30px);
	}
	.zz-exam-plan ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.zz-exam-hero {
		grid-template-columns: 1fr;
	}
	.zz-exam-projects {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zz-calendar-entry {
		width: 92%;
		height: auto;
		margin: .3rem auto;
		padding-bottom: 0;
		background: #fff !important;
	}
	.zz-calendar-entry__main {
		min-height: 0;
		padding: .42rem .48rem .28rem;
	}
	.zz-calendar-entry h2 {
		width: auto;
		margin-top: .1rem;
		font-size: 22px;
		line-height: 1.4;
	}
	.zz-calendar-entry p {
		font-size: 14px;
	}
	.zz-calendar-entry .ksrl_date {
		width: 100%;
	}
	.zz-calendar-entry .ksrl_date span {
		width: 38px;
		height: 40px;
		line-height: 36px;
		font-size: 24px;
	}
	.zz-calendar-entry strong {
		height: 34px;
		line-height: 34px;
	}
	.zz-exam-calendar {
		padding-bottom: 32px;
	}
	.zz-exam-hero {
		display: block;
		padding: 26px 0 16px;
	}
	.zz-exam-hero__copy {
		padding: 26px 20px;
	}
	.zz-exam-hero__copy:after {
		right: -170px;
		bottom: -190px;
	}
	.zz-exam-hero h1 {
		font-size: 25px;
		line-height: 1.35;
	}
	.zz-exam-hero p {
		font-size: 14px;
		line-height: 1.75;
	}
	.zz-exam-hero__actions {
		flex-wrap: wrap;
		margin-top: 18px;
	}
	.zz-exam-hero__actions a,
	.zz-exam-cta a {
		height: 38px;
		padding: 0 16px;
		font-size: 14px;
		line-height: 38px;
	}
	.zz-exam-next {
		margin-top: 16px;
		padding: 20px 18px;
	}
	.zz-exam-next__head strong {
		font-size: 22px;
	}
	.zz-exam-next__row {
		grid-template-columns: 46px minmax(76px, auto);
		gap: 8px 10px;
	}
	.zz-exam-next__row span {
		grid-column: 1 / -1;
	}
	.zz-exam-section,
	.zz-exam-cta {
		margin-top: 16px;
		padding: 22px 18px;
	}
	.zz-exam-section__head {
		display: block;
		margin-bottom: 18px;
	}
	.zz-exam-section__head h2,
	.zz-exam-cta h2 {
		font-size: 22px;
	}
	.zz-exam-section__head > p,
	.zz-exam-cta p {
		margin-top: 8px;
		font-size: 14px;
	}
	.zz-exam-project {
		padding: 18px;
	}
	.zz-exam-project h3 {
		font-size: 19px;
	}
	.zz-exam-project__date {
		min-height: 0;
		font-size: 21px;
	}
	.zz-exam-date-list {
		grid-template-columns: 1fr;
	}
	.zz-exam-project dl {
		grid-template-columns: 64px minmax(0, 1fr);
	}
	.zz-exam-plan ol {
		grid-template-columns: 1fr;
	}
	.zz-exam-plan li {
		padding: 18px 18px 18px 52px;
	}
	.zz-exam-plan li:before {
		top: 18px;
	}
}
