﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
  font-family: "Microsoft JhengHei";
  line-height: 20px;
  letter-spacing: 0.5px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: 0;
  border-spacing: 0;
}
/* ---reset.css--- */
html {
  font-family: Helvetica, sans-serif;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  -webkit-text-size-adjust: none;
}
body {
  .multi_bg_example {
    background-image: url(https://mdn.mozillademos.org/files/11305/firefox.png), url(https://mdn.mozillademos.org/files/11307/bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom right, left, right;
  }
}
html {
  font-size: 18px;
}
.rwdtxt {
  font-size: 1.5rem;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .rwdtxt {
    font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));
    color: blue;
  }
}
@media (min-width: 1200px) {
  .rwdtxt {
    font-size: 2rem;
    color: red;
  }
}
/* --電腦版型------------------------------------- */
/*back top*/
#mini-header {
  background-color: #ffd200;
  max-width: 100%;
  margin: 0 auto;
}
/*主視覺只做1張圖*/
#BANNER {
  clear: both;
  width: 100%;
  margin: 0 auto;
  /*	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
}
/*主視覺做2張圖*/
#BANNER-BG {
  width: 100%;
  height: 600px;
  background-image: url(../images/KV-PC.jpg);
  background-position: center;
}
/*視覺做2張圖在用*/
#BANNER h1 {
  display: block;
  width: 100%;
  height: 600px;
  background-image: url(../images/KV-PC.jpg);
  text-indent: -9999px;
}
/*模塊背景*/ /*漸層寫法參考 https://ithelp.ithome.com.tw/articles/10190867*/
#CONTENT-1-bg1 {
	background-image: url("../images/bg.jpg");
	background-position: center;
}
/*模塊1--4變2*/
#CONTENT-1 {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 15px;
}
#CONTENT-1 .BOX-ad {
  float: left;
  clear: both;
  width: 23%;
  margin: 5px;
}
#CONTENT-1 .BOX {
  float: left;
  width: 21%;
  background-color: white;
  padding: 5px 5px 5px 5px;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  box-shadow: 0 12px 20px -13px rgba(0, 0, 0, .15);
}
.CONTENT-6.swiper-product{
    max-width: 1000px;
    padding: 20px 0 40px 0;
}

.CONTENT-6 .product {
    background-color: white;
    padding: 5px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    transition: .3s;
}

@media (min-width: 737px) {
    .CONTENT-6 .product:hover {
        transform: translateY(-10px);
        transition: .3s;
    }
}

.CONTENT-6 .product .price{
    float: none;
}

.CONTENT-6 .product .photo img {
    border-radius: 10px 10px 0 0;
}

/*模塊1--文字化*/
#CONTENT-1 .BOX h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  background-color: #8a8988;
  width: 100%;
}
#CONTENT-1 .BOX p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-align: center;
}
#CONTENT-1 .price {
  padding-left: 4px;
  float: left;
  margin: 0 auto;
  width: 98%;
  height: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #df0037;
  border-width: 1px;
  border-style: solid;
}
#CONTENT-1 .buy {
  float: right;
  width: 65px;
  line-height: 40px;
  background-color: #df0037;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 27px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}
#CONTENT-1 .buy a {
  float: right;
  width: 65px;
  line-height: 40px;
  background-color: #df0037;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 27px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}
#CONTENT-1 .buy a:hover {
  float: right;
  width: 65px;
  line-height: 40px;
  background-color: #8c0325;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 27px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}
#CONTENT-1 .font20-g {
  float: left;
  font-size: 14px;
  color: #777;
  line-height: 40px;
  text-decoration: line-through;
}
#CONTENT-1 .font20-r {
  float: left;
  font-size: 16px;
  color: #df0037;
  font-weight: bold;
  line-height: 40px;
}
#CONTENT-1 .font40-r {
  float: left;
  font-size: 33px;
  color: #df0037;
  font-weight: bold;
  line-height: 40px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#CONTENT-1 .title {
  clear: both;
  width: 75%;
  margin: 0 auto;
}
#CONTENT-1 .title2 {
  clear: both;
  width: 33%;
  margin: 0 auto;
}
/*模塊2--2變2*/
#CONTENT-2 {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
}
#CONTENT-2 .BOX {
  float: left;
  width: 50%;
  /*background-color: white;*/
  /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
}
#CONTENT-2 .title {
  clear: both;
  width: 75%;
  margin: 0 auto;
}
#CONTENT-2 .title-2 {
  clear: both;
  width: 40%;
  margin: 0 auto;
}
/*模塊BN--BN*/

