@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.material-symbols-outlined.md-18 { font-size: 18px; }
.material-symbols-outlined.md-24 { font-size: 24px; }
.material-symbols-outlined.md-36 { font-size: 36px; }
.material-symbols-outlined.md-48 { font-size: 48px; }
.material-symbols-outlined.md-56 { font-size: 56px; }
.material-symbols-outlined.block {
	margin-left: -6px;
	padding-top: 1rem;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/*------------------------------------------------------------------
    Header
-------------------------------------------------------------------*/

	@media (min-width: 1025px) {

		.fda .classic-menu .nav-height {
			background-color: transparent;
		}

		.fda .classic-menu #knewdeal-nav-wrapper {
			position: absolute;
			top: 50%;
			left: 50%;
			width: auto;
			height: auto;
			padding: 12px;
			background-color: rgba(32, 33, 135, 0.0);
			border-radius: 3px;
/*			-webkit-backdrop-filter: blur(7px);
			backdrop-filter: blur(7px);*/
			transform: translate(-50%, -50%);
		}

	}

	.fda #header-button .button-icon i {
		background-color: var(--primary-color);
		color: var(--color-white);
		filter: none;
	}

	.fda #header-button .button-icon i::before {
		filter: none;
	}



/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

	.fda #knewdeal-footer:not(.absolute) {
		overflow: visible;
		color: var(--color-white);
		background-color: #454545;
	}
	#footer-container {
		padding-bottom: 50px;
	}
	#footer-container  .columns-group {
		align-items: center;
	}

.footer-text-info p {
	font-size: 16px;color: #ccc;margin: 10px 0 0 0;
}
.footer-text-info div {
	font-size: 15px;color: #ccc;line-height: 1.9;
}

.footer-text-info p span {
	/*width: 100px;*/
	display: inline-block;
	/*font-weight: 600;*/
	padding-bottom: 5px;
	padding-right: 15px;
}
.footer-text-info span.spacer {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #696969;
}

	.footer-credits a, .copyright {
		color: #ccc;font-size: 14px;
	}
.footer_menu_wrapper  {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: flex-end;
}
.footer_menu {
	font-weight: 600;
	color: #FFF !important;
}
.footer_menu_wrapper img {
	max-width: 100px;border-radius: 8px;
}
.footer_menu_wrapper a.link {
    padding-bottom: 3px;
    margin-right: 0;
}
 #footer-container .columns-group.align_items_start {
 	align-items: flex-start;
 }
/*	.fda #knewdeal-footer:not(.absolute)::before {
		content: "";
		position: absolute;
		top: -20px;
		left: 0;
		width: calc(50% - 1px);
		height: 20px;
		background-color: var(--fullscreen-menu-bg-color);
		border-top-right-radius: 10px;
	}

	.fda #knewdeal-footer:not(.absolute)::after {
		content: "";
		position: absolute;
		top: -20px;
		right: 0;
		width: calc(50% - 1px);
		height: 20px;
		background-color: var(--fullscreen-menu-bg-color);
		border-top-left-radius: 10px;
	}*/

	@media only screen and (max-width: 1024px) {

		.fda #knewdeal-footer:not(.absolute) {
			overflow: hidden;
		}

		.fda .footer-nav-lists {
			grid-template-rows: repeat(5, auto);
		}

	}

	@media only screen and (max-width: 767px) {

		.fda #knewdeal-footer:not(.absolute) .knewdeal-footer-left {
			right: 0;
			left: auto;
			justify-content: flex-end;
		}

		.fda #knewdeal-footer:not(.absolute) #backtotop {
			bottom: -6px;
			left: 16px;
		}

		.fda #knewdeal-footer:not(.absolute) .knewdeal-footer-center {
			justify-content: flex-start;
		}

		.fda #knewdeal-footer:not(.absolute) .knewdeal-footer-right {
			justify-content: flex-start;
		}

		.fda #knewdeal-footer:not(.absolute) .socials-wrap .socials {
			-webkit-transform: translateX(-14px);
			transform: translateX(-14px);
		}

	}


/*------------------------------------------------------------------
    POPUP
-------------------------------------------------------------------*/

 #popup-overlay {
            display: none; /* 초기에는 숨김 */
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* 어두운 배경 */
            z-index: 1000;
        }

        /* 팝업 내용 컨텐츠 */
        #popup-content {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
			width: calc(100% - 80px);
            max-width: 600px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 40px rgba(32,33,130,0.3);
        }

        /* 팝업 내부 디자인 영역 */
        #popup-body {
            /*background-color: #1a0f3d; /* 이미지의 어두운 보라색 배경 *!/*/
            color: #ffffff;
            padding: 0;
            position: relative;
    z-index: 1001;
        }

#popup-body a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1002;
	cursor: pointer;
}

        /* 하단 버튼 영역 */
        #popup-footer {
            background-color: #f0f0f0;
            display: flex;
            /*border-top: 1px solid #d4d0e1;*/
        }
        #popup-footer button {
            flex: 1;
            padding: 12px 0;
            border: none;
            background: none;
            font-size: 16px;
            cursor: pointer;
			font-weight: 500;
            color: #333;
        }
        #popup-footer button:not(:last-child) { border-right: 1px solid #d4d0e1; }
        #popup-footer button:hover { background-color: #e0e0e0; }

        /* 클래스로 팝업 표시/숨김 제어 */
        .popup-hidden { display: none !important; }
        .popup-visible { display: block !important; }


/*------------------------------------------------------------------
    Hero Section
-------------------------------------------------------------------*/

	.fda .has-media #hero-caption {
		justify-content: center;
	}

	.fda .has-media #hero-caption h1 {
		line-height: 1;
	}

	.fda #hero-caption.text-align-default-desktop .inner {
		width: 100%;
	}

