@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.blog-listing-banner {
  padding: 5rem 0;
}
.banner.blog-detail-banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner.blog-detail-banner .content {
  max-width: 700px;
  margin-left: 0;
  flex: 1;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .content {
    max-width: 100%;
  }
}
.banner.blog-detail-banner .content p {
  margin-bottom: 17px;
  margin-top: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.banner.blog-detail-banner .share_btn {
  margin-top: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.banner.blog-detail-banner .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.blog-detail-banner .share_btn .side_ico-m {
  position: absolute;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  left: auto;
  bottom: auto;
  left: calc(100% + 20px);
  top: 50%;
  translate: 0 -50%;
  flex-direction: row;
  transform: translateX(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.blog-detail-banner .share_btn .side_ico-m.open {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.banner.blog-detail-banner .share_btn .side_ico-m li svg {
  fill: var(--white);
  width: 25px;
}
.banner.blog-detail-banner .share_btn .side_ico-m li svg:hover {
  fill: var(--primary);
}

.blog-detail-secA {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .blog-detail-secA {
    padding: 65px 0;
  }
}
.blog-detail-secA .flex {
  gap: 73px;
}
.blog-detail-secA .flex .colA {
  flex: 0 1 26.407%;
  position: sticky;
  top: calc(var(--headerfixed) + 75px);
  height: 100%;
}
.blog-detail-secA .flex .colA figure {
  line-height: 0;
}
.blog-detail-secA .flex .colA figure img {
  width: 100%;
}
.blog-detail-secA .flex .colB {
  flex: 1;
}

.blog-detial-secB {
  padding: 80px 0 100px;
}
.blog-detial-secB .container::before {
  left: 10%;
  top: 10%;
}
.blog-detial-secB .heading {
  margin-bottom: 54px;
}

.blog-listing-secA {
  padding-bottom: 80px;
}

.blog-col {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
.blog-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover) .figure img {
  transform: scale(1.05);
}
.blog-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover) .figcaption .ttl {
  color: var(--primary);
}
.blog-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.blog-col .figure img {
  width: 100%;
  aspect-ratio: 1.678;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.5s ease;
}
.blog-col .figcaption {
  padding: 14px 16px 22px;
}
.blog-col .figcaption .ttl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
  color: var(--black-light);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-col .figcaption .date {
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
}/*# sourceMappingURL=blog.css.map */