@charset "utf-8";
@import url("bootstrap.css");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Alex+Brush);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("colorbox.css");
@import url("flexslider.css");
@import url("menu.css");


a:link, a:visited, a:hover, a:active {                 
	text-decoration: none;
}
*{ /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
@media (min-width: 768px) { 
}
@media (min-width: 992px) { 
}
@media (min-width: 1200px) { 
}

body {
	font-family: Helvetica, Arial, 'Noto Sans TC', sans-serif;
	color: #333;
	background-color: #f8f5eb;
	transition: .7s;
	line-height: 2.2em;
	font-weight: 300;
}
::-moz-selection {
    text-shadow: none;
	background: #ff6941;
    color: #fff;
}
::selection {
    text-shadow: none;
	background: #ff6941;
    color: #fff;
}
a {
	transition: .7s;
}
#wrapper {
	transition: .7s;
	position: relative;
	width: 100%;
	overflow: hidden;
}
article:after, header:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width :0;height:0}

p{
	text-align: justify;
	margin: 0;
}
hr{
	border: 0;
	border-bottom: 1px #d5d5d5 solid;
	clear:both;content:' ';display:block;
}
.image-container {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 70%;
    overflow: hidden;
}
.image-container img {
    width: 100%;
}
@media (min-width: 768px) { 
body{
	font-size: 11pt;
}	
}

/*---------------------------------
	頁數
-----------------------------------*/

.pagination > li > a, .pagination > li > span {
    color: #ff6941;
    border: none;
    margin: 2px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(248,115,80,0.5);
    border-color: #ddd;
}


/*---------------------------------
	按鈕
-----------------------------------*/

.btn, .btn-o {
	color: #fff;
	font-weight: 200;
	font-size: 14pt;
	height: 50px;
	background-color: #1a1a1a;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	margin-top: 2em;
    padding: 0;
    margin-bottom: 0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: .7s;
	z-index: 20;
}
.btn, .btn-o, .btn i{
	display:         -ms-flexbox;
	display:         flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.btn:hover, .btn-o:hover {
	color: #fff;
	opacity: 0.7;
}
.btn-o {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.btn i{
	position: absolute;
	height: 48px;
	width: 50px;
	left: 0;
	top: 0;
}


/*---------------------------------
	header、bn
-----------------------------------*/

#header {
	background-image:url(../img/bn1.jpg);
	height: 300px;
	background-repeat: repeat-x;
	background-position: center center;
	color: #fff;
	text-align: left;
	font-size: 15pt;
	font-weight: 200;
	position: relative;
}
#header .logo {
	padding: 1em 0;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	height: 100%;
}
#header .logo img{
	height: 100%;
}
#header .logo h1 {
	font-size: 15pt;
    line-height: 1em;
    padding: 15px 0 0;
	display: none;
}

@media (min-width: 768px) { 
#header {
	background-image:url(../img/bn1.jpg);
	height: 426px;
}
#header .logo {
	padding: 1.5em 0 0.5em;
}
}

@media (min-width: 992px) { 
#header .logo {
	height: 85%;
}
}


/*---------------------------------
	content
-----------------------------------*/

#content {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (max-width: 992px) { 
#content.xs-fix {
    margin-top: 30px;
}
}
#content ol {    
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
}
#content ol li{
	list-style: decimal;
}
@media (min-width: 992px) { 
#content {
    margin-top: 130px;
}
}


/*---------------------------------
	sidebar
-----------------------------------*/

#sidebar {
	margin: 0 15px 0 35px;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin-bottom: 32px;
	font-size: 13pt;
	line-height: 1.3em;
	padding-bottom: 6px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
}
#sidebar li.active {
	border-bottom: 2px solid #1b1b1b;
}
#sidebar li a {
	color: #1b1b1b;
	font-weight: 300;
	height: 100%;
	width: 100%;
	display: inline-block;
}
#sidebar li a:hover {
	color: #f87350;
}
#sidebar .btn-o{
	font-size: 12pt;
	width: 80px;
	height: 78px;
	padding-top: 2px;
	margin-top: 5em;
}
#sidebar .btn-o.active{
	background-color: #f87350;
}
#sidebar ul{
	padding: 0;
}
#sidebar ul li{
	font-size: 11pt;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px;
}

/*---------------------------------
	展覽資訊
-----------------------------------*/

h1{
	font-size: 24px;
	letter-spacing: 1pt;
	margin: 0 0 5px;
}
h2{
	font-size: 18px;
	letter-spacing: 1pt;
	font-weight: 300;
	margin-top: 0;
}
h3{
	letter-spacing: 1pt;
}
h5, h6 {
	font-size: 16px;
	font-weight: 300;
	background-position: center center;
	background-repeat: repeat-x;
	margin: 2.2em 0 1.7em;
}
h5 {
	background-image: url('../img/dot.gif');
	margin: 4em 0 3em;
}
h5 span, h6 span{
	background-color: #f8f5eb;
	width: 6em;
	display: inline-block;
}

