.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1650px;
    height: 1035px;
    background-image: url("../img/bg.png");
}


.btnReset {
    position: absolute;
    bottom: 19px;
    right: 29px;
    width: 132px;
    height: 62px;
    background-image: url("../img/btn_reset.png");
}

.btnReset.active {
    background-image: url("../img/btn_reset_active.png");
}

.btnReset.disable {
    background-image: url("../img/btn_reset_disable.png");
}

.popup {
    position: absolute;
    left: 20px;
    top: 16px;
    width: 1430px;
    height: 1000px;
    background-image: url("../img/popup.png");
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
    border-radius: 30px;
    z-index: 2;
}

.btnClosePopup, .btnCloseAnswerPopup {
    position: absolute;
    bottom: 14px;
    left: 14px;
    width: 68px;
    height: 68px;
    background-image: url("../img/btn_close.png");
}

.btnCloseAnswerPopup {
    bottom: 34px;
    left: 28px;
}

.btnClosePopup.active, .btnCloseAnswerPopup.active {
    background-image: url("../img/btn_close_active.png");
}

.btnAnswer {
    position: absolute;
    bottom: 92px;
    left: 31px;
    width: 158px;
    height: 68px;
    background-image: url("../img/btn_answer.png");
}

.btnAnswer.active {
    background-image: url("../img/btn_answer_active.png");
}

.btnPopup {
    position: absolute;
    bottom: 12px;
    left: 31px;
    width: 158px;
    height: 70px;
    background-image: url("../img/btn_popup.png");
}

.btnPopup.active {
    background-image: url("../img/btn_popup_active.png");
}

.panelWrap {
    position: absolute;
    z-index: 1;
}

.panel {
    position: absolute;
    left: 128px;
    width: 64px;
    height: 164px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.panel_1_1 {
    top: 108px;
    background-image: url("../img/panel_1_3.png");
}

.panel_1_2 {
    top: 295px;
    background-image: url("../img/panel_1_4.png");
}

.panel_1_1.set,
.panel_1_2.set {
    box-shadow: none;
}

.slashNakaguroWrap {
    position: absolute;
    z-index: 1;
}

.panel_1_3 {
    position: absolute;
    top: 844px;
    left: 1308px;
    width: 100px;
    height: 70px;
    background-image: url("../img/panel_nakaguro.png");
    box-shadow: none;
    border-radius: 0;
}

.panel_1_4 {
    position: absolute;
    top: 715px;
    left: 1308px;
    width: 100px;
    height: 70px;
    background-image: url("../img/panel_slash.png");
    box-shadow: none;
    border-radius: 0;
}

.answerPopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 392px;
    height: 1042px;
    background-image: url("../img/popup_answer.png");
    z-index: 2;
}