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

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

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

.rest01-template-06 .exp-slide .name-area {
    margin-bottom: 1em;
    font-weight:900;
}

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

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

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

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

@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 img {
    display: block;
    width: 100%;
    height: auto
}

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

@media (min-width: 740px) {
    .rest01-template-06 .exp-slide .name {
        margin-left: 1em
    }
}

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

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

.rest01-template-06 .exp-slide .sub_title {
    color: #fff;
    line-height: 1.5em
}

@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: 55%;
        padding-left: 20%
    }
}

@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: 38%
    }
}

@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: 980px) {
    .rest01-template-06 .title {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
    .rest01-template-06 .title strong:after {
        content: "";
        display: block;
        border-right: 1px solid #ccdae0;
        height: 100vh;
        position: absolute;
        left: 55%;
        top: 120%
    }
}

@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;
    bottom: 4.5em;
    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: 9vw;
    }
}

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