@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  overflow-x: hidden; }

.clearfix::after {
  display: table;
  content: "";
  clear: both; }

.wrap {
  width: 100%;
  margin: 0 auto;
  font-family: Microsoft JhengHei;
  padding: 0 15px;
  box-sizing: border-box; }
  @media all and (min-width: 992px) {
    .wrap {
      padding: 0;
      width: 960px; } }
  @media all and (min-width: 1200px) {
    .wrap {
      width: 1140px; } }

.text-center-group {
  text-align: center; }

.text-left-group--rwd {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .text-left-group--rwd {
      text-align: left; } }

.index-heading {
  position: relative;
  font-size: 1.625em;
  color: #494949;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 5px; }
  .index-heading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    background: linear-gradient(to right, #fe6d53 0, #fe6d53 30px, #ffd955 30px); }

.index-btn {
  outline: 0;
  display: inline-block;
  width: 175px;
  box-sizing: border-box;
  padding: 12px 0px;
  cursor: pointer;
  color: #00446e;
  border-radius: 100px;
  background: transparent;
  border: 2px solid #00446e;
  font-weight: bold;
  font-size: 1em; }
  .index-btn:hover {
    background: #00446e;
    color: #fff; }

.guide-btn {
  font-family: Microsoft JhengHei;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  cursor: pointer; }

.btn-icon {
  font-size: 12px;
  margin-right: 2px; }
  .btn-icon i {
    vertical-align: text-top; }    .fesival-verticle-side-image-block {    display: none;    position: fixed;    z-index: 9999;    top: 60px;}    @media screen and (min-width: 992px) {    .fesival-verticle-side-image-block {        display: block;    }}    .fesival-verticle-side-image-block .fesival-verticle-side-image { width: 70px;}

#aside-guide {
  display: none;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 9999;
  font-family: Microsoft JhengHei;
  transition: all 0.3s ease-in; }
  @media screen and (min-width: 992px) {
    #aside-guide {
      display: block; } }
  #aside-guide.aside--close {
    right: -70px; }
  #aside-guide a {
    text-decoration: none;
    color: #242424; }
  #aside-guide .aside-word {
    display: block;
    text-align: center; }
    #aside-guide .aside-word + .aside-word {
      margin-top: 5px; }
  #aside-guide .aside-ctrl {
    position: absolute;
    top: 0;
    right: 100%;
    background: #b8dc34;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px; }
    #aside-guide .aside-ctrl::before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: 0 2px 9px 0 rgba(134, 134, 134, 0.5);
      left: 0;
      top: 0;
      z-index: -1;
      background: transparent;
      border-radius: 6px 0 0 6px; }
  #aside-guide .aside-index {
    background: #b8dc34;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 9px 0 rgba(134, 134, 134, 0.5); }
  #aside-guide .aside-index-item {
    border-bottom: 1px solid #242424;
    position: relative;
    padding: 15px 0; }
    #aside-guide .aside-index-item::after {
      display: block;
      content: "";
      position: absolute;
      height: calc(85%);
      width: 110%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 6px; }
    #aside-guide .aside-index-item:hover::after {
      background: #cde671; }
    #aside-guide .aside-index-item:last-child {
      border-bottom: 1px solid transparent; }
    #aside-guide .aside-index-item a {
      position: relative;
      z-index: 2;
      display: inline-block;
      width: 100%; }
    #aside-guide .aside-index-item.business {
      border-bottom: 1px solid #c9150e; }
      #aside-guide .aside-index-item.business + .aside-index-item a {
        color: #c9150e; }
      #aside-guide .aside-index-item.business a {
        color: #c9150e; }
  #aside-guide .backtop {
    background: #b8dc34;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 2px 9px 0 rgba(134, 134, 134, 0.5); }
    #aside-guide .backtop img {
      width: 35%;
      margin-bottom: 1px; }
    #aside-guide .backtop a {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff;
      text-align: center;
      font-weight: normal; }

