

/* strength */
.verification {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 70px;
    color: #6b6b6b;
    line-height: 1.5;
    padding: 0 30px;
}

.str_wrap h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #4c4442;
    text-align: center;
    padding: 0 20px;
}

.str_wrap h1 > br {
    display: none;
}

.str_wrap1 p {
    font-size: 1.7rem;
    color: #333;
    margin-top: 10px;
    text-align: center;
    padding: 0 20px;
}

.str_wrap1 p::after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #837070;
    margin: 50px auto;
}

.str_wrap2 {
    margin: 0 auto;
    max-width: 1540px;
    padding: 30px 20px 0 20px;
    margin-bottom: 180px;
}

.str_box {
    margin-bottom: 30px;
    width: 100%;
}

.str_box1 {
    background: url("/img/fr_strength1.jpg") no-repeat center center;
    background-size: cover;
}
.str_box2 {
    background: url("/img/fr_strength2.jpg") no-repeat center center;
    background-size: cover;
}
.str_box3 {
    background: url("/img/fr_strength3.jpg") no-repeat center center;
    background-size: cover;
}
.str_box4 {
    background: url("/img/fr_strength4.jpg") no-repeat center center;
    background-size: cover;
}
.str_box5 {
    background: url("/img/fr_strength5.jpg") no-repeat center center;
    background-size: cover;
}
.str_box6 {
    background: url("/img/fr_strength6.jpg") no-repeat center center;
    background-size: cover;
}

.str_box_txt {
    margin: 0 auto;
    max-width: 1050px;
    padding: 102px 50px;
}

.str_box h2 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.str_box p {
    font-size: 1.65rem;
    color: #cbcbcb;
}

.str_wrap3 {
    background: url("/img/fr_strength_icon_bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 180px 0;
    margin-bottom: -100px;
}

.str_wrap3 h1 {
    color: #fff;
}

.str_wrap3 h1::after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #cacaca;
    margin: 50px auto;
}

.str_iconbox {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 30px 20px 0 20px;
}

.str_icon {
    padding: 0 60px;
}

.str_icon img {
    max-width: 100%;
    width: 100%;
}

.str_icon_txt {
    margin-top: 40px;
}

.str_iconbox h4 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.str_iconbox p {
    font-size: 1.6rem;
    color: #cacaca;
}

