@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; max-width: 2000px; overflow: hidden; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; background-color: #eeeeee; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none;}
		@media screen and (max-width:767px){
		.WRAPPER { min-width: inherit; /*padding-bottom:150px;*/ width:100vw;}
		.WRAPPER img {  width:100%;  height:auto;}
	}
	
/*背景*/
.bg02 { z-index:0; position: absolute; top:0; left:50%; transform: translateX(-50%); width:100%; min-width:1220px; height:100%; background-repeat:no-repeat; background-position:center top; background-image:url(bgtop.png?t=1730431527282);}
  @media screen and (max-width:767px){
    .bg02 { position: absolute; min-width: inherit; height: 100%; background-image: url(m_bgtop.png?t=1730431527282); background-size: 100%; background-repeat: no-repeat;}
  }

/* --------------------------------------
 * 背景
 * -------------------------------------- */

/*區塊背景-共用設定*/
.Area .box_bg .bg_ { z-index: -1; position: absolute; left: 0px; width: 100%; background-position: center top; background-repeat: no-repeat; pointer-events: none;}
  @media screen and (min-width: 768px) {
    .Area .box_bg { pointer-events: none; position: absolute; top: 0; left: 50%; width: 100%; margin: 0px auto; height: 100%; transform: translate(-50%, 0px);}
    .Area_get .box_bg .bg_1 { z-index: 1; top: -50px; height: 100%; background-image: url("Area_get_decoBG.png?t=1730431527282"); background-repeat: repeat-y; pointer-events: none;}
  }




