@charset "UTF-8";
:root {
	--body-color: #ffffff;
	--main-color: #FAB8A1;
	--sub-color: #e4eff1;
	--third-color: #7C99B9;
	--main-color-dark: #405A76;
	--cata-color: #526366;
	--sectionpd: 3.5em;
	/*112px*/
	--rowpd: 1.5em;
	--titlepd: 1em;
	/*32px*/
	--ppd: 0.5em;
}

@media screen and (min-width: 768px) {
	:root {
		--sectionpd: 8em;
		--rowpd: 2em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

ul,
li {
	list-style: none;
}

dd {
	padding-left: 0px;
	float: left;
	margin-left: 0px;
}

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Noto Serif TC';
	src: url("../font/Noto_Serif_TC/NotoSerifTC-Bold.otf") format("opentype"); 
}
@font-face {
	font-family: 'NotoSansTC';
	src: url("../font/NotoSansTC/NotoSansTC-Regular.ttf") format("opentype");
}
.ch02{font-family:"NotoSansTC";}
.ch {
	font-family: 'Noto Serif TC', serif;
}

.en {
	font-size: 0.8rem;
}

.red {
	color: #AD2025;
}
.en2{
	font-size: 1rem;
}
/*body------------------------------
------------------------------------*/
body {
	font-size: 1.1rem;
	line-height: 1.6;
	min-height: 100vh;
	overflow-y: auto;
	font-weight: normal;
	overflow-x: hidden;
}

.bodywrapper {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.section-bigpt {
	z-index: 2;
	margin-bottom: var(--sectionpd)*2;
	margin-top: var(--sectionpd)*2;
}

.pc {
	display: none;
}

.mobile {
	display: block;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.2rem;
		line-height: 1.8;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

}

/* ---------------------------------------------------------
  Header (.site-header[-*])
----------------------------------------------- */
.site-header {
	padding: 0.75em 1em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 50px;
	/* background-color: #6481A0; */
}

.site-header.active {
	background-color: rgba(0, 0, 0, .8);
}

.site-header.activecolor {
	background-color: #1F1E23;
}


.site-header_logo {
	max-width: none;
	order: 1;
	height: auto;
	position: relative;
	display: none;

}

.site-head__title {
	font-size: 1rem;
	writing-mode: vertical-lr;
	letter-spacing: 0.5rem;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 1rem;
	display: none;
	align-items: center;

}

.site-head__follow {
	display: none;
	flex-direction: column;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
}

.box-follow {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
}

.box-follow:hover {
	color: #344D68
}

.site-header_nav {
	margin-left: auto;
	order: 2;
	height: auto;
	position: relative;
}

.site-heade_in {
	position: relative;
	z-index: 100;
	height: auto;
}

.site-header_navcontent {
	width: 0;
	position: absolute;
	left: 0px;
	top: 0;
	background-color: #1F1E23;
	height: 100vh;
	z-index: 99;
	overflow-y: auto;
	opacity: 0;
	overflow-x: hidden;
}

.site-header_navcontent--in {
	margin-left: 0px;
	min-height: 100%;
	background-color: #141416;
}

.site-header_navcontent.active {
	-webkit-animation: ani-m-navi 0.5s forwards;
	-moz-animation: ani-m-navi 0.5s forwards;
	-o-animation: ani-m-navi 0.5s forwards;
	animation: ani-m-navi 0.5s forwards;

}

.site-header_ul {
	padding: 2em 2.5em;
	flex-direction: column;
	gap: 1.5em 1em;
}

.site-header_li {
	width: 100%;
	color: #ffffff;
	padding-bottom:30px;
	position: relative;
	cursor: pointer;
	/* font-family: 'Noto Serif TC', serif; */
}
.site-header_li:hover {
	color:var(--main-color-dark)
}
.site-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	display: none;
}

.site-overlay.active {
	display: block;
}

.site-gotop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0.75em;
	bottom: 1em;
	background-color:#E8F0F9;
	cursor: pointer;
	font-size: 0.8em;
	color: #000;
	overflow: hidden;
	display: none;
	z-index: 10;
}

.site-gotop.active {
	display: flex;
}

.site-gotop span:after {
	content: "Top";
	color: #E8F0F9;
	width: 0px;
	height: 0px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	border-radius: 50%;

}

.site-gotop:hover span:after {
	width: 40px;
	height: 40px;
	top: 0%;
	left: 0%;
}

.site-footer {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.site-footer_in {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	font-size: 1em;
	padding-top: 5em;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.site-footer_unit{
	font-size: 1rem;
}

.col-unit-logo {
	max-width: 250px;
}


.site-social {
	gap: 1em;

}

.site-social_li {
	font-size: 1.5em;
}

.site-content {
	position: relative;
	overflow-x: hidden;
	padding-left: 0px;
}

.site-paragraph {
	padding-bottom: var(--rowpd);
}

.site-title {
	font-family: 'Noto Serif TC', serif;
	margin-bottom: var(--titlepd);
	font-weight: 700;
}

.container.site-container {
	padding-left: 2.5em;
	padding-right: 2.5em;
	max-width: 1200px;
}


@media screen and (min-width: 768px) {
	.site-footer_in {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.site-header.active {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.site-header_logo {
		order: 2;
		width: auto;
	}

	.site-header_nav {
		order: 1;
	}


	.site-head__title,
	.site-head__follow {
		display: flex;
	}

	.site-header {
		width: 50px;
		height: 100%;
		padding: 0em;
	}

	.site-header_navcontent--in {
		margin-left: 60px;
	}


	.site-header_logo,
	.site-header_nav {
		height: 100%;
		border-right: 1px solid rgba(255, 255, 255, .1);
	}

	.site-heade_in {
		height: 100%;
	}
	
	.site-content {
		padding-left: 60px;
	}
	

}

@media screen and (min-width: 1024px) {
	.site-header_logo {
		display: block;
	}

	.site-header {
		width: 330px;
		height: 100%;
		padding: 0em;
	}

	.site-header_navcontent--in {
		margin-left: 330px;
	}
	.site-content {
		padding-left: 330px;
		/* max-width: 1590px; */
	}



}

@media screen and (min-width: 1280px) {

.site-footer_in {
	padding-left: 5rem;
	padding-right: 5rem;
}
}

/* ---------------------------------------------------------
  Mag
----------------------------------------------- */
#mag {
	margin-top: -10px;
	width: 40px;
	height: 40px;
	transform: scaleX(-1);
}

#mag:hover {
	transform: scaleX(-0.8);
}

#mag>* {
	border: none;
	outline: none;

}

#mag div {
	--mag-color: #ffffff;
	background-color: var(--mag-color);
	width: 25px;
	height: 2px;
	position: relative;
	border: none;
	outline: none;
	margin-left: -6px;
	margin-top: 12px;



}

