@charset "utf-8";

:root{
  --main_color:#100674;
}

*{word-break: keep-all;}




.s-slider-content h2 {
  text-align: left;
  color: #FFF;
  font-family: Pretendard;
  font-weight: 700;
  font-style: normal;
  line-height: 130%;
  font-size: clamp(28px, 2.5vw, 48px); /* 최소 28px, 최대 48px */
}

.s-slider-content p {
  text-align: left;
  color: #FFF;
  font-family: Pretendard;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  font-size: clamp(14px, 1.04vw, 20px); /* 최소 14px, 최대 20px */
}




.text-center {
    text-align: left !important;
}

.single-slider .container {
  margin-left: 300px;
}

@media(max-width:1920px){
  .single-slider .container {
    margin-left: 0;
  } 
}

@media (max-width: 767px) {
  .slider-content {
      margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .s-slider-content p {
    white-space: wrap;
}

.s-slider-content h2 {
  white-space: wrap;
}
}

.services-08-item--wrapper > div:nth-child(1){
    display: none;
}

.services-08__costom{display: flex; justify-content: space-between; gap: 36px;}


.services-08-item--wrapper > div{flex: 1 1 48%; max-width:none; border: none; border-top: none; border-bottom: none; border-left: none; border-right: none;}
.services-08-item--wrapper > div:nth-child(3),.services-08-item--wrapper > div:nth-child(2) {
    border-top: none;
    border-left: none;
    border-right: none;
}
.btn.ss-btn{
    background-color: none;
    box-shadow: none;
    color: none;
    padding: 0 0;
}

.single-cta{width: 50%;}



.footer {
    background-color: #0d0c12; /* 어두운 배경 */
    color: #ccc;
    padding: 40px 20px;
    font-size: 14px;
  }
  
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    height:100%;
  }
  
  .footer-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  
  .footer-logo img {
    width: 80px; /* 로고 크기 조정 */
  }
  
  .footer-info p {
    margin: 3px 0;
    line-height: 1.5;
  }
  
  .footer-copy {
    margin-top: 18px;
    font-size: 13px;
    color: #888;
  }
  
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
  }
  
  .footer-right a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
  }
  
  .footer-right a:hover {
    color: #fff;
  }
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* 여기! 맨 아래 기준으로 맞춤 */
    gap: 40px;
  }
  
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
  }
  

  .f-cta-icon i {
    height: 150px;
    width: 150px;
    background: #8D88BD;
}

.f-cta_text{display: flex; justify-content: center; align-items: flex-start; flex-direction: column; height: 100%;}
.f-cta_text h5{color:#fff}




.h-150{ height: 150px;}



.title-underline {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 32px; /* 필요에 따라 조정 */
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 글자와 밑줄 사이 간격 */
    width: 40px;   /* 밑줄 길이 */
    height: 2px;   /* 밑줄 두께 */
    background-color: #9a96c9; /* 보라빛 색상 */
  }
  

  .title-center_01 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 70px; /* 필요시 여백 */
  }
  
  .title-center_01::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px; /* 글자와 밑줄 간격 */
    transform: translateX(-50%);
    width: 60px;   /* 밑줄 길이 */
    height: 2px;   /* 밑줄 두께 */
    background-color: #00008b; /* 진한 파랑 */
  }



  .flex_col{display: flex; flex-direction: column;}


.product_first__title{
    margin-top: 18px;
    margin-bottom: 18px;
}

.product_first__title a{
    color: #000;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product_first__title a{
    color: #000;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.services-08-item:hover::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff !important;
    box-shadow: none;
}

.services-08-content p{
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    word-break: keep-all;
}

