@import url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/css/eventlist.css");

/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content home section                              
 5.Portfolio                              
 6.Contact page        
 8.About pages                               
 9.Blog pages                            
 10.Single post                            
 11.Single Project                      
 12.Footer         
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.top-logo {
	position:absolute;
	top:-30px;
	left:50px;
	z-index:9999;
}
.top-line {
    padding: 0px;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/topnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top-line a.member, .top-line a.ntu, .top-line a.en {
    color: #fff;
    font-size: 13px;
	line-height:20px;
    font-family:"微軟正黑體", "Roboto", sans-serif;
}


.top-nav {
    padding: 0px;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/topnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top-nav a.member, .top-nav a.ntu, .top-nav a.en {
    color: #fff;
    font-size: 13px;
	line-height:20px;
    font-family:"微軟正黑體", "Roboto", sans-serif;
}
.org-bg {
	height:45px;
}
ul.social-list {
    float: right;
	padding-top: 10px;
}

ul.social-list li {
	float: left;
	padding:0px 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d87a0d;
}

ul.social-list li:first-child {
    margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d87a0d;

}
@media (max-width: 320px) {
ul.social-list li:first-child {
    margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d87a0d;
	margin-bottom:5px;
    float: none !important;
display:block;
text-align:right;
}
}
ul.social-list li a {
    display: inline-block;
}

ul.social-list li a img {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-list li a:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.navbar {
	margin-bottom: 0;
    
	background: #ffffff !important;
    box-shadow: 0 1px 3px #e5e5e5;
    -webkit-box-shadow: 0 1px 3px #e5e5e5;
    -moz-box-shadow: 0 1px 3px #e5e5e5;
    -o-box-shadow: 0 1px 3px #e5e5e5;
    border: none !important;
}

.navbar-brand {
    padding: 40px 15px;
}

.navbar-default .navbar-nav > li {
    margin-left: 40px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #5b656c;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    padding: 25px 0px 25px;
	margin: 14px 0px 17px;
    border-top: 3px solid #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li.drop > a {
    padding-right: 12px;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/arrow.png') right center no-repeat;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #2d3838;
    border-bottom: 3px solid #ff4d0c;
}

.dropdown {
    position: absolute;
    left: 0;
    top: 80%;
    width: 138px;
    background: #ff8f0f;
    margin-top: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    visibility: hidden;
    z-index: 2;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    margin-top: 0;
}

.dropdown li {
    border-top: 1px solid #ffd29f;
}

.dropdown li:first-child {
    border-top: none;
}

.dropdown li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: capitalize;
    transition: background 0.17s ease-in-out;
    -moz-transition: background 0.17s ease-in-out;
    -webkit-transition: background 0.17s ease-in-out;
    -o-transition: background 0.17s ease-in-out;
}

.dropdown li a:hover {
    background: #ffb056;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

header.header-scrolled  {
    height: 0;
    overflow: hidden;
}

#container {
/*    padding-top: 143px; 2404天地改版移除 */
}

@media (max-width: 767px) {
	#container {
/*    padding-top: 100px; 2404天地改版移除 */
}
}



@media (max-width: 640px) {
	#container {
/*    padding-top: 175px; 2404天地改版移除 */
}
}

@media (max-width: 480px) {
	#container {
/*    padding-top: 175px; 2404天地改版移除 */
}
}
@media (max-width: 320px) {
	#container {
/*    padding-top: 210px; 2404天地改版移除 */
}
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
	line-height: 16px;
}

a {
    text-decoration: none;
}

h1 {
    color: #555a5e;
    font-size: 24px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0;
}

h3 {
    color: #6f7980;
    font-size: 14px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: normal;
    /* text-transform: uppercase; */
    margin: 0;
}

h4 {
    color: #5b656c;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0;
}

p {
    color: #545454;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    line-height: 21px;
    margin: 0;
}

a.main-button,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #ff8f0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover,
input[type="submit"] {
    opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#slider {
    margin-bottom: 25px;
}

.head-line {
    text-align: center;
    margin-bottom: 50px;
}

.head-line h1 {
    margin-bottom: 10px;
}

.head-line h1 a {
    color: #1e9397;
    font-weight: 700;
}

.head-line p {
    color: #8b9197;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-style: italic;
    line-height: 22px;
}

.services-section,
.recent-posts-box {
    margin-bottom: 15px;
}

