/* Write your custom CSS here */
@font-face {

    font-family: nanum;
    src: url('../fonts/NanumSquareR.otf') format('truetype'),
        url('../fonts/NanumSquare.woff') format('woff');

}

input[type=password] {
    font-family: '굴림';
}

.card-title, .card-title {
    font-weight: bold !important;
}

.text-right {
    text-align: right !important;
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 0.375rem 0.75rem !important;
}

ul,li{list-style: none; margin:0; padding: 0;}

input.form-check-input{
    vertical-align: middle;
    margin-right: 3px;
    margin-top: 0;
    cursor: pointer;
}

input.form-check-input:focus{
    border:none;
    box-shadow: none;
    }
    

.form-check-label{
    cursor: pointer;
}

/* .k-input, .k-widget.k-input{
    border: 0 !important;
} */

.k-listview-content > li {
    border-bottom: 1.2px solid #CCC;
    padding-top: 4px;
    padding-bottom: 4px;
}

.k-listview-content > li:last-child{
    border-bottom: 0;
}

.pull-right {
    /*padding-right: 15px;*/
    font-size: 15px;
    float: right;
}

.bspan {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}

.form-control::placeholder{
    color: #888;
}
/*서치폼*/
.Btnbox {
    text-align: center;
    margin: 33px 0 14px
}

.k-floating-label-container{
    padding-top: 0 !important;
}

.k-floating-label-container .k-label{
    display: none;
}

.formMlabel{
    margin-right: 5px;
    cursor: pointer;
}

.swal2-title {
    font-size: 1.5em !important;
}

.sTitle {
    text-align: right;
    /* padding: 0 0 20px;*/
        margin-bottom: 8px;
        align-items: center;
}



/* 테이블 */
#grid, .k-grid-header th.k-header, .k-grid-content{
    text-align: center !important;
}

.k-upload-files .k-file{
    align-items: center !important;
}

.ch_lectureBox {
    padding: 2em;
}

.plusBtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #5b5b5b;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.mr5 {
    margin-right: 5px;
}


.lecture_grid .infoArea li {
    width: 49%;
}
.lecture_grid .infoArea li:first-child {
    margin-right: 2%;
}
.lecture_grid .infoArea li:first-child img {
    width: 100%;
    max-height: 120px;
}


.table-responsive > #grid {
    white-space: nowrap;
    min-width: 1980px;
}

.tablebig td {
    font-size: 20px;
    font-weight: bold;
}



/* 테이블 하단 버튼 */
.gridBtnBox{
    margin-top: 1rem;
}

h4, .h4 {
    font-size: 1rem;
}


/* 등록페이지 */
.rightMargin1 {
    margin-right: 15px;
}

.formarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    border: 1px solid #ced4da;
    resize: none;
}

input[disabled] {
    background: #f7f7f7;
    border-color: #d2d7db;
    cursor: not-allowed;
    pointer-events: auto;
}

.selecList {
    margin-top:7px;
}

#Categories {
    padding: 15px;
}

#Categories li{
    margin-bottom:8px;
}



/* 카테고리 */
.cateTxt {
    background-color: #f1f1f1;
    color: #6c757d;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
}

.k-in, .k-item {
    color: #000;
}


/* 퀴즈등록 */
.quiz_list > li {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.quiz_title {
    background-color: #f5f5f5;
    padding: 10px;
}

.quiz_cont {
    padding: 10px;
}

.answer {
    color: #5558db;
    font-weight: bold;

}

.quiz_footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
}

.quiz_footer button:first-child {
    margin-right: 5px;
}

/* 모달 */
.modals .modal-body {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.show {
    display: block!important;
}

.flexBox1 {
    display: flex;
    align-items: center;
}


.panel .panel-heading + .panel-body {
    background-color: #fff;
    padding: 20px;
}

.exhibitionTreeView #treeview {
    overflow-y: scroll;
    height: 150px;
}

.exhibitionTreeView #treeview .k-treeview-item {
    padding: 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}


#Modal_MainPlus .modal-dialog {
    width: 1156px !important;
}

.starbox{
    display: flex;
}
.starbox .rating.active svg{
    fill:yellow;
}

.k-rating.k-state-disabled{
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -100%;
}

#Tag_listView{
    padding: 10px;
    border: 1px solid #ddd;
}

.TagModal .form-group{
    margin-bottom: 10px;
}

.TagModal.form-horizontal button{
    white-space: nowrap;
    margin-left: 5px;
    margin-bottom: 0;
}



#Tag_listView .k-treeview-item{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px !important;
    background: #ddd;
    color: #fff;
    padding: 0;
}

#Tag_listView .k-treeview-item .k-treeview-leaf{
    color: #000;
}



#Tag_listView .k-treeview-leaf.k-selected, #Tag_listView .k-treeview-leaf.k-selected.k-hover, #Tag_listView .k-treeview-leaf.k-selected:hover{
    background: #ddd;
    color: #000;
    border-radius: 30px !important;
}

#Tag_listView .k-treeview-leaf:hover{
    border-radius: 30px !important;
}

#Tag_listView .k-treeview-leaf .k-icon{
    cursor: pointer;
    margin-left: 5px;
 }

@media (max-width: 992px){
    .col{
        flex: none;
        margin-bottom: 1rem;
    }

    .col-4, .col-2, .col-5{
        width: 100%;
        margin-bottom: 1rem;
    }

}

.infoTxt {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 6px;
    color: #326eaf;
}