/* BASIC css start */
/* ÇÏ´Ü */
#footer {margin-top:100px;border-top:1px solid var(--line-color); width:100%;padding:40px 0;}
#footer .inner h3 {margin-bottom:13px;}
#footer .inner { display:flex;justify-content: space-between; }
#footer .inner .ft_01 {font-size:12px;font-weight:400;color:var(--txt);flex:auto;}
#footer .inner .ft_01 .linkinfo {margin:10px 0;font-size:16px;font-weight:600;}
#footer .inner .ft_01 .linkinfo ul {display:flex;}
#footer .inner .ft_01 .linkinfo ul li {display:inline-block;}
#footer .inner .ft_01 .linkinfo ul li a {font-size:13px;font-weight:400;color:var(--txt);}
#footer .inner .ft_01 .linkinfo ul li:after {content:"";display:inline-block;width:1px;height:10px;background-color:#ccc;vertical-align: middle;margin:0 12px;}
#footer .inner .ft_01 .linkinfo ul li:last-child:after {width:0;}
#footer .inner .ft_01 .linkinfo ul li strong {color:var(--main-color);font-weight:500;}
#footer .inner .ft_01 .shopInfo {}
#footer .inner .ft_01 .shopInfo p {margin-bottom:8px;}
#footer .inner .ft_01 .shopInfo p.tx span {margin-right:10px;}
#footer .inner .ft_01 .shopInfo p.tx span:after {content:'';display:inline-block;width:1px;height:8px;background:var(--line-color);margin-left:10px;}
#footer .inner .ft_01 .shopInfo p.tx span:last-child:after {content: none;}
#footer .inner .ft_01 .shopInfo p.tx span a {font-size:12px;font-weight:400;color:var(--txt);text-decoration: underline;vertical-align:baseline;}
#footer .inner .ft_01 .shopInfo p.copy {margin-top:10px;color:var(--gray);text-transform:uppercase;}
#footer .inner .ft_02 {margin-right:100px;width:85px;}
#footer .inner .ft_02 li {margin-bottom:12px;}
#footer .inner .ft_03 
#footer .inner .ft_03 p {}
#footer .inner .ft_03 p.tel {font-size:18px;font-weight:800;margin-bottom:16px;}
#footer .inner .ft_03 p.tx span.shopcs:first-child::after {content:'';display:inline-block;width:1px;height:8px;background:var(--line-color);margin-left:10px;margin-right:10px;}
#footer .inner .ft_03 p.tx span:last-child {display:block;margin-top:10px;}
#scrolltotop.fix_btn {position:fixed; right:16px; bottom:24px; text-align:center; z-index:58;}
#scrolltotop.fix_btn a {display:block;}


/* =========================================================
   2026-08-13 JEJADLE footer redesign - safe override
========================================================= */
#footer {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 90px 0 0 !important;
    padding: 42px 20px 38px !important;
    border-top: 4px solid #176526 !important;
    background: #f6f8f6 !important;
    box-sizing: border-box !important;
}
#footer > .inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 170px 260px !important;
    align-items: start !important;
    gap: 42px !important;
    width: min(1200px, 100%) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
#footer > .inner > div {
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#footer .ft_01 {
    padding-right: 8px !important;
    color: #505951 !important;
}
#footer .ft_01 .logo h3 {
    margin: 0 0 20px !important;
    line-height: 1 !important;
}
#footer .ft_01 .logo h3 img {
    display: none !important;
}
#footer .ft_01 .logo h3::before {
    color: #176526;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.7px;
    content: "JEJADLE";
}
#footer .ft_01 .logo h3::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-radius: 50%;
    background: #f3b51b;
    vertical-align: 3px;
    content: "";
}
#footer .ft_01 .shopInfo p {
    margin: 0 0 7px !important;
    line-height: 1.65 !important;
}
#footer .ft_01 .shopInfo p.tx {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px 18px !important;
}
#footer .ft_01 .shopInfo p.tx span {
    margin: 0 !important;
    color: #59625a !important;
    font-size: 12px !important;
    white-space: normal !important;
}
#footer .ft_01 .shopInfo p.tx span::after {
    display: none !important;
}
#footer .ft_01 .shopInfo p.tx span a {
    color: #176526 !important;
    font-weight: 700 !important;
    text-underline-offset: 2px;
}
#footer .ft_01 .shopInfo p.copy {
    margin-top: 17px !important;
    color: #929993 !important;
    font-size: 11px !important;
    letter-spacing: .1px !important;
}
#footer .ft_02,
#footer .ft_03 {
    width: auto !important;
    margin: 0 !important;
    padding-left: 30px !important;
    border-left: 1px solid #dbe2db !important;
}
#footer .ft_02::before {
    display: block;
    margin-bottom: 16px;
    color: #1e261f;
    font-size: 14px;
    font-weight: 800;
    content: "QUICK MENU";
}
#footer .ft_02 .linkinfo ul {
    display: block !important;
}
#footer .ft_02 .linkinfo li {
    display: block !important;
    margin: 0 0 11px !important;
}
#footer .ft_02 .linkinfo li a {
    color: #59625a !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}
#footer .ft_02 .linkinfo li a:hover {
    color: #176526 !important;
}
#footer .ft_03 h3 {
    margin: 0 0 13px !important;
    color: #1e261f !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
#footer .ft_03 p.tel {
    margin: 0 0 13px !important;
    color: #176526 !important;
    font-size: 29px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
}
#footer .ft_03 p.tx {
    color: #626b63 !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}
#footer .ft_03 p.tx span.shopcs:first-child::after {
    height: 9px !important;
    margin: 0 9px !important;
    background: #cbd3cc !important;
}
#footer .ft_03 p.tx span:last-child {
    display: block !important;
    margin-top: 6px !important;
    color: #878f88 !important;
}
#scrolltotop.fix_btn {
    right: 22px !important;
    bottom: 84px !important;
}
#scrolltotop.fix_btn a {
    overflow: hidden;
    border: 1px solid #d7dfd8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 16px rgba(18, 54, 24, .11);
}
@media screen and (max-width: 900px) {
    #footer > .inner {
        grid-template-columns: minmax(0, 1fr) 240px !important;
        gap: 30px !important;
    }
    #footer .ft_01 {
        grid-column: 1 / -1 !important;
        padding-bottom: 28px !important;
        border-bottom: 1px solid #dbe2db !important;
    }
    #footer .ft_02 {
        padding-left: 0 !important;
        border-left: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    #footer {
        margin-top: 65px !important;
        padding: 34px 16px 30px !important;
    }
    #footer > .inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }
    #footer .ft_01,
    #footer .ft_02,
    #footer .ft_03 {
        width: 100% !important;
        padding: 0 0 24px !important;
        border-left: 0 !important;
        border-bottom: 1px solid #dbe2db !important;
    }
    #footer .ft_02,
    #footer .ft_03 {
        padding-top: 24px !important;
    }
    #footer .ft_03 {
        border-bottom: 0 !important;
    }
    #footer .ft_01 .shopInfo p.tx {
        display: block !important;
    }
    #footer .ft_01 .shopInfo p.tx span {
        display: block !important;
        margin-bottom: 5px !important;
    }
}

/* BASIC css end */

