#ns_Wrapper{width:100%;}
#id_ContentTop{display:block;}
#id_ContentTop>tbody{display:block;}
#id_ContentTop>tbody>tr{display:block;}
#td_ContentTop{display:block;height:100vh;}
/*===============Loading 樣式===============*/

.BlogMasklayer .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.BlogMasklayer .dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.BlogMasklayer .dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}
.BlogMasklayer .dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}
.BlogMasklayer .dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}
.BlogMasklayer .dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}
.BlogMasklayer .dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
       transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

.AsherEtTextOverlayNo1VCtrlClass .container{
    height:100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
        -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.AsherEtTextOverlayNo1VCtrlClass .bgAnimateContainer{    
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
     display: flex;
    justify-content: center;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-position:center;
    position: relative;
    will-change: transform, opacity;
    align-items: center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url('https://comet.noonspace.com/w58NoonSpace/asher/MsgInfo/w_1-1600x900.jpg');
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
   left: 0;
   opacity:1;
   -moz-transition: opacity .45s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: opacity .45s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: opacity .45s ;
    transition: opacity .45s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    background-attachment: fixed;
}
.AsherEtTextOverlayNo1VCtrlClass .listcontainer{
    flex: 1;
    width: 100%;
    padding: 0 35px;
    height:100%;
    align-items:center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: 112.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.AsherEtTextOverlayNo1VCtrlClass .txtcontainer{
    padding-left: 0.625rem;
    padding-right:0.625rem;
    width: 100%;
    float: left;
    min-width: initial;
     -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.AsherEtTextOverlayNo1VCtrlClass .txtstyle{
font-size: 10vw;
    color: #fff;
    display: flex;
    flex: 1;
    mix-blend-mode: difference;
    width: 70%;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.03em;
    font-style: normal;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    overflow: hidden;
    will-change: contents;
}

@media only screen and (max-width: 700px) {
.AsherEtTextOverlayNo1VCtrlClass .txtstyle{
	font-size:15vw;}
.AsherEtTextOverlayNo1VCtrlClass .listcontainer{
	padding:0 10px;
}
}

.AsherEtTextOverlayNo1VCtrlClass .relativecontainer{
    position: relative;
    display: inline-flex !important;
    flex: 1;

}

.AsherEtTextOverlayNo1VCtrlClass .animationtxt{
   position: relative;
    opacity: 1;
    display: flex;
    flex: 1;
    justify-content: center;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transform: matrix(1, 0, 0, 0.1, 0,500);
transition: all .4s linear;	
}