
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy: #0D2B45;
    --teal: #1A6B72;
    --light-teal: #00839d;
    --gold: #C8973A;
    --cream: #F9F5EE;
    --warm-white: #FDFAF4;
    --light-gray: #EEE9E0;
    --text: #1C1C1C;
    --muted: #6B6259;
    --light-orange:#f1541d;/*var(--light-orange)*/
    --light-blue:#00BCD4;/*var(--light-blue)*/
    --yellow:#FFEB3B;/*var(--yellow)*/
  }

  body {
    font-family: 'Noto Sans TC', sans-serif;
    background: #E8E2D8;
    color: var(--text);
    min-height: 100vh;
  }

  .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--warm-white);
    box-shadow: 0 4px 40px rgba(0,0,0,0.15);
  }

  /* ── HEADER ── */
  .header {
  /*background: var(--navy);*/
    background: var(--light-blue);
    padding: 0;
    position: relative;
    overflow: hidden;
  }
/*  .header::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: rgba(200,151,58,0.12);    
  }*/
.header::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 289px;
    /* border-radius: 50%; */
    /* background: rgba(200, 151, 58, 0.12); */
    background: url(https://www.bestwise.com.tw/Event/book/images/20260424_5.png) no-repeat;
    /*background-size: 114%*/
}
  .header::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -14px;
    /*width: 180px; height: 180px;*/
    border-radius: 50%;
    background: rgba(26,107,114,0.18);
  }
  .header-inner {
    position: relative;
    z-index: 1;
    padding: 40px 48px 25px;
  }
  .header-eyebrow {
    font-family: 'Noto Serif TC', serif;
    font-size: 1em;
    letter-spacing: 0.3em;
    /*color: var(--gold);*/
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(200,151,58,0.35);
  }
  .header-title {
    /*font-family: 'Noto Serif TC', serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 2.5em;
    /*font-weight: 900;*/
    color: #fff;
    line-height: 1.25;
    margin-bottom: 6px;
    float: left;
  }
.header-title .t1{font-size: 4rem;line-height: 4.4rem;font-weight: normal;color: var(--light-orange);color: #fff;}
.header-title .t2{font-size: 3rem;line-height: 3.3rem;color: var(--yellow);letter-spacing: 0px;margin-left: -4px;}
.header-sub .t3{font-size: 2.3rem;}
.header-title span { color: var(--gold);color:var(--yellow);font-size: 3rem;line-height: 3rem;margin-left: 24%}

.header-sub {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.05em;
    font-size: 2rem;
    /* font-weight: normal; */
    color: #006186;
    border-bottom: 5px var(--light-orange) solid;
    display: inline-block;
    margin: 0.5% 1% 7% 1.2%;
    /* margin-left: 14.7%; */
}
  .header-visual-note {
    margin-top: 18px;
    padding: 10px 14px;
    background: rgba(26,107,114,0.25);
    border-left: 3px solid var(--teal);
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
  }

  /* ── NAV ── */
  .nav {
   /*background: var(--light-blue);*/
   background: #00839d;
   padding: 0 48px;
  }
  .nav ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .nav ul li {
    flex: 1;
    text-align: center;
  }
  .nav ul li a {
    display: block;
    padding: 13px 0px 11px;
    text-align: center;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 1.19em;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }
  .nav ul li a:hover {
    color: #fff;
    border-bottom:5px solid var(--light-blue);
    border-bottom:5px solid var(--light-orange);
  }

  /* ── SECTION ── */
  .section {
    padding: 36px 48px;
    border-bottom: 1px solid var(--light-gray);
  }
  .section-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
  }
  .section-tag {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--navy);
    position: relative;
    padding-left: 14px;
  }
  .section-tag::before {
    content: '';
    position: absolute;
    left: 0; top: 3px;
    width: 4px; height: 1.2em;
    background: var(--gold);
    border-radius: 2px;
  }
  .section-more {
    margin-left: auto;
    font-size: 1.2em;
    /*color: var(--teal);*/
    color: color: var(--navy);
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .section-more:hover { text-decoration: underline; }

  /* ── BOOK CAROUSEL ── */
  .carousel-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .carousel-btn {
    flex-shrink: 0;
    background: var(--navy);
    color: var(--yellow);
    border: none;
    width: 28px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: opacity 0.2s, background 0.2s;
  }
  .carousel-btn:hover { opacity: 1; background: var(--light-blue);color: #fff;}
  .carousel-btn:disabled { opacity: 0.25; cursor: default; }
  .carousel-viewport {
    flex: 1;
    overflow: hidden;
  }
  .book-grid {
    display: flex;
    gap: 14px;
    transition: transform 0.35s ease;
  }
  .book-grid a {
    flex: 0 0 calc((100% - 42px) / 4);
    min-width: 0;
  }
  .book-card {
    /*background: var(--cream);*/
    background: #fff;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
  }
  .book-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13,43,69,0.1);
  }
  .book-cover-img {
    width: 70%;
    margin: 10px auto 0;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    /*background: var(--light-gray);*/
  }
  .book-info {
    padding: 8px 10px 10px;
    flex: 1;
    text-align: center;
  }
  .book-title {
    font-size: 1em;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.5;
    text-decoration: underline;
  }
  .book-author {
    font-size: 1em;
    color: var(--muted);
    margin-top: 3px;
    text-decoration: underline;
  }
  .book-cover {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #ddd 0%, #c8c0b4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #999;
    text-align: center;
    padding: 6px;
  }
  .book-cover-placeholder {
    font-size: 10px;
    color: #aaa;
    text-align: center;
    line-height: 1.4;
  }


    /* ── BOOK LIST TABLE ── */
