/*------------------------
  Heading
------------------------*/
.heading--default {
  font-size: 30px;
  margin-bottom: 50px;
  padding: 0 5.33vw;
  text-align: center;
  line-height: 1.6;
}

.heading--border {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  color: #0071bc;
  border: solid #0071bc;
  border-width: 2px 0;
  padding: 19px 0;
  margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .heading--default {
    font-size: 24px;
    margin-bottom: 19px;
  }
}

/*------------------------
  Basic Information
------------------------*/
.basic-info__cont .heading--default {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 19px;
  text-align: center;
}

.basic-info__cont .heading--question {
  font-size: 24px;
  line-height: 1.6;
  color: #0071bc;
  border: solid #0071bc;
  border-width: 2px 0;
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
}

.basic-info--detail ul {
  list-style: disc;
  margin: .2em 0 .2em 1em;
}

.basic-info--detail ol {
  list-style: decimal;
  margin: .2em 0 .2em 1em;
}

.basic-info--detail p + p {
  margin-top: 1.5em;
}

.basic-info--detail img {
  margin: 1.5em 0;
}

.basic-info--video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.5em 0;
}

.basic-info--video iframe {
  width: 100%;
  height: 100%;
}

.test__cont .basic-info__cont {
  padding: 5rem 0 3.4375rem;
  border-bottom: 1px solid #eee;
}

.test__cont .basic-info__cont a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .basic-info__cont .heading--question {
    font-size: 20px;
  }
}

/*------------------------
  Test Default
------------------------*/
.test {
  /* Radio */
  /* Checkbox */
  /* Textarea */
  /* File Upload */
  /* Video */
}

.test__cont {
  margin-top: 3.125rem;
}

.test__cont .test__title--question + .basic-info__cont {
  padding-top: 0;
}

.test__item {
  padding: 3.4375rem 0;
  border: solid #eee;
  border-width: 0 0 1px;
}

.test__title--question {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

.test__title--question .num {
  width: 60px;
}

.test__title--question .text {
  width: calc(100% - 60px);
}

.test--detail {
  padding: 0 0 0 60px;
}

.test__custom-radio {
  display: block;
  margin: 8px 0;
}

.test__custom-radio:last-child {
  margin: 8px 0 0;
}

.test__custom-radio input[type="radio"] {
  appearance: none;
  position: absolute;
}

.test__custom-radio input[type="radio"]:checked + .test__radio__text::before {
  border: 5px solid #0071bc;
}

.test__radio__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  line-height: 1.6;
  font-size: 16px;
}

.test__radio__text::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: .35em;
  display: block;
  border-radius: 50%;
  border: 1px solid #C0C0C0;
  width: 15px;
  height: 15px;
}

.test__custom-checkbox {
  position: relative;
  margin: 30px 0;
  display: block;
}

.test__custom-checkbox label {
  display: flex;
  flex-wrap: nowrap;
}

.test__custom-checkbox input[type="checkbox"] {
  opacity: 0;
}

.test__custom-checkbox input[type="checkbox"]:checked + .test__custom-checkbox__text:before {
  background: #0071bc url(../images/icon-check.svg) no-repeat center/100% auto;
  background-color: #0071bc;
  border-color: #0071bc;
}

.test__custom-checkbox__text {
  cursor: pointer;
  display: block;
  padding-left: calc(1.875em - 15px);
  line-height: 1.65;
  font-size: 16px;
}

.test__custom-checkbox__text:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: .4em;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #C0C0C0;
  background-color: #fff;
  cursor: pointer;
}

.test__custom-textarea p {
  margin-bottom: 18px;
}

.test__custom-textarea textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #eee;
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 15px;
}

.test__custom-textarea textarea:focus {
  outline: none;
  background-color: #99c6e4;
}

.test__custom-textarea .char-count {
  font-size: 12px;
  margin: 20px 0 10px;
}

.test__fileUpload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.test__fileUpload p {
  font-size: 14px;
  margin: 0 1.5em 0 0;
}

.test__fileUpload .filelabel {
  line-height: 1;
  font-size: 14px;
  padding: 10px 10px;
  background-color: #C0C0C0;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.test__fileUpload input[type="file"] {
  display: none;
}

