@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*default*/
html { /*scroll-behavior: smooth; -webkit-scroll-behavior: smooth;*/ width: 100%; height: 100%;}
img {
  max-width: 100%;
  border: 0;
}
.logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
img a { outline : none;}
a:focus { outline: 0;}
a, img, li { 
	text-decoration: none !important;
	transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    font-family: 'Noto Sans KR', Helvetica, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear;
    color: #000;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #fff;
}
.sec_wrapper {
    position: relative;
	max-width: 1920px;
	width: 1500px;
	margin: 0 auto;
}
.clearfix { clear: both;}
.mobile { display: none;}


/* animation */
.hv-effect {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hv-effect:hover, .hv-effect:focus, .hv-effect:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/*head*/
.head {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
}
.top_menu .logo {
    position: absolute;
    left: 22%;
    top: 15px;
    z-index: 1;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
.top_menu .logo_w { width: 10%;}
.top_menu .logo_ws {
    width: 6.8%;
    top: 5px;
    left: 24%;
}
.head .head_bg {
    position: relative;
    top: 12vh;
    left: 0;
    right: 0;
    text-align: center;
    width: 65%;
    height: auto;
    margin: 0 auto;
}
.head .head_bg img {
    -webkit-user-drag: none;
    user-drag: none; 
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    animation: headShake 0.18s infinite alternate;
}
.head .register_btn {
    position: relative;
    width: 16%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.head .register_btn::before {
    content: '▶▶▶';
    color: red;
    font-size: 2rem;
    position: absolute;
    left: -40%;
}
.head .register_btn::after {
    content: '◀◀◀';
    color: red;
    font-size: 2rem;
    position: absolute;
    right: -40%;
}
#radial-lines-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
#canvas {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

@keyframes headShake {
    0% {
        transform: translate(0, 0) rotate(0deg);
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
    }
    25% {
        transform: translate(0.6px, -1.2px) rotate(-0.22deg);
    }
    50% {
        transform: translate(-1.2px, 0.6px) rotate(0.3deg);
    }
    75% {
        transform: translate(1.2px, 1.2px) rotate(-0.15deg);
    }
    100% {
        transform: translate(-0.8px, -0.8px) rotate(0.22deg);
    }
}


/* top_menu */
.top_menu {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    z-index: 9;
}
.top_menu ul {
	width: 100%;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(180deg, rgba(5,4,7,1) 0%, rgba(28,29,35,1) 100%);
    position: relative;
    padding: 1.2vw 0;
}
.top_menu ul li {
    position: relative;
	margin: 0 2%;
}
.top_menu ul li a {
	color: #fff;
	font-size: 1vw;
	font-family: 'Noto Sans TC';
	font-weight: 500;
	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
	position: relative;
	display: inline-block;
}
.top_menu ul li a img,
.mMenu_wrap ul li a img {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
}
.top_menu ul li a:hover { opacity: .7;}


/* mobile menu */
.mobile_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 7vh;
    background: linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(28, 29, 35, 1) 100%);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 99;
}
.mobile_menu .logo {
    position: relative;
    width: 25%;
    top: 1.5vw;
    left: 5vw;
}
.mMenu_wrap {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 60%;
    background: linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(28, 29, 35, 1) 100%);
    transition: all 0.6s ease-in-out;
    z-index: 99;
    display: flex;
    justify-content: center;
}
#mMenu-active:checked ~ .mMenu_wrap{
    right: 0;
}
.mMenu-btn {
    position: absolute;
    right: 10px;
    top: 0;
    height: 8vw;
    width: 8vw;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.mMenu-btn span,
.mMenu-btn:before,
.mMenu-btn:after {
    content: '';
    position: absolute;
    width: 50%;
    border-bottom: 2px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mMenu-btn:before {
    transform: translateY(-10px);
}
.mMenu-btn:after {
    transform: translateY(10px);
}

.mMenu-close {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
    z-index: 100;
}

/* closing animation */
#mMenu-active:checked + .mMenu-btn span {
    transform: scaleX(0);
}
#mMenu-active:checked + .mMenu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}
#mMenu-active:checked + .mMenu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.mMenu_wrap ul {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 15vw 0;
}
.mMenu_wrap ul li {
    margin: 5vw 0;
}
.mMenu_wrap ul li a {
    text-decoration: none;
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mMenu_wrap ul li a:hover {
    color: #2e66ff;
}
input[type="checkbox"] {
    display: none;
}

#mMenu-active:checked ~ .mMenu_wrap ul li a {
    opacity: 1;
}
.mMenu_wrap ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}
#mMenu-active:checked ~ .mMenu_wrap ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
    transition-delay: .6s;
    transform: translateX(-100px);
}

