﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Noto+Serif+TC&display=swap');

/* CSS Document */
body {
	font-family: 微軟正黑體, Arial, sans-serif;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-size: 100vw;
}

.wrapper{position:relative;overflow:hidden;}

/*表頭表尾 請勿砍*/
.top, .footer{
    line-height: 0px;
}
.top{
    z-index: 99;
    position: relative;
}
.toptitle{
    position: relative;
    padding: 2% 0;
}

a{color: #fff;text-decoration: none;}
a:hover{ color:#fff;text-decoration: none;}
a:after{ color:#fff;text-decoration: none;}


/*很多物件通用*/
.BRR{display: none;}

.width1280{max-width: 100vw;width: 1280px;height:auto;margin: 0  auto;text-align: center;}

/*BANNER 進場delay時間、浮動*/
.banner{
	position:relative;
	overflow: hidden;
	width: 100vw;
	height: auto;
}
.banner .bn-bg{
	position:relative;
	overflow: hidden;
	width: 100vw;
	height: 1045PX;
	background-image: url(../images/banner_big.png);
	background-repeat: no-repeat;
	background-position: top;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
}
img.banner01,img.banner02,img.banner03,img.banner04{position:absolute;}

img.banner-big{
	width: 2560px;
	height: auto;
	z-index: 2;
}	

img.banner01{
	width: 960px;
	height: auto;
	left: 0;
	right: 0;
	top: 13%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 239px;
	height: auto;
	left: 24%;
	top: 35%;
	z-index: 3;
}
img.banner03{
	width: 239px;
	height: auto;
	left: 63%;
	top: 49%;
	z-index: 3;
}
img.banner04{
	width: 1210px;
	height: auto;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	

img.banner01{-webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */animation-delay: 0.2s;}
img.banner02{-webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */animation-delay: 0.8s;}
img.banner03{-webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */animation-delay: 0.8s;}
img.banner04{-webkit-animation-delay: 0.7s; /* Chrome, Safari, Opera */animation-delay: 0.7s;}

.banner .top-title{
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}

.banner h1{
	font-size: 35px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 600;
	background-color: #b5bbeb;
	border-radius: 50px;
	width: 25%;
	margin: 0 auto;
	padding: 10px;
}
.banner h2{
	font-size: 38px;
	color: #788dd1;
	letter-spacing: 5px;
	font-weight: bold;
}
.banner .bg01{
	position: absolute;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient( rgb(228, 223, 243 ), rgb(255, 255, 255) 75%);
	background: -o-linear-gradient( rgb(228, 223, 243 ), rgb(255, 255, 255) 75%);
	background: -moz-linear-gradient( rgb(228, 223, 243 ), rgb(255, 255, 255) 75%);
	background: linear-gradient( rgb(228, 223, 243 ), rgb(255, 255, 255) 75%);
	background: linear-gradient( rgb(228, 223, 243 ), rgb(255, 255, 255) 40%);
	width: 100vw;
	height: 13em;
	top: 63%;
	z-index: 1;
}

.banner .bg02{
	position: absolute;
	background-color: #f2f2ff;
	width: 100vw;
	height: 11em;
	bottom: 0;
	z-index: 1;
}


/*表單區*/
.fill{position: relative;margin: 0 auto;padding-bottom: 3%;background-color: #f2f2ff;/* padding-top: 5%; */}
.fill .box{margin: 0;padding-top: 3%;font: inherit;font-size: 100%;vertical-align: baseline;text-align: center;}
.fill .list{width: 100%;margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;vertical-align: baseline;text-align: left;}
.fill h2{font-size: 37px;color: #4580d4;text-align:center;letter-spacing: 3px;margin: 0% auto;font-family: 'Do Hyeon', sans-serif;font-weight: bold;}
.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: #b5b5b5;line-height:40px;font-size: 17px;letter-spacing: 0.1em;}
.fill .statement a{color: #b5b5b5;}
.fill .statement a:hover{ color:#000;}
.fill .form-control{
    display: block;
    width: 100%;
    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;
    }


/*內文*/

.line-pink{
	border-bottom: 5px solid #ff9a9f;
	margin: 7px 0;
	margin-top: 1%;
}
.line-purple{
	border-bottom: 1px solid #93a5f9;
	margin: 2% 0;
}

.content1, .content2{position: relative;margin:0 auto;padding-bottom: 1%;}
.content1 .big-box{
	margin: 5px;
}
.content1 .big-box02{
	margin: 7px;
	background-color: #c0c4e6;
	border-radius: 30px;
}
.content1 .img-box,.content2 .img-box{
	overflow: hidden;
}
.content1 .img-box img, .content2 .img-box img{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
}
.content1 .tex-box{
	padding: 15px 15px;
	letter-spacing: 0.3px;
	z-index: 1;
	bottom: 4%;
	text-align: left;
}
.content1 .tex-box02{
	padding: 15px 15px;
	letter-spacing: 0.3px;
	z-index: 1;
	bottom: 4%;
	text-align: left;
}

.content1 h2, .content2 h2{
	font-size: 50px;
	line-height: 2;
	color: #04446f;
	text-align: center;
	letter-spacing: 5px;
	margin: 0% auto;
	font-weight: 600;
	font-family: 'Do Hyeon', sans-serif;
}

.content1 h3, .content2 h3{
	font-size: 34px;
	line-height: 1;
	color: #93a5f9;
	letter-spacing: 2px;
	font-family: 'Do Hyeon', sans-serif;
	margin: 0;
}
.content1 h4{font-size: 17px;line-height: 0.5;color: #93a5f9;letter-spacing: 2px;}
.content1 p, .content2 p, .content3 p{font-size: 17px;font-weight: 600;letter-spacing: 1px;line-height: 1.5;color: #8f8f8f;width: 100%;text-align: left;padding-top: 4%;}

.content2 .big-box{
	margin: 0 auto;
	text-align: center;
	padding: 3%;
	padding-bottom: 5%;
}
.content2 .tex-box{
	padding: 15px 15px;
	letter-spacing: 0.3px;
	z-index: 1;
	bottom: 4%;
	text-align: center;
}

.content3{position: relative;margin:0 auto;padding: 1% 0;padding-bottom: 7%;}

img.gift {width: 550px;height:auto;}
img.pic-w {width: 100%;height:auto;}
img.pic-s {width: 83%;height:auto;}


/* Bounce To Right02*/
.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.13);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #04446f;
  width: 99%;
  text-align: center;
  padding: 7px;
  color: #122;
}
.hvr-bounce-to-right02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4580d4;
  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-right02:focus, .hvr-bounce-to-right02:active {
  color: white;
  text-decoration: none;	
}
.hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right02:focus:before, .hvr-bounce-to-right02: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;
  text-align: center;
  padding: 8px;
  width: 19em;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #33c5a9;
  border-radius: 55px;
}
.hvr-bounce-to-right03:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b5bbeb;
  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: 55px;
}
.hvr-bounce-to-right03:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  text-decoration: none;	
}
.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);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* 56px */
.toTop-arrow {
	width: 52px;
	height: 52px;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 3.4;
	background: #919191;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 31px;
	height: 7px;
	border-radius: 0;
	background: #ffffff;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.4rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.4rem;
}
.toTop-arrow:focus {outline: none;}


/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 2560px) {	
.banner{
	position:relative;
	overflow: hidden;
	width: 100vw;
	height: auto;
}
img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}	
	
}

/*	↓↓↓↓	螢幕尺寸大於1920時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1680px) and (max-width:2559px) {
img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}
 img.banner01{
	width: 960px;
	height: auto;
	left: 0;
	right: 0;
	top: 13%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 239px;
	height: auto;
	left: 13%;
	top: 47%;
	z-index: 4;
}
img.banner03{
	width: 239px;
	height: auto;
	left: 68%;
	top: 50%;
	z-index: 3;
}
img.banner04{
	width: 1210px;
	height: auto;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}

		

}




/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1440px) and (max-width:1679px) {	
img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}
 img.banner01{
	width: 960px;
	height: auto;
	left: 0;
	right: 0;
	top: 13%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 239px;
	height: auto;
	left: 4%;
	top: 39%;
	z-index: 3;
}
img.banner03{
	width: 239px;
	height: auto;
	left: 74%;
	top: 50%;
	z-index: 3;
}
img.banner04{
	width: 1210px;
	height: auto;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner h1 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #b5bbeb;
    border-radius: 50px;
    width: 33%;
    margin: 0 auto;
    padding: 10px;
}	
	
}



@media (min-width: 1024px) and (max-width:1439px) {	
.width1280 {
    width: 96%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.banner .bn-bg {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 856px;
    background-image: url(../images/banner_big.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 151%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}
 img.banner01{
	width: 79%;
	height: auto;
	left: 0;
	right: 0;
	top: 14%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 18%;
	height: auto;
	left: 1%;
	top: 39%;
	z-index: 3;
}
img.banner03{
	width: 20%;
	height: auto;
	left: 78%;
	top: 50%;
	z-index: 3;
}
img.banner04{
	width: 95%;
	height: auto;
	left: 3%;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner .bg01 {
    width: 100vw;
    height: 10em;
    top: 47%;
}
.banner h1 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #b5bbeb;
    border-radius: 50px;
    width: 46%;
    margin: 0 auto;
    padding: 10px;
}	
.content1 p, .content2 p, .content3 p {
    font-size: 14px;
}
	
img.gift {
    width: 93%;
    height: auto;
}
.content2 .big-box {
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    padding-bottom: 5%;
    height: 40em;
}
	
.content1 h3, .content2 h3 {
    font-size: 34px;
    line-height: 0.7;
}	
	
}


/*	↓↓↓↓	ipad 直向 w768 ↓↓↓↓	 */
@media (min-width: 768px) and (max-width:1023px) {	
body {
	background-image: none; 
}

.width1280 {
    width: 96%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.banner .bn-bg {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 648px;
    background-image: url(../images/banner_big.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 151%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}
 img.banner01{
	width: 88%;
	height: auto;
	left: 0;
	right: 0;
	top: 15%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 24%;
	height: auto;
	left: 1%;
	top: 65%;
	z-index: 3;
}
img.banner03{
	width: 26%;
	height: auto;
	left: 74%;
	top: 51%;
	z-index: 3;
}
img.banner04{
	width: 95%;
	height: auto;
	left: 3%;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner .bg01 {
    width: 100vw;
    height: 5em;
    top: 46.5%;
}
.banner h1 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #b5bbeb;
    border-radius: 50px;
    width: 46%;
    margin: 0 auto;
    padding: 10px;
}	
.content1 p, .content2 p, .content3 p {
    font-size: 13px;
    padding-top: 10px;
}
	
.content1 .tex-box02 {
    padding: 0px 15px 0 15px;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
}

.content2 .big-box {
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    padding-bottom: 5%;
    height: 34em;
}
.content1 .big-box02 {
    margin: 7px;
    background-color: #c0c4e6;
    border-radius: 25px;
    height: 26em;
}	
.content1 .tex-box {
    padding: 15px 15px;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
    height: 16em;
}
.content1 h2, .content2 h2 {
    font-size: 42px;
    line-height: 2;
    letter-spacing: 5px;
}
.content1 h3, .content2 h3 {
    font-size: 33px;
    padding-top: 3%;
}
.content3 {
    padding-bottom: 11%;
    padding-top: 5%;
}	
img.gift {
    width: 78%;
    height: auto;
}
img.pic-s {
    width: 100%;
    height: auto;
}	
}	

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 414px) and (max-width:767px) {
body {
	background-image: none; 
}
.BRR{display:none;}
.width1280 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.banner .bn-bg {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 465px;
    background-image: url(../images/banner_big.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 204%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.banner h2 {
    font-size: 26px;
}
.fill {
    position: relative;
    margin: 0 auto;
    padding-bottom: 7%;
    background-color: #f2f2ff;
    padding-top: 5%;
}
.fill h2 {
    font-size: 25px;
}
	
 img.banner01{
	width: 99%;
	height: auto;
	left: 6px;
	right: 0;
	top: 18%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 36%;
	height: auto;
	left: 12%;
	top: 68%;
	z-index: 3;
}
img.banner03{
	width: 39%;
	height: auto;
	left: 50%;
	top: 66%;
	z-index: 3;
}
img.banner04{
	width: 124%;
	height: auto;
	left: -10%;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: -2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner .bg01 {
    width: 100vw;
    height: 5em;
    top: 219px;
}
.banner h1 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #b5bbeb;
    border-radius: 50px;
    width: 74%;
    margin: 0 auto;
    padding: 8px;
}	
.content1 p, .content2 p, .content3 p {
    font-size: 14px;
    line-height: 1.3;
}
	
.content1 .tex-box02 {
    padding: 0 15px 0 15px;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
}

.content2 .big-box {
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    padding-bottom: 5%;
}
.content1 .big-box02 {
    margin: 7px;
    background-color: #c0c4e6;
    border-radius: 35px;
    height: 33em;
}	
.content1 .tex-box {
    padding: 0px 0;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
    height: 23em;
}
.content1 h2, .content2 h2 {
    font-size: 34px;
    letter-spacing: 1px;
}
.content1 h3, .content2 h3 {
    font-size: 30px;
    line-height: 0.85;
    margin: 0;
    padding-top: 10px;
}
.content3 {
    padding-bottom: 11%;
    padding-top: 5%;
}
	
.content2 .tex-box {
    padding: 10px 0;
}	
.line-pink {
    border-bottom: 6px solid #ff9a9f;
    margin: 5px 0;
}	
img.gift {
    width: 84%;
    height: auto;
}
img.pic-s {

    width: 102%;
    height: auto;
}	
	
.toTop-arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 3.4;
	background: #919191;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 20px;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
	position: absolute;
	content: "";
}

.hvr-bounce-to-right03 {
    display: inline-block;
    padding: 8px;
    width: 18em;
    font-size: 13px;
    letter-spacing: 0.15em;
}
	
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 360px) and (max-width:413px) {
body {
	background-image: none; 
}
.BRR{display:none;}
.width1280 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.banner .bn-bg {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 416px;
    background-image: url(../images/banner_big.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 204%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.banner h2 {
    font-size: 26px;
}
.fill {
    position: relative;
    margin: 0 auto;
    padding-bottom: 7%;
    background-color: #f2f2ff;
    padding-top: 5%;
}
.fill h2 {
    font-size: 25px;
}
	
 img.banner01{
	width: 99%;
	height: auto;
	left: 6px;
	right: 0;
	top: 20%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 36%;
	height: auto;
	left: 12%;
	top: 68%;
	z-index: 3;
}
img.banner03{
	width: 39%;
	height: auto;
	left: 50%;
	top: 66%;
	z-index: 3;
}
img.banner04{
	width: 124%;
	height: auto;
	left: -10%;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: -2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner .bg01 {
    width: 100vw;
    height: 5em;
    top: 191px;
}
.banner h1 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #b5bbeb;
    border-radius: 50px;
    width: 74%;
    margin: 0 auto;
    padding: 8px;
}	
.content1 p, .content2 p, .content3 p {
    font-size: 14px;
    line-height: 1.3;
}
	
.content1 .tex-box02 {
    padding: 0 15px 0 15px;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
}

.content2 .big-box {
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    padding-bottom: 5%;
}
.content1 .big-box02 {
    margin: 7px;
    background-color: #c0c4e6;
    border-radius: 35px;
    height: 33em;
}	
.content1 .tex-box {
    padding: 0px 0;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
    height: 23em;
}
.content1 h2, .content2 h2 {
    font-size: 34px;
    letter-spacing: 1px;
}
.content1 h3, .content2 h3 {
    font-size: 30px;
    line-height: 0.85;
    margin: 0;
    padding-top: 10px;
}
.content3 {
    padding-bottom: 11%;
    padding-top: 5%;
}
	
.content2 .tex-box {
    padding: 10px 0;
}	
.line-pink {
    border-bottom: 6px solid #ff9a9f;
    margin: 5px 0;
}	
img.gift {
    width: 84%;
    height: auto;
}
img.pic-s {
    width: 102%;
    height: auto;
}	
	
.toTop-arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 3.4;
	background: #919191;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 20px;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
	position: absolute;
	content: "";
}

.hvr-bounce-to-right03 {
    display: inline-block;
    padding: 8px;
    width: 18em;
    font-size: 13px;
    letter-spacing: 0.15em;
}
	
}


/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:359px) {
body {
	background-image: none; 
}
.BRR{display:none;}
.width1280 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.banner .bn-bg {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 377px;
    background-image: url(../images/banner_big.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 214%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

img.banner-big{
	width: 2560px;
	height: auto;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 2;
}
.banner .bg02 {
    width: 100vw;
    height: 1em;
}
 img.banner01{
	width: 99%;
	height: auto;
	left: 6px;
	right: 0;
	top: 20%;
	margin: 0 auto;
	z-index: 2;
}	
img.banner02{
	width: 35%;
	height: auto;
	left: 12%;
	top: 71%;
	z-index: 3;
}
img.banner03{
	width: 39%;
	height: auto;
	left: 50%;
	top: 69%;
	z-index: 3;
}
img.banner04{
	width: 127%;
	height: auto;
	left: -12%;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	z-index: 2;
}	
.banner .top-title{
	position: absolute;
	top: -2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
}
.banner .bg01 {
    width: 100vw;
    height: 5em;
    top: 47%;
}
.banner h1 {
    font-size: 19px;
    letter-spacing: 2px;
    background-color: #b5bbeb;
    width: 80%;
    padding: 5px;
}	
.banner h2 {
    font-size: 27px;
}
.content1 p, .content2 p, .content3 p {
    font-size: 13px;
}
	
.content1 .tex-box02 {
    padding: 0 15px 0 15px;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
}

.content2 .big-box {
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    padding-bottom: 5%;
}
.content1 .big-box02 {
    margin: 7px;
    background-color: #c0c4e6;
    border-radius: 26px;
    height: 30em;
}	
.content1 .tex-box {
    padding: 0px 0;
    letter-spacing: 0.3px;
    z-index: 1;
    bottom: 4%;
    text-align: left;
    height: 25em;
}
.content1 h2, .content2 h2 {
    font-size: 30px;
    letter-spacing: 1px;
}
.content1 h3, .content2 h3 {
    font-size: 27px;
    line-height: 0.85;
    margin: 0;
    padding-top: 10px;
    letter-spacing: 0px;
}
.content3 {
    padding-bottom: 11%;
    padding-top: 5%;
}
.fill {
    position: relative;
    margin: 0 auto;
    padding-bottom: 7%;
    background-color: #f2f2ff;
    padding-top: 5%;
}
.fill h2 {
    font-size: 21px;
}
	
.content2 .tex-box {
    padding: 10px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}	
.line-pink {
    border-bottom: 6px solid #ff9a9f;
    margin: 5px 0;
}	
img.gift {
    width: 84%;
    height: auto;
}
img.pic-s {
    width: 105%;
    height: auto;
}	
	
.toTop-arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 3.4;
	background: #919191;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 20px;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
	position: absolute;
	content: "";
}
	
.hvr-bounce-to-right03 {
    display: inline-block;
    padding: 8px;
    width: 18em;
    font-size: 13px;
    letter-spacing: 0.15em;
}
	
}
     