/* ==========================================================================
	footer
========================================================================== */
.footer {
	/* position: fixed; */
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	text-align: center;
}
.footer span,
.footer a{
	color: #323232;
	font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
}
.footer .top{
	background-color: #FFF;
}
.footer .social-area{
	padding: 40px 0;
}

/* social addtoany */
.a2a_kit a{
    margin: 0 8px;
}
.a2a_kit a span{
	display: inline-block;
	position: relative;
}
.a2a_kit a span:before{
	font-family: "icomoon";
	color: #FFF;
	font-size: 32px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #50545a;
	border-radius: 50%;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
.a2a_kit a:hover span:before{
	transform: scale(1.1)rotate(360deg);
	-webkit-transform: scale(1.1)rotate(360deg);
	-moz-transform: scale(1.1)rotate(360deg);
	-ms-transform: scale(1.1)rotate(360deg);
	-o-transform: scale(1.1)rotate(360deg);
}
.a2a_kit a span:after{
	content: "";
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	border: solid 1px #50545a;
	transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	
}
.a2a_kit a:hover span:after{
	opacity: 0;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.a2a_kit .a2a_button_google_plus span:before{
	content: "\e907";
}
.a2a_kit .a2a_button_facebook span:before{
	content: "\e906";
}
.a2a_kit .a2a_button_wechat span:before{
	content: "\e90a";
}
.a2a_kit .a2a_button_twitter span:before{
	content: "\e909";
}
.a2a_kit .a2a_button_email span:before{
	content: "\e908";
}

/**2019-03-11電子報加簽**/
.a2a_kit .a2a_button_newsletter span:before{
	content: "　";
	background:url(images/newsletter.png);
}
/**2019-03-11電子報加簽**/

/**2019-04-25 IG加簽**/
.a2a_kit .a2a_button_ig span:before{
	content: "　";
	background:url(images/ig.png);
}
/**2019-04-25 IG加簽**/


.footer .link-area{
	padding-top: 7px;
}
.footer .link-area ul{
	position: relative;
	float: left;
}
.footer .link-area li{
	float: left;
}
.footer .link-area li+li:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #323232;
	margin: 0 20px;
}
.footer .link-area li a{
	letter-spacing: 1.6px;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}
.footer .link-area li:hover a{
	color: #0060c2;
}
.footer .contact-area{
	padding-top: 5px;
	padding-bottom: 24px;
}
.footer .contact-area a{
	letter-spacing: 1.1px;
	font-size: 14px;
	color: #323232;
    white-space: normal;
}
.footer .bottom{
    position: relative;
    background-color: #323232;
    padding: 11px 0;
    overflow: hidden;
}
.footer .bottom ul{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.footer .bottom li,
.footer .bottom a,
.footer .bottom span{
	color: #FFF;
	font-size: 13px;
    line-height: 28px;
}
.footer .bottom ul li{
	float: left;
}
.footer .bottom ul li+li:before{
	content: "/";
	padding: 0 15px;
}
@media screen and (max-width: 1199px) {
	.footer{
		border-top: solid 10px rgb(245,245,245);
	}
	.index .footer{
		border-top: 0;
	}
}
@media screen and (max-width: 991px) {
	.footer .link-area li a {
	    font-size: 15px;
	}
	.footer .link-area li+li:before{
		margin: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.footer .link-area li a {
	    font-size: 15px;
	}
	.footer .link-area li+li:before{
		margin: 0 15px;
	}
	.footer .link-area li {
	    width: 25%;
	}
	.footer .link-area li a {
	    display: inline-block;
	    width: calc(100% - 31px);
	    text-align: center;
	}
	.footer .link-area li:first-child a{
		margin-left: 30px;
	}
	.footer .link-area li:nth-of-type(5):before{
		content: "";
		background: transparent;
	}
	.footer .bottom ul li {
	    float: none;
	}
	.footer .bottom ul li+li:before {
	    content: "";
	    padding: 0;
	}
}
@media screen and (max-width: 479px) {
	.footer .social-area {
	    padding: 40px 0 20px 0;
	    margin-left: -15px;
    	margin-right: -15px;
	}
	.footer .link-area{
	    clip: rect(1px, 1px, 1px, 1px) !important;
	    height: 0px !important;
	    overflow: hidden !important;
	    position: absolute !important;
	    width: 0px !important;
	    text-indent: 100%!important;
	    white-space: nowrap!important;
	}
	/* .footer .link-area ul{
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.footer .link-area li {
	    width: 50%;
	}
	.footer .link-area li:nth-of-type(odd):before{
		content: "";
		background: transparent;
	} */
	.footer .contact-area{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.a2a_kit a {
	    margin: 0 5px;
	}
	.footer .bottom ul li{
		font-size: 12px;
	}
}

/**2019-03-11電子報加簽**/
#newsletter{
	display:none;
}
#newsletter .darken{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.6);
	z-index:99998;
}
#newsletter .newsletter_content{
	z-index:99999;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	margin:auto; 
	width:280px;
	height:280px;
	background:#fff;
}
#newsletter .newsletter_content h3{
	font-size:36px;
	font-family:"微軟正黑體";
}
#newsletter .newsletter_content input{
	margin:10px 0 10px 0;
	height:50px;
	width:100%;
	max-width:250px;
	padding:0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #ccc solid;
	font-family:"微軟正黑體";
}

#newsletter .newsletter_content button{
	background:#891538;
	font-size:18px;
	font-family:"微軟正黑體";
	color:#fff;
	display:block;
	width:100%;
	max-width:250px;
	margin: 15px auto;
	padding:10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#newsletter .newsletter_content i{
	width:40px;
	height:40px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	display:block;
	border:1px #ccc solid;
	position:absolute;
	top:-20px;
	right:-20px;
	background:#fff;
}
#newsletter .newsletter_content i span:before{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#000;
	position:absolute;
	transform:rotate(45deg);
	top:calc(50% - 0px);
	left:calc(50% - 15px);
}
#newsletter .newsletter_content i span:after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#000;
	position:absolute;
	transform:rotate(-45deg);
	top:calc(50% - 0px);
	left:calc(50% - 15px);
}
/**2019-03-11電子報加簽**/