.iconbanner-1-svg.dark {
	background-color: #021409;
}
.iconbanner-1-svg .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.iconbanner-1-svg .em2302261749-01 {
	padding: 15px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
	transition: all ease 0.5s;
}

.iconbanner-1-svg.dark .em2302261749-01 {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbanner-1-svg .em2302261749-01:hover {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.iconbanner-1-svg.dark .em2302261749-01:hover {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.iconbanner-1-svg .em2302261749-01-01 {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 2em 0;
}

.iconbanner-1-svg .em2302261749-01-01 .img-box {
	position: relative;
	width: 120px;
	padding-bottom: 120px;
	background-color: #7aaf31;
	border-radius: 50%;
	transition: all ease 0.5s;
}

.iconbanner-1-svg .em2302261749-01-01 .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: all ease 0.5s;
}

.iconbanner-1-svg .em2302261749-01:hover .em2302261749-01-01 .img-box {
	background-color: #323232;
}

.iconbanner-1-svg.dark .em2302261749-01:hover .em2302261749-01-01 .img-box {
	background-color: #7aaf31;
}

.iconbanner-1-svg .em2302261749-01:hover .em2302261749-01-01 .img-box img {
	transform: rotateY(180deg);
}

.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 {
	padding: 15px 0;
	text-align: center;
}

.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 h5 {
	color: #d6ae1e;
	padding-bottom: 20px;
	font-weight: 600;
	letter-spacing: -0.03em;
	transition: all ease 0.5s;
}

.iconbanner-1-svg.dark .em2302261749-01 .em2302261749-01-02 h5 {
	color: #fff;
}

.iconbanner-1-svg .em2302261749-01:hover .em2302261749-01-02 h5 {
	color: #101010;
}

.iconbanner-1-svg.dark .em2302261749-01:hover .em2302261749-01-02 h5 {
	color: #a2e645;
}

.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 ul {
	color: rgba(0, 0, 0, 0.6);
}

.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 ul li {
	letter-spacing: -0.05em;
	line-height: 1.2;
	font-size: min(2.9166666666666665vw, 16px);
}

.iconbanner-1-svg.dark .em2302261749-01 .em2302261749-01-02 ul {
	color: rgba(255, 255, 255, 0.7);
}

.iconbanner-1-svg .animation-btn {
	margin-top: 50px;
}

.iconbanner-1-svg .iconbanner-1-svg-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.iconbanner-1-svg .iconbanner-1-svg-flex .flex-conbox {
	width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 991px) {
	.iconbanner-1-svg .iconbanner-1-svg-flex .flex-conbox {
		width: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 480px) {
	.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 ul li {
		font-size: min(3.611111111111111vw, 14px);
	}
}

@media screen and (max-width: 420px) {
	.iconbanner-1-svg .iconbanner-1-svg-flex .flex-conbox {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.iconbanner-1-svg .em2302261749-01 .em2302261749-01-02 ul li {
		font-size: min(3.611111111111111vw, 13px);
	}
}