@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100vh;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  style: normal;
  color: #444;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

*:focus-visible {
  outline: 2px dashed #d95051;
}

a {
  color: #666;
}

a:hover, a:focus {
  color: #dc383a;
}

a:active {
  color: #999999;
}

[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

[canvas=container]:before,
[canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

body {
  background: url("../images/bg_body.png") 50% top repeat;
}

.container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

header#header {
  background: url("../images/bg_header.png") top center no-repeat;
  background-size: 100% 6px;
  position: relative;
}

header#header div.logo_search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
  padding-top: 22.5px;
  padding-bottom: 7.5px;
  padding-left: 52.5px;
  padding-right: 52.5px;
}

header#header div.logo_search div.logo h1 a img {
  width: 172.5px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header#header div.logo_search div.logo h1 a img {
    width: 120.75px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header#header div.logo_search div.logo h1 a img {
    width: 103.5px;
  }
}

@media screen and (max-width: 575.98px) {
  header#header div.logo_search div.logo h1 a img {
    width: 86.25px;
  }
}

header#header div.logo_search ul.right_link {
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  padding-top: 18.75px;
  padding-right: 18.75px;
}

header#header div.logo_search ul.right_link li {
  position: relative;
  margin-right: 18.75px;
  padding-left: 22.5px;
}

header#header div.logo_search ul.right_link li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
}

header#header div.logo_search ul.right_link li:last-of-type {
  margin-right: 0px;
  margin-left: 15px;
  padding-left: 0px;
}

header#header div.logo_search ul.right_link li.home::before {
  top: 5px;
  width: 19px;
  height: 15px;
  background: url("../images/icon_home.svg") left 50% no-repeat;
}
header#header div.logo_search ul.right_link li.contact::before {
  width: 16px;
  height: 16px;
  background: url("../images/addlink_contact.svg") left 50% no-repeat;
  top:4px;
}
header#header div.logo_search ul.right_link li.facebook::before {
  width: 16px;
  height: 16px;
  background: url("../images/icon_fb_gray.svg") left 50% no-repeat;
}

header#header div.logo_search ul.right_link li.language::before {
  width: 17px;
  height: 17px;
  background: url("../images/icon_language.svg") left 50% no-repeat;
}

header#header div.logo_search ul.right_link li.search {
  background: rgba(173, 190, 210, 0.3);
  border: 2px solid #adbed2;
  border-radius: 22.5px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 11.25px;
  padding-right: 11.25px;
}

header#header div.logo_search ul.right_link li.search input {
  background: none;
  border: none;
}

header#header div.logo_search ul.right_link li.search input::-webkit-input-placeholder {
  color: #888;
}

header#header div.logo_search ul.right_link li.search input:-ms-input-placeholder {
  color: #888;
}

header#header div.logo_search ul.right_link li.search input::-ms-input-placeholder {
  color: #888;
}

header#header div.logo_search ul.right_link li.search input::placeholder {
  color: #888;
}

header#header div.logo_search ul.right_link li.search input[type="submit"] {
  width: 17px;
  height: 17px;
  background: url("../images/icon_search.svg") 50% 50% no-repeat;
  border: none;
  margin-right: 5.25px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header#header div.logo_search ul.right_link {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header#header div.logo_search ul.right_link {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  header#header div.logo_search ul.right_link {
    display: none;
  }
}

header#header nav.main_nav {
  position: relative;
}

header#header nav.main_nav::before {
  width: 100%;
  height: 6px;
  border-bottom: 6px solid #ddd;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: '';
}

header#header nav.main_nav ul.desktop_nav {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 3;
}

header#header nav.main_nav ul.desktop_nav > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 6px solid #eb8f90;
  font-size: 1.125rem;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}

header#header nav.main_nav ul.desktop_nav > li:hover, header#header nav.main_nav ul.desktop_nav > li:focus, header#header nav.main_nav ul.desktop_nav > li:focus-within, header#header nav.main_nav ul.desktop_nav > li:focus-visible {
  background: #eb8f90;
}

header#header nav.main_nav ul.desktop_nav > li:hover > a, header#header nav.main_nav ul.desktop_nav > li:focus > a, header#header nav.main_nav ul.desktop_nav > li:focus-within > a, header#header nav.main_nav ul.desktop_nav > li:focus-visible > a {
  color: #fff;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+2) {
  border-bottom: 6px solid #ffb471;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+2):hover, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+2):focus, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+2):focus-within, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+2):focus-visible {
  background: #ffb471;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+3) {
  border-bottom: 6px solid #adbed2;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+3):hover, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+3):focus, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+3):focus-within, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+3):focus-visible {
  background: #adbed2;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+4) {
  border-bottom: 6px solid #12406a;
}

header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+4):hover, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+4):focus, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+4):focus-within, header#header nav.main_nav ul.desktop_nav > li:nth-of-type(4n+4):focus-visible {
  background: #12406a;
}

header#header nav.main_nav ul.desktop_nav > li:focus-visible {
  outline: 2px dashed #d95051;
}

header#header nav.main_nav ul.desktop_nav > li > ul, header#header nav.main_nav ul.desktop_nav > li > ul > li ul {
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li {
  position: relative;
  border-bottom: #eb8f90;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li a, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li a {
  color: #666;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li a:hover, header#header nav.main_nav ul.desktop_nav > li > ul > li a:focus, header#header nav.main_nav ul.desktop_nav > li > ul > li a:focus-within, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li a:hover, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li a:focus, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li a:focus-within {
  color: #000;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li ul, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li:hover, header#header nav.main_nav ul.desktop_nav > li > ul > li:focus-within, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li:hover, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li:focus-within {
  cursor: pointer;
}

header#header nav.main_nav ul.desktop_nav > li > ul > li:hover > ul, header#header nav.main_nav ul.desktop_nav > li > ul > li:focus-within > ul, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li:hover > ul, header#header nav.main_nav ul.desktop_nav > li > ul > li ul > li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

header#header nav.main_nav ul.desktop_nav > li:hover, header#header nav.main_nav ul.desktop_nav > li:focus-within {
  cursor: pointer;
}

header#header nav.main_nav ul.desktop_nav > li:hover > ul, header#header nav.main_nav ul.desktop_nav > li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header#header nav.main_nav {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header#header nav.main_nav {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  header#header nav.main_nav {
    display: none;
  }
}

#MenuMobile {
  z-index: 9999;
}

main {
  position: relative;
}

main::after {
  content: '';
  width: 100%;
  clear: both !important;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer#footer {
  background: url("../images/bg_footer.png") top center no-repeat #fff;
  background-size: 100% 6px;
  padding-top: 45px;
  padding-bottom: 31.5px;
}

footer#footer div.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

footer#footer div.container > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  footer#footer div.container > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 575.98px) {
  footer#footer div.container > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
}

footer#footer div.container div.logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer#footer div.container div.logo div {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

