a,
body,
div,
h1,
html,
li,
span,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ul {
	list-style: none
}

a {
	display: block;
	text-decoration: none;
}

.outline_hidden {
	text-align: -99999px;
	font-size: 0
}

body {
	background-color: #000;
	font-family: "微軟正黑體", Nanum Barun Gothic, sans-serif;
	color: #7a5835;
	overflow-x: hidden;
}

body,
html {
	width: 100%;
	height: 100%;
}

p{
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
	margin-top: 0.5rem;
}

h1{
	font-size: 1.3rem;
	font-weight: bolder;
	margin-top: 0.5rem;
}


#main{
	width: 100vw;
	height: 100vh;
	position: relative;
}

.content{
	position: relative;
	z-index: 98;
}

.wrap {
	position: relative;
	overflow: hidden;
	/* min-width: 1580px; */
}

.header {
	position: relative;
	background: transparent;
	z-index: 1;
	background: transparent url(../img/main-bg.jpg) no-repeat center ;
	/* height: 949px; */
	height: 100vh;
	width: 100vw;
    background-size: cover;
}


/*falling-leaves*/
.falling-leaves {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
  }
  
  .leaf-scene {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
  }
  .leaf-scene div {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(../img/Layer.png) no-repeat;
	background-size: 100%;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-backface-visibility: visible;
			backface-visibility: visible;
  }

  /*falling-leaves*/

#main .logo {
	position: absolute;
    left: 4rem;
    top: 1rem;
	z-index: 999;
}

#main .logo:hover {
	filter: brightness(1.2);
}



.titBox {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50%;
    z-index: 999;
    left: 50%;
	top: 104px;
    transform: translateX(-50%);
}

.titBox .title {
    margin-top: 11px;
}

.titBox .subtit {
    margin-top: 7px;
}

.btnBox {
    position: absolute;
    text-align: center;
    width: 50%;
    height: 39%;
    z-index: 999;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}

.btn-up{
	display: flex;
	justify-content: center;
}

.btnBox ul li a{
	background: url(../img/main-btn-up.png) no-repeat;
	width: 220px;
	height: 63px;
	cursor: pointer;
}

.btnBox ul li a:hover{
	background: url(../img/main-btn-up-hover.png) no-repeat;
}

.btnBox ul li:nth-child(2) a {
	background-position-x:-220px ;
}

.btnBox ul li:last-child a {
	background-position-x:-440px ;
}



.btn-down a{
    background: url(../img/main-btn-down.png) no-repeat;
    width: 394px;
    height: 123px;
    margin: auto;
    background-position-y: center;
}

.btn-down a:hover{
	background: url(../img/main-btn-down-hover.png) no-repeat;
	background-position-y: center;
}


.main .navbar {
	position: absolute;
	bottom: -3%;
	z-index: 1001;
	left: 50%;
    transform: translateX(-50%);
}
.main .nav {
	width: 1920px;
    display: flex;
}

.main .navbar.fixed {
	position: fixed;
	top: -3%;
	transform: translateX(-50%);
	height: 156px;
}
.main .nav li {
	background:url(../img/bar-off.png) no-repeat;
	float: left;
	display: block;
	cursor: pointer;
	height: 156px;
}

.main .nav li:hover,
.main .nav li.on{
	background:url(../img/bar-on.png) no-repeat;
	display: block;
}


.main .nav .nav1,.main .nav .nav1:hover,
.main .nav .nav1.on{
	width: 467px;
	background-position-x:-11px;
	background-size: cover;
}

.main .nav .nav2,.main .nav .nav2:hover,
.main .nav .nav2.on{
	width: 318px;
    background-position-x: -478px;
	background-size: cover;
}

.main .nav .nav3,.main .nav .nav3:hover,
.main .nav .nav3.on{
    width: 318px;
    background-position-x: -796px;
	background-size: cover;
}

.main .nav .nav4,.main .nav .nav4:hover,
.main .nav .nav4.on{
	width: 329px;
    background-position-x: -1115px;
	background-size: cover;
}

.main .nav .nav5,.main .nav .nav5:hover,
.main .nav .nav5.on{
    width: 471px;
    background-position-x: -1443px;
	background-size: cover;
}


.main .cont {
	width: 100%;
}

.main .cont .title{
	position: relative;
	top: -78px;
}

.main .cont .title img{
	width: 100%;
}

.main .cont .txt1-1 {
    position: absolute;
    top: 270px;
    width: 100%;
}

.main .cont .coupon1 {
    position: absolute;
    top: 554px;
    left: 50%;
    transform: translateX(-50%);
}

.main .cont .coupon1 .txt {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
}


.main .cont .coupon1 img {
    position: relative;
	z-index: 0;
	top: 0;
	left: 0;
}

.main .cont .btn1 {
	position: absolute;
	cursor: pointer;
	width: 100%;
	top: 857px;
}

