.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-cols-12 > *,
.row-cols-12-xs > *,
.row-cols-12-sm > *,
.row-cols-12-md > *,
.row-cols-12-lg > *,
.row-cols-12-mobile > *,
.row-cols-12-tablet > *,
.row-cols-12-pc > *,
.row-cols-6 > *,
.row-cols-6-xs > *,
.row-cols-6-sm > *,
.row-cols-6-md > *,
.row-cols-6-lg > *,
.row-cols-6-mobile > *,
.row-cols-6-tablet > *,
.row-cols-6-pc > *,
.row-cols-4 > *,
.row-cols-4-xs > *,
.row-cols-4-sm > *,
.row-cols-4-md > *,
.row-cols-4-lg > *,
.row-cols-4-mobile > *,
.row-cols-4-tablet > *,
.row-cols-4-pc > *,
.row-cols-3 > *,
.row-cols-3-xs > *,
.row-cols-3-sm > *,
.row-cols-3-md > *,
.row-cols-3-lg > *,
.row-cols-3-mobile > *,
.row-cols-3-tablet > *,
.row-cols-3-pc > *,
.row-cols-2 > *,
.row-cols-2-xs > *,
.row-cols-2-sm > *,
.row-cols-2-md > *,
.row-cols-2-lg > *,
.row-cols-2-mobile > *,
.row-cols-2-tablet > *,
.row-cols-2-pc > *,
.row-cols-1 > *,
.row-cols-1-xs > *,
.row-cols-1-sm > *,
.row-cols-1-md > *,
.row-cols-1-lg > *,
.row-cols-1-mobile > *,
.row-cols-1-tablet > *,
.row-cols-1-pc > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Microsoft JhengHei", "Arial";
}
body .flex-row.xLeft, body .flex-row.xLeft-xs, body .flex-row.xLeft-mobile {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .flex-row.xCenter, body .flex-row.xCenter-xs, body .flex-row.xCenter-mobile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .flex-row.xRight, body .flex-row.xRight-xs, body .flex-row.xRight-mobile {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .flex-row.yTop, body .flex-row.yTop-xs, body .flex-row.yTop-mobile {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .flex-row.yCenter, body .flex-row.yCenter-xs, body .flex-row.yCenter-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .flex-row.yBottom, body .flex-row.yBottom-xs, body .flex-row.yBottom-mobile {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body .row-cols-12 > *,
body .row-cols-12-xs > *,
body .row-cols-12-mobile > * {
  width: 100%;
}
body .row-cols-6 > *,
body .row-cols-6-xs > *,
body .row-cols-6-mobile > * {
  width: 50%;
}
body .row-cols-4 > *,
body .row-cols-4-xs > *,
body .row-cols-4-mobile > * {
  width: 33.3333333333%;
}
body .row-cols-3 > *,
body .row-cols-3-xs > *,
body .row-cols-3-mobile > * {
  width: 25%;
}
body .row-cols-2 > *,
body .row-cols-2-xs > *,
body .row-cols-2-mobile > * {
  width: 16.6666666667%;
}
body .row-cols-1 > *,
body .row-cols-1-xs > *,
body .row-cols-1-mobile > * {
  width: 8.3333333333%;
}
body .row-cols-auto > *,
body .row-cols-auto-xs > *,
body .row-cols-auto-mobile > * {
  width: auto;
}
body .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body [class*=col-],
body [class^=col-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body .col-12,
body .col-xs-12,
body .col-mobile-12 {
  width: 100%;
}
body .col-11,
body .col-xs-11,
body .col-mobile-11 {
  width: 91.6666666667%;
}
body .col-10,
body .col-xs-10,
body .col-mobile-10 {
  width: 83.3333333333%;
}
body .col-9,
body .col-xs-9,
body .col-mobile-9 {
  width: 75%;
}
body .col-8,
body .col-xs-8,
body .col-mobile-8 {
  width: 66.6666666667%;
}
body .col-7,
body .col-xs-7,
body .col-mobile-7 {
  width: 58.3333333333%;
}
body .col-6,
body .col-xs-6,
body .col-mobile-6 {
  width: 50%;
}
body .col-5,
body .col-xs-5,
body .col-mobile-5 {
  width: 41.6666666667%;
}
body .col-4,
body .col-xs-4,
body .col-mobile-4 {
  width: 33.3333333333%;
}
body .col-3,
body .col-xs-3,
body .col-mobile-3 {
  width: 25%;
}
body .col-2,
body .col-xs-2,
body .col-mobile-2 {
  width: 16.6666666667%;
}
body .col-1,
body .col-xs-1,
body .col-mobile-1 {
  width: 8.3333333333%;
}
body .col-auto,
body .col-xs-auto,
body .col-mobile-auto {
  width: auto;
}
body .padding-0,
body .padding-0-xs,
body .padding-0-mobile {
  padding: 0 !important;
}
body .padding-left-0,
body .padding-left-0-xs,
body .padding-left-0-mobile {
  padding-left: 0px !important;
  padding-right: 10px !important;
}
body .padding-right-0,
body .padding-right-0-xs,
body .padding-right-0-mobile {
  padding-left: 10px !important;
  padding-right: 0px !important;
}
body .margin-0,
body .margin-0-xs,
body .margin-0-mobile {
  margin: 0;
}
body .absolute-center,
body .absolute-center-xs,
body .absolute-center-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .text-left,
body .text-left-xs,
body .text-left-mobile {
  text-align: left;
}
body .text-center,
body .text-center-xs,
body .text-center-mobile {
  text-align: center;
}
body .text-right,
body .text-right-xs,
body .text-right-mobile {
  text-align: right;
}
body .text-justify,
body .text-justify-xs,
body .text-justify-mobile {
  text-align: justify;
  text-justify: distribute-all-lines;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
body .text-justify::after,
body .text-justify-xs::after,
body .text-justify-mobile::after {
  content: ".";
  display: inline-block;
  position: absolute;
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body .flex-row.xLeft-sm, body .flex-row.xLeft-tablet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .flex-row.xCenter-sm, body .flex-row.xCenter-tablet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .flex-row.xRight-sm, body .flex-row.xRight-tablet {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .flex-row.yTop-sm, body .flex-row.yTop-tablet {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .flex-row.yCenter-sm, body .flex-row.yCenter-tablet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .flex-row.yBottom-sm, body .flex-row.yBottom-tablet {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body .row-cols-12-sm > *,
  body .row-cols-12-tablet > * {
    width: 100%;
  }
  body .row-cols-6-sm > *,
  body .row-cols-6-tablet > * {
    width: 50%;
  }
  body .row-cols-4-sm > *,
  body .row-cols-4-tablet > * {
    width: 33.3333333333%;
  }
  body .row-cols-3-sm > *,
  body .row-cols-3-tablet > * {
    width: 25%;
  }
  body .row-cols-2-sm > *,
  body .row-cols-2-tablet > * {
    width: 16.6666666667%;
  }
  body .row-cols-1-sm > *,
  body .row-cols-1-tablet > * {
    width: 8.3333333333%;
  }
  body .row-cols-auto-sm > *,
  body .row-cols-auto-tablet > * {
    width: auto;
  }
  body .col-sm-12,
  body .col-tablet-12 {
    width: 100%;
  }
  body .col-sm-11,
  body .col-tablet-11 {
    width: 91.6666666667%;
  }
  body .col-sm-10,
  body .col-tablet-10 {
    width: 83.3333333333%;
  }
  body .col-sm-9,
  body .col-tablet-9 {
    width: 75%;
  }
  body .col-sm-8,
  body .col-tablet-8 {
    width: 66.6666666667%;
  }
  body .col-sm-7,
  body .col-tablet-7 {
    width: 58.3333333333%;
  }
  body .col-sm-6,
  body .col-tablet-6 {
    width: 50%;
  }
  body .col-sm-5,
  body .col-tablet-5 {
    width: 41.6666666667%;
  }
  body .col-sm-4,
  body .col-tablet-4 {
    width: 33.3333333333%;
  }
  body .col-sm-3,
  body .col-tablet-3 {
    width: 25%;
  }
  body .col-sm-2,
  body .col-tablet-2 {
    width: 16.6666666667%;
  }
  body .col-sm-1,
  body .col-tablet-1 {
    width: 8.3333333333%;
  }
  body .col-sm-auto,
  body .col-tablet-auto {
    width: auto;
  }
  body .padding-0-sm,
  body .padding-0-tablet {
    padding: 0 !important;
  }
  body .padding-left-0-sm,
  body .padding-left-0-tablet {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  body .padding-right-0-sm,
  body .padding-right-0-tablet {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  body .margin-0-sm,
  body .margin-0-tablet {
    margin: 0;
  }
  body .absolute-center-sm,
  body .absolute-center-tablet {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body .text-left-sm,
  body .text-left-tablet {
    text-align: left;
  }
  body .text-center-sm,
  body .text-center-tablet {
    text-align: center;
  }
  body .text-right-sm,
  body .text-right-tablet {
    text-align: right;
  }
  body .text-justify-sm,
  body .text-justify-tablet {
    text-align: justify;
    text-justify: distribute-all-lines;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  body .text-justify-sm::after,
  body .text-justify-tablet::after {
    content: ".";
    display: inline-block;
    position: absolute;
    width: 100%;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  body .flex-row.xLeft-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .flex-row.xCenter-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .flex-row.xRight-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .flex-row.yTop-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .flex-row.yCenter-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .flex-row.yBottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body .row-cols-12-md > * {
    width: 100%;
  }
  body .row-cols-6-md > * {
    width: 50%;
  }
  body .row-cols-4-md > * {
    width: 33.3333333333%;
  }
  body .row-cols-3-md > * {
    width: 25%;
  }
  body .row-cols-2-md > * {
    width: 16.6666666667%;
  }
  body .row-cols-1-md > * {
    width: 8.3333333333%;
  }
  body .row-cols-auto-md > * {
    width: auto;
  }
  body .col-md-12 {
    width: 100%;
  }
  body .col-md-11 {
    width: 91.6666666667%;
  }
  body .col-md-10 {
    width: 83.3333333333%;
  }
  body .col-md-9 {
    width: 75%;
  }
  body .col-md-8 {
    width: 66.6666666667%;
  }
  body .col-md-7 {
    width: 58.3333333333%;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .col-md-5 {
    width: 41.6666666667%;
  }
  body .col-md-4 {
    width: 33.3333333333%;
  }
  body .col-md-3 {
    width: 25%;
  }
  body .col-md-2 {
    width: 16.6666666667%;
  }
  body .col-md-1 {
    width: 8.3333333333%;
  }
  body .col-md-auto {
    width: auto;
  }
  body .padding-0-md {
    padding: 0 !important;
  }
  body .padding-left-0-md {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  body .padding-right-0-md {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  body .margin-0-md {
    margin: 0;
  }
  body .absolute-center-md {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .text-left-md {
    text-align: left;
  }
  body .text-center-md {
    text-align: center;
  }
  body .text-right-md {
    text-align: right;
  }
  body .text-justify-md {
    text-align: justify;
    text-justify: distribute-all-lines;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  body .text-justify-md::after {
    content: ".";
    display: inline-block;
    position: absolute;
    width: 100%;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body .flex-row.xLeft-lg, body .flex-row.xLeft-pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .flex-row.xCenter-lg, body .flex-row.xCenter-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .flex-row.xRight-lg, body .flex-row.xRight-pc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .flex-row.yTop-lg, body .flex-row.yTop-pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .flex-row.yCenter-lg, body .flex-row.yCenter-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .flex-row.yBottom-lg, body .flex-row.yBottom-pc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body .row-cols-12-lg > *,
  body .row-cols-12-pc > * {
    width: 100%;
  }
  body .row-cols-6-lg > *,
  body .row-cols-6-pc > * {
    width: 50%;
  }
  body .row-cols-4-lg > *,
  body .row-cols-4-pc > * {
    width: 33.3333333333%;
  }
  body .row-cols-3-lg > *,
  body .row-cols-3-pc > * {
    width: 25%;
  }
  body .row-cols-2-lg > *,
  body .row-cols-2-pc > * {
    width: 16.6666666667%;
  }
  body .row-cols-1-lg > *,
  body .row-cols-1-pc > * {
    width: 8.3333333333%;
  }
  body .row-cols-auto-lg > *,
  body .row-cols-auto-pc > * {
    width: auto;
  }
  body .col-lg-12,
  body .col-pc-12 {
    width: 100%;
  }
  body .col-lg-11,
  body .col-pc-11 {
    width: 91.6666666667%;
  }
  body .col-lg-10,
  body .col-pc-10 {
    width: 83.3333333333%;
  }
  body .col-lg-9,
  body .col-pc-9 {
    width: 75%;
  }
  body .col-lg-8,
  body .col-pc-8 {
    width: 66.6666666667%;
  }
  body .col-lg-7,
  body .col-pc-7 {
    width: 58.3333333333%;
  }
  body .col-lg-6,
  body .col-pc-6 {
    width: 50%;
  }
  body .col-lg-5,
  body .col-pc-5 {
    width: 41.6666666667%;
  }
  body .col-lg-4,
  body .col-pc-4 {
    width: 33.3333333333%;
  }
  body .col-lg-3,
  body .col-pc-3 {
    width: 25%;
  }
  body .col-lg-2,
  body .col-pc-2 {
    width: 16.6666666667%;
  }
  body .col-lg-1,
  body .col-pc-1 {
    width: 8.3333333333%;
  }
  body .col-lg-auto,
  body .col-pc-auto {
    width: auto;
  }
  body .padding-0-lg,
  body .padding-0-pc {
    padding: 0 !important;
  }
  body .padding-left-0-lg,
  body .padding-left-0-pc {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  body .padding-right-0-lg,
  body .padding-right-0-pc {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  body .margin-0-lg,
  body .margin-0-pc {
    margin: 0;
  }
  body .absolute-center-lg,
  body .absolute-center-pc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .text-left-lg,
  body .text-left-pc {
    text-align: left;
  }
  body .text-center-lg,
  body .text-center-pc {
    text-align: center;
  }
  body .text-right-lg,
  body .text-right-pc {
    text-align: right;
  }
  body .text-justify-lg,
  body .text-justify-pc {
    text-align: justify;
    text-justify: distribute-all-lines;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  body .text-justify-lg::after,
  body .text-justify-pc::after {
    content: ".";
    display: inline-block;
    position: absolute;
    width: 100%;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  body .hidden-lg {
    display: none !important;
  }
}
body header,
body main,
body footer {
  display: block;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Microsoft JhengHei", "Arial";
  margin: 0;
  padding: 0;
  line-height: inherit;
}
body span {
  display: inline-block;
}
body a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
body ol,
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
body button {
  font-family: "Microsoft JhengHei", "Arial";
  cursor: pointer;
}
body input[type=text],
body input[type=date],
body input[type=datetime],
body input[type=datetime-local],
body input[type=email],
body input[type=password],
body textarea {
  font-family: "Microsoft JhengHei", "Arial";
  font-size: 16px;
  outline: none;
}
body input[type=button] {
  font-family: "Microsoft JhengHei", "Arial";
  font-size: 16px;
  cursor: pointer;
}
body select {
  font-family: "Microsoft JhengHei", "Arial";
  font-size: 16px;
  outline: none;
}
body select::-ms-expand {
  display: none;
}
body img {
  display: block;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

body #wrapper {
  position: relative;
  min-height: 100vh;
}
body #wrapper .m-topic {
  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;
  font-size: 30px;
  font-weight: 700;
  line-height: 72px;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-topic {
    line-height: initial;
    text-align: center;
  }
}
body #wrapper .m-topic::before, body #wrapper .m-topic::after {
  content: "";
  display: block;
  width: 142px;
  height: 40px;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-topic::before, body #wrapper .m-topic::after {
    width: 86px;
    height: 24px;
  }
}
body #wrapper .m-topic::before {
  background-image: url("../img/img_curve_left.svg");
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-topic::before {
    margin-right: 25px;
  }
}
body #wrapper .m-topic::after {
  background-image: url("../img/img_curve_right.svg");
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-topic::after {
    margin-left: 25px;
  }
}
body #wrapper .m-question-group {
  margin-bottom: 16px;
}
body #wrapper .m-question-group > li .title-group {
  display: block;
  border: 1px solid #af865f;
  background-color: #ffffff;
  padding: 24px 60px 24px 32px;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .title-group {
    padding: 12px 36px 12px 24px;
  }
}
body #wrapper .m-question-group > li .title-group .title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .title-group .title {
    font-size: 18px;
  }
}
body #wrapper .m-question-group > li .title-group .description {
  font-size: 15px;
  line-height: 24px;
  color: #626364;
}
body #wrapper .m-question-group > li .title-group::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 32px;
  background-image: url("../img/plus.svg");
  background-size: 100% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .title-group::after {
    top: 12px;
    right: 12px;
  }
}
body #wrapper .m-question-group > li .detail-group {
  max-height: 0;
  border: 1px solid #af865f;
  border-top: 0;
  background-color: #f6f6f6;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body #wrapper .m-question-group > li .detail-group .table-group {
  width: 100%;
  border-spacing: 0;
}
body #wrapper .m-question-group > li .detail-group .table-group thead tr th {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background-color: #af865f;
  padding: 10px;
}
body #wrapper .m-question-group > li .detail-group .table-group tbody tr td {
  background-color: #ffffff;
  padding: 10px;
}
body #wrapper .m-question-group > li .detail-group .table-group tbody tr:nth-child(even) td {
  background-color: #fef8f1;
}
body #wrapper .m-question-group > li .detail-group .info-group {
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .detail-group .info-group {
    padding: 12px 24px;
  }
}
body #wrapper .m-question-group > li .detail-group .info-group .list-group {
  margin-left: 25px;
}
body #wrapper .m-question-group > li .detail-group .info-group .list-group > li {
  list-style-type: disc;
}
body #wrapper .m-question-group > li .detail-group .info-group img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .detail-group .info-group img.pc {
    display: none;
  }
}
body #wrapper .m-question-group > li .detail-group .info-group img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li .detail-group .info-group img.mobile {
    display: block;
  }
}
body #wrapper .m-question-group > li + li .title-group {
  border-top: 0;
}
body #wrapper .m-question-group > li.active .title-group {
  border-bottom: 0;
}
body #wrapper .m-question-group > li.active .title-group::after {
  background-image: url("../img/minus.svg");
}
body #wrapper .m-question-group > li.active .detail-group {
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  body #wrapper .m-question-group > li.active .detail-group {
    max-height: 200vh;
  }
}
body #wrapper .m-article-group .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 12px;
}
body #wrapper .m-article-group .title .list-group > li {
  list-style-type: disc;
  margin-bottom: 8px;
}
body #wrapper .m-article-group .title .list-group > li:last-child {
  margin-bottom: 0;
}
body #wrapper .m-article-group .list-group {
  margin-left: 20px;
}
body #wrapper .m-article-group .list-group > li {
  list-style-type: decimal;
  line-height: 24px;
}
body #wrapper .m-article-group .list-group > li .sub-group {
  margin-left: 20px;
}
body #wrapper .m-article-group .list-group > li .sub-group > li {
  list-style-type: disc;
  line-height: 24px;
}
body #wrapper header .keyvision-group img {
  width: 100%;
}
body #wrapper header .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #041c43;
}
body #wrapper header .tab-group .container {
  width: 660px;
}
body #wrapper header .tab-group .container img {
  width: 100%;
}
body #wrapper header .tab-group .container .btn {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
body #wrapper header .tab-group .container .btn:first-child {
  left: 0;
}
body #wrapper header .tab-group .container .btn:nth-child(2) {
  right: 0;
}
body #wrapper header .menu-group {
  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;
  background-color: #af865f;
}
@media screen and (max-width: 767px) {
  body #wrapper header .menu-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body #wrapper header .menu-group > li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapper header .menu-group > li {
    margin-right: 18px;
  }
}
body #wrapper header .menu-group > li .option {
  font-size: 24px;
  font-weight: 700;
  line-height: 88px;
  color: #ffffff;
  padding: 0 20px;
  border-bottom: 4px solid #041c43;
}
body #wrapper header .menu-group > li .option span {
  display: inline;
}
@media screen and (max-width: 767px) {
  body #wrapper header .menu-group > li .option span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body #wrapper header .menu-group > li .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 88px;
    font-size: 16px;
    line-height: initial;
    padding: 0 8px;
  }
}
body #wrapper header .menu-group > li:last-child {
  margin-right: 0;
}
body #wrapper main .sect-general {
  padding: 60px 0;
}
body #wrapper main .sect-general > .container {
  width: 100%;
  max-width: 1112px;
  margin: auto;
  padding: 0 16px;
}
body #wrapper main .sect-general.qualify .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .plus {
    margin: 12px 0;
  }
}
body #wrapper main .sect-general.qualify .card-group .card {
  border: 1px solid #999999;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card .img-group {
    width: 120px;
  }
}
body #wrapper main .sect-general.qualify .card-group .card .img-group img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card .img-group img.pc {
    display: none;
  }
}
body #wrapper main .sect-general.qualify .card-group .card .img-group img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card .img-group img.mobile {
    display: block;
  }
}
body #wrapper main .sect-general.qualify .card-group .card .title {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body #wrapper main .sect-general.qualify .card-group .card .title .major {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 12px;
}
body #wrapper main .sect-general.qualify .card-group .card .title .minor {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.qualify .card-group .card .title .minor {
    font-size: 18px;
    line-height: 21.6px;
  }
}
body #wrapper main .sect-general.service {
  background-color: #fef8f1;
}
body #wrapper main .sect-general.service .inner {
  margin-bottom: 60px;
}
body #wrapper main .sect-general.service .inner:last-child {
  margin-bottom: 0;
}
body #wrapper main .sect-general.service .inner > .title-group {
  margin-bottom: 16px;
}
body #wrapper main .sect-general.service .inner > .title-group .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  border-left: 4px solid #000000;
  padding-left: 16px;
  margin-bottom: 16px;
}
body #wrapper main .sect-general.service .inner > .title-group .description {
  font-size: 20px;
  font-weight: 500;
  color: #956a05;
  text-align: center;
}
body #wrapper main .sect-general.service .inner > .title-group .description .number {
  font-size: 48px;
  line-height: 58.8px;
  font-family: "Microsoft JhengHei", "Arial";
}
body #wrapper main .sect-general.service .inner > .title-group .description.style1 {
  letter-spacing: 8px;
}
body #wrapper main .sect-general.service .inner > .title-group .description.style2 {
  line-height: 36px;
}
body #wrapper main .sect-general.service .inner > .title-group .description.style2 span {
  display: block;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.service .inner > .title-group .description.style2 span {
    display: inline;
  }
}
body #wrapper main .sect-general.service .inner > .title-group .description.style2 .large {
  font-size: 30px;
}
body #wrapper main .sect-general.service .card-group {
  margin: 0 -10px 16px;
}
body #wrapper main .sect-general.service .card-group .card {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.service .card-group .card {
    height: auto;
    margin-bottom: 16px;
  }
}
body #wrapper main .sect-general.service .card-group .card .img-group img {
  width: 100%;
}
body #wrapper main .sect-general.service .card-group .card .img-group .tip {
  font-size: 16px;
  line-height: 19.2px;
  color: #ffffff;
  text-align: center;
  background-color: #af865f;
  padding: 8px 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
