/* hidden_gnb */
.hidden_bg{
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    transition: all .3s ease-in-out;
}
.hidden_bg.on{
    opacity: 1;
    pointer-events: auto;
}
.hidden_menu{
    position: fixed;
    top: 0;
    right: 0;
    min-width: 270px;
    max-width: 400px;
    width: 92%;
    background: #fff url(../img/hidden_menu_logo.png) no-repeat right 65% / 50%;
    height: 100vh;
    box-sizing: border-box;
    transform: translateX(100%); 
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: scroll;
}
.hidden_bg.on .hidden_menu{
    transform: translateX(0%);
}
.close_menu{
    display: flex;
    justify-content: flex-end;
    margin: 2rem 2rem 0 0;
}
.hidden_gnb{
    font-size: 1.5rem;
}
.hidden_gnb>li:not(:last-child){
    border-bottom: 1px solid #f5f5f5;
}
.hidden_gnb>li{margin: 0 10px;}
.hidden_gnb>li>a{
    display: block;
    font-size: 1.7rem;
    padding: 10px 10px ;
    font-weight: 600;
    /* font-weight: normal; */  
}
.hidden_gnb>li>a.on{
    font-weight: bold;
    color: #0E3075;
}
.hidden_gnb .top_0{
    display: none;
    background: #f8f8f8;
    padding: 20px 36px;
}
.hidden_gnb .top_0>li>a{
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.hidden_gnb .top_0>li>ul{
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: .9em;
}
.hidden_gnb .top_0>li>ul>li:not(:last-child){margin-bottom: .5rem;}
.hidden_gnb .top_0 li:last-of-type a{
    margin-bottom: 0px;
}
.hidden_gnb .on .top_0 {
    display: block;
}
.hidden_bottom{
    background: #0E3075;
    color: #fff;
    height: 28vh;
    max-height: 200px;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
}
.hidden_bottom>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hidden_bottom .call{
    width: 13px;
    margin-right: 5px;
} 
.hidden_bottom a{
    color: rgb(52, 62, 71);
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}
.hidden_bottom .time_table{
    font-size: 16px;
    font-weight: 600;
    color: #fff;;
    line-height: 1.4;
}
.hidden_bottom .time_table li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.hidden_bottom .time_table b{
    width: 80px;
    display: flex;
    justify-content: space-between;
}
.time_table p{
    margin-top: 15px;
    font-size: 1.4rem;
}

/* header */
.header_container{
    width: 100%;
    height: 0;
}
header{
    font-family: "Paperlogy5";
    height: 80px;
    width: calc(100% - 30px);
    font-size: 20px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 2rem 0; */
    transition: all .5s ease ;
    z-index: 100;
    box-shadow: 4px 4px     9px rgba(0,0,0,0.15);
    /* background: rgba(0,0,0,0.1); */
    background: #fff;
    border-radius: 20px;
    border-bottom: 1px solid #C9C9C9;
}
.h_logo{max-width: 290px;line-height: 0;}

header.scroll{
    top: 0;
    width: 100%;
    border-radius: 0;
    /* background: #ffffff; */
    /* background: rgba(0,0,0,0.4); */
    /* border-bottom: 1px solid rgba(102, 102, 102, 0.3); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
}
header .gnb>li>a{
    color: #000;
}
header.scroll .bg_depth2{
    border-radius: 0;
}

header .h_left{
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 5rem;
    font-family: 'Paperlogy';
}
header .header_inner{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:0 auto;
    width: 95%;
}

header.on .line{
    stroke: #000;
}
header.on .bg_depth2{
    border-radius: 30px;
}
header.on{
    box-shadow: 0 19px 35px rgba(0,0,0,0.11);
    background: #fff;
    color: #000;
    border-radius: 30px;
    width: 98%;
    top: 1%;
}
header.on .menu-wrap svg .header_btn{
    stroke: #000 !important;
}

header.on .header_in_wrap{
    height: 80px;
}
.header_menu{
    display: flex;
}
.header_menu .gnb{
    display: flex;
}
.header_menu .gnb>li>a{
    padding: 0 60px;
    line-height: 1;
    display:inline-block;
    position: relative;
}

.header_menu .gnb>li>a:after {
    display:block;
    content: '';
    padding-top: .5rem;
    border-bottom: solid 6px #0E3075;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}

.header_menu .gnb > li.active > a:after {
    transform: scaleX(1); 
}

.header_menu .gnb>li:hover>a:after { transform: scaleX(1); }
.header_menu .gnb>li>a:after{  transform-origin:  0% 50%; }
.menu_left_deco{
    aspect-ratio: 3/2;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
}

/*  */
.header_menu .gnb>li{
    position: relative;
}
.header_menu:hover .depth2{
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.2s; /* ë°°ê²½ë³´ë‹¤ ëŠë¦¬ê²Œ ë‚˜íƒ€ë‚˜ê²Œ */
}
.depth2{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0 5px;
    z-index: 9999;
    color: #959595;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    transition: all .3s ease-in-out;
    transition-delay: 0s;
    height: 277px;
    border-right: 2px solid #F5F5F5;
}
.depth2.left{
    border-left: 2px solid #F5F5F5;
}
.depth2.right{
    border-right: none;
}
.depth2 li{
    transition: color .3s;
}
.depth2 li:hover{
    color: #0E3075;
    font-weight: 800;
}
.depth2 li:not(:last-child){
    margin-bottom: 1.1rem;
}
.bg_depth2{
    position: absolute;
    width: 100%;
    /* height: 270px; */
    height: 0;
    left: 0;
    top: 80px;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
    transition-delay: 0.2s;
}

.header_menu:hover .bg_depth2{
    height: 315px;
    transition-delay: 0s;
}
.h_right{
    display: none;
}
header .h_q_icon{
    display: flex;
    gap: 1rem;
    align-items: center;
    line-height: 0;
}
header .h_q_icon img{
    max-width: 50px;
}
header .h_q_icon .h_call{
    display: flex;
    align-items: center;
    gap: 1rem;
}
header .h_q_icon .h_call_txt{
    line-height: 1;
}
header .h_q_icon .h_call_txt i{
    font-size: 1.6rem;
    display: block;
    margin-bottom: .5rem;
}
header .h_q_icon .h_call_txt b{
    font-size: 2.4rem;
    display: block;
    color: #003686;
}
/* header.scroll .open_menu{
filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg) brightness(200%) contrast(201%);
} */
header .open_menu{
    display: none;
    /* padding-left: 50px; */
    cursor: pointer;
    align-items: center;
}

.header_link{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
}
.header_link{display: none;}
@media (min-width:0px) and (max-width:1700px){
    .header_menu .gnb>li>a {
        padding: 0 40px;
    }
    
}

@media (min-width:0px) and (max-width:1520px){
    .hover{max-width: 270px;}
    .header_menu .gnb_2depth_wrap .depth_2_right {
        padding: 60px;
        padding-bottom: 0;
    }
    .depth_2_left_l {
        max-width: 240px;
    }
    .h_telnum {
        font-size: 22px;
    }
    .depth_2_left_cover {
        gap: 40px;
        width: 90%;
        margin-left: 5%;
    }
    
}

@media (min-width:0px) and (max-width:1280px){
    header .header_inner{
        justify-content: space-between;
    }
    /* .header_container{height: 65px;} */
    header {
        height: 75px;
    }
    header.scrolled-top{
        height: 70px;
    }
    .header_inner .header_menu .gnb{
        display: none;
    }
    header .h_q_icon img {
        max-width: 40px;
    }
    header .open_menu{
        display: flex;
    }
    .h_right{
        display: flex;
    }
    header{
        background: #fff;
        /* background: rgba(0,0,0,0.1); */
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
    }
    header .gnb>li>a{
        color: #000;
    }
    
    header .login_icon,
    header .h_logo{
        filter: none;
        max-width: 250px;
    }
    
    header.scroll,
    header:hover{
        background: #ffffff;
    }
    .open_menu img{
        max-width: 25px;
    }
    .close_menu img{
        max-width: 20px;
        margin-top: 15px;
    }
    
}

@media (min-width:0px) and (max-width:900px){
    .h_call_txt{display: none;}
}
@media (min-width:0px) and (max-width:600px){
    .h_logo{width: 200px;}
    .h_right{
        margin-right: 1rem;
        gap: 1.5rem;
    }
    header{
        width: 100% !important;
        top: 0 !important;
        border-radius: 0px !important;
    }
}
@media (min-width:0px) and (max-width:350px){
    header .h_q_icon{display: none;}
}