/*--------------------------------popup--------------------------------*/
.pop_common{
    padding: 0 1.25rem 1.25rem 1.25rem;
    border: 1px solid #cecece;
    background-color: white;
    border-radius: 4px;
    margin-bottom: 2rem
}


/*-----------------------popup title-------------------------*/
.pop_title{
    position: relative;
    width: 100%;
    font-size: 1rem;
    height: 3rem;
}
.pop_title::after{clear: both; content: ""; display: block}

.pop_title .btn_box{
    position: relative;
    width: 10rem;
    height: 3rem;
    float: right;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    vertical-align: top
}
.pop_title .btn_box span{
    display: inline-block;
}

.pop_title .pop_t_txt{
    font-family: 'ShinhanBold';
    line-height: 3rem;
    display: inline-block;
}


/*----------------------------------*/
.pop_txt{
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    margin-top: 0.625rem;
}


/*-----------------popup common_table---------------------*/
.pop_common table{
    font-weight: 400;
    width: 100%;
}

/*.pop_common tr{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.875rem;
    background-color: white;
}

.pop_common tbody tr:nth-child(even){
    background-color:  #f7f9fb
}

.pop_common th{
    font-weight: 400;
    padding:0 0.625rem;
    background-color: #715deb;
    color: white;
    border-bottom: 0.01rem solid #f4f7fa
}
.pop_common th:last-child{
    border-bottom: none
}

.pop_common td{
    word-break: break-all;
    padding: 0 0.625rem;
}*/


.pop_common input[type="text"],
.pop_common input[type="number"],
.pop_common input[type="password"],
.pop_common select{
    padding-left: 0.5rem;
    border-radius: 2px;
    font-size: 0.875rem;
    width: 10rem;
}
.pop_common input[type="radio"]{
    width: auto;
    height: auto;
}
.pop_common input::placeholder{
    font-size: 0.75rem
}

.icon_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/*------------------------popup normal_table--------------------------*/
.pop_con tr:hover{
    background-color: white !important
}
.pop_con tr:nth-child(even):hover{
    background-color: #f7f9fb !important
}

.table_normal th{
    width: 1%;
    min-width: 12rem;
    font-family: 'ShinhanMedium';
    max-width: 14rem;
    line-height: 1.25rem;
    padding:0.25rem 0.625rem;
    background-color: #715deb;
    color: white;
    border-bottom: 0.01rem solid #f4f7fa
}
.table_normal th:last-child{
    border-bottom: none
}

.table_normal label{
    height: 100%;
    margin-right: 1.5rem;
    display: inline-flex;
    align-items: center;
}


/*------------popup top input area--------------*/
.pop_input_box{
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #F1F1F7;
    border-radius: 4px;
    font-size: 0
}

.p_user_info{
    font-size: 0.875rem
}

.input_set{
    height: 2rem;
    display: inline-flex;
    width: 49%;
    vertical-align: top;
    font-size: 0.875rem;
}

.pop_common .input_set input,
.pop_common .input_set select{
    vertical-align: top;
    width: calc(100% - 2rem - 0.625rem);
    margin-right: 0.625rem
}

.pop_input_txt{
    height: 2rem;
    display: inline-block;
    vertical-align: top;
    line-height: 1.85rem;
    width: 40%;
    font-size: 0.875rem;
}

.pop_input_txt span{
    font-family: 'ShinhanMedium';
    color: #1ea5a1
}


/*----------------minipopup-----------------*/
.pop_mini{
    padding: 1.25rem;
    padding-top: 0.5rem;
    border: 1px solid #cecece;
    background-color: white;
    display: inline-block;
    border-radius: 4px;
    max-width: 22rem
}

.pop_mini .pop_title,
.pop_mini .pop_t_txt,
.pop_mini .btn_box{
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.mini_pop_txt{
    font-size: 0.875rem;
    font-weight: 400;
    width: 100%;
    word-break: keep-all;
    text-align: center;
    text-transform:none
}


/*----------------------------------*/
.pop_common .btn_sc,
.pop_mini .btn_sc{
    text-align: center
}

