#header_part {
    position: inherit;
    z-index: 240;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    background: #FFF;
    min-width: 1201px;

    transition: top 0.2s ease-in-out;

    position: fixed;
    padding-top: 4.12vw;
    top: -4.12vw;
}
.banner_up {
    top: -8.24vw !important;
}
.header_fixed{
     top: -4.12vw !important;
}
figure{
    margin: 0;
}
.top_banner{
    min-width: 1200px;
    height: 4.12vw;
    min-height: 51px;

}
.pc_head_logo_wrap{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 75px;
}
.pc_head_logo{

}
.pc_head_btn_wrap{
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
}
.noti_btn_container{
    width: 270px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;
    background-image: url(../images/down_btn.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    background-size: 18px auto;
    cursor: pointer;
    overflow: hidden;
    margin-left: 45px;

}
/*.noti_btn_content{
    line-height: 40px;
    margin-left: 45px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}*/

.noti_btn_content{
    line-height: 40px;
    margin-left: 45px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b27d1;
    background-image: -webkit-linear-gradient(92deg, #26aff3, #6e7191);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 1s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(60deg);
  }
}
















.header_top{
    position: relative;
    /*border-bottom: 1px solid #E8E8E8;*/
    height: 100%;
}
.top_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.sns{
    position: absolute;
    right: 5vw;
}
.sns a {
    margin-right: 20px;
}
.small_screen_logo{
    display: none;
}
.m_menu_bg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_inner {
    display: flex;
    position: relative;
    height: 160px;
    background: #FFF;
    z-index: 999; 
    border-bottom: 1px solid #E8E8E8;
}
.fixed_top{
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header_inner>.wrap {
    position: relative;
    height: 100%;
}
.menu_container {
    position: relative;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    display: block;
    height: 100%;
    width: max-content;
}
#main_menu {
    width: calc(100% + 3px);
    /*border: 1px solid #E8E8E8;*/
    background-color: #f5f5f5;
}
.first_menu {
    border-left: 1px solid #E8E8E8;
}
#main_menu>li {
    position: relative;
    display: table-cell;
    width: 171px;
    border-right: 1px solid #E8E8E8;
    text-align: center;
    min-width: 171px;
}


.main_menu_list img{
    max-width: none;
}
.main_menu_list a {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
#main_menu>li> a {
    background-color: #FFF;
    padding-bottom: 20px;
}
.main_menu_list span {
    font-size: 13px;
}
.main_menu_list b {
    font-weight: 400;
}
.main_menu_list > li > a > p {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 0;
}
.main_menu_list > li > a > img {
    margin-top: 25px;
    width: 65px;
}

/* .main_menu_list >li>ul {
    background-color: #F5F5F5;
    height: 255px;
    display: none;
    padding-top: 30px;
    border-top : 5px solid #fff;
} 
*/
/*.sub_menu {
    background-color: #F5F5F5; 
    height: max-content;
    display: none;
    padding : 30px 0;
    box-shadow: 0 1px #E8E8E8 inset; 
    background-color: #F5F5F5;
}
.sub_menu.on {
    display: block;
}*/

.sub_menu {
    background-color: #F5F5F5; 
    /*height: max-content;*/
    /*display: none;*/
    visibility: hidden;
    height: 0;

    /*padding : 30px 0;*/
    box-shadow: 0 1px #E8E8E8 inset; 
    background-color: #F5F5F5;

}

.sub_menu.on {
    visibility: visible;
    /*display: block;*/
    transition: all 0.2s;
    height: 330px;
}


.main_menu_list .selected,
.main_menu_list .selected >ul{
    background-color: #edeff2;
    box-shadow: 0 3px #0c4da2 inset; 
    /* border-top : 5px solid #0c4da2; */
}
.sub_menu > li >  a > p{    
    line-height: 45px;
}
.sub_menu > li :hover p{    
    color: #0c4da2;
    font-weight: bold;
}

.btn_close {
    right: 20px;
    position: absolute;
    top: 50%;
    left: auto;
    margin-left: 0;
    z-index: 2;
    overflow: hidden;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    text-indent: -999px;
    background: url(../images/pop_close03.png) no-repeat center;
}
#noti_pop {
    top: calc(160px + 4.12vw);
    display: none;
    position: fixed;
    width: 384px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    transition: top 0.2s ease-in-out;
}
#noti_pop.header_up{
    top: 160px;
} 
#noti_pop.header_fixed{
    top: 160px !important;
} 

