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


.main_section03_container { 
	background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/main/section_03/section_3_bg.png'); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
overflow-x: hidden;
}

.main_section03_container p { color: #fff; }
.main_section03_wrapper { display: flex;  flex-direction: column; align-items: center; text-align: center; }
.main_section3_contents_container { margin-top: 340px; } 
.main_section3_contents_wrapper {  display: flex;  align-items: center; padding: 38px 73px 26px; gap: 151px; border-radius: 500px; background: rgba(255, 255, 255, 0.13); backdrop-filter: blur(25px);  -webkit-backdrop-filter: blur(25px); }
.main_section3_contents_wrapper .section_contents_box {  display: flex;  flex-direction: column; width: 200px; }
.main_section3_contents_wrapper .section_contents_box .tp-title { font-size: 24px; margin-bottom: 7px;}
.main_section3_contents_wrapper .section_contents_box .count-num { font-size: 80px; font-weight: 700; line-height: 100px; }
.main_section3_contents_wrapper .section_contents_box .conte { font-size: 16px; font-weight: 600; line-height: 30px;  transform: translateY(-8px);}






@media screen and (max-width: 768px) {

	.main_section3_contents_container { margin-top: 96px; width: 100%;}	
	.main_section03_container p { text-align: left; }
	.main_section03_wrapper { align-items: flex-start; padding: 0 15px; }
	.main_section3_contents_wrapper { background: none; flex-direction: column;  backdrop-filter: unset;  -webkit-backdrop-filter: unset; border-radius: 0px; padding: 0; width: 100%; align-items: flex-start; gap: 9px;}
	
	.main_section3_contents_wrapper .section_contents_box { width: 100%; padding: 25px 19px;  border-radius: 9px;  background: rgba(255, 255, 255, 0.13);  backdrop-filter: blur(8.936971664428711px);  -webkit-backdrop-filter: blur(8.936971664428711px);}
	.main_section3_contents_wrapper .section_contents_box .bt-wrapper { display: flex; align-items: flex-end; }
	
	.main_section3_contents_wrapper .section_contents_box .tp-title { font-size: 20px; line-height: 24px; }
	.main_section3_contents_wrapper .section_contents_box .count-num { font-size: 55px; line-height: 60px; }
	
	
	
}