.test__custom-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #F7F7F7;
  position: relative;
}

.test__custom-video .button {
  background-color: #C0C0C0;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 15px 0;
  cursor: pointer;
  transition: all .6s;
  -webkit-transition: all .3s;
}

.test__custom-video .button:hover {
  background-color: #0071bc;
}

.test__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

/* Footer Counter */
.counter__box {
  position: relative;
}

.counter__box.stop .counter__cont {
  position: absolute;
}

.counter__cont {
  position: fixed;
  bottom: 1.25rem;
  left: 30px;
  width: calc(100% - 30px * 2);
  height: 110px;
  transition: all .6s;
  -webkit-transition: all .3s;
}

.counter__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  transition: all .6s;
  -webkit-transition: all .3s;
  background: #0071bc;
  border-radius: 6px;
  max-width: 940px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.counter__row li {
  padding: 0 50px;
}

.counter__row li small {
  font-size: 22px;
}

.counter__row li.hour {
  display: flex;
  flex-wrap: nowrap;
}

.counter__row li.hour::before {
  content: '';
  width: 48px;
  height: 32px;
  display: block;
  background: url(../images/test-detail/icon-hour.svg) no-repeat left bottom;
}

@media screen and (max-width: 767px) {
  .test__title--question {
    font-size: 17px;
  }
  .test__title--question .num {
    width: 50px;
  }
  .test__title--question .text {
    width: calc(100% - 50px);
  }
  .test--detail {
    padding-left: 0;
  }
  .test__custom-video .button {
    line-height: 40px;
  }
  /* Footer Counter */
  .counter__box {
    margin-bottom: 100px;
  }
  .counter__cont {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 10px * 2);
    height: 60px;
  }
  .counter__row {
    font-size: 18px;
  }
  .counter__row li {
    padding: 0 20px;
  }
  .counter__row li small {
    font-size: 14px;
  }
  .counter__row li.hour {
    margin-top: .3em;
  }
  .counter__row li.hour::before {
    width: 25px;
    height: 22px;
    background-size: 12px auto;
    background-position: left center;
  }
}

/*------------------------
  End
------------------------*/
.wh-box.end {
  padding: 65px 0 100px;
  margin-bottom: 80px;
}

.wh-box.end .inner {
  padding: 0 70px;
}

.wh-box.end .end__description .heading--default {
  margin-bottom: 50px;
}

.wh-box.end .end__description p {
  line-height: 1.875;
}

.wh-box.end .end__description p + p {
  margin-top: 1.5em;
}

.wh-box.end .end__description p a {
  color: #0071bc;
  text-decoration: underline;
}

.wh-box.end .end__description p a:hover {
  color: #1375F4;
  text-decoration: underline;
}

