@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;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_row .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.form_row .form_group label {
  font-size: 18px;
  letter-spacing: 1px;
  color: #00A0EA;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form_row .form_group input {
  border: 1.5px solid #00A0EA;
  border-radius: 5px;
  width: 280px;
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}

.form_row .form_group select {
  border: 1.5px solid #00A0EA;
  border-radius: 5px;
  width: 280px;
  margin-left: 12px;
  padding: 5px 15px;
  font-size: 18px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #00A0EA 50%), linear-gradient(135deg, #00A0EA 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.form_row .form_group select option {
  font-size: 18px;
}

.form_row .form_group .select_border {
  border: 1.5px solid #00A0EA;
  border-radius: 5px;
  padding: 5px 15px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #00A0EA 50%), linear-gradient(135deg, #00A0EA 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.form_row .form_group .select_border option {
  font-size: 18px;
}

.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 .main_container .search_block {
  max-width: 1200px;
  border: solid 1.5px #00A0EA;
  border-radius: 5px;
  margin: 70px auto 56px auto;
  padding: 30px 40px;
  position: relative;
}

main .main_container .search_block .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1119px;
}

main .main_container .search_block .form_row:last-of-type .form_group {
  padding-bottom: 0;
}

main .main_container .search_block .form_row .form_group {
  width: 345px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 23px;
}

main .main_container .search_block .form_row .form_group input {
  width: 246px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: auto;
}

