@font-face {
    font-family: 'SinhalaMN';
    src: url('/fonts/sinhala-mn-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 폰트 로딩 중에도 텍스트가 먼저 보이도록 최적화 */
}

/* aos 추가 */
[data-aos][data-aos][data-aos-delay="3500"],body[data-aos-delay="3500"] [data-aos] {transition-delay: 0}
[data-aos][data-aos][data-aos-delay="3500"].aos-animate,body[data-aos-delay="3500"] [data-aos].aos-animate { transition-delay: 3.5s}
[data-aos][data-aos][data-aos-delay="4000"],body[data-aos-delay="4000"] [data-aos] {transition-delay: 0}
[data-aos][data-aos][data-aos-delay="4000"].aos-animate,body[data-aos-delay="4000"] [data-aos].aos-animate { transition-delay: 4s}


/***
PC헤더 시작
***/
#header { position: fixed; top: 0; left: 0; width: 100%; height: auto; z-index: 200; background: rgba(77,104,95,0); transition: all 0.6s ease; display: flex; flex-direction: column; align-items: center; }
#header .pc_header { width: 100%; padding: 30px 50px; justify-content: space-between; align-items: center; box-sizing: border-box; position: relative; } /* padding 50px로 좌우 벽에 바짝 밀착 */
#header .pc_header .head_logo { z-index: 10; } /* 다른 요소에 가려 클릭 안되는 것 방지 */
#header .pc_header .head_logo img { height: 25px; display: block; }
#header .pc_header .tel_btn { font-size: 24px; font-weight: 700; color: white; display: flex; align-items: center; gap: 8px; z-index: 10; }
#header .pc_header .tel_btn img { width: 13px; }

/* 1차 메뉴: 부모(.pc_header) 전체를 기준으로 화면 정중앙에 강제 고정 */
#header .header_nav { display: flex; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 0; width: 60%; max-width: 900px; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; }
#header .header_nav li { flex: 1; flex-basis: 16.66%; max-width: 200px; text-align: center; }
#header .header_nav li a { font-size: 18px; color: white; display: block; }

/* 통합 메가메뉴 컨테이너 */
.mega-menu-all { width: 100%; padding: 0 50px; box-sizing: border-box; height: 0; opacity: 0; overflow: hidden; transition: all .4s ease; border-top: 1px solid transparent; }
.mega-menu-all .head_container { display: flex; justify-content: center; align-items: flex-start; width: 60%; max-width: 900px; margin: 0 auto; }

/* 메가메뉴 컬럼: 1차 메뉴 가로 위치와 수직으로 칼같이 일치 */
.mega-menu-all .menu-col { flex: 1; flex-basis: 16.66%; max-width: 200px; box-sizing: border-box; padding: 25px 10px; text-align: center; }
.mega-menu-all .menu-col ul { list-style: none; padding: 0; margin: 0; }
.mega-menu-all .menu-col ul li { margin-bottom: 12px; }
.mega-menu-all .menu-col ul li a { color: #111; font-size: 14px; text-decoration: none; position: relative; font-weight: 500; display: inline-block; }
.mega-menu-all .menu-col ul li a:hover:before { content: ''; display: inline-block; position: absolute; width: 6px; height: 6px; border-radius: 3px; background: #fabb23; left: -12px; top: 7px; }



/* 상태 제어 클래스 (스크롤 / 호버) */
#header.scroll { background: #fff; border-bottom: 1px solid #e5e5e5; }
#header.hover { background: rgba(77,104,95,1); }
#header.hover .header_nav li a { color: #fff; }
#header.hover .mega-menu-all { height: auto; opacity: 1; border-top: 1px solid #577b6f; padding-bottom: 20px; }
#header.hover .mega-menu-all .menu-col ul li a { color: #eee; }
#header.hover .mega-menu-all .menu-col ul li a:hover { color: #fff; }

#header.change .pc_header .tel_btn, #header.scroll .pc_header .tel_btn {color: #1e1e1e;}
#header.change .header_nav li a, #header.scroll .header_nav li a {color: #000; }


/* 기본 상태 (1번 섹션 / 평소 상태):  */
#header .pc_header .head_logo img { content: url('/images/head_logo.png'); height: 25px; display: block; }
#header .pc_header .tel_btn img { content: url('/images/icon_tel.png'); width: 13px; }

/* 상태 2: 2번 섹션 진입 시 (.change)  */
#header.change .pc_header .head_logo img, #header.scroll .pc_header .head_logo img { content: url('/images/head_logo_change.png'); }
#header.change .pc_header .tel_btn img, #header.scroll .pc_header .tel_btn img { content: url('/images/icon_tel_change.png'); }

/* 스크롤 된 상태에서 마우스 올렸을 때 */
#header.change.hover .pc_header .head_logo img, #header.scroll.hover .pc_header .head_logo img { content: url('/images/head_logo.png'); }
#header.change.hover .pc_header .tel_btn, #header.scroll.hover .pc_header .tel_btn, #header.scroll.hover .header_nav li a  {color: white;}
#header.change.hover .pc_header .tel_btn img, #header.scroll.hover .pc_header .tel_btn img { content: url('/images/icon_tel.png'); }


.side_banner {position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 10;}
.side_banner li {margin-top: -2px;}
.side_banner li img {width: 100px;}
.side_banner li.customer {margin-bottom: 10px;}


/***
PC헤더 끝
***/


/***
index 시작
***/

@keyframes scale_1 {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.section_bg_wrap {width: 100%; height: 100%; position: absolute; top: 0; overflow: hidden;}
#section_1 .section_bg_wrap .bg, #section_2 .section_bg_wrap .bg {animation-name: scale_1;  animation-duration: 12s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction : alternate;  width: 100%; height: 100%; position: absolute; left: 0;}

#section_1 .section_bg_wrap .bg { background:url(/images/main_bg_1.jpg) no-repeat; background-size:cover; background-position:center;}
#section_2 .section_bg_wrap .bg { background:url(/images/main_bg_2.jpg) no-repeat; background-size:cover; background-position:center;}


#section_1 .content {position: relative; z-index: 1;}
#section_1 .content p {font-size: clamp(15px, 1.25vw, 24px); line-height: clamp(24px, -9px + 2.78vw, 44px); color: white;}
#section_1 .content h2 {font-size: clamp(34px, 2.9vw, 55px); line-height: clamp(50px, 2.1vw, 65px); color: white; font-weight: 700;}
#section_1 .content .line {width: 1px; height: 80px; background: white; display: inline-block; margin: 15px 0;}
#section_1 .content img {width: 25%; max-width: 350px; min-width: 200px; margin-top: 70px;}

#section_2 .content {position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); right: 10%;}
#section_2 .content p {font-size: clamp(18px, 2.2vw, 34px); line-height: clamp(28px, 1.94vw, 42px); color: #4d685f;}
#section_2 .content h2 {font-size: clamp(42px, 2.9vw, 63px); color: #4d685f; font-weight: 700; margin-bottom: 30px;}
#section_2 .content .line {width: 1px; height: 80px; background: #4d685f; display: block; margin: 40px auto;}
#section_2 .content img {width: 35%; max-width: 520px; min-width: 300px;}


#fullpage .section:not(.motion_ready) [data-aos] { opacity: 0 !important; transform: translateY(40px) !important; transition: none !important; }

.caution {position: absolute; font-size: 12px; line-height: 20px; color: #999; opacity: 0.6; right: 20px; bottom: 20px;}







/***
index 끝
***/


/***
Footer 시작
***/
.footer {height: auto !important; background: #e6e4e2; padding: 60px 90px;}
.footer .foot_logo {height: 100px;}
.footer p {font-size: 16px; line-height: 22px; color: #4d685f; margin: 40px 0; font-weight: 600;}
.footer ul li {font-size: 13px; line-height: 18px; color: #4d685f;}
.footer .foot_tel h3 {font-size: 44px; line-height: 44px; font-weight: 700; color:#4d685f; margin-bottom: 20px;}
.footer .foot_tel h3 span {font-size: 30px; display: inline-block; margin-right: 10px; vertical-align: bottom;}
.footer .foot_tel .copy {font-size: 14px; line-height: 20px; color: #4d685f;}
.footer .fp-tableCell {height: auto !important;}

#top_btn {position:absolute;bottom:200px;right:90px;z-index:90; background: none;}
#top_btn img {width: 84px;}

/***
Footer 끝
***/



/***
서브 상단 타이틀 배경 시작
***/
.sub_page_title_part {width: 100%; height: 440px;}
.sub_page_title_part.about {background: url('/images/sub_page_title_about.jpg') no-repeat center; background-size: cover; }
.sub_page_title_part .title {text-align: center; position: absolute; bottom: 140px; width: 100%;}
.sub_page_title_part .title h2 {color: #fff; font-size: 72px; line-height: 72px; font-family: 'SinhalaMN', sans-serif; }
.sub_page_title_part .title p {color: #fff; font-size: 26px; line-height: 26px; margin-top: 15px; }


.lnb_wrap ul {text-align: center; margin: 30px auto;}
.lnb_wrap ul li {display: inline-block; line-height: 30px; font-size: 16px; padding: 0 20px; color: #363636;}
.lnb_wrap ul li.active { border-bottom: 1px solid #a58737;}
.lnb_wrap ul li.active a {color: #a58737; font-weight: 700 }
.lnb_wrap ul li a:hover {font-weight: 700}
.lnb_wrap li.swiper-slide {width: auto; display: flex; justify-content: center; align-items: center;}

/***
서브 상단 타이틀 배경 끝
***/




/***
서브 시작
***/

.sub_container {width: 100%; max-width: 1200px; padding: 0 15px; margin: 120px auto;}

.content_title {margin-bottom: 80px;}
.content_title h3 {font-size: 48px; font-weight: 700; color: #a58737; display: inline-block; vertical-align: middle; margin-right: 15px;}
.content_title .line {display: inline-block; width: 90px; height: 2px; background: #a58737;}


.summary_list { margin: 0; list-style: none; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.summary_list li { margin-bottom: 50px; width: calc(33.33% - 20px); }
.summary_list li:last-child { width: 100%; margin-top: 20px; }
.summary_list .subject { position: relative; width: calc(100% - 30px); padding: 12px 25px; background-color: #b7a34c; color: #fff; font-size: 18px; font-weight: 500; letter-spacing: -0.05em; line-height: 1; vertical-align: top; }
.summary_list .subject::after { content: ''; position: absolute; top: 0; right:-25px; width: 30px; height: 100%; background-image: url('/images/about_title_tail.png'); background-repeat: no-repeat; background-position: center right; background-size: contain; }
.summary_list p { margin: 15px 0 0; padding-left: 5px; font-size: 18px; font-weight: 400; line-height: 24px; letter-spacing: -0.03em; word-break: keep-all; }
.summary_list p span { font-weight: 700; }

@media screen and (max-width: 1200px) {
    .summary_list { padding: 60px 20px; }
    .summary_list li { width: calc(50% - 10px); margin-bottom: 40px; }
    .summary_list li:last-child { margin-top: 0; }
}

@media screen and (max-width: 768px) {
    .summary_list li { width: 100%; margin-bottom: 30px; }
    .summary_list .subject { font-size: 16px; padding: 10px 45px 10px 20px; }
    .summary_list p { font-size: 15px; margin-top: 15px; }
}
#about_3 .part_1 {padding-bottom: 10%;}
#about_3 .part_1 img {display: inline-block; vertical-align: middle;}
#about_3 .part_1 img:first-child {width: 48%; margin-right: 5%;}
#about_3 .part_1 img:last-child {width: 25%;}
#about_3 .part_2 li {margin-bottom: 20px;}


.direction_wrap .box {max-width:800px; margin: 0 auto;}
.direction_wrap .box .img_wrap {margin-bottom: 20px;}
.direction_wrap .box .info {float: left; width: calc(50% - 15px);}
.direction_wrap .box .info:first-child {margin-right: 30px;}
.direction_wrap .box .info h5 {font-size: 20px; line-height: 20px; font-weight: 800; color: #a58737;}
.direction_wrap .box .info h5 span {display: inline-block; color: #4b665e; padding-left: 8px; border-left: 2px solid #4b665e; margin-left: 8px;}
.direction_wrap .box .info ul {margin-bottom: 15px;}
.direction_wrap .box .info ul li {display: inline-block; margin-right: 10px;}
.direction_wrap .box .info ul li a {display: block;}
.direction_wrap .box .info ul li img {width: 40px;}






/***
서브 끝
***/














