
/* 좌측 메뉴 - 기본형 */
/* 원본 : app.css */
#sidebar-menu ul li a {
  padding: .3rem 1.5rem;
}
.metismenu li {
  line-height: 1.1;
}

/* 로그인 화면 */
.bg-auth-admin{
    background-image: url("../images/bg-auth-admin.png");
}
.bg-auth-salse{
    background-image: url("../images/bg-auth-admin.png");
}
.bg-auth-edu{
    background-image: url("../images/bg-auth-edu.png");
}
.bg-auth-tutor{
    background-image: url("../images/bg-auth-tutor.png");
}

.bg-overlay {
  opacity: .4 !important;
}

.bg-body-admin {
  background-color: #f8f8f8;
}
.bg-body-tutor {
  background-color: #297255;
}
.bg-body-edu {
  background-color: #78b2d5;
}
.bg-body-sales {
  background-color: #c0c8b1;
}



/* 다이얼로그 화면에 맞추기 */
.modal-dialog{
    height:100%
}
.modal-content{
    height:95%
}
.modal-body{
    height:100%;
    overflow:auto
}



/* 채점 결과 */
.scor-wa {position:relative;}
.scor-wa::before {content:'';width:80px;height:80px;position:absolute;top:50%;left:0;transform:translateY(-50%);display:inline-block;background-image:url('/assets/images/common/thumb-01.png');background-repeat: no-repeat;background-position: 50% 50%;background-size:100% auto;}
.scor-answer {position:relative;}
.scor-answer::before {content:'';width:80px;height:80px;position:absolute;top:50%;left:0;transform:translateY(-50%);display:inline-block;background-image:url('/assets/images/common/thumb-02.png');background-repeat: no-repeat;background-position: 50% 50%;background-size:90% auto;}


