@charset "utf-8";

/* CSS Document */


/*共用區塊*/

#Footer {
    margin-top: 0;
}


/*----------------------------------------------------------------------*/


/* 內頁 */

#Center {
    padding: 0;
}

#Content {
    max-width: 1280px;
    margin: auto;
    position: relative;
}

.PageTopBar {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    /*background-image:url('../images/bg.jpg'); */
    border-bottom: 1px solid #000;
}

.PageTopBar::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #000 transparent;
    margin-left: -10px;
}


/*----------------------------------------------------------------------*/


/* 內頁元素 */


/* 主視覺 */

#ContKeyVisual img {
    width: 100%;
}


/* 標題 */

.PageTitle {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.PageTitle>div {
    text-align: center;
}

.PageTitle h2 {
    display: inline-block;
    color: #222;
    font-size: 2em;
    line-height: 180%;
    font-weight: normal;
    position: relative;
}

h3.title {
    max-width: 1280px;
    margin: 2rem auto;
    padding: 0 10px;
    position: relative;
}

h3.title::before,
h3.title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

h3.title::before {
    background-color: #cbab68;
    width: 30px;
    height: 30px;
    z-index: 99;
}

h3.title::after {
    background-color: #fff;
    background-image: url("../images/bg_line_50_2.png");
    background-size: 20%;
    width: 30px;
    height: 30px;
    z-index: 98;
    top: -8px;
    left: 1px;
}

h3.title span {
    position: relative;
    z-index: 100;
/*    display: block;*/
    line-height: 160%;
    font-size: 131.3%;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #2c465c;
    padding-left: 10px;
}
h3.title span>span {
	font-size: 100%;
	padding-left: 0;
}

h4.title {
    margin: 15px 0 5px;
    font-size: 1.25rem;
    color: #00a9ef;
}


/*日期*/

.post_info,
.postdate {
    font-size: 93.8%;
    letter-spacing: 0.03em;
    color: #888;
    margin-bottom: 1.5rem;
}


/* 導覽列(麵包屑) */

#Breadcrumbs {
    margin-top: 5px;
}

#Breadcrumbs>div {
    text-align: center;
}

#Breadcrumbs ul {
    overflow: hidden;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
}

#Breadcrumbs ul::before {
    content: '/';
    color: #bbb;
    position: absolute;
    top: 0;
    left: 0;
}

#Breadcrumbs ul::after {
    content: '/';
    color: #bbb;
    position: absolute;
    bottom: 0;
    right: 0;
}

#Breadcrumbs ul li {
    float: left;
    padding-right: 20px;
    font-size: 87.5%;
    color: #444;
    line-height: 24px;
    position: relative;
}

#Breadcrumbs ul li a {
    display: block;
    color: #555;
    text-decoration: none;
    text-align: left;
}

#Breadcrumbs ul li:last-child {
    padding-right: 0;
}

#Breadcrumbs ul li::after {
    content: '-';
    position: absolute;
    top: 0px;
    right: 8px;
    color: #777;
    font-size: 14px;
}

#Breadcrumbs ul li:last-child::after {
    content: '';
}

#Breadcrumbs ul li:last-child a {
    color: #9f363b;
}

#Breadcrumbs ul li a:hover {
    opacity: 0.8;
}

#Breadcrumbs ul li:last-child a:hover {}


/* 工具列 */

.ToolBar {
    overflow: hidden;
    font-size: 87.5%;
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
    margin-top: 5px;
    margin-bottom: 1rem;
}

.ToolBar::after {
    content: '';
    display: block;
    clear: both;
}

.ToolBar dl.font_size,
.ToolBar dl.share {
    height: 32px;
}

.ToolBar .colm_left a,
.ToolBar dl.font_size dt,
.ToolBar dl.share dt {
    line-height: 32px;
}

.ToolBar .colm_left a span,
.ToolBar dl.font_size dd,
.ToolBar dl.font_size a,
.ToolBar dl.share dd,
.ToolBar dl.share a {
    width: 32px;
    height: 32px;
}

.ToolBar .colm_left a,
.ToolBar dl.font_size dd,
.ToolBar dl.share dd a,
.ToolBar .colm_left a span::before {
    -webkit-transition: background-color 0.5s ease, opacity 0.3s ease, border 0.3s ease;
    -moz-transition: background-color 0.5s ease, opacity 0.3s ease, border 0.3s ease;
    transition: background-color 0.5s ease, opacity 0.3s ease, border 0.3s ease;
}

.ToolBar .colm_left,
.ToolBar dl.font_size,
.ToolBar dl.share {
    display: inline-block;
}

.ToolBar .colm_left {
    float: left;
    text-align: center;
}

.ToolBar .colm_left a {
    display: inline-block;
    text-indent: -9999px;
    float: left;
    position: relative;
    text-decoration: none;
    color: #000;
    height: 32px;
    margin-right: 15px;
    padding-left: 30px;
}

.ToolBar .colm_left a::after {
    content: '';
    display: none;
    width: 1px;
    height: 25px;
    background-color: #ddd;
    position: absolute;
    top: 4px;
    right: 0;
}

.ToolBar .colm_left a:last-child::after {
    display: none;
}

.ToolBar .colm_left a:last-child {
    margin-right: 0;
}

.ToolBar .colm_left a span::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/icon_toolbar.png") no-repeat;
}

.ToolBar .colm_left a.return span::before {
    background-position: 9px 7px;
}

.ToolBar .colm_left a.print span::before {
    background-position: 9px -23px;
}

.ToolBar .colm_left a:hover {
    color: #666;
}

.ToolBar .colm_left a:hover span::before {
    background-color: #f5f5f5;
}

.ToolBar .colm_right {
    float: right;
}

.ToolBar dl.font_size {
    position: relative;
    padding-right: 5px;
}

.ToolBar dl.font_size>* {
    float: left;
}

.ToolBar dl.font_size dt {}

.ToolBar dl.font_size dd {
    margin-right: 6px;
}

.ToolBar dl.font_size a {
    display: block;
    background: url("../images/icon_toolbar.png") no-repeat;
    text-indent: -10000px;
}

.ToolBar dl.font_size dd.font_small a {
    background-position: 8px -50px;
}

.ToolBar dl.font_size dd.font_medium a {
    background-position: 8px -84px;
}

.ToolBar dl.font_size dd.font_big a {
    background-position: 6px -115px;
}

