footer {width: 100%; height: auto; padding: 59px 0 29px; box-sizing: border-box; background: var(--pr);}
footer .logo {width: 191px; height: auto; margin: 0 auto 47px;}
footer .logo img {width: 100%; height: auto;}
footer .f-nav_area {display: flex; align-items: center; justify-content: center; gap: 67px;}
footer .f-nav_area .f-nav {}
footer .f-nav_area .f-nav .tit {margin-bottom: 19px; font-size: 16px; font-weight: bold; line-height: 1.19; color: var(--wt);}
footer .f-nav_area .f-nav ul {display: flex; flex-flow: column; gap: 19px;}
footer .f-nav_area .f-nav ul li {}
footer .f-nav_area .f-nav ul li a {font-size: 15px; font-weight: 300; line-height: 1.2; color: var(--wt);}
footer .copyright {width: 100%; height: auto; padding-top: 30px; margin-top: 35px; box-sizing: border-box; border-top: 1px solid var(--wt); font-size: 13px; font-weight: 200; line-height: 1.787; color: var(--wt); text-align: center;}