/* 메인페이지 서비스 소개 섹션 */
.wv-service-introduction {
    background: #f4f6fb;
    font-size: 16px;
    padding: 5em 0;
}
.wv-introduction-title {
    text-align: center;
    margin-bottom: 2.5em;
}
.service-introduction-header {
    font-size: 2em;
    color: #333;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .service-introduction-header {
        font-size: calc(1.325em + .9vw);
    }
}

.service-introduction-desc {
    font-size: 1em;
    color: #333;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 0;
}
.wv-service-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5em;
}
.wv-service-item {
    width: calc(50% - 0.75em);
    background: #fff;
    padding: 1.5em 2em;
    border-radius: 1em;
}
.wv-service-subheader {
    font-size: 1.5em;
    font-weight: 700;
    color: #2d4161;
    margin-top: 0;
    margin-bottom: 0.5em;
}

@media (max-width: 1200px) {
    .wv-service-subheader {
        font-size: calc(1.275em + .3vw);
    }
}

.wv-service-subdesc {
    margin-bottom: 1.5em;
}
html[lang="ko-KR"] .introduction-desc-hr {
    display: block;
}
html[lang="zh-TW"] .wv-service-item:nth-child(3) .wv-service-subdesc {
    margin-bottom: 3em;
}
.wv-introduction-button {
    position: relative;
    display: inline-block;
    background: #2659a8;
    color: #fff;
    height: 3em;
    width: 14.5em;
    padding-left: 1.5em;
    border-radius: 6.25em;
    line-height: 3em;
    font-weight: 700;
}
.wv-introduction-button:hover {
    color: #fff;
    background: #2d4161;
}
.wv-introduction-button svg {
    position: absolute;
    top: calc(100% / 3);
    right: 1.625em;
}

@media (max-width: 820px){
    html[lang="en-US"] .wv-service-item:nth-child(1) .wv-service-subdesc,
    html[lang="en-US"] .wv-service-item:nth-child(3) .wv-service-subdesc {
        margin-bottom: 3em;
    }

    html[lang="ko-KR"] .section-container {
        word-break: keep-all;
    }
    html[lang="ko-KR"] .introduction-desc-hr {
        display: inline;
    }

    html[lang="zh-CN"] .wv-service-item:nth-child(3) .wv-service-subdesc {
        margin-bottom: 3em;
    }
}

@media (max-width: 768px){
    html[lang="en-US"] .wv-service-item:nth-child(1) .wv-service-subdesc,
    html[lang="en-US"] .wv-service-item:nth-child(3) .wv-service-subdesc {
        margin-bottom: 1.5em;
    }

    html[lang="ja"] .wv-service-item:first-child .wv-service-subdesc {
        margin-bottom: 3em;
    }
}

@media (max-width: 415px) {
    .wv-service-item {
        width: 100%;
    }
    .wv-service-article {
        flex-direction: column;
        align-items: center;
    }

    .section-container {
        padding: 0 1em 0 1em;
    }

    html[lang="zh-CN"] .wv-service-item:nth-child(3) .wv-service-subdesc {
        margin-bottom: 1.5em;
    }

    html[lang="ja"] .wv-service-item:first-child .wv-service-subdesc {
        margin-bottom: 1.5em;
    }
    html[lang="ja"] .introduction-desc-hr {
        display: inline;
    }

    html[lang="zh-TW"] .wv-service-item:nth-child(3) .wv-service-subdesc {
        margin-bottom: 1.5em;
    }
}