@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
[data-type] {
  width: 0;
  animation: none;
  display: inline-block;
  overflow: hidden;
  margin-right: auto;
  white-space: nowrap;
  transition: 0.5s ease;
  text-align: left;
}
[data-type].active {
  animation: typing 1s steps(40, end);
  width: 100%;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.blog-listing-secA {
  padding: 80px 0;
}
.blog-listing-secA .blog-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}
@media only screen and (max-width: 991px) {
  .blog-listing-secA .blog-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .blog-listing-secA .blog-grid-wrap {
    grid-template-columns: 100%;
  }
}

.blog-col .figure, .blog-col figure {
  line-height: 0;
  width: 100%;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-col .figure::before, .blog-col figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.blog-col .figure:hover::before, .blog-col figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.blog-col .figure img, .blog-col figure img {
  width: 100%;
  aspect-ratio: 1.549;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.blog-col .figure:is(a):hover img, .blog-col figure:is(a):hover img {
  transform: scale(1.05);
}
.blog-col figcaption {
  background: var(--pink-light);
  padding: 15px 22px;
}
.blog-col figcaption .ttl {
  color: var(--black);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-col figcaption .date {
  font-size: 14px;
  margin-top: 10px;
}
.blog-col:hover:has(a.ttl:hover) figcaption::before {
  opacity: 1;
}
.blog-col:hover:has(a.ttl:hover) .figure:is(a) img, .blog-col:hover:has(a.ttl:hover) figure:is(a) img {
  transform: scale(1.05);
}
.blog-col:hover:has(a.figure:hover) figcaption::before {
  opacity: 1;
}

.banner.blog-detail-banner .banner-content {
  position: absolute;
  z-index: 2;
  bottom: 14rem;
  top: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 4rem;
}
@media only screen and (max-width: 1366px) {
  .banner.blog-detail-banner .banner-content {
    bottom: 11rem;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.blog-detail-banner .banner-content {
    padding: 0 2rem;
    bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner.blog-detail-banner .banner-content {
    padding: 0 1rem;
    bottom: 2rem;
  }
}
.banner.blog-detail-banner .banner-content .content {
  max-width: 700px;
  margin-left: 0;
  flex: 1;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 100%;
  }
}
.banner.blog-detail-banner .banner-content .content h1 {
  font-size: 32px;
  line-height: 1.125;
  color: var(--white);
  font-family: Lato;
  text-transform: initial;
  letter-spacing: 0px;
  font-weight: 600;
}
@media only screen and (max-width: 1007px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 18px;
  }
}
.banner.blog-detail-banner .banner-content .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 {
  position: absolute;
  bottom: 80px;
  right: 60px;
  z-index: 3;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .share_btn {
    top: 5rem;
    right: 2rem;
    bottom: auto;
  }
}
.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;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .share_btn .side_ico-m {
    left: auto;
    bottom: auto;
    right: calc(100% + 20px);
    top: 50%;
    translate: 0 -50%;
    flex-direction: row;
    transform: scale(0.75) translateX(21px);
  }
}
.banner.blog-detail-banner .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .share_btn .side_ico-m.open {
    transform: scale(1) translateX(0px);
  }
}
.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: 5rem 0;
}
@media only screen and (max-width: 675px) {
  .blog-detail-secA {
    padding: 4rem 0 2rem;
  }
}

.blog-detail-secB {
  padding: 4rem 0 5rem;
}
@media only screen and (max-width: 675px) {
  .blog-detail-secB .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-secB .heading {
    padding-right: 15px;
  }
}/*# sourceMappingURL=blog.css.map */