.pro_worm_01 .list li {
    display: block;
    width: calc( 33.33% - 45px);
    float: left;
}

.pro_worm_01 .list li+li {
    margin-left: 64px;
}

.pro_worm_01 .list li img {
    width: 100%;
}

.pro_worm_01 .list:after {
    content: '';
    display: block;
    clear: both;
}

.pro_worm_01 .list .text {
    background: #e1e1e1;
    padding: 1.5em 2em;
    transition: all .3s;
}

.pro_worm_01 .list li:hover .text {
    background: #00b6b5;
    color: #fff;
}

.pro_worm_01 .list {
    position: relative;
    margin-top: -7em;
    z-index: 9;
    margin-bottom: 3em;
}

.pro_worm_01 .list .text .fnt_24 {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.pro_worm_01 .list .text .fnt_14 {
    margin-bottom: 1em;
}

.list-2 li {
    position: relative;
    min-height: 225px;
    margin-bottom: 60px;
    border: 1px solid #e1e1e1;
}

.list-2 li .w-rt {
    padding: 40px 60px;
}

.list-2 .w-lt {
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
    left: 0;
}

.list-2 .w-lt img {
    width: 100%;
    height: 100%;
}

.list-2 .w-rt {
    float: left;
    margin-left: 400px;
}

.list-2 .w-rt h2 {
    margin: .5em 0;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}

.list-2 .w-rt p {
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
}

.page {
    margin: 2em 0;
}

.pro_worm_02{padding-bottom: 5%;}

.pro_worm_02 .cont {
    background: #00b6b5;
    color: #fff;
    position: relative;
    margin: 5.5% 0 4%;
}

.pro_worm_02 .cont:after {
    content: '';
    display: block;
    clear: both;
}

.pro_worm_02 .w-lt,
.pro_worm_02 .w-rt {
    float: right;
    width: 50%;
}

.pro_worm_02 .w-lt {
    position: absolute;
    height: 100%;
}

.pro_worm_02 .w-lt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pro_worm_02 .w-rt {
    padding: 50px;
}

.pro_worm_02 .w-rt h2,
.pro_worm_02 .w-rt p,
.pro_worm_02 .list h4,
.pro_worm_02 .list h2,
.pro_worm_02 .list p {
    line-height: 1.5em;
    max-height: 3em;
    height: 3em;
    overflow: hidden;
    margin-bottom: .5em;
}

.pro_worm_02 .w-rt h4 {
    margin-bottom: 1em;
}

.pro_worm_02 .w-rt .btn {
    display: block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 20px;
    background: #fff;
    transition: all .3s;
}

.pro_worm_02 .list li {
    width: calc(33.33% - 40px);
    background: #e1e1e1;
    float: left;
    margin-bottom: 60px;
    color: #3e3e3e;
}

.pro_worm_02 .list li a {
    display: block;
    padding: 60px;
}

.pro_worm_02 .list li+li {
    margin-left: 60px;
}

.pro_worm_02 .list li:nth-child(4n) {
    margin-left: 0;
}

.pro_worm_02 .list:after {
    content: '';
    display: block;
    clear: both;
}

.pro_worm_02 .list span {
    height: 2px;
    width: 15%;
    margin-top: 1.5em;
    background: #3e3e3e;
    display: block;
    transition: all .3s;
}


.pro_worm_02 .list {
    position: relative;
    z-index: 9;
    margin-top: -200px;
}



.pro_worm_02 .cont a {
    color: #fff;
    transition: .3s all;
}

.pro_worm_02 .list a {
    transition: .3s all;
}




@media only screen and (min-width: 1025px) {
    .pro_worm_02 .list li:hover span {
        background: #fff;
    }
    .pro_worm_02 .list li:hover {
        background: #00b6b5;
    }
    .pro_worm_02 a:hover {
        color: #fff !important;
    }
}

    
@media only screen and (max-width: 1366px) {
    .pro_worm_01 .list li {
        width: calc( 33.33% - 20px);
    }
    .pro_worm_01 .list li+li {
        margin-left: 30px;
    }
    .pro_worm_02 .list li {
        width: calc( 33.33% - 20px);
        margin-bottom: 30px;
    }
    .pro_worm_02 .list li a {
        padding: 3em;
    }
    .pro_worm_02 .list li+li {
        margin-left: 30px;
    }
    .pro_worm_02 .list li:nth-child(4n) {
        margin-left: 0;
    }
    .pro_worm_02 .list {
        margin-top: -130px;
    }
}

@media only screen and (max-width: 1280px) {
    .pro_worm_01 .list li {
        width: calc( 33.33% - 10px);
    }
    .pro_worm_01 .list li+li {
        margin-left: 15px;
    }
    .list-2 li {
        margin-bottom: 48px;
    }
    .pro_worm_02 .list {
        margin-top: -100px;
    }
}


@media only screen and (max-width: 1024px) {
    .pro_worm_02 .list li {
        width: calc( 50% - 20px);
        margin-bottom: 30px;
    }
    .pro_worm_02 .list li+li {
        margin-left: 0px;
    }
    .pro_worm_02 .list li:nth-child(2n) {
        margin-left: 30px;
    }
    .pro_worm_02 .list {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 768px) {
    .pro_worm_02>img {
        display: none;
    }
    .pro_worm_02 .list {
        margin-top: 0px;
    }
    .pro_worm_02 .list li {
        width: calc( 100%);
        margin-bottom: 14px;
    }
    .pro_worm_02 .list li a {
        padding: 2.5em;
    }
    .pro_worm_02 .list li+li {
        margin-left: 0px;
    }
    .pro_worm_02 .list li:nth-child(2n) {
        margin-left: 0px;
    }
    .pro_worm_02 .w-lt {
        position: relative;
    }
    .pro_worm_02 .w-rt {
        padding: 24px;
    }
    .pro_worm_02 .w-lt,
    .pro_worm_02 .w-rt {
        float: none;
        width: 100%;
    }
    .list-2 .w-lt {
        position: relative;
        width: 100%;
    }
    .list-2 .w-rt {
        margin-left: 0;
        float: none;
    }
    .list-2 li {
        margin-bottom: 32px;
    }
    .list-2 li .w-rt {
        padding: 30px;
    }
    .pro_worm_01>img {
        display: none;
    }
    .pro_worm_01 .list {
        margin-top: 0;
    }
    .pro_worm_01 .list li {
        width: 100%;
        margin-bottom: 1em;
    }
    .pro_worm_01 .list li+li {
        margin-left: 0;
    }
}