/*google fonts 仿宋體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*font-family: ‘cwTeXFangSong’, serif;*/
/*google fonts 思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*font-family: ‘Noto Sans TC’, sans-serif;*/
/*adobe 字型 思源宋體*/
@import url("https://use.typekit.net/uvj6ngt.css");

:root {
  --white: #fff;
  --black: #000;
  --purple: #521c76;
  --brown: #603813;
  --red: #b20000;
  --gold: #c2a859;
  --goose: #ffe8c5;
  --darkbrown: #1d110e;
  --timeline-gradient: rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%;
	--gap: 4vw;          /* 左右間距 */
  --img-radius: 12px;  /* 圖圓角 */
  --img-shadow: 0 8px 20px rgba(0,0,0,.12);
  --txt-width: 32rem;  /* 文字區塊寬度 */
  --z-img: 1;
  --z-text: 2;
}


body {
/*  font-family: ‘Noto Sans TC’, sans-serif;*/
	font-family: source-han-serif-tw-subset, sans-serif;
  color: #2a2c39;
	position: relative;
	font-display: swap;
}

a {
  color: #891e14;
  text-decoration: none;
}

a:hover {
  color: #ccae7a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--          # Back to top button          --*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--gold);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--purple);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--          # Back to top button          --*/
.btn-quickbuy {
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 996;
  background: var(--purple);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.4s;
	font-size: .9375rem;
	line-height: 1;
	text-align: center;
	padding: 0px 5px;
}


.btn-quickbuy:hover {
  background: var(--gold);
  color: var(--purple);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width:576px) {
	.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 75px;
  z-index: 996;
  background: var(--gold);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
	.btn-quickbuy {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--purple);
  color: #fff;
  width: calc(100% - 30px);
  height: 50px;
  border-radius: 50px;
  transition: all 0.4s;
	font-size: 1.125rem;
		letter-spacing: .2rem;
	line-height: 1;
	text-align: center;
	padding: 0px 5px;
}
}

/*--          # Disable AOS delay on mobile          --*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--          # Header          --*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(47, 47, 47, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(59, 13, 93, 0.9);
}
#header .logo {
	text-align: left;
}
#header .logo img {
  padding: 0;
  margin: 0;
  height: 30px;
}

@media (max-width: 576px) {
#header .logo img {
  height: 25px;
}
}

/*--          # Navigation Menu          --*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #891e14;
	color: #FFF;
}

@media (max-width: 1366px) {

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #cdb368;
  font-size: 2rem;
	font-weight: 900;
  cursor: pointer;
  display: block;
  line-height: 0;
  transition: 0.5s all;
	background-color: #a25b92;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:linear-gradient(to right bottom,  rgba(65, 15, 100, 0.9), rgba(47, 47, 47, 0.9));
  transition: 0.8s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 10px;
  right: 5%;
	color: #FFF;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 5%;
  bottom: 15px;
  left: 5%;
  padding: 10px 0;
  border-radius: 0;
/*  background-color: rgba(193, 193, 195, 1);*/
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	border-radius: 2px;
  padding: 10px 20px;
  margin: 5px;
  font-size: 1.375rem;
  color: #2f2f2f;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
	background-color: var(--gold);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--          # Hero Section          --*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-web.jpg") top center no-repeat;
	background-size: cover;
  padding: 0;

}

#hero .typing {
        position:relative;
        display:block;
	min-height: 180px;
    }
#hero .typing img {
	position: absolute;
        display:block;
        width:75%;
        height:auto;
	top:0;
	right: 0;
    }


#hero .hero-img {
	display: block;
	margin-top: 0;
	margin-right: 3%;
	text-align: right;
	z-index: 5;
}
#hero .hero-img img {
	width: 78%;
}
#hero h1 {
	display: block;
	text-align: right;
	margin-right: 11%;
}
#hero h1 img {
	width: 52%;
}

#hero .hero-line {
	position: absolute;
	left: 95px;
	top:19%;
	width: 34%;
	z-index: 3;
}
/*
#hero h1 {
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 8rem;
	color: var(--white);
	text-shadow: 0 2px 18px rgba(0,0,0,.2);
	margin: 0 0 0 5%;
	padding: 0;
	font-display: swap;
}
*/



@media (min-width: 1400px) {
	
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {
	#hero .typing img {
	position: absolute;
        display:block;
        width:71%;
        height:auto;
	top:50px;
	right: 0;
    }
	#hero .hero-line {
	left: 25px;
	top:120px;
	z-index: 3;
}

}

@media (max-width: 768px) {
#hero .typing img {
	position: absolute;
        display:block;
        width:75%;
        height:auto;
	top:40px;
	right: 0;
    }
	#hero .hero-line {
	position: absolute;
	left: 25px;
	top:19%;
	width: 34%;
	z-index: 3;
}
}

@media (max-width: 576px) {
#hero .typing {
        position:relative;
        display:block;
	min-height: 120px;
    }
#hero .typing img {
	position: absolute;
        display:block;
        width:100%;
        height:auto;
	top:50px;
	right: 0;
    }
	#hero .hero-line {
	position: absolute;
	left: 5px;
	top:29%;
	width: 50%;
	z-index: 3;
		opacity: .5;
}
	#hero .hero-img {
	display: block;
	margin-top: 0;
	margin-right: 3%;
	text-align: right;
	z-index: 5;
}
#hero .hero-img img {
	width: 100%;
}
#hero h1 {
	display: block;
	text-align: right;
	margin-right: 8%;
	z-index: 4;
}
#hero h1 img {
	width: 90%;
}
	
}

