

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/hello-elementor/fonts/Jost-Regular.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor/fonts/Jost-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/hello-elementor/fonts/Jost-Bold.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor/fonts/Jost-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* font-family: 'Jost', sans-serif; */
*{
    font-family: 'Pretendard';
    margin: 0;
    padding: 0;
    word-break: keep-all;
}
.t-blue{
    color: #004a8c;
}
.bold{
    font-weight: bold;
}
.jost{
    font-family: 'Jost';
}
.mob-br{
    display: none;
}
 ul { list-style: none; padding: 0; margin: 0; }
 .header{
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 2%;
 }
  .header-top { display: flex; justify-content: space-between; align-items: center; height: 75px; width: 95%; margin: 0 auto; max-width: 1725px; }
  .gnb-list { display: flex; gap: 50px !important; }
  .gnb-item a { text-decoration: none; color: #000; font-weight: 500; font-family: 'Jost'; }

  .sub-menu-area { position: relative; }
  .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #d9d9d9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
  }
  .sub-menu.show {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    height: 75px;
  }
  .sub-menu-list a { text-decoration: none; color: #000; }
  .sub-menu-list a:hover { text-decoration: underline; }

.footer{
    background-color: #041f35;
    width: 100%;
    padding: 3% 0;
    color: #c1c1c1;
}
.footer .logo img{
    width: unset;
    height: clamp(55px, 5vw, 88px);
}
.footer-inner{
    width: 90%;
    margin: 0 auto;
    max-width: 1880px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-info-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    width: 90%;
}
.info-left p{
    margin: 3px 0;
}
.info-left span{
    margin-right: 15px ;
}
.info-right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.site-footer{
    display: none;
}
/***************************서브페이지 타이틀 영역**********************************/
.entry-title{
     display: none !important;
 }
  .sub-hero-section{
    width: 100%;
    height: 530px;
    margin-top: 75px;
    background-image: url(../wp-content/uploads/2025/11/hero-bgi-about.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .bg-black-area{
      width:100%;
      height: 100%;
      background-color:#000;
      position:absolute;
      top: 0;
      opacity: 0.6;
  }
  .sub-hero-inner{
      height:80%;
      width:100%;
      display: flex;
          align-items: center;
    justify-content: space-evenly;
      flex-direction: column;
  }
  .sub-hero-section > *{
    color: #fff;
  }
  .nav-txt-area{
    display: flex;
    z-index: 1;
  }
  .nav-txt-area img{
    width: 18px;
  }
  
  .nav-txt-area p{
      padding: 15px;
    font-size: 18px;  
  }
  .nav-txt-area p span{
      padding: 25px;
      font-size:14px;
  }
  .sub-hero-section .title-area{
    z-index: 1;
  }
  .sub-hero-section .title-area p{
    font-weight: 800;
    font-size: 80px;
  }

  .sub-hero-section .sub-title{
    display: flex;
    margin: 5% 0;
    justify-content: center;
  }
  .sub-hero-section .sub-title img{
   width: 25px;
    margin-right: 10px;
  }
  .sub-hero-section .sub-title p{
font-size: 18px;
    font-weight: 500;
  }
/************************************************************/
/*서브페이지 콘텐츠 영역*/
.bg-blue{
    background-color: #f6fbff;
}
.sub-main-ctns-section{
    padding-bottom: 200px;
}
.page-header{
    display: none;
}
.ctns-title-area{
    text-align: left;
    width: 90%;
    max-width: 1530px;
    margin: 0 auto;
}
.ctns-title-area .circle{
width: 15px;
height: 15px;
border-radius: 50px;
background-color: #004a8c;
}

.sub-circle {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #17325c;
}
.ctns-inner-area{
    width: 90%;
          margin: 0 auto;
          max-width: 1530px;
}

.ctns-title{
    font-size: 55px;
    font-weight: bold;
}

.ctns-txt{
    width: 90%;
    max-width: 1530px;
    margin: 2% auto;
    font-size: 22px;
}

.ctns-sub-title{
    font-size: 42px;
    font-weight: bold;
}
/*******************************************/
/********************게시판 리스트 css***********************/


/*******************************************/
#kboard-default-list{
    width: 90%;
    margin: 100px auto !important;
    max-width: 1530px;
}
#kboard-default-list .kboard-list-header{
    display: none;
}
#kboard-default-list .kboard-search{
    text-align: right;
}
.kboard-default-poweredby{
    display:none;
}

#kboard-document{
    width: 90% ;
    margin: 150px auto;
    max-width: 1530px;
    color: #121212;
}
#kboard-thumbnail-document .kboard-button-like,#kboard-thumbnail-document .kboard-button-unlike,#kboard-default-document .kboard-button-like,#kboard-default-document .kboard-button-unlike{
    display: none !important;
}
.kboard-thumbnail-editor{
    width: 95% !important;
    margin: 0 auto !important;
    max-width:1530px !important;
}
/*footer*/
    #footer-section{
    height: 210px;
    background-color: #041f35;
    color: #c1c1c1;
    font-weight:normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inner{
    width: 90vw;
    max-width:1728px;
    margin: 0 auto;
    display: flex;
}
.info-right .banner-btn-area a span img{
    margin-left: 40px;
    vertical-align: middle;
    margin-top: -3px;
}
.banner-btn-area img {
    width: 20px;
}
.info-right .banner-btn-area a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: lighter;
    font-size: 1rem;
    overflow: hidden;
    border-radius: 500px;
    border: 1px solid #ffffffa6;
    padding: 13px 25px;
    transition: color 0.4s ease;
}


