* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    color: #333;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    background-color: white;
    font-family: "Helvetica-Neue", "HelveticaNeueLTPro-Roman", 微軟正黑體修正, 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 1110px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    -ms-transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    -moz-transform-origin:50% 0;
    transform-origin:50% 0;
}

/* @media (min-width: 1110px) {
    body {
        width: auto;
    }
    
}
@media (max-width: 1109px) {
    body {
        width: auto;
        transform:scale(1);
        transform-origin:0 0;
    }
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
a,
img {
    display: block;
    margin: 0px;
    padding: 0px;
}
.desktop {
    display: table-header-group;
}
.mobile {
    display: none;
}
.clear {
    clear: both;
}
sup {
    font-size: 0.7em;
}
.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.margin-auto {
    margin: 0 auto;
}

.gap-20 {
    height: 20px;
    width: 100%;
}
.wrapper {
    width: 1110px;
    margin: 0 auto;
}
.statement {
    font-size: 21px;
    line-height: 1.5;
    color: #231f20;
    padding: 12px 0 10px;
}
.statement a {
    display: inline;
    color: #436ab3;
    text-decoration: underline;
}
.en-version {
    font-size: 14px;
    padding-top: 3px;
}
.container {
    width: 100%;
    width: 1110px;
    margin: 0 auto;
    background: url("../images/Top_Talent_Loan.jpg") no-repeat #fff top center;
}
.container.container-SC {
    width: 1110px;
    margin: 0 auto;
    background: url("../images/SC/Top_Talent_Loan.jpg") no-repeat #fff top center;
}
.headline {
    width: 70%;
    margin-left: 13%;
    padding-top: 925px;
}
.headline img {
    width: 100%;
}
.subheadline {
    width: 75%;
    padding-top: 35px;
    margin-left: 11%;
}
.subheadline img {
    width: 100%;
}
.chart {
    padding-top: 40px;
    margin: 0 auto;
    width: 65%;
}
.chart img {
    width: 100%;
}
.action {
    padding-top: 55px;
    width: 76%;
    margin: 0 auto;
}
.action img {
    width: 100%;
}
.action .text {
    width: 48%;
    padding-top: 25px;
    margin-left: 2%;
}
.table {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}
.table-head {
    color: #fff;
    background: rgb(36,114,177);
    background: linear-gradient(270deg, rgba(36,114,177,1) 0%, rgba(68,197,225,1) 100%);
    border-radius: 15px;
    padding: 10px 25px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.table-head-item {
    color: #fff;
    background: rgb(36, 114, 177);
    background: linear-gradient(270deg, rgba(36, 114, 177, 1) 0%, rgba(68, 197, 225, 1) 100%);
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.table table tbody tr td ul.decimal {
    list-style: none;
    margin: 0;
    padding-left: 22px;
}
.table table tbody tr td ul li {
    list-style: decimal;
    padding-bottom: 5px;
}
.table table tbody tr td ul.decimal li {
    padding-right: 15px;
}
.table table tbody tr td {
    color: #436ab3;
    background: #fff;
    padding: 0 10px;
    vertical-align: text-top;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.table table tbody tr:first-child td {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table table tbody tr:last-child td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table table tbody tr td:first-child {
    padding-left: 20px;
    padding-right: 0;
}
.table table tbody tr td:nth-child(2), .table table tbody tr td:nth-child(4) {
    padding: 0 7px;
    background: url("../images/gap.png") repeat center top #fff;
}
.table table tbody tr td ul.decimal li {
    padding-right: 0;
}
.table .ps {
    color: #58595b;
    padding-top: 15px;
    font-size: 16px;
    line-height: 21px;
}
.terms {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
}
.terms-head {
    color: #231f20;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.terms-content {
    padding: 5px 0 20px 0;
    color: #231f20;
    font-size: 16px;
    line-height: 24px;
}
.terms-content p {
    padding: 10px 0;
    margin: 0;
}
.terms-content ul.decimal {
    list-style: decimal;
    margin: 0;
    padding-left: 20px;
}
.terms-content ul.disc {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}
.terms-content ul.none {
    list-style-type: none;
    margin: 0;
}
.terms-content ul.none > li {
    list-style-type: none;
    padding-bottom: 5px;
    display: flex;
}
.terms-content ul.none li span:first-child {
    padding-right: 5px;
}
.terms-content ul.none li ul.lower-roman {
    list-style-type: lower-roman;
    padding-left: 25px;
}
.terms-content ul.lower-roman {
    padding-left: 20px;
}
.terms-content ul.lower-roman li {
    list-style-type: lower-roman;
    margin: 0;
}
.terms-content ul li {
    padding-bottom: 10px;
}
.terms-content ul.lower-roman li {
    padding-bottom: 5px;
}
.terms-table {
    padding-top: 20px;
}
.terms-table .table-head {
    text-align: center;
    color: #231f20;
    font-size: 16px;
    line-height: 24px;
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.terms-table table {
    border-radius: 15px;
    margin: 15px 0;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #231f20;
}
.terms-table table thead tr th, .terms-table table thead tr:nth-child(2) th:first-child, .terms-table table tbody tr td, .terms-table table tbody tr:not(:first-child) td:first-child {
    padding: 5px 0;
    border-top: 1px solid #231f20;
    border-left: 1px solid #231f20;
}
.terms-table table thead tr:first-child th {
    border-top: none;
}
.terms-table table thead tr th:first-child, .terms-table table tbody tr td:first-child {
    border-left: none;
}
/* .terms-table table thead {
    background-color: #5bb2c8;
    color: white;
}
.terms-table table tbody tr:nth-child(odd) td, .terms-table table tbody tr:nth-child(odd) td:nth-child(1) {
    background-color: #ebf3f5;
}
.terms-table table thead tr:nth-child(2) {
    color: #231f20;
    background-color: #b2dce7;
} */
.enquiry {
    padding-top: 55px;
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
    margin: 0 auto;
    width: 58%;
}
.enquiry img {
    display: inline;
    width: 355px;
    vertical-align: middle;
}

