.area-class-main {
  width: 100%;
  background-color: white;
  min-height: 669px;
}

.area-inner-class {
  margin: 0px auto;
  width: 1120px;
  position: relative;
}

.area-class-header {
  padding-top: 70px;
  margin-bottom: 20px;
}

.area-class-header-inner {
  margin: 0px auto;
  width: 1120px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.class-header-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
}

.btn-add-class {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  width: 137px;
  height: 47px;
  color: #FFFFFF;
  background-color: #1EB3C8;
  border: 1px solid #00000033;
  cursor: pointer;
}

.img-add-class {
  margin-right: 8px;
}

.area-class-menu {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 85px;
  background-color: #4AA0B9;
}

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

.select-page-class-area {
  position: relative;
  background-color: #FFFFFF;
  width: 600px;
  height: 56px;
  cursor: pointer;
}

.custom-select-page-class {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  outline: 0px;
}

.custom-select-page-class-txt {
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #242424;
  width: 520px;
  text-align: center;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-custom-select-page-class-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color:#FFFFFF;
  position: absolute;
  right: 20px;
}

.area-class-sub-menu {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-top: 15px;
}

.area-class-sub-menu-td-first {
  padding-left: 15px;
  padding-right: 15px;
}

.area-class-sub-menu-td {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #E2E2E2;
}

.class-sub-teacher-name {
  margin-right: 10px;
}

.area-inner-class-top {
  margin-top: 76px;
  height: 36px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
}

.area-inner-class-top-right {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
}

.area-agree-tooltip-outer-click {
  display: none;
  position: absolute;
  width: 213px;
  height: 30px;
  cursor: pointer;
  margin-top: -6px;
}

.area-agree-tooltip-outer {
  height: 25px;
  margin-top: -3px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #4AA0B9;
  cursor: pointer;
}

.area-agree-tooltip-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #4AA0B9;
  margin-right: 5px;
  pointer-events: none;
}

.area-agree-outer {
  display: flex;
}

.btn-add-agree {
  margin-right: 10px;
  margin-top: -13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 42px;
  border: 1px solid #00000033;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #1EB3C8;
}

.btn-my-class-code {
  margin-right: 10px;
  margin-top: -13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 42px;
  border: 1px solid #00000033;
  border-radius: 5px;
  cursor: pointer;
}

.btn-class-management {
  margin-top: -13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 42px;
  border: 1px solid #00000033;
  border-radius: 5px;
  background-color: #FFE957;
  cursor: pointer;
}

.img-class-management {
  margin-left: 5px;
  margin-top: 1px;
}

.area-inner-class-title {
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px solid #E9E9E9;
}

.area-class-body-empty {
  display: none;
  justify-content: center;
  align-items: center;
  height: 171px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 90px;
}

.area-class-body-empty-content {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.area-class-body-empty-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background-color: #E2E2E2;
  border: 1px solid #CECECE;
  border-radius: 54px;
}

.area-class-body-empty-txt {
  margin-top: 10px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #A1A1A1;
}

.area-inner-class-body {
  padding-bottom: 90px;
}

.area-inner-class-title-td {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.area-inner-class-title-td1 {
  width: 100px;
}

.area-inner-class-title-td2 {
  width: 120px;
}

.area-inner-class-title-td3 {
  width: 380px;
}

.area-inner-class-title-td4 {
  width: 260px;
  position: relative;
}

.area-inner-class-title-td5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  position: relative;
}

.area-inner-class-title-td5-txt {
  margin-left: 50px;
}

.area-inner-class-title-td6 {
  display: flex;
  width: 80px;
}

.area-img-inner-class-title-bg {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #A1A1A1;
  border-radius: 16px;
  cursor: pointer;
}

.area-img-inner-class-title-bg {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #A1A1A1;
  border-radius: 16px;
  cursor: pointer;
}

.area-empty-archive-btn-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-menu-access-number-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  cursor: pointer;
}

.area-menu-access-number-bg:hover {
  background-color: #EDEDED;
}

.area-access-number-menu {
  display: none;
  width: 158px;
  position: absolute;
  top: 52px;
  right: 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 6px #00000012;
  border: 1px solid #E2E2E2;
  z-index: 10;
}