footer#footer div.container div.logo div:first-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 575.98px) {
  footer#footer div.container div.logo div {
    margin-top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  footer#footer div.container div.footer_link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer#footer div.container div.footer_link dl.share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
  margin-bottom: 15px;
}

footer#footer div.container div.footer_link dl.share dd {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-right: 11.25px;
}

footer#footer div.container div.footer_link dl.share dd:nth-of-type(1)::after, footer#footer div.container div.footer_link dl.share dd:nth-of-type(2)::after {
  content: "．";
  padding-left: 11.25px;
}

footer#footer div.container div.footer_link dl.share dd.footerFB img {
  width: 9px;
}

footer#footer div.container div.footer_link dl.share dd.footerYT {
  padding-left: 11.25px;
  padding-right: 11.25px;
}

footer#footer div.container div.footer_link dl.share dd.footerYT img {
  width: 19px;
}

footer#footer div.container div.footer_link dl.share dd.footerTW {
  padding-left: 11.25px;
  padding-right: 11.25px;
}

footer#footer div.container div.footer_link dl.share dd.footerTW img {
  width: 18px;
}

footer#footer div.container div.footer_link dl.share dd.footerIG {
  padding-left: 11.25px;
  padding-right: 0px;
}

footer#footer div.container div.footer_link dl.share dd.footerIG img {
  width: 16px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  footer#footer div.container div.footer_link dl.share {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  footer#footer div.container div.footer_link dl.share {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    margin-top: 30px;
  }
  footer#footer div.container div.footer_link dl.share dd:nth-of-type(2)::after {
    display: none;
  }
  footer#footer div.container div.footer_link dl.share dd.footerFB, footer#footer div.container div.footer_link dl.share dd.footerYT, footer#footer div.container div.footer_link dl.share dd.footerTW, footer#footer div.container div.footer_link dl.share dd.footerIG {
    display: none;
  }
}

footer#footer div.container div.footer_link div.copyright {
  color: #333;
  text-align: right;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  footer#footer div.container div.footer_link div.copyright {
    text-align: center;
  }
}

.file_ext {
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block !important;
}

.file_doc {
  background-image: url("../images/file_ext/doc.png");
}

.file_img {
  background-image: url("../images/file_ext/img.png");
}

.file_mov {
  background-image: url("../images/file_ext/mov.png");
}

.file_other {
  background-image: url("../images/file_ext/other.png");
}

.file_pdf {
  background-image: url("../images/file_ext/pdf.png");
}

.file_ppt {
  background-image: url("../images/file_ext/ppt.png");
}

.file_txt {
  background-image: url("../images/file_ext/txt.png");
}

.file_xls {
  background-image: url("../images/file_ext/xls.png");
}

.file_zip {
  background-image: url("../images/file_ext/zip.png");
}

.file_odp {
  background-image: url("../images/file_ext/odp.png");
}

.file_csv {
  background-image: url("../images/file_ext/csv.png");
}

.file_ods {
  background-image: url("../images/file_ext/ods.png");
}

.file_odt {
  background-image: url("../images/file_ext/odt.png");
}

.file_xml {
  background-image: url("../images/file_ext/xml.png");
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10200;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  font-size: 0.8125rem;
}

#cboxLoadedContent {
  overflow: auto;
  padding: 30px 5px 60px 5px;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#colorbox_thum {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#colorbox_thum::after {
  content: "";
  display: block;
  clear: both;
}

#colorbox_thum a {
  width: 25%;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

#colorbox_thum a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#colorbox_thum a span {
  display: block;
  padding-bottom: 66.176470588%;
  text-indent: -9999px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

#Pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
  clear: both;
}

#Pagination a, #Pagination .setting select, #Pagination .setting input {
  border-radius: 5px;
}

#Pagination .pages {
  display: inline-block;
}

#Pagination a {
  display: inline-block;
  width: 40px;
  background: #fafafa;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  color: #5b5b5b;
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
  position: relative;
}

#Pagination a:hover, #Pagination a:focus {
  color: #fff;
  border: 1px solid #ec6264;
  background: #ec6264;
}

#Pagination .focuz {
  background: #eb8f90;
  border: 1px solid #ec6264;
  color: #fff;
}

#Pagination .first, #Pagination .last, #Pagination .prev, #Pagination .next {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}

#Pagination .setting {
  color: #5b5b5b;
  line-height: 40px;
  padding-top: 15px;
}

#Pagination .setting select, #Pagination .setting input[type="text"] {
  height: 40px;
  background: #fafafa;
  border: 1px solid #c8c8c8;
}

#Pagination .setting select:focus, #Pagination .setting input[type="text"]:focus {
  border: 1px solid #ec6264;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: 0;
}

#Pagination .setting select {
  font-size: 1rem;
  padding: 0 5px;
}

#Pagination .setting input[type="text"] {
  width: 50px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Pagination .setting input[type="button"] {
  height: 40px;
  background: #e2e2e2;
  border: none;
  font-size: 1rem;
  line-height: 40px;
  color: #5b5b5b;
  margin-left: 3px;
  padding: 0 12px;
}

#Pagination .setting input[type="button"]:hover, #Pagination .setting input[type="button"]:focus {
  background: #ec6264;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #Pagination a {
    display: none;
  }
  #Pagination div.setting {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  #Pagination a {
    display: none;
  }
  #Pagination div.setting {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  #Pagination a, #Pagination .first, #Pagination .last {
    display: none;
  }
  #Pagination div.setting {
    display: none;
  }
}

div.Loading {
  height: 32px;
  background: url("../images/loader.gif") 50% 50% no-repeat;
  margin-top: 45px;
}

/* 導覽列(麵包屑) */
ul#Breadcrumbs {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

ul#Breadcrumbs li {
  position: relative;
  display: inline-block;
  line-height: 125%;
  margin-right: 15px;
  padding-right: 15px;
}

ul#Breadcrumbs li::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #c4c4c4;
  color: #444;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

ul#Breadcrumbs li a {
  display: block;
  color: #333;
}

ul#Breadcrumbs li a:hover, ul#Breadcrumbs li a:focus {
  color: #13406a;
}

ul#Breadcrumbs li:first-of-type {
  padding-left: 22.5px;
}

ul#Breadcrumbs li:first-of-type::before {
  content: '';
  width: 18px;
  height: 14px;
  background: url("../images/icon_breadcrumbs.svg") 50% 50% no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

ul#Breadcrumbs li:last-of-type {
  margin-right: 0px;
  padding-right: 0px;
}

ul#Breadcrumbs li:last-of-type a {
  color: #13406a;
}

ul#Breadcrumbs li:last-of-type::after {
  display: none;
}

/* 工具列 */
div.ToolBar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #666;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.ToolBar {
    width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  div.ToolBar {
    width: 100%;
  }
}

div.ToolBar .colm_left {
  position: relative;
}

div.ToolBar .colm_left a {
  padding-left: 45px;
  position: relative;
  margin-right: 15px;
}

