#set-footer-base{z-index: 99;}

/*goTop*/
#goTop {
	display: none;
	position: fixed;
	z-index: 99;
	right: 40px;
	bottom: 30px;
	padding: 10px 10px 3px 10px;
	border-radius: 50px;
	font: 12px/30px "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#goTop:hover {
	padding-top: 40px;
	background-color: rgba(0, 0, 0, 7);
}

#goTop::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 18px;
	width: 0;
	height: 0;
	border: 4px solid #000;
	border-color: transparent transparent #FFF;
}

@media screen and (max-width:800px) {
	#goTop {
		right: 10px;
		bottom: 10px;
	}
}

/*floatLayer*/
.floatLayer {
	display: block;
	width: 50%;
	height: auto;
	padding: 0 2%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	z-index: 99;
}

.floatLayer dt {
	width: 100%;
	padding: 2% 0 3%;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.floatLayer dd {
	width: 100%;
	padding: 3% 0 5%;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #999999;
}

.floatLayer button {
	font-size: 18px;
	color: #FFF;
	background: #3e94d6;
	padding: 1% 8%;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0 4px 0 #1f659a;
	margin: 5% auto;
	transition: all 0.2s;
}

.floatLayer button:hover {
	filter: brightness(1.1);
	box-shadow: 0 4px 0 #094675;
}

.floatLayer button.cancel {
	background: #fff;
	border: #808080 solid 1px;
	color: #666666;
	box-shadow: 0 4px 0 #808080;
}

.floatLayer button.cancel:hover {
	box-shadow: 0 4px 0 #414141;
	border: #414141 solid 1px;
	color: #414141;
}

.floatLayer a {
	width: 48px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 38px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 12px 12px 0 0;
	text-decoration: none;
	border-radius: 50%;
	transition: all 0.2s;
}

.floatLayer a:hover {
	background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:1400px) {
	.floatLayer {
		width: 60%;
	}
}

@media screen and (max-width:1200px) {
	.floatLayer {
		width: 70%;
		padding: 0 5%;
	}
}

@media screen and (max-width:1000px) {
	.floatLayer {
		width: 80%;
	}
}

@media screen and (max-width:800px) {
	.floatLayer {
		width: 90%;
	}
	.floatLayer dt {
		font-size: 28px;
		line-height: 34px;
	}
	.floatLayer dd {
		font-size: 15px;
		line-height: 20px;
	}
	.floatLayer button {
		font-size: 18px;
		line-height: 30px;
		padding: 1% 14%;
	}
	.floatLayer a {
		width: 40px;
		height: 40px;
		font-size: 29px;
		line-height: 33px;
		margin: -17px 12px 0 0;
	}
}
/* add By Greene */
.progressive {
	background-color: #dc4300;
	transition: width .5s ease-in-out;
}
.time {
	transition: left .5s ease-in-out;
}
button {
	outline: none;
}
.floatLayer-base {
	position: fixed;
  z-index: 100;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .7);
}
.floatLayer td, .floatLayer dd  {
	text-align: left;
}
.swiper-slide {
	width: 50% !important;
}
@media screen and (min-width: 800px) {
	.swiper-slide {
		width: 25% !important;
	}
}

/*homeBtn*/
.homeBtn a{
	display: block;
	position: fixed;
    top: 65px;
    right: 26px;
    width: 141px;
    height: 247px;
    background: url(../images/fixHome.png);
    animation: fixArea 1.5s 1;
    z-index: 98;
    transition: all 0.2s;
}
.homeBtn a:hover{background: url(../images/fixHomeHover.png); top: 68px;}
@media screen and (max-width:900px) {
.homeBtn a{top:inherit; right: 0; bottom: 0; width: 100%; height: 0; padding-top: 13%; background: url(../images/fixHomeS.png) no-repeat; background-size: 100% auto; }
.homeBtn a:hover{background: url(../images/fixHomeS.png) no-repeat; background-size: 100% auto;  top:inherit; filter: brightness(1.2);}
}


/*注意浮層*/
.noteLayer .black{display: block; z-index: 98;
    position: fixed; top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 320%;
    background:rgba(0,0,0,0.6);}
.noteLayer .note{
	width: 426px;
    height: 511px;
    background: url(../images/noteBG.png) no-repeat;
    background-size: 100% auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-54%);
	z-index: 99;}
.noteLayer .note img{width: 100%;}
.noteLayer .note input{
	width: 52%;
    height: 6%; line-height: 6%;
    border: 2px solid #000;
    position: absolute;
    left: 22%;
    top: 44%;
	font-family:"Microsoft JhengHei","Apple LiGothic Medium";
    font-size: 12px;}
.noteLayer .note a.copy{
	display: block;
    width: 20%;
    position: absolute; left: 71%; top: 43%;
	}
.noteLayer .note a.close{
	display: block;
    width: 36%;
    position: absolute;
    left: 33%;
    top: 91%;
    opacity: 1;
	}
.noteLayer .note a:hover{transition: all 0.2s; transform:translateY(2px); }

@media screen and (max-width:1024px){
	.noteLayer .note{width: 94%; height: 0; padding-bottom: 112%;}
	.noteLayer .note input{font-size: 26px;}
}
@media screen and (max-width:767px) {
	.noteLayer .note input{font-size: 12px;}
}





#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 99;
	background: #000;
	display: none;
}

#mdWindow {
	margin-top: -108px;
	margin-left: -250px;
	top: 50%;
	left: 50%;
	width: 500px;
	position: fixed;
	z-index: 99;
	background: #fff;
	display: none;
	text-align: center; 
    font-family:"Microsoft JhengHei","Apple LiGothic Medium";
    padding: 2% 4%;
}

#mdWindow h5{
	font-size: 26px;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: dotted 2px;
}

#mdWindow p{
	font-size: 20px;
    padding: 20px 0;
    line-height: 1.4em;
}

#mdWindow > .mdClose {
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 1.5em;
	background: #757575;
	border-radius: 30px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	box-shadow: 0 0 3px 0 #000;
}

#modalInclude {
	display: none;
}


@media screen and (max-width:570px){
	#mdWindow {
    margin-top: -50%;
    margin-left: -45%;
    width: 90%;
}

    #mdWindow h5{
	font-size: 22px;
    padding: 12px 0;
}

#mdWindow p{
	font-size: 16px;
    padding: 12px 0;
}

}/*media*/