#common_unity{
    overflow-y: scroll; /* 세로 스크롤 동작 유지 */
    -ms-overflow-style: none; /* IE 및 Edge */
    scrollbar-width: none; /* Firefox */  
}

#common_unity::-webkit-scrollbar {
    display: none; /* WebKit 기반 브라우저 (Chrome, Safari, Edge) */
  }


  #three-canvas {
    background: transparent !important;
    opacity: 1;
    pointer-events: auto;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -50px;
    left: 0;
    z-index: -1;
    display: block;
}

#three-canvas.on{
    opacity: 1;
    pointer-events: auto;
    width: 100vw;
    height: 100vh;
}

.planet-view canvas {
    width: 100%;
    height: 100%;
    display: block;
    overflow:visible;
}
.planet-view{
    position:absolute;
    top: 321px;
    left: 640px;
    width: 1920px;
    height: 1020px;
    cursor:pointer;
    overflow:visible;
    /*border:1px solid red;*/
}



.img-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0.3;
}

.img-solar-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 1;

}


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

}

.display_hidden {
    display: none !important;

    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: 25px;
    left: 85px;

}



.intro_sound_area{
    position: absolute;
    top: 25px;
    left: 85px;

}

.icon_intro_area .intro_sound_area > img {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
}
.icon_intro_area .intro_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;
    z-index: 998;
}

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


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

.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_area.select9 > img:nth-child(9) {opacity: 1;}
.tutorial_area.select10 > img:nth-child(10) {opacity: 1;}
.tutorial_area.select11 > img:nth-child(11) {opacity: 1;}



.select7_1{
    position: absolute;
    top: 402px;
    left: 304px;
}


.select7_2_2{
    position: absolute;
    top: 126px;
    left: 26px;
}

.select7_2_1{
    position: absolute;
    top: 41px;
    left: 170px;
}


.select7_3_1{
    position: absolute;
    top: 383px;
    left: 892px;
}


.select7_3_2{
    position: absolute;
    top: 683px;
    left: 1304px;
}





.tutorial_container_area .arrow_left {
    position: absolute;
    width: 49px;
    height: 84px;
    top: 914px;
    left: 645px;
    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_purple.png");
}

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

    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");

}



#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;
}


/* .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: 712px;
    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 .feature_menu .small_type {
    display: none;
}

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

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

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



#contentContainer .feature_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 .feature_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 .feature_menu .small_type .arrow_left.on {
    background-image: url("../image/icn_arrorw_prev_on_purple.png");
}


.contentContainer{
    background-image: url("../image/main_bg.png");
}

#contentContainer .feature_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 .feature_menu .small_type .arrow_right.on {
    background-image: url("../image/icn_arrorw_next_on.png");
}


#contentContainer .feature_menu .image_content_area .image_content_list > img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


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




#contentContainer .feature_menu .small_type .navi_group {
    width: 1108px;
    position: absolute;
    top: 686px;
    left: 491px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#contentContainer .feature_menu .small_type .navi_area {
    /* position: absolute;
    bottom: 316px;
    left: 952px; */

    height: 18px;
    text-align: center;
    gap: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


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

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




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

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




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

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

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

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

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

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

#contentContainer .feature_menu .small_type .image_content_area .text_area .subTitle.fontTiny
{
    font-size: 33px;
}

#contentContainer .feature_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 .feature_menu.on .image_content_area .text_area > div:nth-child(1) {opacity: 1;}



#contentContainer .feature_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 .feature_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 .feature_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 .feature_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 .feature_menu .small_type .info_area .info_contents_area .text_area::-webkit-scrollbar {
    width: 22px;
}



#contentContainer .feature_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;
}
#contentContainer .feature_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 .feature_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 .feature_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 .feature_menu .small_type .info_area .info_contents_area.play_1 .text_area .text_info:nth-child(1) {
    color: #FF430F;
}
#contentContainer .feature_menu .small_type .info_area .info_contents_area.play_2 .text_area .text_info:nth-child(2) {
    color: #FF430F;
}
#contentContainer .feature_menu .small_type .info_area .info_contents_area.play_3 .text_area .text_info:nth-child(3) {
    color: #FF430F;
}
#contentContainer .feature_menu .small_type .info_area .info_contents_area.play_4 .text_area .text_info:nth-child(4) {
    color: #FF430F;
}



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

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