div.ToolBar .colm_left a span {
  width: 42px;
  height: 42px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.ToolBar .colm_left a span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/icon_toolbar.png") no-repeat;
  background-size: 200%;
  position: absolute;
  top: 25%;
  left: 25%;
}

div.ToolBar .colm_left a:hover {
  color: #f90;
}

div.ToolBar .colm_left a:hover span {
  background: #f90;
  border-color: #f90;
}

@media screen and (max-width: 575.98px) {
  div.ToolBar .colm_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
}

div.ToolBar .colm_left a.return span::before {
  background-position: 0 0;
}

div.ToolBar .colm_left a.return:hover span::before {
  background-position: right 0;
}

div.ToolBar .colm_left a.print span::before {
  background-position: 0 10%;
}

div.ToolBar .colm_left a.print:hover span::before {
  background-position: right 10%;
}

div.ToolBar .colm_right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.ToolBar .colm_right dl.font_size, div.ToolBar .colm_right dl.share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-right: 5px;
}

div.ToolBar .colm_right dl.font_size dd, div.ToolBar .colm_right dl.share dd {
  margin-right: 10px;
}

div.ToolBar .colm_right dl.font_size dd a, div.ToolBar .colm_right dl.share dd a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 2px solid #bebebe;
  border-radius: 50%;
  text-indent: -10000px;
  position: relative;
  top: -8px;
}

div.ToolBar .colm_right dl.font_size dd a::before, div.ToolBar .colm_right dl.share dd a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/icon_toolbar.png") no-repeat;
  background-size: 200%;
  position: absolute;
  top: 23%;
  left: 24%;
}

div.ToolBar .colm_right dl.font_size dd.font_small a::before, div.ToolBar .colm_right dl.share dd.font_small a::before {
  background-position: 0 30%;
}

div.ToolBar .colm_right dl.font_size dd.font_small a:hover, div.ToolBar .colm_right dl.font_size dd.font_small a:focus, div.ToolBar .colm_right dl.share dd.font_small a:hover, div.ToolBar .colm_right dl.share dd.font_small a:focus {
  background: #5b7da5;
  border-color: #5b7da5;
}

div.ToolBar .colm_right dl.font_size dd.font_small a:hover::before, div.ToolBar .colm_right dl.font_size dd.font_small a:focus::before, div.ToolBar .colm_right dl.share dd.font_small a:hover::before, div.ToolBar .colm_right dl.share dd.font_small a:focus::before {
  background-position: right 30%;
}

div.ToolBar .colm_right dl.font_size dd.font_medium a::before, div.ToolBar .colm_right dl.share dd.font_medium a::before {
  background-position: 0 40%;
}

div.ToolBar .colm_right dl.font_size dd.font_medium a:hover, div.ToolBar .colm_right dl.font_size dd.font_medium a:focus, div.ToolBar .colm_right dl.share dd.font_medium a:hover, div.ToolBar .colm_right dl.share dd.font_medium a:focus {
  background: #5b7da5;
  border-color: #5b7da5;
}

div.ToolBar .colm_right dl.font_size dd.font_medium a:hover::before, div.ToolBar .colm_right dl.font_size dd.font_medium a:focus::before, div.ToolBar .colm_right dl.share dd.font_medium a:hover::before, div.ToolBar .colm_right dl.share dd.font_medium a:focus::before {
  background-position: right 40%;
}

div.ToolBar .colm_right dl.font_size dd.font_big a::before, div.ToolBar .colm_right dl.share dd.font_big a::before {
  background-position: 0 50%;
}

div.ToolBar .colm_right dl.font_size dd.font_big a:hover, div.ToolBar .colm_right dl.font_size dd.font_big a:focus, div.ToolBar .colm_right dl.share dd.font_big a:hover, div.ToolBar .colm_right dl.share dd.font_big a:focus {
  background: #5b7da5;
  border-color: #5b7da5;
}

div.ToolBar .colm_right dl.font_size dd.font_big a:hover::before, div.ToolBar .colm_right dl.font_size dd.font_big a:focus::before, div.ToolBar .colm_right dl.share dd.font_big a:hover::before, div.ToolBar .colm_right dl.share dd.font_big a:focus::before {
  background-position: right 50%;
}

div.ToolBar .colm_right dl.font_size dd.facebook a::before, div.ToolBar .colm_right dl.share dd.facebook a::before {
  background-position: 0 60%;
}

div.ToolBar .colm_right dl.font_size dd.facebook a:hover, div.ToolBar .colm_right dl.font_size dd.facebook a:focus, div.ToolBar .colm_right dl.share dd.facebook a:hover, div.ToolBar .colm_right dl.share dd.facebook a:focus {
  background: #3b5998;
  border-color: #3b5998;
}

div.ToolBar .colm_right dl.font_size dd.facebook a:hover::before, div.ToolBar .colm_right dl.font_size dd.facebook a:focus::before, div.ToolBar .colm_right dl.share dd.facebook a:hover::before, div.ToolBar .colm_right dl.share dd.facebook a:focus::before {
  background-position: right 60%;
}

div.ToolBar .colm_right dl.font_size dd.twitter a::before, div.ToolBar .colm_right dl.share dd.twitter a::before {
  background-position: 0 70%;
}

div.ToolBar .colm_right dl.font_size dd.twitter a:hover, div.ToolBar .colm_right dl.font_size dd.twitter a:focus, div.ToolBar .colm_right dl.share dd.twitter a:hover, div.ToolBar .colm_right dl.share dd.twitter a:focus {
  background: #00abf1;
  border-color: #00abf1;
}

div.ToolBar .colm_right dl.font_size dd.twitter a:hover::before, div.ToolBar .colm_right dl.font_size dd.twitter a:focus::before, div.ToolBar .colm_right dl.share dd.twitter a:hover::before, div.ToolBar .colm_right dl.share dd.twitter a:focus::before {
  background-position: right 70%;
}

div.ToolBar .colm_right dl.font_size dd.line a::before, div.ToolBar .colm_right dl.share dd.line a::before {
  background-position: 0 90%;
}

div.ToolBar .colm_right dl.font_size dd.line a:hover, div.ToolBar .colm_right dl.font_size dd.line a:focus, div.ToolBar .colm_right dl.share dd.line a:hover, div.ToolBar .colm_right dl.share dd.line a:focus {
  background: #00c300;
  border-color: #00c300;
}

