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

#about {
  float: none !important;
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 2.5;
  font-weight: 400;
}
#about img {
  display: block;
  margin: 0 auto !important;
  width: auto;
  max-width: 100%;
}
#about p {
  margin-bottom: 30px;
}
#about h1,
#about h2 {
  line-height: 1.5;
  font-family: arial, "Noto Sans TC", sans-serif;
  color:#00A6BA;
}
#about h1 {
  font-size: 24px;
  font-weight: 700;
}
#about h2 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
#about h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #00A6BA;
}
#about h2.final {
  font-size: 20px;
}
#about h2.final::before {
  display: none;
}
#about h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.text-light {
  color:#777777;
}
.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 !important;
  line-height: 2 !important;
  padding-left: 10px !important;
  font-size: 18px !important;
}

h2.channel_h3::before {
  display: none;
}
.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;
}
.product_rec li {
  width: calc(33.33333% - 3px);
}
.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%;
  }
}
.p_line {
    position: relative;
    padding-left: 25px;
    margin-left: 10px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.p_line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #eeeeee;
}
.p_line2 {
  font-size: 18px;
  margin-top: 0px;
  margin-left: 0px;
}
.p_line a {
  color:#00A6BA;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spec {
  width: 100%;
}
.spec th {
  background: #00A6BA;
  color: #fff;
  padding: 5px;
}
.spec td {
  border: 1px solid #eee;
}
.spec tr td:first-child, .spec tr th:first-child {
  width: 30%;
}

ol.QnA h3::before {
  content: "Ｑ: ";
}
ol.QnA h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}
ol.QnA div {
  padding-left: 30px;
}
@media (max-width: 575px) {
  #about {
    line-height: 2;
  }
  #about h2 {
    background-color: #00A6BA;
    color:#fff;
	  padding: 5px 10px;
  }
  #about h2::before {
    display: none;
  }
  .p_line {
    line-height: 1.5 !important;
  }
  .p_line2 {
    font-size: 16px;
    padding-top: 10px;
  }
  .spec {
    line-height: 1.5;
  }
  ol.QnA div {
    padding-left: 0px;
  }
}
.sidebar {
  border: 1px solid #ddd;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sidebar li a {
  display: block;
  padding: 10px 15px;
  transition: 0.1s ease;
}

.sidebar li a.active {
  background-color: #43bdba;
  color:#fff;
  
}