@charset "utf-8";

/** banner **/
#banner {
	position:relative;
	width: 100%;
	margin:0 auto;
	margin-top:70px;
}
#banner .listshow {
	float:left;
	width:100%;
	background:#000;
}
#banner .listshow a {
	float:left;
	width:100%;
}
#banner .listshow a:focus {
	filter:alpha(opacity=50);
	opacity:0.5;
}
#banner .listshow img {
	float:left;
	width:100%;
	height:auto;
}
#banner .listshow .slick-prev,
#banner .listshow .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	width:60px;
	height:60px;
	z-index: 100;
	background-size: contain;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
#banner .listshow .slick-prev:before,
#banner .listshow .slick-next:before {
	display:none;
}
#banner .listshow .slick-prev {
	left: 1%;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/banner-prev.png) no-repeat 50% 50%;
}
#banner .listshow .slick-next {
	right: 1%;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/banner-next.png) no-repeat 50% 50%;
}
#banner .listshow .slick-prev:hover,
#banner .listshow .slick-next:hover,
#banner .listshow .slick-prev:focus,
#banner .listshow .slick-next:focus {
	background-color:rgba(0,0,0,.6);
}
#banner .wave-bg {
	display:none;
}
@media screen and (max-width: 640px) {
	#banner .listshow .slick-prev,
	#banner .listshow .slick-next {
		width:40px;
		height:40px;
		background-size:20px auto;
	}
}
@media screen and (max-width: 420px) {
	#banner {
		margin-top:55px;
	}
}
@media screen and (min-width: 991px) {
	#banner {
		margin:0 auto;
	}
	#banner .wave-bg {
		position:absolute;
		display:block;
		left:0;
		bottom:0;
		width:100%;
		height:6px;
		background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/banner-wave.png) repeat-x 50% bottom;
		background-size:auto 6px;
		z-index:9;
	}  
}
@media screen and (min-width: 1200px) {
	#banner .wave-bg {
		width:100%;
		height:8px;
		background-size:auto 8px;
	}  
}


/** newsSection **/
#newsSection {
	position:relative;
	width: 100%;
	padding:30px 0;
	margin:0 auto;
	background:#f2f2f2;
}
#newsSection .acKey:hover,
#newsSection .acKey:focus,
#newsSection .acKey a:hover,
#newsSection .acKey a:focus {
	color:#000;
}
@media screen and (min-width: 991px) {
	#newsSection {
		padding:35px 0 40px 0;
	}
}
/* ----- newsBox ----- */
#newsBox {	
	width: 100%;
	margin:0 auto;
}
#newsBox .row {
	margin:-10px;
}
#newsBox .row-half {
	float:left;
	width:100%;
	margin:10px 0;
}
#newsBox .newsShow {
	float:left;
	width: 50%;
	padding:0 10px;
	box-sizing: border-box;
}
#newsBox .newsShow .newsTit {
	float:left;
	width: 100%;
	height:125px;
	background:#000;
}
#newsBox .newsShow .newsTit.t1 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsTit-bg1.png) no-repeat 50% 50%; background-size:cover; }
#newsBox .newsShow .newsTit.t2 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsTit-bg2.png) no-repeat 50% 50%; background-size:cover; }
#newsBox .newsShow .newsTit.t3 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsTit-bg3.png) no-repeat 50% 50%; background-size:cover; }
#newsBox .newsShow .newsTit.t4 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsTit-bg4.png) no-repeat 50% 50%; background-size:cover; }
#newsBox .newsShow .newsTit h2 {
	color:#FFF;
	font-size:2.7em;
	font-weight:normal;
	text-align:center;
	margin-top:20px;
}
#newsBox .newsShow .newsTit p {
	color:#FFF;
	font-size:1.3em;
	text-align:center;
	margin-top:5px;
}
#newsBox .newsShow .newsList {
	position:relative;
	float:left;
	width: 100%;
	min-height:235px;
	padding:25px 15px;
	background:#FFF;
	box-sizing:border-box;
}
#newsBox .newsShow .newsList .pic {
	position:absolute;
	top:0;
	left:50%;	
	width: 90px;
	height:90px;
	background:#FFF;
	margin:-45px 0 0 -45px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
