/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.myMixedSwiper {
	position: relative;
	width: 100%;
	height: calc(100vh - 64px);
	margin: 0 auto;
	overflow: hidden;
}

.myMixedSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	background: #111;
}

/* 동영상과 이미지 모두 영역에 맞춰 깔끔하게 정렬 */
.myMixedSwiper video,
.myMixedSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 원본 비율 유지하면서 꽉 채움 (여백을 남기려면 contain) */
}

/* 컨트롤러 디자인 */
.myMixedSwiper .swiper-button-box {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.myMixedSwiper .swiper-button-next,
.myMixedSwiper .swiper-button-prev {
	position: relative;
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
	margin: 0;
	width:70px;
	height:70px;
	color: #ffffff;
}
.myMixedSwiper .swiper-button-prev {
	background-color: #fff;
}
.myMixedSwiper .swiper-button-next {
	background-color: #001659;
}
.myMixedSwiper .swiper-button-next:after,
.myMixedSwiper .swiper-button-prev:after {
	font-size: 15px;
} 
.myMixedSwiper .swiper-button-prev:after {
	color: #000;
}
.myMixedSwiper .swiper-button-next:after {
	color: #fff;
}

.myMixedSwiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 30px !important;
	width: max-content !important;
	left: 50% !important;
	transform:translateX(-50%);
}
.myMixedSwiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #001659;
	opacity: 1;
}

.myMixedSwiper .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
}

/* SVG 컨테이너 스타일링 */
.kr-tech-drawing {
	width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	white-space: nowrap;
}

/* 드로잉 애니메이션 핵심 CSS */
.kr-tech-drawing text {
	font-family: "Yantramanav", Sans-serif;
	font-weight: 900;
	font-size: 180px;
	fill: transparent;                     /* 면 색상은 없음 */
	stroke: #ffffff;                       /* 선 색상 (배경에 따라 변경 가능) */
	stroke-width: 1px;                     /* 선 두께 */
	stroke-dasharray: 800;                 /* 선의 총 길이 */
	stroke-dashoffset: 800;                /* 초기에는 선을 숨김 */
	animation: drawText 3s ease-in-out forwards;
}

/* 드로잉 키프레임 */
@keyframes drawText {
0% {
	stroke-dashoffset: 800;
	fill: transparent;
}
70% {
	stroke-dashoffset: 0;
	fill: transparent;
}
100% {
	stroke-dashoffset: 0;
	fill: transparent;
}
}

.sticky-contents {
    position: sticky;
	top: 0;
}

.history-wrap .e-con-inner {
	position: relative;
}
.history-wrap .e-con-inner:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: calc(47.7% + 55px);
	width: 1px;
	height: 100%;
	background: #D2D2D4;
}
.history-tab {
	position: relative;
}
.history-tab:after {
	content:'';
	display: block;
	position: absolute;
	top: 15px;
	left: calc(47.7% + 38px);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #011659;
	border: 8px solid #CCD0DE;
}
.history-tab-btn {
	cursor: pointer;
}
.history-tab-btn.active .elementor-button {
	color: var(--e-a-bg-default) !important; 
	border-color: var(--e-global-color-primary) !important;
	background-color: var(--e-global-color-primary) !important;
}
.history-tab-btn .elementor-button.active .elementor-button-text {
	color: #fff !important;
}

.certificate-gallery .gallery-caption {
	padding-top: 20px;
	background-color: transparent;
}
.certificate-gallery .elementor-image-gallery .gallery-columns-1 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 80px 30px;
}
.certificate-gallery .gallery-item:hover .gallery-icon > a {
	position: relative;
}
.certificate-gallery .gallery-item:hover .gallery-icon > a:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1,22,89,.5);
	background-image: url('/wp-content/uploads/2026/08/icon-search.png');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: .7s;
}
.certificate-gallery .gallery-item:hover .gallery-icon > a:after {
	opacity: 1;
}

