.__place-bg {
  position: relative;
}
.__place-bg::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  background: radial-gradient(
    74.1% 42.02% at 50% 45.41%,
    #e1f7ff 0%,
    #fafafa 100%
  );
  z-index: -1;
}

.__place-header {
  padding: 96px 0 64px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.__place-global {
  display: flex;
  gap: 64px;
  padding-bottom: 96px;
}
.__place-header-subtitle {
  color: #475467;
  font-size: 20px;
  line-height: 28px;
}
.__place-global-left {
  width: 30%;
}
.__place-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
}
.__place-list-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.__place-item {
  display: flex;
  gap: 16px;
  padding: 16px 16px 0 16px;
  border-radius: 16px;
  flex-direction: column;
}

.__place-item-box {
  display: flex;
  gap: 24px;
  align-items: center;
}

.__place-item-icon {
  width: 32px;
  height: 32px;
  background: url("../img/icon/icon_stop_1.png") no-repeat center center / cover;
}
.__place-item-content {
  flex-direction: column;
  display: flex;
  gap: 20px;
  font-family: "Roboto-medium";
}
.__place-item.active .__place-item-title,
.__place-item.active .__place-item-num {
  font-family: "Roboto-medium";
  color: #fff;
}

.__place-item-title {
  font-size: 20px;
  line-height: 30px;
}
.__place-item-num {
  font-family: "Poppins-SemiBold";
  color: #1570ef;
  font-size: 14px;
  line-height: 20px;
}
.__place-item-line {
  height: 2px;
  background: linear-gradient(90deg, #efefef 0%, #35aff4 51%, #efefef 100%);
  width: 100%;
}

.__place-item.active {
  padding: 12px 18px;
  background: linear-gradient(94.06deg, #0da8ff 0%, #005096 100.98%);
  box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
}

.__place-item.active .__place-item-box {
  gap: 16px;
}

.__place-item.active .__place-item-icon {
  background: url("../img/icon/icon_stop.png") no-repeat center center / cover;
  width: 32px;
  height: 32px;
}

.__place-item.active .__place-item-content {
  gap: 4px;
}

.__place-item.active .__place-item-line {
  display: none;
}

.__place-global-right {
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  margin: 32px 0;
}
.__place-global-right-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.__place-global-right-text {
  color: #5a6475;
  font-size: 20px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.__place-global-right-btn {
  display: flex;
  align-items: flex-end;
}

.__place-global-right-btn a {
  gap: 16px;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
}
.__place-text {
  color: #0086c9;
}
.__place-icon {
  width: 40px;
  height: 40px;
}