#newsBox .newsShow .newsList .pic.p1 { background:#FFF url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsList-icon1.png) no-repeat 50% 50%; background-size:90px 90px;}
#newsBox .newsShow .newsList .pic.p2 { background:#FFF url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsList-icon2.png) no-repeat 50% 50%; background-size:90px 90px;}
#newsBox .newsShow .newsList .pic.p3 { background:#FFF url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsList-icon3.png) no-repeat 50% 50%; background-size:90px 90px;}
#newsBox .newsShow .newsList .pic.p4 { background:#FFF url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsList-icon4.png) no-repeat 50% 50%; background-size:90px 90px;}
#newsBox .newsShow .newsList ul {
	float:left;
	width:100%;
	list-style:none;
	margin-top:10px;
}
#newsBox .newsShow .newsList ul li {
	float:left;
	width: 100%;
	padding:10px 0 10px 10px;
	box-sizing:border-box;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/newsList-div.png) no-repeat 0 10px;
	border-bottom:1px dotted #CCC;
}
#newsBox .newsShow .newsList ul li a {
    float:left;
	width:100%;
	height:100%;
}
#newsBox .newsShow .newsList ul li h3 {	
	font-size:1.5em;
	line-height:125%;
	text-align:justify;
}
#newsBox .newsShow .newsList ul li .time {
	color:#418600;
	font-size:1.3em;
	font-weight:normal;
	margin:5px 0 0 0;
}
#newsBox .newsShow .newsList .btn {
	float:left;
	width:100%;	
	text-align:center;
	margin-top:10px;
}
#newsBox .newsShow .newsList .btn a {
	position:relative;
	font-size:1.5em;
}
#newsBox .newsShow .newsList .btn a span {
	display:inline-block;
	width:14px;
	height:14px;
	vertical-align:top;
	margin-right:5px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more.png) no-repeat;
	-webkit-transition:all 0.4s;
	   -moz-transition:all 0.4s; 
         -o-transition:all 0.4s;
            transition:all 0.4s;
}
#newsBox .newsShow .newsList .btn a:hover span,
#newsBox .newsShow .newsList .btn a:focus span {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more-hover.png) no-repeat;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media screen and (max-width: 780px) {
	#newsBox {
		padding:0 30px;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 480px) {
	#newsBox .row {
		margin:0 -10px;
	}
	#newsBox .row-half {
		margin:0;
	}
	#newsBox .newsShow {
		width: 100%;
	}
}
@media screen and (min-width: 781px) {
	#newsBox {
		width: 760px;
	}
}
@media screen and (min-width: 991px) {
	#newsBox {
		width: 100%;
	}
	#newsBox .row {
		margin:0 -10px;
	}
	#newsBox .row-half {
		float:none;
		width: auto;
		margin:0;
	}
	#newsBox .newsShow {
		width: 25%;
	}
}
/* ----- eventBox ----- */
#eventBox {	
	width: 100%;
	margin:0 auto;
	padding:0 30px;
	box-sizing:border-box;
}
#eventBox .eventBanner {	
	float:left;
	width: 100%;
	padding:0 10px;
	margin-top:20px;
	box-sizing: border-box;
}
#eventBox .eventBanner .listshow {
	float:left;
	width:100%;
	background:#000;
}
#eventBox .eventBanner .listshow a {
	float:left;
	width:100%;
}
#eventBox .eventBanner .listshow a:focus {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#eventBox .eventBanner .listshow img {
	float:left;
	width:100%;
	height:auto;
}
#eventBox .eventBanner .slick-dots {
	position:absolute;
	right:10px;
	bottom:10px;
	text-align:right;
	z-index:10;
}
#eventBox .eventBanner .slick-dots li {
    display: inline-block;
	width:10px;
	height:10px;
	margin: 0 0 0 5px;
	padding:0;
}
#eventBox .eventBanner .slick-dots li button {
	width:10px;
	height:10px;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
#eventBox .eventBanner .slick-dots li button:before {
	display: block;
	width:10px;
	height:10px;
	font-size:0;
	line-height:10px;
	opacity:1;
	width: 10px;
    height: 10px;    
    background: rgba(0,0,0,.5);   
    transition: opacity .2s ease;
    -webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