body #wrapper main .sect-general.service .card-group .card .title {
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  padding: 24px 12px;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.service .card-group > [class*=col-]:last-child .card {
    margin-bottom: 0;
  }
}
body #wrapper main .sect-general.service .m-question-group .title-group .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #wrapper main .sect-general.service .m-question-group .title-group .title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_diamond.svg");
  background-size: 100% 100%;
  margin-right: 4px;
}
body #wrapper main .sect-general.service .m-question-group .title-group .description {
  padding-left: 28px;
}
body #wrapper main .sect-general.service .m-question-group .title-group.style2 .title::before {
  background-image: url("../img/ico_golden.svg");
}
body #wrapper main .sect-general.service .m-question-group .table-group tbody tr td .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
body #wrapper main .sect-general.service .m-question-group .table-group tbody tr td .list-group {
  margin-left: 30px;
}
body #wrapper main .sect-general.service .m-question-group .table-group tbody tr td .list-group > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
body #wrapper main .sect-general.service .m-question-group .table-group tbody tr td .list-group > li:last-child {
  margin-bottom: 0;
}
body #wrapper main .sect-general.service .m-question-group .table-group.style1 thead tr th {
  width: 5%;
}
body #wrapper main .sect-general.service .m-question-group .table-group.style1 thead tr th:nth-child(even) {
  width: 45%;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.service .m-question-group .table-group.pc {
    display: none;
  }
}
body #wrapper main .sect-general.service .m-question-group .table-group.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.service .m-question-group .table-group.mobile {
    display: block;
  }
}
body #wrapper main .sect-general.gift .img-group {
  margin-bottom: 30px;
}
body #wrapper main .sect-general.gift .img-group img {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.gift .img-group img.pc {
    display: none;
  }
}
body #wrapper main .sect-general.gift .img-group img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapper main .sect-general.gift .img-group img.mobile {
    display: block;
  }
}
body #wrapper main .sect-general.gift .img-group .tip span {
  font-weight: bold;
}
body #wrapper main .sect-general.gift .m-question-group .title-group .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #wrapper main .sect-general.gift .m-question-group .title-group .title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("../img/ico_diamond.svg");
  background-size: 100% 100%;
  margin-right: 4px;
}
body #wrapper main .sect-general.gift .m-question-group .title-group .description {
  padding-left: 28px;
}
body #wrapper main .sect-general.gift .m-question-group .title-group.style2 .title::before {
  background-image: url("../img/ico_golden.svg");
}
body #wrapper main .sect-general.question {
  background-color: #fef8f1;
}
body #wrapper footer {
  color: #ffffff;
  text-align: center;
  background-color: #041c43;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  body #wrapper footer {
    text-align: left;
  }
}
body .pop-fixed {
  position: fixed;
  right: 55px;
  bottom: 55px;
}
body .pop-fixed .btn {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body .pop-fixed .btn.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */

/*add*/
.logo {
  margin: 21px 26px; 
  width: 150px;
}