.header {
  width: 100%;
  position: relative;
  display: none;
}

.header-inner {
  position: relative;
  height: 100%;
  /* overflow: hidden; */
}

.top-inner {
  position: relative;
  margin: 0px auto;
  width: calc(100% - 120px);
}

.img-logo {
  position: absolute;
  top: 28px;
  left: 0px;
  height: 50px;
  cursor: pointer;
}

.btn-answer-sheet {
  position: absolute;
  display: flex;
  top: 26px;
  right: 152px;
  width: 142px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-answer-sheet-txt {
  display: inline-block;
  color: #242424;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.login-answer-sheet-position {
  /* right: 203px; */
  right: 344px;
}

.btn-submit-result {
  position: absolute;
  display: flex;
  top: 26px;
  right: 293px;
  width: 142px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-submit-result-txt {
  display: inline-block;
  color: #242424;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.login-submit-result-position {
  /* right: 344px; */
  right: 485px;
}

.btn-login {
  position: absolute;
  display: flex;
  background-color: #1EB3C8;
  top: 26px;
  right: 0px;
  width: 142px;
  height: 52px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-login-txt {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.btn-login-info {
  position: absolute;
  display: none;
  background-color: #1EB3C8;
  top: 26px;
  right: 0px;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.area-login-info {
  position: absolute;
  background-color: white;
  display: none;
  width: 202px;
  height: 112px;
  top: 84px;
  right: 0px;
  border: 1px solid #CECECE;
  box-shadow: 1px 1px 2px #00000033;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.26px;
  z-index: 60;
}

.area-login-info-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.area-mobile-login-info-btn {
  display: none;
  justify-content: center;
  align-items: center;
}

.area-mobile-logout-btn {
  cursor: pointer;
}

.area-mobile-update-btn {
  cursor: pointer;
}

.show-login-info {
  display: block;
}

.area-login-info-nickname {
  font-weight: 700;
  padding-left: 20px;
}

#userStateNickname {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  margin-top: 2px;
}

.area-login-info-update-btn {
  padding-left: 20px;
}

.inner-login-info {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 30px;
}

.area-login-info-logout-btn {
  margin-right: 20px;
}

.area-login-info-class-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.area-login-info-logout-btn-txt {
  cursor: pointer;
  border-left: 1px solid #CECECE;
  padding-left: 10px;
}

.area-login-info-logout-btn-txt:hover {
  color: #1EB3C8;
}

.area-login-info-update-btn-txt {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#btnUserUpdate .img-login-info {
  display: none;
  align-items: center;
  margin-top: 1px;
  margin-right: 5px;
  pointer-events: none;
}

#btnUserUpdate .img-login-info-hover {
  display: none;
  align-items: center;
  margin-top: 1px;
  margin-right: 5px;
  pointer-events: none;
}

.img-login-info-show {
  display: block !important;
}

.login-info-logout-inner-txt {
  display: inline-block;
  height: 14px;
  pointer-events: none;
}

.login-info-update-inner-txt {
  display: inline-block;
  height: 14px;
  pointer-events: none;
}

.login-info-logout-inner-txt-border {
  border-bottom: 1px solid #1EB3C8;
}

.login-info-update-inner-txt-border {
  border-bottom: 1px solid #1EB3C8;
}

.btn-login-info-class {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 30px;
  background-color: #1EB3C8;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  cursor: pointer;
  border-radius: 2px;
  margin-top: -1px;
}

.area-login-info-update-btn-txt:hover {
  color: #1EB3C8;
}

.area-login-info-arrow {
  position: absolute;
  right: 19px;
  top: -14px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #CECECE;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.area-login-info-arrow:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.btn-my-quiz {
  position: absolute;
  display: flex;
  top: 26px;
  /* right: 62px; */
  right: 203px;
  width: 142px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-my-quiz-txt {
  display: inline-block;
  color: #242424;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.login-report-position {
  right: 62px;
}

.btn-report {
  position: absolute;
  display: flex;
  top: 26px;
  width: 142px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-report-txt {
  display: inline-block;
  color: #242424;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.area-my-quiz-search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  background-color: #4AA0B9;
}

.area-my-quiz-main {
  width: 100%;
  background-color: white;
  min-height: 669px;
}

.area-inner-my-quiz {
  margin: 0px auto;
  width: 1120px;
  position: relative;
}

.area-my-quiz-header {
  padding-top: 70px;
}

.area-my-quiz-header-inner {
  position: relative;
}

.btn-empty-archive {
  width: 150px;
  height: 47px;
  border: 1px solid #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.img-empty-archive {
  margin-right: 10px;
}

.area-empty-archive-tooltip {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1EB3C8;
  position: absolute;
  width: 1080px;
  top: 136px;
}

.area-empty-archive-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  margin-top: -28px;
  top: 0%;
  right: 58px;
  border-top: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 17px solid #1EB3C8;
  border-left: 11px solid transparent;
}

.area-empty-archive-tooltip-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.area-empty-archive-tooltip-txt-mobile {
  display: none;
}

.area-empty-archive-tooltip-txt-color {
  color: #FFF700;
}

.img-empty-archive-tooltip-noti {
  margin-right: 8px;
  margin-top: 5px;
}

.area-empty-archive-btn-tooltip-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.my-quiz-header-title {
  display: flex;
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  margin-bottom: 20px;
}

.area-my-quiz-tooltip {
  position: absolute;
  display: flex;
  top: -30px;
  left: 239px;
  width: 314px;
  height: 34px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 3px;
  background-color: #1EB3C8;
  box-sizing: border-box;
}

.area-my-quiz-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 50%;
  right: 49%;
  margin-top: 16px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-my-quiz-tooltip-sub1 {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-my-quiz-tooltip-txt-color {
  color: #FFF700;
}

.area-my-quiz-tooltip-sub2 {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.area-all-delete-tooltip {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* top: 136px; */
  left: 0px;
  /* width: 1120px; */
  width: 100%;
  height: 60px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 3px;
  background-color: #486BAF;
  box-sizing: border-box;
}

.area-all-delete-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 73%;
  left: 42px;
  margin-top: 16px;
  border-top: 20px solid #486BAF;
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid transparent;
}

.area-all-delete-sub1 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-all-delete-sub1-mobile {
  display: none;
  flex-direction: column;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.area-all-delete-sub1-mobile-area1 {
  display: flex;
}

.area-all-delete-sub1-mobile-area2 {
  display: flex;
  margin-top: 12px;
  margin-left: 20px;
}

.img-my-quiz-all-delete-noti {
  margin-right: 8px;
}

.area-all-delete-sub1-color {
  color: #FFF700;
  margin-left: 4px;
  margin-right: 4px;
}

.area-my-quiz-all-delete-tooltip-sub2 {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.area-my-quiz-btn-quiz-type {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}

.btn-my-quiz-default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #BEBEBE;
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.btn-my-quiz-default-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 26px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.56px;
  color: #BEBEBE;
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.btn-my-quiz-mix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #BEBEBE;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  position: relative;
}

.btn-my-quiz-mix-new-point {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
  position: absolute;
  top: 5px;
  right: 13px;
}

.btn-my-quiz-mix-mobile-new-point {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
  position: absolute;
  top: 4px;
  right: 6px;
}

.btn-my-quiz-mix-mobile {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 26px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.56px;
  color: #BEBEBE;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.select-my-quiz-btn-type {
  color: #FFFFFF;
  background-color: #242424;
  border-radius: 5px;
}

.my-quiz-cnt-info {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #FFF8D4;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #D2190D;
  padding-left: 20px;
  padding-right: 20px;
  word-break: keep-all;
}

.my-quiz-cnt-info-inner {
  display: flex;
  align-items: center;
}

.my-quiz-cnt-info-txt {
  margin-left: 8px;
}

.area-my-quiz-body-menu {
  margin-top: 50px;
  height: 34px;
  border-bottom: 1px solid black;
}

.area-report-main {
  width: 100%;
  background-color: white;
  min-height: 669px;
}

.area-inner-report {
  margin: 0px auto;
  width: 1120px;
  position: relative;
}

.area-report-header {
  padding-top: 70px;
}

.area-report-guide {
  position: absolute;
  right: 0px;
  width: 295px;
  height: 52px;
  box-shadow: 1px 1px 2px #00000033;
  border: 1px solid #CECECE;
  border-radius: 26px;
  display: flex;
  background-color: #FFFFFF;
  z-index: 35;
  cursor: pointer;
}

.area-report-guide-sub1 {
  width: 249px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #242424;
  padding-left: 20px;
  box-sizing: border-box;
}

.area-report-guide-txt1 {
  margin-top: 8px;
}

.area-report-guide-txt2 {
  margin-top: 3px;
}

.area-report-guide-txt-color {
  color: #1F51B5;
}

.area-report-guide-sub2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 46px;
}

.img-report-guide {
  animation: blink .8s;
  animation-iteration-count: 3;
  cursor: pointer;
}

.btn-report-guide-close {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #242424;
  border-radius: 100px;
  cursor: pointer;
}

.img-report-guide-close {
  width: 24px;
  height: 24px;
}

.area-empty-archive-btn-popup {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 72px;
  right: 0px;
  width: 380px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 5px;
  box-shadow: 0px 6px 10px #00000033;
}

.img-empty-archive-btn-popup-body1 {
  width: 360px;
  border: 1px solid #E2E2E2;
}

.btn-empty-archive-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #303030;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 0px 4px 0px 5px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.img-empty-archive-btn-close {
  width: 14px;
  height: 14px;
}

.area-empty-archive-btn-popup-body1 {
  padding: 10px;
  border-radius: 5px;
}

.area-empty-archive-btn-popup-body2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-empty-archive-btn-popup-body3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #242424;
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.area-empty-archive-btn-popup-body4 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  bottom: -30px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.btn-empty-archive-close-oneday {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}

.btn-empty-archive-close-all {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.img-empty-archive-btn-close-oneday {
  margin-left: 8px;
  width: 18px;
}

.img-empty-archive-btn-close-all {
  margin-left: 8px;
  width: 18px;
}

.area-empty-archive-btn-popup-txt1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.area-empty-archive-btn-popup-txt2 {
  margin-bottom: 5px;
}

.area-empty-archive-btn-popup-txt3 {
  margin-bottom: 5px;
}

.area-empty-archive-btn-popup-txt4 {
  margin-bottom: 30px;
}

.area-empty-archive-btn-popup-txt5 {
  margin-bottom: 5px;
}

.area-empty-archive-btn-popup-txt3-bold {
  font-weight: 700;
  color: #1F51B5;
  margin-right: 5px;
}

.initMoveMyQuizZindexBg {
  z-index: 80 !important;
}

.initMoveMyQuizZindexBtn {
  z-index: 90 !important;
  background-color: #ffffff;
  border: 2px solid #1EB3C8;
}

.initMoveMyQuizZindexBody {
  z-index: 90 !important;
}

.area-report-guide-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 45;
  background-color: rgba(0, 0, 0, 0.7);
}

.initMoveZindexBg {
  z-index: 80 !important;
}

.initMoveZindexBtn {
  z-index: 90 !important;
}

.initMoveZindexBody {
  z-index: 90 !important;
}

.area-report-guide-body {
  display: none;
  position: absolute;
  top: 136px;
  right: 0px;
  width: 380px;
  height: 460px;
  box-shadow: 0px 6px 10px #00000033;
  border: 1px solid #CECECE;
  border-radius: 5px;
  background-color: #FFFFFF;
  z-index: 50;
}

.area-report-guide-body-centent2 {
  display: none;
}

.area-report-guide-body-sub1 {
  height: 190px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.img-report-tooltip-guide-mixed {
  width: 360px;
  height: 180px;
}

.area-report-guide-body-sub2 {
  height: 190px;
  text-align: center;
  border: 1px solid white;
  border-bottom: 1px solid #CECECE;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-report-guide-body-txt1 {
  margin-top: 20px;
}

.area-report-guide-body-txt2 {
  margin-top: 15px;
}

.area-report-guide-body-txt3 {
  margin-top: 10px;
}

.area-report-guide-body-txt-color {
  color: #1F51B5;
  font-weight: 700;
}

.area-report-guide-body-img1 {
  margin-top: 20px;
}

.ico-report-tooltip-guide-arrow {
  width: 24px;
  height: 24px;
}

.area-report-guide-body-img2 {
  margin-top: 18px;
}

.ico-report-tooltip-guide-question {
  animation: blink .8s;
  animation-iteration-count: 3;
  width: 40px;
  height: 38px;
}

.area-report-guide-body-sub3 {
  padding: 10px;
  box-sizing: border-box;
  height: 78px;
}

.area-report-guide-body-btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 58px;
  background-color: #1EB3C8;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #FFFFFF;
}

.area-report-guide-body-sub4 {
  height: 190px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.img-report-tooltip-guide-basic {
  width: 360px;
  height: 180px;
}

.area-report-guide-body-sub5 {
  padding-top: 20px;
  box-sizing: border-box;
  height: 190px;
  text-align: center;
  border: 1px solid white;
  border-bottom: 1px solid #CECECE;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
  line-height: 25px;
}

.area-report-guide-body-sub6 {
  padding: 10px;
  box-sizing: border-box;
  height: 78px;
}

.report-header-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  margin-bottom: 20px;
}

.area-report-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-report-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00000033;
  color: #555555;
  background-color: #FFFFFF;
  width: 374px;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
}

#btnQuizReport {
  border-right: 0px;
}

#btnStudentReport {
  border-right: 0px;
}

.select-menu-report {
  color: #FFFFFF;
  background-color: #1EB3C8;
}

.area-body-menu-total-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-body-menu-total-number {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
}

.area-body-menu-total-number-color {
  color: #D2190D;
}

.area-body-menu-total-number-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #242424;
}