#contentContainer .feature_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 .feature_menu .big_type .navi_group {
    width: 1551px;
    position: absolute;
    bottom: 83px;
    left: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#contentContainer .feature_menu .big_type .navi_area {
    /* position: absolute;
    bottom: 83px;
    left: 958px; */

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


#contentContainer .feature_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 .feature_menu .big_type .arrow_left.on {

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

#contentContainer .feature_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 .feature_menu .big_type .arrow_right.on {
    background-image: url("../image/icn_arrorw_next_on.png");
}


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

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


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

#contentContainer .feature_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 .feature_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 .feature_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 .quiz_1 .question_area > img:nth-child(1){
    opacity: 1;
}
#contentContainer .quiz_menu.complete_flag .quiz_1 .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.answer {
    top: 415px;
    background-image: url("../image/ox_x_correct.png");
    pointer-events: none;
    cursor: none;
}



#contentContainer .quiz_menu.complete_flag .answer_o.answer {
    top: 415px;
    background-image: url("../image/ox_o_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;
    z-index: -1;
}

.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 .title_area.fail{
    background-image: url("../image/popup_game_start_incomplete00.png");
}
.game_info_area .title_area.success{
    background-image: url("../image/popup_game_start_complete.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");
}





.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: 344px;
    top: 430px;

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

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

    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);
}



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



#contentContainer .content_area .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_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;
}




.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");
}

.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;}





#draggable {
    width: 3840px;
    height: 2160px;
    background-image: url("../image/content_bg_test.png");
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: grab;
  }


/* MiniMap */
#minimap {
    width: 609px;
    height: 326px;
    position: absolute;
    left: 1308px;
    top: 692px;
    background-image: url("../image/minimap.png");
    overflow: hidden;
  }
  

  #minimap #minimap-view {
    width: 70px; /* 500 / (2000/150) */
    height: 70px; /* 500 / (2000/150) */
    background: rgba(204, 69, 16, 0.3);
    border: 1px solid #FF430F;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* Boxes for Draggable */
 

 .vivassam_character{
    width: 375px;
    height: 410px;
    background-image: url("../image/vivassam_c.png");
    position: absolute;
    left: 625px;
    top: 368px;

 }

 .icon_intro_area.intro_1 .intro_div{
    width: 621px;
    height: 304px;
    background-image: url("../image/popup_start_guid_01.png");
    position: absolute;
    left: 533px;
    top: 510px;
 }

 .icon_intro_area.intro_2 .intro_div{
    width: 621px;
    height: 304px;
    background-image: url("../image/popup_start_guid_02.png");
    position: absolute;
    left: 502px;
    top: 405px;
 }

 .icon_intro_area.intro_3 .intro_div{
    width: 621px;
    height: 304px;
    background-image: url("../image/popup_start_guid_03.png");
    position: absolute;
    left: 502px;
    top: 405px;
 }



 .icon_intro_area.intro_3 .btn_ok_s_icon{
    opacity: 1;
 }


.planet_temp_bg{
  background-image: url("../image/planet_temp_bg.png");

}


 .icon_intro_area{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
 }

 .icon_button_close_area{
    position: absolute;
    top: 31px;
    right: 32px;
}


.icon_intro_area .icon_prev_btn
{
    position: absolute;
    top: 238px;
    left: 101px;
}



.icon_intro_area .icon_next_btn
{
    position: absolute;
    top: 238px;
    left: 557px;
}


.btn_ok_s_icon{
    position: absolute;
    top: 699px;
    left: 737px;
    opacity: 0;

}

.ok_btn_s{
    position: absolute;
    top: 504px;
    left: 1019px;
    pointer-events: none;
    opacity: 0;

}


.no_btn_s{
    position: absolute;
    top: 504px;
    left: 1286px;
    opacity: 0;
    pointer-events: none;

}

