@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* Key visual */
/*
#KeyVisual .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

#KeyVisual .bx-wrapper .bx-prev {
    left: 1.5vw;
}

#KeyVisual .bx-wrapper .bx-next {
    right: 1.5vw;
}
*/
/*----------------------------------------------------------------------*/
/* 首頁 */


/*----------------------------------------------------------------------*/
/* 內頁 */

/* 標題 */
.PageTitle h1 {
    float: left;
}

.PageTitle .searchBox {
    float: right;
}

/*----------------------------------------------------------------------*/
/* 表單 */
.FormTable > tbody > tr > th,
.FormTable > tbody > tr > td {
    vertical-align: top;
}

.FormTable > tbody > tr > th {
    width: 180px;
    padding: 15px 15px 15px 0;
    text-align: right;
}

.FormTable > tbody > tr > th:empty::after {
    display: none;
}

.FormTable > tbody > tr > td {
    padding: 12px 0 4px;
}

.FormTable.lectureForm > tbody > tr > th {
    padding: 18px 15px 18px 0;
}

.FormTable.lectureForm > tbody > tr > td {
    padding: 14px 15px 7px 0;
}

/* 表單元件 */
.FormElmt .input_group > div {
    display: inline-block;
    white-space: nowrap;
    margin-right: 12px;
}

.FormElmt input + input,
.FormElmt input + select,
.FormElmt select + input,
.FormElmt select + select {
    margin-left: 4px;
}

/* item */
.FormTable .item_wrap {
    margin-top: -5px;
}

.FormTable .item_wrap > div.half {
    float: left;
    width: 48%;
    padding-right: 4%;
}

.FormTable .item_wrap > div.half + div.half {
    padding-right: 0;
}

.FormTable .item_wrap > div.fullwidth {
    float: none;
    clear: both;
    width: 100%;
    padding-right: 0;
}

.FormTable .item_wrap.inline {
    padding: 0 40px 0 50px;
}

.FormTable .item_wrap.inline span {
    top: 10px;
}

.FormTable .item_wrap.inline > div {
    padding-top: 0;
    display: inline-block;
    margin-right: 10px;
}

.FormTable .item_wrap.inline > div label {
    display: inline-block;
}

.input_table li {
    width: 25%;
}


/*----------------------------------------------------------------------*/
/* 內頁元素 */
/* 工具列 */
/*.ToolBar .colm_right { float:right; }*/
.ToolBar dl.font_size {
    /*float: left;*/
    display: none;
}

.ToolBar dl.share {
    float: right;
    /*padding-left:8px;*/
}

/* 分類下拉 */
.CatTitle h3 {
    float: left;
}

.CatTitle .cat_select {
    float: right;
}

/* 列表搜尋 */

/* 頁碼 */
#Pagination a {
    /*margin: 0 2px;*/
}

#Pagination a.first,
#Pagination a.prev,
#Pagination a.next,
#Pagination a.last {
    background-color: transparent;
}

#Pagination .current {
    display: none;
}

/* colorbox */
#colorbox_thum a {
    /*margin-top: 10px;
    margin-bottom: 10px;
    width: 141px;*/
}

@media screen and (min-width: 1340px) {
    #colorbox_thum a {
        /*margin-left: 15px;*/
    }

    #colorbox_thum a:nth-child(8n+1) {
       /*margin-left: 0px;*/
    }
}

@media screen and (max-width: 1339px) {
    #colorbox_thum a {
        /*margin-left: 11px;*/
        /*margin-right: 11px;*/
    }
}

/* 延伸閱讀 */
.related_articles .item {
    width: 23.5%;
    margin-left: 2%;
}

.related_articles .item:first-child {
    margin-left: 0;
}

.related_articles .item .tag {
    left: 0px;
}

.related_articles .item .title a {
    font-size: 100%;
}

/*----------------------------------------------------------------------*/
/* 常設展列表 */
.le_list .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.le_list .dep {
    max-height: 110px;
    overflow: hidden;
}

@media screen and (max-width: 1139px) {
    .le_list .dep {
        max-height: 88px;
    }
}

.le_list .item {
    width: 23.5%;
    margin-bottom: 40px;
}

