/* 푸터 기본 */
#ft { background: #fff; margin: 0 auto; }
#ft h1 { font-size: 28px; line-height: 1.4; }
#ft_wr { max-width: 1200px; margin: 0 auto; padding: 30px 20px; }
#ft_wr:after { display: block; visibility: hidden; clear: both; content: ""; }
#ft_link { list-style: none; display: flex; gap: 15px; padding: 0; margin: 0 0 20px 0; }
#ft_link a { color: #555; font-size: 13px; text-decoration: none; font-weight: 600; }
#ft_link a:hover { color: #222; }
#ft_company h2 { display: none; }
#ft_company { font-size: 12px; color: #999; line-height: 1.8; }
#ft_company .ft_info_wrap { line-height: 2.2; }
#ft_company .ft_info_wrap .title { color: #777; font-weight: 600; margin-right: 4px; }
#ft_company .ft_info_wrap .title::before { content: ''; display: inline-block; width: 1px; height: 10px; background: #ddd; margin: 0 10px; vertical-align: middle; }
#ft_company .ft_info_wrap span:first-child.title::before { display: none; }
#ft_company .ft_info_wrap br + .title::before { display: none; }
#ft_company .ft_info_wrap .content { color: #999; margin-right: 6px; }
#ft_company .ft_info_wrap .content a { color: #888; text-decoration: none; }
#ft_company .ft_info_wrap .content a:hover { color: #555; text-decoration: underline; }
#ft_company_sub { font-size: 12px; color: #999; line-height: 1.8; margin-top: 18px; padding-top: 18px; border-top: 1px dashed #e0e0e0; }
#ft_company_sub .ft_info_wrap { line-height: 2.2; word-break: keep-all;}
#ft_company_sub .ft_info_wrap .title { color: #777; font-weight: 600; margin-right: 4px; }
#ft_company_sub .ft_info_wrap .title::before { content: ''; display: inline-block; width: 1px; height: 10px; background: #ddd; margin: 0 10px; vertical-align: middle; }
#ft_company_sub .ft_info_wrap span:first-child.title::before { display: none; }
#ft_company_sub .ft_info_wrap br + .title::before { display: none; }
#ft_company_sub .ft_info_wrap .content { color: #999; margin-right: 0 !important;}
#ft_company_sub .ft_info_wrap .content a { color: #888; text-decoration: none; }
#ft_company_sub .ft_info_wrap .content a:hover { color: #555; text-decoration: underline; }
#ft_copy { text-align: center; max-width: 1200px; margin: 0 auto; padding: 20px 0; color: #bbb; font-size: 12px; border-top: 1px solid #eee; }

/* 푸터 커스텀 영역 */
#ft .main_column {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #e8e8e8;
    flex-direction: column;
    gap: 70px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 50px;
}
.footer_column { }
.footer_column .column_title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.footer_column .column_content h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}
.footer_column .column_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}
.footer_column .column_content .content_last {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.footer_column .column_content.bank > div {
    margin-bottom: 20px;
}
.footer_column .column_content.bank > div:last-child {
    margin-bottom: 0;
}
.footer_column .column_content.bank > div > p:first-child {
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
}
.footer_column .column_content.inquiry_buttons {
    display: flex;
    gap: 10px;
}
.footer_column .column_content .btnSubmit {
    display: inline-block;
    flex: 1;
    text-align: center;
    padding: 14px 0;
    background: #4a3f6b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s;
    cursor: pointer;
}
.footer_column .column_content .btnSubmit:hover {
    background: #362d52;
}
