@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/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}
.footer{
	max-width: 1920px;
	height: 100px;
	margin: 0 auto;
	background: url("../images/bg_footer.png");
	padding-top: 30px;
}

@media screen and ( max-width: 991px ){
	html{ background-size: 65%;}
	
	.footer{
		max-width: 1920px;
		height: auto;
		margin: 0 auto;
		background: none;
		padding-top: 0;
	}
}


/* 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; }
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 30px; padding-bottom: 10px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 30px; padding-bottom: 10px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 30px; padding-bottom: 10px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 30px; padding-bottom: 10px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 30px; padding-bottom: 0px;}
.bg_6{ background: url("../images/bg_6.png") top center repeat-y; padding-top: 20px; padding-bottom: 0px;}

.bg_7-1{ background: url("../images/bg_7.png") top center no-repeat; padding-top: 120px; padding-bottom: 20px;}
.bg_7-2, .bg_7-4, .bg_7-6, .bg_7-8, .bg_7-10, .bg_7-12{ background: url("../images/bg_7-even.png") top center no-repeat; padding-top: 20px; padding-bottom: 5px;}
.bg_7-3, .bg_7-5, .bg_7-7, .bg_7-9, .bg_7-11{ background: url("../images/bg_7-odd.png") top center no-repeat; padding-top: 20px; padding-bottom: 5px;}
.bg_7-13{ background: url("../images/bg_7-last.png") top center no-repeat; padding-top: 20px; padding-bottom: 5px;}

.bg_8{ background: url("../images/bg_8.png") top center no-repeat; padding-top: 20px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_6{ background: none; padding-top: 0px; padding-bottom: 0px; }
	
	.bg_7{ background: none; padding-top: 0px; padding-bottom: 0px;}
	.bg_7-1, .bg_7-2, .bg_7-3, .bg_7-4, .bg_7-5, .bg_7-6, .bg_7-7, .bg_7-8, .bg_7-9, .bg_7-10, .bg_7-11, .bg_7-12, .bg_7-13{ background: #f2f9f9; padding-top: 1vw; padding-bottom: 1vw; }
	.bg_7-13{ padding-bottom: 3vw; border-bottom: 3px solid #2738b5;}
	
	.bg_8{ background: none; padding-top: 0px; padding-bottom: 0px; }
}


 .bg_0 .titleC h2, .bg_1 .titleC h2, .bg_2 .titleC h2, .bg_3 .titleC h2, .bg_4 .titleC h2, .bg_5 .titleC h2, .bg_6 .titleC h2, .bg_7 .titleC h2, .bg_8 .titleC h2{ text-indent: -9999px;}

/*--主視覺動畫--*/
.Title{ position: absolute; top: 42px; left: 259px;}
.main_6{ position: absolute; top: 203px; left: 451px; z-index: 100; -webkit-animation:bounce 1.5s infinite; animation-delay: 0s; }
.main_1{ position: absolute; top: 203px; left: 628px; z-index: 200; -webkit-animation:bounce 1.5s infinite; animation-delay: 0.5s; }
.main_8{ position: absolute; top: 203px; left: 754px; z-index: 300; -webkit-animation:bounce 1.5s infinite; animation-delay: 1s; }

@-webkit-keyframes bounce{
  0%{
    top:50px;
  }
  20%{
   /*從 20% 的地方才開始變形*/
  }
  50%{
    top:100px; 
  }
  80%{
   /*到 80% 的地方恢復原狀*/
  }
  100%{
    top:60px;
  }
}


