			body{
				text-align: justify;
				font-family:  "微軟正黑體","Helvetica Neue", Helvetica, Arial, sans-serif;					
			}
			@media screen and (min-width:768px){
				.footer-menu2{
					text-align: right;
				}
			
			}

			.jumbotron{
				background-image: url(../img/photo-001.jpg);
				background-size: cover;
				height: 300px;
				margin-bottom: 0;										
			}

			.navbar-default{
				border: none;
				padding-top: 50px;	
				margin-bottom: 10%;			
			}

			.navbar-default .navbar-collapse,
			.navbar-default .navbar-form {
			  border: none;
			  /*取消主題區與下拉選單之邊線*/
			} 
			
			.navbar-default img{
				width: 50%;
				margin-top: -20px;
			}

			.carousel-control.left {
			  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .0001) 100%);
			  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .0001) 100%);
			  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .0001)));
			  background-image:         linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .0001) 100%);
			}			
			.carousel-control.right {
			  right: 0;
			  left: auto;
			  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .5) 100%);
			  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .5) 100%);
			  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0001)), to(rgba(255, 255, 255, .5)));
			  background-image:         linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .5) 100%);
			}
			.main-title{
				margin-bottom: 80px;
			}
			.main-title .h2{
				font-size: 2em;
				color: #258;
			}

			.jd1 img,.jd2 img{
				width: 100%;
			}

			.main-txt img{
				width: 100%;
			}


			.exhibition .main-txt p,.exhibition .main-txt p,.artist p,.literature p{
				text-align: justify;
				font-size: 1.25em;
				line-height: 2em;
			}



			.literature h3{
				border-left-style: solid;
				border-left-width: 10px;
				border-left-color: #abb88e;
				padding-left: 5px;
				right: 100px;
				margin: 50px 0;
			}	
			.literature h4{
				border-bottom: 1px dotted #007e66;
				padding: 15px 0px;	
				color: #7b9966;
				margin: 150px auto 50px;
			}

			.literature nav a{
				display: inline-block;
				/*background-color: #ddd;*/
				/*border: 1px dotted #333;*/
				border-left: 2px solid #333;
				color: #333;
				padding: 10px 30px;
				text-decoration: none;
				border-radius: 25px;
				margin: 20px 10px;
				font-size: 1.5em;
				transition: 0.5s;
			}


			.literature nav a:hover{
				background-color: #666;
				color: #fff;
	
			}

			.literature h3{
				border-left-style: solid;
				border-left-width: 10px;
				border-left-color: #abb88e;
				padding-left: 5px;
				right: 100px;
				margin: 50px 0;
			}

