
/* 하단 레이아웃 */
#ft {
    background: #f7f7f7;
    padding: 55px 0;
}

#ft h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ft_wr {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#ft_link {
    display: flex;
    margin: 0 0 30px;
}

#ft_link:after {
    display: block;
    visibility: hidden;
    clear: both;
    float: none;
    content: ""
}

#ft_link a {
    margin-right: 25px;
    color: #989898;
    font-size: 15px;
    font-weight: 500;
}

.ft_cntwr{
    flex: 1;
    position: relative;
    font-family: 'noto sans kr';
}

.ft_cntwr a.mobile_btn {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    color: #9c57f5;
    border: 1px solid #9c57f5;
    width: 105px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
}

#ft_company {
    font-weight: normal;
    color: #989898;
    line-height: 2em;
    font-size: 1.1em;
    text-align: left;
}
.ft_txt_cnt{
    display: flex;
    justify-content: space-between;
}
.ft_txt_cnt .meImg {
    margin-left: auto;
}
#ft_company .ft_info{
    margin: 0 0 50px;
    font-size: 14px;
}
#ft_company .ft_info span{
    font-weight: 600;
}

#ft_catch {
    display: flex;
    justify-content: left;
    padding: 0 0 30px 0;
}
#ft_catch .f-logo{
    text-align: left;
    flex-grow: 1;
}
#ft_catch .f-logo img{
    margin-right: 20px;
}
.ft_copy {
    display: block;
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 600;
}
.ft_copy2 {
    display: block;
    color: #a5a4a4;
    font-size: 14px;
}

.ft_sns {
    text-align:left;
}

.ft_sns a {
    text-indent: -9999px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: -2px;
}

.ft_sns a.ft_insta {
    background: url(/img/common/footer/sns_instagram.png) 50% 50% no-repeat;
}

.ft_sns a.ft_tistory {
    background: url(/img/common/footer/ft_tistory.png) 50% 50% no-repeat;
}
.ft_sns a.ft_facebook {
    background: url(/img/common/footer/sns_facebook.png) 50% 50% no-repeat;
}
.ft_sns a.ft_kakao {
    background: url(/img/common/footer/sns_kakaotalk.png) 50% 50% no-repeat;
}

.ft_sns a.ft_blog {
    background: url(/img/common/footer/sns_blog.png) 50% 50% no-repeat;
}

.ft_sns a.ft_yt {
    background: url(/img/common/footer/sns_youtube.png) 50% 50% no-repeat;
}
