#header{
    background-color:initial;
}
#wrap{
    padding-top:0;
}
.detail-box .section:nth-child(even){
    background-image:none;
    background-color:#e4e5e7;
    color:#333;
}
.detail-box .section:nth-child(even).sec-contact h5{
    color:var(--theme-purple);
}
.detail-box .section:nth-child(even).sec-contact .input-box{
    border-color:rgba(51,51,51,0.3)
}
.detail-box .section:nth-child(even).sec-contact .must{
    color:var(--theme-purple);
}
.detail-box .section:nth-child(even).sec-contact .input-box input,.detail-box .section:nth-child(even).sec-contact .input-box textarea{
    color:#333;
}
.detail-box .section:nth-child(even).sec-contact .input-box .icon{
    background-position:center top;
}
.detail-box .section:nth-child(even).sec-contact p{
    color:#666;
}




.sec-feature .feature-box h2{
    margin-bottom:5.8%;
}

.sec-feature .feature2-box{
    margin-top:0;
}
.sec-feature .feature2-box .inner{
    justify-content:space-between;
    flex-direction:row-reverse;
}
.sec-feature .feature2-box .img-box{
    width:38.9677%;
    margin-right:0;
}
.sec-feature .feature2-box ul li{
    margin-top:1.5em;
    margin-bottom:1.5em;
    margin-right:4em;
}
.sec-feature .feature2-box ul li img{
    vertical-align:top;
    width:2.875em;
    margin-right:1.75em;
}
.sec-feature .feature2-box ul li p{
    color:var(--theme-purple);
    vertical-align:top;
    margin-top:0.21em;
}
@media only screen and (max-width:1024px){

    .sec-feature .feature-box h2{
        margin-bottom:10%;
        font-size:2.5em;
    }

    .sec-feature .feature2-box{
        margin-top:0;
    }
    .sec-feature .feature2-box .img-box{
        width:70%;
        margin-right:auto;
    }
    .sec-feature .feature2-box ul li p{
        width:calc(100% - 4.625em);
    }
    .sec-feature .feature2-box ul li p br{
        display:none;
    }
}