﻿body{
    min-height: 720px;
}

#LoginContainer {
    background: inherit;
}

    #LoginContainer > div:first-of-type {
        background: inherit;
    }

    #LoginContainer #LoginLeftContainer {
        background: var(--gray-900);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 32px;        
        position: relative;
        width: 480px;
    }

        #LoginContainer #LoginLeftContainer > div:first-of-type {
            position: absolute;
            background-image: url(../img/login_background.svg);
            width: 480px;
            height: 560px;
            bottom: 0;
        }

    #LoginContainer #LoginLiveCountContainer,
    #LoginContainer .LoginFooterContainer {
        position: inherit;
        height: fit-content;
    }

    #LoginContainer .LoginFooterContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

#LoginLiveCountContainer #wwbtTotalCount,
#LoginLiveCountContainer #wwbtTotalCount span, #LoginLiveCountContainer #wwbtTotalCount .odometer-digit-spacer, #LoginLiveCountContainer #wwbtTotalCount .odometer-animating, #LoginLiveCountContainer #wwbtTotalCount .odometer-animating-up, #LoginLiveCountContainer #wwbtTotalCount .odometer-animating-down, #LoginLiveCountContainer #wwbtTotalCount .odometer-value {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

#LoginContainer #LoginLiveCountContainer #livecounter-wrapper {
    /*    padding-left: 48px;*/
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    #LoginContainer #LoginLiveCountContainer #livecounter-wrapper #livecounter-livewrapper {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    #LoginContainer #LoginLiveCountContainer #livecounter-wrapper .livecount-subtitle {
        color: var(--gray-400);
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
    }

#LoginContainer #LoginLiveCountContainer #livecounter-liveicon {
    width: 8px;
    height: 8px;
    background: var(--brand-400);
    border-radius: 50%;
}

#LoginContainer #LoginLiveCountContainer #livecounter-livemark {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

#LoginContainer .LoginFooterContainer .lower {
    padding: 0;
}

    #LoginContainer .LoginFooterContainer .lower .lowerLeft{
        display: flex;
        flex-direction: column;
    }

        #LoginContainer .LoginFooterContainer .lower .lowerLeft > div {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        #LoginContainer .LoginFooterContainer .lower .lowerLeft .login-sep{
            background: var(--gray-500);
        }

        #LoginContainer .LoginFooterContainer .lower .lowerLeft * {
            color: var(--gray-500)
        }

#LoginContainer .LoginFooterContainer .upper .ButtonContainer button {
    width: 40px;
    height: 40px;
    /*border: 4px solid rgba(123, 129, 143, 0.5);*/
    background: none;
}

    #LoginContainer .LoginFooterContainer .upper .ButtonContainer button img {
        width: 20px;
        height: 20px;
    }

