.work_01_view img{
    margin:0 !important;
}
.work_01_view .top{
    background: white;
    height: 30px;
    border-radius: 10px 10px 0 0;
    margin-top:20px;
}
.work_01_view .top .point{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #cccccc;
    margin: 10px 0 0 10px;
}
.work_01_view .top .point:first-child{
    margin-left: 20px;
}
.work_01_view .bottom{
    background: white;
    height: 10px;
    border-radius: 0 0 5px 5px;
}/*
.text{
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}*/

.galleryText{
    margin: 40px 0 60px;
    border-top: 2px solid gray;
    padding-top: 20px;
}

.caseDetail_item_body.result li::before{
    background: var(--color-accent);
}