@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

body * ::-webkit-scrollbar {
  width: 14px;
  height: 0px;
}

body * ::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  background-color: #999999;
}

body * ::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

body * ::-webkit-scrollbar-corner {
  background-color: transparent;
}

body * ::-webkit-scrollbar-track-piece {
  background-color: #CCCCCC;
  border-color: white;
  border-width: 6px;
  border-style: solid;
}

nav .nav_bar {
  height: 120px;
  background-color: #00A0EA;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
}

nav .nav_bar .logo {
  float: left;
  margin: 28px 93px 0 80px;
}

nav .nav_bar .title {
  float: left;
  color: white;
  font-weight: 400;
  margin-top: 46px;
  letter-spacing: 2px;
}

nav .nav_bar .nav_btns {
  float: right;
  margin-top: 26px;
  margin-right: 90px;
}

nav .nav_bar .nav_btns .nav_btn {
  display: inline-block;
  margin-left: 51px;
  position: relative;
}

nav .nav_bar .nav_btns .nav_btn * {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

nav .nav_bar .nav_btns .nav_btn img:nth-child(1) {
  position: absolute;
  opacity: 0;
}

nav .nav_bar .nav_btns .nav_btn:hover img:nth-child(1) {
  opacity: 1;
}

nav .nav_bar .nav_btns .nav_btn:hover span {
  color: #FBB03B;
}

nav .nav_bar .nav_btns .nav_btn:first-child {
  margin-left: 0;
}

nav .nav_bar .nav_btns .nav_btn img {
  display: block;
  margin: auto;
  margin-bottom: 4px;
}

nav .nav_bar .nav_btns .nav_btn span {
  font-size: 18px;
  color: white;
  position: absolute;
  width: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 1px;
}

aside {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  left: 0;
}

aside.active {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  left: 0;
}

aside #side_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 100px;
  position: absolute;
  right: -50px;
  top: 160px;
  background-color: #FBB03B;
  font-size: 24px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  cursor: pointer;
  z-index: 9999;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

aside #side_btn.hide {
  opacity: 0;
  width: 0;
  height: 0;
}

aside #side_btn.active {
  top: 160px;
}

