.wv-calculate-conts {
    overflow: unset;
    padding: 5em 0;
}

@media (max-width: 991px) {
    .wv-calculate-conts {
        padding: 3.5em 0;
    }
}

.wv-pricing-top {
    display: flex;
    padding: 5em 0;
    background: #2659a8;
}

.wv-pricing-top .top-txt {
    margin-bottom: 0;
}

.wv-pricing-top .top-txt__title {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.35;
}

.wv-pricing-top .top-txt__description {
    margin: 2em 0 0;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 525px) {
    .wv-pricing-top {
        padding: 3em 0;
    }

    .wv-pricing-top .top-txt__title {
        font-size: 2em;
    }

    .wv-pricing-top .top-txt__description {
        margin-top: 1em;
    }
}


.wv-service-review .conts-txt {
    max-width: 600px;
}

@media (max-width: 991px) {
    .wv-service-review .conts-txt {
        max-width: none;
        margin: 1.5em auto 0;
    }
}


.wv-service-price {
    margin-top: 4em;
    overflow: hidden;
}

.wv-service-price ul {
    margin: -24px -12px 0;
    overflow: hidden;
}

.wv-service-price li {
    width: 33.33333%;
    float: left;
}

.wv-service-price .price-box {
    display: block;
    margin: 24px 12px 0;
    padding: 1.56em 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
    box-sizing: border-box;
    border-color: rgba(42, 93, 186, 0.5);
    text-decoration: none !important;
}

.wv-service-price .price-box h4 {
    display: flex;
    margin: 0 auto 1em;
    color: #2a5dba;
    font-size: 1.5em;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.wv-service-price .price-box p {
    color: #ccc;
    margin-bottom: 2em;
}

.wv-service-price .price-box .price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.wv-service-price .price-box .price span {
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}

.wv-service-price .price-box .price strong {
    margin: 0 8px 0 5px;
    font-size: 2.125em;
    color: #333;
    font-weight: 700;
    line-height: 1;
}

.wv-service-price .price-box .price em {
    color: #333;
    font-style: normal;
}

@media (min-width: 992px) {
    .wv-service-price .price-box:hover {
        background: #f9f9f9;
    }
}

@media (max-width: 991px) {
    .wv-service-price ul {
        margin-top: -12px;
    }

    .wv-service-price li {
        width: 50%;
    }

    .wv-service-price .price-box {
        padding: 1.5em 10px;
        margin-top: 12px;
    }

    .wv-service-price .price-box h4 {
        font-size: 1.5em;
    }

    .wv-service-price .price-box p {
        margin-bottom: 1.5em;
    }
}

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

    .wv-service-price ul {
        margin-top: -12px;
    }

    .wv-service-price li {
        width: 100%;
    }
}

.wv-service-btnbox {
    margin-top: 2.5em;
}

.wv-btn-block {
    display: block;
    width: 100%;
}

.wv-calculate-wrap {
    margin-top: 5em;
    padding: 2.5em;
    border-radius: 8px;
    background: #f4f6fb;
}

.wv-calculate-box {
    position: relative;
    margin-top: 2.5em;
}

.wv-calculate-box .calculate-inner {
    display: flex;
    margin: 0 -12px;
    align-items: flex-start;
}

.wv-calculate-box .calculate-inner li {
    flex-grow: 1;
    padding: 0 12px;
}

.wv-calculate-box .calculate-inner .calculate-btn {
    flex-basis: 220px;
    flex-shrink: 0;
    flex-grow: unset;
}

.wv-calculate-box .calculate-inner .calculate-btn .wv-service-btn {
    margin-top: 36px;
}

.wv-calculate-box .calculate-inner dl {
    margin: 0;
}

.wv-calculate-box .calculate-inner dt {
    height: 24px;
    margin-bottom: 12px;
    color: #333;
    font-weight: 700;
}

.wv-calculate-box .calculate-inner dd {
    position: relative;
    margin: 0;
}

@media (max-width: 991px) {
    .wv-calculate-box .calculate-inner {
        flex-wrap: wrap;
        margin: 0 -8px;
    }

    .wv-calculate-box .calculate-inner li {
        flex: 1 1 40%;
        padding: 0 8px;
    }

    .wv-calculate-box .calculate-inner dt {
        height: auto;
    }

    .wv-calculate-box .calculate-inner .calculate-btn {
        flex-basis: 100%;
    }

    .wv-calculate-box .calculate-inner .calculate-btn .wv-service-btn {
        margin-top: 1em;
    }
}

@media (max-width: 768px) {
    .wv-calculate-wrap {
        margin-top: 2.5em;
        padding: 2em 1.5em;
    }

    .wv-calculate-box {
        margin-top: 1.5em;
    }

    .wv-calculate-box .calculate-inner {
        display: block;
    }

    .wv-calculate-box .calculate-inner li + li {
        margin-top: 1em;
    }

    .wv-calculate-box .calculate-inner .calculate-btn .wv-service-btn {
        margin-top: 0;
    }
}

@media (max-width: 525px) {
    .wv-calculate-wrap {
        padding: 1.5em 1em;
    }
}

