/* 202103 */

.hote01-template-05 {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 130px;
    padding-bottom: 120px;
    font-family: 'Lora', 'Microsoft JhengHei', sans-serif;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hote01-template-05 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    z-index: 5;
}

.hote01-template-05 .this_container::after {
    content: '';
    clear: both;
    display: block;
}

.hote01-template-05 .hote01-template-05_text {
    font-size: 36px;
    width: 40%;
}

.hote01-template-05 .main_title {
    z-index: 6;
    top: -0;
    position: relative;
    width: 100%;
    display: block;
    align-items: center;
    margin-bottom: 70px;
    color: black;
    padding-left: 100px;
}

.hote01-template-05 .main_title .en {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    padding-left: 2px;
    position: relative;
    left: 0;
    top: 0;
}

.hote01-template-05 .main_title .title {
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    line-height: 50px;
    position: relative;
    justify-content: space-between;
    padding-right: 60%;
}

.hote01-template-05 .pic_swiper {
    width: 67%;
    float: left;
    position: relative;
}

.hote01-template-05-gallery-top {
    position: relative;
    width: 100%;
}

.hote01-template-05-gallery-top .swiper-slide {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hote01-template-05-gallery-top .swiper-slide.swiper-slide-active .imgs {
    transform: scale(1);
}

.hote01-template-05-gallery-top .swiper-slide .imgs {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: all 1.2s ease;
}

.hote01-template-05 .text_swiper {
    width: 29%;
    float: right;
    position: relative;
}

.hote01-template-05-gallery-thumbs {
    position: relative;
    overflow: hidden;
}

.hote01-template-05 .num_box {
    position: absolute;
    width: 288px;
    height: 288px;
    top: 14px;
    right: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
}

.hote01-template-05 .num_box div {
    z-index: 7;
    color: black;
    font-size: 104px;
    font-weight: 300;
}

.hote01-template-05 .text_num {
    z-index: 1;
}

.hote01-template-05 .hote01-template-05-gallery-top .swiper-wrapper {
    z-index: 2;
}

.hote01-template-05 .text_num img {
    position: relative;
    -webkit-animation: rotate_ 22s linear infinite;
    animation: rotate_ 22s linear infinite;
}

@-webkit-keyframes rotate_ {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_ {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hote01-template-05 .more_box {
    display: block;
    padding-top: 60px;
    padding-bottom: 80px;
    letter-spacing: 3px;
    position: relative;
}

.hote01-template-05 .more_box .link {
    color: #8c877c;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
}

.hote01-template-05 .more_box .link::after,
.hote01-template-05 .more_box .link::before {
    content: '';
    background-color: #8c877c;
    position: absolute;
    left: 90px;
    height: 1px;
    width: 85px;
    top: 12px;
}

.hote01-template-05 .more_box .link::before {
    width: 0;
    transition: all .5s ease;
    background-color: black;
    z-index: 3;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper {
    height: 700px;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide {
    height: auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* 202103 */

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name {
    cursor: pointer;
    padding: 50px 0;
    position: relative;
    display: block;
    width: 100%;
    color: #8d897c;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .name,
.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .name {
    color: black;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name::after {
    content: '';
    background-color: #8d897c;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev .name::after,
.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-prev .name::after {
    opacity: 0;
}

.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .name::after,
.hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .name::after {
    width: 100%;
}

.hote01-template-05__swiper-bottom {
    position: absolute;
    width: 38px;
    height: 209px;
    bottom: 6px;
    right: 0;
    color: #8f8b7e;
    z-index: 10;
    font-size: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.hote01-template-05__swiper-bottom .icon-right {
    transform: rotate(90deg);
    cursor: pointer;
    transition: all .3s ease;
}

.hote01-template-05__swiper-bottom .icon-left {
    transform: rotate(90deg);
    margin-bottom: 60px;
    cursor: pointer;
    transition: all .3s ease;
}

.hote01-template-05__swiper-bottom .icon.swiper-button-disabled {
    opacity: .2;
    pointer-events: none;
}

.hote01-template-05__swiper-bottom::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    display: block;
    z-index: 3;
    background-color: #8d897c;
}

@media (max-width:1500px) {
    .hote01-template-05 .num_box {
        transform: scale(.8);
        right: 8px;
        top: -30px;
    }
    .hote01-template-05 .main_title {
        padding-left: 0;
        margin-bottom: 38px;
    }
    .hote01-template-05 .main_title .title {
        font-size: 28px;
        line-height: 36px;
    }
    .hote01-template-05 .main_title .en {
        font-size: 16px;
    }
    .hote01-template-05 .more_box {
        padding-bottom: 26px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name {
        padding: 30px 0;
    }
    .hote01-template-05-gallery-top .swiper-slide,
    .hote01-template-05-gallery-thumbs .swiper-wrapper {
        height: 600px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide {
        font-size: 18px;
    }
}

@media (min-width:1199px) {
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name:hover {
        color: black;
    }
    .hote01-template-05 .more_box .link:hover {
        color: black;
    }
    .hote01-template-05 .more_box .link:hover::before {
        width: 85px;
    }
    .hote01-template-05__swiper-bottom .icon-left:hover,
    .hote01-template-05__swiper-bottom .icon-right:hover {
        color: #c0b48c;
    }
}

@media (max-width:1000px) {
    .hote01-template-05 .more_box .link {
        width: 140px;
        font-size: 14px;
    }
    .hote01-template-05 .more_box .link::after {
        left: 79px;
        height: 1px;
        width: 34%;
        top: 10px;
    }
    .hote01-template-05 .this_container {
        width: 90%;
    }
    .hote01-template-05-gallery-top .swiper-slide,
    .hote01-template-05-gallery-thumbs .swiper-wrapper {
        height: 50vw;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide {
        font-size: 16px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name {
        padding: 20px 50px 20px 0;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name::after {
        width: calc(100% - 50px);
    }
    .hote01-template-05__swiper-bottom {
        height: 128px;
        transform: scale(.8);
        transform-origin: right;
        bottom: -21px;
    }
    .hote01-template-05 {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .hote01-template-05 .main_title .title {
        font-size: 20px;
        line-height: 28px;
    }
    .hote01-template-05 .main_title .en {
        font-size: 14px;
        margin-bottom: 5px;
        letter-spacing: 3px;
    }
    .hote01-template-05 .num_box {
        transform: scale(.4);
        right: -59px;
        top: -53px;
    }
}

@media (max-width:650px) {
    .hote01-template-05 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .hote01-template-05-gallery-top .swiper-slide,
    .hote01-template-05-gallery-thumbs .swiper-wrapper {
        height: 58vw;
    }
    .hote01-template-05 .pic_swiper {
        width: 100%;
    }
    .hote01-template-05 .num_box {
        transform: scale(.3);
        right: -78px;
        top: -20px;
    }
    .hote01-template-05 .text_swiper {
        width: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        z-index: 10;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name {
        padding: 20px 20px 20px 20px;
        font-size: 14px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide {
        width: auto;
        height: 80px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .name::after,
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .name::after,
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide .name::after {
        width: 1px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        right: 0;
        left: auto;
    }
    .hote01-template-05__swiper-bottom .icon-left,
    .hote01-template-05__swiper-bottom .icon-right {
        transform: none;
        margin: 0;
    }
    .hote01-template-05__swiper-bottom {
        transform: scale(.8);
        top: 9px;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        transform-origin: left;
        left: 0;
        font-size: 18px;
    }
    .hote01-template-05__swiper-bottom::after,
    .hote01-template-05 .main_title .title::after {
        display: none;
    }
    .hote01-template-05 .main_title {
        margin-bottom: 70px;
    }
    .hote01-template-05-gallery-thumbs {
        position: relative;
        overflow: hidden;
        height: 70px;
        margin-top: 24px;
    }
    .hote01-template-05 .more_box .link::after {
        display: none;
    }
    .hote01-template-05 .more_box .link {
        position: absolute;
        font-size: 12px;
        right: 0;
        text-align: right;
        top: -58vw;
        bottom: auto;
        margin-top: -99px;
        width: 100px;
        letter-spacing: 2px;
    }
    .hote01-template-05 .more_box .link::before {
        width: 34%;
        content: '';
        background-color: #d3d3d3;
        position: relative;
        height: 1px;
        display: block;
        left: auto;
        top: 9px;
    }
    .hote01-template-05 .more_box {
        padding-bottom: 0;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .hote01-template-05-gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .name {
        padding-left: 0;
    }
}