@charset "UTF-8";

:root {
  --black: 89,89,89;
  --dark_black: 51,51,51;
  --dark_black50: rgb(var(--dark_black),.5);
  --main: 255,103,0;
  --light_main: 252,204,190;
  --gray: 153,153,153;
  --border: 191,191,191;
  --bg_base: 250,250,250;
  --bg_beige01: 242,240,235;
  --bg_beige02: 233,228,220;
  --width_contents: 1170px;
  --width_nav_list: 1060px;
  --line_height_head: 1.5;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 959px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}

article, aside, details, figcaption, figure,
main, footer, header, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
@media all and (min-width: 959px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: 0.75em;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(var(--border));
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 959px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

select {
  color: inherit;
}

textarea {
  resize: vertical;
}

button {
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

/* 02_base
================================================ */
body {
  position: relative;
  min-width: 320px;
  padding-top: 60px;
  color: rgb(var(--black));
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
body::before {
  position: absolute;
  content: "";
  z-index: -10;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--bg_base));
}
@media all and (min-width: 959px) {
  body {
    padding-top: 100px;
    font-size: 1.6rem;
  }
}

::-moz-selection {
  background: #999;
  color: #fff;
}

::selection {
  background: #999;
  color: #fff;
}

.content_wrapper {
	background-color: #f8fafa;
}
@media all and (max-width: 959px) {
	.content_wrapper {
		padding: 0 4%;
	}
}
.content_wrapper * {
	font-family: "Roboto", "Noto Sans TC", sans-serif;
}

/* .page_title
================================================== */
.v2404_page_title {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.v2404_page_title h2 {
	color: #333333;
	font-size: xx-large;
	font-weight: bold;
	line-height: 1.4;
	padding: 1em 0;
}
.v2404_page_title h2::after {
	content: "";
	display: block;
	width: 1em;
	height: 3px;
	background-color: #ff6700;
}

/* .v2404_filter
================================================== */
.v2404_filter_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 2%;
}
a.v2404_kindfilter {
	display: block;
	color: #848484;
	background-color: white;
	border: 1px solid;
	border-radius: 15px;
	padding: 6px 15px;
	line-height: 1;
	margin: 0 5px 10px;
}
.v2404_kindfilter::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	vertical-align: bottom;
}
.v2404_kindfilter.ty00::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/sort.svg);
}
.v2404_kindfilter.ty01::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/musical-note.svg);
}
.v2404_kindfilter.ty02::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/shakespeare.svg);
}
.v2404_kindfilter.ty03::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/female-flamenco-dancer.svg);
}
.v2404_kindfilter.ty04::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/clapperboard.svg);
}
.v2404_kindfilter.ty05::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/sculpture.svg);
}
.v2404_kindfilter.ty06::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/lecture.svg);
}
.v2404_kindfilter.ty07::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/merge.svg);
}
.v2404_kindfilter.ty08::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/trophy.svg);
}
.v2404_kindfilter.ty09::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist/brush.svg);
}
.v2404_kindfilter.ty10 {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	background: unset;
}
@media all and (max-width: 959px) {
	.ty10before {
		width: 100%;
		text-align: center;
	}
	.v2404_kindfilter.ty10 {
		opacity: 1 !important;
	}
}
.v2404_kindfilter.f_acitve, .v2404_kindfilter:hover {
	color: white;
	background-color: #ff6700;
}
.v2404_kindfilter.ty00.f_acitve::before, .v2404_kindfilter.ty10.f_acitve::before, .v2404_kindfilter.ty00:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/sort.svg);
}
.v2404_kindfilter.ty01.f_acitve::before, .v2404_kindfilter.ty01:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/musical-note.svg);
}
.v2404_kindfilter.ty02.f_acitve::before, .v2404_kindfilter.ty02:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/shakespeare.svg);
}
.v2404_kindfilter.ty03.f_acitve::before, .v2404_kindfilter.ty03:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/female-flamenco-dancer.svg);
}
.v2404_kindfilter.ty04.f_acitve::before, .v2404_kindfilter.ty04:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/clapperboard.svg);
}
.v2404_kindfilter.ty05.f_acitve::before, .v2404_kindfilter.ty05:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/sculpture.svg);
}
.v2404_kindfilter.ty06.f_acitve::before, .v2404_kindfilter.ty06:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/lecture.svg);
}
.v2404_kindfilter.ty07.f_acitve::before, .v2404_kindfilter.ty07:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/merge.svg);
}
.v2404_kindfilter.ty08.f_acitve::before, .v2404_kindfilter.ty08:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/trophy.svg);
}
.v2404_kindfilter.ty09.f_acitve::before, .v2404_kindfilter.ty09:hover::before {
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625100232/https://arts.ntu.edu.tw/img/eventlist_hover/brush.svg);
}
.v2404_kindfilter_years_wrap {
	position: relative;
}
.v2404_kindfilter_years {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 500;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
	padding: 6px 3px;
}
ul.v2404_kindfilter_years li.v2404_kindfilter_year {
	padding: 6px 15px;
	line-height: 1;
	color: #ff6700;
	cursor: pointer;
	border-radius: 15px;
	border: none;
}
ul.v2404_kindfilter_years li.v2404_kindfilter_year.y_acitve {
	color: #848484;
	cursor: default;
}
ul.v2404_kindfilter_years li.v2404_kindfilter_year:not(.y_acitve):hover {
	color: white;
	background-color: #ff6700;
}