.no_btn_sentence{
    position: absolute;
    top: 615px;
    left: 1287px;
    opacity: 0;
}

.content_area.video_menu video{
    position:absolute;
    /*width: 1320px;*/
    /*height: 743px;*/
    top:193px;
    left:391px;
}

.content_area .video_btn{
    position: absolute;
    width: 1320px;
    height: 743px;
    top: 193px;
    left: 391px;
    background-color:rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
}

.video_btn .video_icn{
    width: 190px;
    height: 198px;
}

.video_btn .video_icn_replay.replay{
    background-image: url("../image/icn_replay_big.png");
    background-repeat: no-repeat;
}
.video_btn .video_icn_replay.play{
    background-image: url("../image/icn_play_big.png");
    background-repeat: no-repeat;
}

video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button {
   display: none;
}

video::-webkit-media-controls-play-button,video::-webkit-media-controls-fullscreen-button  {
    transform: scale(1.4); /* 컨트롤의 크기를 1.5배 확대 */
    transform-origin: bottom center;
}

video::-webkit-media-controls-current-time-display,video::-webkit-media-controls-time-remaining-display{
    font-size:20px;
    margin-bottom:10px;
}

/* .show-controls 클래스가 있을 때만 controls 보임 */
.videoPlayer:not(.show-controls)::-webkit-media-controls {
  display: none;
}

.videoPlayer:not(.show-controls)::-moz-media-controls {
  display: none;
}

.videoPlayer:not(.show-controls)::-ms-media-controls {
  display: none;
}


.menu_area .title_area {
    position: absolute;
    top: 27px;
    left: 492px;
    display: flex;
    justify-content: center;
    text-align: center;
    /* margin-top: 51px; */
    width: 1108px;
}


.title_name_2{
    margin-top: 6px;
}
.title_group_0,
.title_group_1,
.title_group_2,
.title_group_3,
.title_group_4,
.title_group_5{
    display: flex;
    justify-content: space-between; /* 각 요소 사이를 동일한 간격으로 배치 */
    gap: 10px; /* 요소 간의 간격 */
}



.animaition_common_layer{
    position: absolute;
    width: 1920px;
    height: 1020px;
    border: 0;
}


/* * {
    outline: none;
    margin: 0;
}

body {
    overflow: hidden;
} */

#webgl-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 #controls {
    position: absolute; 

}




.btn_1{
    position: absolute;
    left: 1705px;
    top: 337px;
}

.btn_2{
    position: absolute;
    left: 1705px;
    top: 457px;
    
}


.btn_3{
    position: absolute;
    top: 561px;
    left: 1705px;
    
}
.controls .btn_2.select
{
    position: absolute;
    left: 1691px;
    top: 441px;
}

.controls .btn_3.select
{
    position: absolute;
    left: 1691px;
    top: 545px;
}

.controls .btn_1.select{
    position: absolute;
    left: 1691px;
}
.controls .btn_1 > img,
.controls .btn_2 > img,
.controls .btn_3 > img{
    position: absolute;
}
.controls .btn_1 > img:nth-child(1)  {opacity: 0;}
.controls .btn_1 > img:nth-child(2)  {opacity: 1;}

.controls .btn_1.select > img:nth-child(2)  {opacity: 0;}
.controls .btn_1.select > img:nth-child(1)  {opacity: 1;}


.controls .btn_2 > img:nth-child(1)  {opacity: 0;}
.controls .btn_2 > img:nth-child(2)  {opacity: 1;}

.controls .btn_2.select > img:nth-child(2)  {opacity: 0;}
.controls .btn_2.select > img:nth-child(1)  {opacity: 1;}



.controls .btn_3 > img:nth-child(1)  {opacity: 0;}
.controls .btn_3 > img:nth-child(2)  {opacity: 1;}

.controls .btn_3.select > img:nth-child(2)  {opacity: 0;}
.controls .btn_3.select > img:nth-child(1)  {opacity: 1;}




 .animation_guide_icon {
    width: 275px;
    height: 200px;
    position: absolute;
    top: 418px;
    right: 823px;
    background-image: url("../image/icn_360.png");
    pointer-events: none;

}
 


