.rest01-template-06 .swiper-button-prev,
.rest01-template-06 .swiper-button-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    right: 0;
    left: 0
}


/*仁新增20210331*/

.rest01-template-06 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.rest01-template-06 .swiper-button-prev:after,
.rest01-template-06 .swiper-button-next:after {
    transition: all .35s ease
}

.rest01-template-06 .title .title {
    font-size: 26px;
    line-height: 1.25em;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif
}

@media (min-width: 740px) {
    .rest01-template-06 .title .title {
        font-size: 36px
    }
}

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

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

.rest01-template-06 .title .subtitle {
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 500
}

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

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

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

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

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

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

.rest01-template-06 {
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px
}

@media (min-width: 0) and (max-width: 575px) {
    .rest01-template-06 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 740px) {
    .rest01-template-06 {
        padding-top: 15vw;
        padding-bottom: 15vw
    }
}

@media (min-width: 980px) {
    .rest01-template-06 {
        padding-top: 10vw;
        padding-bottom: 10vw
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .rest01-template-06 .container {
        max-width: 72vw
    }
}

@media (min-width: 980px) {
    .rest01-template-06 .container {
        display: flex;
        align-items: flex-end;
    }
}

.rest01-template-06 .exp-slide {
    position: relative
}

@media (min-width: 0) and (max-width: 575px) {
    .rest01-template-06 .exp-slide .thumb-box {
        padding-left: 80px;
        padding-top: 1em;
        margin-bottom: 30px
    }
}

.rest01-template-06 .exp-slide .name-area {
    width: 70%;
    margin-bottom: 1em;
    font-weight:900;
    flex-direction: column;
    margin-left: 1.5em;
}

@media (max-width: 575px) {
    .rest01-template-06 .exp-slide .name-area {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .rest01-template-06 .exp-slide .name-area {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

.rest01-template-06 .exp-slide .desc {
    color: #bbbbbb;
    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;
    /* height: 5.7em; */
    font-weight: 500;
    line-height: 1.7;
    margin-top: 15px;
}

/* @media (min-width: 1500px) {
    .rest01-template-06 .exp-slide .desc {
        width: 80%
    }
} */

.rest01-template-06 .exp-slide .thumb {
    position: relative;
    width: 30%;
    max-width: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1em
}

@media (min-width: 0) and (max-width: 575px) {
    .rest01-template-06 .exp-slide .thumb {
        position: absolute;
        left: 0;
        max-width: 80px;
        top: 0
    }
}

.rest01-template-06 .exp-slide .thumb::before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.rest01-template-06 .exp-slide .thumb img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.rest01-template-06 .exp-slide .name {
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 22px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 700px) {
    .rest01-template-06 .exp-slide .name {
        font-size: 20px;
    }
}

@media (min-width: 1500px) {
    .rest01-template-06 .exp-slide .name {
        font-size: 20px
    }
}

@media (min-width: 1800px) {
    .rest01-template-06 .exp-slide .name {
        font-size: 22px
    }
}

.rest01-template-06 .exp-slide .sub_title {
    color: #a4a4a4;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 1100px) {
    .rest01-template-06 .exp-slide .sub_title {
        font-size: 16px
    }
}

@media (min-width: 1800px) {
    .rest01-template-06 .exp-slide .sub_title {
        font-size: 18px
    }
}

@media (min-width: 980px) {
    .rest01-template-06 .exp-slide {
        width: 60%;
        padding-left: 10%
    }
}

@media (min-width: 1500px) {
    .rest01-template-06 .exp-slide {
        width: 62%;
        padding-left: 28%
    }
}

.rest01-template-06 .exp-info {
    line-height: 1.125em;
    display: flex;
    padding: 0;
    position: relative;
   
}

@media (min-width: 0) and (max-width: 979px) {
    .rest01-template-06 .exp-info {
        margin-bottom: 60px
    }
}

@media (min-width: 0) and (max-width: 350px) {
    .rest01-template-06 .exp-info {
        display: block
    }
}

@media (min-width: 980px) {
    .rest01-template-06 .exp-info {
        width: 40%
    }
}

@media (min-width: 1500px) {
    .rest01-template-06 .exp-info {
        width: 36%
    }
}

.rest01-template-06 .exp-info ul {
    display: block;
    width: 50%;
    padding: 15px;
    list-style: none;
}

.rest01-template-06 .exp-info ul:last-of-type {
    position: relative
}

.rest01-template-06 .exp-info ul:last-of-type:before {
    content: "";
    display: block;
    height: 50%;
    width: 1px;
    border-left: 1px solid #989898;
    position: absolute;
    left: 0;
    top: 25%
}

@media (min-width: 0) and (max-width: 350px) {
    .rest01-template-06 .exp-info ul {
        width: 100%
    }
    .rest01-template-06 .exp-info ul:last-of-type {
        border-top: 1px solid #989898
    }
    .rest01-template-06 .exp-info ul:last-of-type:before {
        display: none
    }
}

@media (min-width: 740px) {
    .rest01-template-06 .exp-info ul {
        padding: 25px
    }
}

@media (min-width: 1500px) {
    .rest01-template-06 .exp-info ul {
        padding: 30px 40px
    }
}

@media (min-width: 1800px) {
    .rest01-template-06 .exp-info ul {
        padding: 40px 60px
    }
}

.rest01-template-06 .exp-info .icon {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

@media (min-width: 0) and (max-width: 575px) {
    .rest01-template-06 .exp-info .icon {
        height: 2.25em;
        overflow: hidden
    }
}

.rest01-template-06 .exp-info .icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 32px;
    margin-right: 8px
}

.rest01-template-06 .exp-info .num {
    font-size: 36px;
    font-weight: bold;
    color: #c09544;
    line-height: 1em;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif
}

.rest01-template-06 .exp-info .num strong {
    display: block;
    line-height: 1em;
    height: 1em
}

@media (min-width: 1500px) {
    .rest01-template-06 .exp-info .num {
        font-size: 48px
    }
}

@media (min-width: 1800px) {
    .rest01-template-06 .exp-info .num {
        font-size: 56px
    }
}

.rest01-template-06 .exp-info .desc {
    font-size: calc(24/1920*100vw);
    color: #fff;
    padding-left: 40px
}

.rest01-template-06 .title span {
    color: #b7b7b7
}


@media (min-width: 740px) and (max-width: 979px) {
    .rest01-template-06 .title-area {
        width: 100%
    }
}

@media (min-width: 980px) {
    .rest01-template-06 .title-area {
        width: 13%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 80px
    }
}

@media (min-width: 1500px) {
    .rest01-template-06 .title-area {
        padding-top: 100px
    }
}

@media (min-width: 1800px) {
    .rest01-template-06 .title-area {
        padding-top: 160px
    }
}

.rest01-template-06 .swiper-button-prev,
.rest01-template-06 .swiper-button-next {
    position: static
}

.rest01-template-06 .swiper-button-prev:after,
.rest01-template-06 .swiper-button-next:after {
    color: #fff
}

.rest01-template-06 .swiper-button-prev:hover:after,
.rest01-template-06 .swiper-button-prev:active:after,
.rest01-template-06 .swiper-button-next:hover:after,
.rest01-template-06 .swiper-button-next:active:after {
    color: #c09544
}

.rest01-template-06 .swiper-button-next {
    position: relative
}

.rest01-template-06 .swiper-button-next::before {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px solid #fff;
    height: 60%;
    top: 20%;
    position: absolute;
    left: 0;
    opacity: 0.5
}

.rest01-template-06 .controller {
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 9;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 0) and (max-width: 575px) {
    .rest01-template-06 .controller {
        margin-top: 1em;
        position: static;
        justify-content: flex-start;
        margin-left: -15px
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .rest01-template-06 .controller {
        right: -15px;
        /* bottom:6.5em; */
    }
}

/* @media (min-width: 980px) {
    .rest01-template-06 .controller {
        bottom: 6.4em
    }
} */


/* @media (min-width: 1100px) {
    .rest01-template-06 .controller {
        bottom: 4.5em
    }
} */

@media (min-width: 1500px) {
    .rest01-template-06 .controller {
        right: 19%
    }
}
.img_mobile{
    display: none;
}

@media (min-width: 979px){
    .rest01-template-06 .exp-info{
        top: 10vw;
    }
}

@media (max-width: 1200px) {
    .rest01-template-06 .exp-info .desc {
        font-size:16px;
        
    }
}
@media( max-width: 700px){
    .rest01-template-06{
        background-size:0;
    }
    .img_mobile{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        top: 0;
        left: 0;
    }
}
/*vince20221220*/
.rest01-template-06 .content {
    max-width: 450px;
    width: 100%;
}
.rest01-template-06 .exp-slide .title {
    color: #FFF;
    font-size: 22px;
    line-height: 1.3;
}
@media( max-width: 700px){
    .rest01-template-06 .exp-slide .title {
        font-size: 20px;
    }
}
.rest01-template-06 .exp-slide .thumb-box {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}