@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
	background-attachment: fixed;
	 background-size:100%;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container {overflow: hidden;margin-top: -40px;}
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;position: relative; text-align:center;display: flex;justify-content: center;max-width: 1920px;margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 1199px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */









.bg_1-sw{ margin: 0 auto 40px;}

.bg_1-sw{display: flex;flex-wrap: wrap;width: 1080px;margin: 0 auto;}
.bg_1-sw .mySwiper2 {width: 520px; height:660px;background: #42CCB9;margin: 10px 10px;border-radius: 20px;/*border: 3px solid #cdcbc6;*/}
.mySwiper2 ul{padding: 10px 30px 30px 30px;}
.mySwiper2 ul li a:hover, .mySwiper2 ul li:hover{transform: scale(.9);}
.mySwiper2 ul li:nth-child(1) img{width: 420px;height: 450px;object-fit: contain;margin: 40px auto 0;}
.mySwiper2 ul li:nth-child(2){background: #fc6c4e;width: 100px;height: 100px;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;}
.mySwiper2 ul li:nth-child(2) p{font-size: 20px;color: #000;margin-top: 0; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li:nth-child(2) big{font-size: 56px;color: #fff; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li:nth-child(3){position: absolute; top: 0;left: 140px;font-size: 40px;}
.mySwiper2 ul li:nth-child(3) span{font-size: 36px;color: #000;/*font-weight: bold;*/ font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li:nth-child(4){position:relative;bottom: 10px;left: -20px;}
.mySwiper2 ul li:nth-child(4) span{background: #b2d4ee;color: #000;padding: 5px 10px;font-size: 24px;text-align: left; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li:nth-child(5){position:relative;bottom: -10px;left: -20px;}
.mySwiper2 ul li:nth-child(5) span{background: #00bfa7;color: #000;padding: 5px 10px;font-size: 18px;text-align: left;font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li:nth-child(6){background: #fdd528;width: 100px;height: 100px;border-radius: 50%;top: 490px;right: 10px;display: flex;align-items: center;justify-content: center;position:absolute;}
.mySwiper2 ul li:nth-child(6) p{color: #000;border-radius: 50%; font-size: 26px;margin-top: 0; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.mySwiper2 ul li .price p{ font-size: 1.8rem; color: #fff; font-weight: bold; line-height: 0.2; padding-bottom: 15px; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}

      .swiper2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }


@media screen and ( max-width: 991px ){
	.bg_1-sw{ margin: 0 auto 2vw;}
	
	.bg_1-sw{ display: flex;flex-wrap: wrap;width: 96vw;margin: 0 auto;}
    .bg_1-sw .mySwiper2 { width:94vw; height:auto; margin: 2vw 2vw;}
	
	.mySwiper2 ul{padding:0 2vw;}

	.mySwiper2 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 2vw auto 0;}
	.mySwiper2 ul li:nth-child(2){;width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 0;}
	.mySwiper2 ul li:nth-child(2) p{font-size:1.2rem;}
	.mySwiper2 ul li:nth-child(2) big{font-size: 3rem;}
	.mySwiper2 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
	.mySwiper2 ul li:nth-child(3) span{font-size: 2rem;}
	.mySwiper2 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
	.mySwiper2 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;}
	.mySwiper2 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto;}
	.mySwiper2 ul li:nth-child(5) span{;padding: 5px 10px;font-size: 1rem;text-align:center}
	.mySwiper2 ul li:nth-child(6) p,.mySwiper2 ul li:nth-child(6){display: none;}
	
	.mySwiper2   .swiper-slide {background-position: center;background-size: cover;width: 50vw;height: auto;margin-bottom:30px;}
	
}










/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 100px;
        margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:10vw;
		margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}







/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;/* text-align: center; */border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 55px;color: #fff;opacity:0.5;background: url(../images/top.png) center no-repeat;background-size:50%;background-position: 75% 0;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}

/*--add_head--*/
.head_banner{
  background:url(../images/head_bg.jpg) center center no-repeat;
  background-size: 100%;
  width:100%;
  height:1050px;
  float: left;
  margin-top: -30px;
}
.head_banner_09{
  background:url(../images/head_bg_09.jpg) center center no-repeat;
  background-size: 100%;
  width:100%;
  height:1050px;
  float: left;
  margin-top: -30px;
}
.head_title{
  width: 48%;
  float: left;
  position: absolute;
  margin: 235px 0 25px 26%;
}
.head_title img, .head_5 img{
  width: 100%;
}
.head_5{
  width: 12.5%;
  float: left;
  position: absolute;
  margin: 400px 0 25px 44.5%;
}
.p01{
	position: absolute;
	top: 90px;
	left: 100px;
	animation: float02 5s ease-in-out 0s infinite alternate;
}
.p02{
	position: absolute;
	top: 450px;
	left: 60px;
	animation: float 7s ease-in-out 0s infinite alternate;
}
.p03{
	position: absolute;
	top: 70px;
	right: 50px;
	animation: float02 7s ease-in-out 0s infinite alternate;
}
.p04{
	position: absolute;
	top: 450px;
	right: 90px;
	animation: float 7s ease-in-out 0s infinite alternate;
}
@keyframes float {
	0% { transform: translate(0px ,-8px);}
	20% { transform: translate(-2px ,5px);}
	40% { transform: translate(0px ,-8px);}
	60% { transform: translate(0px ,5px);}
	80% { transform: translate(2px ,-8px);}
	100% { transform: translate(0px ,5px);}
}
@keyframes float02 {
	0% { transform: translate(0px ,5px);}
	20% { transform: translate(2px ,-8px);}
	40% { transform: translate(0px ,5px);}
	60% { transform: translate(0px ,-8px);}
	80% { transform: translate(-2px ,5px);}
	100% { transform: translate(0px ,-8px);}
}

/*--add_page--*/

section{padding: 70px 0;}
.section1{
 background:url("../images/bg1.png") top center no-repeat;
 background-size:100%;
 padding: 40px 0;
 /* margin-top: -10px; */
}
.section2{
 background:
 url("../images/bg2.png") top center no-repeat;
 background-size:100%;
 padding: 70px 0 95px 0;
}
.section3{
 background:
 url("../images/bg3.png") top center no-repeat;
 background-size:100%;
 padding: 70px 0 100px 0;
}
.titleC{
  width: 600px;
  height: 130px;
  background:
  url("../images/title_bg.png") top center no-repeat;
  background-size:100%;
  margin: 20px auto 30px auto;
}
.titleC h2 {
  line-height:180px;
  font-weight: 550;
  letter-spacing: 1px;
}
.product_bg1{
  width: 1420px;
  height: 970px;
  background:
  url("../images/product_bg1.png") top center no-repeat;
  background-size: 96%;
  margin: -10px auto;
  padding: 110px 0;
}
.product_bg2, .product_bg3{
  width: 1250px;
  height: 730px;
  background: url("../images/product_bg2.png") bottom center no-repeat;
  background-size: 100%;
  margin: 55px auto;
  padding: 30px 0;
  border-top: #faf0c9 solid 5px;
}
.product_bg3{height: 920px;/* border-top: none; */}
.product_bg4{
  width: 1480px;
  /* height: 1070px; */
  background:
  url("../images/product_bg4.png") top center no-repeat;
  background-size: 92%;
  margin: -10px auto;
  padding: 110px 0;
}
.bg_1-sw .mySwiper2 {width: 500px; height:640px;background: #fff;margin: 10px 20px;border-radius: 20px;border: 5px solid #edc783;padding: 10px;}
.circle li {margin: 134px 10px 10px;}
.hightlight .font h4 {background: #04c2a9;}
.swiper {
    padding-bottom: 150px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:20px;}
.alternate {
  margin: 50px auto 40px;
}
.alternate ul:nth-child(even) li:last-child {
    background: #fc564e;
}
.alternate ul:nth-child(odd) li:first-child {
    background: #345642;
}

@media(min-width: 280px) and (max-width: 1025px){
html{
	background:url("../images/bg.jpg") top left repeat;
	background-attachment: fixed;
	background-size:cover;
}
.section1{
 background: url("../images/bg1.png") bottom left no-repeat;
 background-size:
 cover;
 padding: 40px 0 320px 0;
}
.section2{
 background: url("../images/bg2.png") top center no-repeat;
 background-size:
 cover;
 padding: 60px 0 80px 0;
}
.section3{
 background: url("../images/bg3.png") top right no-repeat;
 background-size: cover;
 padding: 70px 0 90px 0;
} 
.titleC{width: 100%;height: 90px;}
.titleC h2 {
  line-height: 120px;
}
.product_bg1 {
  width: 100%;
  background: none;
  margin: 0 auto;
  padding: 0;
}
.product_bg2, .product_bg3{
  width: 100%;
  background: none;
  background-size: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: none;
  height: auto;
} 
.product_bg4{
  width: 100%;
  /* height: 1070px; */
  background: none;
  margin: 0 auto;
  padding: 0;
} 
.bg_1-sw .mySwiper2 {
 width: 96vw; 
 height:auto;
 background: #fff;
 margin: 10px 20px;
 padding: 5px;
} 
.t2{/* margin-top:-100px; */}
.circle li {margin: 1vw;}
.swiper {
    padding-bottom: 70px;
}
.alternate {
  margin: 0 auto 20px auto;
} 
}
@media(min-width: 768px) and (max-width:1024px){
.section1{
 padding: 40px 0 1000px 0;
}
.t2{margin-top:-150px;} 
.titleC{width: 70%;height:100px;}
.titleC h2 {
  line-height: 140px;
}
.bg_1-sw .mySwiper2 {
 width: 100vw!important; 
 background: #fff;
 margin: 10px 20px!important;
 padding: 5px;
}
}
@media(min-width: 1024px) and (max-width:1199px){
 html{
	background-size:cover;
}
.section1{
 padding: 40px 0 0 0;
 background-size: cover;
}
.section2{
 padding: 100px 0;
 background-size: cover;
}
.section3{
 background-size:cover;
 padding: 70px 0 100px 0;
} 
.product_bg1, .product_bg2, .product_bg3,  .product_bg4{
  width: 100%;
  height: 850px;
  background: none;
  border: none;
}
.product_bg2, .product_bg3,  .product_bg4{height: auto;margin: 0;} 
.product_bg3{
  width: 100%;
  height: 850px;
  background: none;
  border: none;
}
.product_bg4{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  padding: 0;
}
.t2{margin-top: 0;} 
.titleC{width: 50%;height:130px;px;}
.titleC h2 {
  line-height: 180px;
}
.bg_1-sw .mySwiper2 {
 width: 48vw; 
 height:660px;
 background: #fff;
 margin: 0 20px;
 padding: 5px;
}
.circle li {margin: 134px 6px 6px;}
}