.area-content-visible {
  overflow: visible;
  padding-bottom: 1px;
}

.area-report-body {
  padding-top: 50px;
}

.semester-delete-report-noti .area-report-delete-noti-popup-inner {
  margin-top: -20px;
}

.area-report-delete-noti-popup-inner {
  position: absolute;
  top: 238px;
  width: 630px;
  height: 221px;
  box-sizing: border-box;
  border: 1px solid #17809C;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 10px #00000033;
}

.area-report-delete-noti-body {
  display: flex;
  padding : 20px 25px 25px 25px;
}

.area-report-delete-noti-header {
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #17809C;
  margin-left: 25px;
  margin-top: 20px;
}

.btn-close-report-delete-noti {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #17809C;
  border-radius: 0px 4px 0px 5px;
  cursor: pointer;
}

.img-report-delete-noti {
  margin-right: 10px;
  height: 100px;
}

.report-delete-noti-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
  margin-bottom: 8px;
}

.report-delete-noti-txt-margin {
  margin-bottom: 15px;
}

.report-delete-noti-txt-color {
  font-weight: 700;
  color: #1F51B5;
}

.area-report-delete-noti-popup-inner-mobile {
  display: none;
  position: absolute;
  top: 218px;
  width: 506px;
  height: 191px;
  box-sizing: border-box;
  border: 1px solid #17809C;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 10px #00000033;
}

.area-report-delete-noti-body-mobile {
  display: flex;
  padding : 15px 20px 20px 20px;
}

.area-report-delete-noti-header-mobile {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #17809C;
  margin-left: 20px;
  margin-top: 20px;
}

.btn-close-report-delete-noti-mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #17809C;
  border-radius: 0px 4px 0px 5px;
  cursor: pointer;
}

.img-report-delete-noti-mobile {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.report-delete-noti-txt-mobile {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.28px;
  color: #242424;
  margin-bottom: 7px;
}

.report-delete-noti-txt-margin-mobile {
  margin-bottom: 15px;
}

.report-delete-noti-txt-color-mobile {
  font-weight: 700;
  color: #1F51B5;
}

.area-quiz-report-search-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.area-quiz-report-detail {
  display: none;
  padding-bottom: 80px;
}

.area-quiz-report-detail-header {
  position: relative;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

.area-quiz-report-detail-header-in {
  margin-left: 58px;
}

.area-quiz-report-detail-title-outer {
  display: flex;
  align-items: center;
}

.area-quiz-report-individual-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 82px;
  height: 36px;
  background-color: #2063FF;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-right: 12px;
}

.btn-quiz-report-detail-left {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.tooltip-report-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 238px;
  height: 32px;
  position: absolute;
  top: -42px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  border: 1px solid #17809C;
  border-radius: 5px;
  cursor: auto;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #00000033;
  background-color: #ffffff;
}

.tooltip-report-back::after {
  content: "";
  position: absolute;
  border: 1px solid #CECECE;
  top: 50%;
  left: 14px;
  margin-top: 16px;
  border-top: 10px solid #17809C;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-report-back-tooltip-content {
  padding-left: 10px;
  margin-top: -2px;
}

.area-report-back-tooltip-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ico-back-list {
  width: 32px;
  height: 24px;
}

.btn-quiz-report-detail-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  width: 93px;
  height: 45px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
}

.quiz-report-detail-header-title {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  display: flex;
  align-items: center;
}

.quiz-report-detail-title {
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  margin-top: 90px;
  margin-bottom: 30px;
}

.area-quiz-report-detail-sub-title-outer {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  height: 36px;
}

.area-quiz-group-report-detail-sub-title-outer {
  align-items: flex-start;
  justify-content: center;
  height: 50px;
  flex-direction: column;
}

.area-quiz-report-detail-sub-title-outer-sub1 {
  margin-bottom: 5px;
  display: flex;
}

.quiz-report-detail-txt-code-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #707070;
  margin-left: 12px;
  width: 91px;
}

.quiz-report-detail-txt-code-title2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #707070;
  margin-left: 12px;
}

.quiz-report-detail-txt-code {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #707070;
  margin-left: 7px;
  width: calc(100% - 91px);
  line-height: 14px;
}

.quiz-report-detail-txt-parent-code {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #707070;
  margin-left: 7px;
  margin-right: 12px;
}

.area-quiz-report-detail-content1 {
  /* height: 277px; */
  display: flex;
  margin-top: 30px;
}

.area-quiz-report-detail-content1-inner {
  width: 100%;
  /* height: 276px; */
  display: flex;
  position: relative;
}

.area-quiz-report-detail-content-left {
  width: 374px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-quiz-report-detail-content-left-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-quiz-report-detail-content-left-body {
  width: 100%;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.area-quiz-report-detail-content-left-body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -10px;
}

.area-quiz-report-detail-content-left-body-text {
  position: absolute;
  margin-top: 8px;
}

.area-quiz-report-detail-content-right {
  width: 726px;
  margin-left: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-quiz-report-detail-content-right-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-quiz-report-detail-content-right-body {
  height: 193px;
  padding-left: 45px;
  padding-right: 45px;
}

.quiz-report-detail-txt {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
}

.quiz-report-detail-tab-area {
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #F5F5F5;
}

.quiz-report-detail-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #A1A1A1;
  cursor: pointer;
}

.tooltip-report-requiz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 408px;
  height: 33px;
  position: absolute;
  top: -45px;
  left: 50%;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  border: 1px solid #17809C;
  border-radius: 5px;
  cursor: auto;
  box-shadow: 1px 1px 2px #00000033;
  margin-left: 52px;
}

.tooltip-report-requiz::after {
  content: "";
  position: absolute;
  border: 1px solid #CECECE;
  top: 50%;
  left: 125px;
  margin-top: 16px;
  border-top: 10px solid #17809C;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-report-requiz-tooltip-content-mobile {
  display: none;
}

.area-report-requiz-tooltip-content-mobile-txt1 {
  margin-left: 5px;
}