aside .topmask {
  width: 320px;
  height: 210px;
  background-color: #fff;
  border-right: solid 2px #E0E0E0;
  position: absolute;
  z-index: -1;
  position: fixed;
  top: 0;
  left: -320px;
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

aside .topmask.active {
  left: 0;
}

aside .sidenav {
  height: calc(100vh - 210px);
  width: 320px;
  z-index: 0;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 2px;
  padding-left: 20px;
  border-right: solid 2px #E0E0E0;
  position: absolute;
  position: fixed;
  left: -320px;
  top: 160px;
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

aside .sidenav.active {
  left: 0;
}

aside .sidenav .side_title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 8px 8px 9px 13px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: left;
  width: 280px;
  padding-right: 15px;
  line-height: 21px;
  color: #00A0EA;
}

aside .sidenav .side_title_block.collapsed {
  color: #1A1A1A;
}

aside .sidenav .side_title_block.collapsed::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

aside .sidenav .side_title_block.collapsed .right_cross {
  background-color: #1A1A1A;
}

aside .sidenav .side_title_block.collapsed .right_cross::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #1A1A1A;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

aside .sidenav .side_title_block .right_cross {
  background-color: #00A0EA;
  margin-left: 1px;
}

aside .sidenav .side_title_block .right_cross::after {
  content: "";
  width: 15px;
  height: 0px;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

aside .sidenav .side_title_block:hover {
  color: #00A0EA;
}

aside .sidenav .side_title_block:hover .right_cross {
  background-color: #00A0EA;
}

aside .sidenav .side_title_block:hover .right_cross::after {
  background-color: #00A0EA;
}

aside .sidenav .right_cross {
  width: 15px;
  height: 1px;
  background-color: #1A1A1A;
}

aside .side_lists .side_item {
  display: block;
  padding: 2.5px 8px 2.5px 33px;
  text-decoration: none;
  font-size: 18px;
  color: #1A1A1A;
  cursor: pointer;
}

aside .side_lists .side_item.active {
  color: #FBB03B;
}

aside .side_lists .side_item:last-child {
  position: relative;
  padding-bottom: 10px;
}

aside .side_lists .side_item:last-child::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

aside .side_lists .side_item:hover {
  color: #FBB03B;
}

aside .bottommask {
  width: 320px;
  height: 50px;
  background-color: #fff;
  border-right: solid 2px #E0E0E0;
  position: absolute;
  bottom: 0;
  position: fixed;
  left: -320px;
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

aside .bottommask.active {
  left: 0;
}

main .page_content_wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .page_content_wrapper .mis_content {
  position: relative;
  top: 120px;
  width: 0;
  height: calc(100% - 120px);
}

main .page_content_wrapper .mis_content.hide {
  width: 0;
  display: none;
}

main .page_content_wrapper .mis_content.full {
  width: 100%;
}

main .page_content_wrapper .mis_content.w30p {
  width: 30%;
}

main .page_content_wrapper .mis_content .iframe_content {
  width: 100%;
  height: 100%;
}

main .page_content_wrapper .mis_content .mis_tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 100px;
  position: absolute;
  right: -50px;
  top: 180px;
  background-color: #FBB03B;
  font-size: 24px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition-property: top, right, border;
  transition-property: top, right, border;
  -webkit-transition-duration: .05s, .2s, 5s;
          transition-duration: .05s, .2s, 5s;
}

main .page_content_wrapper .mis_content .mis_tab_btn::after {
  content: "次選單";
}

main .page_content_wrapper .mis_content .mis_tab_btn.hide {
  opacity: 0;
  width: 0;
  height: 0;
}

main .page_content_wrapper .mis_content .mis_tab_btn.rota {
  right: 0;
  border-radius: initial;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  top: 40px;
}

main .page_content_wrapper .mis_content .mis_tab_btn.rota_situ {
  top: 40px;
}

main .page_content_wrapper .mis_content #drag {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  cursor: w-resize;
}

main .page_content_wrapper .mis_content .mask {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: none;
}

main .page_content_wrapper .gis_content {
  background-image: url("../img/inside_background.png");
  background-position: center 120px;
  width: 100%;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main .page_content_wrapper .gis_content.full {
  max-width: calc(100% - 320px);
  width: 100%;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

main .page_content_wrapper .gis_content.hide {
  width: 0;
}

main .page_content_wrapper .gis_content.w40p {
  max-width: calc(100% - 320px);
  width: 40%;
}

@media screen and (max-width: 1770px) {
  nav .nav_bar .nav_btns {
    margin-right: 45px;
  }
  nav .nav_bar .nav_btns .nav_btn {
    margin-left: 20px;
  }
  nav .nav_bar .nav_btns .nav_btn img {
    margin-bottom: 7px;
  }
  nav .nav_bar .nav_btns .nav_btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1500px) {
  nav #side_btn {
    top: 46px;
    left: 30px;
    display: block;
  }
  nav .nav_bar .logo {
    margin-top: 43px;
    margin-left: 35px;
    margin-right: 30px;
  }
  nav .nav_bar .logo img {
    width: 250px;
    height: 46px;
  }
  nav .nav_bar h1.title {
    font-size: 28px;
  }
}

.js_select {
  width: 100%;
  border: none;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 1px;
  cursor: default;
  background-image: url("../img/arrow.svg") !important;
  background-position: calc(100% - 20px) calc(0.9em), calc(100% - 25px) calc(1em) !important;
  background-size: 12px !important;
  background-repeat: no-repeat;
  position: relative;
  color: gray;
}

.js_option {
  width: 100%;
  font-size: 18px;
  background-color: #3570C4;
  color: white;
  line-height: 25px;
  position: absolute;
  left: 0;
  z-index: 9;
  border-radius: 5px;
  cursor: default;
}

.js_option .option_item {
  padding: 10px 20px;
  cursor: default;
}

.js_option .option_item:hover {
  background-color: #00A0EA;
}

.js_option .option_item:hover:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.js_option .option_item:hover:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

h1 {
  font-size: 40px;
  margin: 0;
}

h2 {
  font-size: 36px;
  margin: 0;
}

h3 {
  font-size: 28px;
  margin: 0;
}

h3.title_h3 {
  color: #00A0EA;
  letter-spacing: 1px;
}

h4 {
  font-size: 24px;
  margin: 0;
}

h5 {
  font-size: 18px;
  margin: 0;
}

h6 {
  font-size: 14px;
  margin: 0;
}

footer .wave {
  position: fixed;
  bottom: 35px;
  background-image: url("../img/footer.png");
  width: 100%;
  height: 18px;
  z-index: 9999999;
}

footer .footer_container {
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #203B91;
  height: 35px;
  letter-spacing: 1px;
  font-weight: 200;
  z-index: 9999999;
}

.css_table {
  border: 2px solid #00A0EA;
  font-size: 14px;
}

.css_table .css_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.css_table .css_tr:first-child {
  background-color: #00A0EA;
}

.css_table .css_tr:first-child .css_td {
  border: none;
  letter-spacing: 1px;
  color: white;
  font-weight: 500;
  border-left: 1.5px solid #E0E0E0;
}

.css_table .css_tr:last-child .css_td {
  border-bottom: none;
}

.css_table .css_tr .css_td {
  border-left: 1.5px solid #E0E0E0;
  border-bottom: 1.5px solid #E0E0E0;
  text-align: center;
  padding: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 16px;
  font-weight: 500;
}

.css_table .css_tr .css_td a img {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.css_table .css_tr .css_td a img:first-child {
  position: absolute;
  opacity: 0;
}

.css_table .css_tr .css_td a img:hover:first-child {
  opacity: 1;
}

.css_table .css_tr .css_td a img:hover:last-child {
  opacity: 0;
}

.css_table .css_tr .css_td.toleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.css_table .css_tr .css_td:first-child {
  border-left: none;
}

.css_table .css_tr .css_td:nth-child(1) {
  width: 7%;
}

.css_table .css_tr .css_td:nth-child(2) {
  width: 16%;
}

.css_table .css_tr .css_td:nth-child(3) {
  width: 35%;
}

.css_table .css_tr .css_td:nth-child(4) {
  width: 18%;
}

.css_table .css_tr .css_td:nth-child(5) {
  width: 8%;
}

.css_table .css_tr .css_td:nth-child(6) {
  width: 8%;
}

.css_table .css_tr .css_td:nth-child(7) {
  width: 8%;
}

.css_table .css_tr .css_td:last-child .css_inside_td {
  border-bottom: 1.5px solid #E0E0E0;
  width: 100%;
  padding: 8px 5px;
}

.css_table .css_tr .css_td:last-child .css_inside_td:last-child {
  border-bottom: none;
}

* ::-webkit-scrollbar {
  width: 14px;
  height: 0;
}

* ::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  background-color: #999999;
}

* ::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

* ::-webkit-scrollbar-corner {
  background-color: transparent;
}

* ::-webkit-scrollbar-track-piece {
  background-color: #CCCCCC;
  border-color: white;
  border-width: 6px;
  border-style: solid;
}

body {
  overflow-x: hidden;
}

main .tab_block {
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 1200px;
  margin: 70px auto;
  overflow-x: scroll;
}

main .tab_block .tab_btn {
  padding: 2px 20px;
  border: 2px solid #FBB03B;
  margin-right: 15px;
  color: #FBB03B;
}

main .tab_block .tab_btn.active {
  background-color: #FBB03B !important;
}

main .tab_block .css_table {
  margin-top: 30px;
}

main .tab_block .css_table .css_tr:not(:nth-child(1)) .css_td:nth-child(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7px;
}

main .tab_block .css_table .css_tr .css_td:nth-child(1) {
  width: 8%;
}

main .tab_block .css_table .css_tr .css_td:nth-child(2) {
  width: 8%;
}

main .tab_block .css_table .css_tr .css_td:nth-child(3) {
  width: 84%;
}

@media screen and (max-width: 1250px) {
  main .main_container {
    padding: 0 40px;
  }
  main .main_container .tab_block {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1056px) {
  main .main_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    padding: 0 40px;
  }
  main .main_container ::-webkit-scrollbar {
    height: 14px;
  }
  main .main_container .tab_block .css_table {
    width: 1200px;
  }
  main .search_block {
    z-index: -1;
  }
}
/*# sourceMappingURL=announcement_news.css.map */