@charset "UTF-8";
.all-wrap .media-book .media-wrap li:nth-child(2) {
  width: 300px;
}

.all-wrap .media-book .media-wrap li:nth-child(2) img {
  width: 300px;
}

input[type="text"],
input[type="password"] {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  height: auto;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  text-align: center;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #b5b5b5;
}

.fw_500 {
  font-weight: 500;
}

.all-wrap .stepbox-wrap {
  padding: 34px 20px;
}

.all-wrap .stepbox-wrap .stepbox .stepbox-in {
  width: 78%;
}

.s_line_box .li:nth-child(1) {
  width: 95%;
}

.s_line_box .s_s_point2 {
  width: 98%;
}

.s_title {
  text-align: center;
  float: none;
}

.s_title p {
  font-size: 25px;
  padding: 0 0 20px 0;
  line-height: 1.2;
}

.sub_txt {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.sub_txt span {
  text-decoration: underline;
}

.step-contents {
  padding: 12px 0 0px 0;
}

.con_txt {
  width: 722px;
}

.con_txt .input_box {
  overflow: hidden;
}

.con_txt .input_box .keyword {
  float: left;
  width: 30%;
  background-color: #fff;
  border: 2px solid #ff4068;
  font-size: 18px;
  color: #b5b5b5;
  text-align: center;
  padding: 30px 25px;
  border-radius: 13px;
}

.con_txt .input_box .keyword.keyword1 {
  margin-right: 5%;
}

.con_txt .input_box .keyword.keyword2 {
  margin-right: 5%;
}

.con_txt ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.con_txt ul .keyword {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ff4068;
  font-size: 18px;
  color: #b5b5b5;
  text-align: center;
  padding: 24px 25px;
  border-radius: 13px;
}

.sentence_box {
  width: 678px;
  margin: 0 auto;
  padding: 64px 0 0px 0;
}

.sentence_box img {
  display: inline-block;
}

.sentence_box input {
  display: inline-block;
  width: 94%;
  border-bottom: 1px solid #555555;
  background-color: transparent;
  border-radius: 0;
}

.sentence_box input::-webkit-input-placeholder {
  text-align: center;
}

.sentence_box input::-moz-placeholder {
  text-align: center;
}

.sentence_box input:-ms-input-placeholder {
  text-align: center;
}

.sentence_box input:focus {
  outline: none;
}

.sentence_q_box {
  width: 684px;
  background-color: #fff;
  padding: 35px 20px;
  margin: 18px auto 0;
  border-radius: 10px;
}

.sentence_q_box .sentence_q {
  font-size: 16px;
}

.sentence_q_box .sentence_q .answer_txt {
  display: inline-block;
  width: 15%;
  border-bottom: 1px solid #555555;
  background-color: transparent;
  border-radius: 0;
  height: 23px;
  padding: 0;
}

.sentence_q_box .sentence_q .answer_txt::-webkit-input-placeholder {
  text-align: center;
}

.sentence_q_box .sentence_q .answer_txt::-moz-placeholder {
  text-align: center;
}

.sentence_q_box .sentence_q .answer_txt:-ms-input-placeholder {
  text-align: center;
}

.sentence_q_box .sentence_q .answer_txt:focus {
  outline: none;
}

.sentence_q_box .sentence_q .answer {
  display: inline-block;
  width: 15%;
  border-bottom: 1px solid #555555;
  color: #166bff;
  text-align: center;
}

.sentence_q_box .sentence_q .wrong_answer_box {
  display: inline-block;
  border-bottom: 1px solid #555555;
  color: #166bff;
  text-align: center;
  position: relative;
}

.sentence_q_box .sentence_q .wrong_answer_box .wrong_answer1 {
  display: inline-block;
  color: #ff1645;
}

.sentence_q_box .sentence_q .wrong_answer_box .wrong_answer2 {
  font-size: 14px;
  color: #ff7bb4;
  width: 100%;
}

.sentence_q_box .sentence_q.sentence_q1 {
  margin-bottom: 30px;
}

.sentence_q_box .sentence_q.sentence_q2 {
  margin-bottom: 30px;
}

.sentence_quiz_box {
  width: 684px;
  background-color: #fff;
  padding: 30px 26px;
  margin: 18px auto 0;
  border-radius: 10px 0 0 10px;
  overflow: auto;
  height: 270px;
}

.sentence_quiz_box::-webkit-scrollbar {
  width: 5px;
}

.sentence_quiz_box::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 3px;
}

