@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{ background:url("../images/deco.jpg")top 600px center repeat-y,url("../images/bg_color1.jpg") top center repeat;}

header{ background:url("../images/header_bg.jpg") top center no-repeat;}
@media screen and ( max-width: 991px ){
	header{ min-width:100%; background:url("../images/bg_color1.jpg") bottom center no-repeat; background-size:100%;}}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse; z-index: -2;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }


/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

	/* 元件調整 */
	.collect_5x6 .s-row h4 {width: 46vw !important;}

}

/* =================================================== 統一設定 =================================================== */
/* ------------------ 架構標 ------------------ */
@font-face { font-family: GenJyuuGothic-Heavy; src: url("https://events.eslite.com/font/GenJyuuGothic-Heavy.ttf");}
	.titleC.btt{background: url("../images/btt.png")top center no-repeat; padding: 105px 0 50px; margin: 0 auto -20px;}
	.titleC h2 { font-family: GenJyuuGothic-Heavy; font-size: 4rem; color: #2f253f;}
	.titleC.stt h3 { 
		font-family: GenJyuuGothic-Heavy;
		font-weight: 400;
		font-style: normal;
		font-size: 3rem;
		text-align: center;
		color:#2f253f;
		background: #ffffff;
		width: fit-content;
		padding: 12px 50px;
		border-radius: 50px;
		border: 3px solid #303030;
		box-shadow: 5px 5px 0px #000;
		margin: 10px 0 20px 0;
	}

	.titleC.stt::before{background-image: url("../images/stt.png");  background-size: 100%; display: inline-block; width: 205px;  height: 12px; margin: 40px 20px 0 0; content:""; }
	.titleC.stt::after{background-image: url("../images/stt.png");  background-size: 100%; display: inline-block; width: 205px;  height: 12px; margin: 40px 0 0 20px; content:""; }


@media screen and (max-width: 991px) {
	.titleC.btt {width:100%; background-size: 98vw; padding:10vw 0 7vw;}
	.titleC h2 {font-size: 2.6rem;}
	.titleC.stt{width:100%; padding:0 0 0 0;}
	.titleC.stt h3{width: fit-content; font-size: 2rem;}
	.titleC.stt::before,.titleC.stt::after{display: none; }

	}


/* ------------------ color ------------------ */
.hightlight .font h4 {background: url("../images/bg_color7.jpg");}
.half ul  {background: url("../images/bg_color6.jpg"); border-radius: 1em;}
.hightlightAd .font h4,.collect_5x6 .special,.collect_5x6 .s-row h4 {background: url("../images/bg_color5.jpg");}
.round_5p img{border: 2px solid #ebbb20;}


/* =================================================== 版頭設定 =================================================== */
/* ------------------ 主視覺動畫 ------------------ */
.kv_sale1{
    position: absolute;
	top: 523px;
    left: 123px;
    animation: bounceIn 3s ease-in;
    animation-delay: .5s;
	animation-fill-mode: forwards; /* 動畫完成時，動畫會留在最後一帧 */
}

.kv_sale2 {
    position: absolute;
	top: 523px;
    left: 430px;
    animation: bounceIn 3s ease-in;
    animation-delay: 1s;
	animation-fill-mode: forwards; /* 動畫完成時，動畫會留在最後一帧 */
}

.kv_sale3 {
    position: absolute;
	top: 523px;
    left:773px;
    animation: bounceIn 3s ease-in;
    animation-delay: 1.5s;
	animation-fill-mode: forwards; /* 動畫完成時，動畫會留在最後一帧 */
}


.kv_p1 {position: absolute; top: 247px; left: -190px; animation:ani01 1.5s 0s infinite ease-in-out;}
.kv_p2 {position: absolute; top: 396px; left: -73px; animation:ani01 1.5s 0.3s infinite ease-in-out;}
.kv_p3 {position: absolute; top: 83px; left: 1099px; animation:ani01 1.5s 0.5s infinite ease-in-out;}
.kv_p4 {position: absolute; top: 84px; left: 1244px; animation:ani01 1.5s 0.7s infinite ease-in-out;}

@keyframes ani01{0%{ transform:translateY(0px);} 10%{transform:translateY(0px);} 30%{transform:translateY(-6px);}  50%{transform:translateY(0px);} 100%{transform:translateY(0px);}}

/* 落花設定 */
canvas { 
	display: block;
	position: fixed;
	top: -100px;
	left: 100px;
	pointer-events: none;
	z-index: -1;
}
#leaf { display: none;}
/* ------------------ promotion-版頭行銷資訊 ------------------ */
.block_00 ul {
    width: 1200px;
	padding: 0 0 0 0;
    margin: -1px auto 0;
    display: flex;
    justify-content: space-evenly;
}

.a1 {animation: bounceInUp; animation-delay: 0s;}
.a2 {animation: bounceInUp; animation-delay:.5s;}
.a3 {animation: bounceInUp; animation-delay: 1s;}
.a4 {animation: bounceInUp; animation-delay: 1.5s;}

.block_00 li:hover{transform: perspective(200px) rotate3d(1,0,0,-3deg);}



@media screen and ( max-width: 991px ){
	.block_00 ul { width:100%;display: flex; flex-wrap: wrap;padding: 0 0 0 0; margin: -1vw auto 2vw; justify-content: center;}
	.block_00 ul li { margin:1vw;}
	.block_00 .kv_m a {margin: 0 10px; padding: 5px 0;}	
    .block_00 img {display: block; width:46vw;}
	}





/* =================================================== 版身設定 =================================================== */
/*--  4AD  --*/
.film-rectangle-for4 .rectangle ul li{width: 275px;height: 275px;}
.film-rectangle-for4 .rectangle ul li img{width: 255px;height: 255px;}
.film-rectangle-for4 .rectangle ul li h4{width: 255px;height: 255px;top: 0px;display: flex;justify-content: center;align-items: center;}

@media screen and ( max-width: 991px ){

.film-rectangle-for4 .rectangle ul li{width: 46vw;height: 46vw;}
.film-rectangle-for4 .rectangle ul li img{width: 44vw;height:44vw;}
.film-rectangle-for4 .rectangle ul li h4{width: 44vw;height:44vw;top: 0px;display: flex;justify-content: center;align-items: center;}
}


/*三顆小ad*/
.brand {margin: 10px auto 20px;}
.brand li {width: 350px;height: auto;}
.brand img {width: 350px;height: auto; border-radius: 15px;}
@media screen and ( max-width: 991px ){
	.brand li {width: 100%;height: 100%;}
	.brand img {width: 100%;height: 100%;}	
}

/*------------------ 頁籤公版 ------------------*/
#tab-five {
	background: url("../images/bg-w.jpg");
	padding-bottom: 10px;
  }
  #tab-five {
	width: 1160px;
	height: 100%;
	margin: 120px auto 20px;
  }
  #tab-five > ul {
	display: block;
	margin: 0;
	list-style: none;
  }
  .tab-title {
	list-style: none;
  }
  #tab-five > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 362px;
    margin: -60px 11px -1px 8px;
    border: 0px solid #fff;
    height: 50px;
    line-height: 50px;
    background:url("../images/bg_color1.jpg");
    padding: 0 30px;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    border-radius: 60px;
}

