﻿@charset "utf-8"; 
:root{ --headercolor: #111;}
.head-logo{display:flex;align-items:center;}
.head-logo .cname{font-weight:var(--fontbold7);color:var(--fontcolor);font-size:20px;}
@media (min-width:1025px){header:not(.is-active) .head-logo .cname{color:#fff;}}
@media (max-width:768px){.head-logo .cname{font-size:14px;}}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (min-width:1024px){header:not(.is-active) .head-logo .cname{color:#111}
.lang-icon img{filter:invert(1) brightness(0)}
}