@-webkit-keyframes scroll_down {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    60% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    to {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes scroll_down {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    60% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    to {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}


/* 202103 */

.book01-template-02 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: #fff;
    background-position: center;
    background-size: cover;
}

@media (min-width:768px) {
    .book01-template-02 {
        height: 57.25vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.book01-template-02__video-popup {
    z-index: 1020;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .8s cubic-bezier(.7, 0, .3, 1);
    transition: opacity .8s cubic-bezier(.7, 0, .3, 1)
}

.book01-template-02__video-popup.-active {
    opacity: 1;
    pointer-events: auto
}

.book01-template-02__video-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    z-index: 3;
    cursor: pointer
}

@media (min-width:1200px) {
    .book01-template-02__video-popup-close:hover:before {
        -webkit-transform: rotate(45deg) scale(1.2);
        transform: rotate(45deg) scale(1.2)
    }
    .book01-template-02__video-popup-close:hover:after {
        -webkit-transform: rotate(-45deg) scale(1.2);
        transform: rotate(-45deg) scale(1.2)
    }
}

.book01-template-02__video-popup-close:after,
.book01-template-02__video-popup-close:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    background: #161616;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1)
}

.book01-template-02__video-popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.book01-template-02__video-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.book01-template-02__video-popup-center {
    position: relative;
    width: 100%;
    max-width: 1000px;
    z-index: 1
}

.book01-template-02__video-popup-center:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    width: 100%
}

.book01-template-02__video-popup-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.book01-template-02__swiper {
    width: 100%;
    height: 100%
}

.book01-template-02__swiper-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375vw;
    font-family: number, sans-serif;
    font-weight: 700;
    z-index: 4
}

.book01-template-02__swiper-index-split {
    margin: auto 1.19792vw;
    width: 3.125vw;
    height: 1px;
    background: rgba(30, 27, 25, .2)
}

.book01-template-02__swiper-index {
    position: absolute;
    bottom: 0;
    left: 16.25vw;
    padding-bottom: 3.54167vw
}

@media (max-width:767px) {
    .book01-template-02__swiper-index {
        display: none
    }
}

.book01-template-02__swiper-index-split {
    background: #414141
}

.book01-template-02__swiper-index-current {
    color: #fd6443
}

.book01-template-02__swiper-index-max {
    color: #fff
}

.book01-template-02__swiper-btn-group {
    position: absolute;
    top: 50%;
    right: 0;
    width: 5.10417vw;
    height: 10.20833vw;
    z-index: 5
}

