.event-de-active{
    pointer-events: none;
}
.event-active {
    pointer-events: auto;
    cursor: pointer;
}
.event-active-1 {
    pointer-events: auto;

}

.display_hidden {
    display: none;
    pointer-events: none;
}


.intro_icn_land{
    position: absolute;
    left: 40px;
    top: 30px;
    width: 120px;
    height: 120px;
}

.button_start{
    position: absolute;
    top: 705px;
    left: 789px;
    transition: transform 0.3s;
}



.hover_1_1:hover {
    transform: scale(1.1);
    transition: transform 0.3s;

}


.show_pop_up{
    display: block;
    z-index: 999;
}

.goal_popup{
    position: absolute;
    top: 0px;
    left: 0px;

}
.goal_area{
    position: absolute;
    top: 0px;
    left: 0px;

}

.button_sound_area{
    position: absolute;
    top: 355px;
    left: 199px;

}


.goal_area .button_sound_area > img {
    position: absolute;
    width: 73px;
    height: 73px;
    opacity: 1;
}
.goal_area .button_sound_area.play > img:nth-child(2){
    opacity: 0;
}


.button_close_area{
    position: absolute;
    top: 363px;
    right: 209px;
}

.hover_1_1 {
    transition: transform 0.3s;
}

.content_menu_area .type_target{
    position: absolute;
    top: 18px;
    left: 30px;
}

.content_menu_area .type_help{
    position: absolute;
    top: 18px;
    left: 338px;
}

.menu_area .type_bgm,
.content_menu_area .type_bgm{
    position: absolute;
    top: 25px;
    left: 1800px;
    width: 73px;
    height: 73px;
}

.type_bgm > img {
    opacity: 1;
    position: absolute;
}


#common_container.bgm_play .type_bgm > img:nth-child(2) {
    opacity: 0;
}

.content_menu_area .type_game {
    position: absolute;
    top: 16px;
    right: 144px;
}


.tutorial_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1020px;
}

.tutorial_area > img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tutorial_area.select1 > img:nth-child(1) {opacity: 1;}
.tutorial_area.select2 > img:nth-child(2) {opacity: 1;}
.tutorial_area.select3 > img:nth-child(3) {opacity: 1;}
.tutorial_area.select4 > img:nth-child(4) {opacity: 1;}
.tutorial_area.select5 > img:nth-child(5) {opacity: 1;}
.tutorial_area.select6 > img:nth-child(6) {opacity: 1;}
.tutorial_area.select7 > img:nth-child(7) {opacity: 1;}
.tutorial_area.select8 > img:nth-child(8) {opacity: 1;}



.tutorial_container_area .arrow_left {
    position: absolute;
    width: 49px;
    height: 84px;
    top: 914px;
    left: 719px;
    background-image: url("../image/icn_arrorw_prev_off.png");
    background-size: 100% 100%;
}

.tutorial_container_area .arrow_left.on {
    background-image: url("../image/icn_arrorw_prev_on.png");
}

.tutorial_container_area .arrow_right {
    position: absolute;
    width: 49px;
    height: 84px;
    top: 914px;
    right: 706px;

    background-image: url("../image/icn_arrorw_next_off.png");
    background-size: 100% 100%;
}

.tutorial_container_area .arrow_right.on {
    background-image: url("../image/icn_arrorw_next_on.png");
}

.tutorial_close{
    width: 190px;
    height: 89px;
    position: absolute;
    top: 16px;
    left: 865px;
    /*margin: 10px;*/
    background-image: url("../image/btn_exit_tutorial.png");

}

.star_1{
    position: absolute;
    top: 22px;
    left: 80px;
}

#contentContainer .menu_area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back_btn_common{
    position: absolute;
    top: 25px;
    left: 40px;
    width: 90px;
    height: 90px;
}

.menu_area .title_area {
    position: absolute;
    top: 27px;
    left: 825px;
}


/* .left_menu_group
{
    position: absolute;
    top: 220px;
    left: 40px;
}
 */


