/* ÀÎÀçÃ¤¿ë sub */
.rec_wrap {
    padding: 150px 0 0;
}

    .rec_wrap .inner {
    }

        .rec_wrap .inner .tit {
            margin-bottom: 60px;
            text-align: center;
        }

            .rec_wrap .inner .tit h2 {
                font-size: 42px;
                line-height: 1;
            }

        .rec_wrap .inner .list .dflx_item {
            display: flex;
        }

            .rec_wrap .inner .list .dflx_item.rev {
                display: flex;
                flex-direction: row-reverse;
            }

            .rec_wrap .inner .list .dflx_item .bg,
            .rec_wrap .inner .list .dflx_item .txt {
                width: 50%;
            }

            .rec_wrap .inner .list .dflx_item .bg {
                height: 450px;
                background-size: cover !important;
            }

.rec_list:nth-child(1) .dflx_item:nth-child(1) .bg {
    background: url(../images/sub/rec_bg3.png) center center no-repeat;
}

.rec_list:nth-child(1) .dflx_item:nth-child(2) .bg {
    background: url(../images/sub/rec_bg2.png) center center no-repeat;
}

.rec_list:nth-child(1) .dflx_item:nth-child(3) .bg {
    background: url(../images/sub/rec_bg1.png) center center no-repeat;
}

.rec_wrap .inner .list .dflx_item .txt .df {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px;
}

    .rec_wrap .inner .list .dflx_item .txt .df .desc h2 {
        font-size: 36px;
        font-weight: 400;
        color: #111;
        line-height: 1;
        margin-bottom: 14px;
        position: relative;
        display: inline-block;
    }

        .rec_wrap .inner .list .dflx_item .txt .df .desc h2:after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 6px;
            position: absolute;
            top: 0;
            right: -15px;
            background: #B71C2C;
        }

    .rec_wrap .inner .list .dflx_item .txt .df .desc strong {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 24px;
        font-size: 17px;
        color: #B71C2C;
        border-bottom: 1px solid #eee;
    }

    .rec_wrap .inner .list .dflx_item .txt .df .desc p {
        font-size: 18px;
        line-height: 1.4;
        color: #555;
    }

.rec_list:nth-child(1) {
    max-width: 1440px;
    margin: 0 auto;
}

.rec_list:nth-child(2) {
    padding: 80px 20px;
}

    .rec_list:nth-child(2) .list ul {
        max-width: 1200px;
        margin: 0 auto;
    }

        .rec_list:nth-child(2) .list ul li {
            padding: 50px 0;
            border-bottom: 1px solid #eee;
        }

            .rec_list:nth-child(2) .list ul li .over {
                display: flex;
                align-items: center;
            }

                .rec_list:nth-child(2) .list ul li .over span {
                    display: inline-block;
                    width: 100px;
                }

            .rec_list:nth-child(2) .list ul li .con {
                flex: 1;
            }

                .rec_list:nth-child(2) .list ul li .con h2 {
                    font-size: 28px;
                    line-height: 1;
                }