.area-report-requiz-tooltip-content {
  padding-left: 10px;
  margin-top: -1px;
}

.tooltip-report-requiz-txt-bold {
  font-weight: 700;
  color: #17809C;
  margin-left: 5px;
}

.area-report-requiz-tooltip-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.img-report-requiz-tooltip-close {
  width: 14px;
  height: 14px;
}

.quiz-report-select-tab {
  color: #242424;
  height: 50px;
  font-weight: 700;
  background-color: #F3FEFF;
  color: #17809C;
  border: 1px solid #17809C;
  border-radius: 5px;
  box-sizing: border-box;
}

.btn-report-tab2-txt {
  display: block;
  width: 185px;
  text-align: center;
}

.quiz-report-detail-sub-txt1 {
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
}

.quiz-report-detail-sub-txt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  text-align: center;
}

.quiz-report-total-cnt {
  font-weight: 700;
  color: #1F51B5;
}

.total-average-chart {
  width: 158px;
  height: 158px;
  pointer-events: none;
}

.quiz-report-re-quiz-body {
  display: none;
  min-height: 245px;
}

.area-quiz-report-re-quiz-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px 5px 0px 0px;
  padding-left: 40px;
  padding-right: 40px;
}

.area-re-quiz-title-outer {
  position: relative;
}

.area-input-re-quiz {
  width: 650px;
  height: 47px;
  border: 1px solid #E2E2E2;
  outline: 0px;
  margin-right: 30px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  box-sizing: border-box;
}

.area-input-re-quiz::placeholder {
  color: #A1A1A1;
  font-weight: 400;
}

.area-re-quiz-title-placeholder {
  position: absolute;
  top: 15px;
  left: 111px;
  color: #A1A1A1;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  pointer-events: none;
}

.btn-input-clear {
  position: absolute;
  top: 16px;
  right: 42px;
  cursor: pointer;
}

#quizReportReQuizCnt {
  display: none;
  width: 140px;
  height: 47px;
  border: 1px solid #E2E2E2;
  outline: 0px;
}

.area-re-quiz-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  margin-right: 12px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-quiz-report-re-quiz-content {
  display: flex;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 0px 0px 5px 5px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-right: 0px;
  padding-left: 40px;
  padding-right: 40px;
}

.area-quiz-report-re-quiz-content-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 273px;
}

.requiz-cnt-chart {
  width: 165px;
  height: 165px;
  pointer-events: none;
}

.area-re-quiz-cnt-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  position: absolute;
  margin-top: 8px;
}

.area-quiz-report-re-quiz-content-right {
  padding-left: 40px;
  width: calc(100% - 205px);
}

.area-quiz-report-re-quiz-radio {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #242424;
  margin-top: 36px;
  display: flex;
}

.area-quiz-report-re-quiz-radio input[type='radio'] {
  -webkit-appearance:none;
  border: 1px solid #CECECE;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 10px #fff;
  margin: 0px 10px 0px 0px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}

