.mass_section02_container {
		position: relative; /* 위치 기준 설정 */
		width: 100%; 
		height: 100%; /*100dvh*/
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/mass-production/section_02/pc_main_bg.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
		border-radius: 55px 55px 0px 0px;
		backdrop-filter: blur(50px);
		padding:258px 0;
	}
	
	.mass_section02_container .mass_section02_wrapper {}
	.mass_section02_container .mass_section02_wrapper .mass_section02_title_wrap {display:flex; justify-content:center;text-align:center;margin-bottom:35px;}
	.mass_section02_container .mass_section02_wrapper .mass_section02_title_wrap .mass_section_title {color:#fff;font-size:46px;font-weight:700;line-height:60px;}
	
	.mass_section02_container .mass_section02_wrapper .mass_section02_nation_container {margin-bottom:116px;}
	.mass_section02_container .mass_section02_wrapper .mass_section02_nation_container .mass_section02_nation_content_wrap {display:flex; justify-content:center; gap:20px;}
	
	
	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container {padding:0 16.7vw;}
	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper {
		display:grid;grid-template-columns:repeat(4,1fr);gap:52px;
	}
	
	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box {
		height:264px;
		border-radius: 9px;
		border: 1px solid rgba(255, 255, 255, 0.10);
		background: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(15px);	
		padding:25px;
		aspect-ratio:1/1;
	}
	
	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_title_wrap {margin-bottom:109px;}
	
	
	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_title_wrap .mass_section02_box_title {font-size:26px; font-weight:900;line-height:34px; letter-spacing:1.3px;color:#fff;white-space:nowrap;}

	.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_desc_wrap .mass_section02_box_desc {font-size:20px; font-weight:600;letter-spacing:1px; line-height:34px;color:#fff;white-space:nowrap;}
	@media screen and (max-width: 768px) { 
		.mass_section02_container {
			background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/mass-production/section_02/mo_main_bg.png');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			padding:120px 0;
		}
		
		.mass_section02_container .mass_section02_wrapper .mass_section02_title_wrap {margin-bottom:30px;}
		.mass_section02_container .mass_section02_wrapper .mass_section02_title_wrap .mass_section_title {font-size:20px;line-height:28px;} 
		
		.mass_section02_container .mass_section02_wrapper .mass_section02_nation_container {margin-bottom:62.7px;}
		.mass_section02_container .mass_section02_wrapper .mass_section02_nation_container .mass_section02_nation_content_wrap {gap:13.37px;}
		.mass_section02_container .mass_section02_wrapper .mass_section02_nation_container .mass_section02_nation_content_wrap img{width:30px;height:30px;}
	
		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container {padding:0 15px;}
		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper {
			display:grid;grid-template-columns:repeat(2,1fr);gap:12px;overflow-x:scroll;
		}
		
		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box {
			height:163px;
			border-radius: 5.277px;
			border: 0.586px solid rgba(255, 255, 255, 0.10);
			background: rgba(255, 255, 255, 0.15);
			backdrop-filter: blur(8.794788360595703px);
			padding:17px;
			aspect-ratio:unset;
		}
		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_title_wrap {margin-bottom:84.07px;}

		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_title_wrap .mass_section02_box_title {font-size:16px;line-height:16px; letter-spacing:0.7px;color:#fff;}

		.mass_section02_container .mass_section02_wrapper .mass_section02_desc_container .mass_section02_desc_wrapper .mass_section02_desc_box .mass_section02_box_desc_wrap .mass_section02_box_desc {font-size:12px; font-weight:600;letter-spacing:0.6px; line-height:16px;color:#fff;}
	}