@charset "euc-kr";

/* -- webfont -- */
@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

:root {
	--ezpass-landing-point: #162959;
	--ezpass-landing-point-button: linear-gradient(125deg, #1e1f27 15%, #272a72 35%, #1a1a1b);

	--ezpass-space4: 4.8rem;
}

.align-left {
	text-align: left !important;
}



/* layout
------------------------------------------------------ */
.landing-wrap {
	background-color: var(--ezpass-landing-point);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}


/* -------- common -------- */
.landing-wrap h2 {
	margin: 0;
	line-height: 1.2;
	font-family: 'GMarketSans';
	font-size: 5.4rem;
	font-weight: 500;
	color: var(--ged-color-gray8);
	text-align: center;
}

.landing-wrap h2 strong {
	margin: 0 0 0 1.2rem;
}

.landing-wrap h2+div {
	margin: 6rem auto 0;
}

.landing-wrap h4 {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--ged-color-gray8);
}

/* table */
.landing-wrap table {
	border: 1px solid var(--ged-color-gray2);
	border-width: 1px 0;
}

.landing-wrap table th,
.landing-wrap table td {
	padding: 8px 0;
	font-size: 1.7rem;
	border-top: 1px solid var(--ged-color-gray2);
	text-align: center;
}

.landing-wrap table th:not(:first-child),
.landing-wrap table td:not(:first-child),
.landing-wrap table tr.boder-left th,
.landing-wrap table tr.boder-left td {
	border-left: 1px solid var(--ged-color-gray2);
}

.landing-wrap table th {
	font-weight: 700;
	color: var(--ged-color-gray7);
	background: var(--ged-color-gray0);
}

.landing-wrap table td {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.landing-wrap table .tb-sum {
	font-weight: 700;
	color: var(--ged-color-gray8);
}


/* -------- countdown -------- */
.landing-timer {
	background: var(--ged-color-gray9);
}

.landing-timer .container {
	display: flex;
	align-items: center;
	height: 13rem;
}

.timer-title {
	margin: 0 4rem 0 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--ged-color-white);
	letter-spacing: -0.06em;
	white-space: nowrap;
}

.timer-title p {
	margin: 2px 0 0;
	font-size: 1.8rem;
	font-weight: 500;
	color: #ef0f49;
	text-decoration: underline;
}

.landing-timer .flip-clock-wrapper {
	position: relative;
	margin: 0;
	width: auto;
	z-index: 0;
}

.landing-timer .flip-clock-wrapper ul {
	margin: 0 3px;
	width: 4rem;
	height: 6rem;
}

.landing-timer .flip-clock-wrapper ul li {
	line-height: 6rem;
}

.landing-timer .flip-clock-wrapper ul li a div div.inn {
	font-size: 3.6rem;
}

.landing-timer .flip-clock-divider {
	height: 6rem;
}

.landing-timer .flip-clock-divider .flip-clock-label {
	display: none;
}

.landing-timer .flip-clock-dot {
	width: 8px;
	height: 8px;
	background: var(--ged-color-gray7);
}

.landing-timer .flip-clock-dot.top {
	top: 1.6rem;
}

.landing-timer .flip-clock-dot.bottom {
	bottom: 1.6rem;
}


/* -------- intro -------- */
.landing-intro {
	padding: 12rem 0 0;
	color: var(--ged-color-white);
	background-color: #e8ebef;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: -0.06em;
	text-align: center;
}

