/* mixins
--------------------------------------------------------*/
/*-------------------------------------------------------- 
 * Support Page
--------------------------------------------------------*/
/* Side Navigation
--------------------------------------------------------*/
.navigation__faq_category .category_list_wrapper {
  background-color: #f6f6f6;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation__faq_category ul li {
  float: none;
}
.navigation__faq_category ul li a {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 5px 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navigation__faq_category ul li a:hover, .navigation__faq_category ul li a:active, .navigation__faq_category ul li a:focus {
  font-weight: bold;
  background-color: #e9e9e9;
  padding-left: 33px;
}
.navigation__faq_category ul li.c a {
  font-weight: bold;
  background-color: #e9e9e9;
}

@media only screen and (max-width: 1024px) {
  .navigation__faq_category .category_list_wrapper {
    padding: 10px 0;
  }
  .navigation__faq_category ul li a {
    font-size: 13px;
    line-height: 26px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 738px) {
  .navigation__faq_category .category_list_wrapper {
    padding: 10px;
    margin-bottom: 30px;
  }
  .navigation__faq_category ul li a {
    font-size: 13px;
    line-height: 26px;
    padding: 5px 10px;
  }
}
/* List Layout
--------------------------------------------------------*/
.list__layout ul {
  margin-bottom: 50px;
}
.list__layout .list__cont:first-child {
  border-top: 1px solid #d3d3d3;
}
.list__layout .list__cont {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0;
  width: 100%;
}
.list__layout .text__q {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 40px;
  background-image: url(../imgs/sec_common/icons/ic-q.png);
  background-size: 32px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.list__layout .text__a {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 40px;
  background-image: url(../imgs/sec_common/icons/ic-a.png);
  background-size: 32px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.list__layout .text__excerpt {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}
.list__layout .tag_list {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.list__layout .tag_list a {
  color: #000;
  text-decoration: underline;
}
.list__layout .link_detail {
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #0371da;
}

@media only screen and (max-width: 1024px) {
  .list__layout ul {
    margin-bottom: 30px;
  }
  .list__layout .list__cont {
    padding: 15px 0;
  }
  .list__layout .text__q, .list__layout .text__a {
    font-size: 13px;
    line-height: 28px;
    background-size: 28px auto;
  }
  .list__layout .text__excerpt {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .list__layout .tag_list {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }
  .list__layout .link_detail {
    font-size: 12px;
    line-height: 24px;
  }
  .list__layout .post-cont ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 738px) {
  .list__layout ul {
    margin-bottom: 30px;
  }
  .list__layout .list__cont {
    padding: 15px 0;
  }
  .list__layout .text__q, .list__layout .text__a {
    font-size: 13px;
    line-height: 20px;
    background-size: 24px auto;
    padding-left: 34px;
    min-height: 26px;
  }
  .list__layout .text__excerpt {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .list__layout .tag_list {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }
  .list__layout .link_detail {
    font-size: 12px;
    line-height: 24px;
  }
}
/* Single Layout
--------------------------------------------------------*/
.faq__content .post-cont p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .faq__content .post-cont p {
    font-size: 13px;
    line-height: 25px;
    color: #000;
  }
}