.le_list .item:nth-child(2),
.le_list .item:nth-child(3),
.le_list .item:nth-child(8),
.le_list .item:nth-child(9),
.le_list .item:nth-child(14),
.le_list .item:nth-child(15) {
    margin-left: 1.5%;
    margin-right: 0;
}

.le_list .item:nth-child(4),
.le_list .item:nth-child(5),
.le_list .item:nth-child(10),
.le_list .item:nth-child(11),
.le_list .item:nth-child(16),
.le_list .item:nth-child(17) {
    margin-left: 0;
    margin-right: 1.5%;
}

.le_list .item:nth-child(1),
.le_list .item:nth-child(6),
.le_list .item:nth-child(7),
.le_list .item:nth-child(12),
.le_list .item:nth-child(13),
.le_list .item:nth-child(18) {
    width: 48.5%;
    border: none;
}

.le_list .item:nth-child(1),
.le_list .item:nth-child(7),
.le_list .item:nth-child(13) {
    margin-left: 0;
    margin-right: 1.5%;
}

.le_list .item:nth-child(6),
.le_list .item:nth-child(12),
.le_list .item:nth-child(18) {
    margin-left: 1.5%;
    margin-right: 0;
}

.le_list .item:nth-child(1) .textBox,
.le_list .item:nth-child(6) .textBox,
.le_list .item:nth-child(7) .textBox,
.le_list .item:nth-child(12) .textBox,
.le_list .item:nth-child(13) .textBox,
.le_list .item:nth-child(18) .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-8 */
}

.le_list .item:nth-child(1) .dep,
.le_list .item:nth-child(6) .dep,
.le_list .item:nth-child(7) .dep,
.le_list .item:nth-child(12) .dep,
.le_list .item:nth-child(13) .dep,
.le_list .item:nth-child(18) .dep {
    color: #d8d8d8;
    height: 0;
    margin-top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0.3;
}

.le_list .item:nth-child(1):hover .dep,
.le_list .item:nth-child(6):hover .dep,
.le_list .item:nth-child(7):hover .dep,
.le_list .item:nth-child(12):hover .dep,
.le_list .item:nth-child(13):hover .dep,
.le_list .item:nth-child(18):hover .dep {
    height: auto;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
}

.le_list .item:nth-child(1) .title a,
.le_list .item:nth-child(6) .title a,
.le_list .item:nth-child(7) .title a,
.le_list .item:nth-child(12) .title a,
.le_list .item:nth-child(13) .title a,
.le_list .item:nth-child(18) .title a {
    color: #fff;
    font-size: 1.375em;
    line-height: 1.2em;
}

.le_list .item:nth-child(1) .title a:before,
.le_list .item:nth-child(6) .title a:before,
.le_list .item:nth-child(7) .title a:before,
.le_list .item:nth-child(12) .title a:before,
.le_list .item:nth-child(13) .title a:before,
.le_list .item:nth-child(18) .title a:before {
    height: 23px;
}

.le_list .item:nth-child(1) .title a:hover:before,
.le_list .item:nth-child(6) .title a:hover:before,
.le_list .item:nth-child(7) .title a:hover:before,
.le_list .item:nth-child(12) .title a:hover:before,
.le_list .item:nth-child(13) .title a:hover:before,
.le_list .item:nth-child(18) .title a:hover:before {
    background: #fff;
}

/*----------------------------------------------------------------------*/
/* 當期特展列表 */
.ce_list .textBox {
    padding: 12px 120px 12px 105px;
}

.ce_list .no {
    font-size: 3.75em;
    left: 20px;
    top: 12px;
}

.ce_list .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* 展覽回顧列表 */
.ce_list.review .item {
    float: left;
    margin-left: 2%;
    width: 32%;
}

.ce_list.review .item:nth-child(3n+1) {
    margin-left: 0;
}

.ce_list.review .textBox {
    padding: 12px 120px 12px 15px;
}

.ce_list.review .more a {
    padding-right: 5px;
}

/* 典藏文物 */
.list.album .item {
    width: 300px;
    margin: 0 10px 30px;
}

/*----------------------------------------------------------------------*/
/* 文字列表 */
.ListTable td.date {
    width: 100px;
}

.ListTable td.no {
    width: 30px;
}

.ListTable td.boolean {
    width: 100px;
}

.ListTable td.btn {
    width: 100px;
}