#LoginRightContainer {
    width: calc(100vw - 480px);
    /*height: 100vh;*/
    height: 100%;
    margin: 0;
    align-items: center;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

    #LoginRightContainer > .header {
        background: inherit;
        display: flex;
        justify-content: space-between;
        height: 96px;
        padding: 32px;
        width: 100%;
    }

        #LoginRightContainer > .header::after {
            display: none;
        }

        #LoginRightContainer > .header .SelectLangConatiner {
            /*border-radius: 8px;*/
            /*border: solid 1px var(--color_gray_pale_5);*/
        }

        #LoginRightContainer > .header .SelectLangConatiner {
            /*            display: flex;
            align-items: center;
            padding: 10px 16px 10px 16px;
            font-size: 14px;*/
        }

        #LoginRightContainer > .header .popupMenuLang {
            background-color: white;
            display: none;
            position: absolute;
            padding: 5px;
            border-radius: 10px;
            box-shadow: 0px 12px 24px 0px #1C1D210A;
            z-index: 100;
            max-height: 190px;
            overflow: auto;
            border: 1px solid var(--gray-50);
            width: 280px;
        }

    #LoginRightContainer .header .popupMenuLang > .selectedLang__item {
        font-weight: bold;
        color: #2f384d;
    }

    #LoginRightContainer .header .popupMenuLang__item {
        font-size: 12px;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: var(--gray-800);
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        user-select: none;
        height: 36px;
        border-radius: 8px;
        padding: 8px 12px;
    }

        #LoginRightContainer .header .popupMenuLang__item:hover {
            background-color: rgba(100, 100, 100, 0.1);
            cursor: pointer;
        }

    #LoginRightContainer .top {
        padding: 0;
        gap: 24px;
        flex: inherit;
    }

        #LoginRightContainer .top .header {
            background: inherit;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

            #LoginRightContainer .top .header .header-txt {
                font-size: 24px;
                font-weight: 700;
                line-height: 34px;
                color: var(--gray-800);
            }


        #LoginRightContainer .top .loginwrapper-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        #LoginRightContainer .top .loginwrapper-footer a{
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: var(--gray-800);
            text-decoration: none;
        }
        #LoginRightContainer .top .loginwrapper-footer label{
            font-weight: 500;
            color: var(--gray-800);
            font-size: 14px;
            line-height: 20px;
        }

    #LoginRightContainer #loginfooter-csbtn {
        position: fixed;
        right: 32px;
        bottom: 32px;
        z-index: 15;
    }

        #LoginRightContainer #loginfooter-csbtn .ButtonContainer {
            border-radius: 50%;
            border: 4px solid rgba(178, 52, 72, 0.5);
        }

        #LoginRightContainer #loginfooter-csbtn .ButtonContainer button {
            background: var(--brand-400);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            /*border: 4px solid rgba(178, 52, 72, 0.5);*/
        }

    #LoginRightContainer #login-registerwrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    #LoginRightContainer #login-registerwrapper #login-registerq {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-500);
    }

    #LoginRightContainer #login-registerwrapper a{
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-800);
        text-decoration: none;
    }

    /*
        #LoginRightContainer .header .popupMenuLang,
        #LoginRightContainer .header .btn_select_lang {
            visibility: visible;
        }

        #LoginRightContainer .header .popupMenuLang,
        #LoginRightContainer .header .btn_select_lang {
            visibility: hidden;
        }

@media (max-width: 1200px) {
    #LoginRightContainer .header .popupMenuLang,
    #LoginRightContainer .header .btn_select_lang {
        visibility: hidden;
    }

    #LoginRightContainer .header .popupMenuLang,
    #LoginRightContainer .header .btn_select_lang {
        visibility: visible;
    }
}*/

#LoginContainer .login-sep{
    width: 1px;
    height:8px;
    background: var(--gray-100);
}

#LoginRightContainer > .bottom{
    padding: 0;
    margin: 0 0 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#LoginRightContainer > .bottom div,
#LoginRightContainer > .bottom a{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-400);
}

#LoginRightContainer > .bottom a.policy{
    font-weight: 700;
}

#LoginRightContainer .header .logo {
    visibility: hidden;
}

#LoginLiveCountContainer > div{
    padding: inherit;
}

@media (max-width: 1366px) {
    #LoginRightContainer .top {
        width: 440px;
    }
}

@media (min-width: 1367px) {
    #LoginRightContainer .top {
        min-width: 440px;
        width: 100%;
        max-width: 640px;
    }
}


/*@media (max-width: 1500px), (max-height: 1000px) {*/
    #LoginContainer .LoginFooterContainer .upper {
        height: fit-content;
        padding-left: inherit;
    }
/*}*/

@media (min-width: 1081px) {
    #LoginContainer #LoginLeftContainer {
        display: inherit;
        flex: inherit;
    }
}

@media (max-width: 1080px) {
    #LoginContainer #LoginLeftContainer {
        display: none;
    }
    #LoginRightContainer {
        width: 100vw;
    }

    #LoginRightContainer .header .logo{
        visibility: visible;
    }
}

/*@media (max-width: 1500px), (max-height: 1000px) {*/
    #LoginLiveCountContainer > div {
        padding-left: 16px;
        top: inherit;
    }
/*}*/

