#header {
    height: 100px;
    line-height: 100px;
}
#header .logoBox {
    padding-left: 3%;
}
#header .logoBox .logo {
    margin-top: 0;
}
/* 메뉴 */
#header .menuBox {
    display: none;
}
/* headerBtn */
/* KR EN */
#header .KrEn {
    display: none;
}
/* 사이드 메뉴 */
#header .listMenu {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .listMenu .icon_menu {
    position: relative;
    top: 0;;
    left: 0;
    transform: none;
}


/* 사이트맵 리스트 헤더 */
#headerAll {
    overflow-y: scroll;
    justify-content: space-between;
    height: auto;

}
#headerAll .headerBox {
    min-height: 450px;
}
#headerAll .topBox {
    border-bottom: 2px solid rgb(221,221,221);
    height: 98px;
    z-index: 11;
}
#headerAll .topBox .logoBox {
    padding-left: 3%;
}

/* 메뉴 */
#headerAll .menuBox {
    margin:0;
    padding: 0;
    top: 0;
    width: 100%;
    min-width: auto;
    z-index: 11;
    min-height: 350px;
}
#headerAll .menuBox > ul >li {
    padding: 0 0;
    width: 100%;
    margin-bottom: 0;
}
#headerAll .menuBox > ul > li > div {
    width: 94%;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
    border-bottom: 1px solid rgb(221,221,221);
}
#headerAll .menuBox > ul > li > div > a {
    display: inline-block;
    height: auto;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: none;
}
#headerAll .menuBox > ul > li.on > div > a {
    color: rgb(25, 138, 105);
}
#headerAll .menuBox > ul > li > div::after {
    padding-right: 4px;
    content: url(/imgs/tablet/common/down.png);
}
#headerAll .menuBox > ul > li.on > div::after {
    content: url(/imgs/tablet/common/up.png);

}
/* 메뉴 - 서브메뉴 */
#headerAll .menuBox ul li ul.subMenu {
    display: none;
    padding: 3% 3%;
    width: 94%;
    border-radius: 0;
    background-color: rgb(238, 238, 238);
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
}

#headerAll .menuBox ul li ul.subMenu > li:first-child{
    margin-top: 0;
}
#headerAll .menuBox ul li ul.subMenu > li:hover {
    color: rgba(25,138,105);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

/* 닫기 버튼 */
#headerAll .headerCloseBtn {
    width: 100px;
    height: 100px;
    position: relative;
    line-height: 100px;
    padding-right: 3%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    z-index: 11;
}
/* 하단 언어 및 백로고 */
#headerAll .headerBtn-bgLogo {
    position: relative;
    display: block;
    width: 100%;
    z-index: 11;
    padding: 40px 0;
    z-index: -1;
}
#headerAll .headerBtn-bgLogo .KrEn {
    display: flex;
    justify-content: center;
}
#headerAll .headerBtn-bgLogo .KrEn > span{
    color: rgba(0, 11, 15, 0.302);
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
}
#headerAll .headerBtn-bgLogo .KrEn > span.applied {
    color: rgb(25, 138, 105);
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(25, 138, 105);
    border-width: 2px;
    font-weight: bold;
}

/*  배경 뒷 로고 */
#headerAll .headerBtn-bgLogo .bgLogo {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 300;
    height: 330;
    padding-top: 0;
}
#headerAll .headerBtn-bgLogo .bgLogo img {
    width: 100%;
    height: 100%;
}




