/* Banner */
.reinvest_ban {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: url(../images/spj_rf_8127343_xl.jpg) center no-repeat;
    object-fit: contain;
    background-size: 1914px 800px;
}

.reinvest_ban::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.ban_con {
    position: relative;
    height: 300px;
}

.ban_title {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, 16%);
    color: #fff;
    /* text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075); */
}

.page_sitemap a {
    color: var(--textColor);
}

.page_sitemap a:hover {
    color: var(--mainColor);
}

@media screen and (max-width: 576px) {
    .ban_title {
        font-size: 2rem;
    }
}


/* button */
.btn {
    top: 1rem;
    right: 0rem;
    position: absolute;
    float: right;
}

.btn a {
    position: relative;
    float: right;
    color: #20297A;
    border: 1px solid #20297A;
    border-radius: 0.6em;
    padding: 0.7rem 3rem 0.7rem 1.2rem;
}

.btn a {
    color: #20297A;
}

.btn a:hover {
    background-color: #20297A;
    color: var(--whiteColor);
}

.btn a::before {
    content: "\e649";
    position: absolute;
    top: 0.9rem;
    right: 1rem;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/* reinvest_area */
.reinvest_area_all {
    position: relative;
    padding: 0 1rem;
}

.section_padding {
    padding: 2rem 0 6rem 0;
}

.bg2 {
    background: url(../images/spjD_idx_bg3.png) center no-repeat;
    background-size: cover;
}

.page_sitemap {
    font-size: 1.125rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    color: var(--textColor);
}

.icon_use {
    position: relative;
}

.icon_use img {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
}

.title p {
    font-size: 1.5rem;
    color: #20297A;
    margin: 1.5rem 0 1rem 5rem;
    padding: 0.5rem 0;
}

.title2 p {
    font-size: 1.5rem;
    color: #20297A;
    margin: 1.5rem 0 1rem 5rem;
    padding: 0.5rem 0;
}

.reinvest_area hr {
    border-color: #20297A;
}

.pic1 {
    width: 432px;
    height: 335px;
    margin: 1rem auto;
}

.carousel-indicators {
    bottom: 0.5rem;
}

.carousel-indicators li {
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    opacity: 0.3;
    background-color: #212979;
}

.pic2 {
    width: 432px;
    height: 335px;
    margin: 3.5rem auto;
}

.pic1 p,.pic2 p {
    height: 92px;
    padding-top: 1rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #F1F2F7;
}

.pic3,.pic4 {
    display: flex;
    justify-content: center;
}

.text {
    margin-top: 1.2rem;
}

.text p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.text_bg1 {
    padding: 1rem 2rem;
    background-color: #F1F2F7;
    border-left: 2px solid #20297A;
}

.text_bg2 {
    padding: 1rem 2rem;
    margin-top: 2rem;
    background-color: #F1F2F7;
    border-right: 2px solid #20297A;
}

@media screen and (max-width: 1440px) {
    .carousel-indicators {
        bottom: 0rem;
    }

    .pic1 {
        width: 400px;
        margin: 2rem auto;
    }

    .pic2 {
        width: 400px;
        margin: 5rem auto;
    }
}

@media screen and (max-width: 1359px) {
    .pic1 {
        width: 345px;
        margin: 3rem auto;
    }

    .pic2 {
        width: 345px;
        margin: 7rem auto;
    }
}

@media screen and (max-width: 1199px) {
    .pic1,.pic2 {
        height: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .ban_title {
        top: 46%;
    }

    .reinvest_area {
        padding-top: 0;
        padding-bottom: 3rem;
        /* padding: 0 1rem 3rem 1rem; */
    }

    .title {
        margin-bottom: 3.5rem;
    }

    .title2 {
        margin-bottom: 3.5rem;
    }

    .btn {
        top: 4.2rem;
    }

    .b1 {
        top: 4.3rem;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    .pic1,.pic2 {
        width: 100%;
        height: 80%;
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .btn {
        top: 6.2rem;
    }
}

@media screen and (max-width: 425px) {
    .b1 {
        top: 4.2rem;
    }
}

@media screen and (max-width: 320px) {
    .title2 {
        margin-bottom: 2.5rem;
    }

    .b1 {
        top: 5.3rem;
    }
}