@media screen and (max-width:1024px) {
	
	.index_top_menu { display: none;}
	.mobile_menu { display: block;}
	
}



/*infor*/
.infor{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 9% 0 5% 0;
    background: url('../images/section2_bg.webp') top center no-repeat;
    background-size: cover;
    text-align: center;
}
.infor .title {
    width: 68%;
    margin: 0 auto 2% auto;
    text-align: center;
}
.infor .content {
    margin: 6% auto;
    width: 88%;
}



/*prize*/
.prize {
    position: relative;
    width: 100%;
    margin: -6% auto 0 auto;
    padding: 10% 0;
    background: url('../images/section3_bg.webp') top center no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 1;
}
.prize .back_box {
    position: relative;
    width: 51%;
    margin: 0 auto;
}


/*feature*/
.bonus {
    position: relative;
    width: 100%;
    margin: -8% auto 0 auto;
    padding: 11% 0 3% 0;
    text-align: center;
    background: url('../images/section4_bg.webp') top center no-repeat;
    background-size: cover;
}
.bonus .title {
    width: 43%;
    margin: 0 auto 4% auto;
    text-align: center;
}
.bonus .bonus-box1,
.bonus .bonus-box2 {
    position: relative;
    margin: 0 auto 5% auto;
    width: 69%;
}
.bonus .bonus-box1 a {
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
    width: 47%;
    margin: 0 auto;
}
.bonus .bonus-box2 a {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 64%;
    margin: 0 auto;
}
.bonus .sign {
    position: relative;
    width: 100%;
    aspect-ratio: 1470 / 1126;
    left: 2.5%;
    background: url(../images/login_box.webp) top center no-repeat;
    background-size: contain;
    padding: 5% 0 4% 0;
    margin: 0 auto 5% auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bonus .sign-box {
    position: relative;
    left: -2.5%;
    width: 37%;
}
.bonus .sign-box img.logo {
    width: 80%;
}
.bonus .sign-box p {
    margin: 9% auto 4% auto;
    font-size: 1.5rem;
    font-weight: 600;
}
.account, .password {
    margin: 0 auto 3% auto;
    text-align: center;
}
.account input[type=text],
.password input[type=password],
.captcha-field input[type=text] {
    width: 80%;
    height: 3.6rem;
    margin: 0 auto;
    border-radius: 15px;
    border: 3px solid #000;
    padding: 4px 0 0 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    box-shadow: inset 0 5px #a3a3a3;
}
.captcha-row {
    width: 80%;
    margin: 0 auto 3% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.captcha-field {
    flex: 1;
    text-align: center;
}
.captcha-field input[type=text] {
    width: 100%;
}
.captcha-preview {
    width: 42%;
    height: 3.6rem;
    border: 3px solid #000;
    border-radius: 15px;
    background: #fff;
    box-shadow: inset 0 5px #a3a3a3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.captcha-preview img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
    cursor: pointer;
}
.login-feedback {
    font-size: .95rem;
    line-height: 1.4;
    color: #2d2d2d;
}
.login-feedback {
    width: 80%;
    min-height: 1.5rem;
    margin: 0 auto 4% auto;
    font-weight: 700;
    text-align: left;
}
.login-feedback.is-error {
    color: #c42e18;
}
.login-feedback.is-success {
    color: #127c38;
}
.token-result {
    width: 80%;
    margin: 0 auto 5% auto;
    padding: 12px 14px;
    border: 3px solid #000;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    text-align: left;
    box-shadow: inset 0 4px #a3a3a3;
}
.token-result-title {
    margin-bottom: 6px;
    font-size: .95rem;
    font-weight: 700;
    color: #000;
}
.token-result code {
    display: block;
    word-break: break-all;
    font-size: .82rem;
    line-height: 1.45;
    color: #242424;
}
.login-btn {
    position: relative;
    margin: 9% auto;
}
.login-btn ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.login-btn ul li {
    width: auto;
}
.login-btn ul li button,
.login-btn ul li .provider-login {
    cursor: pointer;
}
.provider-login {
    width: 52px;
    height: 52px;
    min-height: 52px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d9d9d9 !important;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
}
.provider-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}
.login-btn ul li button {
    border: 0;
    background: transparent;
}
.provider-login__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}
.provider-login__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.provider-login-apple {
    color: #111;
    width: 56px;
    height: 56px;
    min-height: 56px;
}
.provider-login-apple .provider-login__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
}
.provider-login-google {
    position: relative;
    width: 56px;
    height: 56px;
    min-height: 56px;
}
.provider-login-google .provider-login__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    pointer-events: none;
}
.provider-login-google__host {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.provider-login-google__host > div,
.provider-login-google__host iframe {
    width: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.sign .submit {
	width: 100%;
    text-align: center;
}
.sign .submit button {
    position: relative;
    width: 54%;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.sign-legal {
    margin: 3% auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}
.sign-legal a {
    color: #000;
    text-decoration: underline;
}
.sign-legal__divider {
    color: rgba(0, 0, 0, 0.45);
}



/*footer*/
.footer {
	width: 100%;
    background: #000;
    position: relative;
    padding: 3% 0 4% 0;
    color: #fff;
}
.footer .footer_wrap {
    width: 55%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .link ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 4%;
}
.footer .logo {
    position: relative;
    margin-bottom: 2%;
    width: 55%;
}
.footer h3 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.footer .footer_rightbox {
    margin-left: 5%;
}
.footer .licence {
    margin-top: 12px;
    text-align: left;
}
.footer .licence a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.footer a:hover { opacity: .7;}
.footer_rightbox .table {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.footer_rightbox .table ul {
    list-style: disc;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
}



/* 彈窗 */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(58, 58, 58, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width: 60%;
    height: 290px;
    max-width: 550px;
    margin: 4em auto;
    background: url('../images/popup-frame.webp') top center no-repeat;
    background-size: 100% 100%;
    padding: 1% 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container .cd-popup-title {
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 2rem;
    color: #000;
    line-height: 1.5;
    font-weight: 800;
    width: 88%;
    margin: 0 auto;
}
.cd-popup-container .popup-content {
    font-size: 1.7rem;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    width: 88%;
    margin: 0 auto;
    text-align: center;
}
.cd-popup-container .account-detail {
    position: relative;
    margin: 0 auto 3% auto;
}
.cd-popup-container .popup-content small {
    color: #e60214;
    font-size: 1rem;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 48px;
    height: 54px;
    background: url('../images/close.webp') center center no-repeat;
    background-size: contain;
  }



/*----------------------------------------4K---------------------------------------------------*/
@media screen and (min-width:2050px) {

    
    
}
/*----------------------------------------Mac book---------------------------------------------------*/
@media screen and (max-width:1440px) {
    
    .sec_wrapper { width: 78%;}
    .title { width: 30%;}

    .prize .number { width: 92%;}
    .prize .number p { font-size: 2.8rem;}
    .prize .number p.red { font-size: 10.2rem; top: 25%;}
    .prize .prize_level { width: 92%; margin: 0 auto; top: -50px; left: -1.5%;}

    .register .email input[type=email], .register .phone select,
    .register .phone input[type=tel] { height: 3rem; font-size: 1.2rem; box-shadow: inset 0 5px #a3a3a3;}
    .register .email input[type=email] { border-radius: 15px;}
    .register .phone select { -webkit-border-top-left-radius: 15px; -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px; -moz-border-radius-bottomleft: 15px; border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;}
    .register .phone input[type=tel] { -webkit-border-top-right-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px;}
    .tasks-list-mark { margin-right: 8px; width: 15px; height: 15px;}
    .tasks-list-desc { font-size: 16px;}


    .footer .footer_wrap { width: 62%;}
    .footer h3 { font-size: 12px;}
    .footer_rightbox .table ul { font-size: 11px;}
    .footer .link a { font-size: 14px;}

}
/*----------------------------------------小尺寸筆電---------------------------------------------------*/
@media screen and (max-width:1280px) and (min-width:1025px) {
	
    .feature .system_content { width: 75%;}
    .prize .number p.red { font-size: 9rem;}
	
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {

    .mobile { display: block;}
    .desktop { display: none;}
    .sec_wrapper { width: 90%;}

    .head { height: 85vh;}
    .top_menu { display: none;}
    .head .head_bg { width: 60%;}
    .head .head_bg img { height: auto;}
    .head .register_btn { width: 35%; margin-top: 19%;}

    .bonus .sign { height: 48%;}
    .bonus .sign-box { width: 45%;}
    .bonus .sign-box p { font-size: 14px;}
    .account input[type=text], .password input[type=password], .captcha-field input[type=text] { height: 2.2rem; border-radius: 8px;
    border: 2px solid #000; font-size: 20px; box-shadow: inset 0 3px #a3a3a3;}
    .captcha-row { width: 80%; gap: 8px;}
    .captcha-preview { height: 2.2rem; border-width: 2px; border-radius: 8px; }
    .captcha-preview img { max-height: 100%; }
    .login-feedback, .token-result-title, .token-result code { font-size: 12px; }
    .login-feedback { width: 80%; }
    .token-result { width: 80%; padding: 10px 12px; border-width: 2px; border-radius: 10px; }

    .footer { padding: 7% 0;}
    .footer .footer_wrap { width: 90%; align-items: center; flex-direction: column;}
    .footer .link { width: 70%; margin: 0 auto 5% auto;}
    .footer .link ul { justify-content: center;}
    .footer .logo { width: 50%; margin: 4% auto;}
    .footer h3 { font-size: 10px;}
    .footer .footer_rightbox { margin-left: 0;}
    .footer_rightbox .table { width: 100%; margin: 0 auto;}
    .footer_rightbox .table img { width: 15%;}
    .footer .copyright { text-align: center; margin: 7% auto 5% auto;}
    .footer .licence { margin-top: 10px; text-align: center; font-size: 14px;}
    
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    
    .sec_wrapper { width: 100%;}
    .mMenu-btn { height: 15vw; width: 15vw;}
    .title { width: 62%;}
    #radial-lines-canvas { display: none;}
    .head .head_bg img { animation: none; filter: none;}
    
    .head .head_bg { width: 95%;}
    .head .register_btn { width: 52%; margin-top: 30%;}
    .head .register_btn::before, .head .register_btn::after { font-size: 26px;}
    .top_menu ul li a img,
    .mMenu_wrap ul li a img { width: 28px; height: 28px; }

    .infor .title { width: 88%;}
    .infor .content { width: 95%;}

    .prize .back_box { width: 82%;}
    .prize { margin: -9% auto 0 auto; padding: 13% 0 18% 0;}

    .bonus .title { width: 70%; margin: 0 auto 7% auto;}
    .bonus .bonus-box1, .bonus .bonus-box2 { width: 92%;}
    .bonus .sign { aspect-ratio: 750 / 955; left: 0; background: url(../images/login_box_m.webp) top center no-repeat; background-size: contain; margin: 0 auto 7% auto; height: 55%;}
    .bonus .sign-box { width: 63%; top: 4%; left: 0;}
    .bonus .sign-box img.logo { width: 45%;}
    .bonus .sign-box p { margin: 2% auto 2% auto; padding: 0 10px;}
    .sign-area #modal-form .login-btn { margin: 3% auto;}
    .sign-legal { margin-top: 1%; gap: 8px; font-size: 12px; }
    .captcha-field input[type=text] { font-size: 12px;}
    .provider-login { width: 46px; height: 46px; min-height: 46px; }
    .provider-login__icon { width: 18px; height: 18px; flex-basis: 18px; }
    .provider-login-apple { width: 36px; height: 36px; min-height: 36px; }
    .provider-login-apple .provider-login__icon { width: 18px; height: 18px; flex-basis: 18px; }

    .footer { padding: 12% 0 15% 0;}

    .cd-popup-container { width: 80%; height: 200px;}
    .cd-popup-container .cd-popup-title { font-size: 1.6rem;}
    .cd-popup-container .popup-content { font-size: 1.2rem;}
    .cd-popup-container .cd-popup-close { top: 7px; right: 8px; width: 30px; height: 40px;}
    .cd-popup-container .popup-content small { font-size: 12px;}

}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:390px) {
    .bonus .sign-box p{ font-size: 10px; padding: 0 10px;}
    .bonus .sign-box img.logo{ width: 40%;}
    .bonus .sign-box .sign-area input { height: 1.8rem;}
    .bonus .sign-box .sign-area .captcha-preview { height: 1.8rem;}
    .bonus .sign-box .sign-area .provider-login { width: 36px; height: 36px; min-height: 36px; }
    .bonus .sign-box .sign-area .provider-login-apple { width: 32px; height: 32px; min-height: 32px; }
    .bonus .sign-box .sign-area .provider-login-apple .provider-login__icon { width: 16px; height: 16px; flex-basis: 16px; }
    .mobile_menu { height: 60px;}
    .footer_rightbox .table ul { font-size: 9px;}
    .cd-popup-container .cd-popup-title { font-size: 1.4rem; left: 13px;}
    .bonus .sign { height: 65%;}

}