#mag div:before {
	background-color: var(--mag-color);
	width: 20px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
}

#mag div:after {
	background-color: var(--mag-color);
	width: 30px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
}

#mag.active div {
	transform: rotate(45deg);
	width: 30px;
}

#mag.active div:before {
	transform: rotate(-90deg);
	margin-top: -5px;
	width: 30px;
}

#mag.active div:after {
	display: none;
}

@media screen and (min-width:768px) {
	#mag {
		transform: scaleX(1);
	}

	#mag:hover {
		transform: scaleX(0.8);
	}


	#mag {
		margin: 10px;
	}

}

/*---主標類-----------------------
----------------------------------*/
.site-head-pc {
	display: none;
}

.site-head-sm {
	display: block;
}
.site-head-mb {
	display: none;
}

.site-head__S-ssubject {
	font-size: 1em;
}

.site-head__SS-ssubject {
	font-size: 10px;
}

.site-head__B-ssubject {
	font-size: 1.3em;
}
.site-head-sm__follow{
	position: absolute;
	right: 0;
	top:30%;
	padding: 10px;
	display: block;
}
.box-cont-logo{
	max-width: 250px;
	/* position: fixed; */
	/* z-index: 10000; */
}
.box-cont-subject{
	font-size: 0.8em;
}
.msubject{
	/* margin-top: 80px; */
}
.box-cont-logo,.box-cont-subject{
	display: block;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.site-head-sm__follow{
		display: none;
	}
	.site-head-pc {
		display: block;
	}
	.site-head-mb {
		display: block;
	}
	.site-head-mb__pics{
		padding: 2rem;
		height: auto;
		overflow: hidden;
		padding-top: 100px;
	}
	
}

@media screen and (min-width: 1024px) {
	.site-head-mb__pics{height: 100vh;
		}
	.site-head-sm {
		display: none;
	}
	.box-cont-logo,.box-cont-subject{
		display: none;
	}
	
}

/*------------------------------site-head__pc--navi
-------------------------------------*/
.site-head__pc--navi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.box-pc-navi {
	padding: 2rem;
}

.box-pc-navi_li {
	color: var(--main-color-dark);
	font-size: 1.001rem;
	line-height: normal;
	font-weight: bolder;
	cursor: pointer;
	margin-bottom: 1rem;
}

.activecolor .box-pc-navi_li {
	color: rgba(255, 255, 255, .5);
}

.box-pc-navi_li:hover {
	color: #233549
}

.activecolor .box-pc-navi_li:hover {
	color: rgba(255, 255, 255, 1);
}

.box-pc-navi__sign {
	background-color: var(--main-color-dark);
	font-size: 1.001rem;
	line-height: normal;
	font-weight: bolder;
	cursor: pointer;
	text-align: center;
	padding: 1rem;
}

.box-pc-navi__sign:hover {
	background-color: #233549
}
.head-col-mb__pic{
	position: relative;
}
.head-col-mb__pic01:after{
/* 	font-family: 'Noto Serif TC', serif; */
	font-size: 0.9rem;
	content:"展覽作品";
	position: absolute;
	left: 0;
	top:-30px;
}
.box-head-mb__pic{
	cursor: pointer;
}
.box-head-mb__pic img{
	max-width: 95%;
	object-fit: cover;}
.head-col-mb__pic:hover .box-head-mb__pic img{
	width: 90%;
	opacity:0.5}
.box-head-mb__w{
	font-size: 0.91rem;
	margin-top: 10px;
}
.head-col-mb__pic:hover .box-head-mb__w{
	color:var(--third-color)}
.sm-logo{
	max-width:250px ;
	position: absolute;
	top:10px;
	left: 10px;
}
@media screen and (min-width: 768px){
.sm-logo{
	left: 80px;
}
}
/*others----------------------------------
------------------------------------------*/

.transiA,
a,
.btn,
.site-header_li,
.site-gotop span:after,
.box-follow,
.box-pc-navi_li,
.box-pc-navi__sign,
.box-head-mb__pic img,
.box-head-mb__w,
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next,
.swiper-button-prev
 {
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-o-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

.nowrap {
	white-space: nowrap;
	display: inline-block
}

/*IMG*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.miximg {
	mix-blend-mode: multiply;
}

@media screen and (max-width: 375px) {

	/*限制縮到最小狀況*/
	body,
	html {
		width: 375px;
		overflow-x: hidden;
	}
}