@charset "UTF-8";
@font-face {
  font-family: "NanumSquareOTFB";
  src: url(fonts/NanumSquareOTFB.woff) format("woff");
}
@font-face {
  font-family: "NanumSquareOTFEB";
  src: url(fonts/NanumSquareOTFEB.woff) format("woff");
}
@font-face {
  font-family: "Pre_EB";
  src: url(fonts/Pretendard-ExtraBold.woff) format("woff");
}
._dis_n {
  display: none !important;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  box-sizing: border-box;
  outline: none;
  border: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/*인풋 넘버 증가, 감소 버튼 제거*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*start*/
/*전체 레이아웃*/
.main_wrap {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../images/main/main_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main_wrap::after {
  content: "";
  position: absolute;
  top: 772px;
  left: 1547px;
  width: 300px;
  height: 296px;
  background-image: url("../images/main/cha_girl.png");
  background-repeat: no-repeat;
}

/*헤더*/
.header_wrap {
  padding-top: 52px;
  padding-left: 60px;
  display: flex;
}
.header_wrap [class*=btn_] {
  margin-top: 20px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 2px solid #007e50;
  font-family: "NanumSquareOTFB", sans-serif;
  background-color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.header_wrap [class*=btn_]::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.header_wrap [class*=btn_] span {
  display: inline-block;
  width: calc(100% - 46px);
  height: inherit;
  line-height: inherit;
  text-align: center;
}
.header_wrap .btn_teacher {
  margin-left: 62px;
  border-color: #007e50;
  color: #007e50;
  font-size: 26px;
}
.header_wrap .btn_teacher::before {
  background-color: #007e50;
  background-image: url("../images/main/btn_ico_teacher.png");
  background-position: center center;
}
.header_wrap .btn_class-card {
  margin-left: 16px;
  border-color: #f15a40;
  color: #f15a40;
  font-size: 24px;
}
.header_wrap .btn_class-card::before {
  background-color: #f15a40;
  background-image: url("../images/main/btn_ico_class-card.png");
  background-position: top 7px left 8px;
}

/*태블릿 내부*/
.cont_wrap {
  padding: 0 63px;
  position: absolute;
  top: 190px;
  left: 336px;
  width: 1248px;
  height: 718px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-radius: 14px;
  background-image: linear-gradient(to right, #fdedea 480px, #fff 480px);
  overflow: hidden;
}

.list_item {
  width: 354px;
  height: 68px;
  border-radius: 8px;
  background-color: #fff;
  font-family: "NanumSquareOTFB", sans-serif;
  color: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.list_item.on {
  background-color: #ffb0a2;
}

/*1depth 목록*/
.depth1_tit {
  width: 100%;
  height: 100%;
  padding: 7px 30px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 24px;
  cursor: pointer;
}
.depth1_tit .lesson_num {
  padding-top: 12px;
  width: 44px;
  height: 54px;
  background-image: url("../images/main/lessonNum_bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Pre_EB", sans-serif;
  font-size: 36px;
  color: #007eba;
  text-align: center;
}

/*2depth 목록*/
.depth2_wrap {
  display: none;
  flex-direction: column;
  padding: 40px 62px;
  position: absolute;
  top: 0;
  left: 480px;
  width: calc(100% - 480px);
  height: 100%;
}
.depth2_wrap > .depth2_list {
  position: relative;
  padding-left: 18px;
  padding-right: 5px;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #b2d8ca;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  flex-shrink: 0;
}
.depth2_wrap > .depth2_list:first-child {
  border-top: 1px solid #b2d8ca;
}
.depth2_wrap > .depth2_list:hover {
  background-color: #b2d8ca;
}
.depth2_wrap .depth2_btn_wrap {
  display: flex;
  align-items: center;
}
.depth2_wrap .page_num {
  margin-right: 20px;
  width: 45px;
  font-size: 16px;
  color: #007e50;
}
.depth2_wrap .btn_goLesson {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url("../images/main/btn_pageMove.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.depth2_wrap .btn_openPage, .depth2_wrap .btn_openStudy {
  border-radius: 16px;
  box-shadow: 0 -4px inset rgba(255, 255, 255, 0.2);
  color: #FFF;
  width: 92px;
  height: 36px;
  text-align: center;
  font-size: 17px;
  margin-left: 10px;
  line-height: 36px;
}
.depth2_wrap .btn_openPage {
  background-color: #27a618;
}
.depth2_wrap .btn_openPage:after {
  content: "E-book";
}
.depth2_wrap .btn_openStudy {
  background-color: #007e50;
}
.depth2_wrap .btn_openStudy:after {
  content: "Smart";
}

/*하단 버튼*/
.tool_wrap {
  position: absolute;
  top: 972px;
  left: 304px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tool_wrap > a {
  padding: 4px;
  width: 220px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "NanumSquareOTFB", "MalgunGothic", sans-serif;
  font-size: 22px;
  color: #fff;
  background-image: url("../images/main/btn_tool.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}
.tool_wrap > a::before {
  content: "";
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tool_wrap .btn_update::before {
  background-image: url("../images/main/btn_ico_update.png");
}
.tool_wrap .btn_dataRoom::before {
  background-image: url("../images/main/btn_ico_dataRoom.png");
}
.tool_wrap .btn_saveShortcut::before {
  background-image: url("../images/main/btn_ico_saveShortcut.png");
}
.tool_wrap .btn_game::before {
  background-image: url("../images/main/btn_ico_game.png");
}
.tool_wrap .pageMove_wrap {
  position: relative;
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  background-color: #007e50;
  border-radius: 12px;
  border: 2px solid #007e50;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.tool_wrap .pageMove_wrap .ico_pageMove {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-image: url("../images/main/ico_input_pageMove.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.tool_wrap .pageMove_wrap #pageMove {
  padding-left: 70px;
  padding-right: 15px;
  width: calc(100% - 100px);
  height: inherit;
  line-height: inherit;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 22px;
  color: #000;
  background-color: #fff;
}
.tool_wrap .pageMove_wrap .btn_input_pageMove {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #007e50;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
}
.tool_wrap .pageMove_wrap .btn_input_pageMove::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../images/main/btn_ico_input_pageMove.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.pop_layer_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 499;
}

/*작은 팝업*/
._main_pop_module {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
  z-index: 500;
}
._main_pop_module .popup_header {
  padding-left: 23px;
  padding-right: 17px;
  width: 100%;
  height: 48px;
  background-color: #007e50;
  border-radius: 8px 8px 0 0;
  border: 4px solid #007e50;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 24px;
  color: #fff;
}
._main_pop_module .popupCloseBtn {
  width: 22px;
  height: 22px;
}
._main_pop_module .popup_cont {
  padding: 30px 18px;
  width: 100%;
  height: calc(100% - 48px);
  background-color: #fff;
  border: 4px solid #007e50;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  font-family: "NanumSquareOTFB", sans-serif;
}
._main_pop_module.type_gray .popup_header {
  background-color: #aeaeae;
  border-color: #aeaeae;
}
._main_pop_module.type_gray .popup_cont {
  border-color: #aeaeae;
}
._main_pop_module .popup_btn_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
._main_pop_module .cont_text {
  width: 100%;
  min-height: 125px;
  font-size: 24px;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  word-break: keep-all;
}
._main_pop_module .btn_basic {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #007e50;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
}
._main_pop_module .btn_basic.bg_gray {
  background-color: #aeaeae;
}

.popupCloseBtn {
  background-image: url("../images/main/btn_popup_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/*진도 바로가기 - 개별 스타일*/
#saveShortcut {
  height: 360px;
}
#saveShortcut .savingData_wrap {
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /*스크롤바*/
}
#saveShortcut .savingData_wrap::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}
#saveShortcut .savingData_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 126, 80, 0.2);
  width: 8px;
  border-radius: 5px;
}
#saveShortcut .savingData_wrap::-webkit-scrollbar-track {
  width: 8px;
  background-color: rgba(213, 236, 251, 0.2);
}
#saveShortcut .savingData_item {
  padding: 0 22px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 18px;
  color: #000;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
}
#saveShortcut .savingData_item .date {
  width: 120px;
  white-space: nowrap;
  flex-shrink: 0;
}
#saveShortcut .savingData_item .pageNum {
  width: 60px;
}
#saveShortcut .savingData_item .class {
  width: 90px;
}
#saveShortcut .savingData_item .btn_delete {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url("../images/main/btn_delete.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/*종료 - 개별 스타일*/
#bookOff .popup_cont .cont_text {
  flex-direction: column;
}
#bookOff .popup_cont .txt_eb {
  font-family: "NanumSquareOTFEB", sans-serif;
  font-size: 24px;
  color: #000;
}
#bookOff .popup_cont .txt_small {
  margin-top: 10px;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 18px;
  color: #7a7a7a;
}
#bookOff .dropdown_area {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dropdown_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.dropdown {
  position: relative;
  width: 150px;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 18px;
  color: #7d7d7d;
}
.dropdown .dropdown_select {
  border-radius: 4px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown .dropdown_select::after {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url("../images/main/ico_dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.dropdown .dropdown_select.on::after {
  transform: scaleY(-1);
}
.dropdown .dropdown_select.on + .dropdown_list {
  display: block;
}
.dropdown .dropdown_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: fit-content;
  max-height: 145px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
  border: 1px solid #b1b1b1;
  border-top: none;
  text-align: left;
  background-color: #fff;
  /*스크롤바*/
}
.dropdown .dropdown_list ._list:last-child {
  border-radius: 0 0 8px 8px;
}
.dropdown .dropdown_list ._list:hover {
  background-color: #eee;
  color: #000;
}
.dropdown .dropdown_list::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}
.dropdown .dropdown_list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  width: 8px;
  border-radius: 5px;
}
.dropdown .dropdown_list::-webkit-scrollbar-track {
  width: 8px;
  background-color: rgba(213, 236, 251, 0.2);
}
.dropdown ._list {
  padding: 0 13px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

/*큰 팝업*/
._main_pop_module_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  z-index: 500;
}
._main_pop_module_full .popup_header {
  padding: 0 45px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #5444cb;
  font-family: "NanumSquareOTFB", sans-serif;
  font-size: 34px;
  color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2), inset 0 4px 0 0 rgba(255, 255, 255, 0.12);
}
._main_pop_module_full .popupCloseBtn {
  width: 33px;
  height: 33px;
}

#dataRoom .title_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
#dataRoom .popup_cont {
  height: calc(100% - 100px);
}
#dataRoom .cont_frame {
  width: 100%;
  height: 100%;
}

#game .popup_cont {
  height: 100%;
}
#game .cont_frame {
  width: 100%;
  height: 100%;
}

/*기능적 스타일*/
/*1depth가 활성화 돼야 2depth가 보임*/
.list_item.on .depth1_tit {
  cursor: unset;
}

/*1depth가 활성화 돼야 2depth가 보임*/
.list_item.on .depth2_wrap {
  display: flex;
}

/*드롭다운 클릭 시*/
.dropdown.on .dropdown_select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown.on .dropdown_select::after {
  transform: rotate(180deg);
}
.dropdown.on .dropdown_list {
  display: block;
}

/*# sourceMappingURL=main.css.map */
