@import url('/css/community.css');

/* sub_banner */
#sub_banner a { position: relative; display: inline-block; }
#sub_banner a img { width: 100vw; height: 470px; object-fit: cover; }
#sub_banner a:after { position: absolute; width: 100%; height: 100%; background: rgb(31 31 31 / .3); display: block; top: 0; left: 0; content: ""; }

/* wrap */
#wrap { padding: 5vw 0; }

/* pageTop */
.pageTop { position: relative; margin: 5vw auto; width: 90vw; z-index: 2; }
.pageTop h1 { margin-bottom: 15px; line-height: 120%; text-align: center; font-family: 'Montserrat', 'Noto Sans TC', sans-serif; letter-spacing: 10px; color: #1f1f1f; }
.pageTop .waylink ol { text-align: center; font-size: 0; }
.pageTop .waylink ol li , .pageTop .waylink ol li a { display: inline-block; letter-spacing: 5px; color: #5a5a5a; }
.pageTop .waylink ol li:after { margin: 0 10px; font-weight: 100; font-size: 12px; vertical-align: text-top; content: "/"; }
.pageTop .waylink ol li:last-child:after { margin: 0; content: ""; }

/* subnav */
#subnav { margin: 3vw auto 0; text-align: center; }
#subnav #sideBtn { position: relative; overflow: hidden; padding: 10px 20px; width: calc(100% - 40px); background: #fff; border: 1px #aaa solid; display: inline-block; text-align: center; color: #535353; z-index: 2; }
#subnav #sideBtn:before { position: absolute; width: 100%; height: 100%; background: #535353; top: 0; left: 0; transform: translateX(-140%) skewX(63deg); transition: .4s cubic-bezier(.23,1,.32,1); content: ""; }
#subnav #sideBtn font { position: relative; z-index: 1; }
#subnav #sideBtn i { position: absolute; top: calc((100% - 8px) / 2); right: 20px; z-index: 2; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: rotate(0); transform: rotate(0); }
#subnav #sideBtn[data-type="2"]:before { -webkit-transform: translateX(0) skewX(0); transform: translateX(0) skewX(0); }
#subnav #sideBtn[data-type="2"] font { color: #fff; }
#subnav #sideBtn[data-type="2"] i { color: #fff; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#subnav ul { font-size: 0; }
#subnav ul li b[data-action="sideOpen"] { position: absolute; padding: 10px 20px; display: block; color: #fff; right: 0; top: 0; cursor: pointer; }
#subnav ul li b[data-action="sideOpen"] i:before { content: "\f067"; }
#subnav ul >li h4 { position: relative; }
#subnav ul >li h4 a { font-weight: 400; color: #fff; }
#subnav ul >li >ul.subUL li a { padding: 5px 15px; display: block; color: #1f1f1f; }
#subnav ul >li >ul.subUL li .sub2ULHead a { padding: 2px 15px 2px 35px; color: #2f8bd1; }
#subnav ul >li >ul.subUL b[data-action="sideOpen"] { display: none; }

/* content list_article */
#content .list_article section { padding: 5vw 0; }
#content .list_article section .workframe { display: flex; align-items: center; justify-content: space-between; }
#content .list_article section .info { width: 50%; }
#content .list_article section .info h3 a , #content .list_book ul li .info h3 { margin-bottom: 20px; height: 54px; font-weight: 400; letter-spacing: 4px; font-size: 32px; color: #1f1f1f; }
#content .list_article section .info article { height: 140px; font-weight: 300; line-height: 35px; letter-spacing: 1px; font-size: 15px; color: #1f1f1f; -webkit-line-clamp: 4; }
#content .list_article section .img { margin: 0 5% 0 0; width: 45%; }
#content .list_article section .img img { width: 100%; height: 400px; background: #fafafa; object-fit: cover; }
#content .list_article section a.more , #content .list_book ul li .info a.more { padding: 40px 0 2px; display: inline-block; border-bottom: 1px #6b6b6b solid; }
#content .list_article section a.more font , #content .list_book ul li .info a.more font {margin-right: 40px;display: inline-block;font-weight: 400;font-size: 15px;color: #1f1f1f;font-family: "DM Serif Display", serif;font-weight: 400;font-style: italic;}
#content .list_article section:nth-child(odd) { background: #f1f4f6; }
#content .list_article section:nth-child(odd) .img { margin: 0 0 0 5%; order: 1; }

/* content list_news */
#content .list_news li { position: relative; padding: 35px 10px; border-bottom: 1px #e8e8e8 solid; font-size: 0; }
#content .list_news li >a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 2; }
#content .list_news li >p { position: relative; width: 180px; display: inline-block; text-align: center; z-index: 1; }
#content .list_news li >p.cat { z-index: 3; }
#content .list_news li >p.cat a , #content .news_top_box p.cat a { padding: 2px 15px; background: #1f1f1f; display: inline-block; color: #fff; }
#content .list_news li >p.txt { width: calc(100% - 360px); display: -webkit-inline-box; text-align: left; }

/* content list_book */
#content .list_book ul { font-size: 0; }
#content .list_book ul li { margin-bottom: 20px; width: calc(100% / 3); display: inline-block; }
#content .list_book ul li >div { margin: 0 25px 20px; text-align: center; }
#content .list_book ul li .img img { width: 100%; height: 300px; object-fit: cover; }
#content .list_book ul li .info h3 { margin-bottom: 10px; height: 40px; text-align: center; font-size: 26px; }
#content .list_book ul li .info a.more { padding: 2px 0; }

/* list_faq */
.list_faq ul li { margin-bottom: 25px; }
.list_faq ul li .title { position: relative; padding: 20px 65px 20px 25px; background: #f0f4f7; display: block; }
.list_faq ul li .title font { font-size: 18px; color: #1f1f1f; }
.list_faq ul li .title span { position: absolute; width: 16px; height: 16px; display: block; top: calc((100% - 16px) / 2); right: 25px; }
.list_faq ul li .title span:before , .list_faq ul li .title span:after { width: 16px; height: 1px; background: #696969; display: block; content: ""; -webkit-transform: translateY(9px); transform: translateY(9px); }
.list_faq ul li .title span:after { -webkit-transform: translateY(8px) rotate(90deg); transform: translateY(8px) rotate(90deg); }
.list_faq ul li .info { padding: 15px 25px; background: #fff; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.list_faq ul li.current .title span:after { -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transform: translateY(8px) rotate(180deg); transform: translateY(180deg) rotate(0); }

/* book_info */
.book_info #imglist{margin-bottom:30px;}
.book_info #imglist a{display:block;}
.book_info #imglist img{aspect-ratio: 6/3;object-fit: contain;width: 100%;}
.book_info #imglist .img_nav img { margin: 0 10px 0 0; width: 100px; height: 100px; }
.book_info #imglist .img_box {margin-bottom:10px;}
.book_info #bInfoo h2{font-size:30px}
.book_info #bInfoo >p{color: var(--muted);margin: 5px 0 20px;text-align: justify;}
.book_info #bInfoo >a{background:var(--primary);color: white;display: inline-block;padding: 15px 50px;margin-top: 20px;}
.book_info #bInfoo #describe{display:block;}
.book_info #bInfoo .content-features {list-style:none;margin-bottom:30px;}
.book_info #bInfoo .content-features li {padding:10px 0;border-bottom:1px solid #f1f1f1;display:flex;align-items:center;}
.book_info #bInfoo .content-features li:before {content:"✓";color: var(--primary);margin-right:10px;font-weight:bold;}

#book_content .workframe{width:min(90%, 1280px)}


/* content */
#content #describe * { vertical-align: bottom; }
#content .news_top_box { margin-bottom: 5vw; padding: 10px 20px; border-bottom: 1px #7c7c7c solid; font-size: 0; }
#content .news_top_box p { margin-right: 10px; width: 120px; display: inline-block; }
#content .news_top_box p.quotebox { margin-right: 0; width: calc(100% - 260px); text-align: right; font-weight: 300; color: #1f1f1f; }
#content .news_top_box p.quotebox a { color: #1f1f1f; }
#content .album_list { margin-top: 4vw; display: flex; flex-wrap: wrap; }
#content .album_list >div { margin: 0 1px 1px 0; height: 300px; flex-grow: 1; }
#content .album_list >div img { width: auto; min-width: 100%; height: 300px; }
#content .album_list >div a { display: block; }

/* pagenav */
#pagenav { position: relative; overflow: hidden; padding: 50px 0 20px; text-align: center; font-size: 0; }
#pagenav a , #pagenav strong { margin: 0 10px; display: inline-block; font-weight: 400; font-size: 18px; color: #1a191f; vertical-align: middle; }
#pagenav a[class^="page-"] { float: left; width: calc(50% - 20px); display: block; }
#pagenav a[class^="page-"] font { width: calc(100% - 22px); display: inline-block; vertical-align: text-top; }
#pagenav a[class^="page-"] i { margin: 0 10px 0 0; display: inline-block; }
#pagenav a.page-next { float: right; text-align: right; }
#pagenav a.page-next font { text-align: right; }
#pagenav a.page-next i { margin: 0 0 0 10px; }

/* page_form */
.page_form form { font-size: 0; }
.page_form form p.col {padding: 10px 20px;border-bottom: 1px #e8e8e8 solid;font-size: 0;}
.page_form form p.col label { padding: 10px 0; width: 250px; display: inline-block; color: #1f1f1f; vertical-align: text-top; }
.page_form form p.col label span { width: calc(100% - 115px); display: inline-block; }
.page_form form p.col label b { padding: 0 20px; background: #1f1f1f; display: inline-block; font-weight: 100; font-size: 13px; color: #fff; }
.page_form form p.col font { margin-left: 30px; width: calc(100% - 280px); display: inline-block; vertical-align: text-top; }
.page_form form p input , .page_form form select , .page_form form textarea { padding: 10px 15px; width: calc(100% - 32px); background: #f1f4f6; border: 0; display: block; }
.page_form form p select { padding: 15px; width: 100%; }
.page_form form p input#Checknum { margin-right: 10px; width: calc(100% - 110px); display: inline-block; }
.page_form form p.send { padding: 35px 0; text-align: center; }
.page_form form p.send a#btnOK { position: relative; padding: 15px 100px; border: 1px #1f1f1f solid; display: inline-block; color: #1f1f1f; }
.page_form form p.send a#btnOK font {text-align: center;letter-spacing: 3px;color: white;}
.page_form form p.send a#btnOK svg{fill:white}
.page_form form p.send a#btnOK a svg.arrow { position: absolute; width: 20px; right: 20px; top: calc((100% - 11.41px) / 2); }

.abouttxt{display:flex;flex-wrap: nowrap;}

/*news */
/* =========================================
   Nordic Editorial Theme — RWD
   （保留原 HTML，不動結構）
   ========================================= */
:root{
  --bg:#f7f6f4;              /* 柔和紙感底 */
  --paper:#ffffff;           /* 卡片底色 */
  --ink:#222;                /* 主文字色 */
  --muted:#6f6f6f;           /* 次要文字 */
  --brand:#8a7a67;           /* 北歐木質調主色 */
  --line:#e8e4de;            /* 分隔線色 */
  --radius:18px;             /* 主圓角 */
  --shadow:0 10px 30px rgba(0,0,0,.06); /* 柔和陰影 */
  --content-w: min(1100px, 92vw);
  --lead: 1.9;               /* 文字行高 */
}

/* ===== Page Base ===== */
#content{
  background: var(--bg);
  padding: clamp(20px,3vw,48px) 12px;
}
#content .workframe.page_content{
  max-width: var(--content-w);
  margin: 0 auto;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(20px,3vw,48px);
  color: var(--ink);
  font-family: "Noto Sans TC", "Heebo", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "PingFang TC", "Microsoft JhengHei", sans-serif;
}

/* 外框整體寬度縮小 */
.page_form {
  max-width: 600px;      /* 控制表單總寬度（可依需求改 500~700px） */
  margin: 0 auto;
  box-sizing: border-box;
}

/* 每一欄的間距縮小 */
.page_form .col {
  margin-bottom: 0.8rem; /* 原本可能是 1.5rem */
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 標籤與欄位之間距離壓縮 */
.page_form label {
  width: 90px;            /* 原本若太寬可縮小 */
  flex-shrink: 0;
}

/* 輸入欄位整體變小，但字體不變 */
.page_form input,
.page_form select,
.page_form textarea {
  width: 100%;
  padding: 6px 10px;      /* 減少內距讓格子變小 */
  font-size: 1rem;        /* 保持字體大小 */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* 驗證碼區塊圖片大小縮小 */
.page_form .check img {
  height: 30px;
  margin-left: 5px;
}

/* 送出按鈕 */
.page_form .send a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #333;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.page_form .send a:hover {
  background: #555;
}

/* 適當壓縮整體比例但保持閱讀舒適 */
.page_form #describe {
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

/* 整體表單區塊 */
.page_form {
  max-width: 1000px;              /* 控制整體寬度 */
  margin: 20px auto;             /* 整體與外部的上下距離 */
  padding: 15px 0px;               /* 表單內部上下留白 */
  box-sizing: border-box;
}

/* 每一欄之間的間距（上下間距） */
.page_form .col {
  margin-top: 6px;               /* 欄位與上一欄距離 */
  margin-bottom: 6px;            /* 欄位與下一欄距離 */
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 標籤部分 */
.page_form label {
  width: 90px;
  flex-shrink: 0;
  line-height: 1.4;
}

/* 欄位框縮小但字體保持 */
.page_form input,
.page_form select,
.page_form textarea {
  width: 100%;
  padding: 6px 10px;             /* 內距控制上下高度 */
  font-size: 1rem;               /* 保持原字體大小 */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* 備註 textarea 單獨調整 */
.page_form textarea {
  min-height: 80px;              /* 可調整備註區塊高度 */
  line-height: 1.6;
}

/* 驗證碼區塊圖片間距 */
.page_form .check img {
  height: 28px;
  margin-left: 6px;
}

/* 送出按鈕區塊 */
.page_form .send {
  margin-top: 12px;              /* 與上方欄位距離 */
}

.page_form .send a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #333;
  color: #fff;
  padding: 8px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.page_form .send a:hover {
  background: #555;
}

/* 上方說明文字 */
.page_form #describe {
  text-align: center;
  margin-bottom: 15px;           /* 控制與表單距離 */
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}


/* ===== Top meta (time / cat) ===== */
.news_top_box{
  display:flex;
  flex-wrap:wrap;
  gap: 12px 18px;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding-bottom:14px;
  margin-bottom: clamp(10px, 1vw,20px);
}
.news_top_box .time{
  font-weight:600;
  letter-spacing:.02em;
}
.news_top_box .cat a{
  display:inline-block;
  padding:6px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--brand);
  text-decoration:none;
  font-size:.92rem;
  background: #fbfaf8;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.news_top_box .cat a:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  background:#fff;
}

/* ===== Body: text as hero, image as accent ===== */
/* 利用現有 #describe 結構，首張圖在第1個 <p>，文字在最後一個 <p> */
#describe{
  display:grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 3vw, 28px);
}

/* 文字樣式提升編輯感 */
#describe p{
  line-height: var(--lead);
  font-size: clamp(15px, .98rem + .2vw, 18px);
  color: var(--ink);
}
#describe p:last-of-type{
  color:var(--ink);
  letter-spacing:.01em;
}

/* 首張圖小幅點綴、與文字並排（桌機） */
#describe p:first-child{
  margin:0; /* 清掉系統 margin */
}
#describe p:first-child img{
  width:100%;
  display:block;
  height:auto;
  border-radius: calc(var(--radius) - 6px);
  box-shadow: var(--shadow);
  transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease;
  transform: translateY(2px);
  opacity:.98;
}

/* ===== Desktop 版並排（圖片較小，文字主角） ===== */
@media (min-width: 960px){
  #describe{
    grid-template-columns: 1.35fr minmax(260px, 320px);
    align-items:start;
  }
  /* 把文字放左、圖片放右（不改 HTML，純用網格順序） */
  #describe p:last-of-type{ grid-column:1; }
  #describe p:first-child{  grid-column:2; }

  /* 文字區加上高級編輯的排版節奏 */
  #describe p:last-of-type{
    padding-right: clamp(8px, 2vw, 18px);
  }
}

/* 圖片 hover 微互動（點綴感） */
#describe p:first-child:hover img{
  transform: translateY(0) scale(1.01);
  opacity:1;
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

/* ===== Quote Box（若未來開啟） ===== */
.quotebox{
  margin-top:10px;
  font-size:.92rem;
  color:var(--muted);
}
.quotebox a{
  color:var(--brand);
  text-underline-offset:3px;
}

/* ===== Community 區（空節點先預留版面節奏） ===== */
#community{
  margin-top: clamp(18px, 3vw, 32px);
  border-top: 1px dashed var(--line);
  padding-top: clamp(14px, 2.2vw, 22px);
}

