/* #footer .footerNav {
  background-color: #111;
  padding: 20px 0;
} */

#footer .shortcutWrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

#footer .shortcutWrap .shortcutGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 60px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  cursor: pointer;
}

#footer .shortcutWrap .shortcutGroup i {
  transform: rotate(-45deg);
  font-weight: bold;
}

#footer .shortcutWrap .temporaryStorage {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #0b4195;
  cursor: pointer;
}

#footer .shortcutWrap .goTop {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #cc1f36;
  cursor: pointer;
}

#footer .shortcutWrap .goTop.US {
  background: var(--esta-main-color);
}

#footer .shortcutWrap .goTop.UK {
  background: var(--uk-eta-main-color);
}

#footer .shortcutWrap .goTop.KR {
  background: var(--keta-main-color);
}

#footer .shortcutWrap .goTop.CA {
  background: var(--ca-eta-main-color);
}

#footer .shortcutWrap .goTop i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-90deg);
}

#footer .footerNav {
  background-color: #0a244a;
  padding: 20px 0;
}

#footer .footerNav > div a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  word-break: break-all;
}

#footer .footerNav > div a:hover {
  color: #b7dffe;
}

#footer .footerNav > div span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
}

#footer footer > div {
  padding: 50px 0;
  display: flex;
}

#footer footer > div .ftrLogoWrap {
  margin-right: 50px;
  cursor: pointer;
}

#footer footer > div .ftrLogoWrap .ftrLogoImg {
  max-width: 173px;
}

#footer footer > div .ftrInfoArea .ftrInfo h2 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #333;
}

#footer footer > div .ftrInfoArea .ftrInfo .infoList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer footer > div .ftrInfoArea .ftrInfo .infoList li {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  line-height: 1.5;
  padding-bottom: 6px;
}

#footer footer > div .ftrInfoArea .ftrInfo .infoList li:not(:last-of-type)::after {
  font-weight: normal;
  content: '|';
  padding: 0 10px;
}

#footer .setCenter {
  width: auto;
}

@media (max-width: 1200px) {
  #footer .setCenter {
    text-align: center;
  }

  #footer footer > div .ftrLogoWrap {
    padding-left: 15px;
  }

  #footer footer > div .ftrInfoArea .ftrInfo .infoList {
    align-items: center !important;
  }

  footer .setCenter {
    justify-content: center;
  }

  .infoList.setCenter {
    justify-content: start;
  }

  footer .inner.pcOnly {
    display: none;
  }

  footer .inner.mobOnly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .inner.mobOnly .top {
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .inner.mobOnly .top .ftrLogo {
    width: 113px;
    margin-bottom: 24px;
  }

  footer .inner.mobOnly .top .ftrLogo img {
    width: 100%;
  }

  footer .inner.mobOnly .top .ftrMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  footer .inner.mobOnly .top .ftrMenu li {
    margin-right: 18px;
  }

  footer .inner.mobOnly .top .ftrMenu li:last-of-type {
    margin-right: 0;
  }

  footer .inner.mobOnly .top .ftrMenu li a {
    color: #111;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
  }

  footer .inner.mobOnly .top .ftrInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
  }

  footer .inner.mobOnly .top .ftrInfo li {
    margin-bottom: 8px;
    font-size: 12px;
    color: #111;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }

  footer .inner.mobOnly .top .ftrInfo li:last-of-type {
    margin-bottom: 0;
  }

  footer .inner.mobOnly .top .sns {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .inner.mobOnly .top .sns li {
    margin-left: 20px;
  }

  footer .inner.mobOnly .top .sns li:first-of-type {
    margin-left: 0;
  }

  footer .inner.mobOnly .top .sns i {
    color: #b9babd;
    font-size: 24px;
  }

  footer .inner.mobOnly .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .inner.mobOnly .bottom .copyright {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    margin-bottom: 15px;
  }

  footer .inner.mobOnly .bottom .selectWrap {
    position: relative;
    width: 100px;
  }

  footer .inner.mobOnly .bottom .selectWrap::after {
    right: 10px;
    bottom: 11px;
  }

  footer .inner.mobOnly .bottom .selectWrap select#currency {
    width: 100px;
    height: 35px;
    padding: 0 14px;
    border: 2px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
    color: #fff;
  }
}

#footer footer > div .ftrInfoArea .ftrInfo span {
  font-size: 13px;
  font-weight: normal;
  color: #888;
}

#footer footer > div .ftrInfoArea .ftrNotes {
  padding: 30px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #888;
}

#footer footer > div .ftrInfoArea .copyright {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #888;
}

@media (max-width: 970px) {
  #footer .shortcutWrap .shortcutGroup {
    display: none;
  }

  #footer .shortcutWrap .temporaryStorage {
    width: 50px;
    height: 50px;
  }

  #footer .shortcutWrap .goTop {
    width: 50px;
    height: 50px;
  }

  #footer .footerNav > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer footer > div {
    padding: 30px 0;
    flex-direction: column;
  }

  #footer footer > div .ftrLogoWrap {
    margin-bottom: 20px;
    margin-right: 0;
    height: 27px;
  }

  #footer footer > div .ftrLogoWrap img {
    height: 100%;
  }

  #footer footer > div .ftrInfoArea .ftrInfo .infoList {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer footer > div .ftrInfoArea .ftrInfo .infoList li:not(:last-of-type)::after {
    display: none;
  }
}