.area-my-quiz-body-btn {
  float: right;
  display: flex;
}

.area-my-quiz-body-menu::after {
  content:'';
  display:block;
  clear:both;
}

.my-quiz-btn {
  display: flex;
  width: 100px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #A1A1A1;
  cursor: pointer;
  align-items: center;
}

.my-quiz-btn-select .my-quiz-btn-txt {
  color: #1EB3C8;
}

.my-quiz-btn-select .my-quiz-ico-on {
  display: block;
}

.my-quiz-btn-select .my-quiz-ico-off {
  display: none;
}

.my-quiz-btn-submit-select {
  color: #1EB3C8;
}

.my-quiz-btn-submit-select .img-my-quiz-submit-on {
  display: block;
}

.my-quiz-btn-submit-select .img-my-quiz-submit {
  display: none;
}

.my-quiz-btn-narrow {
  width: 64px;
  margin-left: 15px;
}

.my-quiz-btn-wide {
  width: 90px;
}

.img-my-quiz-btn {
  margin-right: 5px;
}

.my-quiz-menu-bar {
  color: #A1A1A1;
  margin-left: 15px;
  margin-right: 15px;
  height: 16px;
  overflow: hidden;
}

.area-my-quiz-body {
  margin-top: 20px;
}

.area-my-quiz-body-image {
  display: flex;
  flex-wrap: wrap;
}

