/* BASIC css start */
#footer {
    margin-top: 85px;
    margin-bottom: 105px;
    max-width: 1100px;
    position: relative;
}

.footerlist {
    padding-bottom: 65px;
}

.footerlist ul {
    font-size: 0;
}

.footerlist ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.footerlist ul li a {
    color: #353535;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-family: "S-CoreDream-4Regular",'Malgun Gothic', Dotum, "돋움", sans-serif;
    text-transform: uppercase;
}

#footer .call {
    font-size: 18px;
    letter-spacing: 0.8px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    padding-bottom: 8px;
}

#footer .calltime, #footer .companyinfo, #footer .companyinfo a {
    line-height: 2.5;
    color: #4c4c4c;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-family: 'Malgun Gothic', Dotum, "돋움", sans-serif;
    text-transform: uppercase;
    vertical-align: baseline;
}

.companyinfo {}

.copyright {
    color: #999999;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-family: 'Malgun Gothic', Dotum, "돋움", sans-serif;
    text-transform: uppercase;
    vertical-align: baseline;
    padding-top: 45px;
}

.footer_sns {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_sns a {
    margin-left: 25px;
}

.footer_applink{
    position:absolute;right:0px;bottom:30px;
}

.floating-quick-menu {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 2147483000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.quick-float-btn {
    width: 54px;
    min-height: 54px;
    padding: 8px 6px 7px;
    box-sizing: border-box;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
    color: #333333;
    opacity: 0.72;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, background .2s ease;
}

.quick-float-btn:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.96);
}

.quick-float-btn img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.quick-float-btn--kakao img {
    width: 18px;
    height: 18px;
}

.quick-float-label {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #555555;
    white-space: nowrap;
}

.quick-float-arrow {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #222222;
    transform: translateY(-1px);
}

.sc_script,
.sc_script_kc {
    position: static;
}

.sc_script a,
.sc_script_kc a {
    display: block;
    margin: 0;
}

.sc_script a:hover,
.sc_script_kc a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .floating-quick-menu {
        right: 14px;
        bottom: 18px;
        gap: 8px;
    }

    .quick-float-btn {
        width: 50px;
        min-height: 50px;
        border-radius: 16px;
        padding: 7px 5px 6px;
    }

    .quick-float-label {
        font-size: 9px;
    }
}

/* BASIC css end */

