@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap");

html, body {
    font-family: 'Noto sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    -webkit-user-drag: none;
    scroll-behavior: smooth;
    overscroll-behavior: none;
}


* {
    cursor: url(../img/cursor/cursor.png), auto; 
}
*:active {
    cursor: url(../img/cursor/cursor_click.png), auto; 
}
* a:hover {
    cursor: url(../img/cursor/cursor.png), auto; 
}


::-webkit-scrollbar {
    width: 14px;
    background: linear-gradient(25deg, rgba(255,255,255,1) 0%, rgba(166,224,255,1) 100%);
}
::-webkit-scrollbar-thumb {
    background-color: #5e94d1;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #9a74d8;
}

::selection {
    color: #fff;
    background: #3e4fa1;
}

img {
    user-select: none;
}

.fullPage {
    width: 100%;
}


/* ========== main 開始 ========== */

main::before {
    content: "";
    position: absolute;
    z-index: -999;
    width: 100%;
    height: 100%;
    /* background-color: #242e61; */
}

main {
    position: relative;
    background-size: 100%;
}

main p {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0.21em;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3f408f;
}

.kv {
    background: url(../img/kv_bg.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
    height: 110vh;
    transform-origin: center;
}

.kv .deco {
    display: flex;
    justify-content: center;
}

.kv video {
    position: fixed;
    width: 130%;
    top: -3em;
    opacity: .28;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.kv .float-deco {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    overflow: hidden;
    pointer-events: none;
}

.kv .feather-1 {
    position: absolute;
    width: 12%;
    left: 70%;
    top: 30%;
    animation: floatOut_R 6s ease-in-out infinite;
    animation-delay: 0s;
}

.kv .feather-1 img {
    transform: scaleX(-1);
}

.kv .feather-2 {
    position: absolute;
    width: 12%;
    left: 20%;
    top: 38%;
    opacity: 0;
    animation: floatOut_L 4s ease-in-out infinite;
    animation-delay: 1s;
}

.kv .feather-3 {
    position: absolute;
    width: 12%;
    left: 20%;
    top: 26%;
    opacity: 0;
    animation: floatOut_L2 8s ease-in-out infinite;
    animation-delay: 1s;
}

.kv .cloud-1 {
    position: absolute;
    left: 45%;
    top: 21%;
    opacity: 0;
    animation: GfloatOut_R 10s ease-in-out 2;
}

.kv .cloud-2 {
    position: absolute;
    left: 32%;
    top: 20%;
    opacity: 0;
    animation: GfloatOut_L 8s ease-in-out 3;
}

.kv .cloud-1 img, .kv .cloud-2 img {
    transform: scale(0.5);
}

.kv-content {
    user-select: none;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.kv-slg1, .kv-slg2, .kv-btn {
    position: relative;
    display: flex;
    justify-content: center;
}

.kv-logo {
    width: 14%;
    position: absolute;
    top: 3%;
    left: 21%;
    opacity: 0;
    animation: blur 1.2s linear forwards;
}

.kv-logo img {
    width: 100%;
}

.kv-slg1 {
    padding-top: 26%;
    opacity: 0;
    animation: fadeInUp 2s cubic-bezier(0.33,1.5,0.66,1) forwards;
    animation-delay: 0.4s;
}

.kv-slg1 img {
    width: 42%;
    position: relative;
    animation: blur 2s linear forwards;
    animation-delay: 0.4s;
}

.kv-slg2 {
    top: -0.2em;
    opacity: 0;
    animation: fadeInUp 2s cubic-bezier(0.33,1.5,0.66,1) forwards;
    animation-delay: 1s;
}

.kv-slg2 img {
    width: 36%;
}

.kv-btn {
    top: -0.25em;
    opacity: 0;
    animation: fadeInUp 2s cubic-bezier(0.33,1.5,0.66,1) forwards;
    animation-delay: 1.4s;
}

.kv-btn img {
    width: 62%;
    animation: hue 4s ease-in-out 1s alternate infinite;
}

.kv-btn a {
    animation: scaled 0.4s cubic-bezier(0, 1.2, 1, 1) 3s alternate infinite;
    transition: all 0.2s ease;
    text-align: center;
}

.kv-btn a:hover {
    filter: brightness(1.05);
    transform: scale(1.1);
    animation: paused;
}

.wrap {
    position: relative;
    z-index: 2;
    background: url(../img/wrap_bg.jpg) no-repeat;
    background-size: cover;
}

.wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -420px;
    width: 100%;
    height: 100%;
    height: 720px;
    z-index: 3;
    background: url(../img/clouds.png) top no-repeat;
    background-size: cover;
    pointer-events: none;
}

.event1 {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding-top: 8vh;
}

.eve1-title {
    height: 3.2rem;
    background: url(../img/section/eve1-title.png) center top no-repeat;
    background-size: 40%;
}

.eve1-text {
    width: 100%;
    position: relative;
    z-index: 2;
}

.eve1-text p {
    width: 10rem;
    margin-top: 0.6em;
}

.eve1-text a, .eve2-text2 a {
    color: #a948e6;
}

.eve1-text a:hover, .eve2-text2 a:hover {
    font-weight: 500;
    color: #ffffff;
    background-color: rgb(169, 72, 230, 0.9);
    border-radius: 2em;
    padding: 0 0.52em 0.2em 0.58em;
    transition: all 0.2s ease;
}

.eve1-rewards-wrap {
    width: 100%;
    position: relative;
    z-index: 5;
}

.skin {
    width: 100%;
    position: fixed;
    top: 6%;
    display: flex;
    justify-content: center;
    gap: 6em;
    pointer-events: none;
}

.skin img {
    width: 10%;
}

#skinB {
    animation: floating 3.2s ease-in-out infinite;
}

#skinG {
    animation: floating 3.2s ease-in-out infinite;
}

