@media (min-width: 1500px) {
  .itemX-element-preImg {
    margin-top: -270px;
  }
}

@media (max-width: 1499px) {
  .itemX-element-preImg {
    margin-top: -220px;
  }
}

@media (max-width: 1199px) {
  .itemX-element-preImg {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .itemX-element-preImg {
    margin-top: -88px;
  }
}

.intro-culture {
  padding-bottom: 0px;
}

.itemX-content {
  height: auto;
}

.itemX-element-main {
  position: relative;
  /*background-color: #ac3121;*/
}

.itemX-content .itemX-img {
  padding: 0px 10px 0px 10px;
  /*上、右、下 左*/
}

.itemX-content .itemX-title {
  padding: 30px 70px 0px 0px;
  padding-bottom: 0px;
}

.itemX-element-main .itemX-content {
  padding: 20px 20px 40px 20px;
  /*上、右、下 左*/
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.itemX-element-main .itemX-content-title {
  color: #ffd445;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.phpto_div_margin {
  margin: 0px 0px 0px 0px;
  /*上、右、下 左*/
  padding: auto 0px auto 10px;
}

.div_position_v_middle {
  /*div位置居中*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_border_yellow {
  border: solid 3px #ffd445;
  /*上、右、下 左*/
  padding: 5px 20px 5px 20px;
}

.div_border_yellow_inside_word {
  background-color: #ffd445;
  border-radius: 40px;
  border: solid 1px #ffd445;
  /*上、右、下 左*/
  padding: 5px 10px 5px 10px;
}

.div_notice_bg {
  background-image: url("../../images/act-experience/notice-bg.webp");
  background-size: 100%;
  background-position: center center;
}

.div_notice_word_width {
  width: 75%;
}

.div_margin_h_center {
  margin: 0px auto 0px auto;
  /*上、右、下 左*/
}

/*div的寬度根据内容自適應*/
.div_fit_content {
  width: fit-content;
}

/*body底色*/
body {
  background-color: #ac3121;
}