.left_menu_group .menu_0{
    position: absolute;
    top: 220px;
    left: 40px;
}
.left_menu_group .menu_1{
    position: absolute;
    top: 384px;
    left: 40px;
}
.left_menu_group .menu_2{
    position: absolute;
    top: 548px;
    left: 40px;
}
.left_menu_group .menu_3{
    position: absolute;
    top: 718px;
    left: 40px;
}


.menu_area .button_menu_area {
    width: 144px;
    height: 158px;
    transition: transform 0.3s;
}

.menu_area .button_menu_area:hover {
    z-index: 99;
    transform: scale(1.1); 
}

.menu_area .button_menu_area > img {
    position: absolute;
    top: 0;
    left: 0;
}

.menu_area .button_menu_area > img:nth-child(2) {
    opacity: 1;
}

.menu_area .button_menu_area.select > img:nth-child(2) {
    opacity: 0;
}

.menu_area .button_menu_area > img:nth-child(1) {
    opacity: 0;
}

.menu_area .button_menu_area.select > img:nth-child(1) {
    opacity: 1;
}




#contentContainer .star_menu .small_type {
    display: none;
}

#contentContainer .star_menu .small_type.show {
    display: block;
}

#contentContainer .star_menu .big_type {
    display: none;
}

#contentContainer .star_menu .big_type.show {
    display: block;
}



#contentContainer .star_menu .small_type .image_content_area {
    position: absolute;
    width: 1108px;
    height: 512px;
    /*background-image: url("../image/star_small_image_bg.png");*/

    border-radius: 34px;
    border: 2px solid #C1CDD0;
    background: #FCFCFB;
    /*box-shadow: 0px 0px 61px 13px #000;*/

    top: 146px;
    left: 491px;

    overflow: hidden;
}

#contentContainer .star_menu .small_type .arrow_left {
    position: absolute;
    width: 49px;
    height: 84px;
    top: 362px;
    left: 410px;
    background-image: url("../image/icn_arrorw_prev_off.png");
    background-size: 100% 100%;
}

#contentContainer .star_menu .small_type .arrow_left.on {
    background-image: url("../image/icn_arrorw_prev_on.png");
}





#contentContainer .star_menu .small_type .arrow_right {
    position: absolute;
    width: 49px;
    height: 84px;
    top: 362px;
    right: 240px;
    background-image: url("../image/icn_arrorw_next_off.png");
    background-size: 100% 100%;
}

#contentContainer .star_menu .small_type .arrow_right.on {
    background-image: url("../image/icn_arrorw_next_on.png");
}


#contentContainer .star_menu .image_content_area > img{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}


#contentContainer .star_menu.select1 .image_content_area > img:nth-child(1) {opacity: 1;}
#contentContainer .star_menu.select2 .image_content_area > img:nth-child(2) {opacity: 1;}
#contentContainer .star_menu.select3 .image_content_area > img:nth-child(3) {opacity: 1;}
#contentContainer .star_menu.select4 .image_content_area > img:nth-child(4) {opacity: 1;}
#contentContainer .star_menu.select5 .image_content_area > img:nth-child(5) {opacity: 1;}


#contentContainer .star_menu .small_type .navi_area {
    position: absolute;
    bottom: 316px;
    left: 952px;

    width: 186px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#contentContainer .star_menu .navi_area .node{
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #D4DDDB;
}

#contentContainer .star_menu .navi_area .node.on{
    background-color: #F5FF82;
}




#contentContainer .star_menu.on .big_type .toggle_button_area {
    /*border-radius: 0 0 34px 34px;*/
    background: #E6EBED;
}

#contentContainer .star_menu .big_type .toggle_button_area > img {
    position: absolute;
    top: 14px;
    left: 24px;
}




#contentContainer .star_menu .small_type .toggle_button_area {
    position: absolute;

    bottom: 0;
    width: 100%;
    height: 70px;
}

#contentContainer .star_menu.on .small_type .toggle_button_area {
    /*border-radius: 0 0 34px 34px;*/
    background: #E6EBED;
}

#contentContainer .star_menu .small_type .toggle_button_area > img {
    position: absolute;
    top: 10px;
    left: 31px;
}