.sentence_quiz_box::-webkit-scrollbar-track {
  background-color: #bdbdbd;
}

.quiz_box {
  padding-bottom: 32px;
  position: relative;
}

.quiz_box .answer_img {
  position: absolute;
  top: -15px;
  left: -18px;
}

.quiz_box .wrong_answer_img {
  position: absolute;
  top: -9px;
  left: -11px;
}

.quiz_box p {
  font-size: 18px;
  color: #555555;
  padding-bottom: 18px;
}

.quiz_box .quiz .num {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #737373;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}

.quiz_box .quiz p {
  display: inline-block;
  font-size: 16px;
}

.quiz_box .quiz.on_01 .num {
  border: none;
  color: #fff;
  background-color: #000000;
}

.quiz_box .quiz.on_01 p {
  font-weight: bold;
  color: #000000;
}

.quiz_box .quiz.on_02 .num {
  border: none;
  color: #fff;
  background-color: #ff4068;
}

.quiz_box .quiz.on_02 p {
  color: #ff4068;
}

.quiz_box:last-child {
  padding-bottom: 0;
}

.box_btn {
  padding-top: 18px;
  text-align: center;
}

.box_btn .dw-btn {
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #7d7d7d;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
}

.story-contents {
  display: table;
  padding: 0px 0px 0px 0px;
  width: 95%;
  margin: 0 auto;
}

.story_stepbox-wrap {
  position: relative;
}

.story_stepbox-wrap .oops_img {
  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.story_con_txt {
  width: 684px;
  margin: 0 auto;
}

.story_quiz_box {
  width: 684px;
}

.story_quiz_box .quiz_box {
  background-color: #fff;
  border: 2px solid #ff527b;
  height: 120px;
  margin-bottom: 32px;
  padding: 16px 20px;
  border-radius: 10px;
  overflow: auto;
  color: #ff527b;
  font-weight: bold;
  font-size: 16px;
}

.story_quiz_box .story_sentence {
  width: 44%;
  background-color: #fff;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 10px;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 3%;
  margin-left: 3%;
}

.text_con_txt {
  width: 684px;
  margin: 0 auto;
}

.words {
  text-align: right;
  font-size: 16px;
}

.ans {
  background-color: #fff !important;
  width: 100%;
  height: 506px;
  border-radius: 10px;
  margin-top: 11px !important;
  padding: 12px 20px;
  font-size: 18px;
}

.ans::-webkit-input-placeholder {
  font-size: 20px;
  color: #bdbdbd;
}

.ans::-moz-placeholder {
  font-size: 20px;
  color: #bdbdbd;
}

.ans:-ms-input-placeholder {
  font-size: 20px;
  color: #bdbdbd;
}

.start {
  color: #fff;
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  margin: 50px auto;
  text-align: center;
  width: 180px;
  background: #ff4068;
  border-radius: 5px;
}

.readingbook-wrap {
  width: 853px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.readingbook-wrap .img .book_img {
  width: 264px;
}

.readingbook-wrap .img_text {
  margin-left: 28px;
}

.readingbook-wrap .img_text .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 38px;
  margin-top: 40px;
  line-height: 1.2;
}

.readingbook-wrap .img_text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.readingbook-wrap .img_text .chapter {
  font-size: 18px;
  font-weight: 400;
}

.study_step-contents .con_txt ul .keyword {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
}

.study_step-contents .con_txt ul .keyword.gray {
  color: #b5b5b5;
}

.sentence_box p {
  display: inline-block;
  width: 94%;
  border-bottom: 1px solid #555555;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

.quiz {
  display: flex;
}

.quiz .num {
  font-size: 18px;
  margin-right: 5px;
  line-height: 1.5;
}

.book_sentence_box {
  width: 610px;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  margin: 30px auto 0;
}

.book_sentence_box .book_sentence_img {
  width: 158px;
}

.book_sentence_box .text {
  padding-left: 24px;
}

.book_sentence_box .text .title {
  padding-top: 5px;
}

.book_sentence_box .text .title .book_icon {
  display: inline-block;
  margin-right: 7px;
}

.book_sentence_box .text .title h2 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.book_sentence_box .text p {
  font-size: 16px;
  padding-top: 12px;
}

.all-wrap .stepbox-wrap .stepbox .stepbox-in.stepbox-in_study {
  padding-bottom: 12px;
}

.study_step-contents {
  padding: 0;
}

.sub_txt_question {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding: 55px 0 0 0;
  width: 91%;
}

.sub_txt_question_01 {
  padding: 0 0 30px 0;
  width: 81%;
  margin: 0 auto;
}

.feedback {
  width: 684px;
  height: 364px;
  overflow: auto;
  padding: 26px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px;
}

.feedback .feedback-star {
  position: relative;
}

.feedback::-webkit-scrollbar {
  width: 5px;
}

.feedback::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 3px;
}

.feedback::-webkit-scrollbar-track {
  background-color: #bdbdbd;
}

.box_btn {
  font-size: 16px;
  padding: 9px 15px;
  border: 1px solid #7d7d7d;
  cursor: pointer;
  background: #ffffff;
  margin: 32px auto 0;
  width: 20%;
  border-radius: 5px;
}

.box_btn.box_btn_dailywriting {
  background-color: transparent;
  border: none;
  width: auto;
}

.box_btn .icon_speak {
  display: inline-block;
}

.box_btn .dw-btn {
  display: inline-block;
  border: none;
  padding: 0 0 0 0;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.writing_check_box {
  padding: 25px;
  background-color: #fff;
  width: 684px;
  font-size: 16px;
  border-radius: 10px;
}

.writing_check_box .pink {
  color: #ff7bb4;
  font-weight: bold;
}

.writing_check_box .red {
  color: #ff1645;
  text-decoration: line-through;
}

.summary_check_box {
  padding: 25px;
  background-color: #e8e8e8;
  width: 684px;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 10px auto 0;
}

.stepbox-wrap {
  position: relative;
}

.stepbox-wrap .cheacking {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  z-index: 10;
}

.stepbox-wrap .cheacking img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-64%);
}

.stepbox-wrap .cheacking h4 {
  color: #787880;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(238%);
}

.step_b_box {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 684px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

.step_b_box .step_box {
  width: 482px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
}

.listen_btn_box {
  overflow: hidden;
}

.listen_btn_box .listen_btn {
  float: right;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 17px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

.listen_btn_box .listen_btn img {
  margin-right: 11px;
}

.listen_btn_box .stop_btn {
  float: right;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 17px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

.listen_btn_box .stop_btn img {
  margin-right: 11px;
}

.summary_box {
  padding: 25px;
  background-color: #e8e8e8;
  width: 684px;
  font-size: 16px;
  border-radius: 10px;
  margin: 10px auto 0;
}

.test_box {
  overflow: hidden;
  width: 684px;
  margin: 35px auto 0;
}

.test_box .challenge_box {
  margin: 0 auto;
  text-align: center;
}

.test_box .challenge_box .challenge {
  background-color: #166bff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 12px;
  display: inline-block;
  padding: 10px 0;
  width: 132px;
  border-radius: 8px;
  cursor: pointer;
}

.test_box .challenge_box .challenge_time {
  font-size: 16px;
  background-color: #fff;
  padding: 11px 22px;
  display: inline-block;
  border-radius: 8px;
}

.test_box .challenge_box .challenge_time span {
  padding: 0 16px;
  color: #b4b4b4;
}

.test_box .challenge_box .stop {
  background-color: #ff1645;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 12px;
  display: inline-block;
  border-radius: 8px;
  padding: 10px 0;
  width: 132px;
  cursor: pointer;
}

.test_box .challenge_box .stop_time {
  font-size: 16px;
  background-color: #fff;
  padding: 11px 22px;
  display: inline-block;
  border-radius: 8px;
  color: #ff1645;
}

.test_box .challenge_box .stop_time span {
  padding: 0 16px;
  color: #b4b4b4;
}

.graph_box {
  background-color: #fff;
  border: 1px solid #ff4068;
  padding: 20px 23px;
  border-radius: 10px;
  width: 684px;
  margin: 28px auto 0;
}

.graph_box .graph_speed {
  overflow: hidden;
  margin-bottom: 12px;
}

.graph_box .graph_speed h4 {
  color: #ff4068;
  font-size: 16px;
  font-weight: 400;
  float: left;
}

.graph_box .graph_speed .speed_bar {
  float: right;
  width: 502px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffebef;
  position: relative;
  margin-top: 6px;
}

.graph_box .graph_speed .speed_bar .speed_bar_on {
  background-color: #ff4068;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.graph_box .graph_accuracy {
  overflow: hidden;
}

.graph_box .graph_accuracy h4 {
  color: #ff4068;
  font-size: 16px;
  font-weight: 400;
  float: left;
}

.graph_box .graph_accuracy .accuracy_bar {
  float: right;
  width: 502px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffebef;
  position: relative;
  margin-top: 6px;
}

.graph_box .graph_accuracy .accuracy_bar .accuracy_bar_on {
  background-color: #ff4068;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.stepbox-in_exceeded .s_title {
  margin: 0 auto;
  display: block;
}

.stepbox-in_exceeded .s_title p {
  display: inline-block;
}

.stepbox-in_exceeded .s_title .readingbook_icon_2 {
  display: inline-block;
  padding-left: 5px;
}

.video {
  margin: 10px auto 0;
  width: 78%;
}

.video iframe {
  width: 100%;
}

/*반응형 - 아이패드 기준*/
@media (min-width: 320px) and (max-width: 1024px) {
  .all-wrap .stepbox-wrap .stepbox .stepbox-in {
    width: 100%;
  }
  .step-contents {
    padding: 28px 0 0px 0;
    margin-top: 10px;
  }
  .con_txt {
    width: 100%;
    margin: 0 auto;
  }
  .box_btn {
    width: 145px;
  }
  .sentence_box {
    width: 100%;
    margin: 0 auto;
  }
  .sentence_q_box {
    width: 100%;
  }
  .sentence_q_box .sentence_q .wrong_answer_box .wrong_answer2 {
    width: 100px;
  }
  .sentence_quiz_box {
    width: 100%;
  }
  .quiz_box .quiz .num {
    float: left;
  }
  .quiz_box .quiz p {
    width: 85%;
  }
  .story_con_txt {
    width: 100%;
  }
  .story_quiz_box {
    width: 100%;
  }
  .story_quiz_box .story_sentence {
    width: 100%;
    margin: 0;
  }
  .text_con_txt {
    width: 100%;
  }
  .sentence_box p {
    width: 100%;
  }
  .book_sentence_box {
    width: 100%;
  }
  .book_sentence_box .book_sentence_img {
    float: none;
    margin: 0 auto;
    display: block;
    width: 220px;
  }
  .book_sentence_box .text {
    float: none;
    width: 100%;
    margin: 8px auto 0;
  }
  .sub_txt_question_01 {
    width: 91%;
  }
  .feedback {
    width: 100%;
  }
  .writing_check_box {
    width: 100%;
  }
  .step_b_box {
    width: 100%;
  }
  .step_b_box .step_box {
    width: 86%;
  }
  .summary_box {
    width: 100%;
  }
  .test_box {
    width: 100%;
  }
  .graph_box {
    width: 70%;
  }
  .stepbox-in_exceeded .s_title .readingbook_icon_2 {
    display: none;
  }
  .summary_check_box {
    width: 100%;
  }
  .readingbook-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .readingbook-wrap .img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .readingbook-wrap .img .book_img {
    margin: 0 auto;
  }
  .readingbook-wrap .img_text {
    padding: 0 30px;
    margin: 0 auto;
  }
  .all-wrap {
    width: auto;
  }
}

/*반응형 - 아이패드 기준*/
@media only screen and (max-width: 641px) {
  .sentence_box img {
    display: none;
  }
  .sentence_box form {
    width: 100%;
  }
}

/*반응형 - 아이패드 기준*/
@media only screen and (max-width: 566px) {
  .book_sentence_box {
    flex-direction: column;
  }
  .book_sentence_box .text {
    width: 100%;
  }
  .test_box {
    width: 100%;
  }
  .test_box .challenge_box .challenge_time {
    display: block;
  }
  .test_box .challenge_box .challenge {
    margin: 5px 0;
  }
  .test_box .challenge_box .stop {
    margin: 5px 0;
  }
  .test_box .challenge_box .stop_time {
    display: block;
  }
}

/*반응형 - 아이패드 기준*/
