@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_test .test_container {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 53px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .p_test .test_container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_test .test_container {
    padding: 25px 0;
  }
}
.p_test .test_container .com_input_sec {
  padding-inline: 22px;
}
@media screen and (max-width: 1023.9px) {
  .p_test .test_container .com_input_sec {
    padding-inline: 17px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_test .test_container .com_input_sec .input {
    width: 730px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_test .test_container .com_input_sec .list_num + .input {
    width: 703px;
  }
}
.p_test .test_container .btn_history {
  position: absolute;
  top: 25px;
  right: 77px;
}
@media screen and (max-width: 1023.9px) {
  .p_test .test_container .btn_history {
    right: 17px;
    top: 10px;
  }
}
.p_test .btn_retest {
  width: 374px;
}
.p_test .result_data_box > .com_input_sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 1023.9px) {
  .p_test .result_data_box > .com_input_sec {
    margin-top: 25px;
    padding-top: 25px;
  }
}