.gs18-Footer__SNS li {
  position: relative;
}

.gs18-Footer__SNS .gs18-Expand {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 15px));
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  display: flex;
  padding: 20px;
  gap: 20px;
  width: max-content;
  opacity: 0;
  transition: .3s;
  z-index: 99;
}

.gs18-Footer__SNS li:hover .gs18-Expand {
  opacity: 1;
}

.gs18-Footer__SNS .gs18-Expand::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 14px;
  height: 14px;
  background-color: #fff;
  box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, .2);
}

.gs18-Footer__SNS .gs18-Expand__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gs18-Footer__SNS .gs18-Expand__Inner img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

#section-footer {
  overflow: initial;
}

.gs18-Footer__Links-custom a {
  color: #000;
  margin-right: 10px;
}

.gs18-Footer__Links-custom a:hover {
  color: #f50f10;
}

input,
button,
label {
  outline: none !important;
}

.gs18-Header__SearchBtn>img {
  margin-top: 0;
  margin-left: 0;
}

.gs18-Header__Logo,
.gs18-HeaderNav__Item {
  flex-shrink: 0;
}

.gs18-Header__Global.link .gs18-Header__GlobalLink::before {
  background-image: url(../img/account_red.svg)
}

.gs18-Header__Global.link .gs18-Header__GlobalLink::after {
  background-image: url(../img/account.svg)
}

.gs18-Footer__Inner,
.gs18-Footer__Links {
  max-width: 1380px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1680px) {
  .gs18-Footer__SNS .gs18-Expand {
    left: 0;
    transform: translate(0, calc(-100% - 15px));
  }

  .gs18-Footer__SNS .gs18-Expand::after {
    left: 0;
    transform: translate(10px, -50%) rotate(225deg);
  }
}

@media (max-width: 1380px) {

  .gs18-Footer__Inner,
  .gs18-Footer__Links {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 960px) {
  .gs18-Footer__Links-custom {
    margin-top: 0;
  }

  .gs18-Footer__Inner,
  .gs18-Footer__Links {
    padding-left: 0;
    padding-right: 0;
  }
}