@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) top center;
	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	margin: 0;
	overflow-x: hidden;
}
a {
    text-decoration:none;
}
/*-------------------------*/
/* $ top
---------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  .twzipcode select, .twzipcode input{
      width: calc(33% - 10px) !important;
  }
  .twzipcode{
	width: calc(50% - 10px); 
    float: left;
    margin-top: 5px;
  }
  .mem_address {
    margin-top: 5px !important;
	  width: calc(50% - 0px) !important; 
  }
}

@media (max-width: 768px){
  .twzipcode{
	width: calc(100% - 0px); 
    float: left;
    margin-top: 5px;
  }
  .mem_address {
    margin-top: 5px !important;
	  width: calc(100% - 0px) !important; 
  }	
}

/*-------------------------*/
/* $ banner圖片輪播
---------------------------*/
@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}





#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
}

#slideshow {
  position:relative;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
}

#slideshow .slide, #slideshow span, #slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .slide span {
  background-size: cover;
  background-position: center;
}

#slideshow .slide span.animate.right, #slideshow .slide span.animate.left {
  left: calc((-4vw + -4vh + -4%)/3);
  right: calc((-4vw + -4vh + -4%)/3);
}

#slideshow .slide span.animate.up, #slideshow .slide span.animate.down {
  top: calc((-4vw + -4vh + -4%)/3);
  bottom: calc((-4vw + -4vh + -4%)/3);
}

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right;
}

#slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left;
}

#slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up;
}

#slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down;
}

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in;
}

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out;
}

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}




