body {
    letter-spacing: -0.5pt;
}
.inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.section2 h2, .section3 h2, .section2 h2, .section4 h2 {
    margin-bottom: 92px;
    text-align: center;
    line-height: 130%;
    font-size: 54px;
    font-weight: 600;
    color: #8f9093;
    word-break: keep-all;
}
.section2 h2 span, .section3 h2 span {
    color: #183558;
}
@media only screen and (max-width: 1320px) {
    .section2 h2, .section3 h2, .section4 h2 {
        margin-bottom: 40px;
        font-size: 32px;
    }
}

/*section1*/
.section1 {
    position: relative;
    background: url("/images/print/section1_background.png") center /cover no-repeat;
}

.section1 .section-wrap {
    position: relative;
    padding: 222px 0 460px;
}
.section1 h1 {
    line-height: 130%;
    font-size: 58px;
    font-weight: 700;
    color: #fff;
}
.section1 h2 {
    line-height: 200%;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.section1 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 272px;
    height: 66px;
    margin-top: 92px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 66px;
    background: #fff;
    color: #183558;
}
.section1 .img-area {
    position: absolute;
    max-width: 728px;
    top: calc(50% - 72px);
    right: -60px;
    transform: translate(0, -50%);
}
.section1 .img-area img {
    width: 100%;
}
@media only screen and (max-width: 1320px) {
    .section1::before {
        width: 80px;
        height: 94px;
    }
    .section1 .section-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 64px 0 168px;
    }
    .section1 h1 {
        font-size: 40px;
    }
    .section1 .btn {
        width: 176px;
        height: 54px;
        margin-top: 40px;
        font-size: 15px;
    }
    .section1 .img-area {
        position: unset;
        max-width: 50%;
        transform: unset;
    }
}

/*section2*/
.section2 {
    position: relative;
    background: #f8f9fe;
}
.section2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    background: url("/images/print/section2_background.png") center /cover no-repeat;
}
.section2 .section-wrap {
    padding: 40px 0 256px;
}
.section2 .cont-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    z-index: 1;
}
.section2 .cont-item {
    text-align: center;
}
.section2 .cont-item img {
    width: 100%;
}
.section2 h3 {
    margin: 52px 0 20px;
    font-size: 35px;
    font-weight: 600;
    color: #183558;
}
.section2 p {
    line-height: 130%;
    font-size: 20px;
}
@media only screen and (max-width: 1320px) {
    .section2 .cont-area {
        gap: 20px;
    }
    .section2 .section-wrap {
        padding: 20px 0 180px;
    }
    .section2 h3 {
        margin: 24px 0 16px;
        font-size: 20px;
    }
    .section2 p {
        line-height: 130%;
        font-size: 14px;
    }
}

/*section3*/

