
.contbox{
    padding: 20px;
}
.titlebox{
    display: flex;
    flex-direction: row;
    margin: 30px 0px;
    border-bottom:2px solid #dbdbdb;
    justify-content: space-between;
}
.title{
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    color: #2456c8;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid #2456c8;
}

.textlabel{
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.textlabel::before{
    content: '· ';
    font-weight: 600;
}