#balcony_Collection {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#balcony_Collection .balcony_head {
  position: relative;
}
#balcony_Collection .balcony_head img{
  width: 100%;
}
#balcony_Collection .balcony_head h1 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 58px;
}
#balcony_Collection .introduces_list {
  margin: 0 auto;
  margin-top: 116px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
  box-sizing: border-box;
}
#balcony_Collection .introduces_list .introduces {
  width: 40%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#balcony_Collection .introduces_list .introduces:nth-child(odd) {
  margin-left: 15%;
}
#balcony_Collection .introduces_list .introduces:nth-child(even) {
  margin-left: 5%;
}
#balcony_Collection .introduces_list .introduces p {
  margin-left: 20px;
  font-size: 28px;
}
#balcony_Collection .balcony_Bal {
  margin: 0 auto;
  margin-top: 116px;
  text-align: center;
  width: 76%;
}
#balcony_Collection .balcony_Bal h1 {
  margin-bottom: 79px;
  font-size: 38px;
  text-align: center;
}
#balcony_Collection .balcony_Bal .title_list {
  display: flex;
  text-align: left;
  align-items: baseline;
  margin-bottom: 20px;
}
#balcony_Collection .balcony_Bal .bal_box {
  width: 32.5%;
}
#balcony_Collection .balcony_Bal .bal_box > img {
  width: 100%;
  border: 1px solid #efefef;
  border-bottom: unset;
  border-radius: 15px 15px 0 0;
}
#balcony_Collection .balcony_Bal .title_list > div:nth-child(1) {
  width: 13px;
  height: 13px;
  background-color: #ffba27;
  border-radius: 50%;
  margin-right: 18px;
}
#balcony_Collection .balcony_Bal .title_list > div:nth-child(2) {
  font-size: 20px;
  width: 84%;
  line-height: 24px;
}
#balcony_Collection .balcony_Bal .box_title {
  padding-left: 20px;
  text-align: left;
  background-color: #efefef;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 28px;
  border-radius: 0 0 15px 15px;
}
#balcony_Collection .balcony_Bal .box_title h2 {
  padding: 43px 0 49px;
  font-size: 28px;
}
#balcony_Collection .balcony_Bal .box_title > p {
  color: #e01b1b;
  font-size: 38px;
  margin-bottom: 23px;
}
#balcony_Collection .balcony_Bal .box_title .jumping > a {
  padding: 12px 42px;
  border: 1px solid #ffba27;
  border-radius: 40px;
  font-size: 24px;
  color: #ffba27;
  text-align: center;
  display: inline-block;
}
#balcony_Collection .balcony_Bal .box_title .jumping {
  display: flex;
  justify-content: center;
}
#balcony_Collection .balcony_Bal .box_title .go {
  text-align: center;
  margin-top: 16px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
}
#balcony_Collection .balcony_Bal .box_title .go a {
  color: #1b73e0;
  font-size: 18px;
}
#balcony_Collection .balcony_Bal .box_title .get_elements {
  height: 57px;
}
#balcony_Collection .balcony_Bal .bal {
  display: flex;
  justify-content: space-between;
}
#balcony_Collection .balcony_Speicher {
  width: 51%;
}
#balcony_Collection .balcony_Speicher .bal_box {
  width: 49%;
}
#balcony_Collection .balcony_Speicher .box_title > p {
  position: absolute;
  bottom: 20%;
}
#balcony_Collection .balcony_Speicher .box_title .jumping {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 60%;
}
#balcony_Collection .balcony_Speicher .box_title {
  height: 600px;
  position: relative;
}
/* #balcony_Collection .balcony_Speicher .bal_box:nth-child(1) .box_title {
        padding-bottom: 17px;
      } */
#balcony_Collection .Micro{
  width: 51%;
}
#balcony_Collection .Micro .bal_box{
  width: 49%;
}
@media screen and (max-width: 1600px) {
  #balcony_Collection .balcony_Speicher .box_title .jumping {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  #balcony_Collection .balcony_Bal .title_list > div:nth-child(2) {
    line-height: 16px;
  }
  #balcony_Collection .balcony_Bal .box_title .get_elements {
    height: 32px;
  }
  #balcony_Collection .balcony_Bal {
    width: 90%;
  }
  #balcony_Collection .balcony_Speicher ,#balcony_Collection .Micro{
    width: 60%;
  }
  #balcony_Collection .balcony_Bal .box_title h2 {
    padding: 30px 0 35px;
  }
  #balcony_Collection .balcony_Bal .title_list {
    margin-bottom: 20px;
  }
  #balcony_Collection .balcony_Bal .box_title > p {
    margin-bottom: 28px;
  }
  #balcony_Collection .balcony_Speicher .box_title > p {
    bottom: 20%;
  }
  #balcony_Collection .balcony_Speicher .box_title {
    padding-bottom: 27px;
    height: 460px;
  }
}
@media screen and (max-width: 1000px) {
  #balcony_Collection .balcony_Bal .bal {
    display: block;
  }
  #balcony_Collection .balcony_Bal .bal_box {
    width: 80%;
    margin: 0 auto;
  }
  #balcony_Collection .balcony_Speicher,#balcony_Collection .Micro {
    width: 90%;
  }
  #balcony_Collection .balcony_Bal .bal_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #balcony_Collection .balcony_head h1 {
    font-size: 29px;
    width: 100%;
  }
  #balcony_Collection .introduces_list .introduces p,
  #balcony_Collection .balcony_Bal .box_title h2 {
    font-size: 14px;
  }
  #balcony_Collection .balcony_Bal .title_list > div:nth-child(2),
  #balcony_Collection .balcony_Bal .box_title a {
    font-size: 12px;
  }
  #balcony_Collection .balcony_Bal h1,
  #balcony_Collection .balcony_Bal .box_title > p {
    font-size: 19px;
  }
  #balcony_Collection .balcony_Bal .bal_box {
    width: 100%;
  }
  #balcony_Collection .introduces_list {
    width: 100%;
    margin-top: 60px;
  }
  #balcony_Collection .introduces_list .introduces {
    width: 40%;
  }
  #balcony_Collection .balcony_Bal {
    margin-top: 60px;
  }
  #balcony_Collection .balcony_Bal h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #balcony_Collection .introduces_list {
    display: block;
  }
  #balcony_Collection .introduces_list .introduces:nth-child(even),
  #balcony_Collection .introduces_list .introduces:nth-child(odd) {
    margin-left: 0%;
  }
  #balcony_Collection .introduces_list .introduces {
    width: 80%;
  }
}
