footer {width: 100%; height: auto; padding: 37px 0 45px; box-sizing: border-box; background: var(--black_3);}
footer .footer_top {display: flex; align-items: flex-start; justify-content: space-between;}
footer .footer_top .f-logo {width: 182px; height: auto;}
footer .footer_top .f-logo img {width: 100%; height: auto;}

footer .f-nav {}
footer .f-nav ul {display: flex; align-items: flex-start;}
footer .f-nav ul li {position: relative; padding-right: 45px; margin-right: 45px;;}
footer .f-nav ul li:before {position: absolute; top: 0; right: 0; content: ''; display: block; width: 1px; height: 106px; background: var(--gray_70);;}
footer .f-nav ul li:last-of-type:before {display: none;}
footer .f-nav ul li:last-of-type {padding-right: 0; margin-right: 0;}
footer .f-nav ul li .child-box {width: 100%; height: auto;}
footer .f-nav ul li .child-box .tit {margin-bottom: 11.5px; font-size: 18px; font-weight: 800; line-height: 1.17; color: var(--gray_8e);}
footer .f-nav ul li .child-box a {display: block; font-size: 14px; font-weight: 400; line-height: 1.82; color: var(--gray_8e);}

footer .tell_box {}
footer .tell_box .tit {display: flex; align-items: center; gap: 7px; padding-bottom: 8.5px; margin-bottom: 13px; border-bottom: 1px solid var(--gray_70); font-size: 21px; font-weight: 800; line-height: 1.14; letter-spacing: 4.2px; color: var(--gray_8e);}
footer .tell_box .tit img {width: 23px; height: auto;}
footer .tell_box a {display: block; width: 100%; height: auto; font-size: 24px; font-weight: 800; line-height: 1.13; color: var(--gray_8e);}

footer .footer_bottom {position: relative; width: 100%; height: auto; padding-top: 23px; margin-top: 32px; border-top: 1px solid var(--gray_e2);}
footer .footer_bottom .container {position: relative;}
footer .address {display: flex; align-items: center; gap: 23px; max-width: 842px; width: 100%; height: auto; margin-top: 11px; box-sizing: border-box;}
footer .address:first-child {margin-top: 0;}
footer .address p {box-sizing: border-box; font-size: 15px; font-weight: 400; line-height: 1.13; color: var(--gray_8e);}

footer .f_sns_link {position: absolute; top: 0; right: 0; display: flex; align-items: center; gap: 8px;}
footer .f_sns_link a {display: block; width: 27px; height: auto;}
footer .f_sns_link a img {width: 100%; height: auto;}