@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_fixed1.jpg") top center no-repeat fixed;}
@media screen and ( max-width: 991px ){
html{background:url("../images/bg_color1.jpg");}
}


/* 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; }
}


/*主視覺動畫*/

img.pic1 {
	position: absolute;
	top: 310px;
	left: -203px;
    -webkit-animation: slide-top 0.7s ease-in-out .6s both;
            animation: slide-top 0.7s ease-in-out .6s both;
}
img.pic2 {
	position: absolute;
	top: 510px;
	left: 205px;
	animation: pulse 1.8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
	-webkit-animation: slide-top 0.7s ease-in-out 1.1s both;
            animation: slide-top 0.7s ease-in-out 1.1s both;
}
img.pic3 {
	position: absolute;
	top: 380px;
	left: 295px;
	animation: pulse 1.8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
	-webkit-animation: slide-top 0.7s ease-in-out 1.6s both;
            animation: slide-top 0.7s ease-in-out 1.6s both;
}
img.pic4 {
	position: absolute;
	top: 340px;
	left: 630px;
	animation: pulse 1.8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
	-webkit-animation: slide-top 0.7s ease-in-out 2.1s both;
            animation: slide-top 0.7s ease-in-out 2.1s both;
}
img.pic5 {
	position: absolute;
	top: 390px;
	left: 878px;
	-webkit-animation: slide-top 0.7s ease-in-out 2.6s both;
            animation: slide-top 0.7s ease-in-out 2.6s both;
}
img.pic6 {
	position: absolute;
	top: 318px;
	left: 955px;
	animation: pulse 1.8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
	-webkit-animation: slide-top 0.7s ease-in-out 3.1s both;
            animation: slide-top 0.7s ease-in-out 3.1s both;
}
img.pic7 {
	position: absolute;
	top: 345px;
	left: 950px;
	-webkit-animation: slide-top 0.7s ease-in-out 3.6s both;
            animation: slide-top 0.7s ease-in-out 3.6s both;
}
img.earth {
	position: absolute;
	top: 620px;
	left: -360px;
}
img.kv_title {
	position: absolute;
	top: 22px;
	left: 0px;
	-webkit-animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) backwards;
	        animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) backwards;
}
img.kv_promotion {
	position: absolute;
	top: 805px;
	left: 0px;
}


/* ----------------------------------------------
 * Generated by Animista on 2023-4-19 18:12:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2023-4-19 18:6:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }	
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
 50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }	
}


/*區塊調整*/
.blk_spa {margin-bottom:50px;}
.block_4 {padding-bottom: 30px;}
.block_5 {background: url("../images/bg_fixed2.jpg")  bottom center no-repeat fixed; padding-top: 20px; padding-bottom: 20px;} 
.bg_1200 {
	background-color: #092546; 
	border-radius: 12px; 
	max-width: 1200px; 
	margin: 0 auto;
	padding: 10px 0;
	box-shadow: 2px 8px 8px 1.8px rgba(0, 0, 0, .2);
}
.block_5 .bg_1200 {
	background-color: #fe968b; 
	border-radius: 12px; 
	max-width: 1200px; 
	margin: 0 auto;
	padding: 10px 0;
	box-shadow: 2px 8px 8px 1.8px rgba(0, 0, 0, .2);
}