.content-bn  img{
	border-radius: 10px;
	width: 70%;
	margin: 20px 0;
}
/*模塊3--3變2*/
#CONTENT-3 {
  clear: both;
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
}
#CONTENT-3 .BOX {
  float: left;
  width: 31%;
  transition: .3s;
  margin: 1%;
}
#CONTENT-3 .BOX3 {
  float: left;
  width: 30%;
  margin: 1.65%;
}
#CONTENT-3 .BOX3 photo {
  filter: brightness(0.4);
}
#CONTENT-3 .BOX3 h2 {
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  opacity: 100%;
  background-size: 30%;
  z-index: 1;
  text-align: right;
  padding-top: 17px;
  padding-right: 13px;
  font-size: 19px;
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}
#CONTENT-3 .BOX2 {
  float: left;
  width: 48%;
  margin: 1.65%;
}
#CONTENT-3 .BOX2 photo {
  filter: brightness(0.4);
}
#CONTENT-3 .BOX2 h2 {
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  opacity: 100%;
  background-size: 30%;
  z-index: 1;
  text-align: right;
  padding-top: 17px;
  padding-right: 13px;
  font-size: 19px;
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}
#CONTENT-3 .title {
  clear: both;
  width: 80%;
  margin: 20px auto;
}
/*模塊2--3變1*/
#CONTENT-3-2 {
  clear: both;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
  cursor: pointer;
}
#CONTENT-3-2 .BOX {
  float: left;
  width: 33.3%;
  box-shadow: 0 12px 20px -13px rgba(0, 0, 0, .15);
}
#CONTENT-3-2 .BOX h3 {
  font-size: 2em;
  line-height: 2;
  border-bottom: 2px solid #0CC;
  color: #0CC;
  text-align: center;
}
#CONTENT-3-2 .BOX p {
  font-size: 13px;
  line-height: 1.8;
  padding: 20px;
  color: #333;
}
#CONTENT-3-2 .title {
  clear: both;
  width: 85%;
  margin: 0 auto;
}
/*模塊4--4變2*/
#CONTENT-4 {
  clear: both;
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 50px;
}
#CONTENT-4 .title {
  clear: both;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
#CONTENT-4 .title2 {
  clear: both;
  width: 70%;
  margin: 10px auto 0;

}
#CONTENT-4 .title3 {
  clear: both;
  width: 50%;
  margin: 10px auto 0;

}
#CONTENT-4 .BOX {
  float: left;
  width: 24%;
  margin: 0.5%;
}
#CONTENT-4 .TIME {
  width: 32%;
  margin: 5px;
  display: inline-block;
}

#CONTENT-4 .BOX-L {
  float: left;
  width: 33%;

}
#CONTENT-4 .BOX-R {
  float: left;
  width: 66%;

}
#CONTENT-4 .BOX-Rs {
  float: left;
  width: 33%;
}
#CONTENT-4 .BOX3 {
  float: left;
  width: 31%;
  margin: 1%;
}
#CONTENT-4 .BOX32 {
  float: left;
  width: 31%;
  margin: 1%;
  position: relative;
}
#CONTENT-4 .BOX5 {
  float: left;
  width: 18%;
  margin: 1%;
}
#CONTENT-4 .BOX2 {
  float: left;
  width: 48%;
  margin: 1%;
}
#CONTENT-4 .BOX6 {
  display: inline-block;
  width: 16%;
  padding: 3px
}
#CONTENT-4 .coupon {
  display: inline-block;
  width: 46%;
  margin: 1%;
  position: relative;
}
#CONTENT-4 .coupon2 {
  /*float: left;*/
  width: 94%;
  margin: 0 auto;
}
#CONTENT-4 .coupon3 {
  float: left;
  width: 31%;
  margin: 1%;
}
#CONTENT-4 .coupon4 {
  margin:0 auto;
  width: 88%;
}
/*模塊5--3變3*/
#CONTENT-5 {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 30px;
}
#CONTENT-5 .BOX {
  float: left;
  width: 33%;
  /*background-color: white;*/
  /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
}
#CONTENT-5 .title {
  clear: both;
  width: 85%;
  margin: 0 auto;
}
#CONTENT-5 .time {
  clear: both;
  width: 100%;
  margin: 0 auto;
}
/*模塊6*/
.CONTENT-6 {
  clear: both;
  width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  /*  padding: 10px;*/
  border-radius: 10px;
  /*	margin-top: 0px; margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 20px;*/
}
.CONTENT-6 .BOX{
	/*float:left;*/
	/*width:23.7%;*/
	display: inline-block;
	width: 15.6%;
	padding: 3px; 
	margin: 6px;
	border-radius: 10px;
}
@media (max-width: 1200px) {
	.CONTENT-6 .BOX {
		width: 25%;
	}
}
@media (max-width: 760px) {
	.CONTENT-6 .BOX {
		width: 45%;
	}
}