.wv-calculate-box .wv-form-link {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

.wv-calculate-box .wv-form-link .link {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    color: #3bacf8;
    border: 0;
    outline: none;
    background: transparent;
}

.wv-calculate-box .wv-form-link .link em {
    font-style: normal;
    float: left;
    position: relative;
    padding-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath data-name='Icon awesome-info-circle' d='M6.563.563a6 6 0 1 0 6 6 6 6 0 0 0-6-6zm0 2.661A1.016 1.016 0 1 1 5.546 4.24a1.016 1.016 0 0 1 1.017-1.016zm1.354 6.145a.29.29 0 0 1-.29.29H5.5a.29.29 0 0 1-.29-.29v-.581A.29.29 0 0 1 5.5 8.5h.29V6.95H5.5a.29.29 0 0 1-.29-.29v-.581a.29.29 0 0 1 .29-.29h1.546a.29.29 0 0 1 .29.29V8.5h.29a.29.29 0 0 1 .29.29z' transform='translate(-.563 -.563)' style='fill:%233bacf8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 3px;
}

.wv-calculate-box .wv-form-link .link-icon {
    position: relative;
    float: left;
    margin: 3px 0 0 -6px;
}

.wv-calculate-box .wv-form-link .link-icon svg {
    float: left;
}

.wv-calculate-box .wv-form-link .link-icon:before {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 0px;
    height: 0px;
    border-top: 5px solid none;
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    z-index: 100;
}

.wv-calculate-box .wv-form-link .tool-box {
    display: none;
    position: absolute;
    left: 100%;
    top: 30px;
    min-width: 460px;
    padding: 1em;
    background: #fff;
    transform: translateX(-28px);
    border-radius: 8px;
    box-shadow: 3px 3px 10px 0 rgba(38, 89, 168, 0.25);
    z-index: 9;
}

.wv-calculate-box .wv-form-link.active .link-icon:before, .wv-calculate-box .wv-form-link.active .tool-box {
    display: block;
}

.wv-calculate-box .wv-form-link .tool-box dl {
    position: relative;
    margin: 0;
    padding-right: 30px;
}

.wv-calculate-box .wv-form-link .tool-box dt {
    position: relative;
    height: auto;
    margin: 0 0 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.wv-calculate-box .wv-form-link .tool-box .close-btn {
    position: absolute;
    right: 0;
    top: -1px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.wv-calculate-box .wv-form-link .tool-box dd {
    position: static;
    margin: 0;
    font-size: 12px;
    color: #333;
}

.wv-calculate-box .wv-form-link .tool-box ul {
    margin: 12px 0 0;
}

.wv-calculate-box .wv-form-link .tool-box li {
    position: relative;
    padding: 0 0 0 10px;
}

.wv-calculate-box .wv-form-link .tool-box li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 10px;
}

@media (max-width: 1100px) {
    .wv-calculate-box .wv-form-link {
        display: block;
    }

    .wv-calculate-box .wv-form-link .tool-box {
        width: 100%;
        min-width: auto;
        max-width: 460px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.wv-label-box {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 3em 1em;
    z-index: 999999;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}

.wv-label-box .label-inner {
    position: relative;
    width: 100%;
    max-width: 850px;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 2em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 16px 0 rgba(38, 89, 168, 0.2);
}

.wv-label-box .label-inner .tit {
    margin-bottom: 1.335em;
    font-size: 1.125em;
    font-weight: 700;
    color: #333;
}

.wv-label-box .form-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    outline: none;
    border: 0;
    background: none;
}

.wv-label-box h4 {
    padding-right: 1.5em;
    font-weight: 700;
}

.wv-label-box .select-ul {
    margin: 0;
}

.wv-label-box .select-ul li + li {
    margin-top: .825em;
}

@media (max-width: 525px) {
    .wv-label-box .label-inner {
        padding: 1em;
    }

    .wv-label-box .select-ul {
        margin-top: 1em;
    }

    .wv-label-box .form-close-btn {
        padding-right: 13px;
    }

    .wv-label-box .label-inner .tit {
        margin-bottom: 1em;
    }
}

.wv-form-box {
    position: relative;
}

.wv-form-box + .wv-form-box {
    margin-top: 1.25em;
}

.wv-form-label {
    margin-bottom: 8px;
    color: #333333;
}

.wv-form-label em {
    font-style: normal;
    color: #f80003;
}

.wv-form-control {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 48px;
    padding: 0.5em !important;
    color: #333333;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none !important;
}

.wv-form-control::placeholder, .wv-file-input::placeholder {
    color: #9c9c9c;
}

.wv-form-control::-webkit-input-placeholder, .wv-file-input::-webkit-input-placeholder {
    color: #9c9c9c;
}

.wv-form-control:-ms-input-placeholder, .wv-file-input:-ms-input-placeholder {
    color: #9c9c9c;
}

.wv-form-control:disabled {
    background: #F7F8FA;
    color: #e1e1e1;
}

.wv-form-control:focus {
    border-color: #2659a8;
}

.wv-form-select .wv-form-control {
    cursor: pointer;
}

.wv-form-select .wv-form-select-ic {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.wv-form-fail .wv-form-control {
    border-color: #f80003 !important;
}

.wv-form-fail-ic {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.wv-form-fail .wv-form-fail-ic {
    display: block;
}

/* Checks */
.wv-check-label {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
}

.wv-check-input {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    color: #666;
    z-index: 5;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

.wv-check-txt {
    display: table;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
}

.wv-check-txt strong {
    display: table-cell;
    padding: 15px 0 15px 35px;
    width: 265px;
    font-size: 16px;
    color: #2659a8;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

.wv-check-txt p {
    display: table-cell;
    margin: 0;
    padding: 15px 15px;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    font-weight: 400;
}

.wv-check-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-sizing: border-box;
}

.wv-check-icon svg {
    display: none;
    position: absolute;
    left: 2px;
    top: 3px;
}

.wv-check-input:checked + .wv-check-txt {
    border-color: #2659a8 !important;
    background: #f4f6fb !important;
}

.wv-check-input:checked + .wv-check-txt strong {
}

.wv-check-input:checked + .wv-check-txt .wv-check-icon {
    display: block;
    background: #0c68f8;
    border-color: #0c68f8 !important;
}

.wv-check-input:checked + .wv-check-txt .wv-check-icon svg {
    display: block;
}

.wv-check-input[type=radio] + .wv-check-txt .wv-check-icon {
    border-radius: 100px;
}

.wv-check-input[type=radio] + .wv-check-txt .wv-check-icon svg {
    left: 3px;
}

.wv-check-input:disabled + .wv-check-txt .wv-check-icon {
    border-color: #e1e1e1;
    background: #F7F8FA;
}

.wv-check-input:checked:disabled + .wv-check-txt .wv-check-icon {
    background: #e1e1e1;
}

.wv-check-input:disabled + .wv-check-txt p {
    color: #e1e1e1;
}

input[type=checkbox]:indeterminate + .wv-check-txt .wv-check-icon {
    border-color: #e1e1e1;
    background: #F7F8FA;
}

.wv-check-input[type=checkbox]:indeterminate + .wv-check-txt .wv-check-icon svg {
    display: none !important;
}

.wv-check-input[type=checkbox]:checked:indeterminate + .wv-check-txt .wv-check-icon {
    border-color: #e1e1e1;
    background: #F7F8FA;
}

.wv-check-input[type=checkbox]:checked:indeterminate + .wv-check-txt .wv-check-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -4px;
    width: 8px;
    height: 2px;
    background: #0c68f8;
}

@media (min-width: 992px) {
    .wv-check-label:hover .wv-check-txt {
        border-color: #999;
    }
}

@media (max-width: 768px) {
    .wv-check-txt, .wv-check-txt strong, .wv-check-txt p {
        display: block;
        padding-left: 20px;
    }

    .wv-check-txt strong {
        padding-bottom: 0;
    }

    .wv-check-txt p {
        padding-top: 5px;
    }
}

@media (max-width: 525px) {
    .wv-check-txt strong {
        font-size: 14px;
        padding: 7px 10px 0;
    }

    .wv-check-txt p {
        font-size: 12px;
        line-height: 1.3;
        padding: 3px 10px 7px;
    }

    .wv-check-txt, .wv-check-txt strong, .wv-check-txt p {
        padding-left: 20px !important;
    }
}

.wv-price-table {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3em 1.5em;
    z-index: 999999;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}

.wv-price-table .inner-box {
    position: relative;
    max-width: 600px;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 3.5em 2.5em 2.5em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 16px 0 rgba(38, 89, 168, 0.2);
}

.wv-price-table .form-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    outline: none;
    border: 0;
    background: none;
}

.wv-price-table .wv-service-btn {
    text-align: center;
}

.wv-price-table .table-box {
    margin-bottom: 2.5em;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wv-price-table table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    text-align: center;
    border: 0;
}

.wv-price-table table thead tr {
    background: #2659a8;
}

.wv-price-table table thead th {
    font-weight: 700;
    background: transparent !important;
    color: #fff;
}

.wv-price-table table th {
    padding: 1em 1em;
    color: #333;
}

.wv-price-table table td {
    padding: 1em .5em;
    color: #333;
    border: 0;
    background: transparent
}

.wv-price-table table tbody tr + tr {
    border-top: 1px solid #e1e1e1;
}

@media (min-width: 992px) {
    .wv-price-table table tbody tr:hover {
        background: #f7f8fa;
    }
}

@media (max-width: 768px) {
    .wv-price-table .table-box {
        margin-bottom: 1.5em;
    }
}

.wv-btn-disabled {
    opacity: 0.3;
    pointer-events: none;
}

html[lang="ko-KR"] .wv-service-price .price-box .price strong {
    margin: 0 5px 0 10px;
}

html[lang="ko-KR"] .wv-service-price .price-box .price span {
    line-height: 1.3;
}

html[lang="ko-KR"] .wv-service-price .price-box .price em {
    line-height: 1.8;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}