/* footer */
.in_logo {
    padding: 150px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/cuu_img012.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.in_logo em {
    position: relative;
    z-index: 50;
}

.ft01 {
    width: 100%;
    padding: 0 20px;
    background-color: #FAF9F8;
}

.ft02 {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
}

.ft02 a {
    display: block;
    width: fit-content;
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 5px 10px;
    position: relative;
    transition: 0.5s;
}

.ft02 a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #967656;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: 0.5s;
}

.ft02 a:hover::after {
    transition: 0.5s;
    width: 100%;
    right: auto;
    left: 0;
}

.ft02 a:hover {
    transition: 0.5s;
    color: #967656;
}

.ft03 {
    max-width: 1700px;
    width: 100%;
    margin: auto;
    border-bottom: 1px #CCC1B7 solid;
    border-top: 1px #CCC1B7 solid;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft04 {
    max-width: 710px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft04 p {
    width: fit-content;
    margin-left: 35px;
}

.ft04 p b {
    display: block;
    color: #855B52;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.ft04 p span {
    display: block;
    color: #575747;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
}

.ft05 {
    max-width: 885px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 35px;
}

.ft05>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px #D3D3D3 dotted;
    padding: 20px 5px;
    width: 25%;
    transition: 0.5s;
}

.ft05>a:hover i {
    transition: 0.5s;
    transform: translateY(-10px);
}

.ft05>a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: 1px #8AB095 solid;
    border-radius: 150px;
    background-color: white;
    transition: 0.5s;
}

.ft05>a span {
    display: block;
    color: #855A52;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-top: 15px;
}

.ft_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px #D3D3D3 dotted;
    padding: 20px 5px;
    width: 25%;
    border-right: 1px #D3D3D3 dotted;
}

.ft_link p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}

.ft_link p a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #8AA493;
    border-radius: 150px;
    transition: 0.5s;
}

.ft_link p a+a {
    margin-left: 15px;
}

.ft_link p a:hover {
    transition: 0.5s;
    background-color: #855A52;
}

.ft_link span {
    display: block;
    color: #855A52;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-top: 15px;
}

.copy {
    padding: 20px 15px;
    color: #575746;
    font-size: 12px;
    font-weight: 400;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
}

.copy a {
    color: #575746;
}

