/*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;
  --brown: #8a784c;
  --yellow: #f2d387;
  --red: #b20000;
  --gold: #98836a;
  --goose: #ffe8c5;
  --darkbrown: #1d110e;
  --timeline-gradient: rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%;
}


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: #ccae7a;
  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: #891e14;
  color: #fff;
}

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

/*--          # 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(31, 19, 10, 0.9);
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 40px;
}

/*--          # 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: #fff;
  font-size: 2rem;
	font-weight: 900;
  cursor: pointer;
  display: block;
  line-height: 0;
  transition: 0.5s all;
	background: linear-gradient(to top, #917f52, #c0aa6f);
	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(33, 10, 0, 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;
}

.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 .hero-img {
	width: 60%;
	position: relative;
	margin-left: 5%;
	margin-top: -20px;
	margin-bottom: 20px;
}
#hero .hero-totem {
	width: 38%;
	position: absolute;
	right: 4%;
	top:40px;
}


#hero h2 {
	font-family: source-han-serif-tw-subset, sans-serif;
  color: var(--white);
	display: inline-block;
	width: 52%;
	background-color: var(--red);
  margin-bottom: 10px;
	margin-top: 70px;
	padding: 5px 10px 5px 5%;
  font-size: 2rem;
  font-weight: 900;
	letter-spacing: .1rem;
	left: 0;
	clip-path: polygon(0% 0%, 90% 0%, 95% 100%, 0% 100%);
}
#hero h2 font {
	font-family: ‘Noto Sans TC’, sans-serif;
}

#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;
}
#hero .solgan {
	width: 54%;
	text-align: center;
}
#hero h3 {
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 1.8rem;
	color: #FFF;
	background-color: black;
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: .1rem;
	margin-top: 15px;
	
}
#hero h4 {
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 1.375rem;
	color: #FFF;
	background-color: black;
	display: inline-block;
	padding: 8px 10px;
	letter-spacing: .1rem;
	
}
/*
#hero h3.text-vll {
	position: absolute;
	left: 3%;
	top: 120px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero h3.text-vlr {
	position: absolute;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	color: #FFF;
	letter-spacing: .8rem;
	right: 3%;
	top: 120px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
*/


@media (min-width: 1400px) {
	#hero h1 {
		margin: 0 0 0 12%;
	}
	#hero h2 {
		width: 60%;
		padding: 5px 10px 5px 15%;
	}
	#hero .solgan {
		margin-left: 2%;
}
	#hero .hero-img {
	width: 60%;
	margin-left: 10%;
	}
#hero .hero-totem {
	width: 32%;
	position: absolute;
	right: 10%;
	top:40px;
}
	
}
@media (max-width: 1200px) {
	#hero h2 {
	width: 58%;
  margin-bottom: 10px;
	margin-top: 70px;
	padding: 5px 10px 5px 2%;
  font-size: 2rem;
	clip-path: polygon(0% 0%, 90% 0%, 95% 100%, 0% 100%);
}
	#hero h1 {
	font-size: 7.2rem;
	margin: 0 0 0 2%;
}
	#hero .hero-img {
	width: 70%;
	position: relative;
	margin-left: 2%;
	margin-bottom: 20px;
}
	#hero .hero-totem {
	width: 42%;
	position: absolute;
	right: 0%;
	top:70px;
}
	#hero .solgan {
	width: 60%;
}
	#hero h4 {
		line-height: 1.8rem;
	}
	#hero h4 font {
		display: block;
	}
}
@media (max-width: 996px) {
	#hero h2 {
	width: 75%;
  margin-bottom: 10px;
	margin-top: 70px;
	padding: 5px 10px 5px 2%;
  font-size: 2rem;
		z-index: 2;
		
}
	#hero h1 {
	font-size: 7.2rem;
	margin: 0 0 0 2%;
		z-index: 2;
}
	#hero .hero-img {
	width: 75%;
	position: relative;
	margin-left: 2%;
	margin-bottom: 20px;
		z-index: 2;
}
	#hero .hero-totem {
	width: 58%;
	position: absolute;
	right: -14%;
	top:2%;
		z-index: 0;
}
	#hero .solgan {
	width: 80%;
		z-index: 2;
		text-align: left;
		margin-left: 2%;
}
	#hero h4 {
		line-height: 1.8rem;
	}
	#hero h4 font {
		display: block;
	}
}

