/* 팝업공통 */
.modalpop {
  position: fixed;
  z-index: 101;
  top: -99999rem;
  left: -99999rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow-y: scroll;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;

  -webkit-box-pack: center;
  ;
}
.modalpop.active {
  top: 0;
  left: 0;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  ;
}
.pop-transparents-layer {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,.5);
}
.popupwrap {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 80%;
  background: #fff;
}
.popupwrap.active {
  display: block;
}
.popupwrap .poptitle {
  position: relative;
}
.popupwrap .poptitle h1 {
  font-size: 22px;
  color: #333;
}
.popupwrap .poptitle.blue {
  padding: 20px 30px;
  background-color: #374cb7;
}
.popupwrap .poptitle.blue h2 {
  font-size: 24px;
  color: #fff;
}
.popupwrap .paging a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.popupwrap .btncenter {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #bbb;
}
.popupwrap .scroll {
  overflow-y: auto ;
  max-height: 390px;
}
.popupwrap .scroll table {
  overflow-y: auto;
}
.popupwrap .hover table tr:hover td {
  background: none;
  font-weight: 300;
  color: #666;
}
.popupwrap .poptitle button {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  background-image: url("../images/btn_close.jpg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 0;
}
.popupwrap .poptitle button.close_wht {
  right: 40px;
  width: 24px;
  height: 24px;
  background-image: url("../images/btn_close_wht.png");
}
.popupwrap .board-pannel {
  margin-bottom: 0;
  padding-right: 30px;
  padding-left: 30px;
  ;
}

/* 추가 */
.pop-add {
  width: 430px;
}
.pop-add .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-add .poptitle h1 {
  text-align: center;
}
.pop-add .popcontents {
  padding: 30px;
}
.pop-add .boardlist {
  margin: 30px auto;
  border-bottom: 1px solid #e3e3e3;
}
.pop-add span.optionbox {
  margin-right: 10px;
  width: 95px;
}
.pop-add span.inpbox {
  margin-right: 10px;
  width: 200px;
}
.pop-add .btncenter {
  border-top: none;
}
/* 변경이력 */
.pop-history {
  width: 1000px;
}
.pop-history .board-pannel {
  margin-bottom: 0;
}

/* 본사 담당자 추가 */
.pop-addperson {
  width: 430px;
}
.pop-addperson .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-addperson .poptitle h1 {
  text-align: center;
}
.pop-addperson .popcontents {
  padding: 30px;
}
.pop-addperson .btncenter {
  border-top: none;
}
.pop-addperson .boardwrite table th,
.pop-addperson .boardwrite table td {
  border-top: none;
  text-align: left;
}

/* 본사 담당자 변경 */
.pop-editperson {
  width: 430px;
}
.pop-editperson .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-editperson .poptitle h1 {
  text-align: center;
}
.pop-editperson .popcontents {
  padding: 30px;
}
.pop-editperson .btncenter {
  border-top: none;
}
.pop-editperson .boardwrite table th,
.pop-editperson .boardwrite table td {
  border-top: none;
  text-align: left;
}

/* 수업상세 */
.pop-lesson {
  width: 1000px;
}
.pop-lesson .poptitle.blue {
  padding: 25px 40px;
}
.pop-lesson .board-pannel {
  margin-bottom: 0;
  padding: 40px 50px;
}
.pop-lesson .boardwrite table th {
  text-align: center;
}
.pop-lesson .boardwrite table tbody .reply td {
  background: #fbfcff;
  text-align: left;
  ;
}
.pop-lesson .boardlist table .feedback {
  padding-left: 15px;
  background: url("../images/icon_enter.png") no-repeat 0 50%;
  color: #5267d6;
}
.pop-lesson .boardlist .feedback_txt {
  padding-left: 15px;
}

/* 회원정보 */
.pop-info {
  width: 1000px;
}
.pop-info .poptitle.blue {
  padding: 25px 40px;
}
.pop-info h2 {
  position: relative;
  margin: 40px auto;
  font-size: 20px;
  color: #333;
}
.pop-info h2 .btnset {
  position: absolute;
  top: 0;
  right: 0;
}
.pop-info .infolist {
  border-bottom: 1px solid #666;
}
.pop-info ul.tabbox {
  border-color: #5267d6;
}
.pop-info ul.tabbox > li {
  width: 112.5px;
}
.pop-info ul.tabbox > li.on {
  border-color: #5267d6 #5267d6 #fff #5267d6;
}
.pop-info ul.tabbox > li.on a {
  background: none;
  color: #333;
}
.pop-info .btncenter {
  border-top: none;
}
.pop-info .member {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background: #f5f6fd;
}
.pop-info .member .user a {
  display: inline-block;
  min-width: 68px;
  background: #fff;
  border: 1px solid #aaa;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.pop-info .member .schbox {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pop-info .member .schbox span.inpbox {
  margin-right: 5px;
  width: auto;
}
.pop-info .u_name {
  padding: 5px 20px 5px 48px;
  background: url("../images/icon_people.png") no-repeat 0 50%;
  font-size: 20px;
  color: #333;
}
.pop-info span.optionbox {
  display: inline-block;
  float: none;
}

/* 상품 검색 */
.pop-product {
  width: 1000px;
}
.pop-product h2 {
  position: relative;
  margin: 40px auto;
  font-size: 20px;
  color: #333;
}
.pop-product span.quarter {
  width: 24.5%;
}
.pop-product span.devide5 {
  width: 19.5%;
}
.pop-product .btncenter {
  border-top: none;
}

/* 포인트 등록 */
.pop-point {
  width: 1000px;
}
.pop-point h2 {
  position: relative;
  margin: 40px auto;
  font-size: 20px;
  color: #333;
}
.pop-point .boardwrite table thead th {
  text-align: center;
}

/* sms */
.pop-sms {
  width: 1000px;
}
.pop-sms .boardwrite table td .inpbox {
  max-width: 100%;
}
.pop-sms .receiver_list {
  overflow-y: auto;
  height: 90px;
}
.pop-sms .receiver_list ul::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.pop-sms .receiver_list li {
  float: left;
  margin-bottom: 10px;
  width: 33.333%;
}
.pop-sms .receiver_list li .close {
  margin-top: -4px;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url("../images/icon_x.png") no-repeat 50%;
  font-size: 0;
}

/* email */
.pop-email {
  width: 1000px;
}
.pop-email .boardwrite table td .inpbox {
  max-width: 100%;
}
.pop-email .receiver_list {
  overflow-y: auto;
  height: 90px;
}
.pop-email .receiver_list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.pop-email .receiver_list li .close {
  margin-top: -4px;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url("../images/icon_x.png") no-repeat 50%;
  font-size: 0;
}

/* zoom */
.pop-zoom {
  width: 700px;
}
.pop-zoom .boardwrite table td .inpbox {
  width: 500px;
}
/* email */
.pop-dm {
  width: 1000px;
}
.pop-dm .boardwrite table td .inpbox {
  max-width: 100%;
}
.pop-dm .receiver_list {
  overflow-y: auto;
  height: 90px;
}
.pop-dm .receiver_list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.pop-dm .receiver_list li .close {
  margin-top: -4px;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url("../images/icon_x.png") no-repeat 50%;
  font-size: 0;
}

/* 강사 삭제 */
.pop-delete-tutor .boardwrite{
  padding-top: 25px;
  text-align: center;
  line-height: 1.5;
}
.pop-delete-tutor .boardwrite p{
  font-size: 12px;
}
.pop-delete-tutor .boardwrite input{
  margin-top: 25px;
  width:80%;
}

/* 학생 삭제 */
.pop-delete-student .boardwrite{
  padding-top: 25px;
  text-align: center;
  line-height: 1.5;
}
.pop-delete-student .boardwrite p{
  font-size: 12px;
}
.pop-delete-student .boardwrite input{
  margin-top: 25px;
  width:80%;
}

/* 비번변경 */
.pop-pwschange {
  width: 600px;
}
.pop-pwschange .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-pwschange .poptitle h1 {
  text-align: center;
}
.pop-pwschange .popcontents {
  padding: 30px;
}
.pop-pwschange .btncenter {
  border-top: none;
}
.pop-pwschange .boardwrite table th,
.pop-pwschange .boardwrite table td {
  border-top: none;
  text-align: left;
}
.pop-pwschange .noti {
  font-size: 12px;
  color: #5267d6;
}

/* mt선택 */
.pop-mt {
  width: 1000px;
}
.pop-mt .tscroll {
  overflow: auto;
  height: 342px;
}

/* 학생 등록*/
.pop-register {
  width: 600px;
}
.pop-register .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-register .poptitle h1 {
  text-align: center;
}
.pop-register .popcontents {
  padding: 30px;
}
.pop-register .btncenter {
  border-top: none;
}
.pop-register .boardwrite table th,
.pop-register .boardwrite table td {
  border-top: none;
  text-align: left;
}

/* 학생클래스 등록*/
.pop-register-batch-class {
  width: 600px;
}
.pop-register-batch-class .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-register-batch-class .poptitle h1 {
  text-align: center;
}
.pop-register-batch-class .popcontents {
  padding: 30px;
}
.pop-register-batch-class .btncenter {
  border-top: none;
}
.pop-register-batch-class .boardwrite table th,
.pop-register-batch-class .boardwrite table td {
  border-top: none;
  text-align: left;
}

/* 학생이러닝코드 등록*/
.pop-register-batch-code {
  width: 600px;
}
.pop-register-batch-code .poptitle {
  padding: 40px 25px 20px 25px;
  border-bottom: 1px solid #ecebeb;
}
.pop-register-batch-code .poptitle h1 {
  text-align: center;
}
.pop-register-batch-code .popcontents {
  padding: 30px;
}
.pop-register-batch-code .btncenter {
  border-top: none;
}
.pop-register-batch-code .boardwrite table th,
.pop-register-batch-code .boardwrite table td {
  border-top: none;
  text-align: left;
}

.pop-teacherreg .search-board {
  padding-right: 24px;
  padding-left: 24px;
  ;
}
.pop-teacherreg ul.teacherlist {
  margin: 6px 0 0 0;
}
.pop-teacherreg ul.teacherlist li {
  margin: 2px 0;
}
.pop-teacherreg ul.teacherlist li a:hover {
  color: #222;
  text-decoration: underline;
}
.pop-teacherreg .btncenter {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}


/* 모의고사 등록 */
.pop-mocktest {
  width: 1000px;
  max-height: 100%;
}
.pop-mocktest .popcontents {
  padding: 40px 60px;
}
.pop-mocktest .popcontents .editorbox {
  height: 272px;
  border: 1px solid #ddd;
}
.pop-mocktest .popcontents strong {
  font-size: 20px;
  color: #000;
}
.pop-mocktest .popcontents > ul li:not(:first-child),
.pop-mocktest .choice-answer .answer-list li:not(:first-child) {
  margin-top: 16px;
}
.pop-mocktest .popcontents ul li .inpbox,
.pop-mocktest .popcontents ul li .optionbox {
  display: inline-block;
  height: 42px;
}
.pop-mocktest .popcontents ul li .inpbox {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.pop-mocktest .choice-answer {
  display: none;
  margin-top: 40px;
}
.pop-mocktest.mocktest-default .choice-answer {
  display: block;
}
.pop-mocktest .choice-answer .answer-list {
  margin-top: 20px;
}
.pop-mocktest .choice-answer .answer-list li {
  display: flex;
  align-items: center;
  height: 42px;
}
.pop-mocktest .choice-answer .answer-list li span.number {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.pop-mocktest .choice-answer .answer-list li > .input-area {
  display: flex;
  flex: 1;
}
.pop-mocktest .choice-answer .answer-list li > .input-area .inpbox {
  flex: 1;
}
.pop-mocktest .choice-answer .answer-list li > .input-area .optionbox {
  flex: 0 0 145px;
  margin-right: 10px;
}
.pop-mocktest .choice-answer .answer-list li > .input-area > button.answer {
  margin-left: 10px;
  padding: 0 46px;
  height: 42px;
  background: #bebfc4;
  border-radius: 5px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}
.pop-mocktest .choice-answer .answer-list li > .input-area > button.answer.active {
  background: #79cc00 url("../images/icon_check_on.png")no-repeat 30px 17px;
}
.pop-mocktest .choice-answer .answer-list li .btnset {
  margin-left: 20px;
}
.pop-mocktest .choice-answer .answer-list li .btnset > button {
  width: 24px;
  height: 24px;
  background: url("../images/icon_mocktest_plus.png")no-repeat 0 50%;
}
.pop-mocktest .choice-answer .answer-list li .btnset > button:nth-of-type(2) {
  margin-left: 5px;
  background-image: url("../images/icon_mocktest_minus.png");
}
.pop-mocktest .question-explanation,
.pop-preview  .question-explanation {
  margin-top: 40px;
}
.pop-mocktest.mocktest-default .question-explanation,
.pop-preview .mocktest-default .question-explanation {
  margin-top: 62px;
}
.pop-mocktest .question-explanation .editorbox,
.pop-preview .question-explanation .editorbox {
  margin-top: 16px;
}

.pop-mocktest .attachment,
.pop-preview .attachment {
  margin-top: 20px;
  padding: 42px 31px;
  width: 100%;
  background: #f8f9fe;
}
.pop-mocktest .attachment-title,
.pop-preview .attachment-title {
  display: flex;
  justify-content: space-between;
}
.pop-mocktest .attachment-title > span,
.pop-preview .attachment-title > span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.pop-mocktest .attachment-title > span,
.pop-mocktest .attachment-title > button,
.pop-preview .attachment-title > span,
.pop-preview .attachment-title > button {
  height: 42px;
  line-height: 42px;
}
.pop-mocktest .attachment-list,
.pop-preview .attachment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.pop-mocktest .attachment-list li,
.pop-preview .attachment-list li {
  display: flex;
  flex: 0 0 calc(50% - 8px);
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.pop-mocktest .attachment-list li:nth-child(even),
.pop-preview .attachment-list li:nth-child(even) {
  margin-left: 16px;
}
.pop-mocktest .attachment-list li:nth-child(n+3),
.pop-preview .attachment-list li:nth-child(n+3) {
  margin-top: 20px;
}
.pop-mocktest .attachment-list li p,
.pop-preview .attachment-list li p {
  padding-left: 26px;
  max-width: 230px;
  font-weight: 500;
  color: #5267d6;
}
.pop-mocktest .attachment-list li .files p,
.pop-preview .attachment-list li .files p {
  background: url("../images/icon_file.png")no-repeat 0 50%;
}
.pop-mocktest .attachment-list li .audio p,
.pop-preview .attachment-list li .audio p {
  background: url("../images/icon_audio.png")no-repeat 0 50%;
}
.pop-mocktest .attachment-list li span,
.pop-preview .attachment-list li span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: #999;
}
.pop-mocktest .btncenter {
  margin-top: 40px;
  padding-top: 40px;
  border-color: #ddd;
}
/*  */

/*  */
.pop-preview {
  width: 1000px;
  max-height: 100%;
}
.pop-preview .popcontents {
  margin: 40px;
}
.pop-preview .popcontents strong {
  font-size: 18px;
  color: #000;
}
.pop-preview .popcontents textarea {
  box-sizing: border-box;
  width: 100%;
  height: 280px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: #999;
  resize: none;
}
.pop-preview .popcontents .question .question-content {
  border: 1px solid #eee;
  border-radius: 10px;
}
.pop-preview .popcontents .question .question-content > strong {
  display: block;
  padding: 0 40px 20px 40px;
}
.pop-preview .popcontents .question .question-content .attachment {
  margin-top: 0;
  padding: 31px 40px;
}
.pop-preview .question .question-top {
  padding: 35px 40px;
  background: #f8f9ff;
  border-radius: 10px 10px 0 0;
}
.pop-preview .question .question-top .number {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #6071cd;
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.pop-preview .question .question-top .number span {
  display: inline-block;
  padding-top: 8px;
  font-size: 15px;
  color: #fff;
}
.pop-preview .question .question-top .title {
  float: none;
  overflow: hidden;
  align-self: center;
  padding-top: 2px;
}
.pop-preview .question-top .title > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #111;
}
.pop-preview .question .question-top .title > p {
  font-size: 14px;
  color: #6071cd;
}
.pop-preview .question .question-top .title > span {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}
.pop-preview .question .question-bottom {
  padding: 40px 40px 40px 100px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.pop-preview .question .question-bottom > p {
  margin-bottom: 30px;
  font-size: 17px;
  color: #555;
  letter-spacing: -1px;
}
.pop-preview .question .question-bottom > p > span {
  font-size: 15px;
  color: #6071cd;
}
.pop-preview .question .question-bottom > p > b {
  display: inline-block;
  margin: 0 10px;
  min-width: 100px;
  border-bottom: 1px solid #000;
}
.pop-preview .question .question-bottom .audioplayer {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
.pop-preview .question .question-bottom.answer .answer {
  display: block;
}
.pop-preview .question .question-bottom.wrong .wrong {
  display: block;
}
.pop-preview .question .question-bottom .question-choice.list p {
  margin-left: 10px;
  padding: 3px 0;
  font-size: 15px;
  vertical-align: middle;
}
.pop-preview .question .textbox {
  margin-top: 16px;
  width: 100%;
}
.pop-preview .question .textbox > strong {
  display: block;
  margin-bottom: 16px;
}
.pop-preview .question .textbox > textarea {
  padding: 15px 20px;
  width: 100%;
  height: 150px;
}
.pop-preview .question .question-bottom textarea,
.pop-preview .question .question-bottom .drawing {
  height: 280px;
}
.pop-preview .question .question-bottom .drawing {
  position: relative;
  border: 1px solid #bbb;
}
.pop-preview .question .question-bottom .drawing i.drawing-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 53px;
  background: url("../images/icon_drawing.png")no-repeat center 0;
  font-size: 14px;
  color: #999;
  cursor: default;
  transform: translate(-50%,-50%);
}
.pop-preview .question .question-bottom .drawing i.drawing-icon::selection {
  background: transparent;
}
.pop-preview .question .question-bottom .question-choice.list ul li > label {
  margin-bottom: 20px;
}
.pop-preview .question .question-bottom .btnset {
  margin-top: 15px;
}
.pop-preview .question .question-bottom .btnset > button {
  height: 40px;
  line-height: 40px;
}
.pop-preview .question .question-bottom .btnset > button:nth-child(2) {
  border: 1px solid #5267d6;
  color: #5267d6;
}
.pop-preview .question .question-bottom .btnset > button:nth-child(2):hover {
  background: #5267d6;
  color: #fff;
}
.pop-preview .question-explanation {
  position: relative;
}
.pop-preview .question-explanation .btn-slide {
  position: absolute;
  top: 14px;
  right: 0;
  width: 24px;
  height: 14px;
  background: url("../images/icon_slidedown.png")no-repeat center;
  font-size: 0;
  transition: all .5s ease;
}
.pop-preview .question-explanation .btn-slide.active {
  transform: rotate(180deg);
}
.pop-preview .question-explanation .editorbox {
  height: 200px;
}

.pop-preview .btnjustify {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.pop-preview .btnjustify > span {
  top: auto !important;
  right: 0;
}

/* 240219 학생승인 팝업 추가 */
.pop-student-approval {
  width: 600px;
}
.pop-student-approval .required {
  color: #5267d6;
}
.pop-student-approval .required-txt {
  text-align: right;
}
.pop-student-approval .save-check {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
}
.pop-student-approval .save-check .ichkbox {
  color: #5267d6;
}

.pop-student-approval-complete {
  width: 450px;
}
.pop-student-approval-complete .before-after-info {
  margin-top: 20px;
  font-size: 12px;
}
.pop-student-approval-complete .before-after-info .info {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pop-student-approval-complete .before-after-info .after {
  color: #5267d6;
  font-weight: 500;
}

/* 240731 2FA 인증 팝업 추가 */
.pop-2fa .popcontents {
}
.pop-2fa .tit {
  margin-bottom: 30px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.pop-2fa dl {
  margin-top: 20px;
}
.pop-2fa dt {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 6px;
  color: #475cc7;
  font-size: 18px;
  font-weight: 500;
}
.pop-2fa dt:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}
.pop-2fa dd {
  font-size: 18px;
}
.pop-2fa .tip {
  margin-top: 25px;
  color: #ff3a96;
  font-size: 18px;
}
.pop-2fa .tip strong {
  font-weight: 500;
}