#contentContainer .star_menu .toggle_button_area > img:nth-child(1) {
    opacity: 1;
}
#contentContainer .star_menu .toggle_button_area > img:nth-child(2) {
    opacity: 0;
}

#contentContainer .star_menu.on .toggle_button_area > img:nth-child(1) {
    opacity: 0;
}
#contentContainer .star_menu.on .toggle_button_area > img:nth-child(2) {
    opacity: 1;
}

#contentContainer .star_menu .small_type .image_content_area .text_area > div {
    width: 1088px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;

    opacity: 0;

    color: #161414;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans KR";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}

#contentContainer .star_menu.select1 .image_content_area > img:nth-child(1) {opacity: 1;}
#contentContainer .star_menu.select2 .image_content_area > img:nth-child(2) {opacity: 1;}
#contentContainer .star_menu.select3 .image_content_area > img:nth-child(3) {opacity: 1;}
#contentContainer .star_menu.select4 .image_content_area > img:nth-child(4) {opacity: 1;}
#contentContainer .star_menu.select5 .image_content_area > img:nth-child(5) {opacity: 1;}

#contentContainer .star_menu.on.select1 .image_content_area .text_area > div:nth-child(1) {opacity: 1;}
#contentContainer .star_menu.on.select2 .image_content_area .text_area > div:nth-child(2) {opacity: 1;}
#contentContainer .star_menu.on.select3 .image_content_area .text_area > div:nth-child(3) {opacity: 1;}
#contentContainer .star_menu.on.select4 .image_content_area .text_area > div:nth-child(4) {opacity: 1;}
#contentContainer .star_menu.on.select5 .image_content_area .text_area > div:nth-child(5) {opacity: 1;}





#contentContainer .star_menu .small_type .info_area .info_button_area {
    width: 191px;
    height: 59px;
    position: absolute;
    right: 294px;
    bottom: 273px;
    background-image: url("../image/btn_description_drop.png");
}

#contentContainer .star_menu .small_type .info_area .info_contents_area {
    width: 1440px;
    height: 279px;
    position: absolute;
    right: 98px;
    bottom: 0;
    background-image: url("../image/frame_star.png");
}

#contentContainer .star_menu .small_type .info_area .info_contents_area .btn_sound_area{
    width: 73px;
    height: 73px;
    position: absolute;
    left: 31px;
    top: 31px;
}

.btn_sound_area > img{
    position: absolute;
    opacity: 1;
}

.btn_sound_area.play > img:nth-child(2){
    opacity: 0;
}

#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area{
    width: 1066px;
    height: 238px;
    position: absolute;
    left: 162px;
    top: 20px;

    overflow: auto;

    /*background-color: black;*/
}
#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area::-webkit-scrollbar {
    width: 22px;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area::-webkit-scrollbar-thumb {
    background-color: #7F4AEF;
    border-radius: 8px;
    background-clip: padding-box;
    border: 2px solid transparent;
    cursor: pointer;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area::-webkit-scrollbar-track {
    border-radius: 8px;
    border: 2px solid #9093C9;
    opacity: 0.85;
    background: #989AC3;
}

#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area .text_info {
    color: #161414;
    font-family: "Noto Sans KR";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    text-indent: -30px;
    padding-left: 60px;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area .text_area .text_info:before {
    content: url('../image/check_1223.png'); /* 이미지 경로를 설정합니다 */
    display: inline-block; /* 이미지와 텍스트를 같은 줄에 배치 */
    /*width: 40px; !* 이미지의 너비 설정 *!*/
    /*height: 40px; !* 이미지의 높이 설정 *!*/
    margin-right: 10px; /* 텍스트와 이미지 사이의 간격 */
    vertical-align: middle;
}


#contentContainer .star_menu .small_type .info_area .info_contents_area.play_1 .text_area .text_info:nth-child(1) {
    color: #FF430F;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area.play_2 .text_area .text_info:nth-child(2) {
    color: #FF430F;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area.play_3 .text_area .text_info:nth-child(3) {
    color: #FF430F;
}
#contentContainer .star_menu .small_type .info_area .info_contents_area.play_4 .text_area .text_info:nth-child(4) {
    color: #FF430F;
}



