<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Inner Page Header */
.inner-page-header {
  padding-top: 50px;
  padding-bottom: 182px;
  background: url('/assets/modules/detail-pages/img/header-bg.png') no-repeat center center;
  background-size: cover;
}

.modal.show {

    top: 0%!important;
}

.inner-page-header .custom-breadcrumb {
  margin-bottom: 40px;
}

.inner-page-header .text-area {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
      font-family: PoppinsRegular;
}

.inner-page-header .text-area .inner-page-header__title {
  color: #14325C;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 16px;
}

.inner-page-header .text-area .inner-page-header__desc {
  color: #14325C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

@media only screen and (max-width: 768px) {
  .inner-page-header {
    padding-top: 23px;
    padding-bottom: 230px;
    background-image: url('/assets/modules/detail-pages/img/header-bg-mobile.png');
  }

  .inner-page-header .custom-breadcrumb {
    margin-bottom: 60px;
  }

  .inner-page-header .text-area .inner-page-header__title {
    font-size: 32px;
    margin-bottom: 14px;
  }

}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

  .inner-page-header {
    padding-top: 28px;
    padding-bottom: 230px;
  }

  .inner-page-header .custom-breadcrumb {
    margin-bottom: 32px;
  }

  .inner-page-header .text-area .inner-page-header__title {
    font-size: 36px;
  }
}

/* Inner Page Header End */

/* Inner Page Content */
.inner-page-content .inner-page-content-wrapper {
  background: #FFF;
  border-radius: 16px;
  padding: 56px 40px;
  margin-top: -107px;
}

.inner-page-content .inner-page-content-wrapper .custom-nav-menu {
  margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .inner-page-content .inner-page-content-wrapper {
    padding: 16px;
    margin-top: -174px;
  }

  .inner-page-content .inner-page-content-wrapper .custom-nav-menu {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .inner-page-content .inner-page-content-wrapper {
    padding: 22px;
    margin-top: -174px;
  }

  .inner-page-content .inner-page-content-wrapper .custom-nav-menu {
    margin-bottom: 20px;
  }
}

/* Inner Page Content End */


/* Detail Page Article */
.inner-page-article {
      font-family: PoppinsRegular;
}

.inner-page-article .inner-page-article__title,
.inner-page-article h2 {
  color: #14325C;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: block;
  margin-bottom: 32px;
}

.inner-page-article .inner-page-article__title,
.inner-page-article :is(h3, h4, h5, h6) {
  color: #14325C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin-bottom: 32px;
}

.inner-page-article p {
  color: #404B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  display: block;
  word-wrap: break-word
}

.inner-page-article a {
  color: inherit;
  text-decoration: underline;
}

.inner-page-article ul {
  list-style-position: inside;
  padding-left: 0;
}

.inner-page-article ul li {
  color: #404B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  display: list-item;
  word-wrap: break-word
}

.inner-page-article ul.no-margin-list {
  margin-bottom: 32px;
}

.inner-page-article ul.no-margin-list li {
  margin-bottom: 0px;
}

.inner-page-article ul li strong,
.detail-page-article p strong {
  font-weight: 600;
}

.inner-page-article ul li::marker {
  font-size: 14px;
}

.inner-page-article .color-red {
  color: #FB2B29 !important;
}

@media only screen and (max-width: 768px) {


  .inner-page-article .inner-page-article__title,
  .inner-page-article h2 {
    font-size: 16px;
  }

  .inner-page-article .inner-page-article__title,
  .inner-page-article :is(h3, h4, h5, h6) {
    font-size: 16px;
  }
}

/* Detail Page Article End */

.talking-life-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
      font-family: PoppinsRegular;
}

.talking-life-header__title {
  color: #14325C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.talking-life-swiper-navigation {
  display: flex;
  gap: 10px;
}

.talking-life-swiper-navigation .swiper-navigation-button {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
  border-radius: 100px;
  transform: all .3s ease-in-out;
}

.talking-life-swiper-navigation .swiper-navigation-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.talking-life-swiper-navigation .swiper-navigation-button.swiper-button-lock {
  display: none;
}

.talking-life-swiper-navigation .swiper-navigation-button img {
  display: block;
  width: 24px;
  height: auto;
}

@media only screen and (max-width: 768px) {

  .talking-life-header {
    margin-bottom: 24px;
  }

  .talking-life-swiper-navigation {
    display: none;
  }
}

/* Talking Wrapper  */
.talking-life-wrapper {
  margin-bottom: 72px;
}

@media only screen and (max-width: 768px) {

  .talking-life-wrapper {
    margin-bottom: 44px;
  }
}

/* Content Card */
.content-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.12);
      font-family: PoppinsRegular;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .content-card:hover .content-card__text-area .content-card-button {
    opacity: .85;
  }
}

.content-card .content-card__figure {
  padding: 12px 12px 0px;
  width: 100%;
}

.content-card .content-card__figure img {
  display: block;
  width:100%;
}

.content-card .content-card__text-area {
  padding: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content-card .content-card__text-area .content-card-title {
  color: #14325C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}

.content-card .content-card__text-area .content-card-desc {
  color: #404B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}

.content-card .content-card__text-area .content-card-button {
  width: 100%;
  padding: 12px 20px;
  background: #ED1C24;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  align-items: center;
  transition: opacity 0.3s ease;
}

.content-card .popular-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 20px;
  background: #EDFAFF;
  border-radius: 10px;
  color: #508AFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

/* Content Card End */


.more-button {
  color: #FFF;
  text-align: center;
      font-family: PoppinsRegular;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #ED1C24;
  border-radius: 100px;
}

.more-button-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {

  .more-button-wrapper {
    display: block;
  }
}

.talking-life-card-list {
  padding: 14px !important;
  margin: -14px !important;
}

/* Do You Like The Article */
.do-you-like-the-article {
  display: flex;
  padding: 32px 40px;
  align-items: center;
  gap: 32px;
  border-radius: 10px;
  background: #F9F9F9;
  margin-top: 64px;
  margin-bottom: 76px;
  width: 100%;
}

.do-you-like-the-article .text-area {
      font-family: PoppinsRegular;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.do-you-like-the-article .text-area .text-area__title {
  color: #ED1C24;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
}

.do-you-like-the-article .text-area .text-area__subtitle {
  color: #404B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.read-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.read-share .read-share-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.read-share .read-share-item .read-share-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 12px;
  background: white;
  backface-visibility: hidden;
}

.read-share .read-share-item .read-share-link .icon {
  width: 24px;
}

.read-share .read-share-item .read-share-link .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.read-share .read-share-item .read-share-link .text {
  color: #020F4E;
  text-align: center;
      font-family: PoppinsRegular;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px
}

@media only screen and (max-width: 768px) {

  .do-you-like-the-article {
    padding: 32px 16px;
    gap: 32px;
    flex-direction: column;
  }

  .do-you-like-the-article .text-area {
    justify-content: center;
    text-align: center;
  }

  .read-share {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

  .do-you-like-the-article {
    padding: 32px 16px;
    gap: 18px;
  }

  .do-you-like-the-article .text-area .text-area__title {
    font-size: 18px;
  }

  .do-you-like-the-article .text-area .text-area__subtitle {
    font-size: 14px;
  }

  .read-share .read-share-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }


  .read-share .read-share-item .read-share-link {
    gap: 4px;
    padding: 8px;
  }

  .read-share .read-share-item .read-share-link .icon {
    width: 20px;
  }
}

/* Do You Like The Article End */</pre></body></html>