@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* animation: none !important; */
}

.banner {
	margin: 0 auto;
	min-width: 280px;
	width: 100%;
	height: 90px;
	background: #07194f;
	border: 1px solid #14a0ff;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	color: #fff;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.container {
	width: 1000px;
	height: 100%;
	position: relative;
}
.container div,
.container img {
	position: absolute;
}

.logo-wrapper,
.btn-wrapper {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-wrapper {
	top: 0;
	left: 0;
	width: 29%;
	height: 100%;
}

.logo {
	position: relative;
	width: 162px;
	z-index: 30;
}

.btn-wrapper {
	bottom: 0;
	right: 0;
	width: 27%;
	height: 100%;
}

.btn {
	font-size: 18px;
	width: 140px;
	height: 46px;
	line-height: 1.2;
	font-weight: 700;
	color: #10182a;
	font-style: normal;
	background: #a0cb32;
	-webkit-box-shadow: 0 0 0 5px #123589, 0 0 0 7px #a0cb32;
	box-shadow: 0 0 0 5px #123589, 0 0 0 7px #a0cb32;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 10;
	-webkit-animation: btn 5.1s infinite;
	animation: btn 5.1s infinite;
}

.img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* slide 1 */
.txt-1 {
	font-size: 33px;
	line-height: 1.2;
	width: 300px;
	top: 2px;
	left: 238px;
	z-index: 2;
}
.txt-1 .first {
	display: inline-block;
	font-size: 1.09em;
	color: #e8c02d;
	-webkit-animation: txt-1-t 5.1s infinite;
	animation: txt-1-t 5.1s infinite;
}
.txt-1 .second {
	display: inline-block;
	font-weight: 500;
	-webkit-animation: txt-1-b 5.1s infinite;
	animation: txt-1-b 5.1s infinite;
}

.txt-2 {
	font-size: 22px;
	line-height: 1;
	width: 300px;
	font-weight: 500;
	top: 3px;
	left: 219px;
	z-index: 2;
}
.txt-2 span {
	display: inline-block;
}
.txt-2 .first {
	-webkit-animation: txt-2-t 5.1s infinite;
	animation: txt-2-t 5.1s infinite;
}
.txt-2 .first span {
	font-size: 1.36em;
	font-weight: 700;
	color: #e8c02d;
}
.txt-2 .second {
	-webkit-animation: txt-2-t 5.1s infinite;
	animation: txt-2-t 5.1s infinite;
}
.txt-2 .third {
	-webkit-animation: txt-2-m 5.1s infinite;
	animation: txt-2-m 5.1s infinite;
}
.txt-2 .four {
	font-size: 1.36em;
	font-weight: 900;
	color: #e8c02d;
	-webkit-animation: txt-2-m 5.1s infinite;
	animation: txt-2-m 5.1s infinite;
}
.txt-2 .five {
	-webkit-animation: txt-2-b 5.1s infinite;
	animation: txt-2-b 5.1s infinite;
}

.bg-1 {
	top: 54px;
	left: 92px;
	z-index: 1;
}

.bg-2 {
	top: 44px;
	left: 857px;
	z-index: 1;
}

.bg-3 {
	top: 70px;
	left: 857px;
	z-index: 1;
}

.bg-4 {
	top: -22px;
	left: 862px;
	z-index: 1;
}

.shadow {
	top: -10px;
	left: 572px;
	z-index: 1;
}

.man {
	top: -24px;
	left: 570px;
	z-index: 1;
}

/* animation 1 */
@-webkit-keyframes txt-1-t {
	from,
	51%,
	to {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		opacity: 0;
	}
	4%,
	47% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes txt-1-t {
	from,
	51%,
	to {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		opacity: 0;
	}
	4%,
	47% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes txt-1-b {
	from,
	51%,
	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
	4%,
	47% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes txt-1-b {
	from,
	51%,
	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
	4%,
	47% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/* animation 2 */
@-webkit-keyframes txt-2-t {
	from,
	49%,
	to {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		opacity: 0;
	}
	53%,
	96% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes txt-2-t {
	from,
	49%,
	to {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		opacity: 0;
	}
	53%,
	96% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes txt-2-m {
	from,
	49%,
	to {
		opacity: 0;
	}
	53%,
	96% {
		opacity: 1;
	}
}
@keyframes txt-2-m {
	from,
	49%,
	to {
		opacity: 0;
	}
	53%,
	96% {
		opacity: 1;
	}
}
@-webkit-keyframes txt-2-b {
	from,
	49%,
	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
	53%,
	96% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes txt-2-b {
	from,
	49%,
	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
	53%,
	96% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes btn {
	from,
	21.5%,
	25.5%,
	29.5%,
	70.5%,
	74.5%,
	78.5%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	23.5%,
	27.5%,
	72.5%,
	76.5% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes btn {
	from,
	21.5%,
	25.5%,
	29.5%,
	70.5%,
	74.5%,
	78.5%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	23.5%,
	27.5%,
	72.5%,
	76.5% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@media (max-width: 1800px) {
	.btn-wrapper {
		width: 22%;
	}
	.logo-wrapper {
		width: 24%;
	}
}
@media (max-width: 1279px) {
	.txt-2 {
		font-size: 17px;
		width: 300px;
		top: 13px;
		left: 141px;
	}
	.bg-4 {
		width: 34px;
		top: -5px;
		left: 572px;
	}
	.bg-3 {
		width: 23px;
		top: 64px;
		left: 570px;
	}
	.bg-2 {
		width: 38px;
		top: 44px;
		left: 567px;
	}
	.shadow {
		top: 15px;
		left: 407px;
	}
	.man {
		width: 172px;
		top: -6px;
		left: 399px;
	}
	.bg-1 {
		width: 82px;
		top: 52px;
		left: 113px;
	}
	.txt-1 {
		font-size: 25px;
		line-height: 1.1;
		width: 152px;
		top: 15px;
		left: 215px;
		z-index: 2;
	}
	.btn-wrapper {
		width: 24%;
	}
	.btn {
		font-size: 13px;
		width: 104px;
		height: 34px;
		-webkit-box-shadow: 0 0 0 4px #123589, 0 0 0 6px #a0cb32;
		box-shadow: 0 0 0 4px #123589, 0 0 0 6px #a0cb32;
	}
	.logo {
		width: 111px;
	}
	.container {
		width: 750px;
	}
}
@media (max-width: 767px) {
	.txt-2 {
		font-size: 11px;
		width: 155px;
		top: 24px;
		left: 93px;
	}
	.bg-4 {
		width: 22px;
		top: 12px;
		left: 352px;
	}
	.bg-3 {
		width: 15px;
		top: 56px;
		left: 352px;
	}
	.bg-2 {
		width: 24px;
		top: 44px;
		left: 349px;
	}
	.bg-1 {
		width: 53px;
		top: 50px;
		left: 56px;
	}
	.shadow {
		width: 87px;
		top: 15px;
		left: 263px;
	}
	.man {
		width: 114px;
		top: 1px;
		left: 238px;
	}
	.txt-1 {
		font-size: 16px;
		width: 108px;
		top: 25px;
		left: 117px;
	}
	.btn-wrapper {
		width: 19.5%;
	}
	.btn {
		font-size: 9px;
		width: 64px;
		height: 22px;
		-webkit-box-shadow: 0 0 0 3px #123589, 0 0 0 4px #a0cb32;
		box-shadow: 0 0 0 3px #123589, 0 0 0 4px #a0cb32;
	}
	.logo-wrapper {
		width: 22%;
	}
	.logo {
		width: 61px;
	}
	.container {
		width: 450px;
	}
}
@media (max-width: 467px) {
	.txt-2 {
		font-size: 11px;
		line-height: 12px;
		width: 95px;
		top: 16px;
		left: 69px;
	}
	.txt-2 .third {
		-webkit-animation-name: txt-2-t;
		animation-name: txt-2-t;
	}
	.txt-2 br {
		display: none;
	}
	.bg-4 {
		width: 14px;
		top: 72px;
		left: 154px;
	}
	.bg-3 {
		display: none;
	}
	.bg-2 {
		width: 15px;
		top: 6px;
		left: 245px;
	}
	.bg-1 {
		width: 35px;
		top: 76px;
		left: 35px;
	}
	.shadow {
		width: 65px;
		top: 15px;
		left: 184px;
	}
	.man {
		width: 89px;
		top: 7px;
		left: 165px;
	}
	.txt-1 {
		font-size: 15px;
		width: 83px;
		top: 22px;
		left: 74px;
	}
	.btn-wrapper {
		width: 33%;
		height: 61%;
		right: auto;
		left: 0;
	}
	.btn {
		font-size: 7px;
		padding-top: 1px;
		width: 56px;
		height: 18px;
		border-radius: 7px;
		-webkit-box-shadow: 0 0 0 2px #123589, 0 0 0 3px #a0cb32;
		box-shadow: 0 0 0 2px #123589, 0 0 0 3px #a0cb32;
	}
	.logo-wrapper {
		width: 33%;
		height: 51%;
	}
	.container {
		width: 250px;
	}
}
