.wv-example-top {
    background: #2659a8;
}
.wv-example-top .top-txt-box {
    padding: 5em 0;
}
.wv-example-top .top-txt-box .top-txt {
    margin: 0;
}
.wv-example-top .top-txt-box .top-txt dt {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.35;
}
.wv-example-top .top-txt-box .top-txt dd {
    margin: 2em 0 0;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 525px) {
    .wv-example-top .top-txt-box {
        padding: 3em 0;
    }
    .wv-example-top .top-txt-box .top-txt dt {
        font-size: 2em;
        line-height: 1.2;
    }
    .wv-example-top .top-txt-box .top-txt dd {
        margin-top: 1em;
    }
}
.wv-example-btn {
    position: sticky;
    top: 86px;
    background: #225097;
    z-index: 9;
}
.wv-example-btn .btn-list {
    display: flex;
    margin: 0;
    padding: 1.25em 0;
    justify-content: space-between;
}
.wv-example-btn .btn-list .top-btn {
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    opacity: .5;
}
.wv-example-btn .btn-list .top-btn.active {
    opacity: 1;
}

@media (max-width: 991px) {
    .wv-example-btn {
        display: none;
    }
}
.wv-service-conts {
    position: relative;
    padding: 5em 0;
}
#section1 {
    overflow: visible;
}

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

#section1:target:before, #section2:target:before, #section3:target:before, #section4:target:before {
    content: " ";
    display: block;
    height: 150px;
    margin: -50px 0 0;
}
.wv-service-conts .img-box {
    width: 47%;
    flex-shrink: 0;
    padding: 0 !important;
}
.wv-service-conts .img-box img {
    float: right;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}
