*, ::after, ::before {
    box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-family : "db_helvethaicamon_x55_regular";
  /* line-height:0; */
  font-size:22px;
  color:#1c1c1c;
}
body > .container, body > [class^=box]{
	padding-top: 50px;
    padding-bottom: 130px;
	overflow:hidden;

}
/*body > [class^=box]{
	padding-top:60px;
}
body > .box-collectpoints{padding-top:60px;padding-bottom:130px;}*/

.bg-img{background: url(../images/bg-white.jpg) no-repeat top center; background-size: cover;position:relative;background-attachment: fixed;/*background: #C90000;*/}
.bg-img-home{background: url(../images/bg-red_home.jpg) no-repeat top center; background-size: cover; position:relative;}
.sec-log img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
.home.campaign-img{position: relative;z-index: 5;}
.home-footer {
	/*background: url(../images/bg_home_footer.png) no-repeat bottom;
    background-size: cover;*/
    position: absolute;
    /*bottom: -180;
    z-index: -4;
    height: 350px;
    width: 100%;*/
	
}
 .home-footer .img_product {
    position: absolute;
    bottom: 135px;
    width: 100%;
}
.btn-home{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.8%;
	z-index:10;
}
.btn-home img{max-width:75%;}
.topic {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 25px;
	/*box-shadow: 0 1px 10px 0px #0000008a;*/
	border-radius: 10px;
}
input[type=text]:focus-visible {
    outline: none;
}
.from-controls{    
	background-color: #FFFFFF;
    padding: 7px 10px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ec2028;
    font-size: 24px;
	font-weight:bold;
	/*box-shadow: inset 1px -1px 7px 0px #00000075;*/
	line-height:1.2;
}
.font-yellow{color:#ffdb16;}
input[type=text]::placeholder {
    color: #1c1c1c;
}
.box-register .title{font-family:"db_helvethaicamon_x55_regular";margin-bottom:10px;color:black;}
.box-register .condition {
    color: #FFF;
    font-family: "db_helvethaicamon_x55_regular";
	
}
.radio-style {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:black;
	margin-right:15px;
	line-height:1.5;
}
.radio-style:after {
    content: '';
   /* box-shadow: 0px 0px 8px 3px #00000038;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 2;
    width: 30px;
    height: 30px;
    z-index: -4;
    border-radius: 50%;
}
input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type=radio] + .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #ec2028;
    /*box-shadow: inset 0px 0px 3px 0px #0000006e;*/
}
input[type=radio] + .checkmark:after {
	content: "";
    position: absolute;
    display: none;
	top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: red;
}
.checkbox-style {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    margin-bottom: 20px;
    line-height: 1.5;
}
.checkbox-style:after {
    content: '';
    /*box-shadow: 0px 0px 8px 0px #00000038;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    z-index: -4;
	transform: translateY(30%);
}
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input[type=checkbox] + .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 2px solid #ec2028;
	border-radius: 5px;
    /*box-shadow: inset 0px 0px 3px 0px #0000006e;*/
	transform: translateY(30%);
}
input[type=checkbox] + .checkmark:after {
	content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: red;
}
input:checked ~ .checkmark:after {
    display: block;
}
.col-4 select.from-controls{background-position-x: 92%;}
.row.pl-md-3.pl-4.mb-4 .col-12{padding:0px;}
select.from-controls{
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.png);
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 98%;
	outline:0;
}
.box-birth-date .col-12 .col-4{float: left;}
.btn1.text-center{max-width:400px;margin:0 auto;}
.btn1.text-center img{max-width:80%;}
/*.box-menu {
    border: 4px solid #ffdb16;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    margin-top: 20%;
    background-color: #c90000;
    padding: 7% 0px 3%;
	position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
	box-shadow: 0px -5px 13px 5px #00000050;
}*/
.box-menu .list-menu {
	max-width: 100%;
	margin: 0 auto;
}
.box-menu .list-menu .item-menu{
	width: 25%;
    float: left;
    text-align: center;
    background-color: #c90000;
    padding: 15px;
    padding-bottom: 30px;
	max-height:115px;
}
.box-menu .list-menu .item-menu.active{background-color:white;}
/* .box-menu .list-menu .item-menu img{max-height:38px;} */
.box-menu .list-menu .item-menu .txt-menu{
	font-size: 1.7rem;
    color: white;
    /* text-shadow: 2px 2px 3px #000000; */
}
.box-menu .list-menu .item-menu.active .txt-menu{
	color:#c90000;
}
.box-menu .list-menu .item-menu .img-menu{
	/* position: absolute; */
    /* bottom: 200%; */
    /* left: 0; */
    /* right: 0; */
	padding:0px 10px 20px 10px;
}
.box-menu .list-menu .item-menu .img-menu.active{bottom:160%;}
.box-menu .list-menu .item-menu .img-menu.active img{max-width:38px;}
.box-uploadSilp {
    padding-top: 10px;
}
.profile{margin-bottom:15px;}
.img-profile {
    display: flex;
    align-items: center;
    text-align: center;
}
.img-profile img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    width: 125px;
	border: 4px solid #ffdb16;
	box-shadow: inset 1px -1px 7px 0px #00000075;
}
.profile-name span {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: -1px 1px 0 #ffffff5e, 1px 1px 0 #ffffff5e, 1px -1px 0 #ffffff5e, -1px -1px 0 #ffffff5e;
    letter-spacing: 0.5;
	line-height:1;
}
.formUpload .sec-uploadfile {
    background-color: white;
    padding: 30px 40px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 5px solid #ec2028;
    box-shadow: inset 4px -2px 10px 0px #00000033;
	text-align:center;
	max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#PreUploadFile{width:80px;margin-bottom:25px;}
#uploadFile {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 250px;
    overflow: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#btnUploadFile {
    width: 250px;
}
.sec-detail {
    margin-bottom: 20px;
}
.sec-detail p {
    margin-bottom: 10px;
	line-height:1;
}
.sec-detail input[type=text] {
    background: white url(../images/icon-coin.png) no-repeat;
    padding-left: 40px;
    background-size: 25px;
    background-position: 7;
    background-position-y: 7px;
}
.sec-detail .add-icon-cart:before {
    background: url(../images/icon-cart.png) no-repeat;
    padding-left: 40px;
    background-size: 25px;
    background-position: 7;
    background-position-y: 7px;
    content: '';
    position: absolute;
    height: 100%;
    left: 20px;
    bottom: 0;
    top: 5px;
}
.add-icon-cart select {
    padding-left: 45px;
}
.link-other a {
    font-size: 28px;
    color: white;
    text-align: center;
    display: block;
}
.img-title img{max-width:80%;}
.modal-content {
    border: 5px solid #ffdb16;
    /* box-shadow: inset 2px -2px 6px 0px #00000075; */
    padding: 30px 0px 20px;
	border-radius:40px;
	background-clip:unset;
	margin: 25px 15px;
}
/*.thxdesc {
    margin-bottom: 7px;
}*/
.thxdesc span{display:block;font-weight:bold;}
.thxdesc img {max-width: 30px;}
.font-red{color:#e60001;}
#modal-Thankyou .remark{font-size:16px; font-weight:bold;margin-top:5px;line-height:1.1;}
.thxdesc {
    line-height: 1.5;
}
.btn2 img{max-width:50%;}
.show-point{margin-left:30px;}
.font-white{color:#fff;}
.show-point span:first-child {
    font-size: 3.5rem;
    font-weight: bold;
    padding-right: 10px;
	line-height: 0.7;
}
.menu-award{
	margin-bottom:30px;
	border-radius: 10px;
    box-shadow: 0px 0px 9px 2px #0000004f;
}
.menu-award a {
    color: #fefefe73;
    font-size: 28px;
    /* font-weight: bold; */
    padding: 15px 10px;
    background-color: #c70000;
    display: inline-block;
    width: 50%;
    border-radius: 10px;
    text-align: center;
	border:none;
	line-height:0.7;
}
.menu-award a.btn-award {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: inset 1px -4px 8px 0px #3d00008f;
}
.menu-award a.btn-rules {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	box-shadow: inset -1px -4px 8px 0px #3d00008f;
}
.menu-award a.active {
    background-color: #fdc00f;
    color: black;
    font-weight: bold;
}
.reward-items .reward-img {
    text-align: center;
    padding: 40px 0px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.col-6.reward-img img{width:65%;margin-right:40px;}
.reward-items .reward-desc{
	background: #ffe497;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 12%;
    font-weight: bold;
    line-height: 1;
	min-height:230px;
	padding-right:10px;
    box-shadow: -2px 0px 10px 0px #00000045;
}
.reward-desc-point, .reward-desc-detail{font-size:26px;word-break: break-word;}
.reward-desc-type{font-size:40px;color:#c70000;}
.reward-desc-detail{margin-top:5px;}
.reward-point-img{
	position:absolute;
	top: 50%;
    transform: translate(-10px, -50%);
	left:0;
	right:0;
	text-align:center;
}
.reward-point-img img{max-width:150px;}
.reward-point-point{
	position:absolute;
	top: 50%;
    transform: translate(-10px, -50%);
	left:0;
	right:0;
	text-align:center;
}
.reward-point-point span {
    font-size: 40px;
    font-weight: bold;
    color: #fff0b5;
    letter-spacing: 1.25px;
    text-shadow: -3px 2px #f68e00;
}
.btn3{
	position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 0;
    right: 0;
}
.btn3 img{max-width:70%;}
.reward-items{
	margin-bottom:4px;
	padding-top: 4px;
    padding-bottom: 4px;
	padding-left:17px;
}
.position-relative.menu {
	top: unset!important;
    position: fixed!important;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 12%;
}
.link-other{margin-top:15px;}
.reward-items:before {
    content: '';
    display: block;
    /* background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(255 0 0 / 70%)); */
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
}
.reward-items .row {
    background: white;
    box-shadow: inset 0px -3px 7px 0px #0000002e
}
.box-reward-redrem .reward-img > img {
    max-width: 75%;
    margin-top: -10%;
	width:70%;
	margin-right:10%;
}
.box-reward-redrem .reward-point-img, .box-reward-redrem .reward-point-point {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
	transform: translate(-10px, 0);
}
.box-reward-redrem .reward-point-img {
    bottom: 5%;
}
.box-reward-redrem .reward-point-img img {
    width: 120px;
}
.box-reward-redrem .reward-point-point {
    bottom: 19%;
    right: 17.5%;
}
.box-reward-redrem .reward-point-point span {
    font-size: 34px;
}
.box-reward-redrem .reward-items .reward-desc{padding:25px;}
.redrem-desc{
	background: #ffe497;
    padding: 20px 25px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: bold;
    line-height: 1;
    min-height: 250px;
	box-shadow: -2px 0px 20px 0px #00000059;
}
.redrem-desc-usePoint {
    color: #e40000;
    font-size: 26px;
    font-weight: bold;
}
.set-amount {
    position: absolute;
    bottom: 25px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
}
.set-amount .remark {
    font-size: 20px;
    text-align: left;
    padding-left: 25px;
}
.amount span{font-size:40px;}
.amount input[type="text"] {
    max-width: 50%;
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ffd012;
    border-radius: 10px;
    background-color: #fbad00;
    padding: 7px 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    color: white;
}
.box-reward-redrem .reward-items {
    margin-bottom: 15px;
}
.menu-award a:hover{color:white;}
.box-reward-redrem .link-other{margin-top:10px;}
.logo-header.text-center{
	background-color: #c90000;
    margin-top: -20px;
    padding: 7px 0px;
    margin-bottom: 5px;
	position: fixed;
    width: 100%;
    z-index: 1000;
}
.logo-header.text-center .col-6.offset-3 {
    margin-left: 0;
    max-width: 100%;
    /* text-align: center; */
}
.logo-header.text-center .col-6.offset-3 img {
    max-width: 100%;
    width: 230px;
}
.box-reward .profile {
    margin-bottom: 20px;
	margin-top:20px;
}
.collectpoints-list {
    margin-bottom: 0px;
}
table {
    /* border-collapse: separate; */
    border-spacing: 0 4px;
    width: 100%;
    position: relative;
    font-size: 22px;
    margin: 0 auto;
	font-family: 'db_helvethaicamon_x75_bd';
}
thead {
    background: #e40000;
    position: relative;
    color: white;
    box-shadow: inset 4px -3px 5px 0px #00000052;
    margin: 0px auto;
}
thead:before {
    content: '';
    display: block;
    /* background-image: linear-gradient(to left, rgb(175 12 12 / 42%), rgb(255 0 0 / 70%)); */
    height: 110%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -3px;
}

th {
	padding: 1rem 0.5rem;
    text-align: center;
    font-size: 20px;
}


tbody td {
    background-color: white;
	padding: 1.3rem 0.5rem ;
}
th.spacingtd, td.spacingtd {
    width: 15px;
    background: transparent;
    padding: 0;
}
.box-redemptionhistory th{padding:0.5rem 0rem;}
.box-redemptionhistory tbody td{padding: 1.3rem 0.2rem ;}
.box-redemptionhistory th.spacingtd, .box-redemptionhistory td.spacingtd{width:10px;}
table span.pedding {
    color: #f8b101;
}
table span.delivery-success {
    color: #21ac39;
}
.sec-participating{
	max-width: 100%;
    margin: 0 auto;
    position: relative;
	margin-top:40px;
	margin-bottom:-2px;
	text-align:center;
}
.sec-participating .row{display:block;margin:0 auto;}
.btnToStore{margin-bottom:40px;}
.participating-detail > img{width:auto;}
.participating-detail .title.font-yellow {
    font-size: 32px;
    text-align: unset;
    position: absolute;
    right: 0px;
    top: 0;
    margin-top: 7%;
	margin-right:10%;
	color:black;
}
.participating-detail div img {
    position: absolute;
    width: auto;
	max-width: 55%;
    right: 0px;
    text-align: right;
    bottom: 0;
	margin-bottom:13%;
}
.rules-title {
    background: #e40000;
    position: relative;
    color: #fff0b5;
    box-shadow: inset 4px -3px 8px 0px #00000059;
    padding: 15px 30px;
    line-height: 1;
    font-family: 'db_helvethaicamon_x75_bd';
	margin-bottom:25px;
}
.rules-title:before {
    content: '';
    display: block;
    background-image: linear-gradient(to left, rgb(175 12 12 / 42%), rgb(255 0 0 / 70%));
    height: 110%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -4px;
}
.rules-detail {
    margin: 25px 0px;
    padding: 20px;
    line-height: 1;
    font-family: 'db_helvethaicamon_x75_bd';
	margin-top:0px;
}
.rules-detail h3{margin-bottom:0px;}
.bg-rules-white {
    background: white;
    width: 93%;
    float: right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 1px 1px 18px 0px #00000075;
}
.bg-rules-red {
    background: #e40000;
    width: 93%;
    margin-left: 0;
    clear: both;
    box-shadow: inset 1px -1px 9px 6px #00000047;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
	padding-left: 45px;
}
.bg-rules-red:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    box-shadow: 1px 1px 18px 0px #00000075;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border: 5px solid #ce0000;
    border-left: 4px solid #ce0000;
}
.rules-detail-desc img {
    max-width: 80%;
    margin: 15px auto;
    clear: both;
    display: block;
}
.rules-detail .remark {
    font-size: 20px;
    margin: 5px 0px;
    display: block;
}
.rules-detail-desc .font-yellow {
    color: #fbad00;
}

.clear-both{clear:both;}
.helvethaicamon_x55{
	font-family: "db_helvethaicamon_x55_regular";
}
.imgParticipating{text-align:center;}
.imgParticipating img{padding: 0px 7%;}
.bg-yellow{background-color:#fdc00c;}
.participating-store .title{
	background-color: #fdc00c;
    padding: 15px 10px 10px 10px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 15px;
    box-shadow: inset 1px 1px 16px 0px #0000001c;
    font-size: 24px;
}
.rules-detail-desc .btn-back{max-width:55%;}
.box-reward-list + .position-relative.menu{top:0px;}
.modal-open .modal{padding-right:0px!important;}
@media screen and (max-width:725px){
	.box-reward-redrem .reward-point-img img{margin-right:0px;}
	.box-reward-redrem .reward-point-img {
		bottom: 5%;
		right:5%;
	}
	.box-reward-redrem .reward-point-point{
		right: 12.5%;
	}
}
@media screen and (max-width:650px){
	.btn-home{bottom:0px;}
	.reward-items .reward-desc{padding-left:10%;}
	.reward-point-point span{font-size:36px;}
	.reward-point-img img{width:120px;}
	.reward-desc-point, .reward-desc-detail{font-size:22px;}
	.reward-desc-type{font-size:36px;}
	.sec-participating{max-width:100%;}
	.btnToStore img{max-width:87%; margin:0 auto;}
}
@media screen and (max-width:576px){
	.container{padding-left:5px; padding-right:5px;}
	/* .box-menu{padding:9% 0 6%;} */
	/* .box-menu .list-menu .item-menu img{max-width:65%;} */
	.box-menu .list-menu .item-menu .txt-menu{font-size:1.3rem;}
	.reward-items .reward-desc{padding-left:12%;}
	.reward-desc-point, .reward-desc-detail{font-size:20px;}
	.reward-desc-type{font-size:30px;}
	.box-menu .list-menu .item-menu .img-menu.active img{max-width:38px;}
	.box-reward-redrem .reward-point-point {
		right: 14.5%;
		bottom: 20%;
	}
}
@media screen and (max-width:480px){
	.reward-point-point span{font-size:24px;}
	.menu-award a{font-size:24px;}
	.reward-point-img img{width:90px;}
	.reward-items .reward-desc{padding-left:12%;}
	.reward-desc-point, .reward-desc-detail{font-size:20px;}
	.reward-desc-type{font-size:28px;}
	.btn3 img{width:80%;}
	/* .box-menu{padding:9% 0 4%;} */
	.box-reward-redrem .reward-desc-point{font-size:22px;}
	.set-amount .remark{font-size:16px;}
	.redrem-desc{padding:20px;}
	.participating-detail div img{right:0px;max-width:55%;margin-bottom:13%;}
	.participating-detail .title.font-yellow{font-size: 26px;    margin-top: 7%; margin-right: 9%;}
	.box-reward-redrem .reward-point-img img{width:100px;}
	.box-reward-redrem .reward-point-point {
		right: 14%;
		bottom: 17%;
	}
	.box-reward-redrem .reward-point-point span{font-size:30px;}
	.sec-participating{margin-top:30px;margin-bottom:-2px;}
	.btnToStore{margin-bottom:30px;}
}
@media screen and (max-width:425px){
	.sec-participating{margin-bottom:-2px;}
	.participating-detail .title.font-yellow{font-size: 26px;    margin-top: 7%; margin-right: 6.5%;}
	.box-reward-redrem .reward-items .reward-img{padding-top:10px;}
	
	.box-collectpoints th:nth-child(5), .box-collectpoints td:nth-child(5) {width: 68px;}
	.box-collectpoints th:nth-child(4), .box-collectpoints td:nth-child(4) {width: 80px;}
	.box-collectpoints th:nth-child(2), .box-collectpoints td:nth-child(2) {width: 80px;}
	.box-redemptionhistory th:nth-child(3), .box-redemptionhistory td:nth-child(3) {width: 68px;}
	.box-redemptionhistory th:nth-child(4), .box-redemptionhistory td:nth-child(4) {width: 80px;}
	.box-redemptionhistory th:nth-child(5), .box-redemptionhistory td:nth-child(5) {width: 95px;}

}

@media screen and (max-width:400px){
	/*.collectpoints-list{overflow-x:scroll;}
	.collectpoints-list table{width:409px;}*/
}

@media screen and (max-width:390px){
	.chk-sex.pl-4{padding-left:0px!Important;}
	.chk-sex .col-12{display:flex; justify-content:center;}
	.radio-style{margin-right:10px;font-size:20px;padding-left:35px;}
	input[type=radio] + .checkmark, .radio-style:after{height: 25px;width: 25px;}
	input[type=radio] + .checkmark:after{
		top: 4.5px;
		left: 4.313px;
		width: 12px;
		height: 12px;
	}
	.reward-items .reward-desc{padding-left:14%;}
	.menu-award a{font-size:22px;}
	.box-reward-redrem .reward-desc-point{font-size:20px;word-break: break-word;}
	.participating-detail .title.font-yellow {
		font-size: 24px;
		margin-right: 4%;
	}
}
@media screen and (max-width:375px){
	.box-reward-redrem .reward-point-point{
		right:16%;
	}
	.box-menu .list-menu .item-menu{max-height:100px;padding:10px;padding-bottom:20px;}
}
@media screen and (max-width:360px){
	.participating-detail .title.font-yellow {
		font-size: 22px;
		margin-right: 6%;
	}
}
@media screen and (max-width:350px){
	.menu-award a{font-size:20px;}
}

@media and (-webkit-min-device-pixel-ratio:0) {

}

_::-webkit-full-page-media, _:future, :root .reward-point-point span {

	letter-spacing:0px;
}