
.behavioral-page .pd0{
    padding: 0;
}
.behavioral-page .behavioral-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.behavioral-banner h2{
    font-size: 32px;
    color: #0A317C;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 140px;
}
.behavioral-case .container{
    padding-top: 60px;
}
.behavioral-case .summary{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
    margin-bottom: 60px;
}
.behavioral-case h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 40px;
}
.behavioral-case h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.behavioral-case .custom-table{
    border-left: 1px dashed #E4E4E4;
    border-right: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    margin-bottom: 60px;
}
.behavioral-case .table{
    margin-bottom: 10px;
}
.behavioral-case .table thead {
    background: #80939E;
    color: #ffffff;
    font-size: 20px;
}
.behavioral-case .table thead tr th {
    padding: 10px 8px;
}
.behavioral-case .table tbody tr td{
    font-size: 18px;
    border-top: 1px solid #ffffff;
    vertical-align: middle;
}
.behavioral-case .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EAF6FD;
}
.behavioral-case .instrument-list-box{
    background: #EDF7FD;
    margin-bottom: 40px;
}
.behavioral-case .instrument-list{
    width: 1280px;
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 8px;
    padding: 20px;
}
.behavioral-case .instrument-list li{
    text-align: center;
    font-size: 18px;
}
.behavioral-case .case-item{
    border-radius: 40px;
    border: 1px solid #DFDFDF;
    padding: 20px 30px;
    margin-left: 25px;
}
.behavioral-case .case-item:nth-child(n+1){
    margin-top: 30px;
}
.behavioral-case .case-item .title-line{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #09357F;
    gap: 20px;
    padding: 15px 15px 0 15px;
    margin-bottom: 50px; 
}
.behavioral-case .title-line .left-line {
    width: 8px;
    border-radius: 5px;
    background-color: #00A0E9;
}
.behavioral-case .title-line .right-bottom-line {
    flex: 1;
    height: 4px;
    margin-top: 22px;
    background-color: #00A0E9;
    border-radius: 2px;
}
.behavioral-case .flex-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.behavioral-case .container-fluid .case-item:last-child {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .behavioral-page .behavioral-banner{
        background: url('../picture/mobile-banner-bg.jpg') no-repeat bottom top;
        min-height: 20rem;
    }
    .behavioral-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 9rem;
    }
    .behavioral-case .summary{
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin-bottom: 3rem;
    }
    .behavioral-case .container{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .behavioral-case h3{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .behavioral-case h3::before{
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
    }
    .behavioral-case .custom-table{
       margin-left: 0; 
       margin-bottom: 0;
    }
    .behavioral-case .table thead th{
        font-size: 1.6rem;
        padding: 1rem 0.5rem;
    }
    .behavioral-case .table tbody tr td{
        font-size: 1.4rem; 
    }
    .behavioral-case .instrument-list-box{
        margin-bottom: 2rem;
    }
    .behavioral-case .instrument-list li{
        font-size: 1.6rem;
    }
    .behavioral-case .case-item{
        margin-left: 0;
        padding: 1.5rem;
    }
    .behavioral-case .case-item:nth-child(n+1){
        margin-top: 2rem;
    }
    .behavioral-case .case-item .title-line{
        font-size: 1.4rem;
        gap: 1rem;
        padding: 1rem 1rem 0 1rem;
        margin-bottom: 2.5rem;
    }
    .behavioral-case .title-line .left-line{
        width: 0.5rem;
    }
    .behavioral-case .title-line .right-bottom-line{
        height: 0.3rem;
        margin-top: 1.8rem;
    }
    .behavioral-case .flex-img{
        margin-bottom: 2.5rem;
    }
}