.wv-text-list {
    position: relative;
    margin-top: 5em;
    overflow: hidden;
    z-index: 1;
}
.wv-text-list .text-ul {
    margin: -2.5em 0 0;
    padding: 0;
    display: inline-block;
}
.wv-text-list .text-li {
    list-style: none;
    float: left;
}
.wv-text-list .text-li:nth-of-type(2n)+ li {
    clear: both;
}
.wv-text-list .wv-text-box {
    max-width: 373px;
    text-align: left;
    margin-top: 2.5em;
    padding: 0 3.125em;
    box-sizing: content-box;
}
.wv-text-list .wv-text-box h3 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
}
.wv-text-list .wv-text-box p {
    margin: 8px 0 0;
    color: #333;
}
.wv-text-list .wv-text-box .wv-link {
    display: inline-block;
    margin: 6px 0 0;
    font-size: 14px;
    color: #3bacf8;
}

body {
    color: #15204f;
}
.text-ac {
    text-align: center;
}
.wv-service-visual .visual-title {
    color: #15204f;
}
.wv-service-visual .visual-text {
    max-width: 490px;
    color: #15204f;
    font-size: 16px;
}
.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: 4em auto 3rem;
}
.example-text {
    width: 86%;
    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-service-cm .wv-text-box p b {
    color: #2a5dba;
}
.wv-text-list .text-ul {
    margin: auto;
}
.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-service-section3 .wv-text-list .wv-text-box {
    max-width: 470px;
    padding: 0 2.125em;
}
.wv-service-process .wv-process-box p {
    line-height: 1.6;
}
.show-btn {
    cursor: pointer;
}
.wv-text-list.wv-service-cm {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wv-text-list.wv-service-cm .text-header {
    width: 26%;
    margin-right: 6em;
    min-height: 301px;
}
.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 {
    margin-bottom: 1em;
    font-size: 1em;
}
.wv-text-block .wv-text-box li:last-child {
    margin-bottom: 0;
}
.text-dc ul li {
    margin-top: 0;
    margin-bottom: 1em;
}
.text-dc ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: .5em 1em;
    border-radius: 5px;
    background: #6ebeed2b;
    color: #15204f;
}
.text-dc ul li a:hover {
    background-color: #2f3254;
    color: #fff;
}
.text-dc ul li a.active {
    background-color: #2f3254;
    color: #fff;
}

.wv-review-wrap .review-title {
    align-items: center;
}
.review-title a {
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
}
.wv-review-wrap .review-title p {
    color: #fff;
    margin-bottom: 0;
}
.wv-review-wrap .review-title p em {
    margin-right: 1em;
    color: #fff;
}
/* ver.2 End*/

.conts-txt {
    line-height: 1.6;
}
.btn-box .wv-service-btn {
    vertical-align: middle;
}
.wv-service-example {
    width: 100%;
    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;
    justify-content: center;
}
.wv-service-example.premium-example li {
    width: 25%;
}
.wv-service-example .example-box {
    width: 204px;
}
.wv-service-example .example-box img {
    height: 200px;
}
.wv-service-example ul {
    justify-content: space-around;
}
.wv-service-example ul:first-child {
    margin-bottom: 1rem;
}
.wv-service-example ul:last-child {
    margin-top: 1rem;
}
.wv-service-example .cover-box h4 {
    line-height: 1.2;
}
.modal-title {
    text-align: left;
}

/* toefl */
.coupon-box {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75em;
}
.wv-service-coupon .img-box {
    padding-left: 0;
}
.wv-service-coupon .txt-box .conts-list {
    margin-top: 3em;
}
.wv-service-banner {
    background: #2659a8;
    padding: 3.75em 0;
}
.wv-service-banner .wv-service-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wv-service-btn.wv-txt-primary {
    color: #15204f !important;
}
.wv-service-banner .wv-service-btn {
    margin-left: 2.5em;
}
.wv-service-btn.wv-btn-white {
    background: #fff;
    border: 1px solid #fff;
}
.wv-service-example li {
    width: unset;
}
.wv-service-coupon .conts-list {
    display: flex;
}
.wv-service-conts .txt-box .conts-list {
    margin-top: 0;
}
.wv-service-conts .txt-box .conts-list ul {
    display: inline-block;
}

.txt-box .conts-txt {
    margin-bottom: 0;
}
.txt-box .sub-title-blue-color {
    display: inline-block;
    color: #0079ce;
    margin-top: 60px;
    font-size: 1.387em;
}
.wv-service-example-desc {
    margin-top: 3.75em;
}
.desc-list {
    width: 113%;
}
.wv-toefl-diagram {
    margin-top: 3.75em;
}
.wv-toefl-diagram ul {
    display: flex;
    justify-content: space-between;
}
.wv-toefl-diagram ul li {
    width: 25%;
}
.wv-toefl-diagram ul li:last-child .wv-toefl-box li {
    margin-left: 35%;
}
.wv-toefl-diagram .wv-toefl-box {}
.wv-toefl-box ul {
    display: block;
}
.wv-toefl-box h3 {
    margin: 1em 0;
}
.wv-toefl-box ul li {
    width: 100%;
    margin-left: 30%;
    list-style: disc;
    text-align: left;
}
.wv-service-visual .visual-img {
    padding-top: 10%;
}

@media (max-width: 991px) {
    .wv-text-list.wv-service-cm .text-header {
        width: unset;
        margin-right: 3em;
    }
    .modal-dialog {
        width: 100%;
    }
    .wv-service-example-box {
        flex-direction: column;
    }
    .wv-service-example ul {
        display: flex;
        justify-content: center;
    }
    .wv-service-example-desc .content p {
        font-size: 18px;
    }
    .wv-service-example .cover-box h4 {
        font-size: 16px;
    }
    .wv-service-btnbox {
        text-align: center;
    }
    .wv-service-process ul {
        max-width: unset;
        display: flex;
    }
    .publication li img:first-child {
        float: unset;
        display: block;
        margin: 0 auto 15px;
    }
    .wv-service-conts .conts-txt {
        padding: 0 3em;
    }
    .wv-toefl-diagram ul {
        flex-wrap: wrap;
    }
    .wv-toefl-diagram ul li {
        width: 50%;
    }
    .wv-toefl-diagram > ul > li:first-child,
    .wv-toefl-diagram > ul > li:nth-child(2) {
        margin-bottom: 2em;
    }
    .wv-toefl-diagram ul li:last-child .wv-toefl-box h3 {
        margin: 1em 0 1em;
    }
    .desc-list {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wv-service-title {
        font-size: 1.5em;
    }
    .wv-text-list.wv-service-cm .text-header {
        margin-right: 1.2em;
    }
    .btn-box .wv-service-btn {
        width: 100%;
    }
    .wv-service-section3 .text-ul li:nth-child(2) .wv-text-box {
        margin-top: 2em;
    }
    .wv-service-process ul {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wv-service-process.premium-process li {
        flex: 1 1 50%;
    }
    .example-text {
        width: 100%;
    }
    .wv-service-example ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wv-service-conts .conts-txt {
        padding: 0;
    }
    .wv-review-wrap .review-title {
        display: flex;
    }
    .wv-service-example-desc {
        margin-top: 5em;
    }
    .wv-service-example-desc .content p {
        font-size: 14px;
    }
    .wv-service-banner .wv-service-flex {
        flex-direction: column;
    }
    .wv-service-banner .wv-service-btn {
        margin-left: 0;
        margin-top: 1.25em;
        text-align: center;
    }
    .wv-toefl-box h3 {
        margin: 1em 0;
    }
}

@media (max-width: 415px) {
    .wv-service-visual .visual-title {
        font-size: 2.15em;
    }
    .wv-text-list .wv-text-box h3 {
        text-align: center;
    }
    .wv-text-list.wv-service-cm .text-header {
        width: 73%;
        margin-right: 0;
    }
    .wv-text-list.wv-service-cm {
        flex-direction: column;
    }
    .wv-text-list.wv-service-cm .wv-text-block {
        width: 100%;
    }
    .wv-text-box p {
        text-align: center;
    }
    .wv-service-example {
        margin-top: 0;
    }
    .wv-service-example .example-box img {
        height: 160px;
    }
    .wv-service-example .cover-box h4 {
        font-size: 18px;
    }
    .wv-service-example ul:last-child {
        margin: 0;
    }
    .wv-service-process:last-child ul {
        flex-direction: column;
    }
    .conts-txt.txt-block {
        margin: 0;
    }
    .btn-box {
        width: 100%;
    }
    .desc-list {
        width: 100%;
    }
    .wv-service-process ul {
        width: 100%;
        margin: 0;
    }
    .wv-toefl-diagram ul {
        flex-direction: column;
    }
    .wv-toefl-diagram ul li {
        width: 100%;
    }
    .wv-toefl-box {
        margin-top: 2em;
    }
    .wv-toefl-diagram ul li:first-child .wv-toefl-box {
        margin-top: 0;
    }

    .wv-review-wrap .review-title {
        flex-direction: column;
        align-items: unset;
        padding: 1em 1.25em;
    }
    .wv-review-wrap .review-title p {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        line-height: 1;
    }
    .wv-review-wrap .review-title em {
        font-size: 1em;
    }
}