@charset "utf-8";

.header-ki-eb {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 98%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #c70a17;
	padding-top: 1.5%;
	padding-left: 2%;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
	border-right: #d4bf8f solid 3px;
	border-bottom: #d4bf8f solid 2Px;
	border-bottom-right-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.header-ki-eb h1{
	font-size: 130%;
}	
.box-header-ki-eb-1 {
	width: 100px;
	height: 100px;
	text-align: center;
	margin-bottom: 1%;
}
.box-header-ki-eb-1 img {
	width: 88px;
	height: 100px;
}
.box-header-ki-eb-2 {
	width: 300px;
	height: 75px;
	text-align: left;
	padding-top: 25px;
	padding-left: 2%;
	margin-bottom: 1%;
}
.box-header-ki-eb-3 {
	width: 300px;
	height: auto;	
	text-align: right;
	margin-bottom: 1%;
	padding-top: 5px;
}
.box-header-ki-eb-3 p{
	font-size: 14px;
	color: #c70a17;
	}
.box-header-ki-eb-3 a{
	color: #000;
}
.box-header-ki-eb-3 :hover {
	color: #AF1028;
}

.box-header-ki-eb-3 img {
	width: 100px;
	height: 75px;
}	

@media only screen and (max-width: 481px){
.header-ki-eb {
	display: flex;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #c70a17;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	border-right: #d4bf8f solid 2px;
	border-bottom: #d4bf8f solid 2Px;
	border-bottom-right-radius: 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: left;
}	
.header-ki-eb h1{
	font-size: 130%;
	}
.box-headerk-ki-eb-1 {
	width: 25%;
	height: 100px;
	text-align: center;
	padding-top: 5px;
}
.box-header-ki-eb-1 img {
	width: 88px;
	height: 100px;
	}
.box-header-ki-eb-2 {
	width: 65%;
	height: 50px;
	padding-top: 40px;
	padding-left: 5%;
	margin: 0;
}
.box-header-ki-eb-3 {
	width: 98%;
	height: auto;
	text-align: center;	
	padding-top: 0;
	padding-bottom: 3px;
}	
.box-header-ki-eb-3 img {
	width: 100px;
	height: 75px;
}
}