/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.author-archive .maintext {
  margin: 210px 0 26px;
}
.author-archive .subtext {
  margin-bottom: 25px;
}  
.author-archive {
  background: #0c0c0c;
}
.author-archive .container {
  padding: 0px 20px 116px;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}
.technicsub_img {
  text-align: right;
}

h1 a {
  transition: all 0.1s;
}

h1 a:hover {
  background: var(--green);
  color: var(--white);
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

/* technic */
.posts .technic_wrap {
  border-radius: 12px;
  background-color: #18191c;
  filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.45));
  overflow: hidden;
}
.technic_img {
  height: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.technic_text {
  padding: 35px 30px;
}
.technic_text h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: pre-line;
  color: aliceblue;
  margin-bottom: 28px;
}
.technic_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  word-break: keep-all;
  color: rgba(240, 242, 255, 0.4);
}
.technic_sub {
  height: 90px;
  border: 1px solid #545454;
  border-radius: 10px;
  margin-top: 20px;
}
.technic_sub ul {
  padding: 17px 30px;
}
.technic_sub li {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: inline-block;
  margin-right: 10px;
  color: #979292;
  line-height: 2;
}
/* FILTERS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.filters {
  text-align: left;
  margin-bottom: 60px;
}
.filters * {
  display: inline-block;
}

.filters label {
  font-family: "Noto Sans CJK KR";
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.1s;
  cursor: pointer;
  border-radius: 5px;
}

.filters label:hover {
  background: #28a143;
  color: #fff;
}

.filters .swiper-slide {
  width: auto;
}

/* FILTERED ELEMENTS (POSTS)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-bottom: 120px;
  gap: 0 30px;
}
.posts .post-title {
  font-size: 1.3rem;
}

.posts .post-title:hover {
  text-decoration: underline;
}

.posts figcaption {
  padding: 1rem;
}

.posts .post-categories {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}

.posts .post-categories * {
  display: inline-block;
}

.posts .post-categories li {
  margin-bottom: 0.2rem;
}

.posts .post-categories a:hover {
  background: var(--green);
  color: var(--white);
}
.post {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.post .technic_img {
  height: 206px;
  width: 100%;
}
.post .technic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.empty_text {
  color: rgba(240, 242, 255, 0.4);
  text-align: center;
  min-height: 400px;
}

/* FILTERING RULES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
[value="All"]:checked ~ .categorySlide .filters [for="All"],
[value="NFT"]:checked ~ .categorySlide .filters [for="NFT"],
[value="METAVERSE"]:checked ~ .categorySlide .filters [for="METAVERSE"],
[value="BLOCKCHAIN"]:checked ~ .categorySlide .filters [for="BLOCKCHAIN"],
[value="IOT"]:checked ~ .categorySlide .filters [for="IOT"],
[value="WEB"]:checked ~ .categorySlide .filters [for="WEB"],
[value="APP"]:checked ~ .categorySlide .filters [for="APP"],
[value="SI/SM"]:checked ~ .categorySlide .filters [for="SI/SM"],
[value="E-COMMERCE"]:checked ~ .categorySlide .filters [for="E-COMMERCE"] {
  background: #28a143;
  color: #fff;
}
[value="NFT"]:checked ~ .posts .post:not([data-category~="NFT"]),
[value="METAVERSE"]:checked ~ .posts .post:not([data-category~="METAVERSE"]),
[value="BLOCKCHAIN"]:checked ~ .posts .post:not([data-category~="BLOCKCHAIN"]),
[value="IOT"]:checked ~ .posts .post:not([data-category~="IOT"]),
[value="WEB"]:checked ~ .posts .post:not([data-category~="WEB"]),
[value="APP"]:checked ~ .posts .post:not([data-category~="APP"]),
[value="SI/SM"]:checked ~ .posts .post:not([data-category~="SI/SM"]),
[value="E-COMMERCE"]:checked ~ .posts .post:not([data-category~="E-COMMERCE"]) {
  display: none;
  margin-bottom: 200px;
}

.technic_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.btn_wrap {
  text-align: center;
}
@media all and (max-width: 1440px) {
  .posts {
    gap: 0 20px;
  }
  .technic_sub li,
  .technic_text p {
    font-size: 13px;
  }
  .technic_text {
    padding: 20px;
  }
  .technic_text h4 {
    font-size: 15px;
  }
  .technic_sub ul {
    padding: 17px 20px;
  }
}
@media all and (max-width: 1024px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .author-archive .maintext {
    margin: 150px 0 20px;
  }
  .technic_text p,
  .technic_sub li {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .post {
    max-width: none;
    margin-bottom: 20px;
  }
  .filters label {
    font-size: 14px;
  }
  .technic_text {
    padding: 15px;
  }
  .technic_text h4 {
    margin-bottom: 15px;
  }
  .technic_sub ul {
    padding: 17px 15px;
  }
  .technic_text p, .technic_sub li {
    color: #fff;
  }
}
@media all and (max-width: 520px) {
  .author-archive .maintext {
    margin: 130px 0 10px;
  }
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .technicsub_img {
    text-align: center;
  }
  .technicsub_img img {
    width: 100%;
  }

}