@charset "UTF-8";
h2[class^=protitle] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  height: 118px;
  max-width: 884px;
  top: 0;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10% auto 2%;
  padding: 0;
  text-indent: -9999px; /* 將文字移出可見範圍 */
  font-size: 0;
  overflow: hidden; /* 防止文字溢出 */
  white-space: nowrap; /* 防止文字換行 */
  background-color: none !important;
  z-index: 3;
}
h2[class^=protitle] img {
  display: none;
}
h2[class^=protitle] a {
  width: 100%;
  position: relative;
}
h2[class^=protitle] a[id^=pro]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.jimmySwiper1 .protitle,
.jimmySwiper2 .protitle {
  display: none;
}

.wrapper > a[id^=pro] {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 0;
  clear: both;
}

.event_note {
  /* width: 1140px; */
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  margin: 4% auto;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.event_note .event_note_box .event_note_title {
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  clear: both;
  color: #3e8f66;
  text-align: center;
  margin: 0;
  padding: 2rem 0 0 0;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.event_note .event_note_box .txt_box {
  text-align: justify;
  word-break: break-all;
  padding: 1rem 2rem 1rem 2rem;
  color: #303029;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.event_note .event_note_box .txt_box a {
  color: #ff0;
  text-decoration: underline;
}
.event_note .event_note_box .txt_box font {
  color: red;
  font-weight: bold;
}

.list_M {
  background: #fdc7af;
  margin-bottom: 0;
}

.list_M02 {
  background: #304a6c;
  margin-bottom: 0;
  padding: 2% 0;
}
.list_M02:after {
  background-size: calc(105% + 60px) calc(100% + 110px);
  background-position: -64px -21px;
  background-repeat: no-repeat;
}

.list_M:after {
  background-size: calc(105% + 60px) calc(100% + 110px);
  background-position: -64px -21px;
  background-repeat: no-repeat;
}

h2#pro07 {
  color: #2e628d;
  background: #fff;
  margin: 0;
  padding: 20px 0 0;
  margin-top: 8%;
  height: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.pro07 {
  background: none;
}

#Map.list_M:after {
  display: none;
}

#RTProd_ctl00_ProdUc31_SuperDiv:after,
#RTProd_ctl01_ProdUc31_SuperDiv:after,
#RTProd_ctl02_ProdUc31_SuperDiv:after,
#RTProd_ctl03_ProdUc31_SuperDiv:after,
#RTProd_ctl04_ProdUc31_SuperDiv:after,
#RTProd_ctl05_ProdUc31_SuperDiv:after {
  top: -370px;
  height: calc(100% + 370px);
}

@media screen and (max-width: 750px) {
  .txt_box {
    padding: 1rem 3rem 1rem 3rem;
  }
  h2[class^=protitle] {
    width: 100%;
    background: none;
    margin: 8% auto 0;
  }
  h2[class^=protitle] img {
    display: block;
  }
  h2[class^=protitle] a {
    padding-bottom: 14%;
  }
  h2[class^=protitle] a[id^=pro]:before {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 1280px) {
  .protitle {
    background-color: transparent;
  }
}/*# sourceMappingURL=layout-default.css.map */