﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.foot-main .foot-about .foot-title{max-width:90%;}
.foot-main .foot-about .foot-title p{font-weight: var(--fontbold7);}
.head-logo p{font-weight: var(--fontbold7);font-size: var(--fontsize18);}
@media (max-width:1500px){.head-logo p{font-size: var(--fontsize14);}}
@media (max-width:600px){.head-logo{max-width:240px;}}