@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (min-width: 991px) {
  body:has(.insight-banner) header .header-wrapper .colB {
    transform: translateX(10px);
  }
}

.banner.insight-banner .content {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 15px 65px;
}
@media only screen and (max-width: 991px) {
  .banner.insight-banner .content {
    padding: 50px 15px 55px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.insight-banner .content {
    padding: 32px 15px;
  }
}
@media only screen and (max-width: 1536px) {
  .banner.insight-banner .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.insight-banner .content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.insight-banner .content p {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}

.insight-secA {
  padding-bottom: 82px;
}
@media only screen and (max-width: 540px) {
  .insight-secA {
    padding-bottom: 28px;
  }
}
.insight-secA .insight-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px 19px;
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .insight-secA .insight-grid-wrap {
    grid-template-columns: 100%;
    grid-gap: 28px;
  }
}
.insight-secA .insight-grid-wrap .insight-col:first-child {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 60% 1fr;
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child {
    grid-column: span 2;
    grid-template-columns: 50% 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child {
    grid-column: initial;
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figure img {
    height: 100%;
  }
}
.insight-secA .insight-grid-wrap .insight-col:first-child .figcaption {
  padding: 60px 45px;
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figcaption {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figcaption {
    padding: 22px 20px 35px;
  }
}
.insight-secA .insight-grid-wrap .insight-col:first-child .figcaption .ttl {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figcaption .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figcaption .ttl {
    font-size: 18px;
  }
}
.insight-secA .insight-grid-wrap .insight-col:first-child .figcaption .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .insight-secA .insight-grid-wrap .insight-col:first-child .figcaption .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.insight-col {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
.insight-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more:is(a):hover) .figure img {
  transform: scale(1.05);
}
.insight-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more:is(a):hover) .figcaption .ttl {
  color: var(--black);
}
.insight-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more:is(a):hover) .figcaption .read-more {
  color: var(--black);
}
.insight-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.insight-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;
}
.insight-col .figcaption {
  padding: 24px 27px 43px;
}
@media only screen and (max-width: 1152px) {
  .insight-col .figcaption {
    padding: 22px 20px 35px;
  }
}
.insight-col .figcaption .date {
  font-size: 14px;
  line-height: 21px;
  color: rgba(102, 102, 102, 0.5019607843);
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 675px) {
  .insight-col .figcaption .date {
    font-size: 12px;
    line-height: 18px;
  }
}
.insight-col .figcaption .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--secondary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .insight-col .figcaption .ttl {
    font-size: 18px;
  }
}
.insight-col .figcaption .ttl:not(.no-line-clamp) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.insight-col .figcaption .desc {
  color: var(--text);
  margin-bottom: 18px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .insight-col .figcaption .desc {
    font-size: 14px;
  }
}
.insight-col .figcaption .desc:not(.no-line-clamp) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.insight-col .figcaption .read-more {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-b);
}
.insight-col .figcaption .read-more svg path[stroke], .insight-col .figcaption .read-more svg path[fill=none] {
  stroke: currentColor;
}
.insight-col .figcaption .read-more svg path[fill] {
  fill: currentColor;
}
.insight-col .figcaption .btm-div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.insight-col .figcaption .btm-div p {
  font-weight: 500;
  color: var(--secondary);
}
.insight-col .figcaption .btm-div ul {
  flex: 1;
}
.insight-col .figcaption .btm-div ul li:not(:last-child) {
  margin-right: 10px;
}

body:has(.insight-detail-banner) {
  background: var(--white);
}
body:has(.insight-detail-banner) header {
  background: var(--white);
}

.banner.insight-detail-banner {
  background: var(--white);
  padding-top: 3rem;
}
@media only screen and (max-width: 675px) {
  .banner.insight-detail-banner {
    padding-top: 10px;
  }
}
.banner.insight-detail-banner .insight-col {
  display: grid;
  grid-template-columns: 60% 1fr;
  background: var(--primary-a);
}
@media only screen and (max-width: 1152px) {
  .banner.insight-detail-banner .insight-col {
    grid-template-columns: 50% 1fr;
  }
}
@media only screen and (max-width: 675px) {
  .banner.insight-detail-banner .insight-col {
    grid-template-columns: 100%;
  }
}
.banner.insight-detail-banner .insight-col .figure img {
  height: 100%;
}
.banner.insight-detail-banner .insight-col .figcaption {
  padding: 60px 45px;
}
@media only screen and (max-width: 991px) {
  .banner.insight-detail-banner .insight-col .figcaption {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.insight-detail-banner .insight-col .figcaption {
    padding: 25px 20px;
  }
}
.banner.insight-detail-banner .insight-col .figcaption .date {
  color: rgba(255, 255, 255, 0.5);
}
.banner.insight-detail-banner .insight-col .figcaption .ttl {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .banner.insight-detail-banner .insight-col .figcaption .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.insight-detail-banner .insight-col .figcaption .ttl {
    margin-bottom: 12px;
  }
}
.banner.insight-detail-banner .insight-col .figcaption .desc {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .banner.insight-detail-banner .insight-col .figcaption .desc {
    font-size: 14px;
  }
}
.banner.insight-detail-banner .insight-col .figcaption .share_btn {
  margin-top: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 675px) {
  .banner.insight-detail-banner .insight-col .figcaption .share_btn {
    margin-top: 28px;
  }
}
.banner.insight-detail-banner .insight-col .figcaption .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 520px) {
  .banner.insight-detail-banner .insight-col .figcaption .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.insight-detail-banner .insight-col .figcaption .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.insight-detail-banner .insight-col .figcaption .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.insight-detail-banner .insight-col .figcaption .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.insight-detail-banner .insight-col .figcaption .share_btn .side_ico-m li svg {
  width: 25px;
  color: var(--white);
}
.banner.insight-detail-banner .insight-col .figcaption .share_btn .side_ico-m li svg:hover path {
  fill: rgba(255, 255, 255, 0.4);
}
.banner.insight-detail-banner .insight-col .figcaption .share_btn .side_ico-m li svg path {
  fill: var(--white);
  transition: 0.2s ease;
}

.insight-desc-data {
  background: linear-gradient(360deg, #ECF4FC 58%, #FFFFFF 100%);
}

.insight-detail-secA {
  padding: 75px 0 130px;
  --container: 788px;
}
@media only screen and (max-width: 991px) {
  .insight-detail-secA {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secA {
    padding: 40px 0 50px;
  }
}

.insight-detail-secB {
  padding-bottom: 82px;
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .container {
    padding-right: 0;
  }
}
.insight-detail-secB .upper-sec {
  position: relative;
  margin-bottom: 58px;
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .upper-sec {
    margin-bottom: 2.2rem;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .insight-detail-secB .upper-sec {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .insight-detail-secB .upper-sec {
    padding-right: 10px;
  }
}
.insight-detail-secB .upper-sec .swiper-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .upper-sec .swiper-nav {
    display: none;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .swiper .swiper-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .swiper .swiper-wrapper .swiper-slide {
    flex: 1;
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .swiper .swiper-wrapper:has(.swiper-slide:nth-child(2)) {
    justify-content: initial;
  }
}
@media only screen and (max-width: 675px) {
  .insight-detail-secB .swiper .swiper-wrapper:has(.swiper-slide:nth-child(2)) .swiper-slide {
    flex: none;
    margin-right: 10px !important;
  }
}/*# sourceMappingURL=insight.css.map */