.eve1-rewards {
    width: 60%;
    margin: 0 auto;
    padding-top: 0.4em;
}

.eve1-rewards ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25em 0px;
}

.eve1-rewards ul li {
    width: 24%;
}

.eve1-rewards ul li a {
    text-align: center;
}

.eve1-rewards ul li img {
    width: 88%;
}

.eve1-rewards ul li:nth-child(1) {
    margin-left: 20%;
}

.eve1-rewards ul li:nth-child(2) {
    margin-right: 20%;
}

.eve1-rewards ul li:nth-child(3) {
    margin-left: 10%;
}

.eve1-rewards ul li:nth-child(5) {
    margin-right: 10%;
}

.eve1-rewards ul li.received a:first-child, .eve2-rewards ul li.received a:first-child{
    display: none;
}
.eve1-rewards ul li.received a:nth-child(2), .eve2-rewards ul li.received a:nth-child(2){
    display:none;
}
.eve1-rewards ul li.received a:nth-child(3), .eve2-rewards ul li.received a:nth-child(3){
    display:block;
}
.eve1-rewards ul li.active a:first-child, .eve2-rewards ul li.active a:first-child{
    display: none;
}
.eve1-rewards ul li.active a:nth-child(2), .eve2-rewards ul li.active a:nth-child(2){
    display:block;
}
.eve1-rewards ul li.active a:nth-child(3), .eve2-rewards ul li.active a:nth-child(3){
    display:none;
}
.eve1-rewards ul li.off a:first-child, .eve2-rewards ul li.off a:first-child{
    display: block;
}
.eve1-rewards ul li.off a:nth-child(2), .eve2-rewards ul li.off a:nth-child(2){
    display:none;
}
.eve1-rewards ul li.off a:nth-child(3), .eve2-rewards ul li.off a:nth-child(3){
    display:none;
}

.eve1-rewards ul li.active:hover {
    filter: brightness(1.03);
    animation: floating2 1.2s ease forwards;
}

.event2 {
    position: relative;
    width: 100%;
    height: 14.8em;
    padding-top: 14vh;
    overflow: hidden;
}

.eve2-title {
    height: 3.2rem;
    background: url(../img/section/eve2-title.png) center top no-repeat;
    background-size: 40%;
}

.eve2-text {
    margin-top: 0.1em;
}

.bubble-wrap {
    width: 100%;
    position: absolute;
    top: 6em;
}

.bubble {
    position: absolute;
    left: 61%;
    width: 19%;
    height: 2em;
    z-index: 3;
    background: url(../img/section/eve2-bubble.png) no-repeat;
    background-size: contain;
}

.bubble-btn {
    position: relative;
    top: 0.15em;
    left: 0.75em;
    width: 52%;
    z-index: 99;
    transition: all 0.3s;
}

.bubble-btn a {
    display: block;
    height: 1em;
    text-align: center;
}

.bubble img {
    width: 100%;
}

.bubble-btn:hover {
    filter: brightness(1.02);
    transform: scale(1.05);
}

.bubble-text {
    position: relative;
    top: -0.48em;
    left: 0.5em;
    width: 60%;
}

.bubble-feather {
    position: relative;
    top: -1.25em;
    left: 2.48em;
    width: 24%;
    z-index: -1;
}

.event2 .role-wrap {
    background: url(../img/role_bg.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    padding-top: 0.5em;
    margin-top: 0.2em;
}

.event2 .role {
    display: flex;
    justify-content: center;
    margin-left: 0.15em;
    width: 100%;
    height: 6em;
    position: relative;
    animation: floating_role 6s ease-in-out infinite;
}

.event2 .role-wink {
    width: 22%;
    height: 100%;
    position: absolute;
    background: url(../img/role3.png) no-repeat;
    background-size: 100%;
    animation-name: wink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: step-start;
}

.eve2-rewards {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    top: -6.25em;
}

.eve2-rewards ul {
    width: 50%;
}

.eve2-rewards ul li {
    width: 19%;
}

.eve2-rewards ul li img {
    width: 100%;
}

.eve2-rewards .deco-box {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 100%;
    height: 91%;
    border-radius: 0.08em;
    transform: rotate(0deg);
    background: rgb(106, 127, 219, 0);
    backdrop-filter: blur(10px);
}

.eve2-rewards ul li.active:hover .deco-box {
    display: block;
    transform: rotate(-7deg);
    background: rgb(106, 127, 219, 0.6);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.6s ease;
}

.eve2-rewards ul li.active {
    transition: all 0.4s;
}

.eve2-rewards ul li.active:hover {
    filter: brightness(1.04);
    transform: rotate(4deg);
}

.eve1-btn img:hover, .eve2-text span img:hover, .popUp-login-btn:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
    animation: pulse 0.8s ease infinite;
}

