.header_search svg,.header_language svg{
	transition: all ease-out .1s;
}
.header_search svg:hover,.header_language svg:hover{
    cursor: pointer;
    transform: scale(1.1);
	transition: all ease-out .1s;
}
.header_search .w_main{
    justify-content: space-between;
}
.header_search .w_main .pc{
    width: auto;
}
.searchShow{
    display: none;
    width: 70%;
    height: 100%;
    align-items: center;
}
.searchform{
    height: 70%;
    width: 100%;
}
.searchform_box{
    display: flex;
    justify-content: center;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.searchform_box input{
    width: 91%;
    border: none;
    background: none;
    color: rgba(255,255,255,0.7);
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
.searchform_box input::placeholder{
    color: rgba(255,255,255,0.7);
}
.searchform_box>*{
    height: 100%;
}
.searchform_box strong{
    display: flex;
    align-items: center;
}
.search-submit{
    background: none;
    border: none;
}
.headerChange .searchShow svg path{
    fill: var(--second-bgColor);
}
.headerChange .searchform_box{
    background: none;
    border: 1px solid var(--second-bgColor);
}
.headerChange .searchform_box input::placeholder{
    color: var(--second-bgColor);
}