/* ===== Page Nav 導覽置中 ===== */
#pagenav{
  margin-top: clamp(22px, 4vw, 40px);
  display:flex;
  justify-content:center;   /* 置中 */
  align-items:center;
  flex-wrap:wrap;
  gap: 12px 18px;
  padding-top: clamp(12px, 2.2vw, 18px);
  border-top:1px solid var(--line);
}
#pagenav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:#fff;
  text-decoration:none;
  color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
  font-size: .95rem;
  line-height:1.2;
}
#pagenav a font{ /* 你的原結構內的 <font> */
  font-style: normal;
}
#pagenav a i{
  opacity:.7;
}
#pagenav a:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  color: var(--brand);
  background: #fbfaf8;
}

/* ===== 微動畫：滑入感（可搭配下方 JS 自動套用） ===== */
.news_top_box,
#describe p,
#pagenav{
  will-change: transform, opacity;
  opacity: 1;               /* 預設給 1，若用 JS 觀察會先被設為 0 */
  transform: translateY(0); /* 同上 */
}
.is-reveal{
  opacity:0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}
.in-view{
  opacity:1 !important;
  transform: none !important;
}

/* ===== 細節：連結、選取、鍵盤可用性 ===== */
#content a{
  text-underline-offset: 3px;
}
#content a:hover{
  text-decoration: underline;
}
#content :focus-visible{
  outline: 2px solid color-mix(in oklab, var(--brand) 70%, #fff 30%);
  outline-offset: 3px;
}

