@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;display=swap");
.la-gutters.container {
  padding-left: 10px;
  padding-right: 10px; }

.la-gutters .row {
  margin-left: -5px;
  margin-right: -5px; }

.la-gutters [class^="col-"], .la-gutters [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  color: #333333; }

body {
  width: 100%;
  -webkit-font-smoothing: auto;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden; }

p {
  display: block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  outline: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

dd {
  display: block;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px; }

img {
  display: inline-block;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

.img-fluid {
  width: 100%; }

@media (max-width: 441px) {
  .hidden-xxs-down {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }

@media (min-width: 441px) {
  .hidden-xxs-up {
    display: none !important; } }

.eng-num {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; }

.img-bg {
  background-size: cover;
  width: 100%;
  background-position: center center; }

/* -------------------------------- 

PAGE_LAYOUT 內頁版型

-------------------------------- */
body {
  background-color: #DDF5FF; }

#MAIN_PAGE {
  padding-bottom: 80px;
  position: relative;
  min-height: 800px; }
  #MAIN_PAGE .main_page_frame {
    z-index: 100;
    width: 100%;
    border-radius: 15px;
    background-color: #E8F8FF;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 12px 0 rgba(55, 145, 180, 0.2);
    box-shadow: 2px 4px 12px 0 rgba(55, 145, 180, 0.2);
    padding: 80px 60px 80px 60px;
    margin-top: -50px; }
  #MAIN_PAGE .page_frame_sum {
    border-bottom: 2px solid #CAECFF;
    padding: 20px 0 40px 0; }
  #MAIN_PAGE .page_frame_body {
    padding: 50px 0px 0px 0px; }
  #MAIN_PAGE .page-bg {
    position: absolute;
    width: 315px;
    height: 739px;
    background-size: cover;
    bottom: -80px; }
    #MAIN_PAGE .page-bg.page-leftbg {
      left: 0px;
      background: url(../img/img-page-leftbg.svg); }
    #MAIN_PAGE .page-bg.page-rightbg {
      right: 0px;
      background: url(../img/img-page-rightbg.svg); }

@media screen and (max-width: 1920px) {
  #MAIN_PAGE .page-bg.page-leftbg {
    left: -80px; }
  #MAIN_PAGE .page-bg.page-rightbg {
    right: -80px; } }

@media screen and (max-width: 1680px) {
  #MAIN_PAGE .page-bg.page-leftbg {
    left: -200px; }
  #MAIN_PAGE .page-bg.page-rightbg {
    right: -200px; } }

@media screen and (max-width: 1430px) {
  #MAIN_PAGE .page-bg.page-leftbg {
    display: none; }
  #MAIN_PAGE .page-bg.page-rightbg {
    display: none; } }

@media screen and (max-width: 768px) {
  #MAIN_PAGE .main_page_frame {
    padding: 80px 40px 50px 40px; } }

@media screen and (max-width: 540px) {
  #MAIN_PAGE .container {
    padding-left: 0px;
    padding-right: 0px; }
  #MAIN_PAGE .main_page_frame {
    padding: 70px 30px 50px 30px; } }

@media screen and (max-width: 375px) {
  #MAIN_PAGE .container {
    padding-left: 0px;
    padding-right: 0px; }
  #MAIN_PAGE .main_page_frame {
    padding: 70px 20px 50px 20px; } }

.form-wrap .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-wrap .form-group .basf-form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .form-wrap .form-group .basf-form-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.form-wrap .form-radio, .form-wrap .form-checkbox {
  padding: 0 5px; }

.form-wrap .form-radio .form-group, .form-wrap .form-checkbox .form-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-wrap .form-radio .form-group .basf-form, .form-wrap .form-checkbox .form-group .basf-form {
    margin-right: 15px; }

.form-gorup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-gorup-wrap .form-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 20px 20px 0px; }
    .form-gorup-wrap .form-left.f-40 {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; }
  .form-gorup-wrap .form-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0px 30px 20px; }
    .form-gorup-wrap .form-right.f-60 {
      -webkit-box-flex: 6;
      -ms-flex: 6;
      flex: 6; }
  .form-gorup-wrap .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-gorup-wrap .form-group .basf-form-input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .form-gorup-wrap .form-group .basf-form-select {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .form-gorup-wrap .form-radio, .form-gorup-wrap .form-checkbox {
    padding: 0 5px; }
  .form-gorup-wrap .form-radio .form-group, .form-gorup-wrap .form-checkbox .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-gorup-wrap .form-radio .form-group .basf-form, .form-gorup-wrap .form-checkbox .form-group .basf-form {
      margin-right: 15px; }

@media screen and (max-width: 990px) {
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-wrap .form-left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0px 0px 0px 0px; }
      .form-wrap .form-left.f-40 {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4; }
    .form-wrap .form-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0px 0px 0px 0px; }
      .form-wrap .form-right.f-60 {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6; }
  .form-gorup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-gorup-wrap .form-left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0px 0px 40px 0px; }
      .form-gorup-wrap .form-left.f-40 {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4; }
    .form-gorup-wrap .form-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0px 0px 40px 0px; }
      .form-gorup-wrap .form-right.f-60 {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6; }
    .form-gorup-wrap .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-gorup-wrap .form-group .basf-form-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .form-gorup-wrap .form-group .basf-form-select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

