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, #0070c5, #4c61b1);
  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, #EBBF40 10%, #FFB150 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: #4c61b1;
  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.5rem;
  display: inline-block;
  padding-left: 0.875rem;
  font-size: 2rem;
  font-weight: 400;
  color: #4c61b1;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #4c61b1;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8919b), to(#FFB150));
  background: linear-gradient(0deg, #e8919b, #FFB150);
}
.g_main .soft_bg {
  background-color: rgba(235, 191, 64, 0.06);
}

.sc_intro {
  padding-top: 20px;
}
.sc_intro .sec_cnts {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.125rem;
}
.sc_intro .parag {
  text-align: justify;
}
.sc_intro .part {
  margin-top: 30px;
}
.sc_intro .part .p_tit {
  margin-bottom: 12px;
  text-align: center;
}
.sc_intro .part .p_tit span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  color: #4c61b1;
}
.sc_intro .part .p_text {
  text-align: justify;
}
.sc_intro .part .p_subt {
  padding: 10px 20px 4px;
  font-size: 1em;
  color: #c543a4;
}
.sc_intro .part .p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  font-size: 1em;
}
.sc_intro .part .p_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #4c61b1;
}
.sc_intro .cta {
  margin-top: 1rem;
  padding: 1rem 0 2rem;
  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(#EBBF40), color-stop(#FFB150), to(#e8919b)) 0 0/200% 100%;
  background: linear-gradient(90deg, #EBBF40, #FFB150, #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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  line-height: 1;
}
.ag_table_before .item {
  padding: 1rem 0;
}
.ag_table_before .key {
  color: #FFB150;
  margin-bottom: 8px;
}
.ag_table_before .val {
  font-size: 1.25em;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: 1px solid #FFB150;
  font-size: 1.25em;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 177, 80, 0.5);
  padding: 0.75rem 1.75rem;
  background-color: #ffffff;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  color: #4c61b1;
}
.ag_table .tr .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}
.ag_table .tr .tit span:last-child {
  margin-left: 0.5rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.6);
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.sc_company {
  margin-top: 30px;
}
.sc_company .sec_cnts {
  background: center bottom/cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sc_company .sec_cnts .cmy_title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sc_company .sec_cnts .cmy_title .tit {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 1rem;
}
.sc_company .sec_cnts.cnt_a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB150), to(#e8919b));
  background-image: linear-gradient(#FFB150, #e8919b);
}
.sc_company .sec_cnts.cnt_b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40d2eb), to(#4c61b1));
  background-image: linear-gradient(#40d2eb, #4c61b1);
}
.cmy_items {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px;
  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 .product {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4c61b1;
  font-size: 1.125em;
  line-height: 1.2;
}
.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: #EBBF40;
  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 {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cmy_item .more div {
  border-radius: 10px 2px 10px 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px 16px 5px;
  background-color: #4c61b1;
  color: #fff;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.cmy_item .more div:hover {
  background-color: #e8919b;
}

.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: #4c61b1;
}
.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: #FFB150;
}
.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: #FFB150;
}

.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: #4c61b1;
  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: #e8919b;
  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: #FFB150;
  line-height: 1;
}
.modal-body .prod {
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #4c61b1;
}
.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 #FFB150;
}
.modal-body .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #FFB150;
}
.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(255, 177, 80, 0.5)), to(rgba(235, 191, 64, 0.5)));
  background: linear-gradient(90deg, rgba(255, 177, 80, 0.5), rgba(235, 191, 64, 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 #FFB150;
  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, #e8919b 10%, #EBBF40 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, #FFB150 10%, #EBBF40 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;
  }

  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .parag {
    text-align: left;
  }
  .sc_intro .part .p_list {
    display: block;
  }
  .sc_intro .part .p_list li {
    margin-right: 0;
  }
  .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;
  }

  .sc_agenda .sec_cnts {
    display: 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: #4c61b1;
    text-align: left;
    font-weight: 500;
  }
}