.food01-template-09 {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 123px;
    height: 834px;
    overflow: hidden;
}

.food01-template-09 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.food01-template-09 .bg.mobile {
    display: none;
}

.food01-template-09 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.food01-template-09 .main_title {
    font-size: 36px;
    font-family: "Lora", "Noto Serif TC", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.food01-template-09 .main_title .tw {
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
}

.food01-template-09 .main_title .en {
    position: relative;
}

.food01-template-09 .down_swiper {
    width: 65%;
    position: relative;
    display: block;
    font-family: "Lora", "Noto Serif TC", sans-serif;
    height: 380px;
}

.food01-template-09 .food01-template-09__swiper-slide {
}

.food01-template-09 .swiper-container {
    height: 100%;
}

.food01-template-09 .food01-template-09__swiper-slide .box {
    padding-right: 170px;
    position: relative;
    display: block;
    padding-top: 10px;
}

/* 202103 */

.food01-template-09 .food01-template-09__swiper-slide .text {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    position: relative;
    align-items: center;
}

.food01-template-09 .food01-template-09__swiper-slide .text span {
    display: block;
    min-width: 410px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 50%;
}

.food01-template-09 .food01-template-09__swiper-slide .text::after {
    content: "";
    background-color: black;
    width: 100%;
    height: 1px;
    left: 0;
    position: relative;
}

/* 202103 */

.food01-template-09 .food01-template-09__swiper-slide .type {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.food01-template-09 .food01-template-09__swiper-slide .file {
    position: absolute;
    right: 0;
    top: 0;
}
.food01-template-09 .food01-template-09__swiper-slide .file a {
    display: flex;
    transition: transform 0.25s ease;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.food01-template-09 .food01-template-09__swiper-slide .file a:hover {
    transform: scale(1.25);
}
.food01-template-09 .food01-template-09__swiper-slide .file i {
    display: block;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.food01-template-09 .food01-template-09__swiper-slide .file i:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.food01-template-09 .food01-template-09__swiper-slide .file .file_link {
    margin: 0 10px;
    position: relative;
}

.food01-template-09 .food01-template-09__swiper-slide .file .file_link img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.food01-template-09 .food01-template-09__swiper-slide .file .file_link img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    transition: all 0.3s ease;
}

.food01-template-09__swiper-bottom {
    position: absolute;
    /* right: 0; */
    bottom: 0;
    font-size: 22px;
    z-index: 10;
    font-weight: bold;
    color: gray;
    left: 0;
    transform: translate(-100%, -20px);
    margin-left: -60px;
}

.food01-template-09__swiper-bottom .icon-left {
    transform: rotate(90deg);
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.food01-template-09__swiper-bottom .icon-right {
    transform: rotate(90deg);
    cursor: pointer;
    position: relative;
}

.food01-template-09__swiper-bottom .swiper-button-disabled {
    opacity: 0.3;
}

@media (min-width: 1199px) {
    .food01-template-09 .food01-template-09__swiper-slide .file .file_link:hover img:first-child {
        opacity: 0;
    }
    .food01-template-09 .food01-template-09__swiper-slide .file .file_link:hover img:last-child {
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .food01-template-09 {
        padding-bottom: 50px;
        height: 660px;
    }
    .food01-template-09 .down_swiper {
        height: 265px;
    }
    .food01-template-09 .this_container {
        width: 90%;
        display: block;
    }
    .food01-template-09 .main_title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .food01-template-09 .down_swiper {
        width: 100%;
    }
    .food01-template-09 .food01-template-09__swiper-slide .text {
        font-size: 24px;
    }
    .food01-template-09__swiper-bottom {
        top: 0;
        bottom: initial;
        display: flex;
        width: 40px;
        left: initial;
        justify-content: space-between;
        right: 0;
        flex-direction: column;
        transform: translate(10px, -93px);
        margin: 0;
    }
    /* .food01-template-09__swiper-bottom .icon-left {
        transform: rotate(0);
    }
    .food01-template-09__swiper-bottom .icon-right {
        transform: rotate(0);
    } */
}

/* 202103 */

@media (max-width: 1000px) {
    .food01-template-09 .bg {
        display: none;
    }
    .food01-template-09 .bg.mobile {
        display: block;
    }
}

@media (max-width: 650px) {
    .food01-template-09 {
        padding-bottom: 50px;
        height: 500px;
    }
    .food01-template-09 .main_title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .food01-template-09 .food01-template-09__swiper-slide .text {
        font-size: 16px;
        display: block;
    }
    .food01-template-09 .food01-template-09__swiper-slide .type {
        font-size: 14px;
        position: relative;
    }
    .food01-template-09 .food01-template-09__swiper-slide .file .file_link {
        width: 25px;
    }
    .food01-template-09 .food01-template-09__swiper-slide .file {
        position: absolute;
        right: 0;
        top: -.5rem;
        width: 100px;
        display: flex;
    }
    .food01-template-09 .down_swiper {
        height: 200px;
    }
    .food01-template-09 .food01-template-09__swiper-slide .text span {
        min-width: 100%;
    }
    .food01-template-09 .food01-template-09__swiper-slide .box {
        padding-right: 110px;
        border-bottom: 1px solid gray;
        padding-bottom: 2px;
    }
}

@media (max-width: 365px) {
    .food01-template-09 .food01-template-09__swiper-slide .type {
        font-size: 12px;
    }
}