@media (max-height: 1000px) {
    #LoginLiveCountContainer > div {
        position: relative;
        /* top: 25%; */
    }
}

@media (max-width: 1200px){
    #LoginContainer #LoginRightContainer .LoginFooterContainer {
        display: none;
    }
}

#LoginContainer > div:last-of-type{
    height: 100%;
}


    #LoginContainer {
        height: 100%;
}

.joinWrap{
    background: inherit;
}

#LoginContainer #LoginRightContainer .bottom #notice-wrapper{
    display: flex;
    align-items: center;
    gap: 2px;
}

    #LoginContainer #LoginRightContainer .bottom #notice-wrapper #notice-count {
        background: var(--brand-400);
        width: 14px;
        height: 10px;
        border-radius: 20px;
        text-align: center;
        font-weight: 500;
        font-size: 6px;
        line-height: 10px;
        color: #fff;
    }

#LoginContainer #LoginRightContainer #LoginPWViewBtn{
    cursor: pointer;
}

#LoginContainer #LoginRightContainer #LoginbuttonWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#LoginContainer #LoginRightContainer #LoginbuttonWrapper #wrappersaml{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    #LoginContainer #LoginRightContainer #LoginbuttonWrapper #wrappersaml div {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: var(--gray-400);
    }

    #LoginContainer #LoginRightContainer #LoginbuttonWrapper #wrappersaml button{
        width: 100%;
    }

.e-waitpopup-pane.e-widget{
 width: inherit !important;
 height: inherit !important;
}

#LoginContainer .LoginFooterContainer .upper > div:last-child{
    margin:0;
}

.e-popup{
    border-radius: 8px;
}

.e-dialog .e-dlg-header-content + .e-dlg-content{
    border-radius: 6px;
}

#cookieMain {
    position: fixed;
    z-index: 1100;    
    height: fit-content;
    width: 480px;
    padding: 24px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 640px;
}

    #cookieMain > div:first-child > div .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: var(--gray-800);
    }

    #cookieMain > div:first-child > div .explain{
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: var(--gray-500);
    }

#cookieMain > div:first-child{
    display: flex;
    flex-direction: column;
    gap:20px;
}

    #cookieMain > div:first-child img{
        width: 48px;
        height: 48px;
    }

    #cookieMain > div:first-child > div{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    #cookieMain > div:last-child{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }


    #cookieMain #cookieset-wrapper > div#cookieset-scroll {
        overflow: auto;
        height: 400px;
    }

    #cookieMain #cookieset-wrapper .title:first-of-type {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: var(--gray-800);
        margin: 0 0 20px;
    }

    #cookieMain #cookieset-wrapper .explain{
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: var(--gray-500);
    }

    #cookieMain #cookieset-wrapper #acceptCookie{
        margin: 24px 0;
    }

    #cookieMain #cookieset-wrapper #cookieset-scroll  > div:has(.accept-box) {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #cookieMain #cookieset-wrapper > div:has(.accept-box) .title{
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-800);
    }

    #cookieMain #cookieset-wrapper > div:has(.accept-box) .accept-box{
        border: 1px solid var(--gray-50);
        border-radius: 8px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

        #cookieMain #cookieset-wrapper > div:has(.accept-box) .accept-box .title{
            font-weight: 700;
            font-size: 14px;
            line-height: 20px;
            color: var(--gray-800);
        }

        #cookieMain #cookieset-wrapper > div:has(.accept-box) .accept-box .explain{
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: var(--gray-500);
        }

        #cookieMain #cookieset-wrapper > div:has(.accept-box) .accept-box .always{
            position: absolute;
            top: 20px;
            right: 20px;
            height: 22px;
            border-radius: 6px;
            border: 1px solid var(--green-100);
            background: var(--green-50);
            padding: 1px 10px 2px 10px;
            color: var(--green-600);
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
        }

        #cookieMain #cookieset-wrapper > div:has(.accept-box) .accept-box .lb-selector-wrapper {
            position: absolute;
            top: 20px;
            right: 20px;
        }