@charset "utf-8";

/*----------------------------------------------------------------------*/
/* 內頁 */
#Center { overflow:hidden; background: #d8eeff url(../images/content_bg.svg) no-repeat top center; margin-top: 20px; }
#Content::after { content:''; clear:both; display:block; width:100%; }
#Center > *:last-child, #Content > *:last-child { margin-bottom:0; }

#Content { position: relative; background-color: #fff; border-radius: 30px; padding: 25px 40px 30px 40px; margin-bottom: 30px; }
#Content .guide_title { position: absolute; top: 0; left: 0; }

/*----------------------------------------------------------------------*/
/* 導覽列(麵包屑) */
#Breadcrumbs ul { display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 15px; }
#Breadcrumbs ul li { line-height:1.25em; position:relative; font-size: .875em; }
#Breadcrumbs ul li:not(:last-child) { padding-right:20px; }
#Breadcrumbs ul li a { display:block; color:#333; text-decoration:none; }
	#Breadcrumbs ul li:after { content:'/'; position:absolute; top:-1px; right:5px; color:#555; }
	#Breadcrumbs a:hover, #Breadcrumbs a:focus { color: var(--main_color); }
	#Breadcrumbs ul li:last-child:after { content:''; }
#Breadcrumbs ul li:last-child a:hover, #Breadcrumbs ul li:last-child a:focus { color: var(--main_color); }

/*----------------------------------------------------------------------*/
/* 標題 */
.PageTitle { font-family: "Poppins", sans-serif; }
.PageTitle h2 { font-size: 2.25em; line-height: 1.25em; position: relative; white-space: nowrap; display: flex; flex-direction: column; align-items: center; margin: 15px 0 10px; }
.PageTitle h2::before { content: ''; width: 16px; height: 13px; background: url(../images/icon_main.svg) no-repeat; display: inline-block; margin-top: 5px; margin-bottom: 5px; }

h3.articleTitle { margin:10px 0; line-height:1.5em; font-size: 1.875em; color: var(--color1); font-family: "Poppins", sans-serif; }