#HEADER {
  height: 320px;
  background: #297642;
  background: -webkit-radial-gradient(circle, #297642 0%, #235134 100%);
  background: -o-radial-gradient(circle, #297642 0%, #235134 100%);
  background: radial-gradient(circle, #297642 0%, #235134 100%);
  overflow: hidden; }
  #HEADER .header_inner {
    position: relative;
    height: 100%; }
    #HEADER .header_inner .img-page-kv-leftillu {
      width: 365px;
      height: 166px;
      background-size: cover;
      background-image: url(../img/img-page-kv-leftillu.svg);
      position: absolute;
      top: 80px;
      left: 350px; }
    #HEADER .header_inner .img-page-kv-rightillu {
      width: 318px;
      height: 204px;
      background-size: cover;
      background-image: url(../img/img-page-kv-rightillu.svg);
      position: absolute;
      top: 60px;
      right: 350px; }
    #HEADER .header_inner .page-kv-circle-bg {
      position: relative;
      width: 567px;
      height: 309px;
      margin: 0 auto;
      background-size: cover;
      background-image: url(../img/img-page-kv-headbg.png);
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -284px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #HEADER .header_inner .page-kv-circle-bg h2 {
        display: block;
        font-size: 0;
        width: 360px;
        height: 95px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        background-size: cover;
        background-image: url(../img/img-page-kv-title.svg); }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-leftdoll {
        width: 184px;
        height: 210px;
        background-size: cover;
        background-image: url(../img/img-page-kv-leftdoll.png);
        position: absolute;
        left: -120px;
        -webkit-animation: pulse2 1s infinite alternate;
        animation: pulse2 1s infinite alternate; }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-rightdoll {
        width: 163px;
        height: 227px;
        background-size: cover;
        background-image: url(../img/img-page-kv-rightdoll.png);
        position: absolute;
        right: -120px;
        -webkit-animation: pulse 1s infinite alternate;
        animation: pulse 1s infinite alternate; }

.board-bottom {
  width: 100%;
  height: 30px;
  background-image: url(../img/img-board-bottom.svg);
  background-repeat: repeat-x; }

@media screen and (max-width: 1930px) {
  #HEADER .header_inner .img-page-kv-leftillu {
    position: absolute;
    top: 80px;
    left: -20px; }
  #HEADER .header_inner .img-page-kv-rightillu {
    top: 60px;
    right: -20px; } }

@media screen and (max-width: 1430px) {
  #HEADER {
    height: 300px; }
    #HEADER .header_inner .img-page-kv-leftillu {
      top: 60px;
      left: -80px; }
    #HEADER .header_inner .img-page-kv-rightillu {
      top: 40px;
      right: -80px; }
    #HEADER .header_inner .page-kv-circle-bg {
      position: relative;
      width: 480px;
      height: 262px;
      margin-left: -240px;
      position: absolute;
      bottom: 0;
      left: 50%; }
      #HEADER .header_inner .page-kv-circle-bg h2 {
        display: block;
        font-size: 0;
        width: 321px;
        height: 85px; } }

@media screen and (max-width: 900px) {
  #HEADER .header_inner .img-page-kv-leftillu {
    left: -200px; }
  #HEADER .header_inner .img-page-kv-rightillu {
    right: -200px; } }

@media screen and (max-width: 800px) {
  #HEADER .header_inner .img-page-kv-leftillu {
    left: -230px; }
  #HEADER .header_inner .img-page-kv-rightillu {
    right: -230px; } }

@media screen and (max-width: 768px) {
  #HEADER .header_inner .img-page-kv-leftillu {
    display: none; }
  #HEADER .header_inner .img-page-kv-rightillu {
    display: none; }
  #HEADER .header_inner .page-kv-circle-bg {
    position: relative;
    width: 430px;
    height: 234px;
    margin-left: -215px;
    position: absolute;
    bottom: 20px;
    left: 50%; }
    #HEADER .header_inner .page-kv-circle-bg h2 {
      width: 300px;
      height: 79px; }
    #HEADER .header_inner .page-kv-circle-bg .img-page-kv-leftdoll {
      left: -80px; }
    #HEADER .header_inner .page-kv-circle-bg .img-page-kv-rightdoll {
      right: -90px; } }