@media (max-width: 768px) {
#hero h2 {
	width: 88%;
  margin-bottom: 0px;
	margin-top: 70px;
	padding: 5px 10px 5px 2%;
  font-size: 1.75rem;
		z-index: 2;
		
}
	#hero h1 {
	font-size: 7rem;
	margin: 0 0 0 2%;
		z-index: 2;
}
	#hero .hero-img {
	width: 98%;
	position: relative;
	margin-left: 6%;
	margin-bottom: 20px;
	margin-top: 9rem;
		z-index: 2;
}
	#hero .hero-totem {
	width: 130%;
	position: absolute;
	right: -15%;
	top:4.5rem;
		z-index: 0;
}
	#hero .solgan {
	width: 90%;
		z-index: 2;
		text-align: left;
		margin-left: 2%;
}
	#hero h4 {
		line-height: 1.8rem;
	}
	#hero h4 font {
		display: block;
	}
}

@media (max-width: 576px) {
#hero h2 {
	width: 98%;
  margin-bottom: 0px;
	margin-top: 70px;
	padding: 5px 10px 5px 2%;
  font-size: 1.25rem;
		z-index: 2;
		
}
	#hero h1 {
	font-size: 4rem;
	margin: 0 0 0 2%;
		z-index: 2;
}
	#hero .hero-img {
	width: 100%;
	position: relative;
	margin-left: 6%;
	margin-bottom: 20px;
	margin-top: 21rem;
		z-index: 2;
}
	#hero .hero-totem {
	width: 70%;
	position: absolute;
	right: 15%;
	top:18.5rem;
		z-index: 0;
}
	#hero .solgan {
	width: 95%;
		z-index: 2;
		text-align: left;
		margin-left: 0;
}
	#hero h3 {
		font-size: 1.25rem;
	margin-top: 5px;
	}
	#hero h4 {
		line-height: 1.5rem;
		font-size: 1.125rem;
	}
	#hero h4 font {
		display: block;
	}
	
}

/*--          # Sections General          --*/
section {
  padding:0;
  overflow: hidden;
}

.section-title {
	margin: 0px auto 20px;
	text-align: center;
}

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

.recommend .section-title {
	margin-top: 60px;
  padding: 5px 20px 5px 34%;
	background-color: var(--brown);
	display: inline-block;
}

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



.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 h2 {
  font-size: 2.2rem;
}
	.recommend .section-title {
	margin-top: 40px;
		margin-bottom: 0;
  padding: 5px 20px 5px 14%;
	background-color: var(--brown);
	display: inline-block;
}
	.recommend .section-title h2 {
  font-size: 2.2rem;
}
}
@media (max-width:576px) {
	
}

/*--          # hot news          --*/
.hotnews {
	background-color: var(--brown);
	padding: 30px 0;
}
.hotnews h1 {
	font-family: source-han-serif-tw-subset, sans-serif;
	text-align: right;
	font-size: 2.6rem;
	color: var(--white);
	position: relative;
	line-height: 2.4rem;
	letter-spacing: .15rem;
	margin-top: 60px;
}
.hotnews h1 font {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1rem;
}
.hotnews h1::before {
	content: "";
	position: absolute;
	top: 2.8rem;
	right:0;
	width: 160px;
	height: 1px;
	background-color: var(--white);
}
.hotnews h2 {
	color: var(--goose);
	font-size: 1.125rem;
	font-weight: 700;
	text-align: right;
}
.hotnews .news-board {
	background-color: var(--white);
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.hotnews a.newLink {
	background-color: var(--goose);
	padding: 0px 2px 2px 2px;
	color: #ff3a3a;
	border-radius: 8px;
}
.news-board .title font {
	background-color: var(--red);
	color: var(--white);
	border-radius: 15px;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	letter-spacing: .1rem;
}
.news-board ul {
	padding: 0 10px;
	margin: 0;
}
.news-board ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.25rem;
}
.news-board ul li span {
	color: var(--red);
	font-size: 1.5rem;
	font-weight: 700;
}
.news-board ul li.textMark {
/*	color: #ff3a3a;*/
	color: #007acb;
	background-color: none;
}

@media (max-width: 1200px) {
  .hotnews h1 {
	text-align: right;
	font-size: 2.2rem;
	line-height: 2.4rem;
	letter-spacing: .15rem;
	margin-top: 40px;
}
.hotnews h1 font {
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0rem;
}
.hotnews h1::before {
	content: "";
	position: absolute;
	top: 2.8rem;
	right:0;
	width: 134px;
	height: 1px;
}
	.news-board ul li span {
	color: var(--red);
	font-size: 1.375rem;
	font-weight: 700;
		display: block;
}
	.news-board ul li {
		border-bottom: 1px dotted var(--brown);
		padding: 5px 0;
}
	.news-board ul li:last-child {
		border-bottom: none;
	}
 
}
@media (max-width: 992px) {
    .hotnews h1 {
	text-align: left;
	font-size: 2.2rem;
	line-height: 2.4rem;
	letter-spacing: .15rem;
	margin-top: 0;
}
.hotnews h1 font {
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0rem;
	margin-left: 8rem;
}
.hotnews h1::before {
	content: "";
	position: absolute;
	top: 2.6rem;
	left:5rem;
	width: 100px;
	height: 1px;
	transform: rotate(315deg);
}
}
@media (max-width: 768px) {
	.hotnews h2 {
		text-align: center;
		margin-bottom: 20px;
	}
  
}