.fda #hero-caption.text-align-default-desktop .hero-subtitle {
    width: 50%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
    padding: 30px;
    margin-top: 40px;
	max-width: 750px;
}

	.fda #hero-caption.error-caption .hero-title {
		font-size: var(--bt-font-size);
		line-height: var(--bt-line-height);
		font-weight: var(--bt-font-weight);
		letter-spacing: var(--bt-letter-spacing);
		column-gap: 0;
	}

	.fda #hero-caption.error-caption .hero-title .word-wrapper span {
		text-shadow: 0 1.05em 0 currentColor;
	}

	.fda .has-border {
		--segment: calc(
			(100% - (var(--horizontal-gutter) * 2) - (var(--gap) * 2)) / 3
		);
		mask-image: linear-gradient(
			to right,
			transparent 0,
			transparent var(--horizontal-gutter),
			black var(--horizontal-gutter),
			black calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent 100%
		);
	}

	.fda .has-border::before {
		top: 0;
		bottom: auto;
		transform-origin: left;
	}

	.fda .has-border::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-image:
			linear-gradient(to top, var(--color-white) 0%, var(--color-white) 100%),
			linear-gradient(to right, transparent, transparent),
			linear-gradient(to top, transparent, transparent);
		background-position: -100% 50%, 50% 0, 0 50%;
		background-repeat: no-repeat;
		background-size: 50% 2px, 2px 100%, 100% 2px;
		opacity: 1;
	}

	.fda .light-content .has-border::after {
		background-image:
			linear-gradient(to top, var(--color-white) 0%, var(--color-white) 100%),
			linear-gradient(to right, transparent, transparent),
			linear-gradient(to top, transparent, transparent);
	}

	.fda .has-border.visible::after {
		background-position: 100% 0%, 50% 0, 0 50%;
		background-size: 0 2px, 2px 100%, 100% 2px;
		transition: transform 0.5s ease-out 0s, background-size 1.5s cubic-bezier(.69, 0, 0, 1) 0.45s, background-position 0.6s cubic-bezier(.6, 0, .05, 1) 0.45s;
	}

	.fda .hero-footer-left {
		display: flex;
		justify-content: flex-start;
		width: calc(33.3333% - (2 * var(--gap)) / 3);
	}

	.fda .hero-footer-center {
		display: flex;
		justify-content: flex-start;
		width: calc(33.3333% - (2 * var(--gap)) / 3);
	}

	.fda .hero-footer-right {
		display: flex;
		justify-content: flex-end;
		width: calc(33.3333% - (2 * var(--gap)) / 3);
	}

	.fda .hero-footer-left #back-home .text-wrap {
		white-space: nowrap;
	}

	.fda .hero-footer-left #back-home .button-text {
		display: block;
	}

.hero-milestone {
    position: absolute;
    top: 10%;
    left: 55%;
    width: 36%;
    height: auto;
    object-fit: contain;
	z-index: 3;
}

	.hero-cloud {
    position: absolute;
    top: 10%;
    right: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
}

	.hero-cloud2 {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 30%;
    height: auto;
    object-fit: contain;
}





