/* Write your custom CSS here */
@font-face {

    font-family: nanum;
    src: url('../fonts/NanumSquareR.otf') format('truetype'),
        url('../fonts/NanumSquare.woff') format('woff');

}

.k-grid tr td .thumbnailimg{
    cursor:pointer;
}

input[type=password] {
    font-family: '굴림';
}

input[type=password]::placeholder {
    font-family: 'nanum';
}

.k-textbox .form-control:focus {
    box-shadow: none;
}

.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;
}

.login-page input.form-check-input{
    margin-top: 5px;
}

    input.form-check-input:focus {
        border: none;
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, .25);
    }
    

.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;
    text-align: left;
}

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;
}
#dialog{
    overflow: hidden;
}
#dialog .modal-body {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: calc(100vh - 200px);
    
}
.k-dialog{
    border-radius: 20px;
}
.k-window-titlebar {
    padding: 1rem 1rem !important;
    border: 0 !important;
    background-color: transparent !important;
}
.k-prompt-container, .k-window-content{
    padding: 0 !important;
}

.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 {
    max-width: 1280px;
    width: 90% !important;
}

#imagemodal .modal-content {
    overflow: hidden;
}#imagemodal .modal-body{
    padding:0;
}

.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%;
}



/*오프라인 옵션 태그*/


  


#offlineType_listView {
    padding-top: 10px;
}

    #offlineType_listView > ul {
        display: flex;
        flex-wrap: wrap;
    }

    #offlineType_listView .k-treeview-item {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 30px !important;
        background: #ddd;
        color: #fff;
        padding: 0;
    }

        #offlineType_listView .k-treeview-item .k-treeview-leaf {
            color: #000;
        }



    #offlineType_listView .k-treeview-leaf.k-selected, #offlineType_listView .k-treeview-leaf.k-selected.k-hover, #offlineType_listView .k-treeview-leaf.k-selected:hover {
        background: #ddd;
        color: #000;
        border-radius: 30px !important;
    }

    #offlineType_listView .k-treeview-leaf:hover {
        border-radius: 30px !important;
    }

    #offlineType_listView .k-treeview-leaf .k-icon {
        cursor: pointer;
        margin-left: 5px;
    }

.k-treeview-leaf.k-focus, .k-treeview-leaf:focus {
    background: #ddd;
    color: #000;
    border-radius: 30px !important;
}




#Tag_listView{
    padding: 10px;
    border: 1px solid #ddd;
}

    #Tag_listView > ul {
        display: flex;
        flex-wrap: wrap;
    }

.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;
 }

#sendAllModal .modal-dialog{
    max-width: 760px;
    width: 90% !important;

}


/* 로그인 템플릿  */
.login-bg {
    background-color: #f3f4f7;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.6;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.authent-logo{
margin-bottom: 30px;
}
.authent-logo img{
    width: 200px
}

@media (max-width: 992px){
    .col{
        flex: none;
        margin-bottom: 1rem;
    }

    .col-4, .col-2, .col-5{
        width: 100%;
        margin-bottom: 1rem;
    }

    .modal-body .col{
        margin-bottom:0;
    }

}

@media (max-width: 562px){
    #dialog .flexBox1 {
    flex-direction: column;
    align-items: baseline;
}
#dialog .flexBox1 > *{
    width: 100%;
}    
.modals .flexBox1 {
    flex-direction: column;
    align-items: baseline;
}
.modals .flexBox1 > *{
    width: 100%;
}

}

.infoTxt {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 6px;
    color: #326eaf;
}