.rdgblock-toc input {
    width: 100% !important;
    font-size: 25px;
    font-weight: bold;
}

.rdg_first_table {
    text-align: left;
}


.menu-item a {
    font-size: 17px;

}

.rdg_category a {
    font-size: 15px;
    color: #000;
}

.rdg_category .children {
    margin-top: 3px !important;
}

.wp-block-table {
    margin: 0 0 3em;
}

.wp-block-table td {
    border: 0px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

blockquote {
    margin: 50px 0px 50px 10px;
    /* border-left: 5px solid #ffcf30; */
    padding: 25px 30px 9px 25px;
    line-height: 17px;
    background: #efefef;
    border-radius: 0.2rem;
}


iframe {
    border: 0;
    width: 100%;
    height: 513px;
}

.content-h1 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
}

.rdg-content h2 {
    /* margin-left: -15px; */
    font-size: 1.38rem;
    border-bottom: 1px solid #000;
    border-image: linear-gradient(to right, #dbdbdb 0%, #ffffff 92%);
    border-image-slice: 1;
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
}

.rdg-content h2::before {
    /* content: "|"; */
    padding-right: 6px;
}

.content-name,
.content-name a,
.rank-math-breadcrumb p {
    /* color: rgba(136,153,168,1.00); */
    font-weight: 400;
    font-size: 15.5px !important;
}

.content-name,
.content-name a {
    color: rgb(130, 130, 130) !important;
}

.docs-aside {
    border-right: 1px solid #ebebeb;
}


/* 워드프레스 메뉴 */

.wp-menu a {
    color: #000;
}

.wp-menu-title li {
    padding-top: 10px !important;

}

.card {

    background-color: #fff;

}

/* table-responsive > wp-block-table 로 변경 */

.prism-titlename {
    font-weight: normal;
    color: #bbb;
    background-color: #1c1c1c;
}

/* 기본 블록 - 자료 다운로드 */
.wp-block-file {
    margin-bottom: 1.5em;
    background: #ffffff;
    padding: 25px 20px 27px 30px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 5px;
    text-align: center;
}

/* 테이블 디자인 */

.rdg-table-center {
    text-align: center;
    width: 20%;
}

.wp-block-table thead {
    background-color: #ededed;
}

.wp-block-table th {
    padding: 6px;
    /* border: 1px solid rgb(199, 199, 199) !important; */
}

.wp-block-table td {
    padding: 6px;
    font-size: 15px;
    min-width: 66px;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
    border: 1px solid rgb(224, 224, 224);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

/* 코드블록 */

.codescroll {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 500px;
}

.prism-titlename {
    margin: -12px -12px 9px -12px !important;
}

.prism-titlename,
code {
    letter-spacing: 0px !important;
}

code {
    background-color: #efefef;
    padding: .1rem .4rem;
    /* margin: 0 .5rem; */
    border-radius: .3rem;
    border: 1px solid #d3d3d3;

}


/* 헤더 */

.header {
    height: 80px !important;
}

/* 3D */


model-viewer {
    width: 400px;
    height: 350px;
    margin-top: -15px;
    overflow-x: hidden;
    --poster-color: #fbfbfb;
}

/* 3D 로딩바 해제 */
model-viewer::part(default-progress-bar) {
    display: none;
}

.toolbar {

    /* animation-name: asdasf;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-fill-mode: forwards; */
    color: #000;
    background: url('/wp-content/themes/documents/assets/images/home-decor-bg-img-02.jpg');
    background-size: cover;
    border-bottom: 1px solid rgb(235, 235, 235);
}

/* 헤더 툴바 */
.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid rgb(231, 231, 231) !important;
}


.card.card-xl-stretch {
    background-color: #ffffff00;
}



.bg-body {
    --bg-color: 255, 255, 255;
    /* background-color: #fff0 !important; */
}

#orbit-demo model-viewer {
    background-color: transparent !important;
}

.menu li {
    color: inherit;
    list-style: none;
}