#contentContainer .star_menu .big_type {
    display: none;
}

#contentContainer .star_menu .big_type.show {
    display: block;
}

#contentContainer .star_menu .big_type .image_content_area {
    position: absolute;
    width: 1551px;
    height: 717px;
    /*background-image: url("../image/star_small_image_bg.png");*/

    border-radius: 34px;
    border: 2px solid #C1CDD0;
    background: #FCFCFB;
    /*box-shadow: 0px 0px 61px 13px #000;*/

    top: 170px;
    left: 275px;

    overflow: hidden;
}





#contentContainer .star_menu .big_type .navi_area {
    position: absolute;
    bottom: 83px;
    left: 958px;

    width: 186px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#contentContainer .star_menu .big_type .arrow_left {
    position: absolute;
    width: 49px;
    height: 84px;

    top: 492px;
    left: 305px;


    background-image: url("../image/icn_arrorw_prev_off.png");
    background-size: 100% 100%;
}

#contentContainer .star_menu .big_type .arrow_left.on {

    background-image: url("../image/icn_arrorw_prev_on.png");
}

#contentContainer .star_menu .big_type .arrow_right {
    position: absolute;
    width: 49px;
    height: 84px;

    top: 492px;
    right: 124px;

    background-image: url("../image/icn_arrorw_next_off.png");
    background-size: 100% 100%;
}

#contentContainer .star_menu .big_type .arrow_right.on {
    background-image: url("../image/icn_arrorw_next_on.png");
}


#contentContainer .star_menu .big_type .toggle_button_area {
    position: absolute;

    bottom: 0;
    width: 100%;
    height: 98px;
}


#contentContainer .star_menu .big_type .toggle_button_area > img {
    position: absolute;
    top: 14px;
    left: 24px;
}

#contentContainer .star_menu .big_type .image_content_area .text_area > div {
    width: 1522px;
    height: 98px;
    position: absolute;
    right: 0;
    bottom: 0;

    opacity: 0;

    color: #161414;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans KR";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 98px;
}

#contentContainer .star_menu .big_type .info_area .info_button_area {
    width: 191px;
    height: 59px;
    position: absolute;
    right: 294px;
    bottom: 0;
    background-image: url("../image/btn_description_open.png");
}





.button_moon{
    width: 900px;
    height: 900px;
    position: absolute;
    top: 105px;
    left: 531px;
    /* border: 1px solid red; */
    /*margin: 10px;*/
}



#contentContainer .star_menu .big_type .info_area .info_button_area {
    width: 191px;
    height: 59px;
    position: absolute;
    right: 294px;
    bottom: 0;
    background-image: url("../image/btn_description_open.png");
}


#contentContainer .content_area {
    opacity: 0;
    pointer-events: none;
    display: none;
}

#contentContainer .content_area.select {
    opacity: 1;
    pointer-events: auto;
    display:block;
}



#contentContainer .quiz_menu .question_area {
    width: 1677px;
    height: 284px;

    left: 222px;
    top: 127px;
    position: absolute;
}
#contentContainer .quiz_menu .question_area > img {
    position: absolute;
}
#contentContainer .quiz_menu .question_area > img:nth-child(1){
    opacity: 0;
}
#contentContainer .quiz_menu.complete_flag .question_area > img:nth-child(1){
    opacity: 1;
}
#contentContainer .quiz_menu.complete_flag .question_area > img:nth-child(2){
    opacity: 0;
}

#contentContainer .quiz_menu .question_area .btn_sound_area {
    width: 78px;
    height: 78px;

    left: 30px;
    top: 30px;
    position: absolute;
}

#contentContainer .quiz_menu .question_area .btn_sound_area > img {
    position: absolute;
}

#contentContainer .quiz_menu .answer_o {
    transition: transform 0.3s, top 0.3s;
    width: 462px;
    height: 662px;

    left: 398px;
    top: 526px;
    position: absolute;

    background-image: url("../image/ox_o.png");
}

#contentContainer .quiz_menu.complete_flag  .answer_o {
    top: 560px;
    pointer-events: none;
    cursor: none;
}

