.exhi01-template-05 .title-header .fz-A {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em
}

@media(min-width: 740px) {
    .exhi01-template-05 .title-header .fz-A {
        font-size: 28px
    }
}

@media(min-width: 1500px) {
    .exhi01-template-05 .title-header .fz-A {
        font-size: 32px
    }
}

@media(min-width: 1800px) {
    .exhi01-template-05 .title-header .fz-A {
        font-size: 36px
    }
}

.exhi01-template-05 .fz-B {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media(min-width: 740px) {
    .exhi01-template-05 .fz-B {
        font-size: 20px
    }
}

@media(min-width: 1500px) {
    .exhi01-template-05 .fz-B {
        font-size: 22px
    }
}

@media(min-width: 1800px) {
    .exhi01-template-05 .fz-B {
        font-size: 24px
    }
}

.exhi01-template-05 .more {
    display: inline-flex;
    color: #fff;
    line-height: 1.5em;
    transition: all .35s ease;
    font-size: 16px;
    font-weight: bold;
    align-items: center
}

.exhi01-template-05 .more img,
.exhi01-template-05 .more svg {
    display: block;
    width: 28px;
    margin-left: 8px;
    transition: all .35s ease
}

.exhi01-template-05 .more:active img,
.exhi01-template-05 .more:hover img,
.exhi01-template-05 .more:active svg,
.exhi01-template-05 .more:hover svg {
    margin-left: 16px
}

@media(min-width: 980px) {
    .exhi01-template-05 .more {
        font-size: 18px
    }
}

@media(min-width: 1500px) {
    .exhi01-template-05 .more {
        font-size: 20px
    }
}

@media(min-width: 1800px) {
    .exhi01-template-05 .more {
        font-size: 22px
    }
}

@media(min-width: 0)and (max-width: 979px) {
    .exhi01-template-05 .title-header {
        padding-top: 50px
    }
}

.exhi01-template-05 .title-header>div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.exhi01-template-05 .title-header .swiper-pagination {
    position: static
}

@media(min-width: 0)and (max-width: 979px) {
    .exhi01-template-05 .title-header .swiper-pagination {
        display: none
    }
}

.exhi01-template-05 {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding-top: 4.8vw;
    padding-bottom: 4.85vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.exhi01-template-05 .title-header>div {
    padding-bottom: 10vw
}

@media(min-width: 740px) {
    .exhi01-template-05 .title-header>div {
        padding-bottom: 2.8vw
    }
}

.exhi01-template-05 .title-header .fz-A {
    color: #18161c
}

@media(min-width: 1100px) {

    .exhi01-template-05 .fz-B,
    .exhi01-template-05 .label {
        opacity: .7;
        transition: all .35s ease
    }
}

.exhi01-template-05 a {
    display: block;
    color: #fff
}

.exhi01-template-05 .img-holder {
    position: relative;
    border-radius: 5px;
    transition: all .5s ease;
    overflow: hidden
}

.exhi01-template-05 .img-holder::before {
    display: block;
    content: "";
    padding-bottom: 100%
}

.exhi01-template-05 .img-holder::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    transition: .5s
}

.exhi01-template-05 {
    position: relative;
    isolation: isolate
}

.exhi01-template-05 .container {
    position: relative;
    z-index: 2
}

.exhi01-template-05 .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

@media(max-width: 979px) {
    .exhi01-template-05 .bg.desktop {
        display: none
    }
}

@media(min-width: 980px) {
    .exhi01-template-05 .bg.mobile {
        display: none
    }
}

.exhi01-template-05 .img-holder img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s
}

.exhi01-template-05 .img-holder .img-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    z-index: 3;
    opacity: 0;
    transition: .5s .1s
}

.exhi01-template-05 .img-holder .img-btn span {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 3px;
    margin-left: 15px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease
}

.exhi01-template-05 .swiper-slide:hover .img-holder img {
    transform: scale(1.1)
}

.exhi01-template-05 .swiper-slide:hover .img-holder:after {
    opacity: 1
}

.exhi01-template-05 .swiper-slide:hover .img-holder .img-btn {
    opacity: 1;
    transition: .5s
}

.exhi01-template-05 .swiper-slide:hover .img-holder span {
    transform: none
}

.exhi01-template-05 .text {
    padding: 20px 10px
}

@media(min-width: 1201px) {
    .exhi01-template-05 .text {
        opacity: 0;
        transform: translateY(-30px);
        transition: .5s
    }
}

.exhi01-template-05 .label {
    font-size: 13px;
    line-height: 1.75em;
    display: block;
    padding-top: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media(min-width: 740px) {
    .exhi01-template-05 .label {
        font-size: 14px
    }
}

@media(min-width: 1500px) {
    .exhi01-template-05 .label {
        font-size: 16px
    }
}

.exhi01-template-05 .swiper-container {
    overflow: visible;
    padding-bottom: 5.7vw
}

@media(max-width: 739px) {
    .exhi01-template-05 .swiper-container {
        padding-bottom: 10.7vw
    }
}

.exhi01-template-05 .controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.exhi01-template-05 .controller .bar-wrap {
    flex: 4;
    position: relative
}

.exhi01-template-05 .controller .bar-wrap .swiper-pagination {
    background-color: rgba(255, 255, 255, .5);
    left: 0%;
    width: 100%;
    height: 5px
}

.exhi01-template-05 .controller .bar-wrap .swiper-pagination span {
    background-color: #fff;
    padding: 2px 0
}

.exhi01-template-05 .controller .bar-wrap .swiper-pagination span::before {
    border: none
}

.exhi01-template-05 .controller .arrows {
    flex: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96px;
    right: 0;
    bottom: 40px;
    font-size: 24px
}

.exhi01-template-05 .exhi01-template-05__swiper-index-current {
    color: #fff
}

.exhi01-template-05 .exhi01-template-05__swiper-index-split {
    color: #fff
}

.exhi01-template-05 .exhi01-template-05__swiper-index-max {
    color: rgba(255, 255, 255, .5)
}

@media(min-width: 1500px) {
    .exhi01-template-05 .controller .arrows {
        margin-left: 40px
    }
}

.exhi01-template-05 .controller .arrows .swiper-button-prev,
.exhi01-template-05 .controller .arrows .swiper-button-next {
    position: static;
    margin: 0
}

.exhi01-template-05 .controller .arrows .swiper-button-prev:after,
.exhi01-template-05 .controller .arrows .swiper-button-next:after {
    color: #000
}

@media(min-width: 740px) {

    .exhi01-template-05 .swiper-slide:active .fz-B,
    .exhi01-template-05 .swiper-slide:hover .fz-B {
        opacity: 1
    }

    .exhi01-template-05 .swiper-slide:active .label,
    .exhi01-template-05 .swiper-slide:hover .label {
        opacity: 1
    }

    .exhi01-template-05 .swiper-slide:hover .text {
        transform: translateY(0);
        opacity: 1
    }
}

/*# sourceMappingURL=05.css.map */