.head-page .item:nth-child(4)>a span {
    color: #E5222A;
}

.head-page .item:nth-child(4)>a::after {
    transform: scale(1);
    opacity: 1;
}

.throughput-page01 .lists {
    position: relative;
}

.throughput-page01 .texts {
    height: 548px;
    background: #F9F9F9;
    width: 55.27%;
}

.throughput-page01 .text-box {
    padding: 150px 228px 0 40px;
    box-sizing: border-box;
}

.throughput-page01 .img {
    height: 494px;
    width: 56.875%;
    position: absolute;
    right: 0;
    top: -40px;
}

.throughput-page02 nav {
    position: relative;
}

.throughput-page02 nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: -1;
}

.throughput-page02 nav .nav-item {
    margin-right: 6.8%;
    cursor: pointer;
}

.throughput-page02 nav .nav-item:last-child {
    margin-right: 0;
}

.throughput-page02 nav .tit {
    margin: 10px 0 30px;
}

.throughput-page02 nav .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.throughput-page02 nav img {
    transition: all .4s;
}

.throughput-page02 nav .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.throughput-page02 nav .scale {
    display: block;
    width: 14px;
    height: 14px;
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.throughput-page02 nav .scale::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #E72E36;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.throughput-page02 nav .nav-item.active .h-img {
    opacity: 1;
}

.throughput-page02 nav .nav-item.active .p-img {
    opacity: 0;
}

.throughput-page02 nav .nav-item.active .scale {
    border: 1px solid #E72E36;
}

.throughput-page02 nav .nav-item.active .scale::after {
    background: #E72E36;
}

.throughput-page02 .lists .width1440 {
    padding: 0 6.25%;
    box-sizing: border-box;
}

.throughput-page02 .lists-list {
    display: none;
}

.throughput-page02 .lists-list.active {
    display: block;
}

.throughput-page02 .lists-desc {
    margin: 42px auto 50px;
    text-align: center;
    max-width: 938px;
    width: 100%;
}

.throughput-page02 .lists .list {
    width: 31.16%;
    margin-right: 3.26%;

}

.throughput-page02 .lists .list:nth-child(3n) {
    margin-right: 0;
}

.throughput-page02 .lists .text {
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}

.throughput-page02 .lists .list .img {
    position: relative;
    overflow: hidden;
}
.throughput-page02 .lists .list .img img {
    transition:all .4s;
}

.throughput-page02 .list .advice {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    transform: translateX(-100%);
    display:none;
}

@media only screen and (min-width: 960px) {
    .throughput-page01 .img:hover img {
        height: 110%;
    }

    .throughput-page02 .list:hover .img img {
        transform: scale(1.08)
    }

    .throughput-page02 .list:hover .text {
        color: #E5222A;
    }
}


@media only screen and (max-width: 1280px) {
    .throughput-page01 .text-box {
        padding: 150px 190px 0 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .throughput-page02 .lists .width1440 {
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .throughput-page01 .text-box {
        padding: 90px 150px 0 40px;
    }

    .throughput-page01 .texts {
        height: 505px;
    }
}

@media only screen and (max-width: 768px) {
    .throughput-page01 .texts {
        height: auto;
        width: 100%;
    }

    .throughput-page01 .img {
        height: auto;
        width: 100%;
        position: initial;
    }

    .throughput-page01 .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .throughput-page01 .text-box {
        padding: 20px;
    }

    .throughput-page01 .lists {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .throughput-page02 .lists .list {
        width: 48%;
        margin-right: 4%;
    }

    .throughput-page02 .lists .list:nth-child(3n) {
        margin-right: 4%;
    }

    .throughput-page02 .lists .list:nth-child(2n) {
        margin-right: 0;
    }

    .throughput-page02 .lists-desc {
        margin: 20px auto 25px;
        text-align: center;
        max-width: 100%;
    }

    .throughput-page02 nav {
        margin-top: 25px;
    }
}