#contentContainer .quiz_menu  .answer_o.hover_on:hover {
    transform: scale(1.1);
    background-image: url("../image/ox_o_hover.png");
}

#contentContainer .quiz_menu  .answer_x {
    transition: transform 0.3s, top 0.3s;
    width: 462px;
    height: 662px;

    left: 1297px;
    top: 526px;
    position: absolute;

    background-image: url("../image/ox_x.png");
}

#contentContainer .quiz_menu.complete_flag .answer_x {
    top: 415px;
    background-image: url("../image/ox_x_correct.png");
    pointer-events: none;
    cursor: none;
}
#contentContainer .quiz_menu .hover_on {
    pointer-events: auto;
    cursor: pointer;
}
#contentContainer .quiz_menu  .answer_x.hover_on:hover {
    transform: scale(1.1);
    background-image: url("../image/ox_x_hover.png");
}

#contentContainer .quiz_menu  .character_area {
    width: 380px;
    height: 380px;

    left: 878px;
    top: 640px;
    position: absolute;
}

#contentContainer .quiz_menu  .character_area > div{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.character_area .character_wrong {
    background-image: url("../image/quizbiber_wrong.png");
}
.character_area .character_right {
    background-image: url("../image/quizbiber_right.png");
}
.character_area .character_idle {
    background-image: url("../image/quizbiber_idle.png");
}


.opacity_hide {
    opacity: 0;
}

.quiz_retry_btn {
    width: 347px;
    height: 170px;

    right: 0;
    bottom: 0;

    position: absolute;

    display: none;

    background-image: url("../image/btn_retry_small.png");
}
.complete_flag .quiz_retry_btn {
    display: block;
    cursor: pointer;
    pointer-events: auto;
}

.game_info_area .title_area {
    width: 1920px;
    height: 1020px;

    position: absolute;

    top: 0;
    left: 0;
}

.game_info_area.state0 .title_area{
    background-image: url("../image/popup_game_start_incomplete00.png");
}
.game_info_area.state1 .title_area{
    background-image: url("../image/popup_game_start_incomplete01.png");
}

.game_info_area .button_start_area {
    width: 384px;
    height: 171px;

    position: absolute;

    top: 665px;
    left: 564px;

    background-image: url("../image/btn_ok_m.png");
}

.game_info_area .button_close_area {
    width: 384px;
    height: 171px;

    position: absolute;

    top: 665px;
    right: 564px;

    background-image: url("../image/btn_no_m.png");
}




.game_area .game_intro {
    width: 1920px;
    height: 1020px;

    position: absolute;

    top: 0;
    left: 0;
    /*background-color: black;*/
    background-image: url("../image/bg_game_intro.png");

    z-index: 4;
}

.game_area .game_intro .btn_start_area {
    width: 428px;
    height: 170px;

    position: absolute;

    top: 668px;
    left: 746px;

    background-image: url("../image/btn_start_game.png");
}

.game_area .button_back_area {
    width: 89px;
    height: 88px;
    position: absolute;
    top: 12px;
    left: 40px;
    background-image: url("../image/icn_back_purple.png");

    z-index: 4;
}



.type_game_bgm {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 20px;
    right: 48px;
}

.type_game_bgm > img {
    position: absolute;
    opacity: 1;
}


#gameContainer.bgm_play .type_game_bgm > img:nth-child(2) {
    opacity: 0;
}






#contentContainer .map_menu .spot_area {
    width: 434px;
    height: 335px;
}

#contentContainer .map_menu .map_bg{
    width: 1920px;
    height: 1020px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../image/bg_vr_volcanic03.png");
}

#contentContainer .map_menu .spot_area.location1 {
    position: absolute;
    left: 251px;
    top: 452px;

    background-image: url("../image/comp_img_spot1.png");
}

#contentContainer .map_menu .spot_area.location2 {
    position: absolute;
    left: 1367px;
    top: 241px;

    background-image: url("../image/comp_img_spot2.png");
}


.spot_area .pointer {
    width: 158px;
    height: 176px;
    position: absolute;
    top: 129px;
    left: 142px;
    background-image: url("../image/pointer.png");
    pointer-events: none;
    cursor: none;
}