.services-08-item:hover p{color: #000;}

.about_p{
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 23.4px */   
}

.section-title-underline {
    position: relative;
    display: inline-block;
    font-size: 36px; /* 필요시 조정 */
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.4;
    white-space: nowrap; /* 한 줄로 유지 */
  }
  
  .section-title-underline::after {
    content: "";
    position: absolute;
    left: 0; 
    bottom: -10px; /* 글자와 밑줄 간격 */
    width: 72px;   /* 밑줄 길이 */
    height: 2px;   /* 밑줄 두께 */
    background-color: #1a1a80; /* 네이비/블루 계열 */
  }
  
  .flex{display: flex;}

  .flex_aling_center{display: flex; align-items: center;}


  .f-cta-icon i {
    line-height: 150px;
    font-size: 45px;
    }

    .map_icon01::before {
      content: "";
      display: inline-block;
      width: 40px;
      height: 40px;
    
      /* 아이콘 색상 제어 */
      background-color: #fff;
    
      /* SVG를 마스크로 사용 */
      -webkit-mask: url("../img/lode_icon01.svg") no-repeat center / contain;
      mask: url("../img/lode_icon01.svg") no-repeat center / contain;
    }


    .map_icon02::before {
      content: "";
      display: inline-block;
      width: 40px;
      height: 40px;
    
      /* 아이콘 색상 제어 */
      background-color: #fff;
    
      /* SVG를 마스크로 사용 */
      -webkit-mask: url("../img/lode_icon02.svg") no-repeat center / contain;
      mask: url("../img/lode_icon02.svg") no-repeat center / contain;
    }

.title-center_01::after{
  background-color: #100674;
}

.main-menu .has-sub a:hover {
  color: var(--main_color);
}

.main-menu .has-sub > ul {
  border-top: 4px solid var(--main_color);
}




/*메인 첫번쨰 버튼*/

.see-more-btn {
  width: 88px;
  height: 24px;
  display: inline-block;
  position: relative;
  padding: 13px 81px;
  border: 1px solid #000080; /* 진한 파랑 */
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease; /* hover 부드럽게 */
  color: inherit;         /* 부모 컬러를 따라감 */
  color: #100674 !important; /* 진한 파랑 */
}


/* 첫 번째 삼각형 (왼쪽 위 → 오른쪽 아래) */
.see-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 128, 0.2);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transition: all 0.3s ease;
}

/* 두 번째 삼각형 (왼쪽 아래 → 오른쪽 위) */
.see-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 128, 0.2);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  transition: all 0.3s ease;
}

/* 🔹 Hover 효과 */
.see-more-btn:hover {
  background: #100674;
  color: #fff !important;
}

.see-more-btn:hover::before,
.see-more-btn:hover::after {
  background: rgba(255, 255, 255, 0.25);
}



/*메인 두번째 버튼*/
.see-more-btn2 {
  width: 88px;
  height: 24px;
  display: inline-block;
  position: relative;
  padding: 13px 81px;
  border: 1px solid #000080; /* 진한 파랑 */
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-align: center;
  text-decoration: none !important;
  background: #100674; /* 기본: 네이비 */
  overflow: hidden;
  transition: all 0.3s ease; /* hover 부드럽게 */
  color: #fff !important; /* 기본: 흰색 글자 */
}

/* 첫 번째 삼각형 (왼쪽 위 → 오른쪽 아래) */
.see-more-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25); /* 기본: 흰색 투명 */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transition: all 0.3s ease;
}

/* 두 번째 삼각형 (왼쪽 아래 → 오른쪽 위) */
.see-more-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25); /* 기본: 흰색 투명 */
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  transition: all 0.3s ease;
}

/* 🔹 Hover 효과 */
.see-more-btn2:hover {
  background: #fff;             /* 흰색 배경 */
  color: #100674 !important;    /* 글자색 네이비 */
}

.see-more-btn2:hover::before,
.see-more-btn2:hover::after {
  background: rgba(0, 0, 128, 0.2); /* hover 시 파랑 투명 */
}


.s-slider-content h2 {
  margin-bottom: clamp(16px, 2vw, 25px);
}

.s-slider-content p {
  font-size: clamp(14px, 1.2vw, 16px);
  padding-right: clamp(20px, 4vw, 50px);
  color: #fff;
  line-height: clamp(22px, 1.8vw, 26px);
}


.nav_language{display: none !important;}

@media(max-width:992px){
  .dis_none{display: none;}
  .nav_language{display: block !important;}
}


.a.login_chk_btn01, .login_chk_btn01 {
  background-color: #100674 !important;
}

a.prd_page_nav_num.active {
  border-color: #100674 !important;
  background-color: #100674 !important;
}

.programCon_custom01 {
  padding: 140px !important;
}

.sub_sty_change a.on {
  border-color: #100674 !important;
}

.sub_sty_change a.on img {
  filter: invert(7%) sepia(80%) saturate(6900%) hue-rotate(232deg) brightness(95%) contrast(102%) !important;
}
