.safty_deilvery {margin:10px 0 }
li {list-style:none}
.mc {color: #eb2d94 !important
}

.left_wing_side {position:fixed; top:260px; left:60%; margin-left:-1080px; z-index:9999 !important;  border-radius: 8px; padding:10px;}
.left_wing_side img {border-radius: 8px;}
.left_wing_side {
    /* 기존 스타일 유지 */
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s;
    visibility: hidden;
    opacity: 0;
    position: fixed; /* 이미 fixed가 아니라면 추가 */
    top: -30px; /* 시작 위치 (올라와 있는 상태) */
}
.left_wing_side.visible {
    visibility: visible;
    opacity: 1;
    top: 10px; /* 나타났을 때 위치 */
}
.left_foot {position:fixed; bottom:80px; left:0%;  z-index:9999 !important;  border-radius: 8px; padding:10px;}
.left_foot img {border-radius: 50%;}

.right_foot {position:fixed; bottom:20px; right:1%;  z-index:9999 !important;  border-radius: 8px; padding:10px;}
.right_foot img {border-radius: 50%;}

.brand-fashion {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 8050 !important;
    display: none;
}
.menu-container {
    position: relative;
    display: flex;
    min-height: 400px;
    z-index: 8050 !important;
}
.left-menu {
    width: 200px;
    margin-left:0px;
    background: #eb2d94;
    z-index: 8050 !important;
}
.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.left-menu li {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    color:#fff;
}

.left-menu li:hover,
.left-menu li.active {
    background: #fff;
    color: #eb2d94;
    font-weight:900;
    border-right:0;
}

.menu-content {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height:650px;
    height:650px;
    overflow-y: auto; /* scroll에서 auto로 변경 */
}

/* 2차 카테고리 스타일 */
.submenu-column {
    width: 20%; /* 4열 레이아웃 */
    padding: 20px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.menu-header {
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #151515;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.menu-header a {
    color: #000;
}


.submenu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-items li {
    margin-bottom: 10px;
}

.submenu-items a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.submenu-items a:hover {
    color: #d61e1e;
}
/* 스크롤바 전체 스타일 */
.menu-content::-webkit-scrollbar {
    width: 0px;
}

/* 스크롤바 트랙(배경) 스타일 */
.menu-content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
}

/* 스크롤바 핸들(막대) 스타일 */
.menu-content::-webkit-scrollbar-thumb {
    background: #2ea13a;
    border-radius: 4px;
}

/* 스크롤바 핸들 호버 효과 */
.menu-content::-webkit-scrollbar-thumb:hover {
    background: #248c2f;
}

/* Firefox를 위한 스크롤바 스타일 */
.menu-content {
    scrollbar-width: thin;
    scrollbar-color: #301d5c #f1f1f1;
}
.side_title {font-size:16px; font-weight:700}
.quick_icon_set {margin-top:30px; padding:10px;}
.quick_icon_set ul {display:flex; width:100%;flex-wrap: wrap; justify-content: space-between}
.quick_icon_set li {display:inline-block; width:auto; margin-bottom:10px;}


.side_bar_event {margin-top:30px; padding:10px;}
.side_bar_event .slick-arrow  {display:none !important}
.history_view {margin-top:0px; padding:10px;}
.cs_center {margin-top:30px; padding:10px;}



.side_tnb {display:flex; width:100%;flex-wrap: wrap; justify-content: space-between; padding:10px!important;}
.side_tnb li {width:45%; border:1px solid #eb2d94; border-radius: 5px !important; margin:5px 3px; display:inline-block; text-align:Center;}
.side_tnb li a {color:#000 !important;}
.side_tnb li a:hover {color:#000 !important;}


/* 항상 애니메이션 적용 */
#quick .btn_sm i {colro:#eb2d94 !important}
#quick .btn_sm i.fa-arrow-left {
    animation: bounce-arrow 1.5s ease infinite;
    display: inline-block;
}

@keyframes bounce-up-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
#quick .btn_sm i.fa-arrow-left {
    animation: bounce-up-down 1s ease infinite;
    display: inline-block;
}
@keyframes bounce-pulse {
    0%, 100% {
        transform: translateX(-3px) scale(1);
    }
    50% {
        transform: translateX(3px) scale(1.2);
    }
}

#quick .btn_sm i.fa-arrow-left {
    animation: bounce-pulse 1.2s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
}


     /* 슬릭 dots 기본 스타일 수정 */
 .slick-sliders2 .slick-dots {
     position: absolute;
     bottom: 10px; /* dots의 위치 조정 */
     display: flex;
     justify-content: center;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
 }