.main_pointer .pointer {
    width: 158px;
    height: 176px;
    position: absolute;
    top: 450px;
    left: 880px;
    background-image: url("../image/pointer.png");
    pointer-events: none;
    cursor: none;
}



#mainContainer .main_moon  {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 비율 유지하며 채우기 */
    transform: scale(0.1); /* 확대 비율 설정 */

}
#mainContainer .main_moon.scaleUp{
    transform: scale(1); /* 확대 비율 설정 */
    transition: transform 2s  cubic-bezier(.74,-0.02,.35,.75);
}

#mainContainer .icon_check{
    position: absolute;
    left: 867px;
    top: 100px;
    width: 185px;
    height: 101px;
    background-image: url("../image/check_location.png");
    display: none;

}

#mainContainer .icon_check.checked{
    background-image: url("../image/check_location_checked.png");

}

#mainContainer .icon_check.show{
    display: block;
}






.common_3d_viewer {
    width: 1920px;
    height: 1020px;
    /*background-image: url("../image/merged_image.png");*/
    left: 0;
    top: 0;
    position: absolute;
    transform: scale(0.8);
    /* background: var(--pale_white, #F5F5F3); */
}



#contentContainer .content_area .animation_guide_icon {
    width: 275px;
    height: 200px;
    position: absolute;
    top: 418px;
    right: 823px;

    background-image: url("../image/icn_360.png");
}



