@charset "UTF-8";
@media screen and (min-width: 768px) {
  .Awards .PD3, .Awards .PD2, .Awards .PD1 {
    padding: 0;
    margin: 0;
  }
  .Awards {
    position: relative;
    width:100%;
    height: auto;
    font-family: "Century Gothic", "Microsoft JhengHei", "微軟正黑體", Arial, sans-serif;
  }
  .Awards ul {
    list-style: none;
    margin-top: 35px;
  }
  .Awards h3 {
    color: #9c26c1;
    font-size: 34px;
	margin-bottom:2%;
    margin-top: 0;		
  }
  .Awards b {
    font-size: 20px;
  }
  .Awards .money .tickets {
    width: 70%;
    height: 130px;
    padding: 10% 0 0 0;
    margin: 0% auto;
    background: url(money.png?t=1763965502898) center 82%/100% no-repeat scroll;
  }
  .Awards .coupon .tickets {
    width: 70%;
    height: 170px;
    padding: 10% 0 0 0;
    margin: 0% auto;
    background: url(coupon.png?t=1763965502898) center 60%/100% no-repeat scroll;
  }
  .Awards .coupon .tickets_mo {
    width: 70%;
    height: 170px;
    padding: 10% 0 0 0;
    margin: 0% auto;
    background: url(mostor.png?t=1763965502898) center 60%/100% no-repeat scroll;
  }	
  .Awards .coupon .tickets h4 {
    font-size: 26px;
    transform: rotate(-5deg);
    color: #f200ca;
  }
  .Awards li {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
  }
  .Awards .tickets h4 {
    font-size: 26px;
    transform: rotate(-5deg);
    color: #ff8600;
  }
  .Awards .PD1 ul::before {
    content: "";
    position: absolute;
    margin: 4% 11%;
    width: 100%;
    height: 200px;
    background: url(coin.png?t=1763965502898) no-repeat;
    z-index: 2;
    pointer-events: none !important;
  }
  .Awards .PD1 ul {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .Awards .PD1 h4 {
    margin: 2% 45%;
  }
  .Awards .PD1 h4 > span {
    font-size: 60px;
  }
  .Awards .PD1 .tickets {
    width: 40% !important;
  }
  .Awards .PD2 ul {
    display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
  }
  .Awards .PD2 h4 {
    margin: 9% 10%;
    padding-left: 34%;
  }
  .Awards .PD2 h4 > span {
    font-size: 62px;
  }
  .Awards .PD2 .txt {
	margin-bottom: 3%;	  
/*
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0%;
*/
  }
  .Awards .PD3 ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 12px;
  }
  .Awards .PD3 h4 {
    margin: 21% 45%;
  }
  .Awards .PD3 h4 > span {
    font-size: 48px;
  }
  .Awards .PD3 .txt {
/*
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15%;
	justify-content: center;
*/
   margin-bottom:5%;	  
  }
}
@media screen and (max-width: 767px) {
  .Awards .PD3 ul, .Awards .PD2 ul, .Awards ul {
    padding: 0;
    margin: 5% auto 0.5%;
  }
  .Awards {
    position: relative;
    width: 95%;
    height: auto;
    font-family: "Century Gothic", "Microsoft JhengHei", "微軟正黑體", Arial, sans-serif;
  }
  .Awards ul {
    list-style: none;
  }
  .Awards h3 {
    color: #9c26c1;
    font-size: 5vw;
    margin: 0;
  }
  .Awards b {
    font-size: 3vw;
  }
  .Awards .money .tickets {
    width: 70%;
    height: 14vw;
    padding: 10% 0 0 0;
    margin: 0% auto;
    background: url(money.png?t=1763965502898) center 95%/100% no-repeat scroll;
  }
  .Awards .money .tickets h4 {
    font-size: 4vw;
    transform: rotate(-5deg);
    color: #ff8600;
  }
  .Awards .coupon .tickets {
    width: 75%;
    height: 20vw;
    padding: 1% 0 0 0;
    margin: 0% auto;
    background: url(coupon.png?t=1763965502898) center 75%/100% no-repeat scroll;
  }
  .Awards .coupon .tickets_mo {
    width: 75%;
    height: 20vw;
    padding: 1% 0 0 0;
    margin: 0% auto;
    background: url(mostor.png?t=1763965502898) center 75%/100% no-repeat scroll;
  }	
  .Awards .coupon h4 {
    font-size: 4vw;
    transform: rotate(-5deg);
    color: #f200ca;
  }
  .Awards li {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
  }
  .Awards .PD1 ul::before {
    content: "";
    position: absolute;
    margin: 5% 4% 0;
    width: 100%;
    height: 40vw;
    background: url(coin.png?t=1763965502898) no-repeat;
    z-index: 2;
    pointer-events: none;
    background-size: 90%;
  }
  .Awards .PD1 ul {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .Awards .PD1 h4 {
    margin: -2% 48%;
  }
  .Awards .PD1 h4 > span {
    font-size: 8vw;
  }
  .Awards .PD1 .tickets {
    width: 45% !important;
  }
  .Awards .PD1 .tickets .span{

  }	
	
  .Awards .PD2 ul {
    display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2%;
  }
  .Awards .PD2 h4 {
    margin: 8% 53%;
  }
  .Awards .PD2 h4 > span {
    font-size: 6.5vw;
  }
  .Awards .PD2 .txt {
/*
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0;
*/
	  margin-bottom:5%
  }
  .Awards .PD3 ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 2%;
  }
  .Awards .PD3 h4 {
    margin: 28% 50%;
  }
  .Awards .PD3 h4 > span {
    font-size: 5vw;
  }
  .Awards .PD3 .txt {
    /* display: grid; */
    /* grid-template-columns: repeat(3, auto); */
    /* grid-gap: 2%; */
    margin-bottom: 15%;
  }
  .Awards .coupon .PD1 h4 {
    margin: 12% 50%;
  }		
  .Awards .coupon .PD2 h4 {
    margin: 19% 0%;
	  padding-left: 30%;
  }		
  .Awards .coupon .PD3 h4 {
    margin: 40% 39%;
  }		
	
}/*# sourceMappingURL=main_layout.min.css.map */

.Awards .btn {margin: 2em auto;}
    @media screen and (max-width:767px){
      .Awards .btn { width: 60%;margin: 1.5em auto;}
      .Awards .btn2 { width:60%;margin: 1.5em auto;}
    }
