@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:#0a2740;}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}



/* 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; 
	background: url("../images/bg_all.jpg");
	max-width: 1920px;
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: repeat-y;
    background-position: center top;
}
.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; }
}








/*主視覺動畫*/
.kv_bg { width: 100%;}
.kvdeco {position: absolute;}
.kv_tt_main {
	top: calc((307 / 1920)* 100%);
    left: calc((300 / 1920)* 100%);
    width: calc((852 / 1920)* 100%);
	z-index: 99;
	pointer-events: none;
	-webkit-filter: brightness(1.5);
	-webkit-mask-size: 300% 200%;
	-webkit-mask-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-webkit-transition: -webkit-mask-position;
	-webkit-animation-timing-function: linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-filter: brightness(1);
	-moz-mask-size: 300% 200%;
	-moz-mask-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-moz-transition: -webkit-mask-position;
	-moz-animation-timing-function: linear;
	-moz-transform: translate3d(0, 0, 0);
	-o-filter: brightness(1);
	-o-mask-size: 300% 200%;
	-o-mask-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-o-transition: -webkit-mask-position;
	-o-animation-timing-function: linear;
	-o-transform: translate3d(0, 0, 0);
	filter: brightness(1.5);
	mask-size: 300% 200%;
	mask-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	transition: -webkit-mask-position;
	animation-timing-function: linear;
	transform: translate3d(0, 0, 0);
	transition-duration: 5s;
	animation: move_light 2.5s ease-out infinite;
}
.kv_tt_bg{
	top: calc((307 / 1920)* 100%);
    left: calc((300 / 1920)* 100%);
    width: calc((852 / 1920)* 100%);
}
.kv_promotion {
	top: calc((274 / 1920)* 100%);
    left: calc((301 / 1920)* 100%);
    width: calc((773 / 1920)* 100%);
	-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .5s both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes move_light {
	from {
	  -webkit-mask-position: 150% 0px;
	  -moz-mask-position: 150% 0px;
	  -o-mask-position: 150% 0px;
	  mask-position: 150% 0px;
	}
	to {
	  -webkit-mask-position: 0% 0px;
	  -moz-mask-position: 0% 0px;
	  -o-mask-position: 0% 0px;
	  mask-position: 0% 0px;
	}
  }



/*區塊*/
.blk_spa {margin-bottom: 40px;}


/*文字*/
@font-face{font-family: SC-SemiBold; src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");}
.btt {
	background: url("../images/bttp_bg.png")top center no-repeat;
	width: 100%;
	height: 225px;
	margin: 20px auto 10px;
}
.btt h2{
	font-family: SC-SemiBold;
	font-size: 4rem; 
	color: #fff; 
	letter-spacing: 4px;
	padding:85px 0 0;
}
.btt h2 p {
	color: #edd7b0;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.block_0 .btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 175px;
	margin: 20px auto 10px;
}
.block_0 .btt h2{
	padding:85px 0 0;
}
.stt {margin: 30px auto 10px;}
.stt h3{
	font-family: SC-SemiBold;
	color: #0a2740; 
	letter-spacing: 2px;
	padding:10px 20px;
	background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);
	width: fit-content;
	border-radius: 100px;
}
.half ul h3 {
	font-family: SC-SemiBold;
	color: #0a2740; 	
}


/*元件調整*/
.banner {padding: 0;}
.hightlight, .hightlight_5p, .alternate {margin: 20px auto;}
.alternate ul:nth-child(even) {margin: -102px auto 20px;}
.hightlight_s ul.scene {background: url("../images/deco1.png")bottom left no-repeat, linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);}
.hightlight_s .scene li > .sliderbg {height: 780px;}
.hightlight_s .scene img {width: 100%; height: 570px;}
.half ul {background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%); border-radius: 15px;}
.hightlight_5p .font h4, .hightlight .font h4 {background: linear-gradient(150deg, #235180 0%, #0a2740 100%);}
.alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child {background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(even) li:last-child .font h4 {color: #0a2740; }
.alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big {color: #0a2740;}
.hightlight2 .one-time ul.ot li:nth-child(3) {width: fit-content; top: 40px;}
.hightlight2 .one-time ul.ot li:nth-child(3) span {font-family: SC-SemiBold; color: #0a2740; letter-spacing: 2px; font-size: 2rem;}
.hightlight2 .one-time ul.ot li:nth-child(2), .hightlight2 .one-time ul.ot li:nth-child(6) {background: linear-gradient(150deg, #235180 0%, #0a2740 100%);}
.hightlight2 .one-time ul.ot li:nth-child(6) p {color: #fff;}
.hightlight2 .one-time ul.ot li:nth-child(4) {width: fit-content;}
.hightlight2 .one-time ul.ot li:nth-child(4) span {background: linear-gradient(150deg, #235180 0%, #0a2740 100%); font-size: 1.1rem;}
.hightlight2 .one-time ul.ot li:nth-child(5) span {background: none; font-family: SC-SemiBold; color: #0a2740; font-size: 2rem;}
.hightlight2 ul.right li {background: #fff;}
.hightlight2 .slick-dots {background: none;}


/*輪播統一設定*/
.slick-dotted.slick-slider {margin-bottom: 0px !important;}


/*promotion四塊*/
.block_0 {margin-bottom: 40px;}
.block_0 ul {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.block_0 > .titleC:nth-child(1) {margin: 5px auto;}
.block_0 .titleC p {color: #7d8da0; font-size: .9rem; z-index: 999;}


/*broadwise挖空*/
.broadwise { margin:20px auto;}
.broadwise.sp7p {background:url("../images/sp7p_bg.png")top center no-repeat;}
.broadwise_sp li:nth-child(2){ margin-left: 386px;}
.bttsp {position: relative; margin:0px auto;}
.bttsp h2{
	top:135px;
	right: 50%;
	width: 100%; 
	transform: translate(50%, -50%); 
	border-radius: 100px;
	position: absolute; 
	font-size: 2.5rem;
	letter-spacing: 2px;
	color: #0a2740; 
	font-family: SC-SemiBold;
	pointer-events: none;
}
.bttsp h2 p {
	padding-top: 25px;
	line-height: 1.5rem;
	font-size: 1.1rem;
}


/*頁籤*/
.tabs {max-width:1160px; margin:30px auto 0;}
.tabs .tabs-head {
    width: calc(100% - 150px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 10px;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #ffffff20;
  border-radius: 999em;
  padding: 15px;
  border: 1px solid #edd7b0;
}
.tabs .tabs-head li.active {
  border: 1px solid #edd7b0;
  background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);
}
.tabs .tabs-head li:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 1px solid #edd7b0;
  background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);
}
.tabs .tabs-head a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #edd7b0; 
  font-family: SC-SemiBold;
}
.tabs .tabs-head li a:hover, .tabs .tabs-head li.active a {color: #0a2740;}




/* -------------------------------------m版------------------------------------- */
@media screen and ( max-width: 991px ){
	
/*區塊*/
.blk_spa {margin-bottom: 4vw;}	
	
/*文字*/
.btt {
	background-size: contain;
	height: 38vw;
	margin: 2vw auto 1vw;
}
.btt h2{
	font-size: 3rem; 
	letter-spacing: 4px;
	padding:14vw 0 0;
}
.btt h2 p {
	color: #edd7b0;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 2rem;
}
.block_0 .btt {
	background-size: contain;
	height: 30vw;
	margin: 2vw auto 1vw;
}
.block_0 .btt h2{padding:14.5vw 0 0;}
.stt {margin: 3vw auto 1vw;}
.stt h3{
	font-size: 1.8rem; 
	letter-spacing: 1px;
	padding:2vw 4vw;
}
.half ul h3 {font-size: 1.8rem; }	
	
	
/*元件調整*/
.hightlight, .hightlight_5p, .alternate {margin: 2vw auto;}
.alternate ul:nth-child(even) {margin: auto;}	
.half ul {padding: 1vw 0; margin: 1vw;}	
.hightlight_s .scene li > .sliderbg {height: 135vw;}	
.hightlight_s .scene li {width: 95%; margin: 0 auto;}	
.hightlight_s .scene img {width: 100%; height: 100vw;}	
.hightlight_s ul.scene {width: 98%; background-size: 40% !important; background: url("../images/deco1.png")bottom left no-repeat, #e0c190;}	
.hightlight2 .one-time ul.ot li:nth-child(3) {width: 100%; top:0;}
	
	
/*promotion四塊*/
.block_0 {margin-bottom: 4vw;}	
.block_0 ul {
    width: 96%;
    margin: 2vw auto 0;
	padding: 0 1vw;
}
.block_0 ul li img {width: 47vw; margin: 0 -3vw;}	
.block_0 > .titleC:nth-child(1) {margin: 1vw;}
.block_0 > .titleC p {text-align:center;}
	
	
/*broadwise挖空*/	
.broadwise_sp{width: 96%; }
.broadwise {width: 100%;margin: 2vw auto;}
.broadwise.sp7p {background:none; }
.broadwise .broadwise_sp  li {width: 97vw;}
.broadwise ul {display: grid;}
.broadwise li {width: 60vw; padding: 2vw; margin: 0.5vw;}
.broadwise_sp{ margin-left: 0px; width:100%;}
.broadwise_sp li:nth-child(2){ margin-left:auto;}
.broadwise_sp ul li{ width: 96vw; display:inline-block;}
.broadwise .broadwise_sp  li{ width: 97vw;}
.broadwise .broadwise_sp  li img{width: 40vw; height: 40vw; padding: 0;}
.broadwise .broadwise_sp  li .font{ width: 40vw;}
.bttsp {	
	background: none;
	padding: 0;
	margin: 18vw auto 0vw;}	
.bttsp h2 { 
	top: -8vw;
	padding: 0;
	letter-spacing: 1px;
	line-height: 2rem;
	font-size: 1.8rem;
	color: #fff;
	}
.bttsp h2 p { padding-top:1vw; font-size: 1rem;}	
	

/*頁籤*/
.tabs {margin: 0 auto;}	
.tabs .tabs-head {
    width: 80vw;
    margin: 3vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 1.8vw;
}
.tabs .tabs-head li {padding: 1.5vw;}	
.tabs .tabs-head a {font-size: 1.2rem;}	
	
	
	
}





/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 110px;
	height: auto;
	top:20%;
	right:1%;
	box-sizing: border-box;
	background: linear-gradient(130deg, #edd7b0 0%,#e0c190 100%);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	overflow:hidden;
}
.side-menu2 nav a{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 8px;
	color: #0a2740;
	text-decoration: none;
	position: relative;
	font-size:1.1rem;
	letter-spacing: 1px;
	line-height: 1rem;
	font-family: SC-SemiBold;
}
.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-child(even){ border-right:1px dotted #e5f1ad;}
.side-menu2 nav ul.area2 li{border-radius: 50px; } 
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 991px ){
		.side-menu2 {display: none;}
	}

/*Plugin*/
.side-menu2 .nav {
	width: 98%;
    margin:40px auto;
    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 {
    color:  #fff!important; 
    background: #0a2740;
	border-radius: 50px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*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: 2.5vw 1vw; 
	margin: 0 auto;  
	background: #0a2740;;
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.05rem; 
	color: #373365 !important;
	text-decoration:none; 
	letter-spacing: 1.5px;
	padding: 1.7vw 3.5vw ; 
	text-align:center;
	border-radius: 100px; 
	background:#fff;
	margin: 0 1vw;
	font-family: SC-SemiBold;
}
.scrollmenu a:hover{ 
    background: #edd7b0;
}



/*--  錨點微調--*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-40px;}
	}








 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000; 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: 85% 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;}          
 } 