/* PC화면에서 타이틀이 좌에 위치하는 일반 배너 섹션 1 */
.em-pctitleleft-banner-1 {background-position: center;background-repeat: no-repeat;background-size: cover;}
.em-pctitleleft-banner-1 .row {justify-content: space-between;}
.em-pctitleleft-banner-list-1 .item-cont {position: relative;}
.em-pctitleleft-banner-list-1 .item-cont .img-con {overflow: hidden;}
.em-pctitleleft-banner-list-1 .item-cont .img-con img {transition: all ease 0.3s;}
.em-pctitleleft-banner-list-1 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.em-pctitleleft-banner-list-1 .item-cont .hover-box {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(22, 131, 104, 0.8);display: none;}
.em-pctitleleft-banner-list-1 .item-cont .hover-box img {height: 50px;width: auto;}
.em-pctitleleft-banner-list-1 .item-cont .hover-box p {text-align: center;font-size: 16px;color: #fff;text-transform: uppercase;margin-top: 10px;margin-bottom: 0;}
.em-pctitleleft-banner-list-1 .item-cont:hover .hover-box {display: flex;}

.em-pctitleleft-banner-list-1 .em-col-item {
	width: calc((100% - 20px) / 3);
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
	.em-pctitleleft-banner-1 .sec-title-container.left-title {
		text-align: left !important;
	}
	.em-pctitleleft-banner-1 .sec-title-container.left-title img.img-button-plus {
		display: inline-block;
		position: relative;
		margin-top: 25px;
		margin-left: 20px;
		height: 100%;
		max-height: 46px;
		opacity: 0.7;
		transition: all ease 0.3s;
	}
	.em-pctitleleft-banner-1 .sec-title-container.left-title img.img-button-plus:hover {
		display: inline-block;
		position: relative;
		margin-top: 25px;
		margin-left: 20px;
		height: 100%;
		max-height: 46px;
		opacity: 1.0;
	}
}
@media only screen and (max-width: 767px) {
	.em-pctitleleft-banner-list-1 .em-col-item {
		width: calc((100% - 10px) / 2);
	}
}
@media only screen and (max-width: 480px) {
	.em-pctitleleft-banner-list-1 .item-cont .hover-box img {height: 40px;width: auto;}
	.em-pctitleleft-banner-list-1 .item-cont .hover-box p {font-size: 14px;}
}