/*--          # feature           --*/
.feature {
	background:url("../img/bg-feature.png");
	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) {
	.feature h2 {
		margin-top: 8rem;
	}
.feature .five-point {
	margin-top: 0px;
}
}
@media (max-width:996px) {
	.feature h2 {
		margin-top: 8rem;
	font-size: 2.5rem;
	}
	.feature p {
	font-size: 1.8rem;
	font-weight: 700;
	left: .1rem;
	margin: 1rem 0;
	text-align: right;
}

}
@media (max-width:768px) {
	.feature {
	background:url("../img/bg-feature.png");
	background-position:20% 10%;
	background-size: 90%;
	background-repeat: no-repeat;
}
	.title-pic {
		display: none;
	}
	.hugh-text {
		font-size: 9.6rem;
		font-weight: 900;
		display: block;
	}
	.feature h2 {
		margin-top: 4rem;
	font-size: 2.5rem;
	}
	.feature p {
	font-size: 1.5rem;
	}
}
@media (max-width:576px) {
	.title-pic {
		display: none;
	}
	.hugh-text {
		font-size: 7rem;
		font-weight: 900;
		display: block;
	}
	.feature h2 {
		margin-top: 4rem;
	font-size: 1.8rem;
	}
	.feature p {
	font-size: 1.5rem;
	}
}


/*--          # vision          --*/
.vision {
	background:url("../img/bg-vision.png"), var(--brown);
	background-position:80% 10%;
	background-size: 50%;
	background-repeat: no-repeat;
	font-family: source-han-serif-tw-subset, sans-serif;
}

.vision h2 {
	color: var(--white);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-align: left;
}

.vision ul {
	padding: 0;
	margin: 0 0 40px 0;
}
.vision 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;
	}
}
/*--          # editor           --*/
.editor {
	background:url("../img/bg-editor.png");
	background-position:20% 30%;
	background-size: 50%;
	background-repeat: no-repeat;
	font-family: source-han-serif-tw-subset, sans-serif;
}

.editor h2 {
	color: #353232;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-align: left;
	margin-top: 10rem;
}

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

.editor-card {
	margin-top: 300px;
	width: 650px;
}

.editor-card h3 {
	background: var(--brown);
	color: var(--white);
	display: inline-block;
	margin-left: -22%;
	padding: 5px 10px 5px 22%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
	text-align: left;
}
.editor-card h3 span {
	font-size: 1.75rem;
}
.editor-card .subTitle {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	margin: 1.4rem 0;
	
}
.editor-card .content {
	font-size: 1.5rem;
	font-weight: 500;
	border-left: 3px solid var(--brown);
	padding-left: 1rem;
	margin-left: .4rem;
}
.editor-photo {
	margin-top: 300px;
}
.editor-photo img {
	margin: 0 0 40px 20px;
}

@media (max-width:992px) {
	
	.editor h2 {
		margin-top: 4rem;
	font-size: 2rem;
	}
	.editor .sub {
	font-size: 1.5rem;
	}
	
.editor-card {
	margin-top: 20px;
	width: 650px;
	margin-bottom: 20px;
}
	.editor-card h3 {
	margin-left: -24%;
	padding: 5px 10px 5px 22%;
  font-size: 2.2rem;
}
.editor-card h3 span {
	font-size: 1.5rem;
}
.editor-card .subTitle {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.4rem;
	margin: 1rem 0;
	
}
.editor-card .content {
	font-size: 1.25rem;
	font-weight: 500;
	border-left: 3px solid var(--brown);
	padding-left: 1rem;
	margin-left: .4rem;

}
.editor-photo {
	margin-top: 100px;
}
.editor-photo img {
	margin: 0 0 40px 20px;
}
}

@media (max-width:768px) {
	.editor {
	background:url("../img/bg-editor.png");
	background-position:20% 5%;
	background-size: 90%;
	background-repeat: no-repeat;
}
	.editor h2 {
		margin-top: 4rem;
	font-size: 2.2rem;
	}
	.editor .sub {
	font-size: 1.5rem;
	}
	
.editor-card {
	margin-top: 20px;
	width: 650px;
	margin-bottom: 20px;
}
	.editor-card h3 {
	margin-left: -24%;
	padding: 5px 10px 5px 22%;
  font-size: 2.2rem;
}
.editor-card h3 span {
	font-size: 1.5rem;
}
.editor-card .subTitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	margin: 1rem 0;
	
}
.editor-card .content {
	font-size: 1.25rem;
	font-weight: 500;
	border-left: 3px solid var(--brown);
	padding-left: 1rem;
	margin-left: .4rem;

}
.editor-photo {
	margin-top: 100px;
}
.editor-photo img {
	margin: 0 0 40px 20px;
}
}

