/* GLOBAL */
body {
    overflow-x: hidden;
}

.gb-chr-container {
    position: relative;
}

.gb-web-footer-content {
    border-top: 0.2vw #ffffff solid;
}

.gb-web-footer {
    border-top: 0.2vw #3e0108 solid;
    background: #4f0c12;
}

.gb-bullet-floating-login {
    display: none;
    opacity: 0;
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 3;
    width: 12%;
    transition: opacity 0.4s ease;
}

.gb-bullet-floating-login.visible {
    display: block !important;
    opacity: 1;
}

.detail-title {
    text-align: center;
    font-size: 3.5rem;
    color: orange;
    text-shadow: 3px 5px #1d1300;
}

#detailModal1, #detailModal2, #detailModal3, #detailModal4 {
    text-transform: uppercase;
    font-family: 'Anton Regular';
    font-size: 1.4rem;
    text-align: left;
}

/* SNOW ANIMATION */
#snow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.snowflake {
	position: absolute;
	top: -10px;
	color: white;
	text-shadow: 0 0 10px white;
	opacity: 0.8;
	animation-name: fall;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes fall {
	0% {
		transform: translateX(0) translateY(0);
		opacity: inherit;
	}

	50% {
		transform: translateX(25px) translateY(50vh);
	}

	100% {
		transform: translateX(-25px) translateY(110vh);
		opacity: 0;
	}
}
/* SNOW ANIMATION */
/* END GLOBAL */