.book-list-table{width:100%;border-collapse:collapse;margin-top:18px;font-size:1em;}
              .book-list-table thead tr{background:#f1541d;color:#fff;}
              .book-list-table thead th{padding:9px 12px;text-align:left;font-weight:600;letter-spacing:.05em;border:none;word-break:keep-all;overflow-wrap: break-word;}
              .book-list-table tbody tr{border-bottom:1px solid #EEE9E0;}
              .book-list-table tbody tr:nth-child(even){background:#F9F5EE;}
              .book-list-table tbody td{padding:8px 12px;vertical-align:middle;}

              .book-list-table tbody td a{color:#1A6B72;text-decoration:none;}
              .book-list-table tbody td a:hover{text-decoration:underline;}

 .promo-banner{background: #f3f3f3;color: #f1541d;font-size:1.8em;font-weight:600;padding:10px 18px;margin-top:18px;letter-spacing:.03em;text-align:center;}
 .promo-banner a{color: #f1541d;}
  /* ── group SECTION ── */
  .group-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .group-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    background: var(--cream);
    border-radius: 4px;
    border: 1px solid var(--light-gray);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, border-color 0.2s;
  }
  .group-item:hover {
    background: #EDF5F5;
    border-color: var(--teal);
  }
  .group-date {
    flex-shrink: 0;
    width: 44px;
    text-align: center;
    background: var(--navy);
    color: #fff;
    border-radius: 3px;
    padding: 6px 4px;
  }
  .group-date .month {
    font-size: 10px;
    color: var(--gold);
    letter-spacing: 0.05em;
  }
  .group-date .day {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Serif TC', serif;
    line-height: 1;
  }
  .group-date .weekday {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
  }
  .group-body { flex: 1; }
  .group-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .group-speaker {
    font-size: 11.5px;
    color: var(--muted);
  }

  /* ── HOT BOOKS ── */
  .hotbook-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hotbook-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 14px;
    border-left: 3px solid transparent;
    border-radius: 0 4px 4px 0;
    background: var(--cream);
    text-decoration: none;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.5;
    transition: border-color 0.2s, background 0.2s;
  }
  .hotbook-item:hover {
    border-left-color: var(--gold);
    background: #F3EDD8;
  }
  .hotbook-item::before {
    content: '›';
    color: var(--gold);
    font-size: 16px;
    line-height: 1.3;
    flex-shrink: 0;
  }

  /* ── NEWS STYLE LIST ── */
  ul:has(.NewsStyle) {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
  }
  li.NewsStyle {
    padding: 12px 16px 12px 18px;
    background: var(--cream);
    border-left: 3px solid var(--light-teal);
    border-radius: 0 4px 4px 0;
    font-size: 1em;
    line-height: 1.6;
    transition: background 0.2s, border-color 0.2s;
  }
  li.NewsStyle:hover {
    background: #EDF5F5;
    border-left-color: var(--gold);
  }
  li.NewsStyle a {
    text-decoration: none;
    color: var(--navy);
    display: block;
  }
  li.NewsStyle a:hover { color: var(--teal); }
  li.NewsStyle mark {
    background: rgba(200,151,58,0.2);
    color: var(--navy);
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 3px;
  }
  li.NewsStyle sup {
    font-size: 0.8em;
    color: var(--muted);
    letter-spacing: 0.03em;
    margin-left: 2px;
    font-weight: 500;
  }


  /* ── group UL LIST ── */
  #group ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
  }
  #group ul li {
    padding: 12px 16px 12px 18px;
    background: var(--cream);
    border-left: 3px solid var(--light-teal);
    border-radius: 0 4px 4px 0;
    font-size: 1em;
    line-height: 1.6;
    transition: background 0.2s, border-color 0.2s;
  }
  #group ul li:hover {
    background: #F3EDD8;
    border-left-color: var(--teal);
  }
  #group ul li a {
    text-decoration: none;
    color: var(--navy);
    display: block;
  }
  #group ul li a:hover { color: var(--teal); }

  .service-row {
    padding: 28px 48px;
    /*background: var(--navy);*/
    background: var(--light-blue);
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 6px;
    padding: 9px 18px;
    /* border: 1px solid rgba(200, 151, 58, 0.5); */
    /* border: 1px solid rgb(255 255 255); */
    border-top: 1px solid #FFC107;
    border-left: 1px solid #FFC107;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 2px;
    letter-spacing: 0.04em;
    transition: background 0.2s, border-color 0.2s;
  }
  .service-btn:hover {
    /*background: rgba(200,151,58,0.15);*/
    background:var(--light-orange);
    border-color: var(--gold);
    color: #fff;
  }
  .service-btn .icon { font-size: 14px; }
  .service-btn i{font-size: 1.5rem;}

  /* ── FOOTER ── */
  .footer {
    padding: 24px 48px;
    background: var(--light-orange);
    text-align: center;
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    line-height: 1.8;
  }
  .footer a { color: rgba(255,255,255,0.5); text-decoration: none; }
  .footer a:hover { color: var(--gold); }