.access-number-selected {
  display: block;
}

.area-access-number-option {
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.area-access-number-option:hover {
  background-color: #FFE957;
}

.img-access-number-reset {
  margin-left: 12px;
  margin-right: 10px;
}

.img-access-number-shuffle {
  margin-left: 12px;
  margin-right: 10px;
}

.area-custom-page-class-list-outer {
  display: none;
  position: absolute;
  top: 71px;
  z-index: 40;
  background-color: white;
  box-shadow: 0px 4px 6px #00000012;
}

.area-custom-page-class-list {
  z-index: 40;
  width: 600px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 4px 6px #00000012;
  box-sizing: border-box;
  max-height: 235px;
  overflow-y: auto;
  background-color: white;
}

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

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

.representative-class-yellow {
  background-color: #FFE957 !important;
}

.area-class-custom-bar {
  width: 1px;
  height: 16px;
  border-right: 1px solid #E2E2E2;
  margin-left: 10px;
  margin-right: 10px;
}

.area-class-student-number-txt {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #242424;
  pointer-events: none;
}

.area-tobe-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 23px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #FFFFFF;
  background-color: #888888;
}

.area-class-regdate {
  position: absolute;
  right: 14px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #707070;
  pointer-events: none;
}

.area-class-page-custom-option-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: calc(100% - 22px);
  height: 47px;
  background-color: #FFFFFF;
  box-shadow: 0px -2px 4px #00000012;
  border: 1px solid #E2E2E2;
  border-top: 0px;
}

.area-class-page-custom-inner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  background-color: #1EB3C8;
  cursor: pointer;
}

.class-page-name-txt {
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-class-student {
  display: flex;
  height: 70px;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
  border-bottom: 1px solid #E9E9E9;
}

.class-student-td1 {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.class-student-td2 {
  width: 120px;
  text-align: center;
}

.class-student-td3 {
  width: 380px;
  text-align: center;
}

.class-student-td4 {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.class-student-td5 {
  width: 180px;
  text-align: center;
}

.class-student-td6 {
  width: 80px;
  text-align: center;
}

.student-profile-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #E2E2E2;
  border: 1px solid #CECECE;
  cursor: pointer;
}

.student-profile-bg input {
  display: none;
}

.area-inner-class-body .student-profile-bg {
  cursor: auto;
}

.img-student-profile-bg {
  width: 32px;
  height: 32px;
  pointer-events: none;
  object-fit: cover;
}

.fill-student-profile-bg {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.student-profile-bg-on {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #000000;
  opacity: 0.7;
  pointer-events: none;
  cursor: pointer;
}

.img-student-profile-bg-on {
  pointer-events: none;
}

.area-class-add-main {
  width: 100%;
  background-color: white;
  min-height: 660px;
}

.area-class-add-header {
  padding-top: 70px;
  margin-bottom: 20px;
}

.area-class-add-header-inner {
  margin: 0px auto;
  width: 1120px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.class-add-header-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
}

.area-class-add-menu {
  display: flex;
  position: relative;
  justify-content: center;
  height: 150px;
  background-color: #4AA0B9;
}

.area-class-add-menu-inner {
  width: 1120px;
  display: flex;
}

.add-class-name-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px;
}

.area-class-add-menu-inner-left {
  position: relative;
}

.add-class-name {
  width: 708px;
  height: 52px;
  border: 0px;
  outline: 0px;
  margin-right: 20px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-insert-class-name-count {
  position: absolute;
  right: 32px;
  top: 66px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #707070;
}

.area-class-management-menu-inner-left {
  position: relative;
}

.area-management-class-name-count {
  position: absolute;
  right: 32px;
  top: 66px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #707070;
}

.add-class-name::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #A1A1A1;
}

.add-class-class-student-number-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px;
}

.add-class-student-number {
  width: 392px;
  height: 52px;
  border: 0px;
  outline: 0px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.add-class-student-number::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #A1A1A1;
}

.area-class-add-button {
  width: 1120px;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.area-class-add-cancle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 58px;
  background-color: #E2E2E2;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  cursor: pointer;
}

.area-class-add-create-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 58px;
  background-color: #FFE957;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  cursor: pointer;
}