#header {
  font-family: Microsoft JhengHei;
  background: #024c7a;
  width: 100%;
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/header_pattern.png"), linear-gradient(to right, #0a3d54, #0c4862 21%, #125d7b 88%, #12617f);
  background-repeat: repeat;
  padding: 10px 0;
  position: relative;
  border-top: 4px solid #0098b0;
  border-bottom: 4px solid #0098b0; }
  @media screen and (min-width: 992px) {
    #header {
      padding-bottom: 0;
      border: 0;
      border-top: 8px solid #0098b0; } }
  #header .mobile-nav {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #header .mobile-nav a {
      font-weight: bold;
      text-decoration: none; }
    #header .mobile-nav button {
      position: absolute;
      top: calc(50% + 4px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 15px;
      background: transparent; }
      #header .mobile-nav button::after {
        height: 3px;
        box-shadow: 0 8px 0 #fff, 0 16px 0 #fff; }
    @media screen and (min-width: 992px) {
      #header .mobile-nav {
        display: none; } }
  #header .mobile-menu {
    background: #0098b0;
    left: 0;
    width: 100%;
    top: calc(100% - 1px); }
    #header .mobile-menu a {
      color: #000; }
  #header .mobile-submenu {
    background: #0098b0; }
  #header .mobile-nav__item:last-child {
    padding-bottom: 20px; }
  #header .mobile-nav__item a {
    padding: 12px 15px;
    font-size: 1.125em;
    font-weight: normal; }
    #header .mobile-nav__item a:hover {
      text-decoration: underline; }
    #header .mobile-nav__item a.desktop {
      text-decoration: underline; }
  #header .mobile-nav-title {
    background: #12617f;
    color: #fff;
    font-size: 1.25em;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px; }
  #header .dl-back a {
    padding: 15px;
    padding-left: 40px;
    font-size: 0.9375em; }
  #header .mobile-business-group {
    background-color: #f89200; }
    #header .mobile-business-group li > a {
      padding: 15px 6px; }
    #header .mobile-business-group a {
      text-decoration: none;
      color: #fff; }
  #header .mobile-business-item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0; }
    #header .mobile-business-item a {
      padding: 10px 0;
      font-size: 1em; }
    #header .mobile-business-item:first-child a {
      border-right: 1px solid #fff; }
  #header .mobile-search-group {
    padding: 20px 15px;
    background: #12617f;
    margin-bottom: 26px; }
  #header .mobile-media-group {
    padding: 20px 15px; }
    #header .mobile-media-group .media-group {
      float: none; }
    #header .mobile-media-group .media-item {
      width: 45px;
      height: 45px;
      margin-left: 0;
      margin-right: 15px;
      float: left;
      border-radius: 50%; }
  #header .nav a {
    color: #fff;
    text-decoration: none; }
  #header .nav--sub {
    position: relative;
    display: none;
    height: 27px;
    line-height: 27px;
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      #header .nav--sub {
        display: block; } }
    #header .nav--sub .nav-link__item {
      float: left;
      font-size: 1em; }
      #header .nav--sub .nav-link__item a {
        padding-right: 10px;
        letter-spacing: 1.2px; }
        #header .nav--sub .nav-link__item a:hover {
          text-decoration: underline; }
      #header .nav--sub .nav-link__item + .nav-link__item a {
        padding-left: 10px;
        border-left: 1px solid #fff; }
    #header .nav--sub .back-mobile {
      display: none; }
  #header .font-media {
    float: right; }
    @media screen and (min-width: 1200px) {
      #header .font-media {
        float: none;
        overflow: hidden; } }
  #header .nav-link--sub {
    position: relative; }
  #header .nav-link--sub {
    float: left;
    color: #fff; }
  #header .font-group {
    margin-right: 15px;
    z-index: 2;
    position: relative;
    float: left;
    color: #fff; }
  #header .font-list {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 27px;
    border: 1px solid #fff;
    border-radius: 4px; }
    #header .font-list.font-list--active {
      height: auto; }
    @media screen and (min-width: 1200px) {
      #header .font-list {
        height: auto;
        padding-top: 0;
        border: 0;
        position: relative; } }
  #header .btn-font {
    position: relative;
    color: #fff;
    background: transparent;
    font-family: Microsoft JhengHei;
    outline: 0;
    width: 100%;
    padding: 1px 6px;
    padding-left: 10px;
    font-size: 1em;
    border: 0;
    cursor: pointer;
    z-index: 3;
    letter-spacing: normal; }
    @media screen and (min-width: 1200px) {
      #header .btn-font {
        display: none; } }
  #header .font-icon {
    margin-left: 10px;
    font-size: 14px; }
  #header .font-title {
    display: none; }
    @media screen and (min-width: 1200px) {
      #header .font-title {
        display: inline-block; }
        #header .font-title span {
          border-left: 1px solid #979797;
          padding-left: 10px; } }
  #header .font-item {
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    padding-right: 35px;
    background: #07649f; }
    #header .font-item.font--active {
      background-color: #012a44; }
    @media screen and (min-width: 1200px) {
      #header .font-item {
        display: inline-block;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        margin-left: 8px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        background: transparent; }
        #header .font-item.font--active {
          color: #000;
          background-color: #fff; } }
  #header .font-text {
    display: inline-block; }
  #header .media-group {
    float: right;
    position: relative; }
  #header .btn-media {
    background: #eb583e;
    outline: 0;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: normal; }
    #header .btn-media:hover {
      background: #eb583e; }
    @media screen and (min-width: 1200px) {
      #header .btn-media {
        display: none; } }
  #header .btn-media-icon {
    font-size: 12px; }
  #header .media-list {
    position: absolute;
    z-index: 2;
    height: 0;
    overflow: hidden; }
    #header .media-list.media-list--active {
      height: auto; }
    @media screen and (min-width: 1200px) {
      #header .media-list {
        position: relative;
        height: auto; } }
  #header .media-item {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 1200px) {
      #header .media-item {
        float: left;
        border-radius: 50%;
        margin-left: 8px; } }
    #header .media-item a {
      height: 100%; }
    #header .media-item.email {
      background: #4f54c1; }
      #header .media-item.email:hover {
        background: #4247a5; }
    #header .media-item.fb {
      background: #4267b1; }
      #header .media-item.fb:hover {
        background: #3a5a9a; }
    #header .media-item.youtube {
      background: #f60707; }
      #header .media-item.youtube:hover {
        background: #de0707; }
    #header .media-item.rss {
      background: #f5a623; }
      #header .media-item.rss:hover {
        background: #e39920; }
    #header .media-item.line {
      background: #00b901; }
      #header .media-item.line:hover {
        background: #039f04; }
    #header .media-item img {
      width: 65%;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  #header .logo-container {
    width: 200px;
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      #header .logo-container {
        width: auto;
        margin: auto;
        margin-bottom: 15px; } }
  #header .logo {
    float: left;
    width: 200px; }
    @media screen and (min-width: 992px) {
      #header .logo {
        width: 310px; } }
    #header .logo img {
      width: 100%; }
  #header .search-group {
    display: none;
    float: right;
    width: 425px; }
    @media screen and (min-width: 992px) {
      #header .search-group {
        display: block; } }
  #header .search-label {
    display: block;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box; }
  #header .search-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #fff;
    outline: 0;
    color: #494949;
    width: 100%;
    padding: 12px;
    padding-right: 32px;
    font-size: 1em;
    box-sizing: border-box; }
  #header .search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #494949;
    cursor: pointer; }
  #header .search-text {
    color: #fff;
    letter-spacing: 2.4px;
    line-height: 22px;
    display: table; }
  #header .search-title,
  #header .search-keywords {
    display: table-cell;
    vertical-align: top; }
  #header .search-title {
    white-space: nowrap; }
  #header .keyword {
    float: left;
    position: relative;
    margin-left: 20px; }
    #header .keyword + .keyword::after {
      display: block;
      content: "";
      position: absolute;
      content: "、";
      left: -20px;
      top: 0; }
    #header .keyword a {
      color: #fff;
      text-decoration: none; }
      #header .keyword a:hover {
        color: #f89200;
        text-decoration: underline; }
  #header .nav--main {
    border-top: 8px solid #0098b0;
    display: none;
    background: #f1f1f1; }
    @media screen and (min-width: 992px) {
      #header .nav--main {
        display: block; } }
  #header .nav-link--main {
    text-align: justify;
    height: 66px;
    position: relative; }
    #header .nav-link--main::after {
      content: "";
      position: relative;
      display: inline-block;
      width: 100%;
      height: 0; }
    #header .nav-link--main .nav-link__item {
      text-align: left;
      -moz-text-align-last: left;
           text-align-last: left;
      display: inline-block;
      font-weight: bold;
      font-size: 1.25em;
      height: 70px;
      z-index: 200; }
      #header .nav-link--main .nav-link__item > a {
        display: block;
        padding: 20px 0;
        box-sizing: border-box;
        height: 66px;
        border-bottom: 6px solid transparent;
        color: #242424; }
      #header .nav-link--main .nav-link__item:hover > a {
        border-bottom: 6px solid #fe6d53; }
      #header .nav-link--main .nav-link__item:hover .nav-link__drop {
        display: block; }
  #header .nav-link__drop {
    display: none;
    position: absolute;
    width: calc(100% + 60px);
    left: -30px;
    top: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 4px #535353;
    border-top: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(to right, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.95) 30%); }
    #header .nav-link__drop .wrap {
      width: 100%;
      position: relative; }
  #header .nav-link-second {
    width: 30%;
    min-height: 300px;
    background: rgba(0, 152, 176, 0.9); }
  #header .nav-link-second__item {
    padding: 8px 0; }
    #header .nav-link-second__item:hover {
      background-color: white; }
      #header .nav-link-second__item:hover > a {
        color: #fe6d53;
        font-weight: bold; }
      #header .nav-link-second__item:hover > .nav-link-third {
        display: block; }
    #header .nav-link-second__item > a {
      font-size: 0.9em;
      display: block;
      color: #000;
      width: 100%;
      padding: 8px 0;
      padding-left: 30px;
      position: relative;
      box-sizing: border-box;
      font-weight: normal; }
  #header .nav-link-third {
    display: none;
    position: absolute;
    width: 70%;
    top: 0;
    left: 30%;
    padding-top: 8px;
    height: 100%; }
  #header .nav-link-third__item {
    width: 50%;
    padding: 8px 0;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    font-size: 0.9em;
    margin-bottom: 12px; }
    #header .nav-link-third__item a {
      width: 100%;
      color: #07649f;
      font-weight: normal; }
      #header .nav-link-third__item a:hover {
        color: #fe6d53;
        text-decoration: underline;
        font-weight: bold; }
  #header .link-icon {
    position: absolute;
    right: 30px; }

