.footer{background: #000;padding: 2.25rem 0 ;}
.footer .footer_top {display: flex;justify-content: space-between;padding-bottom: 1.875rem;border-bottom: 1px solid var(--gray-750);align-items: center;margin-bottom: 1.875rem;}
.footer .footer_top .family_site{position: relative;}
.footer .footer_top .family_site .family_btn{color: var(--gray-700);font-weight: 500;line-height: 100%;letter-spacing: -.72px;border: 1px solid var(--gray-300);background: url(../../images/common/ico_arrow.svg) no-repeat right 20px center #000;border-radius: 50px;padding: 12px 20px;width: 200px;text-align: left;color: #fff;}
.footer .logo{display: inline-flex;margin-bottom: .625rem;}
.footer .logo img{max-width: 260px;}
.footer .footer_top .family_list{position: absolute;bottom: 110%;left: 0;background: rgb(255, 255, 255, 0.7);width: 100%;border-radius: 40px;overflow: hidden;display: none;}
.footer .footer_top .family_list li a{display: block;padding:  15px 30px;color: #555;font-size: 15px;}
.footer .footer_top .family_list li a:hover{background: #fff;color: #000;}
.footer .service{text-align: right;}
.footer .service .en{color: var(--gray-300, #B2B2B2);text-align: right;font-family: "Prompt";font-weight: 400;line-height: 100%;letter-spacing: -0.32px;margin-bottom: .3125rem;}
.footer .service .tel{font-size: 2.4rem;font-weight: 700;line-height: 100%;letter-spacing: -0.96px;color: #fff;}
.footer .foot_site{display: flex;gap: 2.5rem;align-items: center;margin: 1.25rem 0;}
.footer .foot_site li{font-weight: 500;line-height: 180%;letter-spacing: -0.64px;color: #fff;}
.footer .foot_site li a:hover{font-weight: 700;}
.footer .foot_info{display: flex;justify-content: space-between;align-items: center;color: #fff;}
.footer .foot_info .info ul{display: flex;gap: 0 2.1875rem;flex-wrap: wrap;}
.footer .foot_info .info ul li.full{width: 100%;}
.footer .foot_info .info ul li{font-weight: 400;line-height: 180%;letter-spacing: -.64px;}
.footer .foot_info .info ul li strong{font-weight: 600;}
.footer .foot_info .info .copy{font-size: .875rem;font-weight: 400;letter-spacing: -.56px;margin-top: 5px;}
.footer .foot_info .full{}

@media screen and (max-width:1024px) {
  .footer {padding-bottom: 3.125rem;}
  .footer .foot_info{flex-direction: column;align-items: flex-start;gap: 20px;}
  .footer .foot_info .service{text-align: left;}
  .footer .foot_info .service .en{text-align: left;}
}

@media screen and (max-width:768px) {
  .footer{padding: 1.5625rem 0; }
  .footer .footer_top {flex-direction: column;align-items:stretch;gap:20px}
  .footer .footer_top .family_site .family_btn{width: 100%;padding: 15px 20px}
  .footer .foot_site{padding-bottom: 1.5625rem;}
  .footer .logo {margin: 1.25rem 0;}
  .footer .logo img{max-width: 180px;}
  .footer .foot_info .info ul{flex-direction: column;gap: 1px;}
  .footer .footer_top .service .en{font-size: .875rem;}
  .footer .footer_top .service .tel{font-size: 1.875rem;}
}