.area-my-quiz-body-list {
  display: none;
}

.area-my-quiz-image {
  display: flex;
  flex-direction: column;
  width: 550px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.area-my-quiz-image:nth-child(2n-1) {
  margin-right: 20px;
}

.area-my-quiz-thumbnail {
  position: relative;
  width: 169px;
  height: 241px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  cursor: pointer;
}

.img-my-quiz-thumbnail {
  width: 136px;
  height: 220px;
  margin: 0px auto;
}

.area-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-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-mark-re {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #2795EF;
  color: white;
  top: 0;
  left: 76px;
  width: 74px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-my-quiz-info {
  width: calc(100% - 150px);
  border-left: 1px solid #E2E2E2;
}

.area-my-quiz-info-first {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.area-my-quiz-info-parent .area-my-quiz-info-first {
  margin-top: 25px;
  margin-bottom: 6px;
}

.area-my-quiz-info-parent .area-my-quiz-typeName {
  margin-bottom: 16px;
}

.area-my-quiz-info-parent .area-my-quiz-info-third {
  margin-top: 6px;
}

.area-my-quiz-typeName {
  display: flex;
  align-items: flex-start;
  line-height: 34px;
  height: 60px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  cursor: pointer;
  line-height: 32px;
}

.area-my-quiz-info-second {
  margin-left: 30px;
  margin-bottom: 2px;
}

.area-my-quiz-info-second-top {
  margin-bottom: 3px;
}

.area-my-quiz-code-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
}

.area-my-quiz-parent-code-txt {
  display: none;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
}

.area-my-quiz-code {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-left: 3px;
}

.area-my-quiz-parent-code {
  display: none;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-left: 3px;
}

.area-my-quiz-parent-code-bar {
  display: none;
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 13px;
  overflow: hidden;
}

.area-my-quiz-info-third {
  display: flex;
  margin-left: 30px;
  margin-top: 5px;
}

.area-my-quiz-date-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-my-quiz-date-txt-mobile {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-my-quiz-date {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  margin-left: 8px;
  color: #242424;
}

.area-my-quiz-submit-outer {
  display: flex;
}

.area-my-quiz-submit-bar {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 13px;
  overflow: hidden;
}

.area-my-quiz-submit-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-my-quiz-submit-txt-mobile {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-my-quiz-submit {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
  margin-left: 8px;
}

.area-my-quiz-info-top {
  display: flex;
  height: 241px;
}

.area-my-quiz-info-bottom {
  display: flex;
  margin-top: 15px;
}

.area-my-quiz-info-bottom-mobile {
  display: none;
}

.btn-sub-my-quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  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;
}

.btn-sub-my-quiz:nth-child(4) {
  border-right: 0px;
}

.btn-my-quiz-submit-result {
  width: 124px;
}

.btn-my-quiz-answer-sheet {
  width: 138px;
}

.btn-my-quiz-share {
  width: 61px;
}

.img-my-share-tab-txt {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  margin-left: 8px;
}

.btn-my-quiz-delete {
  width: 61px;
}

.img-my-delete-tab-txt {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  margin-left: 8px;
}

.area-my-quiz-list {
  display: flex;
  height: 174px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
  position: relative;
}

.area-my-quiz-list-left {
  width: 416px;
  border-right: 1px solid #E2E2E2;
  position: relative;
  cursor: pointer;
}

.area-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-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-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-list-mark-original-mobile {
  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-list-mark-re {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #2795EF;
  color: white;
  top: 0;
  left: 76px;
  width: 74px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-list-mark-re-mobile {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #2795EF;
  color: white;
  top: 0;
  left: 76px;
  width: 74px;
  height: 31px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-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-list-sub-menu {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  box-shadow: 1px 1px 2px #00000033;
}

.area-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-list-sub-menu-in:nth-child(1) {
  border-bottom: 0px;
}

.area-list-sub-menu-in-txt {
  margin-left: 16px;
}

.area-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-list-parent-code-txt {
  margin-top: 42px;
  margin-left: 20px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
}

.area-list-code {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 20px;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  height: 35px;
}

.area-my-quiz-list-right {
  width: calc(100% - 416px);
}

.area-list-parent-code {
  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-list-parent-code-bar {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 15px;
  overflow: hidden;
}

.area-list-parent-code-outer {
  display: none;
}

.area-list-left-zero {
  display: flex;
}

.area-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-list-date-txt {
  letter-spacing: -0.26px;
  margin-right: 8px;
}

.area-list-date {
  letter-spacing: -0.26px;
}

.area-list-submit-outer {
  display: flex;
}

.area-list-submit-bar {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 15px;
  overflow: hidden;
}

.area-list-submit-txt {
  letter-spacing: -0.26px;
  margin-right: 8px;
}

.area-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-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-list-info-bottom {
  display: flex;
  margin-top: 25px;
  margin-left: 198px;
}

.area-list-info-bottom-mobile {
  display: none;
  justify-content: flex-end;
}

.area-list-in-first {
  display: flex;
}

.area-list-in-first-sub {
  display: none;
}

.area-list-in-second {
  display: flex;
  font-family: 'Noto Sans KR';
}

.btn-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  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;
  margin-right: 10px;
}

.btn-list-submit-result {
  width: 124px;
}

.btn-list-answer-sheet {
  width: 138px;
}

.btn-list-share {
  width: 93px;
}

.btn-list-delete {
  width: 93px;
}

.img-list-share {
  margin-right: 8px;
}

.img-list-delete {
  margin-right: 8px;
}

.area-my-quiz-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 30px;
  padding-bottom: 90px;
}

.btn-arrow-page {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.btn-page-first {
  margin-right: 5px;
}

.btn-page-last {
  margin-left: 5px;
}

.btn-page-prev {
  margin-right: 12.5px;
}

.btn-page-next {
  margin-left: 12.5px;
}

.page-arrow-active {
  pointer-events: auto;
}

.area-my-quiz-page-number {
  display: flex;
}

.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;
}

.page-num-on {
  color: white;
  background-color: #1EB3C8;
  border-radius: 100px;
}

.img-my-quiz-image {
  width: 14px;
  height: 14px;
}

.img-my-quiz-list {
  width: 14px;
  height: 14px;
}

.img-my-quiz-image-on {
  width: 14px;
  height: 14px;
  display: none;
}

.img-my-quiz-list-on {
  width: 14px;
  height: 14px;
  display: none;
}

.img-my-quiz-submit-on {
  display: none;
}

.area-quiz-report-element {
  display: flex;
  flex-direction: column;
  width: 550px;
  border: 1px solid #E2E2E2;
  border-bottom: 0px;
  border-right: 0px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.area-quiz-report-element:nth-child(2n-1) {
  margin-right: 20px;
}

.area-quiz-report-info-top {
  display: flex;
  height: 241px;
}

.area-quiz-report-thumbnail {
  position: relative;
  width: 169px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2;
}

.img-quiz-report-thumbnail {
  width: 136px;
  height: 220px;
  margin: 0px auto;
}

.area-quiz-report-info {
  width: calc(100% - 147px);
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-quiz-report-info-inner {
  padding-top: 25px;
  padding-bottom: 15px;
  /* border-right: 1px solid #E2E2E2; */
}

.area-quiz-report-info-first {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.area-quiz-report-typeName {
  display: flex;
  align-items: flex-start;
  line-height: 34px;
  height: 60px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.52px;
  cursor: pointer;
}

.area-quiz-report-info-second {
  margin-left: 30px;
  margin-bottom: 2px;
}

.area-quiz-report-code-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
}

.area-quiz-report-code {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-left: 3px;
}

.area-quiz-report-info-third {
  display: flex;
  margin-left: 30px;
  margin-top: 5px;
  position: relative;
}

.area-quiz-report-date-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-quiz-report-date-txt-mobile {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-quiz-report-date {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  margin-left: 8px;
  color: #242424;
}

.area-quiz-report-submit-outer {
  display: flex;
}

.area-quiz-report-submit-bar {
  color: #E9E9E9;
  margin-left: 8px;
  margin-right: 8px;
  height: 13px;
  overflow: hidden;
}

.area-quiz-report-submit-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-quiz-report-submit-txt-mobile {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #242424;
}

.area-quiz-report-submit {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
  margin-left: 8px;
}

.area-quiz-report-info-bottom {
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}

.area-quiz-report-info-bottom-mobile {
  display: none;
}

.btn-sub-quiz-report {
  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;
}

.img-btn-show-report {
  margin-right: 5px;
}

.area-quiz-report-info-parent .btn-quiz-report-show-report {
  border-right: 0px solid #E2E2E2;
  margin-right: 2.5px;
}

.btn-sub-quiz-report:nth-child(4) {
  border-right: 0px;
}

.btn-quiz-report-show-report {
  width: 100%;
  border-left: 0px;
}

.btn-quiz-report-show-group-report {
  width: 100%;
  margin-left: 2.5px;
  background-color: #FFFFFF;
  color: #242424;
}

.img-btn-report-ai {
  margin-right: 5px;
}

.img-quiz-report-tab-txt {
  display: none;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  margin-left: 8px;
}

.mobile-btn-select {
  display: block;
}

.header-area-top {
  display: flex;
  width: 100%;
  padding-top: 78px;
  height: 78px;
  justify-content: center;
  align-items: center;
}

.btn-grade {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #242424;
  cursor: pointer;
  z-index: 1;
}

.area-grade-selected {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top:7px;
  width: 42.66px;
  height: 15px;
  background-color: #FFE957;
}

/* #통합로그인 */
.area-user-state-login {
  display: none;
}

.btn-user-update {
  margin-left: 10px;
  cursor: pointer;
}

.btn-logout {
  margin-left: 10px;
  cursor: pointer;
}

.btn-sheet-type {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.72px;
  color: #242424;
  cursor: pointer;
  z-index: 1;
}

.btn-sheet-type1 .area-sheet-type-selected {
  width: 115px;
}

.btn-sheet-type2 .area-sheet-type-selected {
  width: 99px;
}

.sheet-type-submit {
  display: none;
}

.sheet-type-login-submit {
  display: none;
}

.area-sheet-type-selected {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 0px;
  height: 15px;
  background-color: #FFE957;
}

.header-area-mobile-menu {
  display: none;
  width: 100%;
  height: 52px;
  background-color: #4393AA;
  font-size: 12px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.header-area-mobile-txt {
  margin-left: 20px;
}

.header-area-mobile-img {
  width: 12px;
  height: 6px;
  margin-right: 20px;
}


.mixed-header-area-bottom {
  display: none;
  margin-top: -82px;
  width: 100%;
  /* height: 82px; */
  height: 0px;
  background-color: #486BAF;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.mixed-header-bottom-inner {
  display: flex;
  position: relative;
  width: 1120px;
  height: 100%;
  margin: 0px auto;
  align-items: center;
}

.transition-effect {
  transition: 0.7s;
}

.mixed-header-bottom-inner-select {
  display: flex;
  align-items: center;

  /* transition: 0.7s; */

  /* 워어프 */
  /* margin-top: -122px !important; */
}

.outer-mixed-semester {
  display: flex;
  align-items: center;
}

.mixed-bottom-quiz-semester-txt {
  display: inline-block;
  width: 24px;
  margin-left: 30px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.mixed-select-quiz-semester-area {
  background-color: #FFFFFF;
  width: 83px;
  height: 52px;
  margin-right: 18px;
  cursor: pointer;
}

.mixed-custom-select-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  margin-left: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mixed-custom-unit-select-txt {
  pointer-events: none;
}

.area-mixed-select-list {
  width: 100%;
}

.area-mixed-inner-select-list {
  position: relative;
  margin: 0px auto;
  width: 1120px;
}

.mixed-custom-select-list {
  display: none;
  position: absolute;
  z-index: 20;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

.mixed-custom-semester-select-list {
  width: 83px;
  top: -15px;
  left: 142px;
  overflow-y: auto;
}

.area-mixed-mode-button-mobile {
  display: none;
}

.mixed-bottom-quiz-unit-txt {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.mixed-select-quiz-unit-area {
  background-color: #FFFFFF;
  width: 560px;
  height: 52px;
  margin-right: 18px;
  cursor: pointer;
}



.mixed-custom-unit-select-list-mobile {
  display: none;
  top: -15px;
  left: 278px;
  outline: 0px;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-top: 0px !important;
  border-bottom: 1px solid #1EB3C8;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12) !important;
}

.mixed-custom-unit-select-list-in-unit {
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
}

.mixed-custom-unit-select-list-in-unit-mobile {
  max-height: 400px;
  overflow-y: auto;
}

.area-custom-select-option-outer {
  overflow-y: auto;
  /* height: 146px; */
  height: 200px;
  transition: 0.7s;
  /* height: 94px; */
}

.mixed-custom-unit-select-list {
  display: none;
  /* display: block !important; */
  width: 560px;
  top: -15px;
  left: 432px;
  overflow-y: auto;
  outline: 0px;
  border: 0px !important;
}

.mixed-custom-unit-show {
  display: block !important;
}

.mixed-custom-unit-show-mobile {
  display: none;
}


.area-custom-type-outer {
  transition: 0.7s;
  transition-property: height;
  height: 0px;
  overflow: hidden;
}

.mixed-custom-unit-sub-select-option-mobile {
  justify-content: space-between;
}

.mixed-custom-unit-select-list-in-type-mobile {
  flex-direction: column;
  /* max-height: 198px; */
  max-height: 400px;
}

.area-custom-option-header-mobile {
  width: calc(100% - 24px);
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
}

.area-custom-option-sub-header-mobile {
  width: calc(100% - 24px);
  /* height: 52px; */
  height: 0px;
  overflow: hidden;
  transition: 0.7s;

  padding-left: 12px;
  padding-right: 12px;
  background-color: #EDEDED;
}

.area-custom-option-sub-header-mobile-txt {
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #242424;
  line-height: 1.5;
}

.area-custom-option-header-icon {
  width: 16px;
  height: 16px;
  background-color: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
}

.area-custom-option-header-txt1 {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #242424;
  margin-right: 5px;
}

.area-custom-option-header-txt2 {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #242424;
}

.area-custom-option-header-cnt-outer {
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 25px;
  border-radius: 5px;
}

.area-custom-option-header-cnt {
  font-size: 21px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.84px;
  color: #FF3529;
  margin-right: 2px;
}



.mixed-custom-unit-select-list-in-type {
  display: none;
  min-height: 578px;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
}

.area-mixed-custom-sub-unit {
  width: 180px;
  min-height: 578px;
  border-right: 1px solid #E2E2E2;
}

.area-mixed-custom-sub-unit-inner {
  min-height: 413px;
}

.area-mixed-custom-sub-type {
  width: calc(100% - 180px);
  max-height: 578px;
  overflow-y: auto;
}

.mixed-custom-unit-sub-select {
  background-color: #FFE957;
}

.area-mixed-custom-check-cnt {
  height: 162px;
}

.area-mixed-custom-check-cnt-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 93px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-mixed-custom-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  margin-bottom: 8px;
}

.area-mixed-custom-cnt-bg {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  width: 78px;
  height: 38px;
}

.area-mixed-custom-cnt {
  font-size: 38px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -1.52px;
  color: #FF3529;
  line-height: 0.95;
  margin-right: 2px;
}

.area-mixed-custom-cnt-txt {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.96px;
  color: #242424;
  margin-top: 9px;
}

.area-mixed-custom-check-cnt-bottom {
  display: flex;
  flex-direction: column;
  padding: 7px 9px 7px 13px;
  background-color: #EDEDED;
  height: 55px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  line-height: 1.4;
  color: #242424;
}


.mixed-custom-check-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  margin-right: 10px;
  box-sizing: border-box;
}


.mixed-custom-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  margin-right: 10px;
  box-sizing: border-box;
}

.mixed-custom-selected {
  background-color: #1EB3C8;
  border: 0px;
}

.custom-check-disabled {
  pointer-events: none;
}

.mixed-custom-selected .img-mixed-costom-check-on {
  display: block;
}

.mixed-custom-selected .img-mixed-costom-check-off {
  display: none;
}

.img-mixed-costom-check-on {
  display: none;
  width: 10px;
}

.img-mixed-costom-check-off {
  width: 10px;
}

.area-mixed-mode-button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
}

.area-mixed-mode-button-txt {
  width: 332px;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
}

.area-mixed-mode-button-in {
  display: flex;
  width: 100%;
  height: 100%;
}

.area-mixed-mode-button-in-mobile {
  display: flex;
  width: 100%;
  height: 100%;
}

.area-mixed-unit-custom-button-mobile {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 67px;
  box-shadow: 0px -2px 4px #00000012;
  padding-left: 10px;
  padding-right: 10px;
}

.area-mixed-unit-custom-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 67px;
  box-shadow: 0px -2px 4px #00000012;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-bottom: 1px solid #1EB3C8;
  box-sizing: border-box;
}

.area-mixed-select-mode-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 100px;
  margin-right: 10px;
  background-color: #E2E2E2;
}

.btn-select-toggle-unit {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEDED;
  color : #555555;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #C6D5D9;
  border-left: 1px solid #C6D5D9;
  padding-top: 3px;
  border-bottom: 1px solid #1EB3C8;
  box-shadow: inset -2px -2px 4px #00000033;
}

.btn-select-toggle-type {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEDED;
  color : #555555;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #C6D5D9;
  border-right: 1px solid #C6D5D9;
  padding-top: 3px;
  border-bottom: 1px solid #1EB3C8;
  box-shadow: inset 2px -2px 4px #00000033;
}

.select-toggle-mode-select {
  color: #17809C;
  background-color: #FFFFFF;
  border-top: 4px solid #1EB3C8;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-bottom: 0px;
  padding-top: 0px;
  box-shadow: none;
}

.select-toggle-mode-select.btn-select-toggle-unit {
  padding-left: 1px;
}

.select-toggle-mode-select.btn-select-toggle-type {
  padding-right: 1px;
}

.btn-select-toggle-unit-txt1 {
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.8px;
  padding-right: 10px;
}

.btn-select-toggle-unit-txt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  padding-left: 10px;
  border-left: 1px solid rgba(36, 36, 36, 0.2);
}

.btn-select-toggle-type-txt1 {
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.8px;
  padding-right: 10px;
}

.btn-select-toggle-type-txt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  padding-left: 10px;
  border-left: 1px solid rgba(36, 36, 36, 0.2);
}





.btn-select-toggle-unit-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 36px;
  background-color: #EDEDED;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #555555;
  border-top: 1px solid #C6D5D9;
  border-right: 1px solid #C6D5D9;
  padding-top: 3px;
  border-bottom: 1px solid #1EB3C8;
  cursor: pointer;
  box-shadow: inset -2px -2px 4px #00000033;
}

.btn-select-toggle-unit-mobile-txt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.btn-select-toggle-unit-mobile-txt2 {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.56px;
  margin-top: 5px;
}

.btn-select-toggle-type-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 36px;
  background-color: #EDEDED;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #555555;
  border-top: 1px solid #C6D5D9;
  border-right: 1px solid #C6D5D9;
  padding-top: 3px;
  border-bottom: 1px solid #1EB3C8;
  cursor: pointer;
  box-shadow: inset 2px -2px 4px #00000033;
}

.btn-select-toggle-type-mobile-txt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
}

.btn-select-toggle-type-mobile-txt2 {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.56px;
  margin-top: 5px;
}

.select-toggle-mode-select-mobile {
  color: #17809C;
  background-color: #FFFFFF;
  border-top: 4px solid #1EB3C8;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 0px !important;
  box-shadow: none !important;
}

.btn-mixed-unit-custom-init-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 47px;
  background-color: #E2E2E2;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  margin-right: 10px;
}