#index-main {
  font-family: Microsoft JhengHei; }
  #index-main button {
    font-family: Microsoft JhengHei; }
  #index-main a {
    text-decoration: none; }
  #index-main .banner-section {
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/banner_bg.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 50px; }
    @media screen and (min-width: 992px) {
      #index-main .banner-section {
        padding-bottom: 150px;
        background-color: #cfe9f8;
        background-position: center bottom; } }
  #index-main .banner-layout,
  #index-main .hotnews-layout {
    width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
    vertical-align: top; }
    @media screen and (min-width: 992px) {
      #index-main .banner-layout,
      #index-main .hotnews-layout {
        float: left;
        margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    #index-main .banner-layout {
      width: 66.6666%;
      padding-right: 15px; } }
  @media screen and (min-width: 992px) {
    #index-main .hotnews-layout {
      width: 33.3333%;
      padding-left: 15px; } }
  #index-main .banner-group {
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 2px 0 rgba(188, 188, 188, 0.5); }
    #index-main .banner-group img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (min-width: 992px) {
      #index-main .banner-group {
        height: 356px; } }
    @media screen and (min-width: 1200px) {
      #index-main .banner-group {
        height: 445px; } }
  #index-main .banner-img-group {
    height: 70.561797752%; }
    #index-main .banner-img-group .slick-list,
    #index-main .banner-img-group .slick-track {
      height: 100%; }
    #index-main .banner-img-group img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  #index-main .banner-img-list {
    height: 100%;
    opacity: 0;
    visibility: hidden; }
    #index-main .banner-img-list.slick-initialized {
      opacity: 1;
      visibility: visible; }
  #index-main .banner-img {
    height: 100%; }
  #index-main .banner-anchor-group {
    position: relative;
    height: 29.438202248%; }
  #index-main .banner-anchor-list {
    opacity: 0;
    visibility: hidden; }
    #index-main .banner-anchor-list.slick-initialized {
      opacity: 1;
      visibility: visible; }
    @media screen and (min-width: 992px) {
      #index-main .banner-anchor-list {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  #index-main .banner-ancour {
    padding: 10px;
    box-sizing: border-box;
    outline: 0; }
    @media screen and (min-width: 1200px) {
      #index-main .banner-ancour {
        padding: 15px; } }
    #index-main .banner-ancour img {
      cursor: pointer; }
    #index-main .banner-ancour.slick-current img {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  #index-main .banner-ctrl {
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    z-index: 2; }
    #index-main .banner-ctrl img {
      width: 30px; }
    #index-main .banner-ctrl.next {
      right: 5px; }
    #index-main .banner-ctrl.previous {
      left: 5px; }
    @media screen and (min-width: 768px) {
      #index-main .banner-ctrl img {
        width: 50px; } }
  #index-main .hotnews-group {
    background: #fff;
    height: auto;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      #index-main .hotnews-group {
        border: 1px solid #dddddd;
        box-shadow: 0 2px 2px 0 rgba(188, 188, 188, 0.5);
        padding: 12px;
        height: 356px; } }
    @media screen and (min-width: 1200px) {
      #index-main .hotnews-group {
        height: 445px; } }
  #index-main .hotnews-link {
    margin-top: 25px; }
    @media screen and (min-width: 992px) {
      #index-main .hotnews-link {
        margin-top: 15px; } }
  #index-main .hotnews-link__item {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #ffcf62;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 0 0 #cbcaca;
    background: #ffe09b;
    background: linear-gradient(155deg, #ffebc0 0, #ffebc0 55%, #ffe09b 55%);
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      #index-main .hotnews-link__item {
        height: 50px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1200px) {
      #index-main .hotnews-link__item {
        height: 60px;
        margin-bottom: 15px; } }
    #index-main .hotnews-link__item:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      box-shadow: 2px 2px 0 0 #929292; }
    #index-main .hotnews-link__item a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      color: #494949;
      font-size: 1em;
      line-height: 20px;
      font-weight: bold; }
  #index-main .hotnews-link-icon {
    position: absolute;
    display: inline-block;
    width: 1.75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    z-index: 2; }
    #index-main .hotnews-link-icon img {
      width: 100%; }
  #index-main .hotnews-link-text {
    position: absolute;
    letter-spacing: 1px;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #index-main .news-section {
    margin-bottom: 50px;
    background: #fff; }
    @media screen and (min-width: 992px) {
      #index-main .news-section {
        margin-top: -70px;
        padding-bottom: 35px;
        margin-bottom: 0; } }
  #index-main .news-tabs-group {
    padding-top: 50px;
    background: #fff; }
  #index-main .news-tab {
    border: 0;
    outline: 0;
    padding: 8px;
    font-weight: bold;
    font-size: 1.125em;
    background: #d8d8d8;
    color: #494949;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 3px; }
    @media screen and (min-width: 768px) {
      #index-main .news-tab {
        margin-right: 18px;
        padding: 10px; } }
    #index-main .news-tab.tab--active {
      background: #f89200;
      color: #fff; }
  #index-main .index-newstable {
    width: 100%;
    table-layout: fixed;
    font-family: Microsoft JhengHei;
    margin-bottom: 20px;
    display: none; }
    #index-main .index-newstable td {
      font-size: 1em;
      border-bottom: 1px dashed #c4c4c4;
      padding: 18px 0px;
      box-sizing: border-box;
      vertical-align: middle; }
      #index-main .index-newstable td:nth-child(1) {
        text-align: center;
        width: 60px; }
      #index-main .index-newstable td:nth-child(2) {
        width: 105px; }
    #index-main .index-newstable.newstable--active {
      display: table; }
  #index-main .newstable-badge-new {
    font-family: Arial, Helvetica, sans-serif;
    color: #e7011e;
    font-weight: 900; }
  #index-main .newstable-badge {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fe6c53; }
  #index-main .newstable-date {
    color: #ff8100;
    font-weight: bold; }
  #index-main .newstable-link {
    color: #000; }
    #index-main .newstable-link:hover {
      text-decoration: underline;
      color: #07649f; }
  @media screen and (min-width: 992px) {
    #index-main .media-section {
      padding-top: 65px; } }
  #index-main .media-col {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px; }
    @media screen and (min-width: 992px) {
      #index-main .media-col {
        width: 50%;
        float: left;
        margin-bottom: 0; }
        #index-main .media-col:nth-child(1) {
          padding-right: 15px; }
        #index-main .media-col:nth-child(2) {
          padding-left: 15px; } }
  #index-main .index-video,
  #index-main .index-chart {
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    height: 465px; }
    #index-main .index-video iframe,
    #index-main .index-chart iframe {
      width: 100%;
      height: 100%; }
  #index-main .index-video {
    height: auto;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8; }
    @media screen and (min-width: 992px) {
      #index-main .index-video {
        height: 465px; } }
  #index-main .index-chart {
    border: solid 1px #c4c4c4; }
    #index-main .index-chart img {
      position: absolute;
      top: 0;
      left: 1px;
      height: 100%;
      width: calc(100% - 2px);
      -o-object-fit: contain;
         object-fit: contain; }
  #index-main .index-video-box {
    height: 465px; }
    @media screen and (min-width: 768px) {
      #index-main .index-video-box {
        height: 340px; } }
  #index-main .index-album-box {
    height: calc(100% - 465px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      #index-main .index-album-box {
        height: calc(100% - 340px); } }
  #index-main .index-album-box > li {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #index-main .index-album-box > li:nth-child(3) {
      display: none; }
    @media screen and (min-width: 768px) {
      #index-main .index-album-box > li {
        width: 33.3333%; }
        #index-main .index-album-box > li:nth-child(3) {
          display: block; } }
  #index-main .index-album-box > li > a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
  #index-main .index-album-box > li > a::before {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    content: ""; }
  #index-main .index-album-box > li > a:focus {
    outline-offset: 1px; }
  #index-main .index-album-box > li > a > img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  #index-main .business-section {
    margin-bottom: 50px; }
    @media screen and (min-width: 992px) {
      #index-main .business-section {
        padding: 100px 0;
        margin-bottom: 0;
        background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/business_bg.png");
        background-size: cover;
        background-repeat: no-repeat; } }
  #index-main .service-section {
    margin-bottom: 50px; }
    @media screen and (min-width: 992px) {
      #index-main .service-section {
        margin-top: -50px;
        margin-bottom: 0; } }
  #index-main .business-group {
    padding-top: 50px;
    margin: 0 -15px; }
  #index-main .business-item {
    float: left;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 50px; }
    #index-main .business-item a {
      display: table;
      color: #1d3157; }
      #index-main .business-item a:hover .business-title {
        color: #07649f; }
      #index-main .business-item a:hover .business-intro {
        color: #07649f; }
    @media screen and (min-width: 768px) {
      #index-main .business-item {
        width: 50%; } }
  #index-main .business-icon {
    display: table-cell;
    vertical-align: top;
    width: 80px; }
    @media screen and (min-width: 768px) {
      #index-main .business-icon {
        width: 105px; } }
    #index-main .business-icon img {
      width: 100%; }
  #index-main .business-content {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding-left: 8px; }
  #index-main .business-title {
    font-size: 1.25em;
    font-weight: bold;
    color: #1d3157;
    line-height: 2em; }
  #index-main .business-intro {
    color: #1d3157;
    line-height: 20px; }
  #index-main .theme-section {
    background-color: #f6fbff;
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/theme_top_bg.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 100px;
    margin-top: -100px; }
    @media screen and (min-width: 992px) {
      #index-main .theme-section {
        padding-bottom: 62px;
        margin-top: 0; } }
  #index-main .theme-group {
    margin: 50px -15px 20px;
    max-height: calc((100vw - 60px) / 2 * 2 + 20px);
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #index-main .theme-group {
        max-height: calc((100vw - 90px) / 3 * 2 + 20px); } }
    @media screen and (min-width: 992px) {
      #index-main .theme-group {
        max-height: calc((960px - 150px) / 6 * 2 + 20px); } }
    @media screen and (min-width: 1200px) {
      #index-main .theme-group {
        max-height: calc((1140px - 150px) / 6 * 2 + 20px); } }
    #index-main .theme-group.layout--active {
      max-height: none; }
  #index-main .theme-layout {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      #index-main .theme-layout {
        width: 33.333%; } }
    @media screen and (min-width: 992px) {
      #index-main .theme-layout {
        width: 16.6666666667%; } }
  #index-main .theme-item {
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 20px; }
    #index-main .theme-item a {
      display: block;
      position: relative;
      height: 0;
      padding-top: 100%;
      color: #494949; }
    #index-main .theme-item:hover a {
      color: #07649f; }
    #index-main .theme-item:hover .theme-name {
      text-decoration: underline; }
  #index-main .theme-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #index-main .theme-img {
    width: 100%;
    margin-bottom: 5px;
    text-align: center; }
    #index-main .theme-img img {
      width: 80%; }
  #index-main .theme-name {
    text-align: center;
    font-size: 0.875em;
    padding: 0 5px; }
  #index-main .outerlink-section {
    background-color: #f6fbff;
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/link_bottom_bg.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px; }
    @media screen and (min-width: 992px) {
      #index-main .outerlink-section {
        padding-top: 38px;
        padding-bottom: 100px; } }
  #index-main .outerlink-group {
    margin: 0 -15px;
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: calc((100vw - 60px) / 2 * 0.39393939393);
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #index-main .outerlink-group {
        max-height: calc((100vw - 90px) / 3 * 0.39393939393); } }
    @media screen and (min-width: 992px) {
      #index-main .outerlink-group {
        max-height: calc((960px - 150px) / 6 * 0.39393939393); } }
    @media screen and (min-width: 1200px) {
      #index-main .outerlink-group {
        max-height: calc((1140px - 150px) / 6 * 0.39393939393); } }
    #index-main .outerlink-group.layout--active {
      max-height: none; }
  #index-main .outerlink-layout {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    overflow: hidden; }
    #index-main .outerlink-layout.layout--active {
      height: auto; }
    @media screen and (min-width: 768px) {
      #index-main .outerlink-layout {
        width: 33.333%; } }
    @media screen and (min-width: 992px) {
      #index-main .outerlink-layout {
        width: 16.6666666667%; } }
  #index-main .outerlink-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 39.393939393%; }
    #index-main .outerlink-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