.landing-intro h1 {
	font-family: 'GMarketSans';
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: -0.06em;
	background: linear-gradient(to right, #ffe780 45%, #d3aa59 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.landing-intro h1+p {
	margin: 2.4rem 0 8rem;
	line-height: 1.5;
	font-size: 3.2rem;
}


/* -------- cta-card -------- */

/* CTA */
.cta-ticket {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 108rem;
	max-width: 92%;
	color: var(--ged-color-gray8);
	background: var(--ged-color-white);
	box-shadow: 1rem 1rem 10rem rgb(0 0 0/0.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.cta-ticket .point {
	margin: 0 1rem 0 0;
	color: #ef0f49;
}

.cta-ticket .point~.point {
	margin-left: 1rem;
}

.cta-side {
	flex: 0 0 8rem;
	display: block;
	width: 8rem;
	/* min-height: 33rem; */
	background-color: #1b1c31;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.cta-box {
	flex: 0 0 100rem;
	max-width: 92%;
	background: var(--ged-color-white);
}

.cta-header {
	display: flex;
	align-items: center;
	padding: 2rem 5rem 0;
	height: 11rem;
	line-height: 1;
	font-family: 'GMarketSans';
	font-size: 3.6rem;
	-ms-word-break: break-all;
	word-break: break-all;
}

.cta-header strong {
	margin: 0 0 0 1rem;
	font-weight: 900;
}

.cta-header small {
	margin: 0 0 0 4px;
	font-size: 2.4rem;
}

.cta-list {
	padding: 2.4rem 5rem;
	font-size: 2.2rem;
	color: var(--ged-color-gray5);
	background: #f5f6f7;
	text-align: left;
}

.cta-list li {
	letter-spacing: -0.04em;
	word-spacing: -0.16em;
}

.cta-list li:not(:first-child) {
	margin: 1.4rem 0 0;
	padding: 1.4rem 0 0;
	border-top: 1px solid #d5d5d5;
}

.cta-list li::before {
	content: "";
	display: inline-flex;
	clear: both;
	position: relative;
	top: 4px;
	margin: 0 1.2rem 0 0;
	width: 2.4rem;
	height: 2.4rem;
	background: url('/images/landing/lecture/cta_bullet.png') no-repeat 0 0;
}

.cta-list li .point {
	margin: 0 4px;
}

.cta-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.5rem 0 5rem;
	height: 10rem;
	text-align: left;
}

.cta-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cta-price .label {
	margin: 0 2.4rem 0 0;
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--ged-color-gray8);
}

.cta-price .currency {
	position: relative;
	top: -1px;
	margin: 0 0 0 3px;
	font-size: 2.3rem;
	font-weight: 400;
	color: inherit;
}

.cta-price .price-original {
	position: relative;
	margin: 0 4.8rem 0 0;
	font-size: 2.7rem;
	font-weight: 900;
	color: var(--ged-color-gray3);
	letter-spacing: -0.04em;
}

.cta-price .strike-arrow {
	position: absolute;
	left: -5%;
	top: 50%;
	width: 130%;
	height: 3px;
	background-color: #ff2e63;
	transform: rotate(0deg);
}

.cta-price .strike-arrow::after {
	content: '';
	position: absolute;
	right: -2px;
	top: -5px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #ff2e63;
}

.cta-price .price-sale {
	font-size: 3.8rem;
	font-weight: 900;
	color: #ef0f49;
	letter-spacing: -0.04em;
}

.cta-button {
	flex: 0 0 30rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	height: 7rem;
	font-size: 2.6rem;
	font-weight: 800;
	color: var(--ged-color-white);
	background: var(--ezpass-landing-point-button);
	transition: all 0.3s;
}

.cta-ticket .badge {
	position: absolute;
	top: -6rem;
	right: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 0;
	width: 16rem;
	height: 16rem;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: 700;
	color: var(--ged-color-white);
	background: url('/images/landing/lecture/cta_badge.png') no-repeat 0 0;
	background-size: contain;
	letter-spacing: -0.08em;
	transform: rotate(-15deg);
}

.cta-ticket .cta-noti-bar {
	position: absolute;
	left: 11rem;
	top: -2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 4.8rem 2px;
	height: 4.4rem;
	font-family: 'GMarketSans';
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--ged-color-white);
	background: #f00e4a;
	border-radius: 0 8px 8px 8px;
}

.cta-ticket .cta-noti-bar::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: -3rem;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 24px 30px;
	border-color: transparent transparent #8a082b transparent;
}

/* separate */
.cta-ticket-spr {
	margin-top: 1rem;
	height: 10rem;
}

.cta-ticket-spr~.cta-ticket-spr {
	margin-top: 1px;
}

.cta-ticket-spr .cta-side {
	background-position: 0 100%;
}

.cta-ticket-spr .cta-price .label {
	flex: 1 0 100%;
	margin: 0;
	padding: 1.2rem 0 0;
}


/* -------- benefit -------- */
.landing-benefit {
	padding: 16rem 0 0;
	background-color: #e8ebef;
}

.landing-benefit ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin: auto;
	width: 120rem;
	max-width: 92%;
}

.landing-benefit li {
	flex: 0.5 0 34rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.6rem;
	position: relative;
	top: 0;
	width: 34rem;
	height: 34rem;
	background: var(--ged-color-white);
	transition: all .3s ease-in-out;
}

.landing-benefit li:hover {
	top: -1.2rem;
	box-shadow: 1rem 1rem 10rem rgb(0 0 0/0.1);
}

.landing-benefit li div {
	position: relative;
	font-size: 2.6rem;
	font-weight: 500;
	color: var(--ged-color-gray8);
	letter-spacing: -0.06em;
	text-align: center;
}

