@charset "utf-8";

#foot{
    background-color: #2c2c2c;
    padding-top: 40px;
    padding-bottom: 40px;

}

#foot_tbox{
	min-height: 150px;
	padding:10px 0;
	width:440px;
	float:left;
	background:url(../images/line01.jpg) repeat-y right top;
}

#foot_tbox .tt{
	font-weight:700;
	color: #bf1d2d;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: -3px;
}

#foot_tbox .tt span{
    font-size: 12px;
    letter-spacing: 1.2px;
}

#foot_tbox .f_logo{
	float:left;
	margin:0 10px 10px 0;
	width:90px;
}
#foot_tbox h1{
    color: #bf1d2d;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: -3px;
}
#foot_tbox h1 span{
    font-size: 12px;
    letter-spacing: 1.2px;
}


.cop{
	width: calc(100% - 100px);
    display: inline-block;
    color: #959595;
    font-size: 14px;
    float: left;
    line-height: 20px;
}
.design_by_gw {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+8,492c00+47,492c00+73,752201+99 */
background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 8%, #492c00 47%, #492c00 73%, #752201 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 8%,#492c00 47%,#492c00 73%,#752201 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 8%,#492c00 47%,#492c00 73%,#752201 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#752201',GradientType=0 ); /* IE6-9 */


	text-align:center;
   	color:#fff;
	font-size:12px;
    width: 90px;
    height: 20px;
    line-height:20px;
    letter-spacing:-0.5px;
    margin-top:10px;
    display: inline-block;
    overflow: hidden;
    border-radius:10px;

}

.design_by_gw:hover{
    background: #752201;
background: -moz-linear-gradient(top,  #752201 1%, #492c00 27%, #492c00 53%, #8c3310 92%, #f0b7a1 100%);
background: -webkit-linear-gradient(top,  #752201 1%,#492c00 27%,#492c00 53%,#8c3310 92%,#f0b7a1 100%);
background: linear-gradient(to bottom,  #752201 1%,#492c00 27%,#492c00 53%,#8c3310 92%,#f0b7a1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#752201', endColorstr='#f0b7a1',GradientType=0 );

	transition: none;
}
#foot_menu{
	min-height: 150px;
	background:url(../images/line01.jpg) repeat-y right top;
	padding: 10px 20px;
    float: left;
}
#foot_menu ul{
	float: left;
    margin:0 auto;
    display:table;
}
#foot_menu li{
	clear:both;
}
#foot_menu li a{
    padding:0 20px;
    color:#959595;
    font-size:14px;
    font-weight:700;
    line-height:25px;
}
#foot_menu li a:hover{
    color: #bf1c2d;
}
#contact_info{
	float: left;
    padding: 10px 20px;
}

#contact_info p{
	text-align: left;
    clear: both;
    color: #959595;
    line-height: 24px;
    font-size: 14px;
}
#contact_info span{
    color: #bf1c2d;
}
#contact_info .title{
    margin-right: 5px;
    color:#c6b526;
    text-align: left;
}
#link_community{
    padding-bottom:20px;
    clear:both;
    overflow:hidden;
}

#link_community a{
	float: left;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
#link_community a img{
    opacity:0.8;
 
}
#link_community a:hover img{
    opacity:1;
}

/*quick_links*/
.quick_links .top{
  width: 110px;
}
.quick_links .top a{
  background:url('../images/bg_btn_top.png') no-repeat center;
  border:none;
  box-shadow:none;
}
.quick_links .top span{
  font-family:"Times New Roman";
}



.quick_links .top img {
    margin-left: -10px;
    width: 20px;
    top: 15px;
}
/*------------- RWD 各裝置調整 ----------------*/
@media screen and (max-width: 1200px){
	#foot{
		padding:20px 3%;
	}
	
	#foot_tbox{
	    padding: 10px 10px 0 0;
		width: 45%;
	}
	
	#foot_menu {
		padding: 10px 5px;
	}
	#foot_menu li a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1024px){
	#foot{
		padding-bottom:60px;
	}
    #foot_menu{
        display:none;
    }
	#foot_tbox{
		padding-bottom: 20px;
	    width: 100%;
		background: none;
		border-bottom: solid #484747 1px;
		min-height: inherit;
		text-align: center;
	}
	#foot_tbox .f_logo {
		float: none;
		margin: 0 auto;
	}
	#foot_tbox .f_logo:first-of-type {
		display: none;
	}
	
	.cop {
		width: 100%;
		clear: both;
		margin-bottom:20px;
	}
	.design_by_gw{
	    clear: both;
		margin: 0 auto;
		display: block;
	}
	#contact_info {
		float: none;
		padding: 10px 0;
		clear: both;
		width: 100%;	
	}
	
	#contact_info p {
		clear: none;
		float: left;
		margin-right: 20px;
	}

	.quick_links .top{
		width:calc(100%/5);
	}
	.quick_links .top a{
		background: #000;
    	border: solid 1px #414141;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	}
	.quick_links .top span{
		font-family:Arial;
	}

	.quick_links .top img{
	    margin-left: -15px;
	    width: 30px;
	    top: 5px;
	}
}
