@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

#menu_wrap {
    width: 100%;
    height: 55px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    top: 0;

}

#gnb > li {
    float: left;
    width: 126px !important;
    height: 55px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    position: relative;
    list-style: none;
}

#gnb > li:hover .sub {
    display: block;
}

#gnb > li a {
    display: block;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    color: #747474;
    font-weight: bold;
}
#gnb > li > a:before {
    background: #e54c95;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: width .45s, opacity .1s;
    width: 0;
}

#gnb > li > a:hover:before {
    width: 126px !important;
    background: #e54c95 !important;
}

#gnb > li > a.active:before {
    width: 60px;
    background: #e54c95 !important;
}

#gnb > li > a.active {
    color: black;
}
input:focus,
select:focus,
textarea:focus {
    outline: 1px solid #e54c95;
}
#gnb > li a:hover {
    color: #000;
}

#gnb .sub {
    position: absolute;
    top: 55px;
    width: 100%;
    display: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: initial !important; 
}

#gnb .sub li {
    position: relative;
    background-color: white;
    list-style: none;
}
/* #gnb .sub li:hover .svg_right{
    fill: #e54c95;
} */
#gnb .sub li a:hover{
    color: #e54c95;
}
/* 3차  */
.thr_sub{
    position: absolute;
    left: 100%; 
    top: 0;
    display: none;
    width: 100%; 
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;   
}
.thr_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.thr_icon svg{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}
.logo {
    width: 50px;
    margin: 11px 25px;
    float: left;
}

#user-accounts {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 50px;
    color: #e54c95;
    font-weight: bold;
    margin-right: 25px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.accounts_info {
    position: absolute;
    top: 55px;
    right: 25px;
    width: 190px;
    text-align: center;
    float: right;
    background: white;
    list-style: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    display: none;
}

.accounts_info a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #747474;
    padding: 15px 5px;
    box-sizing: border-box;
}

.accounts_info a:hover {
    background-color: #fbfbfb;
    color: #e54c95;
}

#content {
    position: relative;
    top: 55px;
    width: 100%;
    min-height: calc(100% - 180px);
}

#search_wrap {
    position: relative;
    width: 100%;
    height: 140px;
    background-color: #f7f7f7;
}

#searh_area {
    position: relative;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}

hr {
    border: 0.5px solid #efefef;
}

.text_field {
    background-color: white;
    border: solid 0.5px #efefef;
    border-radius: 4px;
    width: calc(100% - 295px);
    padding: 8px 15px;
    margin-top: 17px;
    padding-right: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #333;

}

.con_btn {
    color: #e54c95;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    line-height: 50px;
    border-radius: 4px;
    border: solid 1px #e54c95;
    font-weight: bold;
    padding: 8px 15px;
    margin: 0 5px;
}

.con_btn:hover {
    background-color: #e54c95;
    color: white;
}

#detail + label {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #e54c95;
    margin-right: 8px;
}

#detail {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-right: 3px;
    vertical-align: middle;
}

.datepicker {
    display: inline-block;
    padding: 8px 50px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #e54c95;
    font-weight: bold;
    border: solid 0.5px #efefef;
    border-radius: 5px;
    background-image: url(../images/picker_bg.png);
    background-size: cover;
    background-color: white;
}

.datepicker:hover {
    background-color: #fbfbfb;
}

.date_btn {
    color: #e54c95;
    vertical-align: bottom;
}

.searh_btn {
    color: #e54c95;
    vertical-align: middle;
    font-size: 25px;
}

.date_btn:hover,
.searh_btn:hover {
    color: #BE0B60;
}

#user_content {
    position: relative;
    width: 85%;
    min-width: 900px;
    min-height: 700px;
    margin: 5px auto;
    margin-top: 25px;
}

.info_table {
    border-collapse: collapse;
}

.info_table td {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
}

.info_table td:nth-child(1) {
    padding-left: 0;
}

.info_table td:nth-child(4) {
    border: none;
}

.caption {
    font-size: 14px;
    color: #888;
}

.info_table .header td {
    font-size: 18px;
    font-weight: bold;
}

.db_datas {
    width: 100%;
    min-width: 900px;
    margin-top: 5px;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}

.db_datas td,
.db_datas th {
    padding: 12px;

    color: #444;
}

