@charset "utf-8";
/* CSS Document */


.scroll_down{
	position: absolute;
	width: 66px;
	height: 100px;
	margin-left: -33px;
	left: 50%;
	bottom: 50px;
}

section {
	display: block;
	padding: 50px 0 60px 0;
	margin-top:1px;
	background: #fff;
}


/*#header {
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: -50px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 9999;
}
#header a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 13px;
	text-decoration: none;
	font-size: 17px;
}*/
/*#header a:hover {
	background-color: #ddd;
	color: black;
}*/


.parallax-container {
	position: relative;
	height: 500px;
	width: 100%;
	
	margin: auto;
    text-align: center;
}
.parallax-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.container{
	width:75%;
	/*width:1280px;*/
	overflow: hidden;
	margin: 0 auto;
}
.container ul{
	clear: both;
	position: relative;
	-webkit-padding-start: 0px;
}

/*SLIDER PANEL SETTING*/
#slider_container {
	width: 100%;
	height: 100%;
}
#demo-1 {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	height: 100%;
	background-color: #fff;
	
	margin: auto;
	text-align: center;
}

#demo-1::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.demo-inner-content {
	width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.demo-inner-content img{
	width: 100%;
	height: auto;
}
.demo-inner-content h1 {
	font-size: 6rem;
	font-weight: 1000;
	margin: 0 auto;
	width: 100%;
}
.demo-inner-content h1 img {
	width: 100%;
	height: auto;
}
.demo-inner-content h2 {
	display: block;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	padding-top: 5px;
	border-top: 3px dotted #c79e2c;
}
.demo-inner-content h1 {
}
.demo-inner-content p {
	position: absolute;
	right: 15%;
	top: 10%;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 1.25rem;
	font-weight: 100;
	display: block;
	text-decoration: underline;
	letter-spacing: 1px;
	line-height: 2.5;
	-webkit-writing-mode: vertical-rl; /* for browsers of webkit engine */
	writing-mode: tb-rl; /* for ie old*/
	-ms-writing-mode: vertical-rl;
	z-index: 9999;
}

@media screen and (max-width:1366px) {

.container{
	width: 85%;
}

}

@media screen and (max-width:1024px) {

.header{
	height: 50px;
	line-height: 50px;
}

#slider_container{
	height: 504px;
}

.demo-inner-content{
	width: 30%;
}

}

@media screen and (max-width:768px) {

#slider_container {
	width: 100%;
	height: 378px;
}
.scroll_down{
	display:none;
}

.demo-inner-content{
	width: 40%;
}

.demo-inner-content h1 {
	font-size: 4rem;
    line-height: 1;
}

.container{
	width:90%;
}

}
@media screen and (max-width:736px) {

#slider_container {
	height: 100%;
}

}

@media screen and (max-width:500px) {

#slider_container {
	height: 246px;
}

.demo-inner-content{
	width: 50%;
}

}

@media screen and (max-width:414px) {

#slider_container {
	height: 204px;
}

}

@media screen and (max-width:375px) {

#slider_container {
	height: 185px;
}

}

@media screen and (max-width:320px) {

#slider_container {
	height: 158px;
}

}
