/* BASIC css start */
/* =========================================================
   Á¦ÀÚµé ÇªÅÍ
========================================================= */

#footer,
#footer * {
    box-sizing: border-box;
}

#footer {
    width: 100%;
    margin-top: 110px;
    border-top: 1px solid #dfe7df;
    background: #f6f9f6;
    color: #596159;
    font-family: "Pretendard", "Malgun Gothic", sans-serif;
}

#footer ul,
#footer li,
#footer p,
#footer h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer a {
    color: inherit;
    text-decoration: none;
}

/* ÀüÃ¼ Æø */

#footer .footerInner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 80px;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 55px 0 52px;
}

/* =========================================================
   ÁÂÃø È¸»ç Á¤º¸
========================================================= */

#footer .footerCompany {
    min-width: 0;
}

#footer .footerLogo {
    margin-bottom: 22px;
}

#footer .footerLogo a {
    display: inline-block;
}

#footer .footerLogo img {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
}

/* ÇªÅÍ ¸µÅ© */

#footer .footerLinks {
    margin-bottom: 25px;
}

#footer .footerLinks ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

#footer .footerLinks li {
    display: flex;
    align-items: center;
}

#footer .footerLinks li::after {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 13px;
    background: #cdd5cd;
    content: "";
}

#footer .footerLinks li:last-child::after {
    display: none;
}

#footer .footerLinks a {
    color: #3e463f;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    transition: color 0.2s ease;
}

#footer .footerLinks a:hover {
    color: #176526;
}

#footer .footerLinks .privacy a {
    color: #176526;
    font-weight: 800;
}

#footer .footerLinks .barotalk a {
    color: #7c6500;
}

/* È¸»ç Á¤º¸ */

#footer .footerShopInfo {
    color: #707870;
    font-size: 12px;
    line-height: 1.75;
}

#footer .companyInfoLine {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 22px;
}

#footer .companyInfoLine > span {
    position: relative;
}

#footer .companyInfoLine strong {
    margin-right: 5px;
    color: #4e574f;
    font-weight: 700;
}

#footer .companyInfoLine .address {
    max-width: 100%;
}

#footer .businessCheck {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-left: 7px;
    padding: 0 8px;
    border: 1px solid #cbd4cb;
    border-radius: 4px;
    background: #fff;
    color: #4b554c;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background-color 0.2s ease;
}

#footer .businessCheck:hover {
    border-color: #176526;
    background: #edf6ee;
    color: #176526;
}

/* ÀúÀÛ±Ç */

#footer .copyright {
    margin-top: 17px;
    color: #929993;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

/* =========================================================
   ¿ìÃø °í°´¼¾ÅÍ Ä«µå
========================================================= */

#footer .footerCustomer {
    align-self: start;
    padding: 27px 28px 25px;
    border: 1px solid #dce5dc;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 83, 43, 0.05);
}

#footer .customerTitle {
    display: flex;
    align-items: center;
    gap: 12px;
}

#footer .customerIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #edf6ee;
    color: #176526;
}

#footer .customerIcon i {
    font-size: 23px;
}

#footer .customerTitle strong {
    display: block;
    color: #252b26;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

#footer .customerTitle p {
    margin-top: 3px;
    color: #899089;
    font-size: 11px;
    line-height: 1.4;
}

/* ÀüÈ­¹øÈ£ */

#footer .customerTel {
    margin: 22px 0 16px;
}

#footer .customerTel a {
    color: #176526;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

/* ¿î¿µ ½Ã°£ */

#footer .customerHours {
    padding: 15px 0;
    border-top: 1px solid #ebefeb;
    border-bottom: 1px solid #ebefeb;
}

#footer .customerHours p {
    display: flex;
    align-items: center;
    margin-top: 6px;
    color: #697169;
    font-size: 12px;
    line-height: 1.55;
}

#footer .customerHours p:first-child {
    margin-top: 0;
}

#footer .customerHours strong {
    display: inline-block;
    width: 65px;
    color: #3f4740;
    font-weight: 700;
}

#footer .customerHours .customerHoliday {
    display: block;
    margin-top: 8px;
    color: #9b6b5d;
    font-size: 11px;
}

/* ¹öÆ° */

#footer .customerButtons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 17px;
}

#footer .customerButtons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    border: 1px solid #cfd8d0;
    border-radius: 7px;
    background: #fff;
    color: #4c554d;
    font-size: 12px;
    font-weight: 700;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background-color 0.2s ease;
}

#footer .customerButtons a:hover {
    border-color: #176526;
    background: #edf6ee;
    color: #176526;
}

/* =========================================================
   TOP ¹öÆ°
========================================================= */

#scrolltotop.footerTopButton {
    display: none;
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 9998;
    margin: 0;
    padding: 0;
}

#scrolltotop.footerTopButton .go_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #d5ddd5;
    border-radius: 50%;
    background: #fff;
    color: #39413a;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

#scrolltotop.footerTopButton .go_top:hover {
    border-color: #176526;
    color: #176526;
    transform: translateY(-3px);
}

#scrolltotop.footerTopButton i {
    font-size: 17px;
    line-height: 1;
}

#scrolltotop.footerTopButton span {
    margin-top: 2px;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
}

/* =========================================================
   ÅÂºí¸´
========================================================= */

@media screen and (max-width: 1024px) {
    #footer .footerInner {
        grid-template-columns: minmax(0, 1fr) 295px;
        gap: 40px;
        width: calc(100% - 40px);
    }

    #footer .footerCustomer {
        padding: 24px 22px;
    }

    #footer .customerTel a {
        font-size: 27px;
    }
}

/* =========================================================
   ¸ð¹ÙÀÏ
========================================================= */

@media screen and (max-width: 767px) {
    #footer {
        margin-top: 70px;
    }

    #footer .footerInner {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: calc(100% - 28px);
        padding: 38px 0 42px;
    }

    #footer .footerLogo {
        margin-bottom: 18px;
    }

    #footer .footerLogo img {
        max-width: 125px;
    }

    #footer .footerLinks {
        margin-bottom: 20px;
    }

    #footer .footerLinks ul {
        gap: 8px 0;
    }

    #footer .footerLinks li::after {
        margin: 0 9px;
    }

    #footer .footerLinks a {
        font-size: 12px;
    }

    #footer .companyInfoLine {
        display: block;
    }

    #footer .companyInfoLine > span {
        display: block;
        margin-top: 3px;
    }

    #footer .footerCustomer {
        width: 100%;
        padding: 23px 20px;
        border-radius: 13px;
    }

    #footer .customerTel a {
        font-size: 28px;
    }

    #scrolltotop.footerTopButton {
        right: 14px;
        bottom: 78px;
    }

    #scrolltotop.footerTopButton .go_top {
        width: 44px;
        height: 44px;
    }
}
/* BASIC css end */

