
*{
    list-style: none;
    /* font-family: "Lato", '微軟正黑體'; */
}
/* 編輯器 */
.editor-block, .editor-block dt, .editor-block p {
    line-height: 22pt; /* 客戶指定 */
    font-size: 12pt;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 25px;
}
.editor-block table, .editor-block img {
    max-width: 100% !important;
    width: auto !important;
}
/* google 地圖尺寸設定 */
.gmap iframe{
    max-width: 100%;
}
/* navbar 導覽列 */
header nav .navbar-nav > li:last-child a { margin-right: 30px;}
header nav .navbar-nav.text-normal > li > a {font-weight: 600; font-size: 15px }
header a.logo img {max-height:70px;}

/* 電腦版不顯示 首頁 按鈕 */
nav.navbar.navbar-default ul.nav .index-btn{display: none;}

.container-fluid{
    padding:0 180px;
}
.padding-0{
    padding: 0 0;
}
/* footer 頁尾  */
.footer-logo {  
    text-align: center;
    margin-bottom: 20px;
}
.footer-logo img{
    max-height: 50px;
}

.footer-list {
    line-height: 25px;
    list-style: none;
    font-size: 13px;
    padding: 0px;
}
.footer-list a:hover{
    color: black;
}
.footer-link{
    display: none;
}
.footer-icon{
    display: none;
}

.footer-info-title{
    font-size: 16px;
    color: black;
}

.footer-info{
    list-style: none;
    font-size: 13px;
    line-height: 25px;
    color:gray;
    padding-left: 0px;
    line-height: 22px;
    margin-top: 10px
}

.footer-social-icon {
    /* border-left: 2px solid rgba(0, 0, 0, 0.15); */
    /* padding-left: 15px; */
    /* margin-left: 12px; */
    display: inline-block;
    line-height: 15px;
    position: relative;
    top: -1px;
}

.footer-social-icon a {
    margin: 0 10px;
}

