.unselectable {
-webkit-touch-callout: none;
-webkit-user-callout: none;
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-user-modify: none;
-webkit-highlight: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-callout: none;
-ms-word-break: break-all;
-ms-word-wrap: break-all;
-webkit-word-break: break-word;
-webkit-word-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
pointer-events: none;
      }
.onlyDesktop{
display: inline-block;
}
@media (max-width: 576px){
.onlyDesktop{
display: none;
}
}
.onlyMobile{
display: none;
}
@media (max-width: 768px){
.onlyMobile{
display: block;
}
}
.list-low-roman>li{
list-style: lower-roman;
}
.list-disc {
    list-style-type: disc;
}
.list-disc>li {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
}
.list-decimal>li {
    list-style-type: decimal;
}
.list-lower-alpha {
    list-style-type: lower-alpha;
}
.list-lower-alpha>li {
    list-style: lower-alpha;
}
.list-decimal, .list-upper-roman, .list-lower-roman, .list-lower-alpha, .list-disc {
    margin: 0;
    padding-left: 20px;
}
.list-decimal>li, .list-upper-roman>li, .list-lower-roman>li, .list-lower-alpha>li, .list-disc>li {
    margin: 3px 0;
    position: relative;
}
#tncContent ol.lower-alpha > li::before {
margin-left: -20px;
}
.offer-Remark{
font-size: 12px;
line-height: 1.4;
color: #666;
}
.offer-Remark .list-decimal, .offer-Remark .list-lower-alpha, .offer-Remark .list-disc{
    margin: 0;
    padding-left: 1rem;
}
.offer-Remark .list-decimal>li{
    width: 100%;
	text-align: left;
	padding-left: 0.25rem
}
.tncTablx {
 margin: 6px 0;
 border:1px solid #999999;
 text-align:center;
 border-collapse:collapse;
}
.tncTablx td {
 padding:5px;
 border:1px solid #999999;
 vertical-align: middle;
 text-align: center;
}
.tncTablx .head {
 background-color:#666666;
 color:#FFFFFF;
}
.Remarksublist{
padding-left: 10px;
position: relative;
}
.tncsublist{
padding-left: 25px;
position: relative;
margin: 0.25rem 0;
}
.tncsublist .num, .Remarksublist .num{
position: absolute;
top: 0;
left: 0;
}
.f12{
	font-size: 12px;
	line-height:140%;
	}
.f14{
	font-size: 14px;
	line-height:140%;
	}
.f16{
	font-size: 16px;
	line-height:140%;
	}
.f18{
	font-size: 18px;
	line-height:140%;
	}
.f20{
	font-size: 20px;
	line-height:140%;
	}
.f24{
	font-size: 24px;
	line-height:140%;
	}
.f28{
	font-size: 28px;
	line-height:140%;
	}
.f30{
	font-size: 30px;
	line-height:1;
	}
.f36{
	font-size: 36px;
  line-height:100%;
	}
.f40{
	font-size: 40px;
  line-height:100%;
	}
.f44{
	font-size: 44px;
  line-height:1.2;
	}
.f48{
	font-size: 48px;
  line-height: 1;
	}
.BigFont{
font-size: 140%;
line-height: 1;
}
.BigFont2{
font-size: 170%;
line-height: 1;
}
@media (max-width: 576px){
.f20{
	font-size: 18px;
	line-height:140%;
	}
.f24{
	font-size: 22px;
	line-height:140%;
	}
.f30{
	font-size: 28px;
	line-height:120%;
	}
.f36{
	font-size: 30px;
  line-height:120%;
	}
.f44{
	font-size: 40px;
  line-height:1.2;
	}
}

body.small-font-size .f12{
    font-size: 10px;
}
body.large-font-size .f12{
    font-size: 14px;
}
body.small-font-size .f14{
    font-size: 12px;
}
body.large-font-size .f14{
    font-size: 16px;
}
body.small-font-size .f16{
    font-size: 14px;
}
body.large-font-size .f16{
    font-size: 18px;
}
body.small-font-size .f18{
    font-size: 16px;
}
body.large-font-size .f18{
    font-size: 20px;
}
body.small-font-size .f20{
    font-size: 18px;
}
body.large-font-size .f20{
    font-size: 22px;
}
body.small-font-size .f24{
    font-size: 22px;
}
body.large-font-size .f24{
    font-size: 26px;
}
body.small-font-size .f30{
    font-size: 26px;
}
body.large-font-size .f30{
    font-size: 34px;
}
body.small-font-size .f36{
    font-size: 32px;
}
body.large-font-size .f36{
    font-size: 40px;
}

body.small-font-size .offer-Remark{
    font-size: 10px;
}
body.large-font-size .offer-Remark{
    font-size: 14px;
}
body.small-font-size #tncContent{
    font-size: 11px;
}
body.large-font-size #tncContent{
    font-size: 14px;
}
body.small-font-size .offer-Remark{
    font-size: 11px;
}
body.large-font-size .offer-Remark{
    font-size: 14px;
}
#tncContent{
    font-size: 12px;
	line-height: 140%;
	}

