@charset "UTF-8";
.hide {
    display: none;
}

#sgs_content {
    position: fixed;
    top: 20%;
    left: 0px;
    width: 100%;
    height: 550px;
}

#sgs_bt_close {
    background-image: url("../img/close.png");
    position: absolute;
    top: -50px;
    left: calc(50% + 350px);
    width: 40px;
    height: 40px;
}

#sgs_bt_ok {
    position: absolute;
    top: 60%;
    /* left: 45%; */
    width: 100%;
    height: 200px;
}

#banner_area {
    background-repeat: no-repeat;
    position: relative;
    width: 600px;
    height: 500px;
    margin: 0px auto;
}

#banner_area img {
    width: 100%;
}

#sgs_banner_bt_close {
    background-image: url("../img/close.png");
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
}
