@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/side-deco.png")top 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/header_m.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;}
.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;}

}

/* =================================================== 統一設定 =================================================== */
/* ------------------ BACKGROUND ------------------ */
section{width: 1280px; margin: 0 auto; background: url("../images/bg_color2.jpg"); padding:20px 0;}
@media screen and ( max-width: 991px ){
	section{width:100%;}
}


/* ------------------ COLOR ------------------ */
.hightlight .font h4,.block_2 .hightlight_5p .font h4,.alternate ul:nth-child(odd) li:first-child {background: url("../images/bg_color3.jpg");}
.half ul{background: url("../images/bg_color4.jpg"); border-radius: 1em;}
.collect_5x6 .special,.collect_5x6 .s-row h4,.triple .font h4,.alternate ul:nth-child(even) li:last-child,.hightlightAd .font h4{background: url("../images/bg_color5.jpg");}


/* ------------------ 架構標 ------------------ */
@font-face { font-family: SweiHalfMoonCJKtc-Black; src: url("https://events.eslite.com/font/SweiHalfMoonCJKtc-Black.ttf");}
	.titleC.btt {background: url("../images/btt.png")top center no-repeat; padding: 135px 0 30px; margin-bottom: -3px;}
	.titleC.stt {width: 60%; padding: 10px 0; border-top: 2px dotted #7f4632; border-bottom: 2px dotted #7f4632; margin:0 auto;}
	.titleC h2 { font-family: SweiHalfMoonCJKtc-Black; font-size: 4rem; color:#ffffff;}
	.titleC h3 { font-family: SweiHalfMoonCJKtc-Black; font-size: 3rem; color:#7f4632;}

@media screen and (max-width: 991px) {
	.titleC.btt{width:100%; padding:11vw 0 3vw; background: url("../images/btt_m.png")top center no-repeat; background-size: contain; }
	.titleC.stt {width: 80%; padding: 3vw 0; margin: -2vw auto 2vw;}
	.titleC h2 {font-size: 2.4rem; text-shadow: 0px 2px #ff663e;}
	.titleC h3 {font-size: 1.8rem;}
	}







/* =================================================== 版頭設定 =================================================== */
/* 安全字 */
.notice{ width: 100%; margin: 0 auto; text-align: center; padding:10px 0; font-size: 1rem; line-height: 1.2rem; color: #000; background:transparent;}
@media screen and ( max-width: 991px ){
	.notice{ padding: 1vw 5vw; margin: 0 auto; line-height: 1.5rem;}
}


/* ------------------ 主視覺動畫 ------------------ */

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


.girl img {
	position: absolute;
	top: 405px;
    right: 730px;
	animation: ani03 1s -3.2s infinite ease-in-out;
	animation-delay: .3s;
    transform-origin: bottom center;}

.cboy img {
	position: absolute;
	top: 367px;
    right: 408px;
	animation: ani03 1s -3.2s infinite ease-in-out;
    transform-origin: bottom center;}

.rboy img {
	position: absolute;
	top: 417px;
    right: 174px;
	animation: ani03 1s -3.2s infinite ease-in-out;
	animation-delay: .6s;
    transform-origin: bottom center;}

	@keyframes ani03{0%{ transform:scaleY(1);} 10%{transform:scaleY(1);} 30%{transform:scaleY(1.02);} 50%{transform:scaleY(0.98);}  70%{transform:scaleY(1);} 100%{transform:scaleY(1);}}





/* ------------------ promotion-版頭行銷資訊 ------------------ */
.block_00 ul {
    width: 1200px;
	padding: 0 0 0 0;
    margin: 20px auto;
    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;}


@media screen and ( max-width: 991px ){
	.block_00 ul { width:100%;display: flex; flex-wrap: wrap;padding: 0 0 0 0; margin: 5vw 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:31vw;}
	.block_00 .titleC h2 { margin: 0 auto;}
	}





/* =================================================== 版身設定 =================================================== */
/*左960AD右兩品 */
.boxmix-forbn .box-mix{align-items: center;padding: 0;justify-content: center;}
.boxmix-forbn .box-mix ul{align-items: center;justify-content: center;}
.boxmix-forbn .box-mix ul.quotes{width: 690px;margin: 0;align-items: center;justify-content: center;}
.boxmix-forbn .box-mix ul.quotes li{background: transparent;padding:0px;width: 670px;}
.boxmix-forbn .box-mix ul.quotes img{width: 100%;max-width: 100%;height: auto;}
.boxmix-forbn .box-mix ul.hightlight{width: 420px;}
.boxmix-forbn .box-mix ul.hightlight li{width: 200px;}
.boxmix-forbn .box-mix ul.hightlight li img{width: 200px;height: 200px;object-fit: contain;}
@media screen and ( max-width: 991px ){
.boxmix-forbn .box-mix ul.quotes{width:94vw;}
.boxmix-forbn .box-mix ul.hightlight{width:46vw;}
.boxmix-forbn .box-mix ul.hightlight li{width:46vw;}
.boxmix-forbn .box-mix ul.hightlight li img{width:46vw;height:46vw;}
}
/*左960AD右兩品 */


/* 輪播圓點 */
.slick-dots li button:before {font-size: 30px!important; color: #FF5722 !important;}

/*三顆小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%;}	
}

/* ------------------ 長高5排品 ------------------ */
.special_5p_1 {margin: 20px auto;}
.special_5p_1 .title_AA h3 {
	font-family: 'Noto Sans TC', sans-serif;
	color: #222;
	border-left: none;
	font-size: 2.8rem;
	letter-spacing: 3px;
    padding: 10px 0 80px 480px;
    width: 100%;
    position: absolute;
    top: 30px;
}
.title_AA .more{ padding: 60px 10px 10px 10px;  right: 0;}

.special_5p_1 .hightlight_5p ul li,.special_5p_1 .hightlight_5p ul li:first-child{height: auto;}
.special_5p_1 .hightlight_5p ul li h4 {background: #888; }

@media screen and ( max-width: 991px ){
	.special_5p_1 .hightlight_5p { width: 100vw; margin: 0 0 0 -2vw; padding: 2vw 0;}
    .special_5p_1 .hightlight_5p ul li:first-child{width:100%;}
    .special_5p_1 { background:none; padding-bottom: 2vw; margin: 2vw auto 0;}	
    .special_5p_1 .title_AA {margin: 2vw auto; height:auto;}	
    .special_5p_1 .title_AA h3{ position: relative; right:0; padding: 0px; top:0; font-size: 2rem; text-align: center;}	
    .title_AA .more{ padding: 2vw; right: 2vw;}
}

/*館別連結*/
.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_color5.jpg");
padding:5px 0;
margin: 10px 10px;
}

.btn ul li a {text-align: center; color: #fff; line-height: 100px; font-size: 30px; font-family:SweiHalfMoonCJKtc-Black; 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:85px 0;
	border-radius:2px;
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	/* border-radius: 20px; */
	background:url("../images/side-menu.png")top center no-repeat;
	opacity:1; 
	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: SweiHalfMoonCJKtc-Black;
	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: #7f4632;
    background:url("../images/bg_color4.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_color5.jpg"); 
	border-radius: 100px; 
	margin: 0 1vw;
	font-family:SweiHalfMoonCJKtc-Black;
}
.scrollmenu a:hover{ 
	background:url("../images/bg_LBR.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;}          
}        