.landing-benefit li div small {
	position: absolute;
	left: 50%;
	top: -2.8rem;
	font-size: 2rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.landing-benefit li div p {
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--ezpass-landing-point);
}

.landing-benefit li div .note {
	position: absolute;
	left: 50%;
	bottom: -110%;
	padding: 1rem 2rem;
	line-height: 1.3;
	font-size: 1.6rem;
	color: var(--ged-color-pink);
	background: var(--ged-color-whitepink);
	border: 1px solid var(--ged-color-lightpink);
	border-radius: 0.8rem;
	white-space: nowrap;
	letter-spacing: -0.06em;
	transform: translateX(-50%);
	animation: moveUpDown 1.5s infinite ease-in-out;
	will-change: transform;
}

.landing-benefit li div .note::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 50%;
	top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 6px 6px 6px;
	border-color: transparent transparent var(--ged-color-pink) transparent;
	transform: translateX(-50%);
}

@keyframes moveUpDown {
	0% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-8px);
		/* À§·Î 8px ÀÌµ¿ (¼ýÀÚ¸¦ Å°¿ì¸é ´õ Å©°Ô ¿òÁ÷¿©!) */
	}

	100% {
		transform: translateX(-50%)translateY(0);
	}
}


/* -------- exam -------- */
.landing-exam {
	padding: 16rem 0 0;
	background-color: #e8ebef;
}

.landing-exam .exam-tab {
	display: flex;
	position: relative;
	width: 120rem;
	height: 8rem;
	max-width: 92%;
	background: var(--ged-color-white);
	box-shadow: 1rem 1rem 10rem rgb(0 0 0/0.1);
	z-index: 1;
}

.landing-exam .exam-tab .tabs {
	flex: 0 0 33.33333%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.33333%;
	height: 100%;
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--ged-color-gray5);
	letter-spacing: -0.04em;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.landing-exam .exam-tab .tabs:hover,
.landing-exam .exam-tab .tabs.on {
	color: var(--ged-color-white);
	background: var(--ezpass-landing-point);
}

.landing-exam .exam-con {
	padding: 5rem 0 8rem;
	background: var(--ged-color-white);
}

.landing-exam .exam-con::before {
	content: "";
	display: block;
	clear: both;
	position: relative;
	top: -8rem;
	width: 100%;
	height: 3rem;
	background: var(--ged-color-white);
	z-index: 0;
}

.landing-exam .exam-con>div {
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 6rem;
	width: 120rem;
	height: 54rem;
	max-width: 92%;
	overflow-y: auto;
}

.landing-exam .exam-con>div.on {
	display: block;
}

.landing-exam .exam-con h4 {
	flex: 0 0 100%;
	width: 100%;
	letter-spacing: -0.04em;
}

.landing-exam .exam-con h4::before {
	content: "";
	display: inline-block;
	clear: both;
	position: relative;
	top: -2px;
	margin: 0 1.2rem 0 0;
	width: 1.5rem;
	height: 1.5rem;
	background: var(--ezpass-landing-point);
	border-radius: 2rem;
}

.landing-exam .exam-con h4 small {
	margin: 0 0 0 1.6rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #ef0f49;
}

.landing-exam .exam-con h4~h4 {
	margin: 4.8rem 0 0;
}

.landing-exam .exam-con h4+div {
	flex: 0 0 100%;
	width: 100%;
	margin: 1.6rem 0 0;
	line-height: 1.5;
	font-size: 2rem;
}

.landing-exam .exam-con h4+div strong {
	color: var(--ged-color-gray8);
}

.landing-exam .exam-con .space {
	padding-left: var(--ezpass-space4);
}

.landing-exam .exam-con .row {
	flex: 0 0 16rem;
	width: 16rem;
}

.landing-exam .exam-con .row+div {
	flex: 0 0 calc(100% - 16rem);
	align-self: center;
	margin: 4.8rem 0 0;
	padding: 0;
	width: calc(100% - 16rem);
}

/* Why? */
.landing-exam .exam-con #Tab1>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	line-height: 1.5;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: -0.04em;
}

.landing-exam .exam-con #Tab1>div img {
	aspect-ratio: 2/1;
}

.landing-exam .exam-con #Tab1>div>div {
	margin: 0 0 3.2rem;
	font-size: 4rem;
	font-weight: 900;
	color: var(--ged-color-gray8);
}