/* responsive */
@media (max-width: 767px) {
    body {
        width: 100%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: table-header-group;
    }
    .wrapper {
        width: 100%;
    }
    .container {
        width: 100%;
        background: url("../images/Top_Talent_Loan.jpg") no-repeat #fff top center;
        background-size: 100%;
    }
    .container.container-SC {
        width: 100%;
        background: url("../images/SC/Top_Talent_Loan.jpg") no-repeat #fff top center;
        background-size: 100%;
    }
    .headline {
        width: 78%;
        margin-left: 5%;
        padding-top: 85vw;
    }
    .subheadline {
        width: 90%;
        margin-left: 4%;
        padding-top: 15px;
    }
    .chart {
        width: 87%;
        padding-top: 15px;
    }
    .enquiry {
        padding-top: 25px;
        font-size: 16px;
        line-height: 1.5;
        width: calc(100% - 30px);
        text-align: center;
    }
    .enquiry img {
        width: 32vw;
    }
    .action {
        padding-top: 25px;
        width: 92%;
    }
    .action .text {
        padding-top: 15px;
        width: 55%;
    }
    .table {
        width: calc(100% - 30px);
        margin-top: 30px;
    }
    .table-head {
        border-radius: 10px;
        padding: 8px 20px;
        font-size: 21px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .table-head-item {
        border-radius: 5px;
        padding: 5px 5px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .table table tbody tr td {
        padding: 0 5px 0 10px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }
    .table table tbody tr td:first-child {
        padding-right: 0;
    }
    .table table tbody tr td ul li {
        list-style: decimal;
        padding-bottom: 3px;
    }
    .table table tbody tr td:first-child {
        padding-left: 5px;
    }
    .table table tbody tr td:nth-child(2), .table table tbody tr td:nth-child(4) {
        padding: 0;
    }
    .table table tbody tr td ul.decimal {
        padding-left: 15px;
    }
    .table .ps {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 5px;
    }
    .terms {
        width: calc(100% - 30px);
        padding-top: 30px;
    }
    .terms-head {
        font-size: 20px;
        line-height: 1.5;
    }
    .terms-content {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .terms-content ul.decimal {
        padding-left: 20px;
    }
    .terms-content ul.disc {
        padding-left: 20px;
    }
    .terms-content ul.lower-roman {
        padding-left: 20px;
    }
    .terms-table {
        padding-top: 20px;
    }
    .terms-table .table-head {
        font-size: 18px;
        line-height: 1.2;
    }
    .terms-table table {
        margin: 10px 0;
        border-radius: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
    .terms-table table thead tr th, .terms-table table thead tr:nth-child(2) th:first-child, .terms-table table tbody tr td, .terms-table table tbody tr:not(:first-child) td:first-child {
        padding: 8px 0;
    }
    .statement {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
}