/* SECTION 1 */
.gb-chr-sc-1 {
    position: relative;

    background: url('../../images/event/christmas2025/EN/sc1/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 1.2vw;
    padding: 2vw 0;
    overflow: hidden;
}

.gb-chr-sc-1-logo {
    display: block;
    width: 23vw;
    margin-top: -1.5%;
}

.gb-chr-sc-1-title {
    display: block;
    width: 37vw;
    margin-top: -1.9%;
}

.gb-chr-sc-1-desc {
    display: block;
    width: 42vw;
}

.gb-chr-sc-1-buttons {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.gb-chr-sc-1-buttons > a > img {
    display: block;
    width: 15vw;
    transition: 1s all;
}

.gb-chr-sc-1-buttons > a > img:hover {
    transform: scale(1.1);
}

.gb-chr-sc-1-home {
    position: absolute;
    top: 3%;
    left: 2%;
    width: 10vw;

    display: block;
}

.gb-chr-sc-1-schedule {
    display: block;
    width: 33vw;
    margin-top: -1.4%;
    margin-bottom: -1.2%;
}

@media(max-width: 768px) {
    .gb-chr-sc-1-buttons {
        flex-direction: column;
    }

    .gb-chr-sc-1-buttons > a > img {
        width: 51vw;
    }

    .gb-chr-sc-1-logo {
        width: 60vw;
    }

    .gb-chr-sc-1-title {
        width: 88vw;
    }

    .gb-chr-sc-1-home {
        width: 26vw;
        top: 2%;
        left: 2%;
    }

    .gb-chr-sc-1-desc {
        width: 95vw;
    }

    .gb-chr-sc-1 {
        gap: 3.9vw;
        padding: 12vw 0;

        background: url('../../images/event/christmas2025/EN/sc1/bg-mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
/* END SECTION 1 */

/* SECTION 2 */
.gb-chr-sc-2 {
    position: relative;

    background: url(../../images/event/christmas2025/EN/sc2/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5.8vw 0;
}

.gb-chr-sc-2-char-left {
    display: block;
    width: 30vw;
}

.gb-chr-sc-2-reward-container {
    position: relative;
}

.gb-chr-sc-2-reward {
    display: block;
    width: 47vw;
}

.gb-chr-sc-2-1-login {
    position: absolute;
    top: 17%;
    left: 7%;
    width: 4vw;
}

.gb-chr-sc-2-2-login {
    position: absolute;
    top: 17%;
    left: 26.1%;
    width: 4vw;
}

.gb-chr-sc-2-3-login {
    position: absolute;
    top: 17%;
    left: 45.9%;
    width: 4vw;
}

.gb-chr-sc-2-4-login {
    position: absolute;
    top: 17%;
    left: 65.4%;
    width: 4vw;
}

.gb-chr-sc-2-5-login {
    position: absolute;
    top: 17%;
    left: 85%;
    width: 4vw;
}

.gb-chr-sc-2-6-login {
    position: absolute;
    top: 67%;
    left: 17.7%;
    width: 4vw;
}

.gb-chr-sc-2-7-login {
    position: absolute;
    top: 67%;
    left: 37%;
    width: 4vw;
}

.gb-chr-sc-2-10-login {
    position: absolute;
    top: 67%;
    left: 56.6%;
    width: 4vw;
}

.gb-chr-sc-2-15-login {
    position: absolute;
    top: 67%;
    left: 76%;
    width: 4vw;
}

.gb-chr-sc-2-total-login-container {
    position: absolute;
    bottom: 0.4%;
}

.gb-chr-sc-2-detail {
    position: absolute;
    display: block;
    left: 19.4%;
    bottom: 0.7%;
    width: 13vw;
    transition: 1s all;
}

.gb-chr-sc-2-detail:hover {
    transform: scale(1.1)
}

.gb-chr-sc-2-counter {
    display: block;
    width: 21vw;
}

@media(max-width: 768px) {
    .gb-chr-sc-2 {
        background: url(../../images/event/christmas2025/EN/sc2/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 18vw 0;

        flex-direction: column;
    }

    .gb-chr-sc-2-char-left {
        width: 85vw;
    }

    .gb-chr-sc-2-reward {
        width: 94vw;
    }

    .gb-chr-sc-2 {
        background: url('../../images/event/christmas2025/EN/sc2/bg-mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .gb-chr-sc-2-1-login,
    .gb-chr-sc-2-2-login,
    .gb-chr-sc-2-3-login,
    .gb-chr-sc-2-4-login,
    .gb-chr-sc-2-5-login,
    .gb-chr-sc-2-6-login,
    .gb-chr-sc-2-7-login,
    .gb-chr-sc-2-10-login,
    .gb-chr-sc-2-15-login {
        width: 8.5vw;
    }

    .gb-bullet-floating-login {
        width: 27%;
    }

    .gb-chr-sc-2-total-login-container {
        bottom: 1%;
    }

    .gb-chr-sc-2-total-login-container > span {
        font-size: 4.8vw;
    }

    .gb-chr-sc-2-counter {
        width: 47vw;
    }

    .gb-chr-sc-2-total-login-container > span {
        font-size: 4.8vw !important;
    }

    .gb-chr-sc-2-reward-container {
        margin-top: 12vw;
    }

    .gb-chr-sc-2-detail {
        position: absolute;
        display: block;
        left: 50%;
        bottom: 39.7%;
        width: 33vw;
        transform: translateX(-50%) !important;
        transition: 1s all;
    }
}
/* END SECTION 2 */

/* SECTION 3 */
.gb-chr-sc-3 {
    position: relative;

    background: url(../../images/event/christmas2025/EN/sc3/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 7.8vw 0;
    gap: 3vw;
}

.gb-chr-sc-3-title {
    display: block;
    width: 50vw;
}

.gb-chr-sc-3-mission {
    display: block;
    width: 51vw;
}

.gb-chr-sc-3-mission-mobile {
    display: none;
}

.gb-chr-sc-3-progress-container {
    position: relative;
}

.gb-chr-sc-3-progress {
    display: block;
    width: 53vw;
    margin-top: -3%;
}

.gb-chr-sc-3-progress-container > span {
    font-family: 'IndustryTest-Ultra';
    color: white;
    z-index: 2;
    text-shadow: 0 0 12px black;
    font-size: 1.7vw;
}

.gb-chr-sc-3-armor-cnt {
    position: absolute;
    bottom: 12.7%;
    left: 6.9%;
}

.gb-chr-sc-3-bigfoot-cnt {
    position: absolute;
    bottom: 12.7%;
    left: 31.9%;
}

.gb-chr-sc-3-ice-cnt {
    position: absolute;
    bottom: 12.7%;
    left: 57.2%;
}

.gb-chr-sc-3-turtle-cnt {
    position: absolute;
    bottom: 12.7%;
    left: 82%;
}

.gb-chr-sc-3-detail {
    display: block;
    width: 14vw;
    margin-top: -12%;
    transition: 1s all;
}

.gb-chr-sc-3-detail:hover {
    transform: scale(1.1);
}

@media(max-width: 768px) {
    .gb-chr-sc-3-title {
        width: 90vw;
    }

    .gb-chr-sc-3-mission {
        display: none;
    }

    .gb-chr-sc-3-mission-mobile {
        display: block;
        width: 85vw;
    }

    .gb-chr-sc-3-progress {
        width: 95vw;
    }

    .gb-chr-sc-3-progress-container > span {
        font-size: 3vw;
    }

    .gb-chr-sc-3 {
        padding: 20.8vw 0;
        gap: 7vw;
    }

    .gb-chr-sc-3 {
        background: url(../../images/event/christmas2025/EN/sc3/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gb-chr-sc-3-detail {
        width: 36vw;
        margin-top: -12%;
    }
}
/* END SECTION 3 */

/* SECTION 4 */
.gb-chr-sc-4 {
    position: relative;

    background: url(../../images/event/christmas2025/EN/sc4/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 6.8vw 0;
    gap: 2vw;
}

.gb-chr-sc-4-title {
    display: block;
    width: 54vw;
}

.gb-chr-sc-4-reward {
    display: block;
    width: 55vw;
}

.gb-chr-sc-4-reward-dtl {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 5vw;
}

.gb-chr-sc-4-counter {
    display: block;
    width: 21vw;
}

.gb-chr-sc-4-detail {
    display: block;
    transition: 1s all;
    width: 15vw;
}

.gb-chr-sc-4-detail:hover {
    transform: scale(1.1);
}

.gb-chr-sc-4-total-win-container {
    position: relative;
}

.gb-chr-sc-4-total-win-container > span,
.gb-chr-sc-2-total-login-container > span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.8vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
}

.gb-chr-sc-4-reward-container {
    position: relative;
}

.gb-chr-sc-4-10-win {
    position: absolute;
    top: 18%;
    left: 6.5%;
    width: 4.6vw;
}

.gb-chr-sc-4-20-win {
    position: absolute;
    top: 18%;
    left: 26.3%;
    width: 4.6vw;
}

.gb-chr-sc-4-30-win {
    position: absolute;
    top: 18%;
    left: 46.1%;
    width: 4.6vw;
}

.gb-chr-sc-4-40-win {
    position: absolute;
    top: 18%;
    left: 65.9%;
    width: 4.6vw;
}

.gb-chr-sc-4-50-win {
    position: absolute;
    top: 18%;
    left: 85.5%;
    width: 4.6vw;
}

.gb-chr-sc-4-60-win {
    position: absolute;
    top: 68%;
    left: 6.5%;
    width: 4.6vw;
}

.gb-chr-sc-4-70-win {
    position: absolute;
    top: 68%;
    left: 26.3%;
    width: 4.6vw;
}

.gb-chr-sc-4-80-win {
    position: absolute;
    top: 68%;
    left: 46.1%;
    width: 4.6vw;
}

.gb-chr-sc-4-90-win {
    position: absolute;
    top: 68%;
    left: 65.9%;
    width: 4.6vw;
}

.gb-chr-sc-4-100-win {
    position: absolute;
    top: 68%;
    left: 85.5%;
    width: 4.6vw;
}

.gb-chr-sc-4-title-mobile {
    display: none;
}

@media(max-width: 768px) {
    /* .gb-chr-sc-4-title {
        display: none;
    } */

    /* .gb-chr-sc-4-title-mobile {
        display: block;
        width: 83vw;
    } */

    .gb-chr-sc-4-title {
        width: 88vw;
    }

    .gb-chr-sc-4-reward {
        width: 95vw;
    }

    .gb-chr-sc-4-reward-dtl {
        flex-direction: column;
    }

    .gb-chr-sc-4-total-win-container > span {
        font-size: 5.8vw;
    }

    .gb-chr-sc-4-counter {
        width: 63vw;
    }

    .gb-chr-sc-4-detail {
        width: 34vw;
    }

    .gb-chr-sc-4 {
        padding: 17.8vw 0;
        gap: 5vw;

        background: url(../../images/event/christmas2025/EN/sc4/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;  
    }

    .gb-chr-sc-4-10-win,
    .gb-chr-sc-4-20-win,
    .gb-chr-sc-4-30-win,
    .gb-chr-sc-4-40-win,
    .gb-chr-sc-4-50-win,
    .gb-chr-sc-4-60-win,
    .gb-chr-sc-4-70-win,
    .gb-chr-sc-4-80-win,
    .gb-chr-sc-4-90-win,
    .gb-chr-sc-4-100-win {
        width: 8.6vw;
    }
}
/* END SECTION 4 */

/* SECTION 5 */
.gb-chr-sc-5 {
    position: relative;

    background: url(../../images/event/christmas2025/EN/sc5/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding-top: 8vw;
    padding-bottom: 5vw;
    gap: 2vw;
}

.gb-chr-sc-5-exc-container {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 1.8vw;
    margin-bottom: 2vw;
}

.gb-chr-sc-5-exc-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    flex: 0 0 25%;
    gap: 1vw;
}

.gb-chr-sc-5-exc {
    display: block;
    width: 16vw;
}

.gb-chr-sc-5-btn-exc {
    display: block;
    width: 16vw;
    transition: 1s all;
}

.gb-chr-sc-5-btn-exc:hover {
    transform: scale(1.1);
}

.gb-chr-sc-5-title {
    display: block;
    width: 45vw;
}

.gb-chr-sc-5-limit {
    font-family: 'Anton Regular';
    color: white;
    font-size: 1.8vw;
}

.gb-chr-sc-5-detail {
    display: block;
    width: 13vw;
    margin-bottom: -22%;
    margin-top: -10%;
    transition: 1s all;
}

.gb-chr-sc-5-detail:hover {
    transform: scale(1.1);
}

.gb-chr-sc-5-total-login-container {
    position: absolute;
    bottom: 0.4%;
}

.gb-chr-sc-5-total-login-container > span {
    position: absolute;
    left: 50%;
    top: 53.9%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.2vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
}

@media(max-width: 768px) {
    .gb-chr-sc-5-title {
        width: 95vw;
    }

    .gb-chr-sc-5-exc-container > div {
        flex: 0 0 50%;
    }

    .gb-chr-sc-5-exc-container {
        flex-wrap: wrap;
        gap: unset;
    }

    .gb-chr-sc-5-exc {
        width: 35vw;
    }

    .gb-chr-sc-5-btn-exc {
        width: 31vw;
    }

    .gb-chr-sc-5 {
        background: url(../../images/event/christmas2025/EN/sc5/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;  

        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .gb-chr-sc-5-detail {
        width: 36vw;
        margin-bottom: -22%;
        margin-top: 0%;
    }

    .gb-chr-sc-5-total-login-container > span {
        font-size: 2.5vw;
    }

    .gb-chr-sc-5-total-login-container {
        position: absolute;
        bottom: 2.1%;
    }

    .gb-chr-sc-5-limit {
        font-size: 4.8vw;
    }
}
/* END SECTION 5 */