#noti_pop .noti_pop_close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 1270px){
    .pc_head_logo {
        display: none;
    }
}
@media (max-width: 1200px){
    #header_part {
        width: 100%;
        min-width: 767px;
    }
}
@media (max-width: 800px){
     header{
        height: 80px;
    }
    .pc_head_logo_wrap{
        display: none;
    }
    .top_menu{
        background-color:#fff ;
        text-align: center;
    }
    #header_part {
        min-width: 100%;
        min-height: auto;
        position : fixed;
    }
    .header_top {
        position: relative;
        border-bottom: none;
        height: 80px;
    }
    
    .hamburger{
        margin-right: auto;
        width: 15%;
    }
    figure{
        padding: 0;
        margin: 0 20px;
    }
    .btn_call{
        margin-left: auto;
        width: 15%;
    }
    .logo{
        position :absolute;
        left:50%;
        transform:translateX(-50%);
    }
    .logo img{
            max-height: 60px;
    }
    header .header_inner.on{
        display: none; 
        position: absolute; 
        left: 0; top: 0;
        height: 100vh;
        width: 100%; 
        background-color: unset;
    }
    header .header_inner {
        display: none; 
        position: absolute; 
        left: 0; top: 0;
        height: 100vh;
        width: 100%; 
        background-color: unset;
    } 
    header .header_inner.on {
        display: block; 
        height: fit-content;
        position: fixed;
    }
    header .header_inner.on .menu_container {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        display: block;
        width: 80%; 
        height: 100%; 
        background-color: #fff;
        z-index: 999;
    }
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        display: none;
    }
    .m_menu_bg{
        background-color: rgb(85,85,85,0.65);
        height: 100vh;
        position: absolute;
        z-index: 1;
        width: 100%;
        overflow-y: auto;
    }
    header .header_inner.on .menu_container .m_menu_haeder{
        background-color: #0c4da2;
        height: 15vw;
        text-align: center;
        display: flex;
        justify-items: center;
        align-items: center;
        /*max-height: 75px;*/
    }
    #main_menu {
        border: none;
        width: 100%;
    }
    #main_menu>li {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #111;
        border-right: none;
    }
    .first_menu {
         border-left: unset; 
    }
    #main_menu>li > a{
        height: 15vw;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #111;
        /*max-height: 75px;*/
    }
    .main_menu_list > li > a > img {
        margin-top: 0;
        width: 10vw;
        padding-left: 2.5vw;
        max-width: 52px;
    }
    .main_menu_list > li > a > p {
        font-size: 4vw;
        font-weight: bold;
        margin: 0;
        margin: 0;
        padding-left: 14vw;
        position: absolute;
    }
    .m_menu_header_logo {
        width: 65%;
        padding-left: 8vw;
    }
    .m_menu_header_logo > img{
        position: relative;
        width: 100% ;
    }
    .m_menu_header_close_btn{
        position: absolute;
        right: 0;  
        width: 55px;
    }
    .main_menu_title{
        padding: 0;
    }
    .main_menu_list li a .open_sub_btn{
        display: block;
        position: absolute;
        right: 20px;
        width: 8%;
    }
    .main_menu_list li a .close_sub_btn{
        display: none;
        position: absolute;
        right: 20px;
        width: 8%;
    }
    .main_menu_list .main_active > a > .open_sub_btn{
        display: none;
    }
    .main_menu_list .main_active > a > .close_sub_btn{
        display: block;
    }
    .sub_menu {
        background-color: #fff;
        height: max-content;
        display: block;
        padding: 0;
        box-shadow: none;
    }
    .sub_menu > li {
        background-color: #fff;
        height: 14vw;
        max-height: 75px;
        text-align: left;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D7D7D7
    }
    .sub_menu > li > a{
        height: auto;
        position: initial;
    }
    .sub_menu > li > a > p{
        font-size: 4vw;
        font-weight: bold;
        margin: 0;
        padding-left: 13vw;
        color: #7e7e7e;
    }
   .mainMenuAccordionBtn .accIcon {
        right: 3vw;
    }

    .mainMenuAccordionBtn .accIcon:before{
        width: 2px;
        height: 5vw;
    }
    .mainMenuAccordionBtn .accIcon:after{
        width: 5vw;
        height: 2px;
    }
    .closeIcon{
        float: right;
        width: 30px;
        height: 30px;
        display: flex;
        margin-top: -17px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 3vw;
        transform: rotate(45deg);
    }
    .closeIcon:before, .closeIcon:after {
        content: '';
        position: absolute;
        border-radius: 50px;
        background-color: #8d9da8;
    }
    .closeIcon:before{
        width: 5vw;
        height: 2px;
    }
    .closeIcon:after {
        width: 2px;
        height: 5vw;
    }
    .accordion .item .sub_menu.show{
            visibility: visible;
    }
}