.ToolBar dl.font_size dd:hover {
    background-color: #f5f5f5;
}

.ToolBar dl.share>* {
    float: left;
}

.ToolBar dl.share dt {}

.ToolBar dl.share dd {
    margin-right: 6px;
    opacity: 1;
}

.ToolBar dl.share dd:last-child {
    margin-right: 0;
}

.ToolBar dl.share dd a {
    display: block;
    background-color: #fff;
    background: url("../images/icon_toolbar.png") no-repeat;
    text-indent: -10000px;
    cursor: pointer;
}

.ToolBar dl.share dd.facebook a {
    background-position: 10px -146px;
}

.ToolBar dl.share dd.facebook a:hover {
    background-color: #e2e8f5;
}

.ToolBar dl.share dd.twitter a {
    background-position: 7px -173px;
}

.ToolBar dl.share dd.twitter a:hover {
    background-color: #dfeef4;
}

.ToolBar dl.share dd.google_plus a {
    background-position: 8px -204px;
}

.ToolBar dl.share dd.google_plus a:hover {
    background-color: #f7e9e7;
}

.ToolBar dl.share dd.plurk a {
    background-position: 8px -234px;
}

.ToolBar dl.share dd.plurk a:hover {
    background-color: #f7e9e7;
}


/* colorbox */

#colorbox_thum a span {
    padding-bottom: 66.6666%;
}


/*----------------------------------------------------------------------*/


/* 頁碼 */

#Pagination {
    clear: both;
    text-align: center;
}

#Pagination .pages {
    display: inline-block;
    font-size: 87.5%;
}

#Pagination a {
    display: inline-block;
    width: 30px;
    text-decoration: none;
    line-height: 30px;
    color: #333;
    border-bottom: 1px solid transparent;
}

#Pagination a:hover {
    border-bottom: 1px solid #666;
}

#Pagination a.focuz {
    color: #b79a5d;
    border: none;
    border-bottom: 1px solid #b79a5d;
}

#Pagination a.first,
#Pagination a.prev,
#Pagination a.next,
#Pagination a.last {
    width: auto;
    padding: 0 10px;
}

#Pagination .current {
    width: auto;
    background-color: transparent;
    cursor: default;
    padding: 0 10px;
    border: 0;
}

#Pagination .current:hover {
    color: #333;
    background-color: transparent;
    border: 0;
}

#Pagination .setting {
    display: block;
    clear: both;
    padding-top: 15px;
    line-height: 32px;
    color: #515151;
    font-size: 75%;
    letter-spacing: .05em;
}

#Pagination .setting select {
    padding: 6px 0 5px;
    height: 36px;
}

#Pagination .setting input[type="text"] {
    width: 36px;
    height: 36px;
    border: 1px solid #b0b0b0;
    vertical-align: top;
    padding: 0 4px;
    box-sizing: border-box;
}

#Pagination .setting input[type="submit"] {
    height: 36px;
    padding: 0 6px;
    margin-left: 3px;
}

#Pagination .setting input[type="submit"]:hover {}

#Pagination .setting input[type="button"] {
    padding: 0 10px;
    margin-left: 5px;
    vertical-align: top;
    background-color: #b79a5d;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

#Pagination .setting input[type="button"]:hover {
    opacity: 0.85;
}


/* 檔案下載icon */

.file_ext {
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.file_csv {
    background-image: url("../images/file_ext/csv.png");
}

.file_doc {
    background-image: url("../images/file_ext/doc.png");
}

.file_img {
    background-image: url("../images/file_ext/img.png");
}

.file_mov {
    background-image: url("../images/file_ext/mov.png");
}

.file_other {
    background-image: url("../images/file_ext/other.png");
}

.file_pdf {
    background-image: url("../images/file_ext/pdf.png");
}

.file_ppt {
    background-image: url("../images/file_ext/ppt.png");
}

.file_txt {
    background-image: url("../images/file_ext/txt.png");
}

.file_xls {
    background-image: url("../images/file_ext/xls.png");
}

.file_xml {
    background-image: url("../images/file_ext/xml.png");
}

.file_zip {
    background-image: url("../images/file_ext/zip.png");
}

.file_odt {
    background-image: url("../images/file_ext/odt.png");
}

.file_ods {
    background-image: url("../images/file_ext/ods.png");
}

.file_odp {
    background-image: url("../images/file_ext/odp.png");
}


/* 內頁顯示欄位 */

.content_info {
    margin-top: 10px;
    margin-bottom: 30px;
}

.content_info>div {
    background-color: rgba(224, 228, 231, 0.5);
    border-left: 3px solid #667480;
    padding: 10px 15px;
}

.content_info li span {
    font-size: 0.9375rem;
    line-height: 135%;
}

.content_info li span.title {
    color: #222;
    white-space: nowrap;
}

.content_info li span.title::after {
    content: "：";
}

.content_info li span.cont {
    color: #646464;
}

.content_info li span.cont strong {
    color: #9f363b;
}

.content_info li a {
    word-break: break-all;
}


/* 延伸閱讀 */

.related_articles {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-left: 6px solid #b3c2cf;
    background-color: #e8ecf0;
}

.related_articles .title {
    font-weight: normal;
    border-bottom: 2px solid #d7dee5;
    padding: 0 0 10px 30px;
    line-height: 150%;
    color: #2c465c;
    font-size: 112.5%;
    position: relative;
}

.related_articles .title::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../images/icon_related_articles.png") no-repeat 0 0;
    background-size: cover;
}

.related_articles .list {
    list-style-type: decimal;
    margin-left: 30px;
}

.related_articles .list li {
    padding: 10px 0;
    color: #595959;
    font-size: 1.125rem;
    line-height: 150%;
}

.related_articles .list a {
    display: block;
    color: #444;
    text-decoration: none;
}

.related_articles .list a:hover {
    color: #b79a5d;
}


/*----------------------------------------------------------------------*/


/* 搜尋表單 */

.ListSearch>div>div {
    margin-bottom: 10px;
}

.ListSearch .item {
    display: inline-block;
    max-width: 100%;
    line-height: 40px;
    position: relative;
    margin-right: 10px;
}

.ListSearch .label {
    font-size: 0.938em;
    letter-spacing: .03em;
    line-height: 32px;
}

.ListSearch .label::after {
    content: '：';
}

.ListSearch.FormElmt input[type="text"],
.ListSearch.FormElmt select {
    vertical-align: middle;
    margin-bottom: 0;
}