.zoom_area {
    width: 253px;
    height: 64px;
    position: absolute;
    top: 916px;
    left: 827px;
}
.zoom_area .zoom_text_area {
    position:absolute;
    width: 100%;
    height: 100%;
    color: #161414;
    text-align: center;
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: #FFF;*/
    font-family: Jalnan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.zoom_area .zoom_text_area2 {
    position:absolute;
    width: 100%;
    height: 100%;
    color: #161414;
    text-align: center;
    -webkit-text-stroke-width: 9px;
    -webkit-text-stroke-color: #FFF;
    font-family: Jalnan;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}



.zoom_area .zoom_btn {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    background-size: 100% 100%;
    pointer-events: none;
}
.zoom_area .zoom_btn.on {
    pointer-events: auto;
    cursor: pointer;
}
.zoom_area .zoom_btn.out {
    left: 0;
    background-image: url("../image/btn_zoom_out_off.png");
}
.zoom_area .zoom_btn.out.on {
    background-image: url("../image/btn_zoom_out_on.png");
}


.zoom_area .zoom_btn.in {
    right: 0;
    background-image: url("../image/btn_zoom_in_off.png");
}
.zoom_area .zoom_btn.in.on {
    background-image: url("../image/btn_zoom_in_on.png");
}



.game_area .game_bg {
    width: 1920px;
    height: 1020px;

    position: absolute;

    top: 0;
    left: 0;

    background-image: url("../image/bg_game.png");
}




.game_area .game_ellipse{
   
    position: absolute;
    top: 995px;
    left: 1730px;
    width: 108px;
    height: 16px;
    background-image: url("../image/game_ellipse.png");
}


.game_area .game_left_bg{
    width: 830px;
    height: 1159px;
    position: absolute;
    top: 112px;
    left: 21px;
    background-image: url("../image/game_left_bg.png");
}


.game_area .btn_sound_area{
    width: 73px;
    height: 73px;
    position: absolute;
    left: 56px;
    top: 145px;
}


.game_area .game_left_title{
    width: 324px;
    height: 67px;
    position: absolute;
    top: 111px;
    left: 274px;
    background-image: url("../image/game_left_title.png");
}
.game_idx {
    position: absolute;
    left: 598px;
    top: 140px;
}

.game_next_btn{
    position: absolute;
    left: 528px;
    top: 874px;
}


.content_top .progressTimer{
    width: 598px;
    height: 61px;
    position: absolute;
    top: 21px;
    left: 658px;
    background-image: url('../image/game/bg_progressbar.png');
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.progressTimer .timer_icn{
    display: flex;
    width: 75px;
    height: 75px;
    padding: 4px 4px 2px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    top: -13px;
    left: -55px;
    background-image: url('../image/game/img_timer.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}

.progressTimer .progressTimer_fill{
    width: 580px;
    height: 42px;
    position: absolute;
    top: 8px;
    left: 7px;
    border: 2px solid #FFFCB0;
    background: #FFE914;
}

.progressTimer .progressTimer_fill.timeover{
    border:none;
}

.progressTimer .progressTimer_text{
    color: #ffffff;
    text-align: center;
    font-family: Jalnan;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
    margin-top:8px;
}
#gameContainer .progressTimer #pTimer_text{
    z-index:2;
    margin-top:6px;
}
#gameContainer .progressTimer #pTimer_text_ver2{
    position:absolute;
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: #5A21B7;
}




.game_quiz_area{
    width: 320px;
    height: 259px;
    background-image: url("../image/game/selection.png");
}

.game_quiz_area.on{
    width: 317px;
    height: 259px;
    background-image: url("../image/game/selection_touch.png");
}

.game_quiz_area .text_area{
    position: absolute;
    font-family: Jalnan;
    top: 215px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    width: 100%;
}

.game_quiz_area .text_area.on{
    position: absolute;
    color: #ffffff;
    font-family: Jalnan;
    top: 215px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    width: 100%;
}



.game_quiz_area .icon_area{
    position: absolute;
    left:7px;
    top:7px;
    /* border: 1px solid red; */
    width: 306px;
    height: 193px;
}

.icon_area.ball{
    background-image: url("../image/game/1selection_ball.png");
}


.icon_area.conhat{
    background-image: url("../image/game/1selection_conhat.png");
}

.icon_area.rectangle{
    background-image: url("../image/game/1selection_rectangle.png");
}

.icon_area.star{
    background-image: url("../image/game/1selection_star.png");
}


.icon_area.selection_green{
    background-image: url("../image/game/2selection_green.png");
}

.icon_area.selection_dark{
    background-image: url("../image/game/2selection_dark.png");
}
.icon_area.selection_yellow{
    background-image: url("../image/game/2selection_yellow.png");
}
.icon_area.selection_white{
    background-image: url("../image/game/2selection_white.png");
}


.icon_area.selection_pool{
    background-image: url("../image/game/3selection_pool.png");
}

.icon_area.selection_crater{
    background-image: url("../image/game/3selection_crater.png");
}

.icon_area.selection_mount{
    background-image: url("../image/game/3selection_mount.png");
}
.icon_area.selection_bumpy{
    background-image: url("../image/game/3selection_bumpy.png");
}





.game_quiz_area.quiz_1{
    position: absolute;
    left: 118px;
    top: 347px;
}

.game_quiz_area.quiz_2{
    position: absolute;
    left: 446px;
    top: 347px;
}
.game_quiz_area.quiz_3{
    position: absolute;
    left: 118px;
    top: 611px;
}
.game_quiz_area.quiz_4{
    position: absolute;
    left: 446px;
    top: 611px;
}




.game_area .game_right{
    position: absolute;
    top: 170px;
    left: 865px;
}
.game_area .game_center{
    position: absolute;
    top: 66px;
    left: 452px;
}



.img_character_painter{
    position: absolute;
    top: 720px;
    left: 1639px;
}


.game_quiz_selected_area{
    position: absolute;
}

.result_fail{
    position: absolute;
    top: 0px;
    left: 0px;
    
}

.result_btn{
    position: absolute;
    top: 862px;
    left: 840px;
}

.game_restart_btn{
    position: absolute;
    top: 820px;
    left: 612px;
}

.game_close_btn{
    position: absolute;
    top: 820px;
    left: 962px;
}




.result_img_character_painter{
    position: absolute;
    top: 615px;
    left: 1227px;
}

.game_bubble_text{
    position: absolute;
    top: 363px;
    left: 1311px;
}

.result_dim{
    position: absolute;
    background: black;
    opacity: 0.7;
    width: 1920px;
    height: 1020px;
}

.fail_text{
    position: absolute;
    top: 484px;
    left: 278px;
    width: 1364px;
    height: 322px;
    background-image: url("../image/game/fail_text.png");
}

.fail_bubble{
    position: absolute;
    left: 417px;
    top: 148px;
    width: 281px;
    height: 120px;
    background-image: url("../image/game/fail_bubble.png");
}

.fail_moon{
    position: absolute;
    top: 99px;
    left: 721px;
    width: 480px;
    height: 372px;
    background-image: url("../image/game/fail_moon.png");
}

.fail_character{
    position: absolute;
    top: 241px;
    left: 561px;
    width: 257px;
    height: 243px;
    background-image: url("../image/game/fail_character.png");
}


.success_img{
    position: absolute;
    top: 66px;
    left: 650px;
    width: 984px;
    height: 730px;
    background-image: url("../image/game/success_img.png");
}



.timeover_img{
    position: absolute;
    top: 97px;
    left: 503px;
    width: 913px;
    height: 736px;
    background-image: url("../image/game/timeover_img.png");
}



.game_sub_title_area{
    position: absolute;
    top: 238px;
    left: 117px;
    width: 636px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.game_sub_title_area.up{
    top: 258px;
}






.loading_area .loading_img {
    width: 428px;
    height: 231px;

    position: absolute;

    top: 318px;
    left: 716px;

    background-image: url("../image/img_loading_chr.png");
}

.loading_area .loading_text_area {
    width: 250px;
    height: 53px;

    position: absolute;

    right: 814px;
    bottom: 389px;
}
.loading_area .loading_text_area > img{
    width: 250px;
    height: 53px;
    position: absolute;
}
.loading_area {
    z-index: 9999;
}
.loading_area .loading_text_area > img:nth-child(2){
    opacity: 0;
}
.loading_area .loading_text_area > img:nth-child(3){
    opacity: 0;
}
.loading_area .loading_text_area > img:nth-child(4){
    opacity: 0;
}

.loading_area .loading_text_area.step2 > img:nth-child(1){opacity: 0;}
.loading_area .loading_text_area.step2 > img:nth-child(2){opacity: 1;}
.loading_area .loading_text_area.step2 > img:nth-child(3){opacity: 0;}
.loading_area .loading_text_area.step2 > img:nth-child(4){opacity: 0;}

.loading_area .loading_text_area.step3 > img:nth-child(1){opacity: 0;}
.loading_area .loading_text_area.step3 > img:nth-child(2){opacity: 0;}
.loading_area .loading_text_area.step3 > img:nth-child(3){opacity: 1;}
.loading_area .loading_text_area.step3 > img:nth-child(4){opacity: 0;}

.loading_area .loading_text_area.step4 > img:nth-child(1){opacity: 0;}
.loading_area .loading_text_area.step4 > img:nth-child(2){opacity: 0;}
.loading_area .loading_text_area.step4 > img:nth-child(3){opacity: 0;}
.loading_area .loading_text_area.step4 > img:nth-child(4){opacity: 1;}



#planet3DViewer{
    position: absolute;
    width: 1920px; height: 1020px;
    top: 0px;
  }

  .dragzone{
    position: absolute;
    top: 164px;
    left: 514px;
    width: 700px;
    height: 700px;
    /* border: 1px solid red; */
}



/* 기본 스크롤바 스타일 */
.os-theme-custom > .os-scrollbar {
    width: 20px !important;  /* 스크롤바 너비 */
    /*height: 22px !important; !* 가로 스크롤바 높이 *!*/
    background: #989AC3 !important; /* 트랙(배경) 색상 */
    border-radius: 8px !important;
    border: 0px solid #9093C9 !important; /* 테두리 추가 */
    opacity: 0.85 !important;
}

/* 스크롤바 핸들(스크롤 이동하는 부분) */
.os-theme-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background-color: #7F4AEF !important; /* 스크롤바 색상 */
    border-radius: 8px !important;
    /* border: 2px solid transparent !important; */
    background-clip: padding-box;
    cursor: pointer;
}

/* 스크롤바 트랙(배경) 스타일 */
.os-theme-custom > .os-scrollbar-track {
    background: #989AC3 !important;
    border-radius: 8px !important;
    border: 2px solid #9093C9 !important;
}