#eventBox .eventBanner .slick-dots li.slick-active button:before {
    background: rgba(255,255,255,1);
}
#eventBox .eventShow {
	display: table;
	float:left;
	width: 100%;
	padding:0 10px;
	margin-top:20px;
	box-sizing: border-box;
}
#eventBox .eventShow .pic {
	display:table-cell;
	position:relative;
	width: 48%;
}
#eventBox .eventShow .pic img {
	width: 100%;
	height:auto;
}
#eventBox .eventShow .pic .box {
	position:absolute;
	right:0;
	top:50%;
	width:12px;
	height:24px;
	margin-top:-12px;
	/*background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/eventShow-div.png) no-repeat;*/
}
#eventBox .eventShow .wd {	
	display:table-cell;
	width: 52%;
	padding:20px;
	background:#006595;
	vertical-align:top;
	box-sizing:border-box;
}
#eventBox .eventShow .wd ul {
	float:left;
	width:100%;
	list-style:none;
	margin:-10px 0;
}
#eventBox .eventShow .wd ul li {
	margin:10px 0;
}
#eventBox .eventShow .wd h3 {
	font-size:1.5em;
	font-weight:normal;
	line-height:125%;
}
#eventBox .eventShow .wd a h3  {
	color:#FFF;
}
#eventBox .eventShow .wd a:hover h3,
#eventBox .eventShow .wd a:focus h3 {
	color:#FFFF73;
}
#eventBox .eventShow .wd p {
	color:#a6ed5f;
	font-size:1.3em;
	margin-top:5px;
}
#eventBox .eventShow .wd .topHead {
	float:left;
	width: 100%;
	margin-bottom:10px;
}
#eventBox .eventShow .wd .topHead h2 {
	float:left;
	color: #fff200;
	font-size:2.7em;	
}
#eventBox .eventShow .wd .topHead .btn-more {
	float:right;
	font-size:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more-white.png) no-repeat 50% 50%;
	width:20px;
	height:20px;
	margin:5px -3px 0 0;
	filter:alpha(opacity=50);
	opacity:1;
}
#eventBox .eventShow .wd .topHead .btn-more:hover,
#eventBox .eventShow .wd .topHead .btn-more:focus {
	filter:alpha(opacity=100);
	opacity:1;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media screen and (max-width: 560px) {
	#eventBox .eventShow .pic {
		float:left;
		width: 100%;
	}
	#eventBox .eventShow .wd {
		float:left;
		width: 100%;
		padding:20px;
	}
	#eventBox .eventShow .wd p {
		line-height:125%;
	}
	#eventBox .eventShow .pic .box {
		position:absolute;
		top:100%;
		right:50%;
		width:24px;
		height:12px;
		margin-top:-12px;
		margin-right:-12px;
		/*background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/eventShow-div-top.png) no-repeat;*/
	}
}
@media screen and (min-width: 781px) {
	#eventBox {
		width: 760px;
		padding:0;
	}
	#eventBox .eventShow .pic {
		float:left;
		width: 360px;
		height:240px;
		overflow: hidden;
	}
	#eventBox .eventShow .wd {
		float:right;	
		width: 400px;
		height:240px;
		padding:30px;
	}
	#eventBox .eventShow .wd h3,
	#eventBox .eventShow .wd p {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 991px) {
	#eventBox {
		width: 100%;
		margin-top:20px;
	}
	#eventBox .eventBanner {	
		width: 50%;
		margin:0;
	}
	#eventBox .eventShow {	
		width: 50%;
		margin:0;
	}
	#eventBox .eventShow .pic {	
		width: 246px;
		height:164px;		
	}	
	#eventBox .eventShow .wd {	
		width: 239px;
		height:164px;
		padding:15px 15px 0 15px;
	}
}
@media screen and (min-width: 1200px) {
	#eventBox .eventShow .pic {	
		width: 300px;
		height:200px;		
	}
	#eventBox .eventShow .wd {	
		width: 290px;
		height:200px;
		padding:25px 20px 0 20px;
	}
	#eventBox .eventShow .wd ul {
		margin:-15px 0;
	}
	#eventBox .eventShow .wd ul li {
		margin:15px 0;
	}
	#eventBox .eventShow .wd .topHead {
		margin-bottom:15px;
	}
}