/*.fixed_width {
            width: 60px;
        }*/

.db_datas tr:nth-child(odd) {
    background-color: #fafafa;
}

.db_datas tr {
    border-top: 1px solid #efefef;
}

.db_datas tr:hover {
    background-color: #f6f6f6;
}

#page_nav {
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}

#page_nav td > a {
    color: #e54c95;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

#page_nav td > a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#page_nav td > a.active {
    color: black;
    font-weight: bold;
}

#page_nav td i {
    vertical-align: middle;
}

.pagination {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    list-style-type: none;
}

.page-link {
    color: #e54c95;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.page-item {
    float: left;
}

.page-link:hover {
    font-weight: bold;
    text-decoration: underline;
}

li.page-item.active > .page-link {
    color: black;
    font-weight: bold;
}

#footer {
    position: relative;
    left: 0;
    top: 70px;
    width: 100%;
    height: 110px;
    font-size: 14px;
    background-color: #fafafa;
    text-align: center;
    padding: 30px;
    color: gray;
    line-height: 25px;
    box-sizing: border-box;
}

#footer > a {
    color: gray;
}

#footer > a:hover {
    color: black;
}

.menu-trigger {
    display: none;
}

#m_gnb,
#m_info,
.m_db_data {
    display: none;
}

.height70 {
    height: 70px;
}

.has-error {
    background: rgb(255, 245, 244) !important;
    border: 1px solid rgb(254, 226, 224) !important;
}

.has-error-img {
    box-shadow: rgba(255, 196, 192, 0.6) 0px 0px 50px 0px !important;
}

.error_message {
    background: rgb(255, 245, 244);
    border: 1px solid rgb(254, 226, 224);
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 25px;
    color: #d55864;
}

.search_btn {
    color: #e54c95;
    vertical-align: middle;
    font-size: 25px;
    margin-left: -35px;
    margin-right: 10px;
    cursor: pointer;
}
.search_btn:hover {
    color: #BE0B60;
}

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

    #excel_download {
        display: none;
    }


    #searh_area {
        width: 100%;
    }

    .text_field {
        width: 40%;

    }

    #user_content {
        position: relative;
        width: 90%;
        min-width: 00px;
        margin: 0 auto;
        margin-top: 15px;

    }

    .info_table td {
        display: none;
    }

    #gnb,
    #user-accounts {
        display: none;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 26px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #555;
        border-radius: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 11.5px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;

    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(11.5px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-11.5px) rotate(45deg);
    }

    #m_gnb {
        display: block;
        position: absolute;
        top: 55px;
        width: 100%;
        height: 0%;
        background: rgba(255, 255, 255, 1);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 999;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        transition: 0.3s;
        opacity: 0;
    }

    .m_gnb_animation {
        height: 3000px !important;
        padding: 20px !important;
        opacity: 1 !important;
    }

    .searh_btn {
        position: relative;
        top: 0px;
        right: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    #m_gnb li {
        list-style: none;
    }

    #m_gnb > li {
        margin: 10px;
    }

    #m_gnb > li > a {
        display: inline-block;
        padding: 3px;
        font-size: 20px;
        font-weight: 900;
        color: #e54c95;
    }

    #m_gnb ul a {
        display: inline-block;
        padding: 5px 3px;
        font-size: 16px;
        color: #555;
    }

    .m_header {
        font-size: 16px;
        font-weight: bold;
    }

    #m_info,
    .m_db_data {
        display: block;
    }

    #m_info table td {
        padding: 2px 15px;
    }

    .m_db_data {
        position: relative;
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        padding: 10px;
        overflow: hidden;
        border-top: 0.5px solid #efefef;
    }

    .m_ch {
        position: absolute;
        font-size: 15px;
        left: 15px;
        font-weight: bold;
    }

    .m_detail {
        color: gray;
        float: left;
        font-size: 13px;
        position: absolute;
        top: 31px;
        left: 15px;
    }

    .m_counting {
        position: absolute;
        color: gray;
        right: 15px;
        font-size: 13px;
        text-align: right;
    }

    #footer {
        font: 13px;
    }
}

#browse {
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    text-align: center;
    width: 100%;
    border: 4px dashed #A5A5C7;
    color: #A5A5C7;
    height: 160px;
    padding-top: 20px;
    line-height: 50px;
    border-radius: 9px;
    display: block;
    box-sizing: border-box;

}

