#body {
    background: url("/Images/main/bg-main.png") #000000 top center no-repeat;
    transition: background 1s linear;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#leftblank {
    width: 415px;
    flex-shrink: 1;
    text-align: center;
    justify-content: center;
    align-items: end;

}

#lefttop {
    width: 100%;
    height: 301.44px;
}

#leftbottom {

    width: 100%;
    /* height: 360px; */
    background-image: url('/images/leftphone.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 170px;

}

#uphead {

    flex-shrink: 0;
    text-align: center;
    position: relative;
}

#upmenulogo {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 500px;
}

#upmenubar {

    width: 100%;
}

#upmenu{
    position: relative;
    margin-bottom: 20px;
}
#gamemenudiv{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #42072F 0%, #11030D 100%);
}
.menudiv{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubtn{
    cursor: pointer;
}

#upmenubar {

    width: 100%;
}


#menuicon {
    width: 10%;
    position: absolute;
    top: 7%;
    right: 8%;
    float: right;
    display: none;
}

#menuicon {
    width: 10%;
    position: absolute;
    top: 26.5%;
    right: 8%;
    float: right;
    display: none;

}

#sidemenu {
    display: none;
}

#upcenter {
    margin-top: 40px;
}

#upcenterimage {
    width: 840px;
}

#rightblank {
    width: 415px;
    flex-shrink: 1;
}

#maindiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#upmain {
    
    flex-shrink: 0;
    text-align: center;
}

#mainstartimg {
    width: 585px;
    margin: 10px;
}
#maincenter{
    width: 1100px;
    
    flex-shrink: 0;
    text-align: center;
    position: relative;
}
#mainlogin {
    display: flex;
    
    width: 1100px;
    /* height: 70px; */
    border-radius: 10px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    
    /* background-color: rgba(0, 0, 0, 0.7); */
}
#maincenterlogin {
    display: flex;
    margin: 10px 0 15px 0;
    width: 1100px;
    height: 70px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}
#sighupdiv{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 35px 0 0 0;
    margin: 0 0 30px 0;
    
}
#mainsighup{
    margin: 0 0 0px 0;
    vertical-align: bottom;
}
.field{
    text-align: start;
    padding: 3px 0 3px 0;
    display: flex;
}
.inputdiv{
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin: 0 10px 0px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.forminput{
    width: 180px;
    height: 35px;
    size: 50;
    padding: 5px 5px 5px 5px;
}
.labeldiv{
    width: 230px;
    display: inline-block;
    padding: 12px;
}
.formlabel{
    padding: 0 0 0 20px;
    color: white;
    width: 20%;
    text-align: start;
     
}
.formb{
    color: white;
    display: inline;
    padding: 0 0 0 20px;
}
.formbutton{
    width: 90px;
    height: 35px;
}
#formbutton1{
    background-color : rgba(35, 58, 100, 1);
    color: white;
    border: none;
    font-weight: bold;
    margin-right: 10px;
    
}
#formbutton2{
    background-color : rgba(52, 54, 53, 1);
    color: white;
    border: none;
    font-weight: bold;
    
}
#selecttag{
    width: 180px;
    height: 35px;
}
.bankopt{
    text-align: start;
}
.submitbutton{
    margin: 30px 0 0 0;
}
#mainloginmobile {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 70px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

#beforelogin {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;

}

#beforelogin2 {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;

}
.submitbutton{
    padding: 0 0 40px 0;
}

li {
    margin: 0 3px 0 3px;
    padding: auto;
}
img {
    vertical-align : bottom;
}
#username, #password {
    height: 40px;
    width: 250px;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    padding: 4px 0 4px 5px;
}

#loginnow {
    text-align: center;
    /* font-family: 'NanumGothic'; */
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #090d18,
        0 0 30px #090d18, 0 0 40px #090d18, 0 0 55px #090d18,
        0 0 75px #090d18;
    font-size: 30px;
}

#loginnow2 {
    text-align: center;
    /* font-family: 'NanumGothic'; */
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #090d18,
        0 0 30px #090d18, 0 0 40px #090d18, 0 0 55px #090d18,
        0 0 75px #090d18;
    font-size: 10px;
}

.text::placeholder {
    font-size: 15px;
}

.btn {
    height: 40px;
    width: 124.888px;
    margin: 0 0 0 0;

}


#upcentermobile {
    display: none;
}

#upcentermobileimage {
    width: 100%;
    display: none;
}

#mainexpl {
    width: 100%;
}

#mainexplimg {
    width: 1450px;
    /* height: 367px; */

    display: flex;
    margin: auto;

    margin-top: 25px;
}

