/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool-bar { position: fixed; right:10px; bottom:30%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 44px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:44px; height:44px;line-height: 44px;  background:#0e4a9b;border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 16.5px;}
#gotop a:hover { }
.right-phone {display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; width:44px; height:44px;line-height: 44px;  background:#222;border-radius: 100%; }
.right-phone img {filter: invert(1); width: 20px;}
.right-tool-bar-show { right:10px; }

footer { border-top: 1px solid #eeeeee; font-weight: 400; letter-spacing: 0.05rem;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-top-section > div { width: 50%; padding: calc(20px + 3%) calc(20px + 4%);}
.footer-top-section > div p { margin: 0; padding: 0 0 13px 0; font-weight: 400; line-height: 1.6; font-size: 17px; min-height: 95px;}
.footer-top-section > div:nth-of-type(2) { background: #eeeeee;}
.footer-top-section .btn01 { text-align: right;}

.footer-botttom-section { background: url("../images/footer-bottom-bg.jpg") no-repeat top center / cover; padding: calc(20px + 3%) 5%;}
.footer-botttom-content { display: flex; flex-direction: row; flex-wrap: wrap; color: #fff;}
.footer-botttom-content > div:nth-of-type(1) { width: 370px;}
.footer-botttom-content > div:nth-of-type(2) { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; width: calc(100% - 370px); padding-top: 24px;}
.footer-botttom-content > div:nth-of-type(2) > div { width: 200px; border-top: 4px solid #fff; padding-top: 25px; padding-bottom: 30px;}

.footer-logo { padding-bottom: 20px;}
.footer-logo > b{ font-weight: 900; display: block;}
.footer-logo > span{ font-family: 'Noto Serif TC', sans-serif; display: block; line-height: 1.2;}
.footer-info{ display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-info > div { margin-bottom: 5px; font-size: 18px; line-height: 1.5;}
.footer-info > div:nth-child(odd){ width: 25px;}
.footer-info > div:nth-child(odd) img { filter: invert(1);}
.footer-info > div:nth-child(even){ width: calc(100% - 25px); padding: 3px 0 0 10px;}
.footer-info > div:nth-child(even) a { color: #fff !important; word-break: break-word;}

.footer-link > a { display: block; font-size: 19px; line-height: 1.3; padding-bottom: 15px; color: #fff !important;}
.footer-link > a:hover { text-decoration: underline;}

.footer-qr-code { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-qr-code > a { display: inline-block; margin: 0 8px 8px 0;}
.footer-qr-code > a > img { width: 35px; transition: all 0.4s ease-out 0s;}
.footer-qr-code > a:hover > img { transform: scale(0.85);}

.copyright { padding: calc(10px + 1%) 5%; text-align: center; font-size: 16px; line-height: 1.6;}
.copyright a:hover { text-decoration: underline;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); right: 0;}
}

@media only screen and (max-width: 1279px) {
	.footer-top-section > div { width: 100%; padding: calc(20px + 3%) 5%;}
	.footer-top-section > div p { font-size: 16px; min-height: inherit;}
	
	
	.footer-botttom-content > div:nth-of-type(1) { width: 100%;}
	.footer-botttom-content > div:nth-of-type(2) { width: calc(100% - 0px); justify-content: space-between;}
	.footer-botttom-content > div:nth-of-type(2) > div { width: 30%;}
}

@media only screen and (max-width: 980px) {
	.footer-link > a { font-size: 17px;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-top-section .btn01 { text-align: center;}
}

@media only screen and (max-width: 414px) {
	.footer-botttom-content > div:nth-of-type(2) > div { width: 100%;}
	
}

@media only screen and (max-width: 320px) {
	
}