@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
* { margin: 0 auto; color: #333;}
.wrap-admin {
    width: 100%;
    min-width: 1280px;
    min-height: 100vh;
    position: relative;
}
.admin-inner{
    width: 100%;
    max-width: 1280px;
    min-height: 100vh;
    padding: 0 25px;
    /*background: #000;*/
    position: relative;
}
.header {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #eee;
}
.head-inner {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
}
.head-logo { 
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-logo > a {
    width: 100%;
}
.head-logo > a > img {
    width: 100%;
}
.head-nav {
    flex-grow: 1;
    height: 100%;
}
.head-nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.head-nav > ul > li {
    width: 100%;
    height: 100%;
}

.head-nav > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.head-nav > ul > li.active > a{
    color: #134b8e;
    border-bottom: 2px solid #134b8e;
}
.head-user {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 190px;
}
.head-user > p {
    font-size: 13px;
    margin-bottom: 5px;
}
.head-user > p > strong {
    font-size: 15px;
}
.head-user > a {
    display: flex;
    width: 100%;
}
.head-user > a > button {
    width: 75%;
    height: 35px;
    border: 0px;
    outline: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #a8a8a8;
    color: #fff;
}
.section-head {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 0;
    border-bottom: 1px solid #eee;
}
.section-head > div {
    height: 100%;
    display: flex;
    align-items: center;
}
.section-head > div * { margin: 0;}
.section-nav-title {
    width: 200px;
    padding: 0 20px;
    border-right: 1px solid #eee;
}
.section-nav-title > span {
    display: block;
    width: 100%;
}
.section-nav-text {
    flex-grow: 1;
    padding: 0 20px;
    border-left: 1px solid #eee;
    border-right: 0px solid #eee;
    font-size: 15px;
    color: #555;
}
.section-nav-map {
    padding: 0 20px;
    flex: 1;
}
.section-nav-map > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.section-nav-map > ul > li {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    color: #555;
}
.section-nav-map > ul > li:first-of-type {
    padding-left: 0;
}
.section-nav-map > ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #9f9f9f;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 47%;
    opacity: 0.5;
}
.section-nav-map > ul > li:first-of-type::before {
    display: none;
}
.section-inner {
    /* display: flex;
    justify-content: flex-start;
    position: relative; */
    padding-left: 200px;
    width: 100%;
}
.section-inner .header-list {
    width: 200px;
    border-right: 1px solid #eee;
    /*padding: 20px 0 0 20px;*/
    position: absolute;
    left: 25px;
    bottom: 0px;
    top: 50px;
}
.section-inner .header-list > ul > li{
    height: auto;
    position: relative;
}
.section-inner .header-list > ul > li > a {
    padding: 10px 0px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.section-inner .header-list.list-point > ul > li > a { 
    height: 40px;
    background: #ecf0f8;
}
.section-inner .header-list > ul > li.active > a {
    color: #333;
    font-weight: bold;
    background: #ebebeb;
    position: relative;
}
.section-inner .header-list > ul > li.active > a::after {
    content: '>';
    position: absolute;
    right: 16px;
    top: 48%;
    transform: translateY(-50%) scaleY(1.7);
    color: #333;
}
.header-list-sub > li > a {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    font-size: 15px;
    font-weight: normal;
}
.header-list-sub > li.active > a {
    color: #333;
    font-weight: normal;
    background: #ebebeb;
    position: relative;
}
.header-list-sub > li.active > a::after {
    content: '>';
    position: absolute;
    right: 16px;
    top: 48%;
    transform: translateY(-50%) scaleY(1.7);
    color: #333;
}
.section-inner .container {
    flex-grow: 1;
    /*background: #eee;*/
    padding: 20px;
}
.table-list > table {
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-collapse: collapse;
}
.banner-list > .banner-title, .table-list > .table-title {
    font-size: 32px;
    padding: 10px 0;
    font-weight: bold;
}
.banner-list > table input.program-title {
    width: 100%;
}
.infoText {
    padding: 0 0 10px;
}
.infoText > p {
    font-size: 16px;
    color: #4c4c4c;
}
.selectYear-choice {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}
.selectYear-choice > input {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0;
}
.banner-list > table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.banner-list > table tr {
    height: auto;
    border-bottom: 1px solid #ddd;
}
.banner-list > table tr th {
    width: 180px;
    background: #eee;
    font-weight: normal;
    font-size: 15px
}
.banner-list > table tr th.bnr-year {
    width: 25%;
    border-right: 1px solid #ddd;
}
.banner-list > table tr td.bnr-year {
    border-right: 1px solid #ddd;
}
.banner-list > table tr td.bnr-year > input {
    width: 100%;
    border: 1px solid #ddd;
    outline: 0;
}
.banner-list > table tr td.bnr-year > input[type="time"] {
    width: auto;
}
.banner-list > table tr td > input {
    padding: 5px;
}
.banner-list > table tr td > select { 
    width: 100%;
    border: 1px solid #ddd;
    height: 100%;
    padding: 5px;
    background-position: 98% 50%;
}
.banner-list > table tr td.bnr-choiceInout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner-list > table tr td.bnr-choiceInout > select {
    margin: 0;   
    width: 180px;
}
.banner-list > table tr td.bnr-choiceInout > input {
    width: 100%;
    margin: 0 0 0 5px;
    padding: 6px;
}

.banner-list > table.bnr-table tr td > input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    outline: 0;
}
.banner-list > table.bnr-table tr td.filebox > input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.banner-list > table.bnr-table tr td > #search_year {
    display: none;
    margin-left: 8px;
    width: 40%;
}
.banner-list > table.bnr-table tr td.bnr-table-btn > *{
    width: 70px;
    height: 30px;
    border: 0px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.date-btn.active {
    background: #3498db;
    color: #fff;
}
.banner-list > table tr td.bnr-text > input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    outline: 0;
    padding: 0 20px;
}
.banner-list > table tr td { padding: 5px;}
.banner-list > table tr td > textarea {
    resize: none;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
    outline: 0;
}
.banner-list > table tr#date-set {
    display: none;
}
.banner-list > table tr#date-set td > div > input{
    border: 1px solid #ddd;
    margin: 0 5px;
    height: 100%;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