.area-quiz-report-re-quiz-radio label {
  display: flex;
  width: 185px;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-quiz-report-re-quiz-radio input[type='radio']:checked {
  background-color: #1EB3C8;
  border: 3px solid white;
  outline: none;
  box-shadow: 0 0 0 1px #1EB3C8;
}

.area-quiz-report-re-quiz-content-right-header {
  display: flex;
  align-items: center;
  height: 47px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.area-quiz-report-re-quiz-content-right-header-unit {
  display: flex;
  align-items: center;
  text-indent: 30px;
  width: 552px;
  height: 100%;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-re-quiz-content-right-header-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 100%;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-re-quiz-content-right-header-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 100%;
}

/* .area-quiz-report-re-quiz {
  display: flex;
  align-items: center;
}

.area-sub-re-quiz {
  margin-right: 10px;
}

.quiz-report-create-input-title {
  height: 24px;
  border: 1px solid black;
}

.quiz-report-btn-create-re-quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  width: 80px;
  height: 30px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
} */

.area-quiz-report-detail-sub-type1 {
  display: inline-block;
  width: 200px;
}

.area-quiz-report-detail-sub-type2 {
  display: inline-block;
  width: 500px;
}

.area-quiz-report-detail-sub-type3 {
  display: inline-block;
  width: 100px;
}

.area-quiz-report-detail-sub-submitter1 {
  display: inline-block;
  width: 80px;
}

.area-quiz-report-detail-sub-submitter2 {
  display: inline-block;
  width: 80px;
}

.area-quiz-report-detail-sub-submitter3 {
  display: inline-block;
  width: 80px;
}

.area-quiz-report-detail-sub-submitter4 {
  display: inline-block;
  width: 500px;
}

.area-quiz-report-detail-ox {
  display: inline-block;
  width: 25px;
}

.area-semester-report-search-menu {
  height: 67px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-semester-report-search-menu-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-semester-report-content {
  margin-top: 56px;
  padding-bottom: 80px;
}

.area-semester-report-detail-header {
  position: relative;
  border-bottom: 1px solid black;
  height: 63px;
}

.semester-report-detail-header-title {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  margin-bottom: 10px;
}

.area-semester-report-detail-header-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.btn-semester-report-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  width: 100px;
  height: 47px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
}

.semester-quiz-report-detail-sub-type1 {
  display: inline-block;
  width: 200px;
}

.semester-quiz-report-detail-sub-type2 {
  display: inline-block;
  width: 500px;
}

.semester-quiz-report-detail-sub-type3 {
  display: inline-block;
  width: 100px;
}

.student-quiz-report-detail-sub-type1 {
  display: inline-block;
  width: 200px;
}

.student-quiz-report-detail-sub-type2 {
  display: inline-block;
  width: 500px;
}

.student-quiz-report-detail-sub-type3 {
  display: inline-block;
  width: 100px;
}

.area-student-report-detail-sub-paper1 {
  display: inline-block;
  width: 80px;
}

.area-student-report-detail-sub-paper2 {
  display: inline-block;
  width: 200px;
}

.area-student-report-detail-sub-paper3 {
  display: inline-block;
  width: 80px;
}

.area-student-report-detail-sub-paper4 {
  display: inline-block;
  width: 500px;
}

.area-unit-chart-el {
  display: flex;
  height: 16px;
  margin-bottom: 15px;
}

.area-unit-chart-el:last-child .area-unit-chart-name {
  border-right: 0px;
}

.area-unit-chart-name {
  width: 200px;
  border-right: 1px solid #E2E2E2;
  height: 31px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-unit-chart-draw {
  width: 400px;
  background-color: #EDEDED;
  display: flex;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 16px;
}

.area-unit-chart-percenet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 22px;
  margin-left: 15px;
  margin-top: -3px;
  padding: 0px 5px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
}

.area-left-gauge {
  transform: translate(-100%, 0px);
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #2795EF;
}

.red-guage {
  background-color: #FF5E76;
}

.area-quiz-report-type-detail-template-inner {
  display: flex;
}

.area-quiz-report-type-detail-header {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  height: 47px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-header-inner {
  display: flex;
  height: 45px;
  background-color: #F5F5F5;
}

.area-quiz-report-type-detail-header-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-header-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 700px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-header-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 140px;
}

.area-quiz-report-type-detail-el-template {
  display: flex;
  align-items: center;
  height: 47px;
  box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-quiz-report-type-detail-el-template-inner {
  display: flex;
  height: 47px;
  border-bottom: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-el-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-el-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 700px;
  text-indent: 20px;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-type-detail-el-type-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 690px;
  height: 29px;
  margin-left: 10px;
}

.area-quiz-report-type-detail-el-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.area-quiz-report-type-detail-el-answer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 29px;
  margin-right: 10px;
}

.area-quiz-report-submitter-title-sub {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.submitter-class-name {
  font-weight: 900;
}

.submitter-class-cnt {
  margin-left: 5px;
  font-weight: 900;
}

.area-quiz-report-submitter-header {
  display: flex;
  align-items: center;
  height: 47px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
}

.area-quiz-report-submitter-header-inner {
  display: flex;
  height: 47px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-header-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
}

.area-quiz-report-submitter-header-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-header-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-header-quiz {
  display: flex;
  height: 47px;
}

.area-quiz-report-submitter-header-quiz-el {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
  position: relative;
}

.header-quiz-red {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 34px;
  height: 41px;
  background-color: #FF1A51;
  color: #FFFFFF;
}

.header-quiz-red-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 26px;
  background-color: #FFE8EB;
  color: #FF1A51;
  position: absolute;
  top: -32px;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
}

.header-quiz-red-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 50%;
  right: 36%;
  margin-top: 13px;
  border-top: 6px solid #FFE8EB;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent
}

.area-quiz-report-submitter-el {
  display: flex;
  align-items: center;
  /* height: 47px; */
  min-height: 47px;
  /* border-bottom: 1px solid #E2E2E2; */
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-quiz-report-submitter-el-inner {
  display: flex;
  /* height: 47px; */
  min-height: 47px;
  border-bottom: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-el-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  /* height: 100%; */
}

.area-quiz-report-submitter-el-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  /* height: 100%; */
  border-left: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-el-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  /* height: 100%; */
  border-left: 1px solid #E2E2E2;
}

.area-quiz-report-submitter-el-ox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.area-quiz-report-submitter-ox-sub-o {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  width: 42px;
  border-left: 1px solid #E2E2E2;
  color: #2795EF;
  height: 100%;
}

.area-quiz-report-submitter-ox-sub-x {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  width: 42px;
  border-left: 1px solid #E2E2E2;
  color: #FF1A51;
  height: 100%;
}

.area-semester-report-title-outer {
  display: flex;
  align-items: center;
}

.area-semester-report-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 82px;
  height: 36px;
  background-color: #2063FF;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-right: 12px;
}

.area-semester-report-detail-header-title {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
}

.btn-semester-report-detail-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  width: 93px;
  height: 45px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
}

.area-semester-report-detail-content1 {
  display: flex;
  margin-top: 30px;
}

.area-semester-report-detail-content1-inner {
  width: 100%;
  display: flex;
  position: relative;
}

.area-semester-report-detail-content-left {
  width: 374px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-semester-report-detail-content-left-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-semester-report-detail-content-left-body {
  width: 100%;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.area-semester-report-detail-content-left-body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -10px;
}

.area-semester-report-detail-content-left-body-text {
  position: absolute;
  margin-top: 8px;
}

.semester-report-detail-sub-txt {
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #000000;
}

.area-semester-report-detail-content-right {
  width: 726px;
  margin-left: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-semester-report-detail-content-right-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-semester-report-detail-content-right-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
}

.semester-report-detail-title {
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  margin-top: 90px;
  margin-bottom: 30px;
}

.semester-report-detail-tab-area {
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #F5F5F5;
}

.semester-report-detail-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #A1A1A1;
  cursor: pointer;
}

.semester-report-select-tab {
  color: #242424;
  height: 50px;
  font-weight: 700;
  background-color: #F3FEFF;
  color: #17809C;
  border: 1px solid #17809C;
  border-radius: 5px;
  box-sizing: border-box;
}

.area-semester-report-type-detail-header {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  height: 47px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-header-inner {
  display: flex;
  height: 45px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-header-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-header-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 700px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-header-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 140px;
}

.area-semester-report-type-detail-el-template {
  display: flex;
  align-items: center;
  height: 47px;
  box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-semester-report-type-detail-el-template-inner {
  display: flex;
  height: 47px;
  border-bottom: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-el-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-el-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 700px;
  text-indent: 20px;
  border-right: 1px solid #E2E2E2;
}

.area-semester-report-type-detail-el-type-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 690px;
  height: 29px;
  margin-left: 10px;
}

.area-semester-report-type-detail-el-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.area-semester-report-type-detail-el-answer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 29px;
  margin-right: 10px;
}

.area-student-report-content {
  position: relative;
}