.dragged-over {
    background: #e54c95;
    color: white !important;
    border: 4px dashed #e54c95 !important;
}

.title {
    color: #e54c95;
    font-size: 14.5px;
    margin-bottom: 10px;
}

.text_field_style,
.search_condition_style {
    background-color: white;
    border: solid 0.5px #ddd;
    border-radius: 7px;
    width: 250px;
    padding: 8px 13px;
    margin: 5px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #333;
}

.delete_btn {
    border: 1px solid #e54c95;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 15px;
    color: #e54c95;
    font-size: 14px;
    cursor: pointer;
    width: 30px;

}

.delete_btn:hover {
    background-color: #e54c95;
    color: white;
}

.in_progress_btb {
    width: 60px;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #707070;
    color: #707070;
    cursor: default;
}

.completed_btn {
    width: 60px;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #21c22c;
    color: #21c22c;
    cursor: default;

}
.detail_artist_name {
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#loading {
    display: none;
}

.loader {
    position: fixed;
    top: calc(50vh - 30px);
    left: calc(50vw - 30px);
    border: 7px solid #f3f3f3;
    border-top: 7px solid #555;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

.loaderBG {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.8;
}

.notice_message {
    background: rgb(243, 250, 254);
    border: 1px solid rgb(224, 241, 254);
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 25px;
    color: #6496E1;
}
.link_style {
    color: #e54c95;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1480px) and (min-width: 901px) {
    #gnb > li{
        width: 90px;
        font-size: 11px;
    }
    #gnb > li > a:hover:before {
        width: 90px !important;
        background: black;
    }
    #gnb > li > a.active:before {
        width: 50px;
        background: black;
    }

}

.lightbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.whitebox {
    position: fixed;
    top: calc(50% - 325px);
    left: calc(50% - 430px);
    width: 860px;
    height: 650px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
    padding: 30px;
}
.box_content {
    width: 100%;
    height: 550px;
    overflow: scroll;
    overflow-x: hidden;
    list-style: none;
    font-size: 14px;
    text-align: center;
    color: #555;
}


.box_status_detail-trigger,
.box_status_detail-trigger span {
    transition: all .4s;
    box-sizing: border-box;
    display: inline-block;
}

.box_status_detail-trigger {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 22px;
    height: 22px;
    transform: rotate(90deg);
}

.box_status_detail-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #777;
    border-radius: 3px;
}
.box_status_detail-trigger span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}

.box_status_detail-trigger span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}
.top_scroll{
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #e2e2e2;
}
.top_scroll:hover .top_icon > i{
    color: #dd1f78;
}
.top_icon{
    display: flex;
}
.top_icon > i{
    font-size: 20px;
    font-weight: bold;
    color: #e54c95;
    transition: 0.1s all;
}
.main_btn{
    background: #e54c95;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.main_select {
    padding: 6px 12px 6px 19px;
    border-radius: 7px;
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
    font-size: 14px;
    color: #444444;
}
/* 체크박스 커스텀  */
.m_checkboxwrap .m_checkbox{
    display: none!important;
}
.m_checkboxwrap .m_checkbox + label {
    position: relative;
    border: 1px solid #e54c95;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    cursor:pointer;
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold;
}
.m_checkboxwrap .m_checkbox + label:after{
    content: 'done';
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.m_checkboxwrap .m_checkbox:checked + label {
    background: #e54c95;
    border: 1px solid #e54c95;
}
.material-symbols-outlined{
    font-family: 'Material Symbols Outlined' !important;
    color: #e54c95;
    font-size: 13px;
    font-weight: bold;
}
.m_checkboxwrap .m_checkbox:checked + .material-symbols-outlined{
    color: #fff;
}
/* 팝업 x 버튼  */
.m_btn-trigger,
.m_btn-trigger span {
    transition: all .4s;
    box-sizing: border-box;
    display: inline-block;
}
.m_btn-trigger {
    width: 22px;
    height: 22px;
    transform: rotate(90deg);
    text-align: right;
}
.m_btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 3px;
    cursor: pointer;
}
.m_btn-trigger span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}
.m_btn-trigger span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}