/* ½ÃÇè¼Ò°³ */
.landing-exam .exam-con #Tab2 ul {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.landing-exam .exam-con #Tab2 li {
	flex: 0.5 0 calc((100% - 3rem)/3);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem 0;
	padding: 3.2rem 0;
	width: calc((100% - 3rem)/3);
	height: 20rem;
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--ged-color-gray8);
	border: 1px solid var(--ged-color-gray6);
	text-align: center;
}

.landing-exam .exam-con #Tab2 li img {
	display: block;
	margin: auto;
}

.landing-exam .exam-con #Tab2 li span {
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25rem;
	height: 3.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--ged-color-white);
	background: var(--ged-color-gray3);
	transform: translateX(-50%);
}

.landing-exam .exam-con #Tab3 h4+div .tb-guide-msg {
	display: none;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 0.6rem;
	font-size: 1.35rem;
	color: var(--ged-color-pink);
}

.landing-exam .exam-con #Tab3 h4+div .tb-guide-msg .hand-icon {
	width: 2.4rem;
	height: 1.6rem;
	stroke: currentColor;
	vertical-align: top;
	animation: swipeHand 1.5s infinite ease-in-out;
}

@keyframes swipeHand {

	0%,
	100% {
		transform: translateX(0.4rem);
		opacity: 0.8;
	}

	50% {
		transform: translateX(0);
		opacity: 1;
	}
}


/* -------- OT video -------- */
.landing-ot {
	padding: 14rem 0 16rem;
	min-height: 93rem;
	background: url('/images/landing/lecture/bg_ot.png') no-repeat center top;
	background-size: cover;
}

.landing-ot h2 {
	color: var(--ged-color-white);
}

.landing-ot>div {
	width: 90rem;
	height: 50.6rem;
	aspect-ratio: 16 / 9;
}

.landing-ot>div iframe {
	width: 100%;
	height: 100%;
}

/* 2°³ ÀÌ»óÀÏ¶§ */
.video-many>div {
	height: auto !important;
	aspect-ratio: auto;
}

.video-many .ot-tab {
	display: flex;
	background: var(--ged-color-gray9);
}

.video-many .ot-tab>div {
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50%;
	height: 7rem;
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--ged-color-gray5);
	border: 1px solid var(--ged-color-white);
	border-width: 0 0 1px;
	letter-spacing: -0.04em;
	cursor: pointer;
}

/* .video-many .ot-tab > div ~ div::before { 
	content: "";
	display: inline-block;
	clear: both;
	position: absolute; left: 0; top: 50%;
	width: 1px; height: 2.4rem;
	background: var(--ged-color-white);
	transform: translateY(-50%);
} */
.video-many .ot-con {
	margin-top: 2.4rem;
}

.video-many .ot-con>div {
	display: none;
	width: 90rem;
	height: 50.6rem;
	aspect-ratio: 16 / 9;
}

.video-many .ot-tab>div.on {
	font-weight: 700;
	color: var(--ged-color-white);
	border: 1px solid var(--ged-color-white);
	border-width: 1px 1px 0;
}

.video-many .ot-con>div.on {
	display: block;
}


/* -------- teacher -------- */
.landing-teacher {
	padding: 14rem 0 16rem;
	min-height: 135rem;
	background: url('/images/landing/lecture/bg_teacher.png') no-repeat center top;
}

.landing-teacher h2+div {
	width: 100rem;
}

.landing-teacher .teacher-item {
	display: flex;
	margin: 0 auto;
	width: 100rem;
	background: url('/images/landing/lecture/bg_teacher_side.png') no-repeat left top;
}

.landing-teacher .teacher-side {
	flex: 0 0 30rem;
	position: relative;
	padding: 13rem 0 0 4rem;
	width: 30rem;
	height: 64rem;
	font-size: 6rem;
	font-weight: 100;
	color: var(--ged-color-white);
	letter-spacing: -0.06em;
}

.landing-teacher .teacher-side .teacher-photo {
	position: absolute;
	left: 11rem;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
}

.landing-teacher .teacher-box {
	position: relative;
	top: 5.6rem;
	padding: 7rem 7rem 10rem 12rem;
	width: 70rem;
	background: var(--ged-color-white);
	z-index: 0;
}

.landing-teacher .teacher-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: -5.6rem;
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 5.6rem 10rem;
	border-color: transparent transparent var(--ged-color-gray6) transparent;
}

.landing-teacher .teacher-box::after {
	content: "";
	display: block;
	clear: both;
	height: 6rem;
}

.landing-teacher h3 {
	align-items: flex-end;
	margin: 0;
	font-size: 4rem;
	font-weight: 700;
	color: var(--ged-color-gray8);
	letter-spacing: -0.04em;
}

