.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
    }
}

@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;
}

@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 {
    background-color: #13183b;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 6.5vw;
    overflow: hidden;
    position: relative
}

@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 {
    position: relative;
}

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

@media (min-width: 1500px) {
    .rest01-template-03 .text .title {
        margin-bottom: 1.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;
}

@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
    }
}