﻿@charset "utf-8"; 
#tagTabs .tagItem:nth-child(2){display:none}
.home-brand {padding-bottom:4%}
.home-brand-list {display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px;}
.home-brand-list li {width:11.5%;margin-top:15px;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;padding:5px;}
@media (max-width:1200px){.home-brand-list li{width:24%}}
@media (max-width:768px){.home-brand {padding-bottom:40px}
.home-brand-list{margin-top:15px}
.home-brand-list li{width:48%;position:relative;padding-bottom:20%}
.home-brand-list li img{display:block;width:90%;height:100%;position:absolute;top:0;left:5%;object-fit:contain}}