.CONTENT-6 .catalog{
 font-size: 50px; color:#000; font-weight: bold; line-height: 70px;text-align:center;
}

.upper
{
position: absolute;
bottom: 27%;
right: 16%;
font-size: xx-large;
font-weight: 900;
color: white;

}


.upper2
{
position: absolute;
bottom: 59%;
right: 24%;
font-size: xx-large;
font-weight: 900;
color: #db6953;
filter: drop-shadow(1px 1px 1px rgb(250, 250, 250));
}

/*模塊1--文字化*/

.CONTENT-6 .BOX h3{
	margin-top: 5px;
	margin-bottom:5px;
	font-size:25px;
	line-height:35px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	border-radius: 100px;
	background-color: #8a8988;
	width: 100%; 
}

.CONTENT-6 .BOX p,
.CONTENT-6 .product p {
    margin: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    text-align: left;
    height: 44px;
    overflow: hidden;
	padding-left: 6px;
}


.CONTENT-6 .price{ float: left; margin: 0 auto;height: 40px; border-color: #666;margin: 0 auto; text-align: center; width:100%; }

.CONTENT-6 .buy{ float: right; width: 60px;line-height: 30px; background-color: #df0037; font-size: 20px; font-weight: bold; color: white; text-align: center; text-decoration: none;border-radius: 5px; padding: 0px;  margin-top:6px;}
.CONTENT-6 .buy img{

	margin: auto;padding: 1% 0 4% 0;width: 45%;
}
.CONTENT-6 .buy a{ float: right; width: 60px; line-height: 30px; background-color: #df0037; font-size: 20px; font-weight: bold; color: white; text-align: center; text-decoration: none;border-radius: 20px;padding: 0px;}

.CONTENT-6 .buy a:hover{ float: right; width: 60px; line-height:30px; background-color: #8c0325;  font-size:20px; font-weight: bold; color: white; text-align: center; text-decoration: none;border-radius: 5px;padding: 0px;}

    .CONTENT-6 .font-og {
        float: left;
        font-size: 14px;
        color: #777;
        line-height: 40px;
        text-decoration: line-through;
        /*padding-left: 5px;*/
    }
.CONTENT-6 .font-s{ float:left;font-size: 14px; color: #444; font-weight: bold;line-height: 45px;padding-left: 5px;}
    .CONTENT-6 .font-sp {
        float: left;
        /*font-size: 30px;*/
		font-size: 22px;
        color: #df0037;
        font-weight: bold;
        line-height: 40px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

.CONTENT-6 .title{
	clear:both;
	width: 60%;
	margin: 0 auto;

}

.CONTENT-6 .title2{
	clear:both;
	width:33%;
	margin:0 auto;
}
.CONTENT-6 .BOX2 {
  display: inline-block;
  width: 48.7%;
  padding: 3px;
  margin: 2em 0.5% 0px;
  border-radius: 10px;
}
.CONTENT-6 .BOX3 {
  display: inline-block;
  width: 32%;
  padding: 3px;
  margin: 1% 0.5%;
  border-radius: 10px;
}
.CONTENT-6 .BOX4 {
  display: inline-block;
  width: 23%;
  /* padding: 3px;*/
  margin: 1% 0.5%;
  border-radius: 10px;
		
}
.CONTENT-6 .title {
  clear: both;
  width: 60%;
  margin: 50px auto 10px;
}
.CONTENT-6 .title2 {
  clear: both;
  width: 33%;
  margin: 20px auto;
}
.CONTENT-6 .today {
  position: absolute;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  left: 0;
  bottom: 0;
  width: 75%;
  background: rgba(0, 0, 0, 0.5);
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 3% 1%;
  border-radius: 10px;
  letter-spacing: 1px;
}

.CONTENT-6 .game {
  background: rgba(12, 204, 204, 0.9);
}
.CONTENT-6 .toy {
 color: #000;
 background: rgb(255, 227, 0, 0.95);
}
/*模塊6--8變4*/
#pd-menu-bg {
  width: 100%;
  height: 70px;
  background: linear-gradient(#9a241e, #dc3c38);
}
#pd-menu {
  clear: both;
  width: 1300px;
  margin: 0 auto;
  oveflow: hidden;
  padding-top: 5px;
  padding-bottom: 10px;
}
#pd-menu .BOX {
  float: left;
  width: 11%;
}
/*模塊7--4變1*/
#CONTENT-7 {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0px;
}
#CONTENT-7 .BOX {
  float: left;
  width: 50%;
  /*background-color: white;*/
  /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
}
#CONTENT-7 .title {
  clear: both;
  width: 75%;
  margin: 0 auto;
  padding-top: 20px
}
#CONTENT-7 .title2 {
  clear: both;
  width: 75%;
  margin: 0 auto;
}
/*模塊8--券 3變3 */
#CONTENT-8 {
  clear: both;
  width: 1000px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#CONTENT-8 .BOX {
  float: left;
  width: 25%;
  padding: 10px;
}
#CONTENT-8 .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  line-height: 50px;
  margin-top: 20px;
}
#CONTENT-8 .date {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  line-height: 25px;
}

