@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions { 
	border: 1px solid #ccc; 
	max-height: 150px; 
	overflow-y: auto; 
	position: relative; 
/* 	position: absolute;  */
	background-color: white; 
	z-index: 1000; 
	width: calc(100% - 22px); 
} 


/* sub visual */
.subpage_hero {
	width: 100%; height: 640px;
	background:
		linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
		url('/img/sub_visual_img.png') center center / cover no-repeat;
	display: flex; align-items: center; justify-content: center;
}

.subpage_hero02 {
	width: 100%; height: 640px;
	background:
		linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
		url('/img/sub_visual_img_02.png') bottom center / cover no-repeat;
	display: flex; align-items: center; justify-content: center;
}


.subpage_hero_title{
	color: #fff;
	/* Display 1/Bold - 56 */
	font-family: Pretendard;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 72.8px */
	letter-spacing: 1.12px;
}

/* about 컨텐츠 */
.company_intro_section {margin: 0 auto; max-width: 1920px; align-self: stretch; height: 780px; position: relative; display: flex; justify-content: center; align-items: center; padding: 144px 0;}
.company_intro_content {flex: 1 1 20%; height: 100%;justify-content: center; align-items: center; display: flex; background-color: #222;}
.company_intro_logo {width: 137px; height: 24px; padding-bottom: 40px;}
.company_intro_textbox {width: 520px; align-self: stretch; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; text-align: left;}
.company_intro_title {padding-bottom: 40px; align-self: stretch; color: #171717; font-size: 32px; font-family: Pretendard; font-weight: 500; line-height: 41.60px; word-wrap: break-word;}
.company_intro_desc_wrap {align-self: stretch; flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex;}
.company_intro_desc {word-break: keep-all; padding-bottom: 16px; align-self: stretch; color: #444444; font-size: 18px; font-family: Pretendard; font-weight: 400; line-height: 27px; letter-spacing: 0.09px; word-wrap: break-word;}
.company_intro_img_box {
	flex: 1 1 60%;
	height: 100%;
	overflow: hidden;
	position: relative;
  }
  
  /* 오버레이 그라데이션 */
  .company_intro_img_box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(270deg, rgba(250, 250, 250, 0.00) 80.19%, #222 100.81%);
	pointer-events: none;
  }
  
  /* 이미지 안정 버전 */
  .company_intro_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 비율 유지하면서 박스에 꽉 채움 */
  }
  

.company_intro_img_overlay {width: 100%; height: 780px;background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);}


/* 태블릿 */
@media (max-width: 1024px) {
    .company_intro_section{width: 93.75%;}
    .company_intro_section {height: auto; padding: 80px 0; flex-direction: column;}
    .company_intro_content {position: static; width: 100%; height: auto; gap: 40px;}
    .company_intro_title {font-size: 28px; line-height: 36.4px;}
    .company_intro_desc {font-size: 16px; line-height: 24px;}
    .company_intro_img_box {position: static; width: 100%; height: 500px; margin-top: 40px;}
    .company_intro_img_box img {width: 100%; height: 100%; left: 0; object-fit: cover;}
    .company_intro_img_overlay {width: 100%; height: 100%; left: 0;}
    .company_intro_img_box::after{display: none;}
}

/* 작은 태블릿 */
@media (max-width: 768px) {
    .company_intro_section {padding: 60px 0;}
    .company_intro_content {gap: 32px;}
    .company_intro_textbox {gap: 32px; padding: 10px;}
    .company_intro_title {font-size: 24px; line-height: 31.2px;}
    .company_intro_img_box {height: 400px; margin-top: 32px;}
}

/* 모바일 */
@media (max-width: 480px) {
    .company_intro_section {padding: 50px 0;}
    .company_intro_content {gap: 28px;}
    .company_intro_logo {width: 120px; height: 21px;}
    .company_intro_textbox {gap: 28px;}
    .company_intro_title {font-size: 22px; line-height: 28.6px;}
    .company_intro_desc {font-size: 15px; line-height: 22.5px;}
    .company_intro_desc_wrap {gap: 14px;}
    .company_intro_img_box {height: 320px; margin-top: 28px;}
}

/* 작은 모바일 */
@media (max-width: 360px) {
    .company_intro_section {padding: 40px 0;}
    .company_intro_content {gap: 24px;}
    .company_intro_logo {width: 110px; height: 19px;}
    .company_intro_textbox {gap: 24px;}
    .company_intro_title {font-size: 20px; line-height: 26px;}
    .company_intro_desc {font-size: 14px; line-height: 21px;}
    .company_intro_desc_wrap {gap: 12px;}
    .company_intro_img_box {height: 280px; margin-top: 24px;}
}

/* 조직도 */

.organization{
	max-width: 1920px;
	margin: 0 auto;
	padding: 160px 0px;
	display: flex;
	justify-content: center;
 }

 .organization img{
	width: 93.75%; height: 100%; object-fit: cover;
 }


 /* 서브 페이지 컨텐츠 */
 .subpage_content_section {padding: 120px 0; height: 540px; margin: 0 auto; max-width: 1400px; align-self: stretch; position: relative; display: flex; justify-content: center; align-items: center; gap: 80px;}
.subpage_content_content {flex: 1 1 40%; height: 100%; justify-content: center; align-items: center; display: flex;
    flex-direction: column;
    gap: 60px;
}
.subpage_content_logo {width: 137px; height: 24px; padding-bottom: 40px;}
.subpage_content_textbox {width: 100%; align-self: stretch; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; text-align: left;}
.subpage_content_title {align-self: stretch; color: #171717; font-size: 32px; font-family: Pretendard; font-weight: 500; line-height: 41.60px; word-wrap: break-word;}
.subpage_content_desc_wrap {align-self: stretch; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; display: flex;}
.subpage_content_desc {align-self: stretch; color: #444444; font-size: 18px; font-family: Pretendard; font-weight: 400; line-height: 27px; letter-spacing: 0.09px; word-wrap: break-word;}

.subpage_content_img_box {
    flex: 1 1 60%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

/* 이미지 */
.subpage_content_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 792/545;
}

.subpage_content_img_overlay {
    width: 100%;
    height: 780px;
    background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
}


@media (max-width: 1400px) {
	.subpage_content_section{width: 93.75%; gap: 10px;}
}

/* 태블릿 */
@media (max-width: 1200px) {
    .subpage_content_section {height: auto; padding: 80px 0; flex-direction: column; gap: 50px; width: 93.75%;}
    .subpage_content_content {position: static; width: 100%; height: auto; gap: 40px; display: flex; justify-content: flex-start;}
    .subpage_content_title {font-size: 28px; line-height: 36.4px;}
    .subpage_content_desc {font-size: 16px; line-height: 24px;}
    .subpage_content_img_box {position: static; width: 100%; height: 500px; margin-top: 40px;}
    .subpage_content_img_box img {width: 100%; height: 100%; object-fit: cover;}
    .subpage_content_img_overlay {width: 100%; height: 100%;}
	.root_daum_roughmap .wrap_map{height: 100% !important;}
	.map_image_box{height: auto;}
}

/* 작은 태블릿 */
@media (max-width: 1024px) {
    .root_daum_roughmap .wrap_map{height: 500px !important;}
}

/* 작은 태블릿 */
@media (max-width: 768px) {
    .subpage_content_section {padding: 60px 0;}
    .subpage_content_content {gap: 32px;}
    .subpage_content_textbox {gap: 32px;}
    .subpage_content_title {font-size: 24px; line-height: 31.2px;}
    .subpage_content_img_box {height: 400px; margin-top: 32px;}
}

/* 모바일 */
@media (max-width: 480px) {
    .subpage_content_section {padding: 50px 0;}
    .subpage_content_content {gap: 28px;}
    .subpage_content_logo {width: 120px; height: 21px;}
    .subpage_content_textbox {gap: 28px;}
    .subpage_content_title {font-size: 22px; line-height: 28.6px;}
    .subpage_content_desc {font-size: 15px; line-height: 22.5px;}
    .subpage_content_desc_wrap {gap: 14px;}
    .subpage_content_img_box {height: 320px; margin-top: 28px;}
}

/* 작은 모바일 */
@media (max-width: 360px) {
    .subpage_content_section {padding: 40px 0;}
    .subpage_content_content {gap: 24px;}
    .subpage_content_logo {width: 110px; height: 19px;}
    .subpage_content_textbox {gap: 24px;}
    .subpage_content_title {font-size: 20px; line-height: 26px;}
    .subpage_content_desc {font-size: 14px; line-height: 21px;}
    .subpage_content_desc_wrap {gap: 12px;}
    .subpage_content_img_box {height: 280px; margin-top: 24px;}
}




.cont,.section_address,.wrap_controllers{display: none;}



/* Phone Contact Section */
.phone_contact_section { width: 582px; display: flex; flex-direction: column; gap: 24px; width: 100%;}

/* Header */
.phone_contact_header { display: flex; align-items: center; gap: 12px; }
.phone_contact_icon { width: 32px; height: 32px; flex-shrink: 0; }
.phone_contact_title { color: #171717; font-size: 32px; font-family: 'Pretendard', sans-serif; font-weight: 500; line-height: 41.60px; margin: 0; }

/* List */
.phone_contact_list { display: flex; flex-direction: column; gap: 12px; }
.phone_contact_item { display: flex; gap: 40px; }
.phone_contact_label { width: 155px; color: #444444; font-size: 18px; font-family: 'Pretendard', sans-serif; font-weight: 700; line-height: 27px; letter-spacing: 0.09px; flex-shrink: 0; }
.phone_contact_number { color: #444444; font-size: 18px; font-family: 'Pretendard', sans-serif; font-weight: 400; line-height: 27px; letter-spacing: 0.09px; }

#about_index .company_intro_logo{
    filter: brightness(0) invert(1);
}

#about_index .company_intro_title{
    color: #fff;
}

#about_index .company_intro_desc{
    color: #C7C7C7;
}

/* Rental Inquiry Button */


.rental_inquiry_btn:hover { background: #1a3d8a; }


.rental_inquiry_btn {
    width: 200px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #183479;
    border: none;
    color: white;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    line-height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}


/* Product Photos Section */
.product_photos_section { display: flex; flex-direction: column; align-items: center; gap: 60px; }

/* Title */
.product_photos_title { color: #171717; font-size: 40px; font-family: 'Pretendard', sans-serif; font-weight: 500; line-height: 52px; margin: 0; }

/* Grid */
.product_photos_grid { width: 100%; display: flex; gap: 30px; }

/* Item */
.product_photos_item { flex: 1; height: 327.50px; position: relative; background: #E0E0E0; overflow: hidden; }
.product_photos_image { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: transform 0.3s ease; }
.product_photos_item:hover .product_photos_image { transform: scale(1.05); }

/* Responsive */
@media (max-width: 1200px) {
  .product_photos_section { gap: 50px; }
  .product_photos_title { font-size: 36px; line-height: 47px; }
  .product_photos_grid { gap: 24px; }
  .product_photos_item { height: 280px; }
}

@media (max-width: 968px) {
  .product_photos_section { gap: 40px; }
  .product_photos_title { font-size: 32px; line-height: 42px; }
  .product_photos_grid { flex-wrap: wrap; gap: 20px; }
  .product_photos_item { flex: 0 0 calc(50% - 10px); height: 250px; }
}

@media (max-width: 768px) {
  .product_photos_section { gap: 36px; }
  .product_photos_title { font-size: 28px; line-height: 36px; }
  .product_photos_grid { gap: 16px; }
  .product_photos_item { height: 220px; }
}

@media(max-width:1024px){
    .business_section_container{flex-direction: column;}
}



.content_tab_wrap{
  width: 100%; display: flex; justify-content: center; align-items: center;
  margin: 0 auto;
  border-top: 1px solid var(--GREY-, #E6E6E6);
    border-bottom: 1px solid var(--GREY-, #E6E6E6);
    background: #FAFAFA;
}

.content_tab_wrap ul{
   width: 100%; display: flex; justify-content: space-between; align-items: center;  max-width: 1400px;
}

.content_tab_wrap ul li{
    display: flex; justify-content: center; align-items: center; flex: 1; 
    height: 70px; position: relative;
}

.content_tab_wrap ul li a{
    color: var(--GREY-300, #AAA);

    /* Headline 1/Medium - 24 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.content_tab_wrap ul li:hover a{
    color: var(--GREY-900, #aaa);
    font-weight: 700;
}

.content_tab_wrap ul li:hover::after{
    content: '';
    width: 90%; height: 3px;
    background: #aaa;
    position: absolute;
    left: auto;
    bottom: 0;
}

.content_tab_wrap ul li.active a{
    color: var(--GREY-900, #000);
    font-weight: 700;
}

.content_tab_wrap ul li.active::after{
    content: '';
    width: 90%; height: 3px;
    background: #000;
    position: absolute;
    left: auto;
    bottom: 0;
}

@media(max-width:1024px){
    .content_tab_wrap ul{
        flex-wrap: wrap;
    }

    .content_tab_wrap ul li {
        flex: 1 1 50%;
    }
}

/* 20251211 오시는길 */
/* Contact Info Dark Section */
.contact_info_dark_section { height: 455px; display: flex; flex-direction: column; justify-content: center; gap: 80px; }

/* Top: Address */
.contact_info_dark_top { display: flex; flex-direction: column; justify-content: center; gap: 56px; }
.contact_info_dark_address_block { display: flex; flex-direction: column; gap: 12px; }

/* Header */
.contact_info_dark_header { display: flex; align-items: center; gap: 12px; }
.contact_info_dark_icon { width: 40px; height: 40px; flex-shrink: 0; }
.contact_info_dark_icon_phone { width: 32px; height: 32px; flex-shrink: 0; }
.contact_info_dark_title { color: white; font-size: 32px; font-family: 'Pretendard', sans-serif; font-weight: 500; line-height: 41.60px; margin: 0; }

/* Address */
.contact_info_dark_address { color: #C7C7C7; font-size: 22px; font-family: 'Pretendard', sans-serif; font-weight: 400; line-height: 33px; letter-spacing: 0.11px; margin: 0; }

/* Bottom: Phone */
.contact_info_dark_bottom { display: flex; justify-content: space-between; align-items: flex-start; }
.contact_info_dark_phone_wrap { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.contact_info_dark_phone_block { width: 582px; display: flex; flex-direction: column; gap: 24px; }

/* Phone List */
.contact_info_dark_phone_list { display: flex; flex-direction: column; gap: 12px; }
.contact_info_dark_phone_item { display: flex; gap: 40px; }
.contact_info_dark_phone_label { width: 155px; color: #C7C7C7; font-size: 18px; font-family: 'Pretendard', sans-serif; font-weight: 700; line-height: 27px; letter-spacing: 0.09px; flex-shrink: 0; }
.contact_info_dark_phone_number { color: #C7C7C7; font-size: 18px; font-family: 'Pretendard', sans-serif; font-weight: 400; line-height: 27px; letter-spacing: 0.09px; }

.map_section_wrap .fp-overflow{display: flex; flex-direction: row !important;
gap: 0 !important; height: 100% !important;
}
.map_section_wrap .fp-overflow .left_box{
    flex: 1 1 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.map_section_wrap .fp-overflow .right_box{
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
}

.map_section_wrap .fp-overflow .right_box::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(250,250,250,0) 99%, rgba(34,34,34,1) 100%);
    pointer-events: none;
    z-index: 2;
}

.map_section_wrap{padding: 0 !important;}


.map_section_wrap .left_box {
    position: relative;
    overflow: hidden;
}

/* 블랙 배경 + 오파시티 */
.map_section_wrap .left_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #222;
    opacity: 0.; /* 원하는 만큼 조절 가능 */
    z-index: 1;
}

/* 이미지 배경 + 오파시티 */
.map_section_wrap .left_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/img/map_txt_bg.png') center center / cover no-repeat;
    opacity: 0.06; /* 이미지 투명도 조절 */
    z-index: 2;
}

/* 실제 컨텐츠 */
.map_section_wrap .left_box > * {
    position: relative;
    z-index: 3;
}

@media(max-width:1600px){
    .contact_info_dark_section,.contact_info_dark_phone_block{
        width: 93.75%;
    }
}

@media(max-width:1600px){
    .map_section_wrap .left_box{
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    .map_section_wrap .right_box{
        width: 100%;
    }

    .map_section_wrap{gap: 0;}

}



/* 세번째 사업소개 섹션... */

.business_section_container {
	width: 100%;
	height: 100vh;
	display: flex;
	overflow: hidden;
  }
  
  .business_section_container .item {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	transition: flex 0.4s ease, transform 0.4s ease;
	cursor: pointer;

	background-size: cover;
	background-position: center;

	flex-direction: column;
  }
  

  .business_section_container .item:nth-child(1) { background-image: url("/img/main_con02_img_01.jpg");}
  .business_section_container .item:nth-child(2) { background-image: url("/img/main_con02_img_02.jpg"); }
  .business_section_container .item:nth-child(3) { background-image: url("/img/main_con02_img_03.jpg"); 
  }
  .business_section_container .item:nth-child(4) { background-image: url("/img/main_con02_img_04.jpg"); }
  .business_section_container .item:nth-child(5) { background-image: url("/img/main_con02_img_05.jpg"); }
  
  /* 어두운 오버레이 */
  .business_section_container .item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: background 0.4s ease;
  }
  
  /* 텍스트 */
  .business_section_container .item span,
  .business_section_container .item svg,
  .business_section_container .item p{
	position: relative;
	z-index: 1;
  }

  .business_section_container .item svg{
	padding-bottom: 15px;
  }

  .business_section_container .item p{
	color: var(--GREY-100, #F1F1F1);
	text-align: center;
	
	/* Body 1/Regular - 18 */
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	letter-spacing: 0.09px;
	padding-top: 3px;
  }
  
  /* Hover된 애만 커짐 */
  .business_section_container .item:hover {
	flex: 2;
  }
  
  /* Hover 안 된 애는 줄어듦 */
  .business_section_container .container:hover .item:not(:hover) {
	flex: 0.7;
  }
  
  /* 이미지 확대 */
  .item:hover {
	transform: scale(1.03);
  }
  
  /* Hover 시 오버레이 밝아짐 */
  .item:hover::before {
	background: rgba(0, 0, 0, 0.1);
  }
  