@media screen and (max-width: 540px) {
  #HEADER {
    height: 280px; }
    #HEADER .header_inner .page-kv-circle-bg {
      position: relative;
      width: 430px;
      height: 234px;
      margin-left: -215px;
      position: absolute;
      bottom: 20px;
      left: 50%; }
      #HEADER .header_inner .page-kv-circle-bg h2 {
        width: 300px;
        height: 79px; }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-leftdoll {
        width: 150px;
        height: 171px;
        left: -40px; }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-rightdoll {
        width: 130px;
        height: 181px;
        right: -50px; } }

@media screen and (max-width: 440px) {
  #HEADER {
    height: 230px; }
    #HEADER .header_inner .page-kv-circle-bg {
      position: relative;
      width: 340px;
      height: 185px;
      margin-left: -170px;
      position: absolute;
      bottom: 20px;
      left: 50%; }
      #HEADER .header_inner .page-kv-circle-bg h2 {
        width: 240px;
        height: 63px; }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-leftdoll {
        width: 150px;
        height: 171px;
        left: -60px; }
      #HEADER .header_inner .page-kv-circle-bg .img-page-kv-rightdoll {
        width: 130px;
        height: 181px;
        right: -60px; } }

@media screen and (max-width: 375px) {
  #HEADER .header_inner .page-kv-circle-bg h2 {
    width: 220px;
    height: 57px; }
  #HEADER .header_inner .page-kv-circle-bg .img-page-kv-leftdoll {
    width: 150px;
    height: 171px;
    top: 10px;
    left: -45px; }
  #HEADER .header_inner .page-kv-circle-bg .img-page-kv-rightdoll {
    width: 130px;
    height: 181px;
    top: -10px;
    right: -35px; } }

.basf-form {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 15px; }

label.required::after {
  content: '*';
  position: absolute;
  font-size: 0.9375rem;
  color: #C60022;
  font-weight: 400 !important;
  margin-top: 0px;
  margin-left: 3px; }

.basf-form input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.basf-form-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 26px;
  width: 26px;
  background: #ffffff;
  border: 2px solid #21A0D2; }

.basf-form-radio .basf-form-indicator {
  border-radius: 50%; }

