body {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  height: 100%;

  font-family: Arial, Helvetica, sans-serif;
}

.fit-container {
  width: 100%;
  height: 100%;

  min-width: 1024px;
  min-height: 768px;
  overflow: hidden;
  background-color: #ffffff;
}

.container {
  overflow: hidden;
}

.header {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102538/https://statview.moa.gov.tw/aqsys_on/img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 15vh;
  min-height: 100px;
  overflow: hidden;
}

.header .index-title {
  height: 15vh;
  min-height: 100px;
}

.title {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102538/https://statview.moa.gov.tw/aqsys_on/img/title.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 15vh;
  margin-top: 1vh;
  min-height: 100px;
}

.index-title {
  display: block;
  margin: auto;
  /*margin-left: 35vw; */
  /*display:block; */
}

.video-msg {
  font-size: 3vmin;
  font-weight: bold;
  color: #FF0000;
  position: absolute;
  top: 0vh;
  left: 50vw;
}

.video-msg a:link {
  color: #FF0000;
  text-decoration: none;
}
.video-msg a:visited {
  color: #FF0000;
  text-decoration: none;
}

.video-icon {
  height: 4.5vmin;
  vertical-align: top;
  font-size: 2.6vmin;

}


.main-menu {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102538/https://statview.moa.gov.tw/aqsys_on/img/menu.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 65vh;
  min-height: 450px;
  overflow: hidden;
}

.main-area {
  margin: 0px auto;
  overflow: hidden;
}

.footer {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102538/https://statview.moa.gov.tw/aqsys_on/img/footer.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  height: 20vh;
  overflow: hidden;
  width: 100%;
  float: left;
  clear: both;
}

.notice {
  font-size: 18px;
  text-align: center;
  color: #FF0000;
}

.foot-notes {
  font-size: 1.1vw;
  text-align: center;
  margin-top: 10vh;
  color: #866421;
}

.foot-href {
  color: #866421;
}

.top-link {
  letter-spacing: 0.2vmin;
  font-size: 2.1vmin;
  line-height: 2.5vmin;
  font-weight: bold;
  position: absolute;
}

.top-link a:link {
  color: #824e1f;
  text-decoration: none;
}

.top-link a:visited {
  color: #824e1f;
  text-decoration: none;
}

.top-link a:hover {
  color: #824e1f;

}