@media (max-width:576px) {
	
	.editor br {
		display: none;
	}
	.editor h2 {
		margin-top: 4rem;
	font-size: 1.8rem;
		letter-spacing: normal;
	}
	.editor .sub {
	font-size: 1.375rem;
	}
	
.editor-card {
	margin-top: 50px;
	width: 300px;
	margin-bottom: 20px;
}
	.editor-card h3 {
	margin-left: -24%;
	padding: 5px 10px 5px 22%;
  font-size: 2.2rem;
}
.editor-card h3 span {
	font-size: 1.375rem;
}
.editor-card .subTitle {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.6rem;
	margin: 1rem 0;
	
}
.editor-card .content {
	font-size: 1.125rem;
	font-weight: 500;
	border-left: 3px solid var(--brown);
	padding-left: 1rem;
	padding-right: 60px;
	margin-left: .4rem;
	z-index: 2;

}
.editor-photo {
	margin-top: -380px;
	z-index: 0;
	right: 0;
	width: 160px;
	position: absolute;
	
}
.editor-photo img {
	margin: 0;
}
}


@media (max-width:420px) {
	
	.editor br {
		display: none;
	}
	.editor h2 {
		margin-top: 4rem;
	font-size: 1.8rem;
		letter-spacing: normal;
	}
	.editor .sub {
	font-size: 1.375rem;
	}
	
.editor-card {
	margin-top: 50px;
	width: 300px;
	margin-bottom: 20px;
}
	.editor-card h3 {
	margin-left: -24%;
	padding: 5px 10px 5px 22%;
  font-size: 2.2rem;
}
.editor-card h3 span {
	font-size: 1.375rem;
}
.editor-card .subTitle {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.6rem;
	margin: 1rem 0;
	
}
.editor-card .content {
	font-size: 1.125rem;
	font-weight: 500;
	border-left: 3px solid var(--brown);
	padding-left: 1rem;
	padding-right: 60px;
	margin-left: .4rem;
	z-index: 2;

}
.editor-photo {
	margin-top: -380px;
	z-index: 0;
	right: 0;
	width: 120px;
	position: absolute;
	
}
.editor-photo img {
	margin: 0;
}
}

/*--          # editor note          --*/
.editorNote {
	background:url("../img/bg-editorNote.png"), #e8e4db;
	background-position: 80% 10px;
	background-size: 50%;
	background-repeat: no-repeat;
	font-family: source-han-serif-tw-subset, sans-serif;
}

.editorNote h2 {
	color: #353232;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-align: left;
}
.editorNoteCard-title {
	background-color: var(--black);
	width: 85%;
	margin-top: 30px;
	margin-left: 15%;
  padding: 5px 0 5px 20px;
}


.editorNoteCard-title h2 {
	color: var(--white);
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
	text-align: left;
}

.editorNoteCard {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.editorNoteCard h4 {
	color:var(--black);
	font-size: 2.25rem;
	font-weight: 700;
}
.editorNoteCard .note {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: 500;
	padding: .5rem .2rem 2rem;
}

@media (max-width:768px) {
	.editorNote {
	background:url("../img/bg-editorNote.png"), #e8e4db;
	background-position: 80% 10px;
	background-size: 90%;
	background-repeat: no-repeat;
}
	.editorNote h2 {
		margin-top: 4rem;
	font-size: 2.2rem;
	}
	.editorNoteCard-title {
	width: 92%;
	margin-top: 30px;
	margin-left: 8%;
  padding: 5px 0 5px 20px;
}
.editorNoteCard-title h2 {
	color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
	text-align: left;
}
	.editorNoteCard {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 40px;
}
	.editorNoteCard h4 {
	color:var(--brown);
	font-size: 1.75rem;
	font-weight: 700;
}
.editorNoteCard .note {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: 500;
	padding: .5rem .2rem 2rem;
}
}

@media (max-width:576px) {
	.editorNoteCard-title {
	width: 95%;
	margin-top: 30px;
	margin-left: 5%;
  padding: 5px 0 5px 20px;
}
	.editorNoteCard-title h2 {
  font-size: 1.5rem;
	}
	.editorNoteCard-title h2 font {
		display: block;
		font-size: 2rem;
	}
	.editorNoteCard h4 {
	font-size: 1.5rem;
}
.editorNoteCard .note {
	font-size: 1.125rem;
	color: var(--black);
	font-weight: 500;
	padding: .5rem .2rem 2rem;
}
}
/*--          # video          --*/
.video-card {
	background-color: var(--brown);
	padding: 40px 0;
}
.video-card .ratio {
	width: 80%;
	margin: 0 auto;
}

/*--          # recommend          --*/

.recommend .recommend-carousel,
.recommend .recommend-slider {
  overflow: hidden;
}

.recommend {
	background:url("../img/recommend-bg.jpg") top left repeat;
	padding-bottom: 20px;
}

.recommend .recommend-item {
  box-sizing: content-box;
	width: 80%;
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 150px;
	background-color: rgba(255,255,255, .6);
	position: relative;
}

.recommend .recommend-img {
  margin: 20px auto;
	width: 180px;
	position: relative;
}
.recommend .recommend-img img {
	border-radius: 50%;
}



.recommend-item .content {
	text-align: left;
	padding: 20px;
}
.recommend-item .content p {
	font-size: 1.25rem;
	width: 90%;
	letter-spacing: .1rem;
	
}
.recommend-item .content .recommender {
	font-size: 1.8rem;
	letter-spacing: .2rem;
	color: var(--brown);
	
}

.recommend .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recommend .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,.5);
  opacity: 1;
}

