메뉴width변경, 홈페이지 출력순서 추가, MADEU 시그니처 사진 전체 변경 등

This commit is contained in:
bd091
2025-10-24 21:29:04 +09:00
parent f6792f44d3
commit 868ccf01b1
10 changed files with 14 additions and 13 deletions

View File

@@ -26,7 +26,7 @@
WHERE A.USE_YN = 'Y'
AND A.CATEGORY_DIV_CD = '04'
AND A.CATEGORY_NO = #{category_no}
ORDER BY A.REG_DATE DESC
ORDER BY ORD_NO
</select>
<!-- 이벤트안내 상세 조회 -->

View File

@@ -25,6 +25,7 @@
WHERE A.USE_YN = 'Y'
AND A.CATEGORY_DIV_CD = '03'
AND A.CATEGORY_NO = #{categoryNo}
ORDER BY ORD_NO
</select>
<!-- 카테고리 상세 조회 -->

View File

@@ -53,7 +53,7 @@ html { scroll-behavior:smooth; }
/* 세로형 드롭다운 메뉴 - 타이트한 박스, 보더 제거 */
.project_wrap header nav ul.depth1 li ul.depth2 {
width: 160px;
width: 180px;
height: auto;
padding: 8px 0;
position: absolute;

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

View File

@@ -54,7 +54,7 @@ const cont1Urls = [
// 필요시 추가
];
const bullet1 = ['레이저리프팅','보톡스','스킨부스터','제모', '필러']
const bullet1 = ['레이저리프팅','쉬다주사(Face)','스컬트라','스킨부스터', '필러']
const useCont1Loop = bullet1.length > 5; // slidesPerView(1.3)보다 많을 때만 loop
const cont1Swiper = new Swiper('.cont1_swiper', {

View File

@@ -25,24 +25,24 @@
<div class="swiper cont1_swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="pc" src="/image/web/petit_content_lifting.JPG" alt="img">
<img class="mb" src="/image/web/petit_content_lifting.JPG" alt="img">
<img class="pc" src="/image/signature/20251024/레이저리프팅.jpg" alt="img">
<img class="mb" src="/image/signature/20251024/레이저리프팅.jpg" alt="img">
</div>
<div class="swiper-slide">
<img class="pc" src="/image/web/petit_content_botox.JPG" alt="img">
<img class="mb" src="/image/web/petit_content_botox.JPG" alt="img">
<img class="pc" src="/image/signature/20251024/쉬다주사(Face).jpg" alt="img">
<img class="mb" src="/image/signature/20251024/쉬다주사(Face).jpg" alt="img">
</div>
<div class="swiper-slide">
<img class="pc" src="/image/web/petit_content_booster.JPG" alt="img">
<img class="mb" src="/image/web/petit_content_booster.JPG" alt="img">
<img class="pc" src="/image/signature/20251024/스컬트라.jpg" alt="img">
<img class="mb" src="/image/signature/20251024/스컬트라.jpg" alt="img">
</div>
<div class="swiper-slide">
<img class="pc" src="/image/web/petit_content_waxing.JPG" alt="img">
<img class="mb" src="/image/web/petit_content_waxing.JPG" alt="img">
<img class="pc" src="/image/signature/20251024/스킨부스터.jpg" alt="img">
<img class="mb" src="/image/signature/20251024/스킨부스터.jpg" alt="img">
</div>
<div class="swiper-slide">
<img class="pc" src="/image/web/petit_content_filler.JPG" alt="img">
<img class="mb" src="/image/web/petit_content_filler.JPG" alt="img">
<img class="pc" src="/image/signature/20251024/필러.jpg" alt="img">
<img class="mb" src="/image/signature/20251024/필러.jpg" alt="img">
</div>
</div>
<div class="swiper-pagination cont1_swiper_pagination"></div>