﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash|Molle:400i|Pacifico&display=swap');


/*   font-family: 'Berkshire Swash', cursive;
     font-family: 'Molle', cursive;
     font-family: 'Pacifico', cursive;
*/

/* CSS Document */
body {
	background-repeat: repeat;
	/*font-family: "Microsoft YaHei", sans-serif; */
	font-family: Arial,"Microsoft YaHei","Microsoft JhengHei",sans-serif;
}
/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.tra{-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;}
/* wow進場後額外繼續輪播的動畫 */
.myAni {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.myAni.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.myAni.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.myAni.infinite.pulse {
/*animation-delay: 2s;*/
-webkit-animation-name: pulse !important;
animation-name: pulse !important;
}
.wrapper{position:relative;overflow:hidden;}

/*表頭表尾 請勿砍*/
.top, .footer{
    line-height: 0px;
}
.top{
    z-index: 99;
    position: relative;
}
/*很多物件通用*/
.BRR{height: 1px;}
.width1280{max-width:1200px;min-width:280px;height:auto;margin: 0  auto;}
.width1800{
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	background-position: top;
	max-width: 1600px;
	height: 57em;
	margin: 0  auto;
	margin-top: 0%;
	padding-top: 7%;
}
.topICON{ text-align:center; padding-top:20px; padding-bottom:20px;}
.myButton {
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  font-family:Arial;
  font-size:17px;
  padding:9px 33px;
  text-decoration:none;
}
.myButton:hover {
  background-color:#5cbf2a;
}
.myButton:active {
  position:relative;
  top:1px;
}

/*BANNER 進場delay時間、浮動*/
.banner{
	position:relative;
	background-image: url(../images/bg01.png);
	background-repeat: repeat;
	background-color: #2f1240;
	overflow: hidden;
	width: 100vw;
	height: 57em;
}
.banner .top-logo{position: absolute;top: 1.5em;right: 0;left: 0;padding: 0 40%;z-index: 99;}
.banner .transform{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}


img.banner001,img.banner001b,img.banner002, img.banner002b,img.banner003,img.banner004,img.banner005,img.banner006 {position:absolute;}
img.banner001{-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */animation-delay: 1s;}
img.banner001b{-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */animation-delay: 2s;}
img.banner002{-webkit-animation-delay:1.2s; /* Chrome, Safari, Opera */ animation-delay:1.2s;}
img.banner002b{-webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */animation-delay: 1.2s;}
img.banner003{-webkit-animation-delay:1.3s; /* Chrome, Safari, Opera */ animation-delay:1.3s;}
img.banner004{-webkit-animation-delay:1.5s; /* Chrome, Safari, Opera */ animation-delay:1.5s;}
img.banner005{-webkit-animation-delay:1.5s; /* Chrome, Safari, Opera */ animation-delay:1.5s;}
img.banner006{-webkit-animation-delay:1.7s; /* Chrome, Safari, Opera */ animation-delay:1.7s;}

/*表單區*/
.fill{
	position: relative;
	background-color: #3abd6a;
	background-image: url(../images/bgx6.svg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 4%;
}
.fill .box{margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;vertical-align: baseline;text-align: center;padding-top: 13%;}
.fill .list{width: 100%;margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;vertical-align: baseline;text-align: left;}
.fill .contene{width: 100%;}
.fill h1{font-size: 2.7em;color: #fff;text-align:center;font-weight: bold;letter-spacing: 0.06em;margin: 0% auto;line-height: 1.2em;padding-top: 1.5em;}
.fill p{font-size: 1.5em;color: #ffffff;text-align:center;letter-spacing: 0.06em;margin: 0% auto;}
.fill #sBut{height:auto;margin: 0px auto;width: 100%;border: none;text-align: center;padding: 7px 0;margin-right: auto;margin-left: auto;margin-top: 10px;letter-spacing: 1px;clear: both;overflow: hidden;border-radius: 2px;user-select: none;}
.fill .go_button{-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */animation-duration: 2s;max-width: 255px;height:auto;margin:0 auto;}
.fill .statement{color: #fff;line-height:40px;font-size: 17px;letter-spacing: 0.1em;}
.fill .statement a{color: #fff;}
.fill .statement a:hover{ color:#000;}
.fill .top-word{animation: GOB 1s 0.5s infinite;color: #ffe000;}
.fill .form-control{
    display: block;
    width: 99%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 2% auto;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

/* 版頭文字 */
.top-line{height: 17%;}

/*內文*/
.content1{
	position: relative;
	margin:0 auto;
	background-color: #c42a7a;
	padding-bottom: 8%;
	padding-top: 4em;
}

.content1 .rose{
	background-image: url(../images/rose.svg);
	background-repeat: no-repeat;
}
.content1 h2{
	font-size: 2.7em;
	line-height: 1.7em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0% auto;
}
.content1 h3{
	font-family: 'Berkshire Swash', cursive;
	font-size: 8em;
	line-height: 1.7em;
	color: #ffc800;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0% auto;
}
.content1 p{
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fff;
	text-align: left;
	letter-spacing: 0.1em;
}

.content2{position: relative;margin:0 auto;}
.content2 .brown{
    background: linear-gradient(90deg, rgba(191, 149, 108, 1)17%, rgba(87, 46, 27, 0.8)81%);
    background: -moz-linear-gradient(90deg, rgba(191, 149, 108, 1)17%, rgba(87, 46, 27, 0.8)81%);
    background: -webkit-linear-gradient(90deg, rgba(191, 149, 108, 1)17%, rgba(87, 46, 27, 0.8)81%);
    background: -o-linear-gradient(90deg, rgba(191, 149, 108, 1)17%, rgba(87, 46, 27, 0.8)81%);

}
.content2 .tex-box{
	position: relative;
	padding: 0 20%;
}
.content2 .tex-box02{
	position: relative;
	padding: 25% 20%;
}
.content2 h2{
	font-size: 2.7em;
	line-height: 1.5em;
	color: #fff;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.content2 p{
	font-size: 18px;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
	letter-spacing: 0.1em;
}

.content3{position: relative;background-color: #ffba00;margin:0 auto;padding-bottom: 5%;padding-top: 4em;}
.content3 h2{
	font-size: 2.7em;
	line-height: 1.7em;
	color: #fff;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0% auto;
	padding-bottom: 3%;
}
.content3 h3{
	font-size: 1.2em;line-height: 1.7em;color: #333333;text-align: left;letter-spacing: 0.06em;
}

.content3 ul {
    margin-top: 20px;
}
.content3 li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin-bottom: 28px;
    text-align: left;
}

.content3 li span {
    display: inline;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 64px;
    font-weight: 100;
    background-color: #383845;
    float: left;
    position: relative;
    z-index: 500;
    font-family: sans-serif;
    font-weight: 100;
    top: 0;
    left: 0;
    color: #fff;
}
.content3 li:nth-child(2) span {
    background-color: #09a77b;
}
.content3 li:nth-child(3) span {
    background-color: #b72928;
}
.content3 li:nth-child(1) h4 {
    border-bottom: 2px solid #383845;
    cursor: pointer;
}
.content3 li:nth-child(2) h4 {
    border-bottom: 2px solid #09a77b;
}
.content3 li:nth-child(3) h4 {
    border-bottom: 2px solid #b72928;
}


.content3 li h4 {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 5%;
    overflow: hidden;
    color: #383845;
}

.content3 li h4 a{color: #383845;}
.content3 li h4  a:hover{ color:#fff;text-decoration: none;}



.content3 li:nth-child(1) h4 {
    border-bottom: 2px solid #383845;
    cursor: pointer;
}
.content3 li h4 {
    height: 50px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 5%;
    overflow: hidden;
    color: #383845;
}

.content3 li:nth-child(3) h4 {
    border-bottom: 2px solid #b72928;
}

/*PIC通用*/
img.gift{max-width:511px;height:auto;}
img.model-01{position: absolute;width: 120%;height:auto;margin:0 auto;left: 8%;top: -5em;}
img.model-02{position: absolute;width: 120%;height:auto;margin:0 auto;left: -26%;top: 1em;}
img.pic{width:100%;height:auto;margin:0 auto;}
img.flag{width: 100%;height:auto;margin:0 auto;}
img.logo{width: 100%;}
img.rose{width: 50%;z-index: 0;}


/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.27);

  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ff5f62;
  width: 11.5em;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #df292c;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.27);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #feb200;
  width: 100%;
  text-align: center;
  padding: 7px;
}
.hvr-bounce-to-right02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ca5a00;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right02:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right 03*/
.hvr-bounce-to-right03 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: none;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ea5e60;
  width: 9.5em;
  text-align: center;
  padding: 11px;
  border-radius: 2px;
}
.hvr-bounce-to-right03:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c84051;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 2px;
}
.hvr-bounce-to-right03:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right03:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 2560px) {
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner002{position: absolute;top: 45%;left: 64.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 50.5%;left: 27.5%;z-index: 5;max-width: 214px;width: 7%;height:auto;}	
img.banner004{display: block;top: 41.5%;left: 18.5%;z-index: 1;max-width: 869px;height:auto;}	
img.banner005 {display: block;top: 24em;left: 18%;z-index: 1;max-width: 869px;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
}

/*	↓↓↓↓	螢幕尺寸大於1920時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1910px) and (max-width:2559px) {
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner002{position: absolute;top: 45%;left: 64.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 50.5%;left: 27.5%;z-index: 5;max-width: 214px;width: 7%;height:auto;}	
img.banner004{display: block;top: 41.5%;left: 18.5%;z-index: 1;max-width: 869px;height:auto;}	
img.banner005 {display: block;top: 24em;left: 18%;z-index: 1;max-width: 869px;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	

}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1670px) and (max-width:1909px) {
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: 34.5%;z-index: 5;max-width: 893px;width: 31%;height:auto;}
img.banner002{position: absolute;top: 45%;left: 64.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 50.5%;left: 27.5%;z-index: 5;max-width: 214px;width: 7%;height:auto;}	
img.banner004{display: block;top: 41.5%;left: 18.5%;z-index: 1;max-width: 869px;height:auto;}	
img.banner005 {display: block;top: 24em;left: 18%;z-index: 1;max-width: 869px;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	

}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1430px) and (max-width:1669px) {
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: 27.5%;z-index: 5;max-width: 893px;width: 45%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: 27.5%;z-index: 5;width: 45%;height:auto;}
img.banner002{position: absolute;top: 46%;left: 66.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 52.5%;left: 24.5%;z-index: 5;max-width: 214px;width: 10%;height:auto;}	
img.banner004{display: block;top: 25em;left: 2.5%;z-index: 1;width: 50%;height:auto;}	
img.banner005 {display: block;top: 25em;left: 3%;z-index: 1;width: 50%;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	

.width1800{
	background-size: 38%;
	width: 1300px;
	height: 41em;
}
	
.banner {
    height: 53em;
}
.content1 h3 {
    font-size: 6em;

}
.content1 p {
    font-size: 1.1em;
}	
	
.content2 .tex-box {
    padding: 0 9%;
}
.content2 .tex-box02 {
    padding: 20% 9%;
}	

	
}

/*	↓↓↓↓	ipad 橫向 w1024 ↓↓↓↓	 */
@media (min-width: 1024px) and (max-width:1429px) {
/*BANNER*/
img.banner001{display: block;top: 9.5%;left: 21.5%;z-index: 5;max-width: 893px;width: 55%;height:auto;}
img.banner001b{display: block;top: 9.5%;left: 21.5%;z-index: 5;max-width: 893px;width: 55%;height:auto;}
img.banner002{position: absolute;top: 42%;left: 69.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 50.5%;left: 27.5%;z-index: 5;max-width: 214px;width: 7%;height:auto;}	
img.banner004{display: block;top: 24em;left: -3.5%;z-index: 1;width: 62%;height:auto;}	
img.banner005 {display: block;top: 24em;left: -3%;z-index: 1;width: 62%;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
.banner .top-logo {
    position: absolute;
    top: 1.5em;
    padding: 0 30%;
}
.width1800{
	background-size: 38%;
	width: 900px;
	height: 29em;
	padding-top: 10%;
}
.fill {
    padding: 5% 5%;
}	
.fill .box {
    padding-top: 4%;
}
.fill h1 {padding-top: 0;}
.banner {
    height: 48em;
}
.content1 h3 {
    font-size: 5em;
}
.content1 p {
    font-size: 1em;
}	
.content2 h2 {
    font-size: 2em;
    line-height: 1.1em;
}
.content2 p {
    font-size: 13px;
    line-height: 1.3em;
}	
.content2 .tex-box {
    padding: 0 8%;
}
.content2 .tex-box02 {
    padding: 20% 9%;
}	
img.gift {
    width: 95%;
    height: auto;
}
}

/*	↓↓↓↓	ipad 直向 w768 ↓↓↓↓	 */
@media (min-width: 768px) and (max-width:1023px) {	
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: 7.5%;z-index: 5;width: 83%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: 7.5%;z-index: 5;width: 83%;height:auto;}
img.banner002{position: absolute;top: 59%;left: 76.5%;z-index: 7;max-width: 163px;height:auto;}
img.banner002b{display: none;}
img.banner003{display: block;top: 66.5%;left: 2.5%;z-index: 5;width: 19%;height:auto;}	
img.banner004{display: block;top: 31em;left: -6.5%;z-index: 1;width: 65%;height:auto;}	
img.banner005 {display: block;top: 31em;left: -6%;z-index: 1;width: 65%;height: auto;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
.banner .top-logo {
    position: absolute;
    top: 1.5em;
    padding: 0 23%;
}
	
.fill {
    background-repeat:repeat;
    margin: 0 auto;
    padding-bottom: 5%;
}
.fill .box {
    padding-top: 7%;
}		
.fill h1 {
    font-size: 33px;
    padding-top: 1.5em;
}	
.width1800{
	width: 635px;
	padding-top: 9%;
	background-image: none;
}
	
.banner {
    height: 48em;
}
.content1 {
    padding-bottom: 0%;
    padding-top: 4em;
}	
.content1  h2 {
    font-size: 33px;
}
.content3  h2 {
    font-size: 33px;
}	
.content1 h3 {
    font-size: 5em;
}
.content1 p {
    font-size: 1.1em;
    padding-bottom: 11%;
}	
.content2 h2 {
    font-size: 1.8em;
    line-height: 1.1em;
}
.content2 p {
    font-size: 13px;
    line-height: 1.3em;
}	
.content2 .tex-box {
    padding: 0 4%;
    margin-top: -7%;
}
.content2 .tex-box02 {
    padding: 23% 7%;
}	
img.model-01{position: relative;width: 102%;height:auto;margin:0 auto;left: 12%;top: -3em;}
img.model-02{position: relative;width: 106%;height:auto;margin:0 auto;left: -23%;top: -5em;}	
	
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 411px) and (max-width:767px) {
/*BANNER*/
img.banner001{display: block;top: 10.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner001b{display: block;top: 10.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner002{display: none;}
img.banner002b{position: absolute;top: 76%;left: 24.5%;z-index: 7;width: 73%;height:auto;}
img.banner003{display: block;top: 77.5%;left: 1.5%;z-index: 5;width: 25%;height:auto;}	
img.banner004{display: none;}	
img.banner005 {display: none;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
.banner .top-logo {
    position: absolute;
    top: 1.5em;
    padding: 0 11%;
}
	
.fill {
    background-repeat:repeat;
    margin: 0 auto;
    padding: 45px 5%;
}
.fill .box {
    padding-top: 7%;
}	
.fill h1 {
    font-size: 33px;
    padding-top: 0;
}	
.fill p {
    font-size: 16px;
}
.width1800{
	width: 80%;
	height: 29em;
	padding-top: 0%;
	background-image: none;
}
	
.banner {
    height: 38em;
}
	
.content1  h2 {
    font-size: 33px;
}
.content3  h2 {
    font-size: 33px;
}	
.content1 h3 {
    font-size: 5em;
    text-align: center;
}
.content1 p {
    font-size: 16px;
    padding-bottom: 3%;
    text-align: center;
}	
.content2 h2 {
    font-size: 31px;
    line-height: 38px;
    text-align: center;
}
.content2 p {
    font-size: 15px;
    line-height: 1.3em;
}	
.content2 .tex-box {
    padding: 8% 6%;
    margin-top: -7%;
}
.content2 .tex-box02 {
    padding: 23% 7%;
}	
img.model-01{position: relative;width: 114%;height:auto;top: 0;left: -8%;padding-bottom: 20%;}
img.model-02{position: relative;width: 122%;height:auto;margin:0 auto;left: -13%;top: 0;}	
img.gift {width: 100%;height: auto;}	
	
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 360px) and (max-width:410px) {
/*BANNER*/
img.banner001{display: block;top: 12.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner001b{display: block;top: 12.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner002{display: none;}
img.banner002b{position: absolute;top: 76%;left: 24.5%;z-index: 7;width: 73%;height:auto;}
img.banner003{display: block;top: 78.5%;left: 1.5%;z-index: 5;width: 25%;height:auto;}	
img.banner004{display: none;}	
img.banner005 {display: none;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
.banner .top-logo {
    position: absolute;
    top: 1.5em;
    padding: 0 11%;
}
	
.fill {
    background-repeat:repeat;
    margin: 0 auto;
    /* padding-bottom: 14em; */
    padding: 45px 2%;
}
.fill .box {
    padding-top: 7%;
}	
.fill h1 {
    font-size: 29px;
    padding-top: 0;
}	
.fill p {
    font-size: 15px;
}
.width1800{
	width: 87%;
	height: 29em;
	padding-top: 0%;
	background-image: none;
}
	
.banner {
    height: 34em;
}
	
.content1  h2 {
    font-size: 29px;
}
.content3  h2 {
    font-size: 29px;
}	
.content1 h3 {
    font-size: 5em;
    text-align: center;
}
.content1 p {
    font-size: 15px;
    padding-bottom: 3%;
    text-align: center;
}	
.content2 h2 {
    font-size: 29px;
    line-height: 38px;
    text-align: center;
}
.content2 p {
    font-size: 15px;
    line-height: 1.3em;
}	
.content2 .tex-box {
    padding: 7% 6%;
    margin-top: -7%;
}
.content2 .tex-box02 {
    padding: 15% 7%;
}	
.content3 li h4 {
    height: 50px;
    font-size: 20px;
}
img.model-01{position: relative;width: 114%;height:auto;top: 0;left: -8%;padding-bottom: 20%;}
img.model-02{position: relative;width: 122%;height:auto;margin:0 auto;left: -13%;top: 0;}	
img.gift {width: 100%;height: auto;}	

}

/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:359px) {
/*BANNER*/
img.banner001{display: block;top: 12.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner001b{display: block;top: 12.5%;left: -1.5%;z-index: 5;width: 104%;height:auto;}
img.banner002{display: none;}
img.banner002b{position: absolute;top: 76%;left: 24.5%;z-index: 7;width: 73%;height:auto;}
img.banner003{display: block;top: 78.5%;left: 1.5%;z-index: 5;width: 25%;height:auto;}	
img.banner004{display: none;}	
img.banner005 {display: none;}	
img.banner006{width: 100%;height: auto; display:block;}	
	
.banner .top-logo {
    position: absolute;
    top: 1.5em;
    padding: 0 11%;
}
	
.fill {
    background-repeat:repeat;
    margin: 0 auto;
    /* padding-bottom: 14em; */
    padding: 40px 2%;
}
.fill .box {
    padding-top: 6%;
}	
.fill h1 {
    font-size: 26px;
    padding-top: 0;
}	
.fill p {
    font-size: 13px;
}
.width1800{
	width: 87%;
	height: 29em;
	padding-top: 0%;
	background-image: none;
}
	
.banner {
    height: 28em;
}
	
.content1  h2 {
    font-size: 26px;
}
.content3  h2 {
    font-size: 26px;
}	
.content1 h3 {
    font-size: 5em;
    text-align: center;
}
.content1 p {
    font-size: 14px;
    padding-bottom: 3%;
    text-align: center;
    letter-spacing: 0;
}	
.content2 h2 {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
}
.content2 p {
    font-size: 15px;
    line-height: 1.3em;
}	
.content2 .tex-box {
    padding: 7% 6%;
    margin-top: -7%;
}
.content2 .tex-box02 {
    padding: 15% 7%;
}	
.content3 li h4 {
    height: 50px;
    font-size: 16px;
}
img.model-01{position: relative;width: 114%;height:auto;top: 0;left: -8%;padding-bottom: 20%;}
img.model-02{position: relative;width: 122%;height:auto;margin:0 auto;left: -13%;top: 0;}	
img.gift {width: 100%;height: auto;}	

}