.vision-feature {
	position: relative;
}
.vision-feature:before {
	content:'';
	display: block;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 186px;
	background-color: #F2F3F5;
}
.vision-feature .elementor-widget-icon {
	width: 180px;
	height: 180px;
	padding: 0;
}
.tab-card {
	cursor: pointer;
}
.tab-card.on {
	background-color: #001659;
}
.tab-card.on * {
	color: #fff !important;
}
.tab-card.on .elementor-icon-list-items svg path {
	stroke: #fff !important;
}
.tab-card .elementor-icon-list-items {
	display: none;
}
.tab-card.on .elementor-icon-list-items {
	display: block;
}
.tab-card .tab-card-btn {
	display: block;
}
.tab-card.on .tab-card-btn {
	display: none;
}
.map-container iframe {
	height: 100%;
}
.hover-box .hover-target {
	opacity: 0;
}
.hover-box:hover .hover-target {
	opacity: 1;
}
.brochure-bg-box {
	position: relative;
}
.brochure-bg-box:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	border: none;
	background-color: #F2F3F5;
}
.btn-download > a.elementor-button-link:hover {
	background-color: var(--e-global-color-4d453cb) !important;
	color: var(--e-global-color-5267f51) !important;
}
.btn-download > a.elementor-button-link:hover .elementor-button-icon path {
	stroke: var(--e-global-color-5267f51);
}

.gallery-blog-form .premium-blog-content-wrapper  {
	padding-bottom: 60px;
	background-color: #fff;
	border-right: 1px solid #E8E8E9;
	border-left: 1px solid #E8E8E9;
}
.gallery-blog-form .premium-blog-meta-data i  {
	display: none;
}
.gallery-blog-form .premium-blog-inner-container {
	gap: 10px;
}