.verticalText {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.centerText {
  text-align: center;
}

.main-link {
  letter-spacing: 0.2vmin;
  font-size: 2.2vmin;
  line-height: 3vmin;
  font-weight: bold;
  position: absolute;
  background-color: rgba(150, 200, 130, 0.3);
  padding: 5px;
}

.main-link a:link {
  color: #076b09;
  text-decoration: none;
}

.main-link a:visited {
  color: #076b09;
  text-decoration: none;
}

.main-link a:hover {
  color: #076b09;
  text-decoration: underline;
}

.group-link {
  letter-spacing: 0.2vmin;
  font-size: 2vmax;
  line-height: 1.3vmax;
  font-weight: bold;
  position: absolute;
}

.group-link a:link {
  color: #885526;
  text-decoration: none;
}

.group-link a:visited {
  color: #885526;
  text-decoration: none;
}

.group-link a:hover {
  color: #885526;
  text-decoration: underline;
}


.main-title {
  font-size: 24px;
  font-weight: bold;
  color: #076b09;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(150, 200, 130, 0.3);
}

.main-chart {
  text-align: center;
  padding: 20px;
  min-width: 1130px;
  max-width: 1500px;
  margin: 0px auto;
}

.chart-info {
 margin: 10px;
 padding: 10px;
 border: 1px solid #aad382;
 display: inline-block;
}

.chart-title {
  font-size: 16px;
  color: #076b09;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px;
}

.chart-preview-pic {
  height: 160px;
  border: 1px solid #bbbbbb;
}

.chart-desc {
  border: 1px solid #aad382;
  text-align: left;
  background-color: rgba(230, 250, 200, 0.7);
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  display: none;
  position: absolute;
  min-width: 150px;
  right: 5px;
  z-index: 100;
}

.chart-analyz {
  border: 1px solid #aad382;
  text-align: left;
  background-color: rgba(230, 250, 200, 0.7);
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  display: none;
  position: absolute;
  min-width: 150px;
  left: 5px;
  z-index: 100;
}

.chart-func {
  margin: 0px auto;
  margin-bottom: 20px;
}

.chart-btn {
  color: #076b09;
  padding: 10px;
  border: 1px solid #aad382;
  display: inline-block;
  cursor: pointer;
}

.chart-btn a:link {
  color: #076b09;
  text-decoration: none;
}

.chart-btn a:hover {
  color: #076b09;
  text-decoration: none;
}

.chart-btn a:visited {
  color: #076b09;
  text-decoration: none;
}

.chart-btn:hover {
  background-color: rgba(150, 200, 130, 0.3);
}


.chart-info-group {
  width: 27%;
  border: 1px solid #aad382;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.chart-info-group-title {
  font-size: 18px;
  color: #ffffff;
  background-color: #076b09;
  padding: 10px;

}

.chart-group-preview-pic {
  width: 100%;
  height: auto;
}


.chart-info-subgroup {
  padding-top: 10px;
}

.chart-info-sub {
  width: 47%;
  display: inline-block;
}

.chart-title-sub {
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.chart-info-multi-obj {
  width: 56%;
  min-width: 610px;
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}

.chart-func-multi {
  width: 42%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-width: 455px;
}

.chart-preview-pic-multi {
  width: 100%;
  min-width: 600px;
  height: auto;
  padding: 2px;
}

.chart-info-multi {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #aad382;
  text-align: left;
}

.chart-desc-multi {
  margin-top: 10px;
  border: 1px solid #aad382;
  background-color: rgba(230, 250, 200, 0.7);
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  display: none;
}

.chart-info-small {
  width: 20%;
}

.chart-preview-small {

}

.chart-preview-pic-small {
  width: 100%;
  height : auto;
}


.tableauPlaceholder {
  margin: 0px auto;
  width: 1100px;
  border: 1px solid #dddddd;
}

.chart-static-field {
  font-weight: bold;
  width: 50px;
}


.dist-info-control {
  width: 37%;
  max-width: 500px;
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}

.dist-info-video {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.dist-select-table {
  margin-top: 20px;
  margin-left: 10px;
  color: #076b09;
  font-size: 20px;
}

.dist-select-table select {
  font-size: 20px;
  width: 180px;
}

.dist-select-table td {
  padding-top: 10px;
  padding-bottom: 10px;

}

.dist-select-desc {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  min-height: 200px;
  line-height: 25px;
}

.dist-select-desc-title {
  color: #076b09;
  font-weight: bold;
}

.dist-select-btns {
  margin: 10px;
  text-align: center;
}

.dist-video-title {
  color: #076b09;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
.dist-video-container {
  background-color: #000000;
}

.dist-video {
  width: 100%;
  height: auto;
  max-height: 100%;
}


/* Pad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

  .top-link {
    font-size: 14px;
  }

  .main-link {
    font-size: 14px;
  }

  .group-link {
    font-size: 20px;
  }

  .video-msg {
    top: 16vh;
    left: 50vw;
    transform: translateX(-40%);
  }
}


/* Pad Portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


.main-menu {
  height: 40vh;
}

.foot-notes {
  margin-top: 10vh;
}

}


/* Phone */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 667px) {

  .top-link {
    font-size: 16px;
  }

  .main-link {
    font-size: 16px;
  }

  .group-link {
    font-size: 24px;
  }

  .video-msg {
    top: 18vh;
    left: 50vw;
    transform: translateX(-40%);
  }

}

/* Phone-portrait */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 667px)
and (orientation : portrait) {

  .header .index-title {
    width: 100vw;
    height: auto;
    min-height: 100px;
  }


  .main-menu {
    height: 40vh;
  }

  .foot-notes {
    margin-top: 7vh;
  }

}






/*
     FILE ARCHIVED ON 10:25:38 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:28:13 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

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