
.head-page .item:nth-child(4)>a span {
    color: #D00000;
}
.strength_pg01 .texts{
    width: 45%;
}
.strength_pg01 .texts .con{
    margin-top: 45px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.strength_pg01 .imgs{
    width: 43.48%;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
    margin-top: 40px;
    margin-right: 40px;
    position: relative;
}
.strength_pg01 .imgs::after{
       content: "";
    display: block;
    width: 70.42%;
    height: 99%;
    background: #CC3925;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: -1;
}
.strength_pg02{
    position: relative;
    padding: 90px 0;
    box-sizing: border-box;
}
.strength_pg02::before{
    content: "";
    display: block;
    width: 60.05%;
    height: 100%;
    background: #EFEFEF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.strength_pg02 .lists{
    width: 83.25%;
    padding: 0 7%;
    box-sizing: border-box;
    position: relative;
}
.strength_pg02 .swiper-container{
    position: initial;
}
.strength_pg02 .swiper-slide .img{
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.strength_pg02 .swiper-slide .img img{
    display: block;
}
.strength_pg02 .text {
    margin-top: 22px;
    text-align: center;
}
.strength_pg02 .swiper-button-next, .strength_pg02 .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #999999;
    transition: all .4s;
}
.strength_pg02 .swiper-button-next{
    right: 20px;
}
.strength_pg02 .swiper-button-prev{
    left: 20px;
}
.strength_pg02 .swiper-button-next::after, .strength_pg02 .swiper-button-prev::after{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.strength_pg02 .page_title{
    max-width: 15%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.strength_pg02 .page_tit{
    width: 30px;
    line-height: 1.2;
}
.strength_pg02 .line{
    width: 8px;
    height: 45px;
    background: #D00000;
}
.strength_pg02 .page_title_l{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 85px;
    margin-right: 10px;
}
.strength_pg02 .desc{
    transform: rotate(90deg);
    color: #333333;
    margin-bottom: 20px;
}

.strength_pg02 .swiper-button-next:hover, .strength_pg02 .swiper-button-prev:hover{
    background: #D00000;
}

@media only screen and (max-width: 1280px) {
    .strength_pg01 .texts .con{
        max-height: 225px;
    }
    .strength_pg02{
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .strength_pg02{
        padding: 60px 0;
    }
}
@media only screen and (max-width: 960px) {
    .strength_pg02 .lists{
        width: 86%;
        padding: 0 9%;
    }
    .strength_pg02 .page_title{
        width: 13%;
    }
}
@media only screen and (max-width: 768px) {
    .strength_pg01 .texts {
        width: 100%;
    }
    .strength_pg01 .imgs{
        width: 100%;
    }
    .strength_pg01 .imgs::after {
        width: 100%;
        height: 99%;
        right: -20px;
        top: -20px;
    }
    .strength_pg01 .imgs{
        margin-right: 25px;
    }
    .strength_pg01 .texts .con {
        max-height: 139px;
        margin-top: 15px;
    }

    .strength_pg02 .page_title {
        width: 100%;
        max-width: 100%;
        flex-direction: column-reverse;
        text-align: center;
    }
    .strength_pg02 .page_tit{
        width: 100%;
    }
    .strength_pg02 .page_title_l {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
    }
    .strength_pg02 .desc {
        transform: rotate(0);
        display: none;
    }
    .strength_pg02 .line {
        width: 45px;
        height: 4px;
        background: #D00000;
    }
    .strength_pg02 .width1620 {
        flex-direction: column-reverse;
    }
    .strength_pg02 .lists {
        width: 100%;
        padding: 0 12%;
        margin-top: 25px;
    }
    .strength_pg02::before{
        width: 100%;
    }
    .strength_pg02 .swiper-button-next, .strength_pg02 .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .strength_pg02 .swiper-button-next::after, .strength_pg02 .swiper-button-prev::after{
        font-size: 14px;
    }
    .strength_pg02 .swiper-button-prev{
        left: 0;
    }
    .strength_pg02 .swiper-button-next{
        right: 0;
    }
    .strength_pg02 {
        padding: 30px 0;
    }
}