@media screen and (min-width:768px){}
@media screen and (max-width:767px){
    #footer4pc{
        display: none;
    }
}

#footer{
    margin-bottom: 70px;
}
.line{
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
#copyright{
    text-align: center;
    font-size: 10pt;
}

#footermenu{
    padding: 0 30px;
}
#footermenu .gnav{
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    justify-content: space-between;
}
.gnavlists{
    width: 18%;
}
#footermenu .gnavlists_a{
    text-decoration: none;
    color: black;
    text-align: center;
}
#footermenu .gnavlists_a i{
    margin-right: 5px;
}
#footermenu .gnavlists_a:hover{
    font-weight: 700;
}
/* updated on 2023-06-09 11:20 */