﻿a.mypage-header-form-logout {
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 132px;
  height: 48px;
  border-radius: 8px;
  background: #62a780;
  border: 1px solid #fff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
  margin-left: 20px;
  transition: .3s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
  box-sizing: border-box;
}

a.mypage-header-form-logout:hover {
  opacity: .8;
}

.footer-icon img {
  object-fit: contain;
  display: block;
  margin: auto;
  position: relative;
  top: -15px;
  left: -20px;
}