@charset "UTF-8";
/* responsive*/
.banner{ font-size:0; line-height:0; margin-top:92px;}
.table_qa{}
.table_qa dl{ border:1px solid #ddd; overflow-wrap: break-word;}
.table_qa dd{ margin:0; padding:10px 20px 10px 70px; cursor:pointer; position:relative;}
.table_qa dd span{ display:block; position:absolute; left:20px; top:10px;}
.table_qa dt{ display:none; border-top:1px solid #ddd; padding:10px 20px 10px 70px;}
.table_qa dt p{ margin:0;}
.table_qa dl.hov dt{ display:block;}
.table_qa dl.hov dd{ color:#194390;}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden_xxs {
    display: none !important;
  }
}

.show_xs {
  display: none !important;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
.banner{ margin-top:13%;}
  .show_xs {
    display: block !important;
  }
}

.show_xxs {
  display: none;
}
@media (max-width: 480px) {
  .show_xxs {
    display: block !important;
  }
}



/* 變數: */
/* setting */
.test_content {
  width: 1200px;
  margin: 0 auto;
}

::-moz-selection {
  background: #1d50a2;
  color: white;
}

::selection {
  background: #1d50a2;
  color: white;
}

::-moz-selection {
  background: #1d50a2;
  color: white;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Verdana, Arial, "Microsoft YaHei" !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}
a:hover {
  color: #1d50a2;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

.clear {
  width: 100%;
  display: block;
  clear: both;
}

#gtx-trans {
  display: none;
}

ul.num {
  list-style: decimal;
}

.container {
  width: 960px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 5.5%;
  }
}

.fit_img {
  position: relative;
  overflow: hidden;
}

.main_wrapper {
  width: 100%;
  min-height: 100%;
}

.a-555 {
  color: #555;
}
.a-555:hover {
  color: #ffba00;
}

.a-blue {
  color: #00a0e8;
}
.a-blue:hover {
  color: #ffba00;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.main-color {
  color: #1d50a2;
}

.hint-color {
  color: #4dbbaa;
}

.sup-color {
  color: #4dbbaa;
}

.strong-color {
  color: #333333;
}

.body-color {
  color: #604d3f;
}

img {
  max-width: 100%;
}

#panel {
  background: #fff;
  min-height: 100vh;
}

