/* 메인 아이콘 배너 섹션 2 */
.em-icon-banner-2 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.em-icon-banner-2 .icon-banner-box {width: 100%;}
.em-icon-banner-2 .icon-banner-box:after {display: block;clear: both;content: "";}
.em-icon-banner-2 .icon-banner-box ul li {
	flex: unset;
	width: calc(100% / 8);
	border-left: 1px solid #e9e9e9;
	float: left;
	padding: 25px 24px;
}
.em-icon-banner-2 .icon-banner-box ul li:nth-child(1) {border-left: 0;}
.em-icon-banner-2 .icon-zone {position: relative;width: 100%;padding-bottom: 70px;margin-bottom: 15px;}
.em-icon-banner-2 .icon-zone .inner-zone {
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;;
}
.em-icon-banner-2 .icon-zone .inner-zone img {height: 75px;max-width:100%;width: auto;transition: all ease 0.5s;}
.em-icon-banner-2 .text-zone {display: flex;flex-wrap: wrap;row-gap: 16px;text-align: center;justify-content: center;}
.em-icon-banner-2 .text-zone h5, .em-icon-banner-2 .text-zone p {width: 100%;}
.em-icon-banner-2 .text-zone h5 {font-weight: 600;font-size: 20px;letter-spacing: -0.05em;text-align: center;}
.em-icon-banner-2 .text-zone p {text-align: center;font-size: 14px;font-weight: 500;line-height: 1.4;color: #999;word-break: keep-all;}
.em-icon-banner-2 .text-zone p.title-eng {margin-bottom: 2px;color: #124075;font-size: 12px;line-height: 1;}
.em-icon-banner-2 .text-zone img.icon-btn {height: 24px;width: auto;transition: all ease 0.3s;opacity: 0.6;}

.em-icon-banner-2 img.maxwidth-1000-on {display: none;}

.em-icon-banner-2 .icon-banner-box ul li:hover .icon-zone .inner-zone img {transform: rotateY(180deg);}
.em-icon-banner-2 .icon-banner-box ul li:hover .text-zone img.icon-btn {transform: rotate(90deg);}

@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
	.em-icon-banner-2 .icon-banner-box ul li {padding: 25px 20px;}
}
@media only screen and (max-width: 1024px) {	
}
@media only screen and (min-width: 1001px) {
	.em-icon-banner-2 .icon-banner-box ul {
		justify-content: center;
	}	
}
@media only screen and (max-width: 1000px) {
	.em-icon-banner-2 .icon-banner-box {border-left: 0;}
	.em-icon-banner-2 .icon-zone {width: 80px;float: left;}
	.em-icon-banner-2 img.maxwidth-1000-on {display: none;width: 50px;height: 50px;float: left;margin-right: 30px;transition: all ease 0.5s;}
	.em-icon-banner-2 .icon-banner-box ul li {width: 100%;border-right: 0;}
	.em-icon-banner-2 .icon-banner-box ul li:hover img.maxwidth-1000-on {transform: rotateY(180deg);}
	.em-icon-banner-2 .text-zone {float: left;padding-left: 24px;width: calc(100% - 80px);position: relative;}
	.em-icon-banner-2 .text-zone h5 {text-align: left;}
	.em-icon-banner-2 .text-zone p {text-align: left;margin-bottom: 0;}
	.em-icon-banner-2 .text-zone img.icon-btn {position: absolute;top: 0;right: 0;height: 20px;width: auto;}
	.em-icon-banner-2 .icon-banner-box ul li {border-left: 0;border-top: 1px solid #e4e4e4;padding: 25px 0px;}
	.em-icon-banner-2 .icon-banner-box ul li:nth-child(1) {border-left: 0;border-top: 0;}
}
@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: 767px) {
}
@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) {
}