.area-student-report-title {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  margin-bottom: 17px;
}

.btn-report-student-management {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1EB3C8;
  border: 1px solid #00000033;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #FFFFFF;
  width: 117px;
  height: 36px;
  box-sizing: border-box;
  cursor: pointer;
}

.img-btn-student-management {
  margin-top: 2px;
}

.area-student-report-sub-title {
  display: flex;
  align-items: center;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #242424;
  height: 36px;
  margin-bottom: 50px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.area-student-report-table-cnt {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-student-report-table-total-cnt {
  font-weight: 900;
  margin-left: 5px;
}

.area-student-report-table-header {
  display: flex;
  align-items: center;
  height: 66px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #E2E2E2;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
}

.area-student-report-table-header-class-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
}

.area-student-report-table-header-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
}

.area-student-report-table-header-enter-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
}

.area-student-report-table-header-report-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-left: 128px;
}

.area-student-report-table-header-report-btn-mobile {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}

.area-student-report-table-header-report-btn-re {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.area-student-report-table-body {
  border-bottom: 1px solid #000000;
}

.area-student-sub-template {
  display: flex;
  height: 66px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-student-report-sub-class-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
}

.area-student-report-sub-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  text-align: center;
}

.area-student-report-sub-pw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
}

.area-student-report-sub-report-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;;
  height: 100%;
  font-size: 15px;
  letter-spacing: -0.6px;
  margin-left: 128px;
}

.area-student-report-sub-report-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 140px;
  height: 36px;
  background-color: #1EB3C8;
  border: 1px solid #00000033;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.ico-student-report {
  margin-right: 5px;
}

.area-student-report-sub-report-btn-re {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;;
  height: 100%;
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.area-student-report-sub-report-btn-inner-re {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 230px;
  height: 36px;
  border: 1px solid #00000033;
  border-radius: 5px;
}

.area-student-report-search-menu {
  margin-top: 20px;
  margin-bottom: 20px
}

.area-student-report-detail-header {
  position: relative;
  border-bottom: 1px solid black;
  height: 63px;
}

.area-student-report-detail-header-in {
  margin-left: 58px;
}

.area-student-report-detail-title-outer {
  display: flex;
  align-items: center;
}

.area-student-report-individual-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 82px;
  height: 36px;
  background-color: #2063FF;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-right: 12px
}

.student-report-detail-header-title {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  display: flex;
}

.student-report-detail-header-title-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: calc(100% - 220px); */
  max-width: 700px;
  min-width: 100px;
  display: inline-block;
  height: 42px;
  margin-right: 10px;
}

.btn-student-report-detail-left {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  background-color: #FFFFFF;
}

.btn-student-report-detail-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  width: 93px;
  height: 45px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
}

.area-student-report-detail-content1 {
  display: flex;
  margin-top: 30px;
}

.area-student-report-detail-content1-inner {
  width: 100%;
  display: flex;
  position: relative;
}

.area-student-report-detail-content-left {
  width: 374px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-student-report-detail-content-left-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-student-report-detail-content-left-body {
  width: 100%;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.area-student-report-detail-content-left-body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -10px;
}

.area-student-report-detail-content-left-body-text {
  position: absolute;
  margin-top: 8px;
}

.student-report-detail-sub-txt1 {
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
}

.student-report-detail-sub-txt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  text-align: center;
}

.student-report-total-cnt {
  font-weight: 700;
  color: #1F51B5;
}

.area-student-report-detail-content-right {
  width: 726px;
  margin-left: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #00000029;
}

.area-student-report-detail-content-right-header {
  display: flex;
  align-items: center;
  height: 81px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #000000;
}

.area-student-report-detail-content-right-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
}

.student-report-detail-title {
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #242424;
  margin-top: 90px;
  margin-bottom: 30px;
}

.student-report-detail-tab-area {
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #F5F5F5;
}

.student-report-detail-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #A1A1A1;
  cursor: pointer;
}

.student-report-select-tab {
  color: #242424;
  height: 50px;
  font-weight: 700;
  background-color: #F3FEFF;
  color: #17809C;
  border: 1px solid #17809C;
  border-radius: 5px;
  box-sizing: border-box;
}