.ar_menu .camera_icon{  
    position: absolute;
    top: 830px;
    left:878px;
    width: 154px;
    height: 155px;
    background-image: url("../image/btn_camera_on.png");

}

.ar_menu .bg_change_btn{
    position: absolute;
    top: 32px;
    left:1596px;
    width: 300px;
    height: 84px;
    background-image: url("../image/bg_change_1.png");
}

.ar_menu .bg_change_btn.select{
height: 647px;
    background-image: url("../image/bg_change_2.png");
}







.ar_menu .select_box_group
{
    position: absolute;

}

.ar_menu .select_box_group.select > div {
    opacity: 1;
    pointer-events: auto;
    position: absolute;


}

.ar_menu .select_box_0,
.ar_menu .select_box_1,
.ar_menu .select_box_2,
.ar_menu .select_box_3
{
    opacity: 0;
    pointer-events: none;
}


.ar_menu div.active{
    border-radius:35px;
    border: 7px solid #FF8E08;
}
.ar_menu .select_box_0{
    position: absolute;
    top: 141px;
    left: 1616px;
    width: 244px;
    height: 146px;
}
.ar_menu .select_box_1{
    position: absolute;
    top: 313px;
    left: 1619px;
    width: 244px;
    height: 146px;
}
.ar_menu .select_box_2{
    position: absolute;
    top: 486px;
    left: 1617px;
    width: 248px;
    height: 146px;
}
.ar_menu .select_box_3{
    position: absolute;
    top: 658px;
    left: 1614px;
    width: 246px;
    height: 146px;
}


.image_bg,
.camera_bg{
    position: absolute;
    top: 0px;
    left:0px;
    width: 1920px;
    height: 1020px;
}

.illustration_image_bg{
    width: 1500px;
    height: 800px; 
    position: absolute;
    left: 214px;
    top: 47px;
    background-image: url("../image/bg_1.png");

}

#planet3DViewer_3{
    position: absolute;
    top: 48px;
    left: 214px;
    width: 1406px;
    height: 746px;
}

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