.services-section h3,
.latest-work h3,
.recent-posts-box h3,
.contact-page h3,
.team-section2 h3,
.last-product h3,
.about-content h3,
.team-section h3,
.our-history h3,
.leave-comment h3,
.comments-section h3 {
    border-bottom: 2px solid #b5b5b5;
    margin-bottom: 15px;
}

.services-section h3 span,
.latest-work h3 span,
.recent-posts-box h3 span,
.contact-page h3 span,
.team-section2 h3 span,
.last-product h3 span,
.about-content h3 span,
.team-section h3 span,
.our-history h3 span,
.leave-comment h3 span,
.comments-section h3 span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #e32830;
    margin-bottom: -1px;
}
.titletext {
    display: inline-block;
	float:left;
    padding-bottom: 12px;
    border-bottom: 2px solid #e32830;
    margin-bottom: -1px;
}
.titlebtn {
    display: inline-block;
	float:left;
}
.nopadding { padding:0px;}

.services-post {
    text-align: center;
    margin-bottom: 24px;
}

.services-post h4 {
    margin-bottom: 16px;
}

.services-post p {
    margin-bottom: 16px;
}

.services-icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    border: 4px solid #e6e9ec;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-icon.icn1 {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon1.png') center center no-repeat;
}

.services-icon.icn2 {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon2.png') center center no-repeat;
}

.services-icon.icn3 {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon3.png') center center no-repeat;
}

.services-icon.icn4 {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon4.png') center center no-repeat;
}

.services-icon.icn1:hover {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon1-active.png') center center no-repeat;
}

.services-icon.icn2:hover {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon2-active.png') center center no-repeat;
}

.services-icon.icn3:hover {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon3-active.png') center center no-repeat;
}

.services-icon.icn4:hover {
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/icon4-active.png') center center no-repeat;
}

.inner-work-post {
    position: relative;
	padding: 10px;
	text-align: center;
	background-color: #fff;

}

.latest-work {
    padding-bottom: 30px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e6e9ec;
}

.work-post {
    margin-bottom: 25px;
    overflow: hidden;
}

.inner-work-post img {
	width: 100%;
	/* [disabled]border: #CCC solid 1px; */
}

.work-post-content {
    background: #fff;
    padding: 0px 10px 10px;
}
.work-post-content h4 {
	margin-bottom:5px;
}
.work-post-content h4.red {
    color: #e32830;
}
.work-post-content h4.green {
    color: #508036;
}
.work-post-content h4.coffee {
    color: #805536;
}
.work-post-content span {
    /* display: inline-block; */
    font-size: 12px;
    color: #bdbec0;
    font-weight: 700;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
}

.work-post-content a.download {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #ff6c00;
    font-weight: 700;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    padding-right: 22px;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/download.png') right center no-repeat;
    margin-top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    opacity: 0.8;
}

.work-post-content a.download:hover {
    opacity: 1;
}
.videoshare {
	/*float:left;*/
}

.videoshare img {
}

.work-post .hover-box,
.inner-team-post .hover-box {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
	
    background: rgb(255,143,15) \0/;
    background: rgba(255,143,15,0.5);
	background: transparent\9;
	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ff8f0f, endColorstr=#99ff8f0f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ff8f0f, endColorstr=#33ff8f0f)";
}

.work-post:hover .hover-box,
.team-post:hover .hover-box {
    visibility: visible;
    top: 0;
}

.work-post a.read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -17px;
    text-decoration: none;
}

.quote-box {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 5px;
}

.quote-box blockquote {
    border: none;
    padding: 0;
    margin: 0;
}

.quote-box blockquote h1 {
    margin-bottom: 7px;
}

.quote-box blockquote p {
    margin-bottom: 7px;
    font-size: 12px;
    color: #8b9197;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
}

.quote-buttons {
    text-align: right;
    margin-top: 15px;
}

.quote-buttons span {
    color: #6f7980;
    font-size: 14px;
    font-weight: 700;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    display: inline-block;
    margin: 0 10px;
}
.quote-box .news {
	list-style:none;
	margin-bottom: 10px;
}
.quote-box .news li {
	padding:7px 0px;
    border-bottom: 1px solid #cccccc;
	overflow:hidden;
	margin-bottom: 5px;
}
.quote-box .news li .text {
	width:80%;
	float:left;
	}