main .main_container .search_block .form_row .form_group .select_block {
  position: relative;
  width: 246px;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

main .main_container .search_block .form_row .form_group .select_block .js_select {
  padding: 5px 20px;
}

main .main_container .search_block .form_row .form_group .btn_download {
  width: 100%;
  border: 2px solid #FBB03B;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  cursor: pointer;
}

main .main_container .search_block .form_row .form_group .btn_download:hover {
  background-color: #FBB03B;
  border: 2px solid #fff;
}

main .main_container .search_block .form_row .form_group .btn_download:hover a {
  color: #fff;
}

main .main_container .search_block .form_row .form_group .btn_download a {
  color: #FBB03B;
  text-decoration: none;
  letter-spacing: 1px;
}

main .main_container .search_block .form_row .form_group > a {
  width: 146px;
  padding: 6px 0;
  margin-top: 23px;
  margin-left: 99px;
  background-color: #00A0EA;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  letter-spacing: 1px;
}

main .main_container .search_block .form_row .form_group > a:hover {
  background-color: #FBB03B;
}

main .main_container .search_block .btn_group {
  width: 100%;
  max-width: 920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .main_container .search_block .btn_group > a {
  width: 146px;
  padding: 6px 0;
  background-color: #00A0EA;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  letter-spacing: 1px;
}

main .main_container .search_block .btn_group > a:hover {
  background-color: #FBB03B;
}

main .modal_download {
  max-width: 918px;
}

main .modal_download .modal_download_content {
  margin: auto;
}

main .modal_download .modal_download_content .modal_download_header {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00A0EA;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .modal_download .modal_download_content .modal_download_header h4.modal_download_title {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

main .modal_download .modal_download_content .modal_download_header button {
  opacity: 1;
}

main .modal_download .modal_download_content .modal_download_header button span {
  font-size: 45px;
  color: white;
  font-weight: 300;
}

main .modal_download .modal_download_content .modal_body {
  padding: 50px 40px;
  height: 800px;
  overflow-y: auto;
}

main .modal_download .modal_download_content .modal_body .download_block {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

main .modal_download .modal_download_content .modal_body .btn_group {
  width: 100%;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
          transform: none;
  letter-spacing: 1px;
}

main .modal_download .modal_download_content .modal_body .btn_group a {
  width: 260px;
  padding: 6px 0;
}

main .modal_point_data {
  max-width: 918px;
}

main .modal_point_data .modal_point_data_content {
  margin: auto;
}

main .modal_point_data .modal_point_data_content .modal_point_data_header {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00A0EA;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .modal_point_data .modal_point_data_content .modal_point_data_header h4.modal_point_data_title {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

main .modal_point_data .modal_point_data_content .modal_point_data_header button {
  opacity: 1;
}

main .modal_point_data .modal_point_data_content .modal_point_data_header button span {
  font-size: 45px;
  color: white;
  font-weight: 300;
}

main .modal_point_data .modal_point_data_content .modal_body {
  padding: 50px 40px;
  height: 800px;
  overflow-y: auto;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container {
  max-width: 430px;
  margin: auto;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .top_block .left p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 23px;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .top_block .right .btn_group {
  width: 150px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
          transform: none;
  letter-spacing: 1px;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .top_block .right .btn_group a {
  width: 260px;
  padding: 8px 0;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .css_table .css_tr:nth-child(2n+1) {
  background-color: #E3F2FD;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .css_table .css_tr:first-child {
  background-color: #00A0EA;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .css_table .css_tr .css_td:nth-child(1) {
  width: 60%;
}

main .modal_point_data .modal_point_data_content .modal_body .modal_container .css_table .css_tr .css_td:nth-child(2) {
  width: 40%;
}

main .modal_section {
  max-width: 1200px;
}

main .modal_section .modal_section_content {
  margin: auto;
}

main .modal_section .modal_section_content .modal_section_header {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00A0EA;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .modal_section .modal_section_content .modal_section_header h4.modal_section_title {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

main .modal_section .modal_section_content .modal_section_header button {
  opacity: 1;
}

main .modal_section .modal_section_content .modal_section_header button span {
  font-size: 45px;
  color: white;
  font-weight: 300;
}

main .modal_section .modal_section_content .modal_body {
  padding: 35px;
  height: 800px;
  overflow-y: auto;
}

main .modal_section .modal_section_content .modal_body .modal_container {
  margin: auto;
}

main .modal_section .modal_section_content .modal_body .modal_container .btn_group {
  width: 150px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
          transform: none;
}

main .modal_section .modal_section_content .modal_body .modal_container .btn_group a {
  width: 260px;
  padding: 8px 0;
  letter-spacing: 1px;
}

main .modal_section .modal_section_content .modal_body .top_bar {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .modal_section .modal_section_content .modal_body .top_bar .select_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

main .modal_section .modal_section_content .modal_body .top_bar .select_year .h5_title {
  letter-spacing: 1px;
}

main .modal_section .modal_section_content .modal_body .top_bar .select_year .select_btn_group a {
  padding: 3px 15px;
  font-size: 18px;
  background-color: #FBB03B;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  margin-right: 7px;
}

main .modal_section .modal_section_content .modal_body .top_bar .select_year .select_btn_group a.active {
  background-color: #fff;
  border: 2px solid #FBB03B;
  color: #FBB03B;
}

main .modal_section .modal_section_content .modal_body .top_bar .select_year .select_btn_group a:hover {
  background-color: #fff;
  border: 2px solid #FBB03B;
  color: #FBB03B;
}

main .modal_section .modal_section_content .modal_body .top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .modal_section .modal_section_content .modal_body .top_block .h4_title {
  color: #00A0EA;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

main .modal_section .modal_section_content .modal_body .top_block .h5_title {
  letter-spacing: 1px;
  margin-bottom: 30px;
}

main .modal_section .modal_section_content .modal_body .top_block .left > p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
  color: #ED561B;
  margin-bottom: 26px;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p {
  font-size: 14px;
  margin-bottom: 5px;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(1) {
  color: #058DC7;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(1) .year::before {
  background-color: #058DC7;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(2) {
  color: #50B432;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(2) .year::before {
  background-color: #50B432;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(3) {
  color: #ED561B;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p:nth-child(3) .year::before {
  background-color: #ED561B;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p .year {
  margin-right: 7px;
}

main .modal_section .modal_section_content .modal_body .top_block .left .year_group p .year::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #058DC7;
  position: relative;
  top: 4px;
  margin-right: 7px;
}

main .modal_section .modal_section_content .modal_body .top_block .right .css_table {
  max-width: 320px;
  height: 520px;
  overflow-y: auto;
}

main .modal_section .modal_section_content .modal_body .top_block .right .css_table .css_tr:nth-child(2n+1) {
  background-color: #E3F2FD;
}

main .modal_section .modal_section_content .modal_body .top_block .right .css_table .css_tr:first-child {
  background-color: #00A0EA;
}

main .modal_section .modal_section_content .modal_body .top_block .right .css_table .css_tr .css_td:nth-child(1) {
  width: 50%;
}

main .modal_section .modal_section_content .modal_body .top_block .right .css_table .css_tr .css_td:nth-child(2) {
  width: 50%;
}

main .download_block {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 57px;
}

main .download_block .title_h3 {
  margin-bottom: 22px;
}

main .download_block .download_lists {
  width: 100%;
}

main .download_block .download_lists .download_item {
  border-bottom: 2px dotted #00A0EA;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 36px;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

main .download_block .download_lists .download_item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#00A0EA), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #00A0EA, rgba(0, 0, 0, 0));
}

main .download_block .download_lists .download_item:hover .left {
  color: #fff;
}

main .download_block .download_lists .download_item:hover .right img:first-child {
  opacity: 1;
}

main .download_block .download_lists .download_item:hover .right img:last-child {
  opacity: 0;
}

main .download_block .download_lists .download_item .left {
  color: #FBB03B;
}

main .download_block .download_lists .download_item .right img:first-child {
  position: absolute;
  opacity: 0;
}

main .result_block {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 57px;
}

main .result_block .title_h3 {
  margin-bottom: 22px;
}

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

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

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

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

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

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

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

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

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

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

main .css_table .css_tr .css_td:nth-child(11) {
  width: 10%;
}

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

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

@media screen and (max-width: 1250px) {
  main .main_container {
    padding: 0 40px;
  }
  main .main_container .search_block {
    margin-top: 50px;
  }
  main .main_container .search_block .form_row .form_group {
    width: 100%;
  }
  main .main_container .search_block .form_row .form_group .select_block {
    width: 80%;
  }
  main .main_container .search_block .form_row .form_group:last-of-type > a {
    margin-bottom: 0;
  }
  main .main_container .search_block .form_row .form_group > a {
    margin-left: 0;
    margin-bottom: 23px;
    width: 100%;
  }
  main .main_container .search_block .btn_group {
    max-width: initial;
  }
  main .main_container ::-webkit-scrollbar {
    height: 14px;
  }
  main .main_container .result_block {
    overflow-x: scroll;
  }
  main .main_container .result_block .css_table {
    width: 1200px;
  }
}

@media screen and (max-width: 1000px) {
  main .main_container .search_block .btn_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .main_container .search_block .btn_group a {
    width: 100%;
    margin-bottom: 20px;
  }
  main .main_container .search_block .btn_group a:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=section_search.css.map */