#menu {
  padding-top: 3em;
}
#menu a {
  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;
  width: 100%;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.header {
  width: 100%;
  position: fixed;
  background: #21759c;
  padding: 1em 0;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px #a2d0d2;
          box-shadow: 0 5px 20px #a2d0d2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header {
    padding: 0.8em 0;
  }
}
.header .header_logo {
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
.banner{ margin-top:78px;}
  .header .header_logo {
    max-width: 24%;
  }
}
.header .header_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_menu .slideout-toggle {
  display: none;
}
.header .header_menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_menu nav a {
  padding: 0.5em 0.5em;
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.header .header_menu nav a:hover, .header .header_menu nav a:active, .header .header_menu nav a:focus {
  text-decoration: none;
}
.header .header_menu nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#06a2c8), to(#07d7ce));
  background: linear-gradient(90deg, #06a2c8, #07d7ce);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_menu nav a:hover:after {
  width: 100%;
}
.header .header_menu nav a.active:after {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header .header_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header_menu nav {
    display: none;
  }
  .header .header_menu .slideout-toggle {
    display: inline-block;
    position: absolute;
    left: 0.8em;
    font-size: 1.4em;
    color: #fff;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slideout-menu {
  background: -webkit-gradient(linear, right top, left top, from(#06a2c8), to(#07d7ce));
  background: linear-gradient(-90deg, #06a2c8, #07d7ce);
}

.pop_btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pop_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.main_kv {
  width: 100%;
  position: relative;
  padding: 12% 0 6%;
  background: url(../images/kvbg.jpg) top center no-repeat;
  background-attachment: fixed;
}
.main_kv .kv_tribg-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #fff;
  -webkit-clip-path: polygon(50% -3%, 100% 69%, 100% 100%, 0% 100%, 0% 80%);
          clip-path: polygon(50% -3%, 100% 69%, 100% 100%, 0% 100%, 0% 80%);
  background: url(../images/kv-tri.jpg) bottom center no-repeat;
  background-attachment: fixed;
}
.main_kv .kv_tribg-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #fff;
  -webkit-clip-path: polygon(48% 102%, 100% 0%, 0% 0%);
          clip-path: polygon(48% 102%, 100% 0%, 0% 0%);
  background: url(../images/kv-tri.jpg) top center no-repeat;
  background-attachment: fixed;
}
.main_kv .kv_logo {
  position: relative;
  z-index: 2;
  padding: 2em 0;
  text-align: center;
}
.main_kv .kv_cta {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4em;
}
.main_kv .kv_cta a {
  max-width: 45%;
  margin: 1em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main_kv {
    padding: 35% 0 4%;
  }
  .main_kv .kv_tribg-01 {
    -webkit-clip-path: polygon(50% 5%, 100% 39%, 100% 100%, 0% 100%, 0% 40%);
            clip-path: polygon(50% 5%, 100% 39%, 100% 100%, 0% 100%, 0% 40%);
  }
  .main_kv .kv_tribg-02 {
    height: 49%;
    -webkit-clip-path: polygon(48% 103%, 106% 0%, -7% 0%);
            clip-path: polygon(48% 103%, 106% 0%, -7% 0%);
  }
  .main_kv .kv_logo {
    margin: 0 auto;
    width: 70%;
  }
  .main_kv .kv_cta {
    padding-top: 2em;
  }
  .main_kv .kv_cta a {
    width: 50%;
    margin: 1em 0.5em;
  }
}

.main_section {
  width: 100%;
  padding: 5em 0;
}

.section-01 {
  background: url(../images/s1_bg.jpg) top center;
  background-attachment: fixed;
}

.section-02 {
  background: #0acce3;
}
.section-02 .s_title:before {
  background: #0697cf;
}
.section-02 .lightup {
  color: #fff88e;
}

.section-03 {
  background: #194390;
  padding-bottom: 3em;
}
.section-03 .s_title span {
  color: #194390;
}
.section-03 .s_title:before {
  background: #0acce3;
}
.section-03 .lightup {
  color: #fff88e;
}
.section-03 .s_table table tbody tr td:nth-child(2) {
  width: 100%;
}

.section-04 {
  background: #0acce3;
}
.section-04 .s_card {
  background-image: url("../images/s_card-04-head.png"), url("../images/s_card-04-foot.png");
  background-position: top right, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
.section-04 .s_card .s_title span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 229, 172)), color-stop(62%, rgb(0, 191, 190)), to(rgb(0, 112, 227)));
  background: linear-gradient(90deg, rgb(0, 229, 172) 0%, rgb(0, 191, 190) 62%, rgb(0, 112, 227) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-04 .s_card .s_title:before {
  background: #e3fcfb;
}
.section-04 .s_card .s_table table tbody tr:last-child {
  font-size: inherit;
}
.section-04 .s_card .s_table table tbody td:nth-child(1) {
  color: #000;
  font-size: 1em;
  padding: 0.6em 0.8em;
}
.section-04 .s_card .s_table table tbody td:nth-child(2) {
  color: #0dc5d3;
  text-align: center;
  white-space: nowrap;
  border-right: none;
  font-weight: 800;
  padding: 0.6em 0.8em;
}
.section-04 .s_card .s_table table tbody tr:nth-child(odd) {
  background: #E3FCFB;
}
.section-04 .s_card .s_table table tbody tr:nth-child(even) {
  background: #b4efef;
}
.section-04 .s_card .s_table {
  background: none;
  padding: 0;
}
.section-04 .s_card .s_table.table-winner {
  background-color: #E3FCFB;
}
.section-04 .s_card .s_table.table-winner table {
  border: solid 2px #00a9ed;
}
.section-04 .s_card .s_table.table-winner table thead {
  background: #00a9ed;
}
.section-04 .s_card .s_table.table-winner table tbody tr {
  background: #E3FCFB;
}
.section-04 .s_card .s_table.table-winner table tbody tr:nth-child(odd) {
  background: #E3FCFB;
}
.section-04 .s_card .s_table.table-winner table tbody tr:nth-child(even) {
  background: #f6fafb;
}
.section-04 .s_card .s_table.table-winner table tbody td:nth-child(2) {
  color: #00A9ED !important;
  font-weight: 800;
}
.section-04 .s_card .s_table.table-winner table tbody td img {
  width: 300px;
}
.section-04 .s_card .s_table.table-winner table tbody .choice_info {
  width: 100%;
  padding: 0em;
  gap: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-04 .s_card .s_table.table-winner table tbody .choice_info .text {
  padding-top: 1.5em;
  position: relative;
}
.section-04 .s_card .s_table.table-winner table tbody .choice_info .text:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#06a2c8), to(#07d7ce));
  background: linear-gradient(90deg, #06a2c8, #07d7ce);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.section-04 .s_card .s_table .collap-btn {
  cursor: pointer;
}
.section-04 .s_card .s_table .collap-btn td:nth-child(1) {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-04 .s_card .s_table .collap-btn td:nth-child(1):before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 0.6em;
  background: url(../images/collap-arrow.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-04 .s_card .s_table .collap-btn.active td:nth-child(1):before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-04 .s_card .s_table .collap-item td {
  padding: 0 !important;
}
.section-04 .s_card .s_table .collap-item .choice_info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
.section-04 .s_card .s_table .collap-item.active .choice_info {
  padding: 1.5em 1em;
  max-height: 480px;
  opacity: 1;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-04 .s_card .s_table .collap-btn td:nth-child(1)::before {
    width: 12px;
    height: 8px;
  }
}

.section-05 {
  background: #194390;
}
.section-05 .s_card {
  background: #0acce3;
}
.section-05 .s_card .s_title span {
  color: #194390;
}
.section-05 .s_card .s_title:before {
  background: #3df3da;
}

@-webkit-keyframes ani_rotateR {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}

@keyframes ani_rotateR {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}
@-webkit-keyframes ani_rotateL {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-359deg);
            transform: rotateZ(-359deg);
  }
}
@keyframes ani_rotateL {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-359deg);
            transform: rotateZ(-359deg);
  }
}
.s_ppl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.s_ppl .ppl_item {
  width: 33%;
  background: #fff;
  border-radius: 15px;
  padding: 1.5em 1em 1em 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 1em);
          flex: 1 1 calc(33.333% - 1em);
  max-width: calc(33.33% - 1em);
}
.s_ppl .ppl_item .ppl_img {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.s_ppl .ppl_item .ppl_img span {
  width: 94%;
  height: 94%;
  background: url(../images/frame1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 2;
}
/*.s_ppl .ppl_item .ppl_img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/frame2.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani_rotateR 20s linear infinite;
          animation: ani_rotateR 20s linear infinite;
}
.s_ppl .ppl_item .ppl_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/frame3.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: ani_rotateL 20s linear infinite;
          animation: ani_rotateL 20s linear infinite;
}*/
.s_ppl .ppl_item .ppl_img img {
  position: relative;
  width: 100%;
  z-index: 3;
}
.s_ppl .ppl_item .ppl_name {
  font-weight: 800;
  letter-spacing: 0;
}
.s_ppl .ppl_item .ppl_title {
  color: #1d50a2;
  font-size: 0.8em;
  line-height: 1.4em;
}
.s_ppl .ppl_item .ppl_quote {
  padding: 1em 0;
  margin-top: 1em;
  border-top: solid 1px #ddd;
  color: #0dc5d3;
  line-height: 1.4em;
  font-size: 0.9em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_ppl .ppl_item {
    -ms-flex-preferred-size: calc(50% - 0.5em);
        flex-basis: calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .s_ppl .ppl_item .ppl_name {
    line-height: 1.4em;
    margin-bottom: 0.4em;
  }
  .s_ppl .ppl_item .ppl_name span {
    display: block;
  }
}

.s_title_dis {
  display: inline-block;
  margin: 1em 0 0 1em;
  font-weight: 800;
  text-decoration: underline;
  color: #19438d;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_title_dis {
    margin-top: 0;
  }
}

.s_text {
  color: #fff;
}
.s_text a {
  color: #fff88e;
}

.s_cta {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s_cta a {
  max-width: 80%;
  margin: 1em;
}

.s_title {
  position: relative;
  display: inline-block;
  font-size: 2.4em;
  margin-bottom: 1.2em;
}
.s_title span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  padding-right: 1.2em;
  padding-left: 0.2em;
}
.s_title:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0.7em;
  bottom: -0.6em;
  left: 0;
  background: #02feab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s_title.active:before {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_title {
    font-size: 2em;
  }
}