.quote-box .news li span {
    font-size: 8px;
	color: #c0c0c0;

}
.quote-box .news li .news {
    display: inline-block;
    float: right;
    padding-right: 22px;
    margin-top: -6px;
	width:26px;
	height:26px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.quote-box .tab-pane img {
	float: left;
	max-width: 250px;
}
.quote-box .infoitem {
	margin-left: 262px;
}
.quote-box .infoitem h3 {
	border:0;
	line-height:18px;
	margin-bottom:8px;
}
.quote-box .infoitem p {
	text-align:justify;
}
a.take-tour {
    background: #e24a4a;
}

.recent-posts-box {
    padding-bottom: 30px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e6e9ec;    
}

.recent-post {
    margin-bottom: 25px;
}

.recent-post .inner-post {
    position: relative;
}

.recent-post .inner-post img {
    width: 100%;
    margin-bottom: 15px;
}

.date-recent-post {
    position: absolute;
    top: 10px;
    left: -10px;
    padding: 10px 0;
    width: 90px;
    background: #1e9397;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post:hover .date-recent-post {
    visibility: hidden;
    opacity: 0;
}

.date-recent-post span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
}

.date-recent-post span.day {
    font-weight: 700;
}

.date-recent-post:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/left-arrow.png') center center no-repeat;
}

.recent-post .hover-box {
    position: absolute;
    top: 100%;
    margin-top: -33px;
    left: -10px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post:hover .hover-box {
    top: 50%;
    margin-top: -15px;
    visibility: visible;
}

.recent-post .hover-box:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0px;
    height: 31px;
    width: 20px;
    background: #1e9397;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post .hover-box a.read-more {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    width: 100%;
    background: #1e9397;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post .hover-box a.read-more:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/left-arrow.png') center center no-repeat;
}

.recent-post .hover-box a.read-more:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -20px;
    height: 10px;
    width: 10px;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/right-arrow.png') center center no-repeat;
}

.recent-post .hover-box a.read-more:hover {
    opacity: 0.8;
}

.recent-post-content h4 {
    margin-bottom: 10px;
}

/*-------------------------------------------------*/
/* =  Portfolio
/*-------------------------------------------------*/

.filter-box {
	position: relative;
	float: right;
	width: 138px;
	margin-top: 6px;
}

a.category,
ul.filter li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: #666 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/filter.png') 112px center no-repeat;
}

a.category:hover,
ul.filter li a:hover {
    opacity: 0.8;
}

ul.filter {
	width: 100%;
	position: absolute;
	/* [disabled]top: 31px; */
	/* [disabled]left: 0; */
	z-index: 99;
	display: none;
}

ul.filter li {
    border-top: 1px solid #989898;
}

ul.filter li a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #666;
    font-weight: 400;
}

.portfolio-box {
    position: relative;
    width: 1170px;
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.portfolio-box.three-col .work-post {
    width: 360px;
    margin: 15px;
    border: #CCC solid 1px;
    float: left;
}

.portfolio-box.four-col .work-post {
    width: 262px;
    margin: 15px;
}
.portfolio-box.three-col .inner-work-post {padding:0px}
.portfolio-box.three-col .work-post-content {padding-top:10px}

.pagination-list {
    overflow: hidden;
    margin-bottom: 60px;
}

.pagination-list li {
    float: left;
    margin-right: 1px;
}

.pagination-list li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    background: #555a5e;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.pagination-list li a:hover {
    background: #1e9397;
}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/

.page-banner {
	padding: 26px 0;
	background-color: #e8ecf0;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/page-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 26px;
}
.page-banner h1 {
	color:#ffffff;
	font-weight:100;
	font-size: 1.4em;
	line-height:1.8
;
	padding-left: 10px;
}
.page-banner p {
    font-size: 13px;
    font-style: italic;
}

.map {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}
.map1 {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}

ul.pager-depth {
    float: right;
    padding: 8px;
}

ul.pager-depth li {
    float: left;
    margin-left: 3px;
}

ul.pager-depth li:before {
    content: '  >';
    color: #fff;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    margin-right: 3px;
}

ul.pager-depth li:first-child {
    margin-left: 0px;
}

ul.pager-depth li:first-child:before {
    content: '';
    margin-right: 0px;
}

ul.pager-depth li a {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    text-decoration: none;
    transition: color 0.17s ease-in-out;
    -moz-transition: color 0.17s ease-in-out;
    -webkit-transition: color 0.17s ease-in-out;
    -o-transition: color 0.17s ease-in-out;
}

