@charset "utf-8";

/*----------------------------------------------------------------------*/
/* 內頁 */
#Header { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
#Center { overflow:hidden; }
#Content::after { content:''; clear:both; display:block; width:100%; }
#Center > *:last-child, #Content > *:last-child { margin-bottom:0; }

#Content { position: relative; }
#Content .guide_title { position: absolute; top: 0; left: 0; }

/*----------------------------------------------------------------------*/
/* 導覽列(麵包屑) */
#Breadcrumbs ul { display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 20px; }
#Breadcrumbs ul li { letter-spacing: .15em; line-height:1.25em; position:relative; font-size: .9375em; }
#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 { text-align: center; margin-bottom: 30px; font-family: "Noto Serif TC", serif; }
.PageTitle h2 { font-size: 2.5em; font-weight: 500; color: #333; line-height: 1.25em; position: relative; white-space: nowrap; letter-spacing: .2em; display: inline-block; margin: 11px 0; }
.PageTitle h2::before, .PageTitle h2::after { content: ''; width: 100%; height: 1px; background-color: #b2b2b2; position: absolute; }
.PageTitle h2::before { left: -1.25em; top: -.25em; }
.PageTitle h2::after { right: -1.25em; bottom: -.25em; }
.PageTitle h2 span::before { content: ''; width: 12px; height: 12px; border-radius: 50%; background-color: var(--main_color); position: absolute; top: calc(50% - 6px); left: -.625em; }

h3.articleTitle { margin-bottom:20px; line-height:1.25em; letter-spacing: .1em; font-family: "Noto Serif TC", serif; font-size: 1.875em; }

.post_info { display: flex; flex-wrap: wrap; align-items: flex-start; line-height: 1.5em; }
.post_info span { padding-top: 6px; padding-bottom: 4px; color:#555; position: relative; letter-spacing: .1em; font-family: 'Josefin Sans', 'Heiti TC', '黑體-繁', 'Microsoft JhengHei', '微軟正黑體', sans-serif; font-weight: 400; }
.post_info span:not(:first-child) { margin-left:12px; padding-left: 12px; border-left: 1px solid #ccc; }

.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: #ccc; }
.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; margin-bottom: 15px; }
.ToolBar a.guide_title { position: absolute; left: -1.5em; top: 0; color: #fff; }
.ToolBar a.guide_title:hover, .ToolBar a.guide_title:focus { background-color: #fdc147; }
.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 -40px; }
.ToolBar .colm_left a.return:hover span::after, .ToolBar .colm_left a.return:focus span::after { background-position:-40px 0; }
.ToolBar .colm_left a.print:hover span::after, .ToolBar .colm_left a.print:focus span::after { background-position:-40px -40px; }

.ToolBar .colm_right, .ToolBar .colm_right dl { display: flex; }
.ToolBar .colm_right dt { font-size: 0; }
.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 -80px; }
    .ToolBar dl.font_size dd.font_medium a::after { background-position:0 -120px; }
    .ToolBar dl.font_size dd.font_big a::after { background-position:0 -160px; }
.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:-40px -80px; }
	.ToolBar dl.font_size dd.font_medium a:hover::after, .ToolBar dl.font_size dd.font_medium a:focus::after { background-position:-40px -120px; }
	.ToolBar dl.font_size dd.font_big a:hover::after, .ToolBar dl.font_size dd.font_big a:focus::after { background-position:-40px -160px; }

.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 -200px; }
	.ToolBar dl.share dd.twitter a::after { background-position:0 -240px; }
	.ToolBar dl.share dd.line a::after { background-position:0 -280px; }
.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:-40px -200px; }
.ToolBar dl.share dd.twitter a:hover::after, .ToolBar dl.share dd.twitter a:focus::after { background-position:-40px -240px; }
.ToolBar dl.share dd.line a:hover::after, .ToolBar dl.share dd.line a:focus::after { background-position:-40px -280px; }

.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; 
}

.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: 40px; height: 40px; margin: -20px 0 0 -20px; }

.ToolBar .sr-only{display:none; }

