@charset "utf-8";
/* CSS Document */

/*回版頭*/
#gotop { display: none; position:fixed; z-index:5; right:20px; bottom:30px;padding:10px 10px 3px 10px; border-radius:50px; font:12px/30px Verdana; text-align:center; color:#000;  background-color:rgba(255,255,255,0.7); cursor:pointer;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;}
#gotop:hover { padding-top:40px; background-color:#fff;} 
#gotop::before { content: ""; position:absolute; top:7px; left:18px; width: 0; height: 0; border: 4px solid #000; border-color: transparent transparent #000; }
	@media screen and (max-width:767px){
		#gotop { right:20px; bottom:20px; }
	}
	






/*區塊_all*/
.Area { z-index:1; position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; }
.Area a { position:relative; display:block;} 
.Area .go_bt {
  -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;}
.Area .go_bt:hover {
  -webkit-transform: scale(.94,.94);
	 -moz-transform: scale(.94,.94);
	  -ms-transform: scale(.94,.94);
	   -o-transform: scale(.94,.94);
		  transform: scale(.94,.94);}
.Area1220 { margin:0 auto; width:1220px;  position:relative;}
.Area960 { margin:0 auto; width:960px;  position:relative;}
	@media screen and (max-width:767px){
		.Area {}
		.Area .go_bt:hover { 
		  -webkit-transform:none;
			 -moz-transform:none;
			  -ms-transform:none;
			   -o-transform:none;
				  transform:none;}
		.Area1220 { width:100%;}
		.Area960 { margin:0 auto; width:100%;}
	}



	
