html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: url("img/main_bg.jpg") center/cover fixed;
  color: #002694;
}

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(135deg, #03fccd, #c25cff);
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.12)), color-stop(10%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(10%, #03fccd), color-stop(40%, #c25cff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(90deg, #03fccd 10%, #c25cff 40%);
}
.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 {
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
}
.g_header .nav_link:hover {
  color: #ee922c;
  text-decoration: none;
}
.g_header .dropdown-item:focus, .g_header .dropdown-item:hover {
  background-color: #ee922c;
}

.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-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 .main_sc {
  padding: 40px 0;
}
.g_main .sc_title {
  text-align: center;
}
.g_main .sc_title .tit {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 1rem;
}
.g_main .soft_bg {
  background-color: rgba(3, 252, 205, 0.06);
}

.sc_intro {
  padding-top: 20px;
  background-color: #fff;
}
.sc_intro .sec_cnts {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.67;
}
.sc_intro .parag {
  text-align: justify;
}

.sc_agenda .container {
  max-width: 1600px;
}
.sc_agenda .sec_cnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.sc_agenda .agenda_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
}
.sc_agenda .ag1 {
  color: #03fccd;
}
.sc_agenda .ag2 {
  color: #c25cff;
}
.sc_agenda .col_top {
  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;
  padding: 12px 24px;
}

.ag_date {
  font-size: 1.5em;
  font-weight: 700;
}
.ag_date span {
  display: inline-block;
  padding-left: 0.5em;
  font-weight: 400;
  color: #fff;
}

.ag_cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ag_cta .bttn {
  display: block;
  height: 100%;
  border-radius: 4px;
  padding: 8px 24px;
  background-color: #ee922c;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: background 250ms;
  transition: background 250ms;
}
.ag_cta .bttn:hover {
  text-decoration: none;
  background-color: #fd0136;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: 1px solid currentColor;
  font-size: 1.25em;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 12px;
}
.ag_table .tr.bd_t {
  padding-top: 12px;
  border-top: 1px solid currentColor;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.ag_table .tr .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  color: #fff;
}
.ag_table .tr .tit span:last-child {
  margin-left: 0.5rem;
  font-size: 0.875em;
  color: #fffa99;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.sc_company .container {
  max-width: 1600px;
}

.cmy_items {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.cmy_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.25rem 1.5rem;
  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 .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: center;
}
.cmy_item .pic img {
  height: 150px;
  width: 200px;
}
.cmy_item .name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.2;
  text-align: center;
}
.cmy_item .zh {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0064ff;
}
.cmy_item .product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  line-height: 1.3;
  text-align: center;
}
.cmy_item .needs {
  margin-top: 0.33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmy_item .needs .n {
  padding: 6px 8px;
  background-color: #03fccd;
  line-height: 1;
  border-radius: 4px;
  font-size: 0.875em;
}
.cmy_item .needs .w {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 88px);
          flex: 0 0 calc(100% - 88px);
  padding-left: 4px;
}
.cmy_item .needs .w span {
  display: inline-block;
  margin: 0 4px;
}
.cmy_item .more {
  margin-top: 30px;
  padding: 0 10px;
  text-align: center;
}
.cmy_item .more a {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 8px 16px 9px;
  background-color: #ee922c;
  color: #fff;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.cmy_item .more a:hover {
  text-decoration: none;
  background-color: #fd0136;
}