#CONTENT-8-2{
	clear:both;
	width:1000px;
	margin:0 auto;
	overflow:hidden;

}

#CONTENT-8-2 .BOX{
	display:inline-block; width:32%;  
}

#CONTENT-8-2 .BOX2{
	display:inline-block; width:24%;  
}
#CONTENT-8-2 .BOX3{
	float:left;
	width:100%; 
}
#CONTENT-8-2 .BOX4{
	float:left;
	width:33%; 
}

#CONTENT-8-2 .BOX5{
	float:left;
	width:20%; 
}

#CONTENT-8-2 .BOX52{
	float:left;
	width:20%; 
}
#CONTENT-8-2 .BOX53{
	float:left;
	width:20%; 
}
#CONTENT-8-2 .BOXBIG{
	margin: 0 auto;
	width:80%; 
}
#CONTENT-8-2 .btn22{
	margin:0 auto;
	width:30%; 
}

#CONTENT-8-2 .title{
 font-size: 40px; color: #fff; font-weight: bold;margin:0 auto; line-height: 50px; margin-top: 20px;	width:100%;}

#CONTENT-8-2 .title2{
 margin-top: 20px;width:50%;float: left;}

#CONTENT-8-2 .title3{
 margin-bottom: 20px;width:33%;float: left;
}

#CONTENT-8-2 .date{
 font-size: 25px; color: #570000; font-weight: bold;margin:0 auto; line-height: 25px;margin-bottom: 10px;
}






/*模塊9--券 2變2 */
#CONTENT-9-2 {
  clear: both;
  width: 800px; /*background-color: #df0037*/ ;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#CONTENT-9-2 .BOX {
  float: left;
  width: 47%;
  padding: 10px;
}
#CONTENT-9-2 .title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
  line-height: 50px;
}
#CONTENT-9-2 .date {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
  line-height: 25px;
}
/*模塊10--券 4變2 */
#CONTENT-10 {
  clear: both;
  width: 1200px; /*background-color: #df0037*/ ;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#CONTENT-10 .BOX {
  float: left;
  width: 25%;
  padding: 10px;
}
#CONTENT-10 .title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
  line-height: 50px;
}
#CONTENT-10 .date {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
  line-height: 25px;
}
#CONTENT-11 {
  clear: both;
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#CONTENT-11 .title {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  line-height: 60px;
  font-style: italic;
}
#CONTENT-11 .date {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  line-height: 60px;
  font-style: italic;
}
#DOWN {
  clear: both;
  width: 100%;
  margin: 0 auto;
  background-color: #03080e;
  padding: 5px 0px;
}
#DOWN p {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
/* 選單 */
/*#menu-float {
	width:100%; height:50px; 
	margin:auto;
   position: fixed;
    top: 0px;
    z-index: 999;	
	
}*/
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}
/* 選單 */
#floater ul, #floater ul {
  font-size: 0;
}
#floater li {
  float: none;
}
#floater li {
  cursor: pointer;
}
#floater li {
  cursor: pointer;
}
#floater {
  width: 100%;
  height: 50px;
  background-color: #af2200;
  z-index: 999;
}
#floater .content {
  width: 100%;
  background-color: #af2200;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
#floater .content right {
  float: right;
}
/*活動辦法*/
#rule {
  clear: both;
