/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.black-menu {
    background-color: black;
}

.black-text {
    color: black !important;
}

/* 모바일 헤더 아이콘 가로 정렬 강제 */
@media (max-width:991px){
	/* 상단 바 리스트를 가로 플렉스로 정렬 */
	.top-bar .top-bar-list {display:flex; flex-wrap:nowrap; align-items:center;}
	/* 각 항목도 가운데 정렬 */
	.top-bar .top-bar-list li {display:flex; align-items:center;}
	/* 모바일 SNS 아이콘 묶음을 가로로 배치 */
	.top-bar .top-bar-list li.mobile-sns-icons {display:flex; flex-direction:row; gap:10px;}
	.top-bar .top-bar-list li.mobile-sns-icons a {display:inline-flex; width:30px; height:30px; align-items:center; justify-content:center;}
	.top-bar .top-bar-list li.mobile-sns-icons img {width:30px; height:auto;}
	/* 모바일에서 밝기 효과 제거 (inline 스타일 포함 override) */
	.top-bar01 .top-bar-list li img {filter:none !important; opacity:1 !important;}
	.top-bar .top-bar-list li.mobile-sns-icons img {filter:none !important; opacity:1 !important;}
}

/* 메인 페이지 슬라이더: 전체 화면 높이 및 커버 */
.section-1 .ebs-basic-in .swiper,
.section-1 .swiper.swiper-main {height: 100vh;}
.section-1 .ebs-basic-in .swiper-slide img {width:100%;height:100%;object-fit:cover;}
/* 섹션 여백 제거 + 래퍼 하단 여백 제거로 진짜 꽉 채우기 */
.section-1 {margin:0; padding:0;}
.section-1 [class^="ebs-basic-wrap-"] {margin-bottom:0;}
/* 컨테이너 높이 전파 */
.section-1 .ebs-basic-in {height:100vh;}
.section-1 .ebs-basic-in .swiper {height:100%;}

/* 헤더 이후부터 컨텐츠 시작: 헤더 높이만큼 여백 + 슬라이더 높이 보정 */
:root { --header-height: 90px; }
@media (max-width:991px){
	:root { --header-height: 90px; }
}
.section-1 { margin-top: var(--header-height); }
.section-1 .ebs-basic-in,
.section-1 .swiper.swiper-main { height: calc(100vh - var(--header-height)); }

/* 모바일: 1섹션 슬라이드 화면 높이 100vh로 꽉 채움 (헤더 보정 없이) */
@media (max-width:991px){
	.section-1 { margin-top: 0; }
	.section-1 .ebs-basic-in,
	.section-1 .swiper.swiper-main { height: 100vh; }
}

/* 섹션1 내부 .img-responsive를 세로 100vh로 커버 */
.section-1 img.img-responsive {width:100%; height:100vh; max-width:none; object-fit:cover; display:block;}

/* 특정 메인 슬라이더(main-slider-1742895024) 100vh 고정 및 커버 */
.main-slider-1742895024 {height:100vh;}
.main-slider-1742895024 .main-slider-inner {height:100%;}
.main-slider-1742895024 .swiper {height:100% !important;}
.main-slider-1742895024 .swiper-wrapper {height:100%;}
.main-slider-1742895024 .swiper-slide {height:100%;}
.main-slider-1742895024 .item-image {height:100vh !important; background-size:cover !important; background-position:center !important; background-repeat:no-repeat !important;}
.main-slider-1742895024 .item-image img {display:none !important;}