#pageBox {
  padding: 40px 0;
}
#pageBox .item-tour {
  padding: 10px;
  margin-bottom: 40px;
}
#pageBox .item-tour figure {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  height: 194px;
}
#pageBox .item-tour figure .image,
#pageBox .item-tour figure .image a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageBox .item-tour figure:hover {
  box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.4);
}
#pageBox .item-tour figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#pageBox .item-tour figure .tag {
  position: absolute;
  z-index: 5;
  padding: 8px;
  display: flex;
  left: 0px;
  gap: 8px;
  justify-items: start;
  top: 0px;
}
#pageBox .item-tour figure .tag .attraction {
  background-color: #EEEEEE;
  color: #646e68;
  font-size: 0.65rem;
  font-weight: 500;
  padding: 2px 10px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}
#pageBox .item-tour .tour-info .location {
  color: #797c88;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
#pageBox .item-tour .tour-info .evaluation i {
  font-size: 0.8rem;
  color: #999999;
}
#pageBox .item-tour .tour-info .evaluation i.active {
  color: #FFCC00;
}
#pageBox .item-tour .tour-info h4 {
  font-size: 1rem;
  margin: 10px 0;
}
#pageBox .item-tour .tour-info p {
  font-size: 0.8rem;
  color: #777777;
}
#pageBox .item-tour .tour-footer {
  position: relative;
  margin-top: 10px;
  padding: 0 20px;
}
#pageBox .item-tour .tour-footer .prices a {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  color: #646e68;
  padding: 6px 10px;
  border-radius: 3px;
  border: solid 1px #939a96;
}
#pageBox .item-tour .tour-footer .detail a {
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  background-color: #05a844;
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 3px;
  border: solid 1px #296c43;
}
#pageBox .item-tour .tour-footer .pricePopUp {
  position: absolute;
  display: none;
  padding: 10px 20px;
  top: -300px;
  z-index: 5;
  background-color: #EEEEEE;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(150, 150, 150, 0.8);
}
#pageBox .item-tour .tour-footer .pricePopUp:after {
  content: "";
  border-color: #EEEEEE transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  left: 10px;
}
#pageBox .item-tour .tour-footer .pricePopUp h4 {
  font-size: 1rem;
  color: #777777;
  margin-bottom: 8px;
  border-bottom: solid 1px #888888;
  padding: 4px 0;
}
#pageBox .item-tour .tour-footer .pricePopUp .box-value {
  font-size: 0.8rem;
  color: #777777;
  margin-bottom: 6px;
}
#pageBox .item-tour .tour-footer .pricePopUp .info {
  font-size: 0.75rem;
  color: #777777;
  padding: 4px 0;
  border-top: solid 1px #888888;
}/*# sourceMappingURL=pages.css.map */