/*-------------------------*/
/* $header 
---------------------------*/
.header {
 position: relative;
    z-index: 100;
}
.header .Menubox {
    position: absolute;
    right: 0px;
    top: 20px;
}
.header .funcBox {
        right: 10px;
    padding: 0 5px;
    border-radius: 50px;
    z-index: 100;
    float: right;
    background-color: #ad9547;
}
.header .funcBox:before {
    content: '';
    position: absolute;
    z-index: 1;  
    width: 2px;
    height: 20px;
	 background-color: #FFF;
	    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header .funcBox a{
    width: 60px;
    /* height: 40px; */
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
    /* border-radius: 50%; */
}

.header .funcBox a span{
 position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #a62627;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
.header .Menubox {
       right: 70px;
    top: 10px;
}

}

.logo {
    position: absolute;
    width: 300px;
    z-index: 10;
    top: -50px;
    left: -50px;
}
.bannerBox {
  position:relative;
}
@media screen and (max-width: 768px) {
	.bannerBox {
 margin-top: 75px;
}
}



.Buddha {
position: absolute;
    right: 0px;
    top: 0px;
    width: 450px;
    height: 0;
    z-index: 2;
    padding-bottom: 50%;
}
@media (max-width: 1024px){
.Buddha {
   right: 0px;
    top: auto;
    width: 45%;
    height: 0;
    bottom: 0px;
    padding-bottom: 50%;
}	
}
@media (max-width: 768px){
.Buddha {
    width: 55%;
    height: 0;
    bottom: 0px;
    padding-bottom: 70%;
}	
}
@media (max-width: 460px){
	.Buddha {
      width: 70%;
    height: 0;
    bottom: 50px;
    padding-bottom: 70%;
}	

	}



.Buddha2 {
position: absolute;
    right: 0px;
    top: 0px;
    width: 250px;
    height: 0;
    z-index: 2;
    padding-bottom: 50%;
}
@media (max-width: 1024px){
.Buddha2 {
    width: 45%;
}	
}
@media (max-width: 768px){
.Buddha2 {
    width: 55%;
}	
}
@media (max-width: 460px){
.Buddha2 {
    width: 70%;
}

	}


.banner-title{
	position: absolute;
	/* z-index: 100; */
	top: 50%;left: 50%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	color: #FFFFFF;
	transform: translatey(-50%) translateX(-50%);
	font-family: 'Noto Serif TC', serif;}
.banner-title h3 {
     width: 300px;
    left: 100px;
}
.banner-title h3 img{
     width:100%;
    
}
.banner-title p {
   float: left;
    display: block;
}
.banner-title p span{
     border-right: 1px solid rgba(243, 243, 243, 0.4);
    display: block;
    float: left;
    padding: 10px;
    font-size: 2.8rem;
    letter-spacing: 3px;
}

.exploreArea {
 padding: 100px 0 80px; 
margin: auto;
	    z-index: 0;
		    background-image: url(../images/bg2.png);
    background-size: 100%;
    background-position: 0px bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.exploreArea .container{
    overflow: hidden;
}

@media (max-width: 768px){
.logo {
 width: 200px;
    left: -50px;
    right: auto;
    top: -20px;
}	

.banner-title {
     position: absolute;
    bottom: 100px;
    z-index: 3;
    height: 300px;
}
.banner-title h3 {
     width: 160px;
    left: 80px;
}	

	.exploreArea {
 padding: 100px 0 50px; 
}
}



/*-------------------------*/
/* $ footer
---------------------------*/
.footer {padding: 50px 0 20px;background-image: url(../images/footer-bg.jpg);width: 100%;color: #ccc8c8;font-size: 13px;}
.footer a{color: #fff;}
.bottomBox  {
	font-size: 13px;
	margin-top: 30px;
}
.bottomBox p {
	display: inline-block;
	font-size: 14px;
}
.bottomBox .design {
	    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    border-left: 1px solid rgba(243, 243, 243, 0.4);
	
}
.footerContactBox h3 {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 35px;
    font-family: 'Noto Serif TC', serif;
    text-transform: uppercase;
}
.footerContactBox ul li i {
   margin-right: 10px;
    color: #ffd36a;
}
.footerContactBox ul li {
   margin-bottom: 10px;
   
}
/*-------------------------*/
/* $ 線上點燈
---------------------------*/
.title-wrapper {
	   position: relative;
    width: 100%;
    float: left;
	   
}
.title-wrapper h2{
	    text-align: center;
	    font-family: 'Noto Serif TC', serif;
	    font-size: 3.5rem;
	    font-weight: 600;
	    margin-bottom: 50px;
	    line-height: 1.3;
	
}
.title-wrapper h2 span{
	border: 3px solid #e2cd8e;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.title-wrapper h2 span:nth-child(2){
	/* left: -10px; */
}
.title-wrapper h2 span:nth-child(3){
	/* left: -20px; */
}
.title-wrapper h2 span:nth-child(4){
	/* left: -30px; */
}
.title-wrapper h2 span:nth-child(5){
	/* left: -40px; */
}
.title-wrapper h2 span:nth-child(6){
	/* left: -50px; */
}
.title-wrapper h2 span:nth-child(7){
	/* left: -60px; */
}
.title-wrapper h2 span:nth-child(8){
	/* left: -70px; */
}
.title-wrapper h2 span:nth-child(9){
	/*left: -80px;*/
}
.title-wrapper h2 span:nth-child(10){
	/*left: -90px;*/
}
.word{
	font-size: 1.6rem;
    line-height: 1.8;
    padding: 20px;
    width: 100%;
	float:left;
}
@media (max-width: 768px){
.title-wrapper h2 {
    margin-bottom: 35px;
}
.title-wrapper h2 span {
     width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 5px;
}
	
}	
/*-------------------------*/
/* $ 線上點燈
---------------------------*/
.product{
	    margin: 130px 0 80px;
	padding: 80px 0;
    float: left;
    width: 100%;
	 background: url(../images/product-by.jpg);
}
.product:before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    left: 0px;
    top: -100px;
    background-image: url(../images/product-top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.product:after{
    position: absolute;
    display: block;
    content: "";
    width: 50%;
     height: calc(100% + 100px);
    left: 0px;
    top: -100px;
    background: url(../images/product-map.png) no-repeat top right;
    background-size: 100%;
    z-index: 1;
}


.product-item{
	height: 350px;
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
	transition:transform .5s;
	
	
}
.product-item .product-item_bg{
    width: 100%;
    overflow: hidden;
}

.product-item:hover {
transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);

}
.product-item .product-item_bg:hover{

 
}

.product-item .product-item_bg h3{
	font-family: 'Noto Serif TC', serif;
	padding: 0;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0px;
	width: 120px;
	height: 120px;
	background-color:#9d1c34;
	letter-spacing: .08em;
	    margin:0 auto 25px;
	    border-radius: 50%;
	position: relative;
}
.product-item .product-item_bg h3 span{
	width: 100px;
	margin: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	
}
.product-item .product-item_bg p{
	font-family: 'Noto Serif TC', serif;
	    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	    color: #000;
    font-size: 2rem;
    margin: auto;
    height: 180px;
	letter-spacing: 3px;　
	
}
.product-item .product-item_bg  a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
}
.product-item  .product-more{
       position: absolute;
    bottom: 40px;
    right: 30px;
      display: none;
}

.product-item .product-more:before {
 content: "";
    position: absolute;
    top: -60px;
    left: 15px;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
	
}
.product-item .product-more:after {
   content: "";
    position: absolute;
    top: -60px;
    left: 20px;
    height: 15px;
    width: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
@media (max-width: 768px){
.product:before{
    background-size: 200%;
}	
	
}
/*-------------------------*/
/* $ 首頁禮斗專區
---------------------------*/
.product2{
    background: url(../images/product2-by.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 80px;
    width: calc(100% - 30px);
    float: left;
    margin: 15px;
    color: #fff;
}
.product2 .p-item{width: 120px;height: 120px;margin: 10px;float: right;border: 1px solid white;border-radius: 50%;text-align: center;}
.product2 .p-item h4{
    font-size: 1.6rem;
    line-height: 1.8;
	    font-family: 'Noto Serif TC', serif;
}
.product2 .p-item p{
font-family: 'Noto Serif TC', serif;
font-size: 2rem;
}
.product2 .p-item p span{font-size: 1rem;margin-left: 5px;}


.product2 .p-Introduction h3 {font-family: 'Noto Serif TC', serif;padding: 0;font-size: 3.2rem;font-weight: 600;margin: 0px;letter-spacing: .08em;    margin-bottom: 35px;width: 100%;}
.product2 .p-Introduction p {
	    font-size: 1.6rem;
    line-height: 1.8;
	margin-bottom: 50px;
}




.btn01 a {
position: relative;
z-index: 0;
display: inline-block;
padding: 15px 70px;
border: 1px solid #816e57;
font-size: 16px;
color: #fff;
letter-spacing: .05em;
text-transform: uppercase;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	margin: 5px;
}

.btn01 a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #c5a47e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn01 a:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: contain;
}

.btn01 a:hover {
  border-color: #c5a47e;
}

.btn01 a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 768px){
.product2{
    padding: 30px ;
 }
 .product2 .p-item {
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
}
 .product2 .p-money{
     margin-top: 50px;
}

}
@media (max-width: 420px){

.btn01 a {
width: 100%;
    margin: 5px 0;	
	padding: 15px 50px;
	text-align: center;
}
}


/*-------------------------*/
/* $ 首頁禮斗專區
---------------------------*/
.product3{
    background: url(../images/product3-by.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 80px;
    width: calc(100% - 30px);
    float: left;
    margin: 15px;
}
.product3 .p-Introduction h3 {font-family: 'Noto Serif TC', serif;padding: 0;font-size: 3.2rem;font-weight: 600;margin: 0px;letter-spacing: .08em;    margin-bottom: 35px;width: 100%;}
.product3 .p-Introduction .box {
	    font-size: 1.6rem;
    line-height: 1.8;
	margin-bottom: 50px;
}
.product3 .p-Introduction .box span {
	    margin-right: 20px;
	
}
@media (max-width: 768px){
.product3{
    padding: 30px 30px 50px;
 }
}
/*-------------------------*/
/* $ 框
---------------------------*/

.itemContent {
        padding: 30px 20px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
       border-bottom: 4px solid #c2a881;
    border-radius: 3px;
    margin: 30px 0;
    background-color: #fff;
}
.itemContent .Text {
  width: 100%;
    float: left;
}
.itemContent .Text h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: #161616;
    position: relative;
    margin: 50px 0 50px;
    padding-bottom: 30px;
    border-bottom: #e0e0e0 1px solid;
	    overflow: hidden;
}
.itemContent .Text h3:after {
content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #eac472;
    transition-delay: .7s;
    width: 80px;
    position: absolute;
    bottom: 0px;
}
.margin-b15 {
    float: left;
	margin-bottom: 15px;
}

.itemContent .Text h3 .agree  {
	    float: right;
    font-size: 1.6rem;
    line-height: 2rem;
    width: auto;
}
@media (max-width: 480px){
.itemContent .Text h3 .agree  {
    width: 100%;
}
	.itemContent .Text h3 {
  font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 500;
    margin: 20px 0 40px;
   
}
	
}

/*-------------------------*/
/* $ 產品
---------------------------*/

.pt-Introduction .map {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}

.pt-Introduction .Text {
    margin-left: 50px;
}


.pt-Introduction  .Text h3 {
font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: #161616;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.pt-Introduction  .Text h3 span{
font-size: 2rem;
line-height: 3rem;
display: inline-block;
float: left;
width: 100%;
margin-top: 10px;
}
.pt-Introduction  .Text h3:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #b38400;
}
.pt-Introduction .Amount{float: left;width: 100%;margin-bottom: 20px; font-size: 1.6rem;
    line-height: 1.8;}
.pt-Introduction .Amount .title{font-weight: 800;margin-right: 10px;}
.pt-Introduction .Amount .money{font-size: 5rem;color: #ee0808;padding: 0 10px;font-family: 'Noto Serif TC', serif;}
.box-quantity {
	margin-top: 20px;
	    overflow: hidden;
    width: 100%;
  
}
.box-quantity label {
   float: left;
   width: 60px;
  font-size: 1.8rem;
    line-height: 5rem;
}
.box-quantity input {
   width: calc(40%);
    padding: 15px;
    border: 1px solid #7d7d7d;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
	 float: left;
}
.box-quantity button {
   width: calc(100% - 40% - 60px - 10px);
    padding: 15px;
    border: 1px solid #7d7d7d;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #29221a;
    float: left;
    margin-left: 10px;
    color: #fff;
}
@media (max-width: 768px){
	.pt-Introduction .Text {
    margin-left: 0px;
}
}
/*-------------------------*/
/* $ 標題
---------------------------*/
.section-title  {
      margin: 20px 0 50px;
}

.section-title h2 {
     color: #252525;
     display: inline-block;
     font-size: 36px;
     font-weight: 600;
     line-height: 40px;
     padding-bottom: 25px;
     position: relative;
     text-transform: uppercase;
     z-index: 2;
}
.section-title h2:after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}
.section-title h2:before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.section-title p {
 
	    margin-top: 10px;
    font-size: 20px;
}

@media (max-width: 420px){
.section-title h2 {
     font-size: 30px;
     line-height: 36px;
     
}
}
/*-------------------------*/
/* $ 首頁廣告banner
---------------------------*/
.banner{
width: 100%;
	overflow:hidden;
	    margin-top: 100px;
}
.banner .Img{
width: 33.3333%;
	float: left;
	 position:relative;
} 
.banner .item{
	 width: 100%;
	 margin: 0;
	 overflow: hidden;
	 height: 200px;
	 position:relative;
} 
.banner .item img{
	 width: 100% ;
 
} 
.banner a{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 1;
   
} 

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.imh_zoom:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1024px){

.banner .item {
    height: 110px;
}
}
@media (max-width: 768px){

.banner .item {
    height: 100px;
}
}

@media (max-width: 768px){
.banner .Img {
    width: 100%;
}
.banner .item {
    height: 768px;
}
}

/*-------------------------*/
/* $ 按鈕
---------------------------*/
.btn-5 {
color: #808695;
    position: relative;
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    height: 60px;
    max-width: 200px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 2rem;
    min-height: 1px;
    line-height: 2.8;
    border: 1px solid currentColor;
}

.btn-5 a {
  text-decoration: none;
  color: black;
	
}
.btn-5:before,
.btn-5:after {
  z-index: -1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-5:hover {
  color: #dadce0;
	text-decoration:none;
}
.btn-5:hover:before, .btn-5:hover:after {
  border-width: 60px 262.5px;
}
.btn-5:active {
  background: #697182;
}

.btn-1 {
       position: relative;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 1.5rem;
    min-height: 1px;
    line-height: 2.2;
    padding: 0px 20px;
    border: 1px solid currentColor;
}
.btn-1 a {
	clear: #fff;
}

.btn-1:hover {
	background-color: #795548;
	    color: #fff;
	text-decoration:none;
}


@media (max-width: 768px){
.btn-5 {
    margin: 5px auto;
	 max-width: 200px;
}
}

/*-------------------------*/
/* $ 訂單查詢頁
---------------------------*/

.Record  {width: 100%;
    float: left;}
.Record table {width: 100%;text-align: center;border: 0;border-collapse: collapse;border-spacing: 0;font-size: 14px;}
.Record table td, .Record table th {padding: 20px 10px;margin: 0;text-align: center;}
.Record table thead {background-color: #c2a881;
    color: #fff;
    font-weight: 800;
    text-align: center;}
.Record table tbody tr td{border-bottom: 1px solid #eee;}
.Record table tbody tr:hover td{background-color: #eee;color: #494A5F;}
.Record table img {max-width: 100px;}
.Record .title {
	font-size: 16px;
    font-weight: 600;
    text-align: left;
	
}

.Record .button {
    border: 1px solid currentColor;
    padding: 7px 25px;
	
}
@media (max-width: 768px){
.Record table {
	width: 768px;
	}

}
/*-------------------------*/
/* $ 購物流程
---------------------------*/
.step{
	margin-bottom:50px;
	text-align:center;}

.step li{
	padding: 0 50px 20px;
	display: inline-block;
	color: #A9A9A9;
	position: relative;
	background: url(../images/Process-bg.svg) no-repeat bottom left;
	background-size: 50%;
	}

.step li.current{
	color:#000;    font-weight: 700;}

.step li i{
	display:inline-block;
	vertical-align:middle;
	font-size:60px;
	margin-right:15px;}
	
.step li .Txt{
	display:inline-block;
	vertical-align:middle;
	text-align:left;}

.step li .Txt span{
	font-weight:normal;
	font-size:15px;}

.step li .Txt p{
	font-size: 20px;
	margin: 0px;
}

.step li .map{
	text-align: left;
	display: inline-block;
	width: 60px;
}

@media (max-width: 768px){
	.step li {
    padding: 0 10px 20px;
    background-size: 30%;
}
.step li .map {

    width: 30px;
}
.step li .Txt p {
    font-size: 14px;
}
}
/*-------------------------*/
/* $ 
---------------------------*/
.Data-setting{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #aaaaaa 1px solid;
}



/*-------------------------*/
/* $ 表單
---------------------------*/
.frame{
       padding: 0 80px;
}
.checkout-fields{
    float: left;
    width: 100%;
 
}
.checkout-fields li{
    float: left;
    width: 100%;
    margin:10px 0;
    padding: 10px 0px;
    border-bottom: #e0e0e0 1px solid;
}
.checkout-fields .item{
     display: flex;
    flex-wrap: wrap;
}
.checkout-fields .title{
    float: left;
   width: 120px;
	line-height: 32px;
    font-size: 1.4rem;
	    padding: 0 10px 0 0px;
}
.checkout-fields .title em{
    color: #ee3333;
    font-size: 2rem;
    line-height: 2;
}
.checkout-fields .answer{
	line-height: 32px;
    font-size: 2rem;
}
.checkout-fields .answer span{
	margin-left: 20px;
}
.checkout-fields .people{
	width: 100%;
	float: left;
	
}
.checkout-fields .inputBox3 {
    float: left;
   width:calc(100% - 25% - 120px);
}
.checkout-fields .sexBox {
    float: right;
   width: 25%;
}

.checkout-fields .inputBox100 {
    float: left;
   width:calc(100% - 120px);
}
.checkout-fields .radioSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-fields .radioSet p {
  display: inline-block;
  margin: 5px 15px;
  float: left;
}
/*--radio--*/
input[type="radio"]+label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom: 0px;
}

input[type="radio"]+label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

input[type="radio"]+label span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 50%;
  margin-left: -6.5px;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  background-color: #edbc48;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}



.radio {
  display: none;
  position: relative;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio:checked+label {
  color: #edbc48;
}

.radio:checked+label span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}







.checkout-fields  input,
.checkout-fields  select, 
.checkout-fields  textarea {width: calc(100% - 10px);font-size: 16px;font-weight: 300;border: none;background: none;border-radius: 0;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;height: 35px;background-color: #eee;margin: 0 5px;padding: 5px;}

.checkout-fields  select,
{
    -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;
	
	
}
.checkout-fields  .birthday{
          width: calc(100% / 3 - 15px);
}

.agree {
    width: 25%;
    float: left;
    padding-left: 0px;
    margin-top: 10px;
}


.agree input[type="checkbox"] + label {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.agree input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
 
  height: 25px;
  border: 2px solid #edbc48;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.agree input[type="checkbox"] + label span:before {
   content: '\f00c';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.agree .check {
  display: none;
}

.agree .check:checked + label {
  color: #edbc48;
}

.agree .check:checked + label span {
	background:#edbc48;
}

 .agree .check:checked + label span:before {
  top: 2px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.Food-items{
	    background-image: url(../images/Food-items-bg.svg);
    background-size: 60%;
    background-position: top left;
	background-repeat: no-repeat;
	}
@media (max-width: 768px){
	.agree {
    width: 100%;

}
.checkout-fields  .birthday{
          width: 100%;
}

.frame {
    padding: 0 20px;
}
.checkout-fields .title {
	    width: 100%;
	    text-align: left;
	    padding: 0 00px;
	    font-size: 1.4rem;
	    color: #be8e47;
}
.checkout-fields .inputBox100 {
    width: 100%;
}	
.checkout-fields .inputBox3 {
     width: 100%;
}
.checkout-fields .sexBox {
   float: left;
    width: 100%;
}
.checkout-fields li {
    margin: 0px 0;
    padding: 10px 0px;
}
.checkout-fields input, .checkout-fields select, .checkout-fields textarea{
    margin: 3px 0px;
    width: calc(100% - 0px);
	
}
.checkout-fields .agree {
    width: 100%;

}
}	


/*-------------------------*/
/* 禮斗
---------------------------*/
.checkout2  {
	padding-right: 50px;
	width: 100%;
		float: left;

}
.checkout-fields2 .item-box {
      margin-bottom: 15px;
    
	float: left;
}

.checkout-fields2 .full2 {

	position: relative;
    float: left;
    margin-top: 50px;
    padding-top: 50px;
    border-top: #aaa 1px solid;
    width: 100%;
}
.checkout-fields2 .title {
    float: left;
    width: 100%;
    line-height: 32px;
    font-size: 1.6rem;
    padding: 0 10px;
}
.checkout-fields2 .caption {
       font-size: 12px;
    margin: 5px;
    color: #ff0a0a;
}
.checkout-fields2  input,
.checkout-fields2  select, 
.checkout-fields2  textarea {
width: calc(100% - 10px);
    font-size: 16px;
    font-weight: 300;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 35px;
    background-color: #eee;
    margin: 0px 5px;
    padding: 5px;
	
}


.checkout-fields2  p {
    display: inline-block;
    margin: 5px 10px;
    float: left;
}
.checkout-fields2 .inputBox {
   float: left;
    width: calc(100% - 0%);

}
.checkout-fields2 .inputBox2 {
   float: left;
    width: calc(100% - 35%);
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}
.checkout-fields2 .sexBox {
    float: right;
    width: 40%;
}
.Newstaff .delete2 {
    position: absolute;
    top: 80px;
    right: 0;
}

.Newstaff .delete2 {
    position: absolute;
    top: 80px;
    right: 0;
}
/*---單選紐 ---*/
.RadioStyle {
	    width: 100%;
	    overflow: hidden;
	        padding: 0px 0px 30px;
	    text-align: center;
	}


.RadioStyle input {
	display: none
	}
.RadioStyle label {
	    border: 1px solid #fff;
	    color: #4f4f4f;
	    padding: 20px 0px;
	    line-height: 28px;
	    min-width: 80px;
	    text-align: center;
	    margin: 5px;
	    border-radius: 10px;
	    width:150px;
	    background-color: #e2c488;
	    border-radius: 50% / 15%;
	    /* box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1); */
	}

.RadioStyle input:checked + label {
	background: url(../images/RadioStyle-by.svg) no-repeat top;
    border: 1px solid #ffffff;
    background-size: 60%;
    color: #ffffff;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #9a1c1c;
    text-align: center;
	}
.RadioStyle input:disabled + label {
	opacity: 0.7;
	}
.RadioStyle label p {
	 font-size: 2.6rem;
    font-family: 'Noto Serif TC', serif;
	margin-top: 15px;
	}
@media (max-width: 768px){
.checkout2  {
	padding-right: 0px;
	width: 100%;
	float: left;

}
.twzipcode select, .twzipcode input {
    margin: 3px 0px;
    width: calc(100% - 0px);
}	
}	
@media (max-width: 420px){
.checkout2  {
		padding-right: 0px;
		padding-left: 0px;
		}
.RadioStyle label {
    width: calc(50% - 20px);
}
.checkout-fields2 .inputBox2 {
    width: calc(100% - 0%);
}
.checkout-fields2 .sexBox {
    width: calc(100% - 10px);
    margin: 5px 5px;
}
.agree {
    width: 100%;
}
.Newstaff .delete2 {
    position: absolute;
    top: 20px;
    right: 0;
}
		}
/*-------------------------*/
/* $ 
---------------------------*/


.itemContent .issue {
	float: left;
    width: 100%;
	font-family: 'Noto Serif TC', serif;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 10px 0 40px;
    letter-spacing: .08em;
    margin-right: 15px;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.itemContent .Item-price {
	 float: left;
       width: calc(100% );
}


/*-------------------------*/
/* $ 
---------------------------*/
.checkbox2 {
   float: left;
   width: 100%;
   /* margin-bottom: 10px; */
   font-size: 1.6rem;
}
.checkbox2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.checkbox2 span {
	    color: #ec2500;
	font-family: 'Noto Serif TC', serif;
}
.checkbox2 input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.checkbox2 input[type="checkbox"]:checked~i {
    background-color: #bb1b21;
}
.checkbox2 i {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-color: #c6c6c6;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
 .checkbox2 i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -9px;
    width: 8px;
    height: 8px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #f9f8f8;
	 
	
}

.checkbox2 input[type="checkbox"]:checked~i::before {
    opacity: 1;
}

.Newstaff {
  position: relative;
	float: left;
	margin-top: 50px;
	padding-top:  50px;
	border-top: #aaa 1px solid;
	width: 100%;
}

.Newstaff .delete{
      position: absolute;

	top: 60px;
    left: 70px;
}

.Add-button{
      padding: 13px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    margin-top: 25px;
    border-radius: 25px;
    background: #dea15f;
}


.payListArea{
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
	    margin-bottom: 0px;
	
}
.payListArea .Checkout p{
       font-size: 2.5rem;
    letter-spacing: .075em;
	
}

@media (max-width: 768px){
.payListArea{
    padding: 5px;
}
.Newstaff .delete{
    position: absolute;
    top: 60px;
    left: auto;
    right: 0px;
}
}

/*-------------------------*/
/* $ 
---------------------------*/

.Button-end  {
	    width: 100%;
    float: left;
    text-align: center;
}
.Button-end form {
	display: inline-block;
    margin: auto;
    width: 40%;
}
.Button-end input {
   padding: 13px 0;
   font-size: 22px;
   color: #fff;
   cursor: pointer;
   outline: none;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
   width: 90%;
   border: none;
   margin-top: 25px;
   border-radius: 25px;
   background: #585858;
   display: inline-block;
}

@media (max-width: 768px){
	.Button-end form {
    width: 100%;
}
}
/*-------------------------*/
/* $ 會員登入按鈕
---------------------------*/
.hasVideo{
overflow: hidden;
    position: relative;
    background: #e2c488;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: 50px;
    border-radius: 50%;
	}

.Img2 {
	opacity:0;
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#010000fc;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.hasVideo:hover .Img2 {
	opacity:1;}
.hasVideo .Img2 img{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	float:left;}
.hasVideo:hover .Img2 img{
	opacity:0.15}
.hasVideo  .Txt {
   position: relative;
   z-index: 20;
   padding: 30px 40px;
   text-align: center;
   color: #fff;
   overflow: hidden;
}
.hasVideo  .Txt .map{
    width: 130px;
    margin: 0 auto 10px;
}
.hasVideo  .Txt p{
   margin: 0;
   padding: 0;
   /* float: left; */
   /* z-index: 100; */
   font-size: 16px;
}
.hasVideo   a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
}



.item_block {
     position: relative;
	float: left;
	margin-bottom: 50px;
	padding-bottom:  50px;
	border-bottom: #aaa 1px solid;
	    width: 100%;
}


.Which-item{
	width: 130px;
	height: 130px;
	margin: 0 auto 30px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	line-height: 130px;
	background: url(../images/Process-bg.svg) #e2c488 no-repeat bottom left;
}


.Which-price{
	margin-top: 20px;
	 font-size: 24px;
    font-weight: 700;
}

.textEditor{
	 font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 40px;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}



#container {
     width: 60%!important; 
	float: left;  
}

.addr-county {
      width:calc(33.333% - 10px)!important;
	
    float: left;  
}
.addr-area {
   width:calc(33.333% - 10px)!important;
    float: left; 
}
.addr-zip {
    width:calc(33.333% - 10px)!important;
    float: left; 
}
.address {
    width:calc(40% - 10px)!important;
    float: left; 
}
.clear {
	clear: both
	}
.RadioStyle2 input {
	display: none
	}

.RadioStyle2 label {
    border: 1px solid #CCC;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 45px;
        min-width: calc(100% / 7 - 4px);
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
	}
.RadioStyle2 input:checked + label {
    border: 1px solid #dea15f;
    background-size: 21px 21px;
    color: #ffffff;
    background-color: #dea15f;
	}
.RadioStyle2 input:disabled + label {
	opacity: 0.7;
	}

.width33{
width: calc(33% - 10px)!important;
	float: left;
	margin: 0 3px;
	}

.width25{
width: calc(25% - 10px)!important;
	float: left;
	margin: 0 3px;
	}
.Remarks{
	margin: 50px 0;
	    text-align: center;
	    line-height: 1.8;
	    font-size: 18px;
	}

@media (max-width: 768px){
	.width33{
width: calc(100% - 10px)!important;
	margin: 0 0px 10px!important;
	}

.width25{
width: calc(100% - 10px)!important;
	margin: 0 0px 10px!important;
	}
	.RadioStyle2 .Block  {
	   display: flex;
		width: 100%;
	}
#container {
     width: 100%!important; 
	float: left; 
	margin-bottom: 10px;
}
	.address {
    width: calc(100% - 0px)!important;
    float: left;
}

}



@media (max-width: 420px){

.RadioStyle2 label {
    line-height: 45px;
    min-width: calc(33% - 20px);
    padding: 2px;
 }	
}

.flex {
    display: flex;
 }	




@media (max-width: 720px){

.flex {
    display: block;
 }		
}








.Donation-amount{
 margin: 0px 20px 0;
    padding: 30px 50px;
    background-color: #e2c488;
    width: calc(100% - 40px);
    float: left;
 }

.Donation-amount .title {
	margin-bottom: 20px;
	    font-size: 2rem;
	}

.RadioStyle3 input {
	display: none
	}

.RadioStyle3 label {
    border: 1px solid #fff;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 45px;
    min-width: calc(100% / 7 - 4px);
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
 }
.RadioStyle3 input:checked + label {
    border: 1px solid #dea15f;
    background-size: 21px 21px;
    color: #ffffff;
    background-color: #dea15f;
	}
.RadioStyle3 input:disabled + label {
	opacity: 0.7;
	}

.RadioStyle3 .other {
	      display: block;
    float: right;
    height: 35px;
    margin: 5px;
	}


@media (max-width: 768px){
	.m-b{
	margin-bottom: 30px;
	}
	}
@media (max-width: 420px){
	.Donation-amount {
    margin: 20px 20px 0;
    padding: 20px 20px;
    background-color: #e2c488;
    width: calc(100% - 40px);
    float: left;
}
.RadioStyle3 .other {
	width: calc(100% - 70px);	
	}
	


		
	
}	






/*-- Header Cart Wrap --*/
.container{
  position: relative;

}
.header-cart-wrap {
  position: relative;
  float: right;
  width: 50PX;
  height: 50px;
  /* border-radius: 50%; */
  /* background-color: #ad9547; */
}

/*-- Header Cart Toggle --*/
.header-cart-toggle {
  background-color: transparent;
  border: none;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  padding: 0px 0;
  background-color: #ad9547;
  position: relative;
  width: 50PX;
  height: 50px;
  border-radius: 50%;
  background-color: #ad9547;
}
@media only screen and (max-width: 767px) {
  .header-cart-toggle {
    padding: 15px 0;
  }
}
.header-cart-toggle span {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-family: "Oswald", sans-serif;
  color: #222222;
  /* position: absolute; */
  /* background-color: #fff; */
}
.header-cart-toggle span.icon {
  display: block;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
  /* margin-right: 9px; */
  background-repeat: no-repeat;
      background-image: url(../images/symbol-8.svg);
  background-position: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-cart-toggle span.number {
    position: absolute;
    background-color: #fff;
    top: -10px;
    width: 30PX;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: #ed0000;
}

/*-- Header Mini Cart --*/
.header-mini-cart {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #222222;
  width: 300px;
  z-index: 99;
	    margin-top: 10px;
    border-radius: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: none;
}
@media only screen and (max-width: 479px) {
  .header-mini-cart {
    left: auto;
    right: -60px;
  }
}

/*-- Header Mini Cart Head --*/
.mini-cart-head {
  padding: 15px 30px;
  border-bottom: 1px solid #3c3c3c;
}
.mini-cart-head h3 {
  color: #d8d8d8;
  margin: 0;
}

/*-- Header Mini Cart Body --*/
.mini-cart-body {
  padding: 20px;
  border-bottom: 1px solid #3c3c3c;
}
.mini-cart-body .mini-cart-body-inner {
  max-height: 280px;
  position: relative;
  padding: 11px;
}
.mini-cart-body .mini-cart-body-inner .ps__rail-y {
  opacity: 1;
}
.mini-cart-body .mini-cart-body-inner .ps__rail-y .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.15);
}

/*-- Header Mini Cart Product --*/
.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.mini-cart-product:last-child {
  margin-bottom: 0;
}
.mini-cart-product .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  min-width: 60px;
  position: relative;
}
.mini-cart-product .image a {
  display: block;
}
.mini-cart-product .image a img {
  width: 100%;
}
.mini-cart-product .image .remove {
  position: absolute;
  left: -11px;
  top: -11px;
  z-index: 3;
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #222222;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0;
  line-height: 1;
  text-align: center;
}
.mini-cart-product .image .remove i {
  font-size: 11px;
  line-height: 22px;
  display: block;
}
.mini-cart-product .image .remove:hover {
  color: #ff0000;
}
.mini-cart-product .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
          flex: 0 0 calc(100% - 60px);
  padding-left: 15px;
}
.mini-cart-product .content .title {
  font-family: "Oswald", sans-serif;
  color: #d8d8d8;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
.mini-cart-product .content .title:hover {
  color: #d0a97e;
}
.mini-cart-product .content span {
  display: block;
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

/*-- Header Mini Cart Footer --*/
.mini-cart-footer {
  padding: 20px 30px;
}
.mini-cart-footer h4 {
  color: #d8d8d8;
  margin-bottom: 20px;
}
.mini-cart-footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.mini-cart-footer .buttons a {
  width: 100%;
  background-color: #090909;
  color: #d0a97e;
  line-height: 24px;
  padding: 8px 15px;
  text-align: center;
  font-size: 16px;
	    font-family: 'Noto Serif TC', serif;
  letter-spacing: 0.25px;
}
.mini-cart-footer .buttons a:hover {
  background-color: #d0a97e;
  color: #000000;
}


.ps__rail-x,.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x,.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-y {
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto!important
    }
}






/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
.header-section {
  z-index: 999;
}
.header-section > .container > .row {
 -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    justify-content: space-around;
}
.header-section > .container > .row > .col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: static;
}
.header-section > .container > .row > .col:first-child, 
.header-section > .container > .row > .col:last-child {
  min-width: 280px;
}
@media only screen and (max-width: 479px) {
  .header-section > .container > .row > .col:first-child, .header-section > .container > .row > .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}


/* Menu */
.Menu-nav {
    margin: 35px 0;
    width: 550px;
}
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
.Menu-nav {
    margin: 0px 0;
    width: 100%;
}
}
.hamburger-line {
  background: #272727;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
     display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
    justify-content: space-around;
    font-size: 20px;
    font-family: 'Noto Serif TC', serif;
	
}
@media screen and (max-width: 768px) {
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}
.nav-menu .menu-item a {
  color: #444444;
  display: block;
  line-height: 30px;
  margin: 0px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item a:hover {
  color: #777777;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}




























.iphone {
  width: 100%;
  position: relative;
  display: inline-block;
}
.iphone__item {
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: -2em;
  color: #158f76;
  text-align: center;
}
.iphone__power-btn {
  width: 2.188em;
  height: .188em;
  background: #e0e0e0;
  position: absolute;
  right: 2.5em;
  top: -0.188em;
}
.iphone__left-btn {
  width: .188em;
  height: 1.250em;
  top: 3.250em;
  left: -0.188em;
  position: absolute;
  background: #e0e0e0;
}
.iphone__left-btn:before {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 3em;
  background: #e0e0e0;
}
.iphone__left-btn:after {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 5.5em;
  background: #e0e0e0;
}
.iphone__details {
  width: .438em;
  height: .438em;
  border-radius: 100%;
  position: relative;
  top: 1.313em;
  left: 8em;
  background: #7c7c7c;
}
.iphone__details:before {
  content: '';
  width: 2.5em;
  height: .25em;
  border-radius: .25em;
  position: absolute;
  top: 1em;
  left: -1em;
  background: #7c7c7c;
}
.iphone__home-btn {
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  position: absolute;
  bottom: 1em;
  right: 6.75em;
  background: #f7f7f7;
}
.iphone__home-btn:before {
  content: '';
  width: .813em;
  height: .813em;
  border: .15em solid #a8a8a8;
  border-radius: .2em;
  position: absolute;
  top: .6em;
  left: .57em;
}
.iphone__screen {
  width: 100%;
  height: 100vh;	
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}


.iphone__content {
  position: relative;
  background-color: #D2527F;
  width: 100%;
  height: 100%;
}
/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .nav {
  opacity: 1;
  background-color: #ad9547;
}
.nav__list {
  padding: 10px;
    text-align: center;
    margin: 80px auto 20px;
	
}
.nav__item {
  list-style-type: none;
    /* text-align: left; */
    margin-bottom: 20px;
}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2000;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    background-color: #3f3f3f;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}

/**
* Style #5
*/
.style-5 .nav {
  -webkit-transform: translate(100%, -100%) scale(0.5);
          transform: translate(100%, -100%) scale(0.5);
  border-radius: 100%;
}
.style-5 .nav--active .nav {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  border-radius: 0;
  width: 100%;
  height: 100%;
    z-index: 1999;	
}
.style-5 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
	    font-size: 2em;
    font-family: 'Noto Serif TC', serif;
}
.style-5 .nav--active .nav__link {
  opacity: 1;
}
.style-5 .nav--active .nav__link:hover {
	
 text-decoration: none;
}
.style-5 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-5 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-5 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@media screen and (min-width: 768px) {
.iphone__screen {
   display: none;
}	

}


/*-------------------------*/
/* 下擺
---------------------------*/


.footer-Announce .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media (max-width: 960px) {
.footer-Announce .wrap {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
		}
}
.footer-Announce .wrap .leftBox {
		width: 420px;
		margin-right: auto;
}
@media (max-width: 960px) {
.footer-Announce .wrap .leftBox {
				display: none;
		}
}
@media (min-width: 961px) {
.footer-Announce .wrap .rightBox {
				width: 400px;
				margin-left: auto;
		}
}
.footer-Announce .bottomBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 30px;
		font-size: 13px;
		color: #aeaeae;
}
@media (max-width: 640px) {
.footer-Announce .bottomBox {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				text-align: center;
				padding-left: 20px;
				padding-right: 20px;
		}
}
.footer-Announce .bottomBox a {
		color: #aeaeae;
}
.footer-Announce .bottomBox a:hover {
		color: #01a876;
}

.footerLogo {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		width: 150px;
}
@media (max-width: 960px) {
		.footerLogo {
				display: none;
		}
}
.footerLogo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.footerLogo svg:first-child {
		width: 50px;
		height: 37px;
		margin-bottom: 4px;
		fill: #01a876;
}
.footerLogo svg:nth-child(2) {
		width: 58px;
		height: 16px;
		fill: #626156;
}

.footerMenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
.footerMenu a {
		display: block;
		margin-right: 30px;
		margin-bottom: 10px;
		color: #fff;
	    text-decoration: none;
}
.footerMenu a:hover {
		color: #b89e6f;
}

.footerContactList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
@media (max-width: 960px) {
		.footerContactList {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
		}
}
.footerContactList li {
		font-size: 14px;
		margin-bottom: 10px;
}
@media (min-width: 961px) {
		.footerContactList li:nth-child(even) {
				padding-left: 18px;
				background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)) 7px 50%/1px 12px no-repeat;
				background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) 7px 50%/1px 12px no-repeat;
		}
}

