.sec01 {
    background: url("../images/service_sec01.jpg")no-repeat 100% 100% / 350px;
    padding: 60px 0;
}
.sec01 .txt {
    width: 80%;
    max-width: 840px;
    gap: 24px;
}
.sec01 .txt h2 {
    font-size: 40px;
    line-height: 1.3;
    word-break: keep-all;
}
.sec01 .txt div {
    font-size: 20px;
    color: #303030;
    line-height: 1.2;
    word-break: keep-all;
}


.sec02 {
    margin-top: 40px;
    gap: 24px;
}
.sec02 .box {
    position: relative;
    width: calc(50% - 12px);
    height: 314px;
    padding: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
}
.sec02 .box h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.sec02 .box .view {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
    box-sizing: border-box;
}
.sec02 .box .txt {
    display: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
}
.sec02 .box .calc_btn {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 58px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    background: var(--white);
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin: 45px auto 0;
}
.sec02 .box .icons {
    gap: 20px;
}
.sec02 .box .icons a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.sec02 .box .icons a img {
    vertical-align: middle;
}
.sec02 .box .more_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 32px;
    height: 32px;
    background: url("../images/arrow_down.svg")no-repeat 50% 50%;
    border-radius: 50%;
    border: 1px solid var(--black);
    box-sizing: border-box;
}
.sec02 .box .img {
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 185px;
    height: 185px;
    text-align: right;
}
.sec02 .box .img img {
    height: 100%;
}
.sec02 .box1 {
    background: #e4ecff;
}
.sec02 .box2 {
    background: #f3f5f9;
}
.sec02 .box3 {
    width: 100%;
    background: #ebf4fe;
}
.sec02 .box4 {
    width: 100%;
    background: #fff6e5;
}
.sec02 .box.open {
    height: auto;
    padding-bottom: 90px;
}
.sec02 .box.open .view,
.sec02 .box.open .img {
    display: none;
}
.sec02 .box.open .txt {
    display: block;
}
.sec02 .box.open .more_btn {
    transform: rotate(180deg);
}




@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
    .sec01 {
        background-size: 215px;
        padding: 35px 0;
    }
    .sec01 .txt {
        max-width: 730px;
        gap: 12px;
    }
    .sec01 .txt h2 {
        font-size: 24px;
    }
    .sec01 .txt div {
        font-size: 16px;
    }


    .sec02 .box {
        padding: 24px;
        height: 250px;
    }
    .sec02 .box h2 {
        font-size: 22px;
    }
    .sec02 .box .view {
        font-size: 16px;
        line-height: 1.3;
    }
    .sec02 .box .txt {
        font-size: 16px;
        line-height: 1.3;
    }
    .sec02 .box .more_btn {
        bottom: 24px;
        left: 24px;
    }
    .sec02 .box .img {
        right: 15px;
        height: 130px;
    }
    .sec02 .box .calc_btn {
        height: 48px;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .sec01 {
        padding: 0;
        background-size: 135px;
        background-position: 100% 55%;
    }
    .sec01 .txt {
        width: 100%;
        max-width: 100%;
        padding-top: 40px;
    }
    .sec01 .txt h2 {
        padding-bottom: 110px;
    }


    .sec02 .box {
        width: 100%;
    }
    .sec02 .box .img {
        height: 95px;
    }
}
@media screen and (max-width: 480px) {
    .sec02 .box .icons a span {
        width: 100%;
        word-break: break-word;
    }
}
@media screen and (max-width: 380px) {
}