/* breadcrumb */
.breadcrumb-block{margin-top: 120px;}
.breadcrumb {background: transparent; border-radius: 0; padding: 0;}
.breadcrumb ul { list-style: none; margin: 0;}
.breadcrumb ul li {display: inline-block; line-height: 25px; }
.breadcrumb ul > li:after { content: "\f105"; font-family: Font Awesome\ 5 Free; font-weight: 900; padding: 0 11px 0 14px; display: inline-block; vertical-align: middle; font-size: 5px; opacity: .6;}
.breadcrumb ul > li:last-child:after {border-right: 0; content: ""; padding: 0}
.breadcrumb ul a:hover{ color: #777;}
/* .breadcrumb li.filter{margin-bottom: 10px;} */
.breadcrumb li.filter a {
    border: 1px solid #d19957;
    padding: 3px 25px 3px 10px;
    color: #333;
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.breadcrumb li.filter a span {
    color: #eb6100;
}
.breadcrumb li.filter .del {
    position: absolute;
	font-family: 'Raleway', sans-serif;
    right: 8px;
	font-size: 13px;
	font-weight: normal;
	color: #d19855;
}

/* 首頁 logo 浮水印 */
#box {
    height: 260px;
    width: 255px;
    position: absolute;
    z-index: 20000;
    /* border: 13px solid #FFF; */
    left: 50%;
    margin-left: -127px;
    bottom: 35%;
    color: #FFF;
    text-align: center;
    
}
/* work page 圓形標籤 */
.tag-icon-book {
    display: flex;
    margin: 10px 0 30px 0px;
}
.tag-icon-type{
    margin-right: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color:#000000;
}
.tag-icon-type span{
    line-height: 16px; 
}

.tag-icon-type>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* work page 圓形標籤 end */


/* 主內容區 */

.main-box{
   padding-left: 100px;
}

/*頁首大標題 */
.main-box-title{
    text-align:left;
    padding:10px 0px 10px 0px;
    margin-bottom: 50px;
    color:black;
    position: relative;
}
.main-box-title h1 {
    font-size: 40px;
    line-height: 1;
    margin: 15px 0 15px 0px;
    color: #232323;
    display: flex;
    align-items: baseline;
}
.main-box-title small {
    font-size: 22px;
    margin: 0 0 0 10px;
    color: #232323;
}
.title-line-s{
    background-color: #000000;
    height: 1px;
    border: 0px;
    width: 300px;
    bottom: 0;
}
.title-line{
    background-color: #000000;
    height: 5px;
    border: 0px;
    width: 100px;
    position: absolute;
    bottom: 8px;
}
/* 區塊上下間距 */
.exo-all{
    /* margin: 60px 0; */
    margin-top: 60px;
}
.expo-title a{
    color:black;
    font-size: 25px;
    margin-bottom: 15px;
}
.expo-title a:hover{
    color: gray;
}
.expo-title-date{
    margin-bottom:15px;
}

/* 區隔線 */
hr {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* 歷年成果列表 文字區塊寬度 */
.expo-title-left-info{
    padding-right: 100px;
}
.expo-title-right-info{
    padding-left: 100px;
}

/* 閱讀更多 動態 */
.btn-view{
    color: #232323;
    border: 1px solid #777;
    font-size: 12px;
}
.btn-view:hover{
    border:none;
    background-color:black;
    color:white;
    
}
/* 展覽內頁 外框 */
.expo-info-box{
    margin-bottom: 50px;
}
/* 展覽標題 */
.expo-info-title{
    color:black;
    font-size: 35px;
    margin:18px 0px 30px 0px;
}
/* 展覽內頁圓形標籤 */
.tag-icon-info-book {
    display: flex;
    float: right;
    justify-content: flex-end;
    margin: 10px 0 30px 0px;
}
/* 展覽序 */
.expo-sectitle{
    font-style: italic;
    margin-top: 30px;
}
/* 展覽日期 */
.expo-date{
    border: solid 1px;
    text-align:center;
    color: black;
}
/* 關於本展 */
.expo-about{
    font-size: 15px; 
    margin: 10px 0; 
    border-bottom: solid 1px black;
    color: black;
}
/* work-info 內容 合作單位文字 */
.co-info-box{
    margin: 10px 0 10px 0;
    text-align: left;
}
.co-info-box span{
    font-size: 15px;
    color: black;
}

.blog-post-images p{
    margin-top: 10px;
    line-height: 25px;
}

/* 年度精選列表 */
.list-info{
    margin-bottom: 15px;
}
/* 控制只出現四個展覽 */
.list-info ul{
    padding-left: 0px;
    max-height: 130px;
    overflow: hidden;
}
.list-info li {
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
}
.list-info h5 {
    color: #ccc;
    font-size: 32px;
    margin: 20px 0 10px 0;
}
.list-info a{
    font-size: 15px;
    color: black;
}
.list-info a:hover{
    font-size: 15px;
    color:gray;
}
.list-info span{
    font-size: 10px;
    color:gray;
}
/* 設計精選 */
.design-box-text{
    font-size:23px;
    color:white;
}
/* 設計精選圖片間距 */
.portfolio-grid.gutter-medium li, .blog-grid.gutter-medium li {padding:3px 3px }

/* 聯絡我們 */
.contact-info{
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact-form{
    padding-left:50px;
}
/* 驗證碼 */
.fa-refresh:before {
    content: "\f021";
}

.pager {
    display: table;
    width: 100%;
    background-color: #fff;
    border: 0px solid #ccc;
    margin: 40px 0;
}
.pager-modern a {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.pager-prev {
    text-align: left;
    width: 45%;
}
.pager-modern a {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.pager-next {
    text-align: right;
    width: 45%;
}
.pager-modern a span {
    display: block;
    line-height: 20px;
}
.pager a span {
    color: #666;
    font-size: 15px;
}
.pager-modern a span.txt {
    margin-top: 10px;
    font-size: 17px;
    color: #000;
}
.pager.pager-modern i {
    color: #999;
    margin: 0 10px;
    font-size: 14px;
}
.post-share {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
}
.post-share ul{
	margin-bottom: 0;
	}
.post-share h6{
	font-weight: normal;
    margin: 0 10px 0 0;
    font-size: 19px;
		}
.post-share ul{
   text-align: left;
		}
    .post-share ul li {
        margin: 0 2px;
    }
.post-share ul li a{
	border-radius: 100%;
	width: 50px;
    height: 50px;
    line-height: 50px;
	background-color: #82d7cf;
	color: #fff;
		}
.post-share ul .fa{
	font-size: 23px;
	line-height: 50px;
			}
.post-share ul li a.line{
    background: url(../images/icon-line-w.svg) #4ad138 center no-repeat;
    background-size: 40px;
    }


/* 平板設定 */
    @media  (max-width: 1024px){

        .breadcrumb-block {
            margin-top: 80px;
            padding: 0;
        }
        nav.navbar.bootsnav ul.nav > li > a {
            padding: 10px 10px;
        }
        header nav .navbar-nav > li > a {
            margin: 0 10px;
        }
        section {
            padding: 0;
        }
        .contact-form {
            padding-left: 0px;
        }
        /* 歷年成果列表 文字區塊寬度 */
        .expo-title-left-info{
            padding-right: 15px;
        }
        .expo-title-right-info{
            padding-left: 15px;
        }
        .footer-info {
            /* padding-left: 365px; */
            line-height: 22px;
        }
        .footer-logo {
            max-height: 50px;
            text-align: center;
        }
        .btn.btn-black{
            margin-bottom: 30px;
        }

    }
    @media  (max-width: 768px){
        
        .expo-title {
            margin-top: 20px;
        }
        /* 歷年成果列表 文字區塊寬度 */
        .expo-title-left-info{
            padding-right: 15px;
        }
        .expo-title-right-info{
            padding-left: 15px;
        }
        .footer-info {
            /* padding-left: 250px; */
        }
        
    }

/* 手機設定 */
    @media  (max-width: 767px) {
    /* 首頁 logo 浮水印 */
    #box {
        border: 0px;
        bottom: 0px;
        top: 150px;
    }
    #box > img {
        height: 205px;
        width: 200px;
    }
        /* 電腦版不顯示 首頁 按鈕 */
        nav.navbar.navbar-default ul.nav .index-btn{display: block;}

        /* footer 公司名稱/logo 顯示 */
        .footer-logo{
            display: none;
        }
        .footer-link{
            display:block;
        }
        .footer-icon{
            display:block;
        }
        .footer-info{
            padding-left: 0px;
            margin-top: 0px
        }
        .btn.btn-black{
            margin-top:20px ;
        }
        .copyright-text {
            text-align: left;
        }
        /* navbar logo 顯示 */
        header a.logo img{
            display: none;
        }
        /* work 展覽標題 */
        .expo-title {
         margin-top: 0px;
        }
        /* work-info 內容 展覽日期 */
        .expo-date{
            text-align:center;
            color: black;
        }
        /* 設計精選 標題title */
        .xs-main-box-title {
            margin: 0px 0 20px 0px;
            color: black;
            position: relative;
        }

        .xs-main-box-title h1 {
            font-size: 25px;
            margin: 30px 0 10px 0;
        }

        .xs-main-box-title small {
            font-size: 18px;
            margin: 0 0 0 10px;
        }

        /* 頁首標題-不顯示 */
        .title-noshow{
            display:none;
        }
        /* 頁首標題 裝飾線 */
        .title-line {
            bottom: 8px;
        }
        .title-line-s {
            width: 200px;
            bottom: 0;
        }

        /* 區塊上下間距 */
        .exo-all{
            margin-top: 30px;
        }

        /* 歷年成果列表 文字區塊寬度 */
        .expo-title-left-info{
            padding-right: 15px;
            margin-top: 15px;
        }
        .expo-title-right-info{
            padding-left: 15px;
            margin-top: 15px;
        }

        /* 內頁展覽標題 */
        .expo-info-title {
            color: black;
            font-size: 25px;
            line-height: 1.5;
            margin: 30px 0px;
            text-align: left;
        }
        /* 主內容區 */

        .main-box{
            padding-left: 15px;
        }
        .container-fluid{
            padding:0 15px;
        }
        /* 聯絡我們表格 */
        .contact-form{
            padding-left:0px;
            padding-top: 10px;
            padding-bottom:20px;
        }
        /* 年度精選 */
        .list-info {
            margin-bottom: 60px;
        }
        /* 控制只出現四個展覽 */
        .list-info ul{
            max-height: 100%;
        }
        /* 內容欄 手機板圖文順序 */
        .xs-swap-block {display: flex; flex-flow: column;}
        .xs-swap-block > div:first-child {order: 2;}
	    .col-xs-12 {
	        float: none;
	        clear: both;
        }
        /* 內容欄 平板板圖文順序 */
        .sm-swap-block {display: flex; flex-flow: column;}
        .sm-swap-block > div:first-child {order: 2;}
	    .col-sm-12 {
	        float: none;
	        clear: both;
        }
    }

    @media  (max-width: 479px) {
    .post-share {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .post-share h6 {
        margin: 0 0 10px 0;
        font-size: 17px;
    }
    .pager-modern a span.txt {
        font-size: 15px;
    }
}

    
