#tfooter { position: relative; background-color: #293037; } 
#tfooter .top { position: relative; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
#tfooter .top .top_item { position: relative; display: flex; flex-wrap: nowrap; }
#tfooter .top .top_item a { position: relative; display: inline-block; padding: 0 10px; font-weight: 600; font-size: 16px; color: #fff; }
#tfooter .top .top_item a::after { display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 80%; background-color: #404141; }
#tfooter .top .top_item a:first-of-type { padding-left: 0; }
#tfooter .top .top_item a:first-of-type::after { display: none; }

#tfooter .bottom { position: relative; padding: 40px 0; }
#tfooter .bottom dl { position: relative; display: flex; flex-wrap: nowrap; }
#tfooter .bottom dl dt { min-width: max-content; margin-right: 30px; }
#tfooter .bottom dl dt img { display: inline-block; width: 112px; }
#tfooter .bottom dl dd p { position: relative; display: inline-block; margin-right: 15px; font-weight: normal; font-size: 16px; color: #8a8a8a; line-height: 1.56; }

@media (max-width: 1680px) {
    #tfooter .top .top_item a { font-size: 15px; }

    #tfooter .bottom dl dt { margin-right: calc(11px + 1vw); }
    #tfooter .bottom dl dt img { width: calc(60px + 3vw); }
    #tfooter .bottom dl dd p { margin-right: 13px; font-size: 15px; }
}
@media (max-width: 1280px) {
    #tfooter .top .top_item a { padding: 0 8px; font-weight: 500; font-size: 14px; }
    #tfooter .bottom dl dd p { margin-right: 10px; font-size: 14px; }
}
@media (max-width: 767px) {
    #tfooter .top .top_item a { width: 33.3333%; padding: 0; text-align: center; font-size: 13px; }
    #tfooter .top .top_item a::after { height: 100%; }

    #tfooter .bottom dl { display: block; }
    #tfooter .bottom dl dt { margin-right: 0; width: 100%; min-width: initial; text-align: center; }
    #tfooter .bottom dl dt img { width: 82px; }
    #tfooter .bottom dl dd { margin-top: 20px; width: 100%; }
    #tfooter .bottom dl dd br { display: none; }
    #tfooter .bottom dl dd p { display: block; margin-right: 0; font-size: 13px; }
}