/** leaderSection **/
#leaderSection {
	position:relative;
	width: 100%;
	margin:0 auto;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/home-leader-bg-mobile.jpg) no-repeat 50% 0;
}
@media screen and (min-width: 781px) {
	#leaderSection {
		padding:25px 0;
	}
}
@media screen and (min-width: 991px) {
	#leaderSection {
		padding:0;
		background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/home-leader-bg.jpg) no-repeat 50% 0;
	}
}
@media screen and (min-width: 1200px) {
	#leaderSection {
		background-size:cover;
	}
}
/* ----- leaderBox ----- */
.leaderBox {	
	width: 100%;
	padding:25px 30px;
	margin:0 auto;
	box-sizing:border-box;	
}
.leader-pic {
	float:left;
	display:block;
	width:38%;
	height: auto;
	padding:19% 0;
	margin-right:2%;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/home-leader.png) no-repeat 50% 0;
	background-position: -10px 10px;
	background-color:rgba(255,255,255,.5);
	background-size:90% auto;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
.leader-wd {
	float:left;
	width:60%;
	margin-top:15px;
}
.leader-wd h2 {
	color:#FFF;
	font-size:3.7em;
	font-weight:normal;
	margin-bottom:10px;
}
.leader-wd p {
	color:#000;
	font-size:1.5em;
	line-height:155%;
	text-align:justify;
	font-weight:800;
	text-shadow: rgba(255,255,255, 0.5) 0px 0px 5px, rgba(255,255,255, 0.5) 0px 0px 3px;
}
.leader-mail {
	float:right;
	text-align:center;
	margin-top:10px;
}
.leader-mail a {
	display:block;
	width:150px;
	height:50px;
	color:#FFF;
	font-size:1.7em;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	margin:0 auto;
	background: rgba(82,132,0,1);
	-webkit-border-radius:25px;
	   -moz-border-radius:25px;
            border-radius:25px;
}
.leader-mail a:hover,
.leader-mail a:focus {
	background: rgba(255,153,0,.9);
}
.leader-mail a span {
	display:inline-block;
	padding:0 0 0 40px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/leader-mail-iocn.png) no-repeat 0 50%;
}
@media screen and (max-width: 640px) {
	.leader-pic {
		width:50%;
		height: auto;
		padding:25% 0;
		margin:0 25%;
		background-position: -10px 10px;
		background-color:rgba(255,255,255,.5);
		background-size:90% auto;
		-webkit-border-radius:50%;
		   -moz-border-radius:50%;
				border-radius:50%;
	}
	.leader-wd {
		width:100%;
		margin:10px 0;
	}
	.leader-wd h2 {
		text-align:center;		
	}
	.leader-mail {
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.leader-pic {
		width:60%;
		padding:30% 0;
		margin:0 20%;
	}	
}
@media screen and (max-width: 360px) {
	.leader-pic {
		width:80%;
		padding:40% 0;
		margin:0 10%;
	}
}
@media screen and (min-width: 781px) {
	.leaderBox {
		width: 760px;
		padding:0;
	}	
	.leader-pic {
		float:left;
		width:270px;
		height:150px;
		padding:0 0 20% 0;
		margin:0 0 0 40px;
		background-size:270px auto;
		background-color:transparent;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
	.leader-wd {
		width:400px;
		margin:40px 0 0 0;
	}
	.leader-wd h2 {
		font-size:4.1em;
	}
	.leader-mail {
		margin:10px 50px 0 0;
	}
}
@media screen and (min-width: 991px) {
	.leaderBox {
		position: inherit;
		float:left;
		width: 480px;
	}
	.leader-pic {
		position:absolute;
		display:block;
		left:50%;
		bottom:0;
		width:300px;
		height:360px;
		padding:0;
		background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/home-leader.png) no-repeat 50% bottom;
		background-size:300px auto;
		margin:0 0 0 -565px;
		z-index:2;
	}
	.leader-wd {
		float:right;
		width:255px;
		padding:35px 0;
		margin:20px 0;		
	}
	.leader-wd h2 {
		margin-bottom:10px;
	}
	.leader-mail {
		position:absolute;
		top:290px;
		left:50%;
		margin:0 0 0 -165px;	
	}	
}
@media screen and (min-width: 1200px) {
	.leaderBox {
		width: 590px;
	}
	.leader-pic {
		width:314px;
		height:400px;
		margin-left:-655px;
		background-size:314px auto;
	}
	.leader-wd {
		width:360px;
		height:360px;
		margin:20px;
		padding:50px 40px;
		box-sizing:border-box;
		border:3px solid rgba(255,255,255,.5);
		-webkit-border-radius:50%;
		   -moz-border-radius:50%;
				border-radius:50%;
	}
	.leader-wd h2 {
		text-align:center;
		margin-bottom:20px;
	}
	.leader-mail {
		top:285px;		
		margin-left:-135px;	
		z-index:2;			
	}
	.leader-mail a {
		width:95px;
		height:95px;
		font-size:1.5em;
		line-height:100%;
		-webkit-border-radius:50%;
		   -moz-border-radius:50%;
				border-radius:50%;
	}
	.leader-mail a span {
		padding:30px 0 0 0;
		background-position: 50% 0;
		margin:25px 0 0 0;
	}
}
/* ----- youngerBox ----- */
.youngerBox {
	position:relative;
	width: 100%;
	padding:30px;
	margin:0px auto;
	background:#e8e8dc;
	box-sizing:border-box;
}
.youngerBox .topHead {
	float:left;
	width: 100%;
	margin:0 auto;
}
.youngerBox .topHead h2 {
	float:left;
	color:#000;
	font-size:2.7em;
}
.youngerBox .topHead .btn-more {
	float:right;
	font-size:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more.png) no-repeat 50% 50%;
	width:20px;
	height:20px;
	margin:5px -3px 0 0;
}
.youngerBox .topHead .btn-more:hover,
.youngerBox .topHead .btn-more:focus {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more-hover.png) no-repeat 50% 50%;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.youngerBox .listShow {
	float:left;
	width: 100%;
	margin:12px auto 0 auto;
}
.youngerBox .listShow ul {
	list-style:none;
}
.youngerBox .listShow ul li {
	float:left;
	width: 50%;
	padding:0 10px;
	box-sizing: border-box;
}
.youngerBox .listShow ul li a {
    float:left;
	width:100%;
	height:100%;
}
.youngerBox .listShow ul li .pic {
	width: 100%;
	overflow:hidden;
	margin-bottom:10px;
}
.youngerBox .listShow ul li .pic img {
	float:left;
	width: 100%;
	height:auto;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;    
         -o-transition: 0.4s;
            transition: 0.4s;
}
.youngerBox .listShow ul li a:hover .pic img,
.youngerBox .listShow ul li a:focus .pic img {
    -webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
         -o-transform: scale(1.08);    
            transform: scale(1.08);
}
.youngerBox .listShow ul li h3 {	
	font-size:1.5em;
	line-height:125%;
	text-align:justify;
	margin:10px 0 0 0;
}
.youngerBox .listShow ul li .time {
	color:#397500;
	font-size:1.3em;
	font-weight:normal;
	margin:5px 0 0 0;
}
@media screen and (max-width: 420px) {
	.youngerBox .listShow {
		margin:0 auto;
	}
	.youngerBox .listShow ul li {
		width: 100%;
		margin-top:15px;
	}
}
@media screen and (min-width: 781px) {
	.youngerBox {
		width: 760px;
	}	
}
@media screen and (min-width: 991px) {
	.youngerBox {
		float:right;
		width: 480px;
		margin:30px auto;
	}
	.youngerBox .listShow ul li .pic img {
		width: 200px;
		height: 133px;
	}
}
@media screen and (min-width: 1200px) {
	.youngerBox {		
		width: 590px;
	}
	.youngerBox .listShow ul li .pic img {
		width: 255px;
		height: 170px;
	}
}