.area-class-management-main {
  width: 100%;
  background-color: white;
  min-height: 660px;
}

.area-class-management-header {
  padding-top: 70px;
  margin-bottom: 20px;
}

.area-class-management-header-inner {
  margin: 0px auto;
  width: 1120px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.class-management-header-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
}

.area-class-management-menu {
  display: flex;
  position: relative;
  justify-content: center;
  height: 150px;
  background-color: #4AA0B9;
}

.area-class-management-menu-inner {
  width: 1120px;
  display: flex;
}

.management-class-name-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px;
}

.management-class-name {
  width: 704px;
  height: 50px;
  border: 0px;
  outline: 0px;
  margin-right: 20px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.management-class-name::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #A1A1A1;
}

.area-btn-add-student-tooltip {
  position: absolute;
  top: -52px;
  right: 0px;
  display: none;
  width: 180px;
  height: 34px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
}

.area-btn-add-student-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 0%;
  margin-top: 54px;
  margin-left: 167px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-btn-add-student-tooltip-sub1 {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-btn-add-student-tooltip-sub2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.area-btn-add-student-tooltip-sub1-line1 {
  margin-bottom: 7px;
}

.area-class-code-tooltip {
  position: absolute;
  top: -46px;
  display: none;
  width: 216px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
}

.area-class-code-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 0%;
  margin-top: 54px;
  margin-left: 83px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-class-code-tooltip-sub1 {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-class-code-tooltip-sub2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.area-class-code-tooltip-sub1-line1 {
  margin-bottom: 7px;
}

.area-agree-tooltip-mobile {
  display: none;
  position: absolute;
  top: -70px;
  width: 273px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  right: 68px;
}

.area-agree-tooltip-mobile::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 25%;
  margin-top: 54px;
  margin-left: -10px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-agree-tooltip {
  display: none;
  position: absolute;
  top: -63px;
  width: 246px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  left: -54px;
}

.area-agree-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 25%;
  margin-top: 54px;
  margin-left: -10px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-agree-tooltip-show {
  display: block;
}

.area-class-gender-tooltip-main {
  position: absolute;
  top: -80px;
  display: none;
  width: 287px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  margin-left: 42px;
}

.area-class-gender-tooltip-main::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 50%;
  margin-top: 54px;
  margin-left: -10px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-class-gender-tooltip-update {
  position: absolute;
  top: -80px;
  display: none;
  width: 287px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  margin-left: 42px;
}

.area-class-gender-tooltip-update::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 50%;
  margin-top: 54px;
  margin-left: -10px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-class-gender-tooltip-sub1 {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-class-gender-tooltip-sub2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.area-class-gender-tooltip-sub1-line1 {
  margin-bottom: 7px;
}

.area-class-gender-tooltip-color {
  color: #FFF700;
}

.area-access-number-tooltip-main {
  position: absolute;
  top: 41px;
  display: none;
  width: 216px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  margin-left: 10px;
}

.area-access-number-tooltip-main::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 50%;
  margin-top: -15px;
  margin-left: -10px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1EB3C8;
  border-left: 6px solid transparent;
}

.area-access-number-tooltip-update {
  position: absolute;
  top: 51px;
  display: none;
  width: 216px;
  height: 35px;
  padding: 10px;
  background-color: #1EB3C8;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
  margin-left: 10px;
}

.area-access-number-tooltip-update::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 50%;
  margin-top: -15px;
  margin-left: -10px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1EB3C8;
  border-left: 6px solid transparent;
}

.area-access-number-tooltip-sub1 {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-access-number-tooltip-sub2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.area-access-number-tooltip-sub1-line1 {
  margin-bottom: 7px;
}

.area-access-number-tooltip-color {
  color: #FFF700;
}

.area-nice-upload-tooltip {
  position: absolute;
  top: 228px;
  display: none;
  width: 490px;
  height: 40px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #4AA0B9;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000033;
}

.area-nice-upload-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  right: 29px;
  margin-top: -16px;
  margin-left: -10px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1EB3C8;
  border-left: 6px solid transparent;
}

.area-nice-upload-tooltip-sub1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-nice-upload-tooltip-sub1-line1{
  margin-bottom: 6px;
}

.area-nice-upload-tooltip-sub1-line2 {
  font-weight: 700;
}

.area-access-number-tooltip-sub2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.management-class-code-title-outer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.management-class-code-title {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.area-img-question-class-code-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-left: 6px;
  margin-right: 10px;
  cursor: pointer;
}

.management-class-code-title-detail {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.management-class-code {
  width: 388px;
  height: 50px;
  border: 0px;
  outline: 0px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.inform-red-line {
  outline: 2px solid #FF1A51;
}

.area-img-class-code-option-bg {
  position: absolute;
  top: 54px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  outline: 0px;
  cursor: pointer;
}

.area-img-class-code-option-bg:hover {
  background-color: #EDEDED;
}

.img-class-code-option {
  cursor: pointer;
}

.management-class-code::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #A1A1A1;
}

.area-class-code-option-list-outer {
  margin: 0px auto;
  width: 1120px;
  position: relative;
}

.area-class-code-option-list {
  display: none;
  width: 178px;
  background-color: #FFFFFF;
  position: absolute;
  top: -52px;
  right: 0px;
  z-index: 10;
  box-shadow: 0px 4px 6px #00000012;
  border: 1px solid #E2E2E2;
}

.class-code-option-selected {
  display: block;
}

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

.area-class-code-option:hover {
  background-color: #FFE957;
}

.img-class-code-shuffle {
  margin-left: 12px;
  margin-right: 10px;
}

.img-use-my-code {
  margin-left: 12px;
  margin-right: 10px;
}

.area-management-class-sub {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#duplicateClassSeq {
  display: none;
}

.area-use-inform-o {
  display: none;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 26px;
  background-color: #F3FEFF;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.26px;
  color: #4AA0B9;
  border-radius: 5px;
  line-height: 14px;
}

.area-use-inform-x {
  display: none;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 26px;
  background-color: #FFE8EB;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.26px;
  color: #FF1A51;
  border-radius: 5px;
  line-height: 14px;
}

.img-use-code-o {
  margin-right: 2px;
}

.img-use-code-x {
  margin-right: 2px;
}

.area-class-management-menu-inner-right {
  position: relative;
}

.btn-management-my-class-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 32px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.6px;
  color: #242424;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}

#loadStudentOrigin {
  display: none;
}

.area-inner-class-management {
  margin: 0px auto;
  width: 1120px;
  position: relative;
}

.area-inner-class-management-title {
  display: flex;
  align-items: center;
  height: 66px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #E9E9E9;
}

.area-inner-class-management-top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: 50px;
}

