/* 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:#d6b03a;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-tool-bar-show { right:10px; }

footer { border-top: 5px solid #d6b03a; padding: 0 5%; font-weight: 400; letter-spacing: 0; font-size: 17px; color: #444; line-height: 1.5;}
.footer-top-section { padding: calc(20px + 4%) 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.footer-top-section > div:nth-of-type(1) { width: 50%;}
.footer-top-section > div:nth-of-type(2) { width: 35%;}

.footer-left { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.footer-left > div:nth-of-type(1) { width: 40%; padding-right: 5%;}
.footer-left > div:nth-of-type(1) img { max-width: 160px; width: 100%;}
.footer-left > div:nth-of-type(2) { width: 60%; }

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.footer-info > div { margin-bottom: 15px;}
.footer-info > div:nth-child(odd) { width: 24px; height: 24px; border-radius: 100%; background: #d6b03a; color: #fff; text-align: center; line-height: 24px;}
.footer-info > div:nth-child(even) { width: calc(100% - 24px); padding: 0px 0 0 10px; line-height: 1.3;}


.footer-link-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.footer-link-section > div { width: 50%;}
.footer-link-1 > a { display:block; font-weight: 700; padding-bottom: 10px;font-size: clamp(18px, 1.5vw, 20px);}
.footer-link-2 > a { display:block; font-size: 17px; padding-bottom: 7px;}
.footer-link-1 > a:hover, .footer-link-2 > a:hover { color: #d6b03a;}

.copyright { border-top: 1px solid #c8c8c8; text-align: center; padding: calc(15px + 1%); font-size: 16px; line-height: 1.4;}
.copyright span { display: inline-block;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); right: 0;}
}

@media only screen and (max-width: 1279px) {
	
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.footer-top-section > div:nth-of-type(1) { width: 100%;}
	.footer-top-section > div:nth-of-type(2) { width: 100%;}
	.footer-left > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: 25px;}
	.footer-left > div:nth-of-type(1) img { max-width: 100px; }
	.footer-left > div:nth-of-type(2) { width: 100%; padding-bottom: 25px; }
}
@media only screen and (max-width: 640px) {
	.copyright { font-size: 15px;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
}