.btn-mixed-unit-custom-select-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 47px;
  background-color: #FFE957;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
}


.btn-mixed-unit-custom-init {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 47px;
  background-color: #E2E2E2;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  margin-right: 10px;
}

.btn-mixed-unit-custom-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 47px;
  background-color: #FFE957;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  margin-right: 10px;
}

.outer-mixed-quiz-cnt {
  display: flex;
  align-items: center;
}

.mixed-bottom-quiz-cnt-txt {
  display: inline-block;
  width: 39px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.mixed-select-quiz-cnt-area {
  background-color: #FFFFFF;
  width: 92px;
  height: 52px;
  margin-right: 18px;
  cursor: pointer;
}

.mixed-custom-cnt-select-list {
  width: 92px;
  top: -15px;
  left: 290px;
  overflow-y: auto;
}

.mixed-custom-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;
}

.mixed-custom-select-option:hover {
  background-color: #FFE957;
}

.header-area-sub-bottom {
  /* display: none; */
  height: 0px;
  overflow: hidden;
  transition: 0.7s;

  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 4px 6px #00000029;
}

.header-area-sub-bottom-default {
  height: 82px;
  border-bottom: 1px solid #CECECE;
  cursor: pointer;
}

.header-area-sub-bottom-default:hover {
  /* background-color: #F3FEFF; */
  background-color: #FFE957;
}