.footerContactTitle {
		margin-right: 5px;
}

.footerSocialList,
.mSocialList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: 20px;
}
.footerSocialList > li + li,
.mSocialList > li + li {
		margin-left: 10px;
}
.footerSocialList a,
.mSocialList a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 40px;
		height: 40px;
		font-size: 18px;
}
.footerSocialList .line svg,
.mSocialList .line svg {
		width: 19px;
		height: 18px;
}

.footerSocialList a {
		color: #808080;
}
.footerSocialList a:hover {
		color: #01a876;
}
.footerSocialList a:hover svg {
		fill: #01a876;
}
.footerSocialList .line svg {
		fill: #808080;
}

.fixedLeftBox {
		position: fixed;
		top: 0;
		width: 75px;
		height: 100%;
		z-index: 52;
}
@media (max-width: 1350px) {
		.fixedLeftBox {
				display: none !important;
		}
}

.fixedLeftBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		left: 0;
		padding-bottom: 45px;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
}
.fixedLeftBox.show {
		-webkit-transform: translate(0);
		        transform: translate(0);
}
.fixedLeftBox a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		font-size: 12px;
		font-weight: 500;
		color: #111;
		text-transform: uppercase;
}
.fixedLeftBox a:hover {
		color: #01a876;
}
.fixedLeftBox a::before {
		content: "\f176";
		font-size: 15px;
		font-family: FontAwesome;
}