/* 각 dot 항목 스타일 */
.slick-sliders2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/* dot 버튼 스타일 - 원형으로 변경 */
.slick-sliders2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

/* dot 버튼의 가상 요소를 사용하여 원형 모양 만들기 */
.slick-sliders2 .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* 원형으로 만들기 */
    background-color: #ccc; /* 비활성 상태 색상 */
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* 활성화된 dot 스타일 */
.slick-sliders2 .slick-dots li.slick-active button:before {
    background-color: #333; /* 활성 상태 색상 */
    opacity: 1;
}

/* dots를 슬라이더 내부 하단에 위치시키기 */
.slick-sliders2 {
    position: relative;
    padding-bottom: 30px; /* dots를 위한 공간 확보 */
}

.footer_fixed {background:#fff !important; height:75px; width:100%; position: fixed; bottom:0; left:0; z-index:-9999 }

/* 좌측/우측 메뉴 구조 스타일 */
/* 좌측/우측 메뉴 구조 스타일 */

.mp {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* 좌측 메뉴 스타일 */
.mp .left.tlt {
    width: 30%;
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 100vh;
    border-right: 1px solid #e0e0e0;
}

.mp .left.tlt li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.mp .left.tlt li a {
    display: block;
    padding: 15px 10px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    position: relative;
}

.mp .left.tlt li.on {
    background-color: #fff;
    border-left: 3px solid #eb439f;
}

.mp .left.tlt li.on a {
    font-weight: bold;
}

.mp .left.tlt li a img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: auto;
}

.mp .left.tlt li.topLine {
    border-top: 2px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 10px;
}

/* 우측 메뉴 스타일 */
.mp .right.tlt {
    width: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    position: relative;
    touch-action: pan-y; /* Y축 스크롤 허용 */
    user-select: none; /* 텍스트 선택 방지 */
}

.mp .right.tlt li {
    display: none;
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto; /* 내용이 많을 경우 스크롤 허용 */
    max-height: 100vh;
}

.mp .right.tlt li:target {
    display: block;
}

.mp .right.tlt li > a {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.mp .right.tlt li > a img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: auto;
}

/* 카테고리 박스 스타일 */
.mp .right.tlt .cateBox {
    display: inline-block;
    width: 33.33%;
    padding: 8px 5px;
    text-align: left;
    vertical-align: top;

}

.mp .right.tlt .cateBox a {
    display: block;
    text-align:left;
    text-decoration: none;
    color: #333;
}


.mp .right.tlt .cateBox a {
    display: block;
    padding: 8px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}


.mp .right.tlt .cateBox img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

.mp .right.tlt .cateBox span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

/* 3차 메뉴 스타일 */
.mp .right.tlt .cateBoxWithSub {
    position: relative;
    width: 33.33%;
}

.mp .right.tlt .cateBoxWithSub .with-sub {
    position: relative;
}

.mp .right.tlt .cateBoxWithSub .toggle-icon {
    position: absolute;
    right: -3px;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-style: normal;
    font-size: 12px;
    color: #666;
}

.mp .right.tlt .cateBoxWithSub .subCateList {
    display: block;
    position: relative;

    left: 0;
    width: 100%;
    list-style: none;
    padding: 10px;
    margin: 0;

    z-index: 100;
    text-align: left;

}


.mp .right.tlt .cateBoxWithSub .subCateList li {
    display: block;
    padding: 0;
    margin: 0;
}
.with-sub {width:100% !important;  display:block !important}
.cateBoxWithSub  {width:100% !important;  display:block !important}
.mp .right.tlt .cateBoxWithSub .subCateList li a {
    display: block;
    padding: 8px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

.mp .right.tlt .cateBoxWithSub .subCateList li:last-child a {
    border-bottom: none;
}

.mp .right.tlt .cateBoxWithSub .subCateList li a:hover {
    background-color: #f9f9f9;
}

/* 서브메뉴 스타일 */
.mp .right.tlt .subTit {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.mp .right.tlt .subMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp .right.tlt .subMenu li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.mp .right.tlt .subMenu li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* 슬라이드 효과를 위한 스타일 */
.mp .right.tlt.sliding li {
    transition: all 0.3s ease;
}

.mp .right.tlt li.slide-left {
    animation: slideLeftOut 0.3s forwards;
}

.mp .right.tlt li.slide-right {
    animation: slideRightOut 0.3s forwards;
}

.mp .right.tlt li.slide-left-in {
    animation: slideLeftIn 0.3s forwards;
}

.mp .right.tlt li.slide-right-in {
    animation: slideRightIn 0.3s forwards;
}

@keyframes slideLeftOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-30%);
        opacity: 0;
    }
}