/* ===== 極小裝置微調 ===== */
@media (max-width: 420px){
  .news_top_box{ gap:8px 12px; }
  #pagenav a{ padding:9px 12px; }
}
/* ===== 讓 #describe 水平並排 ===== */
#describe{
  display: flex;
  flex-direction: column; /* 手機：上下排列 */
  gap: 20px;
  align-items: flex-start;
}

/* 圖片區 */
#describe p:first-child{
  flex: 0 0 300px;   /* 固定圖片欄寬 */
  max-width: 320px;
}
#describe p:first-child img{
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* 文字區 */
#describe p:last-of-type{
  flex: 1;
  line-height: 1.9;
  font-size: 1rem;
}

/* 桌機版：左右並排 */
@media (min-width: 768px){
  #describe{
    flex-direction: row;
  }
  #describe p:first-child{ order:2; }  /* 圖片在右 */
  #describe p:last-of-type{ order:1; } /* 文字在左 */
}

/* ===== 導覽列文字不換行 ===== */
#pagenav a{
  white-space: nowrap;   /* 不允許換行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出加省略號（可選） */
}
/* ===========================
   Nordic micro-interaction for #describe image
   =========================== */

/* 初始狀態：微縮、柔影、細緻質感 */
#describe p:first-child img{
  transform: translateY(2px) scale(0.995);
  opacity: .98;
  filter: saturate(0.98) contrast(1.02);
  transition:
    transform .45s cubic-bezier(.22,.61,.36,1),
    box-shadow .45s ease,
    opacity .45s ease,
    filter .45s ease;
  will-change: transform, box-shadow, opacity, filter;
}