.basic-blog-form .premium-blog-content-wrapper {
	padding: 0;
	background-color: #fff;
}
.basic-blog-form .premium-blog-inner-container {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #D2D2D4;
}
.basic-blog-form .premium-blog-entry-title {
	width: 77%;
	padding: 20px 30px;
}
.basic-blog-form .premium-blog-entry-meta {
	width: 23%;
	padding: 20px 30px;
	text-align: center;
}
.basic-blog-form .premium-blog-meta-data i  {
	display: none;
}
.inquiry-form * {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
.inquiry-form .ff-el-input--label {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.inquiry-form .ff-el-input--content textarea,
.inquiry-form .ff-el-input--content input {
	border: none;
	padding: 17px 5px;
	border-radius: 0;
	border-bottom: 1px solid #d2d2d4;
}
.inquiry-form .ff-btn-submit {
	padding: 17px 32px;
	background-color: var(--e-global-color-4d453cb) !important;
	text-transform: initial;
}
.faq-tab-box .e-n-accordion-item-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
	flex: 0 0 auto;
	width: 40px;
    height: 40px;
    margin-left: auto;
	background-color: var(--e-global-color-primary);
	border-radius: 3px;
}
.faq-tab-box .e-n-accordion-item-title-icon svg {
	fill: var(--e-global-color-5267f51) !important;
}

.all-menu-box .hfe-side {
	width: 100% !important;
}
.all-menu-box .hfe-flyout-close {
	margin: 0 !important;
}
.all-menu-box .hfe-menu-toggle {
	display: none;
}
.all-menu-box .hfe-flyout-close:after {
	content:'\f00d';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family:"Font Awesome 5 Free";
	font-weight:600;
	font-size: 30px;
}
.all-menu-box .hfe-flyout-overlay {
	background: none;
}
.all-menu-box .hfe-flyout-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	background-color: rgba(0,0,0,.8) !important;
}
.all-menu-box .menu-is-active {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.all-menu-box .hfe-nav-menu {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px 80px;
}
.all-menu-box .hfe-nav-menu:before, .all-menu-box .hfe-nav-menu:after {
	display: none;
}
.all-menu-box ul.sub-menu {
    display: flex !important;
	align-items: flex-start !important;
	flex-wrap: wrap !important;
	gap: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    margin-top: 0 !important;
	position: relative !important;
	top: initial !important;
	background-color: transparent !important;
}
.all-menu-box .elementor-item-has-children .elementor-sub-item-icon {
    display: none !important;
}
.all-menu-box ul.sub-menu li.menu-item {
	border: none !important;
}
.all-menu-box ul.sub-menu .hfe-sub-menu-item {
	padding: 0 !important;
	padding-right: 20px !important;
}
.all-menu-box .hfe-menu-item {padding-left: 0 !important;}

.custom-post-nav * {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

.index-rolling-text {
	overflow: hidden !important;
}
.index-rolling-text .elementor-heading-title {
	display: inline-block !important;
	white-space: nowrap !important;
	animation: marquee-custom 300s linear infinite;
}

.btn-lang .hfe-nav-menu {
	width: 100% !important;
	margin: 0 !important;
}
.btn-lang .sub-menu {
	width: 100% !important;
	top: calc(100% + 1px) !important;
	border: 1px solid var(--e-global-color-7aa1759);
	border-top: none;
	min-width: auto !important;
	box-sizing: border-box;
}
.btn-lang .menu-item {
	width: 100% !important;
}
.btn-lang .lang-item a {
	padding: 10px !important;
}

.sitemap-layout ul.hfe-nav-menu {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px 10px;
	width: 100% !important;
}
.sitemap-layout .hfe-nav-menu:before, 
.sitemap-layout .hfe-nav-menu:after {
	display: none !important;
}
.sitemap-layout .sub-menu {
	position: relative !important;
	top: initial !important;
	bottom: initial !important;
	left: initial !important;
	right: initial !important;
	width: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none !important;
}
.sitemap-layout .hfe-has-submenu-container {
	/* padding: 12px; */
}
.sitemap-layout .hfe-has-submenu-container .hfe-menu-item {
	border-bottom: 1px solid #D9D9D9;
}
.sitemap-layout .hfe-sub-menu-item {
	position: relative;
}
.sitemap-layout .hfe-sub-menu-item:before {
	content:'+';
	display: block;
	position: absolute;
	top: 6px;
	left: 18px;
}

.multi-grid > .elementor-element {
	border-left-color: #5992ED !important;
}

.main-menu .hfe-menu-toggle {
	display: none !important;
}
.main-menu .sub-menu {
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.main-menu .sub-menu li a {
	padding-left: 0 !important;
	justify-content: center;
}


@keyframes marquee-custom {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
  }

@media screen and (max-width:1025px) {
	.only-pc {
		display: none !important;
	}

	.kr-tech-drawing {
		width: 800px;
	}
	
	/* 드로잉 애니메이션 핵심 CSS */
	.kr-tech-drawing text {
		font-size: 150px;
	}

	.history-wrap .e-con-inner:before {
		left: 20px;
	}
	.history-tab:after {
		top: 0;
		left: 3px;
	}

	.sitemap-layout ul.hfe-nav-menu {
		grid-template-columns: repeat(2,1fr);
	}


}

@media screen and (max-width:768px) {
	.all-menu-box .hfe-nav-menu {
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	.all-menu-box .hfe-flyout-content {
		height: auto !important;
	}
	.all-menu-box .hfe-side {
		overflow-y: auto !important;
	}

	.kr-tech-drawing {
		width: 100%;
	}
	
	/* 드로잉 애니메이션 핵심 CSS */
	.kr-tech-drawing text {
		font-size: 130px;
	}

	.sticky-contents {
		position: relative;
		top: initial;  
	}

	.history-wrap .e-con-inner:before {
		left: 5px;
	}
	.history-tab:after {
		width: 24px;
		height: 24px;
		border-width: 6px;
		left: -6px;
	}

	.vision-feature .elementor-widget-icon {
		height: 100px;
	}

	.brochure-image {
		position: absolute;
		bottom: 15px;
		right: 15px;
		opacity: .2;
		width: 40% !important;
		z-index: -2;
	}
	.brochure-bg-box:before {
		z-index: -3;
	}

	.basic-blog-form .premium-blog-entry-meta {
		width: 30%;
		padding: 10px;
	}
	.basic-blog-form .premium-blog-entry-title {
		width: 70%;
		padding: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.all-menu-box .hfe-flyout-close {
		width: 40px !important;
		height: 40px !important;
	}

	.sitemap-layout ul.hfe-nav-menu {
		grid-template-columns: repeat(1,1fr);
		gap: 30px 10px;
	}
	.sitemap-layout .hfe-sub-menu-item:before {
		top: 5px;
		left: 8px;
	}

}