/* 아이콘 박스형 섹션 A */
.page-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    width: 100%;
}
.em-icon-banner-1 .icon-banner-box {width: 100%;border-top: 1px solid #dfdfdf;border-left: 1px solid #dfdfdf;}
.em-icon-banner-1 .icon-banner-box:after {display: block;clear: both;content: "";}
.em-icon-banner-1 .icon-banner-box ul li {
	width: calc(100% / 5);
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	float: left;
	padding: 25px 40px;
}
.em-icon-banner-1 .icon-zone {position: relative;width: 100%;padding-bottom: 100%;border: 1px dashed #505050;border-radius: 50%;margin-bottom: 15px;}
.em-icon-banner-1 .icon-zone .inner-zone {
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;
	margin: 10px 10px;
	background-color: #132a63;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;;
}
.em-icon-banner-1 .icon-zone .inner-zone img {
    width: 60px;
    height: 60px;
	transition: all ease 0.5s;
}
.em-icon-banner-1 .text-zone {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.em-icon-banner-1 .text-zone p {
    flex: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: #303030;
}
.em-icon-banner-1 .text-zone p.light {
	margin-bottom: 2px;
    color: #3a97fb;
}
.em-icon-banner-1 .text-zone p.title {
    font-size: 24px;
    color: #101010;
}
.em-icon-banner-1 .text-zone p.joosuk {
    color: #727272;
    line-height: 1.2;
}
.em-icon-banner-1 img.maxwidth-1000-on {
	display: none;
}
.em-icon-banner-1 .icon-banner-box ul li:hover .icon-zone .inner-zone img {
	transform: rotateY(180deg);
}
@media screen and (min-width: 1001px) {
	.em-icon-banner-1 .icon-banner-box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .em-icon-banner-1 .icon-banner-box ul li {
        flex: 25%;
    }
}
@media only screen and (max-width: 1200px) {
	.em-icon-banner-1 .icon-banner-box ul li {padding: 25px 20px;}
}
@media only screen and (max-width: 1024px) {	
}
@media only screen and (max-width: 1000px) {
	.em-icon-banner-1 .icon-banner-box {
		border-left: 0;
	}
	.em-icon-banner-1 .icon-zone {
		display: none;
	}
	.em-icon-banner-1 img.maxwidth-1000-on {
		display: block;
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 30px;
		transition: all ease 0.5s;
	}
	.em-icon-banner-1 .icon-banner-box ul li {
		width: 100%;
		border-right: 0;
	}
	.em-icon-banner-1 .icon-banner-box ul li:hover img.maxwidth-1000-on {
		transform: rotateY(180deg);
	}
	.em-icon-banner-1 .text-zone {
        width: calc(100% - 80px);
		float: left;
    }
	.em-icon-banner-1 .text-zone p {
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