.wh-box.end .result__row {
  margin: 70px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wh-box.end .result__item {
  width: calc(50% - 10px);
  border-radius: 6px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wh-box.end .result__item:first-child {
  background-color: #EAF4FA;
  color: #0071bc;
}

.wh-box.end .result__item:first-child dl dt {
  border-color: rgba(0, 113, 188, 0.2);
}

.wh-box.end .result__item:last-child {
  background-color: #F7F7F7;
}

.wh-box.end .result__item:last-child dl dt {
  border-color: #eee;
}

.wh-box.end .result__item dl {
  width: calc(50% - 10px);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wh-box.end .result__item dl dt, .wh-box.end .result__item dl dd {
  width: 100%;
}

.wh-box.end .result__item dl dt {
  border-bottom: 1px solid;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

.wh-box.end .result__item dl dd {
  margin-top: auto;
}

.wh-box.end .result__item dl .em {
  font-size: 36px;
}

.wh-box.end .result__item dl .em.num {
  font-size: 50px;
}

.end .test__cont {
  margin-top: 70px;
}

.end .test__cont .heading--border {
  margin-bottom: 0;
}

.end .test__cont .basic-info__cont .heading--question {
  border: none;
  padding: 0;
}

.end .test__cont .test__item {
  border: none;
  padding: 2.5rem 0;
}

.end .test__cont .test__title--question {
  font-size: 16px;
}

.answer__table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  line-height: 1.625;
}

.answer__table th, .answer__table td {
  border-bottom: 1px solid #eee;
}

.answer__table th.input, .answer__table td.input {
  width: 55px;
  text-align: center;
  padding: 15px 0;
}

.answer__table th {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 15px;
}

.answer__table td {
  padding: 15px;
  font-size: 16px;
}

.answer__table .answer {
  margin: 0 auto;
}

.answer__table .answer.radio {
  border-radius: 50%;
  border: 1px solid #C0C0C0;
  width: 15px;
  height: 15px;
}

.answer__table .answer.radio.correct, .answer__table .answer.radio.checked {
  border: 5px solid #0071bc;
}

.answer__table .answer.checkbox {
  border-radius: 3px;
  border: 1px solid #C0C0C0;
  width: 15px;
  height: 15px;
}

.answer__table .answer.checkbox.correct, .answer__table .answer.checkbox.checked {
  border: 1px solid #0071bc;
  background: #0071bc url(../images/icon-check.svg) no-repeat center center/12px auto;
}

.answer--comment {
  color: #0071bc;
  margin: 30px 0 40px;
  line-height: 1.875;
}

.answer--comment dt, .answer--comment dd {
  width: 100%;
}

.answer--comment dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.answer--comment + .answer--score {
  margin: 0;
}

.answer--score {
  background-color: #EAF4FA;
  font-size: 14px;
  display: inline-block;
  padding: 8px 20px;
  margin: 40px 0 0;
  border-radius: 6px;
}

.answer--score small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  body.end {
    background-color: #fff;
  }
  .wh-box.end {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .wh-box.end .inner {
    padding: 0 20px;
  }
  .wh-box.end .result__row {
    margin: 20px 0 0;
  }
  .wh-box.end .result__item {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    margin: 15px auto 0;
  }
  .wh-box.end .result__item dl {
    width: calc(50% - 10px);
  }
  .wh-box.end .result__item dl .em {
    font-size: 20px;
  }
  .wh-box.end .result__item dl .em.num {
    font-size: 32px;
  }
  .answer__table th.input, .answer__table td.input {
    width: 40px;
  }
  .answer__table th {
    font-size: 13px;
  }
  .answer__table td {
    font-size: 14px;
  }
}

/*------------------------
  Button
------------------------*/
.action__row {
  margin: 8.75rem auto;
}

.action__row button[type="submit"],
.action__row .btn-close {
  width: 420px;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  margin: 0 auto;
}

.action__row button[type="submit"].inactive,
.action__row .btn-close.inactive {
  background-color: #C0C0C0;
}

.action__row button[type="submit"].active,
.action__row .btn-close.active {
  background-color: #0071bc;
  cursor: pointer;
}

.action__row button[type="submit"].active:hover, .action__row button[type="submit"].active:focus,
.action__row .btn-close.active:hover,
.action__row .btn-close.active:focus {
  background-color: #1375F4;
}

.end .action__row {
  margin: 5rem auto 0;
}

.end .action__row .btn-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  background-color: #0071bc;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  transition: all .6s;
  -webkit-transition: all .3s;
}

.end .action__row .btn-close:hover {
  background-color: #1375F4;
}

.end .action__row .btn-close img {
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .action__row {
    margin: 3.4375rem auto;
  }
  .action__row button[type="submit"],
  .action__row .btn-close {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
}

/*------------------------
  Error
------------------------*/
body.error {
  line-height: 2;
}

body.error .wh-box {
  max-width: 640px;
  padding: 1.875rem 4.375rem;
}

@media screen and (max-width: 767px) {
  body.error .wh-box {
    width: 94%;
    padding: 1.875rem 1.25rem;
  }
}

/*------------------------
  Footer
------------------------*/
.footer {
  font-size: 11px;
  text-align: center;
  color: #C0C0C0;
  margin: 3.4375rem 0 1.25rem;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 10px;
    margin: 1.875rem 0 1.25rem;
    padding-bottom: 80px;
  }
}
/*# sourceMappingURL=style_test.css.map */