@charset "utf-8";
/*===========================
add
===========================*/
.footMail {
	margin:0 0 1.6em 0em;
}

.footMail a {
	color:var(--basic-color);
	text-align:center;
	font-size:2em;
	line-height:1em;
	text-decoration:none;
}

.footMail a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


@media screen and (max-width: 768px) {
.footMail {
	margin:0 0 1em 0;
	width:100%;
	text-align:center;
}    
}

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

.footMail {
	margin:0 0 1em 0;
	width:100%;
	text-align:center;
}
	.footMail.footMail-rs {
	margin:0 0 1em 0;
	width:100%;
	text-align:center;		
	}
}

.justify_center{
    justify-content: center !important;
}
@media only screen and (max-width: 600px) {
.justify_center{

    justify-content: initial;
}
}

.margintype .txtBnrAr{
    margin: 1em;

}