.banner_other {
    padding-top: 100px;
    position: relative;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}

.bt_line {
    width: 32px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 32px 0;
}

.nav_all {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(9, 74, 134, 0.0500);
    display: flex;
    align-items: center;
    position: relative;
}

.nav_one {
    padding: 26px 0;
    font-size: 16px;
    color: #555555;
    /* margin-right: 100px; */
    margin-right: 5vw;
    position: relative;
}

.nav_othis {
    color: #F70D0D;
}

.nav_one:last-child {
    margin-right: 0;
}

.nav_one::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    width: 64px;
    height: 1px;
    background-color: #F70D0D;
    content: " ";
    opacity: 0;
    max-width: 100%;
}

.nav_othis::after {
    opacity: 1;
}

.navlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navleft {
    display: flex;
    margin: 0;
}

.search_all {
    background-color: #F2F2F2;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_all input {
    padding: 11px 16px;
    background-color: transparent;
    border: none;
    width: 270px;
}

@media(max-width:1200px) and (min-width:1024px) {
    .nav_one {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .banner_other {
        padding-top: 55px;
    }
    .nav_all {
        display: none;
    }
    .pc_show,
    .pc_img {
        display: none;
    }
    .banner_text {
        font-size: 24px;
    }
    .bt_line {
        margin: 12px 0;
    }
    .search_all input {
        padding: 10px 16px !important;
    }
    .navlist {
        padding: 30px 15px;
    }
}