.ListSearch.FormElmt {
    margin-bottom: 20px;
}

.ListSearch.FormElmt select {
    padding: 0 8px;
}

.ListSearch.FormElmt .BtnCommon {
    position: inherit;
    display: inline-block;
    vertical-align: bottom;
}

.ListSearch.FormElmt .BtnCommon input[type="submit"] {
    padding: 0;
    line-height: 40px;
    width: 80px;
    font-size: 100%;
}


/*----------------------------------------------------------------------*/


/* 文字列表 */

.ListTable {
    max-width: 1280px;
    margin: 50px auto 30px;
    position: relative;
}

.ListTable table {
    width: 100%;
    letter-spacing: .03em;
}

.ListTable .title {
    font-weight: 400;
    color: #4d4d4d;
}

.ListTable table td.title {
    font-size: 1.063em;
}

.ListTable table td.title a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: 400;
}

.ListTable table td.title a:hover,
.ListTable table td.title a:focus {
    color: #cbab68;
}

.ListTable table td.download li {
    padding-bottom: 4px;
    display: inline-block;
}

.ListTable table td.download li a {
    text-indent: -10000px;
}

.ListTable table td.download li a:hover,
.ListTable table td.download li a:focus {
    opacity: 0.6;
}

.ListTable table td.ques_fill a {
    display: inline-block;
    background-color: #9f363b;
    padding: 0 10px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: none;
}

.ListTable table td.ques_fill a:hover {
    opacity: 0.8;
}

.ListTable table td.vote_result a {
    display: inline-block;
    background-color: #9f363b;
    padding: 0 10px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: none;
}

.ListTable table td.vote_result a:hover {
    opacity: 0.8;
}

.ListTable table td.vote_type {}

.editable_content+.ListTable {
    margin-top: 15px;
}


/*----------------------------------------------------------------------*/


/* 圖文列表 */

.ListPicText::after,
.ListPicText .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.ListPicText .item,
.ListPicText .item>div,
.ListPicText .img,
.ListPicText .img>div,
.ListPicText .cont,
.ListPicText .btn {
    box-sizing: border-box;
}

.ListPicText {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ListPicText .item {
    background-color: #fff;
    border: 1px solid #949ca2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ListPicText .item>div {
    height: 100%;
    position: relative;
}

.ListPicText .img {
    position: relative;
    padding: 10px;
}

.ListPicText .img>div {
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ListPicText .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
    z-index: 2;
}

.ListPicText .date {
    color: #777;
    line-height: 180%;
}

.ListPicText .cat {
    color: #777;
    line-height: 180%;
    background-color: #eee;
    padding: 3px 10px;
}

.ListPicText .title a {
    display: block;
    color: #2c465c;
    line-height: 160%;
    text-decoration: none;
}

.ListPicText .title a:hover,
.ListPicText .title a:focus {
    color: #ba8f34;
}

.ListPicText .item:hover .title a {
    color: #ba8f34;
}

.ListPicText .desc {
    color: #888;
    line-height: 200%;
}

.ListPicText .btn {
    display: none;
}


/*----------------------------------------------------------------------*/


/* 搜尋結果 */

.SearchResult {
    margin-top: 30px;
    margin-bottom: 30px;
}

.SearchResult .results_count {
    padding: 10px 15px;
    background-color: #f0f0f0;
}

.SearchResult .item {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
    overflow: hidden;
}

.SearchResult .item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.6);
}

.SearchResult .title {
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 1.375em;
    letter-spacing: 0.03em;
}

.SearchResult .title a {
    display: block;
    color: #333;
}

.SearchResult .title a:hover {
    color: #b79a5d;
}

.SearchResult .desc {
    color: #555;
    line-height: 200%;
    letter-spacing: 0.03em;
}

.SearchResult .item span {
    color: #b6282f;
}

.SearchResult .cat {
    margin-bottom: 10px;
}

.SearchResult .cat a {
    color: #888;
    text-decoration: none;
    font-size: 87.5%;
}

.SearchResult .date {
    color: #999;
    font-size: 87.5%;
    line-height: 180%;
}


/*----------------------------------------------------------------------*/


/* 出版品 */

.PublicationList::after,
.PublicationList>div::after,
.PublicationList .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.PublicationList .item,
.PublicationList .item>div,
.PublicationList .img,
.PublicationList .img>div,
.PublicationList .cont,
.PublicationList .btn {
    box-sizing: border-box;
}

.PublicationList .img {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #949ca2;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.PublicationList .img a {
    display: block;
    overflow: hidden;
}

.PublicationList .img img {
    display: block;
    width: 100%;
}

.PublicationList .title {
    margin-bottom: 20px;
}

.PublicationList .title a {
    color: #2c465c;
    text-decoration: none;
    position: relative;
}

.PublicationList .title a::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #2c465c;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.PublicationList .title a:hover,
.PublicationList .title a:focus {
    color: #ba8f34;
    text-decoration: none;
}

.PublicationList .desc {
    color: #888;
    line-height: 200%;
}


/* 精彩回顧 */

.PublicationPast::after,
.PublicationPast>div::after,
.PublicationPast .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.PublicationPast .item,
.PublicationPast .item>div,
.PublicationPast .img,
.PublicationPast .img>div,
.PublicationPast .cont,
.PublicationPast .btn {
    box-sizing: border-box;
}

.PublicationPast {
    margin-top: 30px;
    margin-bottom: 15px;
}

.PublicationPast .img {
    margin-bottom: 10px;
    position: relative;
}

.PublicationPast .img a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.PublicationPast .img a>* {
    display: inline-block;
    vertical-align: middle;
}

.PublicationPast .img a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.PublicationPast .img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.PublicationPast .cont {
    position: relative;
    z-index: 999;
    text-align: center;
}

.PublicationPast .title {
    display: inline-block;
}

.PublicationPast .title a {
    color: #2c465c;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    word-break: break-all;
}

.PublicationPast .title a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #2c465c transparent;
}

.PublicationPast .title a:hover,
.PublicationPast .title a:focus {
    color: #b79a5d;
    text-decoration: none;
}

.PublicationPast .desc {
    color: #666;
    line-height: 180%;
}


/* 內頁 */

.PublicationCont {
    overflow: hidden;
}

.PublicationCont>div {
    box-sizing: border-box;
}

.PublicationCont h3 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    line-height: 150%;
    color: #2c465c;
    overflow: hidden;
}

