@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin:0; padding:0;}


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; text-align:left; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}

	@media screen and (max-width:767px){
		.WRAPPER {  }
	}


/*預設清單樣式*/
.Area .list_00 ul {display:inline-block; margin:0; padding:0;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:0; min-width: inherit; min-height:100%; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}


/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
	}

/*momo logo*/
.Area_logo {}
.Area_logo .momologo { z-index:8; position: absolute;top: 20px; left:40px;}
.Area_logo .momologo a { display:block; width:200px; height:71px; background: url(momo_logo.png?t=1671762958511) no-repeat;}
.Area_logo .momologo a:hover{ background: url(momo_logo_on.png?t=1671762958512) no-repeat;}
	@media screen and (max-width:767px){
		.Area_logo { height: auto;}
		.Area_logo .momologo { display:none;}
	}


  /*aoli區*/
  .aolimargin{margin-bottom: 37px !important;}
  /*各區PC背景稱高度*/
  .aolipcbg01{width:1220px;padding-bottom: 1702px;}/*背景高度*/
  /*主打區padding調整*/
  .PD_wrapper_aoli{padding: 250px 100px 4px 100px !important;justify-content: center;}
  .aolivipbom{padding-bottom: 55px;}
  .aolivipbom img{width: 1026px !important;} 
  .PD_img_aoli{width: 1026px;}

/* 按鈕swiper */
.btnSwiper {
  width: 100%;
  margin-top: 24%;
  margin-bottom: 10.5%;
}
.btnSwiper_btnContainer {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0 65px 0;
  padding: 0 8%;
}
.btnSwiper_btn {
  width: 18.83%;
  cursor: pointer;
}
.none {
  display: none;
}
.buttonSwiper {
  width: 100%;
  overflow: hidden;
}
.btnSwiper_slide {
  width: 100% !important;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.btnSwiper_transprantImg {
  width: 80%;
}
.btnSwiper_imgContainer {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
.btnSwiper_img {
  width: 47%;
  padding: 1% 0;
  object-fit: contain;
}
.btnSwiper_img img {
  width: 100%;
}
.btnSwiper_item1 {
  background-image: url(../images/slider-bg.png);
}
.btnSwiper_item2 {
  background-image: url(../images/slider-bg.png);
}
.btnSwiper_item3 {
  background-image: url(../images/slider-bg.png);
}
.btnSwiper_item4 {
  background-image: url(../images/slider-bg.png);
}
.btnSwiper_item5 {
  background-image: url(../images/slider-bg.png);
}
@media screen and (max-width: 959px) {
  .btnSwiper{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-bottom: 8%;
  }
  .btnSwiper_btnContainer {
    margin: 0% 0%;
    padding: 18% 2% 2% 2%;
  }
  .btnSwiper_btn {
    width: 19% !important;
    cursor: pointer;
  }  
  .btnSwiper_transprantImg {
    width: 92% !important;
  }
  .btnSwiper_imgContainer {
    width: 92%;
  }
}

	@media screen and (max-width:767px){
    .aolimargin{margin-bottom: 0px !important;}
    /*aoli新增區塊手機背景*/
    .aoliphonebg_1 {
      background-image: url('../images/main_mb_03.jpg'); 
      background-size: cover;
      background-position: bottom;
    }	
    .aoliphonebg_2 {
      background-image: url('../images/main_mb_06.jpg'); 
      background-size: cover;
      background-position: top;
    }	
    .aoliphonebg_3 {
      background-image: url('../images/main_mb_07.jpg'); 
      background-size: cover;
      background-position: top;
    }	
  /*主打區padding調整*/
    .PD_wrapper_aoli{padding: 25% 1% 0% 1% !important;}
    .aolivipbom{padding-bottom: 5%;}
    .aolivipbom img{width: 100% !important;} 
	}

/*區塊_all*/
.Area1220 { margin:0 auto; width:1220px;}
.Area960 { margin:0 auto; width:960px;}
.Area { position: relative;  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(0.95);
     -moz-transform:scale(0.95);
      -ms-transform:scale(0.95);
       -o-transform:scale(0.95);
          transform:scale(0.95);}
		  
		  
.WRAPPER .go_bt1 {
  -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;}
.WRAPPER .go_bt1:hover { 
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);}
		  
		  
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
		.Area .go_bt:hover {  
			-webkit-transform:none;
			-moz-transform:none;
			-ms-transform:none;
			-o-transform:none;
			transform:none;}
	}


/*底部間距*/
@media screen and (min-width: 768px) {
.Area_bottom{margin-bottom: 80px;}
}

@media screen and (max-width: 767px) {
.Area_bottom{margin-bottom: 8vw;}
}


/*版頭區塊*/
.Area_title { height:743px;}
	@media screen and (max-width:767px){
		.Area_title { width:100%;height:100%;}
}


/*版頭輪播品*/
.Area_title .box_PD .PD_layout .PD img {height: auto !important;}

 @media screen and (min-width:768px){
.Area_title .box_PD { position: absolute; top: 86px; left: -12px; width: 1252px; height: 543px; overflow: hidden; z-index: 1;}
.Area_title .box_PD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area_title .box_PD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_title .box_PD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}

