.feature {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    height: 565px;
    background: url(../images/fujacook/bg_feature.png) 0% 0% / contain no-repeat padding-box padding-box rgb(241, 241, 241);
}

.feature .background-round-wrap {
    width: 372px;
    height: 148px;
    padding-bottom: 200px;
    margin-top:-85px;
    background: url(../images/fujacook/bg_round.svg) 0% 0% / auto no-repeat padding-box padding-box transparent;
}

.feature .icon-pot-wrap {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.feature .background-round-wrap .icon-pot-wrap .item-name {
    text-align: center;
    color: rgb(255, 255, 255);
    font: bold 20px / 27px "Microsoft JhengHei";
}

.feature .item-features-wrap {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin-bottom: 88px;
}

.feature .item-features-wrap .item-features-detail-wrap .open-modal-button-wrap {
    display: block;
    background-color: rgb(255, 141, 107);
    cursor: pointer;
    text-decoration: none;
    padding: 9px 9px 8px 8px;
    margin-top:8px;    
}

.feature .item-features-wrap .item-features-detail-wrap .features-content-wrap > p {
    text-align: center;
    margin: 0px;
    padding-top:8px;    
}

.feature .item-features-wrap .item-features-detail-wrap .open-modal-button-wrap .open-modal-button {
    color: rgb(255, 255, 255);
    text-align: center;
    
}

@media only screen and (max-width: 768px) {
    .feature {
        height: initial;
        background: url(../images/fujacook/bg_feature_phone.png) 50% 0% / cover no-repeat padding-box padding-box transparent;
    }

    .feature .background-round-wrap {
        width: 186px;
        height: 74px;
        background-size: contain;
        padding-top: 9px;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding-bottom:120px;
    }

    .feature .background-round-wrap .icon-pot-wrap .item-icon {
        width: 40px;
        height: 33px;
    }

    .feature .item-features-wrap {
        width: initial;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 24px;
    }
    .item-features-detail-wrap {
    	padding-top:30px;
    }
    .item-features-detail-wrap:first-child {
      padding-top:0px;
    }
}