.post_info { display: flex; flex-wrap: wrap; align-items: flex-start; line-height: 1.5em; }
.post_info span { color:#555; position: relative; letter-spacing: .1em; font-family: "Poppins", sans-serif; font-weight: 400; }
.post_info span:not(:first-child) { margin-left:12px; padding-left: 12px; border-left: 1px solid #ddd; }

.post_info.below { justify-content: flex-end; position: relative; }
.post_info.below::before { content: ''; position: absolute; top: 50%; left: 0; height: 1px; width: 100%; background-color: #ddd; }
.post_info.below.no_line::before { display: none; }
.post_info.below span { color: #555; background-color: #fff; margin-left: 0; padding-left: 1em; }
.post_info.below span:not(:last-child) { padding-right: 1em; }

/* 內頁顯示欄位 */
.content_info { padding-top:10px; line-height: 2em; letter-spacing: .05em; color: #555; }

/*----------------------------------------------------------------------*/
/* 工具列 */
.ToolBar { box-sizing:border-box; position: relative; }
.ToolBar a.sr-only { position: absolute; left: -1.5em; top: 0; z-index: 99; }
.ToolBar .colm_left a span::after, .ToolBar dl.font_size a::after, .ToolBar dl.share dd > a::after {
	content:''; display:block; position:absolute; top:50%; left:50%;
	background:url("../images/icon_toolbar.png") no-repeat;
	}
.ToolBar .colm_left a, .ToolBar dl.font_size dd, .ToolBar dl.share dd { margin-top:5px; margin-bottom: 5px; }
.ToolBar a { display:block; text-decoration:none; position:relative; }

.ToolBar .colm_left { display: flex; }
.ToolBar .colm_left a { margin-right:15px; font-size: 0; width: 40px; height: 40px; }
.ToolBar .colm_left a:last-child { margin-right:0; }
.ToolBar .colm_left a span { position:relative; display:inline-block; vertical-align:middle; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.ToolBar .colm_left a:hover span, .ToolBar .colm_left a:focus span { background-color: var(--main_color); }
	.ToolBar .colm_left a.return span::after { background-position:0 0; }
	.ToolBar .colm_left a.print span::after { background-position:0 12.5%; }
.ToolBar .colm_left a.return:hover span::after, .ToolBar .colm_left a.return:focus span::after { background-position:100% 0; }
.ToolBar .colm_left a.print:hover span::after, .ToolBar .colm_left a.print:focus span::after { background-position:100% 12.5%; }

.ToolBar .colm_right, .ToolBar .colm_right dl { display: flex; align-items: center; }
.ToolBar .colm_right dt { padding-right: 5px; color: #555; font-size: .9375em; font-weight: bold; }
.ToolBar .colm_right dt::after { content: '：'; }
.ToolBar dl.font_size dd { margin-right:7px; }
.ToolBar dl.font_size dd:last-of-type { margin-right:0; }
.ToolBar dl.font_size a { text-indent:-10000px; font-size: 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
    .ToolBar dl.font_size dd.font_small a::after { background-position:0 25%; }
    .ToolBar dl.font_size dd.font_medium a::after { background-position:0 37.5%; }
    .ToolBar dl.font_size dd.font_big a::after { background-position:0 50%; }
.ToolBar dl.font_size a:hover, .ToolBar dl.font_size a:focus { background-color: var(--main_color); }
    .ToolBar dl.font_size dd.font_small a:hover::after, .ToolBar dl.font_size dd.font_small a:focus::after { background-position:100% 25%; }
	.ToolBar dl.font_size dd.font_medium a:hover::after, .ToolBar dl.font_size dd.font_medium a:focus::after { background-position:100% 37.5%; }
	.ToolBar dl.font_size dd.font_big a:hover::after, .ToolBar dl.font_size dd.font_big a:focus::after { background-position:100% 50%; }

.ToolBar dl.share dt { position:relative; }
.ToolBar dl.share dd { margin-right:7px; position:relative; }
.ToolBar dl.share dd:last-of-type { margin-right:0; }
.ToolBar dl.share a { cursor:pointer; text-indent:-10000px; font-size: 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.ToolBar dl.share .noscript a { font-size: 1rem; }
	.ToolBar dl.share dd.facebook a::after { background-position:0 62.5%; }
	.ToolBar dl.share dd.twitter a::after { background-position:0 75%; }
	.ToolBar dl.share dd.line a::after { background-position:0 87.5%; }
.ToolBar dl.share dd.facebook a:hover, .ToolBar dl.share dd.facebook a:focus { background-color: #3b5998; }
.ToolBar dl.share dd.twitter a:hover, .ToolBar dl.share dd.twitter a:focus { background-color: #000; }
.ToolBar dl.share dd.line a:hover, .ToolBar dl.share dd.line a:focus { background-color: #01b901; }
.ToolBar dl.share dd.facebook a:hover::after, .ToolBar dl.share dd.facebook a:focus::after { background-position:100% 62.5%; }
.ToolBar dl.share dd.twitter a:hover::after, .ToolBar dl.share dd.twitter a:focus::after { background-position:100% 75%; }
.ToolBar dl.share dd.line a:hover::after, .ToolBar dl.share dd.line a:focus::after { background-position:100% 87.5%; }

.ToolBar dl.share .noscript a { display:inline; border-radius: 0; }

.ToolBar .colm_left a span, .ToolBar dl.font_size a, .ToolBar dl.share a {
    -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; 
    background-color: #fff;
}

.ToolBar .colm_left a, .ToolBar dl.font_size, .ToolBar dl.share { line-height:40px; }
.ToolBar .colm_left a span, .ToolBar dl.font_size a, .ToolBar dl.share a { width:40px; height:40px; }
.ToolBar .colm_left a span::after, .ToolBar dl.font_size a::after, .ToolBar dl.share dd > a::after { width: 36px; height: 36px; margin: -18px 0 0 -18px; }

@media screen and (max-width: 479px) {
    .ToolBar .colm_left a span, .ToolBar dl.font_size a, .ToolBar dl.share a { width: 36px; height: 36px; }
    .ToolBar .colm_left a span::after, .ToolBar dl.font_size a::after, .ToolBar dl.share dd > a::after { margin: -18px 0 0 -18px; }
}
@media screen and (max-width: 1023px) {
    .ToolBar { padding-bottom: 10px; }
    .ToolBar .colm_left { display:none; }
    .ToolBar .colm_right { justify-content: flex-end; }
    .ToolBar dl.share { padding-left: 8px; }
}
@media screen and (min-width: 1024px) {
    .ToolBar { display: flex; justify-content: space-between; }
    .ToolBar .colm_right dt { padding-left: 12px; }
    .ToolBar dl.font_size + dl.share { margin-left:12px; }
    .ToolBar .colm_left + .colm_right { margin-left:5px; }
}

/*----------------------------------------------------------------------*/
/* 列表搜尋 */
.ListSearch { margin-bottom:25px; padding-bottom:5px; position:relative; display:flex; flex-wrap:wrap; align-items:flex-end; }
.ListSearch .item { max-width:100%; margin:0 10px 10px 0; }
.ListSearch .item .label { line-height:35px; font-weight:600; }
.ListSearch .btn button { border: 1px solid #444; width: 50px; height: 50px; border-radius: 5px; position: relative; display: block; font-size: 0; margin-bottom: 10px; }
	.ListSearch .btn button::before { content: ''; width: 22px; height: 22px; position: absolute; left: calc(50% - 11px); top: calc(50% - 11px); background: url(../images/icon_search.svg) center center; transition: all 0.3s ease; }
.ListSearch .btn button:hover, .ListSearch .btn button:focus { background-color: var(--color1); border-color: var(--color1); }
.ListSearch .btn button:hover::before, .ListSearch .btn button:focus::before { background: url(../images/icon_search_hover.svg) center center; }
.ListSearch .keyword input[type="text"] { width:260px; border-radius:5px; }
.ListSearch select { border-radius:5px; }

@media screen and (max-width: 539px) {
    .ListSearch { flex-direction:column; width:100%; align-items: flex-start; }
    .ListSearch .item { flex-direction:column; width:100%; margin: 5px 0; }
    .ListSearch .item .label { padding-bottom:3px; line-height:1.25em; }
    .ListSearch .item .cont { width:100%; }
    .ListSearch .btn button { margin-bottom: 0; margin-top: 5px; }
    .ListSearch.FormElmt input[type="text"] { width:100%; }
}

@media screen and (max-width: 1023px) {
    .ListSearch .item { line-height:40px; }
    .ListSearch .btn button { width: 40px; height: 40px; }
    .ListSearch .btn button::before { width: 18px; height: 18px; top: calc(50% - 9px); left: calc(50% - 9px); }
}
@media screen and (min-width: 1024px) {
    .ListSearch { border-bottom:1px solid #ddd; }
    .PublicationHeader .BtnCommon { border-bottom:1px solid #ddd; }
    .ListSearch .item { margin-right: 20px; line-height:50px; }
    .ListSearch .btn { padding-top: 35px; }
}
	
/*----------------------------------------------------------------------*/
/* 分類下拉 */
.CatTitle { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; letter-spacing: 1.5px; }
.CatTitle h3 { font-weight: 700; line-height:1.25em; font-size:1.375em; margin: 10px 1em 10px 0; background: linear-gradient(transparent 50%, #fffa6b 50%); }
.CatTitle .cat_select { display: flex; align-items: center; flex-wrap: wrap; padding-top: 10px; }
.CatTitle .cat_select .title { padding: 1em 1em 1em 0; display: block; }
.CatTitle .cat_select select, .CatTitle .cat_select .btn { font-size:1em; }
.cat_select.FormElmt select { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; margin-bottom: 10px; margin-right: 1em; margin-top: 0; }
.CatTitle .cat_select .btn button { font-size: 1em; color:#fff; background-color:#333; border-radius: 5px; padding:0 1em; letter-spacing: .125em; font-weight: bold; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.CatTitle .cat_select .btn button:hover, .CatTitle .cat_select .btn button:focus { background-color:var(--color1); box-shadow: 0 2px 8px rgba(0,0,0,.1); }

.CatTitle .cat_select .title, .cat_select.FormElmt select, .CatTitle .cat_select .btn { margin-bottom: 10px; }
.cat_select.FormElmt select, .CatTitle .cat_select .btn button { height: 40px; line-height: 40px; }

@media screen and (max-width: 639px) {
    .CatTitle .cat_select .title { width: 100%; padding: 5px 0; }
    .cat_select.FormElmt select, .CatTitle .cat_select .btn { height: 40px; line-height: 40px; }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .CatTitle .cat_select { margin-top:10px; }
}
@media screen and (min-width: 1024px) {
    .CatTitle h3 { font-size: 1.75em; }
    .cat_select.FormElmt select, .CatTitle .cat_select .btn button { height: 50px; line-height: 50px; }
}

/*----------------------------------------------------------------------*/
/* 頁碼 */
#Pagination { clear:both; text-align:center; position: relative; padding: 10px 0 20px; }
#Pagination .pages { display: flex; justify-content: center; flex-wrap: wrap; }
#Pagination a {
    display:inline-block; width:35px; text-decoration:none; line-height:35px; color:#555; margin: 0 5px;
    border-radius: 5px; font-family: 'Roboto', "Microsoft JhengHei", "微軟正黑體", sans-serif; font-weight: 400;
}
#Pagination a:hover, #Pagination a:focus { background-color:#eee; }
#Pagination a.focuz { background-color: var(--color1); color: #fff; }
	#Pagination a.first, #Pagination a.prev, #Pagination a.next, #Pagination a.last { width:35px; padding:0; position: relative; font-size: 0; }
    #Pagination a.first:hover, #Pagination a.prev:hover, #Pagination a.next:hover, #Pagination a.last:hover { background-color: var(--color1); color: #fff; }
    #Pagination a.first:focus, #Pagination a.prev:focus, #Pagination a.next:focus, #Pagination a.last:focus { background-color: var(--color1); color: #fff; }

#Pagination a.first::before, #Pagination a.first::after, #Pagination a.prev::before, #Pagination a.next::before, #Pagination a.last::before, #Pagination a.last::after {
    content: ''; position: absolute; top: calc(50% - 3px);
    width: 6px; height: 6px; border-top: 2px solid #555; border-right: 2px solid #555;
}
#Pagination a.first:hover::before, #Pagination a.first:hover::after, #Pagination a.prev:hover::before, #Pagination a.next:hover::before, #Pagination a.last:hover::before, #Pagination a.last:hover::after {
    border-color: #fff;
}
#Pagination a.first:focus::before, #Pagination a.first:focus::after, #Pagination a.prev:focus::before, #Pagination a.next:focus::before, #Pagination a.last:focus::before, #Pagination a.last:focus::after {
    border-color: #fff;
}
#Pagination a.first::before, #Pagination a.first::after, #Pagination a.prev::before {
    -webkit-transform: rotate(-135deg); -moz-transform: rotate(-13deg); transform: rotate(-135deg);
}
#Pagination a.first::before { left: calc(50% + 2px); }
#Pagination a.first::after { left: calc(50% - 6px); }
#Pagination a.prev::before { left: calc(50% - 3px); }
#Pagination a.next::before, #Pagination a.last::before, #Pagination a.last::after { 
     -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);
}
#Pagination a.next::before { right: calc(50% - 3px); }
#Pagination a.last::before { right: calc(50% + 2px); }
#Pagination a.last::after { right: calc(50% - 6px); }

#Pagination .current { width:auto; background-color:transparent; cursor:default; }
	#Pagination .current:hover { color:#333; background-color:transparent; }
	
#Pagination .setting { display:block; clear:both; line-height:32px; color:#555; font-size:0.9375em; padding-top:14px; letter-spacing: .15em; }
#Pagination .setting select { padding:5px 0 5px 4px; height:32px; vertical-align:top; font-size: 1em; }
#Pagination .setting input { vertical-align:top; }
#Pagination .setting input[type="text"] { width:40px; height:32px; padding:0 .5em; font-size: 1em; }
#Pagination .setting select, #Pagination .setting input[type="text"] {
	border:1px solid #ddd; border-radius: 5px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
#Pagination .setting select:focus, #Pagination .setting input[type="text"]:focus { border: 1px solid #444; }
#Pagination .setting input[type="button"] {
    height:32px; padding:0 .75em; margin-left:3px; color:#fff; font-size:1em; letter-spacing: .05em;
    background: #555; border-radius: 5px;
}
#Pagination .setting input[type="button"]:hover, #Pagination .setting input[type="button"]:focus { background: var(--color1); color: #fff; }

#Pagination a, #Pagination .setting select, #Pagination .setting input[type="text"], #Pagination .setting input[type="button"] { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

/* 內頁頁碼 */
.inPagination { margin-top:30px; clear:both; text-align:center; font-size:1em; display:none; }
.inPagination .pages { display: flex; flex-wrap: wrap; justify-content: center; }
.inPagination a {
	display:inline-block; width:35px; line-height:35px; margin:0 4px 12px 4px; color:#555; text-decoration:none;
    font-family: 'Roboto', "Microsoft JhengHei", "微軟正黑體", sans-serif; font-weight: 400;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	}
.inPagination a:hover, .inPagination a:focus { background-color:#eee; }
.inPagination a.focuz { color:#fff; background-color: var(--main_color); }

@media screen and (max-width: 639px) {
    #Pagination { margin-bottom:10px; }
    #Pagination a { display:none; }
    #Pagination a.prev, #Pagination a.next, #Pagination .current { display:inline-block; margin:0 5px; }
    #Pagination .setting { display:none; }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
    #Pagination { margin-bottom: 20px; }
    #Pagination a { display:none; }
    #Pagination a.first, #Pagination a.prev, #Pagination a.next, #Pagination a.last, #Pagination .current { display:inline-block; margin:0 5px; }
    #Pagination .setting { display:none; }
}
@media screen and (min-width: 1024px) {
    #Pagination .current { display:none; }
}
@media screen and (min-width: 1280px) {
    #Pagination .pages { font-size: 1.125em; }
    #Pagination a { width: 40px; line-height: 40px; }
    #Pagination a.first, #Pagination a.prev, #Pagination a.next, #Pagination a.last { width: 40px; }
    #Pagination .setting { line-height: 40px; }
    #Pagination .setting select, #Pagination .setting input[type="text"], #Pagination .setting input[type="button"] { height: 40px; line-height: 40px; }
    #Pagination .setting input[type="text"] { width: 45px; }
    .inPagination a { width: 40px; line-height: 40px; }
}

/*----------------------------------------------------------------------*/
/* 檔案下載icon */
.file_ext { display:inline-block; position:relative; border-radius:4px; overflow:hidden; vertical-align:middle; }
.file_ext::before { 
	content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; 
	}
	.file_csv::before { background-color:#589c00; }
	.file_doc::before { background-color:#2372ba; }
	.file_img::before { background-color:#5b2d8d; }
	.file_mov::before { background-color:#c51700; }
	.file_other::before { background-color:#919191; }
	.file_pdf::before { background-color:#ea4c3a; }
	.file_ppt::before { background-color:#dd5b26; }
	.file_txt::before { background-color:#919191; }
	.file_xls::before { background-color:#08743b; }
	.file_xml::before { background-color:#157efb; }
	.file_zip::before { background-color:#e67e22; }
	.file_odt::before { background-color:#2372ba; }
	.file_ods::before { background-color:#08743b; }
	.file_odp::before { background-color:#dd5b26; }
.file_ext::after { 
    content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%;
    background-repeat:no-repeat; background-position:center center; background-size:cover; 
    }
	.file_csv::after { background-image:url("../images/file_ext/csv.png"); }
	.file_doc::after { background-image:url("../images/file_ext/doc.png"); }
	.file_img::after { background-image:url("../images/file_ext/img.png"); }
	.file_mov::after { background-image:url("../images/file_ext/mov.png"); }
	.file_other::after { background-image:url("../images/file_ext/other.png"); }
	.file_pdf::after { background-image:url("../images/file_ext/pdf.png"); }
	.file_ppt::after { background-image:url("../images/file_ext/ppt.png"); }
	.file_txt::after { background-image:url("../images/file_ext/txt.png"); }
	.file_xls::after { background-image:url("../images/file_ext/xls.png"); }
	.file_xml::after { background-image:url("../images/file_ext/xml.png"); }
	.file_zip::after { background-image:url("../images/file_ext/zip.png"); }
	.file_odt::after { background-image:url("../images/file_ext/odt.png"); }
	.file_ods::after { background-image:url("../images/file_ext/ods.png"); }
	.file_odp::after { background-image:url("../images/file_ext/odp.png"); }

.file_hashes { 
    display:inline-block; position:relative; overflow:hidden; text-indent:-999px; vertical-align:middle; 
    }
.file_hashes a { display:block; width:24px; height:24px; border-radius:4px; position:relative; }
.file_hashes a:hover, .file_hashes a:focus { background-color: var(--color1); }
.file_hashes a::after { 
    content:''; display:block; position:absolute; top:50%; left:50%; width:18px; height:18px; margin:-9px 0 0 -9px; 
    background:url("../images/icon_file_hashes.png") 0 0 no-repeat; background-size:100%; 
    }
.file_hashes a:hover::after, .file_hashes a:focus::after { background-position:0 50%; }

/*----------------------------------------------------------------------*/
/* 文字列表 */
.ListTable { margin-top:20px; margin-bottom: 20px; position:relative; letter-spacing: .1em; font-family: "Poppins", sans-serif; }
.ListTable table { width:100%; }
.ListTable img { max-width: 100%; }
.ListTable + .ListTable { margin-top: 40px; }

.ListTable th { color:#fff; background-color:var(--color1); padding:15px; }
.ListTable th.no { white-space: nowrap; }
.ListTable td.no::after { content: '.'; }
.ListTable td.title { line-height:150%; }
.ListTable td.title a { display:block; text-decoration:none; }
.ListTable td.title a:hover, .ListTable td.title a:focus { color:var(--color1); }
.ListTable td.date { font-weight: 400; }

.ListTable td.title a.icon_key { display: inline-block; }
.ListTable td.download a { text-decoration: none; }
.ListTable td.download ul { display: flex; flex-wrap: wrap; flex-direction: column; }
.ListTable td.download ul li { margin: 5px; }
.ListTable td.download ul li span.file_ext { width:24px; height:24px; margin-left:6px; text-indent:-10000px; vertical-align: middle; }

@media screen and (max-width: 1023px) {
    table.rwdTable, .rwdTable tbody, .rwdTable tr, .rwdTable th, .rwdTable td { display:block; }
    .rwdTable tr:first-child { position:absolute; left:-10000px; top:-10000px; }
    .ListTable table { border-top: 1px solid #ddd; }
    .ListTable tr { padding:10px 15px; border-bottom: 1px solid #ddd; }
    .ListTable tr:nth-child(2n+3) { background-color:#f3f3f3; }
    .ListTable td { margin:8px 0; text-align:left; }
    .ListTable td.no { display:none; }
    .rwdTable td:before { font-weight:bold; content: attr(data-th)"："; }
    .rwdTable td.no:before, .rwdTable td.title:before, .rwdTable td.date:before, .rwdTable td.link:before, .rwdTable td.edit:before, .ListTable td.cat:before, .rwdTable td.download:before { display: none; }
    .ListTable td.title { font-size: 1.25em; }
}
@media screen and (min-width: 1024px) {
    .ListTable table { border-collapse: separate; border-spacing: 2px; }
    .ListTable th { font-size: 1.125em; padding:20px 16px; position: relative; }
    .ListTable td { padding:20px 16px; text-align:center; line-height:1.5em; vertical-align:middle; }
    .ListTable tr:nth-child(2n+3) { background-color:#f3f3f3; }
    .ListTable tr:first-child { border-bottom: none; }
    .ListTable tr:first-child th:first-child { border-radius: 20px 0 0 0; }
    .ListTable tr:first-child th:last-child { border-radius: 0 20px 0 0; }
    .ListTable tr:last-child td:first-child { border-radius: 0 0 0 20px; }
    .ListTable tr:last-child td:last-child { border-radius: 0 0 20px 0; }

    .ListTable th.no { width:5em; }
    .ListTable td.no { width:5em; }
    .ListTable th.date { width:7em; }
    .ListTable td.date { width:7em; }
    .ListTable th.cat { width:8em; }
    .ListTable td.cat { width:8em; }
    .ListTable td.title { text-align:left; }
    .ListTable td.link { text-align:left; }
}
@media screen and (min-width: 1280px) {
    .ListTable { font-size: 1.125em; }
}
@media screen and (max-width: 639px) {
    .ListTable td.title { font-size: 1.125em; }
}

/*----------------------------------------------------------------------*/
/* 雜湊值驗證 */
h2.articleTitle { line-height:1.25em; letter-spacing: .1em; font-size: 1.5em; color: #000; margin-bottom: .5em; }
.file_value_wrap { max-width: 1290px; }
.file_value_wrap header { padding: 15px 0; }
.file_value_wrap .logo { width: 300px; max-width: 100%; margin-bottom: 1em; }
.file_value_wrap .editable_content p { margin-top: 1em; margin-bottom: 1em; }

.ListTable td.value { word-wrap: break-word; }
a.icon_key { width:24px; height:24px; margin-left:2px; font-size: 0; display: inline-block; position: relative; border-radius: 4px; vertical-align: middle; }
a.icon_key::after { content:''; width: 18px; height: 18px; display:block; position:absolute; top:50%; left:50%;  margin:-9px 0 0 -9px; background:url("../images/icon_file_hashes.png") 0 0 no-repeat; background-size:100%; }
a.icon_key:hover, a.icon_key:focus { background-color: var(--color1); }
a.icon_key:hover::after, a.icon_key:focus::after { background-position: 0 50%; }

/*----------------------------------------------------------------------*/
/* 按鈕樣式 */
a.btn_style { text-decoration: none; color: #fff; background-color: #0071b2; padding: 6px 12px; display: inline-block; white-space: nowrap; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
a.btn_style.gray_btn { background-color: #555; }

a.btn_style:hover, a.btn_style:focus { background-color: #fdc147; color: #055583; }

.ListTable + .btnBox { margin-bottom: 50px; }
.btnBox { display: flex; justify-content: center; }
.btnBox a { margin: 10px; }

a.btn_style.with_icon::before { display: inline-block; vertical-align: middle; margin-right: 0.4em; filter: invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
a.btn_style.with_icon:hover::before { filter: invert(13%) sepia(87%) saturate(3555%) hue-rotate(188deg) brightness(100%) contrast(96%); }
a.btn_style.download::before { content: ''; background: url(../images/icon_download.svg); width: 20px; height: 20px; }

/*----------------------------------------------------------------------*/
/* 搜尋結果 */
.SearchResult .header { margin-bottom:40px; }
.SearchResult .header .title { display:inline-block; line-height:2em; position:relative; }
.SearchResult .header .title::after { content:'：'; }
.SearchResult .header .tags { display:inline-block; line-height:2em; }
.SearchResult .header .tags span { display:inline-block; background-color:var(--color1); padding: 0 .625em 0 .725em; margin:0 5px 5px; border-radius:1em; color:#fff; }
.SearchResult .header .total { display:inline-block; margin-top:10px; line-height:2em; }
.SearchResult .header .total span { margin:0 5px; color:var(--color1); font-weight:700; background: linear-gradient(transparent 50%, #fffa6b 50%); letter-spacing: .1em; padding: 0 .025em 0 .125em; font-size: 1.125em; }

.SearchResult .results_list { padding-bottom: 30px; }
.SearchResult .results_list .item { margin-top:40px; }
.SearchResult .results_list .title { margin-bottom:10px; line-height:1.5em; color:#333; position:relative; font-weight: 600; }
.SearchResult .results_list .title a { display:inline-block; color:#333; text-decoration:none; }
.SearchResult .results_list .title span { color:var(--color1); }
.SearchResult .results_list .title a:hover, .SearchResult .results_list .title a:focus { color:var(--color1); }
.SearchResult .results_list .date { display:inline-block; color:#555; line-height:1.25em; font-family: "Poppins", sans-serif; font-weight: 400; }
.SearchResult .results_list .cat { display:inline-block; margin-left:5px; padding-left:0.75em; position:relative; line-height:1.25em; color:#555; border-left: 1px solid #ddd; font-weight: bold; }
.SearchResult .results_list .cat a { display:block; color:#555;  text-decoration:none; }
.SearchResult .results_list .cat a:hover, .SearchResult .results_list .cat a:focus { color:var(--color1); }
.SearchResult .results_list .desc { margin-top:12px; padding-top:10px; border-top:1px solid #ddd; position:relative; }
.SearchResult .results_list .desc > div { color:#333; line-height:2em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; }
.SearchResult .results_list .desc span { color:var(--color1); }

@media screen and (max-width: 479px) {
    .SearchResult .header { padding:10px 15px; }
    .SearchResult .results_list .title { font-size:1.125rem; }
    .SearchResult .results_list .date, .SearchResult .results_list .cat { font-size:0.875rem; }
}
@media screen and (min-width: 480px) {
    .SearchResult .header { padding-top: 20px; }
    .SearchResult .results_list .title { font-size:1.25rem; }
}

@media screen and (max-width: 479px) {
    .SearchResult .results_list .desc > div { max-height:10em; -webkit-line-clamp:5; font-size:0.9375rem; }
}
@media screen and (min-width: 480px) and (max-width: 799px) {
    .SearchResult .results_list .desc > div { max-height:8em; -webkit-line-clamp:4; }
}
@media screen and (min-width: 800px) {
    .SearchResult .results_list .desc > div { max-height:6em; -webkit-line-clamp:3; }
    .SearchResult .results_list .title { font-size:1.5rem; }
    .SearchResult .header { font-size: 1.125em; }
}

/*----------------------------------------------------------------------*/
/* 網站導覽 */
.sitemap_instr .intro { line-height:2em; }
.sitemap_instr dl { margin-top:25px; }
.sitemap_instr dt { margin-bottom:15px; padding-left:10px; border-left:4px solid var(--color1);  font-size:1.125rem; font-weight:bold; line-height:1.5em; }
.sitemap_instr dd { margin-left:2em; padding:0 0 12px 0; line-height:1.5em; position:relative; }
.sitemap_instr dd::after { 
	content:''; display:block; position:absolute; top:0.625em; left:-14px; width:6px ;height:6px; background-color:var(--color1); border-radius:50%;
	}
.sitemap_instr ul { margin-left:1.1em; padding:5px 0 5px 0; }
.sitemap_instr ul li { position:relative; }
.sitemap_instr ul li::after { 
	content:''; display:block; position:absolute; top:0.625em; left:-14px; width:6px ;height:6px; background-color:var(--color1); border-radius:50%;
	}
.sitemap_instr strong { color: var(--color1); font-weight:bold; }

.sitemap_title { margin-top:25px; margin-bottom:20px; color:#333; font-size:1.125rem; font-weight:700; line-height:1.5em; }
.sitemap_tree { border:1px solid #ffe6eb; background-color:#fff; padding-bottom:20px; color:#333; border-radius: 20px; }
.sitemap_tree li { line-height:1.8em; }
.sitemap_tree a { display:block; color:#333; text-decoration:none; }
.sitemap_tree a:hover, .sitemap_tree a:focus { color:var(--main_color); text-decoration:underline; }

/* 第1層 */
.sitemap_tree .home a { background-color:#ffe6eb; padding-left:10px; padding-right:10px; line-height:2.75em; font-size:1.125rem; text-align:center; color: #222; border-radius: 20px 20px 0 0; font-weight: bold; }
.sitemap_tree .home a:hover, .sitemap_tree .home a:focus { background-color: var(--main_color); color: #fff; text-decoration: none; }
.sitemap_tree > li:not(.home) { padding:0 30px; font-size:1.125rem; }
.sitemap_tree > li:not(.home) > a { padding:0.75em 0; border-bottom:1px solid #dedede; }
/* 第2層 */
.sitemap_tree > li > ol { margin-left:1.1em; margin-top:10px; }
.sitemap_tree > li > ol > li { font-size:1rem; }
.sitemap_tree > li > ol > li a { padding:5px 0; }
/* 第3層 */
.sitemap_tree > li > ol > li > ol { margin-left:2.2em; }
.sitemap_tree > li > ol > li > ol > li { font-size:0.9375rem; }
.sitemap_tree > li > ol > li > ol > li a { padding:5px 0; }
/* 第4層 */
.sitemap_tree > li > ol > li > ol > li > ol { margin-left:3.3em; }
.sitemap_tree > li > ol > li > ol > li > ol > li { font-size:0.9375rem; }
.sitemap_tree > li > ol > li > ol > li > ol > li a { padding:5px 0; }
/* 第5層 */
.sitemap_tree > li > ol > li > ol > li > ol > li > ol { margin-left:4.4em; }
.sitemap_tree > li > ol > li > ol > li > ol > li > ol > li { font-size:0.9375rem; color:#666; }
.sitemap_tree > li > ol > li > ol > li > ol > li > ol > li a { padding:5px 0; color:#666; }

@media screen and (min-width: 1024px) {
    .sitemap_tree .home a { font-size: 1.25em; }
}

/*----------------------------------------------------------------------*/
/* 單元頁 */
.SubMenuList li { margin-bottom:15px; }
.SubMenuList li a { 
	display:block; padding:10px 20px 10px 20px; color:#636363; line-height:150%; text-decoration:none; position:relative;
	background: -ms-linear-gradient(left,  #f0f0f0 0%,#d8d8d8 100%);
	background: linear-gradient(to right,  #f0f0f0 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d8d8d8',GradientType=1 );
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
.SubMenuList li a::after { 
	content:''; display:block; position:absolute; top:20px; right:10px; width:6px; height:6px; border-top:2px solid #919191; border-right:2px solid #919191; 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.SubMenuList li a:hover, .SubMenuList li a:focus { 
	color:#fff; 
	background: -ms-linear-gradient(left,  #004a89 0%,#00a7f4 100%);
	background: linear-gradient(to right,  #004a89 0%,#00a7f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a89', endColorstr='#00a7f4',GradientType=1 );
	}
.SubMenuList li a:hover::after, .SubMenuList li a:focus::after { border-top:2px solid #fff; border-right:2px solid #fff; }

/*----------------------------------------------------------------------*/
/* 圖文列表 - flex版 */
.ListPicText .item, .ListPicText .item > div, .ListPicText .img, .ListPicText .img > div, .ListPicText .cont, .ListPicText .btn { box-sizing:border-box; }

.ListPicText { margin-top:10px; }
.ListPicText > div { display: flex; justify-content: center; flex-wrap: wrap; }
.ListPicText .item { box-sizing:border-box; background: #fff; margin-bottom:40px; }
.ListPicText .item > div {
    overflow: hidden; height: 100%; margin-left: auto; margin-right: auto;
    border: 1px solid #eee; border-radius: 20px;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.08);
	box-shadow: 1px 2px 5px rgba(0,0,0,.08);
	}

.ListPicText .img { position:relative; overflow:hidden; }
.ListPicText .img > div {
    padding-bottom:66.66%; background-repeat:no-repeat; background-position:center center; background-size:cover; transition:all 0.6s ease;
    }
.ListPicText .img a { display:block; width:100%; height:100%; position:absolute; top:0; left:0; text-indent:-999px; }

.ListPicText .date { 
	padding-bottom:5px; padding-top: 5px; position:relative; overflow:hidden; line-height:1.25em; display: inline;
    font-family: "Poppins", sans-serif; font-weight: 400; color: #555;
	}
.ListPicText .cat { background-color: #acdbff; display: inline-block; padding: .3em 1em; border-radius: 20px; font-size: .9375em; }
.ListPicText .date + .cat { margin-left: 5px; }

.ListPicText .title { margin-bottom:6px; overflow: hidden; }
.ListPicText .date + .title { margin-top: 6px; }
.ListPicText .cat + .title { margin-top: 10px; }
.ListPicText .title a { 
	display:block; position:relative; text-decoration:none; line-height:1.5em;
    font-weight: 600;
    text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;
	}
.ListPicText .title a:hover, .ListPicText .title a:focus { color: var(--color1); }
.ListPicText .desc { line-height:2em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; max-height:8em; -webkit-line-clamp:4; }
.ListPicText .btn { text-align: center; margin-top:10px; }
.ListPicText .btn a {
    display: inline-block; background-color:#333; color: #fff; font-weight: bold; padding: 10px 1.125em; font-size: 1.125em;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; 
}
.ListPicText .btn a:hover { background-color: #f46a00; }

/* list-view */
.ListPicText.list-view .img { float:left; width:360px; max-width:50%; box-sizing: border-box; }
.ListPicText.list-view .img > div { border-radius: 10px; }

/* 單欄 */
.ListPicText.single > div { flex-direction: column; }
.ListPicText.single .item { width: 100%; }

@media screen and (max-width: 639px) {
    /* 639px~480px時 一律以圖上文下雙欄顯示,479以下時，一律以圖上文下單欄顯示 */
    .ListPicText > div { margin-left:-10px; margin-right:-10px; }
    .ListPicText .item { padding-left:10px; padding-right:10px; margin-bottom:40px; }
    .ListPicText .title { font-size:1.125rem; }
    .ListPicText .desc { font-size:.9375em; max-height:8em; -webkit-line-clamp:4; }
    .ListPicText.list-view .img { float: none; width: 100%; max-width: 100%; }
    .ListPicText .item > div { max-width: 500px; }
    .ListPicText .btn a { font-size: 1em; }

    .ListPicText .cont { padding:15px 20px 20px; }
    .ListPicText .item { width:100%; max-width:420px; margin-left:auto; margin-right:auto; }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .ListPicText > div { margin-left:-15px; margin-right:-15px; }
    .ListPicText .item { padding-left:15px; padding-right:15px; margin-bottom:35px; }
    .ListPicText .title { font-size:1.25rem; }
    .ListPicText .desc { font-size:.9375em; }

    /* 圖左文右 - list-view */
    .ListPicText.list-view .item { width: 100%; }
    .ListPicText.list-view .item > div { padding: 15px;	}
    .ListPicText.list-view .img { float:left; width:360px; max-width:48%; padding-right:15px; }
    .ListPicText.list-view .btn { text-align:right; }

    /* 圖左文右交錯 */
    .ListPicText.list-view.single.staggered .item:nth-child(2n+2) .img { float:right; padding-right:0; padding-left: 15px; }

    /* 圖上文下 - grid-view */
    .ListPicText.grid-view .cont { padding:15px; }
    .ListPicText.grid-view:not(.single) .item { width: 50%; }
}

@media screen and (min-width: 1024px) {
    .ListPicText { margin-top: 20px; }
    .ListPicText > div { margin-left:-20px; margin-right:-20px; }
    .ListPicText .item { padding-left:20px; padding-right:20px; margin-bottom:35px; }
    @media screen and (max-width: 1199px) {
        .ListPicText > div { margin-left:-20px; margin-right:-20px; }
    }

    /* 圖左文右 - list-view */
    .ListPicText.list-view .btn { text-align:right; }

    /* 單欄 */
    .ListPicText.list-view.single.staggered .item:nth-child(2n+2) .img { float:right; }
    .ListPicText.single .img { padding:20px; }
    .ListPicText.grid-view.single .img { padding:0; }
    .ListPicText.single .cont { padding:20px; }
    .ListPicText.single .title { font-size:1.25rem; }

    /* 兩欄 */
    .ListPicText.bisection .item { width:50%; }
    .ListPicText.bisection .cont { padding:20px; }
    .ListPicText.bisection .title { font-size:1.25rem; }
    .ListPicText.bisection .desc { font-size:0.9375rem; }
    .ListPicText.list-view.bisection .img { padding:20px; }
    .ListPicText.list-view.bisection .cont { padding:20px; }

    /* 三欄 */
    .ListPicText.trisection .item { width:33.3333%; }
    .ListPicText.trisection .cont { padding:20px; }
    .ListPicText.trisection .title { font-size:1.25rem; }
    .ListPicText.trisection .desc { font-size:.9375em; }
    .ListPicText.list-view.trisection .img { padding:15px; }
    .ListPicText.list-view.trisection .cont { padding:15px; }

    /* 四欄 */
    .ListPicText.quarters .item { width:25%; }
    .ListPicText.quarters .cont { padding:15px; }
    .ListPicText.quarters .title { font-size:1.125rem; }
    .ListPicText.quarters .desc { font-size:0.875rem; }
    .ListPicText.list-view.quarters .img { padding:15px; }
    .ListPicText.list-view.quarters .cont { padding:15px; }

    /* hover效果 */
    .ListPicText .item > div, .ListPicText .title a { 
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
    .ListPicText .item > div:hover {
        transform: translateY(-5px);
        -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
    }
}

/* 出版品模組 */
.ListPicText.PublicationList .img { background-color: #eee; }
.ListPicText.PublicationList .img > div { background-size: contain; }
.ListPicText.PublicationList .cat { background-color: #ffddde; }
.ListPicText.PublicationList .title a:hover,
.ListPicText.PublicationList .title a:focus { color: var(--main_color); }

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .ListPicText.quarters .item { width:33.3333%; }
}

/*----------------------------------------------------------------------*/
/* 相關連結 */
.ListLinks { margin-bottom: 20px; }
.ListLinks .img > div { width:200px; position:relative; }
.ListLinks .img > div img { display:block; border:1px solid rgba(0,0,0,.2); background-color:#fff; padding:5px; max-width:100%; box-sizing:border-box; }
.ListLinks .title a { 
	display:block; font-weight: 600; line-height:1.5em; font-size:1.125rem; text-decoration:none; 
	}
.ListLinks .title a:hover, .ListLinks .title a:focus { color: var(--main_color); }

@media screen and (max-width: 899px) {
    .ListLinks ul li { padding:20px 10px; }
    .ListLinks ul li:nth-child(even) { background-color:#f3f3f3; border-radius:5px; }
    .ListLinks .title { margin-top:10px; }
    .ListLinks .desc { margin-top:10px; }
}
@media screen and (min-width: 900px) {
    .ListLinks ul { display:table; width:100%; }
    .ListLinks ul li { display:table-row; }
    .ListLinks ul li > div { display:table-cell; vertical-align:middle; padding:20px 10px; }
        .ListLinks ul li > div:first-child { padding-left:20px; }
        .ListLinks ul li > div:last-child { padding-right:20px; }
    .ListLinks ul li:nth-child(even) > div { background-color:#f3f3f3; }
        .ListLinks ul li:nth-child(odd) > div:first-child { border-radius:4px 0 0 4px; }
        .ListLinks ul li:nth-child(odd) > div:last-child { border-radius:0 4px 4px 0; }
    .ListLinks .img { width:20%; }
    .ListLinks .title { width:35%; }
    .ListLinks .desc { width:45%; }
}
@media screen and (min-width: 1280px) {
    .ListLinks .title a { font-size: 1.25em; }
}


/*----------------------------------------------------------------------*/
/* RWD */
@media screen and (max-width: 639px) {
    #ContentHeader { padding-top: 5px; }
    #Content { padding: 15px; border-radius: 20px; }
    .post_info.below span { font-size: .875em; letter-spacing: 0; padding-left: .5em; }

    /* 標題 */
    .PageTitle h2 { font-size: 1.5em; }
    h3.articleTitle { font-size: 1.5em; }
    .item_title h3 { font-weight: bold; font-size: 1.25em; }
    .post_info { font-size: .875em; }

    /* 麵包列 */
    #Breadcrumbs { display:none; }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #Content { padding: 25px 30px 30px 30px; margin-bottom: 40px; }
    #ContentHeader { padding-top: 15px; padding-bottom: 5px; }

    /* 標題 */
    h3.articleTitle { font-size: 1.625em; }
    .item_title h3 { font-weight: bold; font-size: 1.375em; }
    .post_info { font-size: .9375em; }

    /* 麵包列 */
    #Breadcrumbs { display:none; }
}

@media screen and (min-width: 1024px) {
    #ContentHeader { padding-top: 20px; padding-bottom: 15px; }
    #Content { margin-bottom: 60px; }

    /* 單元頁 */
    .SubMenuList ul { display: flex; flex-wrap: wrap; }
    .SubMenuList ul li { width: calc(50% - 15px); }
    .SubMenuList ul li:nth-child(2n) { margin-left: 30px; }
    .SubMenuList li a { font-size:1.125rem; }
}

@media screen and (min-width: 1280px) {
    h3.articleTitle { font-size: 2.25em; }
    #Content { margin-bottom: 70px; }
}

/*----------------------------------------------------------------------*/
/* 出版品模組 - 商品內頁 */
.ProductBrief { max-width:1060px; margin:0 auto; }
.ProductBrief > div { flex:0 1 auto; }
.ProductBrief::after { content:''; display:block; clear:both; }

.ProductBrief .p_title { font-size:1.875rem; font-weight:bold; line-height:1.25em; }
	.ProductBrief .ProductImagesWrap .p_title { margin-bottom:20px; }

.ProductDesc .p_tag { margin-top: 15px; }
.ProductDesc .p_tag span { background-color: #ffddde; display: inline-block; padding: .3em 1em; border-radius: 20px; font-weight: bold; font-size: .9375em; }

.ProductDesc .info_list { margin: 15px 0; }
.ProductDesc .info_list ul li { width:100%; border-bottom:1px solid #ddd; padding:10px 5px; line-height: 1.875em; }
.ProductDesc .info_list ul li:first-child { border-top:1px solid #ddd; }
.ProductDesc .info_list li .label { font-weight:bold; }
.ProductDesc .info_list li .label::after { content:'：'; }
.ProductDesc .info_list li .number { font-size: 1.5em; font-family: "Poppins", sans-serif; font-weight: 600; }

.ProductDesc .p_desc { padding:10px 0; line-height: 1.875em; }
.ProductDesc .p_desc.last { border-top: 1px dashed #ddd; }
.ProductDesc .p_desc.last span { background-color: #eee; border-radius: 5px; padding: 5px 10px; font-size: .9375em; font-weight: bold; }

@media screen and (max-width: 959px) {
    .ProductImagesWrap { max-width:540px; margin:0 auto 30px; }
}
    @media screen and (min-width: 639px) and (max-width: 959px) {
        .ProductDesc .info_list ul li { display: flex; }
        .ProductDesc .info_list li .label { width: 6em; flex-shrink: 0; text-align: right; }
    }
@media screen and (min-width: 960px) {
    .ProductImagesWrap { float:left; width:480px; }
    .ProductImagesWrap .p_title { display:none; }
    .ProductDesc { float:right; width:calc(100% - 480px); }
}
	@media screen and (min-width: 960px) and (max-width: 1279px) {
        .ProductDesc { padding-left:30px; }
        .ProductDesc .p_desc { font-size:0.9375rem; }
	}
	@media screen and (min-width: 1280px) {
	    .ProductDesc { padding-left:5.2vw; }
        .ProductDesc .info_list ul li { display: flex; }
        .ProductDesc .info_list li .label { width: 6em; flex-shrink: 0; text-align: right; }
	}


/* 產品輪播圖 */
.sr-text {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	}

@media screen and (max-width: 479px) {
.main-img-slider { margin-left:-15px; margin-right:-15px; }
}
.ProductImages li, .ProductImages figure, .ProductImages a, .ProductImages img { display:block; outline:none; border:none; }
.ProductImages .main-img-slider figure { margin:0 auto; position:relative; }
.ProductImages .main-img-slider figure.slick-current::before { opacity:1; }
.ProductImages .main-img-slider figure a { 
	padding-bottom:75%; background-repeat:no-repeat; background-position:center center; background-size:contain; overflow:hidden; position:relative; 
	}
.ProductImages .main-img-slider figure a img { position:absolute; top:100%; left:100%; }
.ProductImages .main-img-slider figure a:focus::after { 
	content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:2px dashed var(--main_color); box-sizing:border-box; 
	}
.ProductImages .thumb-nav { max-width:100%; margin:20px auto 0; padding:0 30px; box-sizing:border-box; }

.ProductImages .slick-slider .slick-prev, .ProductImages .slick-slider .slick-next { 
	position:absolute; z-index:9999; cursor:pointer; text-indent:-999px; overflow:hidden; 
	-webkit-transition:0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	.ProductImages .slick-slider .slick-prev { left:0; }
	.ProductImages .slick-slider .slick-next { right:0; }
	.ProductImages .slick-slider .slick-prev.slick-disabled, .ProductImages .slick-slider .slick-next.slick-disabled { 
		display:none !important; opacity:0 !important; cursor:default !important; 
		}
	.ProductImages .main-img-slider .slick-prev, .ProductImages .main-img-slider .slick-next { 
		background-color:rgba(255,255,255,0.5); top:50%; margin-top:-16px; width:32px; height:32px; opacity:0.7; 
		}
	.ProductImages .main-img-slider .slick-prev:hover, .ProductImages .main-img-slider .slick-next:hover { background-color:rgba(255,255,255,0.8); opacity:1; }
	.ProductImages .thumb-nav .slick-prev, .ProductImages .thumb-nav .slick-next { 
		background-color:#e5e5e5; top:0; width:25px; height:100%; 
		}
	.ProductImages .thumb-nav .slick-prev:hover, .ProductImages .thumb-nav .slick-next:hover { background-color: var(--main_color); }
.ProductImages .slick-slider .slick-prev:before, .ProductImages .slick-slider .slick-next:before { 
	content:''; display:block; position:absolute; top:50%; width:8px; height:8px; margin-top:-4px;
	border-width:2px 0 0 2px; border-style:solid;
	}
	.ProductImages .main-img-slider .slick-prev:before, .ProductImages .main-img-slider .slick-next:before { border-color:#000; }
	.ProductImages .thumb-nav .slick-prev:before, .ProductImages .thumb-nav .slick-next:before { border-color:#666; }
	.ProductImages .thumb-nav .slick-prev:hover:before, .ProductImages .thumb-nav .slick-next:hover:before { border-color:#fff; }
.ProductImages .slick-slider .slick-prev:before { 
	left:50%; margin-left:-4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.ProductImages .slick-slider .slick-next:before { 
	right:50%; margin-right:-4px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.ProductImages .thumb-nav li { display:block; margin:0; width:80px; cursor:pointer; }
	@media screen and (max-width: 479px) {
	.ProductImages .thumb-nav li { padding:0 2px; }
	}
	@media screen and (min-width:480px) {
	.ProductImages .thumb-nav li { padding:0 10px; }
	}

.ProductImages .thumb-nav li span {
	display:block; width:100%; padding-bottom:75%; overflow:hidden; position:relative; 
	background-position:center center; background-repeat:no-repeat; background-size:contain; 
	-webkit-transition:0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	.ProductImages .thumb-nav li:hover span { border-color:#ff8593; }
	.ProductImages .thumb-nav li.slick-current span::after { 
		content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:2px solid #ff8593; box-sizing:border-box;
		}

/* noscript */
.ProductBrief.noscript { max-width:none; }
.ProductBrief.noscript .ProductImagesWrap { float:none; width:100%;; }
.ProductBrief.noscript .ProductImagesWrap .p_title { display:block; text-align:center; }
.ProductBrief.noscript .main-img-slider { text-align:center; }
.ProductBrief.noscript .main-img-slider figure { display:inline-block; width:400px; }
.ProductImages .noscript a { display:inline-block; }

/* 出版品表單 */
fieldset.FormGroup.ProductForm { max-width: 1060px; margin-left: auto; margin-right: auto; }
fieldset.FormGroup.ProductForm td { display: flex; flex-wrap: wrap; }
fieldset.FormGroup.ProductForm td .unit + .check_btn { margin-left: 10px; }

/* 出版品列表 */
.PublicationHeader { display: flex; justify-content: space-between; }
.PublicationHeader .BtnCommon { margin-top: 0; margin-bottom: 25px; align-items: center; flex-shrink: 0; }

@media screen and (min-width:1024px) {
	fieldset.FormGroup.ProductForm { margin-top: 60px; }
    .PublicationHeader > * { flex: 1; }
}

@media screen and (max-width: 639px) {
    .PublicationHeader { flex-direction: column; }
    .PublicationHeader .ListSearch { margin-bottom: 10px; }
    .PublicationHeader .BtnCommon { justify-content: flex-start; margin-bottom: 10px; }
    .PublicationHeader .BtnCommon > div { margin-left: 0; }
}

/*----------------------------------------------------------------------*/
/* 常見問答 */
.QnaList { margin-top:30px; margin-bottom:30px; }
.QnaList li { margin-bottom:30px; }
.QnaList li:last-child { margin-bottom:0; }

.QnaList .ques { 
	background-color:#eee; width:100%; padding-top:10px; padding-bottom:10px; padding-right:35px; padding-left:60px; border-radius:5px; overflow:hidden; cursor:pointer; position:relative; 
	}
	.QnaList .slideDown .ques { box-shadow:0 0 20px rgba(0,0,0,0.4); }
.QnaList .ques::before { 
	content:"Q"; display:flex; align-items:center; justify-content:center;
	position:absolute; top:0; left:0; background: var(--main_color); width:44px; height:100%; box-sizing:border-box; border-radius:5px; 
	font-family:"Poppins", sans-serif; font-weight:700; font-size:24px; color:#fff; 
	}
.QnaList .ques::after { 
	content:""; display:block; position:absolute; top:50%; right:10px; width:8px; height:8px; border-right:3px solid #a4a4a4; border-top:3px solid #a4a4a4; margin-top:-6px;
    transform:rotate(135deg); transition: all 0.3s ease;
	}
	.QnaList .slideDown .ques::after { transform:rotate(-45deg); margin-top: -2px; }
.QnaList .ques span { display:block; }
.QnaList .ques .title { 
	padding:5px 0; text-align:left; font-weight:700; font-size:1.5rem; line-height:1.375em; letter-spacing:0.1em; 
	}

.QnaList .ans { display:none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px; position:relative; }
.QnaList .ans .editable_content { padding-left:0; padding-right:0; margin-top:0; margin-bottom:0; }

.QnaList .ques:hover, .QnaList .ques:focus, .QnaList .slideDown .ques { background-color: var(--color2); }
.QnaList .ques:hover .title, .QnaList .ques:focus .title, .QnaList .slideDown .ques .title { }
.QnaList .ques:hover::before, .QnaList .ques:focus::before, .QnaList .slideDown .ques::before {  }
.QnaList .ques:hover::after, .QnaList .ques:focus::after, .QnaList .slideDown .ques::after { border-color:#333; }

/* RWD */
@media screen and (max-width: 479px) {
.QnaList .ques .title { font-size:1.125rem; }
}
@media screen and (min-width: 480px) {
.QnaList .ques .title { font-size:1.375rem; }
}