.wv-service-conts .txt-box {
    padding-right: 3.75em;
}
.wv-service-conts .txt-box.right {
    padding-right: 0!important;
    padding-left: 3.75em;
}
.wv-service-conts .talk-box {
    margin: 0;
}
.wv-service-conts .talk-box li+ li {
    margin-top: 1.5em;
}
.wv-service-conts .talk-box .tt-box {
    position: relative;
    margin: 0;
    padding: 1.5em;
    border-radius: 30px;
    color: #333;
    text-align: left;
}
.wv-service-conts .talk-box .tt-box dt {
    margin-bottom: 12px;
    font-size: 14px;
}
.wv-service-conts .talk-box .tt-box dd {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.wv-service-conts .talk-box .tt-box svg {
    position: absolute;
}
.wv-service-conts .grey-box {
    padding-left: 6em;
}
.wv-service-conts .grey-box .tt-box {
    background: #eaeff6;
}
.wv-service-conts .grey-box .tt-box svg {
    bottom: 4px;
    right: -4px;
}
.wv-service-conts .blue-box {
    padding-right: 6em;
}
.wv-service-conts .blue-box .tt-box {
    background: #2659a8;
    color: #fff;
}
.wv-service-conts .blue-box .tt-box svg {
    bottom: 4px;
    left: -4px;
}
@media (max-width: 991px) {
    .wv-service-conts .img-box {
        width: 100%;
        margin: 3em auto 0;
    }
    .wv-service-conts .img-box img {
        float: none;
    }
    .wv-service-conts .txt-box {
        padding: 0 !important;
    }
    .wv-service-conts .talk-box li {
        overflow: hidden;
    }
    .wv-service-conts .talk-box .tt-box {
        max-width: 600px;
    }
    .wv-service-conts .grey-box .tt-box {
        float: right;
    }
    .wv-service-conts .blue-box .tt-box svg {
        left: 0;
    }
    .wv-service-conts .grey-box .tt-box svg {
        right: 0;
    }
}
@media (max-width: 767px) {
    .wv-service-conts .txt-box {
        padding: 0 !important;
    }
    .wv-service-conts .img-box {
        margin-top: 2em;
    }
}
@media (max-width: 525px) {
    .wv-service-conts .grey-box {
        padding-left: 1em;
    }
    .wv-service-conts .blue-box {
        padding-right: 1em;
    }
    .wv-service-conts .talk-box .tt-box {
        padding-left: 1em;
        padding-right: 1em;
    }
    .wv-service-conts .talk-box .tt-box dd {
        font-size: 13px;
    }
    .wv-service-conts .img-box {
        padding: 15px !important;
    }
}
.wv-example-txt {}
.wv-example-txt.txt-center {
    text-align: center;
}
.wv-example-txt .txt-box {
    margin: 1.5em 0 0;
    padding: 0;
}
.wv-example-txt .txt-box dt {
    position: relative;
    display: inline-block;
    padding-left: 55px;
}
.wv-example-txt .txt-box .num {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 38px;
    border: 1px solid #333;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
}
.wv-example-txt .txt-box .txt {
    float: left;
    font-size: 2em;
    line-height: 40px;
    color: #333;
}
.wv-example-txt .txt-box dd {
    margin: 1.5em 0 0;
    color: #333;
}
.wv-example-txt .txt-box dd a {
    color: #3bacf8;
}
@media (max-width: 991px) {
    .wv-example-txt .txt-box {
        margin: 0;
    }
}
@media (max-width: 525px) {
    .wv-example-txt .txt-box dt {
        padding-left: 45px;
    }
    .wv-example-txt .txt-box .num {
        width: 34px;
        height: 34px;
        top: 50%;
        font-size: 18px;
        line-height: 32px;
        transform: translateY(-50%);
    }
    .wv-example-txt .txt-box .txt {
        font-size: 1.5em;
        line-height: 25px;
    }
    .wv-example-txt .txt-box dd {
        margin-top: 1em;
    }
}
.wv-comments-box {
    padding: 1.75em;
    border-radius: 8px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    text-align: left;
    overflow: hidden;
}
.wv-comments-box .top-box {
    display: flex;
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 14px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}
.wv-comments-box .top-box strong {
    display: block;
    margin: 0 8px;
}
.wv-comments-box .top-box span {
    color: #9C9C9C;
}
.wv-comments-box .txt-box {
    padding: 0;
    font-size: 14px;
}
.wv-comments-box .txt-box .tt+ .tt {
    margin-top: 10px;
}
@media (max-width: 525px) {
    .wv-comments-box {
        padding: 1em;
    }
}
.wv-document-box {
    position: relative;
    margin-top: 5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .wv-document-box {
        margin-top: 3em;
    }
}

.wv-document-box .left-top {
    width: 62%;
    flex-shrink: 0;
}
.wv-document-box .document-inner {
    width: 100%;
    max-width: 693px;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.05);
    background: #f4f6fb;
    overflow: hidden;
}
.wv-document-box .document-inner .left-img {
    overflow: hidden;
}
.wv-document-box .document-inner .left-img img {
    max-width: 100%;
    float: left;
}
.wv-document-box .tt-box {
    padding: 24px;
}
.wv-document-box .tt-box .inner {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
}
.wv-document-box .tt-box .inner .tt {
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    letter-spacing: -.1px;
}
.wv-document-box .tt-box .inner .tt+ .tt {
    margin-top: 2em;
}
.wv-document-box .tt-box .inner .num_btn {
    position: absolute;
    width: 33px;
    height: 33px;
    left: -42px;
    top: -5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    z-index: 1;
}
.wv-document-box .tt-box .inner .num_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}
.wv-document-box .tt-box .inner .num_btn .number {
    position: relative;
    font-size: 20px;
    z-index: 2;
}
.wv-document-box .inner .num_btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    animation:infiniteani 1s alternate infinite;
    -webkit-animation:infiniteani 1s alternate infinite;
    border-radius: 4px;
    overflow: hidden;
}
@keyframes infiniteani {
    0% {opacity: 0}
    50% {opacity: .3}
    100% {opacity: 0}
}

