body {
    word-break: keep-all;
}

.wb-initial {
    word-break: initial;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid white;
    background-color: rgb(255 255 255 / 0%);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms, color 100ms;
    margin: 0 6px;
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, 0);
    border: 1px solid rgba(34, 34, 34, 0.81);
}

.noselect {
    pointer-events: none;
}

@media screen and (max-width: 568px) {
    .br-none>br {
        display: none;
    }
}

/*모바일 드롭다운 폰트컬러 두께 변경*/
.m-dropdown-toggle.w--open>.m-link-area {
    color: #0058a7;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .sub-hero-nav {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.sub-hero-nav::-webkit-scrollbar {
    height: 0px;
    background: none;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}


li::before {
    content: "-";
    position: absolute;
    top: -2px;
    left: -8px;
}



/* 워드프레스 추가 */

body.admin-bar .c-nav,
body.admin-bar .c-nav-view,
body.admin-bar .m__nav {
    margin-top: 32px !important;
}

@media screen and (max-width: 600px) {

    body.admin-bar .c-nav,
    body.admin-bar .c-nav-view,
    body.admin-bar .m__nav {
        margin-top: 10px !important;
    }
}

#wp-admin-bar-comments,
#wp-admin-bar-customize,
#wp-admin-bar-new-content,
#wp-admin-bar-wp-logo {
    display: none;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}




/* 페이지 네비 */
.wp-pagenavi .page {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
    font-size: 19px;
}

.wp-pagenavi span.current {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .wp-pagenavi .page {
        margin-right: 3px;
        margin-left: 3px;
        padding: 8px 15px;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        font-size: 15px;
        text-align: center;
    }

    .wp-pagenavi span.current {
        margin-right: 3px;
        margin-left: 3px;
        padding: 8px 15px;
        border: 1px solid #ccc;
        background-color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
    }
}


/* 컨택트폼 */

.screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    text-align: center;
    border: 1px solid #184cbc;
    margin-top: 20px;
    padding: 15px;
    display: none;
}

.ok-div label {
    font-weight: normal;
}

#wpcf7-f405-o1>form>div.ok-div>label>span>span>label>input[type=checkbox] {
    display: none;
}

.ok-div input[type="checkbox"]+span {
    margin: 0px 4px 0 0;
    padding: 6px 0 6px 35px;
    vertical-align: middle;
    background: url("./images/chbox-off.svg") left top 4px no-repeat;
    background-size: 26px 26px;
    cursor: pointer;
}

.ok-div input[type="checkbox"]:checked~span {
    margin: 0px 4px 0 0;
    padding: 6px 0 6px 35px;
    vertical-align: middle;
    background: url("./images/check-on.svg") left top 4px no-repeat;
    background-size: 26px 26px;
    cursor: pointer;
}


.ok-div .w-checkbox {
    padding-left: 0px;
}

/* 팝업 */
#wppopups-builder * {
    margin: 0;
}

.spu-close {
    margin-top: 7px;
}

/* 표이미지 가로크기 조절 */
.inver06-table-img {
    max-width: 320px;
}




/* eng add css */
.span-history-ml30 {
    margin-left: 30px;
}

@media screen and (max-width: 991px) {
    .span-history-ml30 {
        margin-left: 0;
    }

    .history-p br {
        display: none;
    }
}

.family-table-flex-card-contents {
    height: 260px;
}

.sub-hero-p {
    display: none;
}

.sub-top-card-subtitle {
    display: none;
}

.prc-btn01 {
    width: 300px;
}

.prc-btn02 {
    width: 320px;
}


@media screen and (max-width: 991px) {
    .prc-btn02 {
        width: 300px;
    }
}


@media screen and (max-width: 991px) {
    .sub-hero-nav-link {
        max-width: 150px;
    }
}

.sub-white-tab-flex-btn {
    width: 250px;
}

@media screen and (max-width: 991px) {
    .sub-white-tab-flex-btn {
        width: 100%;
    }
}

.manage-btn01 {
    width: 350px;
    letter-spacing: -.5px;
}

.label {
    width: 13%;
}

.ok-div {
    padding-left: 145px;
    ;
}

/* eng add css */