.small_section02_container {
		position: relative; /* 위치 기준 설정 */
		width: 100%; 
		height: 1200px; /*100dvh*/
		background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/small-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:321px 282px;
	}

	.small_section02_container .small_section02_wrapper {display:flex;gap:200px;}

	.small_section02_container .small_section02_wrapper .small_section02_text_wrap {}
	.small_section02_container .small_section02_wrapper .small_section02_text_wrap .small_section02_text {font-size:46px; font-weight:700; line-height:60px;color:#fff;}

	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper {display:flex; gap:76px; position:relative; overflow:hidden;height:663px;}

	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide { display: flex; flex-direction: column; animation: play_silde_y 5s linear infinite;}
	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide:nth-child(2) {animation: play_silde_y 5s linear infinite; animation-direction: reverse;}
	
	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts {display: flex;
    flex-direction: column;
    align-items: center;}
	
	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts .texts-box {
		display:inline-block;
		border-radius: 9.132px;
		background: #FFF;
		margin-bottom:26.81px;
		padding:23px 37px;
	}
	
	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts .texts-box .text {
		color: #000;
		font-size: 24.353px;
		font-weight: 700;
		line-height: 30.441px; /* 125% */
		gap:26.81px;
	}


	@keyframes play_silde_x { 
		0% { transform: translate(0); } 
		100% { transform: translateX(-100%); } 
	} 	
	
	@keyframes play_silde_y { 
		0% { transform: translate(0); } 
		100% { transform: translateY(-100%); } 
	} 	

	@media screen and (max-width: 768px) { 
		.small_section02_container {
			background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/small-production/section_02/mo_main_bg.png');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			padding:71px 0;
			height:100%;
			min-height:634px;
			overflow-x: hidden;
		}
		
		.small_section02_container .small_section02_wrapper {flex-direction:column;gap:161px;}
		
		.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper {flex-direction:column; gap:22px;height:unset;}
		.small_section02_container .small_section02_wrapper .small_section02_text_wrap .small_section02_text {font-size:20px; line-height:28px;text-align:center;white-space:nowrap;}
		
		
		.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide { display: flex; flex-direction: row; animation: play_silde_x 5s linear infinite;}
		.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide:nth-child(2) {animation: play_silde_x 5s linear infinite; animation-direction: reverse;}
		
		.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts {display:flex;gap:16px;flex-direction: row;}
		.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts .texts-box {margin-bottom:0;padding:13px 23px;border-radius: 5.468px;
background: #FFF;flex-shrink:0;}
	.small_section02_container .small_section02_wrapper .small_section02_slide_wrapper .small_section02_play_slide .texts .texts-box .text {white-space:nowrap;font-size:14.582px;line-height:18.228px;}

	}