.soc_ban{
    background: url(../images/soc_ban.jpg) center no-repeat;
}
.page_ban::before {
    background: rgba(218, 108, 126, .7);
}
.ban_sec_title {
    padding-left: 200px;
}

.soc_box2{
    background: url(../images/soc_bg1.jpg) right top no-repeat;
    background-size: contain;
}
.soc_box2_con{
    background: rgba(255,255,255,.9);
    padding: 3rem 5rem;
}
/* .soc_box3{
    margin-top: 80px;
} */
.soc_box3_con{
    position: relative;
    /* width: calc(100% / 2 - 1rem); */
    width: 100%;
    background: rgba(209, 106, 78, .2);
    padding: 4rem 3rem 3rem 3rem;
    margin: .5rem;
}

/* 
@media screen and (min-width:992px) {
    .soc_box3_con:nth-child(3){
        margin-bottom: 0;
    }
} */

@media screen and (max-width:991px) {
    .soc_box3_con{
        margin-bottom: 100px;
    }
    .soc_box3_con:nth-last-child(1){
        margin-bottom: 0;
    }
}

.soc_box5 .list_icon1 li strong{
    display: inline-block;
    margin-bottom: 0.5rem;
}

.soc_circle_icon{
    width: 150px;
    height: 150px;
    position: absolute;
    right: 1rem;
    top: -75px;
}

@media screen and (max-width: 991px) {
    .soc_box3_con{
        width: 100%;
        padding: 4rem 2rem 3rem 2rem;
    }
    
    
}

.soc2_box2{
    background: url(../images/soc_bg2.png) left center no-repeat;
}
.min_title::before{
    color: #DA6C7E;
}
.mhn-slide .owl-prev, .mhn-slide2 .owl-prev, .mhn-slide3 .owl-prev, .mhn-slide .owl-next, .mhn-slide2 .owl-next, .mhn-slide3 .owl-next{
    border: 0;
    background: #DA6C7E;
}
.mhn-slide .owl-nav svg, .mhn-slide2 .owl-nav svg, .mhn-slide3 .owl-nav svg{
    fill: #fff;
}
.mhn-slide .owl-prev:hover, .mhn-slide .owl-next:hover{
    background: #D24B62;
}
.soc_near_box{
    position: relative;
    background: #F2F2F2;
    padding: 2rem;
    margin-bottom: 1rem;
}
.soc_near_box::before{
    content: "";
    width: 156px;
    height: 130px;
    background: url(../images/soc2_bg_left.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 1rem;
}
.soc_near_box::after{
    content: "";
    width: 156px;
    height: 66px;
    background: url(../images/soc2_bg_right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 1rem;
}
.near_num {
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    opacity: .8;
    font-size: 4rem;
    font-family: 'Molle', cursive;
    font-weight: 100;
    color: #fff;
}
.btn_pop{
    display: inline-block;
    padding: 1rem 2rem;
    margin-right: 1rem;
    margin-top: .5rem;
    border: 1px solid #2364aa;
    color: #2364aa;
    font-size: 1.125rem;
}
.btn_pop:hover{
    background: #2364AA;
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .soc2_box2 {
        background-size: 400px;
    }
}
@media screen and (max-width: 1280px) {
    .soc2_box2 {
        background-size: 300px;
    }
}
@media screen and (max-width: 991px) {
    .soc2_box2 {
        padding-bottom: 372px;
        background: url(../images/soc_bg2.png) left bottom no-repeat;
    }
}

/* 外部倡議參與 */
.soc3_box1{
    background: url(../images/soc3_bg.png) left bottom no-repeat;
}
.ini_par{
    position: relative;
    width: calc(100% / 2 - 2rem);
    padding: 3rem;
    margin: .5rem 1rem;
    background: rgba(210, 75, 98, .2);
    border-radius: 25px;
}
.ini_par::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 50px 0;
    border-color: transparent rgba(210, 75, 98, .2) transparent transparent;
    position: absolute;
    bottom: -50px;
    right: 10rem;
}
.ini_par::after{
    content: "";
    width: 140px;
    height: 140px;
    background: url(../images/soc3_icon1.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 1rem;
    bottom: .75rem;
    opacity: .5;
}
.ini_par.bg2::after{
    background: url(../images/soc3_icon2.svg) no-repeat;
    background-size: 100%;
}
.soc3_box2{
    position: relative;
    background: url(../images/soc3_bg2.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.soc3_box2::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #D24B62;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
}

.cg_box4{
    position: relative;
    background: url(../../cg/images/cg_bg6.jpg) center no-repeat;
}
.cg_box4::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 61, 116, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.paper_box{
    background: rgba(255, 255, 255, .9);
    padding: 3rem 5rem;
}
@media screen and (max-width:767px) {
    .ini_par{
        width: 100%;
    }
}