/*輪播特效*/
.Area_title .box_PD .Area_swiper .swiper-slide .PD_img { opacity: 0; transform: translate(0,-5%);  }
.Area_title .box_PD .Area_swiper .swiper-slide-active .PD_img { opacity: 1; transition: 1s cubic-bezier(0, 0.63, 0.63, 0.89); transform: translate(0,0);}
.Area_title .box_PD .Area_swiper .swiper-slide .PD_logo {display: none;}
}    
@media screen and (max-width:767px){
      .Area_title .box_PD { position: absolute; top:9%;right: 0%; width:52.39%; height:auto; overflow: hidden; z-index: 1;}
      .Area_title .box_PD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
      .Area_title .box_PD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
      .Area_title .box_PD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
         
      /*輪播特效*/
	  .Area_title .box_PD .Area_swiper .swiper-slide .PD_logo { opacity: 0; transition: .2s ease-out;transform: translate(-2%,0);  }
      .Area_title .box_PD .Area_swiper .swiper-slide-active .PD_logo { opacity: 1; transition: 1s ease-out; transform: translate(0,0);}
      .Area_title .box_PD .Area_swiper .swiper-slide .PD_img {display: none;}
    }

/*登記*/
.Area_danji { margin-bottom: 100px;}
	@media screen and (max-width:767px){
		.Area_danji { width: 90%;  margin-bottom: 10vw; }
	}


/*輪播BN*/
@media screen and (min-width:768px){
.Area_banner_swiper2 {height:250px;}
.Area_banner_swiper2 .box_PD .Area_swiper {  position: absolute; top: 0px; left: 15px; width:97%; height: 218px; }
.Area_banner_swiper2 .box_PD .Area_swiper ul {display: flex; margin: 0;padding: 0;display: flex;}
.Area_banner_swiper2 .box_PD .Area_swiper ul li { } 
.Area_banner_swiper2 .box_PD .Area_swiper ul li img {border-radius:10px!important; } 
.Area_banner_swiper2 .box_PD .PD_layout {} 
.Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide .PD_img { opacity: 0; }
.Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide-active .PD_img { opacity: 1; transition: 1s ease-out; }
.Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide .PD_logo {display: none;}
.Area_banner_swiper2 .pagination.swiper-pagination {top: 172px;}    
}
@media screen and (max-width:767px){
	.Area_banner_swiper2 { height:61vw;overflow:hidden;}	
    .Area_banner_swiper2 .box_PD .Area_swiper { z-index: 2; position:absolute; margin: 0 auto; left:5vw; top:0vw; width:90%; height:57vw;}
    .Area_banner_swiper2 .box_PD .Area_swiper ul {display: flex;}
    .Area_banner_swiper2 .box_PD .Area_swiper ul li {border: none;}
    .Area_banner_swiper2 .box_PD .Area_swiper ul li img {border-radius:2vw 2vw 2vw 2vw!important; } 
    .Area_banner_swiper2 .box_PD .PD_layout .PD_logo { z-index: 5; position: absolute; top: 0.7vw; left: 0vw;}
    .Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide .PD_logo { opacity: 0; transition: .2s ease-out; }
    .Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide-active .PD_logo { opacity: 1;transition:transform 1s ease-out,opacity 1s ease-out; }
    .Area_banner_swiper2 .box_PD .Area_swiper .swiper-slide .PD_img {display: none;}
    .Area_banner_swiper2 .pagination.swiper-pagination {top: 51vw;}        
}


/*作圖區item*/
@media screen and (min-width:768px){
	.Area_item2{margin-bottom: 0;}
    .Area_item2 .PD_layout.layout_item {}
    .Area_item2 .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
    .Area_item2 .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
    .Area_item2 .PD_layout.layout_item .PD_slide {padding:26px 15px;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into {padding-left:0;position: absolute;left: 0px;top:358px;width:100%;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_logo {position:absolute;left:37px;top:-270px;width:80px;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_logo img { box-shadow: unset;width:80px;height:auto;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into h3 {text-align: center; padding: 0; max-height: 1.9em; font-weight: bolder;font-size: 1.6em; line-height: 1.2em; color: #000;width:100%;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into h4 {text-align: center!important; font-size: 1.0em;color: #000;width:100%; }
    .Area_item2 .PD_layout.layout_item .PD_slide .PD p {text-align: center!important;padding-top:0px;color:  #D62672; font-size: 1.25em;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD p del { color: #b3b3b3;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD a { position: initial; display: block; text-decoration: none; color: #52208f;}
}
@media screen and (max-width:767px){
	.Area_item2{margin-bottom: -10vw;}
    .Area_item2 .PD_layout.layout_item {width:96%;}
    .Area_item2 .PD_layout.layout_item ul {margin-top: 3%;padding-bottom: 8%;}
    .Area_item2 .PD_layout.layout_item li {margin-top: 0%;margin-left:-1%;width:100%;}
    .Area_item2 .PD_layout.layout_item .PD_slide:hover {transform:unset;}
    .Area_item2 .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_img {margin-bottom: 5%;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into {padding-left: 0vw;position: absolute;left:0vw;top:90vw;width: 100%;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_logo {position:absolute;left:5vw;top:-74vw;width:22vw;height:auto;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_logo img { box-shadow: unset;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into h3 { text-align: center!important;padding: 0; max-height: 1.9em; font-weight: bolder;font-size: 1.6em; line-height: 1.3em; color:#000;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD_into h4 { text-align: center!important;margin-top:-1.5vw ; font-size: 1.1em;width:100%;color: #000; }
    .Area_item2 .PD_layout.layout_item .PD_slide .PD p {text-align: center!important;margin: -1vw auto 0;color: #D62672;font-size: 6vw;}
	.Area_item2 .PD_layout.layout_item .PD_slide .PD p del { color: #b3b3b3;}
    .Area_item2 .PD_layout.layout_item .PD_slide .PD a { position: initial; display: block; text-decoration: none; color: #52208f;}
    }



