section.banner-area {
	padding: 0 !important;
}

.banner-area picture {
	display: block;
}

.banner-area picture img {
	display: block;
	height: 100%;
	width: 100%;
}

.banner-area .bnnr-txt {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: absolute;
	bottom: 1rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-area .bnnr-txt strong {
	display: block;
	color: #00548B;
    
}

.txt_kck {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
}

.banner-area .links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.banner-area .links li {
	text-align: center;
	background-color: #D0282E;
	padding: 1.889rem 2.667rem;
	transition: 0.5s ease;
	position: relative;
}

.banner-area .links li a {
	color: #ffffff;
	font-size: 0.944em;
	font-weight: 600;
	text-transform: uppercase;
}

.txt_big {
	font-size: 1.89rem;
	line-height: 1;
}

.banner-area .links li a svg {
	font-size: 2.2rem;
	height: 1em;
	width: 1em;
	display: block;
	margin: auto;
}

.banner-area .links li {
	width: 50%;
}

.banner-area .links li:hover {
    background-color: #fff;
}

.banner-area .links li:hover a {
    color: #D0282E;
}

section.banner-area > div:after {
	content: '';
	position: absolute;
	bottom: 0;
	background: rgb(23,40,59);
	background: linear-gradient(0deg, rgba(255,255,255, .80) 80%, rgba(255,255,255,0) 100%);
	height: 51%;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 500px) {
	.txt_big {
		font-size: 3.1rem;
	}
	
	.txt_kck {
		font-size: 2.3rem;
	}
	
	.banner-area .links li a svg {
		margin: 0 1rem 0 0;
	}
} 

@media screen and (min-width: 650px) {
	.banner-area .links li a {
		display: flex;
		justify-content: center;
		align-items: center;
	}


}

@media screen and (min-width: 800px) {
	.banner-area .bnnr-txt {
		padding-left: 6.444rem;
		padding-right: 0;
	}

	.banner-area .bnnr-txt strong {
		color: #00548B;
	}

	section.banner-area > div:after {
		display: none;
	}

}

@media screen and (min-width: 1201px) {
	.banner-area .links li {
		width: 25%;
	}
	.banner-area .bnnr-txt {
		top: 50%;
		transform: translateY(-50%);
	}
	.banner-area .links li:not(:last-child):after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -1px;
		width: 1px;
		height: 75%;
		background-color: #fff;
		z-index: 2;
	}
	.banner-area .links li:not(:last-child):hover:after {
		opacity:0;
	}
}

@media screen and (max-width: 1200px) {
	.banner-area .links li:is(:nth-child(1), :nth-child(3)):after {
		content: '';
		position: absolute;
		right: 0;
		width: 1px;
		height: 74%;
		background-color: #fff;
	}

	.banner-area .links li:nth-child(1):before,
	.banner-area .links li:nth-child(2):before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 96%;
		height: 1px;
		background-color: #fff;
	}
		
	.banner-area .links li:nth-child(1):before {
		right: 0;
	}

	.banner-area .links li:nth-child(2):before {
		left: 0;
	}

	.banner-area .links li:nth-child(1):after {
		top: initial;
		bottom: 0;
	}
	
	.banner-area .links li:nth-child(3):after {
		top: 0;
	}
	.banner-area .links li {
	    padding: 1.889rem 1.667rem;
	}
	
	.hd-1200 {
		display:none;
	}
	
	.banner-area > div:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 80%;
	    background: rgb(23,40,59);
	    background: linear-gradient(180deg, rgba(23,40,59,0) 0%, rgba(255,255,255,1) 100%);
	    z-index: 1;
	}
}