@import "./common/header.css";
@import "./common/footer.css";
@import "./popup.css";
@import "./introduce.css";

body {
    overflow: hidden;
    text-align: justify;
    background-color: #C0E3DC;
}

#canvas {
    margin: 0px;
    width: 2400px;
    position: absolute;
    display: block;
    background-color: #C0E3DC;
}

#draggableArea {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #C0E3DC;
}

#draggable {
    border: 0px;
    background-color: #C0E3DC;
    position: relative;
}

.game_block {
    width: 321px;
    height: 286px;
    position: absolute;
    z-index: 16;
    bottom: 35px;
    left: 35px;
}

.game_block_content {
    position: absolute;
}

.game_block_bear {
    width: 180px;
    height: 215px;
    position: absolute;
    top: 72px;
    display: block;
}

.game_block_bear img {
    width: 100%;
}

.game_block_chat {
    width: 165px;
    height: 105.62px;
    position: absolute;
    left: 125px;
}

.game_block_chat img {
    width: 100%;
}

.game_block_chat_txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 155px;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 137px;
}

.introduce_arrow_2_gif {
    width: 50px;
    position: absolute;
}

#arrow_top_gif_id {
    top: 100px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}

#arrow_bottom_gif_id {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

#arrow_right_gif_id {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#arrow_left_gif_id {
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991.98px) {
    #arrow_top_gif_id {
        top: 95px;
    }
    .game_block {
        bottom: 50px;
    }
}
@media (max-width: 575.98px) {
    .game_block {
        width: 200px;
        height: 200px;
        bottom: 95px;
        left: 20px;
        cursor: pointer;
    }

    .game_block_bear {
        width: 122.8px;
        height: 150.35px;
        position: absolute;
        top: 54px;
    }

    .game_block_chat {
        width: 135px;
        height: 73.86px;
        top: -8px;
        left: 80px;
    }

    .game_block_chat_txt {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        width: 135px;
        height: 44.12px;
        top: 8px;
        left: 86px;
    }
    .introduce_arrow_2_gif {
        width: 35px;
        position: absolute;
    }
    #arrow_top_gif_id {
        top: 75px;
    }
    
    #arrow_bottom_gif_id {
        bottom: 80px;
    }
    
    #arrow_right_gif_id {
        right: 10px;
    }
    
    #arrow_left_gif_id {
        left: 10px;
    }
}
@media (max-width: 374.98px) {
    .game_block {
        width: 180px;
        height: 180px;
        bottom: 113px;
        cursor: pointer;
    }
}