section#main {
    font-size: 16px;
    word-wrap: break-word;
    word-break: keep-all;
}
html[lang="ja"] section#main,
html[lang="zh-TW"] section#main,
html[lang="zh-CN"] section#main {
    word-break: break-all;
}

a {
    color: #3bacf8;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

#footer {
    margin: 0;
}

/* margin */
.m-top-0 {margin-top: 0;}
.m-top-1 {margin-top: 1em;}
.m-top-2 {margin-top: 2em;}
.m-top-3 {margin-top: 3em;}

.m-right-0 {margin-right: 0;}
.m-right-1 {margin-right: 1em;}
.m-right-2 {margin-right: 2em;}
.m-right-3 {margin-right: 3em;}

.m-bottom-0 {margin-bottom: 0;}
.m-bottom-1 {margin-bottom: 1em;}
.m-bottom-2 {margin-bottom: 2em;}
.m-bottom-3 {margin-bottom: 3em;}

.m-left-0 {margin-left: 0;}
.m-left-1 {margin-left: 1em;}
.m-left-2 {margin-left: 2em;}
.m-left-3 {margin-left: 3em;}

/* padding */
.p-top-0 {padding-top: 0;}
.p-top-1 {padding-top: 1em;}
.p-top-2 {padding-top: 2em;}
.p-top-3 {padding-top: 3em;}

.p-right-0 {padding-right: 0;}
.p-right-1 {padding-right: 1em;}
.p-right-2 {padding-right: 2em;}
.p-right-3 {padding-right: 3em;}

.p-bottom-0 {padding-bottom: 0;}
.p-bottom-1 {padding-bottom: 1em;}
.p-bottom-2 {padding-bottom: 2em;}
.p-bottom-3 {padding-bottom: 3em;}

.p-left-0 {padding-left: 0;}
.p-left-1 {padding-left: 1em;}
.p-left-2 {padding-left: 2em;}
.p-left-3 {padding-left: 3em;}

/* font-size */
.font-1 {font-size: 1em;}
.font-2 {font-size: 2em;}
.font-3 {font-size: 3em;}

.display-b {
    display: block;
}

.text-ac {
    text-align: center;
}

.table-checklist { /* 일부 국가에는 기본 스타일이 수정되어 있다. */
    display: table;
    width: 100%;
    border: none !important;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0;
    border-top: none !important;
    border-left: none !important;
    color: #333333 !important;
}

.table-checklist th.table-checklist__column,
.table-checklist td.table-checklist__column {
    border: none !important;
    background-color: transparent !important;
    color: #333333 !important;
    text-align: left;
    vertical-align: top;
    height: auto !important;
}

.table-checklist th.table-checklist__column {
    padding: 0 0 1em 0 !important;
}

.table-checklist td.table-checklist__column {
    padding: 0 0 1em 2em !important;
}

.table-checklist th.table-checklist__column svg,
.table-checklist td.table-checklist__column svg {
    width: 1em;
    height: 1em;
}

@media (max-width: 767px) {
    .table-checklist tr.table-checklist__row {
        display: flex;
        flex-direction: column;
        margin-bottom: 2em;
    }

    .table-checklist th.table-checklist__column,
    .table-checklist td.table-checklist__column {
        display: flex;
        padding: 0 !important;
        -webkit-align-items: center;
        align-items: center;
    }

    .table-checklist th.table-checklist__column {
        margin-bottom: 0.75em;
    }
}

@media (max-width: 768px) {
    #content {
        padding: 0;
    }
}

/* top visual */
.wv-service-visual {
    position: relative;
    overflow: hidden;
    background: #DFE6F2;
    background-size: cover;
}