/*------------------------------------------------------------------
    Page Nav Section
-------------------------------------------------------------------*/

	.fda .nav-intro-wrapper {
		position: absolute;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		gap: calc(var(--gap) / 2);
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-top: calc(var(--header-height) - var(--gap) * 2);
		padding-left: var(--horizontal-gutter);
		padding-right: var(--horizontal-gutter);
	}

	.fda .nav-intro-wrapper .nav-intro-text {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-text {
		position: relative;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		column-gap: 0.2em;
		flex-shrink: 0;
	}

	.fda .nav-intro-wrapper.text-align-center .nav-intro-text .span-text {
		justify-content: center;
	}

	.fda .nav-intro-wrapper.text-align-right .nav-intro-text .span-text {
		justify-content: flex-end;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-word {
		overflow: hidden;
		justify-content: center;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-word:first-child {
		justify-content: flex-start;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-word:last-child {
		justify-content: flex-end;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-word span {
		position: relative;
		display: block;
	}

	.fda .nav-intro-wrapper .nav-intro-text .span-word span::before {
		content: attr(data-hover);
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	.fda .next-hero-subtitle {
		opacity: 1;
		color: var(--primary-color);
		line-height: 1.5;
	}



/*------------------------------------------------------------------
    Showcase Slider Parallax
-------------------------------------------------------------------*/

	.fda .knewdeal-slider-wrapper .knewdeal-slider-caption {
		justify-content: flex-start;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-caption {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: auto;
		text-align: left;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-title {
		left: -0.06em;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-role {
		text-align: right;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-cat > span {
		display: block;
	}

	/* Slider Pagination Bullets */

	.fda .knewdeal-slider-footer {
		overflow: visible;
	}

	.fda .showcase-slider-parallax .knewdeal-slider-pagination {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-left: var(--horizontal-gutter);
		padding-right: var(--horizontal-gutter);
		gap: var(--gap);
		counter-reset: slide;
		pointer-events: none;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet {
		position: relative;
		display: inline-flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		padding-bottom: 40px;
		margin: 0;
		opacity: 1;
		cursor: pointer;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		opacity: 0.2;
		background-color: currentColor;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		transform-origin: center;
	}

	.fda.viewport-mobile .showcase-slider-parallax .knewdeal-pagination-bullet::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		transform-origin: right;
		-webkit-transition: transform 0.2s ease-in-out 0.1s;
		transition: transform 0.2s ease-in-out 0.1s;
	}

	.fda.viewport-mobile .showcase-slider-parallax .knewdeal-pagination-bullet.knewdeal-pagination-bullet-active::before {
		transform-origin: left;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet .bullet-number-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: 100%;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet .bullet-number {
		position: relative;
		width: auto;
		height: 100%;
		opacity: 0.2;
		pointer-events: initial;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet.knewdeal-pagination-bullet-active .bullet-number,
	.fda .showcase-slider-parallax .knewdeal-pagination-bullet .bullet-number-wrapper:hover .bullet-number {
		opacity: 1;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet .knewdeal-autoplay-progress {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 3px;
		opacity: 0;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet.knewdeal-pagination-bullet-active .knewdeal-autoplay-progress {
		opacity: 1;
	}

	.fda .showcase-slider-parallax .knewdeal-pagination-bullet .knewdeal-autoplay-progress span {
		position: relative;
		display: block;
		width: 0%;
		height: 2px;
		background: currentColor;
	}

	/* Responsive */

	@media only screen and (max-width: 1024px) {

		.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-caption {
			flex-direction: column;
			align-items: flex-start;
			justify-content: center;
			text-align: left;
		}

		.fda .knewdeal-slider-wrapper .knewdeal-slider-caption .item-role {
			text-align: left;
		}

	}

	@media only screen and (max-width: 767px) {

		.fda .knewdeal-pagination-bullet {
			padding-bottom: 30px;
		}

	}

	@media only screen and (max-width: 479px) {

		.fda .knewdeal-pagination-bullet {
			padding-bottom: 20px;
		}

	}



/*------------------------------------------------------------------
    Showcase Slider Carousel Horizontal
-------------------------------------------------------------------*/

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption-wrapper {
		position: absolute;
		top: calc(50 * var(--dvh, 1vh) + max(10vw, 140px));
		left: 0;
		z-index: 100;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: calc(100vw - var(--scroll-bar-w));
		height: 100px;
		box-sizing: border-box;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption-wrapper.visible-caption {
		opacity: 1;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 20vw;
		min-width: 280px;
		height: 100px;
		opacity: 1;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-caption {
		position: absolute;
		text-align: center;
		color: currentColor;
		pointer-events: none;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-title {
		position: relative;
		overflow: hidden;
		font-family: var(--primary-font-family);
		font-size: var(--h5-font-size);
		line-height: var(--h5-line-height);
		font-weight: var(--h5-font-weight);
		letter-spacing: var(--h5-letter-spacing);
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-cat {
		overflow: hidden;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-title span,
	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-cat span {
		position: relative;
		display: block;
		opacity: 0;
	}

	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-caption.active .item-title span,
	.fda .knewdeal-slider-wrapper .knewdeal-carousel-caption .item-caption.active .item-cat span {
		opacity: 1;
	}

	.fda .showcase-slider-carousel-horizontal .knewdeal-slide .item-date {
		position: absolute;
		top: -23px;
		right: 12px;
		left: auto;
		display: block;
		padding: 0;
		overflow: hidden;
		text-align: right;
		background: transparent;
		opacity: 0;
		color: currentColor;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.fda .showcase-slider-carousel-horizontal.visible-caption .knewdeal-slide .item-caption .item-date {
		opacity: 0.2;
	}

	.fda .showcase-slider-carousel-horizontal .knewdeal-slide:hover .item-caption .item-date {
		opacity: 1;
	}

	.fda .showcase-slider-carousel-horizontal .knewdeal-slide .item-date span {
		position: relative;
		display: block;
		text-align: right;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}

	.fda .showcase-slider-carousel-horizontal .knewdeal-slide .item-date span::after {
		content: var(--slide-index);
		position: absolute;
		top: -100%;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.fda .showcase-slider-carousel-horizontal .knewdeal-slide:hover .item-caption .item-date span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* Responsive */

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .knewdeal-slider-viewport {
		transform: translateY(calc(-1 * var(--hero-footer-height) / 2));
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption {
		position: absolute;
		top: 0;
		bottom: auto;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		height: calc(100% + 36px);
		padding: 12px;
		opacity: 0;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption .item-title {
		position: relative;
		display: block;
		overflow: hidden;
		color: currentColor;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-content:hover .item-caption .item-title {
		padding-left: 30px;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption .item-title::before {
		content: "\f061";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 30px;
		font: var(--fa-font-solid);
		font-size: 12px;
		line-height: inherit;
		text-align: left;
		opacity: 0;
		color: currentColor;
		pointer-events: none;
		-webkit-transform: scale(0.5) rotate(-45deg);
		transform: scale(0.5) rotate(-45deg);
		transform-origin: -10px center;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-content:hover .item-caption .item-title::before {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption .item-cat {
		position: relative;
		display: block;
		overflow: hidden;
		color: currentColor;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption .item-cat span {
		position: relative;
		display: block;
		width: auto;
		min-width: 100px;
		text-align: right;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-caption .item-cat span::before {
		content: attr(data-hover);
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.fda.viewport-mobile .showcase-slider-carousel-horizontal .item-content:hover .item-caption .item-cat span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}



/*------------------------------------------------------------------
    Portfolio Grid
-------------------------------------------------------------------*/

	.fda .filters-wrapper {
		position: relative;
		z-index: 1000;
		display: flex;
		justify-content: flex-start;
		width: 100%;
		/*height: 8rem;*/
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent !important;
		mask-image: none !important;
		opacity: 1;
		pointer-events: auto;
	}

	.fda .filters-container {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.fda .knewdeal-item .reveal-overlay {
		position: absolute;
		inset: 0;
		z-index: 5;
		display: flex;
		pointer-events: none;
		transform: scaleX(1.01);
	}

	.fda .knewdeal-item .reveal-overlay span {
		flex: 1;
		background: #f7f7f7;
		transform-origin: top;
		transform: scaleX(1.1) scaleY(1);
		will-change: transform;
	}

	.fda .knewdeal-item .reveal-overlay span:nth-child(3) {
		flex: 2;
	}

	.fda .showcase-portfolio {
		padding-top: 0;
		counter-reset: thumb;
	}

	/* List View */

	.fda .showcase-portfolio.portfolio-list-view {
		padding-top: 60px;
		row-gap: 0;
	}

	.fda .showcase-portfolio.portfolio-list-view .knewdeal-item::after {
		--segment: calc(
			(100% - (var(--horizontal-gutter) * 2) - (var(--gap) * 2)) / 3
		);
		mask-image: linear-gradient(
			to right,
			transparent 0,
			transparent var(--horizontal-gutter),
			black var(--horizontal-gutter),
			black calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent 100%
		);
	}

	.fda.viewport-mobile .showcase-portfolio.portfolio-list-view .knewdeal-item .item-effects {
		right: 0;
		left: 0;
		width: 100px;
		margin: auto;
	}

	/* Grid View */

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item {
		display: block;
		width: calc(33.33% - (2 * var(--thumbs-margins-width)));
		overflow: hidden;
		/*padding-top: 15px;*/
		/*padding-bottom: 45px;*/
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item::before {
		content: "";
		float: left;
		padding-top: 0%;
	}

/*.fda .showcase-portfolio.items-filtered:not(.portfolio-list-view) .knewdeal-item{
    width: 100%;
    padding: 30px;
    /* border: 1px solid #8384b6; *!/
    background: #FFF;border-radius: 30px;
}*/
.columns-group.curriculum-detail {
	gap: 10px;
}

.curriculum-detail > div {
    background: #FFF;border-radius: 30px;
    padding: 30px;
}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content {
		position: relative;
		display: flex;
		width: 100%;
		height: auto;
		/*cursor: pointer;*/
		/*pointer-events: none;*/
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content::before {
		content: "";
		float: left;
		padding-top: 0%;
	}

	/* Thumb 1 */
/*
	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(1) {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(1)::before {
		content: "";
		float: left;
		padding-top: 90%;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(1) .item-content {
		width: 100%;
	}

	/* Thumb 2 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(2) {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(2)::before {
		content: "";
		float: left;
		padding-top: 90%;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(2) .item-content {
		width: 66.6667%;
	}

	/* Thumb 3 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(3) {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(3)::before {
		display: none;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(3) .item-content {
		width: 50%;
	}

	/* Thumb 4 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(4) {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(4)::before {
		display: none;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(4) .item-content {
		width: 50%;
	}
*/
	/* Thumb 5 */

	/*.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(5) {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(5)::before {
		content: "";
		float: left;
		padding-top: 90%;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(5) .item-content {
		width: 66.6667%;
	}

	/* Thumb 6 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(6) {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(6)::before {
		content: "";
		float: left;
		padding-top: 90%;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(6) .item-content {
		width: 100%;
	}

	/* Thumb 7 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(7) {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(7)::before {
		display: none;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(7) .item-content {
		width: 50%;
	}

	/* Thumb 8 *!/

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(8) {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(8)::before {
		display: none;
	}

	.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(8) .item-content {
		width: 50%;
	}
*/
	/* Thumb Caption */

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		height: calc(100% + 45px);
		padding: 0;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-title {
		color: #4e5368;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		   font-weight: 700;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content:hover .item-caption .item-title {
		padding-left: 30px;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-title::before {
		content: "\f061";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 30px;
		font: var(--fa-font-solid);
		font-size: 12px;
		line-height: inherit;
		text-align: left;
		opacity: 0;
		color: currentColor;
		pointer-events: none;
		-webkit-transform: scale(0.5) rotate(-45deg);
		transform: scale(0.5) rotate(-45deg);
		transform-origin: -10px center;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content:hover .item-caption .item-title::before {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-cat {
		color: currentColor;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-cat span {
		position: relative;
		display: block;
		width: auto;
		min-width: 100px;
		text-align: right;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-cat span::before {
		content: attr(data-hover);
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content:hover .item-caption .item-cat span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-date {
		position: absolute;
		top: -35px;
		right: 0;
		left: auto;
		display: block;
		padding: 0;
		text-align: right;
		background: transparent;
		color: currentColor;
	}

	.fda .showcase-portfolio.portfolio-list-view .knewdeal-item .item-date {
		text-align: right;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-date span {
		text-align: right;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .item-caption .item-date span::after {
		content: counter(thumb, decimal-leading-zero) "";
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		height: 100%;
		counter-increment: thumb;
	}

	.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item .item-content:hover .item-caption .item-date span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* Responsive */

	@media only screen and (max-width: 1024px) {

		/* Thumb 3 */
		.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(3) .item-content {
			width: 66.6667%;
		}

		/* Thumb 4 */
		.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(4) .item-content {
			width: 66.6667%;
		}

		/* Thumb 7 */
		.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(7) .item-content {
			width: 66.6667%;
		}

		/* Thumb 8 */
		.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(8) .item-content {
			width: 66.6667%;
		}

	}

	@media only screen and (max-width: 767px) {

		.fda .filters-container {
			padding-left: 0;
		}

		/* All Thumbs */
		.fda .showcase-portfolio:not(.items-filtered):not(.portfolio-list-view) .knewdeal-item:nth-child(n) .item-content {
			width: 100%;
		}
		
/*		.fda .showcase-portfolio.items-filtered:not(.portfolio-list-view) .knewdeal-item {
		  	width: calc(50% - (2 * var(--thumbs-margins-width)));
		}*/

	}

	@media only screen and (max-width: 479px) {

		.fda .showcase-portfolio:not(.portfolio-list-view) .knewdeal-item {
			width: calc(100% - (2 * var(--thumbs-margins-width)));
		}
		
		.fda .showcase-portfolio.items-filtered:not(.portfolio-list-view) .knewdeal-item {
		  	width: calc(100% - (2 * var(--thumbs-margins-width)));
		}

		.fda .showcase-portfolio.switch-layout.portfolio-list-view .knewdeal-item .item-caption {
			flex-wrap: wrap;
			align-content: center;
			gap: 0;
		}

		.fda .showcase-portfolio.switch-layout.portfolio-list-view .knewdeal-item .item-caption .item-title {
			flex: 0 0 100%;
		}

		.fda .showcase-portfolio.switch-layout.portfolio-list-view .knewdeal-item .item-caption .item-cat,
		.fda .showcase-portfolio.switch-layout.portfolio-list-view .knewdeal-item .item-caption .item-date {
			flex: 0 0 50%;
		}

	}


/*------------------------------------------------------------------
    Shortcodes
-------------------------------------------------------------------*/

	/* Has Underline */

	.fda .clone-underline::before,
	.fda .clone-underline::after {
		bottom: 8px;
	}

	@media only screen and (max-width: 1537px) {

		.fda .clone-underline::before,
		.fda .clone-underline::after {
			bottom: 7px;
		}

	}

	@media only screen and (max-width: 1024px) {

		.fda .clone-underline::before,
		.fda .clone-underline::after {
			bottom: 5px;
		}

	}

	/* Marquee */

	.fda .marquee-image {
		width: 1em;
		height: 1em;
	}	

	/* Flex List */

	.fda .flex-list::before {
		--segment: calc(
			(100% - (var(--horizontal-gutter) * 2) - (var(--gap) * 2)) / 3
		);
		mask-image: linear-gradient(
			to right,
			transparent 0,
			transparent var(--horizontal-gutter),
			black var(--horizontal-gutter),
			black calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment)),
			transparent calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) + var(--gap)),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap)),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 2 + var(--gap) * 2),
			black calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent calc(var(--horizontal-gutter) + var(--segment) * 3 + var(--gap) * 2),
			transparent 100%
		);
	}

	/* Clock */

	.fda .clock-widget {
    align-items: inherit;
    justify-content: center;
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
}

	@media only screen and (max-width: 767px) {

		.fda .clock-widget {
			flex-direction: row;
			gap: 4px;
		}

		.fda .clock-label::after {
			content: ",";
		}

		.fda .clock-time.heading-5 {
			font-family: var(--default-font-family);
			font-size: var(--default-body-font-size);
			line-height: var(--default-body-line-height);
			font-weight: var(--default-body-font-weight);
			letter-spacing: var(--default-body-letter-spacing);
		}

	}

	/* Background Pattern */

	.fda .background-pattern {
		--checker-opacity: 0.1;
		--checker-size: 18px;
		--checker-color: color-mix(in srgb, currentColor calc(var(--checker-opacity) * 100%), transparent);
		background-color: transparent;
		background-image:
			linear-gradient(45deg, var(--checker-color) 25%, transparent 25%),
			linear-gradient(-45deg, var(--checker-color) 25%, transparent 25%),
			linear-gradient(45deg, transparent 75%, var(--checker-color) 75%),
			linear-gradient(-45deg, transparent 75%, var(--checker-color) 75%);
		background-size: var(--checker-size) var(--checker-size);
		background-position: 0 0, 0 calc(var(--checker-size) / 2), calc(var(--checker-size) / 2) calc(var(--checker-size) / -2), calc(var(--checker-size) / -2) 0;
	}
	
	.single-team-member .team-caption span {
		font-size: 22px; font-weight: 800;
		color: #FFF;line-height: 1.3; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.single-team-member .team-caption span:first-child {
		font-size: 16px; font-weight: 500;
		color: #FFF;
	}
	.single-team-member img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
	margin-bottom: 10px;
}
#process, #process2 {
    height: 500px;z-index: 0;
}
#process .stripe {
    transform-origin: bottom;
    will-change: transform;
    transition: none; /* GSAP과 충돌 방지 */
}
#process2 .stripe {
    background-color: #FFF;
}
.item-title {
	font-size: 22px;
}
.benefit_card {
     background-color: #FFF;
    border-radius: 30px;
}

/*.benefit_card:nth-child(2) {
    /*background-color: #e3e8ff;*!/
     background-color: #bfe7fe;
}
.benefit_card:nth-child(3) {
    /*background-color: #f9f0e6;*!/
     background-color: #2e63cc;
}
.benefit_card:nth-child(4) {
    /*background-color: #eff5f7;*!/
     background-color: #e0e5f5;
}
.benefit_card:nth-child(5) {
    /*background-color: #ffe3e3;background-color: #e7faf0;*!/
     background-color: #212f44;
}
.benefit_card:nth-child(6) {
    /*background-color: #e3f6ff;*!/
     background-color: #eff5f7;
}*/
.card-shadow {
   /* box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;*/
}
.benefit_card h5 {
	padding: 1.2rem 0 0;
}
.benefit_card_inner {
	padding: 30px;
}

.benefit_card p {
    margin-bottom: 0;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242);
}
.h-14 {
    height: 6.5rem;
}
.infographic-w {
    width: 60px;height: 60px;
	padding: 0;
	        background: #202182;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.infographic-w img {
    width: 25px;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}


body, .knewdeal-index, #main-page-content, span, p {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
.pinned-lists.small-title {
	position: relative;
    font-size: 18px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 10px;
	color: #202182;
}
.pinned-lists.small-title:before {
    content: '';
    position: absolute;
    border-left: 2px solid #202182;
    border-top: 2px solid #202182;
    left: 0;
    
    /* [핵심] 세로선이 아래에서 위로 솟구치도록 바닥(bottom)을 기준으로 고정 */
    bottom: 100%; 
    margin-bottom: -32px; /* 세로선 최대 높이(28px)만큼 아래로 내려 시작점을 맞춤 */

    /* GSAP으로 실시간 제어할 커스텀 CSS 변수 (초기값 0) */
    width: var(--border-w, 0%);
    height: var(--border-h, 0px);
    
    box-sizing: border-box;
}
.dark-section .pinned-lists.small-title {
	color: #FFF;
}
.dark-section .pinned-lists.small-title:before {
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
}
.primary-color  {
	color: var(--primary-color);
}
.point-color {
	color: #4CAF50;
	}
	.white-color {
		color: #FFF;
	}
	
	-
.sub-txt {
    color: #555;
    padding-top: 8px;
}
p strong,
li strong {
	display: block;
	font-weight: 800;
	padding-bottom: 4px;
}
strong.inline {
	display: inline;
}
p {
	/*color: #4b4b4b;*/
	line-height: 1.6;
	font-size: 17px;
}

.accordion-content p {
	color: #4b4b4b;
}
.showcase-portfolio .week {
    background: #2e63cc;
    color: #ffffff;
    padding: 3px 8px;
    font-size: 17px;
    line-height: 1;
    margin-right: 10px;
    font-weight: 600;
    border-radius: 30px;
}
.curriculum-detail .week {
	display: none;
}
.showcase-portfolio h5 {
	padding-bottom: 20px;
}
/*.showcase-portfolio .curriculum-detail > div:not(:last-child):after {
    content: '';
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    width: 100%;
    display: block;
    padding-bottom: 35px;
}*/
/*.curriculum-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
}*/
.curriculum-detail h5 {
	margin-bottom: 20px;
}
.curriculum-detail ul, .benefit_card ul {
	margin: 0;
}
.curriculum-detail ul li {
	    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    color: #6d6d6d;
    display: block !important;
}
 .accordion ul li {
	    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.6;
    color: #4b4b4b;
    display: block !important;
}
 .accordion ul li ol {
 	margin: 5px 0;
 }
 .accordion ul li ol li {
	    position: relative;
    padding-left: 0;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.4;
    color: #4b4b4b;
    display: block !important;
}

 .accordion ul li ol li::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 7px;
    /* 첨부 이미지처럼 점이 조금 더 명확하게 보이도록 6px로 조정했습니다 */
    width: 6px; 
    height: 1px;
    background: #b4beca; /* 이미지와 비슷한 부드러운 회색/보라톤 */
    border-radius: 0;
    z-index: 2; /* 선보다 위로 올라오게 설정 */
}
.curriculum-detail ul li strong {
	display: inline-block;padding-right: 21px;min-width: 210px;
}
.benefit_card ul li {
	    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    display: block !important;
}
.benefit_card p {
    padding-left: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.benefit_card ul li:last-child {
   margin-bottom: 0;
}
.info-card {
	padding: 80px 80px 80px 170px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, #ffffff 90%);
}
.info-card p {
	font-size: 22px;
	line-height: 1.7;
	color: #112F53;
	margin-bottom: 10px;
}
.info-card p:last-child {
	margin-bottom: 0;
}
.curriculum-detail li::before, .benefit_card ul li::before, .accordion ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    /* 첨부 이미지처럼 점이 조금 더 명확하게 보이도록 6px로 조정했습니다 */
    width: 6px; 
    height: 6px;
    background: #b4beca; /* 이미지와 비슷한 부드러운 회색/보라톤 */
    border-radius: 50%;
    z-index: 2; /* 선보다 위로 올라오게 설정 */
}
.accordion ul li::before {
    top: 9px;

}
.curriculum-detail li::after, .benefit_card ul li::after {
    content: "";
    position: absolute;
    left: 2px; /* 점(6px)의 정중앙에 선(2px)이 오도록 계산: (6-2)/2 = 2px */
    top: 14px; /* 점의 바닥 부분부터 선이 시작되도록 계산: top(8) + height(6) */
    width: 2px; /* 선의 두께 */
    
    /* [핵심] li 콘텐츠 높이(100%)에 curriculum-detail 여백(32px)을 더해 다음 점까지 선을 연결 */
    height: calc(100% + 16px - 6px); 
    
    background: #e2e8f0; /* 선 색상 (점보다 살짝 더 연하게) */
    z-index: 0; /* 점 밑으로 깔리게 설정 */
}

/* 4. 마지막 아이템의 꼬리선 제거 */
.curriculum-detail li:last-child::after, .benefit_card ul li:last-child::after {
    display: none;
}
.curriculum-detail ul li i {
	display: none;
}

.bg-white {
	background: #fff;
	/*width: calc(100% - 60px);min-height: 338px;*/
}
.bg-gray {
	background: #f2f2f2;
	/*width: calc(100% - 60px);min-height: 338px;*/
}
.bg-navy {
	background: #1d236d;
	color: #e5e5e5;
	
}
.border-r-30 {
	border-radius: 30px;
}
.bg-border {
    background-color: #FFF;
    border: 1px solid #d8d8de;
    width: 100%;
    /* padding: 20px 0; */
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 7px; */
}
.bg-shadow {
   box-shadow: 0 0 80px rgb(231 231 238 / 75%);
}
.bg-inner {
	padding: 35px 30px 30px;
}
.bg-inner h3 {
	margin-bottom: 25px;
}
.bg-progress {
	padding: 30px;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.font-bold {
    font-weight: 700;
}
.text-white {
    color:#FFF;
}
.text-gray {
    color:#6d6d6d;
}
.text-brand-blue {
	color: #2e61f4
	}
.border-white {
    border-color: rgb(255 255 255 / 0.1);
}
.border-t {
    border-top: 1px solid rgb(0 0 0 / 0.15);
}
.grid {
    display: grid;
}
.md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}
.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.h-1 {
    height: 0.5rem;
}
.p-6 {
    padding: 1.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-7 {
    padding-top: 2rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-8 {
    margin-top: 1rem;
}
.col_spacer2 {
	padding: 3rem 0;
}
.items-start {
    align-items: flex-start;
}
.text-xs {
    font-size: 15px;
    line-height: 1.5;
}
.text-xxs {
    font-size: 14px;
    line-height: 1.4;
}

.text-sm {
    font-size: 17px;
    line-height: 1.25rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-center {
    text-align: center;
}
.rounded-full {
    border-radius: 9999px;
	color: #202182;
	background-color: #FFF;
}
.stripes-wrapper .stripe {
    background-color: #bfe7fe;
}
.footer-nav-lists li {
	font-size: 18px;
	line-height: 1.7;
}

.schedule p.block {
	position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
	margin-bottom: 0;
	line-height: 1.65;
}

.schedule p.block .material-symbols-rounded::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 23px;
    height: 23px;
    background: #292b87;
    border-radius: 50%;
    z-index: -1;
}
/*.schedule p.block:first-child .material-symbols-rounded::before {
    top: 6px;
}*/
.schedule p.block::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 12px;
    width: 2px;
    height: calc(100% + 12px - 6px);
    background: #e2e8f0;
    z-index:-2;
}
.schedule p.block.solo::after {
    display: none;
}
.schedule p.block > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.schedule p.block span {
    font-size: 22px;
    font-weight: 600;
}
.schedule p.block span.material-symbols-outlined, .schedule p.block span.material-symbols-rounded {
    color: #f1f1f5;
    font-size: 16px;
    display: flex;
    width: 24px;height: 23px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
#admissions .schedule ul {
    margin-bottom: 10px;
}
#admissions .schedule ul:nth-last-of-type() {
    margin-bottom: 0;
}
#admissions .schedule ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #4b4b4b;
    font-weight: 500;
    display: block !important;
}

.schedule ul li::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #b4beca;
    border-radius: 50%;
    z-index: 2;
}
.schedule ul li::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 12px;
    width: 2px;
    height: calc(100% + 12px - 6px);
    background: #e2e8f0;
    z-index: 0;
}
.schedule ul li:last-child::after {
    display: none;
}

#admissions .schedule ul li:last-child {
	margin-bottom: 0;
}
#admissions .tip {
	position: relative;
    margin-bottom: 15px;
    margin-top: -2px;
}

#admissions .tip ul li {
    position: relative;
	list-style: none;
    color: #607D8B ;
	padding-left: 30px ;
    font-size: 15px ;
    line-height: 1.5 ;
	margin-bottom: 3px ;
}

#admissions .tip ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #b4beca;
    border-radius: 50%;
    z-index: 2;
}
#admissions .tip ul li::after {
	display: none;
}
	@media only screen and (min-width: 1400px) {
.curriculum-detail ul li, .benefit_card ul li {
    font-size: 17px;
    line-height: 1.4;
}
	}


.faq-tip {
    position: relative;
	margin-bottom: 0;
    margin-top: 0;
    font-size: 16px ;
	padding-left: 15px ;
    color: #607D8B ;
}
.faq-tip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 2px;
    background: #b4beca;
    border-radius: 2px;
    z-index: 2;
}
/* 2. 1번, 2번 카드(마지막 카드 제외)의 우측 중앙에 삼각형 생성 */
.filters-timeline:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #171857;
}

.filters-timeline:nth-child(2)::before {
    border-left: 18px solid #082866;

}

/* 3. [모바일 대응] 세로로 떨어질 때는 삼각형이 아래(▼)를 향하도록 변경 */

#filters li .title-wrapper{
    gap: 12px;
    display: flex;
    align-items: center;margin: 10px 0 20px;
}
#filters li .title-wrapper > span {
    font-size: 22px;
    font-weight: 700;
    background: #FFF;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    color: #202182;
    display: flex;
    align-items: center;
    justify-content: center;
}
#filters li .filter-title-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* margin-top: 10px; */
    padding-left: 3px;
    flex-direction: column;
    gap: 7px;
}
/*#filters li .filter-title-area span:last-child {
	font-size: 28px;
	font-weight: 200;
	
}*/

#filters li .filter-subtxt {
    /* margin-bottom: 20px; */
    font-size: 16px;
    padding-left: 3px;
}
#filters li .small-box {
    background: rgb(255 255 255 / 10%);
    border-radius: 15px;
    color: #FFF;
    padding: 20px 15px;
    text-align: left;
	opacity: 1;
	min-height: 113px;
}
#filters li a.is_active .small-box {
    background: rgb(255 255 255 / 10%);
	opacity: 1;
}
#filters li .small-box .small-box-title {
    display: flex;
    margin-bottom: 12px;
    width: 100%;
    justify-content: space-between;align-items: center;
}
	
	#filters li .small-box .small-box-title span {
		font-size: 22px;
		font-weight: 600;
	}
	
/*#filters li .small-box-title span:last-child {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: block;
}
#filters li .small-box-title span:last-child::after {
    content: "";
    position: absolute;
    left: -11px;
    top: -11px;
    width: 40px;
    height: 40px;
    /* border: 1px solid rgba(255, 255, 255, 0.5); *!/
    border-radius: 50%;
    background: #6a6a91;
    z-index: -1;
}*/
/*#filters li a.is_active .small-box-title span:last-child::after {
    background: #202182;
}
	*/
	
/*	#filters li .small-box ol:not(:last-child) {
    margin-bottom: 10px;
	}*/

#filters li .small-box ol li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #f4f4f4;
    font-weight: 500;
    display: block !important;opacity: 0.8;
}
#filters li .small-box ol li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / 25%);
    border-radius: 2px;
    /* opacity: 0.6; */
}

#filters li .small-box.border-box {
    border: 1px solid rgba(255, 255, 255, 0.15);
	background: transparent !important;
	min-height: auto;
}


#filters li .small-box.border-box p {
    margin-bottom: 0;
	display: flex;
    justify-content: flex-start;align-items: flex-start;font-weight: 500;opacity: 0.9;font-size: 14px;
}

#filters li .small-box.border-box p span {
    font-weight: 300; padding-right: 8px;font-size: 14px;
}
#curriculum .notice {
    text-align: right;
    font-size: 16px;
    padding: 10px 0 8px 0;
    color: #607D8B;
}
.progress:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 18px;
    width: 1px;
    height: 85%;
    background: rgb(0 0 0 / 15%);
    border-radius: 2px;
}
.bg-progress .one_fifth:nth-child(2) > div > .progress:before {
     display: none;
}
.progress span.step-badge {
    margin: 20px 0 30px;
    display: block;
  width: 44px;
  height: 44px;
  background-color: #202182;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* gap: 0.7rem; */
    align-self: flex-start;
    width: fit-content;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid currentColor;
    background: transparent;
    color: #181942;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    max-height: 54px;
    border-radius: 30px;
}

.mobile-btn .btn2 {
    padding: 7px 20px;
    font-size: 17px;
    border: 2px solid currentColor;
}
.btn-primary {
    background: #181942;
    color: #ffffff;
    border-color: #181942;
}

.btn-primary::before {
    background: #ffffff;
}

.btn-primary:hover {
    /*color: #000000;*/
}

/*#hero.has-media #hero-caption:before {
    content: '';
    position: absolute;
    width: 1800px;
    height: 100%;
    background-image: url('../images/cloud4.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/
/*#hero-media:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/sky.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/
	.hero-subtitle-top {
		margin-bottom: 20px;
		font-size: 28px;
	}
.hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;

    max-width: 420px;
    flex-direction: row;
    margin-bottom: 0;
    padding: 30px 0 0;
}
.hero-logo:after {
/*    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/cloud2.png');
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;*/
}
	.hero-logo div{
		flex-basis: 42%;
		}
	.hero-logo .moel {
		flex-basis: 32%;
		}
	.hero-logo .knda {
		flex-basis: 26%;
		}
	.hero-logo .knda img {
		margin-top: 7px;
		}
.hero-logo div img {
    /*max-width: 131px;*/
    width: 100%;
    height: 100%;
}
	
	#hero-footer .button-text {
		font-size: 18px;
	}
	#hero-footer .button-icon i, #backtotop .button-icon i {
    font-size: 18px;
}
.accordion i.fa-solid {
}
.faq-filter {
	    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap:	10px;
}