@media (max-width:767px) {
    .book01-template-02__swiper-btn-group {
        width: 45px;
        height: 90px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.book01-template-02__swiper-next,
.book01-template-02__swiper-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    background: #39373b;
    cursor: pointer
}

@media (min-width:1200px) {
    .book01-template-02__swiper-next:before,
    .book01-template-02__swiper-prev:before {
        -webkit-transition: -webkit-transform .8s ease;
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease
    }
    .book01-template-02__swiper-next:hover:before,
    .book01-template-02__swiper-prev:hover:before {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.book01-template-02__swiper-prev {
    background: #fd6443
}

.book01-template-02__swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 3.75vw;
    padding-left: 3.75vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.book01-template-02__swiper-slide-index {
    padding-bottom: 1.30208vw;
    font-size: .9375vw;
    font-family: number, sans-serif;
    font-weight: 700;
    letter-spacing: .04688vw;
    line-height: 1
}


/* 202103 */

.book01-template-02__swiper-slide-title {
    margin-bottom: 1.5625vw;
    font-size: 2.08333vw;
    letter-spacing: .05208vw;
    line-height: 1.1;
    font-family: Lexend Deca, Noto Serif TC, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 202103 */

.book01-template-02__swiper-slide-slogan {
    font-size: .9375vw;
    letter-spacing: .09375vw;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.book01-template-02__scroll {
    position: absolute;
    bottom: 3.54167vw;
    left: 4.27083vw;
    width: 19px;
    font-size: 16px;
    color: #fff;
    z-index: 5;
    cursor: pointer;
    line-height: 19px
}

@media (max-width:767px) {
    .book01-template-02__scroll {
        bottom: 20px;
        left: 20px;
        display: none
    }
}

.book01-template-02__scroll-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.book01-template-02__scroll-line {
    margin: 1.5625vw auto 0;
    width: 1px;
    height: 3.64583vw;
    background: #414141;
    -webkit-animation: scroll_down 1s infinite;
    animation: scroll_down 1s infinite
}

@media (max-width:767px) {
    .book01-template-02__scroll-line {
        margin: 15px auto 0;
        height: 35px
    }
}

.book01-template-02__left,
.book01-template-02__right {
    position: relative;
    height: 100%
}

.book01-template-02__left {
    overflow: hidden
}

@media (min-width:768px) {
    .book01-template-02__left {
        width: 68%;
        min-width: 68%;
        max-width: 68%
    }
}

.book01-template-02__left-main-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47.05882%;
    height: 50%;
    z-index: 0;
    -webkit-transition: height 0s cubic-bezier(.7, 0, .3, 1) .8s, width 0s cubic-bezier(.7, 0, .3, 1) .8s, -webkit-transform 0s cubic-bezier(.7, 0, .3, 1) .8s;
    transition: height 0s cubic-bezier(.7, 0, .3, 1) .8s, width 0s cubic-bezier(.7, 0, .3, 1) .8s, -webkit-transform 0s cubic-bezier(.7, 0, .3, 1) .8s;
    transition: transform 0s cubic-bezier(.7, 0, .3, 1) .8s, height 0s cubic-bezier(.7, 0, .3, 1) .8s, width 0s cubic-bezier(.7, 0, .3, 1) .8s;
    transition: transform 0s cubic-bezier(.7, 0, .3, 1) .8s, height 0s cubic-bezier(.7, 0, .3, 1) .8s, width 0s cubic-bezier(.7, 0, .3, 1) .8s, -webkit-transform 0s cubic-bezier(.7, 0, .3, 1) .8s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.book01-template-02__left-main-img.-active {
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: width .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: width .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.book01-template-02__left-main-img-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}


/* 202103 */

.book01-template-02__left-main-img-inner.mobile {
    display: none;
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-inner-box {
        position: absolute;
        top: 50%;
        padding-right: 40px;
        padding-bottom: 20px;
        padding-left: 40px;
        width: 100%;
        z-index: 3;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    /* 202103 */
    .book01-template-02__left-main-img-inner {
        display: none;
    }
    .book01-template-02__left-main-img-inner.mobile {
        display: block;
    }
}

.book01-template-02__left-main-img-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 23.85417vw;
    padding-right: 5.10417vw;
    padding-left: 15.98958vw;
    z-index: 3
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-text {
        position: static;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%
    }
}

.book01-template-02__left-main-img-index {
    padding-right: 3.02083vw;
    padding-bottom: .625vw;
    font-size: 1.25vw;
    font-family: number, sans-serif;
    font-weight: 700;
    text-align: right;
    color: #fff;
    line-height: 1;
    letter-spacing: .05em
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-index {
        padding-bottom: 3.75vw;
        padding-left: 3.75vw;
        font-size: 3.75vw;
        text-align: left
    }
}


/* 20210 */

.book01-template-02__left-main-img-title {
    margin-bottom: 4.0625vw;
    font-size: 6.25vw;
    line-height: 1.05;
    letter-spacing: .1em;
    font-family: Lexend Deca, Noto Serif TC, sans-serif;
    color: #c5f368;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-title {
        margin-bottom: 6.25vw;
        font-size: 14.0625vw
    }
}

.book01-template-02__left-main-img-slogan {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-slogan {
        font-size: 3.75vw
    }
}

.book01-template-02__left-main-img-play {
    position: absolute;
    bottom: 3.54167vw;
    right: 6.82292vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.10417vw;
    height: 5.10417vw;
    border: 2px solid #fa7224;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-play {
        position: absolute;
        bottom: -45px;
        right: auto;
        left: 45px;
        margin-top: 0;
        width: 45px;
        height: 45px;
        pointer-events: auto
    }
}

@media (min-width:1200px) {
    .book01-template-02__left-main-img-play:hover:before {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.book01-template-02__left-main-img-play:before {
    content: "";
    position: relative;
    left: .18229vw;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fa7224;
    border-style: solid;
    border-width: .80729vw 0 .80729vw .72917vw;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1)
}

@media (max-width:767px) {
    .book01-template-02__left-main-img-play:before {
        left: 2px;
        border-width: 8px 0 8px 7px
    }
}

.book01-template-02__right {
    background: #fff
}

@media (min-width:768px) {
    .book01-template-02__right {
        width: 32%;
        min-width: 32%;
        max-width: 32%
    }
}

@media (max-width:767px) {
    .book01-template-02__right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2;
        pointer-events: none
    }
}

.book01-template-02__right-bottom,
.book01-template-02__right-top {
    height: 100%;
    background: #c5f368
}

@media (min-width:768px) {
    .book01-template-02__right-bottom,
    .book01-template-02__right-top {
        height: 50%
    }
}

.book01-template-02__right-bottom {
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .book01-template-02__right-bottom {
        display: none
    }
}

.book01-template-02__right-bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 212.5%;
    height: 200%;
    z-index: 1;
    -webkit-transition: height .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: height .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1), height .8s cubic-bezier(.7, 0, .3, 1), width .8s cubic-bezier(.7, 0, .3, 1), -webkit-transform .8s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.book01-template-02__right-bottom-img.-active {
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: height 0s cubic-bezier(.7, 0, .3, 1), width 0s cubic-bezier(.7, 0, .3, 1), -webkit-transform 0s cubic-bezier(.7, 0, .3, 1);
    transition: height 0s cubic-bezier(.7, 0, .3, 1), width 0s cubic-bezier(.7, 0, .3, 1), -webkit-transform 0s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0s cubic-bezier(.7, 0, .3, 1), height 0s cubic-bezier(.7, 0, .3, 1), width 0s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0s cubic-bezier(.7, 0, .3, 1), height 0s cubic-bezier(.7, 0, .3, 1), width 0s cubic-bezier(.7, 0, .3, 1), -webkit-transform 0s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.book01-template-02__right-bottom-img-inner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}