/* .v2404_filter
================================================== */
.v2404_article_wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
}
@media all and (max-width: 959px) {
	.v2404_article_wrapper {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px;
	}
}
@media all and (max-width: 719px) {
	.v2404_article_wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 15px 2%;
	}
}
@media all and (max-width: 479px) {
	.v2404_article_wrapper {
		grid-template-columns: 1fr;
		gap: 15px 2%;
	}
}
.v2404_article_unit {
	display: block;
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
	position: relative;
	padding: 0 0 25%;
}
.v2404_article_unit:hover {
	opacity: 0.8;
}
.v2404_article_unit:hover .v2404_article_img {
	width: 100%;
	overflow: hidden;
}
.v2404_article_unit:hover .v2404_article_img img {
	transform: scale(1.15);
	transition: all 0.8s;
}
.v2404_article_content_wrap {
	padding: 10px 10px 0;
}
@media all and (max-width: 719px) {
	.v2404_article_unit {
		padding: 0 0 25%;
	}
	.v2404_article_content_wrap {
		padding: 2% 2% 0;
	}
}
.v2404_article_title {
	font-weight: bold;
	color: #333333;
	font-size: medium;
	line-height: 1.5;
	padding: 3px 0 8px;
	border-bottom: 1px solid;
	text-align: center;
}
.v2404_article_info {
	color: #848484;
	font-size: small;
	padding: 8px 5px 25px;
	text-align: justify;
}
.v2404_article_meta_info {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.v2404_article_date_box,
.v2404_article_tag_box, .v2404_article_date_box_en,
.v2404_article_tag_box_en {
	color: #333333;
	line-height: 1.6;
	display: flex;
	vertical-align: middle;
}
	.v2404_article_date_box::before,
	.v2404_article_tag_box::before {
		display: inline-block;
		background-color: #333333;
		color: white;
		width: 3.6em;
		margin-right: .5em;
		text-align: center;
		font-size: x-small;
		align-content: center;
	}

	.v2404_article_date_box_en::before,
	.v2404_article_tag_box_en::before {
		display: inline-block;
		background-color: #333333;
		color: white;
		width: 6em;
		margin-right: .5em;
		text-align: center;
		font-size: x-small;
		align-content: center;
	}
.v2404_article_date_box::before {
	content: "時間";
	margin-bottom: 5px;
}
.v2404_article_tag_box::before {
	content: "地點";
}
.v2404_article_date_box_en::before {
	content: "Time";
	margin-bottom: 5px;
}

.v2404_article_tag_box_en::before {
	content: "Location";
}
.v2404_article_date, .v2404_article_tag {
	width: 85%;
	font-size: small;
}
.l-see-more-post img {
	width: 100px;
	clip-path: inset(0 0 0 65px);
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.v2404_article_unit:hover .l-see-more-post img.float_see {
	right: 5px;
	transition: all 0.3s;
}
@media all and (max-width: 719px) {
	.v2404_article_meta_info {
		bottom: 3%;
		left: 4%;
	}
	.l-see-more-post img {
		width: 20vw;
		clip-path: inset(0 0 0 13vw);
		bottom: 2%;
		right: 2%;
	}
}
@media all and (max-width: 479px) {
	.l-see-more-post img {
		width: 25vw;
		clip-path: inset(0 0 0 16vw);
		bottom: 3%;
		right: 3%;
	}
}

/* .v2404_pag
================================================== */
.v2404_pag {
	max-width: 1170px;
	width: 100%;
	margin: 2em auto;
}
.v2404_pag_wrapper, .v2404_pag_wrapper ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	font-size: large;
	padding: 0;
	margin: 0;
}
.v2404_pag_wrapper li {
	margin: 0 .25em;
	color: #333333;
}
.v2404_pag_select, .v2404_pag_last {
	display: block;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
}
.v2404_pag_select.p_active, .v2404_pag_select:hover {
	background-color: #ff6700;
	color: white;
}
.v2404_pag_select a:hover {
	color: white;
}
.v2404_pag_first::after {
	content: "…";
}
.v2404_pag_last::before {
	content: "…";
}
.v2404_pag_wrapper .v2404_pag_prev, .v2404_pag_wrapper .v2404_pag_next {
	width: .7em;
	height: .7em;
	border-bottom: 2px solid;
	border-right: 2px solid;
	margin: .6em .6em 0 .6em;
}
.v2404_pag_wrapper .v2404_pag_prev a, .v2404_pag_wrapper .v2404_pag_next a {
	display: block;
	width: 100%;
	height: 100%;
}
.v2404_pag_prev {
	transform: rotate(135deg);
}
.v2404_pag_next {
	transform: rotate(-45deg);
}
.v2404_pag .p_inactive{
	display: none;
}
@media all and (max-width: 719px) {
	.v2404_pag_wrapper, .v2404_pag_wrapper ul {
		font-size: medium;
	}
	.v2404_pag_wrapper ul li {
		display: none;
	}
	.v2404_pag_wrapper ul li:nth-child(6),
	.v2404_pag_wrapper ul li:nth-child(7),
	.v2404_pag_wrapper ul li:nth-child(8),
	.v2404_pag_wrapper ul li:nth-child(9),
	.v2404_pag_wrapper ul li:nth-child(10),
	.v2404_pag_wrapper ul li.p_active,
	.v2404_pag_wrapper ul li.p_active+li,
	.v2404_pag_wrapper ul li.p_active+li+li,
	.v2404_pag_wrapper ul li.p_active+li+li+li,
	.v2404_pag_wrapper ul li.p_active+li+li+li+li {
		display: block;
	}
	.v2404_pag_wrapper ul li.p_active:nth-child(1)~li:nth-child(5)~li,
	.v2404_pag_wrapper ul li.p_active:nth-child(2)~li:nth-child(6)~li,
	.v2404_pag_wrapper ul li.p_active:nth-child(3)~li:nth-child(7)~li,
	.v2404_pag_wrapper ul li.p_active:nth-child(4)~li:nth-child(8)~li,
	.v2404_pag_wrapper ul li.p_active:nth-child(5)~li:nth-child(9)~li {
		display: none;
	}
}





/*
     FILE ARCHIVED ON 10:02:32 六月 25, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:46:46 五月 25, 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)).
*/
