#banner {
	width: 100%;
	z-index: 3;
}

#banner,
#banner * {
	transition: unset;
	-webkit-transition: unset;
}

#banner img {
	width: 100%;
	min-height: 78vh;
	aspect-ratio: 19/9.1;
	height: 1038px;
}

#banner .pos_abs {
	width: 100vw;
	height: 75vh;
	top: 0;
	left: 0;
}

#banner .info {
	height: 75vh;
	z-index: 2;
}

#banner .info .txt {
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#banner .info .txt * {
	font-weight: 400;
	color: #231815;
	opacity: 1;
}

#banner .info .txt h3 span {
	font-size: max(4 * (1vw + 1vh) / 2,35px);
	font-weight: 600;
	color: var(--primary);
	letter-spacing: 2px;
}

#banner .info .txt p {
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}
#banner .cuubutm{
    display: flex;
    margin-top: 44px;
}
#banner .info .txt .cuubutm p{
    padding: 9px 15px;
    border-radius: 500px;
    border: #838383 1px solid;
    margin: 0 11px;
    width: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}
#banner a.pos_abs {
	z-index: 2;
}
#banner  .letters {display: flex;align-items: center;}
#banner .letters .letter{letter-spacing: 0.07em;font-size: max(1.3 * (1vw + 1vh) / 2, 14px);transition: all 0s ease-in-out;-webkit-transition: all 0s ease-in-out;letter-spacing: 0.25em;font-weight: 200;}


#banner video,
#banner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



@media screen and (min-width: 761px) {


	#banner .pos_abs {
		height: 95vh;
	}

	#banner .info {
		padding-bottom: 10vh;
		height: 100%;
	}
}

@media screen and (max-width: 1470px) {
	#banner img {
		height: 690px;
		min-height: 80vh;
	}
	#banner .info .txt .cuubutm p{
    width: 134px;
    margin: 0 8px;
}
	#banner .cuubutm{
    margin-top: 20px;
}
}

@media screen and (max-width: 1280px) {
	#banner img {
		object-position: 10% 50%;
		aspect-ratio: 19 / 5.1;
		object-position: 50%;
	}
}

@media screen and (max-width: 640px) {
	#banner img {
		min-height: 375px;
		object-position: 82% 100%;
		height: 479px;
	}
	#banner .cuubutm{
    display: flex;
    flex-wrap: wrap;
}
	#banner .info .txt .cuubutm p{
    font-size: 14px;
    width: 100px;
    background: #ffffff;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
	#banner .info .txt{
    display: flex;
    align-items: flex-start;
    padding-top: 43px;
}
	#banner .info{
    height: 100%;
}
}

@media screen and (max-width: 550px) {
	#banner .info .txt h3 {
		font-size: 12vw;
	}
}