
body{
    margin: 2vw;
    margin-top: 5vw;
    font-size: 3.5vw;
}
.header{
    font-size: 3.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.header .header_normal{
    font-weight: 500;
    color: black;
}

.header .header_link{
    color: #0088FB;
}

table{
    width: 100%;
    text-align: center;
    border: 1px solid #E8E9ED;
    border-spacing: 0;
    border-collapse: collapse;
}
td{
    border: 1px solid #E8E9ED;
    padding: 1vw;
}

.left{
    text-align: left;
    padding-left: 4vw;
    position: relative;
}
.table-header{
    color:#80838D;
    font-size: 3.5vw;
    background: #F6F8FA;

}
.table-content{
    color: #292D3E;

}