body.care-mode .responsibilities-content{
    font-size: 36px;
    line-height: 60px;
}
body.care-mode .more-link,body.care-mode .more-link a{
    font-size: 36px;
}
body.care-mode .department-item a,
body.care-mode .departments-group-title,
body.care-mode .content-section-box-header,
body.care-mode .agency-item a{
    font-size: 36px;
}
body.care-mode .agencies-list{
    justify-content: space-between;
}
body.care-mode .agencies-list .agency-item{
    flex: initial;
}
body.care-mode .content-section-box-item a{
    font-size: 36px;
}
/* 大於第6個a標簽 */
body.care-mode .content-section-box-item a:nth-child(n+6){
    white-space: nowrap;
}
body.care-mode .content-section-box{
    gap: 50px;
}
body.care-mode .departments-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
body.care-mode .department-item{
    width: 20%;
    padding: 20px 0;
}
body.care-mode .department-item:nth-child(10),body.care-mode .department-item:last-child{
    width: 40%;
}
body.care-mode .leader-item-simple .leader-name,body.care-mode .leader-item-simple .leader-position{
    font-size: 36px;
}
body.care-mode .leader-item-simple{
    margin-bottom: 15px;
}
body.care-mode .leadership-left{
    flex: initial;
}
body.care-mode .leadership-right{
    display: none;
}
body.care-mode .leadership-container{
    display: none;
}
body.care-mode .leadership-container-care{
    display: block;
}
body.care-mode .leadership-first-row-care,.leadership-second-row-care{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
}
body.care-mode .leadership-first-row-care a:first-child{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}
body.care-mode .leader-name-care{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
body.care-mode .leader-position-care{
    padding-top: 10px;
    font-size: 36px;
    line-height: 56px;
    display: block;
}
body.care-mode .leadership-second-row-care{
    padding-top: 30px;
}
body.care-mode .leadership-third-row-care{
    padding: 30px 0 0;
    display: flex;
}
body.care-mode .leadership-third-row-care a{
    width: 338px;
}
body.care-mode .leadership-section{
    margin-bottom: 0;
    border-bottom: none;
}
body.care-mode .leadership-first-row-care >a:nth-child(2) .leader-position-care{
    width: 282px;
}
body.care-mode .leadership-first-row-care >a:nth-child(3) .leader-position-care{
    width: 204px;
}
body.care-mode .leadership-first-row-care >a:nth-child(n+4) .leader-position-care{
    width: 182px;
}
body.care-mode .leadership-second-row-care >a{
    flex: 1;
    margin-right: 50px;
}
body.care-mode .leadership-second-row-care >a:last-child{
    margin-right: 0;
}
body.care-mode .departments-section-diy{
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
}