@media screen and (max-width: 1023px) {
    .ToolBar .colm_left { display:none; }
    .ToolBar .colm_right { justify-content: space-between; }
    .ToolBar dl.share { padding-left: 12px; }
}
@media screen and (min-width: 1024px) {
    .ToolBar { display: flex; justify-content: space-between; }
    .ToolBar dl.share dt::before { content: ''; position: absolute; left: 0; top: 5px; width: 1px; height: 40px; background-color: #ccc; }
    .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 { margin-right:10px; line-height:35px; font-family:'Noto Serif TC', sans-serif; font-weight:700; }
.ListSearch .btn button { 
	line-height:40px; padding:0 10px 0 35px; background-color:#555; border:none; color:#fff; font-weight:bold; cursor: pointer; font-size: 1em;
	position:relative; border-radius:5px; margin-bottom: 15px;
	}
	.ListSearch .btn button::before { content: ''; position: absolute; top: 50%; left:20px; transform: translate(-50%, -50%); width: 18px; height: 18px; background: url(../images/icon_search_w.svg) no-repeat center; }
.ListSearch .btn button:hover, .ListSearch .btn button:focus { background-color: var(--main_color); }
.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%; }
    .ListSearch .item .label { padding-bottom:10px; line-height:1.25em; }
    .ListSearch .item .cont { width:100%; }
}
	
/*----------------------------------------------------------------------*/
/* 分類下拉 */
.CatTitle { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; letter-spacing: 1.5px; }
.CatTitle h3 { font-family: "Noto Serif TC", serif; font-weight: 700; line-height:1.25em; font-size:1.375em; padding-right: 1em; }
.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 { background-color:#fff; -webkit-box-shadow:none; -moz-box-shadow:none;	box-shadow:none; border:1px solid #d7d7d7; margin-bottom: 10px; margin-right: 1em; margin-top: 0; }
.cat_select.FormElmt select:focus { border:1px solid #aaa; }
.CatTitle .cat_select .btn button { font-size: 1em; color:#fff; background-color:#333; border-radius: 10px; padding:0 1.5em; letter-spacing: .125em; -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(--main_color); 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: 46px; line-height: 46px; }

/*----------------------------------------------------------------------*/
/* 頁碼 */
#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-weight: bold;
}
#Pagination a:hover, #Pagination a:focus { background-color:#eee; }
#Pagination a.focuz { background-color: #fff; color:var(--main_color); font-weight: bold; }
	#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(--main_color); color: #fff; }
    #Pagination a.first:focus, #Pagination a.prev:focus, #Pagination a.next:focus, #Pagination a.last:focus { background-color: var(--main_color); 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::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 #ccc; border-radius: 5px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
#Pagination .setting select:focus, #Pagination .setting input[type="text"]:focus { outline: none; border: 1px solid var(--main_color); }
#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(--main_color); 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: 700;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:5px;
	}
.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; }
.ListTable table { width:100%; }
.ListTable img { max-width: 100%; }
.ListTable + .ListTable { margin-top: 40px; }

.ListTable th { color:#fff; background-color:var(--main_color); padding:15px; }
.ListTable th.no { white-space: nowrap; }
.ListTable td.title { line-height:150%; }
.ListTable td.title a { display:block; text-decoration:none; font-family: "Noto Serif TC", serif; font-weight: 700; }
.ListTable td.title a:hover, .ListTable td.title a:focus { color:var(--main_color); }
.ListTable td.date { font-family: "Josefin Sans", sans-serif; font-weight: 400; }

.ListTable td.title a.icon_key { display: inline-block; }
.ListTable td.download ul { display: flex; flex-wrap: wrap; }
.ListTable td.download ul li { margin: 5px; }
.ListTable td.download a { display: block; font-size: 0; text-indent: -10000px; width: 30px; height: 30px; }
.ListTable td.download .file_ext::before { width: 100%; height: 100%; }
.ListTable td.hash_value { word-break:break-all; text-align: left; }

/*----------------------------------------------------------------------*/
/* 雜湊值驗證 */
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:20px; height:21px; margin-left:6px; font-size: 0; background: url(../images/icon_key.png) no-repeat center; display: inline-block; vertical-align: middle; transition: .3s; }
a.icon_key:hover, a.icon_key:focus { opacity: 0.7; }

