@charset "UTF-8";
/*  #ef5b25 → #cf430f
    #ed6837 → #c2471a
*/
html {
  font-size: 0.875rem;
}
body {
  font-family: 'Helvetica Light', Helvetica, 'Noto Sans TC', '微軟正黑體', Arial,
    sans-serif;
}
a {
  transition: all 0.3s;
}
/*無障礙定位點與快捷鍵*/
a#gotomain {
  float: left;
  width: 0;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
a#gotomain:focus,
a#gotomain:active {
  width: auto;
  height: auto;
  overflow: visible;
  color: #af4807;
  text-decoration: none;
}
.a11y {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  font-size: 2rem;
  font-weight: 500;
  z-index: 2;
}
.a11y:hover,
.a11y:focus {
  text-decoration: none;
  color: #000000;
}
.a11y#L:hover,
.a11y#L:focus,
.a11y#C:hover,
.a11y#C:focus {
  color: #232f3e;
}
.a11y#Z:hover,
.a11y#Z:focus {
  color: #000000;
}

/*無障礙定位點與快捷鍵 END*/
.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1200px) {
  main .wrapper_inner {
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    padding: 0 148px;
  }
}
h1,
h2 {
  margin: 0;
}
h3 {
  font-weight: 700;
}
.top_header,
main:not(.home) {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .top_header {
    /* height: 93px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1380px) {
  .top_header {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1600px) {
  .top_header {
    padding: 0 148px;
  }
}
/* LOGO */

h1 a {
  display: block;
  font-size: 0;
}
h1 a:hover,
h1 a:focus {
  text-decoration: none;
  transform: scale(1.15);
}
h1 a img {
  font-size: 1rem;
  padding: 5px 0;
}
@media screen and (max-width: 1199px) {
  h1 a {
    padding: 13px;
  }
  .logo__img {
    width: calc(99px * 0.7);
  }
  .logo__text {
    width: calc(293px * 0.7);
  }
}

@media screen and (min-width: 1200px) {
  h1 a {
    padding: 10px 13px;
  }
  .logo__img {
    width: 99px;
  }
  .logo__text {
    width: 293px;
  }
}
/* LOGO END */
/* TOP MENU */
.topmenu_wrapper {
  font-size: 0;
  position: relative;
}
.topmenu .home img {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-right: 10px;
}
.topmenu__item {
  display: inline-block;
  padding: 0 20px;
  color: #231f20;
  font-size: 1.125rem;
}

@media screen and (max-width: 590px) {
  .topmenu_wrapper {
    padding: 0 10px;
  }
  .topmenu {
    background-color: #f6f6f6;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .topmenu__item {
    width: calc(100% / 3);
    padding: 10px 5px;
    box-shadow: 0 0 0 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 591px) {
  .topmenu_wrapper {
    padding: 0 16px 16px;
  }
  .topmenu {
    margin-right: 16px;
    padding-top: 5px;
  }
  .topmenu__item {
    position: relative;
    text-align: center;
  }
  .topmenu__item + .topmenu__item::before {
    content: '|';
    position: absolute;
    top: 0;
    left: -2px;
    color: #231f20;
  }
}
@media screen and (min-width: 591px) and (max-width: 767px) {
  .topmenu {
    position: relative;
    line-height: 1.8;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .topmenu_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  .topmenu__item {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .topmenu_wrapper {
    padding: 0 0 16px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .topmenu_wrapper {
    padding: 0;
  }
}
.topmenu__item:hover,
.topmenu__item:focus,
.topmenu__item.active {
  color: #231f20;
  text-decoration: underline;
}
/* 分享按鈕 */
.share_btns__item {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.share_btns__item img {
  width: 100%;
}

.share_btns__item.mail {
  background: #049fd1;
  background: -moz-linear-gradient(
    -45deg,
    #049fd1 0%,
    #0041df 92%,
    #0041df 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #8ee8ff),
    color-stop(92%, #0041df),
    color-stop(100%, #0041df)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #049fd1 0%,
    #0041df 92%,
    #0041df 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #049fd1 0%,
    #0041df 92%,
    #0041df 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #049fd1 0%,
    #0041df 92%,
    #0041df 100%
  );
  background: linear-gradient(
    135deg,
    #049fd1 0%,
    #0041df 92%,
    #0041df 100%
  );
}
.share_btns__item.mail:hover,
.share_btns__item.mail:focus,
.share_btns__item.mail:active {
  box-shadow: 0 0 15px rgba(142, 232, 255, 0.75);
}
.share_btns__item.fb,
.share a[title*='facebook'],
.share a[title*='FB'] {
  background: #6f8cff;
  background: -moz-linear-gradient(
    -45deg,
    #6f8cff 0%,
    #5067ae 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #6f8cff),
    color-stop(100%, #5067ae)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #6f8cff 0%,
    #5067ae 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #6f8cff 0%,
    #5067ae 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #6f8cff 0%,
    #5067ae 100%
  );
  background: linear-gradient(
    135deg,
    #6f8cff 0%,
    #5067ae 100%
  );
}
.share_btns__item.fb:hover,
.share_btns__item.fb:focus,
.share_btns__item.fb:active {
  box-shadow: 0 0 15px rgba(127, 153, 255, 0.75);
}
.share_btns__item.yt,
.share a[title*='Youtube'] {
  background: rgba(218, 0, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(218, 0, 0, 1) 0%,
    rgba(166, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(218, 0, 0, 1)),
    color-stop(100%, rgba(166, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(218, 0, 0, 1) 0%,
    rgba(166, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(218, 0, 0, 1) 0%,
    rgba(166, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(218, 0, 0, 1) 0%,
    rgba(166, 0, 0, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(218, 0, 0, 1) 0%,
    rgba(166, 0, 0, 1) 100%
  );
}
.share_btns__item.yt:hover,
.share_btns__item.yt:focus,
.share_btns__item.yt:active {
  box-shadow: 0 0 15px rgba(218, 0, 0, 0.75);
}
.share_btns__item + .share_btns__item {
  margin-left: 20px;
}
@media screen and (max-width: 590px) {
  .share_btns {
    text-align: right;
    padding-bottom: 10px;
  }
  .share_btns__item + .share_btns__item {
    margin-left: 5px;
  }
}
@media screen and (min-width: 591px) and (max-width: 767px) {
  .share_btns {
    float: right;
    margin-top: -84px;
  }
}
/* 分享按鈕 */
/* TOP MENU END */

/* 主選單 */
.menu {
  /* height: 50px; */
  position: relative;
  z-index: 6;
  font-size: 0;
}

@media screen and (min-width: 960px) {
  .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1380px) {
  .menu {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1600px) {
  .menu {
    padding: 0;
  }
}
.navbar-collapse {
  padding: 0;
}
.menu li {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-header, .navbar-nav, .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .menu li {
    background-color: #f6f7f9;
    color: #bf4e07;
  }
}
@media screen and (min-width: 960px) {
  .navbar-header {
    display: none;
  }
  /* .mainmenu__item + .mainmenu__item {
    border-left: 1px solid #ff873b;
  } */
}
.navbar-toggle {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  font-size: 2rem;
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
  margin: 2px 0 0 13px;
  padding: 0;
  float: left;
  overflow: hidden;
}
.navbar-toggle span {
  font-size: 0;
  width: 0;
  position: absolute;
  top: -100%;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.mainmenu__item a {
  color: #000;
}
.mainmenu__item a:hover,
.mainmenu__item a:focus {
  text-decoration: none;
}
.mainmenu__item a:hover,
.mainmenu__item a:focus,
.mainmenu__item--active > a,
.mainmenu__child__item--active > a,
.mainmenu__child__sub__item--active > a {
  color: #bf4e07;
}
.nav .mainmenu__item > a {
  height: 100%;
  line-height: 44px;
  position: relative;
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .nav .mainmenu__item > a {
    padding: 0 24px;
    color: #000000;
  }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
  .nav .mainmenu__item > a {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .nav .mainmenu__item > a {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 1300px) {
  .nav .mainmenu__item > a {
    font-weight: 700;
  }
}
@media screen and (min-width: 1301px) {
  .nav .mainmenu__item > a {
    padding: 0 30px;
    font-size: 1.25rem;
  }
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #ffffff;
  background-color: #767676;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

.nav .mainmenu__item.active > a {
  color: #ffffff;
  background-color: #767676;
}
.has-submenu {
  position: relative;
}
.has-submenu::after {
  content: '';
  display: block;
  width: 6px;  /*視情況增減值*/
  height: 6px;  /*視情況增減值*/
  border-style: solid;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 0;
  bottom: 4px;
  margin: auto;  /* 置中需要 */
  right: 0.5em;
  transition: all 0.3s;
  transform: rotate(45deg);
}

.menu .wrapper_inner {
  padding: 0;
}
.navbar-nav {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navbar-header {
    padding: 0 0 2px;
  }
}
.dropdown-menu {
  padding: 0;
  width: 100% !important;
  font-size: 1rem !important;
}
.navbar-nav .open .dropdown-menu {
  -webkit-box-shadow: 0px 17px 50px 0px rgba(35, 47, 62, 0.1);
  -moz-box-shadow: 0px 17px 50px 0px rgba(35, 47, 62, 0.1);
  box-shadow: 0px 17px 50px 0px rgba(35, 47, 62, 0.1);
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a {
  font-size: 1rem;
  line-height: 23px;
  border-bottom: 1px solid #eff2f6;
}
.navbar-nav ul.sm-nowrap > li > a {
  white-space: normal !important;
}
@media screen and (min-width: 0px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 0 10px 48px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 0 10px 16px;
  }
}
@media screen and (min-width: 901px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 10px 10px 16px;
  }
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li.open > a {
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .dropdown-menu__item .dropdown-menu.sm-nowrap {
    margin-top: -40px !important;
  }
}
.dropdown-menu__item .has-submenu::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 0.75rem;
  font-weight: 900;
  position: absolute;
  right: 16px;
}
@media screen and (min-width: 0px) {
  .dropdown-menu__item .has-submenu::before {
    content: '\f078';
  }
  li.dropdown-menu__sub__item > a {
    padding-left: 72px !important;
  }
}
@media screen and (min-width: 321px) {
}
@media screen and (min-width: 768px) {
  .dropdown-menu__item .has-submenu::before {
    content: '\f054';
  }
  li.dropdown-menu__sub__item > a {
    padding-left: 16px !important;
  }
}
/* 主選單 END */
/* 全站搜尋 */
.menu .search_form {
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .menu .search_form {
    width: calc(100% - 140px);
    min-width: 205px;
    top: 6px;

  }
}
@media screen and (max-width: 590px) {
  .menu .search_form {
    right: 10px;
  }
}
@media screen and (min-width: 591px) and (max-width: 959px) {
  .menu .search_form {
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .menu .search_form {
    right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .menu .search_form {
    width: 26%;
  }
}

@media screen and (min-width: 1600px) {
  .menu .search_form {
    right: 148px;
  }
}
.menu .search_form label {
  width: 100%;
  height: 100%;
  margin: 0;
}
.two_col_content .search_form label {
  line-height: 1;
  position: relative;
  cursor: pointer;
}
label {
  font-weight: 400;
}
.search_form__text {
  background-color: #f9fafb;
  border-radius: 3px;
  padding: 0 9px;
  font-size: 1rem;
}
.menu .search_form__text {
  width: 100%;
  height: 2.375rem;
  /* height: 2.715em; */
  /* line-height: 2.5; */
  border: 1.5px solid #010101;
}
.search_form__btn {
  width: 2.375rem;
  height: 2.375rem;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.menu .search_form__btn:hover,
.search_form__btn:focus {
  outline: 1px solid #606060;
}
.menu .search_form__btn::before {
  content: '';
  width: 1.5px;
  height: calc(100% - 10px);
  background-color: #231f20;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
/* 全站搜尋 END */

/* 頂部footer */
.fat_footer {
  border-top: 10px solid #ffc500;
  background-color: #808080;
  font-size: 0;
}
.fat_footer_inner {
  max-width: 1353px;
  margin: auto;
}
@media screen and (min-width: 0px) {
  .fat_footer {
    padding: 0 4vw 0;
  }
  .bottom_logo {
    margin: 16px 0 8px;
  }
  .bottom_logo_img {
    width: calc(227px * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .bottom_logo {
    margin: 32px 0 0 0;
  }
  .bottom_logo_img {
    width: calc(227px * 0.7);
  }
}
@media screen and (min-width: 1000px) {
  .fat_footer_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .bottom_logo {
    margin: 92px 48px 0 0;
  }
  .bottom_logo_img {
    width: 227px;
  }
}
@media screen and (min-width: 1200px) {
  .fat_footer {
    padding: 0 116px 0 131px;
  }
  .bottom_logo {
    margin: 92px 96px 0 0;
  }
  .bottom_logo_img {
    width: 227px;
  }
}

.fat_footer_menu {
  width: 100%;
  position: relative;
}
.fat_footer_menu a {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fat_footer_menu a {
    line-height: 1.25;
  }
}
.fat_footer_menu a:not(.a11y) {
  display: block;
  color: #000000;
  font-weight: 500;
}
[lang='en'] .fat_footer_menu a.fat_footer_mainmune__title {
  font-weight: 700;
}
.fat_footer_menu a:hover,
.fat_footer_menu a:focus,
.fat_footer_menu a.active {
  color: #3a0001;
  text-decoration: none;
}
.fat_footer_mainmune {
  font-size: 0;
  padding: 48px 0 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fat_footer_mainmune {
    padding: 12px 0 15px;
  }
}
.fat_footer_mainmune + .fat_footer_mainmune {
  border-top: 1px solid #ffffff;
}
.fat_footer_mainmune .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
}
.fat_footer_menu .title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  margin-right: 16px;
}

.fat_footer_mainmune__title {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.fat_footer_mainmune__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 27px 0 0;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}
.fat_footer_mainmune__link {
  margin: 27px 0 0;
}
@media screen and (max-width: 767px) {
  .fat_footer_mainmune__item {
    margin: 15px 0 0;
  }
  .fat_footer_mainmune__link {
    margin: 10px 0 0;
  }
}
.fat_footer_mainmune__sub {
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 5px 0;
}
@media screen and (min-width: 0px) {
  .fat_footer_mainmune__item {
    width: 50%;
  }
  .fat_footer_mainmune__link {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fat_footer_mainmune__link .fat_footer_mainmune__sub {
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 321px) {
  .fat_footer_mainmune__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 425px) {
  .fat_footer_mainmune__item {
    width: calc(100% / 3);
  }
  .fat_footer_mainmune__link .fat_footer_mainmune__sub {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 630px) {
}
@media screen and (min-width: 768px) {
  .fat_footer_mainmune__item {
    width: calc(100% / 5);
  }
  .fat_footer_mainmune__link .fat_footer_mainmune__sub {
    width: calc(100% / 3);
  }
}
.fat_footer_menu .more_link {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 3px;
  line-height: 3;
  margin: 16px auto;
  color: #000000;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fat_footer_menu .more_link {
    margin: 0 auto;
  }
}
.fat_footer_menu .more_link:hover,
.fat_footer_menu .more_link:focus {
  border: 1px solid #3a0001;
  text-decoration: none;
}
/* 頂部footer END */
/* 底部footer */
.footer_info {
  background-color: #808080;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 0px) {
  .footer_info {
    padding: 0 4vw 28px;
  }
}
@media screen and (min-width: 600px) {
  .footer_info {
    padding: 0 4vw 56px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_info {
    padding: 0 175px 56px;
  }
}
.footer_info_inner {
  position: relative;
  max-width: 1250px;
  margin: auto;
}
.footer_menu {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 0px) {
  .footer_menu {
    padding: 16px 0 0;
  }
}

.footer_menu__item {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_menu__item {
    width: calc(100% / 3);
    line-height: 1.25;
    padding: 0 8px;
  }
}
@media screen and (min-width: 321px) {
  .footer_menu__item {
    padding: 0 16px;
  }
}
.footer_menu__item + .footer_menu__item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -1px;
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_menu__item:hover,
.footer_menu__item:focus,
.footer_menu__item.active {
  color: #3a0001;
  text-decoration: underline;
}
.copyright {
  padding: 1em 16px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 15px 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .copyright {
    width: 72.5%;
  }
}
.counter {
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    position: absolute;
    top: 3.5em;
    right: 1rem;
    line-height: 1;
  }
}
.counter img {
  color: #FFFFFF;
  border: 2px solid #ffffff;
}
/* 底部footer END */

/* 麵包屑 */
.breadcrumbs {
  height: 48px;
  padding: 0 35px;
}
.breadcrumbs .wrapper_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .breadcrumbs .wrapper_inner {
    padding: 0 13px;
  }
}
@media screen and (min-width: 1380px) {
  .breadcrumbs {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1600px) {
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs .wrapper_inner {
    padding: 0 0 0 155px;
  }
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  color: rgb(17, 22, 29, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}
a.breadcrumbs__item:hover,
a.breadcrumbs__item:focus {
  color: #bf4e07;
  text-decoration: none;
}
a.breadcrumbs__item::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.75rem;
  font-weight: 900;
  position: absolute;
  right: -20px;
  color: rgba(53, 72, 95, 0.3);
}
/* 麵包屑 END */
/* 分頁 */
.pagination {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 24px 0;
  margin: 0 auto;
  display: block;
}
.pagination-nav {
  padding: 24px 0;
  margin: 0 auto;
}
.pagination-nav__item {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  border: 1px solid #eff2f6;
  border-radius: 3px;
  text-align: center;
  color: rgba(17, 22, 29, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
  transition: background-color 0.3s, color 0.3s;
}
.pagination-nav__item span {
  font-size: 0;
  position: absolute;
}
.pagination-nav__item:hover,
.pagination-nav__item:focus {
  color: #c2471a;
  border: 1px solid #c2471a;
  font-weight: 700;
  text-decoration: none;
}
.pagination-nav__item.active {
  background-color: #c2471a;
  color: #ffffff;
}
.page-num {
  font-size: 1rem;
  color: rgba(17, 22, 29, 0.8);
}
/* 分頁 END */

/* 返回頂端 */
.scrollup {
  border-radius: 20px;
  display: block;
  position: fixed;
  right: 4px;
  bottom: 10vh;
  z-index: 10;
  overflow: hidden;
  background-color: #767676;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 959px) {
  .scrollup {
    border-radius: calc(20px * 0.7);
    width: calc(100px * 0.7);
    height: calc(94px * 0.7);
    padding: 4px;
  }
  .scrollup span {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .scrollup {
    width: 100px;
    height: 94px;
    padding: 5px 12px;
  }
}
.scrollup span {
  font-size: 1.125rem;
  font-weight: 700;
}
.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
  text-decoration: none;
  transform: scale(0.9);
}
/* 返回頂端 END */


/* 首頁區塊標題 */
.section_wrapper h2 {
  font-size: 1.875rem;
  line-height: 2;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
}
.section_wrapper h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -22px;
  z-index: 2;
}
.section_wrapper h2 img {
  margin-right: 20px;
}
/* .section_wrapper > div {
  min-height: 300px;
} */
.news_wrapper h2,
.intro_wrapper h2,
.tourism_wrapper h2 {
  background-color: #808080;
  color: #ffffff;
}
.news_wrapper h2::before,
.intro_wrapper h2::before,
.tourism_wrapper h2::before {
  border-color: #808080 transparent transparent transparent;
}
.map_wrapper h2,
.videos_wrapper h2 {
  background-color: #429cd3;
  color: #ffffff;
}
.map_wrapper h2::before,
.videos_wrapper h2::before {
  border-color: #429cd3 transparent transparent transparent;
}
.multimedia_wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .multimedia_wrapper {
    padding-bottom: 100px;
  }
}
.multimedia_wrapper h2,
.visits_wrapper h2 {
  background-color: #ffc500;
  color: #cc4412;
  padding: 0 20px;
}
.multimedia_wrapper h2::before,
.visits_wrapper h2::before {
  border-color: #ffc500 transparent transparent transparent;
}
/* 首頁區塊標題 END */

/* 主要內容區 */

/* Banner */
.embed_container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.embed_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: static;
  margin-bottom: 10px;
}
.slick-dots li button:before {
  color: #ffdd7c !important;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #ff804e !important;
  opacity: 1;
}
/* Banner END */



/* Wrapper (成果數據、最新消息、焦點新聞) */
.event_wrapperr,
.news_wrapper .wrapper_inner {
  margin: auto;
}
@media screen and (max-width: 500px) {
  .outcome, .event_wrapper,
  .news_wrapper .wrapper_inner {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1740px) {
  .outcome, .event_wrapper,
  .news_wrapper .wrapper_inner {
    width: 95%;
  }
}
@media screen and (min-width: 1741px) {
  .outcome, .event_wrapper,
  .news_wrapper .wrapper_inner {
    width: 90%;
  }
}



/* 首頁列表 (最新消息、焦點新聞) */
.news_list dt {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 45px;
  padding: 0.5em 0;
}
.news_list dd {
  padding-left: 0;
}
.home_list {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #ffdf25;
  list-style-type: none;
}
.home_list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #231f20;
  font-size: 1.125rem;
  line-height: 1.8;

}
.home_list a .subject {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: text-top;
}
.home_list a:hover, .home_list a:focus {
  text-decoration: none;
}
.home_list a:hover .subject, .home_list a:focus .subject {
  color: #af4807;
}
@media screen and (max-width: 600px) {
  .home_list a {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 601px) {
  .home_list a {
    flex-wrap: nowrap;
    padding: 0.5em 1.5em 0.5em 0;
  }
  .home_list a .subject {
    padding-left: 1.5em;
  }
}
/* 首頁列表 END */


/* 成果數據 */
.outcome {
  margin-bottom: 2em;
  padding: 0 1.5em;
}
.news_tip {
  display: block;
  color: #231f20;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background-color: #ffd847;
  border-right: 1px solid #ffffff;
}
.news_tip:hover,
.news_tip:focus,
.news_tip:active {
  text-decoration: none;
  cursor: default;
  color: #231f20;
}

@media screen and (max-width: 500px) {
  .outcome {
    margin: -0.75em auto 0;
  }
  .news_tip {
    font-size: 1.25rem;
    margin-left: 0;
    padding: 16px 0;
  }
}
@media screen and (min-width: 501px) {
  .outcome {
    margin: -2em auto 0;
  }
  .news_tip {
    font-size: 1.5rem;
    padding: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .outcome {
    margin: -3em auto 0;
  }
  .news_tip {
    padding-left: 1em;
  }
}
.news_tip .number {
  /* color: #ff5151; */
  color: #bb0000;
  position: relative;
  font-size: calc(1.5rem * 1.5);
  font-weight: 700;
  padding-right: 0.25em;
}

/* 成果數據 END */


/* 最新消息 */
.wrapper.event_wrapper,
.wrapper.news_wrapper {
  padding: 0;
  max-width: none;
}
.event_wrapper .wrapper_inner,
.news_wrapper .wrapper_inner {
  display: flex;
  justify-content: space-between;
}
.event_wrapper .wrapper_inner {
  align-items: stretch;
}
.news_wrapper .wrapper_inner {
  align-items: flex-start;
  padding-top: 2em;
}
.events, .news_slider,
.news_aside, .news_main {
  margin: 0;
  padding: 2em 1.5em;
  box-sizing: border-box;
  /* background-color: #f00; */
}

/* 左欄列表 */
.events .title {
  font-size: 1.25rem;
  line-height: 45px;
  color: #000000;
}

.events .title::after {
  content: '»';
  margin-left: 13px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1100px) {
  .event_wrapper .wrapper_inner,
  .news_wrapper .wrapper_inner {
    flex-wrap: wrap;
  }
  .events, .news_main {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .event_wrapper .wrapper_inner,
  .news_wrapper .wrapper_inner {
    flex-wrap: nowrap;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1359px) {
  .events, .news_main {
    width: calc(100% - 530px);
  }
}
@media screen and (min-width: 1360px) and (max-width: 1439px) {
  .events, .news_main {
    width: calc(100% - 530px - 2em);
  }
}
@media screen and (min-width: 1440px) {
  .events, .news_main {
    width: calc(100% - 640px - 2em);
  }
}

/* 右欄輪播 */
.news_slider a {
  display: block;
  width: calc(100% - 3em);
  transition: all 0.3s;
}
.news_slider a:hover .embed_container,
.news_slider a:focus .embed_container,
.news_slider a:active .embed_container {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
}
.news_slider .embed_container {
  width: 100%;
  padding-bottom: 50%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.news_slider .embed_container img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .news_slider a > div {
    display: inline-block;
    vertical-align: top;
  }
  .news_slider .slick-dots {
    margin-top: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .news_slider, .news_aside {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1439px) {
  .news_slider, .news_aside {
    width: 530px;
  }
}
@media screen and (min-width: 1440px) {
  .news_slider, .news_aside {
    width: 640px;
  }
}
/* 最新消息 END*/


/* 焦點新聞(公告) */
.news_wrapper {
  background-color: #333333;
}
.news_main a {
  color: #FFFFFF;
}
.news_main .home_list a:hover *,
.news_main .home_list a:focus *,
.news_main .home_list a:active * {
  color: #ffc500;
}
.mv_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
  padding-bottom: 55.75%;
  overflow: hidden;
}
.mv_wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.more_wrap {
  text-align: right;
  padding: 1.5em 0 0;
}
.news_more {
  display: inline-block;
  height: 29px;
  line-height: 31px;
  padding: 0 19px;
  border-radius: 29px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
.events .news_more {
  background-color: #767676;
  color: #ffffff;
}
.news_wrapper .news_more {
  color: #333333;
  background-color: #ffffff;
}
.news_more:hover,
.news_more:focus,
.news_more:active {
  text-decoration: none;
  transform: scale(1.15);
}
.media_more.news_more {
  display: block;
  width: 180px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: static;
  margin: 50px auto 0;
}
.media_more:hover,
.media_more:focus,
.media_more:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #3a0001;
}
@media screen and (max-width: 767px) {
  /* .news_slider .figcaption {
    padding: 20px 0 0;
  }
  .news_slider .figcaption > span {
    font-size: 1rem;
  }
  .news_slider .figcaption h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .news_slider .figcaption p {
    font-size: 1rem;
    max-height: 144px;
    margin-bottom: 0;
  } */
  .news_more {
    font-size: 1rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  /* .news_slider .figcaption {
    width: calc(100% - 65%);
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  .news_slider .figcaption > span {
    font-size: 1rem;
  }
  .news_slider .figcaption h3 {
    margin-top: 10px;
  }
  .news_slider .figcaption h3,
  .news_slider .figcaption p {
    font-size: 2.32vw;
    line-height: 1.75;
  }
  .news_slider .figcaption p {
    margin: 0;
  } */
  .news_more {
    bottom: 53px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  /* .news_slider .figcaption {
    padding: 20px 0 20px 20px;
  } */
  .news_more {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1070px) {
  /* .news_slider .figcaption {
    padding: 25px 0 25px 36px;
  }
  .news_slider .figcaption h3 {
    margin-top: 47px;
  }
  .news_slider .figcaption h3,
  .news_slider .figcaption p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .news_slider .figcaption > span {
    font-size: 1.25rem;
  } */
  .news_more {
    font-size: 1.125rem;
  }
}



/* 公告 END */

/* 亮點服務 */
.map_main {
  background-color: #c6e7f1;
  position: relative;
  padding-bottom: 35px;
}
.map_main > div {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.map_main img {
  width: 100%;
}
.map_mark {
  position: absolute;
  width: 1.771vw;
  max-width: 34px;
}
.map_filter {
  width: 32vw;
  max-width: 498px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.map_filter legend {
  background-color: #e97242;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.map_filter legend img {
  margin-right: 22px;
}
@media screen and (max-width: 599px) {
  .map_filter {
    min-width: 280px;
    height: 180px;
  }
  .map_filter legend {
    font-size: 1.25rem;
    line-height: 50px;
  }
  .map_filter legend img {
    width: 35px;
  }
}
@media screen and (min-width: 600px) {
  .map_filter {
    position: absolute;
    left: 56%;
    top: 47%;
    z-index: 2;
  }
  .map_filter legend {
    font-size: 1.75vw;
    line-height: 4.9vw;
  }
  .map_filter legend img {
    width: 3.94vw;
  }
}
@media screen and (min-width: 1600px) {
  .map_filter legend {
    font-size: 1.75rem;
    line-height: 79px;
  }
  .map_filter legend img {
    width: auto;
  }
}
.map_filter label {
  display: block;
  width: 80%;
  max-width: 405px;
}
.map_filter select {
  color: #e97242;
  width: 100%;
  line-height: 1.5;
  border: 1.5px solid #939598;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/select_arrow.svg') no-repeat scroll
    calc(100% - 24px) center transparent;
}
.map_wrapper .result_cat .result_cat__item {
  background: none;
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.1);
}
.map_filter select::-ms-expand {
  display: none;
}
@media screen and (max-width: 599px) {
  .map_filter label {
    max-width: 375px;
    margin: 40px auto 0;
  }
  .map_filter select {
    height: 48px;
    padding: 7px 48px 7px 16px;
  }
}
@media screen and (min-width: 600px) {
  .map_filter label {
    margin: 4vw auto 5.569vw;
  }
  .map_filter select {
    height: 3.393vw;
    min-height: 48px;
    max-height: 57px;
    font-size: 1.125rem;
    padding: 0.715vw 48px 0.715vw 16px;
  }
}
@media screen and (min-width: 960px) {
  .map_filter label {
    margin: 4vw auto 5.7vw;
  }
  .map_filter select {
    font-size: 1.25rem;
    padding: 0.715vw 48px 0.715vw 16px;
  }
}
@media screen and (min-width: 1600px) {
  .map_filter label {
    width: calc(100% - (45px * 2));
    margin: 65px auto 94px;
  }
  .map_filter select {
    font-size: 1.375rem;
    padding: 12px 48px 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .map_main {
    display: none;
  }
  .map_wrapper .result_cat {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 0;
  }
  .map_wrapper .result_cat .result_cat__item {
    width: 40vw;
    height: 42vw;
    margin: 10px calc((100% - 80vw) / 4);
    padding: 10px;
  }
  .map_wrapper .result_cat .result_cat__item img {
    width: 70%;
  }
  .map_wrapper .result_cat .result_cat__item figcaption {
    font-size: 5.15vw;
  }
}
@media screen and (min-width: 525px) {
  .map_wrapper .result_cat .result_cat__item {
    width: 20vw;
    height: 21vw;
    margin: 10px calc((100% - 80vw) / 8);
    padding: 10px;
  }
  .map_wrapper .result_cat .result_cat__item figcaption {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .map_wrapper .result_cat {
    display: none;
  }
}
/* 亮點服務 END */

/* 城鄉新觀點-熱門影音、懶人包 */
.multimedia_wrapper > div {
  max-width: 1600px;
  margin: auto;
}
.multimedia_wrapper .mv_slider .slick-slide {
  margin: 5px 0px;
}
.multimedia_wrapper > div a {
  transition: box-shadow 0.3s;
}
.multimedia_wrapper > div .mv_slider a {
  height: 0;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding-bottom: 56.029%;
}
@media screen and (max-width: 599px) {
  .multimedia_wrapper > div {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 600px) {
  .multimedia_wrapper > div {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .multimedia_wrapper > div {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .multimedia_wrapper > div {
    padding: 0 15vw;
  }
}
@media screen and (min-width: 1600px) {
  .multimedia_wrapper > div {
    padding: 0 235px;
  }
}
.multimedia_wrapper header {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 18px;
}
.multimedia_wrapper header span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 89px;
  background-color: #ffffff;
  margin-left: 33px;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .multimedia_wrapper header {
    font-size: 1.75rem;
  }
  .multimedia_wrapper header span {
    width: 63px;
    height: 63px;
    margin-left: 17px;
  }
  .multimedia_wrapper header span img {
    width: 55%;
  }
}
.multimedia_wrapper .mv_main {
  max-width: 771px;
}
.multimedia_wrapper .mv_slider img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.vertical .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 2;
  transform: translate(0, 0);
}
.vertical .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-color: #d64813;
  border-style: solid;
  box-sizing: border-box;
  margin: auto;
}
.vertical .slick-prev::before {
  border-width: 5px 0 0 5px;
}
.vertical .slick-next::before {
  border-width: 0 5px 5px 0;
}

@media screen and (max-width: 599px) {
  .multimedia_wrapper .mv_main {
    width: 100%;
    margin-bottom: 20px;
  }
  .multimedia_wrapper .mv_main a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.029%;
    position: relative;
    overflow: hidden;
  }
  .multimedia_wrapper .mv_main a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .multimedia_wrapper .mv_slider {
    width: 100%;
    text-align: center;
  }
  .multimedia_wrapper > div .mv_slider a {
    height: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    padding-bottom: 52%;
  }
  .multimedia_wrapper .mv_slider img {
    width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 2.5%;
  }
  .vertical .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .vertical .slick-arrow::before {
    transform: rotate(-45deg);
  }
  .vertical .slick-prev {
    left: -35px;
    right: auto;
  }
  .vertical .slick-next {
    left: auto;
    right: -30px;
  }
}

.img_wrapper img,
.img_wrapper iframe {
  width: 100%;
  height: auto;
  margin: -100%;
}

@media screen and (min-width: 600px) {
  .multimedia_wrapper .mv {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .multimedia_wrapper .mv_main {
    width: 66%;
  }
  .multimedia_wrapper .mv_main a {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .multimedia_wrapper .mv_slider {
    width: calc(100% - 66% - 40px);
    margin: -5px 0;
  }
  .multimedia_wrapper .mv_slider a.embed_container {
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .vertical .slick-arrow {
    left: 0;
    right: 0;
    margin: auto;
  }
  .vertical .slick-arrow::before {
    transform: rotate(45deg);
  }
  .vertical .slick-prev {
    top: -35px;
    bottom: auto;
  }
  .vertical .slick-next {
    top: auto;
    bottom: -30px;
  }
}
/* .multimedia_wrapper .creation > div {
  padding-bottom: 100px;
} */
.multimedia_wrapper .creation a {
  display: block;
}
@media screen and (max-width: 599px) {
  .multimedia_wrapper .creation a {
    width: 100%;
    padding-bottom: 76.614%;
    margin-top: 28px;
  }
}
@media screen and (min-width: 600px) {
  .multimedia_wrapper .creation > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .multimedia_wrapper .creation a {
    width: 364px;
    padding-bottom: 24.691%;
    margin-top: 10px;
  }
  .multimedia_wrapper .creation a + a {
    margin-left: 28px;
  }
}
.multimedia_wrapper .mv_main:hover,
.multimedia_wrapper .mv_main:focus,
.multimedia_wrapper .mv_main:active,
.multimedia_wrapper .mv_slider a:hover img,
.multimedia_wrapper .mv_slider a:focus img,
.multimedia_wrapper .mv_slider a:active img,
.multimedia_wrapper .creation a:hover,
.multimedia_wrapper .creation a:focus,
.multimedia_wrapper .creation a:active {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
/* 城鄉新觀點 END */

main {
  min-height: 800px;
  padding: 0 13px;
  position: relative;
}
main.home {
  padding: 0;
  border-top: 2px solid #ffffff;
}
@media screen and (min-width: 1380px) {
  main:not(.home) {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1600px) {
  main:not(.home) {
    padding: 0 148px;
  }
}
main.two_col {
  background: #ffffff;
}
.pdf {
  background: url(../images/icon_pdf.svg) no-repeat;
}
.odt {
  background: url(../images/icon_odt.svg) no-repeat;
}
.ods {
  background: url(../images/icon_ods.svg) no-repeat;
}
.odp {
  background: url(../images/icon_odp.svg) no-repeat;
}
.zip {
  background: url(../images/icon_zip.svg) no-repeat;
}
.doc {
  background: url(../images/icon_doc.svg) no-repeat;
}
.docx {
  background: url(../images/icon_docx.svg) no-repeat;
}
.ppt {
  background: url(../images/icon_ppt.svg) no-repeat;
}
.pptx {
  background: url(../images/icon_pptx.svg) no-repeat;
}
.jpg {
  background: url(../images/icon_jpg.svg) no-repeat;
}
.png {
  background: url(../images/icon_png.svg) no-repeat;
}
.files {
  background: url(../images/icon_files.svg) no-repeat;
}
/* 焦點新聞 & 研究成果共同樣式 */
.title_item {
  font-size: 2rem;
  line-height: 1;
  color: #11161d;
  position: relative;
}
.title_item::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background-color: #606060;
}
.title_item::after {
  color: rgba(17, 22, 29, 0.6);
  font-size: 0.875rem;
  position: absolute;
}
.more {
  display: block;
  width: 100%;
  max-width: 316px;
  height: 48px;
  margin: 0 auto;
  color: #35485f;
  font-size: 1.128rem;
  line-height: 48px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(53, 72, 95, 0.2);
  border-radius: 3px;
  position: relative;
}
.more:hover,
.more:focus {
  text-decoration: none;
  color: #bf4e07;
  border: 1px solid #606060;
}
.more:active {
  background-color: #232f3e;
  color: #ffffff;
  border: 0;
}
.more::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
}
.more:hover::before,
.more:focus::before {
  color: #606060;
}
.more:active::before {
  color: #ffffff;
}
/* 焦點新聞 & 研究成果共同樣式 END */
/* 主視覺 */
.banner {
  max-width: 1600px;
  margin: auto;
}
.news .wrapper_inner {
  font-size: 0;
  border: 1px solid transparent;
}
.news__item__carousel {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 901px) {
  .news__item__carousel {
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
    width: 69%;
    max-width: 856px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.banner .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .banner .slick-arrow {
    transform: scale(0.6);
    transform-origin: center center;
    top: calc(50% - 42px);
  }
}
.banner .slick-arrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-color: #dc602d;
  border-style: solid;
  border-width: 0 8px 8px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.banner .slick-arrow:hover,
.banner .slick-arrow:focus,
.banner .slick-arrow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.95);
}
.banner .slick-prev {
  left: 50px;
}
.banner .slick-next {
  right: 50px;
}
.banner .slick-prev::before {
  left: 15px;
  right: 0;
  transform: rotate(135deg);
}
.banner .slick-next::before {
  left: 0;
  right: 15px;
  transform: rotate(calc(135deg + 180deg));
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 40px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news__item__carousel .slick-prev,
.news__item__carousel .slick-next {
  z-index: 1001;
  transform: translate(0, -130%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(247, 112, 27, 1);
}
.news__item__carousel .slick-prev {
  left: 5px;
}
.news__item__carousel .slick-next {
  right: 5px;
}
.news__item__carousel .slick-prev:hover,
.news__item__carousel .slick-prev:focus,
.news__item__carousel .slick-next:hover,
.news__item__carousel .slick-next:focus {
  border: 2px solid #ffffff;
}
.news__item__carousel .slick-dots {
  bottom: 5px;
}
.news__item__carousel .slick-prev::before {
  content: '\f053';
}
.news__item__carousel .slick-next::before {
  content: '\f054';
}
.news__item__carousel .slick-prev::before,
.news__item__carousel .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.news__item__carousel .slick-arrow:hover::before,
.news__item__carousel .slick-arrow:focus::before {
  color: rgba(255, 255, 255, 1);
}
.slick-dots li button:before {
  font-size: 1.125rem;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.news__item__lists {
  width: 100%;
  padding-right: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
}
@media screen and (min-width: 0px) {
  .news__item__lists {
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) {
  .news__item__lists {
    width: 29%;
    max-width: 384px;
    height: 482px;
    float: right;
  }
}
.news__item__list.text {
  display: block;
  height: 85px;
  border-bottom: 1px solid #eff2f6;
  background-color: #ffffff;
  padding: 20px;
}
.news__item__list.text .tag {
  color: #bf4e07;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #bf4e07;
  margin-right: 11px;
}
.news__item__list.text .date {
  color: rgba(17, 22, 29, 0.7);
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.news__item__list.text div {
  color: #11161d;
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more_news {
  display: block;
  text-align: right;
  padding-right: 36px;
  border: 1px solid transparent;
  margin: 4px auto;
}
.news__item__list.text:hover,
.news__item__list.text:focus,
.news__item__list.text:active,
.more_news:hover,
.more_news:focus,
.more_news:active {
  background-color: #f5f5f5;
  text-decoration: none;
}
.more_news::before {
  right: 8px;
}
/* 主視覺 END */
/* 焦點新聞輪播 */
.hot_news {
  padding: 60px 0 80px;
  background: url(../images/hot_news_bg.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 0px) {
  .hot_news {
    padding: 50px 0 80px;
  }
}
@media screen and (min-width: 321px) {
  .hot_news {
    padding: 30px 0 80px;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 901px) {
  .hot_news {
    padding: 0 0 80px;
  }
}
.hot_news__item.title_item {
  padding-bottom: 38px;
}
.hot_news__item.title_item::before {
  left: 0;
  bottom: 25px;
}
.hot_news__item.title_item::after {
  content: 'Hot News';
  left: 49px;
  bottom: 20px;
}
.hot_news__item.regular {
  margin-top: -76px;
}

.hot_news__item .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid rgba(219, 226, 235, 0.5);
  top: 28px;
  z-index: 1001;
}
.hot_news__item .slick-arrow:hover,
.hot_news__item .slick-arrow:focus {
  border: 1px solid rgba(219, 226, 235, 1);
}
.hot_news__item .slick-prev {
  border-radius: 3px 0 0 3px;
  left: calc(100% - 112px);
}
.hot_news__item .slick-next {
  border-radius: 0 3px 3px 0;
  right: 0;
}
.hot_news__item .slick-prev::before {
  content: '\f053';
}
.hot_news__item .slick-next::before {
  content: '\f054';
}
.hot_news__item .slick-prev::before,
.hot_news__item .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(53, 72, 95, 0.5);
  opacity: 1;
}
.hot_news__item .slick-arrow:hover::before,
.hot_news__item .slick-arrow:focus::before {
  color: rgba(53, 72, 95, 1);
}
@media screen and (min-width: 0px) {
  .hot_news__item .slick-list {
    width: 100%;
    padding: 76px 0 40px;
    margin-left: 0;
  }
}
@media screen and (min-width: 321px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 901px) {
}
@media screen and (min-width: 1201px) {
  .hot_news__item .slick-list {
    width: calc(100% + 56px);
    padding: 76px 28px 40px;
    margin-left: -28px;
  }
}
.hot_news__item.slider .slick-slide {
  width: 288px;
}
.hot_news__item.slider .slick-slide + .slick-slide {
  margin-left: 32px;
}
.hot_news__item.slider .hot_news__item__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hot_news__item.slider .hot_news__item__figure::after {
  content: '';
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid #606060;
  border-left: 10px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hot_news__item.slider a {
  display: block;
  width: 288px;
  height: 296px;
  color: #282828;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  position: relative;
  transition: box-shadow 0.3s;
}
.hot_news__item.slider a:hover,
.hot_news__item.slider a:focus {
  -webkit-box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
  -moz-box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
  box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
}
.hot_news__item.slider a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #606060;
  transition: height 0.3s;
}
.hot_news__item.slider a:hover::after,
.hot_news__item.slider a:focus::after {
  height: 2px;
}
.hot_news__item.slider a:hover,
.hot_news__item.slider a:focus {
  text-decoration: none;
}
.hot_news__item__img {
  width: 288px;
  height: 192px;
  overflow: hidden;
}
.hot_news__item__figcaption {
  padding: 28px 20px 21px;
  position: relative;
}
.hot_news__item__figcaption div {
  width: 100%;
  height: 55px;
  overflow: hidden;
}
.hot_news__item__figure figcaption .date,
.two_col_content figcaption .date,
.one_col_content figcaption .date,
.one_col figcaption .date {
  display: block;
  width: 96px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: -14px;
  left: 20px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  background-color: #c2471a;
}
/* 焦點新聞輪播 END */
/* 研究成果 */
.research_results {
  background-color: #f9f9fa;
  padding: 80px 0;
}
.research_results__item.title_item {
  text-align: center;
  padding-bottom: 38px;
}
.research_results__item.title_item::before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 18px;
}
.research_results__item.title_item::after {
  content: 'Research Results';
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
.research_results__item.list_item {
  margin: 89px 0 41px;
  font-size: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
}
@media screen and (min-width: 768px) {
  .research_results__item.list_item {
    display: flex;
    flex-wrap: wrap;
  }
}
.research_results__item.list_item a {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 657px) {
  .research_results__item.list_item a {
    flex: 50%;
  }
}
.research_results__item.list_item a:hover,
.research_results__item.list_item a:focus {
  -webkit-box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
  -moz-box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
  box-shadow: 0px 16px 28px 0px rgba(35, 47, 62, 0.12);
}
.research_results__item.list_item a::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #606060;
  transition: width 0.3s;
  z-index: 1001;
}
.research_results__item.list_item a:hover::before,
.research_results__item.list_item a:focus::before {
  width: 3px;
}
@media screen and (min-width: 0px) {
  .research_results__item__figure {
    width: 100%;
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 768px) {
  .research_results__item__figure {
    display: flex;
    border: 0;
  }
}
.research_results__item__figcaption {
  font-size: 1.125rem;
  color: rgba(11, 22, 29, 1);
  background-color: #ffffff;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (min-width: 0px) {
  .research_results__item__figcaption {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 321px) {
}
@media screen and (min-width: 768px) {
  .research_results__item__figcaption {
    width: calc(50vw - 8px);
    height: calc(50vw - 16px);
    padding: 8px 16px;
    border-bottom: 1px solid rgba(53, 72, 95, 0.05);
    font-size: 0;
  }
  .research_results__item__figcaption::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .research_results__item__figcaption div {
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 657px) {
  .research_results__item__figcaption {
    width: calc(25vw - 8px);
    height: calc(25vw - 8px);
    padding: 8px 16px;
    border-bottom: 1px solid rgba(53, 72, 95, 0.05);
  }
}
@media screen and (min-width: 901px) {
  .research_results__item__figcaption {
    padding: 30px;
    border-bottom: 0;
    max-width: 312px;
    max-height: 312px;
  }
}
.research_results__item__figcaption .date {
  display: block;
  font-size: 0.875rem;
  color: rgba(11, 22, 29, 0.6);
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .research_results__item__figcaption .date {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 0px) {
  .research_results__item__img {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .research_results__item__img {
    width: calc(50vw - 8px);
  }
}
@media screen and (min-width: 657px) {
  .research_results__item__img {
    width: calc(25vw - 8px);
  }
}
@media screen and (min-width: 901px) {
  .research_results__item__img {
    max-width: 312px;
    max-height: 312px;
  }
}
.research_results__item__img::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
}
.research_results__item.list_item
  a:nth-of-type(1)
  .research_results__item__img::after,
.research_results__item.list_item
  a:nth-of-type(2)
  .research_results__item__img::after {
  left: 0;
  border-top: 7px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #ffffff;
}
.research_results__item.list_item
  a:nth-of-type(3)
  .research_results__item__img::after,
.research_results__item.list_item
  a:nth-of-type(4)
  .research_results__item__img::after {
  right: 0;
  border-top: 7px solid transparent;
  border-right: 8px solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 8px solid transparent;
}
/* 研究成果 END */
/* 單欄頁版面 */
.one_col_title {
  width: 100%;
  height: 240px;
}
.one_col_title {
  color: rgba(17, 22, 29, 0.7);
  font-size: 2.5rem;
  line-height: 160px;
}
@media screen and (min-width: 0px) {
  .one_col_title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .one_col_title {
    width: 90%;
  }
}
@media screen and (min-width: 901px) {
  .one_col_title {
    width: 100%;
    padding: 0;
  }
}
.one_col_title.wrapper_inner {
  padding: 0;
}
.one_col_content {
  background-color: #ffffff;
  margin: -80px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 0px) {
  .one_col_content {
    padding: 32px 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .one_col_content {
    width: 90%;
  }
}
@media screen and (min-width: 901px) {
  .one_col_content {
    width: 100%;
    padding: 0 144px 60px;
    min-height: 800px;
  }
}
.one_col_content__title {
  color: #11161d;
  font-size: 1.75rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 0px) {
  .one_col_content__title {
    padding: 0 0 19px;
  }
}
@media screen and (min-width: 601px) {
  .one_col_content__title {
    padding: 60px 0 19px;
  }
}
.two_col_content .one_col_content__title {
  padding: 0 0 19px;
  margin-top: 0;
  margin-bottom: 36px;
}
.two_col_content article .one_col_content__title {
  padding: 19px 0;
}
.one_col_content .one_col_content__title + p,
.one_col_content .one_col_content__title + h4 {
  padding-top: 36px;
}
.one_col_content__title::before {
  content: '';
  width: 48px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  background-color: #606060;
}
.one_col_content__article {
  padding: 40px 0 20px;
}
.one_col_content__article__title {
  color: #cf430f;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.article dl dt.one_col_content__article__title {
  font-size: 1.25rem;
}
/* 單欄頁版面 END */
/* 雙欄頁版面 */
@media screen and (min-width: 600px) {
  .two_col > .wrapper_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
aside {
  padding-top: 40px;
}
@media screen and (min-width: 0px) {
  aside {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  aside {
    width: 210px;
  }
}
@media screen and (min-width: 901px) {
  aside {
    width: 256px;
  }
}

.search_form.research_form {
  width: 100%;
  max-width: 100%;
  height: 44px;
  margin-bottom: 34px;
  position: relative;
}
main .search_form.research_form {
  width: 288px;
  margin: 0 0 34px auto;
}
@media screen and (min-width: 1200px) {
  main h2 + div .search_form.research_form {
    margin: 0 0 64px auto;
  }
}
.research_form label {
  display: inline;
}
.research_form .search_form__text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #dbe2eb;
  padding-right: 50px;
}
.research_form .search_form__btn {
  width: 42px;
  height: 42px;
  line-height: 41px;
  margin: 1px 1px 0 0;
  background-color: #35485f;
  border-radius: 0 3px 3px 0;
  color: #bbc8d8;
}
.research_form .search_form__btn span {
  font-size: 0;
  position: absolute;
}
.research_form .search_form__btn:hover,
.research_form .search_form__btn:focus,
.research_form .search_form__btn:active {
  background-color: #606060;
}
.side_menu .page_title {
  position: relative;
  height: 48px;
  line-height: 50px;
  padding-left: 12px;
  margin-bottom: 10px;
  background-color: #606060;
  border: 1px solid #dbe2eb;
}
.side_menu .page_title::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(100% - 9px);
  right: 34px;
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #606060;
}
.side_menu .page_title > div {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 10px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.side_menu__wrapper {
  position: relative;
}
.side_menu__wrapper button {
  width: 60px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.side_menu__wrapper button span {
  font-size: 0;
}
.side_menu__wrapper button::after {
  content: '\0027E8';
  display: block;
  width: 50%;
  line-height: 2;
  margin: 0 auto;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  transform-origin: center center;
  transform: rotate(-90deg);
  transition: transform 0.3s;
  position: absolute;
  top: 10px;
  right: 13px;
}
.side_menu__wrapper button.active::after {
  transform: rotate(90deg);
}
.side_menu__item {
  border-top: 1px solid #dbe2eb;
  margin: 0;
  padding: 0;
}
.side_menu__item__sub {
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.07);
  position: relative;
}

.side_menu a {
  display: block;
  color: #11161d;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  padding: 10px 60px 10px 24px;
}
.side_menu a:hover,
.side_menu a:focus,
.side_menu a.active {
  color: #ffffff;
  background-color: #2b7db1;
  text-decoration: none;
}
.side_menu__wrapper .side_menu__item,
.side_menu__wrapper .side_menu__item,
.side_menu__wrapper .side_menu__item {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 78.5%,
    #54a5d7 79%,
    #ffffff 79.5%,
    #ffffff 100%
  );
}
.side_menu__wrapper .side_menu__item:hover,
.side_menu__wrapper .side_menu__item:focus,
.side_menu__wrapper .side_menu__item.active {
  background: linear-gradient(
    to right,
    #2b7db1 0%,
    #2b7db1 78.5%,
    #77cbff 79%,
    #2b7db1 79.5%,
    #2b7db1 100%
  );
}
.side_menu a.active + .side_menu__item__sub {
  background-color: #f9fafb;
}
.side_menu__item {
  border: 1px solid #dbe2eb;
  position: relative;
}
.side_menu__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #54a5d7;
  transition: width 0.3s;
}
.side_menu__item:hover::before,
.side_menu__item:focus::before,
.side_menu__item.active::before {
  width: 6px;
  background-color: #606060;
}
.side_menu__item__sub a {
  display: block;
  color: #11161d;
  font-size: 1.125rem;
  padding: 10px 0 10px 2.25em;
  border-left: 1px solid #dbe2eb;
  border-right: 1px solid #dbe2eb;
}
.side_menu__item__sub a + a {
  border-top: 1px solid #dbe2eb;
}
.two_col_content {
  padding-bottom: 5vh;
  position: relative;
}
@media screen and (min-width: 0px) {
  .two_col_content {
    width: 100%;
    padding-top: 44px;
  }
}

@media screen and (min-width: 600px) {
  .two_col_content {
    max-width: calc(100% - 210px);
    padding-left: 16px;
  }
}
@media screen and (min-width: 901px) {
  .two_col_content {
    width: calc(100% - 256px);
    padding-left: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .two_col_content {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .two_col_content {
    padding-left: 64px;
  }
}
.two_col_content h2 {
  color: #11161d;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 0px 0 39px;
}
article {
  width: 100%;
  min-height: 800px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 600px) {
  article {
    padding: 0 13px;
    box-sizing: border-box;
  }
}

.two_col_content article h2 {
  color: #11161d;
  font-size: 2rem;
  line-height: 1.5;
  padding: 36px 0 14px;
}

@media screen and (max-width: 1200px) {
  .two_col_content article h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .two_col_content article h2 {
    font-size: 2rem;
  }
}
.top_info span {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 8px 12px 6px 9px;
  position: relative;
}
.top_info span + span {
  margin-left: 11px;
}
.top_info span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  bottom: calc(100% - 7px);
  left: calc(100% - 7px);
  transform: rotate(45deg);
  background-color: #ffffff;
}
.top_info .unit_cat {
  color: #c2471a;
  border: 1px solid #c2471a;
}
.top_info .unit_cat::before {
  border-color: transparent transparent #c2471a transparent;
}
.top_info .date {
  color: #35485f;
  border: 1px solid #35485f;
}
.top_info .date::before {
  border-color: transparent transparent #35485f transparent;
}
.article {
  width: 100%;
  padding: 20px 0 0;
  margin-bottom: 40px;
}
.article ul li {
  list-style-type: disc;
  line-height: 35px;
  margin: 0 0 20px;
}
.article dl dt {
  line-height: 48px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.share {
  /* width: 48px; */
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .share {
    right: 5px;
    top: 40vh;
  }
}
@media screen and (min-width: 901px) {
  .share {
    right: 21px;
    top: 34vh;
  }
}

.share a {
  display: block;
  width: 72px;
  height: 72px;
  margin: 10px auto 0;
  background-color: #ffffff;
  border-radius: 61px;
  box-shadow: 0 0 0 3px #ffffff,6.85px 1.46px 21px rgba(1, 1, 1, 0.34);
  position: relative;
  transition: transform 0.3s;
}
@media screen and (max-width: 1200px) {
  .share a {
    width: 42px;
    height: 42px;
  }
}

.share a[title*='下載'],
.share a[title*='file download'],
.share a[title*='轉寄'] {
  background-color: #ea7400 !important;
}
.share a[title*='facebook'],
.share a[title*='FB'] {
  /* background-color: #1877f2; */
  padding-top: 4px;
}
.share a[title*='申請'] {
  background-color: #767676;
  padding-top: 4px;
}
.share a[title*='Line'] {
  background-color: #00ad00;
  padding-top: 4px;
}
.share a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
.share a[title*='下載'] img {
  width: 100%;
}
.share a:hover,
.share a:focus {
  transform: scale(0.8);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container img {
  width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.annex {
  border-top: 2px solid #35485f;
  position: relative;
  margin-top: 80px;
  width: 100%;
  padding: 28px 0;
  background-color: #f9fafb;
}
.annex::before {
  content: '\f0c6\0000A0\0000A0\0000A0附件'; /*迴紋針，空白鍵*3，附件*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -38px;
  width: 88px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #35485f;
  border-radius: 3px 3px 0 0;
  color: #f9fafb;
}
.annex a {
  display: block;
  padding-left: 52px;
  height: 100%;
  line-height: 1.8;
  color: #11161d;
}
.annex a:hover,
.annex a:focus {
  text-decoration: none;
  color: #bf4e07;
}
.annex a {
  background-position: 14px center;
}
.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.act-info {
  padding: 20px 15px 10px;
  background-color: rgba(247, 112, 27, 0.05);
  color: rgba(17, 22, 29, 1);
}
@media screen and (max-width: 767px) {
  .act-info {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .act-info {
    width: calc(50% - 4px);
  }
  .act-info + .act-info {
    margin-left: 4px;
  }
}
.article .act-info dt {
  position: relative;
  padding-left: 16px;
  line-height: 1;
  margin-bottom: 16px;
  font-size: 1.125rem;
}
.act-info dt::before {
  content: '';
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #606060;
  position: absolute;
  left: 0;
  top: 0;
}
.act-info dd {
  padding-left: 0;
  margin-bottom: 8px;
  font-size: 1rem;
}
.act-info dd span {
  color: rgba(17, 22, 29, 0.6);
}
.act-info dd a {
  position: relative;
}
.act-info dd .address::after {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  right: -8px;
  color: #606060;
}
/* 雙欄頁版面 END */
h4 {
  color: #cf430f;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
dt {
  font-size: 1.125rem;
}
p,
dd {
  color: #11161d;
  line-height: 1.8;
  margin: 0 0 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  h4 {
    font-size: 1.25rem;
  }
  p,
  dd {
    font-size: 1rem;
  }
}
main li {
  color: #11161d;
  line-height: 35px;
  margin: 0 0 8px;
}
dd {
  padding-left: 1.5rem;
}
dd ol {
  margin-top: 8px;
}
dd li {
  margin: 0;
}
.one_col_content figure,
.one_col figure,
.two_col_content figure {
  text-align: center;
  margin: 0 auto 40px;
}
figcaption {
  padding: 1rem;
  font-size: 1.125rem;
  color: #282828;
}
figcaption div,
figcaption p {
  text-align: left;
}
figcaption div {
  line-height: 1.5;
}
figcaption p {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
}

figure img {
  display: inline-block;
  width: 100%;
  height: auto;
}
a {
  color: #bf4e07;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.download_link {
  text-align: right;
  font-size: 1.25rem;
}
hr {
  border: 0;
  height: 1px;
  background-color: #dbe2eb;
  margin: 40px 0;
}
/* 主要內容區/聯絡我們 */
.one_col_content.contact_us {
  padding-top: 50px;
}
.contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__title {
  width: 100%;
  max-width: 320px;
  height: 499px;
  padding: 48px 0 0 40px;
  background: url(../images/contact_us_bg_01.png) no-repeat left top;
  background-size: 320px 499px;
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 0px) {
  .contact__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contact__title {
    display: block;
  }
}
.contact__title::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
}
.contact__desc {
  display: table-cell;
  width: 100%;
  max-width: 480px;
  height: 560px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
  -moz-box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
  box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
  background: url(../images/contact_us_bg_mailbox.svg) no-repeat right bottom;
  background-color: rgba(255, 255, 255, 0.95);
  color: #11161d;
}
@media screen and (min-width: 0px) {
  .contact__desc {
    padding: 48px 16px;
  }
}
@media screen and (min-width: 321px) {
  .contact__desc {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .contact__desc {
    padding: 85px 60px;
  }
}
.contact__desc h3 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .contact__desc h3 {
    margin-top: -30px;
  }
}
@media screen and (min-width: 901px) {
  .contact__desc h3 {
    margin-top: 0;
  }
}
.contact__desc p {
  font-size: 1.125rem;
}
/* 主要內容區/聯絡我們 END */
/* 主要內容區/網站導覽 */
.sitemap {
  padding-top: 60px;
}
.sitemap .desc {
  margin-bottom: 60px;
}
.sitemap dt {
  color: #11161d;
  font-size: 1.125rem;
  font-weight: 500;
}
.sitemap .desc dt {
  padding-bottom: 16px;
}
.sitemap .desc dd {
  color: #11161d;
  font-size: 1.125rem;
  padding-left: 0;
  margin: 0;
  line-height: 35px;
}
.sitemap .desc dd ol {
  padding-left: 20px;
}
.sitemap .desc dd ol li {
  margin-bottom: 0;
}
.sitemap .desc dd + dt {
  padding-top: 30px;
}
.sitemap .sitemap_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap .sitemap_menu {
  counter-reset: section;
}
@media screen and (min-width: 0px) {
  .sitemap .sitemap_menu dl {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .sitemap .sitemap_menu dl {
    width: 48%;
  }
}
@media screen and (min-width: 901px) {
  .sitemap .sitemap_menu dl {
    width: 216px;
  }
}
.sitemap .sitemap_menu dl dt {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(247, 112, 27, 0.5);
  padding-left: 19px;
  background-color: #fff9f3;
  counter-increment: section; /*第一層選單編號變數*/
}
.sitemap .sitemap_menu dl dt a::before {
  content: counter(section, decimal) '.';
}
.sitemap .sitemap_menu dt a {
  color: #11161d;
}
.sitemap .sitemap_menu dl {
  margin-bottom: 40px;
  counter-reset: section-child; /*第二層選單編號變數*/
}
.sitemap .sitemap_menu dl dd {
  margin: 0;
  padding: 0;
  counter-increment: section-child;
}
.sitemap .sitemap_menu dl dd a::before {
  content: counter(section, decimal) '-' counter(section-child, decimal) '.';
}
.sitemap .sitemap_menu dl dd a {
  font-size: 1rem;
  line-height: 36px;
  padding-left: 19px;
  color: rgba(17, 22, 29, 0.8);
}
.sitemap .sitemap_menu a:hover,
.sitemap .sitemap_menu a:focus {
  text-decoration: none;
  color: #bf4e07;
}
/* 主要內容區/網站導覽 END */
/* 主要內容區/補助機制-補助內容 */
.step {
  padding: 16px;
  border: 1px solid #ff8833;
  border-radius: 3px;
  background-color: #fff9f3;
}
.step + .step {
  margin-top: 78px;
}
.step_title {
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
  color: #cf430f;
  line-height: 1;
  margin-bottom: 8px;
}
.step_title span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-size: 1.25rem;
  border-radius: 38px;
  background-color: #cf430f;
  margin: -70px auto 16px;
  position: relative;
}
.step + .step .step_title span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -56px;
  width: 1px;
  height: 60px;
  background-color: #606060;
}
.step ol {
  padding-left: 16px;
}
.count {
  list-style-type: none;
  counter-reset: section;
}
.count > li {
  counter-increment: section;
  text-indent: -1.5rem;
  padding-left: 0.5rem;
}
.count > li::before {
  content: '(' counter(section, decimal) ') ';
}
.btn_wrapper {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .btn_wrapper {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.btn {
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 10vh;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .btn {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 36px) / 2);
    max-width: 464px;
    margin-top: 40px;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn.file {
  background-color: #cf430f;
}
@media screen and (min-width: 768px) {
  .btn.file {
    margin-right: 32px;
  }
}
.btn.file:hover,
.btn.file:focus {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(239, 91, 37, 0.3);
  -moz-box-shadow: 0px 6px 20px 0px rgba(239, 91, 37, 0.3);
  box-shadow: 0px 6px 20px 0px rgba(239, 91, 37, 0.3);
}
.btn.file:avtive {
  background-color: #bf4e07;
}
.btn.online {
  background-color: #005ac8;
}
.btn.online:hover,
.btn.online:focus {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 90, 200, 0.3);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 90, 200, 0.3);
  box-shadow: 0px 6px 20px 0px rgba(0, 90, 200, 0.3);
}
.btn.online:avtive {
  background-color: #124789;
}
.btn i {
  padding-left: 1rem;
}
/* 內頁按鈕樣式 */
.button {
  border-radius: 3px;
  border: 1px solid rgba(53, 72, 95, 0.2);
  background-color: #ffffff;
  color: #35485f;
}
.button.return {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 46px;
  font-size: 1.125rem;
}
.button.return i {
  padding: 0 30px 0 20px;
}
.button:hover,
.button:focus {
  text-decoration: none;
  color: #bf4e07;
  border: 1px solid #606060;
}
.button:active {
  background-color: #232f3e;
  color: #ffffff;
  border: 0;
}
.one_col_content .return {
  margin: 0 auto;
}
/* 主要內容區/補助機制-補助內容 END */
/* 主要內容區/補助機制-常見QA */
.qa {
  font-size: 0;
  border: 1px solid #d7dadf;
}
.qa__item {
  display: inline-block;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
  color: rgba(17, 22, 29, 0.8);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .qa__item {
    width: 100%;
  }
}
@media screen and (min-width: 425px) {
  .qa__item {
    width: calc(100% / 3);
  }
}
.qa__item + .qa__item {
  border-left: 1px solid #d7dadf;
}
.qa__item:hover,
.qa__item:focus,
.qa__item--active {
  background-color: #606060;
  color: #fff;
  text-decoration: none;
}
.qa_search_form {
  width: 100%;
  max-width: initial;
  margin: 40px 0;
  text-align: right;
}
.question_answer {
  counter-reset: section;
  border-bottom: 1px solid #dbe2eb;
}
.question_answer dt {
  counter-increment: section;
  position: relative;
  min-height: 107px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 0px) {
  .question_answer dt {
    padding: 20px 0 20px 48px;
  }
}
@media screen and (min-width: 768px) {
  .question_answer dt {
    height: 107px;
    padding-left: 68px;
  }
}
.question_answer dt::before {
  content: 'Q';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #606060;
  color: #ffffff;
}
@media screen and (min-width: 0px) {
  .question_answer dt::before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .question_answer dt::before {
    left: 28px;
  }
}
.question_answer dt::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.question_answer dt:nth-of-type(2n) {
  background-color: #f9fafb;
}
.question_answer dd + dt {
  border-top: 1px solid #dbe2eb;
}
.question_answer dt a {
  display: inline-block;
  width: calc(100% - 36px);
  font-size: 1.125rem;
  color: #11161d;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .question_answer dt a {
    padding-right: 63px;
  }
}
.question_answer dt a::before {
  content: counter(section, decimal) '. ';
}
.question_answer dt a:hover,
.question_answer dt a:focus,
.question_answer dt:hover a,
.question_answer dt:focus a,
.question_answer dt:hover i,
.question_answer dt:focus i {
  text-decoration: none;
  color: #bf4e07;
}
.question_answer dd {
  position: relative;
}
@media screen and (min-width: 0px) {
  .question_answer dd {
    width: calc(100% - 48px);
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) {
  .question_answer dd {
    width: calc(100% - 36px - 63px);
    padding-left: 63px;
  }
}
.question_answer dd::before {
  content: 'A';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #35485f;
  color: #ffffff;
}
@media screen and (min-width: 0px) {
  .question_answer dd::before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .question_answer dd::before {
    left: 28px;
  }
}
/* 主要內容區/補助機制-常見QA END */
/* Open API */
form.one_col_content__article {
  padding: 40px 0;
}
/* form.one_col_content__article.download.openapi */
form.one_col_content__article.download {
  padding: 0 0 40px;
}
.action {
  width: 100%;
  height: 57px;
  border-top: 1px solid #232f3e;
  background-color: #eff2f6;
}
.action * {
  display: inline-block;
  vertical-align: middle;
  color: #35485f;
  font-size: 1rem;
  margin: 0;
}
.one_col_content__article label {
  line-height: 57px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0px) {
  .action label {
    padding-left: 36px;
    padding-right: 21px;
  }
}
@media screen and (min-width: 768px) {
  .action label {
    padding-left: 54px;
    padding-right: 41px;
  }
}
.download label::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  background-color: #ffffff;
  border: 2px solid #284c7e;
  border-radius: 2px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .action label::before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .action label::before {
    left: 24px;
  }
}
.one_col_content__article input[type='checkbox'] {
  float: left;
  margin-left: -9999px;
}
.one_col_content__article label:hover,
.one_col_content__article input[type='checkbox']:focus ~ label {
  color: #bf4e07;
}
.one_col_content__article label:hover::before,
.one_col_content__article input[type='checkbox']:focus ~ label::before {
  border: 2px solid #606060;
}
.one_col_content__article input[type='checkbox']:checked ~ label::before {
  content: '\f00c';
  background-color: #606060;
  border: 0;
  color: #ffffff;
}
.action label::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 21px;
  top: calc(50% - 10px);
  background-color: #bbc8d8;
}
@media screen and (min-width: 0px) {
  .action label::after {
    right: 9px;
  }
}
@media screen and (min-width: 768px) {
  .action label::after {
    right: 21px;
  }
}
.button.action_botton {
  height: 36px;
  line-height: 38px;
  padding: 0 13px;
  vertical-align: middle;
  margin-top: -2px;
}
.fieldset {
  background-color: #f9fafb;
  border-bottom: 1px solid #dbe2eb;
}
.download > h2,
.action + h2 {
  color: #11161d;
  font-size: 1.25rem;
  padding: 0 20px;
  line-height: 56px;
}
.field-title {
  border-bottom: 0;
  padding: 20px;
  margin-bottom: 0;
  background-color: #f9fafb;
}
.file_field {
  border-top: 1px solid #dbe2eb;
  border-bottom: 1px solid #dbe2eb;
  position: relative;
}
.fieldset .file_field {
  border-top: 0;
  border-bottom: 1px solid #eff2f6;
}
@media screen and (min-width: 0px) {
  .file_field {
    padding: 8px 0 16px;
  }
}
@media screen and (min-width: 901px) {
  .file_field {
    height: 98px;
    padding: 0 0 0 24px;
  }
}
.file_field:nth-of-type(2n + 1) {
  background-color: #f9fafb;
}
.fieldset .file_field:nth-of-type(2n + 1) {
  background-color: transparent;
}
.file_field * {
  display: inline-block;
  vertical-align: middle;
}
.file_field .icon {
  position: absolute;
}
@media screen and (min-width: 0px) {
  .file_field .icon {
    left: 48px;
    top: 20px;
  }
  .file_field label {
    padding-left: 86px;
    width: 100%;
    background-position: 50px center;
  }
  .file_field label::before {
    left: 10px;
  }
}
@media screen and (min-width: 901px) {
  .file_field label {
    width: calc(100% - 265px);
    line-height: 96px;
  }
  .file_field label::before {
    left: 0;
  }
}
.file_detail {
  color: rgba(17, 22, 29, 0.8);
  font-size: 0.875rem;
}
@media screen and (min-width: 0px) {
  .file_detail {
    padding: 4px 0 4px 36px;
  }
}
.file_down {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(59, 72, 95, 0.2);
  border-radius: 3px;
  float: right;
}
@media screen and (min-width: 901px) {
  .file_down {
    margin-top: 25px;
  }
}

/* Open API END */
/* Open API-推動說明 */
figure.city-type {
  width: 100%;
  max-width: 904px;
  margin: auto;
}
figure.city-type > img {
  max-width: 904px;
}
figcaption#description1 > div {
  display: inline-block;
  vertical-align: top;
  background-color: #f2f5f6;
  padding: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) {
  figcaption#description1 > div {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  figcaption#description1 > div {
    width: calc((100% - 50px) / 3);
    max-width: 278px;
  }
  figcaption#description1 > div + div {
    margin-left: 16px;
  }
}
figcaption#description1 > div p strong {
  font-size: 1.5rem;
}
ul.list-style li {
  list-style-type: none;
  position: relative;
  padding-left: 16px;
}
ul.list-style li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0px;
  background-color: #0071b5;
}
.eight-detail {
  width: 100%;
  padding: 16px 0 32px;
}
@media screen and (min-width: 1201px) {
  .eight-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.eight-detail figure {
  width: 100%;
  align-items: center;
  margin: 0 0 32px;
  background-color: #f3f5f7;
}

@media screen and (min-width: 450px) {
  .eight-detail figure {
    display: flex;
    height: 160px;
  }
}
@media screen and (min-width: 1201px) {
  .eight-detail figure {
    width: calc(50% - 8px);
  }
}
.eight-detail img {
  width: 160px;
  height: 100%;
  text-align: left;
}
.eight-detail figcaption {
  font-size: 1rem;
  text-align: left;
  color: #11161d;
  line-height: 1.5;
}
@media screen and (min-width: 450px) {
  .eight-detail figcaption {
    width: calc(100% - 160px);
  }
}
/* Open API-推動說明 END */
/* 主要內容區/推動成果 */
.result_search.search_form {
  display: block;
  width: 100%;
  max-width: 288px;
  height: 44px;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.result_search label {
  display: inline;
}
.result_search .search_form__text {
  height: 44px;
  line-height: 44px;
}
.result_search .search_form__btn {
  width: 44px;
  height: 44px;
  line-height: 45px;
}
.result_cat {
  margin-bottom: 69px;
  text-align: center;
}
.result_cat .result_cat__item {
  width: 176px;
  height: auto;
  display: inline-block;
  margin: 0 30px 60px;
  padding: 24px 40px;
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(35, 47, 62, 0.1);
  transition: box-shadow 0.3s;
  border-radius: 11%;
}

.result_cat .result_cat__item figure {
  margin-bottom: 0;
}
.result_cat__item figcaption {
  padding: 0.5rem;
}
.result_cat .result_cat__item .tip {
  width: 100%;
  position: absolute;
  left: 2rem;
  right: 0;
  margin: auto;
  top: calc(100% - 12px);
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  padding: 1rem;
  text-align: left;
  transition: all 0.3s;
  opacity: 0;
}
.result_cat .result_cat__item .tip::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: 4.75rem;
  transform: rotate(-45deg);
  border-radius: 0 5px 0 0;
  background-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) rgba(0, 0, 0, 0.85) transparent transparent;
}

@media screen and (max-width: 489px) {
  .result_cat .result_cat__item {
    width: 55vw;
    height: 57.5vw;
  }
}
@media screen and (min-width: 490px) {
  .result_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .result_cat .result_cat__item {
    width: calc((100% / 2) - 50px);
    margin: 0 25px 50px;
  }
}
@media screen and (min-width: 600px) {
  .result_cat .result_cat__item {
    width: 60%;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 700px) {
  .result_cat .result_cat__item {
    width: calc((100% / 2) - 30px);
    margin: 0 15px 50px;
  }
}
@media screen and (max-width: 959px) {
  .result_cat .result_cat__item .tip {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .result_cat {
    margin-left: -15px;
  }
  .result_cat .result_cat__item {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 60px;
  }
}
@media screen and (min-width: 1100px) {
  .result_cat {
    margin-left: -15px;
  }
  .result_cat .result_cat__item {
    width: calc((100% / 4) - 30px);
  }
}
@media screen and (min-width: 1360px) {
  .result_cat {
    margin-left: -20px;
    margin-right: -20px;
  }
  .result_cat .result_cat__item {
    width: calc((100% / 4) - 40px);
    margin: 0 20px 60px;
  }
}
@media screen and (min-width: 1600px) {
  .result_cat {
    margin-left: -30px;
    margin-right: -30px;
  }
  .result_cat .result_cat__item {
    width: calc((100% / 4) - 60px);
    margin: 0 30px 60px;
  }
}

.result_cat .result_cat__item:hover,
.result_cat .result_cat__item:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: -8px -6px 15px rgba(0, 0, 0, 0.25);
}
.result_cat .result_cat__item:hover .tip,
.result_cat .result_cat__item:focus .tip {
  opacity: 1;
}

/* 主要內容區/推動成果 END */
/* 主要內容區/補助名單 */
/* 表格RWD */
@media screen and (min-width: 0px) and (max-width: 901px) {
  .rwd-table {
    border-top: 0;
  }
  .rwd-table tr {
    display: block;
    margin-bottom: 16px;
    background-color: #ffffff !important;
  }
  .rwd-table tr:first-of-type {
    display: none;
  }
  .rwd-table .td {
    display: table;
    width: 100% !important;
    height: auto !important;
    min-height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #dbe2eb;
  }
  .rwd-table tr .td:first-of-type {
    border-top: 1px solid #232f3e;
  }
  .rwd-table .td:nth-of-type(2n) {
    background-color: #f9fafb;
  }
  .rwd-table .td:before {
    content: attr(data-th) '';
    display: table-cell;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle;
    background-color: #eff2f6;
    width: 5.25rem;
  }
  .rwd-table .td div {
    width: calc(100% - 5.25rem);
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 16px 9px;
  }
}
.table {
  width: 100%;
  vertical-align: middle;
}
.table tr:first-of-type {
  border-top: 1px solid #232f3e;
  background-color: #eff2f6;
  border-bottom: 0;
}
.table tr {
  border-top: 1px solid #dbe2eb;
}
.table tr:last-of-type {
  border-bottom: 1px solid #dbe2eb;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
}
tr:nth-of-type(2n + 1) {
  background-color: #f9fafb;
}
.table_list .th {
  height: 42px;
  line-height: 42px;
  padding: 0 9px;
  color: rgba(17, 22, 29, 0.8);
  font-size: 0.875rem;
  text-align: center;
}
.table_list .date {
  width: 130px;
}
.table_list .cat {
  width: 135px;
}
.news.table_list .cat {
  text-align: center;
  display: none;
}
.news .table_list .td.cat span {
  margin: auto;
}
.table_list .name {
  width: 289px;
}
.table_list .plan {
  width: calc(100% - 98px - 98px - 289px);
}

.hasItem {
  cursor: pointer;
}
.td,
.td a {
  color: #11161d;
  font-size: 1rem;
}
/* .tr:hover a, */
.td a:hover,
.td a:focus {
  text-decoration: none;
  color: #bf4e07;
}
.table_list .td {
  height: 104px;
  line-height: 27px;
  padding: 0 9px;
  vertical-align: middle;
}
span.cat,
.td.cat span {
  display: inline-block;
  color: #606060;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 0 14px;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #606060;
}
span.cat {
  margin-right: 32px;
  position: relative;
}
span.cat::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: -17px;
  top: calc(50% - 7px);
  background-color: #dbe2eb;
}
/* 主要內容區/補助名單 END */
/* 主要內容區/相關連結 */
.related-link .td {
  padding-left: 2rem;
}
/* 主要內容區/相關連結 END */
/* 主要內容區/最新消息 */
.table_list.news tr:first-of-type {
  display: none;
}
.rwd-table .td:before {
  content: none;
}
/* 主要內容區/最新消息 END */
/* 主要內容區/最新消息/焦點新聞 */
/* 主要內容區/補助名單/內頁 */
.table.row-table {
  margin: 40px auto;
}
.table.row-table .tag {
  display: inline-block;
  padding: 0 17px 0 36px;
  width: 126px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background-color: #35485f;
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}
.table.row-table .tag::before {
  content: '\f05a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border-radius: 16px;
  position: absolute;
  left: 10px;
  top: calc(50% - 9px);
  font-size: 1rem;
  background-color: #f9fafb;
  color: #35485f;
  border: 1px solid #f9fafb;
}
.table.row-table tr:first-of-type {
  border-top: 2px solid #35485f;
  background-color: #ffffff !important;
}
.table.row-table tr + tr {
  border-top: 1px solid #dbe2eb;
  background-color: #ffffff !important;
}
.table.row-table .th {
  background-color: #eff2f6;
  padding-left: 20px;
}
.table.row-table .td {
  background-color: #f9fafb;
  padding-left: 20px;
  padding-right: 20px;
}
/* 主要內容區/補助名單/內頁 END */
/* 主要內容區/下載專區 */
.file_download {
  display: block;
  width: 100%;
  height: 77px;
  line-height: 77px;
  border-bottom: 1px solid #dbe2eb;
  padding-left: 74px;
  font-size: 1.125rem;
  color: #11161d;
  background: url(../images/icon_file.svg) no-repeat 22px center;
  position: relative;
}
.file_download::after {
  content: '\f054';
  color: #bbc8d8;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.75rem;
  font-weight: 900;
  position: absolute;
  right: 25px;
}
.file_download:hover,
.file_download:focus,
.file_download:hover::after,
.file_download:focus::after {
  color: #606060;
  text-decoration: none;
}
.file_download:nth-child(2n) {
  background-color: #f9fafb;
}
.file_download .desc {
  position: absolute;
  left: 74px;
  bottom: -24px;
  display: inline-block;
  width: calc(100% - 130px);
  min-width: 146px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
/* 主要內容區/下載專區 END */
/* 主要內容區/研究成果分類、智慧教育 */
.galleries {
  display: flex;
  flex-wrap: wrap;
}
.gallery {
  position: relative;
}

@media screen and (min-width: 0px) {
  .galleries {
    justify-content: center;
  }
  .gallery {
    width: 100%;
    margin: auto 16px 0;
  }
}
@media screen and (min-width: 321px) and (max-width: 600px) {
  .gallery {
    max-width: 288px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .galleries {
    justify-content: space-between;
    margin: 45px -8px 0;
  }
  .gallery {
    width: calc((100% / 2) - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .galleries {
    justify-content: flex-start;
    margin: 45px -8px 0;
  }
  .gallery {
    width: calc((100% / 3) - 32px);
    max-width: 100%;
  }
}
@media screen and (min-width: 1380px) {
  .galleries {
    margin: 45px -16px 0;
  }
}
a.gallery:hover,
a.gallery:focus {
  text-decoration: none;
}
a.gallery:hover figure,
a.gallery:focus figure {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
  -moz-box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
  box-shadow: 0px 6px 20px 0px rgba(35, 47, 62, 0.1);
}
a.gallery figcaption::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #606060;
  transition: height 0.3s;
}

a.gallery:hover figcaption::before,
a.gallery:focus figcaption::before {
  height: 2px;
}
.gallery__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 55.884%;
  background-color: rgba(0, 0, 0, 0.9);
}
.creation_list .gallery__img {
  padding-bottom: 76.987%;
}
.gallery__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery figcaption {
  position: relative;
  height: 104px;
  padding: 20px;
}
.focus .gallery figcaption {
  height: 155px;
}
.gallery figcaption > div {
  width: 100%;
  height: 55px;
  overflow: hidden;
}
.gallery figcaption > p {
  height: 55px;
  overflow: hidden;
}
.gallery .more_focus {
  padding-left: calc(0.8125rem * 5 - 1px);
  position: absolute;
  right: 20px;
  bottom: 24px;
  color: #c2471a;
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 1);
}

/* 主要內容區/研究成果分類、智慧教育 END */
/* 主要內容區 END */
noscript {
  color: #ff0000;
  font-size: 1rem;
  display: block;
  text-align: center;
}

.lazy a:hover,
.lazy a:focus {
  outline: 2px solid #606060;
}
.contact_person {
  margin: 0;
  text-align: center;
}
.two_col_content h2.hidden-title {
  position: absolute;
  left: -100vw;
}

/*智慧應用內頁*/
.related_link.table {
  width: 100%;
  background-color: #f9fafb;
}
.related_link .tr {
  padding-top: 10px;
}

.related_link .th,
.related_link .td {
  color: #11161d;
  font-size: 1.125rem;
}
@media screen and (min-width: 901px) {
  .related_link .th,
  .related_link .td {
    min-height: 77px;
  }
}
.related_link a {
  word-break: break-all;
}
.related_link .icon {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 35px;
  background-position: 0 0.5em;
}

@media screen and (max-width: 900px) {
  .related_link .th,
  .related_link .td {
    display: block;
  }
  .related_link .td {
    padding: 28px 20px 28px calc(28px + 1em);
  }
  .related_link .tr .th {
    padding: 28px;
    border-bottom: 1px solid #dbe2eb;
  }
  .related_link .tr + .tr {
    border-top: 1px solid #dbe2eb;
  }
}
@media screen and (max-width: 450px) {
  .related_link .td {
    padding: 20px 15px 20px 40px;
  }
  .related_link .tr .th {
    padding: 20px;
    border-bottom: 1px solid #dbe2eb;
  }
  /* .related_link span.icon {
    background-position: 40px calc(50% - 2px);
    padding-left: calc(40px + 38px);
  } */
}
@media screen and (min-width: 901px) {
  .related_link.table {
    display: table;
  }
  .related_link .tr {
    display: table-row;
  }
  .related_link .th,
  .related_link .td {
    display: table-cell;
    vertical-align: middle;
    padding: 28px 14px 28px 10px;
  }
  .related_link .th {
    width: 133px;
  }
  .related_link .tr + .tr .th,
  .related_link .tr + .tr .td {
    border-top: 1px solid #dbe2eb;
  }
}

.app a {
  display: inline-block;
  vertical-align: middle;
  width: 126px;
  height: 42px;
}
.app a img {
  width: 100%;
}

.row {
  margin: 8px -16px;
}
.row,
.row > .column {
  padding: 8px;
  box-sizing: border-box;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.column {
  float: left;
}
.one_col_content figure.column,
.two_col_content figure.column {
  margin: 10px;
}
.row:not(.trends) a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000000;
}
.row.video a {
  transition: transform 0.3s;
}

.row:not(.video):not(.trends) a {
  height: 250px;
}
.column img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.column .figcaption {
  height: 120px;
  overflow: hidden;
  text-align: left;
  padding: 1rem;
}
/* 媒體專區 / 影片 */
.row.video {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.column dl.figcaption {
  height: auto;
}
.column dl.figcaption dt {
  font-size: 1rem;
}
.column dl.figcaption dd {
  font-size: 0.875rem;
  margin: 5px 0 0;
  padding-left: 0.5rem;
}
@media screen and (min-width: 901px) {
  .column {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .column {
    width: calc(50% - 20px);
  }
  /* .video .column {
    padding: 8px 16px;
  } */
}
@media screen and (min-width: 701px) and (max-width: 900px), (min-width: 451px) and (max-width: 599px) {
  .video .column {
    width: 50%;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 700px), (max-width: 450px) {
  .column {
    width: 100%;
  }
}
.content {
  background-color: white;
  padding: 10px;
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}
/*智慧應用內頁 END*/
.row.video a,
.row.trends a .img_contain {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 56%;
}
.video a img,
.trends a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.row.trends .img_contain {
  position: relative;
  height: 0;
  max-width: 100%;
  background-color: #000000;
  transition: box-shadow 0.3s;
  padding-bottom: 56%;
}
.trends a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.row.trends .figcaption {
  color: #333;
}
.row.video a:hover,
.row.video a:focus,
.trends a:hover,
.trends a:focus {
  text-decoration: none;
  transform: scale(1.1);
}

@media screen and (min-width: 901px) {
  .related_link a {
    font-size: 1.125rem;
    word-break: break-all;
  }
  .video a,
  .trends a {
    width: 300px;
  }
}

/*英文版CSS*/
.intro_wrapper a:hover,
.intro_wrapper a:focus,
.intro_wrapper a:active {
  text-decoration: none;
}
.intro_wrapper a:hover h3,
.intro_wrapper a:focus h3,
.intro_wrapper a:active h3 {
  text-decoration: underline;
}

.intro_wrapper > figure,
.visits_wrapper > div,
.tourism_wrapper .result_cat,
.videos_wrapper > div {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.intro_wrapper > figure,
.visits_wrapper > div,
.tourism_wrapper .result_cat {
  max-width: 1600px;
}
.videos_wrapper > div {
  max-width: 1133px;
}
@media screen and (max-width: 767px) {
  .intro_wrapper > figure,
  .visits_wrapper > div {
    padding: 25px 20px;
  }
  .tourism_wrapper .result_cat {
    padding: 25px 0;
  }
  .videos_wrapper > div {
    padding: 25px 50px;
  }
}
@media screen and (min-width: 768px) {
  .intro_wrapper > figure {
    padding: 50px 24px;
  }
  .tourism_wrapper .result_cat {
    padding: 50px 0;
  }
  .visits_wrapper > div {
    padding: 150px 30px;
  }

  .videos_wrapper > div {
    padding: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .visits_wrapper > div {
    padding: 150px 60px;
  }
  .videos_wrapper > div {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1600px) {
  .intro_wrapper > figure,
  .visits_wrapper > div {
    padding: 100px 48px;
  }
  .tourism_wrapper .result_cat {
    padding: 100px 0;
  }
}

.intro_wrapper figcaption {
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .intro_wrapper a {
    display: block;
  }
  .intro_wrapper figcaption {
    padding: 0 0 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .intro_wrapper a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .intro_wrapper figcaption {
    width: 70%;
    padding-bottom: 30px;
  }
  .intro_wrapper figure img {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .intro_wrapper figcaption {
    width: 65%;
    padding: 0 57px 60px 0;
  }
  .intro_wrapper figure img {
    width: 35%;
  }
}
.intro_wrapper h3 {
  color: #0e5c98;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.intro_wrapper p {
  color: #231f20;
}
@media screen and (max-width: 959px) {
  .intro_wrapper h3 {
    font-size: 1.5rem;
  }
  .intro_wrapper p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .intro_wrapper h3 {
    font-size: 1.75rem;
  }
  .intro_wrapper p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .intro_wrapper h3 {
    font-size: 2.125rem;
  }
  .intro_wrapper p {
    font-size: 1.625rem;
  }
}
.tourism_wrapper .result_cat:hover,
.tourism_wrapper .result_cat:focus,
.tourism_wrapper .result_cat:active {
  text-decoration: none;
}
.tourism_wrapper figcaption {
  color: #35485f;
  font-size: 1.4375rem;
  padding: 0 0.5rem 0.5rem;
}
.tourism_wrapper .result_cat {
  justify-content: space-around;
}
.tourism_wrapper .result_cat .result_cat__item {
  height: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.tourism_wrapper .result_cat .result_cat__item img {
  width: 100%;
}
.tourism_wrapper .result_cat .result_cat__item figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.tourism_wrapper .result_cat .result_cat__item:hover {
  transform: scale(1.07);
}
.tourism_wrapper .result_cat .result_cat__item:hover figcaption {
  background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    font-size: 1.5rem;
}
@media screen and (min-width: 700px) and (max-width: 1199px) {

  .tourism_wrapper .result_cat .result_cat__item:hover figure figcaption {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .tourism_wrapper .result_cat {
    display: flex;
    flex-wrap: wrap;
  }
  .tourism_wrapper .result_cat .result_cat__item {
    width: calc(100% / 2);
    margin: 15px 0;
    padding: 0 10px;
  }
  .tourism_wrapper .result_cat .result_cat__item:hover figure figcaption {
    font-size: 5vw;
  }
}
@media screen and (max-width: 488px) {
  .tourism_wrapper figcaption {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .tourism_wrapper .result_cat .result_cat__item {
    width: calc(100% / 3);
    margin: 15px 0;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .tourism_wrapper .result_cat .result_cat__item {
    width: calc(100% / 6);
    margin: 0;
  }
  .tourism_wrapper figcaption {
    font-size: 1.25rem;
  }
}

.visits_wrapper + .multimedia_wrapper {
  background-color: #d7d6d4;
}
.visits_wrapper + .multimedia_wrapper > div {
  padding: 80px 15vw 20px;
}

.visits_wrapper {
  background-color: #228f9b;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.card {
  height: 280px;
  position: relative;
  /*preserve the back when fliping*/
  transform-style: preserve-3d;
  transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
    max-width: 430px;
    margin: 50px auto 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .card {
    width: calc((100% - (18px * 3)) / 3);
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .card {
    width: calc((100% - (36px * 3)) / 3);
  }
}
@media screen and (min-width: 1440px) {
  .card {
    width: calc((100% - (72px * 3)) / 3);
  }
}

.card .card-front,
.card .card-back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.card .card-front {
  -moz-transform: perspective(600) rotateX(0);
  -webkit-transform: perspective(600) rotateX(0);
  transform: perspective(600) rotateX(0);
  z-index: 900;
}
.card .card-back {
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  z-index: 800;
}
.card:hover .card-front {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.card:hover .card-back {
  z-index: 950;
  -ms-transform: rotateX(0deg);
  -moz-transform: perspective(600) rotateX(0deg);
  -webkit-transform: perspective(600) rotateX(0deg);
  transform: perspective(600) rotateX(0deg);
}

.card .subject {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  /*hide backface*/
  backface-visibility: hidden;
}
/*front card*/

.card-front .value,
.card-back .value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    #228f9b 0%,
    #228f9b 50%,
    #27a3b5 50%,
    #27a3b5 100%
  );
}
.card-front .subject,
.card-back .subject {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #228f9b;
}

@media screen and (max-width: 767px) {
  .card-front .value,
  .card-back .value {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .card-front .value,
  .card-back .value {
    font-size: 4.6875rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .card-front .value,
  .card-back .value {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .card-front .value,
  .card-back .value {
    font-size: 7.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .card-front .value,
  .card-back .value {
    font-size: 9.375rem;
  }
}

.card-front::before,
.card-back::before,
.card-front::after,
.card-back::after {
  content: '';
  width: 16px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
  background: rgba(195, 207, 226, 1);
  background: -moz-linear-gradient(
    top,
    rgba(195, 207, 226, 1) 0%,
    rgba(245, 247, 250, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(195, 207, 226, 1)),
    color-stop(100%, rgba(245, 247, 250, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(195, 207, 226, 1) 0%,
    rgba(245, 247, 250, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(195, 207, 226, 1) 0%,
    rgba(245, 247, 250, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(195, 207, 226, 1) 0%,
    rgba(245, 247, 250, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(195, 207, 226, 1) 0%,
    rgba(245, 247, 250, 1) 100%
  );
}
.card-front::before,
.card-back::before {
  left: 0;
  border-width: 2px 2px 2px 0;
}
.card-front::after,
.card-back::after {
  right: 0;
  border-width: 2px 0 2px 2px;
}

.one_col_page {
  padding: 0 21px;
  font-size: 1.3125rem;
}
.one_col_page h2 {
  color: #2d818b;
  min-height: 73px;
  line-height: 1.8;
  padding: 24px 5px;
  background-image: url('../images_en/h2Border.svg'),
    url('../images_en/h2Border.svg');
  background-repeat: repeat-x;
  background-position: 0 top, -186px bottom;
}
.one_col_page h3,
.one_col_page h4 {
  color: #2d818b;
  font-weight: bold;
  line-height: 1.5;
}
.one_col_page h4 {
  margin: 0;
  padding: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .one_col_page h2 {
    margin: 42px 0 20px;
    font-size: 1.375rem;
  }
  .one_col_page h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .one_col_page h2 {
    margin: 42px 0 30px;
    font-size: 1.5rem;
  }
  .one_col_page h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1201px) {
  .one_col_page h2 {
    margin: 42px 0;
    font-size: 1.75rem;
  }
  .one_col_page h3 {
    font-size: 1.5rem;
  }
  .one_col_page dd,
  .one_col_page h4 {
    font-size: 1.25rem;
  }
}
.one_col_page .article {
  border-top: 1px solid #e0e0e1;
  margin-top: 40px;
}
.one_col_page dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.one_col_page dt {
  background-color: #d1d3d4;
  text-align: center;
}
.one_col_page .tip_form {
  width: 145px;
  color: #231f20;
  position: relative;
}
.one_col_page .tip_form::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #d1d3d4 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}
.one_col_page .icon_form {
  border-radius: 146px;
  width: 168px;
  height: 168px;
}

.one_col_page dd {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .one_col_page dd {
    width: 100%;
    padding: 15px 0;
  }
  .article_column div {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 500px) {
  div.article_column {
    flex-wrap: wrap;
  }
  div.article_column > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  div.article_column > div img {
    width: 145px;
  }
  div.article_column > div > div {
    width: calc(100% - 145px);
  }
}
@media screen and (min-width: 768px) {
  .one_col_page dd {
    padding: 20px 0 10px 30px;
  }
  .one_col_page .tip_form + dd {
    width: calc(100% - 145px);
  }
  .article_column {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
  }
  dd.article_column {
    flex-wrap: nowrap;
  }
  .one_col_page .icon_form + dd {
    width: calc(100% - 168px);
  }
  dd.article_column > div {
    width: calc(100% / 3);
  }
  dd.article_column > div + div {
    border-left: 1px solid #c0c0c0;
    margin-left: 20px;
    padding-left: 20px;
  }

  div.article_column > div {
    width: calc(100% / 2);
  }

  div.article_column > div {
    padding: 0 10px;
    margin: 10px 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  div.article_column > div {
    padding: 0 20px;
    width: calc(100% / 3);
  }
}
div.article_column header {
  background-color: #fed407;
  border-radius: 20px;
  color: #231f20;
  margin-bottom: 10px;
  padding: 5px 30px;
  width: 100%;
  min-height: 62px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 500px) {
  div.article_column header {
    width: 95%;
    height: 70px;
    justify-content: space-around;
  }
}
div.article_column header + div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}


.one_col h2 {
  color: rgba(17, 22, 29, 0.7);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 36px 0 36px;
}

/* 首頁跑馬燈 */
.marquee .wrapper_inner {
  height: 40px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .marquee {
    padding: 0 15px 0 13px;
  }
  .marquee .wrapper_inner {
    padding: 5px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1379px) {
  .marquee {
    padding: 0 20px 0 0;
  }
  .marquee .wrapper_inner {
    padding: 5px 0 5px 2vw;
  }
}
@media screen and (min-width: 1380px) {
  .marquee .wrapper_inner {
    padding: 5px 0 5px 30px;
  }
}
@media screen and (min-width: 1380px) and (max-width: 1599px) {
  .marquee {
    padding: 0 35px;
  }
}
.marquee .title {
  position: relative;
  color: #00416e;
  font-size: 1.125rem;
  background: url('../images/icon_marquee.svg') no-repeat 0 center;
  background-size: contain;
  height: 28px;
  padding-left: 3em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.marquee .title::after {
  content: '»';
  margin-left: 8px;
  font-size: 1.5625rem;
}
.marquee_slider {
  width: calc(100% - 135px);
}
.marquee .text {
  color: #231f20;
  font-size: 1.125rem;
  line-height: 30px;
  padding: 0 0 0 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: text-top;
}
/* 首頁跑馬燈 END */