.area-inner-class-management-top-menu-left {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.area-inner-class-management-top-menu-txt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
  margin-right: 10px;
}

.area-inner-class-management-top-menu-txt2 {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #555555;
}

.area-inner-class-management-top-menu-right {
  display: flex;
}

.btn-nice-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 42px;
  border: 1px solid #00000033;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #242424;
  cursor: pointer;
}

.btn-hwp-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 217px;
  height: 42px;
  border: 1px solid #00000033;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #242424;
  cursor: pointer;
}

.btn-hwp-add-select {
  background-color: #FFE957;
}

.img-xlsx {
  margin-right: 8px;
}

.img-hwp-excel {
  margin-right: 8px;
}

.img-hwp-arrow {
  margin-left: 5px;
}

.btn-class-student-all-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 32px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.6px;
  color: #242424;
  border: 1px solid #00000033;
  border-radius: 5px;
  cursor: pointer;
}

.btn-hwp-add-select .img-hwp-arrow {
  transform: rotate(180deg);
}

.area-inner-class-management-top-sub-menu {
  position: relative;
  margin-top: 10px;
  transition: 0.7s;
  height: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}

.area-inner-class-management-header-menu {
  position: relative;
  height: 43px;
  display: flex;
  justify-content: space-between;
}

.class-management-top-sub-menu-select {
  height: 315px;
}