/** promoSection **/
#promoSection {
	position:relative;
	width: 100%;
	margin:0 auto;
}
@media screen and (min-width: 781px) {
	#promoSection {
		padding:30px 0;
	}	
}
@media screen and (min-width: 991px) {
	#promoSection {
		padding:40px 0;
	}
}
/* ----- bookBox ----- */
#bookBox {
	width: 100%;
	margin:0 auto;
}
#bookBox ul {
	list-style:none;
}
#bookBox ul li {
	float:left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
#bookBox ul li.b1 {	background:#efefef; }
#bookBox ul li.b2 {	background:#e5e4dd; }
#bookBox .topHead {
	float:left;
	width: 100%;
	margin:0 auto;
}
#bookBox .topHead h2 {
	float:left;
	color:#000;
	font-size:2.7em;
}
#bookBox .topHead .btn-more {
	float:right;
	font-size:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more.png) no-repeat 50% 50%;
	width:20px;
	height:20px;
	margin:5px -3px 0 0;
}
#bookBox .topHead .btn-more:hover,
#bookBox .topHead .btn-more:focus {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/btn-more-hover.png) no-repeat 50% 50%;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
#bookBox .bookShow {
	float:left;
	width: 100%;
	height:100%;
	margin-top:12px;
}
#bookBox .bookShow a {
	float:left;
	width: 100%;
	height:100%;
}
#bookBox .book {
	float:left;
	width:100%;
	border:1px solid #CCC;
	padding-right:9px;	
	background:#FFF url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/book-bg.png) repeat-y right 0;
	box-sizing:border-box;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;    
         -o-transition: 0.4s;
            transition: 0.4s;
}
#bookBox .bookShow a:hover .book,
#bookBox .bookShow a:focus .book {
    -webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
         -o-transform: rotate(3deg);
            transform: rotate(3deg);
}
#bookBox .cover {
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
#bookBox .cover img {
	float:left;
	width:100%;
	height:auto;
}
#bookBox .wd {
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	min-height:50px;
	padding:20px 15px;
	background: rgba(0,0,0,.7);
	box-sizing:border-box;
	z-index:5;
}
#bookBox .wd h3 {
	color:#FFF;
	font-size:1.5em;
	line-height:125%;
	text-align:justify;
}
#bookBox .wd .time {
	color:#8cce70;
	font-size:1.3em;
	font-weight:normal;
	margin:5px 0 0 0;
}
@media screen and (max-width: 420px) {
	#bookBox ul li {
		width:100%;
	}
	#bookBox .bookShow {
		width: 60%;
		margin:20px 20px 0 20%;
	}
}
@media screen and (max-width: 360px) {
	#bookBox .bookShow {
		width: 80%;
		margin:20px 10px 0 10%;
	}
}
@media screen and (min-width: 781px) {
	#bookBox {
		width: 760px;
	}
	#bookBox ul li {
		padding:30px;
	}	
	#bookBox .book {	
		float:left;
		width:100%;
		border:1px solid #CCC;
		padding-right:18px;	
		background-repeat:repeat;
	}
}
@media screen and (min-width: 991px) {
	#bookBox {
		float:left;
		width: 50%;
	}
	#bookBox ul li {
		min-height:340px;
		padding:25px;
	}
	#bookBox .book {	
		float:left;
		width:100%;
		border:1px solid #CCC;
		padding-right:9px;
		background-repeat:repeat-y;
	}
}
@media screen and (min-width: 1200px) {
	#bookBox {
		float:left;
		width: 50%;
	}
	#bookBox ul li {
		min-height:380px;
		padding:30px 40px;
	}
	#bookBox .book {	
		float:left;
		width:100%;
	}
}
/* ----- serviceBox ----- */
#serviceBox {
	width: 100%;
	margin:0 auto;
}
#serviceBox ul {
	list-style:none;
}
#serviceBox ul li {
	float:left;
	width: 50%;	
}
#serviceBox ul li.s1 { background:#6c5e50 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/serviceBox-b1.png) no-repeat; }
#serviceBox ul li.s2 { background:#ac6600 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/serviceBox-b2.png) no-repeat; }
#serviceBox ul li.s3 { background:#88735a url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/serviceBox-b3.png) no-repeat; }
#serviceBox ul li.s4 { background:#927200 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/serviceBox-b4.png) no-repeat; }
#serviceBox ul li.s1,
#serviceBox ul li.s2,
#serviceBox ul li.s3,
#serviceBox ul li.s4 {
	background-position:107% 170%;
}	
#serviceBox dl {
	padding:30px;
	box-sizing:border-box;
}
#serviceBox dl dt {
	color:#FFF;
	font-size:2.4em;
}
#serviceBox dl dd {
	color:#FFF;
	font-size:1.5em;
	line-height:120%;
	margin-top:10px;
}
#serviceBox dl dd a {
	display: inline-block;
	color:#FFF;
	font-size:0.9em;
	line-height:100%;
	padding:5px 12px;
	border:1px solid #FFF;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
}
#serviceBox dl dd a:hover,
#serviceBox dl dd a:focus {
	color:#6c5e50;
	font-weight:bold;
	background:#FFF;
}
#serviceBox ul li.s1 dl dd a:hover,
#serviceBox ul li.s1 dl dd a:focus { color:#6c5e50; }
#serviceBox ul li.s2 dl dd a:hover,
#serviceBox ul li.s2 dl dd a:focus { color:#D58000; }
#serviceBox ul li.s3 dl dd a:hover,
#serviceBox ul li.s3 dl dd a:focus { color:#9C8B78; }
#serviceBox ul li.s4 dl dd a:hover,
#serviceBox ul li.s4 dl dd a:focus { color:#AC891E; }
@media screen and (max-width: 520px) {
	#serviceBox ul li {
		width: 100%;	
	}
	#serviceBox ul li.s1,
	#serviceBox ul li.s2,
	#serviceBox ul li.s3,
	#serviceBox ul li.s4 {
		background-size:100px auto;
		background-position:15px 50%;
	}
	#serviceBox dl {
		padding:25px 20px 25px 130px;
	}
}
@media screen and (max-width: 360px) {
	#serviceBox ul li.s1,
	#serviceBox ul li.s2,
	#serviceBox ul li.s3,
	#serviceBox ul li.s4 {
		background-size: auto 60px;
		background-position:50% 20px;
	}
	#serviceBox dl {
		padding:90px 20px 20px 20px;
		text-align:center;
	}
}
@media screen and (min-width: 781px) {
	#serviceBox {
		width: 760px;
	}
	#serviceBox ul li.s1,
	#serviceBox ul li.s2,
	#serviceBox ul li.s3,
	#serviceBox ul li.s4 {
		background-position:107% 170%;
	}	
}
@media screen and (min-width: 991px) {
	#serviceBox {
		float:left;
		width: 50%;
	}
	#serviceBox ul li {
		min-height:170px;
	}
	#serviceBox ul li.s1,
	#serviceBox ul li.s2,
	#serviceBox ul li.s3,
	#serviceBox ul li.s4 {
		background-size:115px auto;
		background-position:145px 75px;
	}
	#serviceBox dl {
		padding:25px 20px 20px 20px;
	}
}
@media screen and (min-width: 1200px) {
	#serviceBox ul li {
		min-height:190px;
	}
	#serviceBox ul li.s1,
	#serviceBox ul li.s2,
	#serviceBox ul li.s3,
	#serviceBox ul li.s4 {
		background-size:155px auto;
		background-position:163px 60px;
	}
	#serviceBox dl dt {
		font-size:2.7em;
	}
	#serviceBox dl dd {
		width:180px;
	}
}