.landing-teacher h3 small {
	margin: 0 0 0 2rem;
	padding: 0 0 2px;
	font-size: 2.6rem;
	font-weight: 500;
	color: inherit;
}

.landing-teacher .teacher-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4.8rem 0 0;
}

.landing-teacher .teacher-info h4+ul {
	flex: 0 0 calc(100% - 8rem);
	width: calc(100% - 8rem);
}

.landing-teacher .teacher-info h4+ul li {
	font-size: 2rem;
	color: var(--ged-color-gray6);
	letter-spacing: -0.04em;
}

.landing-teacher .teacher-info h4+ul li:not(.line)::before {
	content: "";
	display: inline-block;
	clear: both;
	position: relative;
	top: -7px;
	margin: 0 8px 0 0;
	width: 3px;
	height: 3px;
	background: var(--ged-color-gray5);
	border-radius: 3px;
}

.landing-teacher .teacher-info h4+ul li:not(:first-child) {
	margin-top: 8px;
}

.landing-teacher .teacher-info h4+ul li:first-child {
	margin-top: 4px;
}

.landing-teacher .teacher-info h4~h4,
.landing-teacher .teacher-info h4~h4+ul {
	margin-top: 6rem;
}

.landing-teacher .teacher-info .line {
	margin: 2.4rem 0 !important;
	height: 1px;
	background: var(--ged-color-gray1);
}

/* swiper */
.landing-teacher .swiper {
	width: 126rem;
	max-width: 92%;
}

.landing-teacher .swiper-wrapper {
	margin: auto;
	width: 100rem !important;
}

.landing-teacher .swiper-button-prev,
.landing-teacher .swiper-button-next {
	width: 8rem !important;
	height: 8rem !important;
	font-size: 2em;
	background: var(--ged-color-white);
	border-radius: 8rem;
}

/* CTA */
.landing-teacher .cta-ticket:not(.cta-ticket-spr) {
	margin: 20rem auto 0;
}



