@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-color: #f8f9fb;
	margin: 0;
	color: #222;
	text-align: center;
	text-align-last: center;
	text-decoration: none;
	border-radius: 9px;
}
 
  .category-grid a {
    text-decoration: none;
    color: #1C2A39;
    transition: all 0.3s ease;
    border: 1px solid #D8D6CF;   /* soft stone gray */
    border-radius: 9px;
	padding: 14px 10px;
    display: block;
}

/* Hover effect */
.category-grid a:hover {
	border-color: #C6A75E;      /* gold accent */
	color: #C6A75E;
	border-radius: 9px;
}
.category-grid a {
	position: relative;
	display: block;
	padding: 14px 10px;
	text-decoration: none;
	color: #1C2A39;
	border: 1px solid #D8D6CF;
	letter-spacing: 0.5px;
	overflow: hidden;
	transition: color 0.3s ease, border-color 0.3s ease;
	background-color: #E8E8E8;
}
header {
	position: absolute;
	width: 90%;
	padding: 0px 0px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	z-about_us: 10;
	top: -18px;
	border-bottom-color: ##eaeaea;
}

    

.innomacs-section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 40px;
}

/* 標題區 */
.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Grid 排版 */
.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* 卡片設計 */
.card {
	background: #ffffff;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}

/* 圖片 */
.card img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

/* 標題文字 */
.card span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
}

/* Hover 效果（企業版要低調） */
.card:hover {
	border-color: #d0d5dd;
	transform: none;
}

.card:hover img {
  transform: scale(1.05);
}
    h1, h2, h3 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-stretch: expanded;
}
	
	  .hero {
       
    .overlay { background: rgba(0,0,0,0.45); }
    
    .nav-link { transition: all 0.3s ease; }
    .nav-link:hover { color: #9c7a4e; }
    
    .section-title {
        font-size: 2.75rem;
        letter-spacing: -0.5px;
    }
    
    .gallery-card:hover img {
        transform: scale(1.04);
    }
    
    .hero {
        background: url('images/.jpg') center/cover no-repeat;
        min-height: 100vh;
    }
    .overlay { background: rgba(0,0,0,0.45); }
    
    .nav-link { transition: all 0.3s ease; }
    .nav-link:hover { color: #9c7a4e; }
    
   
  

.cat_btn {
	float: left;
	height: 60px;
	width: 60px;
	padding: 2;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
    .section-title {
        font-size: 2.00rem;
        letter-spacing: -0.5px;
    }
    
    .gallery-card:hover img {
        transform: scale(1.04);
    }
<style>
    .arc-book-shell {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .arc-book-page {
        width: 100%;
        min-height: 720px;
        background: #f8f5ed;
        padding: 50px 40px 60px;
        box-shadow: 0 30px 80px rgba(0,0,0,0.16);
        border: 1px solid rgba(0,0,0,0.08);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .arc-book-page::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 36px;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.10), rgba(255,255,255,0));
        opacity: 0.35;
        pointer-events: none;
    }

    .arc-cover-title {
        font-family: "Times New Roman", Georgia, serif;
        font-size: 54px;
        font-weight: normal;
        letter-spacing: 1px;
        margin-bottom: 32px;
        color: #111;
    }

    .arc-cover-subtitle {
        max-width: 560px;
        margin: 0 auto;
        font-family: "Times New Roman", Georgia, serif;
        font-size: 18px;
        line-height: 1.8;
        color: #555;
    }

    .arc-cover-brand {
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        font-family: "Times New Roman", Georgia, serif;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: lowercase;
        color: #333;
    }

    .arc-page-image {
        width: auto;
        max-width: 100%;
        max-height: 620px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

    .arc-page-number {
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        font-family: "Times New Roman", Georgia, serif;
        font-size: 13px;
        color: #777;
        letter-spacing: 1px;
    }

    .arc-book-controls {
        margin-top: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 52px;
    }

    .arc-book-controls button {
        border: none;
        background: transparent;
        font-size: 36px;
        cursor: pointer;
        font-family: Georgia, serif;
        color: #222;
        transition: opacity 0.3s ease;
        line-height: 1;
    }

    .arc-book-controls button:hover {
        opacity: 0.45;
    }

    .arc-book-controls button:disabled {
        opacity: 0.18;
        cursor: default;
    }

    .arc-book-label {
        font-family: "Times New Roman", Georgia, serif;
        font-size: 13px;
        letter-spacing: 1px;
        color: #777;
        min-width: 90px;
    }

    @media (max-width: 768px) {
        .arc-book-shell {
            max-width: 100%;
        }

        .arc-book-page {
            min-height: 560px;
            padding: 36px 22px 56px;
        }

        .arc-cover-title {
            font-size: 40px;
        }

        .arc-cover-subtitle {
            font-size: 15px;
            line-height: 1.7;
        }

        .arc-cover-brand {
            bottom: 34px;
        }

        .arc-page-image {
            max-height: 470px;
        }

        .arc-book-controls {
            gap: 34px;
            margin-top: 26px;
        }

        .arc-book-controls button {
            font-size: 32px;
        }
    }
</style>
/* 全站基礎設定 */