#mep1 {
    display: table-cell;
    width: 483.3333px;
    background-image: url('/images/mainexpl1.png');
    background-size: 483.3333px;
    background-repeat: no-repeat;
}

#mep2 {
    display: table-cell;
    width: 483.3333px;
    background-image: url('/images/mainexpl2.png');
    background-size: 483.3333px;
    background-repeat: no-repeat;
    position: relative;
}

#mep3 {
    display: table-cell;
    width: 483.3333px;
    background-image: url('/images/mainexpl3.png');
    background-size: 483.3333px;
    background-repeat: no-repeat;
}

#inout {
    width: 60%;
    margin: auto;
    position: absolute;
    top: 12%;
    left: 20%;

}

#mainlink {
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    width: 100%;
    justify-content: center;


}

.link {
    margin: 0 10px 0 10px;

}

.linkimg {

    width: 345px;
}

#maincall {

    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

#cacaocall {
    position: relative;
}

.linkcall {
    width: 725px;
    margin: 0 5px 0 5px;
}

.call {
    width: 725px;
    margin: 2%;
}

#cacaoid {
    display: block;
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    color: gold;
    text-shadow: 1px 1px 0px white;
    position: absolute;
    top: 120px;
    left: 177px;
}

#mainbottombar {
    width: 100%;
    margin: 1% 0 1% 0;
    border-top: solid 1px rgba(81, 81, 81, 0.7);
    border-bottom: solid 1px rgba(81, 81, 81, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainbottomnav {
    color: rgba(255, 255, 255, 1);
    font-size: 1.5vw;
    margin: 0.5% 2% 0.5% 2%;

}

.mainbottomnav2 {
    color: rgba(81, 81, 81, 0.7);
    font-size: 1.5vw;
    margin: 0 2% 0 2%;
}

#mainbottomlink {
    width: 100%;
    margin-bottom: 4%;
}

#mainbottomlinkimg {
    margin-top: 3%;
    width: 80%;
}

#main {
    width: 100%;

    /* background-image: url('../images/mainback.png'); */
    background-size: 2280px;
    background-position: center top;
    background-repeat: no-repeat;
    background-position-y: 33px;


}

#sidemenu {
    background-color: rgba(31, 31, 31, 0.5);
    width: 200px;
    position: absolute;
    top: 0;
    /* right: -200px; */
    bottom: 0;
    transition: 1s ease;
    text-align: center;

}

#sidestart {
    width: 150px;
    margin-top: 50px;
}

.sidelist {
    color: #fff;
    display: block;
    margin: 20px 0 0 0;
}