.eve1-deco, .eve2-deco {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.eve2-point, .eve2-text2 {
    position: relative;
    top: -6.5em;
}

.eve2-point p {
    font-size: 0.35em;
    font-weight: 700;
    letter-spacing: 0.04em;
    user-select: none;
}

.eve2-point span {
    color: #9e1cdf;
    border: solid #818181 2px;
    background-color: #fff;
    padding: 0 0.25em 0.15em 0.25em;
    margin: 0 0.1em;
}

.feather-btn {
    display: flex;
    justify-content: center;
    position: relative;
    top: -6.4em;
    transition: all 0.4s;
}

.feather-btn:hover {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.feather-btn a {
    display: block;
    width: 23%;
}

.feather-btn img {
    width: 100%;
}

.eve2-text2 {
    margin-top: 0.1em;
}

.g1 {
    position: absolute;
    background: url(../img/g1.png) no-repeat;
    background-size: 100% auto;
    width: 5%;
    height: 12%;
    top: 39%;
    left: 26%;
    animation: floating 4s ease-in-out infinite;
}

.g2 {
    position: absolute;
    background: url(../img/g2.png) no-repeat;
    background-size: 100% auto;
    width: 6%;
    height: 14%;
    right: 25%;
    bottom: 1%;
    animation: 6s floating 0.6s ease-in-out infinite;
}

.g3 {
    position: absolute;
    background: url(../img/g3.png) no-repeat;
    background-size: 100% auto;
    width: 1.6em;
    height: 2.2em;
    top: 2.2em;
    right: 5em;
    animation: floating 4s ease-in-out infinite;
}

.g1:hover, .g2:hover, .g3:hover {
    animation: floating 1s ease-out infinite;
}


/* ========== main 結束 ========== */



/* ========== footer 開始 ========== */

footer {
    position: relative;
    z-index: 3;
    width: 100%;
    background: #242e61;
    user-select: none;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 0.2em;
    margin: 0 auto;
    width: 72%;
    padding: 0.4em 0 0.8em 3.2em;
}

.vng {
    width: 40%;
    display: flex;
    gap: 0.1em;
    /* margin-right: -0.8em; */
}

.vng .logo-vng {
    width: 40%;
}

.vng img {
    width: 100%;
    position: relative;
    top: -0.58em;
}

.vng .text {
    width: 60%;
}

.vng .text p, .age .text p {
    text-align: left;
    line-height: 1.28;
    font-size: 10px;
    font-weight: 100;
    color: #ffffff;
}

.age {
    width: 64%;
    display: flex;
    gap: 0.1em;
}

.age .icon-age {
    width: 5.8%;
}

.age .text {
    width: 94%;
}

.age .icon-age img {
    width: 100%;
    position: relative;
    top: -0.42em;
}

/* ========== footer 結束 ========== */



/* ========== 右上登入 開始 ========== */

.gr__info {
    background: url(../img/login_bg.png) no-repeat;
    background-size: 100% auto;
    width: 12%;
    height: 12%;
    position: fixed;
    right: 30px;
    top: 30px;
    padding-top: 2.4%;
    z-index: 3;
}

.gr__info .name {
    width: 100%;
    color: #1a5dcf;
    text-align: center;
    font-size: 0.2em;
    font-weight: 700;
}

.gr__info .btn__login {
    display: block;
    font-size: 0;
    background: url(../img/login_btn.png) no-repeat;
    background-size: 100% auto;
    width: 60%;
    height: 5vh;
    margin: 0 auto;
    margin-top: 6%;
}

.gr__info .btn__logout {
    display: block;
    font-size: 0;
    background: url(../img/logout_btn.png) no-repeat;
    background-size: 100% auto;
    width: 60%;
    height: 4vh;
    margin: 0 auto;
    margin-top: 6%;
}

/* ========== 右上登入 結束 ========== */



/* ========== sideBar 開始 ========== */

.sideBar {
    display: none;
}

.ios:hover, .adr:hover {
    filter: brightness(1.1);
    transform: scale(1.03);
}

.sns li:hover {
    filter: brightness(1.1);
    transform: scale(1.03);
}

.sideBar {
    width: 100%;
    position: fixed;
    top: 18%;
    right: 0%;
    width: 17%;
    height: 78%;
    background: url(../img/aside/sidebar_bg_open.png) no-repeat;
    background-size: 100%;
    z-index: 998;
    transition: right .8s ease;
}

.sideBar .deco {
    position: absolute;
    z-index: 1;
    mix-blend-mode: screen;
    mask: url(../img/aside/sidebar_bg_open.png) no-repeat;
    mask-size: 100%;
    pointer-events: none;
}

.sideBar video {
    width: 380%;
    opacity: .46;
    mix-blend-mode: screen;
}

.switch {
    display: block;
    position: absolute;
    width: 0.5em;
    height: 1.3em;
    top: 1.3em;
    right: 2.8em;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.barClose {
    right: -2.62em;
    background: url(../img/aside/sidebar_bg_close.png) no-repeat;
    background-size: 100%;
}

.sideBar-btn {
    position: relative;
    z-index: 10;
    width: 55%;
    height: 40%;
    top: 3.09em;
    left: 0.81em;
    background-color: rgba(0, 0, 0, 0);
}

.ios {
    display: block;
    width: 100%;
    height: 0.62em;
    background: url(../img/aside/ios.png) no-repeat;
    background-size: 100%;
}

.adr {
    display: block;
    width: 100%;
    height: 0.62em;
    background: url(../img/aside/adr.png) no-repeat;
    background-size: 100%;
    margin-top: 0.22em;
}

.sns {
    display: flex;
    margin-top: 0.3em;
}

.sns li {
    margin-top: 0em;
    width: 50%;
    overflow: hidden;
}

.fb {
    display: block;
    width: 2.1em;
    height: 0.9em;
    background: url(../img/aside/SNS.png) no-repeat;
    background-size: 86%;
}

.baha {
    display: block;
    width: 2.1em;
    height: 0.9em;
    background: url(../img/aside/SNS.png) no-repeat;
    background-size: 86%;
    background-position: -312% 0;
}

.topBar {
    display: none;
}

/* ========== sideBar 結束 ========== */

.skin-sticker {
    display: none;
}

/* ========== popUp 開始 ========== */

.popUp1, .popUp2, .popUp3, .popUp4, .popUp5 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0,0.7);
}

.popUp2 {
    display: none;
}

.popUp3, .popUp-message {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0,0.7);
}

