@charset "UTF-8";

/* ========================================== 메인 컨텐츠 공통 ========================================== */
/* ========================================== 메인 컨텐츠 공통 ========================================== */
/* ========================================== 메인 컨텐츠 공통 ========================================== */
.main_container { padding-bottom: 60px; } 
.main_container .section { }
.main_container .section .inner_max { min-height: 100px; }
.main_container .section:not(.sec_hero) .inner_max { padding: 60px 0; }
@media all and (max-width:860px) {
  .main_container { padding-bottom: 0px; } 
  .main_container .section:not(.sec_hero) .inner_max { padding: 40px 0; }
}












/* ========================================== 메인 컨텐츠 개별 ========================================== */
/* ========================================== 메인 컨텐츠 개별 ========================================== */
/* ========================================== 메인 컨텐츠 개별 ========================================== */
/* ----- sec_hero ----- */
/* ----- sec_hero ----- */
.sec_hero { position: relative;  }
/* swiper 영역 */
.hero_slider_container { position: relative;  width: 100%; height: 580px;  }
.hero_slider { width: 100%; height: 100%; }
/* 이미지 */
.hero_slider .item_box { position: relative; width: 100%; height: 100%; overflow: hidden; }
.hero_slider .item_box .bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: 5s 0.2s; transform: scale(1.2); }
.hero_slider .item_box .bg_img::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.5);}
/* 텍스트 */
.hero_slider .item_box .slide_body {position: absolute; top: 160px; left: 0; width: 100%; opacity: 0; color: #fff; text-align: center; transition: all 0.8s ease; transform: translateY(40px); }
.hero_slider .item_box .tagline {  margin-bottom: 20px; font-size: 19px; }
.hero_slider .item_box .headline { font-size: 44px; font-weight: 800; line-height: 1.3; }
.hero_slider .swiper-slide-active .item_box .slide_body { opacity: 1; transform: translateY(0); }
.hero_slider .swiper-slide-active .item_box .bg_img { transform: scale(1); }
/* 페이지네이션 */
.hero_pagination { display: flex; justify-content: center; position: absolute; bottom: 160px; left: 0; z-index: 2; width: 100%; }
.hero_pagination .bullets{ display: flex; justify-content: center;  gap: 5px; }
.hero_pagination .bullets .item.swiper-pagination-bullet { display: block; position: relative; width: auto; height: auto; opacity: 1; background: transparent; color: #fff; border-radius: 0; }
.hero_pagination .bullets .item .num { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; line-height: 1; font-size: 17px;}
.hero_pagination .bullets .item .circle { display: block; opacity: 0; width: 40px; height: 40px; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 100px; }
.hero_pagination .bullets .swiper-pagination-bullet-active { opacity: 1; background: transparent; }
.hero_pagination .bullets .item.swiper-pagination-bullet-active .circle { opacity: 1;}

.hero_pagination .ctrls .bt { margin-left: 5px; width: 40px; height: 40px; border-radius: 100px; color: #fff; font-size: 20px; background-repeat: no-repeat; background-position: center center; background-size: 20px;}
.hero_pagination .ctrls .bt.btn-play { background-image: url(/main/images/common/ico_play.svg); }
.hero_pagination .ctrls .bt.btn-stop { background-image: url(/main/images/common/ico_pause.svg); }

.hero_slider_container .progress { position: absolute; top: 0; left: 0; opacity: 0; fill: none; stroke: #fff; stroke-width: 2; stroke-dasharray: 126; stroke-dashoffset: 126; }
.hero_slider_container .progress circle { transform: rotate(-90deg); transform-origin: center center; }
.hero_slider_container .swiper-pagination-bullet-active .progress { opacity: 1; animation: progress-ani 4s linear forwards; }
.hero_slider_container .swiper-pagination-bullet-active .progress.is_paused { animation-play-state: paused !important; }

@keyframes progress-ani {
  from { stroke-dashoffset: 126; }
  to { stroke-dashoffset: 0; }
}

/* 좌우 슬라이드 컨트롤 버튼 */
.hero_control .bt { position: absolute; top: 50%; left: 0; z-index: 10; width: 60px; height: 60px; margin-left: 100px; box-shadow: none; background-color: rgba(0, 0, 0, 0.35); color: #fff; transform: translateY(-50%); }
.hero_control .bt.next { right: 0; left: auto; margin-right: 100px; margin-left: 0; }
.hero_control .bt [class^='xi-'] { font-size: 24px; line-height: 1; }

@media all and (max-width:860px) {
  .sec_hero .hero_slider_container { height: 440px; }  
  .hero_slider .item_box .slide_body { top: 110px; }  
  .hero_slider .item_box .headline { font-size: 30px; }
  .hero_pagination { bottom: 110px; }
  .hero_control .bt { margin-left: 20px; }
  .hero_control .bt.next { margin-right: 20px; }
}

/* 스크롤 텍스트 */
.sec_hero .scroll_txt{ position: absolute; z-index: 10; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.sec_hero .scroll_txt::before{ content: ''; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 2px; height: 20px; background-color: #fff; }
.sec_hero .scroll_txt .txt{ font-size: 17px; color: #fff; margin-bottom: 10px;}
.sec_hero .scroll_txt::after{ content: ''; display: block; width: 2px; height: 60px; background-color: rgba(255, 255, 255, 0.5); }


.sec_quick{}
.sec_quick .quick_list{ display: flex; flex-wrap: wrap; gap: 30px; }
.sec_quick .quick_list > li{ flex: 1 1 0;}
.sec_quick .quick_list > li a{ display: block; text-decoration: none; color: inherit;}
.sec_quick .quick_list > li .item{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 220px; padding: 20px 16px; border: 1px solid #B6BEC5; }
.sec_quick .quick_list > li .item::before{ content: ''; display: block; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center center; background-size: auto; }
.sec_quick .quick_list > li .item .txt{ position: relative; display: inline-block; text-align: center; margin-top: 10px; font-size: 22px; font-weight: 600;}
.sec_quick .quick_list > li .item .txt::before{ content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background-color: #000; transition: width 0.3s;}
.sec_quick .quick_list > li .item .desc{ display: block; margin-top: 10px; font-size: 13px; color: #717171; text-align: center; line-height: 1.45; word-break: keep-all; }

.sec_quick .quick_list > li:hover .item{ border-color: #000; }
.sec_quick .quick_list > li:hover .item .txt::before{ width: 100%; }
.sec_quick .quick_list > li a:focus .item{ border-color: #000; }
.sec_quick .quick_list > li a:focus .item .txt::before{ width: 100%; }

.sec_quick .quick_list > li .item.ico1::before{ background-image: url(/main/images/main/quick_icon1.svg); }
.sec_quick .quick_list > li .item.ico2::before{ background-image: url(/main/images/main/quick_icon2.svg); }
.sec_quick .quick_list > li .item.ico3::before{ background-image: url(/main/images/main/quick_icon3.svg); }
.sec_quick .quick_list > li .item.ico4::before{ background-image: url(/main/images/main/quick_icon4.svg); }
.sec_quick .quick_list > li .item.ico_ai::before{ background-image: url(/main/images/main/quick_icon5.svg); }
.sec_quick .quick_list > li .item.ico_ai{ background: url(/main/images/main/quick_bg.png) no-repeat center center / cover; color: #fff; }
@media all and (max-width:1200px) {
  .sec_quick .quick_list { gap: 20px;}
  .sec_quick .quick_list > li{ /* flex: 0 1 calc( (100% - 40px)/3 ); */}
  .sec_quick .quick_list > li .item{ height: 200px; padding: 16px 12px; }
  .sec_quick .quick_list > li .item .txt{ font-size: 19px; }
  .sec_quick .quick_list > li .item .desc{ font-size: 12px; }
}
@media all and (max-width:640px) {
  .sec_quick .quick_list { gap: 10px;}
  .sec_quick .quick_list > li{ flex: 0 1 calc( (100% - 10px)/2 );}
  .sec_quick .quick_list > li .item{ height: 180px; padding: 14px 10px; }
  .sec_quick .quick_list > li .item .txt{ font-size: 17px; }
  .sec_quick .quick_list > li .item .desc{ font-size: 11px; margin-top: 6px; }
}
@media all and (max-width:480px) {
  .sec_quick .quick_list > li .item{ height: 160px; padding: 12px 8px; }
  .sec_quick .quick_list > li .item::before{ width: 38px; height: 38px; background-size: contain; }
  .sec_quick .quick_list > li .item .txt{ font-size: 15px; }
  .sec_quick .quick_list > li .item .desc{ font-size: 10px; margin-top: 4px; }
}


/* ----- sec_recent ----- */
/* ----- sec_recent ----- */
.sec_recent { }

/* 탭버튼 레이아웃 */
.recent_tabs{display: flex; padding-bottom: 15px;  }
.recent_tabs .tab_menu{ display: inline-flex; justify-content: center; align-items: center; position: relative; font-size: 32px; font-weight: 500; color: #717171; line-height: 1; text-decoration: none; }
.recent_tabs .tab_menu button{ color: #717171; }
.recent_tabs .tab_menu:not(:first-child) { margin-left: 45px; }
.recent_tabs .tab_menu:not(:first-child)::before { content: ''; position: absolute; top: 3px; left: 0; transform: translateX(-100%); display: inline-flex; width: 45px; height: 30px; background: url(/main/images/main/tab_dot.png) no-repeat center center; }
.recent_tabs .tab_menu [role='tab'] { position: relative; display: flex;  }
.recent_tabs .tab_menu [aria-selected='true'] {color: #244CB1; font-weight: 700;  }
.recent_tabs .tab_menu [aria-selected='true']::after { content: ''; display: inline-block; width: 32px; height: 32px; margin-right: 8px; background: url(/main/images/main/check_circle.svg) no-repeat center center; order: -1; color: #244CB1; font-weight: 700;}
.recent_tabs [role='tab'][aria-selected='true']{ }
@media all and (max-width:1200px) {
  .recent_tabs .tab_menu { font-size: 24px; }
  .recent_tabs .tab_menu:not(:first-child) { margin-left: 24px; }
  .recent_tabs .tab_menu:not(:first-child)::before { top: 0px; left: 0; display: inline-flex; width: 24px; height: 24px; }
  /* on */  
  .recent_tabs .tab_menu [aria-selected='true']::after { width: 24px; height: 24px; margin-right: 5px; background-size: contain; }
}

/* 컨텐츠 */
.recent_panels { position: relative;}

/* ----- 활용사례 카드형 ----- */
.usecase_panel { padding-top: 30px; border-top: 1px solid #565D68; }
.usecase_panel ul { display: flex; gap: 30px; }
.usecase_panel ul > li { flex: 1 1 0;  min-width: 0;}
.usecase_panel ul > li > a { display: block; text-decoration: none; color: inherit; }
.usecase_panel .thumb { display: block; width: 100%; height: 178px; overflow: hidden; aspect-ratio: auto; background: #ccc;}
.usecase_panel .thumb img { display: block; width: 100%; height: 100%; transition: transform 0.5s ease; object-fit: cover; }
.usecase_panel ul > li:hover .thumb img { transform: scale(1.03); }
.usecase_panel .cont { display: block; padding-top: 16px;}
.usecase_panel .cont .tit { display: block; font-size: 19px; font-weight: 600; padding-bottom: 10px; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
.usecase_panel .cont .meta { position: relative; display: flex; flex-direction: column; gap: 5px; padding-top: 10px; border-top: 1px solid #B6BEC5; }
.usecase_panel li .cont .meta::before { content: ''; position: absolute; top: -1px; left: 0; height: 2px; background-color: #000; width: 0; transition: width 0.3s; }

.usecase_panel .cont .meta .place{ display: flex; align-items: flex-start;  color: #5D5D5D;}
.usecase_panel .cont .meta .place::before{ content: '';  display: inline-block; width: 24px; height: 24px; margin-right: 5px;  background: url(/main/images/common/place.svg) no-repeat center center;}
.usecase_panel .cont .meta .date{ display: flex; align-items: center; color: #5D5D5D; }
.usecase_panel .cont .meta .date::before{ content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 5px; background: url(/main/images/common/time.svg) no-repeat center center; }
.usecase_panel li:hover .cont .tit { color: #1548c0; }
.usecase_panel li:hover .cont .meta::before { width: 100%;  }

@media all and (max-width:1200px) {
  .usecase_panel { }
  .usecase_panel .cnt_scroll_wrap { width: 100%; overflow-x: auto;}
  .usecase_panel .cnt_scroll_wrap ul{ gap: 20px;}
  .usecase_panel ul > li {
    flex: none;  /* flex 해제 */
    width: 280px;  /* 고정 너비 설정 */
    min-width: 280px;  /* 최소 너비도 설정 */
  }
  .usecase_panel .thumb { width: 280px; height: 158px; /* height: auto; */ /* aspect-ratio: 4/3; */}
}

/* ----- 공지사항 리스트형 ----- */
.notice_panel { padding-top: 0px; border-top: 1px solid #565D68; }

/* 공지사항 1 */
/* 공지사항 1 */
.notice_list > li {  border-bottom: 1px solid #B6BEC5; }
.notice_list > li > a { display: flex; justify-content: space-between; align-items: center; min-height: 80px; min-width: 0;  padding: 25px 20px; text-decoration: none; color: inherit; }
.notice_list .badge {  min-width: 6%; text-align: center;  color: #244CB1; font-size: 17px; font-weight: 700; }
.notice_list .badge.type2 { color: #2a7fda; }
.notice_list .txt_wrap {  flex: 1 1 auto; display: flex; flex-direction: row; min-width: 0;  padding-left: 5.5%;}
.notice_list .txt_wrap .sbj { flex: 1 1 auto; display: flex; align-items: center; min-width: 0; }
.notice_list .txt_wrap .sbj .txt { font-size: 19px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.notice_list .txt_wrap .sbj .new { flex: 0 0 auto; width: 19px; height: 19px; margin-left: 5px; background: #ff3b00; font-family: 'arial'; font-size: 11px; color: #fff; line-height: 19px; text-align: center; text-transform: uppercase; border-radius: 50%; }

.notice_list .txt_wrap .date { display: flex; align-items: center; justify-content: flex-end;  text-align: right; min-width: 140px; text-align: right; color: #5D5D5D; }
.notice_list .txt_wrap .date::before { content: ''; display: inline-block; width: 24px; height: 24px; background: url(/main/images/common/time.svg) no-repeat center center; margin-right: 6px;  }

.notice_list li:hover .sbj { color: #1548c0; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
@media all and (max-width:1200px) {
  .notice_list > li > a { min-height:auto; min-width: 0;  padding: 10px 5px; }
  .notice_list .badge {  min-width: 40px; font-size: 15px; }
  .notice_list .badge.type2 { color: #2a7fda; }
  .notice_list .txt_wrap {  padding-left: 10px;}
  .notice_list .txt_wrap .sbj { }
}

@media all and (max-width:640px) {
  .notice_list .txt_wrap {  flex-direction: column; }
  .notice_list .txt_wrap .date {justify-content: flex-start;  text-align: left; font-size: 15px; }
  .notice_list .txt_wrap .date::before { width: 14px; height: 14px; background-size: contain; margin-right: 3px;  }
}



/* 공지사항 2 */
/* 공지사항 2 */
.news_list { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 30px;}
.news_list li { flex: 0 1 calc((100% - 90px) / 4); display: flex; flex-direction: column; min-width: 0; }
.news_list li a { display: block; text-decoration: none; color: inherit; }

.news_list .txt_wrap { padding-bottom: 20px; border-bottom: 1px solid #B6BEC5;}
.news_list .txt_wrap .sbj { display: flex; align-items: center; min-width: 0;  margin-bottom: 10px;}
.news_list .txt_wrap .sbj .txt{ font-size: 19px; font-weight: 600;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news_list .txt_wrap .sbj .new { flex: 0 0 auto; width: 19px; height: 19px; margin-left: 5px; background: #ff3b00; font-family: 'arial'; font-size: 11px; color: #fff; line-height: 19px; text-align: center; text-transform: uppercase; border-radius: 50%; }


.news_list .txt_wrap .s_txt { color: #5D5D5D; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.news_list .date{ margin-top: 20px; display: flex; align-items: center; color: #5D5D5D;}
.news_list .date::before{ content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 5px; background: url(/main/images/common/time.svg) no-repeat center center; }


@media screen and (max-width:1024px) {
  .news_list li { flex: 0 1 calc((100% - 30px) / 2); }
}

@media screen and (max-width:600px) {
  .news_list { margin-top: 20px;}
  .news_list li { flex: 0 1 100%; }
  .news_list .txt_wrap { padding-bottom: 10px;}
  .news_list .txt_wrap .s_txt { -webkit-line-clamp: 2;  }
  .news_list .date{ margin-top: 10px; }
}






/* 더보기 - recent_panels 공통 사용 */
/* 더보기 - recent_panels 공통 사용 */
.recent_panels .more { display: flex; justify-content: center; align-items: center; position: absolute; top: -40px; right: 0; color: #5D5D5D; font-weight: 600; font-size: 19px;  }
.recent_panels .more:hover { text-decoration: underline; }
.recent_panels .more::after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/main/images/common/arrow_forward.svg) no-repeat center center; margin-left: 5px; }
.recent_panels .more .mob_hidden {  }

@media all and (max-width:640px) {
  .recent_panels .more .mob_hidden { display: none; }
}













/* ----- sec_v_home  ----- */
/* ----- sec_v_home  ----- */
.sec_vhome { }
.sec_vhome .inner_max { position: relative; }

.vhome_head { padding-bottom: 10px; border-bottom: 1px solid #565D68; }
.vhome_head .title { font-size: 32px; font-weight: 700; }

/* 탭 버튼 */
.vhome_tabs_cnt { padding: 30px 0; }
.vhome_tabs_cnt .cnt_scroll_wrap{ }
.vhome_tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.vhome_tabs [data-tab ='vhome-tab'] { flex: 0 0 auto; padding: 12px 20px; border: 1px solid #cfd5dc; background: #fff; line-height: 1; transition: 0.2s; border-radius: 999px; }
.vhome_tabs [data-tab ='vhome-tab']:hover { background-color: #f0f0f0; border-color: #111; }
.vhome_tabs [data-tab ='vhome-tab'][aria-selected='true'] { border-color: #111; background: #111; color: #fff; }
@media all and (max-width:1200px) {
  .vhome_head .title { font-size: 24px; }
  .vhome_tabs_cnt { padding: 10px 0; }
  .vhome_tabs_cnt .cnt_scroll_wrap { width: 100%; overflow-x: auto; padding: 15px 0 5px;}
  .vhome_tabs { flex-wrap: nowrap; gap: 10px; }
}
/* 매물 리스트 - 고정 4개 표시 (슬라이드 제거) */
.vhome_panels{}
.vhome_panels [data-tabpanel='vhome-tabpanel']{}
.vhome_panel_cnt{ padding-top: 30px; }
.vhome_panel_cnt .cnt_scroll_wrap{}
.vhome_panel_cnt ul { display: flex; gap: 30px; flex-wrap: wrap; }
.vhome_panel_cnt ul > li { flex: 0 1 calc((100% - 90px) / 4); min-width: 0;}
.vhome_panel_cnt ul > li > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.vhome_panel_cnt .thumb { position: relative; display: block; width: 100%; height: 178px; overflow: hidden; aspect-ratio: auto; background: #ccc;}
.vhome_panel_cnt .thumb .label  { position: absolute; z-index: 10; top: 0; left: 0; padding: 3px 10px; color: #fff; background-color: #7437BE; font-size: 15px; font-weight: 600; min-width: 70px; text-align: center;}
.vhome_panel_cnt .thumb .label.complete  { background-color: #244CB1; }
.vhome_panel_cnt .thumb img { display: block; width: 100%; height: 100%; transition: transform 0.5s ease; object-fit: cover; }
.vhome_panel_cnt ul > li:hover .thumb img { transform: scale(1.03); }

.vhome_panel_cnt .cont { display: flex; flex-direction: column; flex: 1; padding-top: 16px;}
.vhome_panel_cnt .cont .tit { display: block; font-size: 19px; font-weight: 600; padding-bottom: 10px; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
.vhome_panel_cnt .cont .meta { position: relative; display: flex; flex-direction: column; gap: 5px; padding-top: 10px; border-top: 1px solid #B6BEC5; }
.vhome_panel_cnt .cont .meta::before { content: ''; position: absolute; top: -1px; left: 0; height: 2px; background-color: #000; width: 0; transition: width 0.3s; }

.vhome_panel_cnt .cont .meta .place{ display: flex; align-items: flex-start;  color: #5D5D5D; }
.vhome_panel_cnt .cont .meta .place::before{ content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 5px;  background: url(/main/images/common/place.svg) no-repeat center center;}
.vhome_panel_cnt .cont .meta .date{ display: flex; align-items: center;  color: #5D5D5D; }
.vhome_panel_cnt .cont .meta .date::before{ content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 5px; background: url(/main/images/common/time.svg) no-repeat center center; }
.vhome_panel_cnt li:hover .cont .tit { color: #1548c0; }
.vhome_panel_cnt li:hover .cont .meta::before { width: 100%;  }



/* 더보기 */
.sec_vhome .more { display: flex; justify-content: center; align-items: center; position: absolute; top: 70px; right: 0; color: #5D5D5D; font-weight: 600; font-size: 19px; }
.sec_vhome .more:hover { text-decoration: underline; }
.sec_vhome .more::after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/main/images/common/arrow_forward.svg) no-repeat center center; margin-left: 5px; }
.sec_vhome .more .mob_hidden { }


/* 반응형 */
@media all and (max-width:1400px) {
  .vhome_panel_cnt ul > li { flex: 0 1 calc((100% - 60px) / 3); }
}
@media all and (max-width:1024px) {
  .vhome_panel_cnt ul > li { flex: 0 1 calc((100% - 40px) / 2); }
}
@media all and (max-width:860px) {
  .vhome_head .title { font-size: 24px; }
  .vhome_panel_cnt { }
  .vhome_panel_cnt .cnt_scroll_wrap { width: 100%; overflow-x: auto;}
  .vhome_panel_cnt .cnt_scroll_wrap ul{ gap: 20px; flex-wrap: nowrap; }
    .vhome_panel_cnt ul { flex-wrap: nowrap;}
    .vhome_panel_cnt ul > li {
    flex: none;  /* flex 해제 */
    width: 280px;  /* 고정 너비 설정 */
    min-width: 280px;  /* 최소 너비도 설정 */
  }
  .vhome_panel_cnt .thumb { width: 280px; height: 158px; /* height: auto; */ /* aspect-ratio: 4/3; */}
  .sec_vhome .more { position: static; display: flex; justify-content: center; margin-top: 20px; font-size: 16px; }
  .sec_vhome .more .mob_hidden { display: none; }
}


/* ----- sec_business  ----- */
/* ----- sec_business  ----- */
.sec_business { }

.busi_head { padding-bottom: 10px; border-bottom: 1px solid #565D68; }
.busi_head .title { font-size: 32px; font-weight: 700; }
.busi_cnt{padding-top: 30px;}
.busi_cnt .cnt_scroll_wrap{}
.busi_cnt ul { display: flex; gap: 30px; }
.busi_cnt ul > li { flex: 1 1 0; }
.busi_cnt ul > li > a { display: block; position: relative; text-decoration: none; color: inherit; }
.busi_cnt .thumb { position: relative; display: block; width: 100%; height: 240px; overflow: hidden; aspect-ratio: auto; background: #ccc;}
.busi_cnt .thumb::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
.busi_cnt .thumb img { display: block; width: 100%; height: 100%; transition: transform 0.5s ease; object-fit: cover; }
.busi_cnt ul > li:hover .thumb img { transform: scale(1.03); }
.busi_cnt .txt { display: flex; justify-content: space-between; align-items: center; position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 14px 16px; font-size: 19px; color: #fff; font-weight: 600;  }
.busi_cnt .txt::after { content: ''; display: inline-block; width: 24px; height: 24px; background: url(/main/images/common/ico_launch.svg) no-repeat center center; }
.busi_cnt .txt .tit { position: relative;  }
.busi_cnt .txt .tit::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #fff; transition: width 0.3s;}
.busi_cnt a:hover .txt .tit::after { width: 100%;  }


/* 반응형 */
@media all and (max-width:1200px) {
  .busi_head .title { font-size: 24px; }
  .busi_cnt { }
  .busi_cnt .cnt_scroll_wrap { width: 100%; overflow-x: auto;}
  .busi_cnt .cnt_scroll_wrap ul{ gap: 20px; }
  .busi_cnt .thumb { width: 280px; height: 210px; /* height: auto; */ /* aspect-ratio: 4/3; */}  
}


/* 우측 고정 버튼 스타일 */
.floating-banner {
    position: fixed; /* 스크롤해도 위치 고정 */
    right: 30px;     /* 오른쪽에서 30px 떨어짐 */
    bottom: 50px;    /* 아래에서 50px 떨어짐 (원하는 위치로 조정 가능) */
    z-index: 9999;   /* 다른 요소보다 위에 뜨도록 설정 */
    transition: transform 0.3s ease; /* 마우스 올렸을 때 부드러운 효과 */
}

/* 이미지 크기 조정 */
.floating-banner img {
    width: 100px;    /* 아이콘 크기 (조절 가능) */
    height: 100px;
    display: block;  /* 하단 여백 제거 */
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3)); /* 그림자 효과로 입체감 */
}

/* 마우스 올렸을 때 살짝 커지는 효과 */
.floating-banner:hover {
    transform: scale(1.1);
}

@media all and (max-width:640px) {
    .floating-banner {
        display: none;
    }
}
@media all and (max-width:480px) {
    .floating-banner {
        display: none;
    }
}