    body {
        background-image: url("./image/背景.jpg");
        /* 替換成你的圖片網址 */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        /* 可選：讓背景固定不滾動 */
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        /* Safari 支援 */
    }

    @media (max-width: 767px) {
        .mobile-hidden {
            display: none !important;
        }

        .pc-hidden {
            display: block;
        }
    }

    @media (min-width: 768px) {

        .mobile-hidden {
            display: block;
        }

        .pc-hidden {
            display: none !important;
        }
    }

    .showintr-img {
        width: 90%;
        margin: 20px auto;
    }

    .showintr {
        text-align: center;
        padding-bottom: 100px;
    }

    @media (max-width: 767px) {
        .youtube {
            width: 95%;

            height: 450px;
        }

        .hero-section {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin-right: auto;
            margin-left: auto;
            padding: 0;
        }

        .hero-bg {

            object-fit: contain;
            margin-top: 20px;
        }

        .overlay-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
        }

        .logo {
            width: 90%;
            height: auto;
            margin: auto;
        }

        .laser-title {
            font-family: "Gilda Display", serif;
            font-size: 40px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px;
            margin-top: 50px;
            width: 360px;
            margin-left: auto;
            margin-right: auto;
        }

        .mm {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 35px;
            line-height: 90px;
            letter-spacing: 0px;
            width: 100%;
            text-align: center;
        }

        .uu {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2px;
            width: 85%;
            text-align: center;
            margin: auto;
        }

        .ii {
            text-align: center;
            margin-top: 6%;
        }

        .i1 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 25px;
            line-height: 46.8px;
            letter-spacing: 2px;
        }

        .i2 {
            font-family: Noto Sans TC;
            font-size: 30px;
            background: linear-gradient(to right, #aa3e3f, #241a1a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 50px;
            font-weight: 700;
            vertical-align: middle;
            padding: 0 10px;
        }

        .i3 {
            font-family: Noto Sans TC;
            color: #6f5e58;
            font-weight: 700;
            font-size: 20px;
            line-height: 36px;
            letter-spacing: 1px;
            vertical-align: middle;
            width: 90%;
            margin-bottom: 50px;
        }

        .i4 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2px;
            text-align: center;
            vertical-align: middle;
            color: #b24042;
            margin-top: 50px;
            margin-bottom: 20px;
            padding: 0px 0px 0px 10px;
        }

        .nn {
            display: flex;
            justify-content: center;
        }

        .section-bg {
            background: url("./image/2149485556.svg") no-repeat left center / cover;
            position: relative;
            height: 706px;
            color: white;
            display: flex;
            align-items: center;
        }

        .text-overlay {
            position: absolute;
            left: 10%;
            top: 35%;
            z-index: 2;
            max-width: 40%;
        }

        .text-overlay h2 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2px;
        }

        .info-box {
            background-color: #735e58;
            border-radius: 40px;
            padding: 40px 20px;
            color: #fff;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            justify-content: center;
            font-family: Noto Sans TC;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 2%;
            text-align: center;
            vertical-align: bottom;
        }

        .info-box img {
            width: 40px;
            height: 40px;
            margin-bottom: 30px;
            margin-top: 4px;
        }

        .ww {
            /* 玫瑰花 */
            background: url("./image/section2bg.svg") no-repeat right top;
            background-size: contain;
        }

        .horizontal-images {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: nowrap;
        }

        .horizontal-images img {
            max-width: 100%;
            height: auto;
        }

        .section-improve {
            background-color: #fff;
            padding: 0px 0px;
            border-radius: 150px 0 0 0;
            overflow: visible;
            /* 確保內容能往外延伸 */
            position: relative;
            margin-top: 10%;
        }

        .content-box {
            display: flex;
            align-items: stretch;
            /* 🔥 讓左右高度一致 */
            justify-content: space-between;
            gap: 60px;
            transform: translatey(-40px);
            /* 向上超出背景 */
        }

        .text-area {
            flex: 1;
        }

        .improve-title {
            font-size: 72px;
            font-family: "Gilda Display", serif;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 400;
            line-height: 80px;
            letter-spacing: 0px;
            vertical-align: middle;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .subtitle {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 36px;
            line-height: 46.8px;
            letter-spacing: 2px;
            vertical-align: middle;
        }

        hr {
            margin: 2.5rem 0;
            color: #f4dadb;
            background-color: #f4dadb;
            border: 0;
            opacity: 0.25;
        }

        .improve-list {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 1.5;
            color: #5a4a4a;
            font-family: "Noto Sans TC", sans-serif;
            font-weight: 400;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 0.02em;
            /* 2% 字距 */
        }

        .improve-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            vertical-align: middle;
            font-family: Noto Sans TC;
            font-weight: 400;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2%;
            vertical-align: middle;
        }

        .image-area {
            display: flex;
            align-items: flex-end;
            /* 圖片底部對齊文字底部 */
            justify-content: flex-end;
        }

        .image-area img {
            max-width: 100%;
            height: 100%;
            max-height: 100%;
        }

        @media (max-width: 768px) {
            .text-overlay {
                position: static;
                text-align: center;
                max-width: 100%;
                margin-bottom: 2rem;
            }

            .section-bg {
                height: auto;
                flex-direction: column;
                padding: 2rem 1rem;
            }
        }


        .custom-carousel-btn {
            background-color: white;
            border: 2px solid white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .schedule-table table thead th[data-v-9347a7df] {
            background-color: #f8efe6;
            /*5A4232*/
        }

        .schedule-table table tbody .shift-cell[data-v-9347a7df] {
            background-color: #f8efe6;
        }

        .week-control-button {
            color: #5A4232;
            text-decoration: none;
        }

        .nav-tab .nav-button.active[data-v-f1bf85fb] {
            background-color: #5A4232;
        }

        .nav-tab .nav-button[data-v-f1bf85fb] {
            background-color: #f8efe6;
            color: #5A4232;
        }
    }

    @media (min-width: 768px) {
        .youtube {
            width: 700px;

            height: 450px;
        }

        .hero-section {
            position: relative;
            width: 100%;
            height: 625px;
            overflow: hidden;
        }

        .hero-bg {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            object-fit: contain;
        }

        .overlay-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
        }

        .logo {
            width: 25%;
            height: auto;
            margin-top: 32px;
            margin-left: 120px;
        }

        .laser-title {
            font-family: "Gilda Display", serif;
            font-size: 82px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            font-weight: 400;
            line-height: 100px;
            letter-spacing: 2px;
            margin-top: 80px;
            margin-left: 80px;
        }

        .mm {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 68px;
            line-height: 90px;
            letter-spacing: 0px;
            margin-top: 56px;
            margin-left: 80px;
        }

        .uu {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 46px;
            line-height: 46.8px;
            letter-spacing: 2px;
            margin-top: 56px;
            margin-left: 222px;
        }

        .ii {
            text-align: center;
            margin-top: 6%;
        }

        .i1 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 56px;
            line-height: 46.8px;
            letter-spacing: 2px;
        }

        .i2 {
            font-family: Noto Sans TC;
            font-size: 89px;
            background: linear-gradient(to right, #aa3e3f, #241a1a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 50px;
            font-weight: 700;
            font-size: 60px;
            line-height: 90px;
            vertical-align: middle;
            width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .i3 {
            font-family: Noto Sans TC;
            color: #6f5e58;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: 1px;
            vertical-align: middle;
            width: 700px;
            height: 108px;
            margin-bottom: 50px;
        }

        .i4 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 36px;
            line-height: 46.8px;
            letter-spacing: 2px;
            text-align: center;
            vertical-align: middle;
            color: #b24042;
            margin-top: 93px;
            margin-bottom: 93px;
            width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .nn {
            display: flex;
            justify-content: center;
        }

        .nn img {
            margin-top: 80px;
            margin-bottom: 80px;
            margin-right: 20px;
            margin-left: 50px;
        }

        .section-bg {
            background: url("./image/2149485556.svg") no-repeat left center / cover;
            position: relative;
            height: 706px;
            color: white;
            display: flex;
            align-items: center;
        }

        .text-overlay {
            position: absolute;
            left: 10%;
            top: 35%;
            z-index: 2;
            max-width: 40%;
        }

        .text-overlay h2 {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 36px;
            line-height: 46.8px;
            letter-spacing: 2px;
        }

        .info-box {
            background-color: #735e58;
            border-radius: 40px;
            padding: 20px;
            color: #fff;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            justify-content: center;
            font-family: Noto Sans TC;
            font-weight: 400;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2%;
            text-align: center;
            vertical-align: bottom;
        }

        .info-box img {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
        }

        .ww {
            /* 玫瑰花 */
            background: url("./image/section2bg.svg") no-repeat right top;
            background-size: contain;
        }

        .horizontal-images {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: nowrap;
        }

        .horizontal-images img {
            max-width: 100%;
            height: auto;
            width: 17%;
        }

        .section-improve {
            background-color: #fff;
            padding: 0px 120px;
            border-radius: 150px 0 0 0;
            overflow: visible;
            /* 確保內容能往外延伸 */
            position: relative;
            margin-top: 10%;
        }

        .content-box {
            display: flex;
            align-items: stretch;
            /* 🔥 讓左右高度一致 */
            justify-content: space-between;
            gap: 60px;
            transform: translatey(-40px);
            /* 向上超出背景 */
        }

        .text-area {
            flex: 1;
        }

        .improve-title {
            font-size: 72px;
            font-family: "Gilda Display", serif;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 400;
            line-height: 80px;
            letter-spacing: 0px;
            vertical-align: middle;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .subtitle {
            font-family: Noto Sans TC;
            font-weight: 700;
            font-size: 36px;
            line-height: 46.8px;
            letter-spacing: 2px;
            vertical-align: middle;
        }

        hr {
            margin: 2.5rem 0;
            color: #f4dadb;
            background-color: #f4dadb;
            border: 0;
            opacity: 0.25;
        }

        .improve-list {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 1.5;
            color: #5a4a4a;
            font-family: "Noto Sans TC", sans-serif;
            font-weight: 400;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 0.02em;
            width: 80%;
            /* 2% 字距 */
        }

        .improve-list p {
            width: 80%;
            /* 2% 字距 */
        }

        .improve-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            vertical-align: middle;
            font-family: Noto Sans TC;
            font-weight: 400;
            font-size: 25px;
            line-height: 32px;
            letter-spacing: 2%;
            vertical-align: middle;
        }

        .image-area {
            display: flex;
            align-items: flex-end;
            /* 圖片底部對齊文字底部 */
            justify-content: flex-end;
        }

        .image-area img {
            max-width: 100%;
            height: 100%;
            max-height: 100%;
        }

        @media (max-width: 768px) {
            .text-overlay {
                position: static;
                text-align: center;
                max-width: 100%;
                margin-bottom: 2rem;
            }

            .section-bg {
                height: auto;
                flex-direction: column;
                padding: 2rem 1rem;
            }
        }


        .custom-carousel-btn {
            background-color: white;
            border: 2px solid white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .schedule-table table thead th[data-v-9347a7df] {
            background-color: #f8efe6;
            /*5A4232*/
        }

        .schedule-table table tbody .shift-cell[data-v-9347a7df] {
            background-color: #f8efe6;
        }

        .week-control-button {
            color: #5A4232;
            text-decoration: none;
        }

        .nav-tab .nav-button.active[data-v-f1bf85fb] {
            background-color: #5A4232;
        }

        .nav-tab .nav-button[data-v-f1bf85fb] {
            background-color: #f8efe6;
            color: #5A4232;
        }
    }

    @media (max-width: 767px) {
        .pregnant {
            justify-content: center;
        }

        .leak {
            margin-right: 0px;
            margin-top: unset;
            justify-content: center;
        }

        .pregnant-col {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .mc {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .pregnant {
            margin-bottom: 3rem !important;
        }

        .leak {
            margin-right: 0px;
            margin-top: unset;
            justify-content: center;
        }

        .pregnant-col {
            display: flex;
            justify-content: center;

        }

        .mc {}
    }

    /* teams*/
    @media (max-width: 767px) {
        .team-text {
            text-align: center;
            width: 80%;
            position: relative;
            top: -70px;
            margin-bottom: -120px;
        }

        .team-text h2 {
            font-family: 'Gilda Display', serif;
            font-size: 40px;
            line-height: 46px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 0.3em;
            text-align: center;
        }

        .team-text h3 {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 60px;
            text-align: right;
        }

        .thumb {
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin: 0 8px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
        }

        .team-img-div {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            padding: 90px 90px;
            border: 2px solid #f4dadb;
            margin: 10px;
        }

        .thumb:hover,
        .thumb.active {
            border-color: #f4dadb
        }

        .team {
            background-color: #fff;
            padding: 50px 10px;

        }

        .doctorCarousel {
            width: 100%;
            margin-top: 70px;
        }
    }



    /* 電腦版：畫面寬度大於等於 768px */
    @media (min-width: 768px) {
        .team-text {
            text-align: center;
            width: 85%;
        }

        .team-text h2 {
            font-family: 'Gilda Display', serif;
            font-size: 72px;
            line-height: 72px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 0.3em;
            text-align: left;
        }

        .team-text h3 {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 60px;
            text-align: right;
        }

        .thumb {
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin: 0 8px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
        }

        .team-img-div {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            padding: 60px 60px;
            border: 2px solid #f4dadb;
            margin: 5px;
            ;
        }

        .thumb:hover,
        .thumb.active {
            border-color: #f4dadb
        }

        .team {
            background-color: #fff;
            padding: 100px;
        }

        .doctorCarousel {
            width: 80%;
        }
    }

    /* feedback */
    @media (max-width: 767px) {}

    .feedback-card {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 30px;
        margin: 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        font-weight: bold;
        font-size: 20px;
    }

    .feedback-feedback-glide_slide {
        padding: 10px;
    }

    .feedback-text {
        text-align: center;
    }

    .feedback-text h2 {
        font-family: 'Gilda Display', serif;
        font-size: 40px;
        line-height: 46px;
        background: linear-gradient(to bottom, #a94444, #2e1e1b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        margin-top: 60px;
    }

    .feedback-text h3 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 60px;
        font-family: Noto Sans TC;
    }


    /* 電腦版：畫面寬度大於等於 768px */
    @media (min-width: 768px) {
        .feedback-card {
            background: #f9f9f9;
            border-radius: 10px;
            padding: 30px;
            margin: 10px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            font-weight: bold;
            font-size: 20px;
        }

        .feedback-feedback-glide_slide {
            padding: 10px;
        }

        .feedback-text {
            text-align: center;
        }

        .feedback-text h2 {
            font-family: 'Gilda Display', serif;
            font-size: 72px;
            line-height: 72px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 0.3em;
            margin-top: 60px;
        }

        .feedback-text h3 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 60px;
        }

    }

    /* google-commit */
    @media (max-width: 767px) {


        .review-card {
            background-color: #fff;
            border-radius: 20px 20px 20px 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            padding: 24px;
            max-width: 500px;
            margin: 40px auto;
            font-family: 'Noto Sans TC', sans-serif;
            color: #5A4232;
            position: relative;
        }

        .stars {
            color: #ffc107;
            /* Bootstrap 黃色 */
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .review-content {
            font-size: 16px;
            line-height: 1.8;
        }

        .review-footer {
            margin-top: 1.5rem;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
        }

        .review-footer::before {
            content: "";
            display: inline-block;
            width: 60px;
            height: 1px;
            background-color: #b99877;
            margin-right: 10px;
        }
    }

    @media (min-width: 768px) {
        .review-card {
            background-color: #fff;
            border-radius: 20px 0px 0px 0px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            padding: 24px;
            max-width: 500px;
            margin: 40px auto;
            font-family: 'Noto Sans TC', sans-serif;
            color: #5A4232;
            position: relative;
        }

        .stars {
            color: #ffc107;
            /* Bootstrap 黃色 */
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .review-content {
            font-size: 16px;
            line-height: 1.8;
        }

        .review-footer {
            margin-top: 1.5rem;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
        }

        .review-footer::before {
            content: "";
            display: inline-block;
            width: 60px;
            height: 1px;
            background-color: #b99877;
            margin-right: 10px;
        }

    }

    /* show-image */
    @media (max-width: 767px) {
        .show-image {
            background-image: url(./image/show-image.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 10vh 10vw;
            text-align: center;
        }

        .show-image h2 {
            font-size: 28px;
            font-weight: bold;
            color: #FFF;
            margin-bottom: 50px;
        }

        .show-image-pica {
            background-image: url(./image/showimg01.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 65vw;
            min-height: 23vh;
            margin-bottom: 20px;

        }

        .show-image-picb {
            width: 60vw;

        }

        .show-image-white-area {
            background-color: #FFF;
            padding: 40px 0px;
            border-radius: 100px 0 0 0;



        }

        .show-image-picview {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            aspect-ratio: 1 / 1;
            margin: 3px;
        }
    }

    /* 電腦版：畫面寬度大於等於 768px */
    @media (min-width: 768px) {
        .show-image {
            background-image: url(./image/show-image.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 15vh 10vw;
            text-align: center;
        }

        .show-image h2 {
            font-size: 36px;
            font-weight: bold;
            color: #FFF;
            margin-bottom: 50px;
        }

        .show-image-pica {
            background-image: url(./image/showimg01.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 60vw;
            min-height: 450px;
            margin-bottom: 20px;

        }

        .show-image-picb {
            width: 60vw;

        }

        .show-image-white-area {
            background-color: #FFF;
            padding: 60px 80px;
            border-radius: 150px 0 0 0;



        }

        .show-image-picview {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 140px;
            width: 140px;
            margin: 10px;
        }

    }

    /* we_are_here */
    @media (max-width: 767px) {
        .we_are_here {
            padding: 20px;
        }

        .we_are_here-map {
            align-items: center;
            text-align: center;
        }

        .we_are_here-logo-text {
            text-align: center;
        }

        .we_are_here-logo-text-h3 {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 30px;
            line-height: 40px;
            ;
        }

        .we_are_here-open-time h4 {
            font-size: 18px;
            font-weight: bold;
            color: #b24042;
        }

        .we_are_here-open-time p {
            font-size: 18px;
            font-weight: bold;
        }

        .we_are_here-open-time {
            text-align: left;
            width: 85%;
            margin-top: 50px;
        }

        .we_are_here-laser-title {
            font-family: 'Gilda Display', serif;
            font-size: 40px;
            line-height: 72px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 0.3em;
        }

        .google-map {
            width: 100%;
            height: 450px;
        }

    }

    /* 電腦版：畫面寬度大於等於 768px */
    @media (min-width: 768px) {
        .we_are_here {
            padding: 15vh 10vw;
        }

        .we_are_here-map {
            display: flex;
            align-items: center;
        }

        .we_are_here-logo-text {
            text-align: center;
        }

        .we_are_here-logo-text-h3 {
            font-size: 36px;
            font-weight: bold;
        }

        .we_are_here-open-time h4 {
            font-size: 18px;
            font-weight: bold;
            color: #b24042;
        }

        .we_are_here-open-time p {
            font-size: 18px;
            font-weight: bold;
        }

        .we_are_here-open-time {
            text-align: left;
            width: 70%;
            margin-top: 50px;
        }

        .we_are_here-laser-title {
            font-family: 'Gilda Display', serif;
            font-size: 64px;
            line-height: 72px;
            background: linear-gradient(to bottom, #a94444, #2e1e1b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 0.3em;
        }

        .google-map {
            width: 600px;
            height: 450px;
        }


    }

    /* footer */
    @media (max-width: 1400px) {
        .footer {
            background-image: url(./image/footer.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 15vh 10vw;
            margin-bottom: -200px;
        }

        .footer-box {
            display: flex;
            align-items: center;
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            margin: 10px;
        }

        .footer-icon {
            background-color: #f8d7da;
            border-radius: 50%;
            padding: 10px;
            color: #a94442;
            font-size: 1.2rem;
            margin-right: 20px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: anchor-center;
        }

        .footer-number {
            font-weight: 900;
            font-size: 1rem;
        }

        .footer-row1 {}

        .footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .footer-logo img {
            width: 100%;
        }

    }

    /* 電腦版：畫面寬度大於等於 768px */
    @media (min-width: 1400px) {
        .footer {
            background-image: url(./image/footer.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 15vh 10vw;
            margin-bottom: -200px;
        }

        .footer-box {
            display: flex;
            align-items: center;
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            margin: 10px;
        }

        .footer-icon {
            background-color: #f8d7da;
            border-radius: 50%;
            padding: 10px;
            color: #a94442;
            font-size: 1.2rem;
            margin-right: 20px;
            text-align: center;
            width: 4rem;
            height: 4rem;
            display: flex;
            justify-content: center;
            align-items: anchor-center;
        }

        .footer-number {
            font-weight: 900;
            font-size: 1rem;
        }

        .footer-row1 {
            padding: 0px 110px;
            width: 50vw;
        }

        .footer-logo {
            display: flex;
            align-items: center;
        }

        .footer-logo img {
            width: 85%;
        }

    }