@media (max-width: 768px) { 
h1 {
	margin-top: 50px;
}
h1 span{
    display: inline-block;
    margin-top: -55px;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-size: 11pt;
    padding: 7px 10px;
    font-weight: 300;
}
}



/*---------------------------------
	photo
-----------------------------------*/

#content .photo{
	overflow: hidden;
}
#content .photo .slider{
	padding-bottom: 15px;
}
#content .flex-direction-nav a{
	width: 40px;
	color: rgba(0, 0, 0, 0.0);
}
#content .flex-direction-nav a:before {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#content .flex-direction-nav .flex-next:before{
	right: 10px;
}
#content .flex-direction-nav .flex-prev:before{
	left: 10px;
}
#content a{
	cursor: pointer;
}
#content .flexslider .slides > li{
	opacity: 0.7;
}
#content .flexslider .slides > li.flex-active-slide {
	opacity: 1;
}

/*---------------------------------
	about application
-----------------------------------*/

.about #content img, .application #content img {
	width: 100%;
}
.about .text-right, .application .text-right {
	margin-top: 20px;
}
.about .signature, .application .signature{
	text-align: right;
}
.about .signature span, .application .signature span {
	font-size: 50px;
	font-family:'Alex Brush', cursive;
	letter-spacing: 0;
}
.about #content h3, .application #content h3 {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.about th, .application th, .gallery th {
	background-color: #1a1a1a;
	width: 7.5em;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 300;
	margin-right: 2em;
	line-height: 2em;
}
.about td, .application td, .gallery td {
    line-height: 2em;
    padding-bottom: 1em;
	padding-right: 1em;
    font-size: 10pt;
}
.gallery td {
    padding-top: 1em;
    padding-bottom: 1em;
}
.about td b, .application td b, .gallery td b {
	border-bottom: 2px solid #555;
	padding-bottom: 2px;
}
.dl ul{
	margin: 0;
	padding: 0;
}
.dl li{
	list-style: none;
	margin-bottom: 7px;
	padding: 15px 10px 13px 45px;
	line-height: 1.2em;
	background-color: #666;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: .7s;
}
.dl li a{
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.dl li a i{
	position: absolute;
	height: 48px;
	width: 50px;
	left: 0;
	top: 0;
	display:         -ms-flexbox;
	display:         flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.dl li:hover{
	background-color: #fff;
}
.dl li:hover a{
	color: #666;
}
.dl header {
	color: #999;
	font-weight: 500;
	margin-top: -2px;
}

@media (max-width: 768px) { 
.about .dl, .application .dl {
	padding-left: 0;
	padding-right: 0;
}
.application td {
    padding-top: 2.5em;
}
.application th {
    position: absolute;
}
}



/*---------------------------------
	info
-----------------------------------*/

.info p, .info h4{
	margin: 0;
}
.info .artist{
	text-align: right;
	padding: 0;
}
.info .artist img{
	width: 100%;
}
.info table{
	line-height: 1.5em;
}
.info td, .info th{
	padding-bottom: 1em;
}

@media (min-width: 768px) { 
.info .artist{
	float: right;
}
.info .artist img{
	width: 90%;
}
}



/*---------------------------------
	news
-----------------------------------*/

.news #content header {
	margin-bottom: 20px;
}
.news .list{
	margin: 0;
	padding: 0;
}
.news .list li {
	list-style: none;
	padding-bottom: 10px;
}
.news .list li a{
	color: #1b1b1b;
	font-size: 12pt;
	line-height: 1.5em;
}
.news .list li a .date{
	width: 7.5em;
	margin-right: 1em;
	font-size: 10pt;
	color: #f87350;
	background-image: url('../img/news-line.png');
	background-repeat: no-repeat;
	background-position: right 1px;
}
.news .list li a:hover{
	color: #f87350;
}
.news .photo {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}


@media (min-width: 768px) { 
.news .list li a{
	display: -ms-flexbox;
	display: flex;
}
.news .list li a .date{
	-ms-flex: initial;
	    flex: initial;
}
.news .list li a p{
	-ms-flex: 1;
	    flex: 1;
}
.news .detail .detail-content {
	padding-right: 1em;
}
}
@media (min-width: 1200px) { 
.news .list ul {
	margin-right: 35px;
}
}



/*---------------------------------
	gallery
-----------------------------------*/

.gallery h1, .gallery h2 {
	margin-top: 0;
    font-size: 27px;
    font-weight: 300;
}
.gallery h2 {
	font-weight: 600;
}
.list img{
	width: 100%;
	border: 1px solid #bbb;
}
.list h4{
	font-size: 12pt;
	margin: 1em 0 2em;
	line-height: 1.5em;
    text-align: center;
    color: #777;
    transition: .7s;
}
.list a:hover img{
	border: 1px solid #999;
}
.list a:hover h4{
    color: #1a1a1a;
}
.list h4 span{
	font-weight: 300;
	font-size: 0.9em;
}
.video .list h4 span{
	font-weight: 300;
	font-size: 0.5em;
}
.gallery .detail header {
	position: relative;
	margin-bottom: 40px;
}
.gallery .detail header:after {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: visible;
    width: 42px;
    height: 3px;
    background-color: #dedede;
    position: absolute;
	bottom: -40px;
}
.gallery .detail img{
	width: 100%;
	border: 1px solid #999;
}
.gallery .list h4{
    text-align: left;
    line-height: 1.2em;
}
.gallery .list h4 span{
	text-align: right;
    float: right;
}

.modal-content{
	padding: 70px 50px;
	border-radius: 0;
}
.modal-header{
	padding: 0;
	border:none;
}
.modal-header h4{
	font-size: 26px;
	margin-top: 0;
}
h4 small {
	font-size: 0.51em;
	font-weight: 400;
}
.modal-body{
	padding: 0;
}
.modal-body.row dd{
  margin: 0 0 5px;
	display: -ms-flexbox;
	display: flex;
}
.modal-body label{
	width: 7em;
	font-weight: 300;
 -ms-flex: none;
     flex: none;
}
.modal-body input, .modal-body textarea{
	padding:  0 5px;
	border: 1px solid #ccc;
 -ms-flex: 1;
     flex: 1;
}
.modal-body .verify input{
 -ms-flex: 3;
     flex: 3;
}
.modal-body .verify img{
 -ms-flex: 2;
     flex: 2;
}
.modal-footer{
	border:none;
	padding: 0;
}
@media (min-width: 768px) { 
.gallery .detail .pic{
	float: right;
}
}



/*---------------------------------
	contact
-----------------------------------*/

#map {
	height: 420px;
}
.add {
	padding-top:0;
}
dl {
	margin: 0;
}
dl dd{
	margin: 0;
	padding-bottom:0;
	display: -ms-flexbox;
	display: flex;
}
dl dd div:first-of-type{
	width: 3em;
}
dl dd div:last-of-type{
	-ms-flex: 1;
	    flex: 1;
}
.contact #content{
	margin-bottom: 0;
}
.contact .form{
	background-color: rgba(0, 0, 0, 0.1);
	padding: 80px 0;
}
.contact .form textarea{
	height: 121px;
}
@media (min-width: 768px) { 
.add {
	padding-top:2em;
}
}
@media (min-width: 992px){
.add {
	display:         -ms-flexbox;
	display:         flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	height:420px;
	position: relative;
	padding-top:0;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
dl dd{
	display: block;
}
dl dd h1{
	font-size: 20px;
}
}
@media (min-width: 1200px){
dl{
	padding-left: 1.5em;
}
.add .line {
	position: absolute;
	height: 50px;
    left: 5px;
    right: 5px;
}
.add .line:before ,.add .line:after {
	content:' ';
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: visible;
    width: 37px;
    height: 5px;
    background-color: #dedede;
    position: absolute;
}
.add .line:before {
	left: 0;
}
.add .line:after {
	right: 0;
}
.add .line:first-of-type,
.add .line:first-of-type:before, 
.add .line:first-of-type:after {
    top: 0;
}
.add .line:last-of-type,
.add .line:last-of-type:before, 
.add .line:last-of-type:after {
    bottom: 0;
}
}


/*---------------------------------
	footer
-----------------------------------*/

#footer {
	background-color: #222222;
	padding: 60px 0 100px;
	line-height: 1.8em;
	font-size: 10pt;
    color: #999;
    position: relative;
}
#footer .container {
	position: relative;
}
#footer a{
    display: inline-block;
	color: #999;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    color: white;
	background-color: rgba(0,0,0,0.5);
	padding: 0.5em;
    cursor: pointer;
	line-height: 0;
}
#footer .social {
	border-top: solid 1px #323232;
	margin-top: 2em;
	padding-top: 2em;
	position: static;
}
#footer .social a:last-of-type{
	top: 77px;
}
#footer .social a img{
	background-color: #2d2d2d;
	margin:  0 5px 20px 0;
}
#footer .social a.ds {
	position: static;
}
#footer .col-xs-2.col-sm-1.col-md-3{
	padding-right: 0;
}
@media (min-width: 768px) { 
#footer .social a img{
	margin: 0 2px 10px 3px;
}
#footer .social a:hover img{
	opacity: 0.7;
}
}

@media (min-width: 992px) { 
#footer {
	color: #ccc;
	font-size: 10pt;
	font-weight: 200;
}
#footer a{
	color: #ccc;
    width: 100%;
}
#footer .social {
	text-align: right;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
#footer .social a {
	position: static;
	width: initial;
}
}

@media (min-width: 1200px) { 
#footer .container>.row>[class*="col-md-"]:after {
	height: 120px;
    border-right: 1px solid #444;
	clear:both;
	content:' ';
	display:block;
	width :1px;
	position: absolute;
	right: -17px;
	top: 0;
}
#footer .container>.row>[class*="col-md-"]:last-of-type:after {
    border-right: none;
}
}