.main .cont .btn1 a {
	background: url(../img/01-btn.png) center center no-repeat;
	width: 343px;
	height: 108px;
	margin: auto;
}

.main .cont .btn1 a:hover {
	background: url(../img/01-btn-hover.png)center center no-repeat;
}

.main .cont .txt1-2 {
    position: absolute;
    bottom: 310px;
    width: 100%;
}

.main .cont .txt1-2 .img2 {
   display: none;
}


.main .cont .txt1-2 .icon1 {
    position: absolute;
	top: 1147px;
    left: 453px;
    width: 60px;
    height: 80px;
	cursor: pointer;
	/* background-color: black; */
}

.main .cont .txt1-2 .icon1:hover {
	background: url(../img/01-icon1.gif) no-repeat;
 	width: 200px;
	height: 102px;
	background-size: contain;
	transform: translate(-130px,-13px);
}

.main .cont .txt1-2 .icon2 {
    position: absolute;
    top: 1240px;
    left: 456px;
    width: 80px;
    height: 86px;
    cursor: pointer;
	/* background-color: black; */
}

.main .cont .txt1-2 .icon2:hover {
	background: url(../img/01-icon2.jpg) no-repeat;
 	width: 180px;
	height: 102px;
	background-size: contain;
	transform: translate(-95px,-6px);
}

.main .cont .txt1-2 .icon3 {
    position: absolute;
    top: 1340px;
    left: 436px;
    width: 80px;
    height: 100px;
    cursor: pointer;
	/* background-color: black; */
}

.main .cont .txt1-2 .icon3:hover {
	background: url(../img/01-icon3.jpg) no-repeat;
    width: 268px;
    height: 50px;
    background-size: contain;
    transform: translate(-170px,22px);
}

.main .cont .txt2-1 {
    position: absolute;
    top: 282px;
    width: 100%;
}

.main .cont .txt3-1 {
    position: absolute;
    top: 282px;
    width: 100%;
}

.main .cont .txt3-2 {
    position: absolute;
    bottom: 300px;
    width: 100%;
}

.main .cont .coupon3 {
    position: absolute;
    top: 575px;
    left: 50%;
    transform: translateX(-50%);
}

.main .cont .coupon3 .txt {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    text-align: center;
    width: 100%;
}

.main .cont .coupon3 .txt button{
	margin-top: 10px;
 	cursor: pointer;
}


.main .cont .coupon3 img {
    position: relative;
	z-index: 0;
	top: 0;
	left: 0;
}

.main .cont .role5-1 {
    position: absolute;
    top: 801px;
    right: 265px;
    z-index: 1;
}

.main .cont .role5-2 {
    position: absolute;
    bottom: 710px;
    right: 0;
    z-index: 1;
}

.main .cont .txt4 {
    position: absolute;
    top: 282px;
    width: 100%;
}

.main .cont .txt4 .icon1 {
    position: absolute;
	top: 759px;
    left: 453px;
    width: 60px;
    height: 80px;
	cursor: pointer;
	/* background-color: black; */
}

.main .cont .txt4 .icon1:hover {
	background: url(../img/04-icon.jpg) no-repeat;
    width: 218px;
    height: 134px;
    background-size: contain;
    transform: translate(-82px,-33px);
}

.main .cont .txt4 .img2 {
	display: none;
}


.main .cont .txt5 {
    position: absolute;
    top: 282px;
    width: 100%;
}

.main .cont .btn5 {
    position: absolute;
    cursor: pointer;
    width: 100%;
    bottom: 571px;
}

.main .cont .btn5 button {
	background: url(../img/05-btn.png) center center no-repeat;
	width: 343px;
	height: 108px;
	margin: auto;
}


.main .cont .btn5 .btn-txt {
	margin-top: 10px;
    cursor:auto;
}

.main .cont .btn5 button:hover {
	background: url(../img/05-btn-hover.png)center center no-repeat;
}


.main .cont .notic5 {
    position: absolute;
    bottom: 321px;
    width: 100%;
}



.main .cont{
	text-align: center;
}
.main .cont_01 {
	height: 3150px;
	background: transparent url(../img/01-bg.jpg) no-repeat center 0;
}

.main .cont_02 {
	height: 2560px;
	background: transparent url(../img/02-bg.jpg) no-repeat center 0;
}

.main .cont_03 {
	height: 2090px;
	background: transparent url(../img/03-bg.jpg) no-repeat center 0;
}

.main .cont_04 {
	height: 1830px;
	background: transparent url(../img/04-bg.jpg) no-repeat center 0;
}

.main .cont_05 {
	height: 3450px;
	background: transparent url(../img/05-bg.jpg) no-repeat center 0;
}



.copyright {
	text-align: center;
	padding: 30px 0;
	background: #362e2b;
	text-align: center;
	position: relative;
	z-index: 99;
}



