.Footer {
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  height: 120px;
  justify-content: space-between;
  width: 100%;
}
.Footer.isClicked {
  position: relative;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  .Footer {
    height: auto;
    padding: 20px 0;
  }
}
.Footer-Inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Footer-Inner {
    flex-direction: column;
    justify-content: center;
  }
}

.Footer-Inner__Left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .Footer-Inner__Left {
    width: inherit;
  }
}
.Footer-Inner-Logo {
  align-items: center;
  display: flex;
  margin-left: 30px;
  width: auto;
}
.Footer-Inner-Logo-Img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Footer-Inner-Logo {
	  margin: 0 auto;
	  display: table;
  }
.Footer-Inner-Logo-Img {
    height: 60px;
    width: auto;
}
}
.Footer-Inner__Right {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Footer-Inner__Right {
	  align-items: center;
	  flex-direction: column;
	  font-size: 14px;
	  justify-content: center;
	  width: 100%;
  }
}
.Footer-Inner-Nav {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Footer-Inner-Nav {
    justify-content: center;
    padding-bottom: 27px;
    padding-top: 25px;
  }
}
.Footer-Inner-Nav-FacebookBtn {
  display: inline-block;
  height: 20px;
  margin-right: 34px;
  min-width: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .Footer-Inner-Nav-FacebookBtn {
    margin-right: 18px;
  }
}
.Footer-Inner-Nav-FacebookBtn-Img {
  height: 100%;
  width: 100%;
}
.Footer-Inner-Nav-List {
  align-items: center;
  display: flex;
  padding-right: 38px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Footer-Inner-Nav-List {
    align-items: center;
    border-left: 1px solid #ffffff;
    display: flex;
    height: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .Footer-Inner-Nav-List:nth-of-type(2), .Footer-Inner-Nav-List:nth-of-type(3){
    padding-right: 18px;
  }
}
@media screen and (max-width: 483px) {
	.Footer-Inner-Nav-List:nth-of-type(4){
    margin-top: 13px;
    padding-right: 18px;
    border-left: 0;
	}
}

.Footer-Inner-Nav-List-Text {
  padding-left: 7px;
}
.Footer-Inner-CopyRight {
  align-items: center;
  display: flex;
  opacity: .5;
  padding-right: 34px;
}
@media screen and (max-width: 768px) {
  .Footer-Inner-CopyRight {
    padding-right: 0;
  }
}
input[type='text']:focus {
  border: 1px solid #48b5ff;
}
