html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;
    margin: 0;
    letter-spacing: .5px
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

*:focus {
    outline: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #000;
    -webkit-transition: all .125s;
    transition: all .125s;
    text-decoration: none
}

a:hover {
    color: #fecd28
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webit-box-sizing: border-box
}

.footer-section {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 69px;
    background: #000;
    text-align: center
}

@media(max-width: 575.98px) {
    .footer-section {
        height: 80px
    }
}

.footer-section .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    height: 100%
}

@media(max-width: 575.98px) {
    .footer-section .list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.footer-section .list a {
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    padding: .5rem 2rem;
    border-radius: 2rem;
    color: #000000;
    margin-right: 6rem
}

@media(max-width: 575.98px) {
    .footer-section .list a {
        margin-right: 0;
        font-size: .9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .25rem 1rem
    }
}

.footer-section .list a:last-child {
    margin-right: 0
}

.footer-section .list a span:last-child {
    display: inline-block;
    background: #000000;
    border-radius: 100%;
    margin-left: .1rem;
    padding: .1rem 0 0 .35rem
}

.footer-section .list a span:last-child i {
    font-size: 1.25rem;
    margin-right: .5rem;
    color: #fff
}

.footer-section .list a span:last-child i.rotate {
    transform: rotate(-85deg);
    -webkit-transform: rotate(-85deg)
}

@media(max-width: 575.98px) {
    .footer-section .list a span:last-child i {
        font-size: .75rem
    }
}

@media(max-width: 575.98px) {
    .footer-section .list a span {
        display: block
    }
}

.footer-section .list a:hover {
    text-decoration: none;
    background: #ffe250
}

.footer-section .list a:hover span:last-child {
    background: #fff
}

.footer-section .list a:hover span:last-child i {
    color: #3333a8
}

section {
    font-size: 1.2rem
}

ol {
    padding-left: 30px
}

ol li {
    list-style-type: decimal;
    margin-bottom: 1rem
}

ol li:last-child {
    margin-bottom: 0
}

.text-point {
    color: #e94f9a
}

.text-point2 {
    color: #e94f9a
}

.text-link {
    color: #e94f9a;
    text-decoration: underline
}

.text-link:hover {
    text-decoration: none
}

.text-link2 {
    color: #e94f9a;
    text-decoration: underline
}

.text-link2:hover {
    text-decoration: none
}

.specification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.specification-button {
    position: relative;
    background-color: #55f;
    color: #fff;
    border-radius: 2rem;
    padding: .5rem 0;
    width: 12rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer
}

.specification-button:hover {
    opacity: .5
}

.specification-button-icon {
    display: none
}

.specification-button-icon.is-show {
    display: var(--fa-display, inline-block)
}

.specification-button img {
    position: absolute;
    top: .5rem;
    right: -1rem
}

.specification-button--style1 {
    background-color: #55f;
    color: #fff
}

.specification-content {
    display: none;
    max-width: 1230px;
    width: 90%;
    margin: 2rem auto 0
}

.specification-content-title {
    text-align: center;
    color: #e94f9a;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem
}

.specification-content-list {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold
}

.specification-content-list li {
    list-style: decimal;
    margin-bottom: 1rem
}

.specification-content--style1 .specification-content-title {
    color: #e94f9a
}

.specification-content--style1 .specification-content-list {
    color: #000
}

.section-img {
    position: relative;
    margin-bottom: 1rem
}

@media(max-width: 575.98px) {
    .section-img {
        margin-bottom: 3rem
    }
}

.section-img-login {
    position: absolute;
    top: 60%;
    right: 19%;
    font-size: 2rem;
    font-weight: bold;
    background-color: #e94f9a;
    color: #fff;
    width: 15%;
    padding: .5rem 0;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.section-img-login:hover {
    opacity: .5
}

@media(max-width: 575.98px) {
    .section-img-login {
        top: 76%;
        right: 29%;
        width: 40%
    }
}

.section-img-done {
    position: absolute;
    top: 68%;
    right: 13%;
    color: #000;
    font-size: 3rem
}

@media(max-width: 575.98px) {
    .section-img-done {
        top: 82%;
        right: 23%;
        font-size: 2rem
    }
}

.section-img-form {
    position: absolute;
    top: 54%;
    width: 35%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 575.98px) {
    .section-img-form {
        width: 65%
    }
}

.section-img-form input {
    width: 100%;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 3rem;
    border: 2px solid #e6e6e6;
    padding: 1rem 1.5rem;
    text-align: center
}

@media(max-width: 575.98px) {
    .section-img-form input {
        width: 90%;
        height: 2rem;
        margin-bottom: .5rem
    }
}

.section-img-form img {
    margin-top: 2%;
    max-width: 40%;
    cursor: pointer
}

@media(max-width: 767.98px) {
    .section-img-form img {
        margin-top: -2%
    }
}

.section-img-form img:hover {
    opacity: .5
}

.section-img-form--1 {
    right: 8%
}

@media(max-width: 575.98px) {
    .section-img-form--1 {
        right: 17.5%;
        top: 72%
    }
}

.section-img-form--2 {
    right: 8%
}

@media(max-width: 575.98px) {
    .section-img-form--2 {
        right: 17.5%;
        top: 72%
    }
}

.header-section {
    text-align: center;
    background: #fff;
    border-bottom: 3px solid #ff7800
}

.header-section__logo {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
    background-position: center center;
    width: 200px;
    height: 63px
}

.slogan-kv {
    overflow: hidden;
    background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202601_tuj442v7/unboxing/img/kv_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1
}

@media(max-width: 575.98px) {
    .slogan-kv {
        background: none
    }
}

.slogan-kv__img {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 575.98px) {
    .slogan-kv__img {
        padding: 0
    }
}

.slogan-kv__img.kv {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation: boxBounce 2s ease-in-out;
    animation: boxBounce 2s ease-in-out
}

.slogan-kv__img .kv-title {
    position: relative
}

@media(max-width: 767.98px) {
    .slogan-kv__img .kv-title {
        max-width: 55%
    }
}

@media(max-width: 575.98px) {
    .slogan-kv__img .kv-title {
        max-width: 100%
    }
}

.slogan-object__img {
    position: absolute;
    z-index: 1;
    -webkit-animation: bg_coin 1.8s .8s ease both, coin 3s 2.8s infinite;
    animation: bg_coin 1.8s .8s ease both, coin 3s 2.8s infinite;
    width: 15%
}

@media(max-width: 991.98px) {
    .slogan-object__img {
        display: none
    }
}

.slogan-object__img img {
    max-width: 90%
}

.slogan-object__img--object-l1 {
    top: 0%;
    left: 6%;
    width: auto
}

.slogan-object__img--object-l2 {
    bottom: 12%;
    left: 4%;
    width: 10%
}

.slogan-object__img--object-r1 {
    top: 0%;
    right: 8%;
    width: auto
}

.slogan-object__img--object-r2 {
    bottom: 12%;
    right: 4%;
    width: 10%
}

.activity-description-section {
    padding: 8rem 0;
    background: url(https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202601_tuj442v7/unboxing/img/bg01.png);
    background-size: auto;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 575.98px) {
    .activity-description-section {
        position: relative;
        padding: 4rem 0 4rem;
        margin-top: -2.5rem
    }
}

@media(max-width: 575.98px) {
    .activity-description-section>img {
        max-width: 96%
    }
}

.activity-reward-section-1 {
    background: url(https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202601_tuj442v7/unboxing/img/bg02.png);
    padding: 8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 575.98px) {
    .activity-reward-section-1 {
        padding: 4rem 0
    }
}

@media(max-width: 575.98px) {
    .activity-reward-section-1>img {
        max-width: 90%
    }
}

.activity-reward-section-2 {
    background: url(https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202601_tuj442v7/unboxing/img/bg03.png);
    padding: 8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 575.98px) {
    .activity-reward-section-2 {
        padding: 4rem 0
    }
}

@media(max-width: 575.98px) {
    .activity-reward-section-2>img {
        max-width: 90%
    }
}

.activity-notice-section {
    padding: 6rem 0;
    background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202601_tuj442v7/unboxing/img/bg01.png");
    background-size: auto;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 575.98px) {
    .activity-notice-section {
        padding: 4rem 0
    }
}

.activity-notice-section .section-header {
    margin-bottom: 5rem
}

@media(max-width: 575.98px) {
    .activity-notice-section .section-header {
        max-width: 50%;
        margin-bottom: 4rem
    }
}

.activity-notice-section .section-content {
    max-width: 1230px;
    width: 90%;
    margin: 0 auto 6rem auto;
    color: #fff;
    font-weight: bold
}

@media(max-width: 575.98px) {
    .activity-notice-section .section-content {
        margin: 0 auto
    }
}

.activity-notice-section .section-content .text-point,
.activity-notice-section .section-content .text-link {
    color: #ffe250
}

@-webkit-keyframes boxBounce {

    from,
    50% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }

    62.5% {
        -webkit-transform: translateY(15%) scale(1.12, 0.89);
        transform: translateY(15%) scale(1.12, 0.89)
    }

    75% {
        -webkit-transform: translateY(-15%) scale(0.92, 1.1);
        transform: translateY(-15%) scale(0.92, 1.1)
    }

    87.5% {
        -webkit-transform: translateY(0) scale(1.05, 0.9);
        transform: translateY(0) scale(1.05, 0.9)
    }

    to {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
}

@keyframes boxBounce {

    from,
    50% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }

    62.5% {
        -webkit-transform: translateY(15%) scale(1.12, 0.89);
        transform: translateY(15%) scale(1.12, 0.89)
    }

    75% {
        -webkit-transform: translateY(-15%) scale(0.92, 1.1);
        transform: translateY(-15%) scale(0.92, 1.1)
    }

    87.5% {
        -webkit-transform: translateY(0) scale(1.05, 0.9);
        transform: translateY(0) scale(1.05, 0.9)
    }

    to {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
}

@-webkit-keyframes bg_coin {
    0% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    10% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    20% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    30% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    40% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    50% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }
}

@keyframes bg_coin {
    0% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    10% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    20% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    30% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    40% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    50% {
        -webkit-transform: translate(0%, 2%) scale(0.97);
        transform: translate(0%, 2%) scale(0.97);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes coin {
    0% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0%, -3%) scale(1.02);
        transform: translate(0%, -3%) scale(1.02);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }
}

@keyframes coin {
    0% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0%, -3%) scale(1.02);
        transform: translate(0%, -3%) scale(1.02);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0%, 0%) scale(1);
        transform: translate(0%, 0%) scale(1);
        opacity: 1
    }
}