.rec_list:nth-child(3) {
    padding: 100px 0;
    background: #fbfbfb;
}

    .rec_list:nth-child(3) ol.list_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        max-width: 1400px;
        margin: 0 auto 60px;
        list-style: none;
    }

        .rec_list:nth-child(3) ol.list_top li {
            padding-left: 50px;
            padding-right: 50px;
            margin-bottom: 80px;
            width: 25%;
            display: inline-block;
            box-sizing: border-box;
        }

            .rec_list:nth-child(3) ol.list_top li:nth-child(3) {
                margin-bottom: 0;
            }

            .rec_list:nth-child(3) ol.list_top li:nth-child(4) {
                margin-bottom: 0;
            }

            .rec_list:nth-child(3) ol.list_top li .over {
                display: flex;
                justify-content: center;
            }

                .rec_list:nth-child(3) ol.list_top li .over .con {
                    width: 250px;
                    height: 250px;
                    border: 2px solid #B71C2C;
                    background: #fff;
                    border-radius: 250px;
                    overflow: hidden;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .rec_list:nth-child(3) ol.list_top li .over .txt h2 {
                    font-size: 24px;
                    line-height: 1;
                    margin-bottom: 10px;
                    color: #111;
                    font-weight: 700;
                }

                .rec_list:nth-child(3) ol.list_top li .over .txt p {
                    font-size: 14px;
                    line-height: 1.4;
                    word-break : keep-all;
                }

                    .rec_list:nth-child(3) ol.list_top li.on .con {
                        background: #B71C2C;
                        animation: repulse 2s infinite;
                    }

                .rec_list:nth-child(3) ol.list_top li.on .over .txt h2 {
                    color: #fff;
                }

                .rec_list:nth-child(3) ol.list_top li.on .over .txt p {
                    color: #fff;
                }

@-webkit-keyframes repulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(183, 28, 44, 0.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(155, 155, 155, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 77, 77, 0);
    }
}


/*            @keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(183, 28, 44, 0.4);
                    box-shadow: 0 0 0 0 rgba(183, 28, 44, 0.4);
                }

                70% {
                    -moz-box-shadow: 0 0 0 20px rgba(155, 155, 155, 0);
                    box-shadow: 0 0 0 20px rgba(155, 155, 155, 0);
                }

                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(77, 77, 77, 0);
                    box-shadow: 0 0 0 0 rgba(77, 77, 77, 0);
                }
            }*/


.rec_bnn .inner {
    position: relative;
    height: 450px;
    background: url(../images/sub/rec_bnn.png) center center no-repeat;
    background-size: cover !important;
}

    .rec_bnn .inner:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0, 0, 0, .3);
        display: block;
        z-index: 1;
    }

    .rec_bnn .inner .df {
        display: flex;
        align-items: center;
        height: 100%;
        max-width: 1260px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

        .rec_bnn .inner .df .txt {
            position: relative;
            width: 100%;
        }

            .rec_bnn .inner .df .txt h2 {
                font-size: 38px;
                line-height: 1.4;
                color: #fff;
            }

            .rec_bnn .inner .df .txt a {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                display: inline-block;
                width: 190px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                background: #181818;
                font-weight: bold;
                color: #fff;
                transition: all .3s;
            }

                .rec_bnn .inner .df .txt a:hover {
                    background: #B71C2C;
                }

@media (max-width:1450px) {

    .rec_list {
        padding: 0 20px;
    }

    #sub_wrap .sub_cmbg .bg .df {
        padding-left: 40px;
    }
}

@media (max-width:1320px) {

    .rec_list:nth-child(3) ol.list_top li {
        padding-right: 30px;
        padding-left: 30px;
    }

        .rec_list:nth-child(3) ol.list_top li .over .con {
            width: 240px;
            height: 240px;
        }
}

@media (max-width:1280px) {
    .rec_bnn .inner {
        padding: 0 20px;
    }
}

@media (max-width:1200px) {
    .rec_wrap {
        padding: 80px 0 0;
    }

    .rec_list {
        padding: 0 20px;
    }

    .rec_wrap .inner .list .dflx_item .bg {
        margin-right: 0;
    }

    .rec_wrap .inner .tit h2 {
        font-size: 36px;
    }
}


@media (max-width:1150px) {
    .rec_list:nth-child(3) ol.list_top li {
        width: 50%;
    }
}

@media (max-width:1080px) {
    .rec_list:nth-child(3) ol.list_top li .over .con {
        width: 210px;
        height: 210px;
    }

    .rec_list:nth-child(3) ol.list_top li .over .txt p {
        font-size: 13px;
    }
}

