@charset "UTF-8";

/* FOOTER SETTING */
#new_ft {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1f2937;
    border-top: 1px solid #d1e7f0;
}

#new_ft .ft_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_size {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}

@media all and (max-width: 1441px) {
    #new_ft .ft_size {
        padding: 60px 30px;
    }
}

@media all and (max-width: 1025px) {
    #new_ft .ft_size {
        padding: 40px 30px;
    }
}

/* FOOTER SETTING END */

/* FOOTER CONTENTS */
#new_ft .ft_cont {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #374151;
}

#new_ft .ft_infobox {
    width: 250px;
    height: auto;
    position: relative;
}

#new_ft .ft_infobox .ft_logo {
    width: 110px;
    height: 30px;
    position: relative;
    background-image: url(../img/ft_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 20px;
}

#new_ft .ft_infobox .ft_linkbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#new_ft .ft_infobox .ft_linkbox > li {
    width: 24px;
    height: 24px;
    position: relative;
}

#new_ft .ft_infobox .ft_linkbox > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_ft .ft_infobox .ft_linkbox > li > a:hover > svg {
    fill: #fff;
}

#new_ft .ft_infobox > p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #ababab;
    line-height: 1.6;
    letter-spacing: 0;
}

#new_ft .ft_infobox > a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #06b6d4;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 10px;
}

#new_ft .ft_navbox {
    width: -webkit-calc((100% - 30px) - 250px);
    width: -moz-calc((100% - 30px) - 250px);
    width: calc((100% - 30px) - 250px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

#new_ft .ft_navbox .nav_item {
    width: 100%;
    height: auto;
    position: relative;
    text-align: right;
}

#new_ft .ft_navbox .nav_item .nav_tit {
    font-family: 'Inter', sans-serif;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 20px;
}

#new_ft .ft_navbox .nav_item .nav_depsbox {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_navbox .nav_item .nav_depsbox > li {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 12px;
}

#new_ft .ft_navbox .nav_item .nav_depsbox > li:last-of-type {
    margin-bottom: 0;
}

#new_ft .ft_navbox .nav_item .nav_depsbox > li > a {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #bfbfbf;
    letter-spacing: 0;
    line-height: 1;
}

#new_ft .ft_navbox .nav_item .nav_depsbox > li > a:hover {
    font-weight: 500;
    color: #fff;
}

#new_ft .ft_copy {
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#new_ft .ft_copy .copy_right {
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

#new_ft .ft_copy .paddle_txt {
    width: 650px;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 300;
    color: #bfbfbf;
    line-height: 1.4;
    word-break: keep-all;
}

#new_ft .ft_copy .paddle_txt > span {
    font-weight: 500;
    color: #fff;
}

@media all and (max-width: 1281px) {
    #new_ft .ft_navbox .nav_item {
        max-width: 230px;
    }
}

@media all and (max-width: 1025px) {
    #new_ft .ft_cont {
        gap: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #new_ft .ft_infobox {
        width: 100%;
        text-align: center;
    }

    #new_ft .ft_infobox .ft_logo {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #new_ft .ft_infobox > p {
        line-height: 1.4;
    }

    #new_ft .ft_infobox > p > br {
        display: none;
    }

    #new_ft .ft_navbox {
        display: none;
    }

    #new_ft .ft_copy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    #new_ft .ft_copy .copy_right {
        width: 100%;
        margin-bottom: 10px;
    }

    #new_ft .ft_copy .paddle_txt {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 481px) {
    #new_ft .ft_infobox .ft_logo {
        width: 90px;
        height: 25px;
    }

    #new_ft .ft_infobox > p,
    #new_ft .ft_infobox > a,
    #new_ft .ft_copy .copy_right,
    #new_ft .ft_copy .paddle_txt {
        font-size: 0.8125rem;
    }
}

/* FOOTER CONTENTS END */

/* SUB FOOTER */

#sub_ft {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #d1e7f0;
}

#sub_ft .ft_area {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_ft .ft_con {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_ft .ft_size {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0;
}

#sub_ft .ft_copy {
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sub_ft .ft_copy .copy_right {
    font-size: 0.875rem;
    font-weight: 300;
    color: #06121d;
    line-height: 1.4;
}

#sub_ft .ft_copy .subft_nav {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#sub_ft .ft_copy .subft_nav > li {
    width: auto;
    height: auto;
    position: relative;
}

#sub_ft .ft_copy .subft_nav > li > a {
    font-size: 0.875rem;
    font-weight: 300;
    color: #06121d;
    line-height: 1.4;
}

#sub_ft .ft_copy .subft_nav > li > a:hover {
    text-decoration: underline;
}

@media all and (max-width: 1441px) {
    #sub_ft .ft_size {
        padding: 25px 30px;
    }
}

@media all and (max-width: 885px) {
    #sub_ft .ft_copy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }

    #sub_ft .ft_copy .copy_right {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 481px) {
    #sub_ft .ft_size {
        padding: 15px;
    }

    #sub_ft .ft_copy .copy_right,
    #sub_ft .ft_copy .subft_nav > li > a {
        font-size: .8125rem;
    }
}

/* SUB FOOTER END */
