@charset "utf-8";

/*
 * desktop-footer.css
 * PC footer / top button
 * 기준: legacy 밝은 푸터 정보 구조 + new SEO 링크 구조
 */

#ft {
    clear: both;
    min-width: 1200px;
    background: #fff;
    color: #8a929b;
    font-size: 14px;
    border-top: 1px solid #d8d8d8;
}

#ft,
#ft * {
    box-sizing: border-box;
}

#ft .inner_1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#ft .ft_wr {
    padding: 28px 0 44px;
}

#ft .ft_call {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 230px;
    margin-bottom: 26px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#ft .ft_call_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #111;
    font-size: 24px;
    line-height: 1;
}

#ft .ft_call strong {
    color: #111;
    font-weight: 700;
}

#ft .ft_call a {
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

#ft .ft_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 230px;
    margin-bottom: 18px;
}

#ft .ft_link {
    display: flex;
    align-items: center;
    gap: 0;
}

#ft .ft_link li {
    position: relative;
    padding: 0 13px;
}

#ft .ft_link li:first-child {
    padding-left: 0;
}

#ft .ft_link li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #cfcfcf;
}

#ft .ft_link li:last-child:after {
    display: none;
}

#ft .ft_link a {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

#ft .ft_link a:hover {
    text-decoration: underline;
}

#ft .ft_sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

#ft .ft_sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid #29a943;
    border-radius: 50%;
    color: #29a943;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

#ft .ft_sns li:nth-child(2) a {
    border-color: #ef2020;
    color: #ef2020;
    font-size: 15px;
}

#ft .ft_bottom {
    display: flex;
    align-items: flex-start;
}

#ft .ft_logo {
    width: 230px;
    padding-top: 6px;
}

#ft .ft_logo img {
    display: block;
    max-width: none;
}

#ft .ft_info {
    flex: 1;
    color: #8a929b;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.2px;
}

#ft .ft_info p {
    margin: 0 0 5px;
    color: #8a929b;
    font-size: 15px;
    line-height: 1.55;
}

#ft .ft_info strong {
    color: #6f7780;
    font-weight: 700;
}

#ft .ft_info span {
    display: inline-block;
    position: relative;
    margin-right: 9px;
}

#ft .ft_info span+span:before {
    content: '|';
    margin-right: 9px;
    color: #b5bbc1;
}

#ft .ft_company {
    margin-bottom: 8px;
}

#ft .ft_company strong {
    color: #9aa0a6;
}

#ft .ft_contact {
    margin-top: 4px;
}

#ft .ft_copy {
    margin-top: 8px;
    color: #9aa0a6;
    font-size: 14px;
}

.top {
    z-index: 9999;
    position: fixed;
    right: 270px;
    bottom: 100px;
    cursor: pointer;
}

.top img {
    display: block;
    max-width: none;
}

@media all and (max-width: 1800px) {
    #ft {
        min-width: 66.6667vw;
        font-size: 0.7778vw;
    }

    #ft .inner_1200 {
        width: 66.6667vw;
    }

    #ft .ft_wr {
        padding: 1.5556vw 0 2.4444vw;
    }

    #ft .ft_call {
        gap: 0.4444vw;
        margin-left: 12.7778vw;
        margin-bottom: 1.4444vw;
        font-size: 1.3333vw;
    }

    #ft .ft_call_icon {
        width: 1.4444vw;
        height: 1.4444vw;
        font-size: 1.3333vw;
    }

    #ft .ft_top {
        margin-left: 12.7778vw;
        margin-bottom: 1vw;
    }

    #ft .ft_link li {
        padding: 0 0.7222vw;
    }

    #ft .ft_link li:after {
        height: 0.6667vw;
        margin-top: -0.3333vw;
    }

    #ft .ft_link a {
        font-size: 0.7778vw;
    }

    #ft .ft_sns {
        gap: 0.5556vw;
    }

    #ft .ft_sns a {
        width: 1.8889vw;
        height: 1.8889vw;
        font-size: 0.6111vw;
    }

    #ft .ft_sns li:nth-child(2) a {
        font-size: 0.8333vw;
    }

    #ft .ft_logo {
        width: 12.7778vw;
        padding-top: 0.3333vw;
    }

    #ft .ft_info,
    #ft .ft_info p {
        font-size: 0.8333vw;
        line-height: 1.55;
    }

    #ft .ft_info span {
        margin-right: 0.5vw;
    }

    #ft .ft_info span+span:before {
        margin-right: 0.5vw;
    }

    #ft .ft_copy {
        font-size: 0.7778vw;
    }

    .top {
        right: 15vw;
        bottom: 5.5556vw;
    }
}