.s_card {
  width: 100%;
  border-radius: 1em;
  padding: 3em 2em;
  margin-top: 2em;
}
.s_card .s_title:before {
  background: #0acce3;
}
.s_card.s_card-02 .s_title:before {
  background: #02feab;
}
.s_card.s_card-03 .s_title span {
  color: #44adc4;
}
.s_card.s_card-03 .s_title:before {
  background: #f7ffa3;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_card {
    padding: 3em 1em;
  }
}

.s_table {
  width: 100%;
  background: #b4efef;
  padding: 3em 0.7em 1em 0.7em;
  border-radius: 1em;
  position: relative;
  margin-top: 1.2em;
}
.s_table:before, .s_table:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.s_table .hint {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin: 0.3em 0 -0.3em 0;
}
.s_table .table_title {
  position: absolute;
  height: 63px;
  top: -25px;
  left: 1.1em;
}
.s_table table {
  border-spacing: 0;
  width: 100%;
  border: solid 2px #0dc5d3;
}
.s_table table thead {
  background: #0dc5d3;
  color: #fff;
}
.s_table table tbody td:nth-child(2) {
  border-right: solid 2px #fff;
  border-left: solid 2px #fff;
}
.s_table table tbody td:nth-child(1), .s_table table tbody td:nth-child(3) {
  font-size: 1.3em;
  font-weight: 800;
  color: #0dc5d3;
}
.s_table table tbody tr:nth-child(odd) {
  background-color: #e3fcfb;
}
.s_table table tbody tr:last-child {
  font-size: 0.8em;
}
.s_table table td {
  padding: 1em;
  line-height: 1.3em;
}
.s_table table td .title {
  font-weight: 800;
}
.s_table table a {
  color: #000;
  text-decoration: none;
}
.s_table table a:hover {
  text-decoration: underline;
  color: #1d50a2;
}
.s_table.table-02 {
  margin-top: 2.2em;
  background-color: #92e5ff;
}
.s_table.table-02 table {
  border: solid 2px #00a9ed;
}
.s_table.table-02 table thead {
  background: #00a9ed;
}
.s_table.table-02 table tbody td:nth-child(1), .s_table.table-02 table tbody td:nth-child(3) {
  color: #00a9ed;
}
.s_table.table-02 table tbody tr:nth-child(odd) {
  background-color: #e3fcfb;
}
.s_table.table-03 {
  margin-top: 2.2em;
  background-color: #a1c4f7;
}
.s_table.table-03 table {
  border: solid 2px #0054f7;
}
.s_table.table-03 table thead {
  background: #0054f7;
}
.s_table.table-03 table tbody td:nth-child(1), .s_table.table-03 table tbody td:nth-child(3) {
  color: #0054f7;
}
.s_table.table-03 table tbody tr:nth-child(odd) {
  background-color: #e6fbff;
}
.s_table.table-04 {
  margin-top: 2.2em;
  background-color: #8bbff2;
}
.s_table.table-04 table {
  border: solid 2px #0042b3;
}
.s_table.table-04 table thead {
  background: #0042b3;
}
.s_table.table-04 table tbody td:nth-child(1), .s_table.table-04 table tbody td:nth-child(3) {
  color: #0042b3;
}
.s_table.table-04 table tbody tr:nth-child(odd) {
  background-color: #e6fbff;
}
.s_table.table-04 .hint {
  color: #0042b3;
}
.s_table.table-05 {
  margin-top: 2.2em;
  background-color: #7d9af4;
}
.s_table.table-05 table {
  border: solid 2px #002e7f;
}
.s_table.table-05 table thead {
  background: #002e7f;
}
.s_table.table-05 table tbody td:nth-child(1), .s_table.table-05 table tbody td:nth-child(3) {
  color: #002e7f;
}
.s_table.table-05 table tbody tr:nth-child(odd) {
  background-color: #e6fbff;
}
.s_table.table-05 .hint {
  color: #002e7f;
}
.s_table.table-first-pass {
  font-size: 1em;
}
.s_table.table-first-pass table tbody td:nth-child(1) {
  font-size: 1em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_table.table-first-pass table tbody td:nth-child(1) {
    font-size: 0.8em;
  }
}
.s_table.table-first-pass table td {
  padding: 0.6em 0.8em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .s_table {
    margin-top: 2.2em;
  }
  .s_table .table_title {
    height: 32px;
    top: -13px;
  }
  .s_table table td {
    padding: 0.8em;
    font-size: 0.9em;
  }
  .s_table table tbody td:nth-child(1), .s_table table tbody td:nth-child(3) {
    font-size: 0.9em;
  }
  .s_table table tbody td:nth-child(1) span, .s_table table tbody td:nth-child(3) span {
    display: block;
  }
  .s_table .hint {
    font-size: 0.9em;
  }
}

