body.gnbOff header nav .gnb {
    display: none;
}

header {
    width: auto;
    background-color: transparent;
    /* position: fixed; */
    z-index: 1000;
    top:0;
}

body.headerAbs header {
    position: absolute;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
}

header a {}

header nav {
    /* width: 100%; */
    /* height: 110px; */
}
.header_bg{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 80px;
    /* background: rgba(1,1,1,0.5); */
    z-index: 5;
    display: none;
}

header nav .header_logo {
    font: 0/0 all;
    position: fixed;
    left: 2%;
    top: 2.5%;
    z-index: 10000;
    transition: 0.5s all;
}
header.active-show nav .header_logo{
    top:15px;
}
header nav .header_logo img{max-width: 208px;}

header .pagingWrap{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 12.5px;
    position: fixed;
    right: 2%;
    z-index: 10;
    top: 2.5%;
}
header .pagingWrap .paging{
    border: 2px solid #878686;
    border-radius: 30px;
    width: 12.5px;;
    height: 12.5px;;
    transition: 0.5s all;
    cursor: pointer;
}
header .pagingWrap .paging.active{
    background: #0060af;
    border-color: #fff;
}

#menuOpen_btn {
    width: auto;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
    position: fixed;
    z-index: 10000;
    right: 2%;
    top: 5%;
    outline: none;
    transition: 0.75s all;
    display: flex;
    align-items: center;
}
header.active-show #menuOpen_btn{
    top: 27.5px;
}
.SlideF #menuOpen_btn{
}
header.active #menuOpen_btn{}

#menuOpen_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    font-size: 0;
    transition: 0.75s;
}
header.active.SlideF #menuOpen_btn span{
    background-color: #fff;
}
#menuOpen_btn .menu_title{
    font-size: 16px;
    color: #fff;
    transition: 0.5s all;
    letter-spacing: 0;
    margin-right: 15px;
}
header.active #menuOpen_btn .menu_title{
    opacity: 0;
    display: none;
}

#menuOpen_btn .hambeg{
    display: flex;
    flex-direction: column;
    width: 35px;
    height: 25px;
    justify-content: space-between;
    align-items: flex-end;
}
header.active #menuOpen_btn span {
    margin: 0 auto;
    transition: background-color 0.3s 0s, opacity 0.3s 0.3s, margin 0.3s 0.3s, transform 0.3s 0s;
    width: 100%;
}

header #menuOpen_btn span:nth-child(2){
    width: 75%;
}

/* #menuOpen_btn:hover span:nth-child(odd) {
    width: 50%;
} */

header.active #menuOpen_btn span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}

header.active #menuOpen_btn span:nth-child(2) {
    display: none;
}

header.active #menuOpen_btn span:nth-child(3) {
    transform: translateY(-13px)  rotate(45deg);
}

header .Allmenu{
    position: fixed;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 0;
    transition: 1s all;
    z-index: -1;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
}
header.active .Allmenu {
    height: 100%;
    opacity: 1;
}
header .Allmenu .box_wrap{
    background: url(../images/header_allmenu_bg.jpg);
    width: 100%;
    overflow: hidden;
    transition: 0.75s all;
    cursor: default;
    height: 100%;
    text-align: right;
}
header .Allmenu .gnbWrap{
    display: inline-flex;
    text-align: center;
    flex-direction: column;
    width: auto;
    margin-right: 15%;
    height: 100%;
    justify-content: center;
}
header .Allmenu .gnb_list{
    text-align: left;
}
header .Allmenu .gnb_list.logo{
    text-align: center;
    padding-left: 0;
}
header .Allmenu .gnb_list:nth-last-child(1){
    margin-right: 0;
    border: none;
}
header .Allmenu .gnb_list .Main{
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: -1px;
    color: #fff;
}
header .Allmenu .gnb_list a{
    transition: 0.5s all;
}
header .Allmenu .gnb_list a:hover{
    color:#00aeef;
    transition: 0.5s all;
}
header .Allmenu .sub{
    display: flex;
    flex-direction: column;
}
header .Allmenu .sub_con{
    color: #898989;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5%;
    letter-spacing: -1px;
}
header .Allmenu .sub_con:nth-last-child(1){
    margin-bottom: 0;
}

@media(max-width:1080px) {
    header nav .header_logo{
        left: 15px;
        top:30px;
        width: 50px;
    }
    header nav .header_logo img{
        width: 100%;
    }
    #menuOpen_btn{
        top:30px;
        right:15px;
    }
    header.active-show #menuOpen_btn{
        top: 17px;
    }
    .header_bg{
        height: 60px;
    }
    header .Allmenu .box_wrap{
        background: url(../images/header_allmenu_bg_m.jpg) center center / cover no-repeat;
    }
}
@media(max-width:720px){
    header .Allmenu .gnb_list .Main{
        font-size: 25px;
    }
    header .pagingWrap{
        width: 43px;
        top: auto;
        bottom: 12.5%;
        right: 1.5%;
        gap: 10px;
        align-items: center;
    }
    header .pagingWrap .paging{
        width: 10px;
        height: 10px;
    }
}