.PublicationCont h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #2c465c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.PublicationCont .img {
    margin-bottom: 20px;
}

.PublicationCont .img .cover {
    padding: 10px;
    border: 1px solid #949ca2;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.PublicationCont .img .cover img {
    display: block;
    width: 100%;
}

.PublicationCont .desc .date {
    margin-top: 10px;
    font-size: 0.875em;
    color: #9d9d9d;
    line-height: 150%;
}

.PublicationCont .desc .btns {
    margin-top: 20px;
    overflow: hidden;
}

.PublicationCont .desc .btn {
    position: relative;
}

.PublicationCont .desc .btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 10px 0 0;
    border-color: #FFF transparent transparent transparent;
}

.PublicationCont .desc .btns div {
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
}

.PublicationCont .desc .btns div.download {
    background-color: #9f363b;
    border-color: #9f363b;
}

.PublicationCont .desc .btns div.online {
    background-color: #b79a5d;
    border-color: #b79a5d;
}

.PublicationCont .desc .btns div.past {
    background-color: #4b657a;
    border-color: #4b657a;
}

.PublicationCont .desc .btns div.download_reader {
    background-color: #ea4c3a;
}

.PublicationCont .desc .btns div,
.PublicationCont .desc .btn::after,
.PublicationCont .desc .btns div a,
.PublicationCont .desc .btns div a::before,
.PublicationCont .desc .btns div a::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.PublicationCont .desc .btns div a {
    display: block;
    padding: 0 20px 0 50px;
    color: #fff;
    line-height: 40px;
    font-size: 0.875em;
    text-decoration: none;
    position: relative;
}

.PublicationCont .desc .btns div a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 32px;
    height: 40px;
    background-color: #fff;
}

.PublicationCont .desc .btns div a::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/icon_publication.png") no-repeat;
    background-size: cover;
}

.PublicationCont .desc .btns div.download a::after {
    background-position: 0 0;
}

.PublicationCont .desc .btns div.online a::after {
    background-position: 0 33.3333%;
}

.PublicationCont .desc .btns div.past a::after {
    background-position: 0 66.6666%;
}

.PublicationCont .desc .btns div.download_reader a::after {
    background-position: 0 100%;
}

.PublicationCont .desc .btns div:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.PublicationCont .desc .btns div:hover a {
    font-size: 1em;
}

.PublicationCont .editable_content {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

.PublicationCont .editable_content .district,
.PublicationCont .editable_content h4 {
    overflow: visible;
}


/*----------------------------------------------------------------------*/


/* 影音多媒體 */

.media_cat {
    text-align: center;
}

.media_cat::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-image: url("../images/bg_line_50.png");
    opacity: 0.7;
}

.media_cat div {
    display: inline-block;
    margin: 0 10px 30px 10px;
}

.media_cat a {
    display: block;
    padding: 0 20px 0 50px;
    background-color: #aeaeae;
    position: relative;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.media_cat a::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url("../images/icon_media_list.png") no-repeat;
    background-size: 200%;
}

.media_cat div.video a::before {
    background-position: right 0;
}

.media_cat div.audio a::before {
    background-position: right 33.3333%;
}

.media_cat div.photo a::before {
    background-position: right 66.6666%;
}

.media_cat div.all a::before {
    background-position: right 100%;
}

.media_cat div.select a {
    background-color: #9f363b;
}

.media_cat a:hover {
    opacity: 0.8;
}

.editable_content+.MediaList {
    margin-top: 20px;
}

.MediaList::after,
.MediaList .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.MediaList .item,
.MediaList .item>div,
.MediaList .img,
.MediaList .img>div,
.MediaList .cont {
    box-sizing: border-box;
}

.MediaList {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.MediaList .item {
    float: left;
    background-color: #f5f5f5;
    background-image: url("../images/bg_line_15.png");
}

.MediaList .item>div {
    height: 100%;
    position: relative;
}

.MediaList .img {
    position: relative;
}

.MediaList .img>div {
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.MediaList .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
}

.MediaList .date {
    float: left;
    color: #888;
}

.MediaList .cat {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

.MediaList .cat::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/icon_media_list.png") no-repeat;
    background-size: 200%;
}

.MediaList .cat.video::after {
    background-position: 0 0;
}

.MediaList .cat.audio::after {
    background-position: 0 33.3333%;
}

.MediaList .cat.photo::after {
    background-position: 0 66.6666%;
}

.MediaList .title {
    padding-top: 5px;
    clear: both;
}

.MediaList .title a {
    display: block;
    color: #2c465c;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
}

.MediaList .title a:hover,
.MediaList .title a:focus {
    color: #b79a5d;
    text-decoration: none;
}

.MediaList .desc {
    color: #7e7362;
    line-height: 200%;
}


/* 內頁 */

.editable_content+.MediaCont {
    margin-top: 60px;
}

.MediaCont>div {
    margin-bottom: 50px;
}

.MediaCont .video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.MediaCont .video video {
    display: block;
    width: 100%;
}

.MediaCont .audio {
    overflow: hidden;
}

.MediaCont .audio .item {
    float: left;
    margin-top: 30px;
}

.MediaCont .audio .item audio {
    width: 100%;
}

.MediaCont .youtube {
    margin-left: auto;
    margin-right: auto;
    width: 560px;
    max-width: 100%;
}

.MediaCont .youtube.landscape {
    width: 560px;
}

.MediaCont .youtube.portrait {
    width: 315px;
}


/*  .MediaCont .youtube.left { margin-left:0; }
    .MediaCont .youtube.right { margin-right:0; }*/

.MediaCont .youtube .media_wrap {
    padding-bottom: 56.25%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.MediaCont .youtube.landscape.ratio_16by9 .media_wrap {
    padding-bottom: 56.25%;
}

.MediaCont .youtube.portrait.ratio_16by9 .media_wrap {
    padding-bottom: 177.77%;
}

.MediaCont .youtube.landscape.ratio_4by3 .media_wrap {
    padding-bottom: 75%;
}

.MediaCont .youtube.portrait.ratio_4by3 .media_wrap {
    padding-bottom: 133.33%;
}

.MediaCont .youtube .media_wrap iframe,
.MediaCont .youtube .media_wrap object,
.MediaCont .youtube .media_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}

.MediaCont .describe {
    text-align: left;
    margin: 0;
}

.MediaCont .describe span {
    display: block;
    margin: 0;
    padding: 10px 0;
    line-height: 150%;
}

.MediaCont .describe .title {
    font-weight: bold;
}

.MediaCont .describe .desc {
    font-size: 0.875em;
}

.MediaCont .describe .title+.desc {
    padding-top: 0;
}

.MediaCont .thum {
    margin: 0 -10px;
}

.MediaCont .thum::after {
    content: '';
    display: block;
    clear: both;
}

.MediaCont .thum a {
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.MediaCont .thum a:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

.MediaCont .thum a span {
    display: block;
    padding-bottom: 66.6666%;
}


/*----------------------------------------------------------------------*/


/* 電子賀卡 */

.Ecard h3 {
    margin-bottom: 15px;
}

.Ecard h3 span {
    display: inline-block;
    color: #2c465c;
    line-height: 200%;
}

.Ecard h3 span::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #2c465c;
}

.Ecard .card_select {
    margin-bottom: 30px;
}

.Ecard .card_select .list::after {
    content: '';
    display: block;
    clear: both;
}

.Ecard .card_select li {
    float: left;
    margin-bottom: 20px;
}

.Ecard .card_select .img {
    display: block;
    padding-top: 10px;
}

.Ecard .card_select .img img {
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.Ecard .card_select .img img:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#lightwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    z-index: 100003;
}

#lightbg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100002;
}

