#news{background:var(--white);position:relative;z-index:1}#news .box{grid-template-columns:1fr;justify-content:space-between;align-items:flex-start}#news .category .category-flex{display:flex;align-items:flex-start;flex-wrap:wrap}#news .category-flex a{background:var(--lightgray);border-radius:100px;padding:5px 20px 8px;max-width:max-content;width:auto;text-align:center;font-size:var(--font-mc)}#news .category-flex a.active{background:var(--black);color:var(--white)}#news ol{margin:0 0 20px}#news ol li{border-bottom:1px dashed var(--gray);padding:0 0 15px;margin:0 0 15px}#news ol li a{display:grid;grid-template-columns:35% 55%;justify-content:left;align-items:center}#news ol li a.none,#news ol li a.none:hover p{color:var(--black);text-decoration:none}#news ol li a figure{border:1px solid var(--gray);overflow:hidden;height:100px;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}#news .news-content .flex{display:block;gap:10px}#news .cat{background:var(--black);color:var(--white);padding:1px 15px 3px;border-radius:100px;font-size:var(--font-mc);max-width:max-content;margin:0 0 10px}#news .date{font-size:var(--font-mc)}@media screen and (min-width:600px){#news .category-flex a{text-align:center}#news ol li{padding:0 0 20px;margin:0 0 20px}#news ol li a{grid-template-columns:22% 75%;justify-content:space-between;overflow:hidden}}@media screen and (min-width:1024px){#news .large-inner{max-width:var(--flex-80)}#news .box .button{max-width:var(--width480);margin:auto}#news .category .category-flex{gap:8px}#news .category-flex a{padding:8px 18px 10px;font-size:var(--font-mc)}#news .news-content .flex{display:flex}#news ol li a figure{height:150px}#news ol li a:hover p{color:var(--aqua);text-decoration:underline}}@media screen and (min-width:1400px){#news .box{grid-template-columns:32% 63%;justify-content:space-between;align-items:flex-start}#news .category-flex a{gap:20px}}