/* BASIC css start */
footer{padding:50px 60px 80px; border-top:1px solid #d7d5d2}
footer .inner{ margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr .6fr;gap:120px;align-items:flex-start;}
footer .logo{margin-bottom:40px;}
footer .logo img{display:block;max-width:167px}

footer .footer_company{font-size:13px;line-height:1.8;color:#222;font-weight:300;}
footer .footer_company span{display:inline-block;margin-right:8px;font-weight:500;color:#111;}
footer .footer_company span+span{margin-left:20px;}

footer h3{margin:115px 0 20px;font-size:14px;font-weight:500;color:#111;}

footer .footer_menu ul{display:flex;flex-wrap:wrap;gap:8px 0;max-width:360px;}
footer .footer_menu li{display:flex;align-items:center;}
footer .footer_menu li:not(:last-child)::after{content:"|";margin:0 14px;color:#999;}
footer .footer_menu a{font-size:13px;color:#222;transition:.2s;}
footer .footer_menu a:hover{color:#000;}

footer .footer_sns ul{display:flex;gap:16px;padding:0;margin:0}
footer .footer_sns li{margin:0;}
footer .footer_sns a{display:block;transition:.25s;}
footer .footer_sns a:hover{transform:translateY(-3px);}
footer .footer_sns img{display:block;height:38px;}


@media all and (max-width:1024px){
footer{padding:60px 25px;}
footer .inner{display:block;}
footer .footer_info{margin-bottom:45px;}

footer .logo{margin-bottom:30px;}

footer .footer_company{font-size:12px;line-height:1.9;}
footer .footer_company span{display:inline-block;margin-right:8px;}
footer .footer_company span+span{margin-left:15px;}

footer .footer_menu{margin-bottom:35px;}
footer .footer_menu h3,
footer .footer_sns h3{margin:0 0 18px;font-size:13px;}

footer .footer_menu ul{display:flex;flex-wrap:wrap;gap:8px 0;max-width:100%;}
footer .footer_menu li{display:flex;align-items:center;}
footer .footer_menu li:not(:last-child)::after{content:"|";margin:0 12px;color:#aaa;}
footer .footer_menu a{font-size:12px;}

footer .footer_sns ul{display:flex;gap:12px;padding:0;margin:0;list-style:none;}
footer .footer_sns li{margin:0;}
footer .footer_sns a{display:block;}
footer .footer_sns img{display:block;height:30px;}

}



/* BASIC css end */