/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; z-index:0;}
.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; position: relative }
.Area960 { margin:0 auto; width:960px;}
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
		/*區塊_切割*/
		.Area_1bn { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_1bn a { float:left; margin:0 0 2% 0; padding:0; width:100%; list-style: none;}
		.Area_2bn { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_2bn a { float:left; margin:0 1% 2%; padding:0; width:48%; list-style: none;}
		.Area_3bn { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_3bn a { float:left; margin:0 1% 2% ; padding:0; width:31.3%; list-style: none;}
		.Area_1bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_1bn_nopadding a { float:left; margin:0; padding:0; width:100%; list-style: none;}
		.Area_2bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_2bn_nopadding a { float:left; margin:0; padding:0; width:50%; list-style: none;}
		.Area_3bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
		.Area_3bn_nopadding a { float:left; margin:0; padding:0; width:33.3%; list-style: none;}
	}




/* --------------------------------------
 * page 輪播微調
 * -------------------------------------- */

/*輪播樣式調整--按鈕/小圓點/進度條*/
/*.Area_boxstyle_pagination .swiper-pagination-bullet { border-radius: 20px; width: 6px; height: 6px;
  -webkit-transition: opacity .3s, background-color .3s, width .3s;
          transition: opacity .3s, background-color .3s, width .3s;
  -webkit-transition-delay: .3s, .3s, 0s;
          transition-delay: .3s, .3s, 0s;}
.Area_boxstyle_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.Area_boxstyle_pagination .swiper-pagination-bullet { background-color: #fff; opacity: 0.4;}
.Area_boxstyle_pagination .swiper-pagination-bullet-active { background-color: #fff; opacity: 1;}
.Area_boxstyle_pagination-white .swiper-pagination-bullet { background-color: #fff; opacity: 0.4;}
.Area_boxstyle_pagination-white .swiper-pagination-bullet-active { background-color: #fff; opacity: 1;}*/
.Area_boxstyle_button { color: #333; /*text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);*/ -webkit-transition: 0.2s; transition: 0.2s;}
/*.Area_boxstyle_button:hover { color: #fff; text-shadow: inherit;}*/
.Area_boxstyle_button.swiper-button-next::after,
.Area_boxstyle_button.swiper-button-prev::after { -webkit-transform: scale(0.8); transform: scale(0.8);}
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; width: calc(var(--swiper-navigation-size) * 1.5); height: calc(var(--swiper-navigation-size) * 1.5);}
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before { background-color: rgba(0, 0, 0, 0.25); opacity: 0;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
          box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
          transition: 0.2s;}
.Area_boxstyle_button.swiper-button-next::before { left: 45%;}
.Area_boxstyle_button.swiper-button-prev::before { left: 55%;}
.is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.is-showhover2.Area_boxstyle_button.swiper-button-prev::before { width: calc(var(--swiper-navigation-size) * 2); height: calc(var(--swiper-navigation-size) * 2);}
.is-showhover2.Area_boxstyle_button.swiper-button-next::before { border-radius: 50% 0 0 50%; -webkit-transform: translate(-40%, -50%); transform: translate(-40%, -50%);}
.is-showhover2.Area_boxstyle_button.swiper-button-prev::before { border-radius: 0 50% 50% 0; -webkit-transform: translate(-60%, -50%); transform: translate(-60%, -50%);}
.is-showhover.Area_boxstyle_button.swiper-button-next:hover::before,
.is-showhover.Area_boxstyle_button.swiper-button-prev:hover::before { opacity: 1;}
  /*配色*/
  .Area_boxstyle_button.swiper-button-next::before,
  .Area_boxstyle_button.swiper-button-prev::before {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0 0 1px 1px #7bc3f4;
            box-shadow: inset 0 0 1px 1px #7bc3f4;}

  .Area_boxstyle_box .is-showhover2.Area_boxstyle_button.swiper-button-next::before,
  .Area_boxstyle_box .is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0 0 1px 1px #7bc3f4;
            box-shadow: inset 0 0 1px 1px #7bc3f4;}
  .Area_boxstyle_box2b .is-showhover2.Area_boxstyle_button.swiper-button-next::before,
  .Area_boxstyle_box2b .is-showhover2.Area_boxstyle_button.swiper-button-prev::before { background-color: rgba(11, 81, 146, 0.8);}
  .Area_boxstyle_button-white { color: #fff;}
  .Area_boxstyle_button.swiper-button-next:after,
  .Area_boxstyle_button.swiper-button-prev:after { -webkit-transform: scale(0.8); transform: scale(0.8);}
  .Area_boxstyle_button-white.swiper-button-next::before,
  .Area_boxstyle_button-white.swiper-button-prev::before { -webkit-box-shadow: inset 0 0 1px 1px #fff; box-shadow: inset 0 0 1px 1px #fff;}
  .Area_boxstyle_button-color2 { color: #1A3117;}
  .Area_boxstyle_button-color2.swiper-button-next::before,
  .Area_boxstyle_button-color2.swiper-button-prev::before { -webkit-box-shadow: inset 0 0 1px 1px #1A3117; box-shadow: inset 0 0 1px 1px #1A3117;}
  .Area_boxstyle_scrollbar.swiper-scrollbar { left: 2%; width: 96%; height: 3px; background-color: rgba(0, 0, 0, 0.2);}
  .Area_boxstyle_scrollbar .swiper-scrollbar-drag { background: #fff;}
  .Area_boxstyle_scrollbar-white .swiper-scrollbar-drag { background: #fff;}

/*輪播調整*/
.Area_swiper .PD_layout ul { display: flex; grid-gap: 0; padding: 0;}
  @media screen and (min-width: 768px) {
    .Area_swiper { /*margin: 0 5px;*/ padding: 10px 57px 3px;}
    .Area_swiper img { width: 100%; height: auto;}
    /*hover完整圓圈用
    .swiper-button-next { right: 20px;} 
    .swiper-button-prev { left: 20px;}*/
  }
  @media screen and (max-width: 767px) {
    .Area_swiper { margin: 0; padding: 2vw 4.2% 1vw; width: 100%;}
  }





/*版頭*/
.Area_top { height: 582px;}
.Area_top .btn_nav { position: absolute; top: 441px; left: 234px; animation-delay: 0.9s;}
	@media screen and (max-width:767px){
		.Area_top { height: 61.5vw;}
	}


/*最強神隊友*/
.Area01 {}
	@media screen and (min-width:768px){
    .Area01 { margin-bottom: 78px;}
    .Area01 .deco01 { position: absolute; top: 644px; left: -73px; pointer-events: none;}
	}
	@media screen and (max-width:767px){
    .Area01 { margin-bottom: 3vw;}
	}


/*應用場景*/
.Area02 { background-color: #ffd452;}
	@media screen and (min-width:768px){
    .Area02 { max-width: 2000px; padding-bottom: 9px;}
    .Area02 .box { margin-bottom: 80px;}
    .Area02 .btn_go { margin-top: 10px;}
	}
	@media screen and (max-width:767px){
    .Area02 .box { margin-bottom: 15vw;}
    .Area02 .btn_go { margin: 2vw auto 0; width: 68%;}
	}


/*可拖移廣告icon*/
.Area_hammerAD { z-index: 300; display: none; position: fixed; bottom: 0; right: 0; transform: translate3d(0,200px,0); /*background-color: rgba(0,0,0,0.5);*/}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto;}
.Area_hammerAD .closeButton a { display:block; cursor:pointer; position:absolute; width:20px; height:20px; border-radius:50%; font:bold 20px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5); text-decoration: none; z-index:2}
    @media screen and (min-width:768px){
      .Area_hammerAD { display: block; width: 140px;}
      .Area_hammerAD .closeButton a { top: 0; right: 0;}
    }
    @media screen and (max-width:767px){
      .Area_hammerAD { display: block; width: 22%; bottom: 4vw;}
      .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
    }
    @media screen and (min-width:1670px){
      .Area_hammerAD { right: inherit; left: 1500px;}
    }



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