.wv-document-box.wv-edit-open1 .inner .num_btn.num1:before, .wv-document-box.wv-edit-open2 .inner .num_btn.num2:before,
.wv-document-box.wv-edit-open3 .inner .num_btn.num3:before, .wv-document-box.wv-edit-open4 .inner .num_btn.num4:before {
    animation:scaleBounce .5s alternate forwards;
    -webkit-animation:scaleBounce .5s alternate forwards;
}
@keyframes scaleBounce {
    0% {transform:scale(.9)}
    50% {transform:scale(1.2)}
    100% {transform:scale(1)}
}
.wv-document-box .tt-box .inner .num_btn.num1:before {
    background: #becde5;
    border: 1px solid #a1b3d1;
}
.wv-document-box .tt-box .inner .num_btn.num2:before {
    background: #7dc7f8;
    border: 1px solid #70afd9;
}
.wv-document-box .tt-box .inner .num_btn.num3:before {
    background: #a3dde4;
    border: 1px solid #7bc0c8;
}
.wv-document-box .tt-box .inner .num_btn.num4:before {
    background: #2659a8;
    border: 1px solid #29508a;
}
@media (max-width: 991px) {
    .wv-document-box .tt-box {
        padding: 1.5em;
    }
    .wv-document-box .tt-box .inner {
        padding: 1.5em;
    }
    .wv-document-box .tt-box .inner .tt {
        padding-top: 45px;
        line-height: 20px;
    }
    .wv-document-box .tt-box .inner .tt+ .tt {
        margin-top: 1.5em;
    }
    .wv-document-box .tt-box .inner .num_btn {
        left: 0;
        top: 0;
    }
}
@media (max-width: 575px) {
    .wv-document-box .tt-box {
        padding: 1em;
    }
    .wv-document-box .tt-box .inner {
        padding: 1em;
    }
}
.wv-document-box .tt-box .inner .bg_btn {
    color: #333;
    text-decoration: none;
}
.wv-document-box .tt-box .inner .bg_btn.num1 {
    background: linear-gradient(to top, #eff3f9 100%, transparent 100%);
}
.wv-document-box .tt-box .inner .bg_btn.num2 {
    background: linear-gradient(to top, #def1fd 100%, transparent 100%);
}
.wv-document-box .tt-box .inner .bg_btn.num3 {
    background: linear-gradient(to top, #e2f4f6 100%, transparent 100%);
}
.wv-document-box .tt-box .inner .bg-grey {
    background: linear-gradient(to top, #e9eef6 100%, transparent 100%);
}
.wv-document-box .tt-box .line {
    color: #cd5a73;
    text-decoration: line-through;
}
.wv-document-box .tt-box .underline {
    color: #cd5a73;
    text-decoration: underline;
}
.wv-document-box .right-box {
    position: sticky;
    position: -webkit-sticky;
    top: 170px;
    width: 38%;
    padding-left: 2.5em;
}
.wv-document-box .btn-list {
    margin: 0;
}
.wv-document-box .btn-list li+ li {
    margin-top: 1em;
}
.wv-document-box .btn-list .inner-box {
    border: solid 1px #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}
.wv-document-box .btn-list .box-top {
    display: flex;
    width: 100%;
    padding: .75em .75em .75em 1em;
    background: transparent;
    border: 0;
    outline: none;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.wv-document-box .btn-list .box-top .left-num {
    width: 27px;
    height: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
}
.wv-document-box .btn-list .num1 .box-top .left-num {
    background: #becde5;
    border: 1px solid #a1b3d1;
}
.wv-document-box .btn-list .num2 .box-top .left-num {
    background: #7dc7f8;
    border: 1px solid #70afd9;
}
.wv-document-box .btn-list .num3 .box-top .left-num {
    background: #a3dde4;
    border: 1px solid #7bc0c8;
}
.wv-document-box .btn-list .num4 .box-top .left-num {
    background: #2659a8;
    border: 1px solid #29508a;
}
.wv-document-box .btn-list .box-top strong {
    padding: 0 5px 0 8px;
    flex-grow: 1;
}
.wv-document-box .btn-list .box-top svg {
    width: 24px;
    flex-shrink: 0;
}
.wv-document-box .btn-list .bottom-txt {
    display: none;
    padding: 0 .95em .95em 1.05em;
    font-size: 14px;
    color: #333;
}
.wv-document-box .btn-list .bottom-txt a {
    color: #3bacf8;
}
@media (min-width: 992px) {
    .wv-document-box.wv-edit-open1 .inner-box.num1 svg, .wv-document-box.wv-edit-open2 .inner-box.num2 svg,
    .wv-document-box.wv-edit-open3 .inner-box.num3 svg, .wv-document-box.wv-edit-open4 .inner-box.num4 svg {
        transform: rotate(180deg);
    }
    .wv-document-box.wv-edit-open1 .inner-box.num1 .bottom-txt, .wv-document-box.wv-edit-open2 .inner-box.num2 .bottom-txt,
    .wv-document-box.wv-edit-open3 .inner-box.num3 .bottom-txt, .wv-document-box.wv-edit-open4 .inner-box.num4 .bottom-txt {
        display: block;
    }
}

.wv-document-box .edit-list {
    margin: 3.75em 0 0;
}
.wv-document-box .edit-list li+ li {
    margin-top: 1em;
}
.wv-document-box .edit-list .num_btn {
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0px;
    top: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    z-index: 1;
}
.wv-document-box .edit-list .num_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    background: #2659a8;
    border: 1px solid #29508a;
    overflow: hidden;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}
.wv-document-box .edit-list .num_btn .number {
    position: relative;
    z-index: 2;
}
.wv-document-box .edit-list .num_btn.active:before {
    animation:scaleBounce .5s alternate forwards;
}
@keyframes scaleBounce {
    0% {transform:scale(.9)}
    50% {transform:scale(1.2)}
    100% {transform:scale(1)}
}
.wv-edit-btn {
    position: relative;
}
.wv-edit-btn .edit-box {
    display: none;
    position: absolute;
    width: 240px;
    margin: 0;
    padding: .85em;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 1;
    cursor: default;
}
.wv-edit-btn .edit-box:before {
    content: "";
    position: absolute;
}
.wv-edit-btn .edit-box.edit1 {
    bottom: 25px;
    right: 0;
}
.wv-edit-btn .edit-box.edit1:before {
    right: 15px;
    bottom: -10px;
    width: 0px;height: 0px;
    border-bottom:10px solid none;
    border-top:10px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid  transparent;
}
.wv-edit-btn .edit-box.edit2 {
    top: 25px;
    left: 0;
}
.wv-edit-btn .edit-box.edit2:before {
    left: 10px;
    top: -10px;
    width: 0px;height: 0px;
    border-top:10px solid none;
    border-bottom:10px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid  transparent;
}
.wv-edit-btn .edit-box.edit3 {
    top: 25px;
    left: 50%;
}
.wv-edit-btn .edit-box.edit3:before {
    left: 15px;
    top: -10px;
    width: 0px;height: 0px;
    border-top:10px solid none;
    border-bottom:10px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid  transparent;
}
.wv-edit-btn .edit-box dt {
    display: flex;
    align-items: center;
}
.wv-edit-btn .edit-box dt svg {
    width: 17px;
    height: 17px;
}
.wv-edit-btn .edit-box .name {
    padding-left: 5px;
    font-size: 12px;
    color: #333;
    line-height: 17px;
}
.wv-edit-btn .edit-box dd {
    margin: 5px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    line-height: 16px;
}

@media (min-width: 992px) {
    .wv-edit-open4 .edit-box {
        display: block;
    }
}
@media (max-width: 1400px) {
    .wv-edit-btn .edit-box.edit2 {
        left: auto;
        right: 0;
    }
    .wv-edit-btn .edit-box.edit2:before {
        left: auto;
        right: 10px;
    }
}

@media (max-width: 1102px) {
    .wv-edit-btn .edit-box.edit1 {
        bottom: 48px;
        right: -50px;
    }
}
@media (min-width: 1076px) and (max-width: 1113px) {
    .wv-edit-btn .edit-box.edit2 {
        right: -20px;
    }
}
@media (max-width: 1075px) {
    .wv-edit-btn .edit-box.edit1 {
        right: -25px;
    }
}
@media (max-width: 1052px) {
    .wv-edit-btn .edit-box.edit1 {
        right: auto;
        left: 0;
        bottom: 25px;
    }
    .wv-edit-btn .edit-box.edit1:before {
        right: auto;
        left: 15px;
    }
}
@media (min-width: 1005px) and (max-width: 1075px) {
    .wv-edit-btn .edit-box.edit2 {
        left: 10px;
        right: auto;
    }
    .wv-edit-btn .edit-box.edit2:before {
        left: 10px;
        right: auto;
    }
}
@media (max-width: 1002px) {
    .wv-edit-btn .edit-box.edit2 {
        left: auto;
        right: -50px;
    }
    .wv-edit-btn .edit-box.edit2:before {
        left: auto;
        right: 10px;
    }
}
@media (max-width: 991px) {
    .wv-document-box .left-top {
        width: 100%;
    }
    .wv-document-box .right-box {
        display: none;
    }
    .wv-document-box .document-inner {
        margin: 0 auto;
    }
}

.wv-service-banner {
    background: #2659a8;
    padding: 3.75em 0;
}
.wv-service-banner .wv-service-flex {
    align-items: center;
    justify-content: center;
}
.wv-service-banner .wv-service-btn {
    margin-left: 2.5em;
}

@media (max-width: 991px) {
    .wv-service-banner {
        padding: 2em 0;
    }
    .wv-service-banner .wv-service-flex {
        display: block;
    }
    .wv-service-banner .wv-service-btn {
        margin: 1.25em 0 0;
    }

}

/* 모바일 */
.wv-document-box .mo-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 999999;
}
@media (max-width: 991px) {
    .wv-document-box.wv-edit-open1 .mo-wrap.num1, .wv-document-box.wv-edit-open2 .mo-wrap.num2,
    .wv-document-box.wv-edit-open3 .mo-wrap.num3, .wv-document-box.wv-edit-open4 .mo-wrap.num4 {
        display: flex;
        align-items: center;
    }
}
.wv-document-box .mo-wrap .mo-box {
    max-width: 693px;
    margin: 0 auto;
}
.wv-document-box .mo-wrap .inner-box {
    border: solid 1px #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}
.wv-document-box .mo-wrap .box-top {
    display: flex;
    width: 100%;
    padding: 1em;
    background: transparent;
    border: 0;
    outline: none;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.wv-document-box .mo-wrap .box-top .left-num {
    width: 27px;
    height: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
}
.wv-document-box .mo-wrap.num1 .box-top .left-num {
    background: #becde5;
    border: 1px solid #a1b3d1;
}
.wv-document-box .mo-wrap.num2 .box-top .left-num {
    background: #7dc7f8;
    border: 1px solid #70afd9;
}
.wv-document-box .mo-wrap.num3 .box-top .left-num {
    background: #a3dde4;
    border: 1px solid #7bc0c8;
}
.wv-document-box .mo-wrap.num4 .box-top .left-num {
    background: #2659a8;
    border: 1px solid #29508a;
}
.wv-document-box .mo-wrap .box-top strong {
    padding: 0 5px 0 8px;
    flex-grow: 1;
}
.wv-document-box .mo-wrap .box-top .close-btn {
    flex-shrink: 0;
    background: transparent;
    outline: none;
    border: 0;
    padding: 0;
}
.wv-document-box .mo-wrap .bottom-txt {
    padding: 0 1em 1em;
    font-size: 14px;
    color: #333;
}
.wv-document-box .mo-wrap .bottom-txt a {
    color: #3bacf8;
}

.wv-document-box .mo-wrap .edit-wrap {
    margin-top: 1em;
    padding: 1em;
    font-size: 12px;
    border: solid 1px #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.wv-document-box .mo-wrap .edit-box {
    margin: 1em 0 0;
}
.wv-document-box .mo-wrap .edit-box dt svg {
    width: 17px;
    height: 17px;
}
.wv-document-box .mo-wrap .edit-box dd {
    margin: 8px 0 0;
    line-height: 16px;
    font-style: italic;
}