ul.pager-depth li a:hover {
    color: #ff8f0f;
}

.contact-page {
    margin-bottom: 40px;
}

#contact-form input[type="text"],
#contact-form textarea,
.search-area input[type="search"],
.comment-form input[type="text"],
.comment-form textarea {
    color: #aaafb5;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-style: italic;
    border: 1px solid #e8ecf0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 12px;
    display: block;
    margin-bottom: 30px;   
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.search-area input[type="search"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #1e9397; 
}

#contact-form textarea {
    height: 220px;   
}

#contact-form input[type="submit"] {
    margin-bottom: 20px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:30px;
    font-size:13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    float: right;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}

ul.contact-info li {
    position: relative;
    padding: 4px 0 4px 40px;
    margin-bottom: 10px;
}

ul.contact-info li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

ul.contact-info li.location:before {
    background: #232727 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/location.png') center center no-repeat;
}

ul.contact-info li.phone:before {
    background: #232727 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/phone.png') center center no-repeat;
}

ul.contact-info li.mail:before {
    background: #232727 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/mail2.png') center center no-repeat;
}

ul.contact-info li p {
    font-size: 13px;
    /*color: #6f7980;*/
}

ul.contact-info li p a {
    color: #6f7980;
}

.info-box img {
    max-width: 100%;
    margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  about pages
/*-------------------------------------------------*/

.about-page {
    margin-top: 30px;
}

.team-section2 {
    margin-bottom: 30px;
}

.team-post {
    margin-bottom: 25px;
}

.team-post img {
    width: 100%;
}

.team-section2 .team-post img {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
/*
.team-section2 .team-post:hover img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
}
*/
.team-post ul.team-info {
    float: left;
    width: 100%;
	margin-top:10px;
}

.team-post ul.team-info li {
	padding: 3px 25px;
	color: #383838;
	font-size: 13px;
	font-family: "微軟正黑體", "Open Sans", sans-serif;
}
.team-post ul.team-info li.lab {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/team-icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.team-post ul.team-info li.info {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/team-icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.team-post ul.team-info li.mail {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/team-icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.team-post ul.team-info li.phone {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/team-icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
}



.team-post ul.team-social {
    overflow: hidden;
    float: right;
    margin-top: -12px;
}

.team-post ul.team-social li {
    float: left;
    margin-left: 3px;
}

.team-post ul.team-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post ul.team-social li a.fb {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/ln-team.png') center center no-repeat;
}

.team-post ul.team-social li a.fb:hover {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet:hover {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk:hover {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/ln-team.png') center center no-repeat;
}

.team-post-content {
    padding: 10px 15px;
    background: #fff;
	overflow:hidden;
}

.team-post-content h4 {
	font-size:15px;
	color:000;
	line-height:28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post-content span {
    color: #6f7980;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 300;
}

.team-post:hover .team-post-content h4 {
    color: #484848;
}

.last-product-content {
    margin-bottom: 30px;
	padding:0px 15px;
}

.last-product-content h1 {
	margin: 18px 0px;
	font-size:17px;
	line-height: 17px;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f54b10;
}

.last-product-content p {
    margin-bottom: 25px;
	text-align:justify;
}
.last-product-content .profile {
	list-style:none;
	padding:0;
}
.last-product-content .profile li {
	padding:10px 25px;
}
.last-product-content span {
    color: #6f7980;
    font-size: 14px;
    font-weight: 700;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    margin: 0 10px;
}
.last-product-bg {
	background-color:#fff;
	padding:0px;
	margin: 0 -7px;
}
.location-bg {
	padding:0px;
	margin: 0 -7px;
}
.location {
	margin-bottom: 20px;}
.location-content {
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
}
.location-info {
	list-style:none;
}
.location-info li {
	border-bottom: #ccc solid 1px; 
	border-top: #fff solid 1px; 
}
.location-info li i {
	width:50px;
	height:35px;
	margin-right:10px;
	}
.location-info li i img {
	margin-top:-3px;	}
.location-info li h2 {
	font-size:1.5em;
	}
.location-info li p { margin-bottom:12px; font-size:13px;	}
.location-info li:first-child {
	border-bottom: #ccc solid 1px; 
	border-top: #fff solid 0px; 
}
.location-info li:last-child {
	border-bottom: #ccc solid 0px; 
	border-top: #fff solid 1px; 
}


.last-product-gal {
    margin-bottom: 0px;
    text-align: left;
	padding: 0;
}
.last-product-gal img {
	width:100%;
	margin-left: 0px;
}
.last-product {
    margin-bottom: 30px;
}

.about-content {
    margin-bottom: 25px;
}

.about-content img {
    max-width: 100%;
}

.about-content-text,
.about-content-gal {
    margin-bottom: 30px;
}

.inner-team-post {
    position: relative;
    overflow: hidden;
}
.inner-team-post ul.team-social {
    position: absolute;
    top: 50%;
    text-align: center;
    float: none;
    width: 100%;
}

.inner-team-post ul.team-social li {
    float: none;
    display: inline-block;
    margin-left: 1px;
}

.team-post ul.team-social li a.fb {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk {
    background: #1e9397 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/ln-team.png') center center no-repeat;
}

.team-post ul.team-social li a.fb:hover {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet:hover {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk:hover {
    background: #c1c6cb url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/ln-team.png') center center no-repeat;
}

.team-section {
    margin-bottom: 25px;
}

.team-post {
    margin-bottom: 30px;
}

.team-section .team-post .team-post-content {
    padding: 17px;
}

.team-section .team-post .team-post-content span {
    float: right;
    margin-top: -15px;
}

.our-history {
    margin-bottom: 30px;
}

.history-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.history-box img {
    float: left;
    width: 50%;
}

.history-box .history-content {
    float: left;
    width: 50%;
    padding: 18px 25px;
    background: #e6e9ec;
}

.history-box .history-content p {
    margin-bottom: 9px;
    line-height: 20px;
}

.history-box span.history-date {
    position: absolute;
    display: inline-block;
    right: 50%;
    top: 0;
    padding: 8px 15px;
    background: #1e9397;
    color: #ffffff;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
}

/*-------------------------------------------------*/
/* =  Blog pages
/*-------------------------------------------------*/

.blog-page {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-post {
    margin-bottom: 60px;
}

.blog-post-data {
    float: left;
    width: 100px;
}

.blog-post-content {
    /* margin-left: 100px; */
}

.blog-date {
    background: #1e9397;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 16px;
}

.blog-date p {
    color: #fff;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
}

.blog-date span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.blog-post-data .data-tags li {
    margin-bottom: 15px;   
}

.blog-post-data .data-tags li span,
.blog-post-content .data-tags li span {
    color: #5b656c;
    display: block;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;    
}

.blog-post-data .data-tags li p,
.blog-post-content .data-tags li p {
    font-size: 12px;
    color: #8b9197;  
}

.blog-post-content img {
    margin-bottom: 18px;
    max-width: 100%;
}

.blog-post-content iframe {
    margin-bottom: 18px;
    width: 100%;
    height: 400px;
}

.blog-post-content .flexslider {
    margin-bottom: 18px;
}

.blog-post-content .flexslider img {
    margin-bottom: 0px;
}

.blog-post-content h2 {
    color: #555a5e;
    font-size: 20px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    margin: 0;
    margin-bottom: 12px;
}

.blog-post-content p {
    margin-bottom: 14px;
}

.sidebar {
    margin-bottom: 30px;
}
.sidebar-top {
    margin-top: 75px;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 20px;
}

.search-area {
    margin-bottom: 20px;
}

.search-area input[type="search"] {
    position: relative;
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/zoom.png') 240px center no-repeat;
    margin-bottom: 0;
}

.widget h4 {
    margin-bottom: 16px;
}

.widget .categories-list,
.widget .archives-list {
    margin-bottom: 20px;
}

.widget .categories-list li,
.widget .archives-list li {
    margin-bottom: 2px;
    background-color: #f1f1f1;
    padding: 10px 0px;
}
.widget .categories-list li:active, .widget .categories-list li.active,
.widget .archives-list li:active, .widget .archives-list li.active {
    background-color: #ffe9d0;
}
.widget .categories-list li:active a, .widget .categories-list li.active a,
.widget .archives-list li:active a, .widget .archives-list li.active a {
    border-left: 4px solid #f54b10;
	color:#f54b10;
}

.widget .categories-list li a,
.widget .archives-list li a {
    color: #000;
    font-size: 14px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    padding-left: 10px;
    border-left: 4px solid #CCC;
    text-decoration: none;
    display: block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.widget .categories-list li a:hover,
.widget .archives-list li a:hover {
    border-left: 4px solid #f54b10;
	color:#f54b10;
}

.widget-latest-post {
    overflow: hidden;
}

.widget-latest-post li,
.widget .tweet-list li {
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px #ccc solid;
}

.widget-latest-post li img {
    float: left;
    max-width: 80px;
}

.widget-latest-post li div.post-list-content,
.widget .tweet-list li div.tweet-list-content {
    margin-left: 85px;
}

.widget-latest-post li h5 {
    color: #5b656c;
    font-size: 14px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    line-height: 21px;
    margin: 0;
    /* margin-bottom: 16px; */
}

.widget-latest-post li h5 a {
    color: #5b656c;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.widget-latest-post li h5 a:hover {
    color: #1e9397;
}

.widget-latest-post li span {
    color: #8b9197;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    /* font-style: italic; */
}

ul.tags {
    margin-bottom: 20px;
}

ul.tags li {
    display: inline-block;
    float: left\0/;
    margin-bottom: 3px;
}

ul.tags li a {
    display: inline-block;
    color: #8b9197;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 6px 17px;
    background: #e8ecf0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tags li a:hover {
    color: #fff;
    background: #1e9397;
}

.widget .flickr-list {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget .flickr-list li {
    display: inline-block;
    float: left\0/;
    margin-bottom: 3px;
    margin-right: -1px;
}

.widget .flickr-list li a {
    display: inline-block;
    transition: opacity 0.17s ease-in-out;
    -moz-transition: opacity 0.17s ease-in-out;
    -webkit-transition: opacity 0.17s ease-in-out;
    -o-transition: opacity 0.17s ease-in-out;
}

.widget .flickr-list li a:hover {
    opacity: 0.8;
}

.widget .tweet-list {
    overflow: hidden;
}

.widget .tweet-list li img {
    max-width: 70px;
    float: left;
}

.widget .tweet-list li h5 {
    color: #5b656c;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-right: 54px;
    line-height: 21px;
}

.widget .tweet-list li h5 a {
    color: #8b9197;
    font-size: 10px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 400;
}

.widget .tweet-list li h5 span {
    color: #8b9197;
    font-size: 10px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .tweet-list li p {
    color: #8b9197;
    font-size: 12px;
}

.widget .tweet-list li p a {
    color: #1e9397;
    font-size: 12px;
}

.blog-right-sidebar.pagination-list {
    margin-left: 100px;
}

.blog-left-sidebar.pagination-list {
    margin-right: 100px;
    float: right;
}

.blog-with-left-sidebar .blog-post-data {
    float: right;
}

.blog-with-left-sidebar .blog-post-data .data-tags {
    margin-left: 25px;
}

.blog-with-left-sidebar .blog-post-content {
    margin-left: 0;
    margin-right: 100px;
}

.blog-both-sidebar .blog-post-content {
    margin-left: 0 !important;
}

.blog-both-sidebar .blog-post {
    position: relative;
}

.blog-both-sidebar .blog-post-data {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    z-index: 2;
}

.blog-post-content .data-tags li {
    display: inline-block;
    margin-right: 14px;
}

.blog-post-content .data-tags li span {
    display: inline-block !important;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

.single-post .blog-post-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e9ec;
    margin-bottom: 60px;
}

.comments-section {
    border-bottom: 1px solid #e6e9ec;    
}

.leave-comment,
.comments-section {
    margin-bottom: 60px;
}

.comment-form textarea {
    height: 130px;
}

.comment-list li {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-list li img {
    float: left;
    max-width: 62px;
}

.comment-content {
    margin-left: 75px;
}

.comment-content h5 {
    color: #5b656c;
    font-size: 13px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 21px;
}

.comment-content h5 span {
    color: #5b656c;
    font-size: 10px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 400;
    float: right;
}

.comment-content a.reply-comment {
    color: #1e9397;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 400;
}

/*-------------------------------------------------*/
/* =  Single-project
/*-------------------------------------------------*/

.single-project-page {
    margin-top: 60px;
}

.single-project h2 {
    color: #555a5e;
    font-size: 20px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    margin: 0;
    margin-bottom: 12px;    
}

.single-project img {
    margin-bottom: 18px; 
    width: 100%;   
}

.single-project p {
    margin-bottom: 15px;    
}

.single-project {
    margin-bottom: 55px;
}




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

footer {
    background: #333333 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/footer-back.png') center top repeat;
    padding-top: 25px;
}
footer p {
	color: #c6c6c6;
}
.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    margin-bottom: 40px;
    position: relative;
}

.footer-widget h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    /*background: #e6e9ec;*/
}

.footer-widget h4 span {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 23px;
    /*z-index: 2;*/
    position: relative;
}

.contact-widget ul li {
    margin-bottom: 20px;
}

.contact-widget ul li p {
    color: #8b9197;
    font-size: 12px;
}

.contact-widget ul li p a {
    color: #1e9397;
}

.contact-widget ul li span {
    color: #8b9197;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 7px;
    margin-bottom: 7px;
}

.flickr-widget ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.flickr-widget ul li a {
    display: inline-block;
    max-width: 60px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
}

.flickr-widget ul li a:hover {
    opacity: 0.8;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li p a {
    color: #1e9397;
}

.twitter-widget ul li span {
    color: #8b9197;
    font-size: 10px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
}

.subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.subscribe-widget form input[type="text"] {
    outline: none;
    color: #dadbdc;
    font-size: 12px;
    padding: 7px 13px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

input[type="submit"] {
    border: none;
}

.copyright-section {
    padding: 15px 0 20px;
	background-color:#ffffff;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left\0/;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0px;
}

ul.footer-nav li a {
    display: inline-block;
    color: #8b9197;
    font-size: 12px;
    font-family:"微軟正黑體", "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.footer-nav li a:hover {
    color: #2d3838;
}
.title-poster {
	color: #ff9600;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/footer-poster.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	padding-top: 14px;
	padding-left: 38px;
	margin-bottom:15px;
	}
.title-fb {
	color: #ff9600;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/footer-fb.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	padding-top: 14px;
	padding-left: 38px;
	margin-bottom:15px;
	}
.title-mail {
	color: #ff9600;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/footer-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	padding-top: 14px;
	padding-left: 38px;
	margin-bottom:15px;
	}
.title-location {
	color: #ff9600;
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/footer-location.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	padding-top: 14px;
	padding-left: 38px;
	margin-bottom:15px;
}
.title-poster h4, .title-fb h4, .title-mail h4, .title-location h4 {
	color: #ff9600;
}
.f-poster {
	list-style:none;
	width:95%;
	}
.f-poster li {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/f-poster-arr.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e3e3e;
	padding-bottom:10px;
	margin-bottom:7px;
	}
.f-poster li a { color:#c6c6c6}
.f-poster li a:hover { color:#ff9600}

.f-fb {
	width:95%;
	overflow:hidden;
	}
/*-------------------------------------------------*/
/* =  all page
/*-------------------------------------------------*/
.bodybg {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/body-bg.jpg);
}
.locationtitle-wrapper {
	overflow: hidden;
}
.pagetitle-wrapper {
	position:relative;
	/*overflow: hidden;*/
}

.pagetitle {
	padding: 2px 15px;
	margin: 10px 15px 15px 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f54b10;	
	float: left;
}
.pagetitle-public {
	padding: 2px 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f54b10;	
	margin: 40px 15px 0px 20px;
}
.pagetitle h2, .pagetitle-public h2 {
	font-size:17px;	
	margin: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/fonts/glyphicons-halflings-regular.eot');
  src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before{content:"\e109"}
.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}
.detailpage-wrapper {
	width:96%;
	margin:20px auto;
	overflow:hidden;
}
.icon-arr {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/btnicon-arr.png);
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.bordered { border: 1px #E8E8E8 solid;}
.bordered-left { border-left: 1px #e8e8e8 solid;}
.mini-articles-container ol { margin-bottom: 30px;}
.mini-articles-container ol li { color: #8D8D8D; margin-bottom: 5px;}
.text-red { color:#F00;}

.styled-select {
	width: 160px;
	height: 34px;
	overflow: hidden;
	/*background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625093638/https://arts.ntu.edu.tw/images/select-arr.png");
	background-repeat: no-repeat;
	background-position: 135px center;*/
}

.styled-select select {   
    background: transparent;  
    width: 150px;   
    padding: 5px 12px;   
    font-size: 14px;   
    border: 1px solid #fff;   
    height: 34px;   
    /*-webkit-appearance: none; */
}
.full-width { width:100%;}
.btnbg-org { background-color: #F26D39;}
.form-wrap { /* margin-top: 35px; */ position: relative;}
.noborder { border:0; margin-bottom:20px; position: relative; float: none; overflow: hidden;}





/*
     FILE ARCHIVED ON 9:36:38 六月 25, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:12:29 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