.menu a {
    color: #000;
    font-weight: 500 !important;
}

.active {
    color : #004eff !important;
    font-weight: 700;
}



/* 이미지 */

.wp-block-image img {
    /* border-radius: 5px !important; */
    /* border: 1px solid #dddddd; */
    image-rendering: -webkit-optimize-contrast;

}

.wp-block-image {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #2b2b2b;
    text-align: center;
    /* border: 1px solid #dddddd; */
    border-radius: 4px;
    /* box-shadow: 0px 0px 2px 1px #d7d7d7; */
}

/* 코딩 */

code {
    font-size: 0.97em !important;
    color: #000;
    padding: 1px 6px 1px 6px;
    border-radius: 3px;
    letter-spacing: 0px !important;
}

/* 메인페이지 검색바 */

.form-control.form-control-solid {
    border-color: #dfdfdf !important;
}


/* 페이지네이션 */

.nav-links>a {
    padding-left: 3px;
    padding-right: 3px;

}

.nav-links .page-numbers {
    color: #c4c4c4;
}

.nav-links {
    font-size: 18px;
    justify-content: right !important;

}

.nav-links .page-numbers.current {
    color: var(--mainColor);
    padding-left: 3px;
    padding-right: 3px;
}



/* 줄스킵 */

.line-clamp,
.rank-math-breadcrumbs {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


.line-clamp p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    text-transform: uppercase;
    font-weight: 400;
    color: #019e7c;
    margin-right: 5px;
}


/* content */

.rdg-content a {
    color: #0275d8 !important;
    font-weight: bold;
}

.rdg-content a {
    color: #0275d8 !important;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #0275d8;
    text-decoration-thickness: 1px;
}

.anchor>a {
    text-decoration: none;
    color: #000 !important;
    width: 0.95em;
    margin-left: -0.05em;
}

pre.wp-block-code code {
    background-color: #0000 !important;
    color: #f8f8f2 !important;
    padding-left: 0;
    border: none;
    overflow-x: initial;
    font-size: 15px !important;
    letter-spacing: 0px !important;
}

.wp-block-image {
    margin: 16px 0 2.5em !important;
}

.rdg-content p {
    margin-block-start: 0em;
    margin-block-end: 30px;
}

/* 빵가루 */

.rank-math-breadcrumb,
.list-inline {
    font-size: 0.9rem !important;
}

.rank-math-breadcrumb a::after {
    content: "•";
    padding-left: 8px;
}

.rank-math-breadcrumb a:last-child:after {
    content: "";
}

.rank-math-breadcrumb a {
    display: flex;
    float: left;
    /* padding-left: 15px; */
    text-align: initial;
    padding-right: 8px;

}

.rank-math-breadcrumb p {
    margin-block-end: 0.3em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-math-breadcrumb span {
    /* margin-left: 17px; */
    height: 0;
    border-bottom: 0px solid #eff2f5 !important;

}

.list-inline li:not(:last-child)::after {
    content: "";
    display: inline-block;
    margin-right: 0 !important;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ababab;
    margin: 0 10px;
}

.list-inline {
    color: #646464;
}

.wp-block-quote p {
    margin-block-end: 15px !important;
    line-height: 1.2 !important;
}

.rdg-content-image {
    max-width: 765px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    image-rendering: -webkit-optimize-contrast;
}

.logo {
    width: 105px;
}



/* 모바일 */


.rdg-image {
    min-height: 300px;
}


@media (max-width: 991.98px) {

    #kt_footer {
        padding-bottom: 4.5rem;
    }


    .main-title {
        padding: 35px 0 17px !important;
        /* font-size: 22px !important; */
    }

    .main-h1 {
        padding: 38px 0 0px !important;
        font-size: 30px !important;
    }

    .wp-block-image {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: #0000;
        text-align: center;
        border-radius: 5px;
    }

    .rdg-image {
        min-height: 170px;
    }

    .rdg-other-post {
        margin-right: -30px;
        margin-left: -30px;
    }

    .rdg-postlist-title {

        margin-left: -15px;

    }

    .header,
    .rdg_header {
        height: 60px !important;
    }

    .rdg_document_header {
        height: 60px !important;
    }

}

