/* BASIC css start */
#ftWrap{
    border-top: 1px solid #eee;
}
#footer{
    width: 1400px;
    box-sizing: border-box;
    padding: 30px 0 10px;
}
.ft_bn_box{
    width: 100%;
    background: #f2ede9;
    text-align: center;
}
.ft_bn_box a{
    display: block;
}
.footer_inner{
    padding: 50px 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
    line-height: 1;
}
.footer_inner div,
.footer_inner span{
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
}
.footer_inner .ft_inner_tit{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 40px;
    color: #333;
}
.ft_community_area ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 15px;
}
.ft_community_area ul li{
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border: 1px solid #ddd;
    color: #9d9d9d;
    font-weight: 400;
}
.ft_community_area ul li.color_bg{
    cursor: pointer;
    color: #c58876;
    border: 1px solid #c58876;
}
.ft_community_area ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #9d9d9d;
    font-size: 12px;
}
.ft_customer_area{
    display: flex;
    gap: 100px;
}
.customerCenter_info_box > div{
    line-height: 1;
    margin: 10px 0;
}
.customerCenter_info_box .call_tel{
    margin: 0 0 30px;
}
.customerCenter_info_box .call_tel a{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.bank_info_box > div{
    margin: 10px 0;
}
.ft_company_area .ft_normal_nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px;
}
.ft_company_area .ft_normal_nav li a{
    font-size: 15px;
    color: #333;
    font-weight: 300;
    padding: 0 15px;
}
.ft_company_area .ft_normal_nav li:before{
    content: '|';
}
.ft_company_area .ft_normal_nav li:first-of-type:before{
    display: none;
}
.ft_company_area .ft_normal_nav li:first-of-type a{
    padding: 0 15px 0 0;
}
.ft_company_area > a.bold_type{
    font-size: 12px;
    font-weight: 500;
    color: #333;
}
.ft_company_area .company_info_box{
    margin: 15px 0;
}
.ft_company_area .company_info_box p{
    margin: 10px 0;
}
.ft_company_area cite{
    font-style: normal;
    color: #666;
}
.ft_company_area .brand_img{
    margin: 15px 0 0;
    height: 25px;
}
.ft_company_area .brand_img img{
    width: auto;
    height: 100%;
}

/* BASIC css end */