/*  width: 1000px;/
  margin: 0 auto;
  overflow: hidden;
  font-size: 20px;
  background-color: #e4e4e4;
  padding-bottom: 20px;
  border-radius: 20px;
  text-align: left;
  margin-top:20px;
}
#rule-border {
  clear: both;
  width: 100%;
  max-width: 1330px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 30px;
  line-height: 200%;
  box-sizing: border-box;
}
#rule-border .p_title {
  background:#666666;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
}
#rule-border .sp25 {
  font-size: 30px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  text-align: center;
}
#rule-border .sp15 {
  padding-left: 15px;
  color: #000;
}
#rule-border .sp15 a {
  padding-left: 15px;
  color: #df0037;
}
#rule-border .sp15-r {
  padding-left: 15px;
  color: #df0037;
  font-weight: bold;
}
#rule-border .bold {
  font-weight: bold;
}
#rule-border .red_border {
  margin-left: 65px;
  padding: 10px;
  color: #201057;
  font-weight: bold;
  border: dotted;
}
#rule-border .red_bold {
  color: #201057;
  font-weight: bold;
}
#rule-border .red_font {
  color: #201057;
}
#rule-border ul {
  list-style-type: circle !important; /*display: flex; justify-content: center; */
}
#rule-border li {
  display: block; /*margin: unset;margin: 0 auto;*/
}
#rule-border ul.circle {
  list-style-type: circle
}
#rule-border .p_btn {
  width: 250px;
  padding: 5px 15px;
  margin: 15px 15px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  float: left;
}
#rule-border .p_btn a {
  background: #8f0b1d;
  width: 250px;
  padding: 5px 15px;
  margin: 15px 15px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  float: left;
}
#rule-border .p_btn a:hover {
  background: #8f0b1d;
  width: 250px;
  padding: 5px 15px;
  margin: 15px 15px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  float: left;
}
#rule-border .p_space {
  width: 28px;
  float: left;
}
#rule-border .sp_ans {
  padding-left: 65px;
}
#rule-border .btn_line {
  margin: 0 auto;
}
.link {
  color: #fff;
  text-decoration: underline;
}
.link a {
  color: #fff;
  text-decoration: underline;
}
.link a:hover {
  color: #fff;
  text-decoration: none;
}

.yt_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 10px 0 ;
    letter-spacing: 0px;
}


.blog_hd_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 10px 0 ;
    letter-spacing: 0px;
}

.blog_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    letter-spacing: 0px;
}


.title_head{

background: #666666;
padding: 5px 15px;
color: #ffffff;
font-size: 24px;
font-weight: bold;
border-radius: 100px;
}

/* --手機版型------------------------------------- */
@media screen and (max-width: 736px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  /*主視覺做1張圖*/
  #BANNER {
    clear: both;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 12px 20px -13px rgba(0, 0, 0, .15);
  }
  /*主視覺做2張圖*/
  #BANNER-BG {
    display: block;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/KV-MB.jpg);
  }
  /*主視覺做2張圖在用*/
  #BANNER h1 {
    display: block;
    width: 100%;
    height: 360px;
    background-image: url(../images/KV-MB.jpg);
    background-size: cover;
    background-position: center center;
    text-indent: -9999px;
  }
  /*模塊背景*/ /*漸層寫法參考 https://ithelp.ithome.com.tw/articles/10190867*/
  #CONTENT-1-bg1 {
    width: 100%;
    background-image: url("../images/bg-mb.jpg");
    background-attachment: fixed;
  }

.upper
{
position: absolute;
bottom: 19%;
right: 12%;
font-size: small;
font-weight: 900;
color: white;

}