div.ToolBar .colm_right dl.font_size dd.line a:hover::before, div.ToolBar .colm_right dl.font_size dd.line a:focus::before, div.ToolBar .colm_right dl.share dd.line a:hover::before, div.ToolBar .colm_right dl.share dd.line a:focus::before {
  background-position: right 90%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.ToolBar .colm_right dl.share {
    display: none;
  }
  div.ToolBar .colm_left .print {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  div.ToolBar .colm_left {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.ToolBar .colm_right {
    display: none;
  }
}

main {
  background: url("../images/bg_content.png") 50% top repeat-y;
  background-size: 100%;
}

main article {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  main article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  main article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.page_header {
  margin-bottom: 15px;
}

div.page_header div.PageTitle h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffb471;
}

div.page_header div.PageTitle h2::before {
  content: '';
  border-left: 6px solid #ffb471;
  padding-right: 7.5px;
}

div.page_header div.articleTitle {
  border-bottom: 1px solid #ddd;
  margin-bottom: 7.5px;
  padding-bottom: 7.5px;
}

div.page_header div.articleTitle h2, div.page_header div.articleTitle h3 {
  font-size: 2.5rem;
  color: #eb8f90;
  letter-spacing: 2px;
}

div.page_header > p.date span {
  background: #12406a;
  font-size: 0.8125rem;
  color: #fff;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.editable_content::after {
  content: '';
  clear: both !important;
}

@media screen and (max-width: 575.98px) {
  .editable_content .imgright, .editable_content .imgleft {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .editable_content #colorbox_thum a {
    width: 50%;
  }
}

h4.tit_file {
  color: #5b7da5;
}

h4.tit_link {
  color: #f90;
}

h4.tit_photo {
  color: #d95051;
}

ul.ext_list li {
  border-bottom: 1px dashed #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.ext_list li:last-of-type {
  border-bottom: none;
}

div.pic_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

div.pic_list > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.pic_list > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.pic_list > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  div.pic_list > div {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

div.pic_list > div div.items {
  height: 100%;
  background: #fff;
  border: 3px solid #adbed2;
  -webkit-box-shadow: #c5d5e865 5px 5px;
          box-shadow: #c5d5e865 5px 5px;
  border-radius: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}

div.pic_list > div div.items fieldset.img {
  overflow: hidden;
  aspect-ratio: 411/284;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.pic_list > div div.items fieldset.img img {
  width: 100%;
  height: 100%;
  max-height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.pic_list > div div.items fieldset.img img {
    max-height: 315px;
  }
}

@media screen and (max-width: 575.98px) {
  div.pic_list > div div.items fieldset.img img {
    max-height: 368px;
  }
}

div.pic_list > div div.items:focus, div.pic_list > div div.items:focus-visible {
  border: 2px solid #f00;
}

div.pic_list > div div.items div.cont {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  position: relative;
  min-height: 157px;
}

div.pic_list > div div.items div.cont div.date {
  background: #12406a;
  border-radius: 4.9995px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-top: 5.25px;
  padding-bottom: 5.25px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: -2.5rem;
  right: 1.5rem;
}

div.pic_list > div div.items div.cont div.title {
  margin-top: 22.5px;
  margin-bottom: 15px;
}

div.pic_list > div div.items div.cont div.title a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #eb8f90;
  letter-spacing: 2px;
}

div.pic_list > div div.items div.cont div.title a:hover {
  color: #d95051;
}

div.pic_list > div div.items div.cont div.desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

div.pic_list > div div.items div.more_link {
  text-align: center;
  margin-bottom: 15px;
}

div.pic_list > div div.items div.more_link a span {
  border: 1px solid #ffb471;
  border-radius: 30px;
  color: #ffb471;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

div.pic_list > div div.items div.more_link a:hover span {
  background: #ffb471;
  color: #fff;
}

div.page_header div.menu_search {
  text-align: center;
}

div.page_header div.menu_search h2 {
  font-size: 2.5rem;
  color: #444;
  margin-bottom: 75px;
}

div.page_header div.menu_search h2::before {
  content: none;
}

div.page_header div.menu_search h2 span {
  position: relative;
  margin-right: 45px;
}

div.page_header div.menu_search h2 span::before {
  content: '';
  width: 30px;
  height: 40px;
  background: url("../images/icon_menu_search.svg") 50% 50% no-repeat;
  border-left: none;
  position: absolute;
  top: .15rem;
  left: 0;
}

div.menu_search_tab ul.tabs li:hover p, div.menu_search_tab ul.tabs li.active p {
  background: #f90;
  color: #fff;
}

div.menu_search_tab div.menu_search_content {
  padding-bottom: 75px;
}

div.menu_search_tab ul.tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

div.menu_search_tab ul.tabs li {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

div.menu_search_tab ul.tabs li p {
  width: 235px;
  height: 44px;
  background: #fff;
  border: 3px solid #ffb471;
  border-radius: 150px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 7.5px;
  cursor: pointer;
}

div.menu_search_tab ul.tabs li.active a {
  color: #fff;
}

div.tab_content_item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 575.98px) {
  div.tab_content_item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

div.tab_content_item ul.menu_search_form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

div.tab_content_item ul.menu_search_form li select, div.tab_content_item ul.menu_search_form li input, div.tab_content_item ul.menu_search_form li button {
  background: #adbed270;
  border: 2px solid #adbed2;
  border-radius: 30px;
  color: #444;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 18.75px;
  padding-right: 18.75px;
  position: relative;
}

div.tab_content_item ul.menu_search_form li select {
  width: 100%;
  background: url("../images/icon_select.svg") 92.5% 50% no-repeat #adbed270;
  background-size: 10px;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

div.tab_content_item ul.menu_search_form li select option {
  text-align: left;
}

div.tab_content_item ul.menu_search_form li input {
  width: 100%;
}

div.tab_content_item ul.menu_search_form li input[type="submit"] {
  background: url("../images/btn_search.svg") 20px 50% no-repeat #adbed270;
  background-size: 20px 20px;
  font-size: 1.2rem;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 30px;
  padding-left: 48.75px;
  position: relative;
}

div.tab_content_item ul.menu_search_form li input[type="submit"]:hover {
  background: url("../images/btn_search.svg") 20px 50% no-repeat #adbed290;
  background-size: 20px 20px;
}

div.tab_content_item ul.menu_search_form li:nth-of-type(1), div.tab_content_item ul.menu_search_form li:nth-of-type(2) {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

div.tab_content_item ul.menu_search_form li:nth-of-type(3) {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.tab_content_item ul.menu_search_form li:nth-of-type(1), div.tab_content_item ul.menu_search_form li:nth-of-type(2), div.tab_content_item ul.menu_search_form li:nth-of-type(3), div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    margin-bottom: 7.5px;
  }
  div.tab_content_item ul.menu_search_form li:nth-of-type(1), div.tab_content_item ul.menu_search_form li:nth-of-type(2), div.tab_content_item ul.menu_search_form li:nth-of-type(3) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.tab_content_item ul.menu_search_form li:nth-of-type(1), div.tab_content_item ul.menu_search_form li:nth-of-type(2), div.tab_content_item ul.menu_search_form li:nth-of-type(3), div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 7.5px;
  }
  div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  div.tab_content_item ul.menu_search_form li:nth-of-type(1), div.tab_content_item ul.menu_search_form li:nth-of-type(2), div.tab_content_item ul.menu_search_form li:nth-of-type(3), div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 7.5px;
  }
  div.tab_content_item ul.menu_search_form li:nth-of-type(4) {
    text-align: center;
  }
}

div.tab_content_item h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #444;
  margin-bottom: 7.5px;
}

div.tab_content_item h3::before {
  content: '';
  border-left: 5px solid #ffb471;
  margin-right: 7.5px;
}

div.tab_content_item h3.memu_title {
  float: left;
}

div.tab_content_item div.download {
  float: right;
  text-align: right;
}

div.tab_content_item div.download::after {
  content: '';
  width: 100%;
  clear: both;
}

div.tab_content_item div.download a span {
  background: #12406a;
  border-radius: 30px;
  font-size: 1.15rem;
  color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-right: 30px;
  padding-left: 55.5px;
  position: relative;
}

div.tab_content_item div.download a span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon_download.svg) 50% 50% no-repeat;
  position: absolute;
  left: 25px;
  top: 8px;
}

div.tab_content_item div.download a:hover span {
  background: #eb8f90;
}

div.tab_content_item div.download > span {
  margin-right: 15px;
}

div.tab_content_item table.menu_table {
  width: 100%;
}

div.tab_content_item table.menu_table > caption {
  background: #eb8f90;
  border-top: 1px solid #eb8f90;
  border-right: 1px solid #eb8f90;
  border-left: 1px solid #eb8f90;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.tab_content_item table.menu_table tr {
  background: #adbed2;
}

div.tab_content_item table.menu_table tr th {
  border: 1px solid #ccc;
  font-weight: 300;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.tab_content_item table.menu_table tr th:first-of-type {
  width: 30%;
}

div.tab_content_item table.menu_table tr th:last-of-type {
  width: 70%;
}

div.tab_content_item table.menu_table tr td {
  background: #eff2f6;
  border: 1px solid #ccc;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.tab_content_item table.menu_table tr td:first-of-type {
  width: 30%;
}

div.tab_content_item table.menu_table tr td:last-of-type {
  width: 70%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.tab_content_item table.menu_table tr td {
    font-size: 1.15rem;
  }
  div.tab_content_item table.menu_table tr td:first-of-type {
    width: 35%;
  }
}

@media screen and (max-width: 575.98px) {
  div.tab_content_item table.menu_table tr td {
    font-size: 1.15rem;
  }
  div.tab_content_item table.menu_table tr td:first-of-type {
    width: 35%;
  }
}

section.friendly_map_intro {
  padding-bottom: 90px;
  position: relative;
}

section.friendly_map_intro div.taiwan_map_svg {
  max-height: 686px;
  text-align: center;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan {
  height: 100%;
  max-height: 686px;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .north, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .south, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .east, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .west {
  cursor: pointer;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .north {
  fill: #eb8f9060;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .north:hover, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .north:focus {
  fill: #eb8f90;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .west {
  fill: #ffb47160;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .west:hover, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .west:focus {
  fill: #ffb471;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .east {
  fill: #12406a60;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .east:hover, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .east:focus {
  fill: #12406a;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .south {
  fill: #adbed260;
}

section.friendly_map_intro div.taiwan_map_svg svg#taiwan .south:hover, section.friendly_map_intro div.taiwan_map_svg svg#taiwan .south:focus {
  fill: #adbed2;
}

section.friendly_map_intro div.lightbox {
  width: 35%;
  display: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  position: absolute;
  top: 0;
  left: 5vw;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.friendly_map_intro div.lightbox {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friendly_map_intro div.lightbox {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: -1.5rem;
    left: 0;
  }
}

@media screen and (max-width: 575.98px) {
  section.friendly_map_intro div.lightbox {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 82.5px;
    position: absolute;
    top: -1.5rem;
    left: 0;
  }
}

section.friendly_map_intro div.lightbox:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

section.friendly_map_intro div.lightbox div.content {
  width: 100%;
  max-width: 450px;
  background: #12406a80;
  border: 5px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: #adbed250 5px 5px;
          box-shadow: #adbed250 5px 5px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.friendly_map_intro div.lightbox div.content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friendly_map_intro div.lightbox div.content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575.98px) {
  section.friendly_map_intro div.lightbox div.content {
    margin-left: auto;
    margin-right: auto;
  }
}

section.friendly_map_intro div.lightbox div.content a.close {
  display: block;
  position: absolute;
  top: -0.25rem;
  right: -0.5rem;
}

section.friendly_map_intro div.lightbox div.content a.close::before {
  content: '';
  width: 11px;
  height: 11px;
  background: url("../images/btn_close.svg") 50% 50% no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

section.friendly_map_intro div.lightbox div.content a.close::after {
  content: '';
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-box-shadow: #00000050 2px 2px 5px;
          box-shadow: #00000050 2px 2px 5px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.friendly_map_intro div.lightbox div.content div.title {
  position: relative;
}

section.friendly_map_intro div.lightbox div.content div.title h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -25px;
}

section.friendly_map_intro div.lightbox div.content div.title h2 span {
  border: 5px solid #fff;
  -webkit-box-shadow: #adbed250 5px 5px;
          box-shadow: #adbed250 5px 5px;
  border-radius: 15px;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

section.friendly_map_intro div.lightbox div.content div.area {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 575.98px) {
  section.friendly_map_intro div.lightbox div.content div.area {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs {
  width: 100%;
  border-radius: 4.5px;
  -webkit-box-shadow: #13406a35 3px 3px;
          box-shadow: #13406a35 3px 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs button.tablinks {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  backgorund: #fff;
  border: 1px solid #ccc;
  padding-top: 5.25px;
  padding-bottom: 6.75px;
  padding-left: 15px;
  padding-right: 15px;
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs button.tablinks:hover {
  background: #13406a;
  color: #fff;
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs button.tablinks:first-of-type {
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs button.tablinks:last-of-type {
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
}

section.friendly_map_intro div.lightbox div.content div.area div.code-tabs button.sg-current {
  background: #13406a;
  color: #fff;
}

section.friendly_map_intro div.lightbox div.content div.tab_area_content {
  margin-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

section.friendly_map_intro div.lightbox div.content div.tab_area_content > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.friendly_map_intro div.lightbox div.content div.tab_area_content > ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 18.75px;
}

section.friendly_map_intro div.lightbox div.content div.tab_area_content > ul li a {
  color: #fff;
  padding-left: 22.5px;
  position: relative;
  display: inline-block;
}

section.friendly_map_intro div.lightbox div.content div.tab_area_content > ul li a::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/icon_friendly_map.svg") 50% 50% no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 575.98px) {
  section.friendly_map_intro div.lightbox div.content div.tab_area_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

section.friendly_map_intro #north div.title span {
  background: #eb8f90;
}

section.friendly_map_intro #west div.title span {
  background: #ffb471;
}

section.friendly_map_intro #south div.title span {
  background: #adbed2;
}

section.friendly_map_intro #east div.title span {
  background: #12406a;
}

section.friendly_map_list > div.title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 45px;
  -webkit-box-shadow: #eaf3fb 5px 5px;
          box-shadow: #eaf3fb 5px 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 90px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.friendly_map_list > div.title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friendly_map_list > div.title {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

section.friendly_map_list > div.title > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.friendly_map_list > div.title > div h2 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}

section.friendly_map_list > div.title div.area {
  background: #eb8f90;
}

section.friendly_map_list > div.title div.city {
  background: #ffb471;
}

section.friendly_map_list div.map_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

section.friendly_map_list div.map_list div.list_cont {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-bottom: 142.5px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.friendly_map_list div.map_list div.list_cont {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friendly_map_list div.map_list div.list_cont {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  section.friendly_map_list div.map_list div.list_cont {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.friendly_map_list div.map_list div.list_cont div.list_position {
  width: 96%;
  position: absolute;
  top: 63%;
  padding-left: 15px;
  padding-right: 30px;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content {
  background: #fff;
  -webkit-box-shadow: #adbed230 5px 5px;
          box-shadow: #adbed230 5px 5px;
  padding-left: 18.75px;
  padding-right: 18.75px;
  padding-top: 18.75px;
  padding-bottom: 18.75px;
  position: relative;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.tip_location {
  position: absolute;
  top: -18px;
  left: 1rem;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.tip_location span {
  background: #eb8f90;
  font-size: 1.125rem;
  color: #fff;
  padding-left: 26.25px;
  padding-right: 26.25px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.title h3 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.title h3 a {
  color: #0359ae;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.title h3 a:hover, section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.title h3 a:focus {
  color: #d95051;
}

section.friendly_map_list div.map_list div.list_cont div.list_position div.content div.intro {
  letter-spacing: 2px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section.friend_map_cont aside.sidenav {
  position: fixed;
  right: 0;
  top: 35vh;
}

section.friend_map_cont aside.sidenav ul {
  list-style: none;
}

section.friend_map_cont aside.sidenav ul li {
  text-align: right;
  margin-bottom: 18.75px;
  padding-right: 45px;
  position: relative;
}

section.friend_map_cont aside.sidenav ul li::after {
  content: '';
  width: 28%;
  height: 2px;
  border-bottom: 2px solid #eb8f90;
  position: absolute;
  right: 0;
  top: 45%;
}

section.friend_map_cont .Maps_Content h2, section.friend_map_cont div#Map div.title h2, section.friend_map_cont div#Introduction div.title h2, section.friend_map_cont div#Transport div.title h2 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 5px;
}

section.friend_map_cont div#Maps_Content {
  margin-bottom: 90px;
}

section.friend_map_cont div#Maps_Content div.img > figure figcaption {
  font-size: 0.85rem;
  font-weight: 300;
  position: relative;
  margin-left: 3.75px;
  padding-left: 12.75px;
}

section.friend_map_cont div#Maps_Content div.img > figure figcaption::before {
  content: '';
  width: 8px;
  height: 8px;
  background: url("../images/icon_select.svg") 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

section.friend_map_cont .Maps_Content h2 {
  font-weight: 700;
  line-height: 1;
  color: #ffb471;
  margin-bottom: 15px;
}

section.friend_map_cont .Maps_Content p {
  letter-spacing: 2px;
  line-height: 26px;
  margin-bottom: 15px;
}

section.friend_map_cont div#Video {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

section.friend_map_cont div#Video div.MsgModule_Media {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}

section.friend_map_cont div#Video div.media_wrap iframe {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friend_map_cont div#Video {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  section.friend_map_cont div#Video div.MsgModule_Media {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.friend_map_cont div#Map {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

section.friend_map_cont div#Map div.title {
  color: #555;
  text-align: center;
  margin-bottom: 60px;
}

section.friend_map_cont div#Map div.img_map {
  border: 5px solid #adbed2;
  -webkit-box-shadow: #adcfef70 6px 6px;
          box-shadow: #adcfef70 6px 6px;
}

section.friend_map_cont div#Map div.download_map {
  text-align: center;
  margin-top: 45px;
}

section.friend_map_cont div#Map div.download_map a {
  background: #eff2f6;
  border: 3px solid #5b7da5;
  border-radius: 45px;
  -webkit-box-shadow: #12406a70 6px 6px;
          box-shadow: #12406a70 6px 6px;
  font-size: 1.25rem;
  color: #12406a;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
  padding-left: 75px;
  padding-right: 75px;
}

section.friend_map_cont div#Map div.download_map a:hover, section.friend_map_cont div#Map div.download_map a:focus {
  background: #12406a;
  color: #fff;
}

section.friend_map_cont div#Introduction {
  margin-bottom: 150px;
}

section.friend_map_cont div#Introduction div.title {
  text-align: center;
  margin-bottom: 75px;
}

section.friend_map_cont div#Introduction div.intro_cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.friend_map_cont div#Introduction div.intro_cont div.intro_list {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friend_map_cont div#Introduction div.intro_cont div.intro_list {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  section.friend_map_cont div#Introduction div.intro_cont div.intro_list {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: #f9f9f9 6px 6px;
          box-shadow: #f9f9f9 6px 6px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0359ae;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 11.25px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.tip {
  text-align: center;
  margin-bottom: 20.25px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.tip span {
  border-bottom: 1px solid #eb8f90;
  font-size: 1.25rem;
  color: #eb8f90;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 3px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont ul.intro_item {
  padding-left: 17.25px;
  padding-right: 17.25px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont ul.intro_item li {
  color: #12406a;
  margin-bottom: 15px;
  padding-left: 26.25px;
  position: relative;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont ul.intro_item li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/icon_intro_list.svg") 50% 50% no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location {
  text-align: center;
  margin-top: 22.5px;
  margin-bottom: 30px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location a {
  background: #f8d7d7;
  border: 3px solid #eb8f90;
  border-radius: 45px;
  color: #5f1112;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  position: relative;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location a:hover, section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location a:focus {
  background: #eb8f90;
  border-color: #f8d7d7;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location a span {
  position: relative;
  margin-left: 18.75px;
}

section.friend_map_cont div#Introduction div.intro_cont div.intro_list div.list_cont div.location a span::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon_intro_gps.svg") 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}

section.friend_map_cont div#Transport {
  padding-bottom: 150px;
}

section.friend_map_cont div#Transport div.title {
  color: #555;
  text-align: center;
  margin-bottom: 75px;
}

section.friend_map_cont div#Transport div.transport {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.friend_map_cont div#Transport div.transport > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.friend_map_cont div#Transport div.transport > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.friend_map_cont div#Transport div.transport > div div.trans {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: #f9f9f9 6px 6px;
          box-shadow: #f9f9f9 6px 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 37.5px;
  padding-right: 37.5px;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title {
  margin-bottom: 15px;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #0359ae;
  position: relative;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title h3 span {
  position: relative;
  padding-right: 30px;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title h3 span::before {
  content: '';
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title h3.bus span::before {
  width: 24px;
  background: url("../images/icon_bus.svg") 50% 50% no-repeat;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.title h3.mrt span::before {
  width: 21px;
  background: url("../images/icon_mrt.svg") 50% 50% no-repeat;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.content ul li {
  margin-bottom: 15px;
}

section.friend_map_cont div#Transport div.transport > div div.trans div.content ul li:last-of-type {
  margin-bottom: 0px;
}

section.friend_map_cont div#Transport div.backToMap {
  text-align: center;
  padding-top: 75px;
}

section.friend_map_cont div#Transport div.backToMap a {
  background: #eff2f6;
  border: 3px solid #5b7da5;
  border-radius: 45px;
  -webkit-box-shadow: #12406a70 6px 6px;
          box-shadow: #12406a70 6px 6px;
  font-size: 1.25rem;
  color: #12406a;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
  padding-left: 75px;
  padding-right: 75px;
}

section.friend_map_cont div#Transport div.backToMap a:hover, section.friend_map_cont div#Transport div.backToMap a:focus {
  background: #12406a;
  color: #fff;
}

section.qna {
  background: #fff;
}

div#qaContent {
  background: #fff;
  margin-top: 45px;
  margin-bottom: 75px;
}

div#qaContent ul.accordionPart {
  border: 3px solid #eee;
  -webkit-box-shadow: #adcfef60 5px 5px;
          box-shadow: #adcfef60 5px 5px;
  border-radius: 7.5px;
  overflow: hidden;
}

div#qaContent ul.accordionPart li {
  background: #adbed2;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

div#qaContent ul.accordionPart li:nth-of-type(even) {
  background: #adbed299;
}

div#qaContent ul.accordionPart li:last-of-type {
  border-bottom: none;
}

div#qaContent ul.accordionPart li div {
  font-size: 1.25rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 75px;
  padding-right: 30px;
  position: relative;
}

div#qaContent ul.accordionPart li div::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 30px;
}

