table.table {
    width: 100%;
    text-align: left;
}
table.table thead {}
table.table tr th, table.table tr td:first-child {
    /*font-size: 1vw;*/
    font-weight: 500;
    color: var(--tc1);
    border-left: 3px solid var(--tc2);
    padding: .4vw 1vw 2vw .5vw;
}
table.table tbody {}
table.table tbody tr:nth-child(odd) {
    background: #F9F9F9;
}
table.table tbody tr:nth-child(even) {
    background: #fff;
}
table.table tbody tr th {
    padding: 2vw .5vw 2vw 1vw;
    color: var(--tc1);
    font-size: 1vw;
    line-height: 1.4;
}
table.table tbody tr td {
    color: var(--tc1);
    font-size: 1vw;
    padding: 2vw 0vw 2vw .5vw;
    border-left: 3px solid #ECEFF0;
    line-height: 1.4;
}
table.table tbody tr th span {
    font-size: 1vw;
    font-weight: 500;
    color: var(--tc2);
}
.row_bgw{
    background: #fff !important;
}
.row_bno{
    border-right: none !important;
}
.tr_pad td, th{
    padding: .5vw 0.5vw .5vw 1vw !important; 
    background: #fff !important;
}
.row_br{
    font-size: 1vw !important;
    font-weight: 500 !important;
    color: var(--tc2) !important;
    border-right: 8px solid var(--tc2) !important;
}
.tabborit{
    border-right: 8px solid var(--tc2) !important;
}
.tabborit{
    border-right: 8px solid var(--tc2) !important;
}
.tabbobot{
	border-bottom: 8px solid var(--tc1) !important;
}
.menstik {
    width: 25vw;
    height: 3vw;
    display: flex;
    align-items: center;
    position: absolute;
    background: var(--tc1);
    border-right: 2.5vw solid var(--tc2);
    left: 18vw;
    top: 30vw;
    z-index: 99;
    padding: 0 2vw;
    cursor: pointer;
}
.menstik > p {
    color: #fff;
    font-weight: 500;
}
.menstik > img {
    position: absolute;
    left: 2vw;
}
.mousescrol {
    width: 8vw;
    height: 8vw;
    background: var(--tc1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 42vw;
    z-index: 99;
    top: 33vw;
}
.menstik .submen {
    width: 100%;
    background: #ECEFF0;
    position: absolute;
    top: 3vw;
    right: 0;
    padding: 2vw;
    clip-path: circle(0vw at top right);
    transition: all .5s ease-in-out;
}
.menstik .submen > a{
	color: var(--tc1);
	margin-bottom: 1vw;
	display: block;
	line-height: 1.4;
}
.menstik .submen.active{
	clip-path: circle(60vw at top right);
}
.des_logo{
    display: block;
}
.mob_logo{
    display: none;
}
/*.hm_chapter_slider a i {
    transform: rotate(180deg);
}*/