﻿.global-footer-top {
  background-color: #F7F7F7;
  font-size: 0.75rem;
  padding: 16px;
}
.global-footer-top a {
  color: #666;
}


.global-footer-top > div{
  gap: 5px 0;
}

.global-footer-nav-item {
  position: relative;
}
.global-footer-nav-item:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #E4E4E4;
}
.global-footer-nav-item:last-child:after {
  display: none;
}

.global-footer {
  background-color: #E4E4E4;
  color: #666;
}
.global-footer a {
  color: #666;
}

.global-footer-sticky {
    height: 56px;
    z-index: 10;
  border-top: 1px solid #E4E4E4;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FBFBFB;
  padding: 10px 0;
}
.global-footer-sticky a {
  color: #000;
}

.global-footer-sticky .container{
  background-color: #FBFBFB;
}


.global-footer-divider {
  color: #BABABA;
  margin: 0 10px;
  vertical-align: top;
  font-size: 10px;
  line-height: 10px;
}

.global-footer-info {
  padding: 30px 0 65px;
  text-align: center;
  font-size: 0.75rem;
}

.global-footer-info-trigger {
  color: #222;
  font-size: 0.875rem;
  border: none;
  background-color: transparent;
  margin-bottom: 26px;
}
.global-footer-info-trigger:after {
  margin-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}
.global-footer-info-trigger[aria-expanded=true]:after {
  content: "\e915";
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link {
  display: flex;
  align-items: center;
}

.footer-social-link-text {
  margin-left: 4px;
  color: #222;
  font-size: 0.875rem;
}

.family-sites {
  width: 166px;
  height: 36px;
  margin: 20px auto 0;
}
.family-sites select {
  background-color: #CCCCCC;
  border: none;
  border-radius: 4px;
}

.go-to-top {
  line-height: 1;
  font-size: 12px;
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  background-color: var(--custom);
  color: #fff;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin: 0 0 0 auto;
}
.go-to-top.active {
  width:50px;
  height: 50px;
  visibility: visible;
  opacity: 1;
}
.go-to-top:hover {
  color: #fff;
}

.quick-icon-inquiry{

}

.prevPageWrap{
  border: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 7px 7px;
  border-radius: 10px;
  text-align: center;
  z-index: 1022;
  display: none;
}
.prevPage{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.prevPage-txt{
  font-weight: bold;
  line-height: 1.1;
  margin: 2px 0 0 0;
  font-size: 11px;
  color: #000;
  font-weight: 500;
}
