body{
    font-family: "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
}
.modal-body .row>.col{
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(39, 41, 43, 0.03);
    border-top: 1px solid rgba(39, 41, 43, 0.1);
    border-bottom: 1px solid rgba(39, 41, 43, 0.1);
}
.modal-body .row>.col.lectureinfo-table-title{
    display: flex;
    align-items: center;
}
.modal-body .row>.col:not(.lectureinfo-table-title){
    border-left: 1px solid rgba(39, 41, 43, 0.1);
    background-color: rgba(255,255,255, 0.03);
}
#timeTableBackground>.row>.col{
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgba(39, 41, 43, 0.03);
    border: none;
}
#timeTableBackground>.row>.col::before{
    content: '';
    display:block;
    position: absolute;
    top:0px;
    width:100%;
    height:100%;
    border: 1px solid rgba(39, 41, 43, 0.1);
}
#timeTableBackground>.row:first-child>.col{
    padding-top:0%;
    padding-bottom:0%;
    text-align: center;
    color:#777;
}
#timeTableBackground>.row>.col:first-child{
    flex:0 0 2em;
    padding-right:0%;
    padding-left:0%;
    text-align: center;
    color:#777;
}
#timeTableBackground>.row{
    text-align: center;
    justify-content: center;
}
#timeTableBackground>.row>.col{
    padding-left:0%;
    padding-right:0%;
    max-width: 140px;
}
.lecture-blank-container{
    width:100%;
    padding:1px;
    position:absolute;
    z-index: 1;
    text-align: left;
    overflow: hidden;
}
.lecture-container{
    padding:0.5rem;
    height:100%;
}
.lecture-title{
    font-weight: bold;
    font-size: 0.9rem;
    color:#222;
}
.lecture-prof{
    font-size: 0.7rem;
    color:#444;
}

@media (max-width: 768px) {
    #timeTableBackground>.row:first-child>.col{
        font-size: 0.7rem;
    }
    #timeTableBackground>.row>.col:first-child{
        font-size: 0.7rem;
    }
    .lecture-container{
        padding:0.1rem;
    }
}