@keyframes slideRightOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(30%);
        opacity: 0;
    }
}

@keyframes slideLeftIn {
    from {
        transform: translateX(30%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRightIn {
    from {
        transform: translateX(-30%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 스와이프 힌트 */
.mp .right.tlt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="40" viewBox="0 0 20 40"><path d="M5 20L15 10M5 20L15 30" stroke="%23ccc" stroke-width="2" fill="none"/></svg>');
    opacity: 0.5;
    pointer-events: none;
    animation: swipeHint 1.5s infinite;
    z-index: 10;
}

@keyframes swipeHint {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-5px);
    }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .mp .left.tlt {
        width: 40%;
    }

    .mp .right.tlt {
        width: 60%;
    }

    .mp .right.tlt .cateBox,
    .mp .right.tlt .cateBoxWithSub {
        width: 100%;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 180%;
    }
}

@media (max-width: 480px) {
    .mp .right.tlt .cateBox img,
    .mp .right.tlt .cateBoxWithSub img {
        width: 60px;
        height: 60px;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 150%;
        left: -25%;
    }
}

/* 3차 메뉴 스타일 */
.mp .right.tlt .cateBoxWithSub {
    position: relative;
    width: 33.33%;
}

.mp .right.tlt .cateBoxWithSub .with-sub {
    position: relative;
    text-align:left;
}

.mp .right.tlt .cateBoxWithSub .toggle-icon {
    position: absolute;
    right: -3px;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-style: normal;
    font-size: 12px;
    color: #666;
}

.mp .right.tlt .cateBoxWithSub .subCateList {
    display: block;
    position: relative;

    left: 0;
    width: 100%;
    list-style: none;
    padding: 10px;
    margin: 0;

    z-index: 100;
    text-align: left;

}

.mp .right.tlt .cateBoxWithSub .subCateList li {
    display: block;
    padding: 0;
    margin: 0;
    width:50% !important;
}

.mp .right.tlt .cateBoxWithSub .subCateList li a {
    display: block;
    padding: 8px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

.mp .right.tlt .cateBoxWithSub .subCateList li:last-child a {
    border-bottom: none;
}

.mp .right.tlt .cateBoxWithSub .subCateList li a:hover {
    background-color: #f9f9f9;
}

/* 서브메뉴 스타일 */
.mp .right.tlt .subTit {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.mp .right.tlt .subMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp .right.tlt .subMenu li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.mp .right.tlt .subMenu li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* 슬라이드 효과를 위한 스타일 */
.mp .right.tlt.sliding li {
    transition: all 0.3s ease;
}

.mp .right.tlt li.slide-left {
    animation: slideLeftOut 0.3s forwards;
}

.mp .right.tlt li.slide-right {
    animation: slideRightOut 0.3s forwards;
}

.mp .right.tlt li.slide-left-in {
    animation: slideLeftIn 0.3s forwards;
}

.mp .right.tlt li.slide-right-in {
    animation: slideRightIn 0.3s forwards;
}

@keyframes slideLeftOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-30%);
        opacity: 0;
    }
}

@keyframes slideRightOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(30%);
        opacity: 0;
    }
}