.inner-header-area-sub-bottom-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 100%;
  margin: 0px auto;
}

.sub-bottom-default-title {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #4AA0B9;
}

.sub-bottom-bar {
  margin-left: 12px;
  margin-right: 12px;
  color: #C6D5D9;
  margin-top: 0px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
}

.sub-bottom-default-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  color: #242424;
}

.sub-bottom-mixed-title {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #1F51B5;
}

.sub-bottom-mixed-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  color: #242424;
}

.sub-bottom-mixed-txt-bold {
  color: #1F51B5;
  font-weight: 700;
}

.sub-bottom-new {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.28px;
  color: #FF3529;
  background-color: #FFE7E5;
  border-radius: 100px;
  display: flex;
  width: 36px;
  height: 18px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  margin-left: -45px;
}


.header-area-sub-bottom-mixed {
  height: 82px;
  cursor: pointer;
}

.header-area-sub-bottom-mixed:hover {
  /* background-color: #F3FEFF; */
  background-color: #FFE957;
}

.inner-header-area-sub-bottom-mixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 100%;
  margin: 0px auto;
}

.btn-current-quiz-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 32px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #4AA0B9;
  cursor: pointer;
  border: 1px solid #4AA0B9;
  border-radius: 16px;
}

.btn-mixed-quiz-mode {
  display: none;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 32px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #4AA0B9;
  cursor: pointer;
  border: 1px solid #4AA0B9;
  border-radius: 16px;
}