#lightwrap img {
    position: absolute;
    display: none;
}

#lightzoomed {
    opacity: 0;
}

#off-screen {
    position: fixed;
    right: 100%;
    opacity: 0;
}

.Ecard .form {
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.Ecard .form h3 {
    margin-top: 15px;
}

.Ecard .form h3:first-child {
    margin-top: 0;
}

.Ecard .form .recipients {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.Ecard .form .recipients .item {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.Ecard .form .recipients .item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Century Gothic', "Microsoft JhengHei", "微軟正黑體", 'Arial', sans-serif;
    font-size: 32px;
    color: #a8abad;
    font-style: italic;
}

.Ecard .form .recipients .item:nth-child(1)::before {
    content: "1.";
}

.Ecard .form .recipients .item:nth-child(2)::before {
    content: "2.";
}

.Ecard .form .recipients .item:nth-child(3)::before {
    content: "3.";
}

.Ecard .form .recipients .item:nth-child(4)::before {
    content: "4.";
}

.Ecard .form .recipients .item:nth-child(5)::before {
    content: "5.";
}

.Ecard .form .randomcode {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.Ecard .BtnCommon {
    text-align: left;
}

.ecard_preview_box {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ecard_preview_box .box_wrap {
    background-color: #fff;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ecard_preview_box .close::before,
.ecard_preview_box .close::after {
    background-color: #333;
}

.ecard_preview_box .title {
    color: #2c465c;
    margin-bottom: 10px;
    line-height: 150%;
}

.ecard_preview_box .title::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #2c465c;
    margin-top: 5px;
}

.ecard_preview_box .subject {
    margin-bottom: 10px;
    color: #c9161d;
    font-weight: bold;
}

.ecard_preview_box .img {
    text-align: center;
    margin-bottom: 20px;
}

.ecard_preview_box .img img {
    max-width: 100%;
}

.ecard_preview_box .recipient {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
}

.ecard_preview_box .msg {
    margin-bottom: 10px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 150%;
    position: relative;
}

.ecard_preview_box .msg::before,
.ecard_preview_box .msg::after {
    display: block;
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    line-height: 100%;
    color: #767676;
}

.ecard_preview_box .msg::before {
    content: '“';
    left: 5px;
    top: 0;
}

.ecard_preview_box .msg::after {
    content: '”';
    right: 5px;
    bottom: -22px;
}

.ecard_preview_box .sender {
    font-size: 14px;
    line-height: 150%;
    text-align: right;
}

.ecard_multisend_box {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 10px;
}

.ecard_multisend_box .box_wrap {
    background-color: #fff;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ecard_multisend_box .close::before,
.ecard_multisend_box .close::after {
    background-color: #333;
}

.ecard_multisend_box .title {
    color: #2c465c;
    margin-bottom: 10px;
    line-height: 150%;
}

.ecard_multisend_box .title::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #2c465c;
    margin-top: 5px;
}

.ecard_multisend_box .desc {
    margin-bottom: 10px;
    font-size: 0.875em;
    line-height: 150%;
}

.ecard_multisend_box .recipients textarea {
    width: 100%;
    box-sizing: border-box;
}

.ecard_multisend_box .recipients textarea:focus {
    outline: 0;
    border: 1px solid #b79a5d;
    -webkit-transition: border-color ease-in .2s;
    -moz-transition: border-color ease-in .2s;
    transition: border-color ease-in .2s;
}


/*----------------------------------------------------------------------*/


/* 大事記 */

.HistoryCont {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.HistoryCont .tabs {
    width: 95%;
    height: 50px;
    margin: auto;
    padding: 20px 10px;
    background-image: url('../images/bg_line_15.png');
}

.HistoryCont .tabs .owl-carousel {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.HistoryCont .tabs .owl-stage {
    position: relative;
}

.HistoryCont .tabs .owl-stage::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.HistoryCont .tabs .owl-stage::after {
    content: '';
    display: block;
    clear: both;
}

.HistoryCont .tabs .tab a {
    display: block;
    padding-bottom: 13px;
    position: relative;
    color: #999;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.HistoryCont .tabs .tab a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -8px;
    background-color: #999;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.HistoryCont .tabs .tab a:hover,
.HistoryCont .tabs .select a {
    color: #9f363b;
}

.HistoryCont .tabs .select a::after {
    background-color: #9f363b;
}

.HistoryCont .tabs .owl-nav>div {
    position: absolute;
    bottom: -4px;
    width: 32px;
    height: 32px;
    text-indent: -10000px;
}

.HistoryCont .tabs .owl-nav .owl-prev {
    left: -25px;
}

.HistoryCont .tabs .owl-nav .owl-next {
    right: -25px;
}

.HistoryCont .tabs .owl-nav>div::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #b79a5d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
}

.HistoryCont .tabs .owl-nav>div:hover::before {
    opacity: 0.8;
}

.HistoryCont .tabs .owl-nav>div::after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.HistoryCont .tabs .owl-nav .owl-prev::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.HistoryCont .tabs .owl-nav .owl-next::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.HistoryCont .tab_container {
    padding-top: 30px;
}

.HistoryCont .history_detail {
    position: relative;
}

.HistoryCont .history_detail .year {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.HistoryCont .history_detail .year>div {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    letter-spacing: .05em;
    padding-bottom: 10px;
    color: #2c465c;
    font-weight: bold;
}

.HistoryCont .history_detail .year::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #5f7283;
}

.HistoryCont .history_detail .cont {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.HistoryCont .history_detail .cont:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.HistoryCont .history_detail .title {
    padding-left: 30px;
    padding-bottom: 10px;
    color: #444;
    position: relative;
    letter-spacing: .03em;
}

.HistoryCont .history_detail .title a {
    color: #2c465c;
    text-decoration: none;
}

.HistoryCont .history_detail .title a:hover,
.HistoryCont .history_detail .title a:focus {
    color: #000;
}

.HistoryCont .history_detail .title::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #b79a5d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.HistoryCont .history_detail .title::after {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #cbc3b2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.HistoryCont .history_detail .video video {
    max-width: 100%;
}

.HistoryCont .history_detail .desc {
    color: #6a6a6a;
    overflow: hidden;
}

.HistoryCont .history_detail .desc img {
    max-width: 100%;
}

.HistoryCont .history_detail .desc img.left {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 50%;
}

.HistoryCont .history_detail .desc img.right {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 50%;
}


/*----------------------------------------------------------------------*/


/* 科普講堂 */

.popsci_cat {
    text-align: center;
}

.popsci_cat::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(../images/bg_line_50.png);
    opacity: 0.7;
}

.popsci_cat>div {
    display: inline-block;
    margin-right: 10px;
}

.popsci_cat>div a {
    display: block;
    background-color: #aeaeae;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
}

.popsci_cat>div a:hover {
    opacity: 0.8;
}

.popsci_cat>div.select a {
    background-color: #9f363b;
}

.PopsciList::after,
.ListPicText .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.PopsciList .item,
.PopsciList .item>div,
.PopsciList .img,
.PopsciList .img>div,
.PopsciList .cont,
.PopsciList .btn {
    box-sizing: border-box;
}

.PopsciList {
    padding-top: 10px;
    padding-bottom: 10px;
}

.PopsciList .item>div {
    height: 100%;
    position: relative;
}

.PopsciList .img {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
}

.PopsciList .img::before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e1e1e1;
    background-image: url(../images/bg_line_15.png);
}

.PopsciList .img>div {
    position: relative;
    z-index: 99;
    border: 2px solid #e1e1e1;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.PopsciList .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
    z-index: 2;
}

.PopsciList .date {
    color: #777;
    line-height: 180%;
}

.PopsciList .cat {
    color: #777;
    line-height: 180%;
    background-color: #eee;
    padding: 3px 10px;
}

.PopsciList .title a {
    display: block;
    color: #2c465c;
    text-decoration: none;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
}

.PopsciList .title a:hover,
.PopsciList .title a:focus {
    color: #ba8f34;
}

.PopsciList .item .title a:hover {
    color: #ba8f34;
}

.PopsciList .desc {
    color: #888;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 90px;
}

.PopsciList .tag {
    overflow: hidden;
}

.PopsciList .tag>div {
    display: inline-block;
    color: #b79a5d;
    margin-right: 10px;
    padding: 5px 0;
}

.PopsciList .tag>div span {
    font-size: 0.938em;
    line-height: 150%;
    font-weight: 700;
}

.PopsciList .tag>div span::before {
    content: '#';
    color: #888;
    margin-right: 3px;
}


/*----------------------------------------------------------------------*/


/* 活動報名 */

.EventList::after,
.EventList .item>div::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.EventList .item,
.EventList .item>div,
.EventList .img,
.EventList .img>div,
.EventList .cont {
    box-sizing: border-box;
}

.EventList {
    padding-top: 10px;
}

.EventList .item {
    float: left;
    position: relative;
}

.EventList .item>div {
    height: 100%;
    position: relative;
}

.EventList .img {
    position: relative;
}

.EventList .img>div {
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.EventList .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
}

.EventList .date {
    font-family: 'Arial', "Microsoft JhengHei", "微軟正黑體", sans-serif;
    padding: 5px 0 5px;
    margin-bottom: 5px;
    color: #7e7362;
    line-height: 150%;
    position: relative;
    overflow: hidden;
}

.EventList .date strong {
    margin-right: 5px;
    font-size: 150%;
    color: #9f363b;
}

.EventList .title a {
    display: block;
    color: #444;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.EventList .title a:hover,
.EventList .title a:focus {
    color: #b79a5d;
    text-decoration: none;
}

.EventList .desc {
    margin-bottom: 15px;
    color: #555;
    line-height: 200%;
    position: relative;
}

.EventList .btn {
    text-align: center;
}

.EventList .btn a {
    display: inline-block;
    background-color: #9f363b;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.EventList .btn a:hover,
.EventList .btn a:focus {
    opacity: 0.8;
}


/* 進行中活動 */

.EventList.active .item {
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
}

.EventList.active .img>div {
    padding-bottom: 40%;
    border: 8px solid #fff;
}

.EventList.active .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
    line-height: 32px;
}

.EventList.active .date {
    background-color: #f0f0f0;
    padding: 8px 12px;
    position: relative;
}

.EventList.active .date::after {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    background-image: url(../images/bg_line_50.png);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
}

.event_apply {
    padding-top: 10px;
}


/* 個資條款 */

.member_terms_wrap {
    margin: 20px 0;
    font-size: 0.875em;
}

.member_terms_wrap .title span {
    display: inline-block;
    font-size: 1.438em;
    color: #2c465c;
    font-weight: bold;
    line-height: 200%;
}

.member_terms {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #c5d0d9;
    background-color: #eff3f6;
}

.member_terms>*:first-child {
    padding-top: 0;
    margin-top: 0;
}

.member_terms>*:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.member_terms>div {
    height: 210px;
    overflow-y: scroll;
}

.member_terms h4 {
    padding-top: 10px;
    font-size: 0.9375em;
}

.member_terms p,
.member_terms ol {
    padding: 5px 0 10px;
    line-height: 180%;
}

.member_terms p+ol {
    margin-top: -10px;
}

.member_terms .level1 {}

.member_terms .level2 {
    margin-left: 59px;
}

.member_terms .li_level1 {
    margin-left: 28px;
    text-indent: -28px;
}

.member_terms .li_level2 {
    margin-left: 46px;
    list-style-type: decimal;
}

.member_terms_wrap .terms_agree {
    font-size: 1em;
}


/*----------------------------------------------------------------------*/


/* 線上投票 */

.VoteCont {
    overflow: hidden;
    padding-top: 1.5rem;
}

.VoteCont .vote1,
.VoteCont .vote2 {
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
}

.VoteCont .vote1 ul li {
    padding: 10px 0;
}

.VoteCont .vote1 ul li input[type="radio"] {
    vertical-align: middle;
}

.VoteCont .vote2 label {
    display: block;
    padding-bottom: 10px;
    line-height: 150%;
}

.VoteCont .vote2 textarea {
    width: 100%;
    padding: 0 4px;
    border: 1px solid #d4d4d4;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
}

.VoteCont .vote2>div {
    margin-bottom: 20px;
}

.VoteCont .BtnCommon {
    text-align: left;
}

.VoteCont .vote_info {
    clear: both;
    padding: 15px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.VoteCont .vote_info .vote_total {
    float: left;
}

.VoteCont .vote_info strong {
    color: #de0006;
}

.VoteCont .vote_info a {
    float: right;
    display: block;
    background-color: #b79a5d;
    padding: 0 10px;
    color: #fff;
    font-size: 0.875em;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: none;
}

.VoteCont .vote_info a:hover {
    opacity: 0.8;
}

#vote_chartdiv {
    width: 100%;
    height: 350px;
}


/*----------------------------------------------------------------------*/


/* 客製單篇共用 */

.editable_content blockquote.color_khaki {
    border: 0;
    padding: 1.5rem 2rem;
    color: #fff;
    background-color: #8896a0;
    /*background-color:#b1b8bd; 原本的顏色*/
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.editable_content blockquote.color_khaki::after {
    display: none;
}

.editable_content blockquote.color_khaki::before {
    border: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    /*background-image:url('../images/bg_line_15.png');*/
}

.editable_content .blockquote_title {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    z-index: 99;
}

.editable_content blockquote p {
    position: relative;
    z-index: 99;
}

.editable_content blockquote.color_khaki a {
    color: #fff;
    position: relative;
    z-index: 99;
}

.editable_content blockquote.color_khaki a:hover {
    letter-spacing: 0.15em;
}

.editable_content .cuzmsg_box {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.editable_content .cuzmsg_box>*:first-child {
    margin-top: 0;
}

.editable_content .cuzmsg_box>*:last-child {
    margin-bottom: 0;
}

.editable_content .cuzmsg_box .title {
    margin: 0;
    position: relative;
    margin-bottom: -20px;
    z-index: 100;
    text-align: center;
}

.editable_content .cuzmsg_box .title span {
    display: inline-block;
    position: relative;
    font-family: "Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", 'Arial', sans-serif;
    font-weight: bold;
    color: #2c465c;
    line-height: 130%;
    background-color: #fff;
    padding: 0 10px;
}

.editable_content .cuzmsg_box .cont_wrap {
    margin: 0;
    position: relative;
    border: 1px solid #bbb;
}

.editable_content .cuzmsg_contact_list {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.editable_content .cuzmsg_contact_list span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
    line-height: 32px;
    position: relative;
    vertical-align: middle;
}

.editable_content .cuzmsg_contact_list span+span {
    border-left: 1px solid #bbb;
}

.editable_content .cuzmsg_contact_list span[class] {
    border: 0;
    padding-left: 40px;
}

.editable_content .cuzmsg_contact_list span[class]::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url("../images/icon_cuzmsg_contact_list.png") no-repeat;
}

.editable_content .cuzmsg_contact_list span.email::after {
    background-position: 0 0;
}

.editable_content .cuzmsg_contact_list span.tel::after {
    background-position: 0 -32px;
}


/*----------------------------------------------------------------------*/


/* 國研榮耀 */

.CuzMsgHonor {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.CuzMsgHonor .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.8rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 15px;
}

.CuzMsgHonor .item:nth-child(even) {
    background-color: #fff;
}

.CuzMsgHonor dt {
    margin-bottom: 15px;
}

.CuzMsgHonor dt span {
    display: inline-block;
    position: relative;
    color: #2c465c;
    font-weight: bold;
    line-height: 180%;
    font-family: 'Century Gothic', 'Arial', sans-serif;
}

.CuzMsgHonor dt span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #2c465c;
}

.CuzMsgHonor dd {
    margin-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 0;
    max-width: 1200px;
    position: relative;
    color: #555;
    font-size: 1.125em;
    line-height: 150%;
    font-family: 'Noto Sans TC', sans-serif;
}

.CuzMsgHonor dd a {
    color: #555;
    text-decoration: none;
}

.CuzMsgHonor dd a:hover,
.CuzMsgHonor dd a:focus {
    color: #b79a5d;
    text-decoration: underline;
}

.CuzMsgHonor dd::after {
    content: '';
    display: block;
    position: absolute;
    border: 3px solid #cbc3b2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*----------------------------------------------------------------------*/


/* 組織架構 */

.CuzMsgOrg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #666;
}

.CuzMsgOrg::after {
    content: '';
    display: block;
    clear: both;
}

.CuzMsgOrg .staff_box.director {
    padding-top: 20px;
    padding-bottom: 60px;
}

.CuzMsgOrg .staff_box.dean {
    padding-bottom: 45px;
    padding-top: 10px;
}

.CuzMsgOrg .staff_box.coa {
    padding-top: 5rem;
}

.CuzMsgOrg .staff_box.laboratory {
    padding-top: 5rem;
}

.CuzMsgOrg .staff_box .note {
    margin: 5px 0;
    text-align: center;
}

.CuzMsgOrg .staff_box .staff_list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.CuzMsgOrg .staff_box.director .staff_list {
    max-width: 640px;
    text-align: left;
}
.CuzMsgOrg .staff_box.dean .staff_list {
    max-width: 300px;
    text-align: left;
}

.CuzMsgOrg .staff_box.coa .staff_list {
    max-width: 200px;
}

.CuzMsgOrg .staff_box.laboratory .staff_list {
    max-width: 300px;
}

.CuzMsgOrg .staff_list dl {
    margin-bottom: 15px;
    position: relative;
}

.CuzMsgOrg .staff_list dl:last-child {
    margin-bottom: 0;
}

.CuzMsgOrg .staff_list dt,
.CuzMsgOrg .staff_list dd {
    padding: 3px 0;
    line-height: 180%;
}

.CuzMsgOrg .staff_list dt {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: left;
}

.CuzMsgOrg .staff_list dd {
    display: inline-block;
}

.CuzMsgOrg .staff_list dd a {
    color: #b79a5d;
    text-decoration: none;
    font-weight: 900;
}

.CuzMsgOrg .staff_list dd a:hover,
.CuzMsgOrg .staff_list dd a:focus {
    color: #777;
    text-decoration: underline;
}

.CuzMsgOrg .staff_list dd::after {
    content: '、';
}

.CuzMsgOrg .staff_list dd:last-child::after {
    content: '';
}

.CuzMsgOrg .staff_box.director,
.CuzMsgOrg .staff_box.dean {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.CuzMsgOrg .staff_box.coa,
.CuzMsgOrg .staff_box.laboratory {
    box-sizing: border-box;
}

.CuzMsgOrg .staff_box.coa>div,
.CuzMsgOrg .staff_box.laboratory>div {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.CuzMsgOrg .staff_box::before,
.CuzMsgOrg .staff_box::after {
    content: '';
    display: block;
    position: absolute;
}

.CuzMsgOrg .staff_box.director::before {
    bottom: 10px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #bbb;
}

.CuzMsgOrg .staff_box.director::after {
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CuzMsgOrg .staff_box.dean::before {
    bottom: -10px;
    left: 50%;
    width: 1px;
    height: 40px;
    margin-left: -1px;
    background-color: #bbb;
}

.CuzMsgOrg .staff_box.coa::before {
    top: 10px;
    right: 0;
    width: 50%;
    height: 40px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

.CuzMsgOrg .staff_box.coa::after {
    top: 50px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CuzMsgOrg .staff_box.laboratory::before {
    top: 10px;
    left: 0;
    width: 50%;
    height: 40px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.CuzMsgOrg .staff_box.laboratory::after {
    top: 50px;
    right: 50%;
    width: 10px;
    height: 10px;
    margin-right: -5px;
    background-color: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*----------------------------------------------------------------------*/


/* 交通聯絡 */

.cuz_labs_location {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.cuz_labs_location dl {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.cuz_labs_location dl a:hover {
    color: #b79a5d;
}

.cuz_labs_location dl:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
}

.cuz_labs_location dt {
    color: #2c465c;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

.cuz_labs_location dt::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #2c465c;
    margin-top: 10px;
}

.cuz_labs_location dt a {
    color: #2c465c;
    text-decoration: none;
}

.cuz_labs_location dd {
    color: #777;
}

.cuz_labs_location dd a {
    color: #777;
    text-decoration: none;
}

.cuz_labs_location dd a:hover {
    text-decoration: underline;
}


/*----------------------------------------------------------------------*/


/* 研究發展 */

.CuzMsgResearch {
    color: #666;
}

.cuzmsg_research_list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.CuzMsgResearch::after {
    content: '';
    display: block;
    clear: both;
}

.CuzMsgResearch blockquote {
    font-size: 1.25em;
}

.editable_content .cuzmsg_research_list {
    margin-bottom: 100px;
}

.cuzmsg_research_list .item {
    margin-top: 0;
    margin-bottom: 70px;
}

.cuzmsg_research_list .item:last-child {
    margin-bottom: 0;
}

.cuzmsg_research_list .item::after {
    content: '';
    display: block;
    clear: both;
}

.cuzmsg_research_list .img {
    float: left;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid #949ca2;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.cuzmsg_research_list .item:nth-child(even) .img {
    float: right;
    margin-right: 0;
}

.cuzmsg_research_list .img img {
    max-width: 100%;
    display: block;
}

.cuzmsg_research_list .title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #2c465c;
    font-weight: 500;
    line-height: 150%;
}

.cuzmsg_research_list .desc {
    margin-top: 0;
    margin-bottom: 0;
}

.editable_content .img_research_env img {
    width: 100%;
}


/*----------------------------------------------------------------------*/


/* 生醫商品化服務 */

.CuzMsgBiotech {
    color: #666;
}

.editable_content .biotech_contact {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 0 10px;
}

.editable_content .img_biotech_comm {
    padding: 0 10px;
    margin: 80px 0;
    box-sizing: border-box;
}

.editable_content .img_biotech_comm .title {
    margin: 0 0 40px 0;
    padding: 0 10px;
    text-align: center;
}

.editable_content .img_biotech_comm .title span {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #2c465c;
    font-size: 1.5em;
    line-height: 200%;
}

.editable_content .img_biotech_comm .title span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #2c465c;
}

.editable_content .img_biotech_comm img {
    display: block;
    width: 100%;
}

.editable_content .biotech_service {
    padding: 0 10px;
    margin-bottom: 30px;
}

.editable_content .cuzmsg_biotech_service_list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.editable_content .cuzmsg_biotech_service_list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 200px;
    line-height: 180%;
}

.editable_content .cuzmsg_biotech_service_list li:last-child {
    margin-bottom: 0;
}

.editable_content .cuzmsg_biotech_service_list li span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    font-weight: bold;
    text-align: right;
}


/*----------------------------------------------------------------------*/


/* 金牛獎 */


/*tab*/

.GoldenBullTab {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.GoldenBullTab .title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 5px;
}

.GoldenBullTab .tabs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 92%;
    flex: 0 0 92%;
    width: 92%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.GoldenBullTab .tabs>div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0 20px;
    position: relative;
}

.GoldenBullTab .tabs>div::before {
    content: '';
    width: 35px;
    height: 35px;
    background: #cbab68;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: 0;
    left: 3px;
}

.GoldenBullTab .tabs>div::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #333;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: 12px;
    left: 16px;
}

.GoldenBullTab .tabs>div p {
    border: 1px solid #cbab68;
    padding: 4px 40px;
}

.GoldenBullTab .tabs>div.active p {
    background: #cbab68
}

.GoldenBullTab .tabs>div.active a {
    color: #fff;
}


/*金牛獎列表*/

.GoldenBull .describe {
    padding: 15px 36px;
}

.GoldenBull .MediaCont>div {
    margin-bottom: initial;
}

.GoldenBull .describe .title {
    font-size: 20px;
    color: #2c465c;
    text-align: center;
    margin-bottom: 15px;
}

.GoldenBull .describe .desc {
    font-size: 18px;
    font-weight: bold;
    color: #7e7362;
    text-align: center;
}