.wrap{
    height: calc(100%)
}



/*--------------------------------listcommon---------------------------------*/
.common_top .top_title{
    padding-left: 11.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.top_title{
    min-height: 1.25rem;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    position: relative;
    text-align: left;
    font-size: 1.25rem;
    height: 1.5rem;
    vertical-align: top
}

.top_title .blue_btn{
    background-color: #5176e7;
}
.top_title .blue_btn span{
    color: white
}

.main_con .top_title{
    color: #715deb
}
.main_con .top_title::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 1rem;
    margin-right: 0.45rem;
    background-color: #715deb;
    transform: translateY(0.1rem)
}

.main_con .top_title::after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 1rem;
    margin-left: 0.45rem;
    background-color: #715deb;
    transform: translateY(0.1rem)
    
}

.top_title_s{
    font-size: 1rem;    
    height: 2.25rem;
    line-height: 2.25rem
}

.top_title::after{clear: both; content: ""; display: block}

/*------------------input table-------------------*/
.con_search{
    position: relative;
    margin-bottom: 1.25rem;
    margin-top: 1rem
}

.con_search table{
    width: calc(100% - 7rem);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);*/
    border-top:2px solid rgb(178,178,178);
    border-bottom:2px solid rgb(178,178,178);
}

.con_search table tr{
    height: 2.25rem;
    line-height: 1.85rem;
    font-size: 0.825rem;
    width: 100%;
    background-color: white;
}
.con_search table tr:nth-child(even){
    background-color: #F6F6F6;
}

.con_search th{
    font-family: 'ShinhanMedium';
    padding:0 0.625rem;
    font-size: 0.875rem;
    width: 11.5rem;
    min-width: 11.5rem;
    line-height: 1.2rem;
    /*background-color: #715deb;
    color: white;
    border-bottom: 0.01rem solid #f4f7fa;*/
    background-color: rgba(233,238,247);
    color: rgba(87,87,86);
}

.con_search td,
.con_search th{
    border-right: 1px solid rgb(178,178,178);
    border-bottom: 1px solid rgb(178,178,178);
}
.con_search th:last-child,
.con_search td:last-child{
    border-right: none    
}


.con_search tr:last-child th{
    border-bottom: none
}

.con_search td{
    word-break: break-all;
    padding: 0.2rem 0.625rem;
    width: 40%;
}

.con_search span input[type="text"],
.con_search span select,
.con_search span input[type="number"]{
    width: 100%;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    min-width: 15.875rem;
    max-width: 22.5rem;
    vertical-align: top;
}

.con_search .width_half{
    display: inline-block;
    width: calc(50% - 0.512rem) !important;
    max-width: 10.75rem
}

.con_search .width_70{
    width: calc(50% - 0.25rem) !important;
    max-width: 11rem;
    margin-right: 0.25rem;
}
.con_search .width_30{
    width: calc(50%) !important;
    max-width: 11.25rem
}

.con_search td span.display_inline{
    width: 1rem;
    text-align: center;
    font-size: 0.81rem;
    line-height: 1.75rem;
    vertical-align: middle
}

.con_search .width_half input,
.con_search .width_half select{
    min-width: auto !important;
}

.con_search td label{
    height: 2rem;
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    line-height: 1.85rem
}

.con_search .red_notice{
    margin-top: 0;
}


/*--------------------search/ reset-------------------------*/
.input_last_tr{
    background-color: #eef1f5 !important;
}

.input_last_tr th{
    background-color: transparent;
    color: #222;
}

.input_last_tr th > p{
    width: 8rem;
    cursor: pointer;
    color: #717171;
    font-weight: 400;
    font-size: 0.75rem
}

.input_last_tr td{
    text-align: right;
    font-size: 0
}

.input_last_tr .reset_wrap span{
    vertical-align: top;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.45rem;
    color: #3a8dfd;
    font-size: 0.875rem;
    cursor: pointer;
}


/*----------------top_input right btn-------------------*/
.btn_search_wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.btn_search_wrap p span:first-child{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-left: -4px
}

.btn_search_wrap p span{
    color: white;
    font-size: 0.875rem;
    font-weight: 400;
    vertical-align: top;
    line-height: 1.25rem;
}

.btn_search_w{
    flex-direction: column
}

.btn_search_wrap p{
    display: flex;
    justify-content: center;
    align-items: center
}

.btn_search_wrap .btn_search_w{
    background-size: 1.5rem auto !important;
    height: calc(75% - 0.25rem);
    min-height: 3rem;
    width: 100%;
    background-color: #5176e7;
    border-radius: 3px;
    margin-bottom: 0.25rem;
    max-height: 8rem;
}