.header-area-show {
  opacity: 1 !important;
  z-index: 20 !important;
}

.header-area-bottom {
  display: none;
  width: 100%;
  height: 82px;
  background-color: #4AA0B9;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.header-bottom-inner {
  display: flex;
  position: relative;
  width: 1120px;
  height: 100%;
  margin: 0px auto;
  align-items: center;
}

.header-bottom-inner-select {
  display: flex;
  align-items: center;
}

.area-mixed-btn-tooltip {
  display: none;
  width: 1120px;
  height: 0px;
  margin: 0px auto;
  position: relative;
}

.area-mixed-btn-tooltip-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 324px;
  height: 51px;
  background-color: #404040;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 5px;
  display: flex;
}

.area-mixed-btn-tooltip-inner-sub1 {
  width: 60px;
}

.area-mixed-btn-tooltip-inner-sub2 {
  width: 230px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.26px;
}

.area-mixed-btn-tooltip-inner-sub3 {
  width: 34px;
}

.area-mixed-btn-tooltip-txt1 {
  margin-top: 10px;
}

.area-mixed-btn-tooltip-txt2 {
  margin-top: 5px;
}

.area-mixed-btn-tooltip-color {
  color: #FFF700;
}

@keyframes blink {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.img-mixed-btn-tooltip-point {
  animation: blink .8s;
  animation-iteration-count: 5;
  position: absolute;
  margin-top: -27px;
  margin-left: 14px;
  z-index: 30;
}

.img-mixed-btn-tooltip-new {
  position: absolute;
  margin-top: 17px;
  margin-left: 12px;
  z-index: 30
}

.btn-mixed-tooltip-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.area-mixed-toggle-menu-outer {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 80px;
  /* z-index: 30; */
}

.area-mixed-toggle-menu-outer-inner {
  display: flex;
  position: relative;
  width: 1120px;
  margin: 0px auto;
  align-items: center;
  height: 100%;
}

.area-mixed-toggle-menu {
  display: flex;
  width: 81px;
  height: 72px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  z-index: 30;
}

.area-mixed-toggle-menu-blank {
  display: flex;
  width: 80px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.area-mixed-toggle-menu-inner {
  width: 81px;
  height: 72px;
  padding: 3px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.area-mixed-toggle-menu-bg {
  background-color: #4AA0B9;
  height: 32px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 4px;
  /* transition: 0.3s; */
}

.mixed-toggle-menu-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  color: #BEBEBE;
  letter-spacing: -0.8px;
  position: absolute;
  cursor: pointer;
}

.toggle-menu-txt-basic {
  top: 2px;
  left: 10px;
}

.toggle-menu-txt-mixed {
  top: 37px;
  left: 10px;
}

.toggle-menu-bg-mixed {
  margin-top: 34px;
}

.toggle-menu-btn-select {
  color: #FFFFFF;
}

.area-mixed-toggle-tooltip {
  width: 1120px;
  margin: 0px auto;
}

.mixed-toggle-tooltip {
  position: absolute;
  background-color: #FFFFFF;
  display: flex;
  width: 276px;
  height: 52px;
  border-radius: 60px;
  box-shadow: 0px 2px 8px #0000004D;
  margin-top: -60px;
  margin-left: -100px;
  z-index: 10;
}

.mixed-toggle-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 50%;
  right: 47%;
  margin-top: 24px;
  border-top: 10px solid #FFFFFF;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.mixed-toggle-tooltip-icon-bg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #1F51B5;
  margin: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mixed-toggle-tooltip-icon-txt {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px #00000033;
}

.area-mixed-toggle-tooltip-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #242424;
}

.mixed-toggle-tooltip-txt-bold {
  color: #1F51B5;
  font-weight: 700;
}

.mixed-toggle-tooltip-txt1 {
  margin-top: 10px;
}

.mixed-toggle-tooltip-txt2 {
  margin-top: 5px;
}

.area-mixed-toggle-tooltip-close {
  width: 14px;
  height: 14px;
  margin-top: 10px;
  margin-left: 7px;
  cursor: pointer;
}

.img-mixed-toggle-bg {
  width: 80px;
  height: 24px;
  position: absolute;
  top: -1px;
}

.ico-mixed-toggle-down {
  width: 12px;
  position: absolute;
  left: 34px;
  top: 5px;
  cursor: pointer;
  pointer-events: none;
}

.ico-mixed-toggle-up {
  display: none;
  width: 12px;
  position: absolute;
  left: 34px;
  top: 5px;
  cursor: pointer;
  pointer-events: none;
}

.area-mixed-toggle-menu-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-mixed-toggle-menu-txt-color {
  color: #92FBFF;
}


.area-mobile-toggle-menu {
  display: none;
  width: 100%;
}

.btn-mobile-default-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 64px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  background-color: #4AA0B9;
  box-shadow: 2px 1px 2px #00000029;
  cursor: pointer;
  z-index: 10;
}