/* FAQ 필터 전환 애니메이션 */
.accordion-item.is-faq-hidden {
    max-height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; /* 템플릿 기본 아코디언 구분선 숨김 */
    pointer-events: none;
    overflow: hidden;
    transform: translateY(10px);
}

/* 전환 효과 (높이와 투명도) */
.accordion-item {
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.35s ease, margin 0.3s ease, padding 0.3s ease;
    max-height: 1000px; /* 열렸을 때 충분한 높이 보장 */

    will-change: auto !important; /* GSAP나 브라우저의 최적화 유발로 인한 튐 방지 */
}

.accordion-item:not(.is-faq-hidden) {
    animation: none !important;
    transform: none !important;
    background: #f1f1f5;
    border-radius: 30px;
    padding: 0 30px;
     margin: 5px; 
}

.accordion .accordion-item.is-open .accordion-trigger {
    border-bottom: 1px solid #dedee3;
    margin-bottom: 20px;
}
.accordion .accordion-item::after {
	height: 5px;
    background-color: rgb(255 255 255);
    opacity: 1;
}
.accordion .accordion-item .accordion-title.heading-6 {
font-family: var(--default-font-family);	
}
.accordion .accordion-item .accordion-title span {
    color: #e61e00;
    font-size: 16px;
	padding-left: 8px;
}