@keyframes slideLeftIn {
    from {
        transform: translateX(30%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRightIn {
    from {
        transform: translateX(-30%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 스와이프 힌트 */
.mp .right.tlt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="40" viewBox="0 0 20 40"><path d="M5 20L15 10M5 20L15 30" stroke="%23ccc" stroke-width="2" fill="none"/></svg>');
    opacity: 0.5;
    pointer-events: none;
    animation: swipeHint 1.5s infinite;
    z-index: 10;
}

@keyframes swipeHint {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-5px);
    }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .mp .left.tlt {
        width: 30%;
    }

    .mp .right.tlt {
        width: 70%;
    }

    .mp .right.tlt .cateBox,
    .mp .right.tlt .cateBoxWithSub {
        width: 48%;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 180%;
    }
}

@media (max-width: 480px) {
    .mp .right.tlt .cateBox img,
    .mp .right.tlt .cateBoxWithSub img {
        width: 60px;
        height: 60px;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 100%;
    }
}

.mp .right.tlt .cateBox span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

/* 서브메뉴 스타일 */
.mp .right.tlt .subTit {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.mp .right.tlt .subMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp .right.tlt .subMenu li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.mp .right.tlt .subMenu li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* 슬라이드 효과를 위한 스타일 */
.mp .right.tlt.sliding li {
    transition: all 0.3s ease;
}

.mp .right.tlt li.slide-left {
    animation: slideLeftOut 0.3s forwards;
}

.mp .right.tlt li.slide-right {
    animation: slideRightOut 0.3s forwards;
}

.mp .right.tlt li.slide-left-in {
    animation: slideLeftIn 0.3s forwards;
}

.mp .right.tlt li.slide-right-in {
    animation: slideRightIn 0.3s forwards;
}

@keyframes slideLeftOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-30%);
        opacity: 0;
    }
}

@keyframes slideRightOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(30%);
        opacity: 0;
    }
}

