/* 202103 */

.food01-template-03 {
    height: 990px;
    position: relative;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.food01-template-03 .left {
    width: 56%;
    position: relative;
    overflow: hidden;
}
.food01-template-03 .left .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.food01-template-03 .left span {
    font-family: Lora, Microsoft JhengHei, sans-serif;
    position: absolute;
    font-size: 8.5vw;
    color: white;
    line-height: 8vw;
    bottom: -2vw;
    left: 5%;
    width: 90%;
    z-index: 3;
}

.food01-template-03 .right {
    width: 44%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.food01-template-03 .right .box {
    text-align: center;
    display: block;
    width: 65%;
    position: relative;
}

.food01-template-03 .right .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8vh;
    font-size: 1.375em;
    transition: letter-spacing 0.25s ease;
    font-family: "Noto Serif TC", sans-serif;
}

.food01-template-03 .right .box a i {
    width: 1.375em;
    height: 1.375em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.5em;
}

.food01-template-03 .right .box a i svg {
    display: block;
    width: 100%;
    height: auto;
}

.food01-template-03 .right .box a:hover {
    letter-spacing: 10px;
}
.food01-template-03 .right .box img {
    width: 100%;
}

.food01-template-03 .right .box .title {
    font-size: 36px;
    display: block;
    line-height: 45px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: "Noto Serif TC", sans-serif;
    font-weight: 900;
}

/* 202103 */

.food01-template-03 .right .box .memo {
    font-size: 18px;
    display: block;
    line-height: 30px;
    position: relative;
    color: #929292;
    font-family: "Noto Serif TC", sans-serif;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 1300px) {
    .food01-template-03 {
        height: 60vw;
    }
}

@media (max-width: 1199px) {
    .food01-template-03 .right .box .title {
        font-size: 26px;
        line-height: 32px;
    }
    .food01-template-03 .right .box .memo {
        font-size: 16px;
        line-height: 28px;
    }
    .food01-template-03 {
        height: 75vw;
    }
    .food01-template-03 .right .box {
        width: 80%;
    }
    .food01-template-03 .left {
        width: 50%;
    }
    .food01-template-03 .right {
        width: 50%;
    }
    .food01-template-03 .left span {
        font-size: 7.5vw;
    }
}

@media (max-width: 650px) {
    .food01-template-03 .left {
        width: 100%;
        height: 100vw;
    }
    .food01-template-03 {
        flex-wrap: wrap;
        height: auto;
    }
    .food01-template-03 .left span {
        font-size: 15.5vw;
        line-height: 15vw;
    }
    .food01-template-03 .right {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .food01-template-03 .right .box a {
        font-size: 1em;
    }
    .food01-template-03 .right .box .title {
        font-size: 20px;
        line-height: 24px;
    }
    .food01-template-03 .right .box .memo {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .food01-template-03 .left {
        background-attachment: initial;
    }
}
