.swa_info_all {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 88%;
    position: relative;
}

@media (max-width: 444px) {
    .swa_info_all {
        margin-top: 8%;
    }
}


/* 왼쪽 부분 시작 */
.swa_info_left {
    width: 20%;
    height: 100%;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    /* box-shadow: 5px 5px 5px 5px skyblue, 5px 5px 5px 5px skyblue; */
    box-shadow: 0px 0px 30px skyblue;
    position: absolute;
    left: -80%;
    top: 0;
    transition: left 0.5s;
}

.swa_info_left_hide {
    /* left: -80%; */
    display: none;
}

.left_header {
    width: 100%;
    height: 19%;
    border-bottom: 5px dashed #eeaaeeaa;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.swa_music {
    width: 100%;
    height: 50%;
    position: relative;
}

.swa_music_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.swa_weather {
    width: 100%;
    height: 18%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 769px) {
    .swa_weather {
        /* width: 33.3%; */
        width: 100%;
    }
}

.coin_mark {
    width: 100%;
    height: 30%;
}

@media (max-width: 1280px) {

    .swa_info_left {
        /* display: none; */
        z-index: 3;
        left: -80%;
        width: 50%;
        height: 100%;
        top: 0;
    }

}

/* 왼쪽 부분 종료 */








/* 오른쪽 부분 시작 */
.swa_info_right {
    width: 25%;
    height: 100%;
    background: url(../img/rightInfo.gif) no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    /* box-shadow: 5px 5px 5px 5px skyblue, 5px 5px 5px 5px skyblue; */
    box-shadow: 0px 0px 30px skyblue;
    position: absolute;
    /* right: -80%; */
    transition: right 0.5s;
}

.swa_info_right_hide {
    /* right: -80%; */
    display: none;
}

.right_container {
    width: 88%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    /* border: 5px dashed #eeaaeeaa; */
}

.right_inner {
    width: 88%;
    height: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px dashed #eeaaeeaa;
    border-radius: 20px;
    flex-direction: column;
}




@media (max-width: 1280px) {

    .swa_info_right {
        width: 50%;
        height: 100%;
        z-index: 3;
        box-shadow: 0px 0px 10px skyblue;
    }
}

@media (max-width: 769px) {

    .swa_info_right {
        z-index: 3;
        height: 100%;
        width: 50%;
    }
}

/* 오른쪽 부분 종료 */



/* 가운데 부분 시작 */
.swa_info_center {
    display: flex;
    flex-direction: column;
    /* align-content: stretch; */
    align-items: center;
    height: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 25%;
}

.swa_info_top {
    width: 100%;
    height: 70px;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    /* box-shadow: 5px 5px 5px 5px skyblue, 5px 5px 5px 5px skyblue; */
    box-shadow: 0px 0px 30px skyblue;
    position: relative;
    margin-bottom: 15px;
}

.swa_info_top_head {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    width: 87%;
    /* width: 100%; */
    height: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
}

.loginBu {
    /* border: 3px dashed #099FE9; */
    color: darkblue;
    font-weight: bold;
    font-size: 30px;
}

.swa_info {
    width: 100%;
    height: 90%;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    /* box-shadow: 5px 5px 5px 5px skyblue, 5px 5px 5px 5px skyblue; */
    box-shadow: 0px 0px 30px skyblue;
    position: relative;
}

.login_font {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 1280px) {

    .swa_info_center {
        width: 100%;
        left: 0;
    }

    .swa_info_top {
        width: 85%;
        margin-bottom: 15px;
        height: 48px;
    }

    .login_font {
        font-size: 15px;
    }

    .swa_info {
        width: 85%;
    }
}

@media (max-width: 769px) {

    .swa_info_top {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
        height: 43px;
    }

    .login_font {
        font-size: 11px;
    }

    .swa_info {
        width: 100%;
    }
}

@media (max-width: 572px) {

    .login_font {
        font-size: 9px;
    }
}

/* 가운데 부분 종료 */