.featured_link {
  /*margin-bottom: 2.3rem;*/
  color: var(--pt-t-light-bright);
    font-size:  48px;
}
.featured_link  {
  display: block !important;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #202181;
  padding: 10px 80px 30px;
  border-radius: 200px;
  transition: all .3s ease;
  /*padding-bottom: 1rem;*/
}
.featured_link span {
	font-size: 24px;
}
a.next-ajax-link-page:hover + .inner .featured_link  {
  background: #2e63cc;
}


/* 교육장 */

/* ========================================================
   순수 CSS (:has 선택자)를 이용한 마커 ↔ 카드 상호 호버 인터랙션
   ======================================================== */

/* 1. 지도 마커에 호버 시 -> 좌/우/하단 대응 카드 활성화 */

/* 서울 (첫 번째 카드) */
/*.top-layout:has(.marker-seoul:hover) .left-column > .card:nth-child(1),*/

.top-layout:has(.marker-cheonan:hover) .left-column > .card:nth-child(1),
.top-layout:has(.marker-daejeon:hover) .left-column > .card:nth-child(2),

.container:has(.marker-gwangju:hover) .bottom-layout > .card:nth-child(1),

/* 경기 (첫 번째 카드) */
/*.top-layout:has(.marker-gyeonggi:hover) .right-column > .card:nth-child(1),*/

