/* 
푸터 4
*/

.fix_footer04.mob.no_margin {
    margin-top: 0;
    border-top:#e7e5e3;
}

.fix_footer.mob {
    border: none;
    background-color: #fff;
}

.fix_footer.mob .fix_cont_box {
    padding: 30px 0 27px;
    border-top: 1px solid rgba(165, 159, 161, 0.2);
}

.fix_footer.mob .ft_service {
    float: none;
    text-align: center;
    margin: 0;
}

.fix_footer.mob .ft_service .logo_box {
    display: inline-block;
}

.fix_footer.mob .ft_service .logo_box img {
    height: 30px;
}

.fix_footer.mob .container_fix .ft_btn_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 0;
}

.fix_footer.mob .container_fix .ft_btn_box a {
    width: 115px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 17.5px;
    transition: 0.2s;
}

.fix_footer.mob .container_fix .ft_btn_box a:hover {
    background-color: #f7f7f7;  
}

.fix_footer.mob .container_fix .ft_btn_box a img {
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    height: 12px;
}

.fix_footer.mob .container_fix .ft_sns_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 0;
}

.fix_footer.mob .container_fix .ft_sns_cont a {
    display: block;
    width: 18px;
    height: 20px;
    transition: 0.2s;
}

.fix_footer.mob .fix_links_box {
    border-top: 1px solid #e7e5e3   ;
    border-bottom: none;
}

.fix_footer.mob .fix_links_box .fix_links {
    padding: 17px 0;
    text-align: center;
}

.fix_footer.mob .fix_links_box .fix_links > li a {
    font-size: 14px;
    line-height: 1em;
    color: #0c0c0c;
}

.fix_footer.mob .fix_links_box .fix_links > li + li {
    padding-left: 44px;
}

.fix_footer.mob .fix_links_box .fix_links > li + li:after {
    display: none;
}

.fix_footer.mob .logo_m {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 15px;
    gap: 12px;
    border-top: 1px solid #e7e5e3;
}

.fix_footer.mob .logo_m > img {
    width: 77px;
}

.fix_footer.mob .logo_m .m_arr {
    position: relative;
    width: 8px;
    height: 5px;
    transition: 0.2s;
}

.fix_footer.mob .logo_m.open .m_arr {
    transform: rotate(180deg);
}

.fix_footer.mob .logo_m .m_arr::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #cfccc8;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: rotate(45deg);
}

.fix_footer.mob .logo_m .m_arr::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #cfccc8;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: rotate(-45deg);
}

.fix_footer.mob .fix_infos_box {
    padding: 0 0 30px;
}

.fix_footer.mob .fix_infos_box .info_ul {
    margin-bottom: 8px;
    text-align: center;
}

.fix_footer.mob .fix_infos_box .info_ul > li {
    font-size: 14px;
    line-height: 1em;
    color: #666666;
    display: inline-block;
}

.fix_footer.mob .fix_infos_box .info_ul > li + li {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 0;
}

.fix_footer.mob .fix_infos_box .info_ul > li + li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    margin-top: -4.5px;
    background-color: #666666;
}

.fix_footer.mob .fix_infos_box .info_ul > li a {
    font-size: 13px;
    color: #888;
}

.fix_footer.mob .fix_infos_box h4 {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    text-align: center;
}

@media (max-width:767px) {
    .fix_footer.mob .fix_links_box .fix_links > li a {
        font-size: 12px;
    }
    .fix_footer.mob .fix_infos_box .info_ul > li {
        font-size: 12px;
    }
    .fix_footer.mob .fix_infos_box h4 {
        font-size: 12px;
    }
}