#meunitem b {
  margin-bottom: 10px;
  margin-right: 3px;
}

.nav {
  justify-content: center;
}

.d-flex {
  justify-content: center;
}

.card {
  border: none;
}

/*faq*/
.card-body {
  display: flex;
  border-left: 4px solid var(--main-bg-color);
  width: 100%;
}
.circle-q {
  background-color: var(--main-bg-light-color);
  color: var(--market-blue);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-a {
  background-color: var(--main-bg-dark-color);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  margin-right: 15px;
  flex-shrink: 0;
}
/*箭頭*/
.w-5 {
  width: 1.25rem;
}
.h-5 {
  height: 1.25rem;
}
.text-blue-500 {
  color: var(--main-bg-dark-color);
  top: 19px;
  right: 20px;
  position: absolute;
}
.text-blue-600 {
  color: var(--main-bg-dark-color);
  top: 10px;
  right: 10px;
  position: absolute;
}
.rotate-180 {
  transform: rotate(180deg);
}
span.transform {
  margin-left: auto;
}
.card-close {
  z-index: 99999;
  position: absolute;
  bottom: 10.8px;
  right: 0.55rem;
  height: 40px;
  cursor: pointer;
  filter: Alpha(opacity=50);
  width: 40px;
  background: #dbeff4 center no-repeat;
  border-radius: 12px;
  box-shadow: 0px 0px 3px #ffffff;
  transition: all 0.2s linear;
}
.card-close.hide {
  opacity: 0;
  filter: Alpha(opacity=0);
  transform: translateY(150%);
}


/*link*/
.content {
  padding: 30px 20px 0px 20px !important;
  width: 100% !important;
}
.content ul::after {
  content: "";
  -webkit-box-flex: 1;
    -ms-flex: auto;
      flex: auto;
}
.content ul li p {
  padding: 0 16px;
  margin-bottom: 0rem;
}
.content ul li {
  justify-content: center;
  margin: 0px 30px 16px 30px;
  border-color: #ccc9c9;
}
.accordion {
  padding: 0px;
}
.accordion .card-header {
    padding: 0;
    border: 0;
}
.accordion .card-header a {
  display: flex;
  padding: 15px 20px 5px 10px;
  background-color: #ddf3f6;
  color: #000;
  text-decoration: none !important;
}
.accordion .collapsing { /*div展開中*/
  background-color:rgb(255, 255, 255);
}
.accordion .collapse.show { /*div展開完畢*/
  background-color:rgb(255, 255, 255);
}
.accordion .card-header a.collapsed {
  border-radius: 5px;
  background-color: #ddf3f6;
}
.transition {
  transition-duration: 0.7s;
}
.accordion .card-body {
  padding: 10px 60px 40px;
  font-size: 1rem;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 1180px) {
  .resource-list-page .second-tab {
    padding: 4px 18px;
  }
  .mb-4 {
    margin-left: 1.5rem;
  }
  #meunitem b {
    margin-bottom: 13px;
    margin-right: 3px;
  }
  .nav {
    justify-content: flex-start;
  }
}
@media (max-width: 932px) {
  .resource-list-page .second-tab {
    padding: 4px 15px;
  }
  .mb-4 {
    margin-left: 0rem;
  }
  .content {
    padding: 10px 0px 0px 0px !important;
  }
  .content ul li {
    margin: auto;
  }
  .accordion {
    margin-bottom: 10px;
  }
  .accordion .card-header a {
    padding: 5px 0px;
  }
  .accordion .card-header a p {
    max-width: calc(100% - 87px);
  }
  .accordion .card-header a::before {
    content: none;
  }
  .accordion .card-body {
    padding: 10px 10px 20px;
    font-size: 1rem;
    line-height: 30px;
    text-align: left;
  }
  .btn-market{
    margin: 7px;
  }
  .circle-p {
    word-break: break-all;
  }
}

/* 內容列表 js用 */
#meunitem a:focus{
  background-color: #e5f1cd;
  color: #888;
}
.accessibility-line {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #ff0000;
  border: none;
}