.block_4 #tab-five > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: -60px 11px -1px 6px;
    border: 0px solid #fff;
    height: 50px;
    line-height: 50px;
    background: url("../images/bg_color1.jpg");
    padding: 0 30px;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    border-radius: 60px;
}


  #tab-five > ul > li:nth-last-child(1) {
	margin-right: 0;
  }
  #tab-five > ul > li a {
	color: #2f253f;
	text-decoration: none;
	font-family: GenJyuuGothic-Heavy;
  }
  #tab-five > ul > li.active {
	border-bottom: none;
	background: url("../images/bg_color5.jpg");
  }
  #tab-five > ul > li.active a {
	color: #fff;
  }
  #tab-five > .tab-inner {
	clear: both;
	color: #000;
	border: 0px #fff solid;
	background: url("../images/bg_color6.jpg");
	border-radius: 0px 0px 20px 20px;
  }
  #tab01, #tab02, #tab03,#tab04, #tab05, #tab06,#tab07 {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	margin-top: -100px;
  }
  .tab-inner {
	padding: 0px;
	height: 50px;
	width: 1160px;
  }
  #tab-five .rectangle {
	padding: 20px 0;
	margin: 0 auto;
  }
  #tab-five2 {
	background: url("../images/bg-lo2.jpg")repeat;
	padding-bottom: 20px;
	border-radius: 0 0 50px 50px;
  }
  #tab-five2 {
	width: 1100px;
	height: 100%;
	margin: 120px auto 20px;
  }
  #tab-five2 > ul {
	display: block;
	margin: 0;
	list-style: none;
  }
  .tab-title {
	list-style: none;
  }
  #tab-five2 > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 266px;
	margin: -60px 8px -1px 0;
	border: 0px solid #fff;
	height: 60px;
	line-height: 60px;
	background: url("../images/bg.jpg")repeat;
	padding: 0 30px;
	list-style: none;
	box-sizing: border-box;
	text-align: center;
	font-size: 28px;
	border-radius: 20px 20px 0 0;
  }
  #tab-five2 > ul > li:nth-last-child(1) {
	margin-right: 0;
  }
  #tab-five2 > ul > li a {
	color: #774017;
	text-decoration: none;
	font-family: 'FakePearl-Regular';
  }
  #tab-five2 > ul > li.active {
	border-bottom: none;
	background: url("../images/bg-r.jpg")repeat;
  }
  #tab-five2 > ul > li.active a {
	color: #fff;
  }
  #tab-five2 > .tab-inner {
	clear: both;
	color: #000;
	border: 0px #fff solid;
	background: url("../images/bg_pink.jpg");
	border-radius: 0px 0px 20px 20px;
  }


  @media screen and (max-width: 991px) {
	#tab-five {
	  width: 100%;
	  margin: 5vw auto 2vw;
	  background: none;
	}
	#tab-five > ul {
	  margin: 0px auto 5vw;
	  padding: 0 3vw;
	}
	#tab-five > .tab-inner {
	  width: 98vw;
	  margin: 0 auto;
	  clear: both;
	  color: #fff;
	  border: 0px #BCBCBC solid;
	  padding: 0;
	}
	#tab01, #tab02, #tab03 {
	  width: 100%;
	}
	#tab-five > ul > li.active {
	  border-bottom: none;
	  background: url("../images/bg_color5.jpg")repeat;
	}
	#tab-five > ul > li {
	  display: inline-block;
	  vertical-align: top;
	  width: 30vw;
	  border: 0px solid #BCBCBC;
	  height: auto;
	  line-height: 5vw;
	  padding: 1vw 0vw 2vw;
	  list-style: none;
	  box-sizing: border-box;
	  margin: 0 -1px -11px 2px;
	  font-size: 1rem;
	}

	.block_4 #tab-five > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 22vw;
		border: 0px solid #BCBCBC;
		height: auto;
		line-height: 5vw;
		padding: 1vw 0vw 2vw;
		list-style: none;
		box-sizing: border-box;
		margin: 0 -1px -11px 0;
		font-size: 1rem;
	  }

	#tab-five > ul > li a {
	  line-height: 1rem;
	}
	#tab-five2 {
	  width: 100%;
	  margin: 5vw auto 2vw;
	}
	#tab-five2 > .tab-inner {
	  width: 98vw;
	  margin: 0 auto;
	  clear: both;
	  color: #fff;
	  border: 0px #BCBCBC solid;
	  padding: 0;
	}
	#tab05, #tab06, #tab07 {
	  width: 100%;
	}
	#tab-five2 > ul > li.active {
	  border-bottom: none;
	  background: url("../images/bg-r.jpg")repeat;
	}
	#tab-five2 > ul > li {
	  display: inline-block;
	  vertical-align: top;
	  width: 24.5vw;
	  border: 0px solid #BCBCBC;
	  height: 12vw;
	  line-height: 5vw;
	  padding: 1vw 4vw 0;
	  list-style: none;
	  box-sizing: border-box;
	  margin: 0 -1px -1px 0;
	  font-size: 1rem;
	}
  }



