@font-face {
  font-family: SimonCircular;
  src: url("../font/SimonCircular-Medium.otf");
}
#section-all-center {
  max-width: 1140px;
}
#section-all-center .headline {
  font: 30px/34px "SimonCircular";
  color: rgb(0, 0, 0);
  padding: 20px 0;
}
#section-all-center .headline span {
  display: block;
  font-weight: bold;
}
#section-all-center .list-filter {
  width: 100%;
  position: relative;
}
#section-all-center .list-filter .top {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(0, 0, 0);
  padding: 0 3%;
  font: 20px/50px "SimonCircular";
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: 0.8s;
}
#section-all-center .list-filter .top:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  transition: 0.8s;
}
#section-all-center .list-filter .list {
  display: none;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px 0;
  border-top: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 10;
}
#section-all-center .list-filter .list .item {
  font: 16px/40px "SimonCircular";
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 0 10%;
}
#section-all-center .list-filter .list .item.all {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 150px;
  margin: 0 3%;
  text-align: center;
}
#section-all-center .list-filter .list .line {
  width: 100%;
  height: 1px;
  background: Rgba(0, 0, 0, 1);
  margin: 10px 0;
}
#section-all-center .list-location {
  padding-top: 30px;
}
#section-all-center .list-location .item {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
#section-all-center .list-location .item img {
  width: 100%;
}
#section-all-center .list-location .item .bg {
  width: 95%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.8s;
}
#section-all-center .list-location .item .bg .link {
  font: 14px/30px "SimonCircular";
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  width: 100%;
}
#section-all-center .list-location .item .bg .link b {
  display: block;
  font: 20px/30px "SimonCircular";
}
#section-all-center .list-location .item .bottom {
  width: 94%;
  height: 30px;
  position: absolute;
  left: 3%;
  bottom: -30px;
  z-index: 3;
  background: rgb(0, 0, 0);
  font: 12px/30px "SimonCircular";
  color: rgb(255, 255, 255);
  text-align: center;
  transition: 0.8s;
}
#section-all-center .list-location .item .bottom a {
  display: inline-block;
  font: 12px/30px "SimonCircular";
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 0 5px;
}
#section-all-center .list-location .item:hover .bottom {
  bottom: 0;
  transition: 0.8s;
}
#section-all-center .list-location .item:hover .bg {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.8s;
}

.header {
  max-width: 1140px;
  margin: auto;
}

.marginT {
  max-width: 1140px;
  margin: auto;
  position: relative;
  top: 70px;
}/*# sourceMappingURL=global.css.map */