

/* ==========================================================================
  0. 공통 변수 및 기본 설정 (ROOT & RESET)
  ========================================================================== */
:root {
  --font-family-secondary: "Paperlogy";
}
.main-page { line-height: 150%; }
.mobile-br { display: none; }
.xl-br{}
@media (max-width: 1420px) { .xl-br { display: none; } }
@media (max-width: 768px) { .mobile-br { display: block; } }

.main-page{overflow-x: hidden;}


/* ==========================================================================
  5. SPECIAL LAYOUTS (사이드바 - .sp- prefix)
  ========================================================================== */
.sp-main-container { width: 100%;}
.sp-flex-layout {  max-width: 1410px; margin: 0 auto; position: relative;padding-top: 40px;padding-bottom: 140px;}

.sp-side-banner { 
  position: absolute;
  /* 핵심: (화면너비 - 컨테이너) / 2 만큼 왼쪽으로 당김 = 화면 왼쪽 끝 */
  left: calc((100vw - 1410px) / -2); 
  
  /* 너비: 왼쪽 여백 공간 + 1410px 내에서 차지할 크기(예: 400px) */
  width: calc((100vw - 1410px) / 2 + 330px); 
  
  height: 525px;
  background: linear-gradient(to right, #153531, #1b5f89);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 2; /* 위에 올라오게 */
  top: 0;
  /* 내용물 정렬을 위한 패딩 (왼쪽 여백만큼 밀어줘야 글자가 1410px 라인에 옴) */
  padding-left: calc((100vw - 1410px) / 2);
}

/* 2. 하늘색 배경 (1410px 시작점 ~ 화면 오른쪽 끝) */
.sky-bg {
  position: absolute;
  top: 40px; /* 위치 조정 */
  
  /* 핵심: 1410px 컨테이너 내부 기준 0에서 시작 */
  left: 0; 
  
  /* 100vw를 주면 오른쪽 화면 끝을 뚫고 나가서 덮어버림 */
  width: 100vw; 
  
  height: 600px;
  background: #eef9fc;
  border-radius:0 0 0 100px;
  z-index: -1; /* 뒤로 깔림 */
}

.sp-main-title { font-size: 34px; line-height: 1.4; padding: 60px 0 50px; font-weight: 700; color: #fff;}
.sp-tab-list { display: flex; flex-direction: column; gap: 25px; align-items: flex-start;}
.sp-tab-item { font-size: 21px;position: relative;color: #fff;font-weight: 600;line-height: 1;transition: all 0.3s;}
.sp-tab-item span{position: relative;z-index: 2;}
.sp-tab-item.active { font-weight: 700;font-size: 25px;line-height: 1;}
.sp-tab-item.active::after { content: ''; display: block;left: 0;bottom:-4px;width: 100%;height: 7px;background: #f9a61a;z-index: 1;transition: all 0.3s;position: absolute;}
.sp-content-area { padding: 55px 0 0 350px; min-width: 0;}
.sp-tab-content { display: none; }
.sp-tab-content.active { display: block; }
.sp-header { display: flex; align-items: center; margin-bottom: 40px; position: relative; }
.sp-header h3 { font-size: 25px; color: #1b5d88; margin: 0 15px 0 0; }
.sp-header p { font-size: 15px; color: #131416; margin: 0; }
.sp-plus-btn {position: absolute;right: 0;top: -10px;width: 42px;height: 42px;background: url(/dfip/static/front/common/images/main2/more22.png) no-repeat center center;font-size: 0;}
.sp-card { background: #fff; border: 1px solid #cdd1d5; border-radius: 25px; padding: 35px 20px; text-align: center; height: 100%; box-sizing: border-box; }
.sp-badge { width: 65px; height: 65px; background: #daeeeb; border-radius: 50%; color: #3b6948; margin: 0 auto 20px; display: flex; flex-direction: column; justify-content: center; }
.sp-badge .t { font-size: 15px; }
.sp-badge .v { font-size: 32px; font-weight: 800; }
.sp-name { font-size: 25px; font-weight: 700; color: #131416; display: block;margin-bottom: 10px;}
.sp-name.h{margin-bottom: 20px;}
.sp-name.v2{font-size: 19px;}
.sp-addr { font-size: 13px; color: #666; min-height: 34px; display: block; line-height: 1.24; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sp-hr { border: 0; border-top: 1px solid #cdd1d5;}
.sp-info { font-size: 14px; color: #1a638a; font-weight: 600; min-height: 135px; display: flex; align-items: center; justify-content: center; }
.sp-tags { display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; margin-top: 10px;}
.sp-tags span { padding: 4px 10px; border-radius: 15px; font-size: 15px; font-weight: 500; }
.tag-p { background: #f3e8ff; color: #7e22ce; }
.tag-b { background: #e0f2fe; color: #0369a1; }
.tag-o { background: #ffedd5; color: #c2410c; }
.tag-h { border: 1px solid #cdd1d5;}
.tag-h i{color: #81c895;padding-right: 4px;}
.sp-avatar, .sp-icon { width: 65px; height: 65px; background: #e6e8ea; border-radius: 50%; margin: 0 auto 15px; font-size: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid #e6e8ea;}
.sp-icon{border: 0;width: 120px;height: 120px;margin-bottom: 30px;}
.sp-sub { font-size: 15px; color: #131416; margin-bottom: 20px; display: inline-block;border: 1px solid #e6e8ea;border-radius: 3px;padding: 0 5px;vertical-align: top;}
.sp-spec { font-size: 13px; color: #666; display: flex; justify-content: space-between; margin-bottom: 5px; }
.sp-spec span { color: #999; }
.sp-spec-el{gap:0 5px;}
.sp-spec-el span:nth-child(1){flex-shrink: 0;min-width: 0;}
.sp-spec-el span:nth-child(2){flex: 1; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: right;}
.sp-count { font-size: 40px; font-weight: 800; margin: 10px 0 40px; }
.sp-count span { font-size: 17px}
.sp-diff { border: 1px solid #eee; border-radius: 20px; padding: 8px 15px; display: flex; justify-content: space-between; align-items: center;}
.sp-diff span{display: inline-flex;vertical-align: top;align-items: center;gap:0 10px;font-size: 19px;color: #58616a;}
.sp-diff .up { color: #ff4d4d; }
.sp-diff .down { color: #4d94ff; }
@media (max-width: 1420px) {
  .sp-flex-layout{padding-top: 0;}
  .sp-side-banner{position: static;width: calc(100% - 15px);left: 0;padding: 33px 16px;height: auto;}
  .sky-bg{height: auto;bottom: 0;top: 20px;border-radius: 0 0 0 40px;}
  .sp-content-area{padding: 40px 0 0 15px;}
  .sp-header{position: relative;flex-direction: column;align-items: flex-start;}
  .sp-tab-list{flex-direction: row;padding-top: 20px;}
  .sp-tab-item{font-size: 17px;}
  .sp-tab-item.active::after{height: 3px;}
  .sp-tab-item.active{font-size: 17px;}
  .sp-header p{padding-top: 10px;}
}
@media (max-width: 1024px) {
  .sp-flex-layout { flex-direction: column; padding-bottom: 40px;}
  .sp-main-title{font-size: 22px;padding: 0;}
  .sp-badge .t{font-size: 13px;}
  .sp-badge .v{font-size: 25px;}
  .sp-name{font-size: 20px;}
  .sp-info{min-height: 65px;font-size: 15px;}
  .sp-sub{font-size: 13px;margin-bottom: 10px;}
  .sp-tags span{font-size: 13px;}
  .sp-name.v2{font-size: 15px;}
  .sp-diff span{font-size: 13px;}
}



/* ==========================================================================
  6. SECTION BANNER (신버전 메인 배너)
  ========================================================================== */
.section-banner { position: relative; height: 474px; }
.section-banner .banner-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: background-image 0.3s ease-in-out; }
.section-banner .container { position: relative; height: 100%; display: flex;align-items: center;justify-content: center;}
.section-banner .container .banner-carousel{width: 100%;min-width:0;overflow: hidden;}
.section-banner .container .swiper-container-wrapper{min-width:0;}
.section-banner .container .swiper-slide h2 { text-align: center; font-size: 34px;  padding-bottom: 30px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000; }
.section-banner .container .swiper-slide h2 b { font-weight: 900; font-size: 1em; }
@media (max-width: 1410px) { .section-banner .container .swiper-slide h2 { font-size: 24px; padding-bottom: 20px; } }
.mobile-banner { display: none; }
@media (max-width: 1200px) { .mobile-banner { display: block; } .section-banner { display: none; } }
.section-banner .banner-carousel-content { display: flex; justify-content: center; gap: 0 30px; }
@media (max-width: 1410px) { .section-banner .banner-carousel-content { gap: 0 15px; } }
.section-banner .banner-carousel-content-item { display: block; width: 406px; height: 226px; padding: 50px 0 0 36px; flex-shrink: 0; background: url(/dfip/static/front/common/images/main2/main-slide-bg.png) no-repeat center center / cover; transition: background-image 0.3s ease-in-out; position: relative; }
.section-banner .banner-carousel-content-item .text { font-size: 22px; font-weight: 800; color: #123d5a; margin-bottom: 4px; line-height: 150%; transition: background-image 0.3s ease-in-out; }
.section-banner .banner-carousel-content-item .text-2 { color: #222222; font-size: 15px; font-weight: 500; line-height: 120%; transition: background-image 0.3s ease-in-out; }
.section-banner .banner-carousel-content-item .text-2 p { position: relative; padding-left: 10px; }
.section-banner .banner-carousel-content-item .text-2 p+p { margin-top: 12px; }
.section-banner .banner-carousel-content-item .text-2 p::after { content: ''; display: inline-block; vertical-align: top; width: 3px; height: 3px; position: absolute; left: 0; top: 7px; background: #222; border-radius: 50%; }

.section-banner .banner-carousel-content-item .icon { position: absolute; right: 25px; bottom: 20px; }
.section-banner .banner-carousel-content-item:hover { background-image: url(/dfip/static/front/common/images/main2/main-slide-bg-hover.png); }
.section-banner .banner-carousel-content-item:hover .text { color: #ffd800; }
.section-banner .banner-carousel-content-item:hover .text-2 { color: #fff; }
.section-banner .banner-carousel-content-item:hover .text-2 p::after { background: #fff; }

.section-banner .banner-carousel-bullets { position: absolute; bottom: 0; left: 0; width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 8px; }
.section-banner .banner-carousel-bullets .bullet { height: 44px; display: flex; align-items: center; justify-content: center; gap: 4px; font-size: 19px; color: #fff; border-radius: 12px 12px 0 0; background: #1f5a93; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08); backdrop-filter: blur(25px); }
.section-banner .banner-carousel-bullets .bullet.active { background: #123a6e; }
@media (max-width: 1410px) { .section-banner .banner-carousel-bullets .bullet { height: 40px; font-size: 12px; } }

.mobile-banner{padding-top: 50px;}
.mobile-banner-slider{padding: 70px 0 0 20px;height: calc(100dvh - 40px - 56px);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
.mobile-banner-slider.banner-1{background-image: url(/dfip/static/front/common/images/main2/bg1.png);}
.mobile-banner-slider.banner-2{background-image: url(/dfip/static/front/common/images/main2/bg2.png);}
.mobile-banner-slider.banner-3{background-image: url(/dfip/static/front/common/images/main2/bg3.png);}
.mobile-banner-slider.banner-4{background-image: url(/dfip/static/front/common/images/main2/bg4.png);}
@media (max-width: 768px) {
  .mobile-banner-slider.banner-1{background-image: url(/dfip/static/front/common/images/main2/bg1-m.png);}
  .mobile-banner-slider.banner-2{background-image: url(/dfip/static/front/common/images/main2/bg2-m.png);}
  .mobile-banner-slider.banner-3{background-image: url(/dfip/static/front/common/images/main2/bg3-m.png);}
  .mobile-banner-slider.banner-4{background-image: url(/dfip/static/front/common/images/main2/bg4-m.png);}
}

.mobile-banner-slider .banner-title{font-weight: 500;font-size: 15px;}
.mobile-banner-slider h2{color: #ffffff;font-size: 25px;font-weight: 800;line-height: 1.34;padding: 12px 0 50px;}
.mobile-banner-slider.banner-1 .banner-title{color: #054941;}
.mobile-banner-slider.banner-2 .banner-title{color: #123a6e;}
.mobile-banner-slider.banner-3 .banner-title{color: #4b1898;}
.mobile-banner-slider.banner-4 .banner-title{color: #046358;}


.mobile-banner-slider .text { font-size: 20px; font-weight: 800; color: #123d5a; margin-bottom: 10px; line-height: 150%; transition: background-image 0.3s ease-in-out; }
.mobile-banner-slider .text-2 p { position: relative; padding-left: 10px; font-size: 14px;}
.mobile-banner-slider .text-2 p+p { margin-top: 12px; }
.mobile-banner-slider .text-2 p::after { content: ''; display: inline-block; vertical-align: top; width: 3px; height: 3px; position: absolute; left: 0; top: 7px; background: #222; border-radius: 50%; }
.mobile-banner-slider .swiper-slide{width: 289px !important;}
.mobile-banner-slider .banner-carousel-content-item{display: block;background: url(/dfip/static/front/common/images/main2/main-slide-bg-m.png);transition: all 0.5s;position: relative;display: block;width: 289px;height: 369px;padding-top: 50px;padding-left: 35px;}
.mobile-banner-slider .banner-carousel-content-item .icon{position: absolute;bottom: 40px;left: 0;width: 100%;display: flex;justify-content: center;}
.mobile-banner-slider .swiper-slide-active .banner-carousel-content-item{background: url(/dfip/static/front/common/images/main2/main-slide-bg-active-m.png);}
.mobile-banner-slider .swiper-slide-active .text{color: #ffd800;}
.mobile-banner-slider .swiper-slide-active .text-2 p {color: #ffffff;}
.mobile-banner-slider .swiper-slide-active .text-2 p::after{background-color: #fff;}
.mobile-banner-slider .swiper{overflow: visible !important;}

@media (max-width: 1024px) {
  .mobile-banner-slider{height: calc(100dvh - 50px);}
}

/* ==========================================================================
  7. SECTION SITE & LOGIN (신버전 사이트 검색 및 로그인)
  ========================================================================== */
.section-site { padding-top: 40px; }
.section-site .container { display: flex; gap: 0 30px; }
@media screen and (max-width: 1410px) { .section-site .container { gap: 0 15px; flex-direction: column; } }
.section-site .search-grids { display: flex; padding: 37px 32px; flex-direction: column; justify-content: center; align-items: center; flex: 1; border-radius: 12px; border: 1px solid #c9eaec; background: #e7f9fa; }
@media screen and (max-width: 1410px) { .section-site .search-grids { padding: 20px; } }
@media screen and (max-width: 768px) { .section-site .search-grids { padding: 15px; } }
.section-site .search-input-section label { position: absolute; left: 0; top: 50%; transform: translateY(-50%) translateX(calc(-100% - 14px)); color: #1a7b67; font-size: 25px; font-weight: 700; }
.section-site .search-input-section { position: relative; width: 400px; padding: 0 12px 0 0; height: 56px; margin: 0 auto; border-radius: 100px; border: 3px solid #29a7a2; background: #FFF; display: flex; align-items: center; margin-bottom: 24px; }

@media screen and (max-width: 1410px) { .section-site .search-input-section { width: 100%; } }
.section-site .search-input-section input { flex: 1; height: 100%; border: none; outline: none; padding: 0 24px; font-size: 17px; color: #33363D; border-radius: 100px; }
@media screen and (max-width: 1410px) { .section-site .search-input-section input { padding: 0 16px; font-size: 15px; } }
@media screen and (max-width: 768px) { .section-site .search-input-section input { padding: 0 12px; font-size: 12px; } }
.section-site .search-input-section .search-btn { width: 40px; height: 40px; background: url("/dfip/static/front/common/images/main2/search-btn.png") center no-repeat; font-size: 0; flex-shrink: 0; }
@media screen and (max-width: 1410px) { .section-site .search-input-section .search-btn { width: 30px; height: 30px;}}
.section-site .site-search-keyword { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
@media screen and (max-width: 1410px) { .section-site .site-search-keyword { gap: 5px; } }
.section-site .site-search-keyword-item { border-radius: 1000px; background: #FFF; padding: 6px 12px; font-size: 17px; line-height: 1; }
@media screen and (max-width: 1410px) { .section-site .site-search-keyword-item { padding: 4px 8px; font-size: 15px; } }
@media screen and (max-width: 768px) { .section-site .site-search-keyword-item { padding: 4px 8px; font-size: 13px; } }
.section-site .site-search-keyword-item em { font-size: 1em; color: #3b6948; font-style: normal; }

.section-site .login-grid { display: flex; width: 450px; height: 235px; flex-direction: column; align-items: flex-start; gap: 16px; flex-shrink: 0; }
@media screen and (max-width: 1410px) { .section-site .login-grid { width: 100%; height: auto; } }
.section-site .login-before { display: flex; flex-direction: column; border-radius: 12px; background: #1b5d88; height: 100%; width: 100%; padding: 24px 32px; }
@media screen and (max-width: 1410px) { .section-site .login-before { padding: 24px 20px; } }
@media screen and (max-width: 768px) { .section-site .login-before { padding: 24px 15px; } }
.section-site .text-content { text-align: center; color: #fff;}
.section-site .text-content .text-1 { font-size: 15px; }
@media screen and (max-width: 1410px) { .section-site .text-content .text-1 { font-size: 13px; } }
@media screen and (max-width: 768px) { .section-site .text-content .text-1 { font-size: 11px; } }
.section-site .text-content .text-1 b { font-weight: 700; }
.section-site .text-content .text-2 { padding-top: 4px; font-size: 18px; font-weight: 700; font-family: var(--font-family-secondary); line-height: 1.5; }
@media screen and (max-width: 1410px) { .section-site .text-content .text-2 { font-size: 15px; } }
@media screen and (max-width: 768px) { .section-site .text-content .text-2 { font-size: 13px; } }
.section-site .login-btn-group { margin: 16px 0; }
.section-site .login-btn-group .login-btn2 { width: 100%; display: flex; justify-content: center; align-items: center; gap: 4px; padding: 11px 0; border-radius: 6px; background: #123D5A; color: #fff; }
.section-site .login-btn-group .login-btn2 i { display: block; background: url("/dfip/static/front/common/images/main2/login-icon01.png") center no-repeat; width: 20px; height: 20px; }
.section-site .login-after-foot { display: flex; justify-content: space-between; align-items: center; }
.section-site .login-after-foot a { display: flex; align-items: center; gap: 0 4px; font-size: 15px; color: #fff; }
.section-site .login-after-foot a .text { text-decoration: underline; }
.section-site .login-after-foot a .icon-arrow-right { display: block; background: url("/dfip/static/front/common/images/main2/arrow-right.png") center no-repeat; width: 16px; height: 16px; }
.search-grids h3{display: none;font-size: 20px;font-weight: 800;color: #1a7b67;padding-bottom: 12px;}
@media screen and (max-width: 1410px){
  .search-grids{margin-bottom: 15px;}
  .section-site .search-input-section label{display: none;}
  .search-grids h3{display: block;}
  
}

/* ==========================================================================
  8. SECTION ANNOUNCEMENT (신버전 공지사항)
  ========================================================================== */
.section-hgroup { position: relative; display: flex; margin-bottom: 30px; justify-content: space-between; align-items: center; }
@media (max-width: 768px) { .section-hgroup { margin-bottom: 15px; flex-direction: column; gap: 10px; align-items: flex-start;} }
.section-hgroup .more { background: url("/dfip/static/front/common/images/main2/more.png") center no-repeat; position: absolute; right: 0; top: 0; width: 40px; height: 40px; }
@media (max-width: 1410px) { .section-hgroup .more { width: 30px; height: 30px; background-size: 100% auto; } }
@media (max-width: 1410px) { .section-hgroup .more { width: 20px; height: 20px; } }
.section-hgroup h3 { font-size: 32px; color: #131416; font-weight: 900; }
.section-hgroup h3 b { font-size: 1em; }
@media (max-width: 1410px) { .section-hgroup h3 { font-size: 24px; } }
@media (max-width: 768px) { .section-hgroup h3 { font-size: 17px; } }
.section-hgroup .control-list { display: flex; margin-left: 16px; gap: 8px; }
@media (max-width: 1410px) { .section-hgroup .control-list { margin-left: 10px; } }
@media (max-width: 768px) { .section-hgroup .control-list {margin-left: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; } }
.section-hgroup .control-list button { display: flex; min-width: 126px; padding: 0 16px; height: 40px; justify-content: center; align-items: center; gap: 10px; border-radius: 100px; border: 1px solid #33363d; color: #33363d; font-weight: 500; }
@media (max-width: 1410px) { .section-hgroup .control-list button { min-width: 100px; } }
.section-hgroup .control-list button.active { border-radius: 100px; border: 1px solid #078a79; background: #f9f9f9; color: #24823F; font-weight: 700; }

.announcement-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.announcement-list > ul { display: contents; list-style: none; margin: 0; padding: 0; }
@media screen and (max-width: 1410px) { .announcement-list { gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media screen and (max-width: 768px) { .announcement-list { grid-template-columns: repeat(1, minmax(0, 1fr)); } }
.announcement-list-item { display: block; padding: 30px; border-radius: 12px; border: 1px solid #CDD1D5; background: #FFF; }
@media (max-width: 1410px) { .announcement-list-item { padding: 20px; } }
.announcement-list-item .announcement-list-item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
@media (max-width: 1410px) { .announcement-list-item .announcement-list-item-header { margin-bottom: 15px; } }
.announcement-list-item .announcement-list-item-header .badge { display: flex; height: 30px; padding: 5px 16px; justify-content: center; align-items: center; gap: 10px; border-radius: 8px; font-size: 14px; font-weight: 700; }
/* WCAG 1.4.3: 배경 대비 4.5:1 이상 (텍스트 #026b31) */
.announcement-list-item .announcement-list-item-header .badge.on { background: rgba(0, 176, 80, 0.2); color: #026b31; }
.announcement-list-item .announcement-list-item-header .badge.off { background: #e4e4e4; color: #4d4949; }
@media (max-width: 1410px) { .announcement-list-item .announcement-list-item-header .badge { height: 20px; padding: 3px 10px; font-size: 12px; } }
.announcement-list-item .announcement-list-item-header .arrow { color: #616161; font-size: 14px; font-weight: 400; line-height: 100%; gap: 0 4px; display: inline-flex; align-items: center; }
.announcement-list-item .announcement-list-item-header .arrow i { display: block; background: url("/dfip/static/front/common/images/main2/badge-arrow.svg") center no-repeat; width: 12px; height: 12px; }
.announcement-list-item .subject { color: #000; font-weight: 700; font-size: 20px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 2; height: 48px; }
@media (max-width: 1410px) { .announcement-list-item .subject { font-size: 17px; height: 38px; } }
.announcement-list-item .text { overflow: hidden; color: #707070; font-size: 14px; font-weight: 500; line-height: 120%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; margin: 27px 0; height: 33px; }
@media (max-width: 1410px) { .announcement-list-item .text { font-size: 12px; height: 28px; } }
.announcement-list-item .date { color: #58616A; font-size: 14px; line-height: 100%; }
@media (max-width: 1410px) {
.announcement-list-item .date { font-size: 12px; }
}

@media (max-width: 1024px){
  .announcement-list-item .text{margin: 20px 0;}
}


/* ==========================================================================
  9. SECTION SERVICE (신버전 서비스)
  ========================================================================== */
.section-service .container { padding-top: 70px; padding-left: 80px; padding-bottom: 100px; display: flex; width: 100%; gap:0 7.8%; }
.section-service h3 { padding-bottom: 15px; font-size: 24px; }
.section-service h3 em { font-size: 1em; font-weight: 700; font-style: normal; color: #1B5D88; }

.section-service .service-list { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); flex: 1; }
.service-list-item-icon{ width: 60px; height: 60px; }
.section-service .service-list .service-list-item { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; flex: 1 0 0; }
.section-service .service-list .service-list-item .service-list-item-icon { text-align: center; }
.section-service .service-list .service-list-item .service-list-item-text { font-size: 17px; font-weight: 600; color: #33363D; text-align: center; }

@media (max-width: 1410px) { 
  .section-service h3 { font-size: 17px; } 
  .section-service .service-list { gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media screen and (max-width: 768px) {
  .section-service .container{padding: 40px 15px;flex-direction: column;gap:20px 0}
  .section-service h3{font-size: 20px;padding-bottom: 10px;}
  .section-service p br{display:none;font-size: 13px;}
  
  .section-service .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } 
  .section-service .service-list .service-list-item{flex-direction: row;justify-content: flex-start;}
  .service-list-item-icon{width: 40px;height: 40px;}
  .section-service .service-list .service-list-item .service-list-item-text { font-size: 15px; font-weight: 500;}
}

/* ==========================================================================
  11. SECTION ANNOUNCEMENT & PUBLISHED (공지 및 발간물)
  ========================================================================== */
.section-announcement { background-color: #fff; padding: 64px 0; }
@media (max-width: 1410px) { .section-announcement { padding: 32px 0; } }

.section-published { background: rgba(45, 163, 79, 0.04); padding: 64px 0; }
@media (max-width: 1410px) { .section-published { padding: 32px 0; } }
.published-list-wrapper { margin-top: 34px; }
@media (max-width: 768px) { .published-list-wrapper { margin-top: 15px; } }
.published-list-wrapper .published-swiper { overflow: hidden; }
@media (min-width: 1024px) { .published-list-wrapper .published-swiper { overflow: visible; } }
@media (max-width: 1023px) { .published-list-wrapper .published-list { display: flex; width: 100%; } }
@media (min-width: 1024px) { .published-list-wrapper .published-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; transform: none !important; } .published-list-wrapper .published-list .swiper-slide { width: auto !important; height: auto !important; } }
@media (max-width: 1023px) { .published-list-wrapper .swiper-slide { width: auto; height: auto; } }
.published-list-item { display: block; }
.published-list-item .image-container { border-radius: 12px; border: 1px solid #CDD1D5; background: #FFF; box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08); overflow: hidden; }
.published-list-item .image-container img { display: block; width: 100%; height: 100%; object-fit: cover; }
.published-list-item .info-section { padding: 16px 24px 0 24px; }
.published-list-item .info-section h2 { color: #1E2124; font-size: 17px; margin-bottom: 12px; }
.published-list-item .info-section .info-item { display: flex; align-items: center; font-size: 15px; color: #58616A; }
.published-list-item .info-section .info-item strong { font-weight: 400; flex-shrink: 0; width: 57px; }
.published-list-item .info-section .info-item span { font-weight: 400; }

/* ==========================================================================
  12. LOGIN AFTER DASHBOARD (로그인 후 대시보드)
  ========================================================================== */
.login-after { background: linear-gradient(135deg, #2E7D7E 0%, #1A5A7A 100%); border-radius: 20px; padding: 20px; color: #fff; position: relative; overflow: hidden; width: 100%; }
.login-after-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.login-after-header .welcome-text { font-size: 20px; font-weight: 600; color: #fff; }
.login-after-header .logout-btn { display: flex; height: 32px; min-width: 78px; padding: 0 16px; justify-content: center; align-items: center; gap: 4px; background-color: #123D5A; color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; transition: background-color 0.3s; border-radius: 100px; }
.login-after-header .logout-btn:hover { background-color: #153f56; }
.login-after-summary { display: flex; gap: 30px; margin-bottom: 12px; justify-content: space-between; }
.login-after-summary .summary-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #fff; text-decoration: none; font-size: 16px; transition: opacity 0.3s; border-bottom: 1px solid rgba(255, 255, 255, 0.20); padding: 4px 0; width: 50%; }
.login-after-summary .summary-item:hover { opacity: 0.8; }
.login-after-summary .summary-item .label { font-weight: 500; }
.login-after-summary .summary-item .count { font-weight: 600; }
.login-after-summary .summary-item .arrow { font-weight: bold; margin-left: 5px; }
.login-after-cards { border-radius: 12px; background: #FFF; padding: 16px; display: flex; }
.login-after-cards .card-item { flex: 1; display: flex; flex-direction: column; gap: 10px; color: #333; text-align: center; }
.login-after-cards .card-item:hover { background-color: #f5f5f5; }
.login-after-cards .card-item .icon-project, .login-after-cards .card-item .icon-favorite { width: 24px; height: 24px; display: inline-block; position: relative; }
.login-after-cards .card-item .icon-project::before { content: ''; position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234CAF50'%3E%3Cpath d='M10 4H4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2h-8l-2-2z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
.login-after-cards .card-item .icon-favorite::before { content: ''; position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF9800'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
.login-after-cards .card-item .label { font-size: 14px; color: #58616A; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 8px; }
.login-after-cards .card-item .number { font-size: 36px; font-weight: 700; color: #1A5A7A; line-height: 1; }
@media (max-width: 768px) { .login-after { padding: 25px 20px; } .login-after-header { flex-direction: column; align-items: flex-start; gap: 15px; } .login-after-header .welcome-text { font-size: 18px; } .login-after-summary { flex-direction: column; gap: 15px; } .login-after-cards { flex-direction: column; gap: 15px; padding: 20px; margin: 0 -20px -25px; } .login-after-cards .card-item .number { font-size: 28px; } }



.hero-issue { background: #f7fbf8; padding: 60px 0; }
@media (max-width: 1024px) { .hero-issue { height: auto; padding-top: 30px; background-color: transparent; padding-bottom: 25px;} }
.hero-issue-text { position: relative; }
@media (max-width: 1024px) { .hero-issue-text { width: 100%; } }
.hero-issue-text h3 { color: #000; font-size: 32px; }
@media (max-width: 1024px) { .hero-issue-text h3 { font-size: 22px; text-align: left; } }
.hero-issue-text h3 b { font-size: 1em; font-weight: 900; }
.hero-issue-text p { color: #58616A; font-size: 18px; margin: 20px 0 40px; }
@media (max-width: 1024px) { .hero-issue-text p { text-align: left; font-size: 14px; margin: 10px 0 0; } .hero-issue-text p br { display: none; } }
.hero-issue .issue-slider-controls { display: flex; align-items: center; position: absolute; right: 0; top: 0; }
@media (max-width: 1024px) { .hero-issue .issue-slider-controls { position: absolute; right: 15px; top: -7px; } }
.hero-issue .issue-slider-controls .issue-slider-prev, .hero-issue .issue-slider-controls .issue-slider-next { background-color: #fff; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 50%; border: 1px solid #e6e6e6; width: 36px; height: 36px; }
.hero-issue .issue-slider-controls .issue-slider-next { margin-left: 8px; background-image: url(/dfip/static/front/common/images/bss/main/next.png); }
.hero-issue .issue-slider-controls .issue-slider-prev { margin-left: 8px; background-image: url(/dfip/static/front/common/images/bss/main/prev.png); }
.hero-issue .issue-slider-fraction { margin-left: 20px; display: none; align-items: center; font-weight: 800; color: #58616A; font-size: 16px; gap: 0 4px; }
.hero-issue .issue-slider-fraction span { font-size: 1em; }
.hero-issue .issue-slider-fraction b { color: #1f7237; font-size: 1em; }
@media (max-width: 1024px) { .hero-issue .issue-slider-fraction { font-size: 13px; margin-left: 10px; } }
@media (max-width: 1024px) { .hero-issue-slider { width: 100%; padding-top: 15px; padding-bottom: 15px; margin-left: -15px; padding-left: 15px; margin-top: 15px; } }
.hero-issue .hero-issue-item > a { display: block; }
.hero-issue .hero-issue-item > a .thumb { overflow: hidden; border-radius: 8px; position: relative; padding-bottom: 99%; border: 1px solid #cdd1d5; }
.hero-issue .hero-issue-item > a .thumb.no-image { padding-bottom: 0; }
.hero-issue .hero-issue-item > a .thumb img { display: block; object-fit: cover; object-position: 50% 50%; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hero-issue .hero-issue-item > a .subject { color: #000; font-weight: 700; font-size: 24px; margin: 20px 0 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1;}
.hero-issue .hero-issue-item > a .date { font-size: 14px; color: #58616A; }
/* .hero-issue .hero-issue-item > a:hover, .hero-issue .hero-issue-item > a:focus { background-color: #f7faf8; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); border-color: #1f7237; } */

.hero-support { padding-top: 70px; background-color: #eaf6ee; height: 400px; }

.hero-support .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; }

.hero-support-item .hgroup { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; }
.hero-support-item .hgroup h3 { color: #000; font-size: 32px; }
.hero-support-item .hgroup .more { width: 42px; height: 42px; background: url(/dfip/static/front/common/images/main2/more22.png) no-repeat center center; font-size: 0; }

.hero-support .hero-support-notice li { padding: 15px 0; border-bottom: 1px solid #cdd1d5; }
.hero-support .hero-support-notice li a { display: flex; justify-content: space-between; align-items: center; font-size: 20px; padding-left: 24px; position: relative; }
.hero-support .hero-support-notice li a::after { content: ''; display: block; width: 6px; height: 6px; position: absolute; left: 0; top: 10px; background-color: #81c895; border-radius: 50%; }
.hero-support .hero-support-notice li a strong { font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; flex: 1; }
.hero-support .hero-support-notice li a .date { flex-shrink: 0; color: #58616a; font-size: 17px; }
.hero-support .hero-support-notice li.no-data { padding: 30px 0; text-align: center; font-size: 17px; font-weight: 500; background-color: #f8f8f8; border: 1px solid #eee; border-radius: 10px; color: #555; }

.main-link-zone { padding: 20px 0 70px; }
.main-link-zone-item { background-color: #f6f7f9; align-items: center; border-radius: 20px; display: inline-flex; gap: 0 20px; }
.main-link-zone-item a { display: flex; align-items: center; justify-content: center; gap: 0 10px; padding: 20px 32px; border-radius: 20px; }

.hero-affiliate { padding-top: 30px; }
.hero-affiliate .affiliate-item { display: flex; align-items: center; justify-content: center; gap: 0 3.5%; border-radius: 15px; overflow: hidden; background: url(/dfip/static/front/common/images/bss/main/affiliate-bg.png) no-repeat; background-size: cover; background-position: 50% 50%; height: 194px; }
.hero-affiliate .affiliate-item[role=button] { cursor: pointer; }
.hero-affiliate .affiliate-content { color: #fff; }
.hero-affiliate .affiliate-content h3 { font-size: 32px; }
.hero-affiliate .affiliate-content p { font-weight: 600; font-size: 19px; padding-top: 7px; }


/* Tablet & Laptop (~1024px) */
@media (max-width: 1024px) {
  .hero-issue .hero-issue-item > a .subject{font-size: 17px;}
  .hero-support {
      padding-top: 0;
      height: auto;
      margin-bottom: 50px;
      background: none;
  }
  .hero-support .container {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 45px 0;
  }
  .hero-support-item .hgroup h3 {
    font-size: 22px;  
  }
  .hero-support-item .hgroup .more{
    width: 35px;height: 35px;background-size: cover;
  }
  .hero-support .hero-support-notice li:last-child{
    border-bottom: 0;
  }
  .hero-support .hero-support-notice li a{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 13px;
  }
  .hero-support .hero-support-notice li a strong{
    font-size: 17px;
  }
  .hero-support .hero-support-notice li a::after{
    top: 7px;
    width: 3px;height: 3px;
  }
  .hero-support .hero-support-notice li a .date {
      font-size: 14px;
      color: #58616a;
  }
  
  .hero-support-item:has(.hero-support-notice){
    background-color: #eaf6ee;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .hero-support{margin-bottom: 30px;}
  .main-link-zone-item{background-color: #fff;flex-direction: column;gap: 10px 0;width: 100%;}
  .main-link-zone-item a{background-color: #f6f7f9;padding: 7px;border-radius: 10px;width: 100%;justify-content: flex-start;}
  .main-link-zone-item a img{width:36px;height: 36px;}
}
/* 컨트롤 바 (검은색 둥근 배경) */
.banner-slider-controls {
  position: absolute;
  bottom:40px;
  right: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px; /* 요소 간 간격 */
  background: rgba(0, 0, 0, 0.7); /* 반투명 검정 */
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}

/* 텍스트 "알려드립니다" */
.banner-slider-controls p {
  margin: 0;
  font-weight: bold;
  margin-right: 10px;
}

/* 페이지네이션 (1 - 8) */
.swiper-pagination2 {
  display: inline-block;
  width: auto;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
}
.swiper-pagination2 .swiper-pagination-current{color: #F9A61A;}

/* 버튼 공통 초기화 */
.banner-slider-controls button {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* 아이콘 (이미지가 없으므로 텍스트 혹은 가상요소로 대체, 실제 프로젝트에선 아이콘 폰트/SVG 사용 권장) */
.btn-slide-prev2::before { content: ''; background-image: url(/dfip/static/front/common/images/main2/slide-arw.png); background-repeat: no-repeat; background-position: 50% 50%; width: 24px; height: 24px;}
.btn-slide-next2::before { content: ''; background-image: url(/dfip/static/front/common/images/main2/slide-arw-r.png); background-repeat: no-repeat; background-position: 50% 50%; width: 24px; height: 24px;}
/* 재생/정지 버튼 상태 */
.btn-button-autplay2.paused::before { content: '▶'; } /* 정지상태일 때 재생 아이콘 */
.btn-button-autplay2::before { content: '❚❚'; } /* 재생중일 때 일시정지 아이콘 */

.hero-support-item .banner-slider .swiper-slide a{position: relative;background-size: cover;background-position: 50% 50%;padding-bottom: 55%;display: block;overflow: hidden;border-radius: 30px;}

.slide-item{position: relative;}
.slide-item:focus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000;
  border-radius: 33px; /* 원래 radius + 3px */
  pointer-events: none;
  z-index: 10;
}

/* 기본 outline 제거 */
.slide-item:focus {
  outline: none;
}

  /* ==========================================================================
     1. HERO SEARCH (상단 배너 - 구버전)

  .hero-search { background: #e1f1ea url(/dfip/static/front/common/images/bss/main/hero-search-bg.png) no-repeat 50% 50%; background-size: cover; height: 370px; padding-top: 60px; position: relative; z-index: 2; }
  @media (max-width: 1024px) { .hero-search { height: auto; background: #f9f9f9; } }
  .hero-search .container { display: flex; gap: 0 5.67%; }
  @media (max-width: 1024px) { .hero-search .container { gap: 0; } }
  
  .hero-search .banner-slider { position: relative; width: 700px; height: 390px; }
  @media (max-width: 1024px) { .hero-search .banner-slider { height: auto; width: 100%; } }
  .hero-search .banner-slider .splide__slide img { overflow: hidden; border-radius: 34px; width: 100%; }
  
  .hero-search .banner-slider-control { position: absolute; bottom: 25px; left: 25px; background-color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; border-radius: 30px; padding: 12px 34px; }
  @media (max-width: 1024px) { .hero-search .banner-slider-control { bottom: 10px; left: 10px; padding: 7px 18px; } }
  .hero-search .banner-slider-control p { color: #fff; font-size: 16px; margin-right: 40px; }
  @media (max-width: 1024px) { .hero-search .banner-slider-control p { font-size: 13px; margin-right: 20px; } }
  .hero-search .banner-slider-control .current-slide { color: #ed691b; font-weight: 800; }
  .hero-search .banner-slider-control .total-slides { font-weight: 400; color: #fff; margin-right: 15px; }
  .hero-search .banner-slider-control .dash { color: #fff; padding: 0 4px; }
  .hero-search .banner-slider-control .prev-btn, .hero-search .banner-slider-control .next-btn { font-size: 0; background-repeat: no-repeat; background-position: 50% 50%; width: 7px; height: 13px; }
  .hero-search .banner-slider-control .prev-btn { background-image: url(/dfip/static/front/common/images/bss/main/visual-prev.png); }
  .hero-search .banner-slider-control .next-btn { background-image: url(/dfip/static/front/common/images/bss/main/visual-next.png); }
  .hero-search .banner-slider-control .splide__toggle { margin: 0 20px; width: 7px; height: 13px; background-repeat: no-repeat; background-position: 50% 50%; background-image: url(/dfip/static/front/common/images/bss/main/visual-play.png); font-size: 0; }
  .hero-search .banner-slider-control .splide__toggle.is-active { background-image: url(/dfip/static/front/common/images/bss/main/visual-pause.png); }
  
  .hero-search-container { width: 620px; }
  @media (max-width: 1024px) { .hero-search-container { display: none; } }
  .hero-search-container .search-title { display: inline-block; vertical-align: top; font-weight: 700; color: #1f7237; font-size: 24px; padding-left: 40px; margin-bottom: 10px; }
  .hero-search-container .search-window { display: block; position: relative; width: 100%; margin-bottom: 50px; }
  .hero-search-container .search-window input { display: block; width: 100%; border: 3px solid #1f7237; background-color: #fff; font-weight: 400; border-radius: 100px; font-size: 18px; padding: 0 36px; height: 80px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .hero-search-container .search-window input:focus { box-shadow: 0 10px 10px #9ed4ff; }
  .hero-search-container .search-window button { position: absolute; right: 36px; top: 50%; transform: translateY(-50%); background: url(/dfip/static/front/common/images/bss/main/search.png) no-repeat; width: 24px; height: 24px; }
  
  .hero-search-container .search-list { padding-left: 40px; }
  .hero-search-container .search-list strong { display: block; font-weight: 600; color: #000; font-size: 16px; margin-bottom: 15px; background: url(/dfip/static/front/common/images/bss/main/start.png) no-repeat 0 50%; height: 15px; padding-left: 20px; line-height: 1; }
  .hero-search-container .search-list ul { display: flex; flex-wrap: wrap; gap: 8px; }
  .hero-search-container .search-list ul li a { display: inline-flex; align-items: center; background: #ffffff; border: 1px solid #1f7237; border-radius: 100px; color: #666666; transition: all 0.15s; font-size: 14px; height: 28px; padding: 0 20px; }
  .hero-search-container .search-list ul li a:hover, .hero-search-container .search-list ul li a:focus { background-color: #1f7237; color: #fff; }
       ========================================================================== */
  /* ==========================================================================
     2. HERO SERVICE (서비스 - 구버전)
     
  .hero-service { background-color: #f9f9f9; height: 440px; }
  @media (max-width: 1024px) { .hero-service { height: auto; background-color: #f9f9f9; padding-bottom: 30px; } }
  .hero-service .container { padding-top: 140px; background: url(/dfip/static/front/common/images/bss/main/service-bg.png) no-repeat right 20px; }
  @media (max-width: 1024px) { .hero-service .container { padding-top: 30px; background: none; } }
  
  .hero-service-slider { padding-top: 30px; }
  .hero-service-slider .splide { padding: 0 60px; }
  @media (max-width: 1024px) { .hero-service-slider .splide { padding: 0 40px; } }
  @media (max-width: 768px) { .hero-service-slider .splide { padding: 0 25px; } }
  .hero-service-slider .splide__slide a { display: block; position: relative; background-color: #fff; border: 1px solid #c7eddd; border-radius: 15px; width: 340px; height: 160px; padding: 30px; padding-right: 0; }
  @media (max-width: 768px) { .hero-service-slider .splide__slide a { max-width: calc(100vw - 80px); width: 100%; height: auto; padding: 17px; } }
  .hero-service-slider .splide__slide a strong { font-weight: 700; font-size: 21px; }
  @media (max-width: 768px) { .hero-service-slider .splide__slide a strong { font-size: 17px; } }
  .hero-service-slider .splide__slide a div { margin-top: 18px; color: #707070; line-height: 1.34; }
  @media (max-width: 768px) { .hero-service-slider .splide__slide a div { margin-top: 12px; } }
  .hero-service-slider .splide__slide a .desc { padding-right: 8px; }
  .hero-service-slider .splide__slide a i { position: absolute; right: 30px; top: 30px; }
  @media (max-width: 768px) { .hero-service-slider .splide__slide a i { right: 18px; top: 18px; } }
  
  .hero-service-slider .splide__arrow { background-color: #fff; background-repeat: no-repeat; background-position: 50% 50%; border: 1px solid #e9e9e9; width: 36px; height: 36px; }
  .hero-service-slider .splide__arrow svg { opacity: 0; }
  .hero-service-slider .splide__arrow.splide__arrow--prev { left: 0; background-image: url(/dfip/static/front/common/images/bss/main/service-prev.png); }
  .hero-service-slider .splide__arrow.splide__arrow--next { right: 0; background-image: url(/dfip/static/front/common/images/bss/main/service-next.png); }
  
  .hero-service-slider2 { padding-top: 30px; }
  .hero-service-slider2 .splide { padding: 0 60px; }
  @media (max-width: 1024px) { .hero-service-slider2 .splide { padding: 0 40px; } }
  .hero-service-slider2 .splide__slide a { display: block; position: relative; background-color: #fff; border: 1px solid #c7eddd; border-radius: 15px; padding: 30px; }
  @media (max-width: 1024px) { .hero-service-slider2 .splide__slide a { padding: 18px; } }
  .hero-service-slider2 .splide__slide a i { display: block; position: absolute; border-radius: 50%; background-color: #f3f3f3; background-position: 50% 50%; background-repeat: no-repeat; width: 100px; height: 100px; right: 30px; top: 30px; }
  .hero-service-slider2 .splide__slide a i.icon-1 { background-image: url(/dfip/static/front/common/images/bss/main/service-icon-1.png); }
  .hero-service-slider2 .splide__slide a i.icon-2 { background-image: url(/dfip/static/front/common/images/bss/main/service-icon-2.png); }
  .hero-service-slider2 .splide__slide a i.icon-3 { background-image: url(/dfip/static/front/common/images/bss/main/service-icon-3.png); }
  @media (max-width: 1024px) { .hero-service-slider2 .splide__slide a i { width: 50px; height: 50px; background-size: auto 50%; } }
  .hero-service-slider2 .splide__slide a strong { display: block; color: #222222; font-weight: 700; font-size: 21px; padding-bottom: 20px; }
  @media (max-width: 1024px) { .hero-service-slider2 .splide__slide a strong { font-size: 16px; padding-bottom: 10px; } }
  .hero-service-slider2 .splide__slide a .text { color: #707070; font-size: 16px; }
  @media (max-width: 1024px) { .hero-service-slider2 .splide__slide a .text { font-size: 13px; } }
  .hero-service-slider2 .splide__arrow { background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; border: 1px solid #e9e9e9; width: 36px; height: 36px; }
  .hero-service-slider2 .splide__arrow svg { opacity: 0; }
  .hero-service-slider2 .splide__arrow.splide__arrow--prev { left: 0; background-image: url(/dfip/static/front/common/images/bss/main/service-prev.png); }
  .hero-service-slider2 .splide__arrow.splide__arrow--next { right: 0; background-image: url(/dfip/static/front/common/images/bss/main/service-next.png); }
  
  .hero-service-menu { display: flex; justify-content: center; }
  .hero-service-menu div { display: inline-flex; vertical-align: top; position: relative; background-color: #fff; border: 1px solid #c6eddc; border-radius: 100px; height: 46px; width: 380px; }
  .hero-service-menu div button { position: relative; z-index: 2; width: 50%; transition: all 0.25s; }
  .hero-service-menu div button.selected { color: #fff; font-weight: 700; }
  .hero-service-menu div button:nth-child(2).selected + span { left: 50%; }
  .hero-service-menu div span { z-index: 1; position: absolute; height: 100%; width: 50%; border-radius: 100px; background: #1f7237; border: 1px solid #c6eddc; transition: all 0.25s; left: 0; }
  .hero-service-menu div span::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 100%); display: inline-block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #1f7237; }
  ========================================================================== */
  /* ==========================================================================
     3. HERO APPLY (지원사업 - 구버전)
     
  .hero-apply { padding: 100px 0 100px; }
  @media (max-width: 1024px) { .hero-apply { padding: 35px 0 0; } }
  .hero-apply h3 { text-align: center; color: #000; font-size: 38px; }
  .hero-apply h3 b { color: #1f7237; font-size: 1em; }
  @media (max-width: 1024px) { .hero-apply h3 { font-size: 20px; } }
  
  .hero-apply-menu { display: flex; justify-content: center; padding: 40px 0 60px; }
  @media (max-width: 1024px) { .hero-apply-menu { padding: 20px 0; } }
  .hero-apply-menu div { display: inline-flex; vertical-align: top; position: relative; background-color: #f9f9f9; border: 1px solid #c6eddc; border-radius: 100px; height: 46px; width: 510px; }
  @media (max-width: 1024px) { .hero-apply-menu div { width: 80%; } }
  .hero-apply-menu div:has(button:nth-child(1).selected)::after { left: 0%; }
  .hero-apply-menu div:has(button:nth-child(2).selected)::after { left: 25%; }
  .hero-apply-menu div:has(button:nth-child(3).selected)::after { left: 50%; }
  .hero-apply-menu div:has(button:nth-child(4).selected)::after { left: 75%; }
  .hero-apply-menu div::after { content: ""; position: absolute; background-color: #1f7237; border-radius: 100px; width: 25%; height: 100%; top: 0; left: 0; z-index: 1; transition: all 0.25s; }
  .hero-apply-menu div button { transition: all 0.25s; position: relative; color: #555555; font-size: 20px; height: 100%; z-index: 2; width: 25%; }
  @media (max-width: 768px) { .hero-apply-menu div button { font-size: 12px; } }
  .hero-apply-menu div button:not(:first-child)::after { content: ""; background-color: #e3e3e3; width: 2px; height: 17px; transform: rotate(10deg) translateY(-50%); display: block; position: absolute; left: 0; top: 50%; }
  @media (max-width: 1024px) { .hero-apply-menu div button:not(:first-child)::after { height: 12px; width: 1px; } }
  .hero-apply-menu div button.selected { font-weight: 700; color: #fff; }
  .hero-apply-menu div button.selected::after { display: none; }
  
  .hero-apply-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 2.1%; }
  .hero-apply-list .no-data { padding: 30px 0; text-align: center; grid-column: -1/1; font-size: 17px; font-weight: 500; background-color: #f8f8f8; border: 1px solid #eee; border-radius: 10px; color: #555; }
  @media (max-width: 1024px) { .hero-apply-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; } .hero-apply-list .no-data { font-size: 12px; padding: 20px 0; } }
  @media (max-width: 768px) { .hero-apply-list { grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  
  .hero-apply .apply-list-card { display: block; border: 1px solid #d8d8d8; transition: all 0.25s ease-in-out; padding: 30px; border-radius: 15px; background-color: #fff; }
  @media (max-width: 1024px) { .hero-apply .apply-list-card { padding: 14px; } }
  .hero-apply .apply-list-card:hover, .hero-apply .apply-list-card:focus { background-color: #f8f8f8; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); border-color: #1f7237; }
  .hero-apply .apply-list-card:hover .subject, .hero-apply .apply-list-card:focus .subject { text-decoration: underline; }
  .hero-apply .apply-list-card .card-header { display: flex; align-items: center; justify-content: space-between; }
  .hero-apply .apply-list-card .card-header .status { display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; height: 32px; width: 83px; font-size: 14px; }
  .hero-apply .apply-list-card .card-header .status.type1 { background-color: #e1f0e9; color: #1f7237; }
  .hero-apply .apply-list-card .card-header .status.type2 { background-color: #faf0de; color: #dc9417; }
  .hero-apply .apply-list-card .card-header .status.type3 { background-color: #e4e4e4; color: #8e8e8e; }
  @media (max-width: 768px) { .hero-apply .apply-list-card .card-header .status { font-size: 12px; } }
  .hero-apply .apply-list-card .card-header .links { color: #616161; font-size: 14px; }
  @media (max-width: 768px) { .hero-apply .apply-list-card .card-header .links { font-size: 12px; } }
  .hero-apply .apply-list-card .subject { color: #000; font-weight: 700; line-height: 1.34; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 24px; margin: 15px 0 20px; height: 60px; }
  @media (max-width: 768px) { .hero-apply .apply-list-card .subject { font-size: 16px; margin: 10px 0 15px; height: auto; white-space: nowrap; text-overflow: ellipsis; display: block; } }
  .hero-apply .apply-list-card .desc { color: #707070; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 43px; font-size: 16px; }
  @media (max-width: 768px) { .hero-apply .apply-list-card .desc { font-size: 12px; height: 32px; } }
  .hero-apply .apply-list-card .date { color: #999999; font-size: 16px; margin-top: 35px; }
  @media (max-width: 768px) { .hero-apply .apply-list-card .date { margin-top: 15px; font-size: 12px; } }
  
  .hero-apply-more { text-align: center; margin-top: 40px; }
  .hero-apply-more a { display: inline-flex; align-items: center; justify-content: center; gap: 0 5px; border-radius: 100px; border: 1px solid #cccccc; color: #616161; font-size: 16px; height: 56px; padding: 0 110px; transition: all 0.15s ease-in-out; }
  .hero-apply-more a i { font-style: normal; font-size: 20px; font-weight: 500; }
  .hero-apply-more a:hover, .hero-apply-more a:focus { background-color: #616161; color: #fff; }
  @media (max-width: 768px) { .hero-apply-more { margin-top: 20px; } .hero-apply-more a { height: 42px; font-size: 13px; padding: 0 55px; } }
  ========================================================================== */
  /* ==========================================================================
     4. HERO BUSINESS, ISSUE, SUPPORT, AFFILIATE (기타 섹션 - 구버전)
     
  .hero-business { padding: 100px 0 0; }
  @media (max-width: 1024px) { .hero-business { padding: 30px 0; } }
  .hero-business .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
  @media (max-width: 1024px) { .hero-business .container { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 30px 0; } }
  .hero-business .item-card { border-radius: 15px; border-width: 1px; border-style: solid; display: block; padding: 30px; }
  @media (max-width: 1024px) { .hero-business .item-card { padding: 15px; } }
  .hero-business .item-card-1 { border-color: #d8d8d8; background-color: #f7faf8; }
  .hero-business .item-card-2 { border-color: #d8d8d8; background-color: #f7faf8; }
  .hero-business .item-details { display: flex; gap: 0 25px; padding-top: 10px; }
  .hero-business .item-details .img { flex-shrink: 0; }
  @media (max-width: 1024px) { .hero-business .item-details .img { max-width: 40%; } }
  @media (max-width: 768px) { .hero-business .item-details .img { max-width: 100%; } .hero-business .item-details .img img { width: 100%; } .hero-business .item-details { flex-direction: column; gap: 20px 0; } }
  .hero-business .item-details strong { display: block; color: #000; font-weight: 700; font-size: 25px; padding-bottom: 18px; }
  .hero-business .item-details strong b { color: #1f7237; font-size: 1em; }
  @media (max-width: 1024px) { .hero-business .item-details strong { font-size: 20px; padding-bottom: 10px; } }
  @media (max-width: 768px) { .hero-business .item-details strong { font-size: 18px; } }
  .hero-business .item-details div { line-height: 1.34; color: #707070; font-size: 17px; }
  @media (max-width: 1024px) { .hero-business .item-details div { font-size: 12px; } .hero-business .item-details div br { display: none; } }
  .hero-business .item-details .links { color: #616161; font-size: 17px; margin-top: 25px; }
  @media (max-width: 1024px) { .hero-business .item-details .links { font-size: 12px; margin-top: 15px; } }
  .hero-business .item-details .links i { display: inline-block; background: url(/dfip/static/front/common/images/bss/main/arws.png) no-repeat 0 50%; width: 18px; height: 10px; margin-left: 10px; }
  @media (max-width: 1024px) { .hero-business .item-details .links i { margin-left: 5px; width: 14px; background-size: 100% auto; } }
  ========================================================================== */

  
  /* ==========================================================================
     10. SECTION FLATFOOD & STATUS (신버전 현황)
     
  .section-flatfood { padding: 64px 0; margin-top: 64px; background: rgba(27, 93, 136, 0.1); }
  @media (max-width: 1410px) { .section-flatfood { padding: 32px 0; margin-top: 32px; } }
  
  .flatfood-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  @media screen and (max-width: 1410px) { .flatfood-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .flatfood-grid .company-item { border-radius: 12px; border: 1.5px solid #CDD1D5; background: #FFF; box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08); padding: 30px; }
  @media screen and (max-width: 768px) { .flatfood-grid .company-item { padding: 17px; } }
  .flatfood-grid .company-item-header { color: #000; font-weight: 700; font-size: 20px; padding-bottom: 40px; }
  .flatfood-grid .company-item-header strong { font-size: 1em; }
  @media screen and (max-width: 1410px) { .flatfood-grid .company-item-header { font-size: 17px; padding-bottom: 20px; } }
  .flatfood-grid .company-maxhit-list li { display: flex; justify-content: space-between; align-items: center; }
  .flatfood-grid .company-maxhit-list li div p:first-child { color: #000; font-size: 18px; }
  .flatfood-grid .company-maxhit-list li div p:last-child { position: relative; color: #58616A; font-size: 13px; padding-left: 10px; }
  .flatfood-grid .company-maxhit-list li div p:last-child::before { content: ""; position: absolute; left: 0; top: 12px; width: 3px; height: 3px; border-radius: 50%; background-color: #58616A; }
  .flatfood-grid .company-maxhit-list li .category { padding: 5px; color: #fff; font-size: 12px; font-weight:500; border-radius: 12px; white-space: nowrap; }
  .flatfood-grid .company-maxhit-list li .category.type1 { background: #48553f; }
  .flatfood-grid .company-maxhit-list li .category.type2 { background: #1f7237; }
  .flatfood-grid .company-maxhit-list li .category.type3 { background: #1c78cb; }
  
  .company-status-content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 66px; }
  @media (max-width: 768px) { .company-status-content { gap: 15px; } }
  .company-status-content .text-box { margin: 0 auto; display: flex; width: 86px; height: 86px; justify-content: center; align-items: center; border-radius: 8px; }
  .company-status-content .text-box span { color: #fff; font-size: 18px; font-weight: 700; }
  @media (max-width: 768px) { .company-status-content .text-box span { font-size: 15px; } }
  .company-status-content .counter { padding-top: 16px; text-align: center; }
  .company-status-content .counter .value { color: #000; font-size: 18px; font-weight: 700; }
  @media (max-width: 768px) { .company-status-content .counter .value { font-size: 15px; } }
  .company-status-content .counter .rank-changed { display: inline-block; color: #000; font-size: 14px; padding-left: 15px; transform: translateX(-7px); }
  .company-status-content .counter .rank-changed.up { background: url("/dfip/static/front/common/images/main2/up.png") 0 50% no-repeat; }
  .company-status-content .counter .rank-changed.down { background: url("/dfip/static/front/common/images/main2/down.png") 0 50% no-repeat; }
  .company-status-content .counter .rank-changed.same { background: url("/dfip/static/front/common/images/main2/same.png") 0 50% no-repeat; font-size: 0; padding-left: 0; width: 9px; height: 14px; transform: translateX(0); }
  
  .business-status-content { display: flex; flex-direction: column; gap: 16px; }
  .business-status-item { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
  .business-status-item .label { font-size: 18px; background-repeat: no-repeat; background-position: 0 50%; height: 24px; padding-left: 32px; width: 201px; }
  .business-status-item .label.type1 { background-image: url("/dfip/static/front/common/images/main2/business-icon01.png"); }
  .business-status-item .label.type2 { background-image: url("/dfip/static/front/common/images/main2/business-icon02.png"); }
  .business-status-item .label.type3 { background-image: url("/dfip/static/front/common/images/main2/business-icon03.png"); }
  @media screen and (max-width: 768px) { .business-status-item .label { font-size: 15px; background-size: auto 18px; padding-left: 24px; } }
  .business-status-item .count { text-align: center; font-size: 14px; font-weight: 700; border-radius: 999px; border: 1px solid #1f7237; background: #FFF; display: flex; height: 32px; min-width: 100px; padding: 5px 8px; justify-content: center; align-items: center; gap: 10px; }
  .business-status-item .count b { font-size: 20px; color: #1f7237; }
  @media screen and (max-width: 1410px) { .business-status-item .count b { font-size: 18px; } }
  @media screen and (max-width: 768px) { .business-status-item .count b { font-size: 16px; width: auto; } }
  .business-status-item .rank-changed-wrapper { text-align: right; }
  .business-status-item .rank-changed { font-size: 14px; padding-left: 15px; transform: translateX(-7px); }
  .business-status-item .rank-changed.up { background: url("/dfip/static/front/common/images/main2/up.png") 0 50% no-repeat; }
  .business-status-item .rank-changed.down { background: url("/dfip/static/front/common/images/main2/down.png") 0 50% no-repeat; }
  .business-status-item .rank-changed.same { background: url("/dfip/static/front/common/images/main2/same.png") 0 50% no-repeat; font-size: 0; padding-left: 0; width: 9px; height: 14px; display: inline-block; }
  ========================================================================== */