.basf-form:hover input ~ .basf-form-indicator,
.basf-form input:focus ~ .basf-form-indicator {
  background: #ffffff; }

.basf-form input:checked ~ .basf-form-indicator {
  background: #21A0D2; }

.basf-form:hover input:not([disabled]):checked ~ .control__indicator,
.basf-form input:checked:focus ~ .basf-form-indicator {
  background: #21A0D2; }

.basf-form input:disabled ~ .basf-form-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.basf-form-indicator:after {
  content: '';
  position: absolute;
  display: none; }

.basf-form input:checked ~ .basf-form-indicator:after {
  display: block; }

.basf-form-checkbox .basf-form-indicator:after {
  left: 7px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.basf-form-checkbox input:disabled ~ .basf-form-indicator:after {
  border-color: #7b7b7b; }

.basf-form-radio .basf-form-indicator:after {
  left: 6px;
  top: 6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #fff; }

.basf-form-radio input:disabled ~ .basf-form-indicator:after {
  background: #7b7b7b; }

.basf-form-input, .basf-form-select {
  margin-bottom: 10px;
  padding: 0 5px 0 0px;
  margin-bottom: 20px; }

.basf-form-input input {
  width: 100%;
  height: 42px;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 3px solid #fff; }

.basf-form-input.disabled input:disabled {
  color: #CCCCCC;
  -webkit-text-fill-color: #CCCCCC;
  background-color: #E9E9E9;
  cursor: not-allowed; }

.basf-form-input label, .basf-form-select label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 5px; }

.basf-form-select select {
  font-size: 15px;
  width: 100%;
  height: 45px;
  padding: 5px;
  padding-left: 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  background-color: #fff;
  background-position: right 20px center;
  border: 3px solid #ffffff;
  color: #555555;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8px; }

.form-checkbox, .form-radio {
  margin-bottom: 20px; }

.form-checkbox .form-group,
.form-radio .form-group {
  margin-top: 5px; }

.form-wrap .question {
  margin-bottom: 40px; }

.form-wrap.question-group {
  margin-bottom: 10px; }

.section-title {
  background-size: cover;
  font-size: 0; }
  .section-title.title-exam-01 {
    width: 475px;
    height: 26px;
    background-image: url(../img/img-title-exam01.svg); }
  .section-title.title-exam-02 {
    width: 296px;
    height: 26px;
    background-image: url(../img/img-title-exam02.svg); }
  .section-title.title-exam-02-1 {
    width: 296px;
    height: 26px;
    background-image: url(../img/img-title-exam02-1.svg); }
  .section-title.title-exam-02-2 {
    width: 421px;
    height: 63px;
    background-image: url(../img/img-title-exam02-2.svg); }
  .section-title.title-exam-02-3 {
    width: 529px;
    height: 26px;
    background-image: url(../img/img-title-exam02-3.svg); }

.section-text.title-exam-02-1 {
  color: #014B95;
  margin: 10px 0 20px 0; }

@media screen and (max-width: 640px) {
  .section-title {
    background-size: cover;
    font-size: 0; }
    .section-title.title-exam-01 {
      width: 260px;
      height: 62px;
      background-image: url(../img/img-title-exam01-m.svg); }
    .section-title.title-exam-02 {
      width: 260px;
      height: 62px;
      background-image: url(../img/img-title-exam02-m.svg); }
    .section-title.title-exam-02-2 {
      width: 269px;
      height: 65px;
      background-image: url(../img/img-title-exam02-2-m.svg); }
    .section-title.title-exam-02-3 {
      width: 286px;
      height: 62px;
      background-image: url(../img/img-title-exam02-3-m.svg); }
  .section-text.title-exam-02-1 {
    margin: 10px 0 40px 0; } }

.lab-topic {
  margin-bottom: 30px; }

.privacy-box {
  position: relative;
  margin-top: 40px; }
  .privacy-box h6 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 5px 0; }
  .privacy-box p {
    font-size: 1rem;
    line-height: 24px; }
    .privacy-box p a {
      text-decoration: underline;
      color: #21A0D2; }
  .privacy-box .privacy-agree {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .privacy-box .privacy-agree p {
      font-size: 0.9375rem;
      line-height: 24px;
      font-weight: 300; }
  .privacy-box .img-result-tom {
    width: 112px;
    position: absolute;
    right: 50px;
    bottom: -150px;
    -webkit-animation: floating 1.5s infinite alternate;
    animation: floating 1.5s infinite alternate; }

.score-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .score-box .score-num-box {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .score-box .score-num-box span {
      font-size: 80px;
      font-weight: bold;
      margin: 0 10px -20px 10px;
      color: #00ADEF; }
    .score-box .score-num-box p {
      font-size: 20px;
      font-weight: bold; }
  .score-box .score-text {
    padding: 0 15px; }
    .score-box .score-text p {
      font-size: 18px;
      font-weight: 500;
      line-height: 32px; }
      .score-box .score-text p span {
        color: #00ADEF;
        font-size: 22px; }

@media screen and (max-width: 990px) {
  .score-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .score-box .score-text {
      padding: 20px 0px; }
      .score-box .score-text p {
        text-align: center; } }

@media screen and (max-width: 540px) {
  .score-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .score-box .score-num-box {
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .score-box .score-num-box span {
        font-size: 70px; }
      .score-box .score-num-box p {
        font-size: 18px;
        font-weight: bold; } }

.result-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto; }
  .result-img .img-boy {
    position: relative;
    width: 223px;
    height: 280px;
    background: url(../img/img-boy.svg);
    margin: 0 15px;
    background-size: cover;
    -webkit-animation: floating2 1.5s infinite alternate;
    animation: floating2 1.5s infinite alternate; }
    .result-img .img-boy .img-mixi {
      width: 54px;
      position: absolute;
      left: 0px;
      bottom: 30px; }
  .result-img .img-girl {
    position: relative;
    width: 162px;
    height: 276px;
    background: url(../img/img-girl.svg);
    margin: 0 15px;
    background-size: cover;
    -webkit-animation: floating2 1s infinite alternate;
    animation: floating2 1s infinite alternate; }
    .result-img .img-girl .img-bubble {
      width: 100px;
      position: absolute;
      right: -110px;
      top: 55px; }
  .result-img .img-result-m {
    display: none; }

@media screen and (max-width: 768px) {
  .result-img .img-boy {
    width: 180px;
    height: 226px; }
    .result-img .img-boy .img-mixi {
      left: -20px; }
  .result-img .img-girl {
    width: 130px;
    height: 221px; }
    .result-img .img-girl .img-bubble {
      width: 80px;
      right: -80px;
      top: 35px; } }

@media screen and (max-width: 540px) {
  .result-img .img-boy {
    display: none; }
  .result-img .img-girl {
    display: none; }
  .result-img .img-result-m {
    display: block;
    padding: 0 40px; } }
