.shop_section02_container {position: relative; width: 100%; background: #151515;overflow: hidden;border-radius: 55px 55px 0px 0px;padding:321px 282px; } 

.shop_section02_container .shop_section02_wrapper {  gap:200px; } 

.shop_section02_container .shop_section02_text_wrap {display:flex; justify-content:center;text-align:center;}
.shop_section02_container .shop_section02_text_wrap .shop_section02_text {color:#fff;font-size:46px;font-weight:700;line-height:60px;}

.mass_section02_container .mass_section02_nation_container {margin-bottom:116px;}
.mass_section02_container .mass_section02_nation_container .mass_section02_nation_content_wrap {display:flex; justify-content:center; gap:20px;}

.shop_section02_contents_container { margin-top: 253px; }
.scale_contents_wrapper {position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.scale_contents_wrapper .scale_step { background: #fff; font-size: 24px; font-weight: 700; line-height: 30.441px; padding: 22px 39px; border-radius: 9px;  }

.scale_contents_wrapper .scale_step.step1 { transform: translate(-150px, 0px); }
.scale_contents_wrapper .scale_step.step2 { transform: translate(250px, 0) rotate(7.086deg); }
.scale_contents_wrapper .scale_step.step3 { transform: translate(-47px, 0) rotate(-6.726deg); }
.scale_contents_wrapper .scale_step.step4 { transform: translate(-114px, 0) rotate(3.305deg); }

@media screen and (max-width: 768px) {
	.shop_section02_container { background: #151515; border-radius: 30px 30px 0 0;  padding: 71px 0 119px; height: 100%;min-height:634px;overflow-x: hidden; } 

	.shop_section02_container .shop_section02_wrapper { flex-direction:column; gap:161px; } 

	.shop_section02_container .shop_section02_wrapper .shop_section02_slide_wrapper { flex-direction:column; gap:22px; height:unset; } 
	.shop_section02_container .shop_section02_wrapper .shop_section02_text_wrap .shop_section02_text { font-size:20px; line-height:28px; text-align:center; white-space:nowrap; } 


	.scale_contents_wrapper .scale_step {  font-size: 12px; font-weight: 700; line-height: 16px; padding: 13px 14px; border-radius: 5px;  }
	.shop_section02_contents_container { margin-top: 128px; }
	.scale_contents_wrapper .scale_step.step1 { transform: translate(0px, 0px) rotate(-3.001deg); }
	.scale_contents_wrapper .scale_step.step2 { transform: translate(0px, 0px) rotate(4.435deg); }
	.scale_contents_wrapper .scale_step.step3 { transform: translate(0px, 0px) rotate(-4.393deg); }
	.scale_contents_wrapper .scale_step.step4 { transform: translate(0px, 0px) rotate(5.092deg); }

}