@charset "UTF-8";

/* FOOTER SETTING */
#new_ft {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #212121;
}

#new_ft .ft_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_area .ft_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_area .ft_con .ft_size {
    width: 100%;
    max-width: 1024px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    gap: 80px;
}

#new_ft .ft_area .ft_con .ft_size .ft_logo {
    width: 147px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#new_ft .ft_area .ft_con .ft_size .ft_logo > span {
    width: 147px;
    height: 90px;
    background-image: url(../img/hd_logo.png?ver=20240910);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

#new_ft .ft_area .ft_con .ft_size .ft_txt {
    width: auto;
    height: auto;
    position: relative;
}

#new_ft .ft_area .ft_con .ft_size .ft_txt > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
}

#new_ft .ft_area .ft_con .ft_size .ft_txt > span {
    font-family: 'Montserrat';
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #888;
}

/* FOOTER SETTING END */