/*--          # Sections General          --*/
section {
  padding:0;
  overflow: hidden;
	background:linear-gradient(to bottom, #ecebeb, #d9d9d9);
}

.section-title {
	margin: 0px auto;
	padding: 60px 0;
	text-align: center;
	background:linear-gradient(to bottom, #d9d9d9 0%, #ecebeb 20%,rgba(217,217,217,0) 100%);
}

.section-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
	color: var(--gold);
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
}


.section-card {
	background: linear-gradient(to right bottom, #FFFFFF, #dadada);
	border-radius: 10px;
}




.sub-title {
  margin: 1rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 300;
	letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
	text-align: center;
}

@media (max-width:768px) {
	.section-title {
	margin: 0px auto;
	padding: 40px 0;
	}
.section-title h2 {
  font-size: 1.6rem;
}

}
@media (max-width:576px) {
	
}



/*--          # feature           --*/
.feature {
	background:linear-gradient(to bottom, #d9d9d9 0%, #ecebeb 20%,rgba(217,217,217,0) 100%);
	background-position:20% 10%;
	background-size: 50%;
	background-repeat: no-repeat;
}

.feature h2 {
	color: #353232;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	margin-top: 10rem;
	text-align: right;
}
.feature p {
	font-size: 2rem;
	font-weight: 700;
	left: .1rem;
	margin: 1rem 0;
	text-align: right;
}
.feature .five-point {
	mix-blend-mode: multiply;
	margin-top: 200px;
	margin-bottom: 20px;
}

@media (max-width:1200px) {

}
@media (max-width:996px) {


}
@media (max-width:768px) {

}
@media (max-width:576px) {

}


/*--          # editor           --*/
.editor {
	background:linear-gradient(to bottom, #dfdfdf, #d9d9d9);
	background-size: 100%;
	padding-bottom: 40px;
}

.editor .section-title {
	
	background:url("../img/introduce-bg.png") bottom center no-repeat,linear-gradient(to bottom, #dfdfdf, rgba(255,255,255,0));
/*
	color: #353232;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-align: left;
	margin-top: 10rem;
*/
}
.editor .section-title h2 {
	color: #56177e;
}
.editor .section-title font {
	display: block;
}

.editor .sub {
	font-size: 2rem;
	font-weight: 500;
	left: .1rem;
	margin: 1rem 0;
}
.editor .sub .highlight {
	color:var(--white);
	background: var(--darkbrown);
}

.editor-card {
	padding: 60px 40px;
	margin: 0 8% 0 5%;
	position: relative;
}

.editor-card h3 {
	color: var(--purple);
	display: block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
	text-align: left;
}
.editor-card h3 span {
	font-size: 1.125rem;
}
.editor-card .subTitle {
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-block;
	background: var(--gold);
	color: var(--white);
	padding-left: .5rem;
	padding-right: .5rem;
	
}
.editor-card .content {
	font-size: 1.375rem;
	font-weight: 500;
	height: 200px;
	overflow-y: auto;
	margin-top: 1rem;
	width: 80%;
}
.editor-photo {
	position: absolute;
	top:40px;
	right: -5%;
}
.editor-photo img {
	margin: 0 0 40px 0;
	width: 250px;
}

@media (max-width:992px) {
	
}

@media (max-width:768px) {
	.editor-photo img {
	margin: 0 0 40px 0;
	width: 150px;
}
	.editor-card {
	padding: 40px 30px;
	margin: 0 8% 0 0;
	position: relative;
}

.editor-card h3 {
	color: var(--purple);
	display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
	text-align: left;
}
	.editor-card .content {
	font-size: 1.125rem;
	width: 73%;
	}
}

@media (max-width:576px) {
	.editor .section-title {
	background:url("../img/introduce-bg.png") center center no-repeat,linear-gradient(to bottom, #dfdfdf, rgba(255,255,255,0));
	}
	.editor-card {
	padding: 30px 20px;
	margin: 0;
	position: relative;
}
	.editor-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
	text-align: left;
		margin-top: 150px;
		width: 60%;
}
.editor-card h3 span {
	font-size: 1.125rem;
}
.editor-card .subTitle {
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-block;
	background: var(--gold);
	color: var(--white);
	padding-left: .5rem;
	padding-right: .5rem;
	
}
	.editor-card .content {
	font-size: 1.125rem;
	font-weight: 500;
/*
	height: auto;
	overflow-y: auto;
*/
	margin-top: 1rem;
	width: 100%;
}
}


@media (max-width:420px) {
}

/*--          # translator         --*/
.translator {
	background:linear-gradient(to bottom, #ecebeb, #d9d9d9);
}

.translator .section-title {
	background:url("../img/bg-editor.png") top center no-repeat, linear-gradient(to bottom, #d9d9d9, rgba(236,235,235,0));
}

.translator h2 {
color: #56177e;
}

/* 確保圖片區域對齊 */
.translator-group .image-item {
    width: 12.5%;  /* 直條形圖片寬度 */
    height: 400px; /* 1:4 長寬比 */
}
.separate-group .image-item {
    width: 20%;  /* 直條形圖片寬度 */
    height: 250px; /* 1:4 長寬比 */
}

.photo-group .image-item {
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
	position: relative;
}

/* 內部圖片 */
.photo-group .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-group .image-item .item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80%;
	width: 100%;
	background:linear-gradient(to bottom, rgba(107,32,143,0), rgba(68,18,106,.8));
	z-index: 100;
	transition: transform 0.5s;
}
.photo-group .image-item .item-info p {
	text-align: center;
	color: var(--white);
	font-weight: 700;
	padding-bottom:0;
}
.translator-group .image-item .item-info p {
	padding-top: 60%;
}
.separate-group .image-item .item-info p {
	padding-top: 30%;
	font-size: 1.125rem;
}
.photo-group .image-item .item-info .item-name {
	font-size: 1.375rem;
	text-align: center;
	color: var(--white);
	font-weight: 500;
	line-height: 1.5rem;
}
.separate-group .image-item .item-info .item-name {
	padding-top: .5rem;
	font-size: 1.5rem;
}
/* 滑鼠懸停放大 */
.photo-group .image-item:hover {
/*    transform: scale(1.15);*/
}
.photo-group .image-item:hover .item-info {
    background:none;
}

.translatorModal + .modal-backdrop { 
	background: #3f1062;
	opacity: 0.5;
}   /* 只影響這個 modal */


.modal-backdrop {          
	--bs-backdrop-bg:#3f1062;   /* 任何顏色 */
	--bs-backdrop-opacity:.5;   /* 0–1 之間 */
}

.translatorModal .modal-content {
	background-color: #e3e3e3;
}
.translatorModal span {
	display: block;
	
}
.translatorModal .t-title { 
	color: #47136a;
	font-size:1.75rem; 
	font-weight:500; 
	text-align: left;
	clear: both;
	padding: 5px 20px;
	letter-spacing: 0.2rem;
}
.translatorModal .t-sub { 
	display:inline-block; 
	font-size:1rem;  
	color:#FFF; 
	background-color: #c2a859;
	margin: 0px 20px;
	padding: 0px 5px;
}
.translatorModal .t-subTitle {
	margin: 5px 20px 0;
	color: var(--glod);
	font-weight: 700;
	letter-spacing: 0.2rem;
	
}
.translatorModal .t-body  {
	font-size:1.125rem;  
	line-height:1.6; 
	margin:.5rem 20px; 
	color: var(--black);
}

.translatorCard {
	margin: 0 5%;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.translatorCard h3 {
	color:var(--brown);
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 2.4rem;
	letter-spacing: .1rem;
}
.translatorCard h4 {
	color:var(--brown);
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 2.4rem;
	letter-spacing: .2rem;
}
.translatorCard p {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: 500;
	padding: .5rem .2rem 1rem;
}
.translatorCard .note {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: 500;
	padding: .5rem .2rem .5rem;
	text-align: right;
}
.translatorCard .readNote {
	display: inline-block;
	font-size: 1.25rem;
	color: var(--black);
	background-color: #caba8f;
	font-weight: 500;
	padding: .2rem 1rem;
	border-radius: 1rem;
	float: right;
}
@media (min-width:996px) {
	.translator-group .image-item .item-info p {
	padding-top: 200px;
}
}
@media (max-width:768px) {
	.translatorCard {
	margin: 0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}
	.translatorCard h3 {
	color:var(--brown);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.2rem;
	letter-spacing: .1rem;
}
	.translator-group .image-item {
    width: 25%;  /* 直條形圖片寬度 */
    height: 220px; /* 1:4 長寬比 */
}
		.separate-group .image-item {
    width: 33.33%;  /* 直條形圖片寬度 */
    height: 200px; /* 1:4 長寬比 */
}
}

@media (max-width:576px) {
		.translator-group .image-item {
    width: 50%;  /* 直條形圖片寬度 */
    height: 250px; /* 1:4 長寬比 */
}
	.separate-group .image-item {
    width: 50%;  /* 直條形圖片寬度 */
    height: 200px; /* 1:4 長寬比 */
}
}



/*--          # separate           --*/
.separate .section-title {
	background:linear-gradient(to bottom, #ecebeb, #d9d9d9);
}

.separate .section-title {
	background:url("../img/bg-separate.png") top center no-repeat,linear-gradient(to bottom, #d9d9d9, rgba(236,235,235,0));
	background-size: cover;
	padding: 80px;
	
}
.separate h2 {
	color: #56177e;
}
.separate p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
	margin: 1rem 0 0 0;
	color: var(--purple);
	
}
.separate .five-point {
	mix-blend-mode: multiply;
	margin-top: 200px;
	margin-bottom: 20px;
}

@media (max-width:1200px) {

}
@media (max-width:996px) {


}
@media (max-width:768px) {

}
@media (max-width:576px) {
.separate .section-title {
	background:url("../img/bg-separate.png") top center no-repeat,linear-gradient(to bottom, #d9d9d9, rgba(236,235,235,0));
	background-size: cover;
	padding: 40px 0;
	
}
}


/*--          # design          --*/
.design {
	background:linear-gradient(to bottom, #ecebeb, #d9d9d9);
	padding-bottom: 4px;
}

.design .section-title {
	background:url("../img/bg-design.png") bottom center no-repeat,linear-gradient(to bottom, #d9d9d9, rgba(236,235,235,0));
	background-size: cover;
	padding: 100px 0;
}

.design h2 {
	color: #56177e;
}
.design-content {
	padding: 50px 40px;
	margin: 1rem 0 2rem 5%;
	position: relative;
	font-size: 1.375rem;
	font-weight: 500;
	overflow-y: auto;
	
}
.design-photo {
	width: 80%;
	margin-bottom: 2rem;
}
@media (max-width:768px) {
	.design-content {
	padding: 20px;
	margin: 1rem 0 1rem 0;
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	overflow-y: auto;
	
}
	.design .section-title {
	padding: 40px 20px;
}
	.design-photo {
	width: 100%;
	margin: 2rem auto;
}
}
@media (max-width:576px) {
	.design .section-title {
	padding: 60px 0;
}
	.design-photo {
	width: 80%;
	margin: 0 auto 2rem;
}
}

.design ul {
	padding: 0;
	margin: 0 0 40px 0;
}
.design ul li:first-child {
	background: none;
	color: var(--goose);
	font-weight: 900;
}
.vision ul li {
	font-size: 1.75rem;
	list-style: none;
	color: var(--white);
	background-color: var(--black);
	display: inline-block;
	padding: 2px 5px;
	margin: 5px 0;
	letter-spacing: .1rem;
}
.vision ul li:hover {
	background-color: var(--red);
}


@media (max-width:768px) {
	.vision {
	background:url("../img/bg-vision.png"), var(--brown);
	background-position:20% 5%;
	background-size: 90%;
	background-repeat: no-repeat;
}
	.vision h2 {
		margin-top: 4rem;
	font-size: 2.2rem;
	}
	.vision ul {
		margin-top: 5rem;
	}
	.vision ul li {
	font-size: 1.5rem;
	}
}



/* ===== Layout Container ===== */
.scroll-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(0, var(--txt-width)) 1fr;
  gap: var(--gap);
  min-height: calc(300px * 6); /* adjust by number of images */
  padding-block: 0;
	padding-bottom: 10rem;
	overflow: visible;
}
.scroll-gallery .image .img {
  transition: transform 0.3s ease-out;
}
.scroll-gallery .image:hover .img {
  transform: scale(1.02);
}

/* ===== Sticky Text Block ===== */
.sticky-text {
  position: sticky;
  top: 30%;
  align-self: start;
  z-index: var(--z-text);
	text-align: center;
	grid-column: 2;
	 transform: none !important;
	opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none; /* 可選，避免尚未顯示前被點到 */
}
.sticky-text.visible {
  opacity: 1;
  pointer-events: auto;
}
.sticky-text p   { 
	font-size: 1.6rem; 
	line-height:2.8rem; 
	margin:1rem;  
	color: var(--purple);
}


/* ===== Image Sequence ===== */
.scroll-images {
	max-width: 1200px;
	margin: 0 calc(50% - 600px);
  position: relative;
	grid-column: 1 / -1;

}
.scroll-images .image {
  --distance: 10vh;
  position: absolute;
  top: calc(var(--order) * var(--distance));
  z-index: var(--z-img);
	max-width: 500px;
	width: 40%;
  /* Fade-in initial state */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
@media (min-width: 769px) {
  .scroll-images .image:first-child {
    top: -110vh;
    width: 35%;
    left: 5%;
  }
  .scroll-images .image:nth-child(2) {
    top: -90vh;
    width: 20%;
    right: 2%;
  }
  .scroll-images .image:nth-child(3) {
    top: -60vh;
    width: 28%;
    left: 1%;
  }
  .scroll-images .image:nth-child(4) {
    top: -30vh;
    width: 30%;
    right: 7%;
  }
  .scroll-images .image:nth-child(5) {
    top: -15vh;
    width: 35%;
    left: -3%;
  }
  .scroll-images .image:nth-child(6) {
    top: 15vh;
    width: 35%;
    right: -3%;
  }
  .scroll-images .image:nth-child(7) {
    top: 35vh;
    width: 20%;
    left: 5%;
  }
}

@media (max-width: 768px) {
  .scroll-images .image:first-child {
    top: -370px;
    width: 30%;
    left: -5%;
  }
  .scroll-images .image:nth-child(2) {
    top: -350px;
    width: 28%;
    right: 1%;
  }
  .scroll-images .image:nth-child(3) {
    top: -200px;
    width: 28%;
    left: 1%;
  }
  .scroll-images .image:nth-child(4) {
    top: -20px;
    width: 30%;
    right: 7%;
  }
  .scroll-images .image:nth-child(5) {
    top: -20px;
    width: 35%;
    left: -1%;
  }
  .scroll-images .image:nth-child(6) {
    top: 150px;
    width: 35%;
    right: -1%;
  }
  .scroll-images .image:nth-child(7) {
    top: 180px;
    width: 30%;
    left: -6%;
  }
}
.image.is-visible {
  opacity: 1;
  transform: none;
}

.image .img {
  overflow:hidden;
  border-radius: var(--img-radius);
  box-shadow: var(--img-shadow);
}
.image img {
  width:100%;
	max-width: 100%;
  display:block;
  height:auto;
}

/* Left / Right columns */
.left {
  left: 0;
  right: auto;
/*  margin-right: auto;*/
}
.right {
  left: auto;
  right: 0;
/*  margin-left: auto;*/
}

/* ===== Responsive: Stack images when viewport narrow ===== */
@media (max-width: 1024px){
  .scroll-gallery {
/*    grid-template-columns: minmax(0, var(--txt-width));*/
	  max-width: 1000px;
  }
	
}



@media (max-width: 768px) {
  .scroll-gallery {
    display: block;
    padding-inline: 1rem;
	  min-height: calc(160px * 6);
  }
  .scroll-gallery .sticky-text {
/*    position: relative;*/
    top: 10%;
    grid-column: auto;
    padding-top: 2rem;
    text-align: center;
  }
  .scroll-gallery .sticky-text p {
    font-size: 1.25rem;
    line-height: 2.2rem;
  }
  .scroll-gallery .scroll-images {
    margin: 0 auto;
/*    max-width: 500px;*/
  }
  .scroll-gallery .scroll-images .image {
/*    position: relative;*/
/*
    width: 90%;
    max-width: 100%;
*/
/*    margin: 2rem auto;*/
    transform: none !important;
  }
/*
  .scroll-gallery .scroll-images .image.left {
    margin-right: auto;
  }
  .scroll-gallery .scroll-images .image.right {
    margin-left: auto;
  }
*/
  .scroll-gallery .scroll-images .image .img {
    border-radius: var(--img-radius);
    box-shadow: var(--img-shadow);
  }
}

@media (max-width: 576px) {
	.sticky-text {
		position: relative;
		top: 250px!important;
	}
  .sticky-text p {
    font-size: 1.125rem;
    line-height: 1.2rem;
	  color: var(--purple);
  text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
  }
	.scroll-images {
		
	}
  .scroll-gallery .scroll-images .image {
    width: 50%;
    margin: .5rem 0;
  }
  .scroll-gallery .scroll-images .image.left,
  .scroll-gallery .scroll-images .image.right {
    margin-left: 0;
    margin-right: 0;
  }
  .scroll-gallery .scroll-images .image .img {
    border-radius: 8px;
  }
	
	.scroll-images .image:first-child {
    top: -400px;
    width: 38%;
    left: 8%;
  }
  .scroll-images .image:nth-child(2) {
    top: -420px;
    width: 48%;
    right: 1%;
  }
  .scroll-images .image:nth-child(3) {
    top: -300px;
    width: 44%;
    left: -1%;
  }
  .scroll-images .image:nth-child(4) {
    top: 240px;
    width: 50%;
    right: 6%;
  }
  .scroll-images .image:nth-child(5) {
    top: 250px;
    width: 35%;
    left: -1%;
  }
  .scroll-images .image:nth-child(6) {
    top: 380px;
    width: 35%;
    right: 80px;
  }
  .scroll-images .image:nth-child(7) {
    top: 340px;
    width: 30%;
    left: 8%;
  }
}



/*--          # Team          --*/
.team {
  background: url("../img/speak-bg.png") top center repeat-y;
	background-size:contain;
  padding: 60px 0;
}
.team .section-title {
	margin-bottom: 2rem;
}

.team .member {
  margin-bottom: 20px;
	width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255, .3);
	border:1px solid rgba(255,255,255, .5);
	transition: ease-in-out 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
	width: 320px;
	margin: 20px auto;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.team .member:hover {
  background: rgba(255,255,255, .6);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-info {
  padding: 0 20px 20px;
	font-family: source-han-serif-tw-subset, sans-serif;
}

.team .member .member-info h4 {
	font-family: source-han-serif-tw-subset, sans-serif;
  font-weight: 500;
  font-size: 2rem;
	margin: 5px 0;
	letter-spacing: .2rem;
}

.team .member .member-info .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: .2rem;
}

.team .member .member-info ul.member-list {
	margin: 0;
	padding: 0;
	min-height: 150px;
}
.team .member .member-info ul.member-list li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	font-size: 1rem;
}
.team .member .member-info a {
	text-align: center;
	margin: 10px auto 0;
	display:block;
}
.team .member .member-info a.btn-play {
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	transition: all .3s;
}

.team .member .member-info a.btn-play i {
	color: #2f2f2f;
	font-size: 1.6rem;
	padding-top: .8rem;
	transition: all .3s;
}
.team .member .member-info a.btn-play:hover {
	background-color: #2f2f2f;
}
.team .member .member-info a.btn-play:hover i {
	color: #FFF;
}

@media (max-width:1200px) {
	.team .member .member-img {
	width: 260px;
	margin: 20px auto;
}
	.team .member .member-info .subtitle {
  font-size: 1.25rem;
  font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: .1rem;
}
}
@media (max-width:768px) {
	.team .member .member-img {
	width: 280px;
	margin: 20px auto;
}
	.team .member .member-info ul.member-list {
	margin: 0;
	padding: 0;
	min-height: auto;
}
}


/*--          # introduce*/
.introduce {
	background: url("../img/bg-paper.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}
.introduce .section-title {
	background:url("../img/bg-editor.png") top center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.introduce h2 {
	color: #56177e;
}

.intro_group {
	text-align: center;
}
.intro_group .intro-photo { 
	border-radius: 100px;
	background-color: #ede2ea;
	padding: 25px;
	width: 100%;
	text-align: center;
	transition: all .3s;
	margin-bottom: 10px;
}
.intro_group .intro-photo img {
	margin: 0 auto;
	height: 250px;
}
.intro_group:hover .intro-photo {
	background-color: #ffeebb;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.intro_group h3 {
	margin: 10px 0;
	color: #4e1579;
	font-size: 1.375rem;
}
.intro_group p {
	margin: 10px 0;
	font-size: 1.125rem;
	text-align: center;
}

.modal-introduce ~ .modal-backdrop.show {
  --bs-backdrop-bg: #c7a84a!important;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  opacity: var(--bs-backdrop-opacity);
}

.modal-introduce .modal-title    { 
	font-size: 1.5rem; 
	font-weight: 700; 
	margin: 0 0 0 20px; 
	color: #c2a859;
	padding-top: 20px;
}
.modal-introduce .modal-subtitle { 
	font-size: 1.25rem; 
	font-weight: 600; 
	margin: 0 0 1rem 1rem; 
	color: #712887;
}

/* 內文捲動區，固定 350px 高 */
.modal-introduce .modal-body {
  max-height: 350px;
  overflow-y: auto;
  line-height: 1.6;
}

.book-row-bg {
	background: url("../img/bg-paper.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.book-row {
      display: flex;
      gap: 0px;
      justify-content: center;
      margin: 40px 0;
    }

.book-row .book {
      position: relative;
      height: 595px;
	width: auto;
      overflow: hidden;
      cursor: pointer;
      transition: width 0.3s, transform 0.3s;
	box-shadow: 0 10px 18px rgba(0,0,0,.2);
	margin: 0 2px;
    }

.book-row .book img.spine {
      width: 100%;
      height: 100%;
      display: block;
      transition: opacity 0.3s;
	z-index: 1;
    }

.book-row .book img.cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 1;
    }

.book-row .book .cover-text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      z-index: 3;
      display: none;
    }

.book-row .book.active {
      width: 420px!important;
      transform: scale(1.05);
	margin: 0 12px;
    }

.book-row .book.active img.cover {
      opacity: 1;
      z-index: 2;
    }

.book-row .book.active img.spine {
      opacity: 0;
    }

.book-row .book.active .cover-text {
      display: block;
    }

.introduce .book-note {
	text-align: center;
	margin: 10px 0 30px 0;
	color: #712887;
}

@media (max-width:768px) {
	.book-row {
      display: flex;
      gap: 0px;
      justify-content: center;
      margin: 40px 40px;
    }

}


@media (max-width:576px) {
	.introduce .section-title {
	background:url("../img/bg-editor.png") top center no-repeat, linear-gradient(to bottom, #d3bacd, rgba(236,235,235,0));
	background-size: cover;
	padding: 40px 0;
}
	
	.book-row .book {
      position: relative;
      height: 200px;
	width: auto;
      overflow: hidden;
      cursor: pointer;
      transition: width 0.3s, transform 0.3s;
	box-shadow: 0 10px 18px rgba(0,0,0,.2);
	margin: 0 2px;
    }
	.book-row .book.active {
      width: 141px!important;
      transform: scale(1.05);
	margin: 0 12px;
    }

}



/*--          # portfolio          --*/
.portfolio {
  padding: 40px 0;
 background: var(--white);
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
	position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to top, #ecebeb, #d9d9d9);
	text-align: center;
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 1.25rem;
  color: var(--gold);
  font-weight: 600;
}
.portfolio .portfolio-item .portfolio-info p {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link {
  position: absolute;
  right: 15px;
  font-size: 1.5rem;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
  color: #1d738a;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
	background-color: red;
}
@media (max-width:768px) {
  .portfolio {
    background-color: #f8f4f1;
  }
  .portfolio .portfolio-item .portfolio-info {
    display: none;
  }
  .portfolio .portfolio-item:hover img {
    opacity: .6;
    top: 0;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .32)
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, .7)
  }
  .glightbox-clean .gprev {
    top: 45%
  }
  .glightbox-clean .gnext {
    top: 45%
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
    bottom: 0;
  }
  .gdesc-open .gdesc-inner {
    padding-bottom: 10px;
  }
  .glightbox-clean .gdesc-inner {
    padding: 0;
  }
  .gslide-description {
    padding-bottom: 10px !important;
  }
}

/*--          # preOrder          --*/
.preOrder {
  background: url("../img/bg-preOrder.png") top center, linear-gradient(to bottom, #370c59, #763c84);
	padding: 40px 0 0 0;
	background-size:contain;
	background-repeat: no-repeat;
}

.preOrder .preOrder-title {
}


.preOrder .preOrder-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 2rem;
	line-height: 2.8rem;
  letter-spacing: .1rem;
  font-weight: 700;
	color: var(--white);
  padding: .5rem 0 100px 0;
  margin: 0;
  text-transform: uppercase;
	text-align: center;
	position: relative;
}
.preOrder .preOrder-title h2::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 90px;
	background: var(--gold);
	bottom: 0px;
	left: 50%;
}

.border-animate-box {
      position: relative;
      width: 70%;
      height: 80px;
      margin: 0 auto 40px;
    }

   .border-animate-box .content {
      position: relative;
      z-index: 1;
      opacity: 0;
	   color: var(--gold);
      transition: opacity 0.5s ease;
      text-align: left;
      padding: 1.2em 1em;
      font-size: 1.25em;
      font-weight: bold;
      animation: fadein-content 0.5s ease forwards;
      animation-delay: 2s; /* 等邊框動畫走完再出現 */
    }
.border-animate-box .content p {
	width: 70%;
}
.border-animate-box .content img {
	position: absolute;
	right: 20px;
	top:-20px;
  opacity: 0;
	width: auto;
	height: 120px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
  transform: translateY(10px);
  animation: fadein-img 0.5s ease forwards;
  animation-delay: 2.2s; /* 略晚於文字 */
}

    /* 四條邊框 */
    .border-animate-box .border {
      position: absolute;
      background-color: #c2a859!important;
		box-shadow: 0 0 3px #c2a859;
    }

    .border-animate-box .border.top {
      top: 0; left: 0;
      height: 1px; width: 0;
      animation: draw-top 0.5s linear forwards;
    }

   .border-animate-box .border.right {
      top: 0; right: 0;
      width: 1px; height: 0;
      animation: draw-right 0.5s linear forwards;
      animation-delay: 0.5s;
    }

   .border-animate-box .border.bottom {
      bottom: 0; right: 0;
      height: 1px; width: 0;
      animation: draw-bottom 0.5s linear forwards;
      animation-delay: 1s;
    }

   .border-animate-box .border.left {
      bottom: 0; left: 0;
      width: 1px; height: 0;
      animation: draw-left 0.5s linear forwards;
      animation-delay: 1.5s;
    }

    @keyframes draw-top {
      to { width: 100%; }
    }

    @keyframes draw-right {
      to { height: 100%; }
    }

    @keyframes draw-bottom {
      to { width: 100%; }
    }

    @keyframes draw-left {
      to { height: 100%; }
    }

    @keyframes fadein-content {
      to { opacity: 1;
		transform: translateY(0);
		}
    }
@keyframes fadein-img {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:768px) {
	.border-animate-box {
      position: relative;
      width: 90%;
      height: 120px;
      margin: 0 5% 40px;
    }

   .border-animate-box .content {
      position: relative;
      z-index: 1;
      opacity: 0;
	   color: var(--gold);
      transition: opacity 0.5s ease;
      text-align: left;
      padding: .5em;
      font-size: 1.25em;
      font-weight: bold;
      animation: fadein-content 0.5s ease forwards;
      animation-delay: 2s; /* 等邊框動畫走完再出現 */
    }
.border-animate-box .content p {
	width: 55%;
	padding-top: 15px;
	padding-left: 15px;
}
.border-animate-box .content img {
	position: absolute;
	right: 5px;
	top:5px;
  opacity: 0;
	width: auto;
	height: 110px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
  transform: translateY(10px);
  animation: fadein-img 0.5s ease forwards;
  animation-delay: 2.2s; /* 略晚於文字 */
}
}

@media (max-width:576px) {
	.border-animate-box {
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 10% 40px 5%;
    }

   .border-animate-box .content {
      position: relative;
      z-index: 1;
      opacity: 0;
	   color: var(--gold);
      transition: opacity 0.5s ease;
      text-align: left;
      padding: .5em;
      font-size: 1.25em;
      font-weight: bold;
      animation: fadein-content 0.5s ease forwards;
      animation-delay: 2s; /* 等邊框動畫走完再出現 */
    }
.border-animate-box .content p {
	width: 95%;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 110px;
}
.border-animate-box .content img {
	position: absolute;
	right: -20px;
	top:110px;
  opacity: 0;
	width: auto;
	height: 115px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
  transform: translateY(10px);
  animation: fadein-img 0.5s ease forwards;
  animation-delay: 2.2s; /* 略晚於文字 */
}
}



.preOrder .box {
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  letter-spacing: .1rem;
  background: var(--white);
	margin-bottom: 20px;
	margin-top:10px;
	transition: all .5s;
}
.preOrder .box:hover {
	box-shadow: 0px 10px 20px rgba(0,0,0,.2);
	margin-top: -10px;
}
.preOrder .box img {
	text-align: center;
	display: block;
	margin: 0px auto 5px;
}
.preOrder .box h3 .tag {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 500;
  background-color: var(--red);
  color: #FFF;
	width: 140px;
	margin-bottom: .5rem;
}
.preOrder .box h3 {
  font-weight: 700;
  padding: .5rem 0;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 2.4rem;
  color: var(--purple);
  margin: 0;
  display: inline-block;
  position: relative;
}
.preOrder .box h3 span {
	font-size: 1rem;
}
.preOrder .box h4 {
	border-radius: 20px;
	display: inline-block;
	font-size: 1.25rem;
	padding: 4px 12px;
	margin: 1rem 0 .5rem;
}
.preOrder .box h4.tag-a {
	background-color: #f1c7f1;
	border:1px solid #78367a;
	color: #640b65;
}
.preOrder .box h4.tag-b {
	background-color: #fadaac;
	border:1px solid #8b3501;
	color: #612e00;
}
.preOrder .box h4.tag-c {
	background-color: #c7a84a;
	border:1px solid #c7a84a;
	color: var(--white);
}

.preOrder .note-a {
	color: #603813;
	height: 3rem;
	font-size: 1.25rem;
	font-weight: 500;
}
.preOrder .note-b {
	color: #c7a84a;
	font-size: 1.375rem;
	font-weight: 700;
	vertical-align: middle;
}

.preOrder .price-tag {
  font-size: 1.625rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
	margin-top: .5rem;
  display: inline-block;
}

.preOrder .price-tag .data {
  font-size: 2.5rem;
  font-weight: 400;
  color: #d72819;
	padding-right: 5px;
}

.preOrder .price-tag .price {
  font-size: 2.8rem;
  font-weight: 900;
  color: #984a99;
	font-family: source-han-serif-tw-subset, sans-serif;
	padding:0 5px; 
	line-height: 2rem;
}

.preOrder .price-tag .price-org {
	font-size: 1rem;
	text-align: center;
	padding: 0px 15px;
	margin-top: 10px;
}

.preOrder .box a.btn-buy {
  width: 100%;
	display: block;
  font-size: 1.375rem;
	letter-spacing: .2rem;
	font-weight: 900;
  padding: 10px;
  background-color:#dfcddf;
  color: var(--brown);
  transition: 0.3s;
	margin-top: 1rem;
}
.preOrder a.btn-buy:hover {
	background-color: #803982;
  color: #fbdd84;
}
/*
.preOrder ul {
  padding: 0;
	margin: 0 auto;
	width: 50%;
  list-style: none;
  text-align: center;
}
.preOrder ul li {
  padding-bottom: .6rem;
	float: left;
	width: 50%;
}
.preOrder ul li a.btn-buy {
  width: 90%;
  font-size: 1.25rem;
  border-radius: 0px;
  padding: 5px;
  background-color: rgba(255,255,255, .5);
  border: 1px solid #b8b8b8;
  color: #333333;
  transition: 0.3s;
}
.preOrder ul li a.btn-buy:hover {
  background-color: #231816;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  color: #FFF;
}

.preOrder ul.preOrderLink {
	width: 100%;
} 
.preOrder ul.preOrderLink li {
	width: 60%;
	float: none;
	margin: 0 20%;
} 
*/


.preOrder-note {
	padding: 20px 15%;
	text-align: center;
}
.preOrder-note h4 {
	display: inline-block;
	border-bottom: 1px solid #bf9cc0;
	font-size: 1.25rem;
	letter-spacing: .2rem;
	text-align: center;
	color: #bf9cc0;
}
.preOrder-note h4 i {
	font-size: 0.9375rem;
}
.preOrder-note h4:hover {
	color: var(--white);
}
.preOrder-note ul {
	border-left: rgba(255,255,255,.5) solid 1px;
	padding: 0 0 0 .8rem;
	margin: 1rem 0;
	text-align: left;
}
.preOrder-note ul li {
	color: #bf9cc0;
	padding: 0.3rem 0;
	font-weight: 200;
	font-size: 0.9375rem;
	margin: 0 0 0 1rem;
}
.preOrder-note ul li ul {
	border: none;
	margin: 0;
}
.preOrder-note font {
	text-decoration: underline;
}

@media (max-width:1400px) {

}

@media (max-width:1200px) {
	
}
@media (max-width:992px) {
  

}
@media (max-width:768px) {
	.preOrder .preOrder-title h2 {
  font-size: 1.6rem;
	line-height: 2.2rem;
}
	.preOrder .preOrder-title h3 {
  font-size: 1.2rem;
	line-height: 2.2rem;
}
.preOrder .box h3 {
	font-size: 1.6rem;
}
	.preOrder .box h3 font {
		display: block;
	}
	.preOrder .box h4 {
	font-size: 1rem;
	margin: 0 .5rem;
}
	.preOrder .note-a {
	color: #603813;
	height: auto;
	font-size: 1.125rem;
	font-weight: 500;
		padding: 5px 10px;
		line-height: 1.5rem;
}
	.preOrder .price-tag {
  font-size: 1.25rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
	margin-top: 0rem;
  display: inline-block;
}
	.preOrder .price-tag .price {
		line-height: 2.6rem;
	}
}

@media (max-width:576px) {
}

/*--          # activity          --*/
.activity {
  padding: 20px 0 40px;
	background: linear-gradient(to bottom, #5d3069, #5a2e66);
}

.activity .section-title {
	background: #5d3069;
	
}

.activity .section-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
	color: var(--gold);
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
.activity .activity-pic {
  width: 90%;
  margin: 1rem 5%;
}
.activity .activity-pic img {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
  width: 100%;
}
.activity .content {
  width: 100%;
  margin: 0 auto;
	color: var(--gold);
}
.activity .content h3 {
  font-size: 2rem;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-weight: 700;
  position: relative;
  padding-top: .4rem;
  padding-bottom: 1rem;
  letter-spacing: 0.3rem;
  text-align: left;
  margin-bottom: 1rem;
	border-bottom:1px solid #b9a055;
}
.activity .content h3 font {
  font-size: 1.5rem;
	display: block;
	line-height: 2rem;
}
.activity .content h4 {
	color: #b9a055;
  font-weight: 200;
  font-size: 1.6rem;
  font-family: source-han-sans-traditional, sans-serif;
  letter-spacing: 0.15rem;
}
.activity .content h4 font {
  font-size: 1rem;
}
.activity .content h4 span {
	font-size: 1.375rem;
}
.activity .content ul {
	margin: 0;
	padding: 10px 0;
}
.activity .content ul li {
  font-size: 1.125rem;
  line-height: 2.2rem;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #b9a055;
}
.activity .content ul li img {
	height: 1rem;
}
.activity a.btn-act {
  display: block;
  background-color:#b9a055;
  color: var(--white);
  width: 100%;
  margin-top: 1rem;
  padding: .2rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  transition: .3s;
	border-radius: 0px;
}
.activity a.btn-act:hover {
	background-color: #803982;
  color: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	border-radius: 20px;
}
.photo-info {
	color: var(--gold);
	margin: .5rem 0;
	font-size: 0.9375rem;
}
@media (max-width: 1200px) {
  
 
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  .activity .section-title h2 {
  font-size: 2.2rem;
}
}

/*--          # Cta  a         --*/
.cta-a {
  background:url("../img/cta-bg.png") center center no-repeat, linear-gradient(to bottom,#80428c 0%, #a45d91 60%, #d3bacd 100%) ;
	background-size:100%;
  padding: 80px 0;
}
.cta-a h2 {
	text-align: center;
  color: var(--goose);
  font-size: 1.8rem;
  font-weight: 500;
	letter-spacing: .1rem;
	text-shadow: 0 4px 18px rgba(0,0,0,.1);
}
.cta-a h3 {
	text-align: center;
  color: var(--goose);
  font-size: 2.2rem;
  font-weight: 700;
	letter-spacing: .2rem;
	text-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.cta-a h2 strong {
	font-size: 2.8rem;
}
.cta-a h3 strong {
	font-size: 3.2rem;
}

@media (max-width: 768px) {
  .cta-a h2 {
  font-size: 2rem;
	letter-spacing: .1rem;
}
.cta-a h2 strong {
	font-size: 2.6rem;
}
.cta-a h3 {
  font-size: 2rem;
	letter-spacing: .1rem;
}
}
@media (max-width: 576px) {
	.cta-a {
  background:url("../img/cta-bg.png") center center no-repeat, linear-gradient(to bottom,#80428c 0%, #a45d91 60%, #d3bacd 100%) ;
	background-size:cover;
  padding: 40px 0;
}
  .cta-a h2 {
  font-size: 1.25rem;
	letter-spacing: .1rem;
}
.cta-a h2 strong {
	font-size: 2.2rem;
}
	.cta-a font {
		display: block;
	}
.cta-a h3 {
  font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 2rem;
}
}

/*--          # Cta  b         --*/
.cta-b {
  background:url("../img/bg-cta2.jpg") center no-repeat;
	background-size: cover;
  padding: 60px 0;
}

.cta-b h3 {
	text-align: center;
  color: #fbe4c4;
  font-size: 2.2rem;
  font-weight: 700;
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .2rem;
	position: relative;
	line-height: 3.6rem;
}




@media (max-width: 992px) {

	
}

@media (max-width: 768px) {

}
@media (max-width: 576px) {
.cta-b h3 {
	text-align: center;
  color: #fbe4c4;
  font-size: 1.375rem;
  font-weight: 700;
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .1rem;
	position: relative;
	line-height: 2.6rem;
}
}

/*--          # Footer          --*/
#footer {
  padding: 40px;
  background: #2b143c;
	color: var(--gold);
}
#footer .footer-logo {
  padding: 10px 0 5px 0;
}
#footer .footer-logo img {
  margin-bottom: 10px;
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
}
#footer .footer-links {
  margin: 0;
  width: 200px;
  text-align: center;
}
#footer .footer-links a {
  color:var(--gold);
  opacity: 0.5;
  font-size: 1.5rem;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  width: 30%;
}
#footer .footer-links a:hover {
  opacity: 0.8;
}
#footer .footer-content h3 {
  font-size: 1rem;
}
#footer .footer-content {
  color: var(--gold);;
}
#footer .copyright {
  font-size: 0.9375rem;
  line-height: 1.6rem;
}
#footer .copyright a {
  color: var(--gold);
  text-decoration: underline;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-logo {
    padding: 10px 0 5px 0;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer-links {
    margin: 0 auto;
    width: 200px;
    text-align: center;
  }
  #footer .footer-content {
    text-align: center;
    margin-top: 20px;
  }
  #footer .footer-content span {
    display: block;
  }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}