.rdg_category {
    font-size: 14px !important;
}

.rdg_excerpt p {
    margin-block-start: 0.4em !important;
    margin-block-end: 0.2em !important;
}

.rdg_wp_func_table th {
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
    border-color: #fff;

}

.rdg_wp_func_table tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 0px;
}

.rdg_wp_func_table_head {
    background-color: #ededed;
}

/* 강좌 */

.ld-progress-steps,
.ld-section-heading {
    display: none !important;
}

.bgi-size-cover {
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 640px) {
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        flex-direction: row !important;
        align-items: center !important;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
        flex: 1 1 65% !important;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        width: 100px;
    }
}


/* 바텀 검색바 */

.rdg_mobile_bottom_search {
    /* padding: 10px; */
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ebebeb;
    /* box-shadow: rgb(0 0 0 / 5%) 0px -1px 1px; */
    z-index: 10;
}

.rdg-mobile-search-icon {
    /* margin-top: 12.5px; */
    padding: 12px
}


.rdg_mobile_nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;

    /* border-top: 1px solid #d5d5d5; */
    background: #fff;
}

.rdg_mobile_form {
    padding: 10px 40px 0px 40px;
    display: none;

}

.rdg_mobile_form input {
    width: 100%;
    padding: 5px 5px 5px 45px;
    /* border: 1px solid #999; */
    border-radius: 50px;

    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px;

}

.rdg_mobile_nav a {
    padding: 14px 15px 14px 15px;
    font-size: 16px;
}

.rdg_mobile_nav a:hover {
    color: #000;
}

.search-menu-mobile-icon {
    margin-top: -20px;
}



#searchform::placeholder {
    color: rgb(77, 77, 77) !important;
}


/* PC 메뉴 */

.menu_pc li {
    padding-left: 20px;
}

.docs-header {
    border-bottom: 1px solid #ebebeb;
    box-shadow: rgb(0 0 0 / 2%) 1.9px 1px 1px;
}


/* 모바일 메뉴 */

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

    .menu_pc,
    .menu_btn {
        display: none;
    }


    .subject-txt {
        font-size: 23px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
    }

    .threeBook {
        width: 70%;
        height: 70%;
    }

    .wp-block-image {
        padding: 0px;
        background-color: #fff;
        text-align: center;
        /* border: 1px solid #dddddd; */
        border-radius: 4px;
        /* box-shadow: 0px 0px 2px 1px #d7d7d7; */
    }

}

/* PC 메뉴  */

@media only screen and (min-width: 767px) {

    .menu_pc,
    .menu_btn {
        display: inline;
    }

    .menu_mobile {
        display: none;
    }
}


#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
}

.menu__btn {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    position: fixed;
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);

}

