.main-sty {
    margin-top: 85px;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-sty {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.banner-sty img {
    width: 100%;
    display: block;
}

.banner-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.banner-h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner-line {
    display: block;
    margin: 0 auto;
}

.main-content {
    margin: 0 15% 140px;
}

.white-content,.gray-content {
    padding: 15px;
}

.gray-content {
    background: #F2F2F2;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.content-title {
   color: #003688;
   font-size: 18px;
   font-weight: bold; 
   margin-bottom: 10px;
}

.gray-content tr td:last-child {
    padding-left: 20px;
    text-align: right;
}

@media screen and (max-width:991px) {
    .main-sty {
        margin-top: 60px;
    }

    .banner-sty {
        margin-bottom: 25px;
    }

    .banner-h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main-content {
        margin: 0 5% 40px;
    }

    .white-content,.gray-content {
        padding: 15px 0 15px 8px;
    }

    .content-detail {
        font-size: 14px;
    }

    .content-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

}