/* 滑入（滑鼠）與鍵盤聚焦：微浮起 + 極輕縮放 */
#describe p:first-child:hover img,
#describe p:first-child:focus-within img{
  transform: translateY(0) scale(1.01);
  opacity: 1;
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
  filter: saturate(1) contrast(1.04);
}

/* 讓圖片可聚焦（鍵盤也有同樣微互動） */
#describe p:first-child a,
#describe p:first-child img{
  outline: none;
}
#describe p:first-child a:focus-visible,
#describe p:first-child img:focus-visible{
  outline: 2px solid color-mix(in oklab, #8a7a67 70%, #ffffff 30%);
  outline-offset: 4px;
  border-radius: 12px;
}

/* 偏好降低動作的使用者：關閉大部分動畫 */
@media (prefers-reduced-motion: reduce){
  #describe p:first-child img{
    transition: none;
    transform: none;
  }
}

.a{line-height:44px;}

@media screen and (min-width: 1281px){
	#subnav { overflow: hidden; position: relative; padding: 1px 0 10px 1px; width: 1279px; }
	#subnav:hover { overflow: visible; }
	#subnav #sideBtn { display: none; }
	#subnav >ul >li { overflow: hidden; margin: -1px 0 0 -1px; width: calc((100% / 5) + 1px); display: inline-block; }
	#subnav ul >li h4 { border: 1px #1f1f1f solid; text-align: center; z-index: 3; }
	#subnav ul >li h4:before , #subnav ul >li h4:after { position: absolute; width: 1px; height: 10px; background: #fff; display: block; bottom: 0; left: calc((100% - 1px) / 2); opacity: 0; content: ""; }
	#subnav ul >li h4:after { background: #1f1f1f; bottom: -10px; }
	#subnav ul >li h4 a { padding: 0 15px; width: calc(100% - 30px); height: 57px; display: -webkit-box; text-align: center; line-height: 57px; color: #1f1f1f; }
	#subnav ul >li h4 b[data-action="sideOpen"] { display: none; }
	#subnav ul >li >ul.subUL { position: absolute; margin-top: -1px; padding: 5px 0; width: calc((100% / 5) - 1px); background: #fff; border: 1px #1f1f1f solid; opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	#subnav ul >li.action h4 , #subnav ul >li:hover h4 , .page_form form p.send a#btnOK:hover { background: #1f1f1f; }
	#subnav ul >li.action h4 a , #subnav ul >li:hover h4 a , .page_form form p.send a#btnOK:hover font { color: #fff; }
	#subnav ul >li.action h4:before , #subnav ul >li.action h4:after , #subnav ul >li:hover h4:before , #subnav ul >li:hover h4:after { opacity: 1; }
	#subnav ul >li.action , #subnav ul >li:hover { overflow: visible; }
	#subnav ul >li:hover >ul.subUL { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
	#content .list_article section a.more:hover font , #content .list_book ul li .info a.more:hover font { margin-right: 60px; }
	#content .list_news li:hover { background: #f6f6f6; }
	.page_form form p.send a#btnOK:hover svg { fill: #fff; }
}
@media screen and (max-width: 1280px){
	#subnav { position: relative; width: 500px; }
	#subnav >ul { overflow: hidden; position: absolute; width: 100%; height: 0; background: #222; border: 1px #4d4d4d solid; top: 0; left: 0; z-index: 1; }
	#subnav ul li h4 { background: #222; z-index: 2; }
	#subnav ul li.action h4 { background: #100f0f; }
	#subnav ul li h4:before { border-color: #3a3a3a; }
	#subnav ul li h4 a { padding: 0 60px 0 20px; height: 47px; line-height: 47px; }
	#subnav ul li[data-type="2"] b[data-action="sideOpen"] i:before { content: "\f068"; }
	#subnav >ul.open { height: auto; top: 52px; }
	#subnav >ul.open li { overflow: hidden; position: relative; }
	#subnav >ul.open li >ul.subUL { position: absolute; width: 100%; background: #3d3d3d; border: #454545 solid; border-width: 1px 0; bottom: 100px; -webkit-transition-duration: .2s; transition-duration: .2s; opacity: 0; z-index: 1; }
	#subnav >ul.open li[data-type="2"] >ul.subUL { position: relative; padding: 5px 0; bottom: 0; opacity: 1; }
	#subnav ul >li >ul.subUL li a { padding: 5px 20px; font-weight: 300; font-size: 15px; color: #d0d0d0; }
	#content .list_article section .img img { width: 36vw; height: 36vw; }
}
@media screen and (max-width: 1024px){
	#content .list_book ul li >div { margin: 0 10px 20px; }
	#content .list_news li >p { width: 120px; text-align: left; }
	#content .list_news li >p.txt { width: calc(100% - 240px); }
}
@media screen and (max-width: 768px){
	#content .list_article section .workframe { display: block; }
	#content .list_article section .img , #content .list_article section:nth-child(odd) .img { margin: 0; width: 100%; text-align: center; }
	#content .list_article section .img img { width: 90vw; height: 350px; }
	#content .list_article section .info { margin: 20px 0 0;  width: 100%; }
	#content .list_article section .info article { height: 85px; line-height: 180%; -webkit-line-clamp: 3; }
	#content .list_article section a.more { padding: 10px 0 2px; }
	#content .list_book ul li { width: 50%; }
	.page_form form p.col label , .page_form form p.col label span { width: auto; }
	.page_form form p.col label b { margin-left: 10px; padding: 0 15px; }
	.page_form form p.col font { margin-left: 0; width: 100%; }
}
@media screen and (max-width: 640px){
	#subnav { width: calc(100% - 42px); }
	#content .list_news li { padding: 10px; }
	#content .list_news li >p { margin-right: 15px; width: auto; }
	#content .list_news li >p.txt , #content .news_top_box p.quotebox { margin-top: 10px; width: 100%; text-align: left; }
	#content .album_list >div , #content .album_list >div img { height: 40vw; }
}
@media screen and (max-width: 550px){
	#content .list_article section .img img { height: 55vw; }
	#content .list_book ul { text-align: center; }
	#content .list_book ul li { width: 90%; }
	#content .album_list >div , #content .album_list >div img { height: 50vw; }
	.page_form form p.col { padding: 35px 0; }
}
@media screen and (max-width: 400px){
	#content .list_book ul li { width: 100%; }
}