#webgl-container-2 {
    background: transparent; /* 투명 배경 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ar_menu .location_change_btn{
    position: absolute;
    top: 38px;
    left:1495px;
    width: 72px;
    height: 72px;
    background-image: url("../image/btn_move_off_purple.png");
}


.ar_menu .location_change_btn.on{
    background-image: url("../image/btn_move_on_purple.png");
}




.check_icon.show{
    position: absolute;
    top: 20px;
    width: 50px;
    height: 50px;
    background-image: url("../image/btn_ssam_stage_complete.png");

}

.game_info_check_icon.show{
    position: absolute;
    top: 320px;
    left: 637px;
    width: 50px;
    height: 50px;
    background-image: url("../image/btn_ssam_stage_complete.png");

}




#gameInfoContainer .game_menu_star,
.type_game .game_menu_star {
    width: 50px;
    height: 50px;
    background-image: url("../image/Check_stage_done.png");
    opacity: 0;
}

.type_game .game_menu_star.show {
    opacity: 1;
}

#gameInfoContainer .game_menu_star.show {
    opacity: 1;
}

#gameInfoContainer .game_menu_star.location1 {
    position: absolute;
    top: 320px;
    left: 621px;
}

#gameInfoContainer .game_menu_star.location2 {
    position: absolute;
    top: 320px;
    left: 678px;
}

#gameInfoContainer .game_menu_star.location3 {
    position: absolute;
    top: 320px;
    left: 736px;
}

#gameInfoContainer .game_menu_star.location4 {
    position: absolute;
    top: 320px;
    left: 793px;
}

#gameInfoContainer .game_menu_star.location5 {
    position: absolute;
    top: 320px;
    left: 850px;
}

#gameInfoContainer .game_menu_star.location6 {
    position: absolute;
    top: 320px;
    left: 907px;
}

#gameInfoContainer .game_menu_star.location7 {
    position: absolute;
    top: 320px;
    left: 965px;
}

#gameInfoContainer .game_menu_star.location8 {
    position: absolute;
    top: 320px;
    left: 1022px;
}

#gameInfoContainer .game_menu_star.location9 {
    position: absolute;
    top: 320px;
    left: 1080px;
}

#gameInfoContainer .game_menu_star.location10 {
    position: absolute;
    top: 320px;
    left: 1137px;
}



.type_game .game_menu_star.location1{
    position: absolute;
    top: 19px;
    left: 15px;
}


.type_game .game_menu_star.location2 {
    position: absolute;
    top: 19px;
    left: 77px;
}

.type_game .game_menu_star.location3 {
    position: absolute;
    top: 19px;
    left: 139px;
}

.type_game .game_menu_star.location4 {
    position: absolute;
    top: 19px;
    left: 201px;
}

.type_game .game_menu_star.location5 {
    position: absolute;
    top: 19px;
    left: 263px;
}

.type_game .game_menu_star.location6 {
    position: absolute;
    top: 19px;
    left: 325px;
}

.type_game .game_menu_star.location7 {
    position: absolute;
    top: 19px;
    left: 387px;
}

.type_game .game_menu_star.location8 {
    position: absolute;
    top: 19px;
    left: 449px;
}

.type_game .game_menu_star.location9 {
    position: absolute;
    top: 19px;
    left: 511px;
}

.type_game .game_menu_star.location10 {
    position: absolute;
    top: 19px;
    left: 574px;
}

.btn_ssame{
    position: absolute;
    top: 126px;
    left: 26px;
    width: 133px;
    height: 137px;
    background-image: url("../image/btn_ssam.png");

}
.map_btn_close{
    position: absolute;
    top: 4px;
    left: 566px;
    width: 36px;
    height: 36px;
    background-image: url("../image/map_btn_close.png");

}


.btn_ssame.show{
    background-image: url("../image/btn_ssam_show.png");

}

.guide_character
{ position: absolute;
    top: 211px;
    left: 217px;
    width: 1486px;
    height: 150px;
    background-image: url("../image/guide_character.png");

}

.guide_mouse
{ position: absolute;
    top: 434px;
    width: 365px;
    height: 160px;
    background-image: url("../image/guide_mouse.png");
    animation: move-left-right 1.5s linear infinite; /* 애니메이션 추가 */

}

.guide_mouse_2
{ position: absolute;
    top: 385px;
    width: 202px;
    height: 212px;
    background-image: url("../image/hand_4way.png");
    animation: move-left-right-2 1.5s linear infinite; 
    /* 애니메이션 추가 */

}

@keyframes move-left-right-2 {
    0% {
        left: 800px; /* 시작지점 */
    }
    50% {
        left: 950px; /* 오른쪽 끝  */
    }
    100% {
        left: 800px; /* 외쪽에서 오른쪽 완료되면 다시 시작지점 어디로 할건지 */
    }
}

@keyframes move-left-right {
    0% {
        left: 700px; /* 시작지점 */
    }
    50% {
        left: 850px; /* 오른쪽 끝  */
    }
    100% {
        left: 700px; /* 외쪽에서 오른쪽 완료되면 다시 시작지점 어디로 할건지 */
    }
}

.creature_group .creature_group_1{
    position: absolute;
    top: 200px;
    left: 200px;
}


.creature_group .creature_group_2{
    position: absolute;
    top: 200px;
    left: 400px;
}



.creature_group .creature_group_3{
    position: absolute;
    top: 200px;
    left: 600px;
}

.creature_group .creature_group_4{
    position: absolute;
    top: 200px;
    left: 800px;
}


.creature_group .creature_group_5{
    position: absolute;
    top: 200px;
    left: 1000px;
}

.creature_group .creature_group_6{
    position: absolute;
    top: 200px;
    left: 1200px;
}

.creature_group .creature_group_7{
    position: absolute;
    top: 200px;
    left: 1400px;
}

.creature_group .creature_group_8{
    position: absolute;
    top: 400px;
    left: 600px;
}



.creature_group .box{
    width: 170px;
    height: 170px;

}