/* 대구 (세 번째 카드) */
.top-layout:has(.marker-daegu:hover) .right-column > .card:nth-child(1),

/* 부산 (마커 호버 시 하단 부산 카드 3개 동시 활성화) */
.container:has(.marker-busan:hover) .bottom-layout > .card:nth-child(2), 
.container:has(.marker-busan:hover) .bottom-layout > .card:nth-child(3), 
.container:has(.marker-busan:hover) .right-column > .card:nth-child(2) {
  transform: translateY(-4px);
  border-color: #1e88e5;
  box-shadow: 0 10px 20px rgba(30, 136, 229, 0.12);
}


/* 2. 카드 자체에 마우스가 올라갔을 때 (기본 호버 상태 유지) */
.card:hover {
  transform: translateY(-4px);
  border-color: #1e88e5;
  box-shadow: 0 10px 20px rgba(30, 136, 229, 0.12);
}


/* 3. 카드에 호버 시 -> 지도의 대응 마커 하이라이트 활성화 */

/* 왼쪽 컬럼 카드들 -> 마커 */
.top-layout:has(.left-column > .card:nth-child(1):hover) .marker-cheonan,
.top-layout:has(.left-column > .card:nth-child(2):hover) .marker-daejeon,

/* 오른쪽 컬럼 카드들 -> 마커 */
/*.top-layout:has(.right-column > .card:nth-child(1):hover) .marker-gyeonggi,*/
.top-layout:has(.right-column > .card:nth-child(1):hover) .marker-daegu,
.top-layout:has(.right-column > .card:nth-child(2):hover) .marker-busan,

