.cart {
  display: none !important;
}

.articleContentHead {
  font-size: 40px;
  font-weight: 800;
  max-width: 800px;
  margin: 60px auto 10px auto;
  line-height: initial;
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  text-wrap: pretty;
}
.articleDate {
  color: #868686;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px 0;
}
.articleLine {
  width: 40px;
  height: 2px;
  background-color: #aa0111;
  margin: 0 auto 60px auto;
}

.articleContentBg {
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.articleContentBg p {
  margin: initial;
  font-size: 20px;
  line-height: 1.8;
  margin: 1em 0;
  text-wrap: pretty;
}
.articleContentBg ul {
  padding: 0 0 0 3em;
  box-sizing: border-box;
}
.articleContentBg ul li {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 10px 0;
  list-style-type: disc;
}
.articleContentBg ul.noListStyle {
  padding: 0 0 0 2em;
}
.articleContentBg ul.noListStyle li {
  list-style-type: none;
}

.articleContentBg ul.numStyle li {
  list-style-type: decimal;
}

.articleContentBg h3 {
  font-size: 34px;
  padding: 8px 16px;
  margin: 1em 0;
  text-align: left;
  border-top: 1px solid #d63434;
  border-bottom: 1px solid #d63434;
  color: #aa0111;
  font-weight: 700;
  text-wrap: pretty;
}
.articleContentBg h3:before {
  display: none;
}
.articleContentBg ul li .title {
  font-weight: 700;
  color: #7575e9;
}
.articleContentBg h4 {
  font-size: 20px;
  margin: 1em 0 0.6em 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.articleContentBg h4 .tick {
  color: #7575e9;
  margin: 0 6px 0 0;
}
.articleContentBg h4 .iconPic {
  width: 20px;
  display: block;
  margin: 0 4px 0 0;
}
.articleContentBg h4 .iconPic img {
  width: 100%;
  display: block;
}
.articleContentBg .btnBox {
  position: relative;
  text-align: center;
}
.articleContentBg .btnBox .btn {
  font-weight: 600;
  font-size: 28px;
  margin: 40px auto 40px auto;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  width: auto;
  text-decoration: underline;
  padding: 16px 20px;
  color: #59be4b;
  position: relative;
  border: 1px solid #59be4b;
  overflow: hidden;
  text-underline-offset: 3px;
  letter-spacing: 1px;
}
.articleContentBg .btnBox .btn:before,
.articleContentBg .btnBox .btn:after,
.articleContentBg .btnBox .btn .colorBox:before,
.articleContentBg .btnBox .btn .colorBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(137, 174, 73, 0.4);
  transition: 0.4s ease-in-out;
}
.articleContentBg .btnBox .btn:after,
.articleContentBg .btnBox .btn .colorBox:before {
  top: auto;
  bottom: 0;
}
.articleContentBg .btnBox .btn .colorBox:before,
.articleContentBg .btnBox .btn .colorBox:after {
  transition-delay: 0.4s;
}

.articleContentBg .btnBox .btn:hover {
  color: #fff;
}
.articleContentBg .btnBox .btn:hover:before,
.articleContentBg .btnBox .btn:hover:after,
.articleContentBg .btnBox .btn:hover .colorBox:before,
.articleContentBg .btnBox .btn:hover .colorBox:after {
  height: 300px;
  z-index: -1;
}

.articleContentBg .space {
  margin-bottom: 10px;
}
.articleContentBg .btnBox .iconArrow {
  width: 5%;
  position: absolute;
  bottom: -50%;
  right: 50%;
  transform: translate(615%, -50%);
}
.articleContentBg .boldSet {
  font-weight: 600;
}
.articleContentBg .tableArea {
  width: 100%;
}
.articleContentBg table {
  width: 100%;
}
.articleContentBg table tr th {
  background-color: #628897;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.articleContentBg table tr td {
  background-color: #ededed;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
}

.articleContentBg .textLinkBg {
  font-size: 20px;
  line-height: 1.8;
  margin: 2em 0;
  text-align: center;
}
.articleContentBg .textLinkBg a {
  text-decoration: underline;
  color: #3faf2f;
}
.articleContentBg .qaBox {
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.articleContentBg .qaBox .qArea {
  display: flex;
  border-bottom: 1px dashed #ccc;
  align-items: center;
  padding: 10px 24px;
  box-sizing: border-box;
}
.articleContentBg .qaBox .qArea .title {
  flex: 0 0 30px;
  font-size: 40px;
  color: #aa0111;
  font-weight: 700;
  margin-right: 20px;
}
.articleContentBg .qaBox .qArea .text {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-wrap: pretty;
}
.articleContentBg .qaBox .aArea {
  display: flex;
  padding: 20px 30px;
  box-sizing: border-box;
  align-items: flex-start;
}
.articleContentBg .qaBox .aArea .title {
  flex: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
}
.articleContentBg .qaBox .aArea .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-wrap: pretty;
}
.picBox .picNote {
  font-size: 14px;
}
.article_link {
  position: relative;
  font-weight: 600;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 3px;
  /* text-wrap: nowrap; */
}
.ResponsiveBrSM,
.ResponsiveBrMD,
.ResponsiveBrLG {
  display: none;
}
@media screen and (max-width: 480px) {
  .articleContentBg h3 {
    line-height: 1.4;
  }
  .articleContentBg .btnBox .btn {
    line-height: 1.4;
    background-color: rgb(137, 174, 73);
    color: #fff;
  }
  .articleContentBg .btnBox .iconArrow {
    width: 11%;
    transform: translate(393%, -104%);
  }
  .articleContentBg .tableArea {
    overflow-x: auto;
  }
  .articleContentBg table.with660 {
    width: 660px;
  }
}
@media screen and (max-width: 580px) {
  .ResponsiveBrSM {
    display: block;
  }
}

/* 581px ~ 960px → 顯示 MD */
@media screen and (min-width: 581px) and (max-width: 960px) {
  .ResponsiveBrMD {
    display: block;
  }
}

/* 961px 以上 → 顯示 LG */
@media screen and (min-width: 961px) {
  .ResponsiveBrLG {
    display: block;
  }
}
