/**
Designed by TCORE
Copyright 2019
**/

/***
SmartPhone
***/
@media (max-width:413px){
    footer{ padding: .5rem 0; }

    .logo{ padding: 1rem 0 0; margin: 0; }
    .logo a{ width: 130px; }

    #home .game-menu{ background: none; }
    #home .game-menu dl{ padding-top: 0; }
    #home .game-menu dl > dd section{ text-align: center; margin-bottom: 0.25rem !important; }
    #home .game-menu dl > dd section a{ display: block !important; }

    .game-desc{ font-size: .6rem; }

    #promotion{ margin: 1rem 0 5rem; }

    #transfer,#deposit{ margin: 0 0 5rem; }
    #transfer h2,#deposit h2{ padding-bottom: .5rem !important; margin-top: 0 !important; text-align: center; }
    #transfer .transWrap form,#deposit .transWrap form{ padding: 1rem 2rem !important; }
    #transfer .transWrap form .btn{ display: block; width: 100%; }
}

@media (min-width:414px) and (max-width:767px){
}

/***
IPad
***/
@media (min-width:768px) and (max-width:1023px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
}

/***
Desktop
***/
@media only screen and (min-width: 1366px) and (max-width: 1919px){
}

@media only screen and (min-width: 1920px){
}