/* 1023px
------------------------------------------------------ */
@media all and (max-width: 1023px) {

	/* -------- common -------- */
	.landing-wrap h2 {
		font-size: 3.6rem;
	}

	.landing-wrap h2+div {
		margin-top: 5%;
	}

	.landing-wrap h4 {
		font-size: 2rem;
	}

	/* table */
	.landing-wrap table th,
	.landing-wrap table td {
		font-size: 1.5rem;
	}


	/* -------- countdown -------- */
	.landing-timer .container {
		height: 11rem;
	}


	/* -------- intro -------- */
	.landing-intro {
		padding-top: 8rem;
	}

	.landing-intro h1 {
		font-size: 7rem;
	}

	.landing-intro h1+p {
		margin: 2.5% 0 5%;
		font-size: 2.2rem;
	}

	/* CTA */
	.cta-ticket .point,
	.cta-header strong {
		margin: 0;
	}

	.cta-ticket .point~.point {
		margin-left: 3px;
	}

	.cta-side {
		flex: 0 0 6rem;
		width: 6rem;
	}

	.cta-header {
		display: block;
		padding: 5% 5% 2.5%;
		height: auto;
		line-height: 1.2;
		font-size: 2.4rem;
		text-align: justify;
	}

	.cta-header small {
		font-size: 1.3rem;
	}

	.cta-box {
		flex: 0 0 calc(100% - 6rem);
	}

	.cta-list {
		padding: 2% 5% 2.5%;
		font-size: 1.8rem;
	}

	.cta-list li:not(:first-child) {
		margin-top: 2%;
		padding-top: 2%;
	}

	.cta-footer {
		padding: 1.5% 1.5% 1.5% 5%;
		height: auto;
	}

	.cta-price .label {
		flex: 1 0 100%;
		margin: 0;
		padding: 4px 0 0;
		width: 100%;
		font-size: 1.8rem;
	}

	.cta-price .price-original {
		margin-right: 3.2rem;
		font-size: 2rem;
	}

	.cta-price .price-sale {
		font-size: 2.8rem;
	}

	.cta-price .currency {
		font-size: 1.8rem;
	}

	.cta-price .strike-arrow {
		width: 125%;
	}

	.cta-button {
		flex: 0 0 24rem;
		width: 24rem;
		height: 6rem;
		font-size: 1.8rem;
	}

	.cta-ticket .badge {
		top: -4.8rem;
		right: 4rem;
		padding: 1.2rem 0 0;
		width: 12rem;
		height: 12rem;
		font-size: 1.6rem;
	}

	/* separate */
	.cta-ticket-spr {
		height: auto;
	}

	/* noti */
	.cta-ticket .cta-noti-bar {
		left: 9rem;
		padding: 0 2.4rem 2px;
		height: 3.6rem;
		font-size: 1.5rem;
	}

	.cta-ticket .cta-noti-bar::before {
		left: -3rem;
	}



	/* -------- benefit -------- */
	.landing-benefit {
		padding-top: 10%;
	}

	.landing-benefit ul {
		gap: 1rem;
	}

	.landing-benefit li {
		flex: 0 0 calc((100% - 2rem)/3);
		gap: 0;
		padding: 2.5% 0 3.5%;
		width: calc((100% - 2rem)/3);
		height: auto;
	}

	.landing-benefit li img {
		width: 11rem;
		height: auto;
	}

	.landing-benefit li div {
		font-size: 2rem;
	}

	.landing-benefit li div small {
		top: -2rem;
		font-size: 1.6rem;
	}

	.landing-benefit li div p {
		font-size: 2.2rem;
	}

	.landing-benefit li div .note {
		padding: 0.7rem 16% 0.5rem;
		line-height: 1.2;
		font-size: 1.35rem;
	}


	/* -------- exam -------- */
	.landing-exam {
		padding-top: 10%;
	}

	.landing-exam .exam-tab {
		height: 6rem;
	}

	.landing-exam .exam-tab .tabs {
		font-size: 1.8rem;
	}

	.landing-exam .exam-con {
		padding: 0;
	}

	.landing-exam .exam-con::before {
		top: -3rem;
	}

	.landing-exam .exam-con>div {
		padding: 1% 0 6%;
		height: 30%;
	}

	.landing-exam .exam-con h4::before {
		margin-right: 0.8rem;
		width: 1.2rem;
		height: 1.2rem;
	}

	.landing-exam .exam-con h4~h4 {
		margin-top: 8%;
	}

	.landing-exam .exam-con h4+div {
		font-size: 1.6rem;
	}

	.landing-exam .exam-con .row {
		flex: 0 0 12rem;
		width: 12rem;
	}

	.landing-exam .exam-con .row+div {
		margin-top: 1.6rem;
		width: 100%;
	}

	.landing-exam .exam-con #Tab1>div {
		line-height: 1.4;
		font-size: 1.8rem;
	}

	.landing-exam .exam-con #Tab1>div>div {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		font-weight: 700;
	}

	.landing-exam .exam-con #Tab2 ul {
		gap: 1rem;
	}

	.landing-exam .exam-con #Tab2 li {
		flex-basis: calc((100% - 2rem) / 3);
		height: 14rem;
		font-size: 1.7rem;
	}

	.landing-exam .exam-con #Tab2 li img {
		width: auto;
		height: 7rem;
	}

	.landing-exam .exam-con #Tab2 li span {
		width: 18rem;
		height: 3rem;
		font-size: 1.4rem;
	}

	.landing-exam .exam-con #Tab3 h4+div {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.landing-exam .exam-con #Tab3 h4+div:not(.tb-short)>table {
		min-width: 108rem;
	}

	/*
	.landing-exam .exam-con #Tab3 h4+div:not(.tb-short)>table::before {
		content: "Ç¥¸¦ ÁÂ¿ì·Î ¹Ð¾î¼­ È®ÀÎÇÏ¼¼¿ä.";
		display: block;
		clear: both;
	}
	*/

	.landing-exam .exam-con #Tab3 h4+div:not(.tb-short) .tb-guide-msg {
		display: flex;
	}


	/* -------- OT -------- */
	.landing-ot {
		padding: 10% 0 11%;
		min-height: 60rem;
	}

	.landing-ot>div {
		width: 92%;
		height: auto;
	}

	/* 2°³ ÀÌ»óÀÏ¶§ */
	.video-many .ot-tab>div {
		height: 4.8rem;
		font-size: 1.8rem;
	}

	.video-many .ot-con>div {
		width: 100%;
		height: 100%;
	}


	/* -------- teacher -------- */
	.landing-teacher {
		padding: 10% 0 11%;
		min-height: 100rem;
		background-size: contain;
	}

	.landing-teacher .teacher-item {
		margin: 0;
	}

	.landing-teacher .teacher-side {
		flex: 0 0 16rem;
		padding: 6% 0 0 4%;
		height: auto;
		font-size: 3.2rem;
	}

	.landing-teacher .teacher-side .teacher-photo {
		left: 2.4rem;
		width: 160%;
	}

	.landing-teacher .teacher-box {
		top: 0;
		padding: 6% 5% 8% 16%;
		min-height: 50rem;
		width: 100%;
	}

	.landing-teacher .teacher-box::after {
		display: none;
	}

	.landing-teacher .teacher-info {
		margin-top: 8%;
	}

	.landing-teacher h3 {
		font-size: 2.8rem;
	}

	.landing-teacher h3 small {
		margin-left: 1.2rem;
		font-size: 2rem;
	}

	.landing-teacher .teacher-info h4 {
		flex: 0 0 6rem;
		font-size: 1.9rem;
	}

	.landing-teacher .teacher-info h4+ul {
		flex: 0 0 calc(100% - 6rem);
		width: calc(100% - 6rem);
	}

	.landing-teacher .teacher-info h4+ul li {
		font-size: 1.7rem;
		letter-spacing: -0.06em;
	}

	.landing-teacher .teacher-info h4+ul li:first-child {
		margin-top: 2px;
	}

	.landing-teacher .teacher-info h4~h4,
	.landing-teacher .teacher-info h4~h4+ul {
		margin-top: 8%;
	}

	.landing-teacher .teacher-info .line {
		margin: 5% 0 !important;
	}

	.landing-teacher .cta-ticket:not(.cta-ticket-spr) {
		margin-top: 12%;
	}

	/* swipe */
	.landing-teacher .swiper-button-prev,
	.landing-teacher .swiper-button-next {
		width: 4.8rem !important;
		height: 4.8rem !important;
	}

}