@media (max-width:1024px) {
    .rec_list:nth-child(3) ol.list_top li {
        padding-right: 15px;
        padding-left: 15px;
    }

    #sub_wrap .sub_cmbg .bg .df h2 {
        font-size: 42px;
    }

    .rec_bnn .inner .df .txt h2 {
        font-size: 32px;
    }

    .rec_wrap .inner .list .dflx_item .txt .df .desc h2 {
        font-size: 32px;
    }

    .rec_wrap .inner .list .dflx_item .txt .df .desc p {
        font-size: 16px;
    }

    .rec_list:nth-child(2) .list ul li .con h2 {
        font-size: 24px;
    }
}

@media (max-width:950px) {
    .rec_wrap .inner .list .dflx_item {
        display: block;
        margin-bottom: 80px;
    }

        .rec_wrap .inner .list .dflx_item.rev {
            display: block;
        }

        .rec_wrap .inner .list .dflx_item:last-child {
            margin-bottom: 0;
        }

        .rec_wrap .inner .list .dflx_item.rev {
            flex-direction: row;
        }

        .rec_wrap .inner .list .dflx_item .bg,
        .rec_wrap .inner .list .dflx_item .txt {
            width: 100%;
        }

        .rec_wrap .inner .list .dflx_item .txt {
            margin-top: 32px;
        }

            .rec_wrap .inner .list .dflx_item .txt .df {
                padding : 0;
            }

                .rec_wrap .inner .list .dflx_item .txt .df .desc p {
                    word-break: break-all;
                }

                    .rec_wrap .inner .list .dflx_item .txt .df .desc p br {
                        display: none;
                    }
}

@media (max-width:900px) {
    .rec_list:nth-child(3) ol.list_top li {
        width: 100%;
    }

    .rec_bnn .inner .df .txt a {
        position: inherit;
        right: inherit;
        margin-top: 52px;
        background: #B71C2C;
    }
}

@media (min-width:769px) {
    .mbr {
        display: none;
    }
}

@media (max-width:768px) {

    .mbr {
        display: block;
    }

    .rec_bnn .inner .df .txt h2 {
        font-size: 22px;
    }

        .rec_bnn .inner .df .txt h2 br {
            display: none;
        }

    .rec_list:nth-child(3) {
        padding: 60px 0;
    }

    .rec_wrap .inner .list .dflx_item .txt .df .desc h2 {
        font-size: 22px;
        line-height: 1.4;
    }


    .rec_list:nth-child(1) .dflx_item:nth-child(3) .bg {
        background-position: -80px 0;
    }

    .rec_bnn .inner {
        background-position: -720px 0px;
    }

    .rec_list:nth-child(3) ol.list_top li {
        margin-bottom: 30px;
    }

        .rec_list:nth-child(3) ol.list_top li:nth-child(3) {
            margin-bottom: 30px;
        }

        .rec_list:nth-child(3) ol.list_top li .over .con {
            width: 260px;
            height: 260px;
        }

        .rec_list:nth-child(3) ol.list_top li .over .txt p {
            font-size: 15px;
        }

    .rec_list:nth-child(2) .list ul li {
        padding: 20px 0;
    }

        .rec_list:nth-child(2) .list ul li .con h2 {
            font-size: 18px;
            line-height : 1.3;
        }

        .rec_list:nth-child(2) .list ul li .over span {
            width: 70px;
        }

            .rec_list:nth-child(2) .list ul li .over span img {
                width: 50px;
            }

    .rec_wrap .inner .tit {
        margin-bottom: 40px;
    }

        .rec_wrap .inner .tit h2 {
            font-size: 32px;
        }
}

@media (max-width:550px) {
    .rec_wrap .inner .list .dflx_item .txt .df .desc h2 {
        font-size: 18px;
    }

        .rec_wrap .inner .list .dflx_item .txt .df .desc h2:after {
            width: 4px;
            height: 4px;
            right: -7px;
        }

    .rec_list:nth-child(2) .list ul li .con h2 {
        font-size: 17px;
    }

    .rec_list:nth-child(2) .list ul li .over span {
        width:50px;
    }

    .rec_list:nth-child(2) .list ul li .over span img {
        width: 32px;
    }
}