.menu__item {
    display: block;
    padding: 35px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.menu__box li {
    list-style: none;
    padding-bottom: 20px;
}

.menu__box li a:hover {
    color: #ffcf30;
}



/* 서브 메뉴 */

.menu-main-container>.menu>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.sub-menu {
    /* display: none; */
    position: absolute;
    transform: scaleY(0);
    /* transition: transform 0.5s */
    background-color: #fff;
    border: 1px solid rgb(209, 209, 209);
    /* border: none; */
    margin: 0;
    padding: 12px 25px 10px 0px;
    border-radius: 3px;
    line-height: 1.85;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.menu-main-container>ul>li:hover>.sub-menu {

    margin-top: 7px;
    animation: fadein 0.3s;
    transform: scaleY(1);
}

.menu-item a:hover {
    color: #2824e6 !important;
}



.rdg_category>ul {
    list-style: '';

}

.rdg_category>ul>li {
    list-style: '';
    padding: 13px 0px 5px;
}

.rdg_category>ul>li>ul {
    list-style: '';

}

.rdg_category>ul>li>ul>li>ul {
    list-style: '';
}

.rdg_category li {
    padding: 3px 0px;
}


/* LearnDash */

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {

    padding: 0.67em 0.8em !important;
}

#learndash_mark_complete_button,
.learndash_mark_complete_button,
.ld-button {
    font-weight: 500 !important;
    font-size: 1.05em !important;

}

.learndash-wrapper .ld-expand-button {
    margin: 0;
    border-radius: 20px;
    background-color: #00a2e8;
    color: #fff;
    box-shadow: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 500 !important;
    font-size: 1.05em !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 385px;
    white-space: normal;
    text-shadow: none;
    border: 0;
    opacity: 1;
    transition: opacity .3s ease;
    justify-content: center;
    height: auto;
    padding: 1em;
    line-height: 1.25em;
    display: flex;
    align-items: center;
}


.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
    font-size: .95em !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1em;
}

body>div.learndash-wrapper>div>div.ld-focus-main>div.ld-focus-header>div.ld-content-actions>div:nth-child(2)>form>input.learndash_mark_complete_button {
    margin-top: -6px !important;
}



.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back,
.learndash-wrapper .ld-content-actions>a,
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
    font-size: 1.0em !important;
    color: #000 !important;
}

.learndash-wrapper #sfwd-mark-complete::after,
.learndash-wrapper .sfwd-mark-complete::after {
    right: 1.7em !important;
}

