@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Microsoft Jhenghei", 微軟正黑體, Verdana, sans-serif;
}

p {
  margin: 0;
  font-family: "Microsoft Jhenghei", 微軟正黑體, Verdana, sans-serif;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  font-size: large;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

h1 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

h3 {
  font-size: 18px;
  color: rgb(33, 37, 41);
  font-weight: 800;
}

h4 {
  font-size: 20px;
  color: rgb(33, 37, 41);
}

h5 {
  font-size: 30px;
  color: rgb(33, 37, 41);
  font-weight: 400;
}

.finished-box {
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}
.finished-box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  max-width: 800px;
  width: 100%;
  min-height: 100px;
  background-color: white;
  border-radius: 5px;
}
.finished-box > .box .sa {
  margin-bottom: 0.8rem;
}
.finished-box > .box .sa-success {
  border-radius: 50%;
  border: 4px solid #A5DC86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
.finished-box > .box .sa-success:after, .finished-box > .box .sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.finished-box > .box .sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.finished-box > .box .sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.finished-box > .box .sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.finished-box > .box .sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.finished-box > .box .sa-success-tip, .finished-box > .box .sa-success-long {
  background-color: #A5DC86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.finished-box > .box .sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}
.finished-box > .box .sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.finished-box > .box h2 {
  font-weight: 800;
  color: #545454;
  display: inline;
}
.finished-box > .box > div.yes {
  border-radius: 3px;
  padding: 0.5rem 3rem;
  background-color: #15b515;
  cursor: pointer;
  margin: 2rem 0 0.5rem;
}
.finished-box > .box > div.yes p {
  font-size: 20px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.3rem;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.849);
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  z-index: 5;
  font-size: 1.5rem;
  flex-direction: column;
  color: rgb(240, 240, 240);
}
.loading .loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.68) rgba(255, 255, 255, 0.29) rgba(255, 255, 255, 0.49) rgb(255, 255, 255);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-bottom: 1rem;
}
.loading .advise {
  position: relative;
  z-index: 0;
}
.loading .advise button {
  position: absolute;
  right: 0;
  top: -1.2rem;
  z-index: 1;
}