/*館別連結*/
.btn{ width: 1200px; margin: 0 auto;}
.btn ul{ display: flex; justify-content:space-around; margin-bottom: 20px;}
.btn ul li { width: 560px; /*height: 100px;*/ margin-top: 20px; text-align: center; padding: 1vw 0; border-radius: 500px; }

.btn ul li{
background: url("../images/bg_color7.jpg");
padding:5px 0;
margin: 10px 10px;
}

.btn ul li a {text-align: center; color: #fff; line-height: 100px; font-size: 30px; font-family:GenJyuuGothic-Heavy; display: flex; align-items: center; justify-content: center; }
.btn .arrow{ margin-left: 0.5rem; margin-top: 0.8rem;  width: 5rem; -webkit-animation: arrowMove 1s ease infinite; animation: arrowMove 1s ease infinite;}
@keyframes arrowMove{
0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
30% {
    -webkit-transform: translate3d(1.33333vw,0,0);
    transform: translate3d(1.33333vw,0,0);
}
60% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

@media screen and ( max-width: 991px ){
	.btn{ width: 100%; }
	.btn ul { margin: 2vw auto; flex-wrap: wrap;}
	.btn ul li { width: 96vw; margin: 1vw auto; padding: 1vw 0; }
	.btn ul li a { padding: 2vw; font-size: 2.2rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}


/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 150px;
	top:10%;
	right:1%;
	padding:5px;
	border-radius:2px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
	background:url("../images/bg_color7.jpg");
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#ffea00;
	opacity:0.95; 
	color: #285976;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 2px 2px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav li{ border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-last-child(1){ border-bottom: none;}

/*.side-menu2 nav li:nth-child(odd){ background:  #6E5688; border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-child(even){ background: #9A75A0; border-bottom: 1px dotted #fff;}*/

.side-menu2 nav a{
	font-weight: bolder;
	display: block;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-family:GenJyuuGothic-Heavy;
	font-weight: 600;
	line-height: 1.4;
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left;}
.side-menu2 nav ul.area1 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width:991px ){
		.side-menu2 {display: none;}
	}


/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
	font-weight: 600;
    color: #fff;
    background:url("../images/bg_orange.jpg");
	/*height: 60px;
	line-height: 40px;*/
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
	display: none;
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #4e351f;
	}

	.nav_content{ width:1200px; margin:0 auto;}
  	/* Navbar links */
	#TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:16.2%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	font-weight: 600;
	} 
	#TopMenu .row_06 a{border-right: none;}
	#TopMenu span{ color:#000000;}