@media only screen and (max-width: 1024px) {
    .str_icon {
        padding: 0 30px;
    }

    .str_wrap1 p {
        font-size: 1.9rem;
    }

    .str_box p, .str_iconbox p {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .verification {
        font-size: 1.8rem;
    }

    .str_wrap h1 {
        font-size: 3rem;
    }

    .str_iconbox h4 {
        font-size: 2rem;
    }

    .str_iconbox p > br {
        display: none;
    }

    .str_icon {
        width: 33.33%;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 650px) {
    .str_box_txt {
        padding: 70px 50px;
        min-height: 240px;
    }

    .str_iconbox {
        flex-direction: column;
        align-items: center;
    }

    .str_iconbox h4 {
        font-size: 2.2rem;
    }

    .str_iconbox p > br {
        display: none;
    }

    .str_icon {
        width: auto;
        display: flex;
        align-items: center;
        padding: 0;
        margin-bottom: 40px;
        justify-content: center;
    }

    .str_icon img {
        max-width: 150px;
        margin-right: 35px;
    }

    .str_icon_txt {
        margin-top: 0px;
        text-align: left;
        width: 195px;
    }
}

@media only screen and (max-width: 600px) {
    .verification > br {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .verification {
        font-size: 1.95rem;
    }

    .str_box_txt {
        padding: 90px 50px;
        min-height: 275px;
    }

    .str_box p > br {
        display: none;
    }

    .str_wrap1 p::after, .str_wrap3 h1::after {
        width: 80px;
    }

    .str_wrap1 p {
        font-size: 2rem;
    }

    .str_box p, .str_iconbox p {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 425px) {
    .str_wrap h1 {
        font-size: 2.5rem;
    }

    .str_wrap h1 > br {
        display: block;
    }

    .str_box_txt {
        padding: 85px 40px;
        min-height: 283px;
    }

    .str_wrap3 {
        padding: 110px 0;
    }

    .str_icon {
        flex-direction: column;
        margin-bottom: 70px;
    }

    .str_icon img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .str_icon_txt {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .str_icon {
        padding: 0 30px;
    }

    .str_wrap1 p::after, .str_wrap3 h1::after {
        width: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .verification {
        padding: 0 20px;
    }
}


/* procedure */
.pr_wrap {
    text-align: center;
    padding: 20px 0 100px 0;
}

.pr_img {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.pr_wrap2 {
    padding: 0 20px;
    display: none;
}

.pr_wrap2 .pr_icon {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.pr_wrap2 .pr_icon:last-child {
    border: none;
}

.pr_wrap2 .pr_icon img {
    max-width: 170px;
    width: 100%;
    margin-right: 20px;
}

.pr_icon .pr_icon_txt {
    text-align: left;
    padding: 0 20px;
}

.pr_icon .pr_icon_txt h4 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.pr_icon .pr_icon_txt span {
    display: inline-block;
    color: #49413f;
    font-weight: 800;
    margin-right: 5px;
}

.pr_icon .pr_icon_txt p {
    font-size: 1.9rem;
    color: #555;
}

@media only screen and (max-width: 650px) {
    .pr_wrap1 {
        display: none;
    }

    .pr_wrap2 {
        display: block;
    }
}

@media only screen and (max-width: 550px) {
    .pr_icon .pr_icon_txt p {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 425px) {
    .pr_wrap2 .pr_icon {
        flex-direction: column;
    }

    .pr_wrap2 .pr_icon img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .pr_icon .pr_icon_txt {
        text-align: center;
        padding: 0;
    }
}

/* expenses */
.ex_wrap {
    max-width: 1540px;
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
}

.ex_wrap1 {
    margin-bottom: 150px;
}

.ex_txt {
    font-size: 1.5rem;
    color: #777;
}

.ex_h1 {
    margin: 0 auto;
    max-width: 1540px;
    padding: 10px 20px;
    margin-bottom: 35px;
    font-size: 3rem;
    font-weight: 600;
    color: #4c4442;
    text-align: center;
}

.ex_top_txt {
    text-align: right;
}

.expenses_table {
    margin: 15px 0;
}

.expenses_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    text-align: center;
}

.expenses_table thead {
    background: #dedede;
    border-top: 2px solid #000;
}

.expenses_table th {
    word-break: keep-all;
}

.expenses_table thead tr th {
    font-weight: 600;
}

.expenses_table tr {
    height: 60px;

}

.expenses_table th:first-child, .expenses_table th:last-child  {
    width: 200px;
}

.expenses_table th br {
    display: none;
}

.expenses_table th span {
    line-height: 1.5;
    font-size: 1.4rem;
}

.last_tr {
    background-color: #2a2a66;
    color: #fff;
    font-size: 1.7rem;
}

.last_tr th {
    font-weight: 600;
}

.ex_wrap2 h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #4c4442;
    text-align: center;
}

.ex_wrap2 h1 span {
    color: #657ec4;
    font-weight: 700;
    display: inline-block;
}

.ex_wrap2 p {
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    padding-top: 5px;
}

.support_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.support_box {
    width: 400px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dadada;
}

.support_box:first-child {
    padding-left: 0;
}

.support_box:last-child {
    padding-right: 0;
}

.support_h5 {
    background-color: #a8b3c6;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    padding: 12px;
}

.support_h5 h5 {
    color: #fff;
    font-size: 1.8rem;
}

.support_txt {
    padding: 20px 0;
}

.support_txt p {
    font-size: 2.6rem;
    font-weight: 700;
}

.support_txt span {
    font-size: 1.6rem;
    color: #7c7b7b;
    text-decoration: line-through;
}

@media only screen and (max-width: 1024px) {
    .ex_wrap1 {
        margin-bottom: 100px;
    }

    .expenses_table table {
        font-size: 1.7rem;
    }

    .ex_txt {
        font-size: 1.7rem;
    }

    .ex_wrap2 > p {
        font-size: 1.7rem;
    }

    .support_h5 h5 {
        font-size: 2rem;
    }

    .support_txt span {
        font-size: 1.8rem;
    }

    .expenses_table tr {
        height: 55px;
    }

    .expenses_table th {
        padding: 10px;
    }

    .expenses_table th:first-child, .expenses_table th:last-child {
        width: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .expenses_table th:first-child, .expenses_table th:last-child {
        width: 130px;
    }

    .support_h5 {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }
}

@media only screen and (max-width: 650px) {
    .expenses_table tr {
        height: 50px;
    }

    .expenses_table th:first-child, .expenses_table th:last-child {
        width: 90px;
    }

    .expenses_table th br {
        display: block;
    }
    

    .support_wrap {
        flex-direction: column;
    }

    .support_box {
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
    }

    .support_h5 {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        padding: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .expenses_table th:first-child, .expenses_table th:last-child {
        width: 75px;
    }

    .ex_wrap1 {
        margin-bottom: 70px;
    }

    .expenses_table table {
        font-size: 1.8rem;
    }

    .ex_txt {
        font-size: 1.8rem;
    }

    .ex_wrap2 > p {
        font-size: 1.8rem;
    }

    .support_h5 h5 {
        font-size: 2.1rem;
    }

    .support_txt span {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 450px) {
    .expenses_table table {
        font-size: 1.7rem;
    }
}