.creature_group .box img{
    position: absolute;
}
.creature_group .box > img:nth-child(2){
    opacity: 0;
}

.creature_group .box.done > img:nth-child(2){
    opacity: 1;
}


.btn_minimap_icon{
    position: absolute;
    top: 921px;
    left: 1812px;
    width: 72px;
    height: 72px;
    background-image: url("../image/btn_minimap_icon.png");
}


.common_3d_viewer {
    width: 1920px;
    height: 1020px;
    /*background-image: url("../image/merged_image.png");*/
    left: 0;
    top: 0;
    position: absolute;
}


.button_marker {
    width: 110px;
    height: 136px;
}



.marker_group .button_marker.mountain {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_mount.png);
}

.button_marker.river {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_river.png);
}


.button_marker.sea {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_sea.png);
}


.button_marker.field {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_field.png);
}


.button_marker.lake {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_lake.png);
}

.button_marker.desert {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_desert.png);
}


.button_marker.iceberg {
    position: absolute;
    background-image: url(../image/earth/btn_spot_location_iceberg.png);
}








.marker_group .button_marker{
    opacity: 0;
    pointer-events: none;
    
}

.marker_group.location0 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
   left : 705px;
   top : 316px;
}

.marker_group.location0 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 883px;
    top : 197px;
 }
 
 .marker_group.location0 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 571px;
    top : 401px;
 }
 .marker_group.location0.animate .button_marker.mountain,
 .marker_group.location0.animate .button_marker.river,
 .marker_group.location0.animate .button_marker.sea {
    animation: blink 0.5s ease-in-out 3; /* 0.5초 동안 3번 반복 */

 }

 @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }


 .marker_group.location1 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
   left : 617px;
   top : 315px;
}

.marker_group.location1 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 775px;
    top : 199px;
 }
 
 
 .marker_group.location2 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
   left : 554px;
   top : 322px;
}