.info-right .banner-btn-area a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.5s ease;
  z-index: 0;
}


.info-right .banner-btn-area a span,
.info-right .banner-btn-area a img{
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}


.info-right .banner-btn-area a:hover::before {
  width: 100%; /* 게이지 채우기 */
}


.info-right .banner-btn-area a:hover {
  color: #2b447f; /* 글씨 색 전환 */
}

.info-right .banner-btn-area a:hover{
    font-weight:400;
}

.info-right .banner-btn-area a:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(600%) hue-rotate(190deg) brightness(95%) contrast(90%); /* 아이콘 반전 */
}

.copyright{
    margin-block-end: unset !important;
}


.tablet-br{
    display: none;
}
@media screen and (max-width: 1200px) {
.tablet-br{
    display: block;
}
.web-br{
    display: none;
}
    .info-right .banner-btn-area a{
    padding: 9px 18px;
}
.info-right .banner-btn-area a span img{
    margin-left: 25px;
}

/*공통*/
.ctns-title-area .circle{
    width: 11px;
    height: 11px;
    margin-bottom: -5px;
}
.ctns-title{
    font-size: 44px;
}
.ctns-sub-title{
    font-size: 36px;
}
.ctns-txt{
    font-size: 20px;
}
.sub-circle{
    width: 9px;
    height: 9px;
    margin-bottom: -3px;
}

/*푸터*/
.fp-overflow{
    width: 100%;
}
#footer-section{
    height: fit-content !important;
}
.footer-inner{
    margin: 3% auto !important;
    flex-direction: column;
    gap:15px;
}
.footer-info-area{
    width: 100%;
}
.info-right{
    justify-content: flex-end;
    gap: 25px;
}

}
@media screen and (max-width: 768px){
    .tablet-br{
        display: none;
    }
    .web-br{
    display: none;
    }
    .sub-menu-area{
        display: none;
    }
    /*서브페이지 타이틀 섹션 반응형**/
    .sub-hero-section{
        height: 400px;
    }
    .sub-hero-inner{
        justify-content:flex-start;
        gap: 55px;
    }
    .nav-txt-area p{
        font-size: 16px;
    }

    .sub-hero-section .title-area p{
        font-size: 10vw;
        letter-spacing: -1px;
    }
    .sub-hero-section .sub-title{
        margin:2% 0;
    }

    .sub-hero-section .sub-title p{
        font-size: 16px;
    }
    /***********************************/
    /*게시판 관련 css*/
    #kboard-default-list .kboard-search{
        width: 100%;
    }
    #kboard-document{
        margin:75px auto;
    }
    /***********************************/
    .ctns-title-area .circle{
        width: 8px;
        height: 8px;
    }
    .ctns-title{
        font-size: 36px;
    }
    .ctns-sub-title{
        font-size: 32px;
    }
    .ctns-txt{
        font-size: 16px;
    }
    
    /*section4*/
    .pipeline-area{
        flex-direction:column;
    }
    .banner-area{
        width: 90%;
        flex-direction: column;
        margin: 0 auto;
    }
    #banner1,#banner2{
        width:unset;
    }
    #banner2:hover{
        width: unset;
    }
    .banner{
        background-position: center;
        background-size: contain; 
    }
    .banner-ctns-area{
        margin: 5% 10% 5% 5%;
    }
    .banner-ctns-txt{
        font-size: 16px;
    }
    /*footer 푸터*/

    .info-right .banner-btn-area{
        position: absolute;
        right: 5%;
        bottom:12%;
    }

    #footer-section{
        height: fit-content;
    }
    .footer-inner{
        width: 90vw;
        flex-direction: column;
        margin: 8% 0 !important;
        gap:15px;
    }
    .footer-info-area{
        flex-direction: column;
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }
    .info-right{
        align-items: flex-start;
    }
    /*************/
}

@media screen and (max-width: 450px){
    /*공통 영역*/
    .mob-br{
        display: block;
    }
    .ctns-title-area .circle{
        width: 6px;
        height: 6px;
    }
    .ctns-title{
        font-size: 26px;
    }
    .ctns-txt{
        margin: 4% auto;
    }
    .title-mob-fz{
        font-size: 22px;
    }
    .ctns-sub-title{
        font-size: 22px;
    }
    .sub-circle{
        width: 6px;
        height: 6px;
    }
    /************************/
    /*서브페이지 타이틀 영역*/
    .nav-txt-area p{
        font-size: 14px;
    }
    .sub-hero-section .sub-title p{
        font-size: 14px;
    }
    .sub-hero-section .sub-title img{
        width: 17px;
    }
}

/*************************************************************/