.wv-service-visual .visual-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wv-service-visual .visual-title-box {
    position: relative;
    max-width: 480px;
    margin: 0;
    z-index: 1;
}
.wv-service-visual .visual-title {
    margin: 0;
    color: #333;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
}
.wv-service-visual .visual-title h1, .wv-service-visual .visual-text {
    word-wrap: break-word;
    word-break: keep-all;
}
.wv-service-visual .visual-subtit {
    margin: .5em 0 0;
    color: #333;
    line-height: 1.5;
}
.wv-service-visual .visual-text {
    margin: 1.35em 0 0;
    line-height: 1.63;
    color: #333;
}
.wv-service-visual .visual-img {
    min-width: 50%;
}
.wv-service-visual .visual-img .cl-img {
    float: right;
    max-width: none;
    height: auto;
    margin-right: -5em;
}
.wv-service-btnbox {
    margin-top: 4.5em;
}
.wv-btn-group ul {
    margin: 0 0 0 -12px;
    padding: 0;
    overflow: hidden;
}
.wv-btn-group li {
    list-style: none;
    float: left;
}
.wv-btn-group .wv-service-btn {
    margin-left: 12px;
    text-align: center;
}
.wv-service-btn {
    display: inline-block;
    padding: 0 1.5em;
    overflow: hidden;
    height: 48px;
    line-height: 46px;
    border: 0;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    color: #333333 !important;
}
.wv-service-btn.wv-btn-primary {
    background: #2659a8;
    border: 1px solid #2659a8;
}
.wv-service-btn.wv-btn-white {
    background: #ffffff;
    border: 1px solid #ffffff;
}
.wv-service-btn.wv-outline-white {
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff !important;
}
@media (max-width: 1300px) {
    .wv-service-btnbox {
        margin-top: 2.5em;
    }
    .wv-service-visual .visual-img .cl-img {
        margin-right: 0 !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .wv-service-visual {
        padding-top: 5em;
        background: #dee6f3;
    }
    .wv-service-visual .visual-box {
        display: block;
    }
    .wv-service-visual .visual-title-box {
        margin: 0 auto;
    }
    .wv-service-visual .visual-img {
        width: 100%;
        margin-top: 70px;
        text-align: center;
    }
    .wv-service-visual .visual-img .cl-img {
        float: none;
        max-width: 480px;
    }
    .wv-service-btn {
        padding: 0 1em;
    }
}

@media (max-width: 820px) {
    .wv-service-visual {
        padding-bottom: 5em;
    }
    .visual-img {
        display: none;
    }
}

@media (max-width: 575px) {
    .btn-xs-w100 {
        width: 100%;
    }
}

@media (max-width: 525px) {
    .wv-service-visual {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .wv-service-visual:before {
        width: 280px;
        height: 214px;
        background-size: 280px;
    }
    .wv-service-visual:after {
        width: 250px;
        height: 158px;
        background-size: 250px;
    }
    .wv-service-visual .visual-img {
        margin-top: 50px;
    }
    .wv-service-visual .visual-title {
        font-size: 2.25em;
    }
    .wv-service-visual .visual-text {
        font-size: 1em;
    }
    .wv-service-btnbox {
        margin-top: 2em;
    }
    .wv-btn-group li {
        width: 50%;
    }
    .wv-btn-group .wv-service-btn {
        display: block;
    }
    .wv-service-btn {
        height: 40px;
        line-height: 38px;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .wv-service-btn:hover {
        text-decoration: none;
    }
    .wv-service-btn.wv-btn-primary:hover {
        background-color: #294d85;
        border-color: #294d85;
    }
    .wv-service-btn.wv-btn-white:hover {
        background-color: #F7F8FA;
        border-color: #F7F8FA;
    }
    .wv-service-btn.wv-outline-white:hover {
        background: #fff;
        color: #2659a8 !important;
    }
}

/* breadcrumb */
.wv-breadcrumb {
    padding: 1.75em 0;
    border-bottom: 1px solid #eee;
}
.wv-breadcrumb ul {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.wv-breadcrumb li {
    list-style: none;
    color: #333;
    line-height: 1.2;
}
.wv-breadcrumb li + li {
    padding-left: 2.5em;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath style='fill:none' d='M0 0h16v16H0z' transform='rotate(-90 8 8)'/%3E%3Cpath data-name='Icon material-keyboard-arrow-down' d='M10.307 11.76 14.56 16l4.253-4.244 1.307 1.307-5.56 5.56L9 13.067z' transform='rotate(-90 7.684 14.876)' style='fill:%23333'/%3E%3C/svg%3E") no-repeat 8px center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wv-breadcrumb a {
    word-break: keep-all;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .wv-breadcrumb a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 525px) {
    .wv-breadcrumb {
        padding: 1.25em 0;
    }
}


/* section */
.wv-service-conts {
    padding: 7.5em 0;
    overflow: hidden;
}
.wv-service-conts.wv-service-bg {
    background: #f8fafe;
}
.wv-service-conts .conts-box {
    display: flex;
    align-items: start;
    color: #333;
    justify-content: space-between;
}
.wv-service-conts .conts-box+ .conts-box {
    padding-top: 15em;
}
.wv-service-conts .conts-box.align-center {
    align-items: center;
}
.wv-service-conts .img-box {
    padding-left: 3.75em;
    order: 2;
}
.wv-service-conts .img-box.left {
    order: 1;
    padding-left: 0!important;
    padding-right: 3.75em;
}
.wv-service-conts .img-box img {
    float: left;
    max-width: none;
}
.wv-service-title {
    margin: 0;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.3;
}
.wv-service-conts .txt-box.right {
    order: 2;
}
.wv-service-conts .conts-txt {
    margin-top: 1.5em;
    line-height: 1.6;
    color: #333;
}
.wv-service-conts .conts-txt.max-box {
    max-width: 590px;
}
.wv-service-conts .txt-box .conts-bold {
    display: block;
    margin-top: 1.2em;
}
.wv-service-conts .txt-box .conts-list {
    margin-top: 1.2em;
}
.wv-service-conts .txt-box .conts-list ul {
    margin: 0;
    padding: 0;
}
.wv-service-conts .txt-box .conts-list li {
    list-style: none;
    padding-left: 2.5em;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3Cpath data-name='Icon material-check' d='M10.713 18.981 6.537 14.8l-1.422 1.417 5.6 5.6L22.731 9.8l-1.412-1.415z' transform='translate(-2.115 -3.385)' style='fill:%232659a8'/%3E%3C/svg%3E%0A") no-repeat 9px top;
    line-height: 24px;
}
.wv-service-conts .txt-box .conts-list li+ li {
    margin-top: 2px;
}

@media (max-width: 1140px) {
    .wv-service-conts .img-box, .wv-service-conts .txt-box {
        flex: 1 1 40%;
    }
    .wv-service-conts .img-box img {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .wv-service-conts .conts-box {
        display: block;
    }
    .wv-service-conts .img-box {
        width: auto;
        padding: 0!important;
        margin: 0 auto 2em;
        text-align: center;
        overflow: hidden;
    }
    .wv-service-conts .img-box img {
        float: none;
    }
    .wv-service-conts .conts-box+ .conts-box {
        padding-top: 5em;
    }
    .wv-service-conts .conts-txt.max-box {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .wv-service-conts {
        padding: 3.5em 0;
    }
    .wv-service-conts .conts-box+ .conts-box {
        padding-top: 3.5em;
    }
}
@media (max-width: 525px) {
    .wv-service-title {
        font-size: 1.715em;
    }

    .wv-service-conts .txt-box .conts-list li {
        padding-left: 2em;
        background-position: 3px top;
        background-size: 20px;
    }
}
.wv-service-process {
    overflow: hidden;
}
.wv-service-process ul {
    display: flex;
    align-items: start;
    margin: 0 -1.5em;
    padding: 0;
}
.wv-service-process li {
    list-style: none;
    flex: 1 1 30%;
}
.wv-service-process .wv-process-box {
    margin-top: 5em;
    padding: 0 1.5em;
}
.wv-service-process .wv-process-box .process-img {
    padding: 0;
    border: 0;
}
.wv-service-process .wv-process-box .process-img img {
    max-height: 68px;
}
.wv-service-process .wv-process-box h3 {
    margin: 1.25em 0 0;
    font-size: 1.25em;
    font-weight: 700;
    color: #333;
}
.wv-service-process .wv-process-box p {
    margin: .75em 0 0;
    color: #333;
}
.wv-service-process .wv-process-box p u {
    display: block;
    text-decoration: none;
}
.list-header-title {
    font-size: 1.375em;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .wv-service-process ul {
        display: inline-block;
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .wv-service-process .wv-process-box {
        margin-top: 3em;
    }
}
@media (max-width: 368px) {
    .wv-service-process .wv-process-box p u {
        display: inline;
    }
}

.wv-service-section3 {
    position: relative;
    background: #f8fafe;
    text-align: center;
    background-size: cover;
}
.wv-service-differ {
    background: #fff;
    text-align: center;
    background-size: cover;
}

.wv-txt-white {
    color: #ffffff !important;
}
.wv-txt-greyscale5 {
    color: #cccccc !important;
}
.wv-txt-primary {
    color: #2659a8 !important;
}
.wv-txt-center {
    text-align: center;
}
.wv-txt-link {
    color: #3bacf8;
}
.wv-service-flex {
    display: flex;
}
.wv-top-line {
    border-top: 1px solid #e1e1e1;
}

.wv-service-example {
    margin-top: 3.75em;
}
.wv-service-example ul {
    display: flex;
    margin: 0 -12px;
}
.wv-service-example li {
    width: 25%;
}
.wv-service-example .example-box {
    position: relative;
    margin: 0 12px;
}
.wv-service-example .example-box img {
    width: 100%;
    height: 300px;
}
.wv-service-example .cover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(47, 50, 84, 0.9);
    text-align: center;
    border: 4px solid #becde5;
    box-sizing: border-box;
}
.wv-service-example .cover-box h4 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 12px;
}
.cover-header {
    font-weight: 700;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .wv-service-example {
        margin-top: 2.5em;
    }
    .wv-service-example ul {
        display: block;
        margin: -12px -6px 0;
    }
    .wv-service-example li {
        float: left;
        width: 50%;
    }
    .wv-service-example .example-box {
        margin: 12px 6px 0;
    }
}

@media (max-width: 525px) {
    .wv-service-example li {
        float: left;
        width: 100%;
    }
}

/* review */
.wv-review-wrap {
    display: flex;
    margin-top: 4em;
    justify-content: space-between;
    align-items: flex-end;
}
.wv-review-wrap .review-box {
    width: 55%;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.wv-review-wrap .review-title {
    display: flex;
    justify-content: space-between;
    background: #2659a8;
    margin: 0;
    padding: .75em 1.25em;
    align-items: center;
}
.wv-review-wrap .review-title h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.3;
}
.wv-review-wrap .review-title h3 a {
    color: #ffffff;
}
.wv-review-wrap .review-title em {
    color: #ccc;
    font-size: 1em;
    font-style: normal;
}
.wv-review-wrap .review-title em a {
    color: #ccc;
}

.wv-review-wrap .img-box {
    width: 45%;
    padding-left: 3.75em !important;
}
.wv-review-wrap .img-box img {
    float: right;
    max-width: 100%;
}

@media (max-width: 991px) {
    .wv-review-wrap {
        display: block;
    }
    .wv-review-wrap .review-box {
        width: 100%;
        margin: 0 auto;
    }
    .wv-review-wrap .img-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .wv-review-wrap {
        margin-top: 2.5em;
    }
    .wv-review-wrap .review-title {
        display: block;
        text-align: left;
    }
}

.wv-review-wrap .review-list {
    padding: 8px;
    padding-left: 0;
    font-size: 1em;
}
.wv-review-wrap .review-list ul {
    margin: 0;
    padding-right: 8px;
    overflow-y: auto;
    height: 320px;
}
.wv-review-wrap .review-list ul::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.wv-review-wrap .review-list ul::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
}
.wv-review-wrap .review-list ul::-webkit-scrollbar-track {
    background-color: #f7f8fa;
    border-radius: 4px;
    overflow: hidden;
}
.wv-review-wrap .review-list li {
    border-bottom: 1px solid #ddd;
}
.wv-review-wrap .wv-review-box {
    padding: 1em 1.25em;
    padding-right: 0;
}
.v2-container {
    width: 1140px;
    margin: 0 auto;
    padding: 0 1em;
}
.v2-container ul li:first-child .wv-review-box {
    padding-top: 8px;
}
.wv-user-profile {
    position: relative;
    overflow: hidden;
    margin: 0 0 8px;
    padding-right: 95px;
}
.wv-user-profile .wv-user-dt {
    display: flex;
    width: 100%;
}
.wv-user-profile .wv-user-name {
    float: left;
    max-width: 50%;
    margin-right: 8px;
    font-size: 1em;
    color: #333;
    font-weight: 700;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
    word-break: break-all;
}
.wv-user-profile .wv-user-meta {
    float: left;
    max-width: 48%;
    margin-top: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 17px;
    word-break: break-all;
}

.wv-rating {
    position: absolute;
    right: 0;
    top: 2px;
    margin: 0;
}

.wv-user-date {
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    color: #9c9c9c;
}

.wv-rating-box {
    position: relative;
    width: 88px;
    height: 16px;
}
.wv-rating-star2 {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.wv-star-img {
    float: left;
}
.wv-rating-star .cls-1, .wv-rating-star2 .cls-1 {fill:none}
.wv-rating-star .cls-2 {fill:#e1e1e1}
.wv-rating-star2 .cls-2 {fill:#ffc011}
.wv-user-comment {
    display: block;
    margin-top: 8px;
    text-align: left;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .wv-review-wrap .review-list {
        font-size: 1em;
    }
    .wv-user-date {
        margin-top: 0;
    }
    .wv-user-profile .wv-user-name {
        max-width: 55%;
        height: 18px;
    }
}

/* level2 review */
.wv-review2-wrap {
    display: flex;
    margin-top: 4em;
    justify-content: space-between;
    align-items: flex-end;
}
.wv-review2-wrap .review-box {
    width: 55%;
    max-width: 600px;
}
.wv-review2-wrap .review-title {
    font-weight: 700;
    font-size: 1.25em;
}
.wv-review2-wrap .img-box {
    width: 45%;
    padding-left: 3.75em !important;
}
.wv-review2-wrap .img-box img {
    float: right;
    max-width: 100%;
}
.wv-review2-wrap .review-list {
    margin-top: 1.5em;
}
.wv-review2-wrap .review-list ul {
    margin: 0;
}
.wv-review2-wrap .review-list li {
    border: 0;
}
.wv-review2-wrap .review-list li+ li {
    margin-top: 1.5em;
}
.wv-review2-wrap .wv-review-box {
    background: #fff;
    padding: 1em 1.25em !important;
    border-radius: 8px;
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.wv-review2-wrap .wv-user-profile {
    padding-bottom: .75em;
    margin-bottom: .75em;
    border-bottom: 1px solid #e1e1e1;
}
.wv-review2-wrap .wv-user-profile .wv-user-dt {
    font-size: .875em;
    color: #333;
}
.wv-review2-wrap .wv-user-comment strong {
    display: block;
    color: #2659a8;
    margin-bottom: .85em;
}
.balloon {
    position: absolute;
    top: calc(50% - 10px);
    background: #fff;
    color: #15204f;
    border-radius: 3px;
    height: 20px;
    padding: 0 10px 0 10px;
    margin-left: 10px;
    line-height: 1.2;
    font-weight: bold;
    white-space: nowrap;
}
.balloon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    margin-top: -5px;
    margin-left: -5px;
}

.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;
}

@media (max-width: 991px) {
    .wv-service-review {
        text-align: center;
    }
    .wv-review2-wrap {
        display: block;
    }
    .wv-review2-wrap .review-box {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .wv-review2-wrap .img-box {
        display: none;
    }
    .v2-container {
        width: 100%;
        margin: 0 auto;
    }
    .wv-service-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wv-review2-wrap {
        margin-top: 2.5em;
    }
    .wv-review-wrap .review-title {
        display: block;
        text-align: left;
    }
}

@media (max-width: 525px) {
    .wv-rating-box {
        width: 60px;
        height: 12px;
    }
    .wv-star-img {
        width: 60px;
        height: 12px;
    }
    .wv-user-profile {
        padding-right: 60px;
    }
    .balloon {
        left: 70px;
        padding-left: 8px;
    }
    .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;
    }
}


/* FAQ */
.wv-faq-wrap {
    margin-top: 4em;
    text-align: left;
}
.wv-faq-wrap .faq-summary-wrap {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.wv-faq-wrap .faq-summary-wrap .card {
    margin-bottom: 0;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    background: none;
}
.wv-faq-wrap .faq-summary-wrap .card+ .card {
    border-top: 1px solid #e1e1e1 !important;
}
.wv-faq-wrap .faq-summary-wrap .card-header {
    position: relative;
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}
.wv-faq-wrap .faq-summary-wrap .card-header a {
    display: block;
    padding: 1.25em 3em 1.25em 2.9em;
    font-weight: 600;
    color: #2659a8;
    background: #fff;
    cursor: pointer;
}
.wv-faq-wrap .faq-summary-wrap .card-header a:before {
    content: "Q.";
    position: absolute;
    left: 1.25em;
    top: 1.25em;
    color: #2659a8;
}
.wv-faq-wrap .faq-summary-wrap .card-header a:after {
    display: block;
    position: absolute;
    height: 24px;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3Cpath data-name='Icon material-keyboard-arrow-down' d='M10.307 11.76 14.56 16l4.253-4.244 1.307 1.307-5.56 5.56L9 13.067z' transform='translate(-3.001 -2.76)' style='fill:%23333'/%3E%3C/svg%3E");
    z-index: 1;
}
.wv-faq-wrap .faq-summary-wrap .card-header .card-link:before {
    content: "Q.";
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    color: #2659a8;
}
.wv-faq-wrap .faq-summary-wrap .card-header .card-link:after {
    display: block;
    position: absolute;
    height: 24px;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3Cpath data-name='Icon material-keyboard-arrow-down' d='M10.307 11.76 14.56 16l4.253-4.244 1.307 1.307-5.56 5.56L9 13.067z' transform='translate(-3.001 -2.76)' style='fill:%23333'/%3E%3C/svg%3E");
    z-index: 1;
}
.wv-faq-wrap .faq-summary-wrap .card-header a[aria-expanded="true"] {
    background: #f7f8fa;
}
.wv-faq-wrap .faq-summary-wrap .card-header a[aria-expanded="true"]:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='fill:none' d='M0 0h24v24H0z' transform='rotate(180 12 12)'/%3E%3Cpath data-name='Icon material-keyboard-arrow-down' d='M10.307 11.76 14.56 16l4.253-4.244 1.307 1.307-5.56 5.56L9 13.067z' transform='rotate(180 13.5 13.38)' style='fill:%23333'/%3E%3C/svg%3E");
}
.wv-faq-wrap .faq-summary-wrap .card-body {
    padding: 1.25em;
}
.wv-faq-wrap .faq-summary-wrap .card-body:before {
    display: none;
}
.wv-faq-wrap .faq-summary-wrap .card-body dl {
    margin: 1em 0 0;
    padding-left: 1em;
}
.wv-faq-wrap .faq-summary-wrap .card-body dl li {
    list-style: disc;
}
.wv-faq-wrap .faq-summary-wrap .card-body a {
    color: #3bacf8;
}

@media (max-width: 767px) {
    .wv-faq-wrap {
        margin-top: 2.5em;
    }
}


@media (max-width: 575px) {
    .wv-faq-wrap .faq-summary-wrap .card-header a {
        padding-left: 2.2em;
        padding-right: 3em;
    }
    .wv-faq-wrap .faq-summary-wrap .card-header a:before {
        left: .75rem;
    }
    .wv-faq-wrap .faq-summary-wrap .card-header a:after {
        right: .75rem;
    }
}

html[lang="ko-KR"] * {
    word-wrap: break-word;
    word-break: keep-all;
}

html[lang="zh-TW"] .wv-service-visual .visual-text {
    word-break: break-all;
    max-width: none;
}
html[lang="zh-CN"] .wv-service-visual .visual-text {
    word-break: break-all;
    max-width: 570px;
}

html[lang="ja"] .wv-service-visual .visual-text {
    max-width: 472px;
    word-break: break-all;
}

/* faq */
.show {
    visibility: visible;
}

html[lang="zh-CN"] #content, html[lang="ko-KR"] #content {
    font-size: 15px;
}
html[lang="zh-CN"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="zh-CN"] .wv-faq-wrap .faq-summary-wrap .card h6 {
    font-size: 14px;
}
html[lang="zh-TW"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="zh-TW"] .wv-faq-wrap .faq-summary-wrap .card h6 {
    font-size: 14px;
}
html[lang="ko-KR"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="ko-KR"] .wv-faq-wrap .faq-summary-wrap .card h6 {
    font-size: 1em;
}
html[lang="zh-TW"] .wv-service-conts .img-box, html[lang="zh-TW"] .wv-service-conts .txt-box {
    width: 50%;
}
html[lang="zh-TW"] .wv-service-title {
    font-size: 2.2em;
}
html[lang="zh-TW"] .wv-service-conts .img-box img {
    max-width: 100%;
}
html[lang="ko-KR"] .wv-service-process .wv-process-box h3 {
    height: 50px;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 991px) {
    html[lang="zh-TW"] .wv-service-conts .img-box, html[lang="zh-TW"] .wv-service-conts .txt-box {
        width: 100%;
    }

    html[lang="ko-KR"] .wv-service-process .wv-process-box h3 {
        height: auto;
    }
}

@media (max-width: 767px) {
    html[lang="zh-CN"] #content, html[lang="ko-KR"] #content {
        font-size: 14px;
    }
    html[lang="zh-CN"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="zh-CN"] .wv-faq-wrap .faq-summary-wrap .card h6 {
        font-size: 1em;
    }
    html[lang="zh-TW"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="zh-TW"] .wv-faq-wrap .faq-summary-wrap .card h6 {
        font-size: 1em;
    }
    html[lang="ko-KR"] .wv-faq-wrap .faq-summary-wrap .card, html[lang="ko-KR"] .wv-faq-wrap .faq-summary-wrap .card h6 {
        font-size: 1em;
    }
}

@media (max-width: 575px) {
    html[lang="ja"] .wv-faq-wrap .faq-summary-wrap .card-header h6 {
        font-size: 14px;
    }
}