.upper2
{
position: absolute;
bottom: 54%;
right: 10%;
font-size: medium;
font-weight: 900;
color: #db6953;

}
  /*模塊1--4變2*/
  #CONTENT-1 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
  }
  #CONTENT-1 .BOX-ad {
    float: left;
    width: 45%;
    margin: 5px;
  }
  #CONTENT-1 .BOX {
    float: left;
    width: 46%;
    background-color: white;
    padding: 5px 5px 5px 5px;
    border-color: #ddd; /*border-width: 1px; border-style: solid;*/
    margin: 5px;
    /*box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
  }
	
	.content-bn  img{
	border-radius: 5px;
	width: 95%;
	margin: 20px 0;
}
  /*模塊1--文字化*/
  #CONTENT-1 .BOX h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    background-color: #8a8988;
    width: 100%;
  }
  #CONTENT-1 .BOX p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
  }
  #CONTENT-1 .price {
    padding-left: 2px;
    float: left;
    margin: 0 auto;
    width: 98%;
    height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #df0037;
    border-width: 1px;
    border-style: solid;
  }
  #CONTENT-1 .buy {
    float: right;
    width: 30px;
    line-height: 28px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  #CONTENT-1 .buy a {
    background-color: #df0037;
    float: right;
    width: 30px;
    line-height: 28px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  #CONTENT-1 .buy a:hover {
    background-color: #8c0325;
    float: right;
    width: 30px;
    line-height: 28px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  #CONTENT-1 .font20-g {
    float: left;
    font-size: 10px;
    color: #777;
    line-height: 30px;
    text-decoration: line-through;
    letter-spacing: -2px;
  }
  #CONTENT-1 .font20-r {
    float: left;
    font-size: 11px;
    color: #df0037;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -1px;
  }
  #CONTENT-1 .font40-r {
    float: left;
    font-size: 17px;
    color: #df0037;
    font-weight: bold;
    line-height: 30px;
    font-family: 微軟正黑體, "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  }
  #CONTENT-1 .title {
    width: 100%;
    margin: 0 auto;
  }
  #CONTENT-1 .title2 {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  /*模塊2--2變1*/
  #CONTENT-2 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*padding-top: 20px;*/
  }
  #CONTENT-2 .BOX {
    float: left;
    width: 50%;
    /*	background-color: white;
	padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin:5;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
  }
  #CONTENT-2 .title {
    /*clear:both;*/
    width: 98%;
    margin: 0 auto;
  }
  #CONTENT-2 .title-2 {
    /*clear:both;*/
    width: 70%;
    margin: 0 auto;
  }
  /*模塊BN*/

  /*模塊3--4變2*/
  #CONTENT-3 {
    clear: both;
    width: 100%;
    margin: 0 auto ;
  }
  #CONTENT-3 .BOX {
    float: left;
    position: relative;
    width: 30%;
  }
  #CONTENT-3 .title {
    clear: both;
    width: 90%;
    margin: 20px auto 5px;
  }
  /*模塊2--3*/
  #CONTENT-3-2 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
  }
  #CONTENT-3-2 .BOX {
    float: left;
    width: 33%;
    box-shadow: 0 12px 20px -13px rgba(0, 0, 0, .15);
  }
  #CONTENT-3-2 .BOX h3 {
    font-size: 2em;
    line-height: 2;
    border-bottom: 2px solid #0CC;
    color: #0CC;
    text-align: center;
  }
  #CONTENT-3-2 .BOX p {
    font-size: 17px;
    line-height: 1.8;
    padding: 20px;
    color: #333;
  }
  #CONTENT-3-2 .title {
    /*clear:both;*/
    width: 90%;
    margin: 0 auto;
  }
  /*模塊4--4變2*/
  #CONTENT-4 {
    clear: both;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
  }
  #CONTENT-4 .BOX {
    float: left;
    width: 48%;
    margin: 1%;
  }
  #CONTENT-4 .BOX2 {



  }
	#CONTENT-4 .BOX3 {
  width:75%;
  margin:0 auto;
float: none;

}
	#CONTENT-4 .BOX32 {
width: 48%;

}
  #CONTENT-4 .BOX6 {
    float: none;
    width: 32%;
  }
  #CONTENT-4 .title {
    clear: both;
    width: 100%;
    margin: 0 auto;
    /*    margin-top: 10px;*/
  }
#CONTENT-4 .title2 {
  clear: both;
  width: 100%;
  margin: 10px auto 0;

}

#CONTENT-4 .title3 {
  clear: both;
  width: 90%;
  margin: 10px auto 0;

}
  #CONTENT-4 .TIME {
    clear: both;
    width: 30%;
    margin: 0 auto;
  }
  #CONTENT-4 .coupon {
    float: left;
    width: 50%;
    margin: 5px auto;
  }
  #CONTENT-4 .coupon2 {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #CONTENT-4 .coupon3 {
    float: none;
    width: 85%;
    margin: 5px auto;
  }
#CONTENT-4 .coupon4 {
  margin:0 auto;
  width: 98%;
}
  #CONTENT-4 .word {
    font-size: 20px;
    line-height: 20px;
    color: #252525;
    padding: 10px;
  }

  /*模塊5--3變3*/
  #CONTENT-5 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*	padding-top: 0px;
	padding-bottom: 30px;*/
  }
  #CONTENT-5 .BOX {
    float: left;
    width: 33%;
    /*background-color: white;*/
    /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
  }
  #CONTENT-5 .title {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  #CONTENT-5 .time {
    clear: both;
    width: 100%;
    margin: 0 auto;
  }
  /*模塊6-*/
  .CONTENT-6 {
    clear: both;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px;
    margin-bottom: 10px;
    padding: 0 0 15px 0;
  }
  .CONTENT-6 .BOX {
    float: left;
    width: 47%;
    background-color: white;
    padding: 3px 3px 3px 3px;
    margin: 3% 0.5% 0.5% 1.5%;
    /*box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
  }
  .CONTENT-6 .product {}
  /*模塊1--文字化*/
  .CONTENT-6 .BOX h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    background-color: #8a8988;
    width: 100%;
  }
  .CONTENT-6 .BOX p, .CONTENT-6 .product p {
    margin: 3px;
    font-size: 13px;
    line-height: 19px;
    color: #777;
    text-align: left;
    height: 36px;
  }
  .CONTENT-6 .BOX2 {
    display: inline-block;
    width: 48%;
    padding: 1px;
    margin: 1em 0.5%;
    border-radius: 10px;
  }
  .CONTENT-6 .BOX3 {
    display: inline-block;
    width: 32%;
    padding: 3px;
    margin: 1% 0.1%;
    border-radius: 10px;
  }
  .CONTENT-6 .price {
    width: 100%;
    float: left;
    margin: 0 auto;
    height: 27px;
    padding-right: 1px;
    padding-left: 1px;
  }
  .CONTENT-6 .buy {
    float: right;
    width: 35px;
    line-height: 20px;
    background-color: #df0037;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 0x;
  }
  .CONTENT-6 .buy a {
    float: right;
    width: 35px;
    line-height: 20px;
    background-color: #df0037;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
  }
  .CONTENT-6 .buy a:hover {
    float: right;
    width: 35px;
    line-height: 20px;
    background-color: #8c0325;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
  }
  .CONTENT-6 .font-og {
    float: left;
    font-size: 13px;
    color: #777;
    line-height: 30px;
    text-decoration: line-through;
    padding: 0px;
  }
  .CONTENT-6 .font-s {
    float: left;
    font-size: 11px;
    color: #777;
    line-height: 35px;

  }