/*-------------------------*/
/* 比例
---------------------------*/
.banner-box {
      width: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.ratio {
    position: relative;
    width:calc(100% - 0px);
		transition:transform .5s;
}

.ratio:hover {
transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
		box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);

}

.ratio:hover{
background-color: rgb(0 0 0 / 0.8);
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
 
}

.ratio a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	font-size: 0px;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-18x9 {
    --bs-aspect-ratio: calc(9 / 18 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}
.ratio-9x18 {
    --bs-aspect-ratio: calc(18 / 9 * 100%)
}


@media (max-width: 768px) {
	.banner-box {
    margin: 0px 0;
}
}



/*-------------------------*/
/* 彈出燈箱
---------------------------*/











.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 5000;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
	  width:450px;
	height: 450px;
	 transform:translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}
.popup-content .box{position:absolute;transform:translateX(-50%) translateY(-50%);top: 50%;left: 50%;width: 80%;}
.popup-content .box h2{
      margin-bottom: 50px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
	    font-family: 'Noto Serif TC', serif;
} 
.popup-content .box .button a{
  width: 100%;
  display: block;
  color: #ffffff;
   background-color: #ad9547;
  padding: 15px;
  margin: 10px 0;
  border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
}
.popup-content .box .button a:first-of-type{
 background-color: #b42525;


} 
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
}