.banner-list > table tr#date-set td > div > input:first-of-type {
    margin: 0 5px 0 0;
}
.table-list > table tr {
    border-bottom: 1px solid #ddd;
}
.table-list > table tr th {
    height: 40px;
    background: #eee;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}
.table-list > table tr td > a {
    color: #3498db;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-list > table tr td > a.table-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-list > table tr td > a > svg.icon-locked {
    margin: 0;
    margin-right: 5px;
    display: block;
}
.table-list > table tr td > a > svg.icon-none {
    display: none;
}
.table-list > table tr td {
    height: 40px;
    line-height: 40px;
}
.table-list > table tr td.sjTit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*width: 500px;*/
}
.table-tr-display-1 {
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    display: -ms-flexbox;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.banner-btn, .table-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.banner-btn {
    justify-content: flex-end;
}
.banner-btn > *, .table-btn > *{
    margin: 0;
    border: 1px solid #eee;
    background: #fff;
    outline: 0;
    width: 90px;
    height: 35px;
    font-size: 13px;
    cursor: pointer;
}
.table-btn > button[value="삭제"] {
    border: 1px solid #bb4141;
    color: #bb4141;
}
.banner-btn > button[value="검색"], .banner-btn > button[value="등록"], .table-btn > button[value="등록"] {
    border: 1px solid #314268;
    background: #314268;
    color: #fff;
}
.table-btn > .table-paging {
    border: 0;
    width: 100%;
    display: flex;
}
.table-btn > .table-paging > ul {
    display: flex;
    align-items: center;
    justify-content: center
}
.table-btn > .table-paging > ul > li {
    margin: 0 2.5px; 
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
}
.table-btn > .table-paging > ul > li.active, .table-btn > .table-paging > ul > li.active > a {
    background: #3498db;
    color: #fff;
}
.table-btn > .table-paging > ul > li > a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-btn > .table-paging > ul > li:first-of-type > a, .table-btn > .table-paging > ul > li:last-of-type > a {
    transform: scaleY(1.7) translateY(-1px);
}
.filebox {
    padding: 5px;
    position: relative;
}
.filebox > #orgFileName {
    display: block;
}
.filebox label {
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background-color: #3498db;
    cursor: pointer;
}
.filebox > .upload-name {
    border:0;
    background: transparent;
}
.filebox > .upload-name.resize {
    width: 600px;
    text-overflow: ellipsis;
}
.note-modal-backdrop {
    z-index: 0 !important;
}
.modal, .modal2, .modal3, .modal4, .modal5, .modal_re {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal-inner {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

.modal-inner .modal-content {
    /*padding: 10px;*/
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.modal-inner .modal-content.modalSmall {
    width: 400px;
}
.modal-title {
    padding: 20px;
    font-weight: normal;
    font-size: 18px;
    background: #ecf0f8;
}
.modal-content {
    width: 1000px;
}
.modal-table {
    padding: 20px;
}
.modal-table.scroll {
    min-height: 300px;
    height: 600px;
    /*overflow-y: scroll*/
}
.modal-table.scroll.scrolled {
    overflow-y: scroll;
}
@media (max-height:700px) {
    .modal-table.scroll {
        min-height: 100px;
        height: 300px;
        overflow-y: scroll;
    }
}
.modal-table > table{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}
.modal-table table tr {
    border-bottom: 1px solid #ddd;
}
.modal-table table tr > * {
    height: auto;
}
.modal-table table tr th {
    font-weight: normal;
    width: 180px;
    background: #eee;
    padding: 7px 15px;
    font-size: 15px;
    cursor: default;
}
.modal-table table tr td {
    padding: 5px;
}
.modal-table table tr td input{
    width: 100%;
    border: 1px solid #ddd;
    height: 100%;
    padding: 0 10px;
    outline: 0;
    font-size: 16px;
    height: 46px;
}
.modal-table table tr td input#insert_year{
    width: 20%;
    margin: 0;
}
.modal-table table tr td > div {
    margin: 0;
    margin-right: 10px;
}
.modal-table table tr td > div > input {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.modal-table table tr td > div label {
    cursor: pointer;
}
.modal-table table tr td.psBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.modal-table table tr td.psBox > input {
    border-right: 0px;
}
.yearIcon {
    width: 94px;
    display: flex;
    align-items: center;
}
.arrowDown {
    background: url(../img/yearDown.svg);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 46px;
    cursor: pointer;
    margin: 0;
}
.arrowUp {
    background: url(../img/yearUp.svg);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 46px;
    cursor: pointer;
    margin: 0;
    margin-left: -1px;
}
.arrowDown#arrowDown2 , .arrowUp#arrowUp2{
    width: 31px;
    height: 31px;
}
.arrowDown.arrow2#arrowDown2 , .arrowUp.arrow2#arrowUp2{
    width: 47px;
    height: 46px;
}
.arrowDown.arrow2#arrowDown1 , .arrowUp.arrow2#arrowUp1{
    width: 31px;
    height: 31px;
}
.modal-table table tr td.belong-check input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.modal-table table tr td.belong-check { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-table table tr td.belong-check > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 20px 0 0;
}
.modal-table table tr td.belong-check > div > * {
    cursor: pointer;
    font-size: 14px;
    color: #555;
}
.modal-table table tr td select {
    width: 150px;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    margin: 0;
    cursor: pointer;
}
.modal-table table tr td textarea {
    resize: none;
    width: 100%;
    height: 180px;
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
    outline: 0;
}
.modal-table-plus {
    display: flex;
    justify-content: flex-end;
}
.modal-table-plus > button {
    width: 180px;
    height: 40px;
    border: 1px solid #3498db;
    background: #3498db;
    color: #fff;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.modal-table-plus > button:hover {
    background: #fff;
    border: 1px dashed #3498db;
    color: #3498db;
}
.modal-table-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.modal-table-btn.outsideBtn {
    padding-bottom: 25px;
}
.modal-table-btn * {
    margin: 0;
    width: 90px;
    height: 35px;
    border: 1px solid #ddd;
    background: #eee;
    color: #aaa;
    cursor: pointer;
    font-size: 13px;
}
.modal-table-btn > [value="등록하기"]{
    background: #314268;
    border: 1px solid #314268;
    color: #fff;
    margin-left: 10px;
}
.modal-table-btn > [value="수정하기"]{
    background: #314268;
    border: 1px solid #314268;
    color: #fff;
    margin-left: 10px;
}
.modal-answer {
    background: #f3f3f3;
    margin-bottom: 15px;
}
.modal-answer > .modal-answer-inner > span {
    padding: 10px;
    display: block;
    font-size: 14px;
}
.modal-answer-box.reanswer {
    padding-left: 50px;
    background: #ddd;
}
.modal-answer-box > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-answer-inner > div * , .modal-answer-box > *{
    margin: 0;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-id {
    font-size: 14px;
    padding: 10px 10px 0px;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-id > .modal-answer-date {
    color: #888;
    margin-left: 10px;
    font-size: 14px;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-result {
    padding: 10px;
    font-size: 15px;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-result > textarea {
    resize: none;
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    outline: 0;
    background: #fff;
    padding: 10px;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-result > textarea:disabled {
    cursor: default;
    background: #f3f3f3;
    border: 0;
}
.modal-answer-btn {
    padding:10px;
}

.modal-answer-btn > .only-manager.none {
    display: none;
}
.modal-answer-btn > .only-manager.block {
    display: block;
}
.modal-answer-inner > .modal-answer-box > .modal-answer-btn  > * {
    width: 70px;
    height: 30px;
    border: 1px solid #eee;
    outline: 0;
    background: #fff;
    margin-right: 5px;
}
.modal-answer-re {
    width: 100%;
    position: relative;
    padding: 10px;
}
.modal-answer-re > input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    padding-right: 75px;
    outline: 0;
}
.modal-answer-re > button {
    width: 70px;
    height: 41px;
    border: 1px solid #ddd;
    background: #ddd;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.footer { 
    width: 100%; 
    background: #eee; 
    text-align: center; 
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: normal;
}
.modifyModalBtn { 
    width: 60px;
    height: 25px;
    border: 0;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
.modifyToggle {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.modifyToggle > input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
}
.modifyToggle > input[type='checkbox'] {
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 51;
    opacity: 0;
}
.modifyInput {
    position: initial;
    z-index: 1;
}
.modifyInput::before {
    content: '';
    display: block;
    clear: both;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #aaa;
    transition: all 0.3s;
}
.modifyInput::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    content: '';
    left: 0;
    z-index: -1;
}
.modifyToggle > input:checked + .modifyInput::before {
    left: 40px;
    background: #fd7a2a;
}
.modifyToggle > input:checked + .modifyInput::after {
    background: #ffe6d6;
}
.choiceInner {
    display: flex;
    align-items: center;
    justify-content: center;  
    padding: 30px 0 0;
}
.choiceInner > div {
    width: 100px;
    height: 130px;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.choiceInner > div > input {
    opacity: 0;
}
.choiceInner > div > label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #888;
    line-height: 180px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.choiceInner > div > label > svg {
    position: absolute;
    width: 50px;
    height: 50px;
    fill: #ddd;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.choiceInner > div > label:hover {
    background: #134b8e;
    color: #fff;
}
.choiceInner > div > label:hover + label {
    fill: #fff;
}
.choiceModal1, .choiceModal2 { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #134b8e;
    padding: 50px;
    color: #fff;
    font-size: 30px;
}
.banner-list > .banner-title.findInput {
    font-size: 21px;
    padding-bottom: 5px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: block; -moz-appearance: block; appearance: block; }
input[type=number] {
    -moz-appearance: textfield;
  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}  
.modalSubTitle {
    font-size: 28px;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
}
.modal-table table tr td select.forumRoundSelect {
    width: 100%;    
    background-position: 98% 50%;
    cursor: pointer;
}
.modalInfoText {
    padding: 10px 25px 0;
}
.modal-table table tr td .pointRed {
    font-size: 13px;
    color: #b72d2d;
    letter-spacing: -0.5px;
}
.scholar-paging {
    flex: 1;
    border: 0;
}
.scholar-paging > .se-paging { height: 100%;}
.scholar-paging > .se-paging > .se-paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;  
}
.scholar-paging > .se-paging > .se-paging-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    margin: 0 2.5px;
    position: relative;
}
.scholar-paging > .se-paging > .se-paging-wrap > a.se-paging-btn-prev::before {
    content: '<<';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.7);
    color: #555;
    letter-spacing: -1px;
}
.scholar-paging > .se-paging > .se-paging-wrap > a.se-paging-btn-preved::before {
    content: '<';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.7);
    color: #555;
}
.scholar-paging > .se-paging > .se-paging-wrap > .se-paging-num {
    margin: 0%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scholar-paging > .se-paging > .se-paging-wrap > .se-paging-num > a {
    margin: 0 2.5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}
.scholar-paging > .se-paging > .se-paging-wrap > .se-paging-num > a.on {
    background: #3498db;
    color: #fff;
}
.scholar-paging > .se-paging > .se-paging-wrap > a.se-paging-btn-nexted::before {
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.7);
    color: #555;
}
.scholar-paging > .se-paging > .se-paging-wrap > a.se-paging-btn-next::before {
    content: '>>';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.7);
    color: #555;
    letter-spacing: -1px;
}
.noneModal { padding: 0;}
.banner-list > table .tbInInner tr {
    border-bottom: 0;
    height: auto;
}
.banner-list > table .tbInInner tr textarea {
    height: 100px;
    border: 0;
    border-left: 1px solid #ddd;
}
.banner-list > table tr td.bnr-year.tbPad{ padding: 0;}
.banner-list > table tr .tbInInner tr td { padding: 0; text-align: center; background: #f9f9f9;}
.banner-list > table .tbInInner tr:last-of-type { border-top: 1px solid #ddd;}
.banner-list.programTb > table { margin-bottom: 0;}
.banner-list.programTb > table tr th.bnr-cont { border-right: 1px solid #ddd;}
.exisFile { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.exisFile:last-of-type {
    margin-bottom: 0;
}
.exisFile > button { 
    margin: 0; 
    width: 80px;
    height: 30px; 
    border-radius: 5px;
    cursor: pointer;
    background-color: #bbb;
    color: #fff;
    transition: all 0.2s;
}
.exisFile > button:hover {
    background-color: #bb4141;
}
.exisFile > button > i {
    color: white;
}
.exisFileInner { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.exisFileInner > * { margin: 0;}
.exisFileInner > .exist-files {
    padding-left: 5px;
}
.note-modal-footer { padding: 0 !important;}
.note-modal-footer .note-btn { 
    height: 100%;
}
.note-modal .note-modal-body label > input[type="checkbox"] {
    height: 13px;
}
.note-modal .form-group > input { height: auto; padding: 0;}
.subjectTd{
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
    padding: 0 30px;
    margin: 0;
}
.subjectTd2{
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
}
.modalInfoText {
    padding: 10px 25px 0;
}
.modal-table-btn.outsideBtn{
    padding-bottom: 25px;
}