@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
img {
  outline: none; /* for Firefox */
  hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
img,
div {
  border: 0px;
}
a:link {
  color: #ff8400;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #ff8400;
}
a:hover {
  text-decoration: none;
  color: #d23100;
}
a:active {
  text-decoration: none;
  color: #ff8400;
}

.etitle {
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
}

    .etitle p {
        font-weight: 600;
        font-size: 2.5rem;
        line-height: 3.125rem;
        color: rgb(159, 0, 0);
        margin-left: 0.5%;
        margin-bottom: 0;
    }

body {
  font-size: 1.2rem;
  word-wrap: break-word;
  font-family: Arial, "微軟正黑體", "Noto Sans TC", sans-serif;
  /*font-family:Arial,"微軟正黑體", Helvetica, sans-serif;*/
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tas {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ulibxx > ul li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5em;
  margin: 5px 0 5px 20px;
}
.ulibxx {
  width: 98%;
  margin: 0 auto;
}
.ulibx > ul li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.5em;
  margin: 5px 0 5px 20px;
}
.ulibx {
  width: 90%;
  margin: 0 auto;
}
.logo img,
.ffbox div img,
.slo img,
.apdwbx div img,
.hbtbox div img,
.umk img,
.poboth img,
.mct img,
.mcf img,
.imgx img,
.imgxx img {
  display: block;
  width: 100%;
}
.logo:hover,
.apdwbx div:hover,
.ffbox div:hover,
.hbtbox div:hover {
  transform: scale(0.98);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  filter: brightness(1.1);
  cursor: pointer;
}

#light_bx {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}
#light_bx > .infobx_1 {
  position: relative;
  width: 70vw;
  display: block;
  margin: 0 auto;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  font-size: 1.3rem;
  line-height: 2rem;
  color: #fff9ee;
  font-weight: 300;
}
.bx_a_clos {
  position: absolute;
  width: 55px;
  padding-bottom: 57px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../images/close.png);
  background-position: 100% 0%;
  background-size: 100% auto;
  top: -60px;
  right: 0%;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ror {
  position: relative;
  width: 50%;
  margin: 0 auto;
  background-color: #76512b;
  background: url("../images/pobg.jpg");
  padding: 20px;
  text-align: center;
  border: 4px double #e6b381;
}

@media only screen and (max-width: 560px) {
  #light_bx > .infobx_1 {
    position: relative;
    width: 90vw;
  }
  .ror {
    position: relative;
    width: 98%;
    margin: 0 auto;
    background-color: #76512b;
    background: url("../images/pobg.jpg");
    padding: 20px;
    text-align: center;
    border: 4px double #e6b381;
  }
}