@charset "UTF-8";
#_popupLayer {
  background-color: #edfafc;
}
#_popupLayer #_popupLayer_header {
  width: 100%;
  height: 70px;
  background-color: #48c2d1;
  color: white;
  font-family: "NanumSquareOTFEB", sans-serif;
  font-size: 24px;
  overflow: unset;
}
#_popupLayer #_popupLayer_header * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
#_popupLayer #_popupLayer_header #_popupLayer_header_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 100%;
}
#_popupLayer #_popupLayer_header #_popupLayer_1depth {
  padding-left: 25px;
  padding-right: 55px;
  min-width: 380px;
  height: 100%;
  background-color: #55923a;
  line-height: 1em;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 40px;
}
#_popupLayer #_popupLayer_header .popup_select_wrap {
  position: relative;
  padding: 10px 0 10px 25px;
  display: flex;
  align-items: center;
  min-width: 400px;
}
#_popupLayer #_popupLayer_header .popup_select_wrap > button {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-right: 70px;
  background-image: url("../images/popupLayer/select_open.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  text-align: left;
}
#_popupLayer #_popupLayer_header .popup_select_wrap > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background-color: #fff;
}
#_popupLayer #_popupLayer_header .popup_select_wrap.on > button {
  background-image: url("../images/popupLayer/select_close.png");
}
#_popupLayer #_popupLayer_header .pop_header_right {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  align-items: center;
  gap: 23px;
  height: 70px;
  /*수업 도구*/
}
#_popupLayer #_popupLayer_header .pop_header_right #_book_page {
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #585858;
  background: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13);
}
#_popupLayer #_popupLayer_header .pop_header_right #_book_page span {
  color: #3d9623;
}
#_popupLayer #_popupLayer_header .pop_header_right #_btn_view_page {
  background-image: url("../images/popupLayer/popup_page_btn.png");
  width: 34px;
  height: 42px;
  padding: 0;
}
#_popupLayer #_popupLayer_header .pop_header_right #_btn_popupLayer_close {
  background-image: url("../images/popupLayer/popup_home_btn.png");
  width: 40px;
  height: 42px;
  padding: 0;
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer {
  margin-left: 15px;
  position: relative;
  top: 5px;
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer .btn_studyTool {
  padding: 0 16px;
  width: 145px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #3d9623;
  text-align: left;
  font-family: "NanumSquareOTFEB", sans-serif;
  font-size: 22px;
  color: #fff;
  background-color: #3d9623;
  background-image: url("../images/popupLayer/btn_studyTool.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  box-shadow: inset 0 4px 19px 0 rgba(0, 0, 0, 0.17);
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer .btn_studyTool.on {
  background-image: url("../images/popupLayer/btn_studyTool_on.png");
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer .btn_studyTool.on + .studyTool_wrap {
  display: flex;
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer .studyTool_wrap {
  display: none;
  position: absolute;
  margin-top: 0;
  padding-top: 0;
  top: 59px;
  left: 0;
  width: 145px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #3d9623;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 103;
}
#_popupLayer #_popupLayer_header .pop_header_right .studyTool_layer .studyTool_wrap ._underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 1px;
  background-color: #3d9623;
}
#_popupLayer #_popupLayer_2depth_list,
#_popupLayer #_popupLayer_3depth_list {
  display: none;
  position: absolute;
  top: 80px;
  left: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 4px solid;
  width: 389px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  color: #000000;
}
#_popupLayer #_popupLayer_2depth_list.on,
#_popupLayer #_popupLayer_3depth_list.on {
  display: flex;
}
#_popupLayer #_popupLayer_2depth_list.on + button,
#_popupLayer #_popupLayer_3depth_list.on + button {
  background-image: url("../images/popupLayer/select_close.png");
}
#_popupLayer #_popupLayer_2depth_list button,
#_popupLayer #_popupLayer_3depth_list button {
  padding: 14px 20px;
  width: 100%;
  text-align: left;
}
#_popupLayer #_popupLayer_2depth_list {
  border-color: #48c2d1;
}
#_popupLayer #_popupLayer_2depth_list > button._select {
  background-color: #caeef2;
  background-image: url("../images/popupLayer/btn_select_blue.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#_popupLayer #_popupLayer_3depth_list {
  border-color: #3d9623;
}
#_popupLayer #_popupLayer_3depth_list > button._select {
  background-color: #d9efd3;
  background-image: url("../images/popupLayer/btn_select_green.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#_popupLayer #_popupLayer_prev_btn {
  background-image: url("../images/popupLayer/btn_study_left.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 54px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#_popupLayer #_popupLayer_prev_btn._off {
  opacity: 0.3;
  cursor: default;
}
#_popupLayer #_popupLayer_next_btn {
  background-image: url("../images/popupLayer/btn_study_right.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 54px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#_popupLayer #_popupLayer_next_btn._off {
  opacity: 0.3;
  cursor: default;
}
#_popupLayer .tab_nav_wrap {
  position: fixed;
  top: 102px;
  right: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 102;
}
#_popupLayer .tab_nav_wrap .btn_tab {
  position: relative;
  margin-right: 18px;
  padding-left: 15px;
  padding-right: 10px;
  min-width: 82px;
  height: 48px;
  line-height: 46px;
  font-family: "Pre_EB", sans-serif;
  font-size: 29px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #b3b3b3;
  box-shadow: inset 0 0 0 1px #B3B3B3, inset 0 0 0 5px #fff;
}
#_popupLayer .tab_nav_wrap .btn_tab::after {
  content: url("../images/btn_tab_nav.png");
  position: absolute;
  top: 0;
  right: -16px;
}
#_popupLayer .tab_nav_wrap .btn_tab.on {
  background-color: #48c2d1;
  box-shadow: inset 0 0 0 1px #48c2d1, inset 0 0 0 5px #fff;
}
#_popupLayer .tab_nav_wrap .btn_tab.on::after {
  content: url("../images/btn_tab_nav_on.png");
}