.black-back {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.innerHtml {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 45px;
}
.innerHtml .calculator {
  display: flex;
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  z-index: 2;
  max-height: 350px;
  width: fit-content;
  overflow-y: scroll;
  visibility: hidden;
  border: 1px solid rgb(194, 194, 194);
}
.innerHtml .calculator iframe {
  height: 330px;
  width: 1100px;
}
@media screen and (max-width: 949px) {
  .innerHtml .calculator iframe {
    width: 70vw;
  }
}
.innerHtml .calculator.active {
  visibility: visible;
}
.innerHtml > .alert {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.innerHtml > .alert > .alertbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  max-width: 500px;
  width: 100%;
  min-height: 100px;
  background-color: white;
  border-radius: 5px;
}
.innerHtml > .alert > .alertbox h2 {
  font-weight: 800;
  color: #545454;
  display: inline;
}
.innerHtml > .alert > .alertbox .number {
  color: #20bd44;
  margin: 0 0.3rem;
}
.innerHtml > .alert > .alertbox > .buttons {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  margin: 2rem 0 0.5rem;
}
.innerHtml > .alert > .alertbox > .buttons > div {
  border-radius: 3px;
  padding: 0.7rem 3rem;
  background-color: #15b515;
  margin: 0 20px;
  cursor: pointer;
}
.innerHtml > .alert > .alertbox > .buttons > div p {
  font-size: 17px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.3rem;
}
.innerHtml > .top-tittle {
  background: #888888;
  text-align: center;
  padding: 5px;
  height: 45px;
}
.innerHtml > .information {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 0 3px 1.5%;
  background-color: #82e79a;
}
.innerHtml > .information > div {
  display: flex;
}
.innerHtml > .information > div > .three {
  width: fit-content;
}
.innerHtml > .information > div > div {
  height: 40px;
  min-width: 42%;
  display: flex;
}
.innerHtml > .information > div > div > .left {
  width: 40%;
  text-align-last: justify;
}
.innerHtml > .information > div > div > .right,
.innerHtml > .information > div > div .last-text {
  font-weight: 900;
}
.innerHtml > .information > div > div > .last {
  text-align-last: justify;
  width: 25%;
  margin-left: 8%;
}
.innerHtml > .menu {
  width: 100%;
  padding: 0 0 0 1.5%;
  display: flex;
  flex-direction: column;
  background-color: #D9D9D9;
}
.innerHtml > .menu input.button {
  text-align: center;
  vertical-align: text-top;
  font-size: 22px;
  height: 32px;
  line-height: 28px;
  width: 180px;
  background-color: #F2F2F2;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  transition: box-shadow 0.5s;
}
.innerHtml > .menu input.button.short {
  width: fit-content;
  padding: 0 6px;
  margin-right: 12px;
}
.innerHtml > .menu input.button:hover {
  box-shadow: rgba(169, 169, 169, 0.4196078431) 3px 1px 4px 0px;
}
.innerHtml > .menu > div {
  width: 100%;
  display: flex;
  height: 50px;
}
.innerHtml > .menu > div > div {
  width: 32%;
  display: flex;
  align-items: center;
}
.innerHtml > .menu > .top .font-size select {
  font-size: 24px;
  margin-left: 7px;
}
.innerHtml > .menu > .bot > .already .update {
  color: blue;
  margin: 0 7px;
}
.innerHtml > .menu > .bot > .return select {
  font-size: 24px;
  margin: 0 10px;
}
.innerHtml > .testlist {
  width: 100%;
  padding: 0 1.5% 3rem 1.5%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.innerHtml > .testlist label {
  cursor: pointer;
  position: relative;
}
.innerHtml > .testlist label .spanDiv {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.innerHtml > .testlist label .spanDiv span {
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgb(178, 236, 181);
}
.innerHtml > .testlist > .topic {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  z-index: 2;
}
@media only screen and (max-width: 949px) {
  .innerHtml > .testlist > .topic.sticky {
    padding-bottom: 20vh;
  }
}
.innerHtml > .testlist > .topic h5.font-change1 {
  font-size: 30px;
}
.innerHtml > .testlist > .topic h5.font-change2 {
  font-size: 34px;
}
.innerHtml > .testlist > .topic h5.font-change3 {
  font-size: 38px;
}
.innerHtml > .testlist > .topic h5.font-change4 {
  font-size: 42px;
}
.innerHtml > .testlist > .topic h5.font-change5 {
  font-size: 46px;
}
.innerHtml > .testlist > .topic > .question {
  display: flex;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: fit-content;
  flex-direction: column;
}
.innerHtml > .testlist > .topic > .question .text-span {
  height: 5.5rem;
  display: flex;
  align-items: center;
}
.innerHtml > .testlist > .topic > .question .text-span:has(.brSpan) {
  flex-basis: 100%;
  height: 0.5rem;
}
.innerHtml > .testlist > .topic > .question .span-br {
  flex-basis: 100%; /* 佔滿一行 */
  height: 0; /* 不佔垂直空間 */
  display: flex;
}
.innerHtml > .testlist > .topic > .question .ans-fill {
  display: table-cell;
  align-items: center;
  flex-wrap: wrap;
  line-height: 6rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
.innerHtml > .testlist > .topic > .question .ans-fill .spanDiv {
  background-color: #f5f5f5;
  cursor: pointer;
  min-height: 5rem;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0.3rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  min-width: 11rem;
  border-radius: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 949px) {
  .innerHtml > .testlist > .topic > .question .ans-fill .spanDiv {
    min-width: 15rem;
  }
}
.innerHtml > .testlist > .topic > .question .ans-fill .spanDiv span {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.innerHtml > .testlist > .topic > .question .ans-fill .sortable-item01 {
  display: inline-flex;
  justify-content: center;
  margin: 0rem;
  cursor: move;
  padding: 1rem;
  width: fit-content;
  min-width: 10rem;
  background-color: white;
  z-index: 1;
}
@media only screen and (max-width: 949px) {
  .innerHtml > .testlist > .topic > .question .ans-fill .sortable-item01 {
    min-width: 14rem;
  }
}
.innerHtml > .testlist > .topic > .question .ans-fill .sortable-item01 h2 {
  height: 100%;
  margin: 0 0.1rem 0 0;
}
.innerHtml > .testlist > .topic > .question .ans-fill .sortable-item01 h5 {
  line-height: 3rem;
}
.innerHtml > .testlist > .topic > .question .ans-fill .trueAns {
  z-index: 1;
  line-height: 3rem;
}
.innerHtml > .testlist > .topic > .question .ans-fill .trueAns .sortable-item01 {
  background-color: rgb(178, 236, 181);
  line-height: 3rem;
}
.innerHtml > .testlist > .topic > .question .topicImg {
  display: flex;
}
.innerHtml > .testlist > .topic > .question .topicImg img {
  padding: 25px 0 15px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 949px) {
  .innerHtml > .testlist > .topic > .answer.sticky {
    position: sticky;
    bottom: 0;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    max-height: 30vh;
    overflow-y: auto;
    padding: 0 3rem;
    scrollbar-color: #90a5b7 #f0f0f0; /* Firefox */
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar-thumb {
    background-color: #90a5b7;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
  }
}
@media only screen and (max-width: 949px) {
  .innerHtml > .testlist > .topic > .answer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: fit-content;
    padding: 0 1rem;
    z-index: 1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #90a5b7 #f0f0f0; /* Firefox */
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
  .innerHtml > .testlist > .topic > .answer.sticky::-webkit-scrollbar-thumb {
    background-color: #90a5b7;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
  }
  .innerHtml > .testlist > .topic > .answer.sticky .fillAns01 {
    padding: 1rem 0 1rem;
    overflow-x: scroll;
  }
}
.innerHtml > .testlist > .topic > .answer > div {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.innerHtml > .testlist > .topic > .answer > div > input[type=radio] {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
  cursor: pointer;
}
.innerHtml > .testlist > .topic > .answer > div > input[type=checkbox] {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  box-sizing: border-box;
  margin-right: 1rem;
  cursor: pointer;
}
.innerHtml > .testlist > .topic > .answer > .drag_select {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .drag_in {
  width: 100%;
  padding-bottom: 25px;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .drag_in h2 {
  margin-bottom: 1rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .drag_in .redern-img {
  display: flex;
  align-items: center;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .drag_in .redern-img-one {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 0.5rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .drag_in .addimg {
  height: 80px;
  width: 150px;
  box-sizing: border-box;
  padding: 1rem;
  border: 2px solid rgba(52, 151, 93, 0.548);
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .image {
  display: flex;
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .image label {
  height: fit-content;
  display: flex;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .image input {
  display: none;
}
.innerHtml > .testlist > .topic > .answer > .drag_select > .image > div {
  margin-right: 1rem;
  cursor: pointer;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 1rem;
  gap: 0.8rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 h2 {
  font-size: 1.2rem;
  align-self: flex-start;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 .number {
  display: none;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 .sortable-item01 {
  border: 1px solid #eaeaea;
  margin: 0;
  background-color: white;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list2 {
  padding: 1rem 0.5rem 2rem;
  min-width: 20rem;
  align-items: center;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list2 .sortable-item01 {
  width: 100%;
  background-color: white;
  margin: 0.3rem 0;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list2 .number {
  width: fit-content;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .sortable-item01 {
  display: flex;
  margin: 0.3rem 2.3rem 0.3rem 0rem;
  cursor: move;
  padding: 1rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .sortable-item01 h2 {
  height: 100%;
  margin: 0 0.1rem 0 0;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .imgs {
  display: flex;
  height: 100%;
  gap: 1rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .trueAns {
  background-color: rgb(178, 236, 181);
  width: 100%;
  max-width: 20rem;
  padding: 1rem 0.5rem 2rem;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .trueAns h2 {
  margin: 0rem 0 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .trueAns h5 {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.795);
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .redern-img {
  min-height: 10rem;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f5f5f5;
  padding: 1rem 5rem 3rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .redern-img h2 {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 img {
  height: 4rem;
}
.innerHtml > .testlist > .topic > .answer > .link_select {
  background-color: #f3f3f3;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.innerHtml > .testlist > .topic > .answer > .link_select input {
  display: none;
}
.innerHtml > .testlist > .topic > .answer > .link_select .line {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.innerHtml > .testlist > .topic > .answer > .link_select .line .LS {
  height: 22rem;
  width: 22rem;
}
.innerHtml > .testlist > .topic > .answer > .link_select .line .LS.active img {
  border: 5px solid rgb(25, 211, 50);
}
.innerHtml > .testlist > .topic > .answer > .link_select .line img {
  height: 100%;
}
.innerHtml > .testlist > .topic > .answer > .link_select .line.line02 {
  align-items: center;
}
.innerHtml > .testlist > .topic > .answer > .link_select .line.line03 {
  align-items: flex-end;
}
.innerHtml > .testlist > .topic > .answer > .link_select .svg {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.innerHtml > .testlist > .topic > .answer > .link_select .svg svg {
  width: 100%;
  height: 100%;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .sortable-list1-tittle {
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  min-width: 15rem;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 1rem;
  gap: 0.8rem;
  flex-wrap: wrap;
  border-radius: 0px 5px 5px 5px;
  min-height: 5rem;
  min-width: 15rem;
}
@media only screen and (max-width: 949px) {
  .innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 {
    flex-wrap: nowrap;
  }
  .innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 .sortable-item01 {
    white-space: nowrap;
  }
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 h2 {
  font-size: 1.2rem;
  align-self: flex-start;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 .number {
  display: none;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 #sortable-list1 .sortable-item01 {
  border: 1px solid #eaeaea;
  margin: 0;
  background-color: white;
  border-radius: 5px;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .sortable-item01 {
  display: flex;
  margin: 0.3rem 2.3rem 0.3rem 0rem;
  cursor: move;
  padding: 1rem;
  min-width: 10rem;
  justify-content: center;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .sortable-item01 h2 {
  height: 100%;
  margin: 0 0.1rem 0 0;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .imgs {
  display: flex;
  height: 100%;
  gap: 1rem;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .trueAns {
  background-color: rgb(178, 236, 181);
  width: 100%;
  max-width: 20rem;
  padding: 1rem 0.5rem 2rem;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .trueAns h2 {
  margin: 0rem 0 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .trueAns h5 {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.795);
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .redern-img {
  min-height: 10rem;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f5f5f5;
  padding: 1rem 5rem 3rem;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 .drag_in .redern-img h2 {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.innerHtml > .testlist > .topic > .answer > .fillAns01 img {
  height: 4rem;
}
.innerHtml > .testlist > .tittle {
  padding: 5px 0;
}
.innerHtml > .testlist > .test-col {
  width: 100%;
  border: 1px solid black;
}
.innerHtml > .testlist > .test-col > .number {
  display: flex;
  height: 100%;
  height: 30px;
}
.innerHtml > .testlist > .test-col > .number > .text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-right: 1px solid black;
  background-color: rgb(204, 204, 204);
}
.innerHtml > .testlist > .test-col > .answer {
  display: flex;
  height: 100%;
  height: 60px;
}
.innerHtml > .testlist > .test-col > .answer > .answer-block {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-right: 1px solid black;
  border-top: 1px solid black;
  background-color: #FAF868;
}
.innerHtml > .testlist > .test-col > .answer > .answer-block > .button {
  position: relative;
  width: 100%;
  height: 30px;
  max-width: 80px;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  z-index: 0;
}
.innerHtml > .testlist > .test-col > .answer > .answer-block > .button .ready-Ans {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #20bd44;
  justify-content: center;
  align-items: center;
}
.innerHtml > .testlist > .test-col > .answer > .answer-block > .button .ready-Ans p {
  background-color: initial;
  font-size: 18px;
  color: white;
  font-weight: 300;
}
.innerHtml > .testlist > .test-col > .answer :nth-child(1) {
  background-color: rgb(204, 204, 204);
}
.innerHtml > .testlist > .test-col:not(:nth-child(3)) {
  border-top: initial;
}
.innerHtml > .testlist > .test-col:not(:nth-child(3)) .text {
  border-top: initial;
}
.innerHtml > .testlist > .notice {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
}
.innerHtml > .testlist > .notice h4 {
  line-height: 30px;
}
.innerHtml > .testlist > .notice > .button {
  display: flex;
  width: 160px;
  height: 46px;
  border-radius: 5px;
  background-color: #20bd44;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 1rem;
  transition: background-color 0.3s;
  cursor: pointer;
}
.innerHtml > .testlist > .notice > .button h1 {
  color: white;
}
.innerHtml > .testlist > .notice > .button:hover {
  background-color: #1d9d3a;
}
.innerHtml > .footer {
  width: 100%;
  padding: 0 1.5%;
  height: 45px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.innerHtml > .footer input.button {
  text-align: center;
  vertical-align: text-top;
  font-size: 22px;
  height: 32px;
  line-height: 28px;
  width: 180px;
  background-color: #ffffff;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  cursor: pointer;
  transition: box-shadow 0.5s;
}
.innerHtml > .footer input.button:hover {
  box-shadow: rgba(131, 131, 131, 0.4196078431) 3px 1px 4px 0px;
}
.innerHtml > .footer input.button.short {
  width: fit-content;
  padding: 0 6px;
}

.innerHtml.result {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.innerHtml.result .result-html {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
}
.innerHtml.result .result-html > .top-tittle {
  background-color: #10a510;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 90%;
  margin: 2rem auto 0;
  border-radius: 50px;
  padding: 0.5rem 0;
}
.innerHtml.result .result-html > .top-tittle p {
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 48px;
}
.innerHtml.result .result-html > .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  height: fit-content;
  margin: 1rem auto 3rem;
}
.innerHtml.result .result-html > .content > .info {
  display: flex;
  width: 100%;
  height: fit-content;
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
}
.innerHtml.result .result-html > .content > .info > div {
  flex: 1;
  display: flex;
  justify-content: center;
}
.innerHtml.result .result-html > .content > .info > div > div > h4 {
  margin-bottom: 1rem;
}
.innerHtml.result .result-html > .content > .info > div > div > div h4 {
  display: inline;
}
.innerHtml.result .result-html > .content > .info > div > div > div .not-pass {
  color: rgb(199, 41, 41);
  margin-left: 0.3rem;
}
.innerHtml.result .result-html > .content > .info > div .text-right {
  margin-right: 0.7rem;
}
.innerHtml.result .result-html > .content > .data {
  display: flex;
  width: 100%;
  height: fit-content;
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  margin-top: 1rem;
  flex-direction: column;
}
.innerHtml.result .result-html > .content > .data > .tittle {
  display: flex;
  margin-bottom: 1.5rem;
  width: 100%;
  justify-content: center;
}
.innerHtml.result .result-html > .content > .data > .tittle h5 {
  font-weight: 800;
  color: #145ebb;
}
.innerHtml.result .result-html > .content > .data > .content {
  display: flex;
}
.innerHtml.result .result-html > .content > .data > .content > .left {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 5%;
  flex: 1;
}
.innerHtml.result .result-html > .content > .data > .content > .left.topic {
  flex-direction: column;
}
.innerHtml.result .result-html > .content > .data > .content > .left.topic > div {
  margin-bottom: 1rem;
}
.innerHtml.result .result-html > .content > .data > .content > .right {
  flex: 2;
  border: 1px solid black;
}
.innerHtml.result .result-html > .content > .data > .content > div {
  flex: 1;
  display: flex;
  min-height: 100px;
  height: fit-content;
}
.innerHtml.result .result-html > .content > .data > .content > div > div > h4 {
  margin-bottom: 0.5rem;
}
.innerHtml.result .result-html > .content > .data > .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
}
.innerHtml.result .result-html > .content > .data > .buttons > .button {
  background-color: #145ebb;
  padding: 1rem 3rem;
  border-radius: 5px;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.3s background-color;
}
.innerHtml.result .result-html > .content > .data > .buttons > .button h1 {
  letter-spacing: 0.3rem;
}
.innerHtml.result .result-html > .content > .data > .buttons > .button:hover {
  background-color: #133f74;
}

@media only screen and (max-width: 949px) {
  .innerHtml > .information > div {
    flex-direction: column;
  }
  .innerHtml > .menu > .top .font-size select {
    font-size: 20px;
  }
  .innerHtml > .menu input.button {
    font-size: 18px;
    height: initial;
    line-height: 22px;
  }
  .innerHtml > .menu {
    padding: 10px 1.5%;
  }
  .innerHtml > .menu > .top {
    flex-wrap: wrap;
    height: fit-content;
  }
  .innerHtml > .menu > .top h2 {
    font-size: 18px;
  }
  .innerHtml > .menu > .top > div {
    margin-bottom: 10px;
  }
  .innerHtml > .menu > .top .font-size, .innerHtml > .menu > .top .left-time {
    width: 49%;
  }
  .innerHtml > .menu > .bot {
    flex-direction: column;
  }
  .innerHtml > .menu > .bot h2 {
    font-size: 18px;
    white-space: nowrap;
  }
  .innerHtml > .menu > .bot > div {
    margin-bottom: 10px;
  }
  .innerHtml > .menu > .bot > div:nth-child(1) {
    width: 100%;
  }
  .innerHtml > .menu > .bot .already {
    width: 100%;
  }
  .innerHtml > .menu > div {
    height: fit-content;
  }
  .innerHtml > .menu > .bot > .return select {
    font-size: 20px;
  }
  .innerHtml > .testlist > .test-col > .number {
    height: fit-content;
  }
  .innerHtml > .testlist > .test-col > .number > div {
    width: 10%;
  }
  .innerHtml > .testlist > .test-col > .answer > .answer-block > .button .ready-Ans p {
    font-size: 15px;
  }
  .innerHtml > .testlist > .test-col > .number > .text {
    height: initial;
  }
  .innerHtml.result .result-html > .top-tittle p {
    font-size: 2rem;
  }
  .innerHtml.result .result-html > .content > .data > .content > .left.topic > div {
    margin-bottom: 2rem;
  }
  .innerHtml.result .result-html > .content > .data > .content > div {
    height: fit-content;
  }
  .loading .advise {
    margin: 0 1rem;
  }
  .loading .advise video {
    width: 100%;
  }
  .loading .advise button {
    top: -1.5rem;
  }
  .innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 .drag_in .imgs {
    flex-direction: column;
  }
  .innerHtml > .testlist > .topic > .answer > .drag_select {
    width: 100%;
    overflow-x: auto;
  }
  .innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 {
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
  }
  .innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 h2, .innerHtml > .testlist > .topic > .answer > .drag_select.drag_select02 #sortable-list1 h5 {
    word-break: keep-all;
  }
}
@media only screen and (max-width: 1580px) {
  html, body {
    font-size: small;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 15px;
  }
}

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