


/*基本*/
body {margin: 0; padding:0 ; }
	@media screen and (max-width:1100px){
/*   	 	body { background: #000000;}*/

	}
.for_pc { display:block;}
.for_phone { display:none;}
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area1220 { margin:0 auto; width:1220px;}
	@media screen and (max-width:1100px){
		.Area { position: relative; width:100%; margin:0 auto; padding:0; text-align:center;margin-top:-2vw;  }
		.Area img {width:100%; height:100%; }
		.box1{margin-bottom: 0vw}
	}

.Area_top{height: 595px;}

.bgtop { position:relative; width:100%; height:100%; top: 50px; text-align:center; z-index:-5;}
.bgtop img { position: absolute ; left:50%;transform:scale(1) translate(-50%, -8%) ;}

/*******************************全BOX版面(背景設定)*******************************/

.WRAPPER {	position: relative;	display: block; margin: 0;	padding: 0; width: 100%;  min-width:1220px;text-align: center;background-color:#f7c9dd }
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER ul { list-style: none outside none;}
.WRAPPER li { }
	@media screen and (max-width:1100px){
		.WRAPPER {	min-height: inherit !important; }
		}

.title{
	display: inline;
	position: absolute;
	top: 35px;
    right: 25px;
	animation-fill-mode:both;
}

.title img{
	width: 100%;
}

.PD1{
	position: absolute;
	top: 72px;
	left: 30px;
	z-index: 1;
	
}

.PD1 img{
	width: 100%;
}

.PD2{
	position: absolute;
	top: 174px;
	left: 375px;

}

.PD2 img{
	width: 100%;
}


.mpd{
	position: absolute;
	top: 19vw;
    left: -5vw;
    width: 55%;
	opacity:0;
	transform: rotate(90deg);

}

.mpd2{
	position: absolute;
	top: 31vw;
    left: 33vw;
    width: 32%;
    opacity:0;
	transform: rotate(90deg);
}

/*******************************背景設定結束*******************************/


/*******************************PC-黏人精******************************
.fixarea { z-index: 99; display: none; position: fixed; right: 0; top: 0px; width: 36px; height:100%; background: #313131;}
.fixarea .fix_title { display: block; width: 100px; height: 33px;	margin: 0 auto;	font: bold 18px/29px "微軟正黑體", "Microsoft JhengHei", Arial; color: #000;	text-align: center;	background-image: url(fixbox_title.png?t=1733817993512);}
.fixarea .fix_main { display: block; width: 36px; height: auto;	background: #a0a0a0; margin: 0 auto;}
.fixarea .fix_main ul {	margin: 0;	padding: 0;}
.fixarea .fix_main ul li {	padding: 4px 0;	list-style-type: none;	border-bottom: dashed 1px #FFFFFF;	text-align: center;	background-color: #a0a0a0;}
.fixarea .fix_main ul li:last-child { border-bottom: none;	padding: 4px 0 8px 0;}
.fixarea .fix_main ul li a { display: block;	width: 100%;font: 18px/20px "微軟正黑體", "Microsoft JhengHei", Arial;color: #FFF;	text-decoration: none;}
.fixarea .fix_main ul li a b { font: 28px/28px "微軟正黑體", "Microsoft JhengHei", Arial;}

.fixarea .fix_other { display: block; width: 36px; height: auto; margin: 0 auto; }
.fixarea .fix_other ul { margin: 0; padding: 0;}
.fixarea .fix_other ul li { padding: 0; list-style-type: none; text-align: center; height: 60px; text-align: center;}
.fixarea .fix_other ul li:after  { content: ""; position: relative; top: 15px; right: -10px; display: block; width: 15px; height: 1px; background-color: rgba(255,255,255,0.7); }
.fixarea .fix_other ul li a { display: block; margin:30% 0% 0% 0%; font: 16px/20px "微軟正黑體", "Microsoft JhengHei", Arial; color: #FFF; text-decoration: none; }
.fixarea .fix_other ul li a:hover { background-color:#FF0; color:#000; transition: background 0.3s linear;}
	
.fixarea .fix_other ul  li .open{ color: #FF0; }
.fixarea .fix_other ul  li .open:hover{ color: #FF0; background: #313131; }




/**公版標題左右橫線設定**/
.WRAPPER .mainArea .pc .layout_1220_4x2_03 h2:before { content: ""; position: relative; float:left;  top:48px; left: 0px;  width: 410px; /* width: 500px;*/ display: inline-block; height:1px; background-color:#d49e62;}
.WRAPPER .mainArea .pc .layout_1220_4x2_03 h2:after { content: ""; position: relative; float:right;  top:48px; right: 0px;  width: 410px; /* width: 500px;*/ display:  inline-block; height:1px; background-color:#d49e62;}




/*******************************手機版設定*******************************/

/****@media screen and (max-width:736px){****/
	@media screen and (max-width:1100px){
		.for_pc { display:none;}
		.for_phone { display:block;}

		.WRAPPER {	position: relative;	display: inline-block; margin: 0; padding: 0; min-width: inherit; width: 100%; background:none !important}
		.WRAPPER .mainArea {position: relative;	display: block;	margin: 0 auto;	padding: 0;	width: 100%; z-index: 0;	text-align: center;	}

		/*****手機版背景色設定*****/
		.WRAPPER .mainArea .mobile { position: relative; margin: 0px; padding: 0px;	padding-bottom: 0px; max-width: auto; font-family: "微軟正黑體", "Century Gothic", "Microsoft JhengHei", Arial, Helvetica;
			background-color: #FFFFFF;	z-index: 1;
		}
		.WRAPPER .mainArea .mobile img { width:100% ; height:auto; border:0px; vertical-align:top;}
		.WRAPPER .mainArea .mobile ul { margin:0px; padding:0px; list-style:none outside none}
		.WRAPPER .mainArea .mobile li { margin:0px; padding:0px; float:left}
		.WRAPPER .mainArea .mobile a { text-decoration: none; font-size: 14px; color: #FF9933; } 

		/*版頭*/
		.WRAPPER .mainArea .mobile .hot-sale { margin:0% 0% 0% 0% ; padding:0% 0% 0% 0%; width:100%; overflow:hidden;}
		.WRAPPER .mainArea .mobile .hot-sale img { width:100%; height:auto;}

	}


		/*******************************手機版置頂滑動黏人精設定******************************
		
		.WRAPPER .mainArea .mobile .fixboxback{margin: 0% 0% 0% 0%; padding: 0% 0% 0% 0%; top: 0%; border:0; width: 100%; height: 40px;}
		.WRAPPER .mainArea .mobile .fixbox{margin: 0% 0% 0% 0%; padding: 0% 0% 0% 0%; position: fixed; z-index: 9999; top: 0%; border:0; width: 100%; height: 40px; background-color: #000000; overflow: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch;
			-moz-overflow-scrolling: touch; -ms-overflow-scrolling: touch; -o-overflow-scrolling: touch; overflow-scrolling: touch;
				   -webkit-animation:fade-in 1.5s; animation:fade-in 1.5s;}
		.WRAPPER .mainArea .mobile .fixbox ul{ width:1220px; padding:0; margin:0;}
		.WRAPPER .mainArea .mobile .fixbox ul li{ width:80px;}
		.WRAPPER .mainArea .mobile .fixbox ul li:after  { content: ""; position: absolute;  top:12px;display:block; width:1px; height:18px; background-color:#fff !important;}
		.WRAPPER .mainArea .mobile .fixbox ul li a { display:block; text-decoration:none;}
		.WRAPPER .mainArea .mobile .fixbox ul li .txt{ display:block; padding:0; width: 100%; height:50px; text-align:center; font-size:16px; line-height:40px;  color:#FFF; font:bold; font-family:"Century Gothic", "微軟正黑體", sans-serif;  background-size: 100% 100%; }
		.WRAPPER .mainArea .mobile .fixbox ul li .txt:hover{color:#e7ab01;}
		.WRAPPER .mainArea .mobile .fixbox ul li.open a{ color:#e7ab01;}
		.WRAPPER .mainArea .mobile .fixbox_toptext { z-index:999; position: fixed; top:0; border:0; width:80px; height: 40px; color:#e7ab01; text-align:center; font-size:16px; line-height:40px; font:bold; font-family:"Century Gothic", "微軟正黑體", sans-serif; letter-spacing:-1px;  color:#e7ab01; background-color: #000; 
																										-webkit-animation:fade-in 1.5s; animation:fade-in 1.5s;}
		.WRAPPER .mainArea .mobile .fixbox_toptext:after  { content: ""; position: absolute;  top:11px;  right:0px; display:block; width:1px; height:18px; background-color:#fff !important;}
		.WRAPPER .mainArea .mobile .fixbox_toptext:before { content: ""; display: block; position: absolute; top:0px; right:-16px; width:16px; height:38px;  background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.7) -2%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 120%);}
    */

		/*******************************手機版置頂滑動黏人精設定結束*******************************/


		#gotop { display:none; border-radius:20px; position:fixed; padding:8px 9px 4px 9px; right:30px; bottom:30px; font:12px/30px  Verdana;background:#777 url(gotopBtnBk.png?t=1733817993513) no-repeat center 7px; color:#fff; cursor:pointer; z-index:5}
		#gotop { filter:alpha(opacity=60); -moz-opacity:0.7; opacity:0.7}
		@media screen and (max-width:640px){
			#gotop { right:10px; bottom:60px;
			}


		}



/******************************************************************************************************/

/*******************************PC-黏人精*******************************/

.advisoryArea_R { z-index: 99; display: block; position: fixed; right: 0; top: 0px; width: 36px; height:100%; background: #313131;}

/**/
.advisoryArea_R .meneu { display: block; width: 36px; height: auto; margin: 0 auto; }
.advisoryArea_R .meneu dd { margin: 0; padding: 0;}
.advisoryArea_R .meneu dd { padding: 0; list-style-type: none; text-align: center; height: 60px; text-align: center;}
.advisoryArea_R .meneu dd:after  { content: ""; position: relative; top: 15px; right: -10px; display: block; width: 15px; height: 1px; background-color: rgba(255,255,255,0.7); }
.advisoryArea_R .meneu dd a { display: block; margin:30% 0% 0% 0%; font: 16px/20px "微軟正黑體", "Microsoft JhengHei", Arial; color: #FFF; text-decoration: none; }
.advisoryArea_R .meneu dd a:hover { background-color:#FF0; color:#000; transition: background 0.3s linear;}


/*選單*/
.topnavArea img:first-child {display:none;}
.topnavArea a:hover img,
.topnavArea .selected img {display:none;}
.topnavArea a:hover img:first-child,
.topnavArea .selected img:first-child {display:inline-block;}
.meneuon {display:none}
.selected .meneuon { display:inline}
.selected .topnavArea {display:none}

.advisoryArea{ z-index: 99; position:absolute; top:20px; margin: 0 auto ; width:1220px; background: rgba(255,255,255,.5) ; overflow: hidden; }
.advisoryArea .logo {position: absolute; top:10px; left: 17px; margin: 0 ; transition-property: height;  transition-duration: 0.4s; transform-origin: center top;}
.advisoryArea .meneu { position:relative; margin:0 0 0 281px; padding:0; width:938px; overflow: hidden;}
.advisoryArea .meneu::after {content:"";clear: both;}
.advisoryArea .meneu dd { float:left; z-index: 1; position:relative; margin:0px; padding:0px; cursor:pointer;}
.advisoryArea .meneu dd::after { content: ""; position: absolute; left: -1px; top:12px; width: 1px; height:50px; display: block;background: rgba(0,0,0,0.2);}
.advisoryArea .meneu dd:first-child::after {display: none;}
.advisoryArea .meneu dd span { display:block;  width:85px;text-align: center;font: 16px/74px "微軟正黑體";}
.advisoryArea .meneu dd span a { text-decoration: none; color:#313131; transition-duration: 0.4s;}
.advisoryArea .meneu dd:hover span { color: #515151;}
.advisoryArea .meneu dd.selected, .advisoryArea .meneu dd.selected span a { color: #FFF;}
.advisoryArea .meneu .bar {position:absolute; /*left: 0;top:0;*/z-index: 0; width:85px; height:74px; background:#313131; transition-duration: 0.4s;  transition-property: background;}

.advisoryArea.fix{ position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; background: rgba(255,255,255,1) ;box-shadow: 5px 0 5px rgba(0,0,0,0.2);}
.advisoryArea.fix .logo { transform: scale(0.62); margin: -5px 15px 0 17px; transition-property: transform;}
.advisoryArea.fix .meneu dd::after { height:28px; left: -1px; top:7px;}
.advisoryArea.fix .meneu dd span { width:85px; font: 16px/42px "微軟正黑體";}
.advisoryArea.fix .meneu dd span a { text-decoration: none; color:#313131; transition-duration: 0.4s;}
.advisoryArea.fix .meneu dd.selected, .advisoryArea .meneu dd.selected span a { color: #FFF;}


	@media screen and (max-width:1100px){
	.menutableArea {position:relative; margin:0 auto; width:100%;}
	.tabcontent {position:relative; margin:0 auto; width:100%;background-color: #f7c9dd;}
	}


/*.fixedbox a img {padding:5px}
.fixedbox a img:hover { background-color:rgba(255, 255, 255, 0.25)}
*/
.displaynone_but { display:none;}

iframe#autoHeightframe { min-height: 1000px; }
iframe#autoHeightframe_m { max-width: 700px; }


.momologo { z-index:2; position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
/*.momologo-white a path { fill:#ffffff; }LOGO 白色*/
    @media screen and (max-width:767px){
        .momologo { display:none;}
    }


/*2020/05/22增加黏人精(白色款)*/
.fixed_Area_Money {z-index:999; position:fixed; top:15%; right:2%; width:175px; font-weight:800; font-size:16px; line-height:65px; font-family:Century Gothic, "微軟正黑體",Helvetica; text-align:center;
			-webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); -webkit-transform-origin:top right; transform-origin:top right;background-color:rgba(255,255,255,0.8);
			  -webkit-transition: all 0.2s ease;
				 -moz-transition: all 0.2s ease;
				  -ms-transition: all 0.2s ease;
				   -o-transition: all 0.2s ease;
					  transition: all 0.2s ease;}
.fixed_Area_Money a { display:block; text-decoration: none; color: #231815;}
.fixed_Area_Money img {-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.fixed_Area_Money .box ul { margin:0; padding:0 5px; list-style:none; overflow: hidden;}
.fixed_Area_Money .box li { float: left; width: calc( 50% - 1px); margin:0; padding:0; border-bottom:1px solid #231815;  height:65px; box-sizing: border-box; cursor: pointer;}
.fixed_Area_Money .box li:nth-child(odd) {  width: 50%;  border-left:1px solid #000;}
.fixed_Area_Money .box li:nth-child(1){  width: 100%;  border-right:1px solid #000;border-top:1px solid #000;border-bottom:0px solid #000;}
.fixed_Area_Money .box li:nth-child(2), .fixed_Area_Money .box li:nth-child(3) { border-top:1px solid #231815;}

.fixed_Area_Money .box li a { letter-spacing:-1px;height:65px; overflow:hidden;}
.fixed_Area_Money .box li:hover { background-color:#231815;}
.fixed_Area_Money .box li:hover a{ color:#FFF;}
.fixed_Area_Money .box li.cate-hover { background-color:#231815; }
.fixed_Area_Money .box li.cate-hover a{ color:#FFF;}

.fixed_Area_Money .box .Money_logo { margin:0; padding:0;}
.fixed_Area_Money .box .Money_gotop { margin:0; padding:0; }
.fixed_Area_Money .box .Money_gotop img{ vertical-align: middle;}
	/*快速導覽*/
  .fixed_Area_Money h3.hide{ opacity: 0;}
  .fixed_Area_Money h3 { opacity: 1; position: absolute; z-index: -1;  top: 0px; right: -25px;margin:0; padding:35px 0 0 0; border-radius:10px; width:60px; height:45px; font-size: 16px; line-height:30px; writing-mode: tb-lr; writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr; background-color:rgba(255,255,255,0.6); text-align:left; cursor:pointer;
			-webkit-transform-origin:top left; transform-origin:top left;
			  -webkit-transition: all 0.2s ease;
				 -moz-transition: all 0.2s ease;
				  -ms-transition: all 0.2s ease;
				   -o-transition: all 0.2s ease;
					  transition: all 0.2s ease;}
	.fixed_Area_Money h3 i { position: absolute; top:-2px; right:9px; display:block; width:50px; height:50px; cursor:pointer;}
	.fixed_Area_Money h3 i:before { content: ""; position:absolute; top:41%; left:37%; display:block; border:1px solid #000; border-width:0 1px 1px 0; width:15%; height:15%; -webkit-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
			/*黑色款*/
			.fixed_Area_Money.fixed_Area-dark a { color: #fff;}
			.fixed_Area_Money.fixed_Area-dark .box li { background-color:rgba(0,0,0,0.5);}
			.fixed_Area_Money.fixed_Area-dark .box li a:hover { background-color:rgba(0,0,0,1);}
			.fixed_Area_Money.fixed_Area-dark .box li.cate-hover { background-color:rgba(0,0,0,1);}
            .fixed_Area_Money.fixed_Area-dark h3 {background-color:rgba(0,0,0,0.5);color: #fff; }
            .fixed_Area_Money.fixed_Area-dark h3  i:before { border-color:#fff;}



			/*收合黏人精*/
			.fixed_Area_Money.fixed_Area_hide { -webkit-transform:translate3d(215px,0,0); transform: translate3d(215px,0,0); }
			.fixed_Area_Money.fixed_Area_hide h3 { -webkit-transform: translate3d(-175px,0,0); transform: translate3d(-175px,0,0); 
											 -webkit-transition-delay:0.2s; transition-delay:0.2s;}



											 
											 
/**/
/*
@-webkit-keyframes height{
	0% { height: 0px;}
	100% { height: 40px;}
}

@keyframes height{
	0% { height: 0px;}
	100% { height: 40px;}
}
*/
