body {
    color: #15204f;
}
table {
    margin: 0;
}
.main-color {
    color: #15204f;
}
.text-ac {
    text-align: center;
}
.wv-service-visual .visual-title-box {
    max-width: 490px;
}
.wv-service-visual .visual-title {
    color: #15204f;
}
.wv-service-visual .visual-text {
    color: #15204f;
    font-size: 16px;
}
.wv-service-btn {
    color: #15204f !important;
}
.wv-txt-white {
    color: #fff !important;
}
.wv-breadcrumb a {
    color: #15204f;
}
.wv-text-list .wv-text-box h3 {
    color: #2a5dba;
}
.wv-service-conts .conts-box {
    color: #15204f;
}
.wv-service-conts .conts-txt {
    color: #15204f;
    line-height: 1.6;
    margin-top: 4em;
}
.example-text {
    width: 90%;
    margin: 1.5em auto 0;
}
.wv-text-list {
    margin-top: 4em;
}
.wv-text-list .wv-text-box p {
    color: #15204f;
    line-height: 1.6;
    margin: 1em 0 0;
}
.wv-text-list .wv-text-box p b {
    color: #2a5dba;
}
.wv-service-section3 .text-ul li:nth-child(1) .wv-text-box {
    margin-top: 0;
}
.wv-service-section3 .text-ul li:nth-child(2) .wv-text-box {
    margin-top: 0;
}
.wv-text-box li {
    list-style: disc;
    margin-bottom: 3px;
    line-height: 1.6;
}
.wv-text-box li:last-child {
    margin-bottom: 0;
}
.wv-text-box ul {
    padding: 20px 20px 20px 35px;
}
.wv-text-list .text-ul.jcsb .wv-text-box {
    max-width: unset;
}
.wv-service-section3 .wv-text-list .wv-text-box {
    max-width: 470px;
    padding: 0 2.125em;
}
.wv-text-list .jcsb .wv-text-box {
    margin-top: 3.5em;
}
.desc__list li {
    list-style: disc;
}
.wv-service-process .wv-process-box p {
    line-height: 1.6;
}
.show-btn {
    cursor: pointer;
}
.show-btn b {
    display: inline-block;
    padding-left: 1.8em;
    position: relative;
}
.text-dc ul li:nth-child(1) .show-btn b::before {
    content: '01.';
    left: 0;
    font-weight: bold;
    position: absolute;
}
.text-dc ul li:nth-child(2) .show-btn b::before {
    content: '02.';
    left: 0;
    font-weight: bold;
    position: absolute;
}
.text-dc ul li:nth-child(3) .show-btn b::before {
    content: '03.';
    left: 0;
    font-weight: bold;
    position: absolute;
}
.fullwidth-full-er .headline {
    margin: 0;
}
.headline {
    border: 0;
}
.headline h2 {
    display: block;
    font-weight: 700;
    font-size: 2.25em;
    color: #15204f;
    margin: 0;
    border: 0;
    padding: 0;
}
.headline .more {
    display: block;
    text-align: right;
    float: unset;
}
.wv-text-list.wv-service-cm {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.wv-text-list.wv-service-cm .text-header {
    width: 26%;
    margin-right: 6em;
}
.wv-text-list.wv-service-cm .wv-text-block {
    width: 50%;
}
.wv-text-block .wv-text-box {
    display: none;
    opacity: 0;
    max-width: unset;
    margin: 0;
    padding: 0;
    transition: opacity 0.2s;
}
.wv-text-list.wv-service-cm .wv-text-box p {
    margin-top: 0;
}
.wv-text-block .wv-text-box.show {
    display: block;
    opacity: 1;
    transition: opacity 0.2s;
}
.wv-text-block .wv-text-box li {
    font-size: 1em;
    list-style: none;
}
.wv-text-block .wv-text-box li:last-child {
    margin-bottom: 0;
}
.text-dc ul li {
    margin-top: 0;
    margin-bottom: 2em;
}
.text-dc ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    padding: .5em 1em;
    border-radius: 5px;
    background: #6ebeed2b;
    color: #15204f;
    height: 72px;
}
.text-dc ul li a:hover {
    background-color: #2f3254;
    color: #fff;
}
.text-dc ul li a.active {
    background-color: #2f3254;
    color: #fff;
}

/* ver.2 End*/

.conts-txt {
    line-height: 1.6;
}
.new-btn {
    color: #fff;
}
.wv-service-example {
    display: flex;
    flex-direction: column;
}
.wv-service-example .cover-box h4 {
    font-size: 18px;
}
.modal-dialog {
    width: 65%;
}
.modal-footer .btn {
    border-radius: 4px;
}
.wv-service-example-box {
    display: flex;
    flex-direction: column;
}
.wv-service-example-desc {
    margin-top: 3.75em;
}
.content {
    padding: 1.25em;
    padding-bottom: 0px;
}
.wv-service-example .example-box img {
    height: 200px;
}
.wv-service-example ul {
    justify-content: center;
}
.wv-service-example ul:first-child {
    margin-bottom: 1rem;
}
.wv-service-example ul:last-child {
    margin-top: 1rem;
}
.wv-service-example li {
    width: 30%;
}

@media (max-width: 991px) {
    .wv-service-example ul {
        display: flex;
        justify-content: center;
    }
    .wv-service-example-desc .content p {
        font-size: 18px;
    }
    .wv-text-list.wv-service-cm .text-header {
        width: 31%;
        margin-right: 3em;
    }
    .wv-service-conts .conts-txt {
        padding: 0 3em;
    }
    .wv-service-conts .wv-service-btnbox {
        text-align: center;
    }
    .example-text {
        width: 100%;
    }
    .modal-dialog {
        width: 100%;
    }
    .wv-service-flex .btn-box {
        text-align: center;
    }
    .wv-service-process ul {
        display: flex;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .wv-service-title {
        font-size: 24px;
    }
    .wv-text-list.wv-service-cm .text-header {
        width: 42%;
        margin-right: 2em;
    }
    .wv-service-example ul {
        flex-wrap: wrap;
    }
    .wv-service-title.wv-txt-white {
        font-size: 22px;
    }
    .wv-service-process ul {
        flex-direction: column;
        margin: 0;
    }
    .wv-service-example-desc .content p {
        font-size: 14px;
    }

    .publication li img:first-child {
        float: unset;
        display: block;
        margin: 0 auto 15px;
    }
    .wv-review-wrap .review-title {
        display: flex;
    }
}

@media (max-width: 415px) {
    .wv-text-list.wv-service-cm {
        flex-direction: column;
        align-items: center;
    }
    .wv-text-list.wv-service-cm .text-header {
        margin-right: 0;
        width: 80%;
    }
    .wv-text-list.wv-service-cm .wv-text-block {
        width: 100%;
    }
    .wv-service-conts .conts-txt {
        padding: 0;
    }
    .wv-service-example li {
        width: 50%;
    }
    .wv-service-example li:last-child {
        width: 100%;
    }
    .wv-service-example .example-box img {
        height: 160px;
    }
    .wv-service-example .cover-box h4 {
        font-size: 14px;
    }
}