/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

ul li, ol li {
    list-style: none;
}
ul, ol {
    margin: 0;
}
 *{
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.line {
    background-color: #c1c1c1;
    width: 40px;
    height: 2px;
    margin-bottom: 10px; }

/* #news-list-area */

@media only screen and (min-width: 768px){
#table01 {
    width: 100%;
    margin-bottom: 15px auto;
   
}}

@media only screen and (min-width: 768px){
ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-collapse: collapse;
    
}
}

@media only screen and (min-width: 768px){
.thead {
    display: table-header-group;
}}
@media only screen and (max-width: 768px){
.thead {
    display: none;
}}

@media only screen and (min-width: 768px){
.tr {
    display: table-row;
    background-color: #fff;
    }}
@media only screen and (max-width: 768px){
.tr {
    display: block;
    border: 1px solid #787878;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #fff;
}}

.thead li {
    text-align: center;
    background-color: #ffad89;
    /*font-weight: 400;*/
}

@media only screen and (min-width: 768px){
.thead li, .tr li {
    display: table-cell;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    width: 1%;
     
    }}
@media only screen and (max-width: 768px){
.tr li {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 5px;
}
.tr li:before {
    content: attr(data-title);
    display: inline-block;
    width: auto;
    min-width: 20%;
    font-weight: 900;
    padding-right: 1rem;
}

}

@media only screen and (min-width: 768px){
.tbody {
    display: table-row-group;
    }}



/* Blog Content Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .single-blog-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .single-blog-thumbnail img {
      width: 100%; }
    .single-blog-area .single-blog-thumbnail .post-date {
      position: absolute;
      z-index: 10;
      left: 15px;
      top: 15px;
      border: 1px solid #787878;
      background-color: #ffffff;
      padding: 20px 8px;
      text-align: center; }
      .single-blog-area .single-blog-thumbnail .post-date a {
        font-size: 24px;
        text-transform: uppercase;
        color: #000000;
        line-height: 1;
        font-family: '微軟正黑體'; }
        .single-blog-area .single-blog-thumbnail .post-date a span {
          display: block;
          font-family: "Open Sans", sans-serif,'微軟正黑體';
          font-size: 11px;
          color: #878787; }

  .single-blog-area .single-blog-content .post-tag {
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block; }
    .single-blog-area .single-blog-content .post-tag:hover, .single-blog-area .single-blog-content .post-tag:focus {
      color: #000000; }
  .single-blog-area .single-blog-content h4 a {
    display: inline-block;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px; }
    .single-blog-area .single-blog-content h4 a:hover, .single-blog-area .single-blog-content h4 a:focus {
      color: #30336b; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog-area .single-blog-content h4 a {
        margin-bottom: 20px; } }
  .single-blog-area .single-blog-content > p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog-area .single-blog-content > p {
        margin-bottom: 30px; } }

  .single-blog-area.blog-style-2 .single-blog-content > p {
    margin-bottom: 30px; }

.comment_area {
  /*border-bottom: 1px solid #c5c5c5;*/
  padding-bottom: 40px; }
.comment_area ul,ol{
    padding: 0;
}
.chat{
    padding: 0;
}
.chat li {
    /* margin-bottom: 10px; */
    padding: 5px 0;
    /* border-bottom: 1px dotted #d1d1d1; */
}
  .comment_area .title {
    margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .comment_area .comment-content {
      padding: 20px 15px; } }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    min-width: 79px;
    margin-right: 55px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    background-color: rgba(255, 255, 255);
    padding: 20px 20px;
      width: 100%;
    }
    .comment_area .comment-content .comment-meta .post-date {
      color: #a1a1a1;
      font-size: 14px;
      /*text-transform: uppercase;*/
      letter-spacing: 1px;
      margin-bottom: 0;
      display: block; }
    .comment_area .comment-content .comment-meta .post-author {
      /*margin-bottom: 15px;*/
      display: block;
      font-size: 16px;}
    .comment_area .comment-content .comment-meta p {
      margin-bottom: -10px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif,'微軟正黑體';
      line-height: 2; }
    .comment_area .comment-content .comment-meta .comment-reply {
      font-size: 11px;
      color: #000000;
      font-family: "Open Sans", sans-serif,'微軟正黑體';
      text-transform: uppercase; }
  .comment_area .single_comment_area {
   /* margin-bottom: 10px; */}
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children .single_comment_area {
        margin-left: 15px; } }



.ts-box {
    background-color: #fff;
    /* border-radius: 0.25rem; */
    margin-bottom: 2rem;
    /* box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 10%); */
    padding: 1.5rem;
    position: relative;
}