#BodyHeader table {
	margin: 0 auto;
}	

#BodyHeader #header-share {
	line-height:2;
	font-size:13px;
}	
#BodyHeader #header-share a {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}
#BodyHeader_m {display:none;} /*手機*/

/* Footer */
#BodyFooter {
	text-align:center;
  color:#FFF;
	clear:both;
}

#BodyFooter table {
	margin: 0 auto;
}

#BodyFooter td {
	font-size: 12px;
	line-height:1.5;
}
#BodyFooter a {
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
}
#BodyFooter a:hover {
	text-decoration: underline;
	left: 0px;
	top: 0px;
	position: relative;
}
#BodyFooter a.home {
	color:#FF6633;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#BodyFooter a.home:hover {
	text-decoration:underline;
}
#BodyFooter .foottitle {
	color:#CB1D2D;
	font-size: 15px;
	font-weight: bold;
	border-top:1px #FFF dotted;
 	border-bottom:1px #FFF dotted;
}
#BodyFooter .footsub {
	font-size:13px;
	font-weight:bold;
}

#BodyFooter_rwd{
	display: none;
}





  @media (max-width: 700px) {
    .book-grid a { flex: 0 0 calc((100% - 14px) / 2); }
    .carousel-btn { width: 24px; height: 40px; font-size: 16px; }
  }
  @media (max-width: 480px) {
    .br_mb{ display: block}
    .header-inner, .nav, .section, .service-row, .footer {
      padding-left: 16px;
      padding-right: 16px;
    }
    /*.header-inner {padding: 40px 30px 1px;}*/
    .header-inner {padding: 20px 15px 1px;}

    .book-grid a { flex: 0 0 calc((100% - 14px) / 2); }
    .carousel-btn { width: 22px; height: 24px; font-size: 16px; }
    .header {text-align: center;}
    .header-title { font-size: 24px; }
    .header-title .t1 {font-size: 3rem;font-weight: normal;color: #fff;}
    .header-sub {margin: -2.5% 1% 3% 3%}
    .header-title .t2 {font-size: 2rem;letter-spacing: 2px;margin-left: 1px}
    .header-title span { color: var(--gold);color:var(--yellow);font-size: 1.5em;margin-left: 13%}
    .header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(200, 151, 58, 0.12);
    background: url(https://www.bestwise.com.tw/Event/book/images/20260424_5.png) no-repeat;
    background-position: 91% -105px;
}

    /* NAV：三欄兩行排列 */
    .nav { padding: 3px 15px 10px; }
    .nav ul { display: grid; grid-template-columns: repeat(3, 1fr); }
    .nav ul li { flex: unset; }
    .nav ul li a { font-size: 1.15rem;line-height: 1.4rem;padding: 8px 2px 0px;letter-spacing: 0; }

    /* SERVICE ROW：兩欄兩行排列 */
    .service-row { padding: 20px 16px; gap: 10px; }
    /*.service-btn { flex: 0 0 calc(50% - 5px); font-size: 20px; padding: 9px 10px; }*/
    .service-btn { flex: 0 0 calc(50% - 5px); font-size: 18px;padding: 9px 10px;display: flex;flex-direction: column;}

/* Header */
#BodyHeader {
	display: none;
}

#BodyHeader_m {
	display: block;
}
#BodyHeader_m img{width: 90%;padding-left: 10%}