/* ----- adLink ----- */
#adLink {
	width: 100%;
	margin:0 auto;	
	background:#e6f2da;
}
#adLink .listshow {
	display:block;
	width: 90%;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
}
#adLink .listshow .item {
	display:inline-block;
	padding:10px 5px;
	box-sizing:border-box;
}
#adLink .listshow .item a {
	display:block;
	float:left;
	width:100%;
	max-width:180px;
	color:#000;
	font-size:1.3em;
	line-height:120%;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
}
#adLink .listshow .item a span {
	display:block;
	width:40px;
	height:40px;
	margin:0 auto 10px auto;
	overflow:hidden;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
            border-radius:50px;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
#adLink .listshow .item a span img {
	float:left;
	width:100%;
	height:auto;
}
#adLink .listshow .item a span.fb {
	background:#3e5b99 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adLink-icon-fb.png) no-repeat 50% 50%;
	background-size: cover;
}
#adLink .listshow .item a span.youtube {
	background:#e52d27 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adLink-icon-youtube.png) no-repeat 50% 50%;
	background-size: cover;
}
#adLink .listshow .item a span.app {
	background:#1C6DF4 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adLink-icon-app.png) no-repeat 50% 50%;
	background-size: cover;
}
#adLink .listshow .item a span.rss {
	background:#FCAA00 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adLink-icon-rss.png) no-repeat 50% 50%;
	background-size: cover;
}
#adLink .listshow .item a span.fickr {
	background:#E4E7E7 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adLink-icon-fickr.png) no-repeat 50% 50%;
	background-size: cover;
}
#adLink .listshow .item a:hover span,
#adLink .listshow .item a:focus span {
    -webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);    
            transform: scale(1.2);
}
#adLink .listshow .slick-prev,
#adLink .listshow .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	width:10px;
	height:20px;
}
#adLink .listshow .slick-prev {
	left:0px;	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-prev.png) no-repeat 50% 50%;
}
#adLink .listshow .slick-next {
	right:0px;	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-next.png) no-repeat 50% 50%;
}
#adLink .listshow .slick-prev:before,
#adLink .listshow .slick-next:before {
	display:none;
}
#adLink .listshow .slick-prev:hover,
#adLink .listshow .slick-prev:focus {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-prev-hover.png) no-repeat 50% 50%;
}
#adLink .listshow .slick-next:hover,
#adLink .listshow .slick-next:focus {	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-next-hover.png) no-repeat 50% 50%;
}
@media screen and (min-width: 400px) {
	#adLink .listshow {
		width: 100%;
		max-width:400px;
	}	
	#adLink .listshow .item a {
		float:left;
		font-size:1.5em;
		width:180px;
	}
}
@media screen and (min-width: 610px) {
	#adLink .listshow {
		max-width:610px;
	}
}
@media screen and (min-width: 880px) {
	#adLink .listshow {
		max-width:800px;
	}
}
@media screen and (min-width: 990px) {
	#adLink {
		padding:10px 0;		
	}
	#adLink .listshow {
		max-width:990px;
	}
}
@media screen and (min-width: 1200px) {
	#adLink .listshow {
		max-width:1200px;
		padding:0 30px;
	}
}