.btn_search_wrap .btn_refresh_w{
    background-size: 1.5rem auto !important;
    height: 2.25rem;
    width: 100%;
    background-color: #828998;
    border-radius: 3px;
    margin-bottom: 0.25rem;
    max-height: 8rem;
}


/*-----------------------main_table_common---------------------------*/
.con_table_wrap{
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);*/
}

.con_tb_scroll{  
    width: 100%;
    overflow-x: auto
}

.con_tb_scroll thead,
.con_tb_scroll tbody{
    display: block;
    width: 100%
}

.con_tb_scroll thead{
    border-bottom: 1px solid white
}

.con_tb_scroll th,
.con_tb_scroll td{
    width: 10%;
    min-width: 116px;
    word-break: keep-all
}

.con_tb_scroll tbody{
    overflow-x: auto;
}

.detail_table{
    margin-top: 0.5rem;
    display: none
}


/*-----------------------main_table--------------------------*/
.con_table_wrap table{
    background-color: white;
    width: 100%;
    font-size: 0;
    border-spacing: 0;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden
}

.con_table_wrap tr{
    height: 2rem;
    font-size: 0.825rem;
    background-color: white;
    width: 100%;
    line-height: 1.2rem;
}
.con_table_wrap tbody td{
    cursor: pointer
}
.con_table_wrap tr:nth-child(even){
    background-color: #F6F6F6
}
.con_table_wrap tbody tr:hover{
    background-color: #f4faff
}

.con_table_wrap th,
.con_table_wrap td{
    padding:0.2rem 0.25rem;
    padding-left: 0.625rem;
    border-right: 1px solid rgb(178,178,178);
    border-bottom: 1px solid rgb(178,178,178);
}

.con_table_wrap th{
    word-break: keep-all;
    background-color: rgba(233,238,247);
    color: rgba(87,87,86);
    font-size: 0.875rem;
}
.con_table_wrap th:last-child,
.con_table_wrap td:last-child{
    border-right: none    
}
.con_table_wrap tbody{
    margin-top: -1px
    
}

.con_table_wrap table{
    border-top:2px solid rgb(178,178,178);
    border-bottom:2px solid rgb(178,178,178);
}

tr.active{
    background-color: #c3d8f5 !important;
}

/*-----------control_th---------------*/
.no_th{
    width: 1% !important;
    min-width: 3.5rem !important;
    text-align: center !important;
    padding: 0 !important
}

.check_th{
    width: 1% !important;
    min-width: 2rem !important;
    text-align: center !important;
    max-width: 2rem !important;
    padding: 0 !important
}
.check_th input[type="checkbox"]{
    margin: 0;
    vertical-align: middle;
    transform: translateY(-1px)
}

.btn_th{
    width: 1% !important;
    min-width: 6rem !important;
    text-align: center !important;
    max-width: 6rem !important;
    padding: 0 !important
}


/*-----------------2 table------------------*/
.table_left{
    width: 30%;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top
}

.table_right{
    width: calc(100% - 30% - 1.25rem);
    display: inline-block;
    vertical-align: top
}

.table_left tbody,
.table_right tbody{
    max-height: 60vh;
}


/*-----------------------------------pager------------------------------------*/
.pager{
    margin-top: 0.5rem;
    font-size: 0;
    position: relative;
    height: 2rem
}

