.btn-neutral.active {
    color: #ffffff;
    background-color: #5603ad;
    border-color: #5603ad;
}

.help-inline {
    color: #8898aa;
}

.btn_area {
    display: flex;
    justify-content: center;
}

.fa-rss {
    color: #5e72e4;
}

.mg-0 {
    margin: 0px auto im !important;
}

.pd-7 {
    padding: 7px !important;
}

.pd-10 {
    padding: 10px !important;
}

.jsc {
    justify-content: center !important;
}

.member_status_tab a {
    color: #172b4d !important;
}

.member_status_tab a.active {
    background-color: #172b4d !important;
    color: #ffffff !important;
}

.info span {
    margin-right: 10px;
}

.filedownload_btn a,
.link_btn a {
    color: #000000 !important;
}

.form-sort-line {
    border-bottom: 1px solid #e9ecef;
}

.tb-bt {
    border-top: 1px solid #e9ecef;
}

.tb-bt-0 {
    border-top: 0px !important;
}

.width-auto {
    width: auto !important;
}

/* 추가 CSS */
/* 왼쪽 메뉴 */
.sidenav-header {
    height: 80px;
    box-shadow: 0 0 1rem 0 rgb(136 152 170 / 10%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.sidenav .navbar-brand {
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
    height: 100%;
    display: flex;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
    height: 60%;
    width: auto;
    max-height: 40px;
}

/* .navbar-nav .dropdown .d-none {
    display: block !important;
} */
.navbar-vertical .navbar-nav>.nav-item {
    transition: all 0.3s;
}

.navbar-expand .navbar-nav .nav-link {
    padding: 0 !important;
    transition: all 0.3s;
}

.container-fluid .navbar-nav .nav-item {
    margin: 0 8px
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    margin-left: 2rem
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
    padding-left: 2.25rem;
}

.navbar-nav .sidenav-normal::before {
    content: "-";
    color: #5e72e4
}

.nav-item #navbar-multilevel .nav-link::before {
    content: "·";
    padding-right: 5px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5e72e4
}

.navbar-collapse {
    align-items: center;
}

/* 왼쪽 메뉴 끝 */
/* 왼쪽 메뉴 미디어쿼리 */
@media (min-width: 1200px) {

    /* 메뉴 슬라이드 효과*/
    .sidenav .sidenav-toggler {
        display: none !important;
    }

    .navbar-vertical.navbar-expand-xs+.main-content {
        margin-left: 250px !important;
    }

    .navbar-vertical.navbar-expand-xs {
        max-width: 250px !important;
    }

    .g-sidenav-pinned .sidenav {
        width: 250px !important
    }

    .g-sidenav-show .sidenav .nav-item .sidenav-mini-icon {
        opacity: 1 !important;
    }

    .g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
        opacity: 1 !important;
    }

    .g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse .sidenav-normal {
        display: block !important;
    }

    .g-sidenav-hide .sidenav .nav-link-text {
        opacity: 1 !important;
    }
}