/* 報名人數 */
.ListTable td.limit {
    width: 80px;
}

/* 活動日期 */
.ListTable td.e_date > span {
    display: block;
}

.fs1 .ListTable th.e_date,
.fs1 .ListTable td.e_date,
.ListTable th.e_date,
.ListTable td.e_date {
    width: 102px;
}

.fs2 .ListTable th.e_date,
.fs2 .ListTable td.e_date {
    width: 110px;
}

.fs3 .ListTable th.e_date,
.fs3 .ListTable td.e_date {
    width: 130px;
}

/* 申請按鈕 */
.fs1 .ListTable td.edit {
    width: 50px;
}

.fs2 .ListTable td.edit {
    width: 65px;
}

.fs3 .ListTable td.edit {
    width: 75px;
}

.table_st1 tr th,
.table_st1 tr td {
    padding: 9px;
}

.table_st1 tr td {
    border-bottom: 1px dashed #d1d1d1;
    padding: 15px 9px;
}

.table_st2 {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}

.table_st2 tr th,
.table_st2 tr td {
    padding: 9px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.table_st2 tr td {
    padding: 15px 9px;
}

/*----------------------------------------------------------------------*/
/* 內頁-成功案例-列表樣式 */
.list_st1.list .item {
    width: 32%;
    margin-left: 2%;
}

.list_st1.list .item:nth-child(3n+1) {
    margin-left: 0px;
}

.list_st1.list .item .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    box-sizing: border-box;
}

.list_st1.list .item .cont .desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: #ddd;
}

.list_st1.list .item:hover .cont .desc {
    opacity: 1;
    max-height: 65px;
    height: 65px;
}

.fs3 .list_st1.list .item:hover .cont .desc {
    max-height: 77px;
    height: 77px;
}