.area-inner-class-management-top-sub-menu-inner {
  display: flex;
  padding: 30px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.area-hwp-detail-left {
  padding-right: 40px;
  border-right: 1px solid #E7E7E7;
}

.area-hwp-detail-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.area-hwp-detail-right-inner {
  display: flex;
  flex-direction: column;
}

.area-hwp-detail-left-txt {
  display: flex;
  justify-content: center;
}

.area-hwp-detail-left-txt-inner {
  display: flex;
}

.area-hwp-detail-left-number-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: #242424;
  color: #FFFFFF;
  margin-right: 8px;
}

.area-hwp-detail-left-img {
  text-align: center;
}

.area-hwp-detail-right {
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-hwp-detail-txt-bold {
  font-weight: 700;
}

.area-hwp-detail-txt-margin {
  margin-left: 5px;
}

.area-hwp-detail-txt-color {
  font-weight: 700;
  color: #4AA0B9;
}

.area-hwp-detail-txt1 {
  width: 370px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 26px;
  margin-top: -4px;
  line-height: 26px;
}

.area-hwp-detail-txt2 {
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1.5
}

.area-hwp-detail-txt2-line1 {
  display: flex;
  align-items: center;
  position: relative;
}

.area-hwp-detail-txt3 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.area-hwp-detail-txt3-inner {
  position: absolute;
  width: 400px;
  top: 0;
  padding-left: 20px;
  line-height: 25px;
  margin-top: -5px;
}

.area-hwp-detail-txt4 {
  padding-left: 40px;
  margin-bottom: 10px;
}

.area-hwp-detail-txt5 {
  position: relative;
  padding-left: 40px;
}

.area-hwp-detail-txt5-inner {
  position: absolute;
  width: 400px;
  top: 0;
  padding-left: 20px;
  line-height: 25px;
  margin-top: -5px;
}

.img-hwp-detail-btn {
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}

.area-hwp-detail-txt2-line1-txt {
  text-indent: 154px;
  width: 480px;
  position: absolute;
  top: 0px;
  margin-top: -4px;
  padding-left: 40px;
  line-height: 26px;
}

.img-hwp-detail-mobile {
  display: none;
}

.img-hwp-pointer {
  position: absolute;
  top: 45px;
}

.btn-paste-hwp-form {
  position: relative;
  margin: 26px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 58px;
  background-color: #3E3E40;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.class-student-number-input {
  width: 90px;
  height: 43px;
  border: 1px solid #E2E2E2;
  outline: 0px;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.class-student-name-input {
  width: 350px;
  height: 43px;
  border: 1px solid #E2E2E2;
  outline: 0px;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.class-student-enter-number-input {
  width: 150px;
  height: 43px;
  border: 1px solid #E2E2E2;
  outline: 0px;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.btn-class-student-delete {
  cursor: pointer;
}

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

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

.class-student-td4 label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

.class-student-td4 label:last-of-type {
  margin-right: 0px;
}

.class-student-td4 span {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
}

.area-btn-add-student-outer {
  display: flex;
  margin-top: 30px;
  position: relative;
}

.btn-add-student {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 62px);
  height: 60px;
  border: 1px dashed #CECECE;
  border-right: 0px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  cursor: pointer;
}

.area-add-student-tooltip {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px dashed #CECECE;
  border-left: 0px;
}

.area-agree-save-student-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  height: 60px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  background-color: #F5F5F5;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
}

.img-add-student {
  margin-right: 11px;
}

.area-agree-save-select {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.area-agree-save-student-info-detail {
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.52px;
  color: #242424;
  position: absolute;
  right: 30px;
  border-bottom: 1px solid #242424;
  cursor: pointer;
}

.agree-save-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  margin-right: 10px;
  box-sizing: border-box;
}

.agree-save-selected {
  background-color: #1EB3C8;
  border: 0px;
}

.agree-save-selected .agree-save-check-on {
  display: block;
}

.agree-save-selected .agree-save-check-off {
  display: none;
}

.agree-save-check-on {
  display: none;
  width: 15px;
}

.agree-save-check-off {
  width: 15px;
}

.area-btn-class-management {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  position: relative;
  height: 178px;
}

.area-btn-class-management-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cancle-class-management {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  width: 152px;
  height: 58px;
  border-radius: 5px;
  background-color: #E2E2E2;
  margin-right: 10px;
  cursor: pointer;
}

.btn-save-class-management {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  width: 152px;
  height: 58px;
  border-radius: 5px;
  background-color: #FFE957;
  cursor: pointer;
}

.btn-delete-class-management {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  width: 152px;
  height: 58px;
  background-color: #1EB3C8;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #FFFFFF;
  cursor: pointer;
}

.area-class-profile-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-class-profile-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 580px;
  max-height: 494px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-class-profile-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-class-profile-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-class-profile-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-class-profile-popup-body {
  box-sizing: border-box;
  height: calc(100% - 58px);
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.area-class-profile-popup-body-top {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}

.img-profile {
  display: none;
}

.area-class-profile-popup-img-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  background-color: #E2E2E2;
  border-radius: 220px;
  cursor: pointer;
}

.area-class-profile-popup-img-bg-on {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 220px;
  height: 220px;
  border-radius: 220px;
  pointer-events: none;
  cursor: pointer;
}

.area-class-profile-popup-img-bg-on {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 220px;
  background-color: #000000;
  opacity: 0.7;
  clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%);
}

.area-class-profile-popup-img-on {
  position: absolute;
  bottom: 14px;
  z-index: 10;
}

.area-class-profile-popup-img {
  width: 150px;
  height: 150px;
  pointer-events: none;
  object-fit: cover;
}

.fill-profile-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.area-class-profile-popup-detail {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
  margin-bottom: 30px;
}

.area-class-profile-popup-body-bottom {
  display: flex;
}

.area-class-profile-popup-btn {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 68px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-class-profile-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 98px;
  right: 40px;
  width: 99px;
  height: 30px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #242424;
}

.area-class-profile-popup-reset-img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.area-add-nice-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-add-nice-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 580px;
  max-height: 404px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-add-nice-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-add-nice-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-add-nice-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-add-nice-body-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-nice-form-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 500px;
  height: 58px;
  border: 1px solid #E2E2E2;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #242424;
  cursor: pointer;
}

