 /**
  * ----------------------------------------
  * header : careerboost
  * 헤더 : 커리어부스트 헤더영역
  * 기존 css와 다름
  * ----------------------------------------
  */


.c_headerBox{
    /*start of c_headerBox*/
    .headerBoxWrap{
        background: #fff;
        position: static;
        top:0;
        width: 100%;
        left: 0;
        z-index: 99;
        border-bottom: 1px solid var(--gr150);
    }
    
    /*
    header > links
    */
    .linkNav{
        border-bottom: 1px solid var(--gr100, #f1f3f5);
        transition: 0.4s ease-in;
    }
    .linkInner > ul{
        justify-content: flex-end;
    }
    .linkInner > ul > li{
        padding: 10px;
        position: relative;
    }
    
    .linkInner > ul > li::after{
        display: block;
        width: 1px;
        height: 16px;
        background: var(--gr150, #DEE2E6);
        content: "";
        position: absolute;
        top:calc(50% - 8px);
        right: 0;
    }
    
    .linkInner > ul > li:last-child:after{
        display: none;
    }
    
    .linkInner .cap{
        color: var(--gr500, #5F666D);
        font-weight: 500;
        display: flex;
        align-items: center;
        gap:0;
    }
    
    .linkInner .cap::after{
        opacity: 0.6;
    }
    
    /*
    header > gnb
    */
    .gnbInner.flxBox{
        justify-content: space-between;    
        align-items: center;
        height: 86px;
    }
    .wjLogoImg{
        width: 184px;
        margin-bottom: 12px;
    }
    .gnbMenuWrap{
        justify-content: flex-end;
        align-items: center;
        width: calc(100% - 212px);
        height: 100%;
    }
    .gnbMenu{
        height: 100%;
        align-items: center;
    }
    .gnbMenu > li{
        height: 40px;
        display: flex;
        align-items: center;
        position:relative;
    }
    .gnbMenu > li > a{
        padding:4px 16px;
        color: var(--gr900, #212529);
        display: flex;
        align-items: center;
        gap: 4px;
        line-height: 110%;
    }
    .gnbMenu > li.active > a{
        color: var(--gr900, #212529);
    }
    .gnbMenu > li > a:hover,
    .gnbMenu > li.on > a,
    .depth2List.flxBox li .depth3Lnb > a:hover,
    .depth2List.flxBox li .depth3Lnb.on > a{
        color: var(--gr900, #212529);
    }
    .gnbMenu > li:hover a:hover{
        color: var(--gr900, #212529);
    }
    .gnbMenuRight{
        display: none;    
    }
    .popUpHeader{
        justify-content: space-between;    
    }
    
    /*2depth*/
    .career_2depth {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        min-width: 180px;
        z-index: 100;
    }

    .has-submenu:hover .career_2depth{
        display: block;
    }
    .has-submenu > a::after{
        display: inline-block;
        width: 24px;
        height: 24px;
        content: "";
        background:#fff url(../../re/images/icons/arrowDown_gr.svg) center center / 14px no-repeat;
    }
    .career_2depth li {
    margin: 0;
    }

    .career_2depth li a {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color:#fff;
    font-size: 0.95rem;
    white-space: nowrap;
    gap: 4px;
    }

    .career_2depth li a:hover {
    background-color:#d9dfff42;
    color:var(--c_pri500) !important;
    }


}/*end of .c_headerBox*/


/*모바일 GNB 전체*/
.allLnbWrap_c{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #fff;
    transform: translateX(100%);
    transition: all 225ms cubic-bezier(0,0,.2,1) 0ms;  
}
.allLnbWrap_c.active{
    transform: none;
}
.allLnbWrap_c_head{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.allLnbBox_c li > a{
    padding: 16px;
    display: flex;
    line-height: 120%;
}
.allLnbBox_c li > a.has_career_2depth_mo{
    padding-bottom: 12px;
}
.allLnbBox_c .career_2depth_mo > li > a{
    margin-left: 20px;
    padding: 12px;
}

/*미디어쿼리*/
@media only screen and (min-width: 1025px) { 
    .c_headerBox {
        .gnbMenu > li > a :hover{
            color: var(--c_pri500);
        }
    }
}
@media only screen and (max-width: 1280px) { 
}
@media only screen and (max-width: 1024px) { 
    
    .c_headerBox{
        /*start of .c_headerBox - 1024*/
        .gnbInner.flxBox{
        height: 80px;
        }
        .gnbMenuRight{
            display: flex;    
        }
        .gnbMenuMid{
            display: none;
        }
        .wjLogoImg{
            width: 200px;
            margin-bottom: 8px;
        }
        .ico36::after{
            width: 24px;
            height: 24px;
        }
        .popUpHeader,
        .gnbInner_c{
            height: 80px;
            padding-right: calc(40px - 10px);
        }
    }/*end of .c_headerBox - 1024*/

}/*end of 1024*/

@media only screen and (max-width: 820px) { 
    .c_headerBox{
    /*start of .c_headerBox - 820*/
        .popUpHeader,.gnbInner_c{
            padding-right: calc(20px - 10px);
        }
    }/*end of .c_headerBox - 820*/

}/*end of 720*/
@media only screen and (max-width: 720px) { 
    
    .c_headerBox{
    /*start of .c_headerBox - 720*/
        .gnbInner.flxBox{
        height: 60px;
        }
        .wjLogoImg{
            width: 150px;
            margin-bottom: 4px;
        }
        .popUpHeader{
            height: 60px;
        }
    }/*end of .c_headerBox - 720*/

}/*end of 720*/