html
{
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width:480px) {
    #menuicon {
        display: block;
    }
    .sidelist {
        color: #fff;
        display: block;
        margin: 20px 0 0 0;
        cursor: pointer;
    }

    #sidemenu {
        display: none;
    }
    #upmenu{
        display:none;
    }

    #upmenulogo {
        width: 50%;
    }

    /* #upmenu{
        opacity: 0.0;
        float: right;   
        margin: 0 0 0 0;
    } */
    #upmenubar {
        /* float: right;
        height: 1px;
        margin: 0 0 0 0;
        opacity: 0.0; */
        display: none;
    }

    #mainloginmobile {
        display: flex;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;

    }

    #beforelogin2 {
        width: 90%;
        height: 100%;
        padding: 0 0 0 0;
        margin: 5px 0 5px 0;
    }

    .li2 {
        padding: 0 5px 0 0;
        /* margin: 1% 1% 1% 1%; */
        margin: 0 0 0 0;
        display: flex;
        vertical-align: middle;
        text-align: center;
        align-items: center;
        height: 100%;
    }
    .text::placeholder {
        font-size: 12px;
    }

    /* #upcenter{
        margin: 15px;
    } */
    #leftblank {
        display: none;
    }

    #rightblank {
        display: none;
    }

    #uphead {
        width: 100%;
    }

    #loginnow2 {
        display: none;

    }

    #username2 {
        width: 100%;
        height: 100%;
        border-radius: 5%;
        padding: 2px 0 2px 3px;
        border: none;
    }

    #password2 {

        width: 100%;
        height: 100%;
        border-radius: 5%;
        padding: 2px 0 2px 3px;
        border: none;

    }

    img{
        margin: 0 0 0 0;
        vertical-align: bottom;
    }
    .btn2 {
        width: 120%;
        height: 19px;
        margin: 0 0 0 0;

        padding: 0 0 0 0;
        
        display: table-cell;
    }

    #upcentermobile {
        display: block;
    }

    #upcentermobileimage {
        width: 100%;
        display: block;
    }

    #upcenter {
        margin-top: 0px;
        width: 100%;
    }

    #upcenterimage {

        width: 100%;
    }

    #mainlogin {
        width: 100%;
        
    }
    #maincenter{
        width: 100%;
    }
    #maincenterlogin{
        display: none;
    }
    #sighupimagediv{
        margin: 0px 0 0px 0;

    }
    #sighupdiv{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        /* margin: 10px 0 0 0; */

    }
    #mainsighup{

        width: 100%; 
        /* height: auto; */
        content: url('/images/signup2.png');
        margin: 10px 0 0 0;
        /* display: block; */
    }
    .labeldiv{
        /* display: inline; */
        width: 23%;
        text-align: center;
        margin: 0;
        padding: 0 10px 0 10px;
        margin-left: 7px;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
    
    }
    .field{
        width: 100%;
        /* display: inline; */
    }
    .inputdiv{
        /* display: inline; */
        width: 82%;
        padding: 10px 5px 10px 5px;
        margin-left: 2px;
        margin-right: 5px;
        
    }
    .forminput{
        width: 100%;
    }
    #selecttag{
        width: 100%;
    }
    .formb{
        display: inline;
        width: 100%;
        font-size: 0.7em;
        margin: 5px 0 0 0;
        padding: 0;
    }
    .formlabel{
        font-size: 12px;
        width: 100%;
        padding: 0;
        margin: 0;
    }


    #upmain {
        width: 100%;
    }

    #mainstartimg {
        width: 60%;
    }

    #mainexpl {

        width: 100%;


    }

    #mainexplimg {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: start;
        margin-top: 25px;

    }

    .backexpimage {
        width: 100%;
    }

    #mep1 {
        vertical-align: middle;
        text-align: center;
        width: 70%;
        margin-bottom: 2%;
        background-image: url('/images/mainexpl1.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #mep2 {

        width: 70%;
        margin-bottom: 2%;
        background-image: url('/images/mainexpl2.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #mep3 {

        width: 70%;
        margin-bottom: 2%;
        background-image: url('/images/mainexpl3.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #mainlink {
        
        display: block;
        width: 100%;
        justify-content: center;


    }

    .link {
        margin: 0 2% 0 2%;
        display: inline;

    }

    .linkimg {
        display: inline;
        width: 40%;
    }

    #maincall {

        display: block;
        width: 100%;
        justify-content: center;
        margin-bottom: 3%;
        
    }

    #cacaocall {
        position: relative;
    }

    .linkcall {
        width: 90%;
        margin: 0 5px 0 5px;
    }

    .call {
        width: 90%;
        margin: auto auto;
        margin-bottom: 3%;
    }

    #cacaoid {
        display: block;
        text-align: center;
        font-size: 8vw;
        font-weight: bold;
        color: gold;
        text-shadow: 1px 1px 0px white;
        position: absolute;
        top: 45%;
        left: 25%;
    }


    #mainbottombar {
        width: 100%;
        
        border-top: solid 1px rgba(81, 81, 81, 0.7);
        border-bottom: solid 1px rgba(81, 81, 81, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mainbottomnav {
        color: rgba(255, 255, 255, 1);
        font-size: 3vw;
        margin: 0.5% 2% 0.5% 2%;
    
    }
    
    .mainbottomnav2 {
        color: rgba(81, 81, 81, 0.7);
        font-size: 3vw;
        margin: 0 2% 0 2%;
    }
    #main {
        width: 100%;
    
        background-image: url('');
        
    
    
    }
    #body {
        background: url("/Images/main/bg-main.png") #000000 top center no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        
    }
    

}
/* @media screen and (max-width:668px) {
    #cacaoid {
        font-size: 40px;
        top: 50%;
        left: 31%;
    }

}
@media screen and (max-width:568px) {
    #cacaoid {
        font-size: 35px;
    }

}
@media screen and (max-width:468px) {
    #cacaoid {
        font-size: 30px;
        left: 30%;
    }

}
@media screen and (max-width:368px) {
    #cacaoid {
        font-size: 23px;
        left: 30%;
    }


}
@media screen and (max-width:268px) {
    #cacaoid {
        font-size: 18px;
        left: 30%;
    }


} */

@media screen and (min-width:480px) {
    #menuicon {
        display: none;
    }

    #sidemenu {
        display: none;
    }

    #mainloginmobile {
        display: none;
    }
}

.mainbtdiv {width: auto;min-width: 104px;transition: .3s ease-out;padding: 11px 15px;border-radius: 50px;}
.mainbtbg1 {background-color: #00a8ea;}
.mainbtbg2 {background-color: #f0ab05;}
.mainbtbg3 {background-color: #4e5ca0;}
.mainbtbg4 {background-color: #d93e44;}
@media screen and (max-width:480px) {
  .mainbtdiv {min-width: 84px;}
}