/*黏人快速鍵(白色款)*/
.fixed_Area {z-index:999; position:fixed; top:50px; right:0px; width:100px; border-radius:100px; font-weight:800; font-size:16px; line-height:48px; 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;
			  -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 a { display:block; text-decoration: none; color: #fff; background-color:rgb(238, 137, 166);}
.fixed_Area 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 .box ul { margin:0; padding:0; list-style:none;}
.fixed_Area .box li { margin:0 0 0 -3px; padding:0; height:48px; background-color:rgb(255, 198, 119);}
.fixed_Area .box li a { letter-spacing:-1px;}
.fixed_Area .box li a:hover { background-color:rgb(162, 82, 105);}
.fixed_Area .box h2 { margin:0; padding:0;}
/*快速導覽*/
.fixed_Area h3 { position: absolute; top:100px; right:-50px; margin:0; padding:35px 0 0 0; border-radius:10px; width:48px; height:82px; 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 h3 i { position: absolute; top:0; right:0; display:block; width:50px; height:50px; cursor:pointer;}
.fixed_Area 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.fixed_Area-dark a { color: #9596B9;}
.fixed_Area.fixed_Area-dark .box li { background-color:#0B1A37;}
.fixed_Area.fixed_Area-dark .box li a:hover { background-color:rgba(0,0,0,1);}
.fixed_Area.fixed_Area-dark h3 {background-color:rgba(0,0,0,0.5);color: #fff; }
.fixed_Area.fixed_Area-dark h3  i:before { border-color:#fff;}
/*收合黏人精*/
.fixed_Area.fixed_Area_hide { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); }
.fixed_Area.fixed_Area_hide h3 { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); 
											 -webkit-transition-delay:0.2s; transition-delay:0.2s;}


/*Phone置頂滑動選單*/
.m_fixarea{ z-index:999;  position: fixed; top:0; top:inherit; left:0; margin:0; padding:0; overflow: scroll; overflow-y: hidden; border:0; width: 100%; height: 40px; 
  box-shadow:0 0 10px rgba(0,0,0,0.3);
			  -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; overflow:hidden;}
.m_fixarea:after  { content: ""; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background-color: rgba(255,255,255,0.95);
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
            transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
            transition-property: background-color, -webkit-backdrop-filter;
            transition-property: background-color, backdrop-filter;
            transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;}		
	
.m_fixarea ul { margin:0;  padding:0; list-style: none;}
.m_fixarea ul li{ width:80px;}
.m_fixarea ul li:after  { content: ""; position: absolute;  top:12px; /* right:0px; */display:block; width:1px; height:18px; background-color:#f2f2f2 !important;}
.m_fixarea ul li a { display:block; text-decoration:none;}
.m_fixarea ul li .txt{ display:block; padding:0; width: 100%; height:50px; text-align:center; font-size:16px; line-height:40px;  color:#000; font:bold; font-family:"Century Gothic", "微軟正黑體", sans-serif;  background-size: 100% 100%; }
.m_fixarea ul li .txt:hover{color:#F00;}
.m_fixarea .fixbox { margin-left:80px; overflow:hidden;}
.m_fixarea .fixbox_toptext { z-index:1000; position: fixed; top:0; top:inherit; 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:#F00; }
.m_fixarea .fixbox_toptext:after  { content: ""; position: absolute;  top:11px;  right:0px; display:block; width:1px; height:18px; background-color:#000 !important;}
.m_fixarea .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%);*/}


/*通知浮層*/
.agreeArea { z-index:1; position:relative; top:5%; margin:0 auto 30px; width:94%; max-width:700px; font-family:"Century Gothic", "微軟正黑體", sans-serif;}
.agreeArea img{ width:100%; height:auto;}
.agreeArea .box { border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color:#fff; overflow:hidden;}
.agreeArea .box .txtArea { height:600px; overflow:auto; overflow-y:auto; -webkit-overflow-scrolling:touch; padding:0 15px;}
.agreeArea .box h3 { margin:0; padding:0; height:3rem; font-size:1.25rem; font-weight:800;line-height:3rem; text-align:center; color:#000; background-color:#ffd710;}
.agreeArea .box p { margin:15px auto; margin-top:1rem; padding:0 20px; text-align:center; font-size:1.2em; text-align:left; line-height:1.5em; color:#000;}
.agreeArea .box p b { display:block; padding-bottom:0px;}
.agreeArea .box p span { }
.agreeArea .box .qrcodeimg { text-align:center; }
.agreeArea .box .qrcodeimg a { color:#006afe;}
.agreeArea .box .qrcodeimg img { width:100%; height:auto;}
.agreeArea .box .agree_table table { margin:20px auto; border-collapse:collapse; width:90%; text-align:center;}
.agreeArea .box .agree_table th { padding:5px; border:1px solid #CCC; width:33%; font-size:0.9em; }
.agreeArea .box .agree_table td { padding:5px; border:1px solid #CCC; font-size:0.9em; }
.agreeArea .box .agree_table th a{ color:#c70026; text-decoration:underline;}
.agreeArea .box .xxx{ display:block; width:80%; height:40px; font-size:1.5em; text-align:center; line-height:40px; color:#FFF; background-color:#7048A0; margin:0 auto; margin-bottom:20px; margin-top:10px; font-weight:bold; border-radius:10px;}
.agreeArea .box ul,
.agreeArea .box ol { margin:0;}
.agreeArea .box li { margin:0 20px 10px 0px; font-size:1em; text-align: left; line-height:1.5em;}
	/*答題浮層*/
	.agree_live .box p { color:#F00;}
	.agree_live .box dl { margin:5px 20px; clear:both;}
	.agree_live .box dt { padding:10px; border-radius:4px; color:#fff; background-color:#0C72EE; }
	.agree_live .box dt b { font-size:18px; color:#fff;}
	.agree_live .box dd { margin:0; padding:0; font-weight:800;}
	.agree_live .box dd ul { margin:0; padding:0;}
	.agree_live .box dd li { margin:0; padding:0px; list-style: none outside none;}
	.agree_live .box dd li:nth-child(even) { background-color:#fafafa;}
	.agree_live .box input { position:relative; top:2px; top:0px; margin:0px 8px 0px 0px; margin:0px 3px 0px 0px; margin:0px 3px 0px 0px}
	.agree_live .box label { display:block; padding:10px; white-space:nowrap}
						  .agreeArea li label span{width: 3em;text-align: center;display: inline-block;}
						  .agreeArea li.xx label span::after{content:"X";color: red;}
						  .agreeArea li.oo label span::after{content:"O";color: green;}

.agreeArea .box dd li:hover,
.agreeArea .box dd li:active{ background-color:rgba(255,215,16,0.2)}

	@media screen and (max-width:767px){
		.agreeArea .box .txtArea { padding:0 1vw;}
	}



/*浮層嘿嘿*/
.blackBox_play {}
.blackBox { display:none; z-index:99; position:fixed; top:0px; left:0px; width:100%; height:100%; background-color: rgba(34,34,34,0.75); }
.blackBox * { font-family:"微軟正黑體"; box-sizing:border-box;}
.blackBox  a { text-decoration:none;}
/*浮層基本*/
.blackBox .box .yn_box { width: 80%;margin: 0 auto;}
.blackBox .box .button {box-shadow: 0 2px 0 #000;; width: 44%;margin: 5% 2%;display: inline-block;background-color: #FFCE00;border-radius:60px;  text-align:center; font-size:1.25rem; line-height:2rem; font-weight:bold;}
.blackBox .box .button a{color: #000;}
.blackBox .box .but-close { clear:both; width:100%;}
.blackBox .box .but-close a { display:inline-block;  width:100%; height:100%; color:#333;}
.blackBox .box h3 span.close { position:absolute; top:6px; right:5px; display:block; border:2px solid #333; border-radius:5px; width:63px; height:33px; font-size:1rem; line-height:2rem; text-align:center;}
.blackBox .box h3 span.close a { display:inline-block; width:100%; height:100%; color:#333;}
.blackBox .Boxclose { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: transparent;}
.blackBox .box h4 {height: 3rem; font-size: 0.8rem; font-weight: 100; text-align: center; color: #000;}

/*蓋板選單*/
.fix_list{ z-index: 15; position: fixed; top: 0; right:0; height:100vh; width:0; transition: all 0.8s ease; }
.fix_list::after{ z-index: 20; content:" "; position: fixed; right: 0; top:0; display: block; width: 40vw;height: 100vh; background-color:#1c6a7b;  opacity: .5; transform: translateX(100%); transition: all 0.8s ease;}

.fix_list.active{ opacity: 1; transform: translateX(0); height:100vh; width:40vw; }
.fix_list.active::after{ opacity: 1; transform: translateX(0); height:100vh; width:40vw; }
.fix_lista a{ text-decoration:none; display: block;}

.click_btn{ z-index:999; position: fixed; right: 5px; top:5px;}
.texthere{ z-index: 21; position: absolute; top:10%; left: 0; width: 40vw; text-align: center; transform: translateX(100%); transition: all .5s ease;}
.texthere.active{ opacity: 1; transform: translateX(0); animation-delay: 0.2s; }

.texthere .alink { color: #ffce93;font-size: 4.5vw;line-height: 2.5; font-weight: 300; }
.texthere .alink.active{ }
.texthere span {color: #7D7D7D;font-size: 3vw;}

nav {  position: absolute; right: 0;  top: 0; width: 50px; height: 50px;}
.menu-icon { position: relative; background: transparent;  width: 50px; height: 50px; margin: 0px;    cursor: pointer;}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {  position: absolute; cursor: pointer;  border-radius: 1px;  height: 2px;  width: 30px;  background: #ffffff;   left: 20%;  top: 50%;  display: block;  content: '';  transition: all 0.5s ease-in-out;}
.menu-icon span:before { left: 0;  top: -10px;}
.menu-icon span:after { left: 0;  top: 10px;}

/*點擊後中間消失*/
.menu-icon.close span {  background-color: transparent;}
/*上下往中間移*/
.menu-icon.close span:before,
.menu-icon.close span:after {  top: 0;}
/*旋轉成X*/
.menu-icon.close span:before {  transform: rotate(135deg);}
.menu-icon.close span:after {  transform: rotate(-135deg);}




  
  /*PC*/
	@media screen and (min-width:768px){ 
      .fix_list{ width:auto; }
      .fix_list::after{ height: 100vh; }
      .fix_list.active{ opacity: 1; width:25%; }
      .fix_list.active::after{ opacity: 1; width:25vw; }
      .texthere{  width: 25vw;}
      .texthere .alink { font-size: 20px;line-height: 2; font-weight: 500; }
		  .texthere span {color: #7d7d7d;font-size: 12px;}
    
	}