/*----------------------------------------------------------------------*/
/* 按鈕樣式 */
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; background-color:#333; color:#fff; }
.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(--main_color); padding:0 10px; margin:0 5px 5px; border-radius:1em; }
.SearchResult .header .total { display:inline-block; margin-top:10px; line-height:2em; }
.SearchResult .header .total span { margin:0 5px; color:var(--color3); font-weight:500; }

.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; font-weight:700; position:relative; font-family: "Noto Serif TC", serif; }
.SearchResult .results_list .title a { display:inline-block; color:#333; text-decoration:none; }
.SearchResult .results_list .title span { color:var(--main_color); }
.SearchResult .results_list .title a:hover, .SearchResult .results_list .title a:focus { color:var(--main_color); }
.SearchResult .results_list .date { display:inline-block; align-items:center; color:#555; line-height:1.25em; font-family: "Josefin Sans", sans-serif; }
.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 #ccc; }
.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(--main_color); }
.SearchResult .results_list .desc { margin-top:12px; padding-top:10px; border-top:1px solid #ccc; 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(--main_color); }

@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:20px 25px; }
    .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; }
}

/*----------------------------------------------------------------------*/
/* 網站導覽 */
.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(--main_color);  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 #333; background-color:#fff; padding-bottom:20px; color:#333; }
.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:#333; padding-left:10px; padding-right:10px; line-height:2.75em; font-size:1.125rem; text-align:center; color:#fff; }
.sitemap_tree .home a:hover, .sitemap_tree .home a:focus { background-color: var(--main_color); }
.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; }

/*----------------------------------------------------------------------*/
/* 單元頁 */
.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;
	-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;
    letter-spacing: .1em; font-family: 'Josefin Sans', sans-serif; font-weight: 400;
	}
.ListPicText .cat { background-color: var(--main_color); display: inline-block; padding: .25em 10px;    color: #fff; font-weight: bold; letter-spacing: .1em; }
.ListPicText .date + .cat { margin-left: 10px; }

.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-family: "Noto Serif TC", serif; font-weight: 700; color: var(--color1);
    text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;
	}
.ListPicText .title a:hover, .ListPicText .title a:focus { color: var(--main_color); }
.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.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 a { font-size:1.25rem; }
    .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.principal .img > div { padding-bottom: 150%; background-position: center top; }
.ListPicText.principal .desc { height:auto !important; max-height:none !important; overflow:visible !important; text-overflow:clip !important; display:block !important; }

/* 人員介紹 */
.ListPicText.staff .img > div { padding-bottom:100%; background-size:contain; }
@media screen and (min-width: 640px) {
    .ListPicText.list-view.staff .img { width:200px; max-width:40%; }
}
.ListPicText.staff .title a { height:auto !important; max-height:none !important; overflow:visible !important; text-overflow:clip !important; display:block !important; }
.ListPicText.staff .desc { height:auto !important; max-height:none !important; overflow:visible !important; text-overflow:clip !important; display:block !important; }

/*----------------------------------------------------------------------*/
/* 相關連結 */
.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-family: "Noto Serif TC", serif; font-weight: 700; 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; }
}