/*標題調整*/
.btt h2, .stt h3, .half ul h3 {font-family: 'Noto Sans TC', sans-serif; font-weight: 900; color: #fff;}
.btt h2{
	font-size:3.7rem;
	letter-spacing: 3px;
	text-shadow: 2px 1px #0a2546;
	-webkit-text-stroke: 1.3px #0a2546;
	font-style: italic;
	padding-top: 38px;
}
.block_5 .btt h2{
	font-size:3.3rem;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 2px 1px #fe968b;
	-webkit-text-stroke: 1.3px #fe968b;
	font-style: italic;
	padding-top: 38px;
}
.block_00 .btt {margin-top: 0;}
.block_1 .btt {
	background: url("../images/btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
.block_2 .btt{
	background: url("../images/blk2_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
.block_3 .btt{
	background: url("../images/blk3_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#d{
	background: url("../images/blk4_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#e{
	background: url("../images/blk5_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#f{
	background: url("../images/blk6_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#g{
	background: url("../images/blk7_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#h{
	background: url("../images/blk8_btt_bg.png") top center no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
.stt h3:before { 
	background-image: url("../images/icon_14.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.japan h3:before { 
	background-image: url("../images/icon_2.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.taiwan h3:before { 
	background-image: url("../images/icon_7.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.korea h3:before { 
	background-image: url("../images/icon_3.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.germany h3:before { 
	background-image: url("../images/icon_5.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.uk h3:before { 
	background-image: url("../images/icon_1.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.france h3:before { 
	background-image: url("../images/icon_6.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.italy h3:before { 
	background-image: url("../images/icon_4.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -12px;
    content:""; 
}
.switzerland h3:before { 
	background-image: url("../images/icon_8.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
.spain h3:before { 
	background-image: url("../images/icon_9.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
.netherlands h3:before { 
	background-image: url("../images/icon_10.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
.belgium h3:before { 
	background-image: url("../images/icon_11.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
.denmark h3:before { 
	background-image: url("../images/icon_13.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
.ukraine h3:before { 
	background-image: url("../images/icon_12.png");
    background-size: contain;
    display: inline-block;
    width: 45px; 
    height: 45px;
	margin-right: 10px;
	margin-bottom: -10px;
    content:""; 
}
/*元件調整*/
.banner {padding:0;}
.crosswise, .hightlight_5p, .alternate {margin:20px auto;}
.hightlight .font h4, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child, .collect_5x6 .s-row h4, .hightlight_5p .font h4 {background: #fe968b;}
.half ul {background: #5e83b159; border-radius: 12px; }
.scene .font p {color: #fff;}
.scene .font .price {color: #fff; text-align: left;}
.scene .font .price big{color:#fe968b;}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(even) li:last-child .font .price big {color:#0a2546;}
.hightlight h3 {margin-bottom: 12px;}

/*元件調整 粉色區塊裡的*/
.block_5 .hightlight_5p .font h4, .block_5 .hightlight .font h4, .block_5 .alternate ul:nth-child(odd) li:first-child, .block_5 .alternate ul:nth-child(even) li:last-child {background: #0a2546;}
.block_5 .alternate ul:nth-child(odd) li:first-child .font h4, .block_5 .alternate ul:nth-child(odd) li:first-child .font .price big, .block_5 .alternate ul:nth-child(even) li:last-child .font h4, .block_5 .alternate ul:nth-child(even) li:last-child .font .price big {color:#fe968b;}


/*promotion三塊*/
.block_00 {background: url("../images/blk00_bg.png")top center no-repeat;}
.scroll_words {
	position: absolute;
	top:0px; right: -360px;
	animation: deco_top 40s -1s linear infinite; 
	width: 3730px;
	height: 200px; 
	background: url("../images/words.png") center repeat-x; 
}
@-webkit-keyframes deco_top {
		0% {background-position:-3730px 0;}
		100% {background-position: 0 0;}
		}
.block_00 ul {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}
.block_00 ul li {z-index: 99;}
.a1 {animation: bounceInUp;
    animation-delay: 0s; z-index: 99;}
.a2 {animation: bounceInUp;
    animation-delay: .5s;}
.a3 {animation: bounceInUp;
    animation-delay: 1s;}

/*五品特殊*/
.special_5p_1 {
/*	background: url("../images/sp5p_bg.png") top center no-repeat;*/
	padding-bottom: 10px;
	margin: 20px auto ;
}
.special_5p_1 .title_AA h2 {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900; 
	font-size: 2.8rem;
	letter-spacing: 3px;
    padding: 20px;
    width: 50%;
    position: absolute;
    top: 20px;
    left: 420px;
    border-radius: 80px;
    background: #5e83b159;
    color: #fff;
}
.block_5 .special_5p_1 .title_AA h2 {background: #e5675aa3;}
.special_5p_1 .title_AA h2:before { 
	background-image: url("../images/icon_14.png");
    background-size: contain;
    display: inline-block;
    width: 50px; 
    height: 50px;
	margin-right: 10px;
	margin-bottom: -8px;
    content:""; 
}
.special_5p_1 .hightlight_5p ul li {
	height: 335px;
}
.special_5p_1 .hightlight_5p ul li:first-child { height: auto;}	
.special_5p_1 .hightlight_5p ul li { height: auto;}	
.special_5p_1 .hightlight_5p ul li h4 {background:#fe968b; }

/*按鈕*/
.button_go {margin: 40px 0;}
.button_go a{
	text-align: center;
	width: 360px;
	height: 80px;
	display: block;
	background:#fe968b;
	line-height: 75px;
	margin: 0 auto;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0 6px #bb5046;
	transition: .2s;
	font-size:2.5rem;
	letter-spacing: 5px;
    font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900; 
	font-style: italic;
}
.button_go a:hover{ 
	filter:brightness(90%);
	transform: translateY(4px);
	box-shadow: 0 2px #bb5046;
}


/* -------------------------------------m版------------------------------------- */
@media screen and ( max-width: 991px ){
	
/*區塊調整*/
.blk_spa {margin-bottom:4vw;}
.block_4 {padding-bottom: 0px;}
.block_5 {background: url("../images/bg_color2.jpg") ; padding-top:0vw; padding-bottom: 2vw;} 	

/*標題調整*/
.btt h2{
	font-size:2.4rem;
	letter-spacing: 2px;
	-webkit-text-stroke: 1px #0a2546;
	padding-top: 11vw;
}
.block_5 .btt h2{
	font-size:2.4rem;
	letter-spacing: 2px;
	-webkit-text-stroke: 1px #fe968b;
	padding-top: 11vw;
}
.block_00 .btt {margin-top: -7vw;}	
.block_1 .btt {
	background: url("../images/btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
.block_2 .btt{
	background: url("../images/blk2_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
.block_3 .btt{
	background: url("../images/blk3_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
#d{
	background: url("../images/blk4_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
#e{
	background: url("../images/blk5_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
#f{
	background: url("../images/blk6_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
#g{
	background: url("../images/blk7_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
#h{
	background: url("../images/blk8_btt_bgm.png") top center no-repeat;
	width: 95%;
	background-size: contain;
	height: 140px;
	margin-bottom: -5vw;
}
.stt h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}	
.japan h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.taiwan h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.korea h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.germany h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.uk h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.france h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.italy h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.switzerland h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.spain h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.netherlands h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.belgium h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.denmark h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}
.ukraine h3:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}	
	
/*元件調整*/
.collect_5x6 .s-row h4 {width: 46vw !important;}	
	
/*promotion三塊*/
.block_00 {background: none;}	
.block_00 ul { display: none;}
.scroll_words { display: none;}
.block_00 .kv_m {margin-top: 3vw;}	
.block_00 .kv_m a {margin: 0 2vw; padding: 0.5vw 0;}
	
/*五品特殊*/	
.special_5p_1 {
	background:none;
	padding-bottom: 2vw;
	margin: 3vw auto 0;
}	
.special_5p_1 .title_AA {margin-bottom: 2vw; height:auto;}	
.special_5p_1 .title_AA h2{ 
	position: relative;
	right:0; 
	padding: 0px; 
	top:0;
	font-size: 2.2rem;
	color: #fff;
	width: 100%;
	background: none;
	left: 0;
	}
.block_5 .special_5p_1 .title_AA h2{ background: none;}	
.special_5p_1 .title_AA h2:before { 
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
    margin-bottom: -2vw;
}	
.special_5p_1 .hightlight_5p ul li:first-child { height: auto;}	
.special_5p_1 .hightlight_5p ul li { height: auto;}	
	
/*按鈕*/
.button_go {margin: 6vw 0 10vw;}
.button_go a{
	text-align: center;
	width: 80vw;
	height: auto;
	line-height: 12vw;
	font-size: 2rem;
}	
}







/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 160px;
	top:10%;
	right:1%;
	padding:10px 10px 160px 10px;
	box-sizing: border-box;
	background:url("../images/menubar_bg.png")top center no-repeat;
	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:#3752a3;
	opacity:0.95; 
	color: #ffffff;
	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: #fff;
	text-decoration: none;
	position: relative;
	font-size:1.05rem;
	line-height: 1.2;
	font-family: 'Noto Sans TC', sans-serif; 
	font-weight: 900;
}
.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; border-bottom:1px dotted #c9c9c9;}
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #c9c9c9;}
.side-menu2 nav ul.area2 li{ border-bottom:1px dotted #fff;} /*選項字隔線色*/
.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: 100px;
    padding-top: 100px;
    margin:0 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:  #0a2546 !important; 
    background: none;
	font-family: 'Noto Sans TC', sans-serif; 
	font-weight: 900;
}

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



/*for mobile*/
menu{display:none;}
	@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{
/*	position:fixed;*/
	top:0;
	left:0;
	margin:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	background:#fe968b;
	z-index:999;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:.75px solid  #fff;
	border-bottom:.75px solid #fff;
	padding:5px 0;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
}
menu ul li a{
	color: #fff;
	font-size:1rem;
	line-height:1.4rem;
	font-family: 'Noto Sans TC', sans-serif; 
	font-weight: 900;
}

menu ul li:nth-child(5), menu ul li:nth-child(6), menu ul li:nth-child(7), menu ul li:nth-child(8) {border-bottom:none;}
menu ul li:nth-child(4), menu ul li:nth-child(8) {border-right:none;}
menu ul li a:hover{
	color: #0a2546;
	font-family: 'Noto Sans TC', sans-serif; 
	font-weight: 900;
}








 /*--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: #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{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:20px;background-position:50% 30%;}#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;}          } 