.CONTENT-6 .font-sp{ float:left;font-size: 22px; color: #df0037; font-weight: bold;line-height: 30px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";padding: 0px; }
  .CONTENT-6 .title {
    width: 90%;
    margin: 20px auto 5px;
  }
  .CONTENT-6 .title2 {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  .CONTENT-6 .today {
    position: absolute;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;


    background: rgba(0, 0, 0, 0.5);
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding: 1% 0;
	  border-radius:  5px;
	  letter-spacing: 2px;
  }

.CONTENT-6 .game {
  background: rgba(12, 204, 204, 0.9);
}
.CONTENT-6 .toy {
 color: #000;
 background: rgb(255, 227, 0, 0.95);
}


  .CONTENT-6 .catalog {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
  }
  /*模塊6--8變4*/
  #pd-menu-bg {
    width: 100%;
    height: 160px;
    background: linear-gradient(#9a241e, #dc3c38);
  }
  #pd-menu {
    clear: both;
    width: 100%;
    margin: 0 auto;
    oveflow: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #pd-menu .BOX {
    float: left;
    width: 33%;
  }
  #pd-menu .BOX img {
    width: 100%;
  }
  /*模塊7--4變1*/
  #CONTENT-7 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #CONTENT-7 .BOX {
    float: left;
    width: 100%;
  }
  #CONTENT-7 .title {
    clear: both;
    width: 98%;
    margin: 0 auto;
  }
  #CONTENT-7 .title2 {
    clear: both;
    width: 98%;
    margin: 0 auto;
  }
  /*模塊8--優惠券 */
  #CONTENT-8 {
    clear: both;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    /*	padding-top: 80px;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #CONTENT-8 .BOX {
    float: left;
    width: 25%;
    padding: 3px;
  }
  #CONTENT-8 .title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    line-height: 28px;
  }
  #CONTENT-8 .date {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    line-height: 18px;
  }
  
  #CONTENT-8-2 {
    clear: both;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

 
#CONTENT-8-2 .BOX{
	display:inline-block; width:32%;
}
#CONTENT-8-2 .BOX2{
	display:inline-block; width:24%;

}
#CONTENT-8-2 .BOX3{
	width: 90%;
	margin: 0 auto;
	float: none;

}
#CONTENT-8-2 .BOX4{
	float:left;
	width:33%; 

}
#CONTENT-8-2 .BOX5{
	width: 20%;

}
#CONTENT-8-2 .BOX52{
	width: 48%;
 	margin:1%;
}

#CONTENT-8-2 .BOX53{
	width: 99%;
}
#CONTENT-8-2 .BOXBIG{
	
	width:99%; 
}
#CONTENT-8-2 .btn22{
	margin:0 auto;
	width:50%; 
}

#CONTENT-8-2 .title{
 font-size: 25px; color: #fff; font-weight: bolder;margin:0 auto; line-height: 40px;width:100%;
}
#CONTENT-8-2 .title3{
line-height: 40px;width:33%;
}
#CONTENT-8-2 .date{
 font-size: 18px; color: #570000; font-weight: bold;margin:0 auto; line-height: 25px;
}
#CONTENT-8-2 .date{
 font-size: 18px; color: #fff; font-weight: bold;margin:0 auto; line-height: 25px;
}
	#CONTENT-8-bg2{
	clear:both;
	width:98%; 
	margin:0 auto;
	overflow:hidden;background-image: url("../images/table-bg-mb.png");  margin-top:15px;

} 
  
  
  
  
  /*模塊9--優惠券 */
  #CONTENT-9-2 {
    clear: both;
    width: 95%; /*background-color: #ff9e00;*/ border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  #CONTENT-9-2 .BOX {
    float: none;
    width: 80%;
    padding: 3px;
    margin: 0 auto;
  }
  #CONTENT-9-2 .title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    line-height: 28px;
  }
  #CONTENT-9-2 .date {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    line-height: 18px;
  }
  /*模塊10--優惠券 */
  #CONTENT-10 {
    clear: both;
    width: 95%; /*background-color: #ff9e00;*/ border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #CONTENT-10 .BOX {
    float: left;
    width: 50%;
    padding: 3px;
  }
  #CONTENT-10 .title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    line-height: 28px;
  }
  #CONTENT-10 .date {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    line-height: 18px;
  }
  /*模塊8--優惠券 */
  #CONTENT-11 {
    clear: both;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #CONTENT-11 .BOX {
    float: left;
    width: 33%;
    padding: 3px;
  }
  #CONTENT-11 .title {
    font-size: 38px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    line-height: 45px;
  }
  #CONTENT-11 .date {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    line-height: 30px;
  }
  #DOWN {
    clear: both;
    width: 100%;
    margin: 10px auto;
    background-color: #03080e;
    padding: 0px 0px;
  }
  #DOWN p {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
  }
  /* 選單 */
  #menu-float {
    width: 100%;
    height: 50px;
    margin: auto;
    position: fixed;
    top: 0px;
    z-index: 999;
  }
  ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0 auto;
  }
  #floater ul, #floater ul {
    font-size: 0;
  }
  #floater li {
    float: none;
  }
  #floater li {
    cursor: pointer;
  }
  #floater {
    width: 100%;
    height: 50px;
    background-color: #af2200;
    z-index: 999;
  }
  #floater .content {
    width: 100%;
    background-color: #af2200;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
  #floater .content right {
    float: right;
  }
  #floater img {
    width: 100%
  }
  .backHome {
    color: #f4c343;
    font-size: 20px;
  }
  /*活動辦法*/
  #rule {
    clear: both;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    background-color: #e4e4e4;
    padding-bottom: 10px;
	margin-top:10px;
	
  }
  #rule-border {
    clear: both;
    width: 100%;
    max-width: 1330px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 5px;
    line-height: 180%;
    box-sizing: border-box;
  }
  #rule-border .p_title {
    background: #666666;
    padding: 5px 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
  }
  #rule-border .sp25 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    text-align: center;
  }
  #rule-border .sp15 {
    padding-left: 10px;
  }
  #rule-border .bold {
    font-weight: bold;
  }
  #rule-border .red_border {
    margin-left: 15px;
    padding: 10px;
    color: #201057;
    font-weight: bold;
    border: dotted;
  }
  #rule-border .red_bold {
    color: #201057;
    font-weight: bold;
  }
  #rule-border .red_font {
    color: #201057;
  }
  #rule-border ul {
    list-style-type: circle !important;
  }
  #rule-border li {
    display: block;
  }
  #rule-border .p_btn {
    width: 250px;
    padding: 5px 15px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    float: left;
  }
  #rule-border .p_btn a {
    background: #8f0b1d;
    width: 250px;
    padding: 5x 15px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    float: left;
  }
  #rule-border .p_btn a:hover {
    background: #8f0b1d;
    width: 250px;
    padding: 5px 15px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    float: left;
  }
  #rule-border .btn {
    width: 300px;
    margin: 0 auto;
  }
  #rule-border .p_space {
    width: 22px;
    float: left;
  }
  #rule-border .sp_ans {
    padding-left: 15px;
  }
  #rule-border .btn_line {
    margin: 0 auto;
  }
  /*活動辦法*/
  #gash {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    background-color: #f2dbae;
    padding-bottom: 0px;
  }
  #gash-border {
    clear: both;
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid #ba9661;
    line-height: 150%;
    box-sizing: border-box;
  }
  #gash-border .sp_ans {
    padding-left: 15px;
  }
  #gash-border .pp {
    color: #000000;
    text-decoration: none;
  }
  #gash-border .pp a {
    color: #000000;
    text-decoration: underline;
  }
  #gash-border .pp a:hover {
    color: #000000;
    text-decoration: none;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.yt_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 10px 0 ;
}


.title_head{

    background: #666666;
    padding: 5px 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;

}


.blog_hd_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 10px 0 ;


.blog_text{
    line-height: 24px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 10px 0 ;
}