.area-student-report-type-detail-header {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  height: 47px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-student-report-type-detail-header-inner {
  display: flex;
  height: 47px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-student-report-type-detail-header-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-header-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 600px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-header-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 120px;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-header-level {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 120px;
}

.area-student-report-type-detail-el-template {
  display: flex;
  align-items: center;
  height: 47px;
  box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-student-report-type-detail-el-template-inner {
  display: flex;
  height: 47px;
  border-bottom: 1px solid #E2E2E2;
}

.area-student-report-type-detail-el-unit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 280px;
  text-indent: 30px;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-el-type {
  display: flex;
  align-items: center;
  height: 100%;
  width: 600px;
  text-indent: 20px;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-el-type-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 590px;
  height: 29px;
  margin-left: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.area-student-report-type-detail-el-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  border-right: 1px solid #E2E2E2;
}

.area-student-report-type-detail-el-answer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 29px;
}

.area-student-report-type-detail-el-level {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
}

.area-student-report-type-detail-el-level-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 29px;
  margin-right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.area-student-report-paper-title-sub {
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.paper-cnt {
  margin-left: 5px;
  font-weight: 900;
}

.area-student-report-paper-header {
  display: flex;
  align-items: center;
  height: 47px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
}

.area-student-report-paper-header-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
}

.area-student-report-paper-header-title {
  display: flex;
  text-indent: 30px;
  align-items: center;
  width: 600px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-student-report-paper-header-score {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-student-report-paper-header-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

/* .area-student-report-paper-list {
  padding-bottom: 135px;
} */

.area-student-report-table {
  padding-bottom: 135px;
}

.area-student-report-paper-el {
  display: flex;
  align-items: center;
  height: 47px;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.area-student-report-paper-el-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
}

.area-student-report-paper-el-title {
  display: flex;
  align-items: center;
  text-indent: 30px;
  width: 600px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-student-report-paper-el-score {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-student-report-paper-el-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  border-left: 1px solid #E2E2E2;
}

.area-re-quiz-unit-el {
  display: flex;
  align-items: center;
  height: 47px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  background-color: #F5F5F5;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
  margin-bottom: 10px;
}

.area-re-quiz-unit-name {
  display: flex;
  align-items: center;
  height: 100%;
  width: 552px;
}

.area-re-quiz-unit-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-left: 30px;
  margin-right: 10px;
}

.area-re-quiz-unit-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px !important;
  height: 100%;
  width: 100px;
}

.area-re-quiz-unit-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px !important;
  height: 100%;
  width: 100px;
}

.area-quiz-report-re-quiz-btn-outer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.area-quiz-report-re-quiz-btn {
  display: flex;
  justify-content: center;;
  align-items: center;
  width: 282px;
  height: 47px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  background-color: #FFE957;
  cursor: pointer;
}

.area-quiz-report-group {
  display: none;
  border: 2px solid #2795EF;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px #00000033;
}

.area-quiz-report-group-select {
  display: block;
  position: absolute;
  z-index: 10;
  top: 262px;
  right: 0px;
}

.area-quiz-report-group-list-select {
  display: block;
  position: absolute;
  z-index: 10;
  top: 166px;
  right: 0px;
}

.area-quiz-report-group-list-select .area-quiz-report-group-header {
  width: 698px;
}

.area-quiz-report-group-list-select::after {
  margin-right: -254px;
}

.area-quiz-report-list-group-select {
  display: block;
  position: absolute;
  z-index: 10;
  top: 175px;
  right: 0px;
}

.area-quiz-report-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 545px;
  height: 56px;
  background-color: #2795EF;
}

.area-quiz-report-group-header-txt {
  margin-left: 30px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.area-quiz-report-group-header-txt-mobile {
  display: none;
  margin-left: 20px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-quiz-report-group-header-round {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 156px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #00000033;
  background-color: #FFFFFF;
  cursor: pointer;
}

.img-report-group {
  margin-right: 8px;
}

.area-quiz-group-report-el-template {
  border-bottom: 1px solid #E2E2E2;
  padding-top: 18px;
  padding-bottom: 19px;
}

.img-report-group-txt {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.area-quiz-group-report-title {
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #242424;
  text-indent: 30px;
  margin-bottom: 13px;
}

.area-group-quiz-report-show-el {
  position: absolute;
  right: 10px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
  cursor: pointer;
  color: #ffffff;
  background-color: #1EB3C8;
  width: 98px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00000033;
  border-radius: 5px;
}

.area-group-quiz-report-show-el-tab {
  display: none;
  position: absolute;
  right: 8px;
  bottom: -12px;
  cursor: pointer;
  background-color: #1EB3C8;
  border: 1px solid #00000033;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
}

.imb-report-tab {
  width: 20px;
  height: 20px;
}

.graph-body-outer {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.area-quiz-report-total-graph-body {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  /* padding-top: 30px; */
}

.graph-total-percent-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  text-align: right;
  margin-bottom: 8px;
}

.area-quiz-report-unit-graph-body {
  /* display: none; */
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  height: 0px;
  /* pointer-events: none; */
  /* position: absolute; */
  /* top: 0; */
  /* padding-top: 30px; */
}

.graph-unit-percent-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  text-align: right;
  margin-bottom: 8px;
}

.total-graph-chart {
  /* width: 100% !important; */
  margin: 0px auto;
  height: 300px;
}

.unit-graph-chart {
  /* width: 100% !important; */
  margin: 0px auto;
  height: 300px;
  /* height: 560px; */
}

.area-report-total-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-report-total-number {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
}

.area-report-total-number-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
}

#quizReportSearch {
  display: none;
  border: 1px solid #CECECE;
  margin-right: 10px;
  width: 120px;
  height: 43px;
  outline: 0px;
}

.area-quiz-report-search-right {
  display: flex;
}

.area-report-search-code {
  display: flex;
}

.area-report-search-date {
  display: none;
}

.area-report-search-class {
  display: none;
}

.area-report-search-class-outer {
  display: flex;
}

.select-search-class {
  display: none;
}

.select-custom-search-class {
  width: 276px;
  box-sizing: border-box;
  border: 1px solid black;
  cursor: pointer;
}

.select-custom-search-class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 276px;
  height: 43px;
  background-color: #FFFFFF;
  outline: 0px;
  border: 1px solid #CECECE;
  border-right: 0px;
  box-sizing: border-box;
}

.select-custom-search-class-txt {
  margin-left: 12px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

.class-search-name-txt {
  pointer-events: none;
}

.area-custom-search-class-list {
  display: none;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.area-custom-search-class-list-inner {
  position: relative;
  width: 371px;
}

.custom-search-class-list {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 277px;
  top: -32px;
  left: -4px;
  border: 1px solid #E2E2E2;
}

.class-search-custom-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.class-search-custom-option:hover {
  background-color: #FFE957;
}


.area-report-outer-search-date {
  display: flex;
}

.report-date-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.report-date-bar-inner {
  width: 12px;
  border: 1px solid #A1A1A1;
}

.input-quiz-report-search {
  width: 276px;
  height: 43px;
  background-color: #FFFFFF;
  outline: 0px;
  border: 1px solid #CECECE;
  border-right: 0px;
  box-sizing: border-box;
  text-indent: 12px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

.input-quiz-report-search::placeholder {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #A1A1A1;
}

.btn-quiz-report-search-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 43px;
  background-color: #FFE957;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.52px;
  color: #242424;
  cursor: pointer;
  border: 1px solid #00000033;
  box-sizing: border-box;
}

.btn-search-class {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 43px;
  background-color: #FFE957;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.52px;
  color: #242424;
  cursor: pointer;
  border: 1px solid #00000033;
  box-sizing: border-box;
}

.area-quiz-report-parent-code-txt {
  display: none;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
}

.area-quiz-report-parent-code-txt-sub {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
}

.area-quiz-report-parent-code {
  display: none;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-left: 3px;
}

.area-quiz-report-parent-code-sub {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-left: 3px;
}

.area-quiz-report-parent-code-bar-sub {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 13px;
  overflow: hidden;
}

.area-quiz-report-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 30px;
  padding-bottom: 90px;
}

.area-submit-paper-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 30px;
  padding-bottom: 90px;
}