.marker_group.location2 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 681px;
    top : 199px;
 }


 .marker_group.location3 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 612px;
    top : 203px;
 }

 .marker_group.location5 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 1231px;
    top : 394px;
 }

 .marker_group.location6 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 1187px;
    top : 394px;
 }

 .marker_group.location6 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 1116px;
    top : 626px;
 }

 
 .marker_group.location7 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 1099px;
    top : 394px;
 }

 .marker_group.location7 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 1064px;
    top : 626px;
 }



 .marker_group.location8 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 988px;
    top : 394px;
 }

 .marker_group.location8 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 979px;
    top : 626px;
 }


 
 .marker_group.location9 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 860px;
    top : 394px;
 }

 .marker_group.location9 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 885px;
    top : 626px;
 }



 .marker_group.location10 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 740px;
    top : 394px;
 }

 .marker_group.location10 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 796px;
    top : 626px;
 }



 .marker_group.location11 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 641px;
    top : 394px;
 }

 .marker_group.location11 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 716px;
    top : 626px;
 }

 .marker_group.location11 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 1139px;
    top : 136px;
 }






 
 .marker_group.location12 .button_marker.desert {
    pointer-events: auto;
    opacity: 1;
    left : 568px;
    top : 394px;
 }

 .marker_group.location12 .button_marker.iceberg {
    pointer-events: auto;
    opacity: 1;
    left : 658px;
    top : 626px;
 }

 .marker_group.location12 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 1081px;
    top : 132px;
 }




 .marker_group.location13 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 1000px;
    top : 125px;
 }

 .marker_group.location13 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 1026px;
    top : 41px;
 }



 .marker_group.location13 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 1225px;
    top : 387px;
 }


 .marker_group.location14 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 908px;
    top : 124px;
 }

 .marker_group.location14 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 995px;
    top : 41px;
 }

 .marker_group.location14 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 1191px;
    top : 397px;
 }






 .marker_group.location15 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 815px;
    top : 126px;
 }

 .marker_group.location15 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 949px;
    top : 34px;
 }

 .marker_group.location15 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 1115px;
    top : 414px;
 }






 
 .marker_group.location16 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 731px;
    top : 129px;
 }

 .marker_group.location16 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 899px;
    top : 32px;
 }

 .marker_group.location16 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 1009px;
    top : 416px;
 }

 .marker_group.location16 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
    left : 1157px;
    top : 313px;
 }

 
 .marker_group.location17 .button_marker.lake {
    pointer-events: auto;
    opacity: 1;
    left : 663px;
    top : 133px;
 }

 .marker_group.location17 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 850px;
    top : 32px;
 }

 .marker_group.location17 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 901px;
    top : 420px;
 }

 .marker_group.location17 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
    left : 1062px;
    top : 313px;
 }
 .marker_group.location17 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 1161px;
    top : 201px;
 }

 


 .marker_group.location18 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 805px;
    top : 36px;
 }

 .marker_group.location18 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 777px;
    top : 420px;
 }

 .marker_group.location18 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
    left : 947px;
    top : 312px;
 }
 .marker_group.location18 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 1090px;
    top : 201px;
 }





 

 .marker_group.location19 .button_marker.field {
    pointer-events: auto;
    opacity: 1;
    left : 767px;
    top : 41px;
 }

 .marker_group.location19 .button_marker.sea {
    pointer-events: auto;
    opacity: 1;
    left : 668px;
    top : 414px;
 }

 .marker_group.location19 .button_marker.mountain {
    pointer-events: auto;
    opacity: 1;
    left : 826px;
    top : 313px;
 }
 .marker_group.location19 .button_marker.river {
    pointer-events: auto;
    opacity: 1;
    left : 993px;
    top : 199px;
 }


 .character_space{
    position: absolute;
    left: 109px;
    top: 356px;
    width: 163px;
    height: 103px;
    background: url('../image/_character_space_l.png') no-repeat center center / cover; /* 이미지 경로 설정 */
    transition: all 2s ease; /* 부드럽게 애니메이션 처리 */
    display: none;
 }

 
 .character_space.show{
    display: block;
 }


 .character_space.animate {
    left: 180px;
    top: 626px;
    width: 454px;
    height: 287px;
  }

  #planet3DViewer{
    position: absolute;
    width: 1920px; height: 1020px;
  }
  #planet3DViewer_2{
    position: absolute;
    width: 1920px; height: 1020px;
  }
/* select 클래스가 있는 요소만 노출 */
.quiz_menu .quiz_1,
.quiz_menu .quiz_2,
.quiz_menu .quiz_3,
.quiz_menu .quiz_4
{
  display: none; /* 기본적으로 숨김 */
}

.quiz_menu .quiz_1.select,
.quiz_menu .quiz_2.select,
.quiz_menu .quiz_3.select,
.quiz_menu .quiz_4.select
{
  display: block; /* select 클래스가 있을 때만 노출 */
  pointer-events: auto;
  opacity: 1;
}

.quiz_menu .quiz_2 .example_group{
    width: 1130px;
    height: 134px;
    background-image: url("../image/rectangle_white.png");
    display: flex;
    justify-content:center;
    align-items:center;
}

.quiz_menu .quiz_2 .example_group.hover_on:hover{
    background-image: url("../image/rectangle_hover.png");
  
}

.quiz_menu .quiz_2 .example_group.right{
    background-image: url("../image/rectangle_check.png");
  
}

.quiz_menu .quiz_2 .example_group.right .example_rectangle{
    background-image: url("../image/quiz_ellipse_right.png");
}
.quiz_menu .quiz_2 .example_group.right .example_rectangle_text{
    color: #F02656;
}

.quiz_menu .quiz_2 .example_rectangle{
    position: absolute;
    left: 34px;
    width: 68px;
    height: 68px;
    background-image: url("../image/quiz_ellipse.png");
    display: flex;
    justify-content:center;
    align-items:center;
}





.quiz_menu .quiz_4 .example_group{
    width: 398px;
    height: 336px;
    background-image: url("../image/rectangle_white_1.png");
    display: flex;
    justify-content:center;
    align-items:center;
}

.quiz_menu .quiz_4 .example_group.hover_on:hover{
    background-image: url("../image/rectangle_hover_1.png");
  
}

