@charset "UTF-8";
@import url("https://font.elice.io/css?family=Elice+DX+Neolli");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
  font-family: "Elice DX Neolli", sans-serif, "Noto Sans KR", Arial, tahoma, Helvetica, sans-serif, Dotum;
  color: #333333;
  padding: 0px;
  margin: 0px;
}

ul,
ol,
li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Elice DX Neolli", sans-serif, "Noto Sans KR", Arial, tahoma, Helvetica, sans-serif, Dotum;
}

p {
  font-size: 1.6rem;
}

strong {
  display: block;
}

header,
nav,
main,
article,
section,
footer {
  display: block;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  
  font-family: "Elice DX Neolli", sans-serif, "Noto Sans KR", Arial, tahoma, Helvetica, sans-serif, Dotum;
}

input:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  outline: none;
}

textarea {
  border: 0;
  color: #333333;
  font-family: "Elice DX Neolli";
  font-weight: 300;
  line-height: 1.5;
  resize: none;
  outline: none;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

body {
  background-color: #D2EDE7;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 768px;
  padding: 0 24px;
  padding-bottom: 24px;
  overflow-y: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #0EA885;
}

h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.main {
  margin-top: 90px;
}
.main .ready_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 976px;
  height: 640px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
}
.main .ready_box .guide_list {
  margin-bottom: 80px;
}
.main .ready_box .guide_list .guide_title strong {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}
.main .ready_box .guide_list .guide_title h2 {
  font-size: 32px;
  font-weight: 300;
}
.main .ready_box .guide_list .guide_title h2 span {
  color: #FF8D06;
  font-weight: 600;
}
.main .ready_box .guide_list .guide_con {
  margin-top: 60px;
}
.main .ready_box .guide_list .guide_con p {
  text-align: left;
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.main .ready_box .guide_list .guide_con p span {
  color: #FF8D06;
  font-weight: 600;
}
.main .ready_box .audio_test .audio_title strong {
  margin-top: 15px;
  font-size: 36px;
}
.main .ready_box .audio_test .audio_con {
  margin-top: 26px;
}
.main .ready_box .audio_test .audio_con p {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.main .ready_box .audio_test .play_test {
  margin: 50px 0;
}
.main .ready_box .btn_zone .guide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  background: linear-gradient(to right, #FFA335, #FF8D06);
}
.main .ready_box .btn_zone .audio_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  background: linear-gradient(to right, #FFA335, #FF8D06);
}
.main .num_time_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main .num_time_box .num_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.main .num_time_box .num_box ul {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 629px;
  height: 50px;
  margin: 0 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(48, 96, 85, 0.2);
}
.main .num_time_box .num_box ul::-webkit-scrollbar {
  display: none;
}
.main .num_time_box .num_box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 11px;
}
.main .num_time_box .num_box ul li:first-child {
  margin-left: 10px;
}
.main .num_time_box .num_box ul li:last-child {
  margin-right: 10px;
}
.main .num_time_box .num_box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #AAAAAA;
}
.main .num_time_box .num_box .completion {
  background-color: #FFD8AA;
}
.main .num_time_box .num_box .completion a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
}
.main .num_time_box .num_box .skip a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #FF8D06;
}
.main .num_time_box .num_box .ongoing {
  background: linear-gradient(to right, #F5B201, #FF8D06);
}
.main .num_time_box .num_box .ongoing a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
}
.main .num_time_box .time_box {
  display: flex;
}
.main .num_time_box .time_box .time_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
}
.main .num_time_box .time_box .time_title p {
  white-space: nowrap;
  width: 30px;
  margin-left: 8px;
}
.main .num_time_box .time_box .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  margin-left: 8px;
  color: #0EA885;
  border-radius: 100px;
  background-color: #fff;
}
.main .num_time_box .time_box .time p {
  font-size: 26px;
  font-weight: 600;
}
.main .num_time_box .time_box .time p span {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.main .num_time_box .time_box .time p span:nth-child(2) {
  width: 10px;
}
.main .num_time_box .time_check .time p {
  color: #FF4E4A;
}

.contents_box {
  width: 970px;
  height: 500px;
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .con_title_box {
  display: flex;
  justify-content: center;
  width: 812px;
  margin: 0 auto;
}
.contents_box .con_title_box .con_title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border: 2px solid #00C094;
  border-radius: 30px;
}
.contents_box .con_title_box .con_title h2 {
  line-height: 1.5;
  text-align: left;
  padding: 10px 28px;
  font-family: "Elice DX Neolli";
  font-size: 20px;
  font-weight: 500;
}
.contents_box .con_title_box .con_title h2 span {
  margin-right: 10px;
  color: #FF8D06;
  font-weight: 600;
}
.contents_box .con_title_box .small_title h2 {
  font-size: 20px;
}
.contents_box .con_title_box .replay_btn {
  width: 10%;
  margin-left: 10px;
}
.contents_box .con_title_box .replay_btn p {
  font-size: 14px;
  color: #00C094;
}
.contents_box .test_zone {
  width: fit-content;
  height: 380px;
  margin: 0 auto;
  overflow-y: scroll;
  /* 버튼 효과 */
}
.contents_box .test_zone::-webkit-scrollbar {
  width: 5px;
}
.contents_box .test_zone::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #C2C2C2;
}
.contents_box .test_zone::-webkit-scrollbar-track {
  background-color: transparent;
}
.contents_box .test_zone::-webkit-scrollbar-button {
  height: 10px;
  background-color: transparent;
}
.contents_box .test_zone .test_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 430px;
  width: fit-content;
  height: 46px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0 40px;
  border-radius: 30px;
  background-color: #F4F4F4;
}
.contents_box .test_zone .test_title h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Elice DX Neolli";
}
.contents_box .test_zone .test_title h3 span {
  font-size: 26px;
  font-weight: 600;
  margin-right: 15px;
  color: #00C094;
}
.contents_box .test_zone .short_box {
  margin-top: 50px;
}
.contents_box .test_zone .short_box .short_word {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 812px;
  height: 140px;
  padding: 20px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .short_box .short_word p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
.contents_box .test_zone .short_box .short_word p span {
  color: #0EA885;
  margin: 0 20px;
}
.contents_box .test_zone .answer_box {
  margin-top: 70px;
}
/* 240801 수정 (임지혜) */
.contents_box .test_zone .answer_box input {
  /* width: 473px; */
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #757575;
}
/* // 240801 수정 (임지혜) */

.contents_box .test_zone .answer_box input::placeholder {
  color: #C2C2C2;
  font-weight: 300;
}
.contents_box .test_zone .mtp_box-1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}
.contents_box .test_zone .mtp_box-1 .mtp_test-1 {
  width: 310px;
  height: 248px;
  margin: 10px;
  padding: 12px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-1 .mtp_test-1:first-child {
  margin-right: 70px;
}
.contents_box .test_zone .mtp_box-1 .mtp_test-1 span {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-1 .mtp_test-1 img {
  width: 230px;
  margin-top: 12px;
  border-radius: 20px;
}
.contents_box .test_zone .mtp_box-1 .choice_on-1 {
  border: 2px solid #FF8D06;
  box-shadow: 0 0 0 4px #FF8D06;
}
.contents_box .test_zone .mtp_box-1 .choice_on-1 span {
  color: #FF8D06;
}
.contents_box .test_zone .mtp_box-1-n {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}
.contents_box .test_zone .mtp_box-1-n .mtp_test-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 248px;
  margin: 10px;
  padding: 12px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-1-n .mtp_test-1:first-child {
  margin-right: 70px;
}
.contents_box .test_zone .mtp_box-1-n .mtp_test-1 span {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  font-size: 24px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-1-n .choice_on-1 {
  border: 2px solid #FF8D06;
  box-shadow: 0 0 0 4px #FF8D06;
}
.contents_box .test_zone .mtp_box-1-n .choice_on-1 span {
  color: #FF8D06;
}
.contents_box .test_zone .mtp_box-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 812px;
  margin-top: 60px;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 img {
  width: 340px;
  border-radius: 30px;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 120px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .word_box p {
  display: flex;
  font-size: 36px;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .word_box p span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  border-bottom: 3px solid #333333;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .test_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 74px;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .test_btn .choice_box {
  display: flex;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .test_btn .choice_box span {
  margin-left: 20px;
  font-size: 26px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-2 .mtp_test-2 .test_btn .choice_box p {
  width: 100%;
  text-align: center;
  font-size: 26px;
}
.contents_box .test_zone .mtp_box-3 {
  width: 812px;
  margin-top: 40px;
}
.contents_box .test_zone .mtp_box-3 .sentence_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  text-align: left;
  margin: 0 auto;
  padding: 20px 40px;
  width: 94%;
  height: 100%;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-3 .sentence_box p {
  font-size: 18px;
  line-height: 1.5;
}
.contents_box .test_zone .mtp_box-3 .test_title {
  margin-top: 40px;
}
.contents_box .test_zone .mtp_box-3 .test_btn {
  margin-top: 30px;
}
.contents_box .test_zone .mtp_box-3 .test_btn .choice_box {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 480px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-3 .test_btn .choice_box span {
  margin-right: 20px;
  font-size: 26px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-3 .test_btn .choice_box p {
  font-size: 18px;
}
.contents_box .test_zone .mtp_box-3 .test_btn .choice_on-2 {
  color: #fff;
  background-color: #00C094;
}
.contents_box .test_zone .mtp_box-3 .test_btn .choice_on-2 span {
  color: #fff;
}
.contents_box .test_zone .mtp_box-4 {
  width: 100%;
  max-width: 812px;
  margin-top: 48px;
  overflow: hidden;
}
.contents_box .test_zone .mtp_box-4 .example {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contents_box .test_zone .mtp_box-4 .example a {
  margin-right: 22px;
  margin-bottom: 20px;
  padding: 16px 18px;
  color: #575757;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-4 .example a:last-child {
  margin-right: 0;
}
.contents_box .test_zone .mtp_box-4 .example .example_on {
  border: 1px solid #B1D6CD;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-4 .example .example_off {
  color: #C2C2C2;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-4 .answer_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 34px;
}
.contents_box .test_zone .mtp_box-4 .answer_box img {
  width: 240px;
  border-radius: 20px;
}
.contents_box .test_zone .mtp_box-4 .answer_box .answer_text {
  width: 70%;
  margin-left: 20px;
}
.contents_box .test_zone .mtp_box-4 .answer_box .answer_text p {
  display: inline-block;
  text-align: left;
  width: 430px;
  font-size: 24px;
  line-height: 2;
  white-space: wrap;
  word-break: break-word;
}
.contents_box .test_zone .mtp_box-4 .answer_box .answer_text p .choice_con {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  min-width: 130px;
  height: 48px;
  color: #575757;
  font-size: 26px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-4 .answer_box .answer_text p .choice_word {
  text-align: center;
  padding: 0px 20px;
  border: 1px solid #B1D6CD;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-5 .img_zone {
  margin-bottom: 30px;
  padding: 20px;
}
.contents_box .test_zone .mtp_box-5 .img_zone img {
  width: fit-content;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-5 .example {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contents_box .test_zone .mtp_box-5 .example a {
  min-width: 190px;
  margin-right: 40px;
  padding: 16px 18px;
  color: #575757;
  font-size: 30px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-5 .example a:last-child {
  margin-right: 0;
}
.contents_box .test_zone .mtp_box-5 .example .example_on {
  border: 1px solid #B1D6CD;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-5 .example .example_off {
  color: #C2C2C2;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  width: 812px;
  margin-top: 40px;
}
.contents_box .test_zone .mtp_box-6 .img_zone {
  width: 50%;
}
.contents_box .test_zone .mtp_box-6 .img_zone img {
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-6 .typing_zone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 332px;
  height: 120px;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-6 .typing_zone p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
}
.contents_box .test_zone .mtp_box-6 .typing_zone p input {
  text-align: center;
  width: 80px;
  height: 80px;
  margin: 0 16px;
  padding: 10px;
  color: #333333;
  font-size: 50px;
  font-weight: 600;
  border-radius: 10px;
}
.contents_box .test_zone .mtp_box-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  width: 812px;
  margin-top: 60px;
}
.contents_box .test_zone .mtp_box-7 .typing_zone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 476px;
  height: 180px;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-7 .typing_zone p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  font-weight: 600;
}
.contents_box .test_zone .mtp_box-7 .typing_zone p input {
  text-align: center;
  width: 100%;
  width: 110px;
  height: 110px;
  margin: 0 20px;
  padding: 10px;
  color: #333333;
  font-size: 96px;
  font-weight: 600;
  border-radius: 10px;
}
.contents_box .test_zone .mtp_box-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 812px;
  margin-top: 50px;
  padding: 0 10px;
}
.contents_box .test_zone .mtp_box-8 .img_zone {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.contents_box .test_zone .mtp_box-8 .img_zone img {
  width: 226px;
  height: 226px;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-8 .img_zone img:first-child {
  margin-right: 20px;
}
.contents_box .test_zone .mtp_box-8 .line_typing_box {
  width: 100%;
}
.contents_box .test_zone .mtp_box-8 .line_typing_box p {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-8 .line_typing_box input {
  width: 226px;
  height: 150px;
  text-align: center;
  font-size: 100px;
  color: #333333;
  background: url(../img/test_img/line_typing.png) no-repeat;
  background-size: cover;
}
.contents_box .test_zone .mtp_box-8 .line_typing-2 {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
.contents_box .test_zone .mtp_box-8 .line_typing-2 .line_typing:first-child {
  margin-right: 20px;
}
.contents_box .test_zone .mtp_box-8 .line_typing-2 .line_typing p {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-8 .line_typing-2 .line_typing input {
  width: 143px;
  height: 150px;
  text-align: center;
  font-size: 100px;
  color: #333333;
  background: url(../img/test_img/line_typing.png) no-repeat;
  background-size: cover;
}
.contents_box .test_zone .mtp_box-9 .test_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 430px;
  width: fit-content;
  height: 46px;
  margin: 0 auto;
  margin-top: 46px;
  padding: 0 40px;
  border-radius: 30px;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-9 .test_title h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Elice DX Neolli";
}
.contents_box .test_zone .mtp_box-9 .line_typing {
  margin-top: 60px;
}
.contents_box .test_zone .mtp_box-9 .line_typing input {
  width: 400px;
  height: 150px;
  text-align: center;
  font-size: 140px;
  color: #333333;
  background: url(../img/test_img/line_typing.png) no-repeat;
  background-size: 100% 100%;
}
.contents_box .test_zone .mtp_box-10 {
  display: flex;
  align-items: center;
  height: 346px;
}
.contents_box .test_zone .mtp_box-10 .example {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 812px;
  margin: 0 10px;
}
.contents_box .test_zone .mtp_box-10 .example a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 130px;
  border-radius: 20px;
  background-color: #D2EDE7;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-10 .example a p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 40px;
  font-weight: 600;
}
.contents_box .test_zone .mtp_box-10 .example a:last-child {
  margin-right: 0;
}
.contents_box .test_zone .mtp_box-10 .example a .capital {
  font-size: 64px;
}
.contents_box .test_zone .mtp_box-10 .example .ex_off {
  color: #C2C2C2;
  background-color: #F4F4F4;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-10 .yellow_back a {
  background-color: #FFE0A3;
}
.contents_box .test_zone .mtp_box-11 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 56px;
  padding: 0 10px;
  width: 830px;
}
.contents_box .test_zone .mtp_box-11 .mtp_test-1 {
  width: 30%;
  height: 180px;
  margin: 10px;
  padding: 12px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-11 .mtp_test-1 span {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  font-size: 30px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-11 .mtp_test-1 .small_font {
  font-size: 24px;
}
.contents_box .test_zone .mtp_box-11 .mtp_test-1 img {
  height: 70%;
  margin-top: 12px;
  border-radius: 20px;
}
.contents_box .test_zone .mtp_box-11 .choice_on-1 {
  border: 2px solid #FF8D06;
  box-shadow: 0 0 0 4px #FF8D06;
}
.contents_box .test_zone .mtp_box-11 .choice_on-1 span {
  color: #FF8D06;
}
.contents_box .test_zone .mtp_box-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 812px;
  margin-top: 40px;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-1 {
  width: 40%;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-1 img {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #0EA885;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 {
  width: 55%;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  padding: 20px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .word_box .word_con {
  text-align: left;
  line-height: 1.5;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .word_box p {
  font-size: 24px;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .word_box p span {
  display: inline-block;
  width: fit-content;
  height: 36px;
  border-bottom: 2px solid #333333;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .test_typing {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .test_typing img {
  width: 40px;
  margin-right: 10px;
  border: 0;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .test_typing .input_box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.contents_box .test_zone .mtp_box-12 .mtp_test-2 .test_typing .input_box input {
  height: 50px;
  padding: 0 10px;
  font-size: 24px;
  border-bottom: 2px solid #757575;
}
.contents_box .test_zone .mtp_box-13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 812px;
  margin-top: 60px;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-1 {
  width: 40%;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-1 img {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #0EA885;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 {
  width: 55%;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  min-height: 245px;
  padding: 20px 26px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con {
  text-align: left;
  line-height: 1.5;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p:last-child {
  margin-bottom: 0px;
}
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p input {
  /* width: 45%; */
  width: 70px;
  min-width: 70px;
  height: 40px;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  background-color: #fff;
}

/* 240801 텍스트만 있을때 추가(임지혜) */
.contents_box .test_zone .mtp_box-13 .only-word  {
  width: 100%;
}

.contents_box .test_zone .mtp_box-13 .only-word .word_box {
  padding: 20px 50px;
}

.contents_box .test_zone .mtp_box-12 .only-word {
  width: 100%;
  max-width: 812px;
}

.contents_box .test_zone .mtp_box-12 .only-word .word_box {
  padding: 20px 50px;
}

/* // 240801 텍스트만 있을때 추가(임지혜) */



.contents_box .test_zone .mtp_box-14 {
  margin-top: 50px;
}
.contents_box .test_zone .mtp_box-14 .short_word {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 812px;
  height: 140px;
  border-radius: 30px;
  background-color: #F4F4F4;
}
.contents_box .test_zone .mtp_box-14 .short_word p {
  color: #575757;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.contents_box .test_zone .mtp_box-14 .short_word p span {
  color: #575757;
  margin: 0;
  border-bottom: 2px solid #0EA885;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  margin-top: 50px;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box p {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box p span {
  color: #333333;
  border-bottom: 2px solid #0EA885;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box .eq {
  margin: 0 20px;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box input {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #757575;
}
.contents_box .test_zone .mtp_box-14 .short_answer_box input::placeholder {
  color: #C2C2C2;
  font-weight: 300;
}
.contents_box .test_zone .mtp_box-15 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  width: 812px;
  margin-top: 70px;
}
.contents_box .test_zone .mtp_box-15 .img_zone {
  width: 40%;
}
.contents_box .test_zone .mtp_box-15 .img_zone img {
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(48, 96, 85, 0.2);
}
.contents_box .test_zone .mtp_box-15 .typing_zone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  height: 120px;
  padding: 20px 60px;
  border-radius: 20px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-15 .typing_zone p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
}
.contents_box .test_zone .mtp_box-15 .typing_zone p input {
  text-align: center;
  /* width: 50px;
  height: 50px; */
  width: 60px;
  height: 60px;
  margin: 0 6px;
  /* padding: 10px; */
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  border-radius: 10px;
}
.contents_box .test_zone .mtp_box-16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 812px;
  height: 100%;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-1 {
  width: 40%;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-1 img {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #0EA885;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 {
  width: 55%;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  height: 320px;
  padding: 40px 10px 40px 30px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con {
  text-align: left;
  line-height: 2;
  height: 280px;
  overflow-y: scroll;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con::-webkit-scrollbar {
  width: 5px;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #C2C2C2;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-track {
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-button {
  height: 10px;
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con p {
  font-size: 20px;
  margin-bottom: 10px;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con p:last-child {
  margin-bottom: 0px;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-2 .word_box .word_con p input {
  width: 100px;
  height: 34px;
  padding: 5px 10px;
  font-size: 20px;
  color: #333333;
  border-radius: 8px;
  background-color: #fff;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 {
  width: 55%;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  min-height: 232px;
  padding: 40px 10px 40px 30px;
  border-radius: 30px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 .word_box .word_con {
  text-align: left;
  line-height: 2.5;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 .word_box .word_con p {
  font-size: 24px;
  margin-bottom: 10px;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 .word_box .word_con p:last-child {
  margin-bottom: 0px;
}
.contents_box .test_zone .mtp_box-16 .mtp_test-3 .word_box .word_con p input {
  width: 100px;
  height: 40px;
  padding: 5px 10px;
  font-size: 24px;
  color: #333333;
  border-radius: 8px;
  background-color: #fff;
}
.contents_box .test_zone .mtp_box-17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 812px;
  height: 100%;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-1 {
  width: 30%;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-1 img {
  width: 100%;
  border-radius: 20px;
  border: 3px solid #0EA885;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 {
  width: 66%;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  height: 280px;
  padding: 40px 10px 40px 30px;
  border-radius: 20px;
  background-color: #eeeeee;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con {
  text-align: left;
  line-height: 3;
  max-height: 270px;
  overflow-y: scroll;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con::-webkit-scrollbar {
  width: 5px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #C2C2C2;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-track {
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con::-webkit-scrollbar-button {
  height: 10px;
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con p {
  font-size: 20px;
  margin-bottom: 10px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con p:last-child {
  margin-bottom: 0px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-2 .word_box .word_con p input {
  width: 130px;
  height: 40px;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 20px;
  color: #333333;
  border-radius: 8px;
  background-color: #fff;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 {
  width: 55%;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 100%;
  min-height: 232px;
  max-height: 320px;
  padding: 40px 10px 40px 30px;
  border-radius: 30px;
  background-color: #D2EDE7;
  overflow-y: scroll;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box::-webkit-scrollbar {
  width: 5px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #C2C2C2;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box::-webkit-scrollbar-track {
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box::-webkit-scrollbar-button {
  height: 10px;
  background-color: transparent;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box .word_con {
  text-align: left;
  line-height: 2.5;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box .word_con p {
  font-size: 24px;
  margin-bottom: 10px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box .word_con p:last-child {
  margin-bottom: 0px;
}
.contents_box .test_zone .mtp_box-17 .mtp_test-3 .word_box .word_con p input {
  width: 100px;
  height: 34px;
  padding: 5px 10px;
  font-size: 20px;
  color: #333333;
  border-radius: 8px;
  background-color: #fff;
}
.contents_box .test_zone .mtp_box-18 .short_word {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 812px;
  height: 140px;
  border-radius: 30px;
}
.contents_box .test_zone .mtp_box-18 .short_word p {
  color: #0EA885;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.contents_box .test_zone .mtp_box-18 .short_word p .underline {
  width: 100px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 2px solid #575757;
}
.contents_box .test_zone .mtp_box-18 .short_answer_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  margin-top: 50px;
}
.contents_box .test_zone .mtp_box-18 .short_answer_box img {
  width: 50px;
  margin-right: 10px;
}
.contents_box .test_zone .mtp_box-18 .short_answer_box input {
  width: 470px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #757575;
}
.contents_box .test_zone .mtp_box-18 .short_answer_box input::placeholder {
  color: #C2C2C2;
  font-weight: 300;
}
.contents_box .test_zone .mtp_box-19 {
  width: 812px;
  margin-top: 0px;
}
.contents_box .test_zone .mtp_box-19 .sentence_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 40px;
  width: 99%;
  height: 100%;
  border-radius: 20px;
  background-color: #D2EDE7;
}
.contents_box .test_zone .mtp_box-19 .sentence_box p {
  font-size: 20px;
  line-height: 1.5;
}
.contents_box .test_zone .mtp_box-19 .test_title {
  margin-bottom: 20px;
}
.contents_box .test_zone .mtp_box-19 .test_btn {
  margin-top: 30px;
}
.contents_box .test_zone .mtp_box-19 .test_btn .choice_box {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 480px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  border-radius: 20px;
  border: 2px solid #00C094;
}
.contents_box .test_zone .mtp_box-19 .test_btn .choice_box span {
  margin-right: 20px;
  font-size: 26px;
  color: #00C094;
}
.contents_box .test_zone .mtp_box-19 .test_btn .choice_box p {
  font-size: 18px;
}
.contents_box .test_zone .choice_on-2 {
  color: #fff;
  background-color: #00C094;
}
.contents_box .test_zone .choice_on-2 span {
  color: #fff !important;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
.btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  margin: 20px 0;
  color: #fff;
  font-weight: 300;
  border-radius: 100px;
}
.btn_box a p {
  font-size: 20px;
}
.btn_box .pause_btn {
  background: linear-gradient(to right, #3DCEA2, #00C094);
}
.btn_box .next_btn {
  background: linear-gradient(to right, #F5B201, #FF8D06);
}

.btn_last {
  display: flex;
  justify-content: center;
}
.btn_last .review_btn {
  background: linear-gradient(to right, #8CE3FF, #66B6FF);
  margin-right: 40px;
}
.btn_last .submit_btn {
  background: linear-gradient(to right, #B298E8, #9A77FF);
}

.modal_wrap {
  display: none;
}
.modal_wrap .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 286px;
  border-radius: 20px;
  z-index: 9999;
  background-color: #fff;
}
.modal_wrap .modal .modal_con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80%;
  text-align: center;
}
.modal_wrap .modal .modal_con p {
  margin-top: 20px;
  font-weight: 300;
}
.modal_wrap .modal .check_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22%;
  text-align: center;
  color: #fff;
  border-radius: 0 0 20px 20px;
  background-color: #0EA885;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_box {
  display: flex;
  align-items: center;
}

.login_modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.login_modal .login_box {
  margin: 0 auto;
  width: 400px;
  height: 400px;
  padding: 38px 50px;
  border-radius: 40px;
  background-color: #D2EDE7;
}
.login_modal .login_box .login_title {
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.6;
}
.login_modal .login_box .login_title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #0EA885;
}
.login_modal .login_box .login_title p {
  font-size: 14px;
  font-weight: 100;
  color: #757575;
}
.login_modal .login_box form div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.login_modal .login_box form div:last-child {
  margin-top: 14px;
}
.login_modal .login_box form div label {
  text-align: left;
  width: 60px;
  white-space: nowrap;
}
.login_modal .login_box form div input {
  display: inline-block;
  width: 200px;
  height: 36px;
  padding: 0 16px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
}
.login_modal .login_box button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 36px;
  width: 150px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Elice DX Neolli";
  border-radius: 50px;
  background-color: #0EA885;
}/*# sourceMappingURL=common.css.map */


/* 240819 타이핑 길이에 맞춰 길어지는 기능 (지혜) */
.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p .t-fit {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  border-radius: 5px;
  height: 40px;
  /* min-width: 70px; */
  min-width: 90px;
}

.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p .t-fit label {
  display: inline-block;
  font-size: inherit;
  line-height: normal;
  visibility: hidden;
  font-family: inherit;
  padding: 0 14px;
}

.contents_box .test_zone .mtp_box-13 .mtp_test-2 .word_box .word_con p .t-fit input {
    position: absolute;
    display: inline;
    height: 100%;
    width: 100%;
    margin: 0;
}