
html,
body,
ul,
li,
p {
  padding: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0;
  font-family: "微軟正黑體", Helvetica, Arial, "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Micro Hei", sans-serif;
}
ul,
li {
  list-style: none;
}
h1 {
  font-weight: 700;
  color: #2488c4;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #0d6daa;
  padding-left: 36px;
  padding-bottom: 12px;
  background: url('../images/h2blue.png') 0 5px no-repeat;
}
h6 {
  font-size: 1rem;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #000080;
  /*text-decoration: none;*/
  /*font-weight:900 !important;*/
  background:#2488C4 !important;/*AA 連結底色變化*/
  /*AA background:#FFBF47 !important; 連結底色變化*/
}

/*For AA */
a:focus
{
 outline:3px #0000cd solid !important;
}
input[type='checkbox']:focus
{
 outline:3px #0000cd solid !important;
}
input {
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0 8px #ece8e8;
}
input:focus {
  outline: none;
  border: 1px solid #AAF;
}
article {
  line-height: 2rem;
}
.bg01 {
  background: url('images/bg/bg-01.jpg') -500px -1010px;
}
main {
  background-image: url('images/bg/bg_04.png');
  box-shadow: inset 0 9px 6px -6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.max-width-80 {
  width: 50%;
  margin: 0 auto;
  max-width: 100px;
}
.logocontainer {
  height: 100px;
}
.btn-primary {
  background-color: #0d6daa;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #0d6daa;
  border-color: transparent;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox-item3 {
  width: 33.3%;
}
.removeSpaceBetweenElements {
  margin-right: -4px;
}
.border-ccc {
  border: solid 1px #CCC;
}
.section_page {
  padding: 36px 36px 48px 36px;
}
.home_section {
  padding: 48px 36px;
}
.shortline--left {
  display: block;
  background: white;
  height: 1px;
  width: 80px;
}
.shortline--center {
  display: block;
  background: #0d6daa;
  height: 2px;
  width: 80px;
  margin: 10px auto 24px;
}
.longline {
  display: block;
  background: #0d6daa;
  height: 1px;
  margin: 1rem 0;
}
.top-blue {
  border-top: solid 6px #3997d2;
}
.clickable-row:hover {
  cursor: pointer;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.table-list {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
.tl-header {
  display: table-row;
  font-weight: bold;
  background-color: #ECECEC;
}
.tl-header div:not(:last-child) {
  border-right: solid 1px #CCC;
}
.tl-row {
  display: table-row;
}
.tl-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  border-bottom: solid 1px #ccc;
}
.tl-header div {
  display: table-cell;
}
.list-item-link {
  padding: 16px;
  text-align: left;
  display: block;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 36px;
  height: 36px;
}
.badge-secondary {
  background-color: #EB6100;
}
/*qrcode*/
.qrcode {
  margin-top: 18px;
  margin-bottom: 10px;
}
.qrcode ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.qrcode li {
  margin: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  float: left;
  display: inline;
  text-align: center;
}
.qrcode li img {
  width: 76px;
  height: 76px;
  margin: 3px;
}
.qrcode p {
  font-size: 0.81em;
  text-align: center;
}
.qrcode b {
  clear: both;
  display: block;
  padding-top: 3px;
  text-align: center;
  width: 240px;
}
footer {
	overflow: hidden;
}
.Footer_link ul {
  margin: 1em 0px;
  padding: 0px;
}
.Footer_link ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 1em;
  list-style: none;
  *float: left;
  background: url(images/Footer_link_libg.png) no-repeat right center;
}
.Footer_link ul li:last-child {
  background: url(../none);
}
.Footer_link ul li a {
  color: #f4d571;
}
.Footer_link ul li a:hover {
  color: #ffebab;
}
.Footer_icon {
  margin-top: 15px;
  margin-bottom: 10px;
}
.Footer_icon ul {
  margin: 0px;
  padding: 0px;
}
.Footer_icon ul li {
  display: block;
  list-style: none;
  padding: 3px;
  vertical-align: top;
  margin: auto;
  text-align: center;
}
.Footer_icon .MoiMark {
  display: block;
  padding: 5px 3px;
}
.Footer_info {
  font-size: 0.93em;
  line-height: 150%;
  color: #666;
  margin-left: 1em;
}
.Update {
  margin-top: 10px;
  margin-bottom: 10px;
}
.Update ul {
  margin: 0px;
  padding: 0px;
}
.Update ul li {
  display: inline-block;
  list-style: none;
  padding: 1px 5px 1px 0px;
}
.Update ul li em {
  font-style: normal;
  color: #fff446;
}
.Footer_icon {
  margin-top: 15px;
  margin-bottom: 10px;
}
.Footer_icon ul {
  margin: 0px;
  padding: 0px;
}
.Footer_icon ul li {
  display: block;
  list-style: none;
  padding: 3px;
  vertical-align: top;
  margin: auto;
  text-align: center;
}
.Footer_icon .MoiMark {
  display: block;
  padding: 5px 3px;
}
.Footer_info {
  font-size: 0.93em;
  line-height: 150%;
  color: #666;
  margin-left: 1em;
}
/* https://stackoverflow.com/questions/15239785/how-to-generate-css-with-loop-in-less*/
/*padding-bottom*/
.pm-3 {
  padding-bottom: 3px;
}
.pm-6 {
  padding-bottom: 6px;
}
.pm-9 {
  padding-bottom: 9px;
}
#logo {
  display: block;
  margin: 5px 0 0 5px;
  max-width: 330px;
}
#tools {
    position: absolute;
    top: 0;
    right: 36px;
    z-index: 99;
    background-color: #0f73af;
    border-radius: 0 0 5px 5px;
    height:30px;
}
    #tools a {
        /*float: right;*/
        /*padding: 5px 32px;*/
        padding: 5px 20px;
        color: white;
        font-size: .8rem;
    }
    #tools span{
        color:white;
    }
