/* support_category
----------------------------------------------- */
#support-list dl {
    /* border-bottom: 1px dotted #D1D1D1; */
    zoom: 1;
    overflow: hidden;
}

#support-list dl.last {
    border-bottom: 0;
}

#support-list dt {
    font-size: 18px;
}

#support-list dd {
    color: #999999;
    line-height: 180%;
    zoom: 1;
    overflow: hidden;
}

#support-list dd.imgRow .img {
    float: left;
    width: 65px;
}

#support-list dd.imgRow .img img {
    width: 150px;
    height: 95px;
}

#support-list dd.imgRow .desc {
    margin-left: 180px;
    white-space: normal;
}

#support-list dd.imgRow .desc1 {
    margin-left: 180px;
    margin-top: 10px;
    white-space: normal;
}

/* support
----------------------------------------------- */
#support {
    padding: 20px 0;
}

#support h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#support h2 {
    border-bottom: 1px solid #DDD;
    color: #19B4EA;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#support .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
    text-align: center;
}

#support .desc {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 180%;
}

#support .desc b {
    font-weight: bold;
}

#support .content {
    color: #666666;
    line-height: 180%;
}

#support .content img {
    width: 500px;
}

@media (max-width:992px) {
    #support .content img {
        max-width: 100%;
    }

    #support-list dd.imgRow .img {
        width: 100%;
    }

    #support-list dd.imgRow .img img {
        width: 50%
    }

    #support-list dd {
        display: flex;
        flex-direction: column;
    }

    #support-list dd.imgRow .desc,
    #support-list dd.imgRow .desc1 {
        margin-left: 0;
    }

    #support-list dd.imgRow .desc1 a {
        margin-bottom: 0 !important
    }

    #support-list dd.imgRow .desc1 {
        margin-top: 0px;
    }
}