.area-quiz-report-page-number {
  display: flex;
}

.area-submit-paper-page-number {
  display: flex;
}

.report-page-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
  color: #A1A1A1;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.report-page-num-on {
  color: white;
  background-color: #1EB3C8;
  border-radius: 100px;
}

.submit-paper-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
  color: #A1A1A1;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.submit-paper-num-on {
  color: white;
  background-color: #1EB3C8;
  border-radius: 100px;
}

.area-semester-report-search-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #242424;
  margin-right: 10px;
}

#semesterSearchGrade {
  display: none;
  width: 180px;
  height: 43px;
  margin-right: 20px;
  border: 1px solid #00000033;
  outline: 0px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

#semesterSearchSemester {
  display: none;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  border: 1px solid #00000033;
  outline: 0px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

#btnSemesterSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #242424;
  width: 83px;
  height: 43px;
  background-color: #FFE957;
  border: 1px solid #00000033;
  cursor: pointer;
}

.area-semester-report-empty-template {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 331px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.area-semester-report-empty-txt {
  margin-top: 15px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
}

.area-student-report-empty-tamplate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 331px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.img-student-report-empty{
  margin-bottom: 10px;
}

.area-student-report-empty-txt {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #A1A1A1;
}

.area-student-report-empty-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 47px;
  border: 1px solid #CECECE;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
  cursor: pointer;
}

.area-student-report-empty-header {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-student-report-empty-header-bold {
  font-weight: 900;
}

.area-student-report-search-menu {
  height: 67px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-student-report-detail-body {
  display: none;
  margin-top: 56px;
}

.area-student-report-detail-body-empty {
  display: none;
  margin-top: 56px;
}

.area-student-report-search-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #242424;
  margin-right: 10px;
}

#studentSearchGrade {
  display: none;
  width: 180px;
  height: 43px;
  margin-right: 20px;
  border: 1px solid #00000033;
  outline: 0px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

#studentSearchSemester {
  display: none;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  border: 1px solid #00000033;
  outline: 0px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

#btnStudentSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  color: #242424;
  width: 83px;
  height: 43px;
  background-color: #FFE957;
  border: 1px solid #00000033;
  cursor: pointer;
}

.area-student-report-body {
  min-height: 600px;
}

.area-student-report-detail-empty-template {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 331px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
}

.red-number-area {
  background-color: #FFE4E8;
  border-radius: 4px;
  color: #FF1A51;
}

.unit-red-area1 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFE4E8;
  color: #FF1A51;
}

.unit-red-area2 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #FFE4E8;
}

.area-student-report-color-score {
  display: flex;
  height: 20px;
  margin-top: 17px;
  margin-bottom: 16px;
}

.area-student-report-color-score input[type='radio'] {
  -webkit-appearance:none;
  border: 1px solid #CECECE;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 10px #fff;
  margin: 0px 10px 0px 0px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}