.recommend .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brown);
}

.recommend .swiper-button-next, .recommend .swiper-button-prev {
	color: rgba(255,255,255,.5);
	transition: all .3s;
}
.recommend .swiper-button-next:hover, .recommend .swiper-button-prev:hover {
	color: rgba(138,120,76,1);
}

@media (max-width:1200px){
	.recommend .recommend-img {
  margin: 20px 0 20px 20px;
	position: relative;
}
	
}
@media (max-width:992px){
	.recommend .recommend-item {
  box-sizing: content-box;
	width: 85%;
	border-radius: 30px;
		margin: 0 auto 20px;
	}
	.recommend .recommend-img {
  margin: 20px 10px;
	width: 150px;
	position: relative;
}
.recommend .recommend-img img {
	border-radius: 30px;
}
	.recommend-item .content p {
	font-size: 1.125rem;
	width: 100%;
	letter-spacing: .1rem;
	
}
	
}
@media (max-width:768px){
	.recommend .recommend-img {
  margin: 20px 0 10px 20px;
	position: relative;
}
	.recommend .recommend-img img {
	border-radius: 20px;
}
	.recommend-item .content {
	text-align: left;
	padding: 0 20px 20px 20px;
}
	.recommend-item .content .recommender {
	font-size: 1.5rem;
	letter-spacing: .2rem;
	
}
	
	
}

