.exhi01-template-02 .fz-EN {
  font-family: 'Libre Baskerville', serif;
  font-size: 2vw;
  line-height: 1.25em;
  font-size: 8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fd6443;
}

@media (min-width: 740px) {
  .exhi01-template-02 .fz-EN {
    font-size: 5vw;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .fz-EN {
    font-size: 3.25vw;
    -webkit-line-clamp: 4;
  }
}

.exhi01-template-02 .fz-C {
  font-size: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 740px) {
  .exhi01-template-02 .fz-C {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .exhi01-template-02 .fz-C {
    font-size: 20px;
  }
}

@media (min-width: 1800px) {
  .exhi01-template-02 .fz-C {
    font-size: 22px;
  }
}

.exhi01-template-02 .more {
  display: inline-flex;
  color: #fff;
  line-height: 1.5em;
  transition: all 0.35s ease;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

.exhi01-template-02 .more img,
.exhi01-template-02 .more svg {
  display: block;
  width: 28px;
  margin-left: 40px;
  transition: all 0.35s ease;
}

.exhi01-template-02 .more:active img,
.exhi01-template-02 .more:hover img,
.exhi01-template-02 .more:active svg,
.exhi01-template-02 .more:hover svg {
  margin-left: 50px;
}

@media (min-width: 980px) {
  .exhi01-template-02 .more {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .exhi01-template-02 .more {
    font-size: 20px;
  }
}

@media (min-width: 1800px) {
  .exhi01-template-02 .more {
    font-size: 24px;
  }
}

@media (min-width: 980px) {
  body:before {
    content: '';
    display: block;
    width: 50%;
    max-width: 50%;
    background-color: #fd6443;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    height: 100%;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transform-origin: center top;
    transition-delay: 0s;
  }
  body:after {
    content: '';
    display: block;
    width: 50%;
    max-width: 50%;
    background-color: #18161c;
    right: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    height: 100%;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transform-origin: center top;
    transition-delay: 0.1s;
  }
  body.init:before {
    transform: scaleY(0);
  }
  body.init:after {
    transform: scaleY(0);
  }
}

.exhi01-template-02 {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .exhi01-template-02 {
    flex-direction: row-reverse;
    height: 100vh;
  }
}

.exhi01-template-02 .swiper-pagination {
  width: 100%;
  height: 40px;
  bottom: 0;
  top: auto;
  right: 0;
  transform: none;
  display: flex;
  justify-content: center;
}

.exhi01-template-02 .swiper-pagination span {
  margin: 0 !important;
}

.exhi01-template-02 .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.exhi01-template-02 .bg.desktop {
  display: block;
}

.exhi01-template-02 .bg.mobile {
  display: none;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .bg:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 120%;
    min-height: 100vh;
  }
  .exhi01-template-02 .bg.desktop {
    display: none;
  }
  .exhi01-template-02 .bg.mobile {
    display: block;
  }
}

@media (min-width: 740px) and (max-width: 979px) {
  .exhi01-template-02 .bg:after {
    padding-bottom: 90%;
  }
}

.exhi01-template-02 .swiper-container {
  height: 100%;
}

.exhi01-template-02 .a-play {
  z-index: 20 !important;
}

.exhi01-template-02 .btn-play {
  display: block;
  cursor: pointer;
  width: 40px;
  transition: all 0.35s ease;
  margin-bottom: 20px;
  pointer-events: auto;
  position: relative;
  z-index: 60;
  opacity: 1;
}

.exhi01-template-02 .btn-play.opacity {
  opacity: 0;
  pointer-events: none;
}

.exhi01-template-02 .btn-play img,
.exhi01-template-02 .btn-play svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

@media (min-width: 980px) {
  .exhi01-template-02 .btn-play {
    margin-bottom: 2.5vw;
    width: 50px;
  }
}

@media (min-width: 1100px) {
  .exhi01-template-02 .btn-play {
    width: 3.645vw;
  }
}

.exhi01-template-02 .btn-play:hover {
  transform: scale(1.25);
}

.exhi01-template-02 .img-holder {
  position: relative;
  z-index: 5;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .img-holder {
    height: 60vh;
  }
}

@media (min-width: 740px) and (max-width: 979px) {
  .exhi01-template-02 .img-holder {
    height: 60vh;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .img-holder {
    flex: 1;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

.exhi01-template-02 .line {
  width: 29vw;
  height: 1px;
  background-color: #fff;
  margin-bottom: 1.75em;
}

.exhi01-template-02 .fz-C {
  color: #6f6f6f;
  margin-bottom: 2vw;
}

/* 
.exhi01-template-02 .fz-C::before {
    content: "";
    display: block;
    width: 120%;
    border-top: 1px solid #fff;
    margin-bottom: 1.25em
} */

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .fz-C::before {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .fz-EN {
    margin-bottom: 2.125vw;
  }
}

.exhi01-template-02 .text {
  width: 100%;
  background-color: #18161c;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 8;
  transition: all 0.5s ease;
}

.exhi01-template-02 .text * {
  position: relative;
  z-index: 2;
}

.exhi01-template-02 .text .bg-holder {
  display: none;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .text {
    position: relative;
    height: 40vh;
    padding: 40px;
    overflow: hidden;
    bottom: 0;
    background-color: transparent !important;
    background: linear-gradient(to bottom, rgba(24, 22, 28, 0.7), #18161c);
  }
  .exhi01-template-02 .text .bg-holder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    z-index: 1 !important;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 979px) {
  .exhi01-template-02 .text {
    position: relative;
    padding: 7vw 13.33vw;
    height: 40vh;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .text {
    min-height: 100vh;
    flex: 1;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-left: 24.8vw;
    padding-top: 8%;
  }
}

.exhi01-template-02 .deco-text {
  font-size: 15.625vw;
  color: #1c2028;
  position: absolute;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  line-height: 1em;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .deco-text {
    z-index: 2;
    right: 40px;
    top: 0;
    transform-origin: right bottom;
    transform: rotate(-90deg) translate(28%, 26%);
    font-size: 25vw;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .deco-text {
    font-size: 29vh;
    left: 0;
    top: 0;
    z-index: 1;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-95%, 10%);
  }
}

@media (min-width: 1500px) {
  .exhi01-template-02 .deco-text {
    font-size: 28.5vh;
    transform: rotate(-90deg) translate(-97%, 18%);
  }
}

.exhi01-template-02 .scrolldown {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transform-origin: left top;
  transform: rotate(-90deg);
  z-index: 99;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  transition: all 0.3s ease;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .scrolldown {
    display: none;
  }
}

@media (min-width: 1800px) {
  .exhi01-template-02 .scrolldown {
    font-size: 1rem;
  }
}

.exhi01-template-02 .scrolldown:before {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  border-top: 1px solid #595959;
  margin-right: 12px;
  transition: all 0.5s ease;
}

@media (min-width: 980px) {
  .exhi01-template-02 .scrolldown {
    left: 4.6875vw;
    left: 60px;
    left: calc(4.58vw - 5px);
  }
}

@media (min-width: 1800px) {
  .exhi01-template-02 .scrolldown {
    left: calc(4.58vw - 9px);
  }
}

.exhi01-template-02 .scrolldown:hover {
  letter-spacing: 2px;
  transition: all 0.6s ease;
}

.exhi01-template-02 .scrolldown:hover:before {
  margin-right: 30px;
}

.exhi01-template-02 .deco-copyright {
  color: #fff;
  font-size: 1rem;
  position: absolute !important;
  right: 5.78vw;
  top: 50%;
  transform-origin: right bottom;
  transform: rotate(-90deg) translate(50%, 120%);
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  z-index: 6;
  transition: all 0.6s ease;
}

@media (min-width: 0) and (max-width: 979px) {
  .exhi01-template-02 .deco-copyright {
    display: none;
  }
}

.exhi01-template-02 .media-popup {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(7px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 900;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  transition-delay: 0s;
  overflow-y: auto;
}

.exhi01-template-02 .media-popup .popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

.exhi01-template-02 .media-popup .container {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.55s ease;
  width: 100%;
  height: 100%;
  height: 100vh;
}

.exhi01-template-02 .media-popup .popup-mask-close {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.exhi01-template-02 .media-popup .close-popup {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: all 0.35s ease;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0.5;
}

.exhi01-template-02 .media-popup .close-popup img,
.exhi01-template-02 .media-popup .close-popup svg {
  display: block;
  width: 50%;
  height: auto;
}

@media (min-width: 980px) {
  .exhi01-template-02 .media-popup .close-popup img,
  .exhi01-template-02 .media-popup .close-popup svg {
    width: 40%;
  }
}

.exhi01-template-02 .media-popup .close-popup:active,
.exhi01-template-02 .media-popup .close-popup:hover {
  transform: scale(1.125);
  opacity: 1;
}

@media (min-width: 740px) {
  .exhi01-template-02 .media-popup .close-popup {
    width: 60px;
    height: 60px;
    right: 5px;
    top: 5px;
  }
}

@media (min-width: 1500px) {
  .exhi01-template-02 .media-popup .close-popup {
    width: 72px;
    height: 72px;
  }
}

.exhi01-template-02 .video {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.exhi01-template-02 .video:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.exhi01-template-02 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 980px) {
  .exhi01-template-02 .media-popup {
    overflow-y: auto;
  }
}

@media (min-width: 1500px) {
  .exhi01-template-02 .media-popup .popup-content {
    margin: 0 auto;
  }
}

@media (min-width: 1800px) {
  .exhi01-template-02 .media-popup .popup-content {
    overflow: hidden;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .exhi01-template-02 .media-popup .container {
    height: 100%;
  }
}

.show-popup {
  overflow: hidden;
}

.show-popup .media-popup {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

.show-popup .media-popup .container {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

@keyframes smallTextIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textIn {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes textOut {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(50%);
    opacity: 0;
  }
}

@keyframes bgIn {
  0% {
    transform: scale(1.4) translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes bgOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