#tools a:hover {
	/*for AA*/
	color: #000080;
	/*color: #3ea1e0;*/
}
@media (max-width: 769px) {
  h6 {
    font-size: 0.8rem;
  }
	
.logocontainer {
  height: 70px;
}
}
@media (min-width: 769px) {
  #menu {
    position: absolute;
    list-style: none;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  #menu li {
    text-align: right;
    white-space: nowrap;
    float: left;
    list-style: none;
    position: relative;
  }
  #menu li a {
    padding: 12px 12px 5px 12px;
  }
  #menu > li {
    border-bottom: solid 5px transparent;
  }
  #menu > li:hover {
    border-bottom: solid 5px #3ea1e0;
  }
  #menu a {
    display: block;
    background: #fff;
    font-size: 1em;
    padding: 10px 15px;
  }
  #menu a.active,
  #menu a:hover {
		/*for AA*/
		color: #000080;
		/*color: #2488c4;*/
  }
  #menu ul {
    position: absolute;
    right: 0;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
  }
  #menu ul li {
    width: 100%;
    border-bottom: solid 1px #CCC;
  }
  #menu ul li a.active,
  #menu ul li a:hover {
    background-color: #eef4fe;
  }
  #menu > li > ul {
    margin-top: 5px;
  }
}
.menulink:hover {
  background-color: #eef4fe;
}
.menu-container {
  height: 100%;
  position: relative;
}
.home_section--banner {
  position: relative;
  padding-top: 4px;
}
.home-section--search {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 48px 36px 0 36px;
}
.home-section--search .container {
  background-color: rgba(255, 255, 255, 0.65);
}
.home-section--search .searchContainer {
  padding: 26px 0;
  position: relative;
}
.home-section--search .searchContainer input {
  width: calc(98%);
  padding: 10px 15px;
  padding-right: 50px;
  height: 66px;
}
.home-section--search .searchContainer img {
  padding: 8px;
  width: 60px;
  height: 60px;
  background-color: #0f73af;
}
.home-section--search .searchContainer i {
  cursor: pointer;
  font-size: 1.375em;
  line-height: 66px;
  position: absolute;
  text-align: center;
  right: 2px;
  top: 26px;
  height: 66px;
  width: 66px;
  color: white;
  background-color: #28a745;
  border-radius: 0 5px 5px 0;
}
.more-container {
  padding-top: 12px;
  text-align: right;
  font-size: 1.1rem;
}
.more-container a {
  border-bottom: solid 1px #0d6daa;
}
.newstable {
  background-color: white;
  border-top: 5px solid #0d6daa;
}
.newstable tr {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.newstable tr th ,.newstable tr td {
	min-width: 100px;
}
.pohototype .thead-dark th {
    color: #333;
    background-color: #ECECEC;
    border: 1px solid #c6c6c6;
	
}
.pohototype tr {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
	background: #ffffff;
}
/* phototype */

.nav-link {
    display: inline-block; 
    padding: 0 !important;
}
.nav-tabs a {
    background-color: #F5F5F6 !important;
    color: #919496 !important;
    line-height: 48px !important;
	padding: 0.5rem 3rem !important;
}
.nav-tabs a.active {
    color: #0d6daa !important;
    font-weight: bold !important;
    background-color: #e2f2fc !important;
    border-top: solid 5px #0d6daa !important;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}
.tabs {
  background: url('images/bg/bg-01.jpg') 80% 80% no-repeat #FAFBFA;
}
.home_section--icons {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('images/bg/bg-01_2.jpg');
  background-repeat: repeat;
  background-size: cover;
}
.home_section--icons .container {
  background-color: white;
}
.home_section--icons .flexbox-items {
  width: 111px;
  text-align: center;
  padding-top: 15px;
}
.home_section--icons .icon-wrap {
  width: 100%;
}
.home_section--icons .icon {
  text-align: center;
}
.home_section--icons .number {
  color: #2488c4;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.home_section--icons .type {
  text-align: center;
  padding-top: 3px;
}
.home_section--icons .flexbox {
  padding-top: 15px;
  padding-bottom: 30px;
}
.newstable span,
.home_newrelease--data span,
.home_newrelease--gis span {
  font-weight: 400;
}
.newstable a,
.home_newrelease--data a,
.home_newrelease--gis a {
  width: 100%;
}
.newstable a *,
.home_newrelease--data a *,
.home_newrelease--gis a * {
  display: inline-block;
}
.newstable .type,
.home_newrelease--data .type,
.home_newrelease--gis .type {
  font-size: .9rem;
  width: 120px;
  vertical-align: top;
}
.newstable .type::before,
.home_newrelease--data .type::before,
.home_newrelease--gis .type::before {
  content: '【';
}
.newstable .type::after,
.home_newrelease--data .type::after,
.home_newrelease--gis .type::after {
  content: '】';
}
.newstable .provider,
.home_newrelease--data .provider,
.home_newrelease--gis .provider {
  width: 280px;
  vertical-align: top;
}
.newstable .date,
.home_newrelease--data .date,
.home_newrelease--gis .date {
  width: 130px;
}
.newstable > span:not(:first-child),
.home_newrelease--data > span:not(:first-child),
.home_newrelease--gis > span:not(:first-child) {
  margin-left: -4px;
}
.newstable .new,
.home_newrelease--data .new,
.home_newrelease--gis .new {
  width: 110px;
}
.home_newrelease--data .title,
.home_newrelease--gis .title {
  width: calc(100% -  410px);
  letter-spacing: 1px;
}
.home_newrelease--data ul,
.home_newrelease--gis ul {
  background-color: white;
  border: solid 1px #CCC;
}
.tl-header .title,
.tl-header .provider {
  width: 50%;
}
.tl-header .date {
  width: 120px;
}
.newstable .title,
.menulist-section .title {
  letter-spacing: 1px;
}
.home_section--website {
  background: url('images/bg/bg-02.jpg') 50% 0 no-repeat;
  background-size: cover;
  background-color: #544F4C;
}
.home_section--website p {
  color: white;
  font-size: 1.3rem;
  padding: 1.3rem 0;
}
.home_section--fatfooter {
  background-color: #0f73af;
  color: white;
}
.home_section--fatfooter a {
  color: white;
}
.home_section--footer {
  background-color: #2488c4;
}
.home_section--footer * {
  color: white;
  font-size: 0.9rem;
}
.home_tab {
  font-size: 1.2rem;
  padding-top: 10px;
  width: 100%;
}
.home_tab li {
  background-color: #F5F5F6;
  color: #919496;
  padding: 0;
  line-height: 48px;
}
.home_tab li.active {
  z-index: 1;
}
.home_tab .nav-pills > li > a {
  display: block;
  border-radius: 0;
  text-align: center;
  border-top: solid 5px #F5F5F6;
}
.home_tab .nav-pills .nav-link.active {
  color: #0d6daa;
  font-weight: bold;
  background-color: #e2f2fc;
  border-top: solid 5px #0d6daa;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}
/*
https://miketricking.github.io/bootstrap-image-hover/
*/
.hovereffect {
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
  text-align: center;
  cursor: default;
  max-width: 350px;
  margin: 3px;
  /*border: solid white 3px;*/
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*.hovereffect:hover .overlay {
  background-color: #3997d2;
  opacity: 0.85;
}*/

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.3rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.hovereffect h3,
.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect .info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 90%;
}
.hovereffect:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
*/
.breadcrumbs {
  padding-bottom: 1rem;
  color: gray;
}
.announcementlist-section .date {
  width: 120px;
}
.announcementlist-section .type {
  width: 120px;
}
.announcementlist-section .badge {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.announcementdetail-section .date {
  color: #444;
  padding-bottom: 1rem;
}
.announcementlist-section .table-list {
  background-color: white;
}
footer nav {
  justify-content: space-between;
}
footer nav ul {
  list-style: none;
  font-weight: 500;
  padding-left: 0;
  flex: 0 0 130px;
}
footer nav ul strong {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 4px;
  letter-spacing: -0.02em;
}
footer nav ul a {
  color: #a1a9b6;
  font-size: 0.8rem;
  padding: 7px 0;
  display: inline-block;
  letter-spacing: -0.02em;
}
.home_section--footer * {
  padding: 3px 0;
}
.home_section--footer a:before {
  content: "/ ";
  margin: 0 4px;
}
.home_section--footer a:first-child:before {
  content: "";
}
#gotop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  color: #0d6daa;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  cursor: pointer;
}
.bg_gray h2 {
  color: white;
  background: url('images/h2white.png') 0 8px no-repeat;
}
.bg_gray a {
  color: white;
}
.bg_gray .shortline {
  background: white;
}
.pc-noshow {
  display: none;
}
@media (max-width: 769px) {
  h1 {
    font-size: 2rem;
  }
  .tl-row {
    position: relative;
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: inline-block;
  }
  .tl-cell {
    border-bottom: none;
  }
  .login-menu-header {
    background-image: url('/WEB/images/bg/bg_03.jpg');
    background-size: cover;
  }
  #login-menu-block {
    width: 245px;
    padding: 30px 0;
    text-align: center;
  }
  #logo {
    max-width: 300px;
    width: 90%;
  }
  .mobilebar-black {
    position: fixed;
    z-index: 100;
    overflow-y: auto;
    top: 78px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    visibility: hidden;
    overflow-x: hidden;
  }
  .mobilebar-show {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
  }
  .mobilebar-draw {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    width: 245px;
    max-width: 245px;
    overflow: hidden;
    transform: translateX(100%);
    transition: .3s;
    height: 100%;
  }
  .mobilebar-show .mobilebar-draw {
    transform: translateX(0%);
    overflow-x: hidden;
    transition: 0.3s ease-out;
  }
  #menu {
    background-color: white;
    width: 245px;
    height: 100%;
    list-style-type: none;
    list-style: none;
  }
  #menu > li {
    font-weight: bold;
    padding: 5px 0 5px 18px;
    color: gray;
    border-top: 1px solid #eee;
  }
  #menu ul {
    list-style-type: none;
    list-style: none;
  }
  #menu ul li {
    padding: 5px 0 5px 30px;
  }
  #menu a {
    color: gray;
  }
  #menu .menulink {
    color: #0f73af;
  }
  #menu .menulink:hover {
    background-color: inherit;
  }
  .menubar {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin-top: 12px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.3s;
  }
  .menubarchange .bar1 {
    -webkit-transform: rotate(-45deg) translate(3px, 8px);
    transform: rotate(45deg) translate(3px, 8px);
  }
  .menubarchange .bar2 {
    opacity: 0;
  }
  .menubarchange .bar3 {
    -webkit-transform: rotate(45deg) translate(4px, -10px);
    transform: rotate(-45deg) translate(4px, -10px);
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  .home-section--search {
    background-color: #8ECFC9;
    padding: 0;
    bottom: inherit;
  }
  .home-section--search .container {
    background-color: rgba(142, 207, 200, 0.35);
  }
  #newgis {
    display: inline-block;
    padding-top: 48px;
  }
  #newrelease {
    background: none;
  }
  .home_section--newgis {
    background: none;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .home_section--icons {
    background: linear-gradient(10deg, #EEE, #91CAC1);
    padding: 100px 0 0 0;
  }
  .home_section--icons .container {
    background-color: inherit;
    box-shadow: inherit;
  }
  .home_section--icons .flexbox-items {
    width: 66px;
    justify-content: space-between;
  }
  .home_section--icons .number,
  .home_section--icons .type {
    font-size: 1rem;
  }
  .home_section--website,
  .home_section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hovereffect {
    max-width: none;
  }
  footer nav {
    justify-content: flex-start;
  }
  .flexbox-item1-xs {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 12px;
    /*box-shadow: 0px 2px 5px 1px rgba(10, 0, 0, 0.33);*/
  }
  .hovereffect h3 {
    font-size: 1.3rem;
  }
  .hovereffect img {
    width: 100%;
  }
/* newstable */
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    min-width: 120px;
}
  .home_section--newgis .title,
  .home_section--newdata .title,
  .newstable .title {
    letter-spacing: 1px;
  }
  .home_section .provider {
    font-size: .9rem;
    text-align: left;
    color: #333;
    padding: 0 0 0 10px;
  }
  .home_section .date {
    font-size: .9rem;
    color: #333;
    padding: 0 0 16px 16px;
  }
  .home_section .title {
    padding-right: 3px;
    border-top: none;
    white-space: normal;
  }
  a .new {
    display: none;
  }
  .list-item-link {
    padding: 16px 0;
    text-align: left;
    border-bottom: solid 1px rgba(28, 39, 43, 0.08);
    display: block;
  }
  .newstable .title,
  .announcementlist-section .title {
    width: auto;
    padding-top: 0;
  }
  .newstable .date,
  .announcementlist-section .date {
    font-size: .85rem;  
    padding: 0;
  }
  .newstable .date {
  }
  .mobile-show {
    display: inherit !important;
    opacity: 1 !important;
  }
  .pc-noshow {
    display: inherit !important;
  }
  .mobile-noshow {
    display: none !important;
  }
  .nav-tabs a {
	padding: 0.5rem 1rem !important;
}
}

i.required {
    color: red;
}
span.field-validation-error {
    color: #dc3545 !important;
}