@media (min-width: 576px) {
    .navbar .form-group {
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-expand .navbar-collapse {
        justify-content: flex-end
    }

    .header nav[aria-label="breadcrumb"].d-none {
        display: block !important;
    }

    .total-txt {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
}

/* 기본 추가 */
.total-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.table-action {
    transition: all 0.3s;
}

.table-action-edit {
    color: #11a1bc
}

.table-action-edit:hover {
    color: #047e94
}

.table-action-file {
    color: #7c57d3
}

.table-action-file:hover {
    color: #593c88
}

.table-action-delete {
    color: #fa7575;
}

.table-action-delete:hover {
    color: #f5365c;
}

.table thead th {
    font-size: 0.85rem;
}

.card .table td,
.card .table th {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.admin-style .thumbnail {
    width: auto;
    height: 60px !important;
}

/* 기본 추가 미디어쿼리 */
@media (max-width: 575.98px) {
    .total-txt {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
}

/* 카테고리 관리 페이지 */
.admin-category-table tbody td {
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    cursor: Move
}

.admin-category .card-body {
    border-top: 1px solid #e9ecef
}

.admin-category .form-group {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    justify-content: flex-start;
}

.admin-category .form-group .flex-left {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.admin-category .form-group .flex-left i {
    color: var(--teal);
    margin-right: 5px
}

.admin-category .form-group .flex-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.admin-category .form-group .flex-right .form-control {
    max-width: 200px !important
}

.admin-category .form-group .flex-right .flex-col:not(:last-of-type) {
    margin-right: 5px
}

.admin-category #response {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}

.admin-category #response .ni {
    color: #fbcf40
}

/* 카테고리 드래그&드롭 */
.ui-sortable-helper {
    width: 100% !important;
    background-color: rgba(250, 250, 250, 0.8);
}

.ui-sortable-helper td {
    border-top: 0 !important
}

.ui-sortable-helper td:nth-child(1) {
    width: 10%
}

.ui-sortable-helper td:nth-child(2) {
    width: 80%
}

.ui-sortable-helper td:nth-child(3) {
    width: 5%
}

.ui-sortable-helper td:nth-child(4) {
    width: 5%
}

/* 폼 */
.admin-post .form-control {
    max-width: 180px !important;
    cursor: pointer;
}

.form-wrap {
    display: flex;
    align-items: center;
}

.form-wrap select:not(:first-of-type) {
    margin-left: 8px
}

/* 체크박스 */
.admin-post .custom-control,
.admin-popup .custom-control {
    min-height: auto;
    width: 16px;
    height: 16px;
    padding-left: 0;
    margin: auto
}

.admin-post .custom-control-input,
.admin-popup .custom-control-input {
    width: 100%;
    height: 100%;
}

.admin-post .custom-control-label::before,
.admin-popup .custom-control-label::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.admin-post .custom-control-label::after,
.admin-popup .custom-control-label::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.admin-post .custom-checkbox .custom-control-input~.custom-control-label,
.admin-popup .custom-checkbox .custom-control-input~.custom-control-label {
    height: 100%
}

.nav-pills .nav-item:not(:last-child) {
    padding-right: 8px;
    padding-bottom: 10px;
}

.admin-contactus .form-group img {
    width: 100%;
    max-width: 700px
}

.navbar-vertical .navbar-nav a.nav-single:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    margin-left: auto;
    transition: all 0.15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* 사용자 메뉴 관리 */
.menu-setting .block {
    margin: 5px 0;
    position: relative;
}

.menu-setting .main-menu {
    background-color: #fafafa;
}

.menu-setting .block-title:hover {
    cursor: move;
    background-color: #f6f9fc;
}

.menu-setting #sortable {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px 20px;
}

.menu-setting #sortable ul {
    padding-left: 25px;
}

.menu-setting #sortable2 li {
    position: relative;
}

.menu-setting #sortable2 li::before {
    content: "└";
    display: block;
    position: absolute;
    left: -25px;
    color: #8898aa;
    z-index: 1;
    top: 8px
}

.menu-setting .ui-sortable-helper {
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px 0;
    width: 300px !important;
    height: 41px !important;
}

.menu-setting .sortable-placeholder {
    height: 43px;
    background: #eee;
    margin-bottom: 5px;
    margin-top: 5px;
}

.menu-setting #menu-edit-form {
    opacity: 0;
}

.menu-setting .pop_type_layer {
    position: absolute;
    top: 25px;
    z-index: 2;
}

/* 사용자 메뉴 관리 미디어쿼리 */
@media all and (max-width: 1200px) {
    .menu-setting #sortable {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px 10px;
    }
}

@media all and (max-width: 1000px) {
    .menu-setting #sortable {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px 10px;
    }
}

@media all and (max-width: 640px) {
    .menu-setting #sortable {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px 10px;
    }
}