.g_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.g_card .card_item {
  width: 30%;
  background: url(../images/g-bg.png) no-repeat #fff;
  background-position: right 0.5em bottom 0.5em;
  margin: 1em;
  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;
  padding: 1.5em 1em;
  border-radius: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 700;
  color: #000;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  cursor: pointer;
}
.g_card .card_item img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-bottom: 0.6em;
}
.g_card .card_item span {
  width: 100%;
  letter-spacing: -0.04em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.g_card .card_item .g_name {
  color: #208eb6;
  font-size: 1.4em;
}
.g_card .card_item:hover img {
  -webkit-transform: translateZ(15px);
          transform: translateZ(15px);
}
.g_card .card_item:hover span {
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .g_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g_card .card_item {
    width: 80%;
  }
}

.g_step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.g_step .step_item {
  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;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .g_step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g_step .step_item {
    width: 60%;
  }
}

.workflow {
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.workflow .wf-01 {
  position: absolute;
  top: 0%;
  left: 44.3%;
  width: 41.4%;
}
.workflow .wf-01 img {
  width: 100%;
}
.workflow .wf-02 {
  position: absolute;
  top: 37.9%;
  left: 43.5%;
  width: 41.5%;
}
.workflow .wf-02 img {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .workflow .wf-01 {
    top: 0%;
    left: 31%;
    width: 58.8%;
  }
  .workflow .wf-02 {
    top: 38.3%;
    left: 29.8%;
    width: 59.2%;
  }
}

.modal__header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0682e8), to(#20f7e2));
  background: linear-gradient(90deg, #0682e8, #20f7e2);
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: #604d3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2em;
  font-weight: 800;
}
.modal__title span {
  font-size: 1.5em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0682e8), to(#20f7e2));
  background: linear-gradient(90deg, #0682e8, #20f7e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s_hint {
  font-size: 0.8em;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin-top: 2em;
}

#footer {
  width: 100%;
  background: url(../images/footerbg.png) bottom right no-repeat;
  background-size: cover;
  padding: 2em 0;
}
#footer .hint {
  color: #194390;
  text-align: center;
  text-decoration: underline;
}
#footer .footer_logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0.5em 0;
  color: #194390;
}
#footer .footer_logo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  white-space: nowrap;
}
#footer .footer_logo div * {
  margin: 0 0.5em;
}
#footer .footer_info {
  padding: 0 1em;
  margin-bottom: 1em;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0.6em;
  background: #194390;
}
#footer .footer_info > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #fff;
}
#footer .footer_info > span a {
  color: #fff;
}
#footer .footer_info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.1em 0.5em;
  margin: 0.5em;
  white-space: nowrap;
}
#footer .footer_info div > span {
  margin: 0.5em;
  line-height: 1.5em;
  font-weight: normal;
}
#footer .footer_info div:first-child {
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
#footer .logo_slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .logo_slider .item {
  width: 20%;
  padding: 0.5em 1em;
  margin: 0;
}
#footer .logo_slider .item img {
  margin: 0;
}
#footer .logo_slider.logo2024 .item {
  width: 16.666%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .logo_slider .item {
    width: 25%;
  }
  #footer.logo2024 .item {
    width: 20%;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer {
    background-size: 300%;
    background-color: #d5f0ed;
  }
  #footer .footer_logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_logo div {
    margin-bottom: 1em;
  }
  #footer .footer_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_info > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_info div {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer_info div:first-child {
    border-right: 0;
  }
  #footer .logo_slider .item {
    width: 33%;
  }
  #footer .logo_slider.logo2024 .item {
    width: 25%;
  }
  #footer .hint {
    font-size: 0.9em;
  }
}

