@charset "utf-8";

/*-------------------------------------------------------------------
  파일정의 : header/footer style
  작성날짜 : 2025-04-15 강지연
-------------------------------------------------------------------*/

/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #FFF;
    padding: 21px 0;
    transition: 0.6s;
    backdrop-filter: blur(5px);
}

header .inner {
    display: flex;
    justify-content: space-between;
}
header.sub-header h1.logo a {
    background: url("../asset/images/img_logo.svg") no-repeat center;
    background-size: 260px 34px;
}
header h1.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
header h1.logo a,
header.active h1.logo a{
    width: 260px;
    height: 34px;
    display: block;
    background: url("../asset/images/img_logo.svg") no-repeat center;
    background-size: 260px 34px;
}
.gnb {
    display: flex;
    gap: 24px;
}
.gnb > li a {
    padding: 12px 16px;
    font-size: 18px;
    display: block;
    line-height: 1;
    color: var(--black-003);
}

.simple-apply-area{
    background: #F4F6FF;
    padding: 24px 0 34px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
}
.simple-apply-area .inner{
    text-align: center;
}
.simple-apply-area label .title{
    margin-right: 19px;
}
.simple-apply-area label .number{
    margin: 0 8px;
}
.simple-apply-area .inner button{
    margin-left: 8px;
}


/* footer */
.foot-intro{
    width: 100%;
    padding: 56px 0;
    background-color: #5182FE;
}
.foot-intro .inner{
    display: flex;
    justify-content: space-between;
}
.foot-intro .txt-area .title{
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 43px;
}
footer{
    background-color: #4C4E55;
    padding: 48px 0 160px 0 ;
}
footer .inner{
    position: relative;
}
footer .footer-logo{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 4px;
}
footer .info{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #BFC0C4;
}
footer .contact-area{
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
    min-width: 0;
    margin-top: 20px;
}
footer .contact-area > a {
    display: block;
}
footer .contact-area .btn-wrap {
    display: inline-flex;
    flex-flow: column;
    gap: 10px;
}
.footer-menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.footer-menu {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFF;
}
.footer-menu > li {
    padding: 0 16px;
    position: relative;
}
.footer-menu > li a {
    font-size: 14px;
    line-height: 1;
}
.footer-menu > li + li::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
footer .footer-bottom {
    margin-top: 50px;
    color: #8A8C92;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
footer .footer-bottom .copyright{
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    position: relative;
    margin: 0 -5px;
}

.copyright  {
   word-break: break-all;
}


@media screen and (max-width: 1024px){
    header{
        padding: 0;
        background: rgba(255,255,255,0.5);
    }
    header .inner {
        padding: 15px 32px;
    }
    header h1.logo a, header.active h1.logo a,  header.sub-header h1.logo a {
        width: 169px;
        height: 22px;
        background-size: cover;
    }
    header.sub-header h1.logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
{
    width: 183px;
    height: 24px;
    background-size: cover;
}
    .gnb-list-wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        display: none;
        height: 100vh;
        padding-bottom: 40px;
        overflow: auto;
    }
    .gnb-list-wrap.active {
        display: flex;
        flex-flow: column;
    }
    .gnb-list-wrap .header-mo{
        width: 100%;
        padding: 15px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gnb-list-wrap .header-mo .logo-mo{
        width: 169px;
        height: 24px;
        display: block;
        background: url("../asset/images/img_logo.svg") no-repeat center;
        background-size: 169px 22px;
    }
    .gnb-list-wrap .header-mo .close-btn{
        width: 24px;
        height: 24px;
        background: url("../asset/images/icon/ic_close_bk.svg") no-repeat;
    }
    .gnb-btn{
        background: url('../asset/images/icon/ic_gnb_bk.svg') no-repeat;
        width: 24px;
        height: 24px;
        background-size: cover;
        background-position: center;
    }
    .gnb{
        flex-flow: column;
        justify-content: center;
        height: 100%;
        gap: 5vh;
    }
    .gnb >li a{
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.5;
        color: #DADBDE;
        padding: 0;
    }
    .gnb >li a.active{
        color: #1E1F23;
    }

    .gnb > li{
        opacity: 0;
        transform: translateY(10px);
    }
    .gnb-list-wrap.active .gnb > li{
        animation: fadeUp .45s ease forwards;
    }
    .gnb-list-wrap.active .gnb > li:nth-child(1){ animation-delay: 0.00s; }
    .gnb-list-wrap.active .gnb > li:nth-child(2){ animation-delay: 0.06s; }
    .gnb-list-wrap.active .gnb > li:nth-child(3){ animation-delay: 0.12s; }
    .gnb-list-wrap.active .gnb > li:nth-child(4){ animation-delay: 0.18s; }
    .gnb-list-wrap.active .gnb > li:nth-child(5){ animation-delay: 0.24s; }
    .gnb-list-wrap.active .gnb > li:nth-child(6){ animation-delay: 0.30s; }

    @keyframes fadeUp{
        from{
            opacity: 0;
            transform: translateY(10px);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }
    }

    footer .contact-area .btn-wrap {
        gap: 6px;
    }
}

@media screen and (max-width: 767px){
    .foot-intro{
        padding: 40px 0;
    }
    .foot-intro > .inner{
        flex-flow: column-reverse;
        padding: 0 32px;
    }
    .foot-intro .img-area{
        width: 47px;
        height: 46px;
        margin-bottom: 20px;
    }
    .foot-intro .img-area img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .foot-intro .txt-area .title{
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    footer{
        padding: 40px 32px 80px;
    }
    footer > .inner{
        padding: 0;
    }
    footer .footer-logo{
        font-size: 18px;
    }
    footer .info{
        font-size: 14px;
        font-weight: 500;
    }
    footer .contact-area{
        gap: 6px;
        font-size: 14px;
    }
    footer .footer-bottom{
        margin-top: 50px;
        font-size: 12px;
    }
}