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

.blog-col {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  overflow: hidden;
}
.blog-col .figure {
  overflow: hidden;
  display: block;
  line-height: 0;
}
.blog-col .figure img {
  transition: 0.6s ease;
}
.blog-col .figure:hover img {
  transform: scale(1.05);
}
.blog-col figcaption {
  padding: 20px 25px 30px;
}
@media only screen and (max-width: 545px) {
  .blog-col figcaption {
    padding: 18px;
  }
}
.blog-col figcaption h5 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-col figcaption h5 a {
  color: inherit;
  display: block;
  transition: 0.6s ease;
}
.blog-col figcaption h5 a:hover {
  color: #37adf6;
}
.blog-col figcaption p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner.blog-detail-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.33) 60%);
  z-index: 0;
}
.banner.blog-detail-banner .banner-content {
  position: absolute;
  z-index: 1;
  bottom: 8rem;
  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: 1007px) {
  .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: 690px;
  margin-left: 0;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 520px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 270px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 250px;
  }
}
.banner.blog-detail-banner .banner-content .content h1 {
  font-size: 36px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}
@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: 24px;
  }
}
@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;
  color: #fff;
}
@media only screen and (max-width: 320px) {
  .banner.blog-detail-banner .banner-content .content p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.banner.blog-detail-banner .banner-content .share_btn {
  flex: 0 1 auto;
  position: relative;
}
.banner.blog-detail-banner .banner-content .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 .banner-content .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.blog-detail-banner .banner-content .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;
}
.banner.blog-detail-banner .banner-content .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;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg {
  fill: #fff;
  width: 25px;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg:hover {
  fill: #37adf6;
}

.blog-detail-secA, .privacy-secA {
  padding: 35px 0 45px;
}
@media only screen and (max-width: 520px) {
  .blog-detail-secA, .privacy-secA {
    padding: 25px 0 15px;
  }
}

.website-content h1, .website-content h2, .website-content h3, .website-content h4, .website-content h5, .website-content h6 {
  font-family: "Poppins", sans-serif;
}
.website-content h1, .website-content h2, .website-content h3 {
  font-weight: 600;
}
.website-content h4, .website-content h5, .website-content h6 {
  font-weight: 500;
}
.website-content h1 {
  font-size: 56px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 365px) {
  .website-content h1 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
.website-content h2 {
  font-size: 34px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
.website-content h5 {
  font-size: 20px;
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 45px 0 30px;
}
.website-content h5, .website-content h6 {
  margin: 30px 0 25px;
}
.website-content p, .website-content li {
  color: #666;
  text-align: justify;
}
.website-content a {
  color: #37adf6;
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 25px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #37adf6;
}
@media only screen and (max-width: 520px) {
  .website-content ul li::before {
    width: 8px;
    top: 9px;
  }
}

.blog-detail-seB {
  padding: 5rem 0;
}
@media only screen and (max-width: 1007px) {
  .blog-detail-seB {
    padding: 2rem 0 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .container {
    padding-right: 0;
  }
}
.blog-detail-seB .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .heading {
    padding-right: 15px;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .more-blog-slider {
    padding: 0;
  }
}/*# sourceMappingURL=blog.css.map */