footer {
    background-color: rgb(228, 228, 228);
    width: 100%;
    height: 560px;
    position: relative;
    z-index: 50;
}

.footer_menu {
    padding-left: 0%;
}

.footer_menu ul {
    display: flex;
    justify-content: center;
    align-items: left;
}

.link_list {
    list-style: none;
    height: 1.8rem;
    width: 7rem;
    text-align: center;
    border-left: 1px solid rgb(110, 108, 108);
    font-size: 1.0rem;
}

.link_list2 {
    list-style: none;
    height: 2rem;
    width: 9rem;
    text-align: center;
    border-left: 1px solid rgb(110, 108, 108);
    border-right: 1px solid rgb(110, 108, 108);
    font-size: 1.0rem;
}
.link_list a {
    text-decoration: none;
}
.link_list a:visited {
    color: black;
}
.link_list a:hover {
    background-color: rgb(137, 190, 59);
}
.link_list2 a {
    text-decoration: none;
}
.link_list2 a:visited {
    color: black;
}
.link_list2 a:hover {
    background-color: rgb(137, 190, 59);
}

.factory_info {
    position: static;
    width: 100%;
    height: auto;
}


.h_info {
    list-style: none;
    width: 50%;
    border-bottom: 1px solid rgb(76, 76, 76);
    margin: 0 auto;
}
.f_info {
    list-style: none;
    width: 50%;
    border-bottom: 1px solid rgb(76, 76, 76);
    margin: 0 auto;
}
.t_info {
    list-style: none;
    width: 50%;
    border-bottom: 1px solid rgb(76, 76, 76);
    margin: 0 auto;
}
@media screen and  (max-width: 1590px) {
    .h_info {
        width: 70%;
    }
    .f_info {
        width: 70%;
    }
    .t_info {
        width: 70%;
    }
}

.copy_right {
    padding-top: 1%;
    text-align: center;
    font-size: 1.2rem;
}
