/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@200;400;500;600&family=Poppins:wght@700&display=swap");
.restaurantList .Txt {
    transition: all .5s;
}

.bannerArea.unitPage #banner li .rightBox .ensubtitle {
    padding-top: 100px;
}

.mainArea {
    padding-bottom: 0;
}

.mainArea .contentBox {
    margin-top: 0;
}

.restaurantList li {
    position: relative;
    z-index: 2;
}

.restaurantList li:nth-child(odd) {
    background-color: #f9f9f9;
}

.restaurantList li:nth-child(odd)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/home_news_bg.jpg);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.restaurantList li:nth-child(odd) .Txt {
    background-color: #fff;
}

.restaurantList li:nth-child(odd) .Txt:hover {
    background-color: #f6f6f6;
}

.restaurantList li:nth-child(even) .Img {
    order: 2;
}

.restaurantList li:nth-child(even) .Txt {
    order: 1;
    padding-left: 43px;
    padding-right: 50px;
}

.restaurantList .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 107px 0 105px;
}

.restaurantList .Img {
    width: 1000px;
    height: 496px;
}

.restaurantList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.restaurantList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurantList .Txt {
    height: 496px;
    width: calc(100% - 1000px);
    padding-left: 50px;
    padding-right: 43px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.restaurantList .Txt .entitle {
    display: block;
    padding-bottom: 10px;
}

.restaurantList .Txt .entitle a {
    display: block;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
}

.restaurantList .Txt .title {
    padding-bottom: 16px;
    position: relative;
}

.restaurantList .Txt .title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.restaurantList .Txt .title a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.restaurantList .Txt .subtitle {
    font-size: 16px;
    letter-spacing: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 18px;
}

.restaurantList .Txt .exp {
    padding-top: 16px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

.restaurantList .Txt .exp.ellipsis {
    min-height: 130px;
    max-height: 190px;
}

.restaurantList .Txt .moreBtn {
    margin-top: 20px;
}

.restaurantList .Txt:hover {
    background-color: #f6f6f6;
}

@media (max-width: 1500px) {
    .restaurantList li:nth-child(even) .Txt {
        padding: 40px;
    }
    .restaurantList .Img {
        width: calc(100% - 375px);
        height: 100%;
    }
    .restaurantList .Txt {
        height: 100%;
        width: 375px;
        padding: 40px;
    }
}

@media (max-width: 1080px) {
    .restaurantList li:nth-child(even) .Img {
        order: 1;
    }
    .restaurantList li:nth-child(even) .Txt {
        order: 2;
        padding: 40px;
    }
    .restaurantList .item {
        padding: 80px 20px;
    }
    .restaurantList .Img {
        width: 100%;
    }
    .restaurantList .Txt {
        width: 100%;
        padding: 40px;
    }
}

@media (max-width: 840px) {
    .restaurantList li:nth-child(even) .Txt {
        padding: 30px 20px;
    }
    .restaurantList .item {
        padding: 60px 20px;
    }
    .restaurantList .Txt {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .restaurantList li:nth-child(even) .Txt {
        padding: 20px 15px;
    }
    .restaurantList .item {
        padding: 40px 20px;
    }
    .restaurantList .Txt {
        padding: 20px 15px;
    }
}

.contentBox .topBox {
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 106px;
}

.contentBox .topBox::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/home_news_bg.jpg);
    background-attachment: fixed;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contentBox .topBox .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    z-index: 2;
}

.contentBox .topBox .leftBox {
    width: 570px;
    padding-right: 70px;
}

.contentBox .topBox .leftBox .entitle {
    display: block;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
}

.contentBox .topBox .leftBox .expWrap {
    min-height: 140px;
}

.contentBox .topBox .leftBox .textWrap span, .contentBox .topBox .leftBox .textWrap a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Noto Serif TC';
}

.contentBox .topBox .leftBox .textWrap .textTitle {
    color: #000;
    font-weight: 600;
}

.contentBox .topBox .leftBox .textWrap a:hover {
    color: #cd5e3c;
}

.contentBox .topBox .leftBox .exp {
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
}

.contentBox .topBox .leftBox .moreBtn {
    margin-top: 10px;
}

.contentBox .topBox .rightBox {
    width: calc(100% - 570px);
    position: relative;
    height: 542px;
}

.contentBox .topBox .rightBox .Img {
    height: 542px;
    width: 1090px;
    position: absolute;
    top: 0;
    left: 0;
}

.contentBox .topBox .rightBox .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.contentBox .topBox .rightBox .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentBox .topBox .albumBox {
    width: 100%;
    margin-top: 35px;
    padding-right: 188px;
    position: relative;
}