.area-student-report-color-score label {
  display: flex;
  width: 58px;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-student-report-color-score label:first-child {
  width: 90px;
}

.area-student-report-color-score input[type='radio']:checked {
  background-color: #1EB3C8;
  border: 3px solid white;
  outline: none;
  box-shadow: 0 0 0 1px #1EB3C8;
}

.current-color-score1 .area-student-report-type-detail-el-type-inner {
  background-color: #D3EAFC;
}

.current-color-score1 .area-student-report-type-detail-el-answer-inner {
  background-color: #D3EAFC;
  color: #1F51B5;
}

.current-color-score1 .area-student-report-type-detail-el-level-inner {
  background-color: #D3EAFC;
  color: #1F51B5;
}

.current-color-score2 .area-student-report-type-detail-el-type-inner {
  background-color: #DAEEA4;
}

.current-color-score2 .area-student-report-type-detail-el-answer-inner {
  background-color: #DAEEA4;
  color: #00813D;
}

.current-color-score2 .area-student-report-type-detail-el-level-inner {
  background-color: #DAEEA4;
  color: #00813D;
}

.current-color-score3 .area-student-report-type-detail-el-type-inner {
  background-color: #FFEAA7;
}

.current-color-score3 .area-student-report-type-detail-el-answer-inner {
  background-color: #FFEAA7;
  color: #B25209;
}

.current-color-score3 .area-student-report-type-detail-el-level-inner {
  background-color: #FFEAA7;
  color: #B25209;
}

.current-color-score4 .area-student-report-type-detail-el-type-inner {
  background-color: #FFE8EB;
}

.current-color-score4 .area-student-report-type-detail-el-answer-inner {
  background-color: #FFE8EB;
  color: #FF1A51;
}

.current-color-score4 .area-student-report-type-detail-el-level-inner {
  background-color: #FFE8EB;
  color: #FF1A51;
}

.area-report-content-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.area-quiz-report-content-empty {
  display: none;
}

.area-quiz-report-content-image {
  display: flex;
  flex-wrap: wrap;
}

.area-quiz-report-content-list {
  display: none;
}

.area-quiz-report-list {
  display: flex;
  height: auto;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
  position: relative;
}

.area-quiz-report-list-left {
  width: 416px;
  border-right: 1px solid #E2E2E2;
  position: relative;
  cursor: pointer;
}

.area-quiz-report-list-mark-submit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1EB3C8;
  color: white;
  top: 0;
  left: 0;
  width: 74px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-quiz-report-list-mark-original {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #2795EF;
  color: white;
  top: 0;
  left: 76px;
  width: 62px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-quiz-report-list-left-zero {
  display: flex;
}

.area-quiz-report-list-code-outer {
  width: 50%;
}

.area-quiz-report-list-code-txt {
  margin-top: 42px;
  margin-left: 30px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
}

.area-quiz-report-list-code {
  margin-top: 10px;
  margin-left: 30px;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  height: 35px;
}

.area-quiz-report-list-parent-code-outer {
  width: 50%;
}

.area-quiz-report-list-parent-code-txt {
  display: none;
  margin-top: 42px;
  margin-left: 20px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
}

.area-quiz-report-list-parent-code {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #E2E2E2;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  height: 35px;
}

.area-quiz-report-list-left-first {
  display: flex;
  margin-top: 20px;
  margin-left: 30px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #242424;
}

.area-quiz-report-list-date-txt {
  letter-spacing: -0.26px;
  margin-right: 8px;
}

.area-quiz-report-list-date {
  letter-spacing: -0.26px;
}

.area-quiz-report-list-submit-outer {
  display: flex;
}

.area-quiz-report-list-submit-bar {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 15px;
  overflow: hidden;
}

.area-quiz-report-list-submit-txt {
  letter-spacing: -0.26px;
  margin-right: 8px;
}

.area-quiz-report-list-submit-txt {
  letter-spacing: -0.26px;
  margin-right: 8px;
}

.area-quiz-report-list-mark-submit-mobile {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #1EB3C8;
  color: white;
  top: 0;
  left: 0;
  width: 47px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-quiz-report-list-sub-menu-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.area-quiz-report-list-sub-menu {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  box-shadow: 1px 1px 2px #00000033;
}

.area-quiz-report-list-sub-menu-in {
  background-color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.56px;
  width: 122px;
  height: 54px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
}

.area-quiz-report-list-sub-menu-in-txt {
  margin-left: 16px;
}

.area-quiz-report-list-right {
  width: calc(100% - 416px);
}

.area-quiz-report-list-right-first {
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
  cursor: pointer;
}

.area-quiz-report-list-typeName {
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: 0px;
  color: #242424;
  cursor: pointer;
}

.area-quiz-report-list-info-bottom {
  display: flex;
  justify-content: right;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.btn-sub-quiz-report-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  height: 42px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  background-color: #1EB3C8;
  border: 1px solid #00000033;
  border-radius: 5px;
}

.btn-quiz-report-list-show-report {
  width: 140px;
}

.btn-quiz-report-list-show-group-report {
  width: 186px;
  margin-left: 10px;
  background-color: #FFFFFF;
  color: #242424;
}

.area-quiz-report-group-body{
  background-color: white;
  max-height: 452px;
  overflow-y: auto;
}

.select-quiz-report-search {
  background-color: #FFFFFF;
  width: 166px;
  height: 43px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.custom-select-report-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #242424;
  margin-left: 12px;
}

.select-quiz-report-search .custom-select-arrow-mobile {
  display: none;
}

.area-quiz-report-inner-select-list {
  position: relative;
  width: 547px;
}

.quiz-report-custom-select-list {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

.custom-search-report-type-select-list {
  width: 166px;
  max-height: 158px;
  top: -32px;
  left: -4px;
  border: 1px solid #E2E2E2;
}

.custom-report-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.custom-report-select-option:hover {
  background-color: #FFE957;
}

.area-quiz-report-select-list {
  display: none;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.select-semester-report-search-grade {
  background-color: #FFFFFF;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.select-semester-report-search-grade .custom-select-arrow-mobile {
  display: none;
}

.area-semester-report-select-list {
  width: 100%;
  position: relative;
}

.area-semester-report-inner-select-list {
  position: relative;
  width: 530px;
  margin: 0px auto;
}

.semester-report-custom-select-list {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

.custom-search-report-grade-select-list {
  display: none;
  width: 180px;
  top: -15px;
  left: 32px;
  border: 1px solid #E2E2E2;
}

.custom-search-report-grade-select-list-student {
  display: none;
  width: 180px;
  top: -34px;
  left: 32px;
  border: 1px solid #E2E2E2;
}

.custom-search-report-semester-select-list {
  display: none;
}

.custom-semester-report-grade-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.custom-semester-report-grade-select-option:hover {
  background-color: #FFE957;
}

.select-semester-report-search-semester {
  background-color: #FFFFFF;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.select-semester-report-search-semester .custom-select-arrow-mobile {
  display: none;
}

.semester-report-custom-select-list2 {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 180px;
  top: -15px;
  left: 255px;
  border: 1px solid #E2E2E2;
}

.custom-semester-report-semester-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.custom-semester-report-semester-select-option:hover {
  background-color: #FFE957;
}

.select-student-report-search-grade {
  background-color: #FFFFFF;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.select-student-report-search-grade .custom-select-arrow-mobile {
  display: none;
}

.select-student-report-search-semester {
  background-color: #FFFFFF;
  width: 180px;
  height: 43px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.select-student-report-search-semester .custom-select-arrow-mobile {
  display: none;
}

.area-student-report-select-list {
  width: 100%;
  position: relative;

}

.area-student-report-inner-select-list {
  position: relative;
  width: 530px;
  margin: 0px auto;
}

.student-report-custom-select-list {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

.custom-student-report-grade-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.custom-student-report-grade-select-option:hover {
  background-color: #FFE957;
}

.student-report-custom-select-list2 {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 180px;
  top: -34px;
  left: 255px;
  border: 1px solid #E2E2E2;
}

.custom-student-report-semester-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.custom-student-report-semester-select-option:hover {
  background-color: #FFE957;
}

.custom-search-report-semester-select-list-student {
  display: none;
}

.input-report-search {
  width: 122px;
  height: 43px;
  background-color: #FFFFFF;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  text-indent: 12px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  border: 1px solid #CECECE;
}

#btnQuizReportSearchDate {
  margin-left: 10px;
}

.select-re-quiz-report {
  background-color: #FFFFFF;
  width: 140px;
  height: 47px;
  cursor: pointer;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}

.custom-select-re-quiz-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #242424;
  margin-left: 12px;
}

.select-re-quiz-report .custom-select-arrow-mobile {
  display: none;
}

.area-re-quiz-report-select-list {
  display: none;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.area-re-quiz-report-inner-select-list {
  position: relative;
  width: 100%;
}

.re-quiz-custom-select-list {
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  width: 140px;
  max-height: 104px;
  top: -19px;
  right: 43px;
  border: 1px solid #E2E2E2;
}

.re-quiz-select-option {
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.re-quiz-select-option:hover {
  background-color: #FFE957;
}

.area-quiz-report-info-parent .area-quiz-report-typeName {
  margin-bottom: 13px;
}

.area-quiz-report-info-parent .area-quiz-report-info-first {
  margin-top: 0px;
}

.area-quiz-report-info-second-top {
  margin-bottom: 5px;
}

.area-quiz-report-group::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  right: 50%;
  margin-top: -20px;
  border-top: 0px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #2795EF;
  border-left: 12px solid transparent;
  margin-right: -194px;
}

.area-quiz-report-group-list-select:after {
  margin-right: -254px;
}

#classEnterPopup .enter-popup-input-name {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}

#classEnterPopup .enter-popup-input-inner {
  margin-top: 80px;
}

#classEnterPopup .area-enter-popup-validate-msg {
  visibility: hidden;
}

.validate-txt1-red {
  color: #D2190D;
}

.validate-char-txt-red {
  color: #D2190D;
}

.area-semester-report-search-empty {
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.area-student-report-search-empty {
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
  margin-bottom: 135px;
}

.area-quiz-report-submitter {
  margin-bottom: 60px;
}

.area-result-submit-class-inner {
  margin-bottom: 60px;
}

.result-submitter-class-title {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-unit-graph-legend {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 47px;
  background-color: #F8F8F8;
  margin: 40px auto 0px;
}

.area-unit-graph-legend-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.legend-label {
  display: flex;
  cursor: pointer;
}

.legend-label:last-child .legend-label-txt {
  padding-right: 20px;
  border-right: 0px;
}

.legend-label-color {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 10px;
  margin-left: 20px;
}

.legend-label-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  padding-right: 20px;
  border-right: 1px solid #E2E2E2;
}

.area-quiz-report-list-info-mobile {
  display: none;
}

.area-quiz-report-popup-info-second-mobile {
  display: none;
}

.img-ico-original {
  margin-left: 3px;
  margin-top: -1px;
}

.legent-label-select .legend-label-txt {
  color: #A1A1A1;
}

.area-quiz-report-search-left {
  width: 150px;
}

.type-select-1-2-2-1 {
  display: none;
}

.type-select-1-2-2-2 {
  display: none;
}

.type-select-1-2-2-3 {
  display: none;
}

.type-select-1-2-2-4 {
  display: none;
}

.type-select-1-2-2-5 {
  display: none;
}

.type-select-1-2-2-6 {
  display: none;
}

.type-select-1-2-2-7 {
  display: none;
}

.type-select-1-2-2-8 {
  display: none;
}

.type-select-1-2-2-9 {
  display: none;
}

.type-select-1-2-2-10 {
  display: none;
}

.type-select-1-2-2-11 {
  display: none;
}

.type-select-1-2-2-12 {
  display: none;
}

.type-select-1-2-2-13 {
  display: none;
}

.type-select-1-2-2-14 {
  display: none;
}


.type-select-1-2-4-1 {
  display: none;
}

.type-select-1-2-4-2 {
  display: none;
}

.type-select-1-2-4-3 {
  display: none;
}

.type-select-1-2-4-4 {
  display: none;
}

.type-select-1-2-4-5 {
  display: none;
}

.type-select-1-2-4-6 {
  display: none;
}

.type-select-1-2-4-7 {
  display: none;
}

.type-select-1-2-4-8 {
  display: none;
}


.type-select-1-2-6-1 {
  display: none;
}

.type-select-1-2-6-2 {
  display: none;
}

.type-select-1-2-6-3 {
  display: none;
}

.type-select-1-2-6-4 {
  display: none;
}

.type-select-1-2-6-5 {
  display: none;
}

.type-select-1-2-6-6 {
  display: none;
}


.type-select-mobile-1-2-2-1 {
  display: none;
}

.type-select-mobile-1-2-2-2 {
  display: none;
}

.type-select-mobile-1-2-2-3 {
  display: none;
}

.type-select-mobile-1-2-2-4 {
  display: none;
}

.type-select-mobile-1-2-2-5 {
  display: none;
}

.type-select-mobile-1-2-2-6 {
  display: none;
}

.type-select-mobile-1-2-2-7 {
  display: none;
}

.type-select-mobile-1-2-2-8 {
  display: none;
}

.type-select-mobile-1-2-2-9 {
  display: none;
}

.type-select-mobile-1-2-2-10 {
  display: none;
}

.type-select-mobile-1-2-2-11 {
  display: none;
}

.type-select-mobile-1-2-2-12 {
  display: none;
}

.type-select-mobile-1-2-2-13 {
  display: none;
}

.type-select-mobile-1-2-2-14 {
  display: none;
}


.type-select-mobile-1-2-4-1 {
  display: none;
}

.type-select-mobile-1-2-4-2 {
  display: none;
}

.type-select-mobile-1-2-4-3 {
  display: none;
}

.type-select-mobile-1-2-4-4 {
  display: none;
}

.type-select-mobile-1-2-4-5 {
  display: none;
}

.type-select-mobile-1-2-4-6 {
  display: none;
}

.type-select-mobile-1-2-4-7 {
  display: none;
}

.type-select-mobile-1-2-4-8 {
  display: none;
}


.type-select-mobile-1-2-6-1 {
  display: none;
}

.type-select-mobile-1-2-6-2 {
  display: none;
}

.type-select-mobile-1-2-6-3 {
  display: none;
}

.type-select-mobile-1-2-6-4 {
  display: none;
}

.type-select-mobile-1-2-6-5 {
  display: none;
}

.type-select-mobile-1-2-6-6 {
  display: none;
}
