.rest01-template-03 .title {
    font-size: 26px;
    line-height: 1.25em;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    /*仁新增20210331*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 900;
    width: 70%;
}

@media (min-width: 740px) {
    .rest01-template-03 .title {
        /* font-size: 36px; */
        width: 80%;
    }
}

@media (min-width: 1500px) {
    .rest01-template-03 .title {
        font-size: 48px
    }
}

@media (min-width: 1800px) {
    .rest01-template-03 .title {
        font-size: 60px
    }
}

.rest01-template-03 .subtitle {
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    /*仁新增20210331*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*vince20221220*/
    margin-bottom: 2em;
}

@media (min-width: 740px) {
    .rest01-template-03 .subtitle {
        font-size: 20px
    }
}

@media (min-width: 1500px) {
    .rest01-template-03 .subtitle {
        font-size: 22px
    }
}

@media (min-width: 1800px) {
    .rest01-template-03 .subtitle {
        font-size: 24px
    }
}

.rest01-template-03 .small {
    font-size: 14px
}

@media (min-width: 1500px) {
    .rest01-template-03 .small {
        font-size: 15px
    }
}

@media (min-width: 1800px) {
    .rest01-template-03 .small {
        font-size: 16px
    }
}

.rest01-template-03 .more {
    display: inline-flex;
    color: #c09544;
    line-height: 2.25em;
    transition: all .35s ease;
    font-size: 18px;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.rest01-template-03 .more img,
.rest01-template-03 .more svg {
    display: block;
    width: 20px;
    height: auto;
    margin-right: 8px;
    transition: all .35s ease
}

.rest01-template-03 .more:active img,
.rest01-template-03 .more:active svg,
.rest01-template-03 .more:hover img,
.rest01-template-03 .more:hover svg {
    margin-right: 16px
}

.rest01-template-03 .more span {
    white-space: nowrap;
    font-weight: 600;
    font-family: 'Montserrat';
}

@media (min-width: 980px) {
    .rest01-template-03 .more {
        font-size: 24px
    }
}

@media (min-width: 1500px) {
    .rest01-template-03 .more {
        font-size: 30px
    }
}

@media (min-width: 1800px) {
    .rest01-template-03 .more {
        font-size: 36px
    }
}

.rest01-template-03 {
    overflow: hidden;
    position: relative;
    max-width: 100vw;
}

@media (min-width: 1100px) {
    .rest01-template-03 .more {
        position: absolute;
        right: 0;
        bottom: 13vh
    }
}

/* @media (min-width: 0) and (max-width: 979px) {
    .rest01-template-03 {
        padding: 60px 25px
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .rest01-template-03 {
        padding: 50px
    }
} */


/*仁新增20210331*/

.rest01-template-03 .space {
    display: none;
}


/*仁新增20210331*/

@media (min-width: 980px) {
    .rest01-template-03 .space {
        content: "";
        display: block;
        width: 100%;
        height: 10vh;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1
    }
}

@media (min-width: 980px) {
    .rest01-template-03 .container {
        display: flex;
        position: relative;
        z-index: 5
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .rest01-template-03 .img-holder {
        margin-bottom: 40px
    }
}

@media (min-width: 980px) {
    .rest01-template-03 .img-holder {
        width: 58%
    }
}

.rest01-template-03 .img-holder img {
    display: block;
    width: 100%;
    height: auto
}

.rest01-template-03 .text .title {
    margin-bottom: 1em;
    font-weight: 500;
}

@media (min-width: 1500px) {
    .rest01-template-03 .text .title {
        margin-bottom: .5em
    }
}

.rest01-template-03 .text .desc {
    margin-bottom: 1em;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    /*仁新增20210331*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    width: 80%;
    line-height: 2;
}

@media (min-width: 980px) {
    .rest01-template-03 .text {
        width: 43%;
        padding-left: 40px;
        padding-top: 5vw;
    }
}

@media (min-width: 1500px) {
    .rest01-template-03 .text {
        padding-left: 60px
    }
}

@media (min-width: 1800px) {
    .rest01-template-03 .text {
        padding-left: 90px
    }
}
/*vince20221220*/
.rest01-template-03 .about-img-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
@media (min-width: 0) and (max-width: 739px) {
    .about-img-holder.desktop {
        display: none;
    }
}

@media (min-width: 740px) {
    .about-img-holder.mobile {
        display: none;
    }
}
.rest01-template-03 .text {
    width: 100%;
    height: 40vw;
    padding-left: 55vw;
    padding-right: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
    margin-left: auto;
}
@media (max-width: 739px) {
    .rest01-template-03 .text {
        padding: 320px 38px 70px;
        height: 100%;
    }
}
.page-rest01-about {
    position: absolute;
    bottom: 50%;
    right: calc(80 / 1920 * 100vw);
    transform: translateY(-50%);
}
.page-rest01-about .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: translateX(75%);
}
.page-rest01-about .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(36 / 1920 * 100vw);
    height: calc(36 / 1920 * 100vw);
    border-radius: initial;
    background: initial;
    font-size: clamp(14px, 0.9375vw, 18px);
    font-weight: 700;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
    outline: none;
}
.page-rest01-about .swiper-pagination-bullet::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    width: calc(22 / 1920 * 100vw);
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
    transform-origin: 100% 50%;
    transform: scaleX(0);
}
.page-rest01-about .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    transform: initial;
}
.swiper-pagination.page-rest01-about span.swiper-pagination-bullet-active:before {
    background-color: #fff;
    border-color: #fff;
}
.swiper-pagination.page-rest01-about span:before {
    border-color: #fff;
}