.btn-mobile-mixed-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 64px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #242424;
  background-color: #EDEDED;
  box-shadow: 2px 1px 2px #00000029;
  cursor: pointer;
}

.btn-inner-mobile-mixed-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}



.bottom-quiz-unit-txt {
  display: inline-block;
  width: 24px;
  margin-left: 30px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.bottom-quiz-type-txt {
  display: inline-block;
  width: 51px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.bottom-quiz-cnt-txt {
  display: inline-block;
  width: 39px;
  margin-right: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.select-quiz-unit-area {
  background-color: #FFFFFF;
  width: 250px;
  height: 52px;
  margin-right: 18px;
  cursor: pointer;
}

.select-my-quiz-search-outer {
  display: flex;
}

.select-my-quiz-search {
  background-color: #FFFFFF;
  width: 140px;
  height: 52px;
  margin-right: 10px;
  cursor: pointer;
}

.select-my-quiz-search .custom-select-arrow-mobile {
  display: none;
}

.select-quiz-type-area {
  background-color: #FFFFFF;
  width: 360px;
  height: 52px;
  margin-right: 18px;
  cursor: pointer;
}

.select-quiz-cnt-area {
  background-color: #FFFFFF;
  width: 98px;
  height: 52px;
  cursor: pointer;
}

.outer-bottom-line {
  display: flex;
}

.custom-select {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  outline: 0px;
}

.custom-select-class-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #242424;
}

#customSelectClass {
  justify-content: flex-start;
}

#customSelectClass .custom-select-class-txt {
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 230px;
  height: 17px;
}

.class-name-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 220px;
}

.disabled-pointer {
  pointer-events: none;
  cursor: default;
}

.custom-select-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  margin-left: 12px;
}

.area-custom-select-arrow {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color:#FFFFFF;
  border: 1px solid #00000033;
}

.custom-select-class-arrow {
  pointer-events: none;
}

.area-custom-select-arrow-mobile {
  display: none;
  margin-right: 32px;
}

.custom-select-arrow {
  margin-right: 12px;
  pointer-events: none;
}

.area-select-list {
  width: 100%;
}

.area-inner-select-list {
  position: relative;
  margin: 0px auto;
  width: 1120px;
}

.my-quiz-select-hidden {
  display: none;
}

.my-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;
}

.custom-select-list {
  display: none;
  position: absolute;
  z-index: 20;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

.area-my-quiz-inner-select-list {
  position: relative;
  width: 530px;
  margin: 0px auto;
}

.custom-search-type-select-list {
  width: 140px;
  max-height: 158px;
  top: -15px;
  left: -10px;
  border: 1px solid #E2E2E2;
}

.custom-unit-select-list {
  width: 250px;
  max-height: 700px;
  overflow-y: auto;
  top: -15px;
  left: 142px;
  border: 1px solid #E2E2E2;
  z-index: 20;
}

.custom-type-select-list {
  width: 360px;
  max-height: 700px;
  overflow-y: auto;
  top: -15px;
  left: 469px;
  z-index: 20;
}

.custom-cnt-select-list {
  width: 98px;
  top: -15px;
  left: 894px;
  overflow-y: auto;
  z-index: 20;
}

.custom-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-select-option:hover {
  background-color: #FFE957;
}

.btn-create-quiz {
  display: flex;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #FFE957;
  width: 116px;
  height: 52px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-change-mixed-quiz-menu {
  display: flex;
  position: absolute;
  right: -70px;
  top: 15px;
  background-color: #FFE957;
  width: 52px;
  height: 52px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #242424;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-container {
  padding: 10px;
  display: none;
}

.area-menu {
  margin-right: 30px;
}

#quizCnt {
  width: 80px;
}

.area-guide-area {
  position: fixed;
  top: 240px;
  right: 60px;
  z-index: 38;
}

.area-guide-area-ie {
  position: fixed;
  top: 671px;
  right: 60px;
  z-index: 10;
}

.area-guide-head {
  display: flex;
  justify-content: flex-end;
}

.area-guide-head-ie {
  display: flex;
  justify-content: flex-end;
}

.area-guide-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #303030;
  cursor: pointer;
}