.btn-nice-form-down:hover {
  background-color: #F3FEFF;
}

.img-nice-form-down {
  margin-right: 10px;
}

.btn-nice-form-upload-outer {
  display: flex;
}

.btn-nice-form-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 58px;
  border: 1px solid #E2E2E2;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #242424;
  cursor: pointer;
}

.btn-nice-form-upload:hover {
  background-color: #F3FEFF;
}

.btn-nice-form-upload-change {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 58px;
  border: 1px solid #E2E2E2;
  background-color: #F2F6F7;
}

.nice-form-upload-file-txt {
  margin-left: 20px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.4px;
  max-width: 360px;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-nice-form-upload-file-change {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 102px;
  height: 48px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #242424;
  cursor: pointer;
}

.area-btn-upload-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  cursor: pointer;
}

.area-btn-upload-detail-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #BEBEBE;
}

.img-nice-form-upload {
  margin-right: 10px;
}

.area-nice-form-detail {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-nice-form-detail-txt-bold {
  font-weight: 700;
}

.area-add-nice-body-bottom {
  display: flex;
  justify-content: center;
}

.area-add-nice-popup-btn {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 68px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-add-nice-pupup-btn-cancel {
  background-color: #E2E2E2;
}

.area-add-nice-pupup-btn-check {
  background-color: #FFE957;
  margin-right: 0px;
}

.nice-form-upload {
  display: none;
  pointer-events: none;
}

.area-my-class-code-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-my-class-code-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 580px;
  max-height: 457px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-my-class-code-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-my-class-code-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-my-class-code-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-my-class-code-popup-detail {
  margin: 40px auto 30px;
  text-align: center;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-my-class-code-popup-detail-txt1 {
  margin-bottom: 7px;
}

.area-my-class-code-input-outer {
  margin: 0px auto;
  width: 500px;
  height: 108px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.area-my-class-code-input {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.area-my-class-code-popup-detail2 {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.area-my-class-code-popup-detail-bold {
  font-weight: 700;
}

.area-my-class-code-body-bottom {
  display: flex;
  justify-content: center;
}

.area-my-class-code-popup-btn {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 68px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-my-class-code-pupup-btn-cancel {
  background-color: #E2E2E2;
}

.area-my-class-code-pupup-btn-check {
  background-color: #FFE957;
}

.area-my-class-code-insert {
  text-indent: 12px;
  width: 372px;
  height: 52px;
  border: 1px solid #E2E2E2;
  outline: 0px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #242424;
  box-sizing: border-box;
}

.area-my-class-code-insert::placeholder {
  text-indent: 12px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -1px;
  color: #A1A1A1;
}

.btn-save-class-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 52px;
  border: 1px solid #00000033;
  background-color: #FFE957;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
  box-sizing: border-box;
}

.area-exist-class-code {
  display: none;
  margin-top: 10px;
  margin-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.exist-class-code {
  margin-left: 5px;
}

.area-no-my-class-code {
  display: none;
  display: flex;
  margin-top: 10px;
  margin-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #555555;
}

.img-class-code-alert {
  margin-right: 6px;
}

.area-class-code-status {
  position: relative;
}

.area-status-class-code-no-use {
  position: absolute;
  top: -2px;
  right: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FF1A51;
}

.area-status-class-code-use {
  position: absolute;
  top: -2px;
  right: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #4AA0B9;
}

.area-delete-class-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-delete-class-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 650px;
  max-height: 586px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-delete-class-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-delete-class-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-delete-class-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-delete-class-popup-body-top-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-delete-class-popup-body-top-mobile {
  display: none;
  text-align: center;
}

.area-delete-class-popup-body-top-txt {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #000000;
}

.area-delete-class-popup-body-top-txt-color {
  color: #D2190D;
}

.area-delete-class-popup-body-top-txt1 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.area-delete-class-popup-body-top-txt2 {
  margin-bottom: 20px;
}

.area-delete-class-popup-body-top-txt3 {
  margin-bottom: 34px;
}

.area-delete-class-popup-delete-service {
  width: 520px;
  height: 58px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 40px;
}

.area-delete-class-popup-delete-service-txt1 {
  font-size: 21px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #242424;
  margin-bottom: 15px;
}

.area-delete-class-popup-delete-service-txt2 {
  font-size: 21px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #242424;
}

.area-delete-class-popup-body-top-txt1-mobile {
  margin-top: 40px;
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #242424;
  margin-bottom: 10px;
}

.area-delete-class-popup-body-top-txt2-mobile {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #242424;
  margin-bottom: 10px;
}

.area-delete-class-popup-body-top-txt3-mobile {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #242424;
  margin-bottom: 10px;
}

.area-delete-class-popup-body-top-txt4-mobile {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #242424;
  margin-bottom: 15px;
}

.area-delete-class-popup-delete-service-mobile {
  width: calc(100% - 70px);
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin: 20px auto 30px;
  text-align: left;
}

.area-delete-class-popup-delete-service-txt1-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 10px;
}

.area-delete-class-popup-delete-service-txt2-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 10px;
}

.area-delete-class-popup-delete-service-txt3-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-delete-class-body-bottom {
  display: flex;
  justify-content: center;
}

.area-delete-class-popup-btn {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 68px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-delete-class-pupup-btn-cancel {
  background-color: #E2E2E2;
}

.area-delete-class-pupup-btn-check {
  background-color: #FFE957;
  margin-right: 0px;
}

.area-delete-class-student-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-delete-class-student-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 650px;
  max-height: 516px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-delete-class-student-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-delete-class-student-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-delete-class-student-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-delete-class-student-popup-body-top-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-delete-class-student-popup-body-top-mobile {
  display: none;
  text-align: center;
}

.area-delete-class-student-popup-body-top-txt {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #000000;
}

.area-delete-class-student-popup-body-top-txt1 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.area-delete-class-student-popup-body-top-txt2 {
  margin-bottom: 30px;
}

.area-delete-class-student-popup-body-top-txt-color {
  color: #D2190D;
}

.area-delete-class-all-student-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-delete-class-all-student-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 650px;
  max-height: 516px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-delete-class-all-student-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-delete-class-all-student-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-delete-class-all-student-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-delete-class-all-student-popup-body-top-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-delete-class-all-student-popup-body-top-mobile {
  display: none;
  text-align: center;
}

.area-delete-class-all-student-popup-body-top-txt {
  font-size: 36px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #000000;
}

.area-delete-class-all-student-popup-body-top-txt1 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.area-delete-class-all-student-popup-body-top-txt2 {
  margin-bottom: 30px;
}

.area-delete-class-all-student-popup-body-top-txt-color {
  color: #D2190D;
}

.area-student-agree-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-student-agree-popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 730px;
  max-height: 532px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  box-shadow: 12px 13px 25px #00000017;
}

.area-student-agree-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EB3C8;
  padding: 20px 0;
  position: relative;
}

.area-student-agree-popup-header-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-close-student-agree-popup-btn {
  width: 16px;
  height: 16px;
  padding: 20px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0px;
}

.area-student-agree-popup-body {
  text-align: center;
}

.area-student-agree-popup-head1 {
  margin-top: 40px;
  margin-bottom: 45px;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #242424;
}

.area-student-agree-popup-head1-underline {
  width: 450px;
  height: 18px;
  background-color: #FFE957;
  margin: -12px auto;
}

.area-student-agree-popup-head2 {
  font-size: 21px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #242424;
}

.area-student-agree-popup-head2-sub1 {
  margin-bottom: 10px;
}

.area-student-agree-popup-head2-sub2 {
  margin-bottom: 10px;
}

.area-student-agree-popup-head2-sub3 {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  color: #4AA0B9;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.area-student-agree-popup-head3 {
  font-size: 21px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #242424;
}

.area-student-agree-popup-head3-sub1 {
  margin-bottom: 10px;
}

.area-student-agree-popup-head3-sub2 {
  margin-bottom: 10px;
}

.area-student-agree-popup-head3-sub3 {
  margin-bottom: 10px;
}

.area-student-agree-popup-head3-sub4 {
  margin-bottom: 30px;
}

.area-student-agree-mobile {
  display: none;
}

.area-student-agree-popup-head2-sub1-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 15px;
}

.area-student-agree-popup-head2-sub2-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 15px;
}

.area-student-agree-popup-head2-sub3-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 15px;
}

.area-student-agree-popup-head2-sub4-mobile {
  display: block;
  margin: 0px auto 25px;
  width: 340px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #4AA0B9;
  line-height: 1.5;
}

.area-student-agree-popup-head3-mobile {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #242424;
}

.area-student-agree-popup-head3-sub1-mobile {
  margin-bottom: 15px;
}

.area-student-agree-popup-head3-sub2-mobile {
  margin-bottom: 15px;
}

.area-student-agree-popup-head3-sub3-mobile {
  margin-bottom: 15px;
}

.area-student-agree-popup-head3-sub4-mobile {
  margin-bottom: 15px;
}

.area-student-agree-popup-head3-sub5-mobile {
  margin-bottom: 15px;
}

.area-student-agree-body-bottom {
  display: flex;
  justify-content: center;
}

.area-student-agree-popup-btn {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 68px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-student-agree-pupup-btn-cancel {
  background-color: #E2E2E2;
}

.area-student-agree-pupup-btn-check {
  background-color: #FFE957;
}

.all-delete-report-popup-color {
  margin-bottom: 14px !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #17809C !important;
}

.all-delete-report-popup-color-mobile {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.36px !important;
  color: #17809C !important;
}

.all-delete-report-popup-color-mobile1 {
  margin-top: 9px;
}

.all-delete-report-popup-color-mobile2 {
  margin-top: 10px;
  margin-bottom: 18px;
}

.img-all-delete-report-mobile {
  margin-top: 40px;
}

.area-all-delete-report-confirm {
  margin-top: 30px !important;
}

.all-delete-report-txt2 {
  font-size: 18px !important;
}

.all-delete-report-txt3 {
  font-size: 18px !important;
}

.all-delete-report-txt4 {
  font-size: 18px !important;
}

.report-class-bottom-mobile {
  margin-top: 35px !important;
}