.mt5{
margin-top: 5px;
}
.mb5{
margin-bottom: 5px;
}
.new-pink{
color: #E4015C;
}
.new-orange{
color: #F07C10;
}
.new-blue{
color: #0066b3;
}
.tax-color{
color: #00aa08;
}
.tax-highlight{
color: #1781ff;
}
.mt5{
	margin-top:5px;
	}
.p20{
	padding:20px;
	}
.card-tag-row{
display: flex;
flex-wrap: wrap-reverse;
justify-content: space-between;
align-items: center;
}
.promo-period{
display: inline-block;
padding: 0 20px;
background-color: #bde9bf;
text-align: center;
border-radius: 99px;
}
.promo-period2{
display: inline-block;
padding: 0 20px;
background-color: #66cc6b;
text-align: center;
border-radius: 99px;
}
.promo-period3{
display: inline-block;
padding: 0 20px;
background-color: #00aa08;
padding: 8px 40px;
text-align: center;
border-radius: 99px;
color: #fff;
font-weight: bold;
}
.tax-bk{
background-image: linear-gradient(to bottom, #e5f6e6, white);
background-size: 100% 220px;
background-position: center top;
background-repeat: no-repeat;
padding: 50px 0 30px;
margin-top: -25px;
}
.reward-title{
display: inline-block;
position: relative;
background-color: #00aa08;
background-image: url("../images/tax-icon.svg");
background-repeat: no-repeat;
background-size: 35px auto;
background-position: bottom right 20px;
padding: 10px 75px 10px 100px;
color: white;
font-weight: bold;
border-radius: 99px;
box-shadow: 3px 3px 0 rgb(0, 178, 0, 0.35);
}
.gift-box{
position: absolute;
left: 25px;
bottom: 8px;
width: 60px;
height: 60px;
background-image: url("../images/gifbox.png");
background-size: cover;
background-position: center;
}
.offerDetail-tablx{
border-collapse: separate;
border-radius: 25px;
box-shadow: 1px -1px 5px rgb(0, 178, 0, 0.75), -1px 1px 5px rgb(0, 178, 0, 0.75);
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.offerDetail-tablx td{
padding: 15px;
text-align: center;
vertical-align: middle;
position: relative;
border-bottom: 1px solid #00aa08;
background-color: white;
}
.offerDetail-tablx td.head{
background-color: #00aa08;
font-weight: bold;
color: #fff;
}
.offerDetail-tablx .td-right-line::after{
content: "";
position: absolute;
background-color: #00aa08;
width: 1px;
height: calc(100% - 20px);
right: 0;
top: 10px;
}
.offerDetail-tablx .td-right-line-w::after{
content: "";
position: absolute;
background-color: #fff;
width: 1px;
height: calc(100% - 20px);
right: 0;
top: 10px;
}
.coins-gfx{
position: absolute;
right: -40px;
top: -25px;
width: 110px;
height: 114px;
background-image: url("../images/coins.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 5;
}
.obmb-block{
border-radius: 25px;
background-color: white;
box-shadow: 1px -1px 5px rgb(0, 178, 0, 0.75), -1px 1px 5px rgb(0, 178, 0, 0.75);
width: 100%;
max-width: 700px;
margin: 0 auto;
padding: 15px 35px;
}
.obmb-row{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: -10px;
margin-right: -10px;
}
.obmb-col{
padding: 5px 10px;
}
@media (max-width: 576px){
.obmb-row{
flex-flow: column;
}
}
a.cfa-btn{
display: block;
width: 100%;
max-width: 300px;
padding: 5px 30px;
background-color: #00aa08;
border: 2px solid #80d483;
border-radius: 99px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.cfa-btn-sms{
padding: 8px 35px;
background-color: #00aa08;
border: 2px solid #80d483;
border-radius: 20px;
display: inline-block;
text-align: center;
color: #fff;
}
.cfa-btn-inner{
display: inline-block;
padding-right: 15px;
background-image: url("../images/dot-arrow-w.svg");
background-size: 10px auto;
background-repeat: no-repeat;
background-position: center right;
color: #fff;
font-weight: bold;
}
.obmb-demo-bk{
background-color: #f3f9ff;
padding: 25px 0;
}
.obmb-demo-row{
display: flex;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
a.obmb-demo-btn{
padding: 15px;
border-radius: 20px;
background-color: #117aed;
border: 2px solid #88bcf6;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: center;
width: calc(50% - 30px);
max-width: 220px;
text-align: center;
margin: 0 15px;
}
.obmb-demo-btn-inner{
display: inline-block;
padding-right: 15px;
background-image: url("../images/arrow-white.svg");
background-size: 8px auto;
background-repeat: no-repeat;
background-position: center right;
color: #fff;
font-weight: bold;
}
@media (max-width: 576px){
.obmb-demo-row{
margin-left: -10px;
margin-right: -10px;
}
a.obmb-demo-btn{
width: calc(50% - 20px);
margin: 0 10px;
}
}