.section3 .section-wrap {
    padding: 40px 0 136px;
}
.section3 h2 {
    padding: 50px 0;
}
.section3 h3 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    z-index: 1;
}
.section3 h3 b {
    font-size: 92px;
    font-weight: 700;
    background: linear-gradient(to bottom, #183558, #04a7ff);
    color: transparent;
    -webkit-background-clip: text;
}
.section3 h3 p {
    margin-top: 14px;
    font-size: 36px;
    font-weight: 600;
    color: #2C2D31;
}
.section3 h3 span.sutxt {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #2C2D31;
}
.section3 h3 p span {
    color: #183558;
}
.section3 .img-area {
    max-width: 1050px;
    width: 100%;
}
.section3 .img-area img {
    width: 100%;
}
.section3 .cont-item:first-of-type h3, .section3 .cont-item:last-of-type h3 {
    margin: 0 0 -28px -40px;
}
.section3 .cont-item:nth-of-type(2) h3 {
    justify-content: flex-end;
    margin: 0 -40px -28px 0;
}
.section3 .cont-item:nth-of-type(2) .img-area {
    margin-left: auto;
}
.section3 .cont-item:not(:last-of-type) {
    margin-bottom: 120px;
}
.section3 h2 {
    margin-bottom: 30px;
}
.section3 ul.bgbox {
    width: 100%;
    padding: 0 100px;
    margin: 0;
}
.section3 ul.bgbox li {
    width: 100%;
    border-radius: 20px;
    margin: 10px 0 0 0;
    background: #f4f4f4;
    padding: 18px;
    text-align: center;
    font-size: 25px;
}
.section3 ul.circle {
    width: 100%;
    padding: 0 50px;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
}
.section3 ul.circle li {
    text-align: center;
    border: 7px solid #cccccc;
    border-radius: 50%;
    padding: 90px;
    font-size: 40px;
    line-height: 150%;
    font-weight: 600;
}
.section3 ul.circle li:nth-of-type(1) {
    border: 7px solid #3dafd2;
}
.section3 ul.circle li:nth-of-type(2) {
    border: 7px solid #1b8a8a;
}
.section3 ul.circle li:nth-of-type(3) {
    border: 7px solid #2487a4;
}
@media only screen and (max-width: 1320px) {
    .section3 .section-wrap {
        padding: 20px 0 80px;
    }
    .section3 h3 {
        align-items: center;
        gap: 20px;
    }
    .section3 h3 b {
        font-size: 58px;
    }
    .section3 h3 p {
        margin: 0;
        font-size: 24px;
    }
    .section3 h3 span.sutxt {
        display: none;
    }
    .section3 .cont-item:first-of-type h3, .section3 .cont-item:last-of-type h3, .section3 .cont-item:nth-of-type(2) h3 {
        margin: 0 0 12px 0;
    }
    .section3 .cont-item:not(:last-of-type) {
        margin-bottom: 64px;
    }
    .section3 ul.bgbox {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }
    .section3 ul.bgbox li {
        width: 100%;
        border-radius: 20px;
        margin: 10px 0 0 0;
        background: #f4f4f4;
        padding: 18px;
        text-align: center;
        font-size: 18px;
    }
    .section3 ul.circle {
        width: 100%;
        padding: 0 10px;
        margin: 30px 0 0 0;
        display: flex;
        justify-content: space-evenly;
    }
    .section3 ul.circle li {
        text-align: center;
        border-radius: 50%;
        padding: 30px;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -1pt;
    }
    .section3 ul.circle li:nth-of-type(1) {
        border: 4px solid #3dafd2;
    }
    .section3 ul.circle li:nth-of-type(2) {
        border: 4px solid #1b8a8a;
    }
    .section3 ul.circle li:nth-of-type(3) {
        border: 4px solid #2487a4;
    }
}

/*section4*/
.section4 .section-wrap {
    padding: 0 0 60px 0;
}
.section4 h2 {
    margin-bottom: 32px;
}
.section4 h2 span {
    color: #183558;
}
.section4 table {
    width: 100%;
}
.section4 table th, .section4 table td {
    font-size: 18px;
}
.section4 table th {
    padding: 18px 0;
    font-weight: 500;
    background: linear-gradient(to bottom, #183558, #04a7ff);
    color: #fff;
}
.section4 table th:not(:last-of-type) {
    border-right: 2px solid #fff;
}
.section4 table td {
    padding: 18px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #2C2D31;
}
.section4 table td:not(:last-of-type) {
    border-right: 2px solid #fff;
}
.section4 table tbody tr:first-of-type td:not(:last-of-type),
.section4 table tbody tr:last-of-type td:not(:last-of-type) {
    border-right: 2px solid #f1f1f1;
}
.section4 table tbody tr:last-of-type td {
    border-bottom: 2px solid #f1f1f1;
}
.section4 table tbody tr:nth-of-type(2) td {
    background: #f5f5f5;
}
.section4 .helper-txt {
    margin-top: 12px;
    color: #6b6c71;
}
.section4 .list {
    margin-top: 28px;
}
.section4 .list li {
    position: relative;
    padding-left: 16px;
    font-size: 18px;
}
.section4 .list li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background: #c1c1c1;
}
.section4 .list li:not(:last-of-type) {
    margin-bottom: 12px;
}