.soc_ban{
    border-bottom-left-radius: 120px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 1200px;
}

@media screen and (max-width:667px) {
    .soc_ban{
        width: 95%;
    }
}

/* 適材適用 */
.list_item_box{
    width: calc(100% /5 - 1rem);
    margin: 1rem 0.5rem;
    text-align: center;
}

.list_item_box .cicle_text{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 1rem;
    background: #FFF9EE;
    border-radius: 100%;
}

.list_item_box span{
    display: block;
    margin-top: 1rem;
}

.soc_cultivation{
    position: relative;
    background: url(../images/soc_bg1.jpg) center bottom no-repeat;
}

@media screen and (max-width:767px) {
    .list_item_box{
        width: calc(100% /2 - 1rem);
        text-align: center;
    }

    .list_item_box .cicle_text{
        margin-right: 0;
    }

    .list_item_box span{
        display: block;
    }
}


/* 營造友善職場 */
.human_major_bg{
    position: relative;
    background: url(../images/soc_bg2.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.human_major_bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--grayColor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.welfare{
    display: flex;
    flex-wrap: wrap;
}

.welfare li{
    width: calc(100% / 3);
}

@media screen and (max-width: 991px) {
    .welfare li{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 767px) {
    .welfare li{
        width: 100%;
    }
}

.human_policy_box{
    background: url(../images/soc_bg3.png) center bottom no-repeat;
    background-size: 100%;
    padding: 50px 0;
}

.human_policy_box .box_item2::before{
    background: var(--orangeColor);
}

.human_policy_box .box_item2 ul{
    display: flex;
    flex-wrap: wrap;
}

.human_policy_box .box_item2 ul li{
    padding-left: 2.5rem;
    margin-bottom: .5rem;
    width: calc(100% / 2);
}

.human_policy_box .list.type_o li::before{
    top: 14px;
}

.work_bg{
    background: linear-gradient(180deg, #fff 50%, #FFF9EE 100%);
}

@media screen and (max-width:767px) {
    .human_policy_box .box_item2 ul li{
        width: 100%;
    }
}


/* 職場安全及健康 */
.safety_major_bg {
    background: var(--grayColor);
}

.major_box_item h4{
    background: var(--orangeColor);
}

.chemical_major_bg{
    position: relative;
    background: url(../images/soc_bg4.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.chemical_major_bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--orangeColor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.chemical_major_bg .triangle{
    bottom: auto;
    top: 0;
}

.box_item3 {
    width: calc(100% / 3 - 1rem);
    margin: 1rem 0.5rem;
}

.box_item3 .cicle_text{
    color: var(--orangeColor);
}

.box_item3 .cicle_text::before{
    background: #FFF9EE;
}

.box_item3 h5{
    border-color: var(--orangeColor);
}

@media screen and (max-width:1199px) {
    .box_item3{
        width: calc(100% / 3 - 1rem);
    }
}

@media screen and (max-width:991px) {
    .box_item3{
        width: calc(100% / 2 - 1rem);
    }
}

@media screen and (max-width:580px) {
    .box_item3{
        width: 100%;
    }
}


/* 兒少關懷 */
.soc_charity{
    position: relative;
    background: url(../images/soc_bg5.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.soc_charity::before{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--orangeColor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.soc_item_title{
    display: inline-block;
    margin-bottom: 2rem;
    background: var(--orangeColor);
    color: var(--whiteColor);
    padding: 1rem 2rem;
    border-radius: 10px;
}

.swiper.charityImgSwiper{
    padding: 0;
}

.swiper.charityImgSwiper .swiper-button-next, .swiper.charityImgSwiper .swiper-button-prev{
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: rgba(226, 35, 61, 0.6);
    color: var(--whiteColor);
    border-bottom-right-radius: 15px;
}

.swiper.charityImgSwiper .swiper-button-prev{
    right: 60px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
}

.soc_educate{
    background: #FFF9EF;
}

.soc_em_column{
    position: relative;
    background: url(../images/soc_bg6.jpg) center bottom no-repeat;
}

.soc_em_column::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
