#header {
    display:flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    height: 120px;
    z-index: 10;
}
#header .logoBox {
    align-items: center;
    padding-left: 100px;
    z-index: 11;
}
#header .logoBox .logo {
    position:relative;
    display:inline-block;
    font-size:0;
    width:220px;
    height:39px;
    background:url('/imgs/web/common/logoWhite.png') center no-repeat;
    background-size: 220px 39px;
    margin-top: -22px;
}
#header > .logoBox > .logo:hover {
    cursor: pointer;
}
/* 메뉴 */
#header .menuBox {
    /*position: absolute;*/
    padding:0;
    z-index: 12;
    /*left: 56%;*/
    /*transform: translateX(-55%);*/
    height: 120px;
    width: 60%;
}
#header .menuBox > ul {
    display:flex;
    justify-content: space-between;
    color: rgba(255,255,255, 0.8);
    font-size: 19px;
    text-align: justify;
}
#header .menuBox > ul >li {
    position: relative;
    color:#fff;
    text-align: center;
}
#header .menuBox > ul > li > a {
    height: 120px;
    padding: 0 10px;
    font-size: 20px;
    color: rgba(255,255,255, 0.8);
    display: flex;
    align-items: center;
}

/* 메뉴 - 서브메뉴 */
#header .menuBox ul li ul.subMenu {
    position: absolute;
    width: 145px;
    border: 0 rgb(0,0,0) solid;
    border-radius: 10px;
    background-color: rgb(255,255,255);
    font-weight: 400;
    font-size: 17px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 5px 10px 18px 10px;
    overflow: hidden;
    /*transition-duration: 0.4s; !* 높이가 지정되어있지 않으면 애니메이션이 끊기는 느낌이 든다.*!*/
    /*transition-timing-function: ease-in;*/
}

#header .menuBox ul li ul.subMenu li {
    line-height: 20px;
}
#header .menuBox ul li ul.subMenu li{
    color: rgb(0, 11, 15, 0.6);
    margin-top: 10px;
}

#header .menuBox ul li ul.subMenu > li:hover {
    color: rgba(25,138,105);
    font-weight: 600;
    cursor: pointer;
}


/* headerBtn */
#header .headerBtn {
    display: flex;
    z-index: 12;
}
/* KR EN */
#header .KrEn {
    width: 120px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#header .KrEn span {
    color: rgba(255,255,255, 0.6);
}
#header .KrEn span:last-child{
    margin-left: 15px;
}
#header .KrEn span.applied {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    border-width: 2px;
}

/* 사이드 메뉴 */
#header .listMenu {
    width: 120px;
    height: 120px;
    position: relative;
    line-height: 120px;
}
#header .listMenu .icon_menu {
    position: absolute;
    width: 35px;
    height: 24px;
    z-index: 73;
    top: 40%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
#header .listMenu .icon_menu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin-top: 9px;
    animation-duration: 0.2s; 
}
#header .listMenu .icon_menu span:nth-child(1){
    margin-top: 0;
}
#header .listMenu .icon_menu span:nth-child(2){
    margin-left: 5px;
}

@keyframes sideLineIn {
    0%   {   margin-left: 5px;} 
    50% {   margin-left: 3px;} 
    100% {   margin-left: 0px;} 
}
@keyframes sideLineOut {
    0%   {   margin-left: 0px;} 
    50% {   margin-left: 3px;} 
    100% {   margin-left: 5px;} 
}



/*********** 사이트맵 헤더 ***********/
#headerAll_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 987px;
    background-color: rgba(255,255,255, 1);
    z-index: 999;
}
#headerAll {
    position: relative;
    z-index: 1000;
    color:#fff;
    height: auto;
    max-height: 987px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#headerAll .topBox{
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#headerAll .topBox .logoBox {
    align-items: center;
    padding-left: 100px;

}
#headerAll .topBox .logoBox .logo {
    position:relative;
    display:inline-block;
    font-size:0;
    width:220px;
    height:39px;
    background:url('/imgs/web/common/logoWhite.png') center no-repeat;
    background-size: 220px 39px;
    margin-top: -17px;
}
#headerAll > .topBox .logoBox > .logo:hover {
    cursor: pointer;
}
/* 메뉴 */
#headerAll .menuBox {
    position: relative;
    margin:90px 15% 0 15%;
    left: 0;
    top: 0;
    width: 70%;
    min-width: 700px;
}
#headerAll .menuBox > ul {
    display:flex;
    flex-wrap: wrap;
    color: rgba(255,255,255, 0.8);
    font-size: 19px;
    width: 100%;
}
#headerAll .menuBox > ul >li {
    position: relative;
    width: 25%;
    color:#000000;
    text-align: left;
    margin-bottom: 100px;
}
#headerAll .menuBox > ul > li > div > a {
    display: block;
    height: 50px;
    padding: 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid rgb(221,221,221);
}

/* 메뉴 - 서브메뉴 */
#headerAll .menuBox ul li ul.subMenu {
    width: 145px;
    border: 0px rgb(0,0,0) solid;
    border-radius: 10px;
    background-color: rgb(255,255,255);
    font-weight: 400;
    font-size: 17px;
    height: auto;
    padding-top: 10px;
}
#headerAll .menuBox ul li ul.subMenu li{
    line-height: 20px;
    color: rgb(0, 11, 15, 0.6);
    margin-top: 10px;
}
#headerAll .menuBox ul li ul.subMenu > li:hover {
    color: rgba(25,138,105);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

/* 닫기 버튼 */
#headerAll .headerCloseBtn {
    display: inline-block;
    padding-right: 50px;
    align-items: center;
    z-index: 1001;
}
#headerAll .headerCloseBtn .icon_menu {
    width: 23px;
    height: 22px;
}
#headerAll .headerCloseBtn .icon_menu img {
    width: 100%;
    height: 100%;
}
#headerAll .headerBtn {
    display: none;
}

/*  배경 뒷 로고 */
.bgLogo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 417;
    height: 479px;
    padding-top:0;
}
.bgLogo img {
    width: 100%;
    height: 100%;
    z-index: 1002;
}


/* 1400 이하일때 메뉴 안보이게하기 */

@media (max-width:1400px) {
    #header .menuBox {
        display: none;
    }
    /* #header .KrEn {
        display: none;
    } */
}