div#qaContent ul.accordionPart li div.qa_title {
  color: #12406a;
}

div#qaContent ul.accordionPart li div.qa_title::before {
  background: url("../images/icon_qa_01.svg") 50% 50% no-repeat;
}

div#qaContent ul.accordionPart li div.qa_content {
  background: #fff;
}

div#qaContent ul.accordionPart li div.qa_content::before {
  background: url("../images/icon_qa_02.svg") 50% 50% no-repeat;
}

section.history {
  padding: 15px;
}

section.history .timeline, section.history .timeline::before, section.history .timeline *, section.history .timeline *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.history .timeline {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: hidden;
  position: relative;
}

section.history .timeline::before {
  content: '';
  width: 5px;
  height: 100%;
  background: #ccc;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 50%;
}

section.history .timeline .timeline-block {
  margin: 40px 0;
}

section.history .timeline .timeline-block:nth-of-type(2n+2) .timeline-content {
  background: #adbed2;
}

section.history .timeline .timeline-block:nth-of-type(2n+2) .timeline-content::before {
  border-color: transparent #adbed2 transparent transparent;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-block:nth-of-type(2n+2) .timeline-content::before {
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #adbed2 transparent;
  }
}

section.history .timeline .timeline-block:nth-of-type(3n+3) .timeline-content {
  background: #ffb471;
}