.animated {
	-webkit-animation-duration: .85s;
	animation-duration: .85s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.pop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1070;
    width: 100%;
    height: 100%;
    display: none;
}

.pop .popArea {
    z-index: 1070;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
}

.pop .popArea::-webkit-scrollbar 
{display:none}

.pop .popArea img {
    height:auto;
}

.popStart {
    cursor: pointer;
    z-index: 1;
    outline: none;
    border: none;
    opacity: .9;
    transition: .3s;
}



.pop .btnclose {
    position: absolute;
	right: 5%;
    top: 27px;
    display: block;
    z-index: 1070;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.pop .btnclose button {
    display: block;
    text-indent: -99999em;
    width: 70px;
    height: 70px;
    background: transparent url(../img/close.png) no-repeat 0 100%;
    cursor: pointer;
    padding: 0;
    border: none;
	outline: none;
}

.pop .btnclose button:hover {
    background: transparent url(../img/close-hover.png) no-repeat 0 100%;
}


@media (min-width: 1921px) {
	.header {
		height: 1082px;
		width: 100%;
		background-size: cover;
	}

	.main .cont {
		width: 100%;
		background-size: cover !important;
	}

	.main .cont .title {
		position: relative;
		top: -172px;
	}

	.main .nav {
		width: 100vw;
		display: flex;
	}

	.main .nav li {
		height: 230px;
		background-size: cover;
	}
	.main .nav .nav1, .main .nav .nav1:hover, .main .nav .nav1.on {
		width: 25%;
		background-position-x: -15px;
		background-size: cover;
	}

	.main .nav .nav2, .main .nav .nav2:hover, .main .nav .nav2.on {
		width: 16.666%;
		background-position-x: -655px;
		background-size: cover;
	}

	.main .nav .nav3, .main .nav .nav3:hover, .main .nav .nav3.on {
		width: 16.666%;
		background-position-x: -1080px;
		background-size: cover;
	}
	.main .nav .nav4, .main .nav .nav4:hover, .main .nav .nav4.on {
		width: 16.666%;
		background-position-x: -1507px;
		background-size: cover;
	}

	.main .nav .nav5, .main .nav .nav5:hover, .main .nav .nav5.on {
		width: 25%;
		background-position-x: -1933px;
		background-size: cover;
	}

}

@media (max-width: 1200px) {

	body, html {
		min-width: 1100px;
	}
	
	.main .navbar.fixed {
    top: -27px;
}
	#main {
		width: auto;
		height: auto;
		position: relative;
	}

	#main .logo a img {
		width: 200px;
	}

    .pop .btnclose {
        right: 2%;
        /* top: -80px; */
    }

    .pop .popArea img {
        width: 100%;
    }

	.btnBox ul li:nth-child(1) a {
		display: none;
	}
	.main .cont .role5-1 {
		position: absolute;
		top: 801px;
		right: 69px;
		z-index: 1;
	}
	.main .cont .role5-2 {
		position: absolute;
		bottom: 710px;
		right: -77px;
		z-index: 1;
	}
	.main .cont_04 {
    height: 2130px;
    background: transparent url(../img/04-bg.jpg) no-repeat center 0;
    background-size: cover;
}
}

@media (max-width: 480px){
	.falling-leaves {
		display: none;
	}
	.wrap {
		min-width: 1100px;
	}
	.header {
		height:820px;
		width: 100%;
	}
	.main .cont .role5-1 {
		display: none;
		}
	
	.main .cont .role5-2 {
	display: none;
	}
	.main .cont .txt1-2 .img1 {
		display: none;
	}
	.main .cont .txt1-2 .img2 {
		display: block;
	}
	.main .cont .txt4 .img1 {
		display: none;
	}

	.main .cont .txt4 .img2 {
		display: block;
	}

	.main .nav{
		width: 1100px;
	}

	.main .nav li {
		height: 104px;
	}

	.main .navbar.fixed {
		top: -15px;
		height: 104px;
	}

	.main .cont .title {
		position: relative;
		top: 22px;
	}

	.titBox img {
		width: 34%;
	}

	.main .nav .nav1, .main .nav .nav1:hover, .main .nav .nav1.on {
		width: 435px;
		background-position-x: -99px;
		background-size: cover;
	}

	.main .nav .nav2, .main .nav .nav2:hover, .main .nav .nav2.on {
		width: 393px;
		background-position-x: -326px;
		background-size: cover;
	}

	.main .nav .nav3, .main .nav .nav3:hover, .main .nav .nav3.on {
		width: 399px;
		background-position-x: -531px;
		background-size: cover;
	}

	.main .nav .nav4, .main .nav .nav4:hover, .main .nav .nav4.on {
		width: 427px;
		background-position-x: -738px;
		background-size: cover;
	}

	.main .nav .nav5, .main .nav .nav5:hover, .main .nav .nav5.on {
		width: 457px;
		background-position-x: -962px;
		background-size: cover;
	}
	

}

