.modal-backdrop.show {
    opacity: 0 !important;
}

.popup_layer_image {
    position: relative;
    z-index: 1060;
    padding: 0;
}

.popup_layer_image p {
    /*width: 100%;*/
}

.popup_layer_image p img {
    /*0823 팝업 이미지 어케할지*/
    /*width: 100% !important;*/
}

.modal-content {
    position: absolute !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35) !important;
    /*top: 100px;*/
    /*left: 100px;*/
    /*팝업창 이동 시 x버튼이 사라질 수 있어 높이 제한*/
    max-height: 800px;
    /*다시 보지 않기 문구때문에 너비 제한 */
    min-width: 200px;
}

.modal-body {
    overflow: auto;
}

/*상단버튼*/
.popup_btn_top {
    display: table;
    table-layout: auto;
    width: 100%;
    height: 30px;
    background: #666666;
    word-break: break-word;
    /*cursor: pointer;*/
}

.popup_btn_top a {
    position: relative;
    display: table-cell;
    width: 40px;
    height: 30px;
    font-size: 10px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    background: #666666;
}

.popup_btn_top label {
    line-height: 2;
    font-size: 15px;
    color: whitesmoke;
    padding-left: 10px;
}

.popup_btn_top a:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 17px;
    width: 1px;
    height: 21px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_btn_top a:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 17px;
    width: 1px;
    height: 21px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*하단버튼*/
.popup_btn {
   /* position: absolute;*/
    display: table;

    justify-content: space-between;
    padding: 0 10px;
    /*align-items: center;*/

    table-layout: fixed;
    width: 100%;
    height: 22px;
    z-index: 1500;
    background: #a0a0a0;
    word-break: break-word;
    /*cursor: pointer;*/
    bottom: 0;
}

.popup_btn a {
    position: relative;
    display: table-cell;
    /*width: 40px;*/
    /*height: 22px;*/
    font-size: 11px;
    /*text-align: left;*/
    vertical-align: middle;
    text-decoration: none;
    background: #a0a0a0;
    bottom: 0;
}

.popup_btn span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*display: table-cell;*/
    font-size: 11px;
    line-height: 2.5;
    padding-left: 2px;
    /*padding: 10px 0 10px 0;*/
    color: #fff;
    bottom: 0;
}

/*.popup_btn span:last-child {*/
/*    display: table-cell;*/
/*    right: 10px;*/
/*    font-size: 11px;*/
/*    line-height: 2.5;*/
/*    !*padding-left: 10px;*!*/
/*    color: #fff;*/
/*    bottom: 0;*/
/*}*/

.popup_btn span span {
    display: flex;
    align-items: center;
}

.modal fade{
    display: none;
}
.popup_btn_top label{
    font-size: 15px;
    color: whitesmoke;
}
.popup_btn_top a{
    cursor: pointer;
}
.tabContent{
    overflow-x: hidden;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 120px)
}