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

/*基本*/
body{ margin: 0; padding: 0;}


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica;  }
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*PC背景*/
@media screen and (min-width:768px){
  }


@media screen and (max-width:767px){
.mo_top { z-index:-40; position:absolute; top: 10vw; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
.mo_top2 {z-index:-30;position:absolute;top: 46vw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}
.m_repeat_bg {z-index: -35;position:absolute;top: 137vw;left:0;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;background-size: 100%;}
.m_repeat_bg2 {z-index:30;position:fixed;top: 117vw;left:0;width: 100%;height:100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}
}

  


/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
.for_m { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
        .for_m { display: inherit !important;}
	}


/*Area_txt(有設計的區標PC手機共用)*/
@media screen and (min-width:768px){
	.Area_txt {z-index:100 ; margin:0px auto 10px!important; }
	.Area_txt img {width:840px; }	  
}
@media screen and (max-width:767px){
		.Area_txt {z-index:100 ;width:100%;margin:5vw auto 0vw; }
	  .Area_txt img {width:100%;}
}


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

  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}

}


/* 版頭_第一區 */
@media screen and (min-width:768px){
.Area_top { height: 100% ; position: relative; background-color: #edf8ff ; }
.Area_top .toppd { z-index:1;position: relative; top: 0; left: 0 ; width: 100%; }
}
@media screen and (max-width:767px){
.Area_top { height: 100% ; background-color: #edf8ff ;}
.Area_top .toppd { z-index:1;position: relative; top: 0vw ; left: 0; width: 100%; }
}


/* 間距 */
.Area_bottom { margin-bottom: 100px !important; }
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 7vw!important; }
}



/* 第二區 */
@media screen and (min-width:768px){
  .Area_active { background-color: #edf8ff ; }
  .Area_active .layout_active { width: 96%; padding: 60px 0 50px 0; }
  .Area_active .layout_active ul{ grid-gap: 1em; }
}
@media screen and (max-width: 767px){
  .Area_active { background-color: #edf8ff ; }
  .Area_active .layout_active { width: 96%; padding: 4vw 0 3vw 0 ; }
  .Area_active .layout_active ul{ grid-gap: .5em; }
}


/* 第三區 */
@media screen and (min-width:768px){
  .Area_hot { margin-bottom: -50px ; margin-top: -30px; }
  .Area_hot .layout_hot { width: 96%;  }
  .Area_hot .layout_hot ul{ grid-gap: 2em; }
}
@media screen and (max-width: 767px){
  .Area_hot { margin-bottom: -5vw; }
  .Area_hot .layout_hot { width: 96%;  }
  .Area_hot .layout_hot ul{ grid-gap: 1.5em; }
}



/*區塊標題*/
.Area .title02 { padding: 0; margin: 0 auto 20px; width: 100%; z-index: 2;}
.Area .title02 ul { padding: 0; grid-gap: 0;}
.Area .title02 ul li { background-color: transparent; pointer-events: none;}
.Area .title02 ul li .PD_into { padding: 0;}
.Area .title02 ul li h5 { padding: 0; margin: 0; font: bold 60px/70px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica ; color: #212121;}
@media screen and (max-width:767px){
  .Area .title02 { width: 100%; margin: 0 auto 3% ;}
  .Area .title02 ul li h5 { font: bold 6.2vw/5vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;}
}