#footer {
  font-family: Microsoft JhengHei;
  background: #134b66;
  background: linear-gradient(to right, #134b66, #115471);
  color: #fff;
  padding-top: 20px; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .footer-guide {
    border-bottom: 1px solid #02395b;
    display: none; }
    @media screen and (min-width: 768px) {
      #footer .footer-guide {
        display: block; } }
  #footer .guide-item {
    float: left;
    width: 33.333%;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      #footer .guide-item {
        width: 25%; } }
  #footer .guide-title {
    display: inline-block;
    font-size: 1.125em;
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 20px; }
  #footer .guide-group {
    padding-top: 25px;
    padding-bottom: 30px; }
  #footer .guide-link {
    font-size: 0.9375em;
    display: inline-block;
    margin-bottom: 15px; }
  #footer .guide-link-group {
    min-height: 0;
    height: 0;
    overflow: hidden; }
    #footer .guide-link-group.guide--active {
      height: auto; }
  #footer .locations_info {
    padding-top: 50px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      #footer .locations_info {
        background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170526170958/https://www.trade.gov.tw/images/background/footer_bg.png");
        background-position: bottom left;
        background-size: 100%;
        background-repeat: no-repeat; } }
  #footer .location-col {
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 50px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #footer .location-col {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #footer .location-col {
        width: 33.33333%; } }
  #footer .location-heading,
  #footer .location-group {
    margin-bottom: 10px; }
  #footer .location-content {
    display: inline-block;
    margin-right: 10px;
    line-height: 22px; }
  #footer .location-heading,
  #footer .location-title {
    font-weight: bold; }
  #footer .location-title {
    margin-right: 5px;
    display: inline-block; }
  #footer .location-text {
    display: inline-block; }
    #footer .location-text + .location-title {
      margin-left: 15px; }
  #footer .footer_info {
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #footer .footer_info {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #footer .footer_info {
        width: 100%;
        padding-top: 30px; } }
  #footer .info {
    float: left; }
    @media screen and (min-width: 992px) {
      #footer .info {
        padding-top: 25px; } }
  #footer .info-group {
    margin-bottom: 15px; }
  #footer .info-title {
    font-weight: bold; }
  #footer .info-text {
    margin-right: 15px;
    line-height: 22px; }
  #footer .mark-group {
    vertical-align: top; }
    @media screen and (min-width: 992px) {
      #footer .mark-group {
        float: right;
        display: block; } }
  #footer .mark-item {
    display: inline-block;
    vertical-align: top; }
    #footer .mark-item + .mark-item {
      margin-left: 30px; }
  #footer .copyright-container {
    background: #02395b;
    padding: 30px 0;
    font-size: 1em; }
    #footer .copyright-container .wrap {
      text-align: center; }
  #footer .copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.125em;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      #footer .copyright {
        font-weight: normal;
        font-size: 1em;
        float: left;
        text-align: left; } }
  #footer .nav--bot {
    display: inline-block; }
    @media screen and (min-width: 992px) {
      #footer .nav--bot {
        float: right; } }
    #footer .nav--bot .nav-link__item {
      float: left;
      padding: 0 5px;
      font-size: 0.75em; }
      #footer .nav--bot .nav-link__item:last-child {
        padding-right: 0; }
      #footer .nav--bot .nav-link__item + .nav-link__item {
        border-left: 1px solid #fff; }
      #footer .nav--bot .nav-link__item a:hover {
        text-decoration: underline; }
      @media screen and (min-width: 768px) {
        #footer .nav--bot .nav-link__item {
          padding: 0 10px;
          font-size: 1em; } }
      @media screen and (min-width: 992px) {
        #footer .nav--bot .nav-link__item {
          padding: 0 25px; } }






/*
     FILE ARCHIVED ON 17:09:58 五月 26, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 0:00:46 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