/*#TopMenu a:hover{ transform: scale(.95)}*/


/*for mobile*/
@media screen and ( max-width: 991px ){
	#TopMenu { width: 100%; height: auto; display: block;}	
	#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: url("../images/bg_blue.jpg");z-index:1000;border-top:none; }
	#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff; padding: 1vw; width:25%;box-sizing:border-box;text-align:center;font-size:15px;}
	/*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
	#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
	#TopMenu ul li a{ width:100%; margin:0 auto; font-size:15px; border-right: none; height:auto; line-height:1.4; letter-spacing: 0; font-family: 'Noto Serif TC', serif;}
	#TopMenu ul li:nth-child(4), #TopMenu ul li:nth-child(8){border-right:none;}
}


/*------------------------------ navbar ------------------------------ */
/* m版橫向滑動選單 */
/*for mobile scrollmenu*/
.scrollmenu{display:none;}
@media screen and ( max-width: 991px ){
.scrollmenu{ 
	display:flex; 
	justify-content: flex-start; 
	overflow-x: auto; 
	white-space: nowrap; 
	z-index: 999; 
	top: 0; 
	width: 100vw; 
	padding: 3vw 1vw; 
	margin: 0 auto;  
	background:url("../images/bg_color1.jpg"); /* webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-shadow:10px 0 10px -10px #898989 inset, -10px 0 10px -10px #898989 inset;*/
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.2em; 
	line-height: 1;
	color: #fff !important;
	text-decoration:none; 
	font-weight: 700; 
	/*border-right:1px dotted #7563af;*/ 
	padding: 2vw 3vw ; 
	text-align:center;
	background:url("../images/bg_color7.jpg"); 
	border-radius: 100px; 
	margin: 0 1vw;
	font-family:GenJyuuGothic-Heavy;
}
.scrollmenu a:hover{ 
	background:url("../images/bg_color5.jpg");
	color: #fff !important; 
}


/*--goto top--*/          
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
#gotop::after {position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/top.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}         
#gotop:hover {cursor: pointer;background-color: #666;}          
#gotop:active {background-color: #ccc;}          
#gotop.show {opacity: 0.4;visibility: visible;}          
@media screen and ( max-width: 991px ){          
#gotop {bottom: 70px;right: 0;margin: 2vw;}
}         
/* share url */          
#share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
#share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
#share:hover{cursor: pointer;background-color: #666;}
#share:active{background-color: #666;}
@media screen and ( max-width: 991px ){
#share{bottom:115px;right: 0;margin: 2vw;}
}                    
@media screen and ( max-width: 991px ){          
html{padding-bottom: 80px;}          
}        