@charset "utf-8"; /* */
/**
* @author CodeClicker
*/

.main_section05_container { padding-bottom: 0; overflow: hidden;}
.main_section05_wrapper { text-align: center; }
.main_section5_contents_container { margin-top: 75px; }

.main_section5_contents_wrapper { width: 100%; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); height: 782px; }

.main_section5_contents_bg { position: absolute; left: 0; top:0; width: 100%; height: 100%;
	z-index: 0;
	background: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.5s ease;
}



.main_section5_contents_wrapper .section_contents_box { display: flex;  justify-content: center; align-items: center; cursor: pointer; z-index:1;}
.main_section5_contents_wrapper .section_contents_box p { font-size: 24px; font-weight: 600; }

.main_section5_contents_wrapper .section_contents_box:nth-child(1) {border-right: 0.5px solid #ffffff54;}
.main_section5_contents_wrapper .section_contents_box:nth-child(2) {border-right: 0.5px solid #ffffff54;}
.main_section5_contents_wrapper .section_contents_box:nth-child(3) {border-right: 0.5px solid #ffffff54;}

.main_section5_contents_wrapper .section_contents_box:nth-child(1):hover ~ .main_section5_contents_bg {
	background: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.8s ease;
}
.main_section5_contents_wrapper .section_contents_box:nth-child(2):hover ~ .main_section5_contents_bg {
	background: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.5s ease;
}
.main_section5_contents_wrapper .section_contents_box:nth-child(3):hover ~ .main_section5_contents_bg {
	background: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_3.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.8s ease;
}
.main_section5_contents_wrapper .section_contents_box:nth-child(4):hover ~ .main_section5_contents_bg {
	background: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_4.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.5s ease;
}





@media screen and (max-width: 768px) {
	.main_section5_contents_bg { display: none; }
	.main_section5_contents_wrapper .section_contents_box p { font-size: 18px; font-weight: 600; line-height: 28.916px; letter-spacing: 0.9px; }
	.main_section5_contents_wrapper { display: flex; flex-direction: column; height: 100%;}
	.main_section5_contents_container { margin-top: 35px; }
	.main_section5_contents_wrapper .section_contents_box { width: 100%; padding: 59px 15px; background-size: cover; background-position: center; background-repeat: no-repeat;     justify-content: flex-start;}

	.main_section5_contents_wrapper .section_contents_box:nth-child(1) { border-right: 0px; justify-content: flex-start;
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_1.png');
	}
	.main_section5_contents_wrapper .section_contents_box:nth-child(2) { border-right: 0px;  justify-content: flex-end;
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_2.png');
	}
	.main_section5_contents_wrapper .section_contents_box:nth-child(3) { border-right: 0px;  justify-content: flex-start;
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_3.png');
	}
	.main_section5_contents_wrapper .section_contents_box:nth-child(4) { justify-content: flex-end;
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_05/section_5_bg_4.png');
	}
	.main_section5_contents_wrapper .section_contents_box:nth-child(4) .tp-title br {display: none;}

}