.sc_location {
  padding-top: 50px;
  padding-bottom: 20px;
}
.sc_location .sec_cnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_location .loc_left {
  padding: 20px 0 20px 30px;
}
.sc_location .loc_left .val {
  line-height: 1.1;
}
.sc_location .loc_left .val .tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ee922c;
}
.sc_location .loc_left .val span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 6px;
  padding-bottom: 20px;
}
.sc_location .loc_left .way .tit {
  font-weight: 700;
}
.sc_location .loc_left .way ul,
.sc_location .loc_left .way ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.sc_location .loc_left .way li {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.3;
}
.sc_location .loc_left .way li a {
  color: #0070c5;
  text-decoration: underline;
}
.sc_location .loc_left .way li a:hover {
  color: #c25cff;
}
.sc_location .loc_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}
.sc_location .loc_right .map_wrap {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.sc_location .loc_right .map_wrap iframe {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc_detail .sec_cnts .list {
  padding-left: 1.5rem;
  padding-right: 40px;
  margin-top: -4px;
  margin-bottom: 0;
}
.sc_detail .sec_cnts .list li {
  padding: 8px 0;
  line-height: 1.3;
}
.sc_detail .sec_cnts .list a {
  color: #0070c5;
  text-decoration: underline;
}
.sc_detail .sec_cnts .list a:hover {
  color: #c25cff;
}

.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 0 2rem;
  border-bottom-width: 0;
}
.modal-header .modal_t {
  position: relative;
}
.modal-header .modal_t .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-header .modal_t .zh {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
}
.modal-header .modal_t .web_link {
  margin-left: 1rem;
}
.modal-header .modal_t .web_link a {
  display: block;
  border-radius: 4px;
  padding: 6px 8px 8px;
  background-color: #ee922c;
  font-size: 0.875em;
  color: #fff;
  -webkit-transition: color 240ms;
  transition: color 240ms;
  line-height: 1;
}
.modal-header .modal_t .web_link a:hover {
  background-color: #0064ff;
  text-decoration: none;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 2rem 2rem;
  font-size: 1.125rem;
}
.modal-body .sub_tit {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1rem;
  color: #c25cff;
  line-height: 1;
}
.modal-body .prod {
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #ee922c;
}
.modal-body .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.modal-body .images a {
  display: block;
  overflow: hidden;
}
.modal-body .images a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modal-body .images img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.modal-body .condition .way span {
  display: inline-block;
  border-radius: 8px;
  margin: 0 3px;
  padding: 8px 12px 10px;
  background-color: #0070c5;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
}
.modal-body .table {
  margin-top: 20px;
  margin-bottom: 0;
  border: 1px solid #c25cff;
}
.modal-body .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c25cff;
}
.modal-body .table .tr:last-child {
  border-bottom-width: 0;
}
.modal-body .table .tr .col1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(194, 92, 255, 0.5)), to(rgba(3, 252, 205, 0.5)));
  background: linear-gradient(90deg, rgba(194, 92, 255, 0.5), rgba(3, 252, 205, 0.5));
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  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;
  font-size: 1rem;
}
.modal-body .table .tr .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
}
.modal-body .table .tr .col2 div {
  padding: 4px 0;
  line-height: 1.3;
}
.modal-body .table .tr .td {
  padding: 0.5rem 1.25rem;
  border-right: 1px solid #c25cff;
  line-height: 1.5;
}
.modal-body .table .tr .td:last-child {
  border-right-width: 0;
}

.sc_footer {
  padding: 1rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #0064ff 10%, #03fccd 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, #c25cff 10%, #03fccd 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_main .sc_title .tit {
    font-size: 2rem;
    letter-spacing: 0.67rem;
  }

  .sc_intro .parag {
    padding: 0 1em;
    text-align: left;
    line-height: 1.5;
  }
  .sc_intro .parag + .parag {
    margin-top: 1em;
  }

  .sc_agenda .sec_cnts {
    display: block;
  }
  .sc_agenda .sec_cnts {
    padding: 0 15px;
  }
  .sc_agenda .agenda_col {
    padding: 0;
  }
  .sc_agenda .agenda_col + .agenda_col {
    margin-top: 30px;
  }
  .sc_agenda .col_top {
    padding: 0;
  }

  .ag_date span {
    padding-left: 0;
    line-height: 1.2;
  }

  .ag_cta {
    display: inline-block;
  }

  .ag_table {
    margin-top: 1rem;
  }
  .ag_table .tr {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cmy_items {
    display: block;
  }

  .sc_location {
    padding-bottom: 0;
  }
  .sc_location .sec_cnts {
    display: block;
  }
  .sc_location .loc_right .map_wrap {
    padding-top: 100%;
  }
  .sc_location .loc_left {
    padding: 20px 10px 0;
  }

  .sc_detail {
    padding-bottom: 2rem;
  }
  .sc_detail .sec_cnts {
    display: block;
  }
  .sc_detail .sec_cnts .list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sc_footer {
    padding: 2rem 0;
  }

  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-header .modal_t .name {
    display: block;
  }
  .modal-header .modal_t .web_link {
    margin-left: 0;
    margin-top: 10px;
  }
  .modal-header .modal_t .web_link a {
    display: inline-block;
  }

  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal-body .intro {
    text-align: left;
  }
  .modal-body .table .tr {
    padding: 0.5rem 1rem;
    display: block;
  }
  .modal-body .table .tr .td {
    display: inline-block;
    border-right-width: 0;
    padding: 1px 0;
  }
  .modal-body .table .tr .col1 {
    position: relative;
    background-image: none;
    color: #ee922c;
    text-align: left;
    font-weight: 500;
  }
}