/* bottom menu */
.bottom_menu {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.bottom_menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    padding: 15px 10px;
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.bottom_menu a:hover {
    transition: 0.5s;
    background-color: #855A52;
}

.bottom_menu a:hover i {
    filter: invert(0);
}

.bottom_menu a i {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
}

@media (max-width:1200px) {
    .ft04 p b {
        font-size: 18px;
    }

    .ft05>a i {
        width: 50px;
        height: 50px;
    }

    .ft05>a i img {
        width: 50%;
    }

    .ft_link p {
        height: 50px;
    }

    .ft05>a span,
    .ft_link span {
        font-size: 17px;
    }

    .ft_link p a+a {
        margin-left: 10px;
    }
}

@media (max-width:960px) {
    .ft01 {
        padding: 0 20px;
    }

    .ft03 {
        flex-direction: column;
        align-items: center;
    }

    .ft05 {
        margin: 0;
        margin-top: 40px;
    }

    .bottom_menu {
        opacity: 1;
        z-index: 200;
    }

    .top_menu04 a {
        display: none;
    }
}

@media (max-width:830px) {
    .ft02 {
        max-width: 600px;
    }
}

@media (max-width:768px) {
    .in_logo {
        background-attachment: unset;
    }
}

@media (max-width:600px) {
    .ft04 {
        flex-direction: column-reverse;
    }

    .ft04 p {
        margin: 0;
        margin-bottom: 40px;
    }

    .ft05 {
        flex-wrap: wrap;
    }

    .ft05>a,
    .ft_link {
        width: 50%;
    }

    .ft05>a:nth-child(3),
    .ft_link {
        margin-top: 35px;
    }

    .ft05>a:nth-child(2) {
        border-right: 1px #D3D3D3 dotted;
    }
}

@media (max-width:500px) {
    .ft02 a {
        font-size: 15px;
    }
}

@media (max-width:430px) {
    .ft02 {
        max-width: 370px;
    }
}

/* footer end */

/* all banner */
.all_banner {
    background-image: url('../images/cuu_img034.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 317px;
}

@media(max-width:768px) {
    .all_banner {
        height: 200px;
    }
}

/* TOP */
.top_go {
    width: 50px;
    height: 50px;
    color: black;
    font-size: 17px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 140%;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    background-color: white;
    position: fixed;
    bottom: 105px;
    left: 15px;
    z-index: 300;
    border-radius: 150px;
    display: none;
    cursor: pointer;
    /* opacity: 0; */
}

.top_go span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media (max-width:600px) {
    .top_go {
        bottom: 35px;
    }
}

/* TOP  end */

/* 功能頁標題 */
.all_tit {
    padding: 80px 20px 135px 20px;
}

.all_tit02 {
    color: #535353;
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 0 15px;
    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
    border-left: 8px #967656 solid;
    border-right: 8px #967656 solid;
}

@media (max-width:1000px) {
    .all_tit02 {
        font-size: 24px;
    }
}

@media (max-width:960px) {
    .all_tit {
        padding: 50px 20px;
    }
}

@media (max-width:500px) {
    .all_tit02 {
        font-size: 22px;
    }
}

/* 功能頁標題end */

/* 分頁按鈕 */
.ex_number {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.ex_number span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    width: 22px;
    height: 22px;
    border: 1px #ffffff solid;
    border-radius: 150px;
    margin: 5px 5px;
    cursor: pointer;
}

.ex_number span a {
    color: #525252;
}

.ex_number span.check {
    background-color: #F4F4F4;
    border: 1px #CECEBF solid;
}

/* 分頁按鈕END */

/* exhibition 展覽 */
.exh02 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 35px auto;
}

.exh02 a {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 2px 10px;
    margin: 5px 0;
    width: fit-content;
    border-right: 1px #3C2929 dotted;
    border-left: 1px #3C2929 dotted;
    transition: 0.5s;
}

.exh02 a:hover {
    transition: 0.5s;
    color: #967655;
}

.exh03 {
    max-width: 1200px;
    margin: auto;
}

.exh03>a+a {
    margin-top: 25px;
}

.exh04 {
    display: flex;
    background-color: #F4F4F4;
    position: relative;
    transition: 1.3s;
}

.exh04 em {
    display: block;
    width: 69%;
}

.exh05 {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exh05 p {
    width: 100%;
    padding: 0 28px;
}

.exh05 p b {
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.exh05 p u {
    display: block;
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
}

.exh04 h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 1.3s;
}

.exh04 h6 u {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 1.3s;
}

.exh04 h6 span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 140%;
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    z-index: 50;
    transition: 1.3s;
}

.exh04 h6 span::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.exh04 h6 span::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.exh04:hover h6 {
    transition: 1.3s;
    opacity: 1;
}

.exh04:hover h6 u {
    transition: 1.3s;
    height: 150%;
}

.exh04:hover h6 span {
    transition: 1.3s;
    transform: translateY(0);
    opacity: 1;
}

.exh04:hover h6 span::before,
.exh04:hover h6 span::after {
    transition: 1.3s;
    width: 70%;
}

/* detail */
.exh_all .all_banner {
    background-image: url('../images/cuu_img038.jpg');
}

.ex_detail01 {
    max-width: 1200px;
    margin: auto;
}

.ex_detail_tit {
    color: #525252;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px #9B9B8C solid;
    margin-bottom: 85px;
}

/* edit 編輯器內容 範例文 */
.example01 {}

.example01>div+div {
    margin-top: 55px;
}

.example02 {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.example02 p {
    max-width: 555px;
    width: 100%;
    margin-right: 35px;
}

.example02 p span {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 225%;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
}

.example02 p span+span {
    margin-top: 60px;
}

.example02 h4 {
    max-width: 550px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.example02 h4 i {
    display: block;
    width: 48.5%;
    margin-top: 20px;
}

.example03 {
    flex-direction: row-reverse;
}

.example03 p {
    margin: 0;
    margin-left: 35px;
}

.example01>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 50px;
    background-color: #967656;
    margin: auto;
    margin-top: 120px;
    transition: 0.5s;
}

.example01>a:hover {
    transition: 0.5s;
    background-color: #7E9A88;
}

/* edit 編輯器內容 end */

@media (max-width:1200px) {
    .exh02 a {
        font-size: 17px;
    }

    .exh05 p b {
        font-size: 18px;
    }

    .exh05 p u {
        font-size: 15px;
    }
}

@media (max-width:1000px) {

    .exh04 em img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:960px) {

    .exh04 {
        flex-direction: column;
    }

    .exh04 em img {
        width: 100%;
    }

    .exh04 em,
    .exh05 {
        width: 100%;
    }

    .exh05 {
        padding: 25px 20px;
    }

    .exh05 p {
        padding: 0;
    }

    .ex_detail_tit {
        font-size: 32px;
    }

    .example02 p span {
        font-size: 17px;
    }

    .example02 p span+span {
        margin-top: 30px;
    }

}

@media (max-width:768px) {
    .ex_detail_tit {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .example02 {
        flex-direction: column;
    }

    .example02 p {
        margin: 0;
        margin-bottom: 40px;
    }

    .example01>a {
        margin-top: 40px;
        max-width: 120px;
        height: 40px;
        font-size: 17px;
    }

    .example02 p span {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .all_tit02 {
        font-size: 22px;
    }

    .exh02 a {
        font-size: 16px;
    }

    .exh05 {
        padding: 25px 15px;
    }

    .exh05 p b {
        font-size: 16px;
    }

    .exh05 p u {
        font-size: 14px;
    }
}

/* exhibition end */

/* 我們的行動 */
.activ_all .all_banner {
    background-image: url('../images/cuu_img043.jpg');
}

.act_category {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.act_category a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 24.5%; */
    width: 32%;
    transition: 0.5s;
}

.act_category a p {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    transition: 0.5s;
}

.act_category a p i {
    display: block;
    margin-bottom: 5px;
    color: white;
    font-size: 40px;
    transition: 0.5s;
}

.act_category a em {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

.act_category a em img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.act_category a em img {
    transition: 0.5s;
}

.act_category a p u {
    display: block;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    word-break: break-all;
    padding:0 5px;
    transition: 0.5s;
}

.act_category a p b {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    word-break: break-all;
    transition: 0.5s;
}

.act_category a:hover p {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.5);
}

.act_category a:hover p i {
    transition: 0.5s;
    color: black;
}

.act_category a:hover em img {
    transition: 0.5s;
    transform: scale(1.05);
}

.act_category a:hover p u,
.act_category a:hover p b {
    transition: 0.5s;
    color: black;
}

.act_category02 {
    max-width: 1400px;
    margin: auto;
    padding-top: 100px;
    position: relative;
    /*  */
    column-count: 4;
}

.act_category02::before {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #967656;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.act_category02 a {
    display: block;
    /* width: 23.5%; */
    /*  */
    margin: 10px 5px 0 5px;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    break-inside: avoid;
    position: relative;
}

.act_category02 a:nth-child(1) {
    margin-top: 0;
}

.act_category02 a p {
    padding-top: 10px;
}

.act_category02 a p i {
    display: block;
    color: #967654;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 170%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.act_category02 a p b {
    display: block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", system-ui;
    line-height: 150%;
    letter-spacing: 0.05em;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.act_category02 a h4 {
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
}

.act_category02 a h4 i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: white;
    transition: 0.5s;
}

.act_category02 a h4 span {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    transition: 0.5s;
}

.act_category02 a:hover h4 {
    transition: 0.5s;
    opacity: 1;
}

@media (max-width:960px) {
    .act_category02 a p i {
        font-size: 18px;
    }

    .act_category02 a p b {
        font-size: 14px;
    }

    .act_category02 a h4 i {
        font-size: 30px;
    }

    .act_category02 a h4 span {
        font-size: 16px;
    }

    .act_category a p u {
        font-size: 19px;
    }

    .act_category a p b {
        font-size: 16px;
    }

    .act_category a p i {
        font-size: 30px;
    }
}

@media (max-width:700px) {
    .act_category02 {
        column-count: 3;
    }

    .act_category a {
        width: 47.5%;
    }

    /* .act_category a:nth-child(n+3) {
        margin-top: 30px;
    } */

    .act_category a:nth-child(n+4) {
        margin-top: 30px;
    }

    .act_category a p u {
        font-size: 17px;
    }

    .act_category a p b {
        font-size: 15px;
    }

    .act_category a p i {
        font-size: 25px;
    }
}

@media (max-width:600px) {
    .act_category02 a p i {
        font-size: 17px;
    }
}

@media (max-width:500px) {
    .act_category02 {
        column-count: 2;
        padding-top: 80px;
    }
}

@media (max-width:400px) {
    .act_category02 a {
        padding: 10px 0 0 0;
    }
}

/* 我們的行動 end */

/* 想租借 */
.rent_all .all_banner {
    background-image: url('../images/cuu_img038.jpg');
}

.rent01 {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
    margin: auto;
    margin-top: 60px;
}

.rent02 {
    display: block;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.rent02 em {
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.rent02 em img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rent02 p {
    padding: 20px 15px;
}

.rent02 p b {
    display: block;
    color: #525252;
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.05em;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 3px #8AA493 solid;
    margin-bottom: 15px;
}

.rent02 p span {
    display: block;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.rent02 p span+span {
    margin-top: 10px;
}

.rent02::before {
    content: "+SEE MORE";
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    /*  */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transition: 0.5s;
}

.rent02:hover::before {
    transition: 0.5s;
    opacity: 1;
}

@media (max-width:900px) {

    .rent02 p {
        padding: 20px 10px;
    }

    .rent02 p b {
        font-size: 19px;
        padding-left: 10px;
    }
}

@media (max-width:600px) {
    .rent01 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:450px) {
    .rent01 {
        grid-template-columns: repeat(1, 1fr);
    }

    .rent02 p b {
        font-size: 17px;
    }
}

/* 想租借end */

/* 找活動 */
/* activity_news */

body.ac_news .all_banner {
    background-image: url('../images/cuu_img063.jpg');
}

.ac_news01 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 35px auto;
}

.ac_news01 a {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 2px 10px;
    margin: 5px 0;
    width: fit-content;
    border-right: 1px #3C2929 dotted;
    border-left: 1px #3C2929 dotted;
    transition: 0.5s;
}

.ac_news01 a:hover {
    transition: 0.5s;
    color: #967655;
}

.ac_news02 {
    max-width: 1200px;
    margin: auto;
}

.ac_news02>a+a {
    margin-top: 25px;
}

.ac_link {
    display: flex;
    background-color: #F4F4F4;
    position: relative;
    transition: 1.3s;
}

.ac_link em {
    display: block;
    width: 69%;
}

.ac_news03 {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac_news03 p {
    width: 100%;
    padding: 0 28px;
}

.ac_news03 p b {
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.ac_news03 p u {
    display: block;
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
}

.ac_link h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 1.3s;
}

.ac_link h6 u {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 1.3s;
}

.ac_link h6 span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 140%;
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    z-index: 50;
    transition: 1.3s;
}

.ac_link h6 span::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.ac_link h6 span::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.ac_link:hover h6 {
    transition: 1.3s;
    opacity: 1;
}

.ac_link:hover h6 u {
    transition: 1.3s;
    height: 150%;
}

.ac_link:hover h6 span {
    transition: 1.3s;
    transform: translateY(0);
    opacity: 1;
}

.ac_link:hover h6 span::before,
.ac_link:hover h6 span::after {
    transition: 1.3s;
    width: 70%;
}

@media (max-width:1200px) {
    .ac_news01 a {
        font-size: 17px;
    }

    .ac_news03 p b {
        font-size: 18px;
    }

    .ac_news03 p u {
        font-size: 15px;
    }
}

@media (max-width:1000px) {

    .ac_link em img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:960px) {

    .ac_link {
        flex-direction: column;
    }

    .ac_link em img {
        width: 100%;
    }

    .ac_link em,
    .ac_news03 {
        width: 100%;
    }

    .ac_news03 {
        padding: 25px 20px;
    }

    .ac_news03 p {
        padding: 0;
    }

}

@media (max-width:500px) {
    .all_tit02 {
        font-size: 22px;
    }

    .ac_news01 a {
        font-size: 16px;
    }

    .ac_news03 {
        padding: 25px 15px;
    }

    .ac_news03 p b {
        font-size: 16px;
    }

    .ac_news03 p u {
        font-size: 14px;
    }
}

/* activity_news end */

/* 找課程 end */
body.class_news .all_banner {
    background-image: url('../images/cuu_img066.jpg');
}

.clw01 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 35px auto;
}

.clw01 a {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 2px 10px;
    margin: 5px 0;
    width: fit-content;
    border-right: 1px #3C2929 dotted;
    border-left: 1px #3C2929 dotted;
    transition: 0.5s;
}

.clw01 a:hover {
    transition: 0.5s;
    color: #967655;
}

.clw02 {
    max-width: 1200px;
    margin: auto;
}

.clw02>a+a {
    margin-top: 25px;
}

.clw03 {
    display: flex;
    background-color: #F4F4F4;
    position: relative;
    transition: 1.3s;
}

.clw03 em {
    display: block;
    width: 69%;
}

.clw04 {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clw04 p {
    width: 100%;
    padding: 0 28px;
}

.clw04 p b {
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.clw04 p u {
    display: block;
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
}

.clw03 h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 1.3s;
}

.clw03 h6 u {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 1.3s;
}

.clw03 h6 span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 140%;
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    z-index: 50;
    transition: 1.3s;
}

.clw03 h6 span::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.clw03 h6 span::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.clw03:hover h6 {
    transition: 1.3s;
    opacity: 1;
}

.clw03:hover h6 u {
    transition: 1.3s;
    height: 150%;
}

.clw03:hover h6 span {
    transition: 1.3s;
    transform: translateY(0);
    opacity: 1;
}

.clw03:hover h6 span::before,
.clw03:hover h6 span::after {
    transition: 1.3s;
    width: 70%;
}

@media (max-width:1200px) {
    .clw01 a {
        font-size: 17px;
    }

    .clw04 p b {
        font-size: 18px;
    }

    .clw04 p u {
        font-size: 15px;
    }
}

@media (max-width:1000px) {

    .clw03 em img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:960px) {

    .clw03 {
        flex-direction: column;
    }

    .clw03 em img {
        width: 100%;
    }

    .clw03 em,
    .clw04 {
        width: 100%;
    }

    .clw04 {
        padding: 25px 20px;
    }

    .clw04 p {
        padding: 0;
    }

}

@media (max-width:500px) {
    .all_tit02 {
        font-size: 22px;
    }

    .clw01 a {
        font-size: 16px;
    }

    .clw04 {
        padding: 25px 15px;
    }

    .clw04 p b {
        font-size: 16px;
    }

    .clw04 p u {
        font-size: 14px;
    }
}

/* 找課程 end */

/* 品優店 */
body.good_shop .all_banner {
    background-image: url('../images/cuu_img067.jpg');
}

.gp01 {
    max-width: 1400px;
    margin: auto;
    padding-top: 100px;
    position: relative;
    /*  */
    column-count: 4;
}

.gp01::before {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #967656;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gp01 a {
    display: block;
    /* width: 23.5%; */
    /*  */
    margin: 10px 5px 0 5px;
    padding: 0 0 40px 0;
    box-sizing: border-box;
    break-inside: avoid;
    position: relative;
}

.gp01 a:nth-child(1) {
    margin-top: 0;
}

.gp01 a p {
    padding-top: 10px;
}

.gp01 a p i {
    display: block;
    color: #967654;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 170%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.gp01 a p b {
    display: block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", system-ui;
    line-height: 150%;
    letter-spacing: 0.05em;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.gp01 a h4 {
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
}

.gp01 a h4 i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: white;
    transition: 0.5s;
}

.gp01 a h4 span {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    transition: 0.5s;
}

.gp01 a:hover h4 {
    transition: 0.5s;
    opacity: 1;
}

@media (max-width:960px) {
    .gp01 a p i {
        font-size: 18px;
    }

    .gp01 a p b {
        font-size: 14px;
    }

    .gp01 a h4 i {
        font-size: 30px;
    }

    .gp01 a h4 span {
        font-size: 16px;
    }
}

@media (max-width:700px) {
    .gp01 {
        column-count: 3;
    }
}

@media (max-width:600px) {
    .gp01 a p i {
        font-size: 17px;
    }
}

@media (max-width:500px) {
    .gp01 {
        column-count: 2;
        padding-top: 80px;
    }
}

@media (max-width:400px) {
    .gp01 a {
        padding: 10px 0 0 0;
    }
}

/* 品優店end */

/* 園區 */
body.park_all .all_banner {
    background-image: url('../images/cuu_img081.jpg');
}

.park01 {
    max-width: 1400px;
    margin: auto;
    padding-top: 100px;
    position: relative;
    /*  */
    column-count: 4;
}

.park01::before {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #967656;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.park01 a {
    display: block;
    /* width: 23.5%; */
    /*  */
    margin: 10px 5px 0 5px;
    padding: 0 0 40px 0;
    box-sizing: border-box;
    break-inside: avoid;
    position: relative;
}

.park01 a:nth-child(1) {
    margin-top: 0;
}

.park01 a p {
    padding-top: 10px;
}

.park01 a p i {
    display: block;
    color: #967654;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 170%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.park01 a p b {
    display: block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", system-ui;
    line-height: 150%;
    letter-spacing: 0.05em;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.park01 a h4 {
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
}

.park01 a h4 i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: white;
    transition: 0.5s;
}

.park01 a h4 span {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    transition: 0.5s;
}

.park01 a:hover h4 {
    transition: 0.5s;
    opacity: 1;
}

@media (max-width:960px) {
    .park01 a p i {
        font-size: 18px;
    }

    .park01 a p b {
        font-size: 14px;
    }

    .park01 a h4 i {
        font-size: 30px;
    }

    .park01 a h4 span {
        font-size: 16px;
    }
}

@media (max-width:700px) {
    .park01 {
        column-count: 3;
    }
}

@media (max-width:600px) {
    .park01 a p i {
        font-size: 17px;
    }
}

@media (max-width:500px) {
    .park01 {
        column-count: 2;
        padding-top: 80px;
    }
}

@media (max-width:400px) {
    .park01 a {
        padding: 10px 0 0 0;
    }
}

/* 園區end */

/* 最新消息 */

body.lat_all .all_banner {
    background-image: url('../images/cuu_img082.jpg');
}

.lat01 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 35px auto;
}

.lat01 a {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 2px 10px;
    margin: 5px 0;
    width: fit-content;
    border-right: 1px #3C2929 dotted;
    border-left: 1px #3C2929 dotted;
    transition: 0.5s;
}

.lat01 a:hover {
    transition: 0.5s;
    color: #967655;
}

.lat02 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.lat02 table {
    width: 100%;
    border-collapse: collapse;
}

.lat02 table tr {
    position: relative;
}

.lat02 table tr td {
    color: #525252;
    font-size: 12px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 180%;
    background-color: #FAF9F8;
    border-bottom: 2px white solid;
    padding: 40px 5px;
    transition: 0.5s;
}

.lat02 table tr td b {
    display: block;
    text-align: center;
    font-weight: 500;
    min-width: 115px;
    width: 115px;
    white-space: nowrap;
}

.lat02 table tr td i {
    display: block;
    min-width: 180px;
    width: 180px;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.lat02 table tr td i::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #DDDDDD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lat02 table tr td i::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #DDDDDD;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lat02 table tr td span {
    font-size: 18px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.lat02 table tr:hover td {
    transition: 0.5s;
    background-color: #DDE3DF;
}

.lat02 table tr td:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    padding: 0;
}

.lat02 table tr td:last-child a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    .lat01 a {
        font-size: 17px;
    }
}

@media (max-width:600px) {
    .lat02 table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .lat02 table tr+tr {
        margin-top: 20px;
    }

    .lat02 table tr td:nth-child(n) {
        display: block;
        min-width: unset;
        width: 100%;
        padding: 0;
    }

    .lat02 table tr td:nth-child(n) i::before,
    .lat02 table tr td:nth-child(n) i::after {
        display: none;
    }

    .lat02 table tr td b,
    .lat02 table tr td i,
    .lat02 table tr td span {
        text-align: justify;
        padding: 10px;
    }

    .lat02 table tr td span {
        font-size: 17px;
        line-height: 200%;
        -webkit-line-clamp: 1;
    }
}

@media (max-width:500px) {

    .lat01 a {
        font-size: 16px;
    }
}

/* 最新消息end */

/* 園區公告 */
.post_all .all_banner {
    background-image: url('../images/cuu_img087.jpg');
}

.post01 {
    max-width: 1200px;
    margin: auto;
}

.post01>a+a {
    margin-top: 25px;
}

.post02 {
    display: flex;
    background-color: #F4F4F4;
    position: relative;
    transition: 1.3s;
}

.post02 em {
    display: block;
    width: 69%;
}

.post03 {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post03 p {
    width: 100%;
    padding: 0 28px;
}

.post03 p b {
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.post03 p u {
    display: block;
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: border-box;
}

.post02 h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 1.3s;
}

.post02 h6 u {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 1.3s;
}

.post02 h6 span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 140%;
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    z-index: 50;
    transition: 1.3s;
}

.post02 h6 span::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.post02 h6 span::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transition: 1.3s;
}

.post02:hover h6 {
    transition: 1.3s;
    opacity: 1;
}

.post02:hover h6 u {
    transition: 1.3s;
    height: 150%;
}

.post02:hover h6 span {
    transition: 1.3s;
    transform: translateY(0);
    opacity: 1;
}

.post02:hover h6 span::before,
.post02:hover h6 span::after {
    transition: 1.3s;
    width: 70%;
}

@media (max-width:1200px) {
    .post01 a {
        font-size: 17px;
    }

    .post03 p b {
        font-size: 18px;
    }

    .post03 p u {
        font-size: 15px;
    }
}

@media (max-width:1000px) {

    .post02 em img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:960px) {

    .post02 {
        flex-direction: column;
    }

    .post02 em img {
        width: 100%;
    }

    .post02 em,
    .post03 {
        width: 100%;
    }

    .post03 {
        padding: 25px 20px;
    }

    .post03 p {
        padding: 0;
    }

}

@media (max-width:500px) {

    .post01 a {
        font-size: 16px;
    }

    .post03 {
        padding: 25px 15px;
    }

    .post03 p b {
        font-size: 16px;
    }

    .post03 p u {
        font-size: 14px;
    }
}

/* 園區公告 end */