/* ==================================================
  Archive Page
================================================== */

.-line_s{
  border-left: 3px solid #EBA327;
  padding-left: 10px;
}
#archive .ct-wrap,#single .ct-wrap{
  display: flex;
  justify-content: space-between;
  padding-bottom: .8rem;
}
.topic-box h2{
  font-size: max(2.1vw, 1.3rem);
  padding-bottom: .4rem;
}
.topic-box a{
  color: #000;
}
.topic-box a:hover{
  color: #666;
}
.topic-box li{
  border-bottom: 1px solid #d2d2d2;
  padding: 65px 0;
}
.page-navigation{
  text-align: center;
  padding: 60px 20px;
}
.ct-time{
  font-size: max(1vw, .8rem);
  font-weight: bold;
  color: #929496;
}
.ct-time::before {
  content:"";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/info/icon-clock.svg) no-repeat center top;
  background-size: auto;
  background-size: contain;
  margin-right: 4px;
}
.ct-cat{
  background: #EBA327;
  border-radius: 500px;
  color: #fff;
  font-size: max(.9vw, .7rem);
  padding: 2px 16px;
}
#sidebar{
  padding: 0;
}
#sidebar h2{
  margin: 2.5rem 0 1rem;
  font-size: 1rem;
}
#sidebar .sidebar-list{
  border-top: 1px solid #d2d2d2;
}
#sidebar .sidebar-list li{
  border-bottom: 1px solid #d2d2d2;
}
#sidebar .sidebar-list a{
  display: block;
  padding: 12px 10px;
  color: #000;
  font-size: .9rem;
  position: relative;
}
#sidebar .sidebar-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: 0;
  border-top: 3px solid #EBA327;
  border-right: 3px solid #EBA327;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-navigation .page{
  background: #d7d7d7;
  padding: 9px 14px;
  border-radius: 500px;
  color: #fff;
}
.page-navigation .current{
  background: #EBA327;
}
.single-btn{
  text-align: center;
  padding: 2rem 0 0;
}
.single-btn a{
  display: block;
  padding: 10px 0;
  border: 1px solid #EBA327;
  color: #EBA327;
  font-size: .8rem;
}

/* ==================================================
  Single Page
================================================== */
#single .topic-box{
  padding: 3rem 0 0;
}
#single .single-area{
  padding: 3rem 0;
}
#single .single-title{
  font-size: max(2.1vw, 1.3rem);
  padding-bottom: .4rem;
}
.topic-box-single ul,.topic-box-single ol{
  margin-left: 20px;
}
.topic-box-single ul li{
  list-style-type: square;
}
.topic-box-single ol li{
  list-style-type: normal;
}
.topic-box-single table{
  border-collapse: collapse;
  width: 100%;
}
.topic-box-single td{
  padding: 10px;
  border: 1px solid #ccc;
}


/* ==================================================
  RESPO
================================================== */
@media screen and (min-width: 992px) {
  #archive .inner,#single .inner{
    display: flex;
    justify-content: space-between;
  }
  #main{
    width: 70%;
  }
  #sidebar{
    width: 25%;
    padding: 2rem 1rem;
  }
  #sidebar h2{
    font-size: 1.4rem;
  }
  #main1{
    width: 100%;
  }
  .single-btn{
    text-align: center;
    padding: 2rem 0;
  }
  .single-btn a{
    width: 300px;
    margin: 0 auto;
    font-size: .9rem;
  }
  #single .topic-box{
    padding: 4rem 0;
  }
}


