@font-face {
    font-family: 'NotoSansCJKsc';
    src: url('/css/NotoSansCJKsc-Light.eot');
    src: local('NotoSansCJKsc'), local('NotoSansCJKsc'),
        url('/css/NotoSansCJKsc-Light.eot?#iefix') format('embedded-opentype'),
        url('/css/NotoSansCJKsc-Light.woff2') format('woff2'),
        url('/css/NotoSansCJKsc-Light.woff') format('woff'),
        url('/css/NotoSansCJKsc-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansCJKtc';
    src: url('/css/NotoSansCJKtc-Regular.eot');
    src: local('NotoSansCJKtc'), local('NotoSansCJKtc'),
        url('/css/NotoSansCJKtc-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/NotoSansCJKtc-Regular.woff2') format('woff2'),
        url('/css/NotoSansCJKtc-Regular.woff') format('woff'),
        url('/css/NotoSansCJKtc-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*:focus {
    outline: 0;
}
* {
    user-select: none;
}

img{
    border: 0;
    display: block;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

html, body{
    margin: 0;
    padding: 0;
}

body{
    background-image: url('../images/bg.png');
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: #bed1ef;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
@media screen and (max-width: 767px) {
    body{
        font-size: 13px;
    }
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 380px;
}
@media screen and (max-width: 1023px) {
    .wrapper{
        width: 70%;
        max-width: 480px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper{
        width: 90%;
        max-width: 360px;
    }
}

.imgFullW{
    width: 100%;
    height: auto;
}

.pagetitle{
    max-width: 480px;
}

.item{
    position: relative;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
}
@media screen and (max-width: 767px) {
    .item{
        padding: 14px;
    }
}
.item-top{
    position: relative;
    width: 100%;
    display: table;
}
.item .icon{
    position: relative;
    width:28%;
    max-width: 187px;
    display: table-cell;
    padding-right: 5%;
}
@media screen and (max-width: 767px) {
    .item .icon{
        width:34%;
    }
}
.item .title-cta{
    position: relative;
    width: 60%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}
.item .title{
    position: relative;
    width: 100%; 
    max-width: 200px;
    margin-top: 10px;
    font-family: "cronos-pro-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
}
.item .title span{
    font-size: 28px;
    line-height: 26px;
}
.item .title span.sc{
    font-family: 'NotoSansCJKsc';
}
.item .title span.tc{
    font-family: 'NotoSansCJKtc';
}
@media screen and (max-width: 767px) {
    .item .title{
        font-size: 16px;
        line-height: 16px;
    }
    .item .title span{
        font-size: 26px;
        line-height: 22px;
    }
}
.item .cta{
    width: 66%; 
    max-width: 283px;
    position: absolute;
    bottom: 4px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .item .cta{
        width: 80%; 
    }
}
.item .divider{
    width: 100%;
    height: 2px;
    background-color: #a3a7ae;
    margin: 0;
}
.item .item-row{
    position: relative;
    display: inline-block;
    width: 100%;
}
.item .label{
    display: block;
    float: left;
    width: 46%;
}
.item .txt{
    display: block;
    float: right;
    width: 54%;
    text-align: right;
}

.item.old-version {
    opacity: 0.5;
}