/* 관리자 댓글 */
.admin-comment-wrap .admin-comment,
.admin-comment-wrap .admin-reply {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.admin-comment-wrap .admin-comment {
    margin-top: 20px
}

.admin-comment-wrap .comment-user {
    width: 5%;
    min-width: 50px;
}

.admin-comment-wrap .admin-comment .comment-user i {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5e72e4;
    border-radius: 1000000000px;
    color: #FFFFFF
}

.admin-comment-wrap .admin-reply .comment-user i {
    opacity: 0;
}

.admin-comment-wrap .comment-content {
    width: 94%;
    border: 1px solid #e3e3e3
}

.admin-comment-wrap .admin-comment .comment-content {
    position: relative;
}

.admin-comment-wrap .admin-comment .comment-content::before {
    content: "";
    width: 16px;
    height: 20px;
    display: block;
    background: center / contain url("/assets/images/icon-comment-arrow.svg") no-repeat;
    position: absolute;
    top: 10px;
    left: -16px;
    z-index: 1;
}

.admin-comment-wrap .admin-reply .comment-content {
    border-top: 0
}

.admin-comment-wrap .admin-comment-heading {
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 10px 20px;
    position: relative;
}

.admin-comment-wrap .admin-reply .admin-comment-heading {
    position: relative;
    padding-left: 80px
}

.admin-comment-wrap .admin-reply .admin-comment-heading::before {
    font-family: "Font Awesome 5 Free";
    content: "\f064";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: block;
    position: absolute;
    transform: scaleY(-1);
    left: 60px;
}

.admin-comment-wrap .admin-comment-heading .time {
    margin-left: 11px;
    font-size: 14px;
    position: relative;
}

.admin-comment-wrap .admin-comment-heading .time::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #ced4da;
    left: -8px;
    top: 6px;
    position: absolute;
}

.admin-comment-wrap .admin-comment-body {
    padding: 20px;
}

.admin-comment-wrap .admin-reply .admin-comment-body {
    padding-left: 80px
}

.admin-comment-wrap .admin-comment-body .comment-text {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e3e3e3;
    color: #3b3f4b
}

.admin-comment-wrap .btn {
    box-shadow: 0 3px 5px rgb(50 50 93 / 0%), 0 1px 3px rgb(0 0 0 / 0%);
}

.admin-comment-wrap .btn-outline-light {
    border: 0;
    position: relative;
}

.admin-comment-wrap .btn:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #ced4da;
    right: -4px;
    top: 8px;
    position: absolute;
}

.admin-comment-wrap .admin-comment-body .comment_write_box_inner {
    margin-top: 10px;
}

#comment_write_box {
    background-color: #e9edf3;
    padding: 40px
}

/* 관리자 댓글 미디어쿼리 */
@media all and (max-width: 1600px) {
    .admin-comment-wrap .comment-user {
        width: 10%;
    }

    .admin-comment-wrap .comment-content {
        width: 88%;
    }
}

@media all and (max-width: 640px) {
    .admin-comment-wrap .admin-comment {
        flex-direction: column;
    }

    .admin-comment-wrap .admin-comment .comment-user i {
        width: 25px;
        height: 25px;
    }

    .admin-comment-wrap .admin-comment .comment-user i.fa-user-alt:before {
        font-size: 4px
    }

    .admin-comment-wrap .admin-reply .comment-user {
        display: none;
    }

    .admin-comment-wrap .admin-comment .comment-content::before {
        width: 12px;
        height: 15px;
        left: 6px;
        top: -13px;
        transform: rotate(90deg);
    }

    .admin-comment-wrap .comment-content {
        width: 100%
    }

    .admin-comment-wrap .admin-comment .comment-content {
        margin-top: 10px
    }

    .admin-comment-wrap .admin-comment-heading {
        padding: 10px
    }

    .admin-comment-wrap .admin-comment-heading .comment-info {
        margin-bottom: 5px
    }

    .admin-comment-wrap .admin-comment-heading .user-name {
        font-size: 14px
    }

    .admin-comment-wrap .admin-comment-heading .time {
        font-size: 12px;
    }

    .admin-comment-wrap .admin-reply .admin-comment-heading {
        padding-left: 30px
    }

    .admin-comment-wrap .admin-reply .admin-comment-heading::before {
        left: 12px;
        font-size: 12px
    }

    #comment_write_box {
        padding: 10px
    }

    .admin-comment-wrap .admin-comment-body {
        padding: 10px
    }

    .admin-comment-wrap .admin-comment-body .comment-text {
        font-size: 15px
    }

    .admin-comment-wrap .admin-reply .admin-comment-body {
        padding-left: 30px
    }
}