@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px;
  }
}
.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(45deg, #3495cb, #5eb7a1);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}
.g_header.is_active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #5eb7a1 10%, #3495cb 90%);
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_header .header_logo {
  padding: 0 1rem;
}
.g_header .header_logo img {
  width: 250px;
}
.g_header .nav_cnt {
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #faab63;
  text-decoration: none;
}

.g_kv {
  position: relative;
}
.g_kv .date {
  position: absolute;
  left: 7%;
  bottom: 18%;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fffa99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.g_kv .date .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5rem;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_kv .date .b1 {
  padding-left: 1.5rem;
  padding-right: 8px;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.g_kv .date .b1 span {
  position: relative;
  right: 0.1em;
  bottom: 0.15em;
  font-weight: 400;
  font-size: 0.75em;
}
.g_kv .date .b2 {
  width: 0.76em;
  height: 0.76em;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.38em;
  background-color: #fffa99;
}
.g_kv .date .b2 span {
  line-height: 1;
  color: #000;
  font-size: 0.5em;
}

.g_main .sec_cnts {
  padding: 20px 0;
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.g_main .sc_title .tit {
  margin-left: 0.75rem;
  display: inline-block;
  padding-left: 0.875rem;
  font-size: 2rem;
  font-weight: 700;
  color: #4c61b1;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.75rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #4c61b1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #4c61b1), color-stop(51%, #5eb7a1)) 0 0/1rem 6px;
  background: linear-gradient(0deg, #4c61b1 50%, #5eb7a1 51%) 0 0/1rem 6px;
}
.g_main .soft_bg {
  background-color: rgba(52, 149, 203, 0.06);
}

.sc_intro {
  padding-top: 20px;
}
.sc_intro .sec_cnts {
  max-width: 64rem;
  margin: 0 auto;
}
.sc_intro .parag {
  padding: 0 1.5rem;
}
.sc_intro .parag p {
  font-size: 1.25rem;
  text-align: justify;
}
.sc_intro .point_tit {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3495cb;
  text-align: center;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  font-style: italic;
}
.sc_intro .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_intro .points .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
          flex: 1 1 14.285%;
}
.sc_intro .points .item .t {
  text-align: center;
  font-size: 1.25rem;
}
.sc_intro .points .item .i {
  padding: 1rem 1.5rem 0;
}
.sc_intro .points .item .i, .sc_intro .points .item .i img {
  max-width: 100%;
}
.sc_intro .cta {
  margin-top: 1rem;
  padding: 2rem 0;
  text-align: center;
}
.sc_intro .cta .tip {
  font-size: 1.25rem;
}
.sc_intro .cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3rem 1.5rem;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#3495cb), color-stop(#5eb7a1), to(#e8919b)) 0 0/200% 100%;
  background: linear-gradient(90deg, #3495cb, #5eb7a1, #e8919b) 0 0/200% 100%;
  color: #fff;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  font-style: italic;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.sc_intro .cta .bttn:hover {
  text-decoration: none;
  background-position-x: 100%;
}
.sc_intro .cta .tip2 {
  font-size: 0.875rem;
  color: #bbb;
}

.ag_table_before {
  font-size: 1.375rem;
  padding: 0 2rem 4px;
  color: #5eb7a1;
}

.ag_table {
  border: 1px solid rgba(94, 183, 161, 0.2);
  margin-bottom: 1rem;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(94, 183, 161, 0.2);
  padding: 0.75rem 1.75rem;
  background-color: #ffffff;
  font-size: 1.125rem;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  padding-right: 1rem;
  color: #4c61b1;
}
.ag_table .tr .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88%;
          flex: 0 0 88%;
}
.ag_table .tr .tit span:last-child {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.ag_table .tr.tr_cmy {
  background-color: rgba(94, 183, 161, 0.2);
  border-bottom-width: 0;
}
.ag_table .tr.tr_cmy .cmy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -5px;
}
.ag_table .tr.tr_cmy .it {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px 5px;
  cursor: pointer;
}
.ag_table .tr.tr_cmy .it div {
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 240ms;
  transition: -webkit-box-shadow 240ms;
  transition: box-shadow 240ms;
  transition: box-shadow 240ms, -webkit-box-shadow 240ms;
}
.ag_table .tr.tr_cmy .it:hover div {
  color: #3495cb;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.29);
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.sc_company {
  margin-top: 30px;
}

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

.item_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.cmy_item {
  position: relative;
  padding: 1rem 1.5rem 40px;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 240ms;
  transition: -webkit-box-shadow 240ms;
  transition: box-shadow 240ms;
  transition: box-shadow 240ms, -webkit-box-shadow 240ms;
  overflow: hidden;
}
.cmy_item .name {
  line-height: 1.2;
}
.cmy_item .zh {
  font-size: 1.375rem;
  font-weight: 500;
}
.cmy_item .en {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  color: #5eb7a1;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
}
.cmy_item .n_before {
  text-decoration: underline;
  color: #3495cb;
}
.cmy_item .needs {
  margin-top: 0.33rem;
}
.cmy_item .needs ul {
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 1.5rem;
}
.cmy_item .needs .nd {
  padding: 3px 0;
  line-height: 1.2;
}
.cmy_item .more {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cmy_item .more div {
  border-radius: 10px 0 0 0;
  padding: 0.25rem 1rem;
  background-color: #3495cb;
  color: #fff;
}
.cmy_item .more div:hover {
  background-color: #5eb7a1;
}

.sc_detail {
  margin-top: 30px;
}
.sc_detail .sec_cnts {
  max-width: 62rem;
}
.sc_detail .sec_cnts .list li {
  padding: 8px 0;
  line-height: 1.3;
}
.sc_detail .sec_cnts .list a {
  color: #e8919b;
  text-decoration: underline;
}

.modal-content {
  border-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}

.modal-header {
  padding: 2rem 1.5rem 1rem 3rem;
  border-bottom-width: 0;
}
.modal-header .modal_t {
  position: relative;
}
.modal-header .modal_t .name {
  line-height: 1.1;
}
.modal-header .modal_t .zh {
  font-size: 1.75rem;
  font-weight: 500;
}
.modal-header .modal_t .en {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #5eb7a1;
}
.modal-header .modal_t .web_link {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 1rem;
}
.modal-header .modal_t .web_link a {
  display: block;
  border-radius: 2px;
  padding: 0.3rem 0.4rem;
  width: 5rem;
  border: 1px solid currentColor;
  color: #3495cb;
  -webkit-transition: color 240ms;
  transition: color 240ms;
  line-height: 1;
}
.modal-header .modal_t .web_link a:hover {
  color: #5eb7a1;
  text-decoration: none;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 3rem 2rem;
  font-size: 1.125rem;
}
.modal-body .sub_tit {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  color: #3495cb;
  line-height: 1;
}
.modal-body .intro {
  text-align: justify;
}
.modal-body .needs .table {
  border: 1px solid #5eb7a1;
}
.modal-body .needs .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #5eb7a1;
}
.modal-body .needs .table .tr:last-child {
  border-bottom-width: 0;
}
.modal-body .needs .table .tr.tr_header {
  background-color: rgba(94, 183, 161, 0.5);
  color: rgba(0, 0, 0, 0.4);
}
.modal-body .needs .table .tr .col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-body .needs .table .tr .col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.modal-body .needs .table .tr .td {
  padding: 0.5rem 1.25rem;
  border-right: 1px solid #5eb7a1;
  line-height: 1.3;
}
.modal-body .needs .table .tr .td:last-child {
  border-right-width: 0;
}
.modal-body .condition .cdn_list {
  padding-left: 1.65rem;
}

.sc_footer {
  padding: 1rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #e8919b 10%, #3495cb 90%);
  color: #fff;
}

@media (max-width: 767px) {
  .g_header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #5eb7a1 10%, #3495cb 90%);
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_cnt {
    padding: 0;
    display: block;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }
  .g_kv .date {
    bottom: 20%;
  }
  .g_kv .date .a {
    font-size: 1.25rem;
  }
  .g_kv .date .b {
    font-size: 2.25rem;
  }
  .g_kv .date .b .b1 {
    padding-left: 1rem;
    padding-right: 4px;
  }

  .sc_intro .parag {
    padding: 0 1rem;
  }
  .sc_intro .parag p {
    font-size: 1.125rem;
    text-align: left;
  }
  .sc_intro .points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc_intro .points .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .sc_intro .points .item .i {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .sc_intro .cta .tip {
    font-size: 1.125rem;
  }
  .sc_intro .cta .bttn {
    padding: 0.9rem 2rem 1rem;
  }
  .sc_intro .cta .bttn span {
    display: block;
    padding: 2px 0;
  }

  .ag_table .tr.tr_cmy .tit span {
    display: block;
    margin-left: 0;
  }
  .ag_table .tr.tr_cmy .cmy {
    display: block;
  }
  .ag_table .tr.tr_cmy .cmy .it {
    padding: 5px 0;
  }

  .cmy_items {
    display: block;
  }

  .sc_detail {
    padding-bottom: 2rem;
  }
  .sc_detail .sec_cnts .list {
    padding-left: 1.65rem;
  }

  .sc_footer {
    padding: 2rem 0;
  }

  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-header .modal_t .web_link {
    position: static;
    margin-left: 0;
    margin-top: 1rem;
  }
  .modal-header .modal_t .web_link a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 1rem;
    width: 7rem;
    text-align: center;
  }

  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal-body .intro {
    text-align: left;
  }
  .modal-body .needs .table .tr {
    padding: 0.5rem 1rem;
    display: block;
  }
  .modal-body .needs .table .tr.tr_header {
    border-bottom-width: 1px;
  }
  .modal-body .needs .table .tr.tr_header .col1 {
    color: rgba(76, 97, 177, 0.6);
  }
  .modal-body .needs .table .tr .td {
    display: inline-block;
    border-right-width: 0;
    padding: 1px 0;
  }
  .modal-body .needs .table .tr .col1 {
    position: relative;
    color: #4c61b1;
    text-align: left;
    font-weight: 500;
  }
  .modal-body .needs .table .tr .col1::after {
    content: "：";
    position: relative;
    margin-left: 0px;
  }
}