.learndash-wrapper .ld-status {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.ld-breadcrumbs-segments a {
    color: #000 !important
}

.learndash-wrapper .ld-breadcrumbs {
    padding: 1em 1.6em !important;
}

.learndash-wrapper .ld-status {
    border-radius: 30px !important;
    padding: 10px 19px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    flex: 1 1 80% !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading {

    font-size: 0.95em !important;
    line-height: 1.5em !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    font-weight: 500 !important;
    color: #000 !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {

    font-weight: 500 !important;
    margin-right: 15px !important;
}

/* 강의 소개 페이지 */
.ld-icon-arrow-down:before {
    position: absolute;
    margin-top: -1.5px;
    margin-left: -6.5px;
}

/* 강의 내부 페이지 */

.learndash-wrapper .ld-course-navigation .ld-status-icon {
    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
    top: -4px !important;
}

/* 강의 내부 페이지 버튼 */

.learndash_mark_complete_button {
    /* color: #000 !important; */
    font-weight: 700 !important;
}

.ld-icon-content {
    padding-top: 7px;
    padding-right: 3px;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
    font-size: .775em !important;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {

    border-radius: 100%;
    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;
    padding: 2px;
    line-height: 27px !important;
    text-align: center;
    font-weight: 400 !important;
    transition: color .3s ease, background .3s ease;
}

.learndash-wrapper .ld-table-list .ld-table-list-header {
    font-weight: 400 !important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
    display: flex;
    align-items: center;
    font-size: 0.9em !important;
    line-height: 1em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
    font-weight: 500 !important;
    display: block;
    font-size: .825em;
    margin-top: .5em;
    color: #728188;
}


.learndash-wrapper .ld-expand-button {
    margin: 0;
    border-radius: 5px !important;
    background-color: #00a2e8;
    color: #fff;
    box-shadow: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 800;
    font-size: .75em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 385px;
    white-space: normal;
    text-shadow: none;
    border: 0;
    opacity: 1;
    transition: opacity .3s ease;
    justify-content: center;
    height: auto;
    padding: 1em;
    line-height: 1.55em;
    display: flex;
    align-items: center;
}

/* content */

.rdg-content .card-body ul {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rdg-content li {
    /* padding-top: 5px; */
    padding-bottom: 7px;
}

.rdg-content .card-body li {
    margin: 10px 0px;
}

.rdg-content p {
    line-height: 1.7 !important;
}

.rdg-content pre.wp-block-code {

    margin: 16px auto 30px !important;
}

.wp-block-image figcaption {
    display: none;
}



.top_icon_cafe {
    margin-right: 7px;
}

.top_icon_youtube {
    padding-top: 2px;
}

.menu_pc_devider {
    width: 1px;
    background-color: #d3d3d3;
    height: 12px;
    margin-right: 20px;
}



/* footer */

.rdg_mobile_nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;

    /* border-top: 1px solid #d5d5d5; */
    background: #fff;
}

.rdg_mobile_form {
    padding: 10px 40px 0px 40px;
}

.rdg_mobile_form input {
    width: 100%;
    padding: 5px 5px 5px 45px;
    border: 1px solid #ddd;
    border-radius: 50px;

}

.rdg_mobile_nav a {
    padding: 13px 15px 13px 15px;
    font-size: 16px;
}

.rdg_mobile_nav a:hover {
    color: #000;
}

.search-menu-mobile-icon {
    margin-top: -20px;
}

/* front-page */

.front-page-text {
    font-size: 14px !important;
}

.docs-searchform {
    margin-top: 3px;
}

.main_menu {
    position: fixed;
    width: 100%;
}

/* 목차 */

.nav-link {
    padding: 3px 0px;
}

.rdg-toc ol {
    padding-left: 15px !important;
    padding-top: 0px !important;
}

.rdg-toc h2 {
    display: none;
}

/* 드래그 */

::selection {
    background: rgb(255, 248, 157);
    color: rgb(15, 15, 15);
}

/* 모바일 푸터 */



/*  */

.rdg_second_title {
    text-align: center;
}

.rdg_second_table {
    width: 78px;
    text-align: center;
    border-left: #f0f0f0 solid 0.5px !important;

}

.rdg_title_table {
    width: 180px;
    /* text-align: center; */
    border-left: #f0f0f0 solid 0.5px !important;
    border-right: #f0f0f0 solid 0.5px !important;
}


.rank-math-breadcrumb {
    color: #999 !important;
}

.codecopy_tooltip {
    display: inline-block;
    background: #1c1c1c;
    color: #bbb;
    padding: 2px 20px 1px;
    font-size: 14px;
    border-radius: 2px;
    position: absolute;
    margin-top: -6px;
    margin-left: -14px;
    border-radius: 6px 6px 0px 0px;
    display: none;
}

.main-search {
    left: 0px;
    margin-top: -1px;
}


/*  */


.main-card .card:hover {
    box-shadow: 0 0 5px rgb(40 42 54 / 5%);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transform: translate3d(0, -1px, 0);
    border: 1px solid #000;


}


.main-card .card {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transform: translate3d(0, 0px, 0);
    border: 1px solid rgb(235, 235, 235);
}


.main-card a {
    color: #000 !important;
}

.bookmark-card a {
    color: #000 !important;
}

.bookmark-card .card:hover {
    box-shadow: 0 0 5px rgb(40 42 54 / 5%);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transform: translate3d(0, -1px, 0);
    border: 1px solid #000;

    background-color: rgb(248, 248, 248);


}

.bookmark-card .card {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transform: translate3d(0, 0px, 0);
    background-color: #fff;
    border: 1px solid rgb(235, 235, 235);
}

.wp-block-quote p {
    line-height: 1.2 !important;
}

.rdg-content-image::after {
    content: "";
    background-color: #000 !important;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    opacity: 1;
}

.rdg-content>div>ul {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    padding-right: 2.5rem;
    background-color: #f5f5f5;
    padding-left: 3rem;
    border-radius: 3px;
}

#stb_subscribe {
    border: solid 1px #e9e9e9 !important;
    border-radius: 3px;
}

@media (min-width: 700px) {
    .bookmark-card {
        width: 270px;
    }
}

.bookmark-card .card .px-3 {
    border-top: 3px solid #282828;
    border-radius: 3px;
}

.cat-item {
    color: rgb(97, 97, 97) !important;
}

.min-width-75 {
    min-width: 75px;
}


.rdg-content h3 {
    font-size: 1.18rem;
    font-weight: bolder;
    padding: 23px 0px 3px 0px;
    /* border-bottom: 1px solid #ebebeb; */
    /* border-image: linear-gradient(to right,#dbdbdb 0%,#fff 92%); */
}

.rdg-content h3::before {
    content: "- ";
}













/* 댓글 */

.logged-in-as {
    display:none;
}

.comment-author img {
    border-radius: 300px;
}



.comment-metadata p , .comment-content p {
    margin-block-end: 0px;
}

.comment-date {
    color: #000 !important;
}

.comment-form-comment {
    margin-block-end: 0px !important;
}

.form-submit {
    text-align: right;
}

/* inline */

.vcard , .comment-metadata {
    display: inline;
} 

.vcard a{
    font-size: 17px;
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
    text-decoration-color: #0275d8;
}

.comment-metadata {
    padding-left: 5px;
}

.comment-metadata time {
    color: rgb(133, 133, 133);
}


textarea {
    height: 110px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding: 5px 10px;
}

textarea:focus {
    
    outline-color: #a9ccff;
}

#cancel-comment-reply-link {
    padding-left: 5px;
}

.comment-date {
    display: inline;
    font-weight: 400;
}

.comment-body {
    padding-top: 20px;
    padding-bottom: 5px;
}

.form-submit {
    padding-top: 10px;
}

[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border: 0px;
    border-radius:5px;
    padding: 6px 20px 5px;
    border: 1px solid #ffffff;
    transition: all 0.2s linear;
    width: 100%;
    color: #000;
    background-color: #ffcb2d;
}

[type=submit]:not(:disabled):hover, button:not(:disabled):hover{
    color: rgb(31, 31, 31) !important;
    border:1px solid rgb(59, 126, 189) !important;
}

#reply-title {
    padding: 27px 0 0;
    line-height: 1;
}