section.history .timeline .timeline-block:nth-of-type(3n+3) .timeline-content::before {
  border-color: transparent #ffb471 transparent transparent;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-block:nth-of-type(3n+3) .timeline-content::before {
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #ffb471 transparent;
  }
}

section.history .timeline .timeline-block:nth-of-type(4n+4) .timeline-content {
  background: #eb8f90;
}

section.history .timeline .timeline-block:nth-of-type(4n+4) .timeline-content::before {
  border-color: transparent #eb8f90 transparent transparent;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-block:nth-of-type(4n+4) .timeline-content::before {
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #eb8f90 transparent;
  }
}

section.history .timeline .timeline-block:nth-of-type(2n+2) .timeline-date > span {
  background: #adbed2;
  -webkit-box-shadow: #adbed2 3px 3px;
          box-shadow: #adbed2 3px 3px;
}

section.history .timeline .timeline-block:nth-of-type(3n+3) .timeline-date > span {
  background: #ffb471;
  -webkit-box-shadow: #ffb471 3px 3px;
          box-shadow: #ffb471 3px 3px;
}

section.history .timeline .timeline-block:nth-of-type(4n+4) .timeline-date > span {
  background: #eb8f90;
  -webkit-box-shadow: #eb8f90 3px 3px;
          box-shadow: #eb8f90 3px 3px;
}

