@font-face {
    font-family: 'Trade Gothic LT Std Cn';
    src: url('../font/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
        url('../font/TradeGothicLTStd-BdCn20.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.banner {
    width:300px;
    height:250px;
    border:1px solid #333;
    background:#fff;
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size {
    width: 300px;
    height: 250px;
}

.retina {
    background-size: contain;
}

#circle {
    width: 181px;
    height: 181px;
    top: 15px;
    left: 13px;
    transform: rotate(-90deg);
}

#circle_yellow {
    opacity: 0;
}

.yellowColor {
    color: #ffdc00;
}

.blackColor {
    color: #000000;
}

.leftUppercase {
    text-transform: uppercase;
    text-align: left;
}

.text {
    color: #fff;
    font-family: 'Trade Gothic LT Std Cn';
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 0.98em;
}

#text1 {
    top: 69px;
    left: 79px;
    height: 33px;
    width: 184px;
    opacity: 0;
}

#text1_bg {
    background: #000;
    height: 33px;
    width: 184px;
}

.text1 {
    display: block;
    top: 11px;
    right: 6px;
    font-size: 31px;
    position: absolute;
    text-align: right;
}

.pc-all .text1 {
    top: 6px;
    left: 5px;
}

#unsmoke {
    background-image: url(../img/unsmoke.svg);
    background-repeat: no-repeat;
    width: 43px;
    height: 24px;
    top: 14px;
    left: 240px;
}

#legal {
    color: #7b7a79;
    font-family: 'Trade Gothic LT Std Cn';
    font-weight: bold;
    font-style: normal;
    font-size: 7px;
    letter-spacing: 0;
    line-height: 0.98em;
    text-transform: uppercase;
    text-align: left;
    bottom: 9px;
    left: 11px;
}

sup {
    position: relative;
    top: 0.4em;
    font-size: 7px;
}

#text2 {
    font-size: 15px;
    top: 105px;
    left: 85px;
    letter-spacing: -0.3px;
    line-height: 18px;
}

#text2_1, #text2_2 {
    opacity: 0;
}


.blackBox {
    background: #000;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.pc-all .blackBox {
	padding-top: 1px;
}

#white {
    background: #fff;
    opacity: 0;
}

#logo {
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    top: 207px;
    left: 26px;
    width: 93px;
    height: 22px;
    opacity: 0;
}

#tag {
    background-image: url(../img/tag.svg);
    background-repeat: no-repeat;
    top: 210px;
    left: 149px;
    width: 122px;
    height: 17px;
    opacity: 0;
}

#cta {
    font-family: 'Trade Gothic LT Std Cn';
    font-weight: bold;
    font-style: normal;
    background-color: #ffdc00;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.2px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
    top: 144px;
    left: 76px;
    width: 145px;
    height: 32px;
    padding-top: 11px;
    opacity: 0;
}

.pc-all #cta {
    padding-top: 8px;
    height: 33px;
}

#bubble1 {
    background-image: url(../img/bubble1.png);
    opacity: 0;
}

#text3 {
    top: 68px;
    left: 66px;
    font-size: 21px;
    text-transform: uppercase;
    width: 185px;
    text-align: left;
    letter-spacing: -0.1px;
}

.pc-all #text3 {
	top: 65px;
}

#text3_2 {
    left: 17px;
}

#borderL {
    background: #646464;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
}

#borderB {
    background: #646464;
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#borderR {
    background: #646464;
    width: 8px;
    height: 100%;
    bottom: 0;
    right: 0;
}

#borderT {
    background: #646464;
    height: 8px;
    width: 100%;
    top: 0;
    right: 0;
}