/* 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:-60px; bottom:40%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > a { width:40px; height:40px;line-height: 36px;  background:#2b6866; border-radius: 100%; margin-bottom: 5px; transition: all 0.4s ease-out 0s; cursor: pointer; text-align: center;}
.right-tool-bar > a img { width:22px; height:22px; filter: invert(1);}
.right-tool-bar > a:hover { transform: scale(0.9);}
#gotop { display: block; position: relative;}
#gotop div { display:inline-block; position: absolute; top:55.5%; left: 50%; transform: translate(-50%, -50%);}
#gotop div:before { content: ""; width: 10px; height: 10px; display: block; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); }

.right-tool-bar-show { right:10px; }


footer { background: #f2f2f2; font-size: clamp(16px, 1.2vw, 17px); line-height:1.5; color: #333; letter-spacing: 0.05rem; font-weight: 400; }
footer a:hover { color: #333; }
.footer-top-section { background: #f2f2f2; padding: calc(20px + 2%) 5%;}
.footer-top-content { display:flex; flex-direction: row; flex-wrap: wrap;}
.footer-top-content > div:nth-of-type(1) { width: 160px; border-right: 1px solid #555555;}
.footer-top-content > div:nth-of-type(2) { width: 48%; padding: 0 35px;}
.footer-top-content > div:nth-of-type(3) { width: calc(52% - 160px);}

.footer-logo { width: 115px;}
.footer-logo-name { padding-bottom: 20px;}

.footer-info > div {}
.footer-link { display: flex; flex-direction: row;flex-wrap: wrap;}
.footer-link > div:nth-of-type(1) { width: 65%;}
.footer-link > div:nth-of-type(2) { width: 35%;}
.footer-link > div > a { display: block; margin-bottom: 8px; font-weight: 500; padding-right: 15px;}
.footer-link > div > a:hover { text-decoration: underline; color: #333;}

.copyright { background: #111111; padding: 12px 5%; text-align: center; color: #fff; font-size: 16px;}


@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); transform-origin: 100% 50%;}
	.right-tool-bar-show { right:5px; }
	
}
@media only screen and (max-width: 1279px) {
	

}

@media only screen and (max-width: 980px) {
	.footer-logo { width: 80px;}
	.footer-logo-name img { width: 200px;}
	.footer-top-content > div:nth-of-type(1) { width: 100%; border-bottom: 1px solid #555555;border-right: 0px solid #555555; padding-bottom: 15px;}
	.footer-top-content > div:nth-of-type(2) { width: 100%; padding: 15px 0 25px 0;}
	.footer-top-content > div:nth-of-type(3) { width: 100%;}

}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	
	
}

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

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