@charset "utf-8";
/* CSS Document */


/*placeholder COLOR*/
::-webkit-input-placeholder {
	color:    #BDBCBC;
}

:-moz-placeholder {  color:    #BDBCBC;  opacity:  1;}

::-moz-placeholder { color:   #BDBCBC; opacity:  1;}

:-ms-input-placeholder { color:   #BDBCBC;}

/*placeholder FOCUS*/
input:focus::-webkit-input-placeholder { 
	color:transparent;
}

input:focus:-moz-placeholder { 
	color:transparent; 
}

input:focus::-moz-placeholder { 
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}

input[type="checkbox"]:focus {  border-color: #ffffcc;}

[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/*focus effect*/
input, textarea {
    -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: none;
}

input:focus, textarea:focus {
	/*box-shadow: 0px 0px 5px rgba(247,199,147,0.8);
	outline: none;*/
}

select, button {
   /* outline: none;*/
}


input:focus {
  background: #ffffcc;
    outline:5px solid #ffffcc;
}

.firstGoTo-btn {
    height: 0px;
    padding: 0px;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5000;
    font-size: 0rem;
    color: #fff;
}
.firstGoTo-btn:focus{height:auto;display:inline-block;padding:8px 10px;margin-bottom:5px;font-size:1rem;line-height:1em;text-decoration:none;opacity:1;float:none;border-radius:5px;border-width:1px;border-color:#FFF0E9;border-style:solid;background-color:#4b443c;color:#fff}


/*font icon*/
@font-face {
      font-family: 'fontello';
      src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/fontello/font/fontello.eot?2737884');
      src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/fontello/font/fontello.eot?2737884') format('embedded-opentype'),
           url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/fontello/font/fontello.woff?2737884') format('woff'),
           url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/fontello/font/fontello.ttf?2737884') format('truetype'),
           url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/fontello/font/fontello.svg?2737884') format('svg');
	
      font-weight: normal;
      font-style: normal;
}

.font-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
     
      font-variant: normal;
      text-transform: none;
     
      line-height: 1em;
     
      margin-left: .2em;
     
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}





.accessKey {
	text-decoration: none;
}





/*footerNav*/
#wrapper #footerNav_wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: #582914;
}

#footerNav_wrap #footerNav {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

#footerNav .accessKey{
	float: left;
	color: #fff;
}

#footerNav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

#footerNav ul li {
	display: inline-block;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/images/bg_footerline.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 10px;
}

#footerNav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 2px;
}

#footerNav ul li a:hover {
	text-decoration:underline
}

#footerNav ul li:nth-last-child(1) {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034015/https://www.th.gov.tw/new_site/images/bg_footerline2.png);
	background-repeat: no-repeat;
	background-position: right center;
}





/*footer*/
#wrapper #footer_wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: #fff;
	padding-bottom: 20px;
}

#footer_wrap #footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#footer_wrap #footer #footerLogo {
	float: left;
	margin-left: 70px;
}

#footer_wrap #footer #footerInfo {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}

#footer_wrap #footer #footerInfo address p {
	float: left;
	font-style:normal;
	color: #582914;
	font-size: 0.85em;
	line-height: 1.8;
	letter-spacing: 1px;
}

#footer_wrap #footer #footerInfo a {
	float: left;
	text-decoration: none;
	color: #373737;
	font-size: 0.7em;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer_wrap #footer #footerInfo a:hover {
	text-decoration: underline;
}

#footer_wrap #footer #footerInfo p {
	float: left;
	width: 100%;
	color: #757575;
	font-size: 0.7em;
}

#footer_wrap #footer .powered {
	float: left;
	width: 100%;
	font-size: 0.7em;
}

#footer_wrap #footer .powered span {
	float: left;
	color: #9F9F9F!important;
}

#footer_wrap #footer .powered a {
	float: left;
	padding-top: 0px!important;
	color: #9F9F9F!important;
	margin-bottom: 0px!important;
}

#footer_wrap #footer #footerCode {
	float: right;
	margin-right: 70px;
	width: 150px;
}

@media only screen and (min-width: 1px) and (max-width: 520px) {
	
#footer_wrap #footer #footerLogo {
	margin-left: 0px;
	margin: auto;
	float: none;
}
	
#footer_wrap #footer #footerInfo {
	float: left;
	padding-left: 10%;
	padding-top: 0px;
}

#footer_wrap #footer #footerCode {
	margin-left: 0px;
	margin: auto;
	float: none;
}

}

@media only screen and (min-width: 521px) and (max-width: 900px) {
	
#footer_wrap #footer #footerLogo {
	margin-left: 0;
	width: 30%;
}

#footer_wrap #footer #footerInfo {
	width: 50%;
}
	
#footer_wrap #footer #footerCode {
	margin-right: 0;
	width: 20%;
}

}


a:focus { border: 3px dotted;}
button:focus { border: 3px dotted;}
button> img:focus { border: 3px dotted;}
button:active { border: 3px dotted;}
#searchBox button:focus { border: 3px dotted;}

.searchButton:focus { border: 3px dotted;}


 







/*
     FILE ARCHIVED ON 3:40:15 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:45:46 五月 15, 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)).
*/
