@charset "UTF-8";
/* IMPORTS */
/* VARIABLES */
/*
 * Cityu Template Theme
 */
/* MIXINS */
.a-to-z-main .primary-title {
  padding: 0;
  margin-bottom: 30px; }
  @media (max-width: 999.98px) {
    .a-to-z-main .primary-title {
      margin-bottom: 25px; } }
  @media (max-width: 759.98px) {
    .a-to-z-main .primary-title {
      margin-bottom: 20px; } }

.a-to-z-main .t-line {
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7; }

#faqlist {
  position: relative; }

.search-a-to-z {
  position: relative;
  margin-bottom: 20px; }
  .search-a-to-z::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
    position: absolute;
    z-index: 1;
    transform: translateY(-40%);
    top: 50%;
    right: 12px;
    color: #838990; }
    .no-touch .search-a-to-z::after:hover::after,
    .no-touch .search-a-to-z::after:focus::after {
      padding-left: 1rem;
      padding-right: 0; }
    .no-touch .search-a-to-z::after:hover::before,
    .no-touch .search-a-to-z::after:focus::before {
      padding-left: 1rem;
      padding-right: 0; }
  .search-a-to-z.search-focus .search {
    box-shadow: none;
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #1d1d1b; }
    .search-a-to-z.search-focus .search::-webkit-input-placeholder {
      color: #2E2E2E; }
    .search-a-to-z.search-focus .search:-moz-placeholder {
      color: #2E2E2E; }
    .search-a-to-z.search-focus .search::-moz-placeholder {
      color: #2E2E2E; }
    .search-a-to-z.search-focus .search:-ms-input-placeholder {
      color: #2E2E2E; }
  .search-a-to-z.search-activated.search-focus .search {
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #0090D1; }
  .search-a-to-z .search {
    width: 100%;
    padding: 0 55px 0 16px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #1d1d1b;
    border-radius: 4px;
    color: #2e2e2e;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 760px) {
      .search-a-to-z .search {
        font-size: 17px;
        padding: 0 61px 0 24px; } }
    @media (min-width: 1000px) {
      .search-a-to-z .search {
        height: 66px;
        line-height: 66px; } }

.a-to-z-btn-list {
  display: flex; }
  @media (max-width: 999.98px) {
    .a-to-z-btn-list {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      transform: translateX(100%); } }
  .a-to-z-btn-list.disabled {
    opacity: 0.4;
    pointer-events: none; }
    .a-to-z-btn-list.disabled a[href].no-result {
      color: #44403f; }
  .a-to-z-btn-list .disable-pointer {
    pointer-events: none; }
  .a-to-z-btn-list > div {
    flex: 1;
    text-align: center;
    cursor: text;
    line-height: 26px;
    border-right: 1px solid #b5b6b6;
    color: #b5b6b6; }
    @media (max-width: 999.98px) {
      .a-to-z-btn-list > div {
        border: none; } }
    @media (max-width: 759.98px) {
      .a-to-z-btn-list > div {
        line-height: 19px; } }
    .a-to-z-btn-list > div:first-child {
      text-align: left;
      flex: 0 0 20px; }
      @media (max-width: 999.98px) {
        .a-to-z-btn-list > div:first-child {
          text-align: center;
          flex: 1; } }
    .a-to-z-btn-list > div:last-child {
      border-right: none; }
  .a-to-z-btn-list a {
    font-size: 16px !important;
    line-height: 26px !important; }
    @media (max-width: 999.98px) {
      .a-to-z-btn-list a {
        font-size: 14px !important;
        line-height: 1.73 !important; } }
    @media (max-width: 759.98px) {
      .a-to-z-btn-list a {
        font-size: 11px !important; } }
    .a-to-z-btn-list a:hover {
      color: #b5b6b6 !important; }
  .a-to-z-btn-list a[href] {
    color: #44403f; }
    .a-to-z-btn-list a[href].no-result {
      color: #b5b6b6; }
    .a-to-z-btn-list a[href]:hover {
      color: #bf165e !important; }

.a-to-z-title h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.33;
  font-weight: bold;
  color: #1d1d1b; }

.a-to-z-title a {
  font-size: 16px;
  line-height: 2; }

.a-to-z-list a {
  display: block;
  font-size: 16px !important;
  line-height: 2 !important; }
  .a-to-z-list a em {
    background: #ff6;
    font-weight: bold;
    font-style: normal; }

.a-to-z-list.t-aToZ-result {
  margin-top: 20px; }
  .a-to-z-list.t-aToZ-result a {
    display: block;
    margin-bottom: 15px;
    padding: 4px 10px;
    background-color: #f9f9f9; }
    .a-to-z-list.t-aToZ-result a:hover {
      background-color: #ffffff; }
  .a-to-z-list.t-aToZ-result p {
    margin-bottom: 0 !important; }

@media (max-width: 999.98px) {
  .hide-in-mobile {
    display: none; } }