@media (max-width: 767px) {
.popup-content {
	  width:70%;
	height: 50%;
	 transform:translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}
}
@media (max-width: 480px) {
	.popup-content .box h2{
  margin-bottom: 50px;
  font-size: 26px;
} 
.popup-content {
	  width:90%;
	height: 50%;
	 transform:translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}
}
.votive-title {
	 font-size: 1.6rem;
    line-height: 1.8;
    padding: 20px;
    width: 95%;
    float: left;
	margin: 0 2.5% 50px;
}







#pc-banner1 {
	
}
#mobile-banner {
	    display: none;
	
	
}



@media (max-width: 780px) {
	.votive-title {

    padding: 0px;
  
}

#pc-banner1 {
	    display: none;
}
#mobile-banner {
	    display: block;
}	
}
	





.Checkbox input {
	display: none
	}
.Checkbox label {
	padding: 0 16px 0 0;
	display: inline-block;
	cursor: pointer;
	position: relative
	}
.Checkbox label:before {
	box-sizing: border-box;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #999;
	margin: 0 8px;
	vertical-align: middle;
	display: inline-block;
	transition: 0.1S;
	}
.Checkbox label:hover:before {
	border-color: #00a4ff;
	}
.Checkbox input:disabled + label:before {
	background-color: #CCC;
	border-color: #999;
	opacity: 0.5;
	}
.Checkbox input:disabled + label {
	opacity: 0.5;
	}

.Checkbox label:before {
	background: url(../images/ico_tick.svg) no-repeat center;
	background-size: 0;
	border-radius: 4px;
	transition: 0.2S;
	}
.Checkbox input:checked + label:before {
	background-color: #FF9800;
    background-size: 16px;
    border-color: #FF9800;
	}

.Checkbox input:checked + label:before {
	background-color: #FF9800;
    background-size: 16px;
    border-color: #FF9800;
	}


.header-logout {
    right: 10px;
    padding: 0 5px;
    border-radius: 50px;
    z-index: 100;
    float: right;
    background-color: #d50303;
	display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
	width: 50px;
    height: 50px;
	margin-right: 10px;
	color: #fff;    font-size: 20px;
}
