/*  */
@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; */
}

body {
  font-size: 1em;
  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;
}
.ulibx > ul li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.ulibx {
  width: 85%;
  margin: 0 auto;
}
.ulibx2 > ul li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.ulibx2 {
  width: 85%;
  margin: 0 auto;
}
.slobx img,
.logo img,
.tbt1 img,
.tbt2 img,
#bubox a img,
.topbbg img,
.gf img,
.cub img,
.slo2 img,
.yaya img,
.myk img {
  display: block;
  width: 100%;
}
.tbt1:hover,
.tbt2:hover,
.tbtl:hover,
.blk: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;
}
.fu1 {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #ffed00;
}
.fu3 {
  font-size: 1em;
  line-height: 30px;

  margin: 0 0 5px 0;
  color: #ffe3bd;
}
.fur {
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  margin: 0 0 5px 0;
  color: #ff6078;
}
.tbc {
  width: 940px;
  font-size: 15px;
  line-height: 30px;
  color: #003e24;
  margin-bottom: 30px;
  border: 10px solid #a1dd70;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /*border-radius:20px;*/
  overflow: hidden;
  margin: 0 auto;
}
.tbc td {
  line-height: 22px;
  padding: 5px;
  font-family: Arial, "Î¢Ü›ÕýºÚów", Helvetica, sans-serif;
}
#inline_content,
#inline_content1,
#inline_content2,
#inline_content3,
#sg2inline_content,
#sg2inline_content2,
#sg2inline_content3,
#ph1,
#ph2,
#ph3,
#ph4 {
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 715px;
  background-color: #ececec;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 710px) {
  #inline_content,
  #inline_content1,
  #inline_content2,
  #inline_content3,
  #sg2inline_content,
  #sg2inline_content2,
  #sg2inline_content3,
  #ph1,
  #ph2,
  #ph3,
  #ph4 {
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 95%;
    background-color: #ececec;
    border-radius: 15px;
    overflow: hidden;
  }
}
