@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

.itemContent {
  float: none !important;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 2.5;
}
.itemContent img {
  display: block;
  margin: 0 auto !important;
  width: auto;
  max-width: 100%;
}
.itemContent p {
  margin-bottom: 30px;
}
.itemContent h1, h2 {
  line-height: 1.5;
  font-family: arial, "Noto Sans TC", sans-serif;
  color:#00A6BA;
}
.itemContent h1 {
  font-size: 24px;
  font-weight: 700;
}
.itemContent h2 {
  font-size: 20px;
  font-weight: 500;
}
.itemContent h2::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #00A6BA;
  content: "";
}
.itemContent h2.final {
  font-size: 20px;
}
.itemContent h2.final::before {
  display: none;
}
.itemContent h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.text-pink {
  color:#BE6A7F;
}
.text-green {
  color:#00A6BA;
}
.mt-30 {
  margin-top: 30px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.btn-info {
    color: #fff;
    background-color: #00A6BA;
    border-color: #00A6BA;
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #11807d;
    border-color: #11807d;
}

.btn-info:hover {
    background-color: #11807d;
    border-color: #11807d;
}
ul.tips {
  padding-left: 30px;
}
ul.tips li {
  list-style: circle !important;
  list-style-type: circle !important;

}
ol.article_num {
  padding-left: 30px;
}
ol.article_num li {
  list-style: decimal !important;
  list-style-type: decimal !important;
}
figcaption div,
figcaption p {
  line-height: 1.5;
  font-size: 14px !important;
}
.channel_h3 {
  background: #35baca;
  color: #fff;
  line-height: 2;
  padding-left: 10px;
 }
.shop_channel  {
  display: inline;
  width: 100%;
  font-size: 14px;
}
.shop_channel li {
  display: inline-block;
  width: calc(20% - 3px);
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.shop_channel li img {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .shop_channel li {
    width: calc(33% - 3px);
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .shop_channel li img {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 575px) {
  .shop_channel li {
    width: calc(50% - 3px);
  }
}
@media (max-width: 350px) {
  .shop_channel li {
    width: 100%;
  }
}