.area-guide-header-btn-ie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #303030;
  cursor: pointer;
}

.area-guide-body {
  margin-top: 2px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 5px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

.area-guide-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 39px;
  background-color: #3E3E40;
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.6px;
}

.area-guide-report-new {
  width: 40px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #FF3B59;
  border: 2px solid #FFFFFF;
  border-radius: 11px;
  position: absolute;
  top: 74px;
  left: 6px;
  box-shadow: 1px 1px 2px #00000033;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 18px;
  z-index: 5;
}

.area-guide-report {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
}

.area-btn-guide-report {
  height: 170px;
  position: relative;
}

.area-guide-document {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
}

.area-guide-video {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
}

.area-guide-share {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
}

.area-guide-pw {
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
  position: relative;
}

.guide-pw-new-point {
  position: absolute;
  margin-top: -8px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
}

.img-btn-guide-report {
  cursor: pointer;
}

.img-btn-guide-report-link {
  position: absolute;
  left: 15px;
  bottom: 40px;
}

.img-btn-guide-report-down {
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.img-btn-guide-document {
  cursor: pointer;
}

.img-btn-guide-video {
  cursor: pointer;
}

.img-btn-guide-share {
  cursor: pointer;
}

.img-btn-guide-pw {
  cursor: pointer;
}

.area-guide-bottom {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
}

.btn-guide-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  cursor: pointer;
}

.btn-guide-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  cursor: pointer;
}

.area-guide-page-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 6px;
  color: #242424;
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
}

.img-btn-guide-ie {
  width: 144px;
  height: 66px;
  margin-right: -4px;
  cursor: pointer;
}

.area-tab-guide-area {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 200px;
  right: 30px;
  z-index: 38;
}

.area-tab-guide-area-ie {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 562px;
  right: 30px;
  z-index: 10;
}

.area-tab-guide-head {
  display: flex;
  justify-content: flex-end;
}

.area-tab-guide-head-ie {
  display: flex;
  justify-content: flex-end;
}

.area-tab-guide-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #303030;
  cursor: pointer;
}

.area-tab-guide-header-btn-ie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #303030;
  cursor: pointer;
}

.area-tab-guide-body {
  margin-top: 2px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 5px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

.area-tab-guide-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 39px;
  background-color: #3E3E40;
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.6px;
}

.area-tab-guide-report {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 0px;
}

.area-tab-guide-document {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 5px 6px 0px;
}

.area-tab-guide-video {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 5px 6px 0px;
}

.area-tab-guide-share {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px 6px 0px;
}

.area-tab-guide-pw {
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  padding: 5px 6px 0px;
}

.area-btn-tab-guide-report {
  height: 140px;
  position: relative;
}

.img-btn-tab-guide-report {
  width: 88px;
}

.img-btn-tab-guide-report-link {
  position: absolute;
  width: 80px;
  height: 19px;
  left: 4px;
  bottom: 41px;
}

.img-btn-tab-guide-report-down {
  position: absolute;
  width: 80px;
  height: 19px;
  left: 4px;
  bottom: 12px;
}

.img-btn-tab-guide-document {
  width: 88px;
  cursor: pointer;
}

.img-btn-tab-guide-pw {
  width: 88px;
  cursor: pointer;
}

.img-btn-tab-guide-ie {
  width: 106px;
  margin-right: -3px;
  cursor: pointer;
}

.img-btn-tab-guide-video {
  width: 88px;
  cursor: pointer;
}

.img-btn-tab-guide-share {
  width: 88px;
  cursor: pointer;
}

.area-mobile-guide-area {
  display: none;
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 38;
}

.area-mobile-guide-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #303030;
  margin-left: 5px;
  margin-right: 7px;
}

.img-mobile-guide-off {
  display: none;
}

.area-mobile-guide-body {
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 5px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

.area-mobile-guide-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 112px;
  height: 44px;
  background-color: #3E3E40;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  cursor: pointer;
}

.area-mobile-guide-hidden {
  display: none;
}

.area-mobile-guide-report {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 0px;
}

.area-mobile-guide-document {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 3px 4px 4px;
}

.area-mobile-guide-video {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 3px 4px 4px;
}

.area-mobile-guide-share {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 3px 4px 4px;
}

.area-mobile-guide-pw {
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px 4px;
}

.area-btn-mobile-guide-report {
  height: 166px;
  position: relative;
}

.img-btn-mobile-guide-report {
  width: 104px;
}

.img-btn-mobile-guide-report-link {
  position: absolute;
  width: 98px;
  height: 25px;
  left: 3px;
  bottom: 47px;
}

.img-btn-mobile-guide-report-down {
  position: absolute;
  width: 98px;
  height: 25px;
  left: 3px;
  bottom: 12px;
}

.img-btn-mobile-guide-document {
  cursor: pointer;
  width: 104px;
}

.img-btn-mobile-guide-video {
  cursor: pointer;
  width: 104px;
}

.img-btn-mobile-guide-share {
  cursor: pointer;
  width: 104px;
}

.img-btn-mobile-guide-pw {
  cursor: pointer;
  width: 104px;
}

.area-ios-top-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 1px 1px 2px #00000033;
  border: 1px solid #CECECE;;
  background-color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 20;
}

.area-top-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 1px 1px 2px #00000033;
  border: 1px solid #CECECE;;
  background-color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
}

body .main-top-btn {
  bottom: 20px;
}

.main-top-btn-select {
  background-color: #242424;
}

.main-top-btn-select .btn-submit-result-txt {
  color: #FFFFFF;
}

.main-top-btn-select .btn-answer-sheet-txt {
  color: #FFFFFF;
}

.main-top-btn-select .btn-my-quiz-txt {
  color: #FFFFFF;
}

.main-top-btn-select .btn-report-txt {
  color: #FFFFFF;
}

.main-top-btn-select .btn-mobile-submit-result-txt {
  color: #FFFFFF;
}

.guideUp {
  bottom: 65px !important;
}

.img-btn-top {
  width: 24px;
  height: 24px;
}


.user-select-none {
  user-select: none;
}

.btn-show-group-report-select {
  height: 42px !important;
  background-color: #FFE957 !important;
}
