@charset "utf-8";
/* CSS Document */

footer .info p {
    padding: 2px 0;
    margin: 0;
    color: #000;
    letter-spacing: 1px;
    font-size: 95%;
}

footer .info p a {
    color: #B33000;
}

footer .info p a:hover {
    color: #B33000;
}

footer .right ul {
    padding: 0;
    list-style-type: none;  
     clear: both;
}
footer .right ul li {
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0;
}
footer .right ul li a {
    display: block;
    text-decoration: none;
}
footer .right ul li a:hover p {
    color: #B33000;
}


@media screen and (min-width: 992px) {
footer .right {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 23px;
}
footer .right ul {
    float: right;
    margin: 0 0 5px 0;
   
}
    }
@media screen and (max-width: 992px) {
footer .right ul {
    float: left;
    margin: 0 0;
}
    }


/*20200618新增*/
/*頁底QRcord*/
footer .left_qr ul {
    padding: 0;
    list-style-type: none;  
     clear: both;
}
footer .left_qr ul li {
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0;
}
footer .left_qr ul li a {
    display: block;
    text-decoration: none;
	color: #000;
}
footer .left_qr ul li a:hover p {
    color: #d04d00;
}

/*頁底 聯絡資訊/公開資訊區塊高度*/
@media screen and (max-width: 991px) {
footer .right ul {
    float: none;
    margin: 0 0 5px 0;
}
.editor .right {
	padding: 0 0 47px 0;
}
}
