.navbar {
    padding-left: 10px;
    padding-right: 15px;
}

.navbar-brand {
    padding: 0px;
    padding-top: 11px;
}


.navbar-static {
    z-index: 1;
}

.top-navi-container {}

.top-navi-container .top-navi-header {

    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
}

@media (max-width: 991.98px) {
    .top-navi-container.navbar-static {
        position: relative;
        z-index: 5000;
        flex-shrink: 0;
    }
}

.top-navi-container .top-navi-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}


.top-left-logo-container {
    text-align: center;
}

.side-member-container {
    display: block;
}

/* Side Navigation */
.side-menu-container {
    width: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    position: relative;
    border-right: 1px solid #292929;
    padding-top: 1px;
}



.side-navi {
    list-style: none;
    margin: 0px;

    padding: 0px;
    width: 30px;
    text-align: center;
    margin-top: 12px !important;
    margin: 0 auto;

}

.side-navi .title {
    display: none;
}

.side-navi>.nav-item {
    display: block;

    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.side-navi>.nav-item>.nav-link {

    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 7px !important;
    margin-bottom: 7px !important;

    border-radius: 5px;
    color: #a7a7a7;
}

.side-navi>.nav-item>.nav-link:hover {
    color: #ffffff;
}


.side-navi>.nav-item>.nav-link>i {
    font-size: 13px;
}

.side-navi>.nav-item.active>.nav-link {
    background-color: rgba(0, 0, 0, 0.2);
    color: #b6df00
}




.top-left-logo-container {
    scale: 0.8;
}


.top-left-logo-container .logo {
    width: 33px;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 2px;
    opacity: 0.7;
}

.logo-sm,
.logo-xs,
.logo-lg {
    width: 35px;
    height: 30px;
    border-radius: 3px;
    background-color: #dc3545;
    background-image: url(../image/logo-sm.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 0px -1px;
    position: relative;
}

.logo-xs {
    width: 25px;
    height: 20px;
    background-size: 40%;
    margin: 0px;
}

.logo-lg {
    width: 85px;
    height: 80px;
    background-size: 60%;
    margin: 0px;
}

.top-left-logo-container .logo-sm:after {
    position: absolute;
    bottom: -34px;
    left: 0px;
    z-index: 1;
    content: ' ';
    display: block;
    background-color: #ffffff;
    width: 35px;
    height: 1px;
    opacity: 0.06;
}


.top-main-navi {
    list-style: none;
    padding: 0px;
    margin: 0px;

}

.top-main-navi li {
    display: inline-block;
    margin-right: 10px;
}

.top-main-navi li .sub-menu {
    display: none;
}

.top-main-navi>.nav-item {
    position: relative;
}

.top-main-navi>.nav-item>.nav-link {
    font-size: 10px;
    font-weight: bold !important;
    font-family: Galmuri11, sans-serif;
}

.top-main-navi>.nav-item>.nav-link .title {
    display: inline-block;
    padding-bottom: 1px;
}

.top-main-navi>.nav-item>a>i {
    margin-right: 7px;
    font-size: 10px;
}

.top-main-navi .nav-group-sub {
    position: absolute;
    display: none;
}


.top-main-navi>.nav-item>.nav-link {
    color: #b1b1b1;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    border: 1px solid transparent;

    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.top-main-navi>.nav-item>.nav-link:after {
    display: none;
}

.top-main-navi>.nav-item>.nav-link.dp-hover,
.top-main-navi>.nav-item>.nav-link:hover {
    background-color: rgba(0, 247, 255, 0.12);
    border: 1px solid rgba(0, 247, 255, 0.13);
    color: #ffffff;
}

.top-main-navi>.nav-item>.nav-link.active {
    background: rgba(223, 75, 72, 0.35);
    border: 1px solid rgba(223, 75, 72, 0.7);
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    background-image: url('../image/plastic-paper.png') !important;
}

.top-main-navi>.nav-item>.nav-link:after {
    position: static;
    right: 9px;
    margin-top: 0px;
}


.top-main-navi .nav-group-sub {
    box-shadow: rgba(0, 0, 0, 0.6) 4px 4px 0px -1px;
    background: rgb(77, 68, 71);
    background-image: url('../image/plastic-paper.png') !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(43, 43, 43);
    border-image: initial;
    border-radius: 3px;
    padding: 0px;
    top: 30px;
    left: -1px;
    overflow: hidden;
    min-width: 170px;

}

.top-main-navi .nav-group-sub li {
    padding: 0px;
    display: block;
    margin: 0px;
}

.top-main-navi .nav-group-sub li:not(:last-child) {
    border-bottom: 1px solid #333339;
}

.top-main-navi .nav-group-sub li .nav-link {
    display: flex;
    color: #c0c0c0;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.top-main-navi .nav-group-sub li .nav-link i {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.15);
    margin-left: -15px;
    margin-top: -7px;
    margin-bottom: -8px;
    margin-right: 10px;
    width: 30px;
    font-size: 11px;
}

.top-main-navi .nav-group-sub li .nav-link:hover {
    color: #dc3545;
    background: rgb(243, 241, 222);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
    background-image: url('../image/plastic-paper-v.png') !important;
}

.top-main-navi .nav-group-sub li .nav-link.active {
    background: rgba(223, 75, 72, 0.8);
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    background-image: url('../image/plastic-paper.png') !important;
}



.post-container .card {}



.card.actor-profile {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 23 0;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
}

.card.bbs-view-card {
    margin-top: 60px;
    margin-bottom: 60px;
}

.card .img-profile-top {
    width: 180px;
    border-radius: 0px;
}

.card .actor-profile-top {
    border-bottom: 1px solid rgb(32, 32, 36);
    background-color: rgba(0, 0, 0, 0.1);
}

.card .actor-info {
    border-left: 1px solid rgb(53, 53, 61);
}

.card .ac-name-c {
    position: relative;
    text-align: center;
    height: 77px;
    padding-top: 5px;
    border-bottom: 1px solid rgb(25, 25, 25);
    background-image: url(../image/firework_no_rgb_bg.svg);
    background-color: rgba(255, 60, 0, 0.8);
}

.card .movie-info {
    background-color: rgba(8, 110, 136, 0.35);
}


.card .movie-title {
    position: relative;
    text-align: center;
    border-top: 1px solid rgb(25, 25, 25);

}


.card .ac-name-c .name-set {
    z-index: 1;
    position: absolute;
    width: 100%;
}


.card-title,
.name-set .mv-id {
    font-size: 28px;
    font-weight: bold;
    font-family: Galmuri11, sans-serif;
}

.name-set i {
    font-size: 22px;
}

.card .ac-name-c .bg-firework {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.9;
}


.social-link-button-container {
    height: 65px;
}

.social-link-button-container .social-links {
    height: 100%;
}

.social-link-button-container .social-links .btn {
    margin-left: 1px;
    margin-right: 1px;
}

.social-link-button-container .social-links .btn i {
    font-size: 13px;

}

.card .status-container {
    height: 40px;
    border-top: 1px solid rgb(25, 25, 25);
}

.card .status-container .btn {
    font-family: galmuri7, sans-serif;
    font-size: 10px;
    max-height: 40px;
    border-top: none !important;
    border-bottom: none !important;
}

.card .status-container .btn:not(:last-child) {
    border-right: 1px solid rgb(61, 61, 61) !important;
}

.card .status-container .btn i {
    font-size: 14px;

}

.social-links .btn-icon {

    height:37px;
    
}

.body-profile {
    color: rgb(229, 232, 232);
    border-radius: 5px;
    margin: 0px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);

}



.body-profile .profile-title {
    font-size: 12px;
    font-family: Galmuri11, sans-serif;

    color: rgb(123, 123, 123);
    padding-bottom: 5px;
}

.body-profile>div>div {
    padding-top: 0px;
    padding-bottom: 0px;
}

.body-profile.movie {
    padding: 0px;
    overflow: hidden;
}

.body-profile.movie .thumbnail-container {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}


.card.actor-profile .search-container {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.38);
}

.filmo-text {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
}

.card .admin-btns {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.actor-profile-small-grid .card {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding: 10px;
    margin-bottom: 0px !important;
}

.actor-profile-small-grid .card:hover {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.actor-profile-small-grid .thumb-item.active .card {
    background-color: rgba(0, 247, 255, 0.04);
    border: 1px solid rgba(0, 247, 255, 0.13) !important;


}


.progress
{
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-progress-container {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9px;
    left: 6px;
    will-change: transform, opacity;
}

.progress-bar-penijoy {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#a7202d 0%, #a7202d 0%, #464646 0%, #464646 100%);
    transition: all 0.5s ease;
    will-change: transform;
}

.progress-bar-penijoy.type2 {
    transform: rotate(0deg);
    /* 초기 상태: 부채꼴이 없는 상태 */
    background: conic-gradient(#464646 0deg, #464646 360deg);
}

.progress-bar-penijoy::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.7) !important;
    border-radius: 50%;
    top: 10%;
    left: 10%;
}

.bg-progress-container i {
    position: relative;
    z-index: 2;
    font-size: 2.2em;
    color: #bebebe;
    margin-top: 1px;
}

.bg-progress-container i.mi-cloud-download {
    font-size: 1.5em;
}


.lazy-loader.lazy-60 .bg-progress-container {
    width: 60px;
    height: 60px;
}

.lazy-loader.lazy-60 .bg-progress-container i.mi-cloud-download {
    font-size: 3em;
}





.nick-placeholder .mi-person {
    margin-bottom: 3px;
    margin-right: 2px;
}

.nick-placeholder .nick-text {
    color: #ffffff !important;
    font-size: 0.9vh;
    margin-left: 2px;
}


.footer {
    height: 45px;
    background: rgba(0, 0, 0, 0.05);
}



.footer-left {
    width: 57px;
    height: 45px;
    border-left: 2px solid #d73b2c;
    border-right: 1px solid #292929;
}

.footer-content {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-content .work-queue-container {
    flex: 1 1 0;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.footer-content .work-queue-container::-webkit-scrollbar {
    display: none;
}

.footer-content .etc-button-container {
    flex-shrink: 0;
}

.comment-write-container {
    background-color: rgba(255, 0, 0, 0.04);
}

.comment-write-container .form-control[class*="bg-dark"] {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.comment-write-title {}

.comment-write-form {
   
}

.comment-list,
.mstorage-list {
    background-color: rgba(0, 0, 0, 0.15);
}

.comment-list .list-item:first-child .comment-card {
    border-radius: 5px 5px 0 0;
}

.comment-list .list-item:last-child .comment-card {
    border-radius: 0 0 5px 5px;
}

.comment-header {
    background-color: rgba(0, 0, 0, 0.15);
    height: 45px;
}

.comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-header .media>div>i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #696969;
}

.actress-container {
    background-color: rgba(124, 0, 64, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}





.mstorage-list-container {
    min-height: 100px;
    background-color: rgba(54, 189, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.list-paging-container.mstorage-list {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.element-title {
    font-size: 12px;
    font-family: Galmuri11, sans-serif;
    font-weight: bold;
    color: rgb(123, 123, 123);
    padding: 20px;


}

.no-data-container {

    height: 60px;
}

div.no-data-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.no-data-text {
    font-size: 8px !important;
    color: rgba(190, 190, 190, 1);
    font-family: Galmuri7, sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.work-queue-item {
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 5px;
    padding-left: 8px;
    padding-right: 10px;
    margin: 5px;
    margin-right: 0px;
    min-width: 150px;
    background-color: rgba(255, 0, 0, 0.07);
    height: 34px;
    color: #b9b9b9;
}


.work-queue-item .work-queue-item-title {
    max-width: 160px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.work-queue-item.minisize {
    background-color: rgba(170, 170, 170, 0.1);
}


.work-queue-item:hover {
    color: #ffffff;
}

.work-queue-item.active {
    background-color: rgba(0, 247, 255, 0.12);
    border: 1px solid rgba(0, 247, 255, 0.13);

    color: #ffffff;
}

.work-queue-item-icon .badge {
    font-size: 8px;
    text-indent: 2px;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    text-align: center;
    font-weight: lighter;
}

.work-queue-item-close i {
    font-size: 12px;
    cursor: pointer;
    color: #b9b9b9;
}

.work-queue-item-close i:hover {
    color: #ffffff;
}

.work-queue-item .work-thumb {
    border-radius: 3px;
}

.view-dot-line,
.body-profile .col>.d-flex,
.body-profile .col .d-md-flex,
.body-profile .col .body-size-grid > [class*="col"] > .d-flex,
.dot-line .col>.d-flex {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding-bottom: 7px;
    margin-top: 7px;
}

.body-profile .col .d-flex:not(:last-child) {}

.body-profile.row .col .d-flex span {}



    .side-navi>.nav-item>.nav-link>i {
        font-size: 14px;
    }

    .top-left-logo-container {
        scale: 1.0 !important;
    }

    .side-navi {
        width: 35px;
    }

    .contents-popup,
    .back-drop
    {
        left: 56px !important;
    }


    .side-menu-container {
        width: 56px !important;
        min-width: 56px !important;
        max-width: 56px !important;
    }

    .logo-sm {
        margin-top: 10px !important;
    }

    .side-menu-container .bg-progress-container {
        left: 13px !important;
    }