.contentBox .topBox .albumBox .side_album {
    width: 100%;
}

.contentBox .topBox .albumBox .moreBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contentBox .topBox .albumBox .arrowBox {
    position: absolute;
    top: 30px;
    right: 95px;
}

@media (max-width: 1500px) {
    .contentBox .topBox .wrap {
        align-items: flex-start;
    }
    .contentBox .topBox .leftBox {
        width: 500px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .contentBox .topBox .rightBox {
        width: calc(100% - 500px);
        height: 100%;
    }
    .contentBox .topBox .rightBox .Img {
        height: 100%;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1280px) {
    .contentBox .topBox .leftBox {
        width: 360px;
        padding-right: 30px;
    }
    .contentBox .topBox .rightBox {
        width: calc(100% - 360px);
    }
}

@media (max-width: 1080px) {
    .contentBox .topBox {
        padding-bottom: 80px;
    }
    .contentBox .topBox .leftBox {
        width: 100%;
        padding-right: 0px;
        order: 2;
    }
    .contentBox .topBox .rightBox {
        width: 100%;
        order: 1;
    }
    .contentBox .topBox .albumBox {
        order: 3;
    }
}

@media (max-width: 640px) {
    .contentBox .topBox {
        padding-bottom: 50px;
    }
    .contentBox .topBox .leftBox {
        padding-top: 20px;
    }
    .contentBox .topBox .rightBox {
        width: 100%;
        order: 1;
    }
    .contentBox .topBox .albumBox {
        margin-top: 25px;
        padding-right: 0;
    }
    .contentBox .topBox .albumBox .moreBtn {
        position: relative;
        margin-top: 20px;
    }
    .contentBox .topBox .albumBox .arrowBox {
        top: auto;
        bottom: 0px;
        right: 0;
    }
}

.contentBox .bottomBox {
    padding: 106px 0 108px;
    background-color: #f9f9f9;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad {
    padding: 20px 0;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column {
    padding: 0px;
    float: none;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.half {
    width: 50%;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.imgFull img {
    display: block;
    height: 356px;
    object-fit: cover;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt {
    padding-left: 70px;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.TxtLeft {
    padding-left: 0;
    padding-right: 70px;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt .title {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 5px;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt .entitle {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt .exp {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    padding-top: 50px;
}

.contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt .exp::before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 0;
}

@media (max-width: 1080px) {
    .contentBox .bottomBox {
        padding: 80px 0;
    }
    .contentBox .bottomBox .textEditor .contentBuilder.noPad .column.half {
        width: 100%;
    }
    .contentBox .bottomBox .textEditor .contentBuilder.noPad .column.imgFull {
        order: 1;
    }
    .contentBox .bottomBox .textEditor .contentBuilder.noPad .column.imgFull img {
        width: 100%;
        height: 100%;
        max-height: 365px;
    }
    .contentBox .bottomBox .textEditor .contentBuilder.noPad .column.Txt {
        padding-left: 0;
        order: 2;
    }
    .contentBox .bottomBox .textEditor .contentBuilder.noPad .column.TxtLeft {
        padding-right: 0;
        order: 2;
    }
}

@media (max-width: 640px) {
    .contentBox .bottomBox {
        padding: 50px 0;
    }
}

@media (max-width: 400px) {
    .contentBox .bottomBox {
        padding: 30px 0;
    }
}

.relatedBox {
    padding: 108px 0 106px;
}

.relatedBox .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.relatedBox .leftBox {
    width: 760px;
    position: relative;
}

.relatedBox .leftBox .titleBox {
    position: absolute;
    top: 0;
    left: 0;
}

.relatedBox .rightBox {
    width: calc(100% - 760px);
    padding-left: 50px;
}

.relatedBox .newsBox {
    padding-left: 65px;
    position: relative;
}

.relatedBox .newsBox .newsPicList .Img {
    width: 100%;
    height: 314px;
}

.relatedBox .newsBox .newsPicList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.relatedBox .newsBox .newsPicList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relatedBox .newsBox .newsPicList .Txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0;
    max-height: 155px;
}

.relatedBox .newsBox .newsPicList .Txt .title {
    width: calc(100% - 130px);
    padding-bottom: 5px;
}

.relatedBox .newsBox .newsPicList .Txt .title a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.relatedBox .newsBox .newsPicList .Txt .title.ellipsis {
    height: 25px;
}

.relatedBox .newsBox .newsPicList .Txt .date {
    display: inline-block;
    max-width: 130px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    text-align: right;
    padding-left: 15px;
}

.relatedBox .newsBox .newsPicList .Txt .date::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}

.relatedBox .newsBox .newsPicList .Txt .exp {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #484848;
}

.relatedBox .newsBox .newsPicList .Txt .exp.ellipsis {
    height: 50px;
}

.relatedBox .newsBox .newsPicList .Txt .moreBtn {
    margin-top: 15px;
}

.relatedBox .newsBox .arrowBox {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.relatedBox .newsBox2 {
    transition: all 0.5s;
    position: relative;
}

.relatedBox .newsBox2 .newsList {
    height: 460px;
    width: 100%;
}

.relatedBox .newsBox2 .newsList li {
    border: none;
}

.relatedBox .newsBox2 .newsList .item {
    width: 100%;
    height: 115px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    transition: 0.5s all;
    display: flex;
}

.relatedBox .newsBox2 .newsList .item::before {
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-image: url(../images/home_news_deco_bg.png);
    position: absolute;
    top: 0px;
    left: -50px;
    transition: 0.5s all;
}

.relatedBox .newsBox2 .newsList .item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.relatedBox .newsBox2 .newsList .item:hover {
    background-color: #003f57;
}

.relatedBox .newsBox2 .newsList .item:hover::before {
    top: 0;
    left: 0;
    opacity: 0.03;
}

.relatedBox .newsBox2 .newsList .item:hover .Txt .title a {
    color: #fff;
}

.relatedBox .newsBox2 .newsList .item:hover .Txt .exp {
    color: rgba(255, 255, 255, 0.7);
}

.relatedBox .newsBox2 .newsList .item:hover .dateBox {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.relatedBox .newsBox2 .newsList .Txt {
    width: calc(100% - 70px);
    padding-right: 70px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.relatedBox .newsBox2 .newsList .Txt .title {
    width: 100%;
}

.relatedBox .newsBox2 .newsList .Txt .title a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
}

.relatedBox .newsBox2 .newsList .Txt .title.ellipsis {
    height: 30px;
}

.relatedBox .newsBox2 .newsList .Txt .exp {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.7);
}

.relatedBox .newsBox2 .newsList .Txt .exp.ellipsis {
    height: 25px;
}

.relatedBox .newsBox2 .newsList .dateBox {
    width: 70px;
    transition: all 0.5s;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: right;
}

.relatedBox .newsBox2 .newsList .dateBox .day {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Noto Serif TC';
}

.relatedBox .newsBox2 .newsList .dateBox .month {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.relatedBox .newsBox2 .newsList .dateBox .year {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.relatedBox .newsBox2.hide {
    opacity: 0;
    transform: translateY(-20px);
}

@media (max-width: 1280px) {
    .relatedBox {
        padding: 80px 0;
    }
    .relatedBox .leftBox {
        width: calc(100% - 500px);
    }
    .relatedBox .rightBox {
        width: 500px;
        padding-left: 20px;
    }
    .relatedBox .newsBox {
        padding-left: 40px;
    }
    .relatedBox .newsBox2 .newsList .item {
        padding: 20px 10px;
    }
    .relatedBox .newsBox2 .newsList .Txt {
        padding-right: 20px;
    }
}

@media (max-width: 1080px) {
    .relatedBox {
        padding: 60px 0;
    }
    .relatedBox .leftBox {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .relatedBox .leftBox .titleBox {
        width: 100%;
        writing-mode: initial;
        position: relative;
    }
    .relatedBox .leftBox .titleBox .entitle {
        flex-grow: 1;
        padding-top: 0;
        padding-left: 16px;
        text-align: left;
    }
    .relatedBox .leftBox .titleBox .entitle::before {
        width: calc(100% - 115px);
        max-width: 222px;
        height: 1px;
        top: calc(50% - 0.5px);
        left: 115px;
        right: 0;
    }
    .relatedBox .rightBox {
        display: none;
    }
    .relatedBox .newsBox {
        padding-left: 0px;
        position: relative;
        width: 100%;
    }
    .relatedBox .newsBox .newsPicList .Txt {
        max-height: initial;
    }
    .relatedBox .newsBox .newsPicList .Txt .title {
        width: 100%;
        order: 1;
    }
    .relatedBox .newsBox .newsPicList .Txt .exp {
        order: 2;
    }
    .relatedBox .newsBox .newsPicList .Txt .date {
        max-width: 100%;
        width: 100%;
        text-align: left;
        order: 3;
    }
    .relatedBox .newsBox .newsPicList .Txt .moreBtn {
        order: 4;
    }
}

@media (max-width: 640px) {
    .relatedBox {
        padding: 40px 0 60px;
    }
    .relatedBox .newsBox .newsPicList .Img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .relatedBox .newsBox .newsPicList .Img {
        height: 160px;
    }
}
/*# sourceMappingURL=restaurant.css.map */