/* 767px
------------------------------------------------------ */
@media all and (max-width: 767px) {

	:root {
		--ezpass-space4: 2%;
	}

	/* -------- common -------- */
	.landing-wrap h2 {
		font-size: 2.4rem;
	}

	.landing-wrap h4 {
		font-size: 1.7rem;
	}

	/* table */
	.landing-wrap table th,
	.landing-wrap table td {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		font-size: 1.4rem;
	}


	/* -------- countdown -------- */
	.landing-timer .container {
		flex-direction: column;
		gap: 1.2rem 0;
		padding: 2rem 0;
		height: auto;
	}

	.timer-title {
		margin: 0;
		font-size: 1.6rem;
		text-align: center;
	}

	.timer-title p {
		font-size: 1.4rem;
	}

	.landing-timer .flip-clock-wrapper ul {
		margin: 0 1px;
		width: 3rem;
		height: 4.3rem;
	}

	.landing-timer .flip-clock-wrapper ul li {
		line-height: 4.3rem;
	}

	.landing-timer .flip-clock-wrapper ul li a div div.inn {
		font-size: 2.4rem;
	}

	.landing-timer .flip-clock-divider {
		width: 1.1rem;
		height: 4.3rem;
	}

	.landing-timer .flip-clock-dot {
		left: 3px;
		width: 5px;
		height: 5px;
	}

	.landing-timer .flip-clock-dot.top {
		top: 1.4rem;
	}

	.landing-timer .flip-clock-dot.bottom {
		bottom: 1.2rem;
	}


	/* -------- intro -------- */
	.landing-intro {
		padding-top: 4.8rem;
	}

	.landing-intro h1 {
		font-size: 3.6rem;
	}

	.landing-intro h1+p {
		font-size: 1.6rem;
	}

	/* CTA */
	.cta-side {
		flex: 0 0 4rem;
		width: 4rem;
		background-position: 90% 0;
	}

	.cta-box {
		flex: 0 0 calc(100% - 4rem);
	}

	.cta-header {
		font-size: 1.8rem;
	}

	.cta-list {
		font-size: 1.5rem;
	}

	.cta-list li::before {
		top: 1px;
		margin-right: 0.4rem;
		width: 1.4rem;
		height: 1.4rem;
		background-size: contain;
	}

	.cta-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.8rem 0;
		padding: 2.5% 5%;
	}

	.cta-price {
		padding: 0 0.4rem;
	}

	.cta-price .label {
		font-size: 1.6rem;
	}

	.cta-price .price-original {
		font-size: 1.7rem;
	}

	.cta-price .price-sale {
		font-size: 2.2rem;
	}

	.cta-button {
		flex: 0 0 4rem;
		width: 100%;
		font-size: 1.5rem;
	}

	.cta-ticket .badge {
		right: -1rem;
		padding: 1rem 0 0;
		width: 8rem;
		height: 8rem;
		font-size: 1.1rem;
	}

	/* noti */
	.cta-ticket .cta-noti-bar {
		left: 5rem;
		top: -1.6rem;
		padding: 0 1.6rem 2px;
		height: 2.5rem;
		font-size: 1.2rem;
		border-radius: 0 4px 4px 4px;
	}

	.cta-ticket .cta-noti-bar::before {
		left: -1rem;
		border-width: 0px 0px 16px 10px;
	}


	/* -------- benefit -------- */
	.landing-benefit li {
		flex: 0 0 calc((100% - 2rem)/2);
		width: calc((100% - 2rem)/2);
	}

	.landing-benefit li img {
		width: 8rem;
	}

	.landing-benefit li div {
		font-size: 1.6rem;
	}

	.landing-benefit li div p {
		font-size: 1.8rem;
	}

	.landing-benefit li:hover {
		top: auto;
		box-shadow: none;
	}

	.landing-benefit li div .note {
		padding-top: 0.5rem;
		padding-bottom: 0.4rem;
		font-size: 1.2rem;
	}

	.landing-benefit li div .note::before {
		top: -4px;
		border-width: 0px 4px 4px 4px;
	}

	/* -------- exam -------- */
	.landing-exam .exam-tab {
		height: 4.8rem;
	}

	.landing-exam .exam-tab .tabs {
		font-size: 1.5rem;
	}

	.landing-exam .exam-con .space {
		padding-right: var(--ezpass-space4);
	}

	.landing-exam .exam-con::before {
		top: -2rem;
	}

	.landing-exam .exam-con h4 small {
		display: block;
		font-size: 1.4rem;
	}

	.landing-exam .exam-con h4+div {
		margin-top: 0.8rem;
		font-size: 1.5rem;
	}

	.landing-exam .exam-con #Tab1>div {
		font-size: 1.6rem;
	}

	.landing-exam .exam-con #Tab1>div>div {
		font-size: 1.8rem;
	}

	.landing-exam .exam-con #Tab2 ul {
		flex-direction: column;
	}

	.landing-exam .exam-con #Tab2 ul li {
		padding: 2rem 0 1.6rem;
		width: 100%;
	}


	/* -------- OT -------- */
	.landing-ot {
		min-height: 30rem;
	}

	/* 2°³ ÀÌ»óÀÏ¶§ */
	.video-many .ot-tab>div {
		height: 4rem;
		font-size: 1.5rem;
	}

	.video-many .ot-con {
		margin-top: 4%;
	}


	/* -------- teacher -------- */
	.landing-teacher .teacher-item {
		flex-direction: column;
		width: 100%;
		background-size: 100% 90%;
	}

	.landing-teacher .teacher-side {
		flex: 0 0 32vh;
		width: 100%;
	}

	.landing-teacher .teacher-side .teacher-photo {
		left: 50%;
		width: 15rem;
		transform: translateX(-50%);
	}

	.landing-teacher .teacher-box {
		top: -4rem;
		padding: 8% 10% 10%;
		width: 100%;
		min-height: 30rem;
		z-index: 1;
	}

	.landing-teacher .teacher-box::before {
		display: none;
	}

	.landing-teacher h3 {
		font-size: 2.2rem;
	}

	.landing-teacher h3 small {
		margin-left: 0.8rem;
		font-size: 1.6rem;
	}

	.landing-teacher .teacher-info {
		flex-direction: column;
	}

	.landing-teacher .teacher-info h4 {
		flex: 0 0 3rem;
		font-size: 1.7rem;
	}

	.landing-teacher .teacher-info h4+ul {
		flex: 0 0 auto;
		width: 100%;
	}

	.landing-teacher .teacher-info h4+ul li {
		font-size: 1.5rem;
	}

	.landing-teacher .teacher-info h4+ul li:not(:first-child) {
		margin-top: 4px;
	}

	.landing-teacher .teacher-info h4+ul li:first-child {
		margin-top: 0;
	}

	.landing-teacher .teacher-info h4+ul li:not(.line)::before {
		top: -5px;
		margin-right: 6px;
	}

	.landing-teacher .teacher-info h4~h4 {
		margin-top: 12%;
	}

	.landing-teacher .teacher-info h4~h4+ul {
		margin-top: 0;
	}

	/* swipe */
	.landing-teacher .swiper-wrapper {
		max-width: 100%;
	}

	.landing-teacher .swiper-button-prev,
	.landing-teacher .swiper-button-next {
		width: 4rem !important;
		height: 4rem !important;
		font-size: 1.6em;
		background: transparent;
	}

	.landing-teacher .cta-ticket:not(.cta-ticket-spr) {
		margin-top: 6%;
	}

}