/*feature*/
#feature {
    position: relative;
    background: url(/images/36/cum_bg.jpg);
    padding: 10px 0 10px;
    background-size: cover;
}

#feature .scenent {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px;
}

#customBox2 {
    position: relative;
    overflow: hidden;
    max-width: 95%;
    display: flex;
}

#feature .scenent .cumlist {
    position: relative;
    width: 1600px;
    max-width: 95%;
    margin: 0 auto;
}

#feature .scenent .malin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    margin-left: 25px;
}

#feature .scenent .imgcrew {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#feature .scenent .imgcrew {
    padding: 30px;
    background: #ffffffd6;
    border-radius: 600px;
    margin-bottom: 35px;
    box-shadow: 0px 8px 18px -2px #cccccc30;
}

#feature .scenent .imgcrew:hover:before {
    border: #ddd3ca 1px solid;
}

#feature .scenent .imgcrew:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 500px;
    border: #4747474a 1px solid;
}

#feature .scenent .imgcrew:hover {
    -moz-transform: translateY(-0.75em);
    -webkit-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
    background: rgb(221 211 202 / 53%);
}

#feature .scenent .imgcrew:hover img {
    /* -webkit-filter: brightness(100); */
}

#feature .scenent h2.title {
    font-size: max(1*(1vw + 1vh) / 2, 20px);
    color: #636363;
    font-weight: 500;
}

#feature .scenent article {
    font-size: max(1.1*(1vw + 1vh) / 2, 15px);
    margin-top: 2px;
    font-weight: 300;
}

#feature .scenent .imgcrew img {
    width: 115px;
    /* -webkit-filter: brightness(100); */
}

@media screen and (max-width:640px) {
    #feature {
        padding: 0px 0 0px;
    }

    #feature .scenent .malin {
        margin-left: 0;
    }
}

@media screen and (max-width:500px) {
    #feature .scenent .imgcrew img {
        width: 90px;
    }

    #feature .scenent .imgcrew:before {
        width: 170px;
        height: 170px;
    }

    #feature .scenent .imgcrew {
        margin-bottom: 20px;
    }
}