.calc {
    padding: 10rem 1.5rem 8rem;
}
.calc_tit {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem 0 1rem;
}
label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 1.5rem;
    border-radius: .7rem;
    margin-bottom: 1.5rem;
}
input {
    font-size: 1.6rem;
    color: #464646;
    background: none;
}
label span {
    font-size: 1.6rem;
    font-weight: 600;
}
.btnWrap {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}
.btnWrap li{
    padding: 1.5rem 2rem;
}
.btnWrap .selectLabel {
    background: #1E1268;
}
.btnWrap .selectLabel em,
.btnWrap .selectLabel span {
    color: #fff;
}
.btnWrap li:first-child.selectLabel {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.btnWrap li:last-child.selectLabel {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.btnWrap li em {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.btnWrap li span {
    font-size: 1.6rem;
    line-height: 1.4;
}
.btnBlock {
    margin: 5rem 0 2rem;
    text-align: center;
}
.btnBlock .btn {
    background: #1E1268;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 1rem;
    padding: 1.5rem 7rem;
}
#regisErr {
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 2rem 1.5rem .5rem;
}
.totalList {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
}
.total_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.totalList em, .totalList span {
    font-size: 1.7rem;
}
.totalList em {
    color: #2A1F70;
}
.calc_title {
    font-size: 1.7rem;
    font-weight: 700;
}
.totalInterest2 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.totalInterest2 p {
    padding-bottom: 3rem;
}
.totalInterest2 p em{
    font-size: 1.9rem;
    font-weight: 800;
    color: #1E1268;
}
.totalInterest2 p span {
    font-size: 1.7rem;
    font-weight: 600;
    display: inline-block;
    padding-left: .5rem;
}
.totalRepaymentAmount2 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.totalRepaymentAmount2 p {
    padding-bottom: 1.5rem;
}
.totalRepaymentAmount2 p em{
    font-size: 1.9rem;
    font-weight: 800;
    color: #1E1268;
}
.totalRepaymentAmount2 p span {
    font-size: 1.7rem;
    font-weight: 600;
    display: inline-block;
    padding-left: .5rem;
}
.arrow_img {
    text-align: center;
    margin: 3rem 0;
}
.arrow_img img {
    height: 2rem;
}
#result_thead {
    font-size: 2.2rem;
    font-weight: 700;
}
.result_title {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 2rem 0 1.5rem;
}
.principalPaid2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}
.principalPaid2 span {
    font-size: 1.6rem;
    color: #3E3E3E;
}
.principalPaid2 em {
    font-size: 1.7rem;
    font-weight: 700;
}
.result_list .principalPaid2:last-child {
    padding-bottom: 2rem;
    border-bottom: .1rem solid #0F0D26;
}
#result_list_24 .principalPaid2:last-child {
    border-bottom: none;
}