section.history .timeline .timeline-icon {
  width: 20px;
  height: 20px;
  background: #fcd7a2;
  border-radius: 100%;
  text-align: center;
  margin-top: -2px;
  margin-left: -16px;
  position: absolute;
}

section.history .timeline .timeline-icon.timeline-icon-hide-border {
  border: 0;
}

section.history .timeline .timeline-content {
  width: 45%;
  background: #12406a;
  border-radius: 10.005px;
  color: #fff;
  padding: 22.5px;
  position: relative;
}

section.history .timeline .timeline-content::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 20px 13px 0;
  border-color: transparent #12406a transparent transparent;
  position: absolute;
  top: 24px;
  left: -20px;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-content::before {
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #12406a transparent;
    top: -13px;
    left: 48.5%;
  }
}

section.history .timeline .timeline-content div.history_list {
  font-size: 1.3rem;
  word-break: break-word;
  margin-bottom: 11.25px;
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.history .timeline .timeline-content div.history_list {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-content div.history_list {
    font-size: 1rem;
  }
}

section.history .timeline .timeline-content div.history_list:last-of-type {
  margin-bottom: 0px;
}

section.history .timeline .timeline-content ul.history_list li {
  font-size: 1.3rem;
  margin-bottom: 11.25px;
  padding-left: 22.5px;
  position: relative;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.history .timeline .timeline-content ul.history_list li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  section.history .timeline .timeline-content ul.history_list li {
    font-size: 1rem;
  }
}

section.history .timeline .timeline-content ul.history_list li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/icon_plus.svg") 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

section.history .timeline .timeline-content ul.history_list li:last-of-type {
  margin-bottom: 0px;
}

section.history .timeline .timeline-date {
  position: absolute;
  top: 20px;
  left: 118%;
}

section.history .timeline .timeline-date > span {
  width: auto;
  background: #12406a;
  border: 2px solid #fff;
  border-radius: 7.5px;
  -webkit-box-shadow: #12406a 3px 3px;
          box-shadow: #12406a 3px 3px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 12.75px;
  padding-bottom: 5.25px;
  padding-left: 18.75px;
  padding-right: 18.75px;
}

section.history .timeline .timeline-date > span span {
  font-size: 1.5rem;
  font-weight: 500;
}

section.history .timeline.timeline-left::before {
  margin-left: 150px;
  left: auto;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline.timeline-left::before {
    margin-left: 0;
    left: 49.25%;
  }
}

section.history .timeline.timeline-left .timeline-block {
  margin-left: 200px;
  margin-right: 10px;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline.timeline-left .timeline-block {
    margin-top: 107px;
    margin-bottom: 145px;
    margin-left: 0;
  }
}

section.history .timeline.timeline-left .timeline-icon {
  margin-left: -58px;
  margin-top: 26px;
  left: auto;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline.timeline-left .timeline-icon {
    margin-top: -45px;
    margin-left: 47.125%;
  }
}

section.history .timeline.timeline-left .timeline-content {
  width: auto;
}

section.history .timeline.timeline-left .timeline-date {
  width: auto;
  text-align: right;
  margin-left: -198px;
  left: 0;
}

@media screen and (max-width: 575.98px) {
  section.history .timeline.timeline-left .timeline-date {
    width: 100%;
    text-align: center;
    margin-left: 0;
    top: -95px;
  }
}

section.history .ranger_slider {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-top: 45px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.history .ranger_slider {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  section.history .ranger_slider {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.sitemap {
  margin-bottom: 75px;
}

div.sitemap ol.sitemap_tree {
  background: #fff;
}

div.sitemap ol.sitemap_tree li {
  border-bottom: 1px solid #adcfef;
  font-size: 1.25rem;
  padding: 18.75px;
}

div.sitemap ol.sitemap_tree li a:hover, div.sitemap ol.sitemap_tree li a:focus {
  border-bottom: 1px solid #d95051;
}

div.sitemap ol.sitemap_tree li ol {
  margin-left: 30px;
}

div.sitemap ol.sitemap_tree li ol li {
  border-bottom: none;
  font-size: 1rem;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

div.sitemap ol.sitemap_tree li.home {
  background: #12406a;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.sitemap ol.sitemap_tree li.home a {
  color: #fff;
}

div.sitemap ol.sitemap_tree li.home a:hover, div.sitemap ol.sitemap_tree li.home a:focus {
  border-bottom: 1px solid #fff;
}

div.SearchResult div.results_count {
  border-bottom: 1px solid #adbed2;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.SearchResult div.results_count span {
  color: #eb8f90;
}

div.SearchResult div.item {
  border-bottom: 1px solid #adbed2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

div.SearchResult div.item > div {
  margin-bottom: 8.25px;
  font-size: 1.15rem;
  line-height: 2;
}

div.SearchResult div.item > div span {
  color: #eb8f90;
}

div.SearchResult div.item div.title a {
  font-size: 1.5rem;
  color: #12406a;
}

div.SearchResult div.item div.title a:hover, div.SearchResult div.item div.title a:focus {
  color: #d95051;
}

div.SearchResult div.item div.cat a:hover, div.SearchResult div.item div.cat a:focus {
  border-bottom: 1px solid #d95051;
}

div.CatTitle {
  padding: 58px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

div.CatTitle .cat_select .btn, div.CatTitle .cat_select.FormElmt select {
  height: 65px;
  line-height: 65px;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  div.CatTitle .cat_select .btn, div.CatTitle .cat_select.FormElmt select {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.CatTitle .cat_select .btn, div.CatTitle .cat_select.FormElmt select {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.CatTitle .cat_select .btn, div.CatTitle .cat_select.FormElmt select {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 575.98px) {
  div.CatTitle .cat_select .btn, div.CatTitle .cat_select.FormElmt select {
    height: 45px;
    line-height: 45px;
  }
}

div.CatTitle h3 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #12406a;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  div.CatTitle h3 {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.CatTitle h3 {
    font-size: 1.375rem;
    padding-top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.CatTitle h3 {
    font-size: 1.375rem;
    padding-top: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  div.CatTitle h3 {
    font-size: 1.375rem;
    padding-top: 15px;
  }
}

div.CatTitle .cat_select {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  font-size: 1.25rem;
}

div.CatTitle .cat_select .btn {
  width: 170px;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  div.CatTitle .cat_select .btn {
    width: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.CatTitle .cat_select .btn {
    width: 80px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.CatTitle .cat_select .btn {
    width: 80px;
  }
}

@media screen and (max-width: 575.98px) {
  div.CatTitle .cat_select .btn {
    width: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.CatTitle .cat_select {
    margin-top: 15px;
  }
}

div.CatTitle .cat_select span.title {
  padding-right: 30px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.CatTitle .cat_select span.title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  div.CatTitle .cat_select {
    width: 100%;
  }
  div.CatTitle .cat_select span {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

div.CatTitle .cat_select .btn {
  background: #eb8f90;
  border: none;
  color: #fff;
}

div.CatTitle .cat_select .btn:hover {
  background: #12406a;
}

div.CatTitle .cat_select.FormElmt select {
  width: 340px;
  margin-right: 30px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

div.CatTitle .cat_select.FormElmt select:focus {
  border: 1px solid #aaa;
}

@media screen and (max-width: 575.98px) {
  div.CatTitle .cat_select.FormElmt select {
    width: 62%;
    margin-right: 15px;
  }
}

div.ListTable {
  letter-spacing: .1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

div.ListTable table {
  width: 100%;
}

div.ListTable tr {
  background: #fff;
  border-bottom: 1px solid #adbed2;
}

div.ListTable tr:nth-of-type(odd) {
  background: #f0f7ff;
}

div.ListTable th {
  background: #12406a;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5rem;
  padding: 30px;
  position: relative;
}

div.ListTable th::before {
  content: '';
  width: 1px;
  height: 40%;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 0;
}

div.ListTable th:first-of-type::before {
  display: none;
}

div.ListTable td {
  color: #555;
  text-align: center;
  line-height: 1.5rem;
  padding: 30px;
}

div.ListTable td.title {
  line-height: 150%;
  text-align: left;
}

div.ListTable td.title a {
  font-weight: bold;
  color: #12406a;
  text-decoration: none;
  display: block;
}

div.ListTable td.title a:hover, div.ListTable td.title a:focus {
  color: #eb8f90;
  text-decoration: underline;
}

div.ListTable td.date {
  font-weight: 500;
}

div.ListTable td.link {
  text-align: left;
}

div.ListTable td.link a {
  color: #12406a;
}

div.ListTable td.link a:hover, div.ListTable td.link a:focus {
  color: #eb8f90;
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.ListTable table, div.ListTable tbody, div.ListTable tr, div.ListTable th, div.ListTable td {
    display: block;
    text-align: left;
  }
  div.ListTable tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  div.ListTable td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.ListTable tr:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.ListTable table, div.ListTable tbody, div.ListTable tr, div.ListTable th, div.ListTable td {
    display: block;
    text-align: left;
  }
  div.ListTable tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  div.ListTable td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.ListTable tr:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  div.ListTable table, div.ListTable tbody, div.ListTable tr, div.ListTable th, div.ListTable td {
    display: block;
    text-align: left;
  }
  div.ListTable tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  div.ListTable td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.ListTable tr:first-of-type {
    display: none;
  }
}

div.ListTable th:nth-of-type(1), div.ListTable th:nth-of-type(2) {
  width: 19%;
}

div.ListTable th:last-of-type {
  width: 62%;
}
/*# sourceMappingURL=content.css.map */