.reply {
    width:50px;
    border:1px solid rgb(168, 168, 168);
    padding: 4px 10px 2px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.reply:hover {
    color: rgb(59, 126, 189) !important;
    border:1px solid rgb(59, 126, 189) !important;
}


.comment-content p {
    padding-top: 5px;
    padding-bottom: 10px;
}

.reply a {
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
    text-decoration-color: #0275d8;
}

.required:after {
    content: "";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 700;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
    /* display:none; */
    /* width: 30%; */
    padding-left: 13px;

}

.comment-form-url input, .comment-form-url label {
    display: none;
}

.comment-form-author input {
    /* display:none; */
    border:1px solid rgb(202, 202, 202);
    width: 16%;
    border-radius: 5px;
    padding-left:7px;
}

.comment-form-email input {
    border:1px solid rgb(202, 202, 202);
    width: 26%;
    border-radius: 5px;
    padding-left:7px;
}

.comment-form-author{
    width: 60px;
    display: inline;
    width: 30%;
    
}

.comment-form-email{
    width: 60px;
    display: inline;
    width: 30%;
}

.comment-form-url{
    width: 60px;
    display: inline;
    width: 30%;
}

.comment-form-cookies-consent {
    padding-left: 7px;
    padding-top: 7px;
    display: inline;
}

.comment-notes {
    margin-block-start: 0em;
    margin-block-end: 10px !important;
}

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

    .comment-form-author input {
        /* display:none; */
        border:1px solid rgb(202, 202, 202);
        width: 23%;
        border-radius: 5px;
    }
    
    .comment-form-email input {
        border:1px solid rgb(202, 202, 202);
        width: 26%;
        border-radius: 5px;
    }

    .comment-form-cookies-consent {
        padding-left: 7px;
        padding-top: 10px;
        display: block;
    }

}

.comment-reply-title:before {
    content: "" !important;
}

.comment-divider {
    padding-top: 10px;
    border-bottom: 1px solid rgb(233, 233, 233);
    margin-bottom: 10px;
}

.form-submit {
    margin-block-end: 70px !important;

}

.gray-a {
    color: #d0d0d0;
}