/* 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; }
}
#gotop { display: none; position: fixed; right:20px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:40px; height:40px;line-height: 35px;  background:rgba(255,255,255,.95); border-radius: 100%; font-size: 15px; color: #073E8D; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0); border: 1px solid #d1d1d1;}
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 1px 1px 0 0; border-color: #d1d1d1; border-style: solid; transform: rotate(-45deg); top:16px; left: 12px;}
#gotop a:hover { opacity: 0.8;}


footer { background: #f4f4f4; border-top:1px solid #dedede; padding: 4% 5%; font-size: 15px; overflow: hidden;}
.footer-box { max-width: 1440px; margin: 0 auto; text-align: left;}
.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 50px;}
/*.footer-top-section > div:nth-of-type(1) { width: 138px;}*/
.footer-top-section > div:nth-of-type(1) { width: 48%; padding-left: 30px; padding-right: 3%; padding-top: 10px; border-right: 1px solid #d7d7d7;display: flex; flex-direction: column; flex-wrap: nowrap;}
.footer-top-section > div:nth-of-type(1) > div:nth-of-type(1) { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.footer-top-section > div:nth-of-type(1) > div:nth-of-type(1) img { display: inline-block; margin-right: 30px;}
.footer-top-section > div:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(2) { width: 63px;}
.footer-top-section > div:nth-of-type(2) { width: 52%; padding-left: 4%;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around}

.footer-logo-2 { margin-bottom: 15px;}
.footer-logo-name { font-size: 15px; padding-bottom: 10px; font-weight: bold;}
.footer-logo-name span { font-size: 24px; padding-right: 6px;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-info > div { display: flex; flex-direction: row; flex-wrap: nowrap; padding-bottom: 15px; line-height: 120%;}
.footer-info > div:nth-child(odd) { width: 40%;}
.footer-info > div:nth-child(even) { width: 60%;}
.footer-info > div > div:nth-of-type(1) { width: 20px;}
.footer-info > div > div:nth-of-type(2) { width: calc(100% - 20px); padding-left: 9px; font-size: 15px; color: #636363;}
.footer-info > div > div:nth-of-type(2) a { color: #636363;}

.footer-link-1 a { color: #333333; display: block; line-height: 36px; font-weight: bold;}
.footer-link-2 a { color: #666666; display: block; line-height: 30px;}
.footer-link-1 a:hover, .footer-link-2 a:hover { color: #03c0af;}

.copyright { text-align: center; color: rgba(51,51,51,.58);	font-size: 13px;}

@media only screen and (max-width: 1279px) {
	footer { padding: 40px 5%;}
	
	.footer-info > div:nth-child(odd) { width: 100%;}
	.footer-info > div:nth-child(even) { width: 100%;}
}

@media only screen and (max-width: 980px) {
	.footer-top-section > div:nth-of-type(1) { width: calc(100% - 0px); padding-left: 0px; padding-right: 0; padding-bottom: 30px; margin-bottom: 30px; border-right: 0px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
	.footer-top-section > div:nth-of-type(2) { width: 100%; padding-left: 0%; justify-content: space-between;}
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	.footer-top-section > div:nth-of-type(2) { flex-wrap: wrap;}
	.footer-top-section > div:nth-of-type(2) > div { width: 50%;}
	
	
}

@media only screen and (max-width: 414px) {
	
	
}

@media only screen and (max-width: 320px) {
	

}