/* title-text */
.title-text .text-box > div > span{ display: inline-block; font-family: var(--Poppins); font-size: 1.8rem; font-weight: 600; color: var(--mainColor); letter-spacing: -0.02em; }
.title-text .text-box h3{ font-size: 4.2rem; font-weight: 200; color: #111; letter-spacing: -0.02em; line-height: 1.4190; margin-top: 10px; }
.title-text .text-box h3 span{ font-weight: 600; }
.title-text .text-box p{ font-size: 1.8rem; font-weight: 300; color: #555; letter-spacing: -0.05em; line-height: 1.5; margin-top: 25px; }
.title-text .text-box a{ display: flex; justify-content: center; align-items: center; width: 240px; height: 70px; font-size: 1.6rem; font-weight: 600; color: #fff; letter-spacing: -0.02em; line-height: 1; background: var(--mainColor); border-radius: 100px; margin-top: 80px; }

@media screen and (max-width: 1500px){
	.title-text .text-box h3{ font-size: 3.5rem; }
	.title-text .text-box p{ font-size: 1.7rem; }
	.title-text .text-box a{ width: 200px; height: 65px; }
}

@media screen and (max-width: 1200px){
	.title-text .text-box a{ margin-top: 40px; }
	.title-text .text-box h3{ font-size: 3rem; }
	.title-text .text-box a{ width: 150px; height: 55px; font-size: 1.5rem; }
}

@media screen and (max-width: 700px){
	.title-text .text-box > span{ font-size: 1.6rem; }
	.title-text .text-box h3{ font-size: 2.5rem; } 
	.title-text .text-box p{ font-size: 1.6rem; margin-top: 10px; }
	.title-text .text-box a{ width: 120px; height: 45px; font-size: 1.4rem; margin-top: 20px; }
}

/* visual */
#visual{ position: relative; background: #DADEE7; overflow: hidden; }
#visual .main-wrap{ width: 100%; height: 100%; position: absolute; bottom: 50%; left: 50%; transform: translate(-50%, 50%); }
#visual .main-wrap .slick-list{ height: 100%; }
#visual .main-wrap .slick-track{ height: 100%; }
#visual .main{ height: 100%; }
{ height: 100%; }
/* 2025.12.01 [CSR 요청번호 - REQ2499030] 1회성, 메인화면 및 방문관리 이미지 변경 */
/* #visual .main.main01{ background: url("/img/main/visual01.jpg") no-repeat center right / cover; } */
#visual .main.main01{ background: url("/img/main/visual03.jpg") no-repeat center right / cover; }
#visual .main.main02{ background: url("/img/main/visual02.jpg") no-repeat center right / cover; }

#visual .text-box{ max-width: 1500px; width: 100%; margin: 0 auto; position: relative; z-index: 10; padding: 9.5% 0 7.5%; pointer-events: none; overflow: hidden; }
#visual .text-box::after{ content: ""; }
#visual .text-box h2{ font-size: 5rem; font-weight: 500; color: #000; letter-spacing: -0.05em; line-height: 1.2; }
#visual .text-box p{ font-size: 2rem; font-weight: 300; color: #000; letter-spacing: -0.05em; line-height: 1.5; margin-top: 30px; margin-bottom: 50px; }

#visual .slide-btn{ display: flex; align-items: center; margin-left: -15px; }
#visual .slide-btn button{ background: none; border: none; padding: 15px;  pointer-events: auto; }
#visual .slide-btn ul{ display: flex; }
#visual .slide-btn ul li{ font-size: 1.2rem; font-weight: 500; color: #000; letter-spacing: 0; position: relative; }
#visual .slide-btn ul li.index{ padding-right: 15px; }
#visual .slide-btn ul li.total{ opacity: 0.2; padding-left: 15px; }
#visual .slide-btn ul li.total::before{ content: "/"; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1640px){
	#visual .text-box{ padding: 9.5% 20px 7.5%; }
}

@media screen and (max-width: 1500px){
	#visual .text-box h2{ font-size: 3.8rem; }
	#visual .text-box p{ font-size: 1.8rem; margin-bottom: 30px; }
}

@media screen and (max-width: 800px){
	#visual{ background: #dadfe7; }
	#visual .main-wrap{ padding-top: 20%; }
	/* 2025.12.01 [CSR 요청번호 - REQ2499030] 1회성, 메인화면 및 방문관리 이미지 변경 */
	/* #visual .main.main01{ background: url("/img/main/visual01_m.jpg") no-repeat center right / cover; } */
	#visual .main.main01{ background: url("/img/main/visual03_m.jpg") no-repeat center right / cover; }
	#visual .main.main02{ background: url("/img/main/visual02_m.jpg") no-repeat center right / cover; }
	
	#visual .text-box{ padding: 6% 20px 45.5%; }
}

@media screen and (max-width: 700px){
	#visual .text-box h2{ font-size: 3rem; }
	#visual .text-box p{ font-size: 1.7rem; margin: 20px 0; }
}

@media screen and (max-width: 550px){
	#visual .main-wrap .main{ padding-top: 25%; }
}


/* quick */
#quick{ padding: 100px 0; }
#quick .flex-box{ display: flex; justify-content: space-between; align-items: center; }
#quick .text-box{ overflow: hidden; }
#quick .text-box h3{ font-family: var(--Poppins); font-size: 4.2rem; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 10px; }
#quick .text-box p{ font-size: 1.8rem; font-weight: 300; color: #555; letter-spacing: -0.02em; }
#quick .menu-box{ width: 68%; }
#quick .menu-box ul{ display: flex; }
#quick .menu-box ul li{ width: calc((100% - 60px) / 3); height: 180px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F8F8F8; border-radius: 10px; padding: 40px 35px 30px; position: relative; transition: all 0.5s; }
#quick .menu-box ul li:not(:last-of-type){ margin-right: 30px; }
#quick .menu-box ul li .icon{ position: relative; }
#quick .menu-box ul li .icon img{ transition: all 0.5s; }
#quick .menu-box ul li .icon .hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; }
#quick .menu-box ul li p{ font-size: 1.7rem; font-weight: 700; color: #333; letter-spacing: -0.02em; text-align: center; margin-top: 30px; }
#quick .menu-box ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

#quick .menu-box ul li:hover{ background: var(--mainColor); }
#quick .menu-box ul li:hover .icon .default{ opacity: 0; }
#quick .menu-box ul li:hover .icon .hover{ opacity: 1; }
#quick .menu-box ul li:hover p{ color: #fff; }

@media screen and (max-width: 1500px){
	#quick .text-box h3{ font-size: 3.6rem; }
	#quick .text-box p{ font-size: 1.6rem; }
	#quick .menu-box ul li p{ font-size: 1.5rem; }
}

@media screen and (max-width: 1200px){
	#quick{ padding: 60px 0; }
}

@media screen and (max-width: 1100px){
	#quick .flex-box{ flex-direction: column; align-items: flex-start; }
	#quick .menu-box{ width: 100%; margin-top: 40px; }
}

@media screen and (max-width: 900px){
	#quick .text-box h3{ font-size: 3rem; }
}

@media screen and (max-width: 650px){
	#quick .menu-box ul{ flex-wrap: wrap; }
	#quick .menu-box ul li{ width: calc((100% - 20px) / 2); height: 150px; }
	#quick .menu-box ul li:not(:last-of-type){ margin-bottom: 15px; margin-right: 15px; }
	#quick .menu-box ul li:nth-of-type(2n){ margin-right: 0; }
	#quick .menu-box ul li p{ margin-top: 15px; }
}


/* Care Services */
#care{ padding: 180px 0 0; background: #E8EBF2; position: relative; }
#care .flex-box{ display: flex; justify-content: space-between; position: relative; z-index: 5; }
#care .text-box{ height: calc(100vh - 180px); position: sticky; top: 180px; left: 0; }
#care .text-box::before{ content: ""; width: calc(100vw - 10px); height: 80vh; position: absolute; bottom: 0; left: calc(((100vw - 1500px) / 2) * -1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
#care .list-box{ width: calc(100% - 620px); /* overflow: hidden; */ }
#care .list-box ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -80px; margin-top: 145px; }
#care .list-box ul li{ width: calc((100% - 40px) / 2); text-align: center; padding: 90px 0 40px; margin-bottom: 80px; background: linear-gradient(135.24deg, #E8EBF2 0%, rgba(242, 243, 247, 0) 100%); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 30px 80px; box-shadow: 35px 35px 35px rgba(51, 51, 51, 0.1); position: relative; }
#care .list-box ul li:nth-of-type(odd){ top: -145px; }
#care .list-box ul li figure{ width: 100%; display: flex; justify-content: center; align-items: center; margin: 0; margin-bottom: 90px; }
#care .list-box ul li span{ font-family: var(--Poppins); font-size: 1.5rem; font-weight: 500; color: var(--mainColor); letter-spacing: -0.02em; }
#care .list-box ul li p{ font-size: 2.8rem; font-weight: 600; color: #333; letter-spacing: -0.02em; margin-top: 10px; }
#care .list-box ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

@media screen and (max-width: 1540px){
	#care .w1500{ padding: 0; }
	#care .sticky-box{ padding: 0 20px; }
	#care .text-box::before{ width: calc(100vw - 24px); left: -13px; }
	#care .list-box{ padding: 0 20px; }
}

@media screen and (max-width: 1500px){
	#care{ padding: 100px 0; }
	#care::before{ content: ""; width: 100%; height: 122px; position: absolute; bottom: 0; left: 0; background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
	#care .text-box::before{ display: none; }
	#care .list-box{ width: calc(100% - 520px); }
	#care .list-box ul li{ padding: 50px 30px 30px; }
	#care .list-box ul li figure{ margin-bottom: 50px; }
	#care .list-box ul li p{ font-size: 2.3rem; }
}

@media screen and (max-width: 1200px){
	#care{ padding: 70px 0; }
	#care .flex-box{ flex-direction: column; }
	#care .text-box{ height: auto; position: static; margin-bottom: 40px; }
	#care .list-box{ width: 100%; }
	#care .list-box ul{ margin-top: 100px; margin-bottom: -40px; }
	#care .list-box ul li{ margin-bottom: 40px; }
	#care .list-box ul li:nth-of-type(odd){ top: -100px; }
}

@media screen and (max-width: 700px){
	#care .list-box ul li{ width: calc((100% - 20px) / 2); padding: 30px 30px 20px; }
	#care .list-box ul li figure{ margin-bottom: 30px; }
	#care .list-box ul li p{ font-size: 2rem; }
}

@media screen and (max-width: 600px){
	#care .list-box ul li span{ font-size: 1.4rem; }
	#care .list-box ul li p{ font-size: 1.8rem; }
}


/* banner */
#banner{ padding-top: 135px; padding-bottom: 120px; }
#banner > div{ position: relative; }
#banner .banner-wrap{ border-radius: 20px; overflow: hidden; }
#banner .banner-wrap .slick-list{ margin-right: -15px; }
#banner .banner{ position: relative; border-radius: 20px; overflow: hidden; margin-right: 20px; }
#banner .banner figure{ width: 100%; height: 400px; margin: 0; }
#banner .banner figure img{ width: 100%; height: 100%; object-fit: cover; object-position: left; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#banner .banner figure img.m{ display: none; }
#banner .banner a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

#banner .box{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: flex-end; align-items: center; padding: 70px; }
#banner .text{ color: #fff; width: 46.667%; }
#banner .text span{ display: inline-block; font-size: 1.6rem; font-weight: 600; letter-spacing: -0.02em; padding: 10px 0; padding-left: 20px; padding-right: 50px; background: var(--mainColor); border-radius: 0 30px 30px 0; }
/* 2026-01-12 REQ2560238 [1회성 홈페이지] 텍스트 잘림 오류, 문구 및 메인 이미지 수정 */
/* #banner .text h4{ font-size: 5rem; font-weight: 600; line-height: 1.4; margin: 40px 0 15px; } */
#banner .text h4{ font-size: 5rem; font-weight: 600; line-height: 1.4; margin: 15px 0 15px; }
#banner .text p{ font-size: 1.8rem; font-weight: 300; line-height: 1.5777; }

#banner .btn-box{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; }
#banner .btn-box button{ width: 50px; height: 50px; border: none; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); border-radius: 50%; }
#banner .btn-box button.prev{ transform: translateX(-50%); }
#banner .btn-box button.next{ transform: translateX(50%); }
#banner .btn-box button img{ position: relative; top: 2px; }

@media screen and (max-width: 1540px){
	#banner .box{ padding: 50px; }

	#banner .btn-box{ position: static; transform: translate(0); margin-top: 20px; justify-content: center; }
	#banner .btn-box button.prev{ transform: translateX(0); margin-right: 20px; }
	#banner .btn-box button.next{ transform: translateX(0); }
}

@media screen and (max-width: 1500px){
	#banner{ padding: 100px 0; }
	#banner .text span{ padding: 7px 0; padding-left: 15px; padding-right: 30px; }
	#banner .text h4{ font-size: 3.5rem; margin: 25px 0 15px; }
	#banner .text p{ font-size: 1.7rem; }
}

@media screen and (max-width: 1250px){
	#banner .banner figure{ height: 350px; }
	#banner .btn-box button{ width: 40px; height: 40px; }
}

@media screen and (max-width: 1200px){
	#banner .text span{ font-size: 1.5rem; }
	#banner .text h4{ font-size: 2.5rem; }
	#banner .text p{ font-size: 1.6rem; }
}

@media screen and (max-width: 900px){
	#banner .banner figure{ height: auto; padding-bottom: 90%; }
	#banner .banner figure img{ object-position: left; display: none; }
	#banner .banner figure img.m{ display: block; }
	#banner .box{ align-items: flex-end; padding: 30px; }
	#banner .text{ width: 100%; } 
}

@media screen and (max-width: 700px){
	#banner{ padding: 0 0 100px; }
}