.list_st1.list .item .cont .title a {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.list_st1.list .item .cont .btn {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.list_st1.list .item .cont .btn a {
    color: #fff;
    border: 1px solid #fff;
}

.list_st1.list .item:hover .cont .btn {
    max-height: 65px;
    padding-top: 10px;
    opacity: 1;
}

/*----------------------------------------------------------------------*/
/* 列表樣式_無效果 */
.list_st2.list .item {
    width: 32%;
    margin-left: 2%;
}

.list_st2.list .item:nth-child(3n+1) {
    margin-left: 0px;
}

.list_st2.list .item .cont .title a {
    line-height: 30px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----------------------------------------------------------------------*/
/* 提醒視窗 */
.alert_box > div {
    width: 930px;
    margin: auto;
    max-height: 80%;
}

.alert_box > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alert_box .close {
    position: fixed;
    top: 5px;
    right: 5px;
}

.service_box .alert_contboxBody {
    padding: 25px;
    overflow-y: scroll;
    height: 365px;
}

@media screen and (min-width: 1280px) {
    .alert_box.service_box > div {
        width: 1050px;
    }

    .alert_box.download_box > div {
        width: 1100px;
    }
}

.location_indo > div {
    display: table-cell;
    vertical-align: middle;
}

.location_indo .left {
    padding-right: 20px;
}

.location_indo .right {
    padding-left: 20px;
}

/*----------------------------------------------------------------------*/
/* 登入 */
.LoginBox .colm_left {
    float: left;
    width: 50%;
    padding-right: 22px;
    padding-bottom: 20px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.LoginBox .colm_right {
    float: right;
    width: 50%;
    padding-left: 22px;
    box-sizing: border-box;
}

.LoginBox .colm_left > div > div {
    margin: 12px 15px;
}

.LoginBox .BtnCommon.btn_form {
    margin: 15px;
}

.LoginBox .divide {
    margin: 20px 15px;
}

.LoginBox .colm_left > div > div.divide {
    margin: 20px 15px;
}

.login_by_social {
    margin: 0 15px;
}

.LoginBox .why_reg {
    margin: 0 15px;
}

/*----------------------------------------------------------------------*/
/* 按鈕 */
.BtnCommon.large div[class] a,
.BtnCommon.large div[class] input {
    padding-left: 60px;
    padding-right: 35px;
}

.BtnCommon.large div[class] span:before {
    left: 35px;
}

.BtnCommon.mid div[class] a,
.BtnCommon.mid div[class] input {
    padding-left: 61px;
    padding-right: 35px;
}

.BtnCommon.mid div[class] span:before {
    left: 35px;
}

.articleComment .BtnCommon.mid div[class] a,
.articleComment .BtnCommon.mid div[class] input {
    padding-left: 41px;
    padding-right: 15px;
}

.articleComment .BtnCommon.mid div[class] span:before {
    left: 15px;
}

/*----------------------------------------------------------------------*/
/* 熱門講座_列表 */
.lectureIngList.list .item {
    float: none;
    margin-left: 0;
}

.lectureIngList.list .item .imgBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 470px;
}

.lectureIngList.list .item > div {
    padding-left: 470px;
    min-height: 329px;
}

.lectureIngList .item .textBox {
    padding: 20px 35px;
}

@media screen and (max-width: 1279px) {
    .lectureIngList .item .textBox {
        padding: 18px;
    }
}

/*----------------------------------------------------------------------*/
/* 投票 */
.vote_list {
    margin: 1em 1.25em;
}

.voteBox > div {
    float: left;
    width: 50%;
}

.voteBox > div:first-child {
    border-right: 1px dashed #ccc;
    min-height: 176px;
}

.voteBox_R {
    padding: 1.25em;
}

/*----------------------------------------------------------------------*/
/* 典藏文物 */
.proBox .imgBox {
    float: left;
    width: 40%;
}

.proBox .textBox {
    float: right;
    width: 55%;
}

/* 禮品 */
.memBox .back {
    display: none;
}

.memBox .proBox .textBox {
    padding-right: 20px;
    padding-top: 20px;
}

.pro_arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.mfp-content .inner {
    height: 350px;
}

/*----------------------------------------------------------------------*/
/* 季刊列表 */
.MgzList .item {
    width: 31.3333%;
    margin-left: 3%;
}

.MgzList .item:nth-child(3n+1) {
    margin-left: 0;
}

.MgzList .item .periods {
    font-size: 2.375em;
    bottom: -4px;
}

/*----------------------------------------------------------------------*/
/* 大事記 */
.MemorabiliaListWrap {
    padding-top: 5.2vw;
    padding-bottom: 6.25vw;
}

.MemorabiliaList .row {
    margin-top: 6.25vw;
}

.MemorabiliaList .year {
    position: absolute;
    top: 0;
    left: 50%;
}

.MemorabiliaList .year > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.MemorabiliaList .year > div > div {
    display: inline-block;
    flex: 0 1 auto;
}

.MemorabiliaList .year > div > div::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent #7e7659 transparent #caa329;
}

.MemorabiliaList .img .tag {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.MemorabiliaList .item.domestic .img .tag {
    left: 100%;
    background-color: #c0991f;
}

.MemorabiliaList .item.oversea .img .tag {
    right: 100%;
    background-color: #746c4f;
}

.MemorabiliaList .img .tag span {
    display: block;
    flex: 0 1 auto;
}

.MemorabiliaList .img .tag span::before,
.MemorabiliaList .item .img .tag span::after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    transform: rotate(-20deg);
}

.MemorabiliaList .img .tag span::before {
    top: -10px;
}

.MemorabiliaList .img .tag span::after {
    bottom: -10px;
}

@media screen and (max-width: 1199px) {
    .MemorabiliaList .item {
        width: 36%;
    }

    .MemorabiliaList .year {
        width: 36%;
        margin-left: -18%;
        padding-bottom: 23.9999%;
    }

    .MemorabiliaList .year > div > div {
        width: 120px;
        padding: 0 20px;
    }

    .MemorabiliaList .year > div > div::before {
        margin-left: -60px;
        border-right-width: 120px;
    }

    .MemorabiliaList .year > div > div::after {
        margin: 0 0 0 -120px;
        border-width: 0 120px;
    }
}

@media screen and (min-width: 1200px) {
    .MemorabiliaList .item {
        width: 32%;
    }

    .MemorabiliaList .year {
        width: 32%;
        margin-left: -16%;
        padding-bottom: 21.3333%;
    }

    .MemorabiliaList .year > div > div {
        width: 200px;
        padding: 0 45px;
    }

    .MemorabiliaList .year > div > div::after {
        margin: 0 0 0 -200px;
        border-width: 0 200px;
    }
}