/*----------------------------------------------------------------------*/
/* 課程架構 */
.Sharelearning_Curriculum .title { margin-bottom:20px; padding:10px 10px; background-color:#384952; line-height:1.5em; color:#fff; font-size:1.5rem; font-weight:500; text-align:center; }
.Sharelearning_Curriculum .title span { display:inline-block; padding:0 1em; position:relative; }
.Sharelearning_Curriculum .title span::before, 
.Sharelearning_Curriculum .title span::after { 
	content:''; display:block; position:absolute; top:50%; width:10px; height:10px; margin-top:-4px; background-color:#ffc000; border-radius:50%; 
	}
	.Sharelearning_Curriculum .title span::before { left:0; }
	.Sharelearning_Curriculum .title span::after { right:0; }

/* 第一層 */
.Sharelearning_Curriculum .list { display:flex; flex-wrap:wrap; margin:0 -15px; }
.Sharelearning_Curriculum .list a { display:block; text-decoration:none; }
.Sharelearning_Curriculum .list ul li { padding:0.25em 0; line-height:1.5em; }
.Sharelearning_Curriculum .list > li { padding:0 15px; }
.Sharelearning_Curriculum .list > li > span { display:block; color:#fff; font-size:1.125rem; font-weight:500; text-align:center; line-height:2em; }
.Sharelearning_Curriculum .list .cat_a > span { background-color:#008822; }
.Sharelearning_Curriculum .list .cat_b > span { background-color:#0070d8; }
.Sharelearning_Curriculum .list .cat_c > span { background-color:#bb5800; }
.Sharelearning_Curriculum .list .cat_d > span { background-color:#e40072; }

/* 第二層 */
.Sharelearning_Curriculum .list > li > ul { padding-left:1.225em; }
.Sharelearning_Curriculum .list > li > ul > li { position:relative; padding-left:0.25em; }

/* 第三層以後子選單 */
.Sharelearning_Curriculum .list > li > ul ul { display:none; }

/* 第三層 */
.Sharelearning_Curriculum .list > li > ul > li > ul { padding-left:1.1em; }
.Sharelearning_Curriculum .list > li > ul > li > ul > li { position:relative; padding-left:0.25em; }

/* 第四層 */
.Sharelearning_Curriculum .list > li > ul > li > ul > li > ul { padding-left:1.1em; }
.Sharelearning_Curriculum .list > li > ul > li > ul > li > ul > li { position:relative; padding-left:0.25em; }

/* 第五層 */
.Sharelearning_Curriculum .list > li > ul > li > ul > li > ul > li > ul { padding-left:1.1em; }
.Sharelearning_Curriculum .list > li > ul > li > ul > li > ul > li > ul > li { position:relative; padding-left:0.25em; }

/* arrow-icon */
.Sharelearning_Curriculum .list .arrow-icon { position:absolute; top:0; right:0; width:100%; height:1.75em; text-indent:-999px; overflow:hidden; }
	.Sharelearning_Curriculum .list li.arrow > span { display:block; padding-right:10px; }
.Sharelearning_Curriculum .list .arrow-icon::before, 
.Sharelearning_Curriculum .list .arrow-icon::after { 
	content:''; display:block; position:absolute; top:50%; right:0; width:9px; height:1px; margin:-1px 0 0 0; background-color:#999; transition:all 0.3s ease;
	}
	.Sharelearning_Curriculum .list .arrow-icon::after { transform:rotate(90deg); }
	.Sharelearning_Curriculum .list .slideDown > .arrow-icon::after { transform:rotate(0); }

/* 線條及dot */
/*.Sharelearning_Curriculum .list ul li::before { content:''; position:absolute; top:0; left:-0.6125em; margin-left:-1px; width:2px; height:100%; opacity:0.25; }
	.Sharelearning_Curriculum .list .cat_a li::before { background-color:#00cc00; }
	.Sharelearning_Curriculum .list .cat_b li::before { background-color:#00b0f0; }
	.Sharelearning_Curriculum .list .cat_c li::before { background-color:#ffc000; }
	.Sharelearning_Curriculum .list .cat_d li::before { background-color:#ff3399; }
.Sharelearning_Curriculum .list ul li:last-child::before { height:calc(1em + 1px); }
.Sharelearning_Curriculum .list ul li::after { content:''; position:absolute; top:1em; left:-0.6125em; margin-top:-1px; width:10px; height:2px; opacity:0.25; }
	.Sharelearning_Curriculum .list .cat_a li::after { background-color:#00cc00; }
	.Sharelearning_Curriculum .list .cat_b li::after { background-color:#00b0f0; }
	.Sharelearning_Curriculum .list .cat_c li::after { background-color:#ffc000; }
	.Sharelearning_Curriculum .list .cat_d li::after { background-color:#ff3399; }*/

.Sharelearning_Curriculum .list ul li::before { 
	content:''; position:absolute; top:0; left:-0.6125em; margin-left:-1px; width:2px; height:100%; background-color:#b4b4b4; opacity:0.25; 
	}
	.Sharelearning_Curriculum .list ul li:last-child::before { height:calc(1em + 1px); }
.Sharelearning_Curriculum .list ul li::after { 
	content:''; position:absolute; top:1em; left:-0.6125em; margin-top:-7px; margin-left:-7px; width:14px; height:14px; border:4px solid #fff; border-radius:50%; box-sizing:border-box; 
	}
	.Sharelearning_Curriculum .list .cat_a li::after { background-color:#008822; }
	.Sharelearning_Curriculum .list .cat_b li::after { background-color:#0070d8; }
	.Sharelearning_Curriculum .list .cat_c li::after { background-color:#bb5800; }
	.Sharelearning_Curriculum .list .cat_d li::after { background-color:#e40072; }

/* 結點hover */
.Sharelearning_Curriculum .list .cat_a .arrow-icon:hover::before, 
.Sharelearning_Curriculum .list .cat_a .arrow-icon:hover::after { background-color:#008822; }
.Sharelearning_Curriculum .list .cat_b .arrow-icon:hover::before, 
.Sharelearning_Curriculum .list .cat_b .arrow-icon:hover::after { background-color:#0070d8; }
.Sharelearning_Curriculum .list .cat_c .arrow-icon:hover::before, 
.Sharelearning_Curriculum .list .cat_c .arrow-icon:hover::after { background-color:#bb5800; }
.Sharelearning_Curriculum .list .cat_d .arrow-icon:hover::before, 
.Sharelearning_Curriculum .list .cat_d .arrow-icon:hover::after { background-color:#e40072; }
.Sharelearning_Curriculum .list .cat_a .arrow:hover > span { color:#008822; }
.Sharelearning_Curriculum .list .cat_b .arrow:hover > span { color:#0070d8; }
.Sharelearning_Curriculum .list .cat_c .arrow:hover > span { color:#bb5800; }
.Sharelearning_Curriculum .list .cat_d .arrow:hover > span { color:#e40072; }

/* RWD */
@media screen and (max-width: 479px) {
.Sharelearning_Curriculum .list > li { width:100%; }
}
	@media screen and (max-width: 359px) {
	.Sharelearning_Curriculum .list { font-size:0.9375rem; }
	}
@media screen and (min-width:480px) and (max-width: 1023px) {
.Sharelearning_Curriculum .list > li { width:50%; }
}
	@media screen and (min-width: 480px) and (max-width: 539px) {
	.Sharelearning_Curriculum .list { font-size:0.875rem; margin:0 -10px; }
	.Sharelearning_Curriculum .list > li { padding:0 10px; }
	}
	@media screen and (min-width: 540px) and (max-width: 639px) {
	.Sharelearning_Curriculum .list { font-size:0.9375rem; }
	}
@media screen and (min-width: 1024px) {
.Sharelearning_Curriculum .list > li { width:25%; }
}
	@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.Sharelearning_Curriculum .list { font-size:0.875rem; margin:0 -10px; }
	.Sharelearning_Curriculum .list > li { padding:0 10px; }
	}
	@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.Sharelearning_Curriculum .list { font-size:0.9375rem; }
	}


/*----------------------------------------------------------------------*/
/* 客製單篇 */
/* 共學園活動課程架構表格 */
.curriculum-table { width:100%; border:2px solid #384952; }
.curriculum-table th, .curriculum-table td { padding:5px 10px; border-bottom:1px solid #384952; border-right:1px solid #384952; transition:all 0.3s ease; }
.curriculum-table tr:last-child th, .curriculum-table tr:last-child td { border-bottom:0; }
.curriculum-table tr td:last-child { border-right:0; }
.curriculum-table th { background-color:#f4f4f4; font-weight:500; white-space:nowrap; }
.curriculum-table tr:hover th, .curriculum-table tr:hover td { background-color:#fff3bb; }

/* 學習成果與紀錄表格 */
.learning-outcomes-table { width:100%; }
.learning-outcomes-table th, .learning-outcomes-table td { border-bottom:10px solid #fff; padding:5px 10px; transition:all 0.3s ease; }
.learning-outcomes-table th { background-color: #384952; color:#fff; font-weight:500; white-space:nowrap; }
.learning-outcomes-table td { background-color:#f7f7f7; }
.learning-outcomes-table tr:hover th { background-color:var(--color1); }
.learning-outcomes-table tr:hover td { background-color:#e1f3ff; }

/*----------------------------------------------------------------------*/
/* RWD */
@media screen and (max-width: 639px) {
    #ContentHeader { padding-top: 30px; }
    #Content { padding-bottom:1em; }
    .post_info.below span { font-size: .875em; letter-spacing: 0; padding-left: .5em; }

    /* 標題 */
    .PageTitle h2 { font-size: 1.75em; }
    h3.articleTitle { font-size: 1.5em; }
    .item_title h3 { font-weight: bold; font-size: 1.25em; }

    /* 麵包列 */
    #Breadcrumbs { display:none; }

    /* 分類下拉 */
    .CatTitle { padding: 15px 15px 5px 15px; flex-direction: column; align-items: flex-start; }
    .CatTitle .cat_select .title { width: 100%; padding: 5px 0; }
    .cat_select.FormElmt select, .CatTitle .cat_select .btn { height: 40px; line-height: 40px; }
    .cat_select.FormElmt select { width: 100%; max-width: 300px; }
    .CatTitle .cat_select { width: 100%; }

    /* 列表搜尋 */
    .ListSearch .btn button { margin-bottom: 0; margin-top: 5px; }
    .ListSearch.FormElmt input[type="text"] { width:100%; }

    /* 文字列表 */
    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 rgba(0,0,0,.2); }
    .ListTable tr { padding:10px 15px; border-bottom: 1px solid rgba(0,0,0,.2); }
    .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 { display: none; }
    .ListTable td.title { font-size: 1.125em; }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #ContentHeader { padding-top: 40px; }
    #Content { padding-bottom:2em; }

    /* 標題 */
    h3.articleTitle { font-size: 1.625em; }
    .item_title h3 { font-weight: bold; font-size: 1.375em; }

    /* 麵包列 */
    #Breadcrumbs { display:none; }

    /* 分類下拉 */
    .CatTitle .cat_select { margin-top:10px; }

    /* 列表搜尋 */
    .ListSearch .item { margin-right: 20px; line-height:40px; }
    .ListSearch .BtnCommon input { line-height:40px; height:40px; width: 40px; }

    /* 文字列表 */
    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 rgba(0,0,0,.2); }
    .ListTable tr { padding:10px 15px; border-bottom: 1px solid rgba(0,0,0,.2); }
    .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 { display: none; }
    .ListTable td.title { font-size: 1.25em; }
}

@media screen and (min-width: 1024px) {
    #ContentHeader { padding-top: 60px; }
    #Content { padding-bottom: 60px; }
    .PageTitle h2 { font-size: 2.75em; }

    /* 列表搜尋 */
    .ListSearch { border-bottom:1px solid #ddd; }
    .ListSearch .item { margin-right: 20px; }
    .ListSearch .btn { padding-top: 35px; }
    .ListSearch .item { line-height:46px; }
    .ListSearch .btn button { line-height:46px; height:46px; }

    /* 文章標籤 */
    .post_info span.date { font-size: 1.25em; }
    .post_info span.tag { font-size: 1.125em; }
    
    /* 文字列表 */
    .ListTable th, .ListTable td { line-height:1.5em; vertical-align:middle; }
    .ListTable th { font-size: 1.125em; padding:24px 15px; position: relative; }
    .ListTable th::before { content: ''; position: absolute; top: 30%; left: 0; height: 40%; width: 1px; background-color: #fff; }
    .ListTable th:first-child::before { display: none; }
    .ListTable td { padding:30px 15px; text-align:center; }
    .ListTable tr:nth-child(2n+3) { background-color:#f3f3f3; }
    .ListTable tr { border-bottom: 1px solid rgba(0,0,0,.2); }
    .ListTable tr:first-child { border-bottom: none; }

    .ListTable th.date { width:7em; }
    .ListTable td.date { width:7em; }
    .ListTable th.edit { width:10em; }
    .ListTable td.edit { width:10em; }
    .ListTable td.title { text-align:left; }
    .ListTable td.link { text-align:left; }
    .ListTable td.download ul { justify-content: center; }

    /* 單元頁 */
    .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.5em; }

    /* 分類下拉 */
    .CatTitle h3 { font-size: 2.25em; }
    .CatTitle .cat_select { font-size: 1.25em; }
    .CatTitle .cat_select .btn button { width: 170px; }
    .cat_select.FormElmt select { width: 340px; }
    .cat_select.FormElmt select, .CatTitle .cat_select .btn button { height: 65px; line-height: 65px; }

    /* 文字列表 */
    .ListTable { font-size: 1.25em; }
}