.quiz_menu .quiz_4 .example_group.right{
    background-image: url("../image/rectangle_check_1.png");
  
}

.quiz_menu .quiz_4 .example_group.right .example_rectangle{
    background-image: url("../image/quiz_ellipse_right.png");
}
.quiz_menu .quiz_4 .example_group.right .example_rectangle_text_1{
    color: #F02656;
}


.example_rectangle_text_1{
    color: var(--black, #161414);
    font-family: "Noto Sans KR";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.28px;
    text-align: center;
}



.quiz_menu .quiz_4 .example_group:nth-child(2)
{
    position: absolute;
    top: 515px;
    left: 323px;
}



.quiz_menu .quiz_4 .example_group:nth-child(3)
{
    position: absolute;
    top: 515px;
    left: 851px;
}

.quiz_menu .quiz_4 .example_group:nth-child(4)
{
    position: absolute;
    top: 515px;
    left: 1379px;
}



.quiz_menu .quiz_4 .example_rectangle{
    position: absolute;
    left: 32px;
    top: 30px;
    width: 68px;
    height: 68px;
    background-image: url("../image/quiz_ellipse.png");
    display: flex;
    justify-content:center;
    align-items:center;
}




.example_rectangle_num{
    color: #FFF;
    font-family: Jalnan;
    font-size: 42px;
    font-style: normal;
    line-height: normal;
    position: absolute;
    top: 13px;
}

.example_rectangle_text{
    color: var(--black, #161414);
    font-family: "Noto Sans KR";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.28px;
    position: absolute;
    left: 155px;
    width: 800px;
    top:15px;
}

#contentContainer .quiz_menu.complete_flag .img_example_group{
    pointer-events: none;
    cursor: none;
}


#contentContainer .quiz_menu.complete_flag .example_group{
    pointer-events: none;
    cursor: none;
}


.quiz_menu .quiz_2 .example_group:nth-child(2)
{
    position: absolute;
    top: 461px;
    left: 475px;
}



.quiz_menu .quiz_2 .example_group:nth-child(3)
{
    position: absolute;
    top: 635px;
    left: 475px;
}

.quiz_menu .quiz_2 .example_group:nth-child(4)
{
    position: absolute;
    top: 809px;
    left: 475px;
}


.img_example_group{
    width: 422px;
height: 440px;
}



.quiz_menu .quiz_3 > div:nth-child(2)
{
    position: absolute;
    top: 438px;
    left: 310px;
}



.quiz_menu .quiz_3 > div:nth-child(3)
{
    position: absolute;
    top: 438px;
    left: 844px;
}

.quiz_menu .quiz_3 > div:nth-child(4)
{
    position: absolute;
    top: 438px;
    left: 1378px;
}


.img_o_quiz{
    position: absolute;
    top: 4px;
    left: 3px;
    width: 115px;
    height: 115px;
    background-image: url("../image/img_o_quiz.png");
    display: none;
}


#illustration_area{
    background: #F5F5F3;
}

.clone_bg{
    width: 1000px;
    height: 800px;
    position: absolute;
    left: 214px;
    top: 47px;
}

.btn_save_small_purple{
    position: absolute;
    left: 1643px;
    top: 10px;
    width: 276.8px;
height: 136px;
background-image: url("../image/btn_save_small_purple.png");

}


.btn_popup_alert{
    position: absolute;
    bottom: 816px;
    left: 620px;
    width: 256px;
height: 201px;
background-image: url("../image/btn_popup_alert.png");

}

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



.btn_ok_s{
    position: absolute;
    top: 804px;
    left: 768px;
    background-image: url("../image/btn_ok_s.png");
    width: 209px;
    height: 102px; 
}


.animation_guide_icon {
    width: 275px;
    height: 200px;
    position: absolute;
    top: 418px;
    right: 823px;
    background-image: url("../image/icn_360.png");
    pointer-events: none;

}




/* 기본 스크롤바 스타일 */
.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;
}



.content_area_active {
    z-index: 1;

}




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

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




