@charset "utf-8";

.floating-menu { display: none !important; }

.theme-clr { color: #00a5c1; }
.theme-clr-green { color: var(--clr-primary400); }
.theme-clr-navy { color: var(--clr-secondary500); }
section { padding: 10rem 0; }
.content { margin: 8rem 0 0; }

.no-aos [data-aos] { opacity: 1 !important; transform: none !important; }
.sub-landing main { overflow-x: clip; }
.title {
    font-family: 'Paperlogy';
    font-size: 3.6rem;
    font-weight: 800;
    color: var(--clr-black);
    line-height: 1.4;
    text-align: center;
}
.title-p {
    font-size: 2rem;
    margin: 1rem 0 0;
    text-align: center;
}
.container:has(.title-area) {
    display: flex;
    justify-content: space-between;
}
.container:has(.title-area) .content {
    margin: 0;
    width: 70%;
}
.container:has(.title-area) .title,
.title-area .title-p {
    text-align: left;
}

.sub-landing .sub-banner-lec {
    padding: 0;
    min-height: unset;
    height: 50rem;
}
.sub-landing .sub-banner-lec::before {
    background: linear-gradient(360deg, #fff, transparent);
    top: unset;
    bottom: 0;
    height: 50%;
}
.sub-landing .sub-banner-lec > img {
    filter: unset;
}
.orglabel {
    position: absolute;
    top: 2rem; left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0.8rem 1.4rem;
}
.orglabel img { width: 2.4rem; }
.orglabel > p {
    display: flex;
    align-items: center;
}
.orglabel p:first-child {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-size: var(--fs-normal);
    color: #091c3c;
    gap: 0.5rem;
}
.orglabel p:first-child > small {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.65em;
    color: #fff;
}
.orglabel p:last-child {
    background: linear-gradient(270deg, #1b2740, #0c1320, #037094);
    color: #fff;
    padding: 1rem 1.6rem;
    font-size: 1.2rem;
    gap: 1.5rem;
    border-radius: 8px;
    margin-left: 2rem;
    line-height: 1;
}
.orglabel p:last-child > b {
    font-size: 1.2em;
}

.section-title {
    padding: 0;
    transform: translateY(-7rem);
}
.section-title .page-title {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-size: 9.2rem;
    color: var(--clr-black);
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    margin: 0;
}
.section-title .page-title::after { display: none; }
.section-title .page-title-p {
    font-size: var(--fs-xlarge);
    color: var(--clr-black);
    font-weight: 500;
    text-align: center;
}
.section-title .keypoint {
    text-align: center;
    border-top: var(--line-base);
    margin: 3rem 0 0;
}
.section-title .keypoint > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.keypoint .plan-wrap { gap: 6rem; }
.keypoint .plan {
    font-family: 'Paperlogy';
    font-size: 4.2rem;
    color: var(--clr-gray600);
}
.keypoint .plan > b:first-child { color: #00a5c1; }
.keypoint .plan > b:last-child { color: #037094; }
.keypoint .plan-fee {
    font-family: 'Paperlogy';
    font-size: 4.2rem;
    color: red;
}
.keypoint .plan-fee > strong {
    font-size: 2em;
    font-weight: 800;
    vertical-align: middle;
    animation: planFeeBlink 1s ease-in-out infinite;
}
@keyframes planFeeBlink {
    50% { opacity: 0.2; }
}
.keypoint .workbook-wrap {
    background: linear-gradient(90deg, #f6f1d5, #f8f8f8);
    width: fit-content;
    margin: 0 auto;
    padding: 0 5rem 0 2rem;
    border-radius: 999px;
    gap: 1rem;
}
.keypoint .workbook-wrap > img {
    transform: translatey(2rem);
}
.keypoint .workbook {
    font-size: var(--fs-xlarge);
    font-weight: 500;
    color: var(--clr-black);
}
.keypoint .workbook  > b { color: red; }

.section-info {
    background: linear-gradient(0deg, #ecf8fa, transparent);
}
.section-info .title { text-align: left; }
.section-orginfo .content { margin: 0; }
.section-orginfo .orginfo-wrap {
	display: flex;
	gap: 6rem;
	align-items: stretch;
    flex-direction: row-reverse;
}
.section-orginfo .orginfo-card {
	flex: 1.2;
	box-sizing: border-box;
	padding: 5rem;
	border-radius: 1.6rem;
	background: linear-gradient(180deg, #1b2740, #0c1320, #037094);
	color: #fff;
}
.section-orginfo .orginfo-card-head h4 {
	font-family: 'Paperlogy';
	font-size: var(--fs-xlarge);
	font-weight: 800;
}
.section-orginfo .orginfo-card-head p {
    font-size: var(--fs-normal);
    color: rgba(255, 255, 255, 0.65);
    margin: 2rem 0 1rem;
}
.section-orginfo .orginfo-card-head img {
	width: 5rem;
	height: auto;
}
.section-orginfo .orginfo-regno {
	padding: 2.8rem 2rem;
	border-radius: 1.2rem;
	background: #fff;
	color: var(--clr-black);
	font-family: 'Paperlogy';
	font-size: var(--fs-title);
	font-weight: 800;
	text-align: center;
	margin-bottom: 3rem;
    letter-spacing: 0.025em;
}
.section-orginfo .orginfo-desc {
	font-size: var(--fs-small);
	color: rgba(255, 255, 255, 0.45);
    letter-spacing: -0.05em;
    word-break: break-all;
}
.section-orginfo .orginfo-btn {
	display: inline-block;
	margin-top: 2rem;
	font-size: var(--fs-normal);
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.section-orginfo .orginfo-list-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 0;
}
.section-orginfo .orginfo-list {
    margin-top: auto;
}
.section-orginfo .orginfo-list > li {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1.8rem 0;
	font-size: var(--fs-medium);
    border-bottom: 1px dashed var(--clr-gray200);
}
.section-orginfo .orginfo-list > li::before {
	content: '';
	flex-shrink: 0;
	width: 9px; height: 9px;
	border: 2px solid #00a5c1;
	border-radius: 50%;
	box-sizing: border-box;
}
.section-orginfo .orginfo-list > li > span {
	flex-shrink: 0;
	width: 13rem;
	color: var(--clr-gray600);
}
.section-orginfo .orginfo-list > li > b {
	font-weight: 700;
	color: #037094;
}

.section-lecinfo { margin: 10rem 0 0; }
.section-lecinfo .content { margin: 4rem 0 0; }
.section-lecinfo .lecinfo-list {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 40% 1fr;
    gap: 3rem 0;
    padding: 4rem 6rem;
    padding-right: 1rem;
    position: relative;
}
.section-lecinfo .lecinfo-list::before,
.section-lecinfo .lecinfo-list::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 4rem; height: 4rem;
    background: #ecf8fa;
    box-sizing: border-box;
}
.section-lecinfo .lecinfo-list::before {
    background: unset;
    border-right: 2rem solid transparent;
    border-left: 2rem solid var(--clr-gray200);
    border-top: 2rem solid var(--clr-gray200);
    border-bottom: 2rem solid transparent;
    z-index: 1;
}
.section-lecinfo .lecinfo-list > li {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.section-lecinfo .lecinfo-list > li::before {
    content: '';
    display: inline-block;
    background: url('/images/landing/list_chk_icon.png') no-repeat center center;
    background-size: contain;
    width: 3.1rem; height: 3.1rem;
}
.section-lecinfo .lecinfo-list > li small {
    font-size: var(--fs-regular);
    font-weight: 500;
    color: var(--clr-gray400);
    display: block;
}
.section-lecinfo .lecinfo-list > li p {
    font-size: var(--fs-large);
    font-weight: 600;
    color: var(--clr-black);
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.section-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.faq-item {
    background: var(--clr-gray100);
    border: var(--line-base);
    border-radius: 1.2rem;
    position: relative;
    overflow: hidden;
}
.faq-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 6px; height: 100%;
}
.faq-item::after {
    content: '\e941';
    position: absolute;
    top: 3.6rem; right: 3rem;
    transition: 0.3s;
}
.faq-item .faq-question {
    font-size: var(--fs-large);
    font-weight: 700;
    color: var(--clr-black);
    padding: 3rem;
    padding-right: 6rem;
    cursor: pointer;
    display: flex;
}
.faq-item .faq-question::before {
    content: 'Q';
    font-family: 'Paperlogy';
    margin-right: 2rem;
}
.faq-item .faq-answer {
    font-size: var(--fs-regular);
    color: var(--clr-gray600);
    padding: 0 3rem;
    word-break: break-all;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease, padding 0.2s ease;
}
.faq-item.active {
    background: #fff;
}
.faq-item.active .faq-answer {
    max-height: 50rem;
    padding: 0 7rem 3rem;
}
.faq-item.active::after {
    transform: rotate(180deg);
}
.faq-item:nth-child(3n+1)::before { background: var(--clr-primary400); }
.faq-item:nth-child(3n+2)::before { background: #00a5c1; }
.faq-item:nth-child(3n)::before { background: var(--clr-secondary500); }
.faq-item:nth-child(3n+1) .faq-question::before { color: var(--clr-primary400); }
.faq-item:nth-child(3n+2) .faq-question::before { color: #00a5c1; }
.faq-item:nth-child(3n) .faq-question::before { color: var(--clr-secondary500); }


.section-curriculum-video {
    padding: 0 0 10rem;
}
.section-curriculum-video .title { color: #fff; }
.section-curriculum-video .title-p { color: rgba(255,255,255,0.8); }
.section-curriculum-video .curriculum-area,
.section-curriculum-video .video-area {
    padding: 10rem 0; margin: 0 auto;
    width: 144rem;
    max-width: 92%;
    border-radius: 2.4rem 2.4rem 0 0;
    background-color: #00a5c1;
}
.curriculum-area .content {
    width: 70%;
    margin: 8rem auto 0;
}
.chapter-list {
    counter-reset: step;
}
.chapter-item {
    display: flex;
    align-items: center;
    counter-increment: step;
    margin: 0 0 3rem;
    position: relative;
}
.chapter-item::before {
    content: counter(step, decimal-leading-zero);
    font-family: 'Paperlogy';
    font-size: var(--fs-regular);
    letter-spacing: 0;
    color: #00a5c1;
    font-weight: 700;
    background: #fff;
    min-width: 5rem; min-height: 5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-right: 2rem;
    box-shadow: 0px 20px 24px 0px rgba(3, 112, 148, 0.3);
}
.chapter-item::after {
    content: '';
    position: absolute;
    top: calc(100% - 2.5rem);
    left: calc(3rem - 6px);
    width: 3px;
    height: calc(100% + 3.5rem);
    background: #fff;
    z-index: -1;
}
.chapter-item .chapter-title {
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    margin-right: 1.5rem;
}
.chapter-item .chapter-time {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    margin-left: auto;
}
.chapter-list + .landing-btn {
    display: block;
    text-align: center;
    font-size: var(--fs-medium);
    font-weight: 600;
    color: #e6f6f9;
    background: #037094;
    padding: 2.4rem;
    border-radius: 1.2rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.section-curriculum-video .video-area {
    border-radius: 0 0 2.4rem 2.4rem;
    padding-bottom: 0;
    background-image: url('/images/landing/video_back.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.section-curriculum-video .video-area .content {
    margin: 3rem 0 0;
}
.video-area .video-wrap {
    position: relative;
    width: 90rem;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    background: var(--clr-gray600);
    top: 5rem;
    box-shadow: 0px 30px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 1.2rem;
    overflow: hidden;
}
.video-area .video-wrap video {
    width: 100%; height: 100%;
    object-fit: cover;
}
.video-area .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-family: 'xeicon';
    font-size: 35px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.video-area .play-button::before { content: '\ea3e'; }
.video-area .play-button.pa::before { content: '\ea3b'; }
.video-area .play-button.hide { display: none; }

.section-review > img {
    display: block; margin: 0 auto 3rem;
}
.section-review .ribbon::before { display: none; }
/* .review-list ? Swiper wrapper. justify-content λ₯? μ£Όλ©΄ Swiper transform μ’ν??? ?΄κΈλ ?¬?Ό?΄?κ°? ?λ¦¬λ??λ‘? κΈ°λ³Έκ°?(flex-start) ? μ§? */
.section-review .review-list li {
    position: relative;
    width: 42rem; height: 32.5rem;
    margin: 0 2rem 3rem;
    box-shadow: none;
    overflow: visible;
}
.section-review .review-list li::after {
    content: '';
    position: absolute;
    top: 100%; left: 50%;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-right: 20px solid transparent;
}
.section-review .review-list li:nth-child(3n+1) { background: #e3faf3; }
.section-review .review-list li:nth-child(3n+2) { background: #e6f6f9; }
.section-review .review-list li:nth-child(3n) { background: #eff4fd; }
.section-review .review-list li:nth-child(3n+1) .review-con .review-h-wrap h5 { color: var(--clr-primary400); }
.section-review .review-list li:nth-child(3n+2) .review-con .review-h-wrap h5 { color: #00a5c1 }
.section-review .review-list li:nth-child(3n) .review-con .review-h-wrap h5 { color: var(--clr-secondary500); }
.section-review .review-list li:nth-child(3n+1)::after {
    border-top: 12px solid #e3faf3;
    border-left: 20px solid #e3faf3;
}
.section-review .review-list li:nth-child(3n+2)::after {
    border-top: 12px solid #e6f6f9;
    border-left: 20px solid #e6f6f9;
}
.section-review .review-list li:nth-child(3n)::after {
    border-top: 12px solid #eff4fd;
    border-left: 20px solid #eff4fd;
}

.section-review .review-photo {
    position: absolute;
    bottom: 3.5rem; right: 3.5rem;
    width: 8rem; height: 10rem;
    margin: 0;
}
.section-review .review-con {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 6rem;
}
.section-review .review-con .review-h-wrap,
.section-review .review-con .writer-info {
    flex-direction: column;
    align-items: flex-start;
}
.section-review .review-con .review-h-wrap {
    gap: 0;
    position: relative;
    margin: 0 0 1rem;
}
.section-review .review-con .review-h-wrap h5 {
    font-size: var(--fs-regular);
    position: absolute;
    top: 50%; transform: translatey(-50%); left: 0;
}
.section-review .review-con .writer-info {
    gap: 3rem;
}
.section-review .review-con .writer-info .writer {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--clr-black);
}
.section-review .review-con .writer-info > span::before { display: none; }
.section-review .review-con .review-txt {
    margin: 0;
    font-size: var(--fs-regular);
    color: var(--clr-gray600);
    line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
    min-height: calc(1.5em * 4);
}
.review-swiper { overflow: hidden; }
.review-swiper .swiper-wrapper {
    display: flex;
    transition-timing-function: linear;
}
.review-swiper .swiper-slide { height: auto; }
/* λ§ν?? λΆκ??(?κΈ? ?€3κ°?, JS?? .is-static λΆ??¬)?Ό ? ?°?€?¬??? μΉ΄λ κ·Έλ£Ή? κ°??΄?° ? ? ¬.
   loop λ§ν??(.is-static ??)??? λͺ¨λ°?Ό centeredSlides(?€767px)?? ? ?©?μ§? ?? */
@media all and (min-width: 768px) {
    .review-swiper.is-static .review-list { justify-content: center; }
}

.guide-steps {
    display: flex;
    align-items: flex-start;
}
.guide-steps .step-item {
    flex: 1;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.guide-steps .step-item:not(:last-child)::before,
.guide-steps .step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 8rem; left: 50%;
    height: 8px;
    transform: translateY(-50%);
    z-index: 0;
}
.guide-steps .step-item:not(:last-child)::before { width: 100%; background: #e9eaeb; }
.guide-steps .step-item:not(:last-child)::after {
    width: 0;
    background: #00a5c1;
    transition: width 0.5s ease;
}
.guide-steps .step-item.done:not(:last-child)::after { width: 100%; }
.guide-steps .step-item .step-icon {
    position: relative;
    z-index: 1;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
.guide-steps .step-item .step-icon > img { transition: filter 0.4s ease; }
.guide-steps .step-item.active .step-icon,
.guide-steps .step-item.done .step-icon { background: #00a5c1; }
.guide-steps .step-item.active .step-icon > img,
.guide-steps .step-item.done .step-icon > img { filter: unset; }
.guide-steps .step-item.active .step-icon { box-shadow: 0 0 0 0.6rem rgba(0,165,193,0.25); }
.guide-steps .step-item.active .step-icon::after {
    content: '';
    position: absolute;
    inset: -1rem;
    border-radius: 50%;
    border: 6px solid rgba(0,165,193,0.55);
    animation: guidePulse 2s ease-out 1 forwards;
    pointer-events: none;
}
@keyframes guidePulse {
    0%   { transform: scale(0.9); opacity: 0.9; }
    70%  { opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
}
.guide-steps.no-anim .step-item::after,
.guide-steps.no-anim .step-item .step-icon,
.guide-steps.no-anim .step-item .step-icon > img { transition: none !important; }
.step-item .step-icon {
    width: 16rem; height: 16rem;
    background: #e9eaeb;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 0 3rem;
}
.step-item .step-icon > img {
    display: block;
    filter: drop-shadow(0 0 50px rgba(0,0,0,0.2)) grayscale(100%);
}
.step-item .step-num {
    font-family: 'Paperlogy';
    font-size: var(--fs-subtitle);
    font-weight: 700;
    color: #00a5c1;
    letter-spacing: 0;
    line-height: 1.2;
}
.step-item .step-num > small {
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    color: var(--clr-gray400);
}
.step-item .step-tit {
    font-size: 2.7rem;
    font-weight: 700;
    color: var(--clr-black);
}

.section-resume {
    background: linear-gradient(0deg, #caeaef, transparent);
    overflow: hidden;
}
.section-resume .resume {
    background: #fff;
    text-align: center;
    width: 70%;
    padding: 6rem;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 60px 120px 0px rgba(0, 165, 193, 0.15);
    position: relative;
}
.resume::after {
    content: '';
    position: absolute;
    top: 100%; left: 0;
    width: 100%; height: 50%;
    background: #fff;
    z-index: 0;
}
.section-resume .resume h4 {
    font-size: 3rem;
    letter-spacing: 1em;
    margin: 0 0 3rem;
}
.resume .resume-con {
    display: grid;
    grid-template-columns: 16.5rem 1fr;
    text-align: left;
    border: var(--line-base);
}
.resume .resume-con .img-wrap {
    border-right: var(--line-base);
    border-bottom: var(--line-base);
    display: grid;
    place-items: center;
}
.resume .resume-con > .rt-th {
    display: block;
    letter-spacing: 0.35em;
    text-align: center;
    grid-column: span 2;
    padding: 1.3rem;
    background: var(--clr-gray100);
}
.resume .resume-table > li {
    border-bottom: var(--line-base);
    line-height: 1;
    font-size: var(--fs-normal);
    color: var(--clr-gray600);
}
.resume .resume-table > li .rt-th {
    display: inline-block;
    border-right: var(--line-base);
    color: var(--clr-gray500);
    width: 13rem; padding: 1.6rem 0.5em;
    box-sizing: border-box;
    text-align: center;
    margin-right: 2rem;
    background: var(--clr-gray100);
}
.resume .resume-table > li:first-child .rt-th,
.resume .resume-table > li:last-child .rt-th {
    letter-spacing: 1.55em;
    padding-left: 3.2rem;
}
.resume .resume-table > li:nth-child(4) .rt-th {
    letter-spacing: 0.35em;
    padding-left: 1.4rem;
}
.resume .resume-more {
    position: relative;
    z-index: 1;
}
.resume .resume-more ul {
    position: absolute;
    top: 0; left: 50%; transform: translatex(-50%);
    width: 110rem;
    box-shadow: 0px 20px 40px 0px rgba(0, 165, 193, 0.15);
    border-radius: 0.4rem;
    overflow: hidden;
}
.resume .resume-more ul > li {
    display: grid;
    grid-template-columns: 28% 1fr 32%;
}
.resume .resume-more .rm-th {
    background: #00a5c1;
    color: #fff;
    font-size: var(--fs-medium);
    font-weight: 600;
    padding: 1.3rem;
    border-right: var(--line-base);
}
.resume .resume-more .rm-td {
    background: #fff;
    font-size: var(--fs-xlarge);
    font-weight: 600;
    padding: 1.5rem;
    border-right: var(--line-base);
}
.resume .resume-more .rm-th:last-child,
.resume .resume-more .rm-td:last-child {
    border: none;
}

.section-career {
    background: #ecf8fa;
    position: relative;
    overflow: hidden;
}
.section-career::before,
.section-career::after {
    content: '';
    position: absolute;
    width: 40rem; height: 40rem;
    right: 0; bottom: 0;
}
.section-career::before {
    background: #ecf8fa;
    border-radius: 50%;
    z-index: 1;
}
.section-career::after {
    background: #fff;
    border-radius: 50% 50% 0 50%;
    z-index: 0;
}
.section-career .container {
    align-items: center;
    position: relative;
    z-index: 1;
}
.section-career .career-list {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    counter-reset: step;
    position: relative;
    z-index: 2;
}
.section-career .career-list > li {
    counter-increment: step;
    font-size: var(--fs-large);
    font-weight: 600;
    color: var(--clr-gray600);
    padding: 1.8rem;
    width: 90%;
    border-radius: 999px;
    border: 2px solid transparent;
    position: relative;
    transition: font-size 0.3s ease, color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.section-career .career-list > li::before {
    content: counter(step);
    position: absolute;
    top: 50%; transform:translatey(-50%); left: 1.5rem;
    color: #00a5c1;
    background: #e6f6f9;
    width: 6rem; height: 6rem;
    display: grid; place-items: center;
    border-radius: 50%;
    font-weight: 800;
    padding-bottom: 4px; box-sizing: border-box;
    display: none;
}
.section-career .career-list > li.on {
    font-size: var(--fs-subtitle);
    color: var(--clr-black);
    background: #fff;
    border: 2px solid #00a5c1;
    /* box-shadow: inset 0 0 0 2px #00a5c1; */
}
.section-career .career-list > li.on::before {
    display: grid;
}

.section-reason {
    position: relative;
}
.section-reason::before,
.section-reason::after {
    content: '';
    position: absolute;
    width: 40rem; height: 40rem;
    left: 0; top: 0;
}
.section-reason::before {
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.section-reason::after {
    background: #ecf8fa;
    border-radius: 0 50% 50% 50%;
    z-index: 0;
}
.section-reason .container { position: relative; z-index: 1; }
.section-reason .title small > span { font-weight: 400; }
.section-reason .reason-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.reason-item {
    font-size: var(--fs-subtitle);
    text-align: center;
    background: var(--clr-gray100);
    box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2.4rem;
    height: 50rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.reason-item .reason-con {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 8rem;
    background: #000;
    border-radius: 2.4rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.reason-item .reason-con h4 {
    margin-top: auto;
    line-height: 1.4;
    color: #fff;
}
.reason-item .reason-con h4::before {
    content: '\e913';
    display: inline-block;
    color: #00a5c1;
    margin: 0 0 1rem;
}
.reason-item .reason-con small {
    display: block;
    font-size: 0.7em;
}
.reason-item .reason-con::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('/images/landing/reason_img1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.45;
    z-index: -1;
}
.reason-item:nth-child(1) .reason-con { height: 100%; }
.reason-item:nth-child(2) .reason-con { height: 88%; }
.reason-item:nth-child(3) .reason-con { height: 78%; }
.reason-item:nth-child(4) .reason-con { height: 70%; }
.reason-item:nth-child(2) .reason-con::before { background-image: url('/images/landing/reason_img2.jpg'); }
.reason-item:nth-child(3) .reason-con::before { background-image: url('/images/landing/reason_img3.jpg'); }
.reason-item:nth-child(4) .reason-con::before { background-image: url('/images/landing/reason_img4.jpg'); }

.js-anim .reason-wrap .reason-item:nth-child(1) { --con-size: 100%; }
.js-anim .reason-wrap .reason-item:nth-child(2) { --con-size: 88%; }
.js-anim .reason-wrap .reason-item:nth-child(3) { --con-size: 78%; }
.js-anim .reason-wrap .reason-item:nth-child(4) { --con-size: 70%; }
.js-anim .reason-wrap .reason-con {
    height: 0;
    transition-property: height;
    transition-duration: 0.9s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.js-anim .reason-wrap .reason-item:nth-child(2) .reason-con { transition-delay: 0.15s; }
.js-anim .reason-wrap .reason-item:nth-child(3) .reason-con { transition-delay: 0.3s; }
.js-anim .reason-wrap .reason-item:nth-child(4) .reason-con { transition-delay: 0.45s; }
.js-anim .reason-wrap.is-revealed .reason-con { height: var(--con-size); }

.section-comparison .title > small { font-weight: 400; }
.section-comparison .comp-wrap {
    margin: 0 0 5rem;
}
.comp-item {
    display: flex;
    text-align: center;
    position: relative;
    margin: 0 0 2rem;
}
.comp-item [class^="item"] {
    width: 50%; max-width: 60rem;
}
.comp-item h4 {
    font-size: var(--fs-subtitle);
    border-radius: 999px;
    padding: 2rem 1rem;
}
.comp-item p {
    font-size: 2rem;
    margin: 1.8rem 0;
}
.comp-item .item-l h4 {
    background: #ececec;
    color: var(--clr-gray500);
}
.comp-item .item-l { transform: translatex(4rem); }
.comp-item .item-r { transform: translatex(-4rem) translatey(3rem); }
.comp-item .item-r h4 {
    background: var(--clr-primary400);
    color: #fff;
    position: relative;
}
.comp-item .item-r h4::before {
    content: '/';
    position: absolute;
    top: -1.8rem; left: -0.5rem;
    z-index: 1;
    background: inherit;
    box-shadow: inset 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    width: 9rem; height: 9rem;
    padding-bottom: 4px; box-sizing: border-box;
    display: grid; place-items: center;
    border-radius: 50%;
    font-weight: 300;
    font-style: italic;
}
.comp-item .item-r h4::after {
    content: '';
    position: absolute;
    bottom: 0; right: 4rem;
    display: inline-block;
    background-image: url('/images/landing/comp_icon1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 25%; max-width: 112px;
    height: 75px;
}
.comp-item .item-r p {
    color: var(--clr-primary400);
    font-weight: 700;
}
.comp-item:nth-child(2) .item-r h4 { background: #00a5c1; }
.comp-item:nth-child(3) .item-r h4 { background: var(--clr-secondary500); }
.comp-item:nth-child(2) .item-r p { color: #00a5c1; }
.comp-item:nth-child(3) .item-r p { color: var(--clr-secondary500); }
.comp-item:nth-child(2) .item-r h4::after { background-image: url('/images/landing/comp_icon2.png'); }
.comp-item:nth-child(3) .item-r h4::after { background-image: url('/images/landing/comp_icon3.png'); }



.section-mobile {
    background: #000 url('/images/landing/mobile_back.png') no-repeat center bottom;
    padding: 16rem 0 0;
}
.section-mobile .card-wrap {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    transform: translatey(3rem);
}
.section-mobile .card-item {
    flex: 20%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    padding: 4rem 3rem;
    box-sizing: border-box;
    border-radius: 2.4rem;
}
.section-mobile .card-item h4 {
    font-family: 'Paperlogy';
    font-size: var(--fs-xlarge);
    line-height: 1.2;
}
.section-mobile .card-item p {
    font-size: var(--fs-regular);
    color: #fff;
    line-height: 1.4;
    margin: 1rem 0 0;
}
.section-mobile .card-item:nth-child(2) {
    /* AOS fade-up ?΄ ??λ©? transform ? μ΄κΈ°??΄? ?? ??μ§? ?μΉλ?? ? μ§???λ‘?
       transform ????  position/top ?Όλ‘? ?€??(AOS ? transformΒ·opacity λ§? ? ?΄) */
    position: relative;
    top: -6rem;
}
.section-mobile img {
    display: block;
    margin: 0 auto;
    position: relative;
}

body:has(.fixed-cta) { padding-bottom: 10rem; }

.fixed-cta {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%;
    height: 10rem;
    z-index: 90;
    background: radial-gradient(140% 130% at 50% -20%, #22314a 0%, #0c1523 48%, #000 100%);
    box-shadow: 0 -0.6rem 3rem rgba(0, 0, 0, 0.4);
}
.fixed-cta .cta-inner {
    width: 144rem;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 3rem;
}
.fixed-cta .cta-badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.fixed-cta .cta-badge img {
    transform: translatex(-1rem);
}
.fixed-cta .badge-tit {
    font-family: 'Paperlogy';
    font-size: var(--fs-large);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.fixed-cta .cta-timer {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}
.fixed-cta .digit {
    font-size: 3.8rem;
    font-weight: 800;
    color: var(--clr-black);
    background: linear-gradient(360deg, #ffffff 0 50%, #d7dde6 50% 100%);
    width: 5.4rem; height: 6.4rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0px 40px 60px 0px rgba(0, 165, 193, 0.3);
}
.fixed-cta .digit::after {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 100%; height: 0.1rem;
    background: rgba(0, 0, 0, 0.15);
}
.fixed-cta .unit {
    font-family: 'Paperlogy';
    font-style: normal;
    font-size: var(--fs-xlarge);
    font-weight: 500;
    color: #fff;
    margin: 0 1rem 0 0;
}
.fixed-cta .cta-msg {
    font-family: 'Paperlogy';
    font-size: var(--fs-large);
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.fixed-cta .cta-apply {
    flex-shrink: 0;
    font-family: 'Paperlogy';
    font-size: var(--fs-xlarge);
    font-weight: 800;
    color: #fff;
    background: #00a5c1;
    border-radius: 1.2rem;
    padding: 1rem 5.5rem;
    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease;
}
.fixed-cta .cta-apply:hover { background: #1789a5; }

/* ****************************** οΏ½οΏ½οΏ½οΏ½οΏ½οΏ½ ****************************** */
@media all and (max-width:1023px) {
    section { padding: 7rem 0; }
    .content { margin: 6rem 0 0; }
    .title { font-size: 3.2rem; }
    .title-p { font-size: var(--fs-medium); }

    .sub-landing .sub-banner-lec { height: 40rem; }

    .section-title .page-title { font-size: 7rem; }
    .keypoint .plan,
    .keypoint .plan-fee { font-size: 3.4rem; }

    .section-orginfo .orginfo-wrap { gap: 4rem; }
    .section-orginfo .orginfo-card { padding: 4rem; }

    .section-lecinfo .lecinfo-list {
        grid-template-columns: 1fr 1fr;
        padding: 4rem;
    }

    .section-curriculum-video .curriculum-area,
    .section-curriculum-video .video-area { padding: 7rem 0; }
    .curriculum-area .content { width: 90%; }
    .video-area .video-wrap { width: 70rem; }

    .section-review .review-list li { width: 38rem; height: 30rem; }

    .section-resume { padding: 7rem 0 0; }
    .section-reason .reason-wrap { gap: 2rem; }
    .section-resume .resume { width: 90%; padding: 5rem; }
    .resume .resume-more ul {
        position: relative;
        width: calc(100% + 30%);
    }
    .reason-item .reason-con { padding: 0 0 5rem; }
    .reason-item .reason-con h4 { font-size: var(--fs-xlarge);  }
    .section-mobile .card-item p { font-size: var(--normal); }

    .section-career .career-list { width: 100%; }

    .reason-item { height: 42rem; }

    .section-mobile .card-wrap { gap: 4rem; }
    .section-mobile .card-item h4 { font-size: var(--fs-large); }

    .fixed-cta { height: unset; }
    .fixed-cta .cta-inner { position: relative; display: block; width: 100%; }
    .fixed-cta .cta-inner { padding: 1.5rem; gap: 1rem; }
    .fixed-cta .cta-badge,
    .fixed-cta .cta-timer { gap: 0.3rem; }
    .fixed-cta .cta-badge { margin: 0.5rem 0 0; }
    .fixed-cta .cta-timer { margin: 2rem 0 0; }
    .fixed-cta .digit { font-size: var(--fs-xlarge); width: 4rem; height: 5rem; border-radius: 0.6rem; }
    .fixed-cta .unit, .fixed-cta .cta-msg { font-size: var(--fs-medium); margin: 0 0.3rem 0 0; }
    .fixed-cta .badge-tit > br { display: none; }
    .fixed-cta .cta-badge img { transform: translatex(0); height: 4rem; }
    .fixed-cta .cta-apply {
        position: absolute;
        top: 1.5rem; right: 1.5rem;
        font-size: var(--fs-medium);
        padding: 1.4rem 3.4rem;
        border-radius: 0.8rem;
    }
}

@media all and (max-width: 767px) {
    .title { font-size: 2.6rem; }
    .title-p { font-size: var(--fs-normal); }
    .video-area .play-button { display: none !important; }

    section { padding: 7rem 0; }
    .content { margin: 4rem 0 0; }

    .container:has(.title-area) { flex-direction: column; gap: 2rem; }
    .container:has(.title-area) .content { width: 100%; }

    .sub-landing .sub-banner-lec { height: 28rem; }
    .orglabel {
        flex-direction: column;
        align-items: flex-start;
    }
    .orglabel p:last-child {
        margin: 0.5rem 0 0;
    }

    .section-title { transform: translateY(-4rem); }
    .section-title .page-title { font-size: 4.2rem; }
    .section-title .page-title-p { font-size: var(--fs-normal); }
    .keypoint .plan-wrap { gap: 3rem; }
    .keypoint .plan,
    .keypoint .plan-fee { font-size: var(--fs-xlarge); }
    .keypoint .workbook { font-size: var(--fs-medium); letter-spacing: -0.05em; }
    .keypoint .workbook-wrap > img {
        width: 10rem; transform: translatey(1rem);
    }

    .section-orginfo .orginfo-wrap { flex-direction: column; gap: 3rem; }
    .section-orginfo .orginfo-card { padding: 3rem; text-align: center; }
    .section-orginfo .orginfo-regno { font-size: var(--fs-large); padding: 2rem 1rem; }
    .section-orginfo .orginfo-card-head h4 { font-size: var(--fs-large); }
    .section-orginfo .orginfo-list > li { font-size: var(--fs-regular); padding: 1.2rem 0; }

    .section-lecinfo { margin: 6rem 0 0; }
    .section-orginfo .orginfo-list-wrap { gap: 3rem; }
    .section-lecinfo .lecinfo-list {
        grid-template-columns: 1fr;
        gap: 2rem 0;
        padding: 3rem;
    }
    .section-lecinfo .lecinfo-list::before,
    .section-lecinfo .lecinfo-list::after { display: none; }
    .section-lecinfo .lecinfo-list > li small { font-size: var(--fs-small); }
    .section-lecinfo .lecinfo-list > li p {
        letter-spacing: 0;
        font-size: var(--fs-regular);
    }
    .section-lecinfo .lecinfo-list > li::before { width: 2rem; height: 2rem; }

    /* FAQ */
    .faq-item .faq-question { padding: 2rem; padding-right: 5rem; font-size: var(--fs-normal); }
    .faq-item .faq-question::before { margin-right: 1rem; }
    .faq-item::after { top: 2.5rem; right: 2rem; }
    .faq-item.active .faq-answer {
        padding: 0 4rem 2rem;
        font-size: vaR(--fs-normal);
    }

    .section-curriculum-video { padding: 0 0 2rem; }
    .section-curriculum-video .curriculum-area,
    .section-curriculum-video .video-area {
        width: 100%; max-width: 100%;
        border-radius: 0;
        padding: 6rem 0;
    }
    .section-curriculum-video .video-area { padding: 3rem 0 10rem }
    .curriculum-area .content { width: 94%; margin: 4rem auto 0; }
    .chapter-item::before {
        margin-right: 1rem;
        min-width: 4.5rem; min-height: 4.5rem;
        font-size: var(--fs-normal);
    }
    .chapter-item::after { left: calc(3rem - 8px); }
    .chapter-item .chapter-title { font-size: var(--fs-normal); }
    .chapter-item .chapter-time { font-size: 1.2rem; }
    .chapter-list + .landing-btn { padding: 1.4rem; }
    .section-curriculum-video .video-area .content { margin: 0; }
    .video-area .video-wrap { width: 88%; }

    .section-review > img { width: 10rem; }
    .section-review .review-list li { width: 34rem; margin: 0 1.2rem 4rem; padding: 3rem; }
    .section-review .review-con { gap: 4rem; }
    .section-review .review-con .review-txt { font-size: var(--fs-normal); }
    .section-review .review-con .writer-info .writer {
        font-size: var(--fs-medium);
    }
    .section-review .review-photo { bottom: 3rem; right: 3rem; }
    .section-review .review-con .review-h-wrap h5 { font-size: vaR(--fs-normal); }

    .step-item .step-icon { width: 9rem; height: 9rem; margin: 0 0 1.5rem; }
    .step-item .step-icon > img { width: 4.5rem; }
    .guide-steps .step-item:not(:last-child)::before,
    .guide-steps .step-item:not(:last-child)::after { top: 4.5rem; }
    .step-item .step-num { font-size: 2rem; }
    .step-item .step-tit { font-size: 1.6rem; }

    .section-resume .resume { width: 100%; padding: 3rem; }
    .section-resume .resume h4 { font-size: 2.4rem; letter-spacing: 0.5em; }
    .section-resume .resume::after { display: none; }
    .resume .resume-con { grid-template-columns: 25% 1fr; }
    .resume .resume-con .img-wrap > img { width: 90%; max-width: 12rem; }
    .resume .resume-table > li { font-size: var(--fs-xsmall); letter-spacing: -0.05em; }
    .resume .resume-table > li .rt-th {
        font-size: var(--fs-xsmall);
        width: 6.5rem;
        margin-right: 0.5rem;
        letter-spacing: 0 !important;
        padding: 1.3rem 0 !important;
    }
    .resume .resume-more ul {
        width: calc(100% + 15%);
    }
    .resume .resume-more .rm-th { font-size: var(--fs-normal); }
    .resume .resume-more .rm-td { font-size: var(--fs-regular); padding: 1.4rem 0; }

    .section-career .career-list > li {
        font-size: var(--fs-normal);
        padding: 1.4rem;
    }
    .section-career .career-list > li.on { font-size: var(--fs-medium); }
    .section-career .career-list > li::before {
        width: 4.5rem; height: 4.5rem;
    }
    .section-career::before,
    .section-career::after { width: 20rem; height: 20rem; }
    .container:has(.title-area) .title, .title-area .title-p { text-align: center; }

    .section-reason .reason-wrap {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 1rem;
    }
    .reason-item {
        height: auto;
        align-items: flex-start;
        font-size: 2.2rem;
        border-radius: 1.6rem;
    }
    .reason-item .reason-con {
        margin-top: 0;
        padding: 0;
        padding-left: 3rem;
        height: 12rem !important;
        display: flex; justify-content: center; align-items: flex-start;
        border-radius: 1.6rem;
    }
    .reason-item:nth-child(1) .reason-con { width: 100%; }
    .reason-item:nth-child(2) .reason-con { width: 88%; }
    .reason-item:nth-child(3) .reason-con { width: 78%; }
    .reason-item:nth-child(4) .reason-con { width: 70%; }
    /* λͺ¨λ°?Ό??? κ°?λ‘? λ§λ?? ? ??΄? κ³ μ (12rem)?΄κ³? ?λΉλ?? 0 ? ?? ?λΉλ‘ μ±μ??.
       transition-property λ§? width λ‘? κ΅μ²΄(??/μ§??°??? base λ‘±νΈ? ? μ§?). height:0(base)? ? 12rem !important κ°? ?°?  */
    .js-anim .reason-wrap .reason-con { width: 0; transition-property: width; }
    .js-anim .reason-wrap.is-revealed .reason-con { width: var(--con-size); }
    .reason-item .reason-con h4 {
        display: flex; align-items: center;
        font-size: 2.2rem;
        margin: 0;
    }
    .reason-item .reason-con h4::before { margin: 0; }
    .reason-item .reason-con small { margin: 0 1rem 0 0.5rem; }
    .section-reason::before,
    .section-reason::after { width: 20rem; height: 20rem; }

    .comp-item .item-l { transform: translatex(2rem); }
    .comp-item .item-r { transform: translatex(-2rem) translatey(3rem); }
    .comp-item .item-l h4, .comp-item .item-r h4 {
        font-size: var(--fs-large);
        padding: 1.4rem 0;
    }
    .comp-item .item-r h4::after { width: 20%; right: 2rem; }
    .comp-item .item-r h4::before {
        width: 6rem; height: 6rem;
    }
    .comp-item p { font-size: var(--fs-normal); }

    .section-mobile { padding: 8rem 0 0; }
    .section-mobile .card-wrap { flex-direction: column; gap: 2rem; transform: none; }
    .section-mobile .card-item:nth-child(2) { top: 0; }
    .section-mobile .card-item { padding: 3rem; }

    body:has(.fixed-cta) [class^="floating-menu"] { display: none; }
    .fixed-cta { height: unset; }
    .fixed-cta .badge-tit { font-size: var(--fs-medium); }
    .fixed-cta .cta-apply {
        padding: 1rem 2.4rem;
    }
    .fixed-cta .digit { font-size: 2.6rem; width: 3.4rem; height: 4.8rem; }
    .fixed-cta .unit, .fixed-cta .cta-msg { font-size: var(--fs-normal); }
}
@media all and (max-width:480px) {
    .section-reason::before, .section-reason::after { width: 15rem; height: 15rem; }
    section { padding: 5rem 0; }
    .title > small { font-size: 0.75em; }

    .section-title { transform: translateY(-2rem); }
    .section-title .page-title { font-size: 3.2rem; }
    .keypoint .plan,
    .keypoint .plan-fee { font-size: var(--fs-large); }
    .keypoint .plan-fee > strong { font-size: 1.6em; }
    .keypoint .workbook { font-size: var(--fs-normal); }

    .section-orginfo .orginfo-card { padding: 2.5rem; }
    .section-orginfo .orginfo-card-head h4 { font-size: var(--fs-medium); }
    .section-orginfo .orginfo-desc { font-size: var(--fs-xsmall); }

    .chapter-item .chapter-title {
        font-size: var(--fs-small);
        margin-right: 1rem;
    }

    .step-item .step-icon { width: 6.5rem; height: 6.5rem; }
    .step-item .step-icon > img { width: 3.2rem; }
    .guide-steps .step-item:not(:last-child)::before,
    .guide-steps .step-item:not(:last-child)::after { top: 3.25rem; height: 4px; }
    .step-item .step-num { font-size: 1.6rem; }
    .step-item .step-tit { font-size: 1.3rem; }

    .section-resume .resume { padding: 3rem 2rem; }
    .section-resume .resume h4 { margin: 0 0 1.5rem; }
    .resume .resume-more ul { width: calc(100% + 20%); }
    .resume .resume-more ul > li { grid-template-columns: 25% 1fr 1fr; }
    .resume .resume-more .rm-th { padding: 1rem; }
    .resume .resume-more .rm-td { font-size: var(--fs-small); }
    .resume .resume-con .img-wrap { padding: 2rem 0; }

    .reason-item { font-size: 1.9rem; }
    .reason-item .reason-con {
        padding-left: 1.5rem;
        height: 10rem !important;
    }
    .reason-item .reason-con h4::before { font-size: 0.8em; }
    .comp-item .item-l { transform: translatex(1rem) }
    .comp-item .item-r { transform: translatex(-1rem) translatey(2rem); }
    .comp-item .item-l h4, .comp-item .item-r h4 { font-size:var(--fs-medium); }
    .comp-item .item-r h4::before {
        width: 5rem; height: 5rem;
        top: -1rem; left: -1rem;
    }
    .comp-item p { font-size: var(--fs-small); margin: 1.8rem; }

    body:has(.fixed-cta) { padding-bottom: 5rem; }
    .fixed-cta .digit { font-size: 2.2rem; width: 2.8rem; height: 4rem; }
    .fixed-cta .unit { font-size: 1.3rem; }
    .fixed-cta .cta-apply { font-size: 1.6rem; }
    .fixed-cta .cta-timer { justify-content: flex-start; }
}