/** adBanner **/
#adBanner {
	position:relative;
	width: 100%;
	padding:15px 0;
	margin:0 auto;	
}
#adBanner .listshow {
	display:block;
	width: 90%;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
}
#adBanner .listshow .item {
	display:inline-block;
	padding: 5px;
	box-sizing:border-box;
}
#adBanner .listshow .item a {
	float:left;
	width:100%;
	height:100%;
}
#adBanner .listshow .item a:focus {
	box-sizing:border-box;
	outline:1px dotted #FF0000;
	opacity:0.5;
}
#adBanner .listshow img {
	float:left;
	width:100%;
	max-width:180px;
	height:auto;
}
#adBanner .listshow .slick-prev,
#adBanner .listshow .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	width:10px;
	height:20px;
}
#adBanner .listshow .slick-prev {
	left:0px;	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-prev.png) no-repeat 50% 50%;
}
#adBanner .listshow .slick-next {
	right:0px;	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-next.png) no-repeat 50% 50%;
}
#adBanner .listshow .slick-prev:before,
#adBanner .listshow .slick-next:before {
	display:none;
}
#adBanner .listshow .slick-prev:hover,
#adBanner .listshow .slick-prev:focus {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-prev-hover.png) no-repeat 50% 50%;
}
#adBanner .listshow .slick-next:hover,
#adBanner .listshow .slick-next:focus {	
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180517170622/https://www.swcb.gov.tw/images/adbanner-next-hover.png) no-repeat 50% 50%;
}
@media screen and (min-width: 400px) {
	#adBanner .listshow {
		width: 100%;
		max-width:400px;
	}
}
@media screen and (min-width: 610px) {
	#adBanner .listshow {
		max-width:610px;		
	}
}
@media screen and (min-width: 800px) {
	#adBanner {
		float:left;
		padding:0;
		margin-top:20px;
	}
	#adBanner .listshow {
		max-width:800px;
	}
}
@media screen and (min-width: 990px) {
	#adBanner {
		margin-top:35px;
	}
	#adBanner .listshow {
		max-width:990px;
	}
}
@media screen and (min-width: 1200px) {
	#adBanner .listshow {
		max-width:1200px;
		padding:0 30px;
	}
}


@media print {
	#banner {
		margin:10px 0 0 0!important;
	}
	#banner .listshow img {
		width:900px!important;
	}
	#adLink,
	#adBanner {
		display:none!important;
	}
}





/*
     FILE ARCHIVED ON 17:06:22 五月 17, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 14:38:06 六月 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)).
*/