/* 그리기 팝업 */
#study_pop_pen {
  top: 200px;
  left: 200px;
  display: none;
  z-index: 501;
  background-color: #3d9623;
  border-color: #3d9623;
}
#study_pop_pen.on {
  display: block;
}
#study_pop_pen .tools {
  position: relative;
  padding-bottom: 14px;
  width: 100%;
  display: flex;
  border-bottom: 2px solid #c5c5c5;
}
#study_pop_pen .tools > div {
  position: relative;
  display: inline-block;
}
#study_pop_pen .tools > div:nth-child(odd) {
  margin-right: 6px;
}
#study_pop_pen .tools > div:nth-child(even) {
  margin-right: 24px;
}
#study_pop_pen .tools > div:last-child {
  margin-right: 0;
}
#study_pop_pen .tools > div:nth-child(even)::after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  right: -14px;
  width: 1px;
  height: 44px;
  border-left: 2px solid #e9e7e6;
}
#study_pop_pen .tools > div:last-child::after {
  content: none;
}
#study_pop_pen .tools > div .btn_tools {
  position: relative;
  width: 54px;
  height: 54px;
  border: 2px solid #cccccc;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
#study_pop_pen .tools > div .btn_tools:hover::before {
  padding: 7px 6px 5px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%);
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #666;
  font-size: 16px;
  white-space: nowrap;
}
#study_pop_pen .tools > div .btn_tools:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  width: 23px;
  height: 11px;
  background-image: url("../images/modules/pen/tooltip_tail.png");
  background-repeat: no-repeat;
}
#study_pop_pen .tools > div .btn_tools.on {
  border-color: #3d9623;
  background-color: #d8f7ce;
}
#study_pop_pen .tools > div .btn_tools.line {
  background-image: url("../images/modules/pen/ico_pen_line.png");
}
#study_pop_pen .tools > div .btn_tools.line:hover::before {
  content: "직선그리기";
}
#study_pop_pen .tools > div .btn_tools.curve {
  background-image: url("../images/modules/pen/ico_pen_curve.png");
}
#study_pop_pen .tools > div .btn_tools.curve:hover::before {
  content: "곡선그리기";
}
#study_pop_pen .tools > div .btn_tools.pen {
  background-image: url("../images/modules/pen/ico_pen_pen.png");
}
#study_pop_pen .tools > div .btn_tools.pen:hover::before {
  content: "일반펜";
}
#study_pop_pen .tools > div .btn_tools.highlight {
  background-image: url("../images/modules/pen/ico_pen_highlight.png");
}
#study_pop_pen .tools > div .btn_tools.highlight:hover::before {
  content: "형광펜";
}
#study_pop_pen .tools > div .btn_tools.circle {
  background-image: url("../images/modules/pen/ico_pen_circle.png");
}
#study_pop_pen .tools > div .btn_tools.circle:hover::before {
  content: "원그리기";
}
#study_pop_pen .tools > div .btn_tools.star {
  background-image: url("../images/modules/pen/ico_pen_star.png");
}
#study_pop_pen .tools > div .btn_tools.star:hover::before {
  content: "별그리기";
}
#study_pop_pen .tools > div .btn_tools.eraser {
  background-image: url("../images/modules/pen/ico_pen_eraser.png");
}
#study_pop_pen .tools > div .btn_tools.eraser:hover::before {
  content: "지우개";
}
#study_pop_pen .tools > div .btn_tools.delete {
  background-image: url("../images/modules/pen/ico_pen_delete.png");
}
#study_pop_pen .tools > div .btn_tools.delete:hover::before {
  content: "휴지통";
}
#study_pop_pen .tools > div .btn_tools.view {
  width: 54px;
  height: 54px;
  background-image: url("../images/modules/pen/ico_pen_hide.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#study_pop_pen .tools > div .btn_tools.view:hover::before {
  content: "숨기기";
}
#study_pop_pen .tools > div .btn_tools.view.on {
  border: 2px solid #cccccc;
  background-color: white;
  background-image: url("../images/modules/pen/ico_pen_show.png");
}
#study_pop_pen ._pop_pen_options {
  padding-top: 14px;
}
#study_pop_pen ._pop_pen_options.none {
  display: none !important;
}
#study_pop_pen ._pop_pen_options > ul {
  display: flex;
  justify-content: space-between;
}
#study_pop_pen ._pop_pen_options .options_tit {
  display: inline-block;
  margin-right: 14px;
  font-size: 18px;
  color: #4a4544;
}
#study_pop_pen ._pop_pen_options .line_weight {
  position: relative;
  display: flex;
  align-items: center;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper {
  position: absolute;
  top: 25px;
  left: 85px;
  width: 150px;
  height: 8px;
  background-color: #eee;
  margin-right: 10px;
  border-radius: 4px;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper ._circle_f {
  width: 10px;
  height: 10px;
  left: -27px;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper ._circle_l {
  width: 25px;
  height: 25px;
  right: -44px;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper input[type=range] {
  width: calc(100% + 30px);
  height: 8px;
  appearance: none;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 15;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper input[type=range]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #3d9623;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper input[type=range]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border: 2px solid #3d9623;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #3d9623;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_wrapper input[type=range]::-ms-thumb {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #3d9623;
}
#study_pop_pen ._pop_pen_options .line_weight #study_range_value {
  position: absolute;
  right: 0;
  top: 16px;
}
#study_pop_pen ._pop_pen_options .line_color {
  display: flex;
  align-items: center;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color {
  display: flex;
  width: 100px;
  flex-direction: row;
  flex-wrap: wrap;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 13px;
  margin: 2px;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_1 {
  background-color: #ff0000;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_2 {
  background-color: #ffc600;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_3 {
  background-color: #eaff00;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_4 {
  background-color: #ffffff;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_5 {
  background-color: #005aff;
}
#study_pop_pen ._pop_pen_options .line_color ._select_color div._c_6 {
  background-color: #000000;
}
#study_pop_pen ._pop_pen_options .line_color #study_color_picker_wrapper {
  width: 100px;
  height: 54px;
  border-radius: 8px;
  border: 2px solid #d4cfcd;
  cursor: pointer;
}
#study_pop_pen ._pop_pen_options .line_color #study_color_picker_wrapper input[type=color] {
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  appearance: none;
}
#study_pop_pen #opacity_rate {
  width: 0;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd;
  z-index: 5;
  border-radius: 4px;
}

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