.go_top_btn {
  position: fixed;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.go_top_btn.active {
  opacity: 1;
  pointer-events: all;
}
.go_top_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
.go_top_btn a img {
  width: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0.2em;
}
.go_top_btn a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#06a2c8), to(#07d7ce));
  background: linear-gradient(90deg, #06a2c8, #07d7ce);
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.go_top_btn a:hover img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.go_top_btn.visible a {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .go_top_btn {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    right: 14px;
    bottom: 14px;
  }
}

.feature-summary {
  padding: 60px 0;
  background-color: #fff;
}
.feature-summary .summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .feature-summary .summary-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .feature-summary .summary-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.feature-summary .summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.feature-summary .summary-item .number {
  font-size: 48px;
  font-weight: 700;
  color: #0579e8;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 229, 172)), color-stop(62%, rgb(0, 191, 190)), to(rgb(0, 112, 227)));
  background: linear-gradient(90deg, rgb(0, 229, 172) 0%, rgb(0, 191, 190) 62%, rgb(0, 112, 227) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .feature-summary .summary-item .number {
    font-size: 42px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .feature-summary .summary-item .number {
    font-size: 36px;
  }
}
.feature-summary .summary-item .label {
  font-size: 18px;
  color: #333;
  line-height: 1.2em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .feature-summary .summary-item .label {
    font-size: 14px;
  }
}

.winner-team-wrapper {
  padding: 60px 0 10px 0;
  background-color: #194390;
}
.winner-team-wrapper .winner-team {
  padding: 60px 30px;
  background-color: #ddfbff;
  border-radius: 20px;
}
.winner-team-wrapper .winner-team .section-title {
  margin-top: 0;
}

.winner-team {
  margin-bottom: 60px;
}
.winner-team .section-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 30px;
}
.winner-team .section-title span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 229, 172)), color-stop(62%, rgb(0, 191, 190)), to(rgb(0, 112, 227)));
  background: linear-gradient(90deg, rgb(0, 229, 172) 0%, rgb(0, 191, 190) 62%, rgb(0, 112, 227) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .winner-team .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.winner-team .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#06a2c8), to(#07d7ce));
  background: linear-gradient(90deg, #06a2c8, #07d7ce);
}
.winner-team .winner-team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1339px), (min-width: 768px) and (max-width: 991px) {
  .winner-team .winner-team-list {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .winner-team .winner-team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.winner-team .winner-team-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.winner-team .winner-team-item .winner-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.winner-team .winner-team-item .winner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.winner-team .winner-team-item .winner-name {
  padding: 15px 20px 0px;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .winner-team .winner-team-item .winner-name {
    padding: 10px 5px 0px;
    font-size: 16px;
  }
}
.winner-team .winner-team-item .winner-product {
  padding: 0 20px 15px;
  font-size: 0.8em;
  color: #666;
  line-height: 1.1em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .winner-team .winner-team-item .winner-product {
    padding: 0 5px 12px;
    font-size: 14px;
  }
}
.winner-team .winner-team-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.winner-team .winner-team-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#winner-modal .modal__container {
  padding: 0;
  overflow: visible;
}
#winner-modal .modal__container .modal__close {
  top: -1.4em;
}
#winner-modal .modal__content {
  margin: 0;
}
#winner-modal .modal__content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#winner-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  margin: 2% auto;
}
#winner-modal .modal-content img {
  width: 100%;
  height: auto;
}

