/* BASIC css start */
/* ½½¶óÀÌ´õ ÀüÃ¼ ÄÁÅ×ÀÌ³Ê ¹× ÀÌ¹ÌÁö ÃÊ±âÈ­ */
.slider01-container { width: 100% !important; background: #fff; padding: 0 !important; margin: 0 !important; overflow: hidden; }
.slider01-container img { width: 100% !important; display: block; border-radius: 0 !important; margin: 0 !important; border: none !important; }

/* °¡·Î ½º¿ÍÀÌÇÁ */
.slider01 .slides { 
    display: flex; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.slider01 .slides::-webkit-scrollbar { display: none; }
.slider01 .slides li { flex: 0 0 100%; scroll-snap-align: start; }

/* 7´Ü°è ¹Ù */
.step-indicator-container { width: 100%; display: flex; justify-content: center; padding: 25px 0; }
.step-bar { display: flex; gap: 4px; width: 85%; height: 3px; }
.step-item { flex: 1; height: 100%; background: #e5e5e5; transition: background 0.2s ease; }
.step-item.active { background: #000000 !important; }
/* BASIC css end */

