@charset "UTF-8";
/* 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");
.facList .item, .facList .Txt, .facList .Img {
    transition: all .5s;
}

.bannerArea.unitPage #banner li .rightBox .subtitle {
    padding-left: 20px;
}

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

.classNote {
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.facList {
    position: relative;
}

.facList li {
    padding: 0;
}

.facList li:nth-child(4n+1) .item::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.facList .item {
    padding: 0px 0px 75px;
    position: relative;
}

.facList .item::before {
    content: "";
    width: 1px;
    height: calc(100% - 75px);
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0;
}

.facList .item::after {
    content: "";
    width: 1px;
    height: calc(100% - 75px);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    right: 0;
}

.facList .item:hover .Txt, .facList .item:hover .Img {
    transform: translateY(-15px);
}

.facList .Txt {
    position: relative;
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
}

.facList .Txt .moreBtn {
    margin-bottom: 30px;
}

.facList .Txt .moreBtn .title {
    margin-top: 0;
}

.facList .Txt .moreBtn .title.ellipsis {
    height: 40px;
}

.facList .Txt .exp {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.facList .Txt .exp.ellipsis {
    height: 40px;
}

.facList .Txt .num {
    position: absolute;
    bottom: 46px;
    right: 5px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Noto Sans TC";
}

.facList .Img {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
    height: 175px;
}

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

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

@media (max-width: 1380px) {
    .facList li {
        width: 33.33%;
    }
    .facList li:nth-child(4n+1) .item::before {
        background-color: rgba(0, 0, 0, 0);
    }
    .facList li:nth-child(3n+1) .item::before {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1080px) {
    .facList li {
        width: 50%;
    }
    .facList li:nth-child(3n+1) .item::before {
        background-color: transparent;
    }
    .facList li:nth-child(odd) .item::before {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 768px) {
    .facList li {
        width: 100%;
    }
    .facList li:nth-child(n) .item::before {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .facList .item {
        max-width: 400px;
        margin: 0 auto;
    }
    .facList .item::before {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 400px) {
    .facList .item::before, .facList .item::after {
        display: none;
    }
}

/******內頁******/
.mainArea.ins {
    padding-bottom: 0;
}

.contentBox.ins .topBox {
    display: flex;
    padding-bottom: 108px;
}

.contentBox.ins .topBox .Txt {
    width: 50%;
}

.contentBox.ins .topBox .Txt .titleWrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contentBox.ins .topBox .Txt .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contentBox.ins .topBox .Txt .info {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-bottom: 14px;
    font-family: 'Noto Serif TC';
}

.contentBox.ins .topBox .Txt .info p {
    display: inline-block;
    padding-right: 5px;
}

.contentBox.ins .topBox .Txt .info span {
    display: inline-block;
    color: #818181;
    position: relative;
}

.contentBox.ins .topBox .Txt .info span::before {
    content: "/";
    padding: 0 6px;
}

.contentBox.ins .topBox .Txt .exp {
    padding: 10px 0 30px;
    min-height: 268px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Noto Serif TC';
}

.contentBox.ins .topBox .Txt .exp strong {
    display: inline-block;
    line-height: 26px;
    font-weight: 600;
}

.contentBox.ins .topBox .Txt .notice {
    padding: 20px;
    background-color: #003f57;
    position: relative;
}

.contentBox.ins .topBox .Txt .notice::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/deco_text_icon_bg.png);
    opacity: 0.03;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contentBox.ins .topBox .Txt .notice .title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 5px;
}

.contentBox.ins .topBox .Txt .notice .text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.contentBox.ins .albumBox {
    width: 50%;
    padding-left: 76px;
    position: relative;
}

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

.contentBox.ins .albumBox .side_album li {
    display: block;
    height: 373px;
    padding-right: 0;
}

.contentBox.ins .albumBox .side_album a {
    display: block;
    width: 100%;
    height: 100%;
}

.contentBox.ins .albumBox .side_album img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentBox.ins .albumBox .moreBtn {
    margin-top: 25px;
}

.contentBox.ins .albumBox .arrowBox {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.contentBox.ins .bottomBox {
    background-color: #f9f9f9;
    padding: 100px 0 100px;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac {
    padding-bottom: 20px;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac .row.alignCenter {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.Img {
    padding-right: 0;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.Txt {
    padding-left: 80px;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.third .Img {
    height: 100%;
    max-height: 244px;
}

.contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.third .list {
    padding-top: 26px;
}

@media (max-width: 1440px) {
    .contentBox.ins .topBox .Txt {
        padding-right: 40px;
    }
    .contentBox.ins .albumBox {
        padding-left: 0px;
    }
}

@media (max-width: 1180px) {
    .contentBox.ins .topBox {
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
    .contentBox.ins .topBox .Txt {
        width: 100%;
        padding-right: 0;
    }
    .contentBox.ins .topBox .Txt .exp {
        min-height: auto;
    }
    .contentBox.ins .albumBox {
        width: 100%;
        padding-top: 40px;
    }
    .contentBox.ins .albumBox .side_album li {
        height: 200px;
        padding: 0 10px;
    }
    .contentBox.ins .albumBox .moreBtn {
        margin-left: 10px;
    }
    .contentBox.ins .albumBox .arrowBox {
        right: 10px;
    }
    .contentBox.ins .bottomBox {
        padding: 80px 0;
    }
    .contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.Txt {
        padding-left: 20px;
    }
}

@media (max-width: 840px) {
    .contentBox.ins .albumBox .side_album li {
        height: 120px;
    }
    .contentBox.ins .bottomBox {
        padding: 80px 0;
    }
    .contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.Img {
        width: 100%;
        padding: 0 20px;
    }
    .contentBox.ins .bottomBox .textEditor .contentBuilder.fac .column.Txt {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .contentBox.ins {
        margin-top: 40px;
    }
    .contentBox.ins .topBox {
        padding-bottom: 50px;
    }
    .contentBox.ins .albumBox {
        padding-top: 30px;
    }
    .contentBox.ins .albumBox .side_album li {
        height: 90px;
        padding: 0 5px;
    }
    .contentBox.ins .albumBox .moreBtn {
        margin-left: 5px;
    }
    .contentBox.ins .albumBox .arrowBox {
        right: 5px;
    }
    .contentBox.ins .bottomBox {
        padding: 50px 0;
    }
}

@media (max-width: 440px) {
    .contentBox.ins .albumBox .side_album li {
        height: 70px;
    }
}
/*# sourceMappingURL=fac.css.map */