.popUp-login, .popUp-recived, .popUp-select, .popUp-text {
    width: 100%;
    position: absolute;
    top: 26%;
}

.popUp-select {
    margin: 0 auto;
    text-align: center;
    color: #000000;
}

.popUp-select-content {
    width: 38%;
    height: 4.4em;
    position: relative;
    background: url(../img/popup/popup_select_bg.png) center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}

.content-wrap {
    padding-top: 18%;
    padding-left: 2%;
}

.popUp-select-content select {
    display: block;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0.4em;
    border-radius: 0.2em;
    width: 50%;
    font-size: 0.25em;
    margin-top: 2%;
    color: #000000;
}

.popUp-select-content .btn-box {
    display: flex;
    justify-content: center;
    background: url(../img/popup/popup_select_btn.png) center no-repeat;
    background-size: 23%;
    transition: all 0.4s;
    margin-top: 0.08em;
}

.popUp-select-content .btn-box .server-btn {
    display: block;
    box-sizing: border-box;
    width: 13em;
    height: 6vh;
    border: rgba(0, 0, 0, 0);;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

.popUp-select .btn-box:hover, .btn__login:hover, .btn__logout:hover {
    filter: brightness(1.08);
    transform: scale(1.1);
}

.popUp-select-content p {
    display: block;
    font-size: 0.2em;
    margin-top: 2%;
}

.popUp-message-content {
    width: 38%;
    height: 4.8em;
    position: relative;
    top: 22%;
    margin: 0 auto;
    background: url(../img/popup/popup_bg.png) center no-repeat;
    padding: 0.6em 0;
    text-align: center;
    color: #000000;
}

.popUp-message .message-text {
    padding-top: 12%;
    font-size: 0.6em;
    color: #fff39f;
    filter: drop-shadow(0 0 10px rgba(59, 22, 22, 0.9));
}


/* ========== popUp1 ========== */

.popUp-login-content {
    width: 38%;
    height: 4.4em;
    position: relative;
    margin: 0 auto;
    background: url(../img/popup/popup_login.png) center no-repeat;
    background-size: contain;
}

.btn__login, .btn__logout {
    transition: all 0.4s;
}

.popUp-login-close, .popUp-recived-close, .popUp-select-close, .popUp-message-close, .popUp-text-close {
    display: block;
    position: absolute;
    top: 0.6em;
    right: 0.55em;
    width: 0.4em;
    height: 0.4em;
    background: url(../img/popup/close.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-out;
}

.popUp-login-close:hover, .popUp-recived-close:hover, .popUp-select-close:hover, .popUp-message-close:hover, .popUp-text-close:hover {
    filter: brightness(1.5);
    transform: scale(1.1) rotate(180deg);
}

.popUp-login-content ul{
    display: flex;
    justify-content: center;
    margin: 0 10%;
    padding-top: 28%;
    padding-left: 2%;
}

.popUp-login-content ul li {
    width: 20%;
    margin: 0 2%;
    float: left;
}

.popUp-login-content ul li img {
    width: 100%;
}

.popUp-login-content ul li:hover {
    filter: brightness(1.1);
    transform: scale(1.03);
}

/* ========== popUp2 ========== */

.popUp-recived-content {
    width: 38%;
    height: 4.4em;
    margin: 0 auto;
    position: relative;
    background: url(../img/popup/popup_award-recived.png) center no-repeat;
    background-size: 100%;
    /* padding-left: 2em; */
}

.popUp-recived {
    left: 1%;
}

.popUp-recived-close {
    top: 0.6em;
    right: 0.8em;
}

/* ========== popUp4 & popUp5 ========== */

.popUp4, .popUp5 {
    display: none;
}

.popUp-text {
    width: 38%;
    height: 4.4em;
    margin: 0 auto;
    position: relative;
    background: url(../img/popup/popup4_bg.png) center no-repeat;
    background-size: 100%;
}

.popUp5 .popUp-text {
    width: 38%;
    height: 4.4em;
    margin: 0 auto;
    position: relative;
    background: url(../img/popup/popup5_bg.png) center no-repeat;
    background-size: 100%;
}

.popUp-text-content {
    width: 81%;
    margin: 0 auto;
    position: relative;
    top: 30%;
}

.popUp-text-content p {
    background: rgba(255, 255, 255, 0.98);
    padding: 1.6em;
    margin-left: 1.5em;
    text-align: justify;
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
    height: 17vh;
    overflow-y: auto;
    overscroll-behavior: none;
}

.popUp-text-content .highlight {
    color: #2470b8;
    font-weight: 500;
}


/* ========== popUp 結束 ========== */



/* ========== tablet ==========  */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    ::-webkit-scrollbar {
        width: 6px;
    }
    
    main {
        position: relative;
        background:transparent;
        background-size: 100% auto;
        width: 100%;
        height: auto;
    }
 
    main p {
        font-size: 0.3em;
    }

    .kv {
        background: url(../img/mob/kv_bg.jpg) no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        height: 122vh;
    }

    .kv video {
        top: 0em;
        width: 260%;
    }

    .kv .feather-1 img {
        width: 120%;
    }

    .kv .cloud-1 {
        left: 33%;
    }

    .kv .cloud-2 {
        left: 12%;
    }

    .kv-logo {
        width: 25%;
        position: absolute;
        top: 11%;
        left: 37%;
    }

    .kv-slg1 {
        padding-top: 80%;
    }

    .kv-slg1 img {
        width: 100%;
    }

    .kv-slg2 img {
        width: 86%;
    }

    .kv-btn a {
        width: 50%;
    }

    .kv-btn img {
        width: 92%;
    }

    .wrap {
        position: relative;
        z-index: 2;
        background: url(../img/mob/wrap_bg.jpg) no-repeat;
        background-size: cover;
    }

    .wrap::before {
        content: "";
        z-index: 5;
        top: -448px;
    }

    .sideBar {
        z-index: -99;
    }

    .topBar {
        display: block;
        position: fixed;
        width: 100%;
        height: 2em;
        top: 0;
        left: 0;
        z-index: 999;
        background: linear-gradient(137deg, rgb(42, 78, 207) 0%, rgb(53, 158, 219) 16%, rgb(200, 179, 238) 33%, rgba(52,170,236,1) 64%, rgb(68, 104, 235) 84%, rgb(148, 105, 228) 100%);
        background-size: 280%;
        animation: gradient 8s ease infinite;
    }

    .topBar-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.20em;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .topBar-btn li {
        margin-top: 0em;
    }

    .adr-wrap, .ios-wrap {
        display: block;
        width: 21%;
    }

    .topBar_slg {
        width: 18%;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0.4em;
    }

    .topBar_slg img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ios {
        display: block;
        height: 1.2em;
        background: url(../img/aside/ios.png) no-repeat;
        background-size: contain;
    }

    .adr {
        display: block;
        height: 1.2em;
        background: url(../img/aside/adr.png) no-repeat;
        background-size: contain;
        margin-top: 0em;
    }

    .sns {
        position: relative;
        width: 22%;
        margin-top: 0em;
    }

    .sns li {
        width: 4.2em;
    }

    .fb {
        width: 1.6em;
        height: 1.6em;
        position: relative;
        top: 0em;
        left: 6%;
        background-size: cover;
    }
    
    .baha {
        width: 1.6em;
        height: 1.6em;
        position: relative;
        left: 0;
        background-size: cover;
        background-position: 100% 0;
    }

    .gr__info {
        width: 20%;
        right: 0.2em;
        top: 2.2em;
        padding-top: 3.5%;
    }

    .gr__info .name {
        font-size: 18px;
    }

    .gr__info .btn__login {
        width: 68%;
    }

    .skin-sticker {
        display: none;
        position: fixed;
        z-index: 5;
        top: 62%;
        right: 1.6%;
    }

    .skin-sticker a {
        display: block;
        background: url(../img/skinB.png) no-repeat;
        background-size: contain;
        width: 2.8em;
        height: 4.6em;
        animation-name: skin-sticker;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: step-start;
    }

    .event1 {
        padding: 18% 0 10% 0;
        top: 0;
        height: auto;
        background: url(../img/mob/wrap_bg_2.jpg)no-repeat center top;
        background-size: cover;
    }

    .eve1-content {
        height: auto;
    }

    .eve1-title {
        width: 86%;
        height: 22vh;
        background-size: 86%;
        margin: 0 auto;
    }

    .eve1-text p {
        width: 86%;
        font-size: 18px;
        margin-top: 0.8em;
    }

    .skin {
        display: none;
    }

    .eve1-rewards {
        width: 100%;
        margin: 0 auto;
        padding-top: 0.8em;
    }

    .eve1-rewards ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.6em 0px;
    }

    .eve1-rewards ul li {
        width: 30%;
    }

    .eve1-rewards ul li:nth-child(3) {
        margin-left: 0%;
    }

    .eve1-rewards ul li:nth-child(5) {
        margin-right: 0%;
    }

    .event2 {
        top: 0;
        height: 186vh;
        padding: 8vh 0 0 0;
        background: url(../img/mob/wrap_bg_3.jpg)no-repeat center top;
        background-size: 100%;
    }

    .eve2-title {
        width: 86%;
        height: 22.2vh;
        background-size: 86%;
        margin: 0 auto;
    }

    .eve2-text {
        width: 86%;
        height: 2em;
        margin: 0 auto;
        background: url(../img/section/eve2-title-mob.png)no-repeat center top;
        background-size: contain;
    }

    .eve2-text p {
        width: 86%;
        font-size: 18px;
        margin: 3% auto;
    }

    .event2 .role {
        height: 14em;
        margin-left: 0.2em;
    }

    .event2 .role-wrap {
        padding-top: 0em;
        background-size: 50%;
        height: 44vh;
    }

    .event2 .role-wink {
        width: 44%;
    }

    .eve2-rewards {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: -0.1em;
        flex-direction: row;
        justify-content: center;
    }

    .eve2-rewards ul {
        width: 76%;
        display: flex;
        gap: 2%;
    }

    .eve2-rewards ul li {
        width: 33%;
    }

    .eve2-point {
        top: 0em;
        margin-top: 0.6em;
    }

    .eve2-point p {
        font-size: 0.66em;
    }

    .feather-btn {
        top: 0em;
        margin-top: 0.4em;
    }

    .feather-btn a {
        width: 46%;
    }

    .eve2-text2  {
        top: 0em;
        margin-bottom: -5em;
    }

    .eve2-text2 p {
        font-size: 0.36em;
    }

    .bubble-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        bottom: 26vh;
    }

    .bubble {
        position: relative;
        width: 60%;
        height: 23vh;
        margin-top: 0em;
        left: auto;
        background-position: center;
    }

    .bubble-btn {
        width: 46%;
        height: 6.2vh;
        top: 4.6vh;
        left: auto;
        margin: 0 auto;
    }

    .bubble-text {
        height: 5vh;
        top: 5.2vh;
        left: 14%;
    }

    .bubble-text img {
        width: 88%;
    }

    .bubble-feather {
        top: -0.6em;
        left: auto;
        width: 100%;
    }

    .bubble-feather img {
        position: absolute;
        right: 6%;
        width: 24%;
    }

    .eve2-deco {
        top: auto;
        margin-top: 8em;
        z-index: 5;
    }

    .eve1-deco, .eve2-deco {
        pointer-events: none;
    }

    .g3 {
        width: 100%;
        height: 30vh;
        background-size: 32% auto;
        background-position: center top;
        right: auto;
        top: -3em;
    }

    .g1, .g2 {
        display: none;
    }

    footer {
        position: relative;
        width: 100%;
        height: 320px;
        top: 0;
        bottom: 0;
        padding: 10% 0 18% 0;
    }

    .footer-content {
        display: block;
        width: 80%;
        padding-left: 0;
    }

    .vng {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10%;
    }

    .vng .logo-vng {
        width: 37%;
        margin: 0 auto;
    }

    .vng img {
        top: 0;
    }

    .vng .text {
        width: 100%;
    }

    .age {
        width: 100%;
        flex-wrap: wrap;
    }

    .age .icon-age {
        width: 8%;
        margin: 0 auto;
    }

    .age .icon-age img {
        top: 0;
    }

    .age .text {
        width: 100%;
    }

    .vng .text p, .age .text p {
        text-align: center;
        font-size: 12px;
    }

    
    .popup-text {
        width: 86%;
        margin: 3% 7% 4%;
    }

    .popup-text p {
        padding: 1em 1.5em 2.6em 1.5em;
        font-size: 17px;
        margin: 0 0 2em 0;
    }

    .popUp-login-btn {
        width: 100%;
        position: absolute;
        padding-top: 0%;
        height: 30%;
        background-size: 77%;
    }

    .popUp-login, .popUp-recived, .popUp-select {
        width: 100%;
        position: absolute;
        top: 0%;
    }

    .popUp-text {
        width: 98%;
        height: 44vh;
        position: absolute;
        overflow: hidden;
    }

    .popUp-text-content {
        width: 88%;
    }

    .popUp-text-content p {
        width: 82%;
        margin: 0 9%;
        font-size: 0.4rem;
    }

    .popUp-login-content, .popUp-recived-content, .popUp-login-content, .popUp-select-content {
        width: 82%;
        height: 36vh;
        margin-top: 28vh;        
        position: relative;
        background-size: 100%;
    }

    .popUp-login-close,.popUp-recived-close, .popUp-message-close, .popUp-select-close, .popUp-text-content-close {
        top: 1em;
        right: 1em;
        width: 6%;
        height: 12%;
        position: absolute;
    }

    .popUp-recived-content {
        margin-right: 1.25em;
        margin-top: 29vh;
    }

    .popUp-recived-close {
        right: 1.4em;
    }

    .popUp-message .message-text {
        font-size: 1.4em;
        padding-top: 16%;
    }

    .popUp-login-content ul {
        padding-top: 18vh;
        padding-left: 3%;       
    }

    .popUp-login-content ul li {
        margin: 0 1.2%;
    }

    .popUp-select-content h4 {
        margin-top: 2%;
        margin-bottom: 5%;
    }

    .popUp-select-content select {
        padding: 0.6em;
        font-size: 18px;
    }

    .popUp-select-content p {
        font-size: 0.36em;
    }

    .popUp5 .popUp-text {
        width: 98%;
        height: 44vh;
        position: absolute;
        margin: 0 auto;
        background: url(../img/popup/popup5_bg.png) center no-repeat;
        background-size: 100%;
    }

    .popUp-text-close {
        top: 1.4em;
        right: 1.2em;
        width: 0.8em;
        height: 0.8em;
    }

    .popUp-login-close,.popUp-recived-close, .popUp-message-close, .popUp-select-close, .popUp-text-content-close {
        right: 0.6em;
        width: 6%;
        height: 12%;
        position: absolute;
    }

}



