@import url("reset.css");

img {
  max-width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
body a,
html {
  overflow-x: hidden;
  text-decoration: none;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
}

p b {
  font-weight: bold;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header_bg {
  margin-bottom: -5px;
  background-image: url(../images/bg_full.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.space_square {
  height: 1000px;
}

.chater-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text_box_l {
  width: 760px;
  height: 110px;
  margin: 5% 0 5% 20%;
  font-size: 20px;
}

.text_box_r {
  width: 990px;
  height: 110px;
  margin: 3.5% 0 5% 4%;
  font-size: 20px;
}

/* 對話框 */
.hero-section-r {
  position: relative;
  width: 1015px;
  height: auto;
  background-image: url(../images/chater1_img_r.png);
  background-size: cover;
}
.hero-section-l {
  position: relative;
  width: 1015px;
  height: auto;
  background-image: url(../images/chater1_img_l.png);
  background-size: cover;
}

/* .text-block-l {
  
  padding: 4% 0% 2% 0%;
  margin-left: 21%;
  height: 170px;
} */

/* .text-block-r {
  font-size: 20px;
  padding: 3% 0% 6% 0%;
  margin-left: 5%;
  height: 158px;
} */

.three_title {
  margin: 0 auto;
  display: flex;
}
.rule_text {
  position: relative;
  padding-left: 30px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 24px;
}

.rule_text::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/text_star.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.rule_text_r {
  position: relative;
  padding-left: 30px;
  max-width: 1000px;
  margin: 0 auto;
  color: red;
  font-size: 24px;
}
.text_line {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

.text_list {
  padding-top: 60px;
  padding-bottom: 100px;
}
.gvo_part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gvo_part {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 150px;
}

.three_bn {
  border: 3px solid #d5b085;
  margin: 0 auto;
  display: block;

  position: relative;
}

.gvo_part::before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 250px;
  height: 260px;
  background-image: url(../images/treasure.png);
  z-index: 9;
}

.footer_bg {
  background: url(../images/footer_bg.png);
  background-size: cover;
}

.footer_dflex {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