/*--          # 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-011.png"), var(--darkbrown);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

.introduce h2 {
	color: var(--white);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .1rem;
	text-align: right;
	font-family: source-han-serif-tw-subset, sans-serif;
	
}

.introduce .title-pic {
	
}
@media (max-width:992px) {
	.introduce {
	background:url("../img/bg-011.png"), var(--darkbrown);
	background-position: 0 10px;
		background-size: 80%;
	background-repeat: no-repeat;
}
}


@media (max-width:768px) {
	
	.introduce h2 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	font-size: 2.2rem;
	}
}

/*--          # album-zone*/
.album-zone {
	background-color: #8a784c;
	padding: 20px 0;
}
.album-card {
	background-color: var(--white);
	width: calc(50% - 1px);
	margin-left: 1px;
	margin-bottom: 1px;
	float: left;
	position: relative;
}
.album-card .number {
	font-family: source-han-serif-tw-subset, sans-serif;
  position:relative;
  text-align:center;
  width: 60px;
  height:45px;
  padding: 3px 0 0 0;
	margin: 15px 0 5px 15px;
  display:inline-block;
  z-index: 1;
  color:var(--black);
	font-size: .813rem;
}
.album-card .number font {
	font-size: 1.5rem;
}
.album-card .number::after {
content:"";
position:absolute;
width: 45px;
  height: 45px;
/*  background:linear-gradient(to right,0% #dd897b, 65% #f1dd87, 100% #fca864);*/
	background:linear-gradient(to top right,#dd897b, #f1dd87, #fca864);
  transform: rotate(45deg);
  left:calc(50% - 22px);
  top:0;
  z-index: -1;
}

.album-card h3 {
	font-size: 3rem;
	font-weight: 900;
	margin: 5px 10% 5px 0;
}

.album-card .links a {
	display: inline-block;
	color: var(--white);
	border-radius: 20px;
	margin: 10px 5px 10px 0;
/*	font-size: 1rem;*/
	padding: 0px 1rem;
	min-width: 120px;
	font-family: ‘Noto Sans TC’, sans-serif;
	
	text-align: left;
	background: url("../img/icon-circle.svg"),var(--red);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 16px;
	width: 120px;
	padding-left: 25px;
	font-size: 0.9375rem;
	transition: 0.3s all;
}
.album-card .links a:hover {
	background: url("../img/icon-circle.svg"),var(--gold);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 16px;
}

.album-card .content {
	width: 90%;
	padding: 0px 20px 5px;
	font-family: source-han-serif-tw-subset, sans-serif;
}
.album-card .content h4 {
	font-size: 1.375rem;
	font-weight: bold;
}
.album-card .content p {
	font-size: 1.25rem;
	font-weight: 500;
	
}
.album-card .content .people {
	margin-bottom: 1rem;
	font-weight: 700;
	color:var(--darkbrown);
	
}
.album-card .content h5 {
	font-size: 1.25rem;
	font-weight: bold;
}
.album-card .content .pen {
	margin-bottom: 1rem;
	font-size: .9375rem;
	
}
.album-card .editor {
	background: none;
	padding: 0 0 15px 20px;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	
}
.album-card .info {
	text-align: right;
	color: var(--red);
	padding: 0 20px 15px 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}
.album-card .info font {
	font-size: 1.375rem;
	display: block;
}

.album-zone .card-01 {
	background: url("../img/book1-icon.png") 98% 0% no-repeat;
	background-size: 130px;
	background-color: var(--white);
}
.album-zone .card-02 {
	background: url("../img/book2-icon.png") 98% 1% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-03 {
	background: url("../img/book3-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-04 {
	background: url("../img/book4-icon.png") 98% 1% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-05 {
	background: url("../img/book5-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-06 {
	background: url("../img/book6-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-07 {
	background: url("../img/book7-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-08 {
	background: url("../img/book8-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-09 {
	background: url("../img/book9-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-10 {
	background: url("../img/book10-icon.png") 98% 2% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}
.album-zone .card-11 {
	background: url("../img/book11-icon.png") 98% 0% no-repeat;
	background-size: 130px;
	background-color: var(--white);
}
.album-zone .card-12 {
	background: url("../img/book12-icon.png") 98% 0% no-repeat;
	background-size: 120px;
	background-color: var(--white);
}


@media (max-width:768px) {
	.album-card {
	background-color: var(--white);
	width: 100%;
	margin-left: 1px;
	margin-bottom: 1px;
	float: left;
	position: relative;
}
}
@media (max-width:576px) {
	.album-card .content {
	width: 100%;
	padding: 0px 20px 5px;
	font-family: source-han-serif-tw-subset, sans-serif;
}
	.album-card h3 {
	font-size: 2.6rem;
	font-weight: 900;
	margin: 5px 30% 5px 0;
}
	.album-card .editor {
	background: none;
	padding: 10px 0 0px 20px;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	
}
	.album-card .info {
	text-align: right;
	color: var(--red);
	padding: 0 20px 15px 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-top: 0rem;
}
	
	
}
/*--          # preview          --*/
.preview {
  background: url("../img/preview-bg.jpg") center center fixed;
  padding: 40px;
  position: relative;
}
.preview-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.preview-slider .swiper-slide {
  width: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-slider .swiper-slide img {
  opacity: 0.8;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 5px 18px rgba(0,0,0,.1);
}
.preview .swiper-slide:hover img {
  opacity: 1;
}
.preview .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.preview .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--gold);
}
.preview .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brown);
}

.preview .text-note {
	text-align: left;
	background: url("../img/icon-circle.svg"),var(--gold);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 16px;
	color: var(--white);
	width: 120px;
	padding-left: 25px;
	font-size: 0.9375rem;
	border-radius: 20px;
	margin-bottom: 10px;
	
	
}

.preview .modal-title {
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .2rem;
	font-weight: 700;
}

/*--          # preOrder          --*/
.preOrder {
  background: linear-gradient(to bottom, #FFFFFF, #eaeaea);
	padding: 40px 0 0 0;
}

.preOrder .preOrder-title h3 {
	text-align: center;
	background-color: var(--brown);
	color: var(--white);
  font-weight: 700;
  font-family: source-han-serif-tw-subset, sans-serif;
  letter-spacing: .1rem;
	padding: 5px 0;

}
.preOrder .preOrder-title h3 font {
	font-size: 3rem;
}

.preOrder .preOrder-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 3rem;
  letter-spacing: .1rem;
	color: #ff3a3a;
  font-weight: 700;
  padding: .5rem 0;
  margin: 0;
  text-transform: uppercase;
	text-align: center;
}

.preOrder .box {
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  letter-spacing: .1rem;
}
.preOrder .box img {
	text-align: center;
	display: block;
	margin: 5px auto;
}
.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: 0 .5rem 1rem .5rem;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 3.75rem;
  color: #04091c;
  margin: 0;
  display: inline-block;
  position: relative;
	border-bottom: 5px solid var(--brown);
}
.preOrder .box h3 span {
	font-size: 2rem;
}

.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: #d72819;
	font-family: source-han-serif-tw-subset, sans-serif;
	padding:0 5px; 
	line-height: 2rem;
}

.preOrder .price-tag .price-org {
	background-color: #e1e1e1;
	font-size: 1rem;
	text-align: right;
	padding: 0px 15px;
	border-radius: 20px;
	display: inline;
	margin-top: -10px;
}

.preOrder a.btn-buy {
  width: 90%;
	display: block;
  font-size: 1.375rem;
	letter-spacing: .2rem;
	font-weight: 900;
  border-radius: 20px;
  padding: 5px;
  background-color: var(--darkbrown);
  color: var(--white);
  transition: 0.3s;
	margin-top: 1rem;
}
.preOrder a.btn-buy:hover {
	background-color: var(--red);
}
/*
.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%;
} 
*/

.gift-card {
	background-color: var(--darkbrown);
	text-align: center;
	position: relative;
	margin-top: 90px;
}
.gift-card .title {
	color: var(--yellow);
	font-size: 1.5rem;
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .1rem;
	padding: 1rem 0;
	width: 70%;
	text-align: right;
}
.gift-card .title span {
	color: var(--white);
}
.gift-card .title font {
	color: var(--gold);
	display: block;
	font-size: 0.9375rem;
}
.gift-card .gift-pic {
	position: absolute;
	left: 72%;
	bottom: 20px;
}
.gift-card .gift-pic img {
	width: 250px;
	border-radius: 10px;
	border:1px solid var(--red);
	box-shadow:  10px 10px 0px var(--brown);
}

.preOrder-note {
	background-color: var(--brown);
	padding: 20px 15%;
}
.preOrder-note h4 {
	font-size: 1.25rem;
	text-align: center;
	color: var(--goose);
}
.preOrder-note h4:hover {
	color: var(--red);
}
.preOrder-note ul {
	border-left: rgba(255,255,255,.5) solid 1px;
	padding: 0 0 0 .8rem;
	margin: 1rem 0;
}
.preOrder-note ul li {
	
	color: var(--white);
	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) {

	.gift-card .title {
	font-size: 1.5rem;
	letter-spacing: .1rem;
	padding: 1rem 0 1rem 1rem;
	width: 70%;
		text-align: right;
}
.gift-card .gift-pic {
	position: absolute;
	left: 72%;
	bottom: 20px;
}
}

@media (max-width:1200px) {
	
	.gift-card .title {
	font-size: 1.5rem;
	letter-spacing: .1rem;
	padding: 1rem 0 1rem 1rem;
	width: 70%;
		text-align: right;
}
.gift-card .gift-pic {
	position: absolute;
	left: 72%;
	bottom: 20px;
}
}
@media (max-width:992px) {
  .preOrder .preOrder-title h3 font {
	font-size: 2.5rem;
}
	.preOrder .preOrder-title h2 {
		font-size: 2rem;
	}
 .gift-card {
	margin-top: 90px;
}

	.gift-card .title {
	font-size: 1.5rem;
	letter-spacing: .1rem;
	padding: 1rem 0 1rem 1rem;
	width: 60%;
		text-align: right;
}
.gift-card .gift-pic {
	position: absolute;
	left: 62%;
	bottom: 20px;
}
.gift-card .gift-pic img {
	width: 95%;
	box-shadow:  10px 10px 0 var(--brown);
}
	.preOrder-note {
	background-color: var(--brown);
	padding: 20px 5%;
}

}
@media (max-width:768px) {
	.preOrder .preOrder-title h3 {
		font-size: 1.375rem;
	}
	.preOrder .preOrder-title h3 font {
	font-size: 1.8rem;
	}
	.preOrder .preOrder-title h2 {
		font-size: 1.8rem;
	}
	.preOrder .preOrder-title h2 font {
		display: block;
	}
	
	.preOrder .box h3 {
  font-weight: 700;
  padding: 0 .5rem 1rem .5rem;
  font-size: 3rem;
}
.preOrder .box h3 span {
	font-size: 1.75rem;
}

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

.preOrder .price-tag .data {
  font-size: 2.2rem;
}

.preOrder .price-tag .price {
  font-size: 2.8rem;
	padding:0 5px; 
	line-height: 2rem;
}

.preOrder .price-tag .price-org {
	background-color: #e1e1e1;
	font-size: 1rem;
	text-align: right;
	padding: 0px 15px;
	border-radius: 20px;
	display: inline;
	margin-top: -10px;
}
	
	.gift-card {
	margin-top: 60px;
}
  .gift-card .title {
	font-size: 1.375rem;
	letter-spacing: .1rem;
	padding: 1rem 0 1rem 1rem;
	width: 60%;
		text-align: right;
}
.gift-card .gift-pic {
	position: absolute;
	left: 62%;
	bottom: 20px;
}
}

@media (max-width:576px) {
	.preOrder .preOrder-title h3 {
		font-size: 1.375rem;
	}
	.preOrder .preOrder-title h3 font {
	font-size: 2rem;
		display: block;
	}
	.preOrder .preOrder-title h2 {
		font-size: 1.6rem;
	}
	.preOrder .preOrder-title h2 font {
		display: block;
	}
	
	.preOrder .box h3 {
  font-weight: 700;
  padding: 0 .5rem .5rem .5rem;
  font-size: 2.5rem;
}
.preOrder .box h3 span {
	font-size: 1.75rem;
	display: block;
}
	
	.preOrder .price-tag {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
	margin-top: .5rem;
  display: inline-block;
}

.preOrder .price-tag .data {
  font-size: 1.5rem;
}

.preOrder .price-tag .price {
  font-size: 1.8rem;
	padding:0 5px; 
	line-height: 2rem;
}

.preOrder .price-tag .price-org {
	background-color: #e1e1e1;
	font-size: 1rem;
	text-align: right;
	padding: 0px 15px;
	border-radius: 20px;
	display: inline;
	margin-top: -10px;
}
	
	.gift-card {
	margin-top: 80px;
}
  .gift-card .title {
	font-size: 1.125rem;
	letter-spacing: .1rem;
	padding: .5rem 0 .5rem 1rem;
	width: 50%;
		text-align: right;
}
.gift-card .gift-pic {
	position: absolute;
	left: 52%;
	bottom: 25px;
}
	.preOrder-note h4 {
	font-size: 1rem;
		text-align: center;
}
}

/*--          # activity          --*/
.activity {
  padding: 20px 0 40px;
}

.activity .section-title {
	margin-top: 30px;
  padding: 5px 20px 5px 15%;
	background-color: var(--darkbrown);
	display: inline-block;
}

.activity .section-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
	color: var(--white);
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
	text-align: left;
}
.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;
}
.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: .5rem;
  letter-spacing: 0.3rem;
  text-align: left;
  margin-bottom: 1rem;
}
.activity .content h4 {
  color: #333333;
  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;
}
.activity .content ul li img {
	height: 1rem;
}
.activity a.btn-act {
  display: block;
  background-color: var(--brown);
  color: var(--white);
  width: 100%;
  margin-top: 1rem;
  padding: .2rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  transition: .3s;
	border-radius: 20px;
}
.activity a.btn-act:hover {
	background-color: var(--red);
  color: #FFF;
}
@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-aBg.jpg") center center no-repeat;
	background-size: cover;
  padding: 60px 0;
}
.cta-a h2 {
	text-align: center;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
	letter-spacing: .2rem;
	text-shadow: 0 4px 18px rgba(0,0,0,.1);
}
.cta-a h2 strong {
	color:#fcee21;
	font-size: 3.2rem;
}
.cta-a h3 {
	text-align: center;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
	letter-spacing: .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 h2 {
  font-size: 2rem;
	letter-spacing: .1rem;
}
.cta-a h2 strong {
	font-size: 2.6rem;
}
	.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/cta-b01.png") -10% center no-repeat,url("../img/cta-b02.png") 110% center no-repeat, var(--darkbrown);
	background-size: 30%;
  padding: 60px 0;
}

