.header{
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 90px;
    box-shadow: 0px 0px 4px 0px #858585;
}
.header_inner{
    position:relative;
}
.header_container{
    max-width: 1400px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
    display: flex;
}
.header_logo_area{
    width: 18%;
    text-align: center;
}
.header_logo_area img{
    height: 100%;
    width: 77%;
    cursor: pointer;
}
.header_menu_area{
    width: 72%;
    padding: 5px 0px 5px 85px;
}
.header_menu_area ul{
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    cursor: pointer;
    margin-left:30px;
}
.header_menu_area li{
    line-height: 70px;
    padding:0 30px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.header_menu_area li:hover{
    border-bottom:3px solid #0072b5;
    color:#0072b5;
}
.header_menu_area li a{
    /* font-family: 'Nanum Gothic'; */
    letter-spacing: -1px;
    font-size: 25px;
    font-weight: 500;
}
.header_login_area{
    width: 10%;
    padding: 15px 20px 15px 20px;
}
.header_login_area button:hover{
    color:#0072b5;
    border: 2px solid #0072b5;
}
.header_container button.login-btn{
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #2b396b;
    cursor: pointer;
}
.header_menu_sub{
    display: none;
    position: fixed;
    top: 80px;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 5px 2px 2px #c7c7c7;
    border-top: 0.1px solid #dbdbdb;
}
.sub_login_btn{
    background:none;
    border:none;
    color:white;
    font-size:16px;
    cursor: pointer;
    padding:0;
    margin-top:16px;
}
.header_menu_sub_container{
    width: 1275px;
    height: 100%;
    margin-left: auto;
    line-height: 60px;
}
.header_menu_sub_container a{
    font-size: 17px;
    margin-right: 50px;
}
.header_menu_sub_container a:hover{
    color: #0072b5;
}

/* 홈제외 기본페이지 컨텐츠 */
.page_contents_container{
    max-width: 1350px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 85px 20px;
    min-height: 500px;
}
.page_contents_title{
    font-size: 17px;
    color: #0D037A;
    font-weight: 600;
    word-break: keep-all;
}

.login_info{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 38px;
    right: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid;
}
.login_info:hover{
    color: #0072b5;
    border-bottom: 1px solid #0072b5;
}

.uploading{
    padding-top: 330px;
    display:none;
    background: #0000001c;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}

.hambergerBox{
    width:50px;
    height:40px;
    border: 1px solid black;
    /* position:relative; */
    /* display:block; */
    padding:9px 11px;
    cursor: pointer;
    display:none;
}
.hambergerBox > div{
    width:27px;
    height:3px;
    border-radius: 10px;
    background:black;
    transition:all 0.2s;
}
.hambergerBox > .icon1{
    margin-bottom:6px;
}
.hambergerBox > .icon2{
    margin-left:-3px;
    margin-bottom:6px;
}
.hambergerBox > .icon3{
    margin-left:3px;
}
.hambergerBox:hover > .icon2{
    margin-left:3px;
}
.hambergerBox:hover > .icon3{
    margin-left:-3px;
}

.menuBar{
    display:none;
    max-width:500px;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    z-index:100;
    overflow:hidden;
}
.menuBar-wrap{
    width:100%;
    height:100%;
    position:relative;
}
.rotBox{
    width:100px;
    height:100px;
    background:#00a0e3;
    position:absolute;
    top:45%;
    transform:translateY(-45%);
    right:50px;
    animation:rotate 4s linear infinite;
}
.reqBtn{
    width:100px;
    height:100px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:50px;
    text-align:center;
    animation:updown 1.5s linear infinite;
}
.reqBtn span{
    display:block;
    color:white;
    font-size:20px;
    line-height:100px;
}
.menu{
    width:500px;
    height:100%;
    background:rgba(0,0,0,0.7);
    position:fixed;
}
.menu .closeBtn{
    width:30px;
    height:30px;
    position:absolute;
    top:20px;
    left:20px;
    cursor:pointer;
}
.menu .closeBtn > div{
    width:27px;
    height:3px;
    border-radius: 10px;
    background:white;
    transition:all 0.2s;
    position:absolute;
    top:50%;
    transform:translate(-50%);
}
.menu .closeBtn .iconBtn{
    transform:rotate(45deg);
}
.menu .closeBtn .iconBtn2{
    transform:rotate(-45deg);
}
.menu ul{
    height:100%;
    padding-left:50px;
    padding-top:100px;
    padding-bottom:100px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    color:white;
}
 .menu ul li{
    font-size:40px;
}
.menu ul li a{
    position:relative;
}
.menu ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #00a0e3;
    color: #00a0e3;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    z-index:100;
}
.menu ul li a:hover:before, .menu ul li a:focus:before{
    max-width:100%;
}

@media all and (max-width:1680px){
    .header_container{
        /* max-width:1000px; */
    }
    .header_menu_area ul{
        margin-left:0;
    }
    .header_menu_area li a{
        font-size:17px;
    }
    .header_menu_area{
        padding:0;
        width:55%;
    }
    .login_info{
        right:10%;
    }
    
}
@media all and (max-width:1680px){
    .header_container{
        justify-content: space-between;
    }
    
    
}
@media all and (max-width:1430px){
    .header_container{

    }
    .header_menu_area ul{
        margin-left:0;
    }
    .header_menu_area li{
        
    }
    .header_menu_area li a{
        /* font-size:20px; */
    }
    .login_info{
        right:3%;
    }
}
@media all and (max-width:1270px){
    .header_container button.login-btn{
        font-size:14px;
    }
    .header_menu_area{
        /* width:40%; */
    }
    .header_menu_area li{
        padding:0 20px;
    }
}
@media all and (max-width:1200px){
    .header_menu_area{
        padding-left:0;
    }
    .header_menu_area ul{
        /* justify-content: end; */
    }
    .header_login_area{
        /* width:15%; */
    }
    
    .header_menu_area li a{
        /* font-size:16px; */
    }
    .header_menu_area li a{
        /* font-size:14px; */
    }
    .header_container button{
        /* font-size:12px; */
    }
}

@media all and (max-width:1110px){
    .header_menu_area li{
        padding:0 15px;
    }
    .header_login_area{
        padding:15px 15px;
    }
    .header_container button{
        /* font-size:10px; */
    }
    
}

@media all and (max-width:1024px){
    .login_info{
        top:45%;
        right:37%;
    }
    .header{
        /* height:auto; */
    }
    .header_container{
        padding-top:20px;
        justify-content: space-between;
        align-items: center;
    }
    .hambergerBox{
        display:block;
    }
    .header_menu_area{
        display:none;
    }
    .header_login_area{
        display:none;
    }
    a{
        font-size: 16px;;
    }
    .header_logo_area img{
        width:150px;
    }
    .page_contents_title{
        display:block;
        width:100%;
        text-align:center;
        margin-top:20px;
        font-size:15px;
    }
    
}

@media all and (max-width:499px){
    .header{
        height:auto;
    }
    .header_container{
        padding-top:10px;
    }
    .header_logo_area img{
        width:75px;
    }
    .hambergerBox{
        width: 40px;
        height: 30px;
        padding: 0;
        padding-top: 6.5px;
        padding-left: 9px
    }
    .hambergerBox > div {
        width: 20px;
        height: 1px;
    }
}