.container:has(.bottom-layout > .card:nth-child(1):hover) .marker-gwangju,
.container:has(.bottom-layout > .card:nth-child(2):hover) .marker-busan,
.container:has(.bottom-layout > .card:nth-child(3):hover) .marker-busan,
.map-marker:hover {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: #1e88e5;
  box-shadow: 0 0 10px 5px rgba(30, 136, 229, 0.35);
  z-index: 20;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 상단 메인 그리드 레이아웃 (왼쪽 | 지도 | 오른쪽) */
.top-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  align-items: end;
}

/* 각각의 세로 컬럼 */
.column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 하단 레이아웃 (부산 3개 카드 가로 정렬) */
.bottom-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

/* 카드 컴포넌트 디자인 스타일링 (샘플 이미지 기준) */
.card {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* 카드 상단 타이틀 영역 */
.card-header {
  margin-bottom: 12px;
}

.region-tag {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
  display: block;
  margin-bottom: 4px;
}

.campus-name {
  font-size: 24px;
  font-weight: 700;
  color: #2e63cc; /* 쌤플 이미지 고유의 포인트 블루 컬러 */
  margin-bottom: 0;
}

/* 카드 본문 텍스트 영역 */
.card-body {
  font-size: 14px;
  line-height: 1.5;
  color: #4a5568;
  /* margin-bottom: 16px; */
}

.term-info {
  margin-bottom: 2px;
  color: #2d3748;
  font-size: 16px;
}
.term-info span {
  margin-right: 12px;
  color: #888;
}

.address-info {
  word-break: keep-all;
  margin-bottom: 0;
  font-size: 16px;
  /*line-height: 1.4;*/
}

.sub-text {
  font-size: 13px;
  color: #718096;
}

/* 우측 하단 지도 보기 버튼 */
.card-footer {
  /* display: flex; */
  /* justify-content: flex-end; */
  position: absolute;
  right: 24px;
  top: 33px;
}

.btn-map {
  display: flex;
  background-color: #6a80ac;
  color: #ffffff;
  text-decoration: none;
  /* font-size: 13px; */
  font-weight: 500;
  /* padding: 8px 9px; */
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transition: background-color 0.15s ease;
  align-items: center;
  justify-content: center;
}
.btn-map.disable {
	pointer-events: none;
	opacity: 0.3;
}
.btn-map:hover {
  background-color: #202182;
}

/* 중앙 지도 그래픽 및 마커 스타일링 */
.map-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-wrapper {
    position: absolute;
    width: 100%;
    max-width: 326px;
    top: -34px;
}
.korea-map {
  width: 100%;
  height: auto;
  display: block;
  }
  img.map {
  	opacity: 0.7;
}

/* 지도 위에 올라갈 공통 마커 핀 스타일 */
.map-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #202182;
  border: 2px solid #ffffff;
  border-radius: 50%;
  /* box-shadow: 0 0 0 4px #202182; */
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.marker-seoul {top: 21%;left: 32%;}
.marker-gyeonggi {top: 26%;left: 35%;}
.marker-cheonan {top: 41%;left: 34%;}
.marker-daejeon {top: 53%;left: 41%;}
.marker-gwangju {top: 79%;left: 29%;}
.marker-daegu {top: 64%;left: 67%;}
.marker-busan {top: 77%;left: 79%;}

@media (max-width: 1024px) {
  .top-layout {
    grid-template-columns: 1fr;
    /*gap: 40px;*/
  }
  
  .map-column {
    grid-row: 1; /* 모바일 환경에서는 지도가 가장 먼저 상단에 배치되도록 설정 */
    /*margin-bottom: 20px;*/
  }

  .bottom-layout {
    grid-template-columns: 1fr;
    /*gap: 24px;*/
  }
  .map-wrapper {
	display: none;
}
}

