

.pword1{
padding:10px;
width:calc(100% - 40px);
font-size:15px;
color:#666666;
font-family:arial;
font-style:italic;
}

.divsea_load{
text-align:center;
padding-top:10px;
padding-bottom:10px;
}

.tasea{
width:100%;
font-size:14px;
font-family:arial;
color:#444444;
margin:0px;
line-height:1.2em;
border-bottom:2px solid #f1f1f1;
}
.tasea a{
padding-left:0px;
color:#444444;
display:inline-block;
width:100%;
transition:0.3s;
}
.tasea:hover a{
color:orange;
padding-left:10px;
width:calc(100% - 10px);;
transition:0.3s;
}

.tdsea1{
width:80px;
padding-left:6px;
padding-top:3px;
}
.tdsea2{
text-align:left;
padding-left:10px;
}
.tdsea1 img{
width:calc(100% - 4px);
padding:2px;
border:1px solid #cccccc;
}



.divsea{
width:320px;
position:absolute;
right:30px;
top:58px;
text-align:left;
display:none;
padding:0px;
background-color:white;
box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}



.divspace{
height:80px;
}

.divmess{
background-image:linear-gradient(to right,white,#588418);
width:100%;
display:none;
height:6px;
}
.divmess1{
padding-left:20px;
width:1180px;
margin:auto;
font-family:helvetica;
color:white;
font-size:13px;
letter-spacing:1px;
padding-top:6px;
font-family: "ubuntu";
padding-bottom:6px;
font-weight:300;
}

.search1{
display:inline-block;
width:20px;
margin-top:10px;
padding-left:10px;
padding-right:30px;
padding-top:6px;
padding-bottom:6px;
border:1px solid #cccccc;
border-radius:6px;
outline:none;
transition:0.3s;
background-image:url(https://alphagen.yida-design.com.tw/icon_search1.jpg);
background-repeat:no-repeat;
background-position:calc(100% - 10px) 50%;
}

.search1::placeholder{
color:white;
}

.search1:focus{
transition:0.3s;
width:calc(100% - 60px);

}

.search1:focus::placeholder{
color:#cccccc;
}


.a1{
display:inline-block;
padding-left:12px;
padding-right:12px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
font-size:15px;
color:#555555;
position:relative;
font-family: "ubuntu";
}

.a1 img{
height:0.6em;
display:inline-block;
padding-left:5px;
}


.logoimg{
width:160px;
transition:0.5s;
}
.logoimg-back{
width:150px;
transition:0.5s;
}

.table1{
display:table;
width:1200px;
margin:auto;
height:80px;
transition:0.5s;
}
.table1-back{
display:table;
width:1200px;
margin:auto;
height:60px;
transition:0.5s;
}

.tr1{
display:table-row;
}
.td1{
display:table-cell;
vertical-align:middle;
width:202px;
padding-left:20px;
padding-right:60px;
}
.td2{
display:table-cell;
vertical-align:middle;
}
.td3{
display:table-cell;
vertical-align:middle;
width:190px;
padding-right:30px;
text-align:right;
position:relative;
left:0px;
top:0px;
}

.divfix{
position:fixed;
left:0px;
top:0px;
width:100%;
z-index:19;
background-color:white;
box-shadow:0px 0px 6px #999999;
}













@keyframes top1{
0%{
top:-46px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
}
100%{
top:0px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}
}

.a1:hover .divlist{
animation-name:top1;
animation-duration:0.3s;
animation-fill-mode:forwards;
animation-timing-function:ease-out;
}

.divlist{
position:absolute;
left:50%;
transform:translateX(-50%);
width:160px;
top:-2000px;
}
.divlist_padd{
margin-top:66px;
padding-top:10px;
padding-bottom:10px;
border-radius:0px 0px 6px 6px;
background-image:linear-gradient(to bottom,#155109,#5B8220);
}
.a11{
display:block;
width:calc(100% - 30px);
padding-left:20px;
padding-right:10px;
padding-top:6px;
padding-bottom:6px;
color:white;
text-align:left;
font-size:15px;
transition:0.5s;
font-weight:300;

}
.a11:hover{
width:calc(100% - 40px);
padding-left:30px;
padding-right:10px;
transition:0.5s;
color:yellow;
}





@keyframes divposdm{
0%{
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
}
100%{
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}
}

@keyframes divdm{
0%{
filter:brightness(1.3);
}
100%{
filter:brightness(1);
}
}

.divposcircle{
position:absolute;
left:50%;
transform:translateX(-50%);
width:360px;
height:188px;
bottom:-150px;
background-color:white;
border-radius:50%;
box-shadow:0px -3px 8px #666666;
}

.divdm{
width:100%;
height:240px;
background-image:url(https://alphagen.yida-design.com.tw/backg1.jpg?n1=1);
background-size:cover;
background-position:0px 50%;
position:relative;

overflow:hidden;

animation-name:divdm;
animation-fill-mode:forwards;
animation-duration:2s;

}



.divposdm{
position:absolute;
top:50%;
display:inline-block;
left:55%;
width:360px;
transform:translateY(-50%);
font-size:18px;
color:#566666;
font-family:roboto;
font-weight:500;
background-color:rgba(255,255,255,0.8);
padding:20px;
font-style:italic;
line-height:1.2em;

animation-name:divposdm;
animation-fill-mode:forwards;
animation-duration:0.5s;
animation-delay:0.7s;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;


}























.h3b1{
width:100%;
margin:auto;
font-size:18px;
color:#00FFFF;
font-weight:normal;
padding-bottom:20px;
}

.logob1{
padding-bottom:20px;
}

.pb1{
width:100%;
margin:auto;
font-size:14px;
color:white;
letter-spacing:1px;
line-height:1.5em;
font-family:arial;
}

.divlineb1{
width:100%;
height:3px;
background-color:#00FFFF;
margin-bottom:20px;
border-radius:10px;
}

.tableb1{
display:table;
width:1200px;
margin:auto;
}
.trb1{
display:table-row;
}
.tdb1{
display:table-cell;
vertical-align:top;
width:220px;
padding-right:70px;
padding-left:30px;
}
.tdb2{
display:table-cell;
vertical-align:top;
width:250px;
padding-top:22px;
padding-right:50px;
}
.tdb3{
display:table-cell;
vertical-align:top;
padding-top:22px;
width:360px;
}
.tdb4{
display:table-cell;
vertical-align:top;
}

.divbase_rec1{
padding-top:60px;
padding-bottom:90px;
background-color:rgba(0,0,0,0.3);
}

.divbase_rec{
width:100%;
background-image:url(https://alphagen.yida-design.com.tw/back1.jpg?n1=2);
background-size:cover;
}





















.divfix_m1{
position:fixed;
left:0px;
top:0px;
width:100%;
z-index:19;
display:none;
background-image:linear-gradient(to right,#1A590D,#94AE1E);
}
.tam1{
width:100%;
height:40px;
}
.tdm1 td{
vertical-align:middle;
}
.tdm1{
width:30px;
padding-left:20px;
cursor:pointer;
}
.tdm1 span{
display:block;
width:100%;
margin-top:4px;
margin-bottom:4px;
height:2px;
background-color:white;
border-radius:6px;

text-align:left;
}
.tdm2{
text-align:center;
}
.tam1 img{
height:20px;
}
.tdm3{
padding-right:20px;
text-align:right;
width:30px;
cursor:pointer;
}



.div1{
display:none;
}

.listm1{
background-image:url(https://alphagen.yida-design.com.tw/icon_arrow_down.svg);
background-repeat:no-repeat;
background-position:calc(100% - 20px) 50%;
background-size:auto 0.8em;
}

.divrem1{
padding:10px;
text-align:right;
}
.divrem1 img{
height:20px;
}

.logom1{
padding-left:20px;
padding-top:10px;
padding-bottom:10px;
}

.am11{
display:block;
width:calc(90% - 23px);
margin:auto;
padding-left:20px;
font-size:16px;
color:white;
font-family:arial;
padding-top:10px;
padding-bottom:6px;
background-color:#336A11;
border-left:3px solid #AABB55;
border-bottom:1px solid #AABB55;
}

.am1{
display:block;
width:calc(90% - 20px);
margin:auto;
padding-left:20px;
font-size:16px;
color:#333333;
font-family:arial;
padding-top:10px;
padding-bottom:6px;

border-bottom:1px solid #cccccc;
}

.divback{
position:fixed;
left:0px;
top:0px;
width:100%;
height:100vh;
background-color:black;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;
z-index:22;
display:none;
}

.divfix_m3-open{
position:fixed;
left:0px;
top:0px;
width:260px;
height:100vh;
z-index:25;
background-color:white;
transition:0.5s;
}
.divfix_m3-close{
position:fixed;
left:-270px;
top:0px;
width:260px;
height:100vh;
z-index:25;
background-color:white;
transition:0.5s;
}





.divposcross{
position:absolute;
right:0px;
top:-100px;
}
.divposcross img{
height:20px;
}

.divsea1{
width:300px;
display:inline-block;
border:1px solid #222222;
position:relative;
}
.divsea1 input{
width:calc(100% - 70px);
height:20px;
padding-top:6px;
padding-bottom:6px;
padding-left:10px;
border:0px solid #cccccc;
outline:none;
display:block;
border-radius:4px 0px 0px 4px;
float:left;
}
.asea1{
display:block;
width:60px;
padding-top:6px;
padding-bottom:6px;
text-align:center;
color:white;
font-size:15px;
float:left;
background-color:#333333;
}
.asea1 img{
height:1em;
}



.divpossea{
position:fixed;
left:50%;
top:30%;
display:inline-block;
transform:translateX(-50%) translateY(-50%);
}
.psea{
width:100%;
text-align:center;
color:white;
font-size:18px;
font-family:arial;
}

.divfix_sea{
position:fixed;
left:0px;
top:0px;
width:100%;
height:100vh;
display:none;
z-index:19;
background-color:rgba(0,0,0,0.6);
}



.page1{
color:#666666;
}
.page3{
background-color:#f1f1f1;
color:#222222;
}

.tdpage3 a{
display:inline-block;
width:20px;
padding-top:6px;
padding-bottom:6px;
font-size:15px;
line-height:1em;
border:1px solid #f1f1f1;
text-align:center;
}

.tapage{
width:100%;
font-size:15px;
color:#666666;
padding-bottom:20px;
}
.tdpage2{
width:40px;
text-align:right;
padding-right:10px;
}
.tdpage3{
width:80px;

}







.divcrumb{
text-align:center;
font-size:14px;
color:#888888;
font-family:ubuntu;
padding-bottom:40px;
}
.cimg1{
height:0.7em;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;
}
.divcrumb img{
display:inline-block;
padding-right:10px;
padding-left:10px;
}

.divcrumb a{
 color:#888888;  
}

.icondash{
display:block;
margin:auto;
margin-bottom:10px;
}

.reverse{
transform:scale(-1);
}

.h21 img{
position:relative;
top:3px;
}

.h21{
width:100%;
font-weight:normal;
text-align:center;
font-size:23px;
color:#464646;
font-family:ubuntu;
padding-bottom:0px;
}
.h21 span{
display:inline-block;
padding-right:35px;
padding-left:35px;
}







.divre_credit{
display:inline-block;
position:relative;
left:0px;
top:0px;
}
.divre_credit:after{
content:"X";
display:inline-block;
position:absolute;
right:-10px;
top:-22px;
font-size:15px;
color:#111111;
(font:oswald)
}

.divfix_credit img{
width:45px;
}

.divfix_credit{
position:fixed;
left:0px;
top:20%;
background-color:rgba(255,255,255,0.5);
transform:translarteY(-50%);
z-index:11;
padding:15px;
padding-top:25px;
cursor:pointer;
box-shadow:0px 0px 6px #666666;
}







.divpanel{
min-height:460px;
overflow:hidden;
}


.br1{
width:90%;
height:1px;
clear:both;
}

.div1200{
width:1200px;
margin:auto;
}



a{
text-decoration:none;
}

body{
padding:0px;
margin:0px;
height:100vh;
scroll-behavior: smooth;
}


  /*
  font-family: Noto Sans TC, sans-serif;
    font-family: Noto Serif TC, serif;
*/


html{
line-height:1.5em;
padding:0px;
scroll-behavior: smooth;
margin:0px;
font-size:14px;
font-family: Microsoft JhengHei;
}

::selection {
background-color:#338FFF;
color:white;
}
::-moz-selection {
background-color:#338FFF;
color:white;
}

a{
cursor:pointer;
}



@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) ;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) ;
        opacity: 0;
    }
}


.text_overflow{
width:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  
  display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_overflow1{
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}






@media screen and (min-width:1px) and (max-width:1230px){


.table1{
width:100%;
}

.table1-back{
width:100%;
}


.tableb1{
width:100%;
}


.div1200{
width:100%;
}

}

@media screen and (min-width:1px) and (max-width:930px){


.sphome{
display:none;
}


}

@media screen and (min-width:1px) and (max-width:860px){


.td1{
width:160px;
}

.a1{
padding-left:8px;
padding-right:8px;
}


}

@media screen and (min-width:1px) and (max-width:1050px){


.td1{
padding-right:20px;
}
.td3{
width:130px;
padding-right:10px;
}


}

@media screen and (min-width:1px) and (max-width:1100px){


.divposcircle{
display:none;
}


}

@media screen and (min-width:900px) and (max-width:1100px){


.divdm{
height:190px;
}


}

@media screen and (min-width:750px) and (max-width:900px){


.divdm{
height:160px;
}


}

@media screen and (min-width:680px) and (max-width:750px){


.divdm{
height:160px;
}
.divposdm{
font-size:16px;
left:60%;
padding:10px;
}


}

@media screen and (min-width:560px) and (max-width:680px){


.divdm{
height:160px;
background-position:10% 50%;
}
.divposdm{
font-size:16px;
left:60%;
padding:10px;
}


}

@media screen and (min-width:1px) and (max-width:560px){


.divposcircle{
bottom:-160px;
display:none;
}


}

@media screen and (min-width:480px) and (max-width:560px){


.divdm{
height:130px;
background-position:10% 50%;
}
.divposdm{
font-size:15px;
left:55%;
padding:10px;
}


}

@media screen and (min-width:1px) and (max-width:480px){


.divdm{
height:100px;
background-position:10% 50%;
}
.divposdm{
font-size:14px;
line-height:1.1em;
left:55%;
display:none;
padding:10px;
display:;
}


}

@media screen and (min-width:850px) and (max-width:1100px){


.tdb1{
padding-right:30px;
}
.tdb2{
padding-right:30px;
}

.tdb3{
padding-right:30px;
}


}

@media screen and (min-width:850px) and (max-width:1000px){


.tdb4{
display:none;
}
.tdb3{
width:auto;
width:;
}


}

@media screen and (min-width:1px) and (max-width:850px){


.tableb1{
display:block;
}
.trb1{
display:block;
}
.tdb1{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
text-align:center;
}
.tdb2{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
text-align:center;
}
.tdb3{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
text-align:center;
}
.tdb4{
display:none;
}

.h3b1{
padding-bottom:10px;
}
.divlineb1{
margin-bottom:10px;
}


}

@media screen and (min-width:1px) and (max-width:460px){


.h3b1{
font-size:16px;
}

.logob1{
width:160px;
}


.divbase_rec1{
padding-top:30px;
}





.tdb3{
width:75%;
}



.divfix_m3-open{
width:230px;
}
.divfix_m3-close{
width:210px;
left:-220px;
}
.logom1{
width:150px;
}
.am1{

font-size:15px;
}



.divsea1{
width:220px;
}



.tdpage1 span{
display:none;
}
.tdpage1{

}



.divcrumb{
padding-bottom:20px;
}

.h21{
font-size:18px;
}
.h21 span{
display:inline-block;
padding-right:20px;
padding-left:20px;
}
.h21 img{
position:relative;
top:0px;
width:12px;
}



.divfix_credit img{
width:30px;
}
.divfix_credit{
padding:10px;
}


}

@media screen and (min-width:1px) and (max-width:360px){


.tdb2{
width:75%;
}


}

@media screen and (min-width:1px) and (max-width:790px){


.divfix{
display:none;
}
.divfix_m1{
display:block;
}
.divspace{
height:40px;
}


}

@media screen and (min-width:1px) and (max-width:600px){


.divcrumb img{
padding-left:3px;
padding-right:3px;    
}


.divcrumb{
font-size:13px;   

}

}

@media screen and (min-width:1px) and (max-width:740px){


.divfix_credit{
top:auto;
bottom:10px;
}


}