/* ========== mobile ==========  */
@media screen and (max-width: 767px) {

    ::-webkit-scrollbar {
        width: 4px;
    }

    main {
        position: relative;
        background:transparent;
        background-size: 100% auto;
        width: 100%;
        height: auto;
    }
 
    main p {
        font-size: 0.3em;
    }

    .kv {
        background: url(../img/mob/kv_bg.jpg) center top no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        height: 91vh;
    }

    .kv .deco {
        display: none;
    }

    .kv video {
        width: auto;
        height: 100vh;
        top: auto;
    }

    .kv .feather-1 img {
        width: 120%;
        left: 63%;
        top: 35%;
    }

    .kv .cloud-1 {
        display: none;
        left: auto;
        right: -30%;
        top: 6%;
    }

    .kv .cloud-2 {
        display: none;
        left: auto;
        top: 10%;
        right: 20%;
    }

    .kv .cloud-1 img, .kv .cloud-2 img {
        transform: scale(0.28);
    }

    .kv-content {
        padding-top: 24vh;
    }

    .kv-logo {
        width: 100%;
        position: absolute;
        left: 3%;
        top: 9%;
        display: flex;
    }

    .kv-logo img {
        width: 32%;
    }

    .kv-slg1 {
        padding-top: 85%;
        margin-left: 3%;
        background:  url(../img/mob/slg_mob.png) center bottom no-repeat;
        background-size: 84% auto;
    }

    .kv-slg1 img {
        display: none;
    }

    .kv-slg2 {
        margin: 0.2em 0 0 0;
    }

    .kv-slg2 img {
        width: 86%;
    }

    .kv-btn a {
        width: 72%;
    }

    .kv-btn img {
        width: 100%;
    }

    .wrap {
        position: relative;
        z-index: 2;
        background: url(../img/mob/wrap_bg.jpg) no-repeat;
        background-size: cover;
    }

    .wrap::before {
        content: "";
        z-index: 5;
        top: -22vh;
        height: 36vh;
        background-size: 130% 100%;
    }

    .sideBar {
        z-index: -99;
    }

    .topBar {
        display: block;
        position: fixed;
        width: 100%;
        height: 1em;
        top: 0;
        left: 0;
        z-index: 999;
        background: linear-gradient(137deg, rgb(42, 78, 207) 0%, rgb(53, 158, 219) 16%, rgb(200, 179, 238) 33%, rgba(52,170,236,1) 64%, rgb(68, 104, 235) 84%, rgb(148, 105, 228) 100%);
        background-size: 280%;
        animation: gradient 8s ease infinite;
    }

    .topBar-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.08em;
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: 1%;
    }

    .topBar-btn li {
        margin-top: 0em;
    }

    .adr-wrap, .ios-wrap {
        display: block;
        width: 23%;
    }

    .topBar_slg {
        width: 23%;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 0.8%;
        margin-left: 0em;
    }

    .topBar_slg img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ios {
        display: block;
        background: url(../img/aside/ios.png) no-repeat;
        background-size: contain;
    }

    .adr {
        display: block;
        background: url(../img/aside/adr.png) no-repeat;
        background-size: contain;
        margin-top: 0em;
    }

    .sns {
        position: relative;
        width: 25%;
        margin-top: 0em;
        margin-left: 1%;
    }

    .sns li {
        width: 46%;
    }

    .fb {
        width: 100%;
        height: 0.85em;
        position: relative;
        top: 0em;
        left: 0;
        background-size: cover;
        background-position: top left;
    }
    
    .baha {
        width: 100%;
        height: 0.85em;
        position: relative;
        left: 0;
        background-size: cover;
        background-position: 100% 0%;
    }

    .gr__info {
        width: 24%;
        right: 0.2em;
        top: 1.2em;
        padding-top: 4%;
    }

    .gr__info .name {
        font-size: 12px;
    }

    .gr__info .btn__login {
        width: 78%;
    }

    .skin-sticker {
        display: none;
        position: fixed;
        z-index: 5;
        top: 72%;
        right: 1.6%;
    }

    .skin-sticker a {
        display: block;
        background: url(../img/skinB.png) no-repeat;
        background-size: contain;
        width: 1.8em;
        height: 2.6em;
        animation-name: skin-sticker;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: step-start;
    }

    .event1 {
        padding: 34% 0 10% 0;
        top: 0;
        height: auto;
        background: url(../img/mob/wrap_bg_2.jpg)no-repeat center top;
        background-size: cover;
    }

    .eve1-content {
        height: auto;
    }

    .eve1-title {
        width: 100%;
        height: 22vh;
        background-size: 92%;
        margin: 0 auto;
    }

    .eve1-text p {
        width: 72%;
        font-size: 14px;
        margin-top: 0em;
    }

    .skin {
        display: none;
    }

    .eve1-rewards {
        width: 100%;
        margin: 0 auto;
        padding-top: 0.8em;
    }

    .eve1-rewards ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.6em 0px;
        margin-left: 1%;
    }

    .eve1-rewards ul li {
        width: 46%;
    }

    .eve1-rewards ul li:nth-child(1) {
        margin-left: 0%;
    }

    .eve1-rewards ul li:nth-child(2) {
        margin-right: 0%;
    }

    .eve1-rewards ul li:nth-child(3) {
        margin-left: 0%;
    }

    .eve1-rewards ul li:nth-child(5) {
        margin-right: 0%;
    }

    .event2 {
        top: 0;
        height: 164vh;
        padding: 6vh 0 0 0;
        background: url(../img/mob/wrap_bg_3.jpg)no-repeat center top;
        background-size: 100%;
    }

    .eve2-title {
        width: 100%;
        height: 23vh;
        background-size: 98%;
        margin: 0 auto;
    }

    .eve2-text {
        width: 86%;
        height: 2em;
        margin: 0 auto;
        background: url(../img/section/eve2-title-mob.png)no-repeat center top;
        background-size: contain;
        background-position: 50% 50%;
    }

    .eve2-text p {
        width: 86%;
        font-size: 0.3em;
        margin: 0% auto;
    }

    .event2 .role {
        margin-left: 0.2em;
    }

    .event2 .role-wrap {
        margin-top: -0.2em;
        padding-top: 0em;
        background-size: 80%;
        background-position: 50% 50%;
        height: 46vh;
        position: relative;
        top: -5vh;
        z-index: -1;
    }

    .event2 .role-wink {
        width: 58%;
        height: 40vh;
        top: 6vh;
    }

    .eve2-rewards {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: -10vh;
        flex-direction: row;
        justify-content: center;
    }

    .eve2-rewards ul {
        width: 88%;
        display: flex;
        gap: 2%;
    }

    .eve2-rewards ul li {
        width: 33%;
    }

    .eve2-point {
        top: 0em;
        margin-top: -1em;
    }

    .eve2-point p {
        font-size: 0.6em;
    }

    .feather-btn {
        top: 0em;
        margin-top: 0.4em;
    }

    .feather-btn a {
        width: 76%;
    }

    .eve2-text2  {
        top: 0em;
        margin-bottom: -5.6em;
    }

    .eve2-text2 p {
        font-size: 0.3em;
    }

    .bubble-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        height: 20vh;
    }

    .bubble {
        position: relative;
        width: 76%;
        height: 26vh;
        margin-top: 0em;
        left: auto;
        background-position: center;
    }

    .bubble-btn {
        width: 54%;
        height: 6.2vh;
        top: 7vh;
        left: auto;
        margin: 0 auto;
    }

    .bubble-text {
        height: 5vh;
        top: 6vh;
        left: 12%;
    }

    .bubble-text img {
        width: 92%;
    }

    .bubble-feather {
        top: 0.15em;
        left: auto;
        width: 100%;
    }

    .bubble-feather img {
        position: absolute;
        right: 7%;
        width: 26%;
    }

    .eve2-deco {
        top: 3.4em;
        margin-top: 0em;
        z-index: 5;
    }

    .eve1-deco, .eve2-deco {
        pointer-events: none;
    }

    .g3 {
        display: none;
        width: 100%;
        height: 30vh;
        background-size: 40% auto;
        background-position: center top;
        right: auto;
        bottom: auto;
        top: -0.4em;
    }

    .g1, .g2 {
        display: none;
    }

    footer {
        position: relative;
        width: 100%;
        height: 320px;
        top: 0;
        bottom: 0;
        padding: 10% 0 18% 0;
    }

    .footer-content {
        display: block;
        width: 88%;
        padding: 0em 0 1em 0;
    }

    .vng {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10%;
    }

    .vng .logo-vng {
        width: 52%;
        margin: 0 auto;
    }

    .vng img {
        top: 0;
    }

    .vng .text {
        width: 100%;
    }

    .age {
        width: 100%;
        flex-wrap: wrap;
    }

    .age .icon-age {
        width: 12%;
        margin: 0 auto;
    }

    .age .icon-age img {
        top: 0;
    }

    .age .text {
        width: 100%;
    }

    .vng .text p, .age .text p {
        text-align: center;
        font-size: 11px;
    }

    .popUp-select-content {
        background: url(../img/mob/popup_select_bg_mob.png) center no-repeat;
    }

    .popup-text {
        width: 86%;
        margin: 3% 7% 4%;
    }

    .popup-text p {
        padding: 1em 1.5em 2.6em 1.5em;
        font-size: 17px;
        margin: 0 0 2em 0;
    }

    .popUp-login-btn {
        width: 100%;
        position: absolute;
        padding-top: 0%;
        height: 30%;
        background-size: 77%;
    }

    .popUp-login, .popUp-recived, .popUp-select {
        width: 100%;
        position: absolute;
        top: 0%;
    }

    .popUp3 .content-wrap {
        padding-top: 22%;
    }

    .popUp-text {
        width: 98%;
        padding-bottom: 30vh;
        position: absolute;
        overflow: hidden;
        background: url(../img/mob/popup4_bg_mob.png) center top no-repeat;
        background-size: 100%;
        top: auto;
        margin: 40% 0;
    }

    .popUp4 .popUp-text-content {
        width: 88%;
        top: 0%;
    }

    .popUp5 .popUp-text {
        width: 98%;
        height: 100vh;
        position: relative;
        overflow: hidden;
        background: url(../img/mob/popup5_bg_mob.png) center top no-repeat;
        background-size: 100%;
        top: auto;
        margin: 40% 0;
    }

    .popUp5 .popUp-text-content {
        width: 88%;
        top: 0;
    }

    .popUp-text-content p {
        width: 82%;
        height: 35vh;
        padding: 1.4em;
        margin: 0;
        margin-left: 1em;
        font-size: 15px;
        overflow-x: hidden;
        position: relative;
        top: 5.6em;
    }

    .popUp-login-content, .popUp-recived-content, .popUp-login-content, .popUp-select-content {
        width: 96%;
        height: auto;
        margin-top: 28vh; 
        padding-bottom: 16%;
        position: relative;
        background-size: 100%;
        background-position: center top;
    }

    .popUp-login-close,.popUp-recived-close, .popUp-message-close, .popUp-select-close, .popUp-text-content-close {
        right: 0.6em;
        width: 6%;
        height: 12%;
        position: absolute;
    }

    .popUp-login-close:hover, .popUp-recived-close:hover, .popUp-select-close:hover, .popUp-message-close:hover, .popUp-text-close:hover {
        filter: brightness(1);
        transform: scale(1) rotate(0deg);
    }

    .popUp-recived-content {
        margin-top: 29vh;
        padding-bottom: 36vh;
    }

    .popUp-recived-close {
        right: 0.9em;
    }

    .popUp-message .message-text {
        font-size: 1.4em;
        padding-top: 16%;
    }

    .popUp-login-content ul {
        padding-top: 2.1em;
        padding-left: 3%;       
    }

    .popUp-login-content ul li {
        margin: 0 1.2%;
    }

    .popUp-select-content {
        width: 98%;      
    }

    .popUp-select-content .btn-box {
        background-size: 32%;
    }

    .content-wrap {
        padding-top: 20%;
    }

    .popUp-select-content h4 {
        margin-top: 2%;
        margin-bottom: 5%;
    }

    .popUp-select-content select {
        padding: 0.6em;
        font-size: 18px;
    }

    .popUp-select-content p {
        font-size: 0.3em;
        margin-top: 4%;
    }

    .popUp-select-close {
        top: 12%;
    }

}
