.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

#library-page {
  background-color: #2c677b;
}

.library-intro .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.library-intro .title-main {
  text-align: center;
}

@media print, (min-width: 768px) {
  .library-intro .content-main {
    height: auto;
    padding-top: 0.59rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .library-intro .content-main {
    padding-top: 0.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .library-intro .content-main {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .library-intro {
    padding: 0.96rem 0 1.04rem;
  }
  .library-intro .title-main {
    margin-bottom: 0.4rem;
  }
}
.slider-top-library .slide-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  cursor: pointer;
}

.slider-top-library .slide-banner img {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-top-library .slide-label {
  display: block;
  color: #fff;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.slider-top-library .banner-icon {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.slider-top-library .banner-icon::before,
.slider-top-library .banner-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: #fff;
  pointer-events: none;
}

.slider-top-library .banner-icon::after {
  opacity: 0;
}

.slider-top-library .banner-icon.is-image::before {
  background: url("../img/library/library_icon_01.svg") center center/contain no-repeat;
}

.slider-top-library .banner-icon.is-image::after {
  background: url("../img/library/library_icon_01_blue.svg") center center/contain no-repeat;
}

.slider-top-library .banner-icon.is-pdf::before {
  background: url("../img/library/library_icon_02.svg") center center/contain no-repeat;
}

.slider-top-library .banner-icon.is-pdf::after {
  background: url("../img/library/library_icon_02_blue.svg") center center/contain no-repeat;
}

.slider-top-library .banner-icon.is-video::before {
  background: url("../img/library/library_icon_03.svg") center center/contain no-repeat;
}

.slider-top-library .banner-icon.is-video::after {
  background: url("../img/library/library_icon_03_blue.svg") center center/contain no-repeat;
}

.slider-top-library .slider-slide:hover .banner-icon::after {
  opacity: 1;
}

.slider-top-library .slider-slide:hover .banner-icon::before {
  opacity: 0;
}

.slider-top-library .swiper-button-prev,
.slider-top-library .swiper-button-next {
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.slider-top-library .swiper-button-prev:hover,
.slider-top-library .swiper-button-next:hover {
  opacity: 0.8;
}

.slider-top-library .swiper-button-prev::after,
.slider-top-library .swiper-button-next::after {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/arrow_icon_03.svg") center center/cover no-repeat;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.slider-top-library .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .slider-top-library {
    max-width: 16.4rem;
    margin: 0 auto;
    padding: 1.86rem 0.64rem 0.5rem;
  }
  .slider-top-library .slide-banner {
    margin-bottom: 0.2rem;
    padding-top: 125%;
  }
  .slider-top-library .slide-label {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .slider-top-library .banner-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.08rem 0.08rem;
  }
  .slider-top-library .swiper-button-prev,
  .slider-top-library .swiper-button-next {
    width: 0.41rem;
    height: 0.41rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .slider-top-library {
    padding: 1.3rem 0.64rem 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .slider-top-library {
    padding-top: 1.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-library {
    padding: 0 0.37rem;
  }
  .slider-top-library .slide-banner {
    margin-bottom: 0.13rem;
    padding-top: 125.1366120219%;
  }
  .slider-top-library .slide-label {
    font-size: 0.25rem;
    line-height: 2.4;
  }
  .slider-top-library .banner-icon {
    opacity: 0;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.08rem 0.08rem;
  }
  .slider-top-library .swiper-button-prev,
  .slider-top-library .swiper-button-next {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.11rem;
  }
}
@-webkit-keyframes Loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes Loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.slidebox {
  position: relative;
}

.album-center.swiper {
  width: 100%;
  height: 100%;
}

.thumbs.swiper {
  height: 120px;
}

.thumbs .swiper-slide {
  width: auto;
  opacity: 0.4;
  cursor: pointer;
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.album-list-inner {
  pointer-events: auto;
}

@media only screen and (max-width: 767.98px) {
  .album-list-inner.wrapper {
    padding: 0 0.2rem;
  }
}
.album-list-popup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.album-list-popup .title-common-primary {
  text-align: center;
  display: block;
}

.album-list-popup .title-common-primary .title-top {
  margin: 0;
}

.album-list-popup .close-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  font-weight: 400;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .album-list-popup {
    padding: 0.58rem 0;
  }
  .album-list-popup .wrapper {
    max-width: 1782px;
  }
  .album-list-popup .title-common-primary {
    margin-bottom: -0.1rem;
  }
  .album-list-popup .close-list {
    font-size: 0.27rem;
    line-height: 1.5;
    margin-bottom: 0.16rem;
  }
  .album-list-popup .close-list span {
    margin-left: 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .album-list-popup .close-list {
    font-size: 0.2rem;
    line-height: 1.5;
    margin-bottom: 0.16rem;
  }
  .album-list-popup .close-list span {
    margin-left: 0.1rem;
  }
  .album-list-popup .close-list svg {
    width: 0.4rem;
    height: 0.2rem;
  }
}
.album-list-slider .album-wrapper {
  display: block;
}

@media print, (min-width: 768px) {
  .album-list-slider {
    padding-left: 0.76rem;
  }
}
.album-list-swiper {
  width: 100%;
  overflow: visible;
}

.album-list-swiper .album-image {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  padding-top: 60%;
}

.album-list-swiper .album-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.album-list-swiper .album-title {
  color: #fff;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.album-list-swiper .album-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.album-list-swiper .album-title.is-image::before {
  background: url("../img/library/library_icon_01.svg") center center/contain no-repeat;
}

.album-list-swiper .album-title.is-video::before {
  background: url("../img/library/library_icon_03.svg") center center/contain no-repeat;
}

.album-list-swiper .list-controller {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.album-list-swiper .btn-next,
.album-list-swiper .btn-prev {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.album-list-swiper .btn-next::before,
.album-list-swiper .btn-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow_icon_03.svg") center center/contain no-repeat;
  border: 1px solid #2ea3a1;
  border-radius: 50%;
}

.album-list-swiper .btn-next {
  right: 0;
  left: auto;
}

.album-list-swiper .btn-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.album-list-swiper .btn-prev {
  right: auto;
  left: 0;
}

@media print, (min-width: 768px) {
  .album-list-swiper .list-item {
    width: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .album-list-swiper .album-image {
    margin-bottom: 0.21rem;
  }
  .album-list-swiper .album-title {
    font-size: 0.4rem;
    line-height: 1.5;
    min-height: 0.6rem;
    padding-left: 0.72rem;
    margin: 0 0.1rem;
  }
  .album-list-swiper .album-title::before,
  .album-list-swiper .album-title::after {
    width: 0.59rem;
    height: 0.59rem;
  }
  .album-list-swiper .list-controller {
    top: calc(50% - 0.42rem);
  }
  .album-list-swiper .btn-next::before,
  .album-list-swiper .btn-prev::before {
    width: 0.41rem;
    height: 0.41rem;
  }
  .album-list-swiper .btn-next {
    margin-right: -0.04rem;
  }
  .album-list-swiper .btn-prev {
    margin-left: -0.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .album-list-swiper .album-image {
    margin-bottom: 0.12rem;
  }
  .album-list-swiper .album-title {
    font-size: 0.24rem;
    min-height: 0.4rem;
    padding-left: 0.5rem;
    margin: 0 0.1rem;
  }
  .album-list-swiper .album-title::before,
  .album-list-swiper .album-title::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .album-list-swiper .list-controller {
    top: calc(50% - 0.21rem);
  }
  .album-list-swiper .btn-next::before,
  .album-list-swiper .btn-prev::before {
    width: 0.25rem;
    height: 0.25rem;
  }
  .album-list-swiper .btn-next {
    margin-right: -0.24rem;
  }
  .album-list-swiper .btn-prev {
    margin-left: -0.24rem;
  }
}
.album-main-swiper {
  width: 100%;
}

.album-main-swiper .slide-image {
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  padding-top: 60.0343053173%;
}

.album-main-swiper .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.album-main-swiper .album-controller {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.album-main-swiper .btn-next,
.album-main-swiper .btn-prev {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.album-main-swiper .btn-next::before,
.album-main-swiper .btn-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow_icon_03.svg") center center/contain no-repeat;
  border: 1px solid #2ea3a1;
  border-radius: 50%;
}

.album-main-swiper .btn-next {
  right: 0;
  left: auto;
}

.album-main-swiper .btn-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.album-main-swiper .btn-prev {
  right: auto;
  left: 0;
}

@media print, (min-width: 768px) {
  .album-main-swiper {
    margin-bottom: 0.2rem;
  }
  .album-main-swiper .swiper-slide {
    padding: 0 3.12rem;
  }
  .album-main-swiper .album-controller {
    top: calc(50% - 0.42rem);
  }
  .album-main-swiper .btn-next::before,
  .album-main-swiper .btn-prev::before {
    width: 0.41rem;
    height: 0.41rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  .album-main-swiper .slide-image {
    padding-top: 47%;
  }
}
@media only screen and (max-width: 767.98px) {
  .album-main-swiper {
    margin-bottom: 0.2rem;
  }
  .album-main-swiper .swiper-slide {
    padding: 0 0.2rem;
  }
  .album-main-swiper .album-controller {
    top: 50%;
  }
  .album-main-swiper .btn-next::before,
  .album-main-swiper .btn-prev::before {
    width: 0.25rem;
    height: 0.25rem;
  }
  .album-main-swiper .btn-next {
    margin-right: -0.04rem;
  }
  .album-main-swiper .btn-prev {
    margin-left: -0.04rem;
  }
  .df-lightbox-open .header {opacity: 0; pointer-events:none; }
}
.album-thumb-swiper {
  margin: 0 auto;
  width: 100%;
}

.album-thumb-swiper .slide-image {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  cursor: pointer;
  padding-top: 59.880239521%;
}

.album-thumb-swiper .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.album-thumb-swiper .slide-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #a0fffd;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0.1rem;
  z-index: 1;
}

.album-thumb-swiper .swiper-slide-thumb-active .slide-image::before {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .album-thumb-swiper {
    max-width: 11.02rem;
  }
  .album-thumb-swiper .swiper-slide {
    width: 1.67rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .album-thumb-swiper {
    padding: 0 0.2rem;
  }
  .album-thumb-swiper .swiper-slide {
    width: 1rem;
  }
}
.video-list .close-video {
  border: none;
  width: 28px;
  height: 28px;
}

.video-list .close-video::before,
.video-list .close-video::after {
  display: none;
}

.album-load .close-album {
  border: none;
  width: 28px;
  height: 28px;
}

.album-load .close-album::before,
.album-load .close-album::after {
  display: none;
}

@media print, (min-width: 768px) {
  .album-load.wrapper {
    max-width: 1790px;
  }
}
@media only screen and (max-width: 767.98px) {
  .album-load.wrapper {
    padding: 0;
  }
}
.swiper-button-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
/*# sourceMappingURL=library.css.map */