@charset "utf-8";
/* ------------------------------
   DESIGN/LAYOUT ELEMENTS
------------------------------ */

#wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	text-align: left;
}

.btnArea {
	padding-bottom: 1.5em;
	text-align: center;
}

p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.slideShow {
	width: 100%;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

.slideShow ul li img {
	width: 100%;
}

@media only screen and (max-width: 800px) {
	#wrapper {
		width: 90%;
	}

	.slideShow {
		width: 100%;
	}
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
}

.pagiNation a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	
}






@media only screen and (max-width: 767px) {

.pagiNation a {
	margin: 0 3px;
	width: 8px;
	height: 8px;
	display: inline-block;
	overflow: hidden;
	border: 0px solid #fff;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	background-color: #b5def3;
}

}













.pagiNation a:hover {
	opacity: 0.6;
}

.pagiNation a.pnActive {
	background-color: #FFFFFF;
}

.pagiNation a.pnActive:hover {
	opacity: 1;
}

/* SideNavi
------------------------- */
.slideShow .btnPrev,
.slideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 105;
	transition: all 0.2s ease-in-out;
}

.slideShow .btnPrev {
	left: 15px;
	background: transparent url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040312/https://shwoo.gov.taipei/shwoo/banner/img/btnPrev.png) no-repeat center center;
}

.slideShow .btnNext {
	right: 15px;
	background: transparent url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240619040312/https://shwoo.gov.taipei/shwoo/banner/img/btnNext.png) no-repeat center center;
}

.slideShow .btnPrev:hover,
.slideShow .btnNext:hover {
	opacity: 0.6;
}






/*
     FILE ARCHIVED ON 4:03:12 六月 19, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 12:13:49 五月 22, 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)).
*/
