.header_full_width{
    width: 100%;
    height: 95px;
    background: white;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45);
}
#stickey{
    position: sticky;
    top: 0;
    z-index: 111;
}
.header_fix_width{
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px;
}
.header_content_inline_jusfity_sp_align_item_center{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.header_width_20{
    width: 20%;
    height: auto;
}
.header_width_55{
    width: auto;
    height: auto;
    padding: 5px;
}
.header_width_17{
    width: 26%;
    height: auto;
    padding: 5px;
}
.header_ul{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.header_li{
    list-style: none;
    margin: 10px 5px;
}
.header_a{
    padding: 11px 17px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: syne;
    text-decoration: none;
    color: black;
    transition: 0.5s ease-in;
    border-radius: 50px;
}
.active, .header_a:hover{
    border: 1px solid #3cbaff;
    color: #ffffff;
    background: #3cbaff;
}
.header_button_black{
    padding: 13px 25px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
    border-radius: 50px;
    border: 3px solid #3cbaff;
    background: #3cbaff;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.7s ease-in-out;
    cursor: pointer;
}
.header_button_black:hover{
    background: white;
    color: #ff9600;
}
.header_button_section{
    display: flex;
    justify-content: center;
}
.menu{
    max-width: 30px;
    height: auto;
    display: none;
    margin-right: 3px;
}
.close_menu{
    max-width: 30px;
    height: auto;
    display: none;
    margin-right: 3px;
}