.literature figure{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.literature figure img{
	width: 350px;
	height: auto;
}

#lit-1,#lit-2{
	padding: 20px;
	border-radius: 20px;
	border: 2px dotted #ccc;
}
.but{
	text-align: center;
}




			.painting{
				background-color: #ccc;
			}




			.painting .product-list{
				text-decoration: none;
				border: 0;
				padding: 0;
			}






			.painting .thumbnail h2{
				font-size: 2em;
				
			}
			.painting .thumbnail .price{
				display: block;
				font-size: 1.5em;
				color: #666;
				
			}
			.painting .thumbnail .price .sale{
				font-size: 1.5em;
				color: #f01;
			}
			
			.mb-40 {
				margin-bottom: 40px;
			}
			.mt-40 {
				margin-top: 40px;
			}
			.mb-100 {
				margin-bottom: 100px;
			}
			.mt-100 {
				margin-top: 100px;
			}			
			.txt-indent {
				text-indent: 60px;
			}			
			.pagination .active a,
			.pagination .active a:hover{
				background-color: #666;
				cursor: pointer;
			}
			.act h2,p,a{
				padding-left: 15px;
				padding-right: 15px;
				margin-top: 10px;
			}


			.painting .product-list, .act .product-list,/*.commentary .product-list*/{
				display: flex; /*Flexbox 排版模式*/
				flex-wrap:wrap;	/*flex-wrap: wrap || no-wrap || wrap-reverse;*/							
			}

			.act .thumbnail {
				width: 350px;

			}

			.footer{
				background-color: #ccc;
				font-size: 1.15em;
			}
			.footer .footer-data1{
				border-bottom: 1px solid #ccc;
				padding-top: 20px;
				padding-bottom: 30px;
			}
			.footer .footer-data2{
				padding-top: 20px;
				padding-bottom: 50px;
			}	
			.footer .footer-data1 a,
			.footer .footer-data2 a{
				text-decoration: none;
				color: #007e66;
			}	
			.footer .footer-data1 a:hover,
			.footer .footer-data2 a:hover{
				color: #003666;
			}	




			.exhibition,.literature,.act{
				background-color: #fff;
			}
			.artist,.painting,.dvd{
				background-color: #ddd;
			}

			.tab{
				background-color: #003666;
				color: #fff;
				padding: 4px 30px 0px 30px;
				position: absolute;
				left: -5px;
				bottom: 60px;
				transform:rotate(-4deg);

			}
			.tab h4{
				margin-top: 5px;				
				font-size: 2em;
			}

			.tab h5{
				margin-top: -15px;
				margin-bottom: 15px;
				font-size: 1.2em;
			}

			.thumbnail h3,.thumbnail h5{
				margin-left: 10px;
				padding: 5px 10px;
			}
			.thumbnail img{
				padding: 2px;
			}
			.author-img img{
				width: auto;
				padding: 10px 10px 80px 10px;
			}




			.back-to-top {
				/*goto top*/
			    cursor: pointer;
			    position: fixed;
			    bottom: 80px;
			    right: 20px;
			    display:none;
			    width: 50px;
			}	
			.txt-color-g{
				margin-left: 20px;
				border-left-style: solid;
				border-left-width: 6px;
				border-left-color: #7b9966;
				padding-left: 5px;	
				color: #7b9966;
				margin-top: 20px;
			}				

			@media screen and (min-width:768px) and (max-width: 991px){
				.navbar .container{
					width: 100%;
				}
				/* 漢堡選單與頁首 */
				.navbar-toggle{
					display: block;
					float: right;
					margin-right: 0;
				}
				.navbar-header{
					width: 100%;
				}
				/* 選單隱藏區 */
				.collapsing.navbar-collapse{
					margin-left: -15px;
					margin-right: -15px;
				}
				.collapse.navbar-collapse{
					/* padding: 0; */

					margin-left: -15px;
					margin-right: -15px;
					display: none!important;
				}
				.collapse.navbar-collapse.in{
					display: block!important;
				}
				/* 選單項目 */
				.navbar-nav{
					margin-left: -15px;
					margin-right: -15px;
					float: none;
				}
				.navbar-nav.navbar-right,
				.navbar-form.navbar-left{
					float: none!important;
					display: block;
					padding: 0;
				}
				.nav>li {
				    position: relative;
				    display: block;
				    width: 100%;
				}
				.nav>li>a {
				    position: relative;
				    display: block;
				    padding: 10px 15px;
				}
				.navbar-nav>li>a {
				    line-height: 20px;
				}
				.navbar-form{
					position: relative;
				}
				.navbar-form .form-group{
					display: block;
				}
				.navbar-form .btn{
					position: absolute;
					right: 0;
					top: 0;
					border-radius:0 6px 6px 0; 
				}
				.navbar-form .form-control{
					display: block;
					width: 100%;
				}
			}	

		.pic{width:400px; height:350px;overflow:hidden;/*隱藏在圖片放大時超出的部分*/}
		.pic img{transform:scale(1,1);/*圖片放大的倍率*/ transition: all 1s ease-out;/*圖片放大所需的時間和特效*/}
		.pic img:hover{transform:scale(1.2,1.2);}							

		.pic-zoom{
			height:300px;
			width:300px;
			overflow:hidden;
		}
		.pic-zoom-mar{
			margin: -7px -20px 0px -20px; /*上 右 下 左*/
		}

.txt-content{
	font-size: 1.2em;
	line-height: 1.8em;
}
.txt-in{
	text-indent: 3.3em;
}