/* Header end */





/* Footer */
.footer{
	display: none;
}

#BodyFooter{
	display: none;
}

#BodyFooter_rwd{
  display: block;
  float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 6%;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	background-color: var(--light-orange);
}
#BodyFooter_rwd #footer_line {
	width: 90%;
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: auto;
	display: block;
	float: left;
	height: auto;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
#BodyFooter_rwd #footer_inline a {
	color: #FFF;
}
#BodyFooter_rwd #footer_inline ul{
	float: left;
	padding: 0%;
	width: 100%;
	margin-bottom: 1%;
	text-align:center;
}
#BodyFooter_rwd #footer_inline ul li{
	float: left;
	display: inline-block;
	line-height: 2em;
	font-size: 1.2em;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0%;
}
#BodyFooter_rwd #footer_inline ul li img{
	height: auto;
	vertical-align: middle;
	margin-bottom: 2%;
}
#BodyFooter_rwd #footer_address{
	margin-top: 0%;
	float: left;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#BodyFooter_rwd #footer_address a {
	color: #FFF;
}
#BodyFooter_rwd #footer_address ul{
	float: left;
	padding: 0%;
	text-align: center;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
}
#BodyFooter_rwd #footer_address ul li{
	float: left;
	display: block;
	width: 100%;
	line-height: 2em;
	text-align: center;
	font-size: 0.8em;
}
/* Footer end */


/*手機版隱藏定價欄位*/

.book-list-table th:nth-child(1),
.book-list-table td:nth-child(1) {
    display: none;


  }


  
