.footer-page{
  width: 100%;
  font-size: 0;
  font-weight: bold;
  word-break: keep-all;
  letter-spacing: -0.52px;
  position: relative;
  transition: all .3s ease;
}

.footer-links-container{
  width: 100%;
  padding: 10px 5px;
  background: #111619;
  text-align: center;
  border-bottom: 1px solid #1d2429;
}

.footer-links-container ul.footer-links{
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-links-container ul.footer-links>li{
  position: relative;
  color: rgba(225, 225, 225, .75);
  font-size: 10px;
  display: inline-block;
  padding: 0 4px;
}

.footer-links-container ul.footer-links>li::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  right: -5px;
  top: 50%;
  background: #333333;
  transform: translateY(-50%);
}

.footer-links-container ul.footer-links>li:last-child::after{
  display: none;
}

.footer-page .copy-right{
  background: #1d2429;
  text-align: center;
  color: #999999;
  padding: 25px 20px;
  font-size: 14px;
}

@media screen and (max-width: 320px){
  .footer-links-container ul.footer-links>li {
    padding: 0 4px;
    font-size: 8.5px;
  }
}

.footer-page .copy-right p{
  margin: 0;
}

.footer__copyright {
  text-align: center;
  background: #1d2429;
}

.footer__copyright p {
  text-align: center;
  word-break: break-all;
  margin: 0;
  color: var(--text-text-gray-66, #666);
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 0;
  letter-spacing: 0;
}


@media only screen and (min-width: 320px) and (max-width: 320px){
  .footer__copyright p {
    font-size: 7.7px;
  }
}


.footer__copyright p:nth-child(2) {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer__button-container {
  padding: 9px 18px;
  background: #1a1a1a;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .3s ease;
}

.footer-page.greenBorder.active-sidebar{
  left: 100px;
}

.footer-page.greenBorder.active-subsidebar{
  left: 320px;
}

.footer__button-container.active-sidebar{
  left: 100px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-page.greenBorder {
  transition: all .3s ease;
  position: relative;
  left: 0;
}

.footer__button-container.active-subsidebar{
  left: 320px;
}

.footer__button-container button {
  padding: 10px;
  margin-right: 10px;
  font-size: 14px;
  width: calc(100% / 2 - 5px);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.footer__button-container .btn-yellow {
  background-color: #555555;
  color: #ffffff;
  border-radius: .3rem;
  border: none;
}

.footer__button-container .btn-outline {
  background-color: #C8A45A;
  color: #ffffff;
  border: none;
}

.footer__button-container button:last-child {
  margin-right: 0;
}

.footer-copyright img{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.footer__pc{
  height: 40px;
  width: 100%;
  background: #111619;
  text-align: center;
}

.footer__pc p{
  font-size: 11px;
  margin: 0;
  padding: 10px;
  color: #ffe418;
  letter-spacing: 0;
  height: 40px;
}

.badge.footer-badge-dm{
  width: 16px;
  height: 16px;
  padding: 2px;
  font-size: 10px;
  font-weight: 600;
  background-color: #822d34;
}

.greenBorder{
  border-top-color: #14805e;
}

.col-xs-12.footer-social p > span {
  margin-right: 10px;
}

.col-xs-12.footer-social p {
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.f-game-icons {
  display: flex;
  flex-direction: row;
}

.f-game-icons > img {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.footer-game-icons-container {
  width: 100%;
  flex-direction: row;
  display: flex;
  padding: 20px 15px 0;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.copyright-arr {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 10px;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #111619;
}