.pager .numbering{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pager li{
    display: inline-flex;
    min-width: 1.5rem;
    justify-content: center;
    align-items: center;
    font-size: 0.825rem;
    cursor: pointer;
    vertical-align: top;
    height: 2rem;
    margin: 0 0.25rem
}

.pager li a{
    color: #333333;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pager .numbering .active {
    font-family: 'ShinhanBold';
    color:#1ea5a1;
}

.pager > p{
    font-size: 0.75rem;
    line-height: 2rem;
    position: absolute;
    right: 0;
    top:0
}

.pager > p span{
    color: #1ea5a1
}

.pager > p select{
    margin-right: 0.5rem;
    height: 1.75rem;
    line-height: 1.5rem;
    min-width: 3.5rem
}

.pager .btn_sc{
    margin-top: 0
}

/*---------------btn_wrap2------------*/
.btn_wrap2{
    display: inline-block;
    margin-top: 0;
}

.btn_wrap2 > span{
    line-height: 1.25rem;
    height: auto
}

.btn_wrap2 > span{
    margin-left: 0;
    margin-right:0.5rem;
    padding:0 0.5rem;
    height: 1.8rem;
    line-height: 1.75rem;
}


/*-----------------------------------login----------------------------------------*/
.login{
    background-color:  #fafafa
}

.login > h5{
    padding: 1rem;    
}

.login > h5 a{
    color: #715deb;
    font-weight: 400;
}

.login_wrap{
    position: absolute;
    top:48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.top_logo_login > h1{
    display: block;
    font-size: 1.5rem;
    font-family: 'ShinhanBold';
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 2.5rem
}

.top_logo_login .top_logo{
    height: 2rem;
    width: 10rem;
    text-align: center;
    margin-bottom: 0.5rem;
}


/*--------------------------------*/
.login_content{
    font-size: 0.75rem;
    padding: 2rem;
    padding-top: 2.5rem;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 6%);
    width: 30rem;
    background-color: white
}

.login_content li input[type="text"],
.login_content li input[type="password"]{
    width: 100%;
    line-height: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.625rem;
    background-color: white;
    font-size: 0.875rem;
    cursor: pointer
}

.login input:disabled{
    background-color: #fafafa !important;
    cursor:default!important;
    border: 1px solid #cececf
}

.login_content li input.active{
    border: 1px solid #3a8dfd ;
    color: #3a8dfd
}

.login_content .red_notice{
    height: 1.25rem;
}

.login_con > .red_notice{
    height: 1.25rem;
    transform: translateY(15px)
}

.login_content .login_btn{
    width: 100%;
    height: 2.75rem;
    display: inline-block;
    background-color: #715deb;
    border-radius: 4px;
    line-height: 2.75rem;
    font-size: 1rem;
    color: white;
    font-family: 'ShinhanBold';
    margin-top: 1rem;
    cursor: pointer
}

.add_info_login{
    color: #8d8d8d;
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.add_info_login a{
    color: #1ea5a1;
    cursor: pointer
}

.ch_pass{
    float: right;
    cursor: pointer;
    color: #1ea5a1;
    
}


/*---------------------------------sidebar-------------------------------------*/
.sidebar{
    height: 100%;
    width: 12.5rem;
    overflow: hidden;
    transition: 0.5s;
    background-color: #f8f8f9;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    position: relative
}

.sd_down_btn{
    width: 11.5rem;
    height: 3rem;
    background-color: #5176e7;
    color: white;
    line-height: 3rem;
    padding-left: 2.5rem;
    font-size: 0.875rem;
    border-radius: 3px;
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    left: 0.5rem
}


/*-------------sidebar-1depth---------------*/
.sb_li > li{
    min-height: 2.5rem;
    width: 12.5rem;
    font-size: 0.875rem;
    font-family: 'ShinhanMedium';
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 2.25rem;
}

.li_home{
    background-color: #715deb;
    color: white;
}

.sb_li > li > .sb_li_title{
    width: calc(100% - 2rem);
    height: 100%;
    display: block;
    padding-left: 0.625rem;
    font-family: 'ShinhanBold';
}

.sb_li > li.active:not(.li_home){
    font-family: 'ShinhanBold';
    color: #715deb
}

.sb_li li .toggle_white{
    position: absolute;
    right: 0.65rem;
    top:1.35rem;
    transform: translateY(-50%)
}


/*------------sidebar-2depth-----------------*/
.sb_li_con{
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ececf1
}

.sb_li_con li{
    position: relative;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    font-size: 0.81rem;
}
.sb_li_con li:hover{
    background-color: #f2f2f7
} 

.sb_li_con > li.active{
    font-family: 'ShinhanBold';
    color: #5642bf;
    background-color: #edeefc
}

.sidebar .sb_li{
    height: calc(100vh - 12rem);
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% + 1.1rem);
    padding-right: 0.1rem
}


/*-------------scrollbar--------------*/
.con_tb_scroll::-webkit-scrollbar,
.con_tb_scroll tbody::-webkit-scrollbar,
.main_con::-webkit-scrollbar{
    width: 0.6rem;
    height: 0.6rem;
}

.con_tb_scroll::-webkit-scrollbar-thumb,
.con_tb_scroll tbody::-webkit-scrollbar-thumb,
.main_con::-webkit-scrollbar-thumb
{
    background-color: #b6b4c7;
     cursor: pointer
}

.con_tb_scroll::-webkit-scrollbar-track,
.con_tb_scroll tbody::-webkit-scrollbar-track,
.main_con::-webkit-scrollbar-track{
    background-color: rgba(230,234,234,1)
}

.inner_scroll thead{
    padding-right: 1rem;
    background-color: rgba(233,238,247);
    border-bottom: none
}
.inner_scroll tbody{
    max-height: 30rem;
    border-top: 1px solid rgb(178,178,178) !important
}