
/* CSS Document */

/*--浮動視窗--*/

.actLayer {
	display: none;
	width: 800px;
	background: #fff;
	border:2px solid #D6BB75;
	border-radius:5px;
	overflow: hidden;
	text-align: left;
	
}
.actLayer .wrap {
	width: 100%;
	padding: 30px ;
	box-sizing: border-box;
}



.actLayer .title {
	font-size: 24px;
	margin: 10px 0;
	border-bottom:1px solid #e5e5e5;
	padding: 14px 18px;
	box-sizing: border-box;
}

.actLayer .title span{color:#C00}
.actLayer .title .day{padding-right:20px;}
.actLayer .box {
	padding: 25px;
	font-size: 14px;
	line-height: 1.8;
}

.actLayer #closeLayer {
	position: absolute;
	top: 0px;
	right: -50px;
	display: block;
	width: 36px;
	height: 36px;
	background:#660000;
	color: #fff;
	transition: all .5s;
}
.actLayer #closeLayer:hover {
	transform: rotate(90deg);
}
.actLayer #closeLayer:before, .actLayer #closeLayer:after {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 6px;
}
.actLayer #closeLayer:before {
	transform: rotate(45deg);
}
.actLayer #closeLayer:after {
	transform: rotate(-45deg);
}
.actBox {
	padding: 15px;
	text-align: justify;
}
.actBox .top {
	font-size: 30px;
	color: #8a7b73;
	margin-bottom: 15px;
	margin-top: 20px;
}
.actBox p {
	line-height: 2;
	line-height: 2;
	margin-bottom: 15px;
}
.actBox ol {
	line-height: 2;
	margin: 5px 0 15px;
}
.actBox ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
.actBox .title02 {
	font-size: 18px;
}
.linkBox02 .tab a {
	width: calc(100% / 5);
}
.tableBox {
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
	margin-top: 12px;
}
.actLayer .text {
	margin-top: 15px;
	letter-spacing: .08em;
	font-family: "微軟正黑體", Arial, sans-serif;
}

@media(max-width:768px){
	.actLayer .wrap {
	padding: 25px;
}
.actLayer #closeLayer {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 991;
}
	}
	
@media(max-width:480px){
	
.actLayer .wrap {
	padding: 20px;
}
.actLayer .topBanner .Txt b {
	font-size: 20px;
}
.actLayer .topBanner .Txt em {
	font-size: 12px;
	margin: 3px 0;
}
.actLayer .topBanner .Txt span {
	font-size: 12px;
}
.actLayer .title {
	font-size: 18px;
	margin-bottom: 0;
	padding: 10px 14px;
}
.actLayer .title b {
	font-size: 13px;
	font-weight: normal;
	
}
.actLayer .box {
	padding: 18px 0;
	font-size: 14px;
}
	
	}	