.modal-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.modal-loading .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#modal-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.modal.active {
  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;
}

#footer .footer_logo .logo_slider.nomore .item {
  width: 14%;
}
#footer .footer_logo .logo_slider.nomore .item:last-child {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1339px) {
  #footer .footer_logo .logo_slider.nomore .item {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer_logo .logo_slider.nomore .item {
    width: 20%;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_logo .logo_slider.nomore .item {
    width: 20%;
  }
}

.highlight-section {
  padding: 60px 0;
  background-color: #0acce3;
}
.highlight-section .highlight-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.highlight-section .highlight-grid .highlight-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.highlight-section .highlight-grid .highlight-item .highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 80px;
  max-width: 40%;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item .highlight-content {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.highlight-section .highlight-grid .highlight-item .highlight-content h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item .highlight-content h3 {
    font-size: 24px;
  }
  .highlight-section .highlight-grid .highlight-item .highlight-content h3 br {
    display: none;
  }
}
.highlight-section .highlight-grid .highlight-item .highlight-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}
.highlight-section .highlight-grid .highlight-item .highlight-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item .highlight-image {
    max-width: 100%;
  }
}
.highlight-section .highlight-grid .highlight-item .highlight-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s ease-in-out;
  transition: -webkit-transform 10s ease-in-out;
  transition: transform 10s ease-in-out;
  transition: transform 10s ease-in-out, -webkit-transform 10s ease-in-out;
}
.highlight-section .highlight-grid .highlight-item .highlight-image img.zoom-in {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.highlight-section .highlight-grid .highlight-item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.highlight-section .highlight-grid .highlight-item:first-child .highlight-content {
  margin-left: 0;
}
.highlight-section .highlight-grid .highlight-item:first-child .highlight-image {
  margin-left: auto;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item:first-child .highlight-image {
    padding-left: 20vw;
  }
}
.highlight-section .highlight-grid .highlight-item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.highlight-section .highlight-grid .highlight-item:last-child .highlight-image {
  margin-right: auto;
}
@media (max-width: 768px) {
  .highlight-section .highlight-grid .highlight-item:last-child .highlight-image {
    padding-right: 20vw;
  }
}
.highlight-section .highlight-grid .highlight-item:last-child .highlight-content {
  margin-left: auto;
  margin-right: 0;
}