/*第一波*/
.Sale1-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第二波*/
.Sale2-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第三波*/
.Sale3-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第四波*/
.Sale4{ position: absolute; top:654px; left:199px; z-index: 99;}
.Sale4-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.Sale4-2{ position: absolute; top:672px; left:600px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第五波*/
.Sale5{ position: absolute; top:654px; left:199px; z-index: 99;}
.Sale5-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第六波*/
.Sale6-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.Sale6-2{ position: absolute; top:672px; left:600px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

/*第七波*/
.Sale7-1{ position: absolute; top:672px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.Sale7-2{ position: absolute; top:672px; left:600px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

.Sale1-1:hover, .Sale2-1:hover, .Sale3-1:hover, .Sale4-1:hover, .Sale4-2:hover, .Sale5-1:hover, .Sale6-1:hover, .Sale6-2:hover, .Sale7-1:hover, .Sale7-2:hover{ transform: scale(1.1);}


/*618 75折券*/
.Ticket75{
	width: 1920px;
	height: 400px;
	margin: 0 auto;
	background: url("../images/bg_6.png") top center repeat-y;
}
.Ticket75_box{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.ticket_link_a{
	position: absolute;
	top: 44px;
	left: 150px;
}
.ticket_link_b{
	position: absolute;
	top: 44px;
	left: 150px;
	transition-duration:0.3s; 
	transition-property:transform; 
	transition-timing-function:ease-out;
}
.ticket_link_b:hover{ transform: scale(0.9);}

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


/*精明生活．購物攻略*/
.bg_0{width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}

.buy_01{ position: absolute; top:126px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_02{ position: absolute; top:282px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_03{ position: absolute; top:126px; left:350px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_04{ position: absolute; top:126px; left:600px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_05{ position: absolute; top:126px; left:850px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_06{ position: absolute; top:282px; left:850px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_07{ position: absolute; top:435px; left:0px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }
.buy_08{ position: absolute; top:435px; left:600px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out; }

.buy_01:hover, .buy_02:hover, .buy_03:hover, .buy_04:hover, .buy_05:hover, .buy_06:hover, .buy_07:hover, .buy_08:hover { transform: scale(.95);}

@media screen and ( max-width: 991px ){
	.bg_0{ display: none;}
}


/*OMO優惠券*/
.OMO{
	max-width: 1920px;
	height: 450px;
	margin: 0 auto;
	position: relative;
	background: url("../images/bg_OMO.png") top center no-repeat;
}
.single{
	position: relative; 
	width: 1200px; 
	margin: auto;
}
.single ul{
	width: 604px;
	margin: 0 auto;
	padding-top: 45px;
}
.ticket-btn-1{
	transition-duration:0.3s; 
	transition-property:transform; 
	transition-timing-function:ease-out;
}
.ticket-btn-1:hover{
	transform: scale(0.95);
}
.event_link{
	position: absolute;
	top: 361px;
	left: 715px;
}

@media screen and ( max-width: 991px ){
	.OMO{ width: 100vw; height: auto; background: none;}
	.single ul{ width: 100%; margin: 0 auto; padding-top: 5vw;}
	.OMO img{ width: 98vw; padding-left: 2vw;}
	
}

/*限時優惠．超值驚奇購*/
.bg_1{}
.bg_1-sw{ display: flex;flex-wrap: wrap;width: 1080px;margin: 0 auto;}
.bg_1-sw .mySwiper2 { width: 520px; height:660px; background: #f2f9f9; margin: 10px 10px; border-radius: 30px; border: 3px solid #2434af; }
.mySwiper2 ul{padding:10px 30px 30px 30px;}
.mySwiper2 ul li a:hover, .mySwiper2 ul li:hover{transform: scale(.9);}
.mySwiper2 ul li:nth-child(1) img{width: 450px; height: 450px; object-fit: contain;margin: 40px auto 0;}
.mySwiper2 ul li:nth-child(2){background: url("../images/bg_red.jpg");width: 100px;height: 100px; border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute; top: 0;}
.mySwiper2 ul li:nth-child(2) p{font-size: 20px;color: #ffe22c;margin-top: 0;}
.mySwiper2 ul li:nth-child(2) big{font-size: 46px;color: #ffe22c;}
.mySwiper2 ul li:nth-child(3){position: absolute; top: 0;left: 140px;font-size: 40px;}
.mySwiper2 ul li:nth-child(3) span{font-size: 40px;color: #2838b5;font-weight: bold;}
.mySwiper2 ul li:nth-child(4){position:relative; bottom: 10px;left: -30px;}
.mySwiper2 ul li:nth-child(4) span{background: url("../images/bg_red.jpg");color: #fff;padding: 5px 10px;font-size: 24px;text-align: left;}
.mySwiper2 ul li:nth-child(5){position:relative; bottom: -10px;left: -30px;}
.mySwiper2 ul li:nth-child(5) span{background: #2838b5;color: #1374a8;padding: 5px 10px;font-size: 18px;text-align: left;}
.mySwiper2 ul li:nth-child(6){background: url("../images/bg_red.jpg");width: 100px;height: 100px; border-radius: 50%;  top: 490px;right: 20px;display: flex;align-items: center;justify-content: center;position:absolute;}
.mySwiper2 ul li:nth-child(6) p{color: #ffe22c;border-radius: 50%; font-size: 20px;margin-top: 0;}
.mySwiper2 ul li .price p{ font-size: 1.8rem; color: #ffe22c; font-weight: bold; line-height: 0.2; padding-bottom: 15px;}

      .swiper2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

@media screen and ( max-width: 991px ){
	.bg_1-sw{ display: flex;flex-wrap: wrap;width: 96vw;margin: 0 auto;}
    .bg_1-sw .mySwiper2 { width:94vw; height:auto; margin: 2vw 2vw;}
	
	.mySwiper2 ul{padding:0 2vw;}

	.mySwiper2 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 2vw auto 0;}
	.mySwiper2 ul li:nth-child(2){;width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 0;}
	.mySwiper2 ul li:nth-child(2) p{font-size:1rem;}
	.mySwiper2 ul li:nth-child(2) big{font-size: 1.8rem;}
	.mySwiper2 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
	.mySwiper2 ul li:nth-child(3) span{font-size: 2rem;}
	.mySwiper2 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
	.mySwiper2 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;}
	.mySwiper2 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto;}
	.mySwiper2 ul li:nth-child(5) span{;padding: 5px 10px;font-size: 1rem;text-align:center}
	.mySwiper2 ul li:nth-child(6) p,.mySwiper2 ul li:nth-child(6){display: none;}
	
	.mySwiper2   .swiper-slide { background-position: center; background-size: cover; width: 50vw; height: auto;margin-bottom:30px; }
	
}



/*筆筆超值．兒童館慶5折起*/
.bg_2{}
.bg_2 .rectangle_3p{
	margin-bottom: 20px;
}
.bg_2 .circle{
	margin-bottom: 20px;
}
.bg_2 .circle img{
	border-radius: 20px;
	object-fit: contain;
}
.bg_2 .banner{
	margin: 40px auto 0;
	padding: 0;
}

@media screen and ( max-width: 991px ){
	.bg_2 .rectangle_3p{ width: 98vw; margin: 0 auto; background: url("../images/bg_white.jpg"); border: 3px solid #2434af; margin-bottom: 1vw; }
	.bg_2 .circle{ width: 98vw; margin: 0 auto; background: url("../images/bg_white.jpg"); border: 3px solid #2434af; margin-bottom: 2vw; }
	.bg_2 .banner{ margin: 2vw auto 1vw;}
}

/*經典熱銷．人氣商品特搜*/
.bg_3{}
.bg_3 .collect_5x6{}

@media screen and ( max-width: 991px ){
	.bg_3 .collect_5x6{ width: 98vw; margin: 0 auto; background: url("../images/bg_white.jpg"); border: 3px solid #2434af; }
}


/*NEW！新品購物站*/
.bg_4{}
.bg_4 .alternate{}

/* first-child */
.bg_4 .alternate ul:nth-child(odd) li:first-child { width: 536px; background: url("../images/bg_blue.jpg"); height: 280px; border-radius: 100px 0 0; border: 3px solid #2434af;}
/* last-child */
.bg_4 .alternate ul:nth-child(even) li:last-child { width: 536px;background:url("../images/bg_red.jpg");height: 280px; border-radius: 0 0 100px; border: 3px solid #2434af; }


@media screen and ( max-width: 991px ){
	.bg_4 .alternate{ }
	.bg_4 .alternate ul:nth-child(odd) li:first-child { width: 94vw; height: auto; border-radius: 50px 0 0;}
	.bg_4 .alternate ul:nth-child(even) li:last-child { width: 94vw; height: auto; border-radius: 0 0 50px; }
}


/*熱門品牌必買站*/
.bg_5{}

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


/*品牌領券區*/
.bg_6{}

.bg_6 .titleC{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	background: url("../images/Title_6.png") top center no-repeat;
}

.triple-ti { padding-top: 20px; margin: 0 auto;}
.triple-ti ul li{ background:#fff; border-radius: 140px 60px 0 140px; margin-bottom: 20px; border: 3px solid #2434af;}
.triple-ti ul li img{ border-radius: 130px;width: 200px; height: 200px; margin-left: 25px;border: 2px solid #efefef;}
.triple-ti .sm-pic img{ border-radius: 0;margin-left: 0px;border: 0px solid #ddddddee;}
.triple-ti .price{ font-size: 40px; margin: 0 0 10px;}
.triple-ti .price big{ font-size: 70px; color: #e1564a;}
.triple .font{ height: auto;}
@media screen and ( max-width: 991px ){
	.triple-ti { padding-top: 1vw;}
	.triple-ti ul li{ background:#fff; border-radius: 24vw 5vw 0 24vw; margin-bottom: 3vw;}
	.triple-ti ul li img{ border-radius: 20vw;width: 40vw; height: 40vw; margin-left: 1vw;}
	.triple-ti .sm-pic img{ border-radius: 0;margin-left: 0px;}
	.triple-ti .price{ font-size: 40px; margin: 0 0 10px;}
	.triple-ti .price big{ font-size: 50px;}    
    
}


/*各館發燒貨*/
.bg_7{}
.bg_7 .hightlight{
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bg_7 .hightlight img{
	object-fit: contain;
}
.bg_7 .subtitle .more a{
	color: #2636b2;
}
.bg_7 .subtitle h3{
	/*border-left: 16px solid #2636b2;*/
	font-weight: 800;
	color: #2636b2;
}
.bg_7-1 .subtitle h3, .bg_7-3 .subtitle h3, .bg_7-5 .subtitle h3, .bg_7-7 .subtitle h3, .bg_7-9 .subtitle h3, .bg_7-11 .subtitle h3, .bg_7-13 .subtitle h3{
	border-left: 16px solid #ff4853;
}
.bg_7-2 .subtitle h3, .bg_7-4 .subtitle h3, .bg_7-6 .subtitle h3, .bg_7-8 .subtitle h3, .bg_7-10 .subtitle h3, .bg_7-12 .subtitle h3{
	border-left: 16px solid #ffd100;
}
.bg_7 .hightlight h4{
	background: #2636b2;
}
.bg_7-1 .hightlight, .bg_7-3 .hightlight, .bg_7-5 .hightlight, .bg_7-7 .hightlight, .bg_7-9 .hightlight, .bg_7-11 .hightlight,.bg_7-13 .hightlight{
	background: url("../images/bg_red.jpg");
}
.bg_7-2 .hightlight, .bg_7-4 .hightlight, .bg_7-6 .hightlight, .bg_7-8 .hightlight, .bg_7-10 .hightlight, .bg_7-12 .hightlight{
	background: url("../images/bg_yellow.jpg");
}
.bg_7 .banner{
	margin: 0 auto 20px;
	padding: 0;
}

@media screen and ( max-width: 991px ){
	.bg_7 .subtitle{ margin: 0vw auto 1vw;}
	.bg_7 .hightlight{ width: 98vw;  margin: 1vw auto;}
	.bg_7 .banner{ margin-bottom: 0vw;}
}


/*活動說明*/
.bg_8{}
.bg_8 .container{ width: 1160px; margin: 20px auto 0; display: flex; flex-wrap: wrap; justify-content: center;position: relative;}

/* precaution */
.precaution { width: 90%; margin:0 auto;color: #fff; background: url("../images/bg_red.jpg");padding: 50px 40px 20px;border-radius: 10px; }
.precaution ul { padding: 0 0 0 26px;text-align: justify;}
.precaution ul li { list-style: disc; margin: 8px 0;}
.precaution ol { padding: 0 0 0 26px;text-align: justify;}
.precaution ol li { list-style: decimal; margin: 8px 0; line-height: 1.2;}
.precaution h4{ text-align: left; color: #FFE73F; font-weight: 600;}
.precaution h5{ color: #ffe5ca; font-size: 1.1rem; }
.precaution span{ color: #ffebae;}


@media screen and ( max-width: 991px ){
		.bg_8 .container{ width: 98vw; margin: auto; }
	
		.precaution { width: 96vw; margin: 1vw auto; padding:4vw;border-radius: 0;}
		.precaution ol { padding: 0 0 0 6vw ;}
		.precaution ol li { margin: 2vw 0;}
		.precaution h5{ font-size: 1rem;}
}














/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #fff; text-shadow: 2px 2px #1f2a70; font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #fff; text-shadow: 2px 2px #1f2a70;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}


/* -- sidemanu for pc -- */
.side-menu2{               /*大底*/
	position: fixed;
	width: 130px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:20px;
	box-sizing: border-box;
	background:#ffd200;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
	border:3px solid #2838b5;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#3752a3;
	opacity:0.95; 
	color: #f6f5e5;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 10px 10px 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 a{
	display: block;
	padding: 10px 4px;
	color: #28358e;          /*連結字色*/
	text-decoration: none;
	position: relative;
	font-size:14px;	
	font-weight: 500;
}
.side-menu2 nav p.name_menu {
    padding: 10px 0;
    font-size: 1.5em;
    line-height: 1em;
    border-bottom: 3px solid;
    border-color: #28358e;    /*border顏色*/
    color: #ff4954;           /*主打活動，各館推薦*/
    font-weight: bold;
}
.side-menu2 nav ul.area1 {
    margin-bottom: 150px;
}
.side-menu2 nav ul.area1 li {
    width: 50%;
    float: left;
    border-bottom: 1px dotted #04414b;
}

.side-menu2 nav ul.area1 li {
    width: 50%;
    float: left;
    border-bottom: 1px dotted #04414b;
}
.side-menu2 nav ul.area1 li:nth-child(even) {
    border-right: 1px dotted #04414b;
}

.side-menu2 nav ul.area2 li {
    border-bottom: 1px dotted #04414b;
}
.side-menu2 nav ul.area1 li:nth-last-child(1),
nav ul.area1 li:nth-last-child(1),
nav ul.area2 li:nth-last-child(1) {
    border-bottom: none;
}
.side-menu2 nav ul.area1 li:nth-child(14) {
    width: 100%;
    border-right: 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 {
    color: #fff;
    background-color: #00a0ff;       /*active底色*/
}
.nav-pills a:hover{
	color:#fff;
	background: #00a0ff;             /*hover底色*/
}

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







/*--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 {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:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}