footer {
    background: #000;
    color: #fff;
    padding-bottom: 60px;
    width: 100%;
    overflow: hidden;
  }
  footer i.xi-arrow-right {
    transform: rotate(-45deg);
    font-size: 14px;
  }
  footer .wrap .top.top_m {
    display: none;
  }
  footer .wrap .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #555;
    padding: 60px 0 45px;
  }
  footer .wrap .top > ul {
    display: flex;
    justify-content: space-between;
    width: 760px;
  }
  footer .wrap .top > ul > li {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.65px;
  }
  footer .wrap .top > ul > li ul {
    margin-top: 25px;
    letter-spacing: -0.1px;
  }
  footer .wrap .top > ul > li ul li {
    font-size: 16px;
    font-weight: 400;
    color: #777;
  }
  footer .wrap .top > ul > li ul li + li {
    margin-top: 20px;
  }
  footer .wrap .top .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 195px;
  }
  footer.eng .wrap .top .right{
    width: 205px;
  }
  footer .wrap .top .right .link {
    display: flex;
    flex-direction: column;
  }
  footer .wrap .top .right .link a:last-of-type{
    margin-top: 15px;
  }
  footer .wrap .top .right .link a {
    position: relative;
    display: flex;
    align-items: center;
    color: #777;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
  }
  footer .wrap .top .right .link a span:first-child {
    font-size: 16px;
    font-weight: 400;
    padding-right: 5px;
  }
  footer .wrap .top .right .link a::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid #fff;
    transition: 0.3s;
  }
  footer .wrap .top .right .social {
    display: flex;
    align-self: flex-end;
  }
  footer .wrap .top .right .social li{
    margin-right: 40px;
  }
  footer .wrap .top .right .social li:last-of-type{
    margin-right: 0;
  }
  footer .wrap .top .right .social a i {
    font-size: 20px;
  }
  footer .wrap .bottom {
    padding-top: 50px;
  }
  footer .wrap .bottom .privacy {
    display: flex;
    font-size: 16px;
    color: #777;
    line-height: 50px;
    letter-spacing: -0.65px;
  }
  footer .wrap .bottom .privacy li:first-child {
    margin-right: 30px;
  }
  
  footer .wrap .bottom .copy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 15px;
    line-height: 20px;
    color: #777;
  }
  footer .company {
    color: white;
    font-weight: 700;
    letter-spacing: -0.65px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  footer .privacy li {
    color: #bbbbbb;
  }
  footer .privacy li + li::before {
    content: "";
    border-left: 1px solid;
    position: relative;
    left: -12px;
    font-size: 12px;
  }
  
  @media screen and (max-width: 1280px) {
    footer i.xi-arrow-right {
      transform: rotate(-45deg);
      font-size: 13px;
    }
    footer .wrap .top > ul {
      width: 500px;
    }
    footer .wrap .top > ul > li {
      font-size: 15px;
    }
    footer .wrap .top > ul > li ul li {
      font-size: 14px;
    }
    footer .wrap .top .right {
      width: 165px;
    }
    footer .wrap .top .right .link a{
        margin-right: 10px;
    }
    footer .wrap .top .right .link a:last-of-type{
        margin-right: 0;
    }
    footer .wrap .top .right .link a span:first-child {
      font-size: 14px;
    }
    footer .wrap .bottom .privacy {
      font-size: 14px;
    }
    footer .wrap .bottom .copy {
      font-size: 13px;
    }
    footer .wrap .bottom .copy .footer_logo img {
      width: 150px;
    }
  }
  @media screen and (min-width: 820px) {
    footer a {
      transition: color 0.3s;
    }
    footer a:hover {
      color: #fff !important;
    }
    footer .wrap .top .right .link a:hover::after {
      width: 100%;
    }
  }
  @media screen and (max-width: 820px) {
    footer {
      padding-bottom: 50px;
    }
    footer .wrap .top {
      flex-direction: column;
      align-items: center;
      padding: 50px 0 30px;
    }
    footer .wrap .top > ul {
      width: 100%;
      max-width: 430px;
      padding-bottom: 70px;
    }
    footer .wrap .top > ul > li {
      font-size: 13px;
      flex: 1;
      white-space: nowrap;
    }
    footer .wrap .top .right {
      width: 90%;
      align-items: center;
    }
    footer .wrap .top .right .link {
      flex-direction: row;
      white-space: nowrap;
      width: 430px;
      justify-content: space-between;
    }
    footer .wrap .top .right .link a {
      flex: 1;
      justify-content: space-between;
    }
    footer .wrap .top .right .link a:last-of-type{
        margin-top: 0;
    }
    footer .wrap .top .right .social {
      align-self: auto;
      margin-top: 30px;
    }
    footer .wrap .top .right .social a i {
      font-size: 30px;
    }
    footer .wrap .bottom {
      display: flex;
      flex-direction: column;
      padding-top: 15px;
    }
    footer .wrap .bottom .privacy {
      flex-direction: column;
      font-size: 13px;
    }
    footer .wrap .bottom .privacy li {
      flex: 1;
      white-space: nowrap;
    }
    footer .wrap .bottom .privacy li:first-child {
      margin: 0;
      margin-bottom: 10px;
    }
    footer .wrap .bottom .copy {
      width: 100%;
      justify-content: space-between;
      font-size: 12px;
    }
    footer .wrap .bottom .copy .footer_logo img {
      width: 120px;
    }
  }
  @media screen and (max-width: 500px) {
    footer .wrap .top {
      display: none;
    }
    footer .wrap .top.top_m {
      display: flex;
    }
    footer .wrap .top.top_m > ul {
      width: 100%;
      flex-direction: column;
    }
    footer .wrap .top.top_m > ul > li {
      padding: 10px;
      align-items: flex-start;
      position: relative;
      cursor: pointer;
      z-index: 1;
    }
    footer .wrap .top.top_m > ul > li:not(:nth-child(n + 3):nth-child(-n + 4))::after {
      content: "\203A";
      display: flex;
      align-items: center;
      position: absolute;
      right: 10px;
      top: 17px;
      transform: translateY(-50%) rotate(90deg);
      color: #fff;
      font-size: 20px;
      line-height: 0;
      font-weight: 400;
    }
    footer .wrap .top.top_m > ul > li:nth-child(n + 3):nth-child(-n + 4) a {
      width: 100%;
    }
    footer .wrap .top.top_m > ul > li::before {
      content: "";
      z-index: -1;
      border-bottom: 1px solid #fff;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.3s;
    }
    footer .wrap .top.top_m > ul > li.slideon::after {
      transform: translateY(-50%) rotate(270deg) !important;
      right: 15px !important;
    }
    footer .wrap .top.top_m > ul > li a {
      display: inline-block;
    }
    footer .wrap .top.top_m > ul > li ul {
      display: none;
      margin-top: 15px;
    }
    footer .wrap .top.top_m > ul > li ul li + li {
      margin-top: 10px;
    }
    footer .wrap .top.top_m .right .link {
      width: 270px;
    }
    footer.eng .wrap .top.top_m .right .link{
        width: auto;
    }
    footer .wrap .bottom .copy{ margin-top: 10px; }
    footer .wrap .bottom .copy span{ line-height: 1.3; }
  }
  