@keyframes slideLeftIn {
    from {
        transform: translateX(30%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /* 좌측/우측 메뉴 구조 스타일 */

        .mp {
            display: flex;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        /* 좌측 메뉴 스타일 */

        .mp .left.tlt {
            width: 30%;
            background-color: #f8f8f8;
            padding: 0;
            margin: 0;
            list-style: none;
            min-height: 100vh;
            border-right: 1px solid #e0e0e0;
        }

        .mp .left.tlt li {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #e0e0e0;
            transition: all 0.3s ease;
        }

        .mp .left.tlt li a {
            display: block;
            padding: 15px 10px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            position: relative;
        }

        .mp .left.tlt li.on {
            background-color: #fff;
            border-left: 3px solid #333;
        }

        .mp .left.tlt li.on a {
            font-weight: bold;
        }

        .mp .left.tlt li a img {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: auto;
        }

        .mp .left.tlt li.topLine {
            border-top: 2px solid #e0e0e0;
            margin-top: 10px;
            padding-top: 10px;
        }

        /* 우측 메뉴 스타일 */

        .mp .right.tlt {
            width: 70%;
            padding: 0;
            margin: 0;
            list-style: none;
            background: #fff;
            position: relative;
            touch-action: pan-y; /* Y축 스크롤 허용 */
            user-select: none; /* 텍스트 선택 방지 */
        }

        .mp .right.tlt li {
            display: none;
            padding: 15px;
            position: relative;
            transition: transform 0.3s ease;
            width: 100%;
            box-sizing: border-box;
        }

        .mp .right.tlt li:target {
            display: block;
        }

        .mp .right.tlt li > a {
            display: block;
            padding: 10px 0;
            margin-bottom: 15px;
            color: #333;
            font-weight: bold;
            text-decoration: none;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
        }

        .mp .right.tlt li > a img {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: auto;
        }

        /* 카테고리 박스 스타일 */

        .mp .right.tlt .cateBox {
            display: inline-block;
            width: 33.33%;
            padding: 5px;
            text-align: center;
            vertical-align: top;
            margin-bottom: 15px;
        }

        .mp .right.tlt .cateBox a {
            display: block;
            text-decoration: none;
            color: #333;
        }

        .mp .right.tlt .cateBox img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
            margin-bottom: 5px;
        }

        .mp .right.tlt .cateBox span {
            display: block;
            font-size: 12px;
            line-height: 1.3;
        }

        /* 서브메뉴 스타일 */

        .mp .right.tlt .subTit {
            font-weight: bold;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e0e0e0;
        }

        .mp .right.tlt .subMenu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mp .right.tlt .subMenu li {
            display: block;
            padding: 0;
            margin-bottom: 10px;
        }

        .mp .right.tlt .subMenu li a {
            display: block;
            padding: 8px 0;
            color: #333;
            text-decoration: none;
        }

        /* 슬라이드 효과를 위한 스타일 */

        .mp .right.tlt.sliding li {
            transition: all 0.3s ease;
        }

        .mp .right.tlt.sliding li.slide-left {
            animation: slideLeftOut 0.3s forwards;
        }

        .mp .right.tlt.sliding li.slide-right {
            animation: slideRightOut 0.3s forwards;
        }

        .mp .right.tlt.sliding li.slide-left-in {
            animation: slideLeftIn 0.3s forwards;
        }

        .mp .right.tlt.sliding li.slide-right-in {
            animation: slideRightIn 0.3s forwards;
        }

        @keyframes slideLeftOut {
            from {
                transform: translateX(0);
                opacity: 1;
            }
            to {
                transform: translateX(-30%);
                opacity: 0;
            }
        }

        @keyframes slideRightOut {
            from {
                transform: translateX(0);
                opacity: 1;
            }
            to {
                transform: translateX(30%);
                opacity: 0;
            }
        }

        @keyframes slideLeftIn {
            from {
                transform: translateX(30%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideRightIn {
            from {
                transform: translateX(-30%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        /* 스와이프 힌트 */

        .mp .right.tlt:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            width: 20px;
            height: 40px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="40" viewBox="0 0 20 40"><path d="M5 20L15 10M5 20L15 30" stroke="%23ccc" stroke-width="2" fill="none"/></svg>');
            opacity: 0.5;
            pointer-events: none;
            animation: swipeHint 1.5s infinite;
            z-index: 10;
        }

        @keyframes swipeHint {
            0%, 100% {
                opacity: 0.5;
                transform: translateX(0);
            }
            50% {
                opacity: 0.8;
                transform: translateX(-5px);
            }
        }

        /* 모바일 반응형 */
        @media (max-width: 768px) {
            .mp .left.tlt {
                width: 40%;
            }

            .mp .right.tlt {
                width: 60%;
            }

            .mp .right.tlt .cateBox {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .mp .right.tlt .cateBox img {
                width: 60px;
                height: 60px;
            }
        }
    }
}


@media(max-width:640px){


    .m_side_nav {padding:20px;}
    .left_foot {position:fixed; bottom:20px; left:70%;  z-index:9999 !important;  border-radius: 8px; padding:10px;}
    .left_foot img {border-radius: 50%;}
    .kakao {bottom:85px; right:25% !important;  position:fixed;}
    .channel_talk {bottom:85px; right:5% !important;  position:fixed;}
    .nd_title {font-size:14px;}
    .with-sub {font-size:13px!important; margin-bottom: 10px; color: #575757 !important
    }

    .footer_fixed {background:#000; height:75px; width:100%; position: fixed; bottom:0; left:0;  z-index:50 !important;}
    .footer_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        height: 65px; /* 높이 더 증가 */
        z-index: 1000;
    }

    .fs-24px {
        font-size: 24px;
    }

    .fs-28px {
        font-size: 28px;
    }

    /* SVG 아이콘 스타일 */
    .icon {
        width: 1em;
        height: 1em;
        display: inline-block;
        fill: currentColor;
    }

    /* 컬럼 전체 배경 채우기 */
    .footer_fixed .col-6 {
        padding: 0 !important; /* 부트스트랩 패딩 제거 */
    }

    .footer_fixed .col-6:first-child .left_s {
        background-color: #dc3545;
        color: white;
    }

    .footer_fixed .col-6:last-child .right_s {
        background-color: #333;
        color: white;
    }

    /* 텍스트와 아이콘 정렬 */
    .left_s, .right_s {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px; /* 명시적으로 100px 설정 */
        width: 100%;
    }

    .left_s span, .right_s span {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}