.cta-b h3 {
	text-align: center;
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 700;
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .2rem;
	position: relative;
	line-height: 3.6rem;
}
.cta-b h3::before {
	position: absolute;
	content: "";
	width: 400px;
	height: 1px;
	background: #FFF;
	top:3.6rem;
	left: calc(50% - 200px);
	opacity: 0.5;
}



@media (max-width: 992px) {
 .cta-b {
  background:url("../img/cta-b01.png") -10% center no-repeat,url("../img/cta-b02.png") 110% center no-repeat, var(--darkbrown);
	background-size: 40%;
  padding: 60px 0;
}
	
}

@media (max-width: 768px) {
 .cta-b {
  background:url("../img/cta-b01.png") -15% center no-repeat,url("../img/cta-b02.png") 115% center no-repeat, var(--darkbrown);
	background-size: 40%;
  padding: 60px 0;
}
}
@media (max-width: 576px) {
 .cta-b {
  background:url("../img/cta-b01.png") -75% center no-repeat,url("../img/cta-b02.png") 175% center no-repeat, var(--darkbrown);
	background-size: 70%;
  padding: 50px 0;
}
}

/*--          # Footer          --*/
#footer {
  padding: 40px;
  background: var(--brown);
	color: #FFFFFF;
}
#footer .footer-logo {
  padding: 10px 0 5px 0;
}
#footer .footer-logo img {
  margin-bottom: 10px;
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  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: #FFF;
  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: #FFF;
}
#footer .copyright {
  font-size: 0.9375rem;
  line-height: 1.6rem;
}
#footer .copyright a {
  color: #FFF;
  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;
  }
}