.detail-capsule{
    width: 140px;
    height: 60px;
}

.detail-capsule{
    width: 140px;
    height: 60px;
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    cursor: pointer;
}
.detail-capsule .icon{
    width: 24px;
    height: 24px;
}
.detail-capsule:hover{
    border: 1px solid #D0191E;
}

.special-article-item{
    width: 100%;
}
.special-article-img{
    width: 30%;
    height: 188px;
}
.special-article-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.special-list-item:first-child{
    margin-top: 12px;
}
.special-list-item:not(:first-child){
    margin-top: 20px;
}
.special-list-img{
    width: 30%;
    height: 70px;
}
.special-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}