@font-face {
    font-family: 'MaplestoryOTFBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/MaplestoryOTFBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'MaplestoryOTFBold', 'Press Start 2P', cursive;
    box-sizing: border-box;
    
}

body {
    background-color: #fffae6;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: url('../img/cursor_hand.png'),auto;
}


/* loading */
.loading-page { width: 100%; height: 100%; height: 100vh; background:#111; position: absolute;  top: 0px; left: 0;z-index: 999999999; overflow: hidden;}
.loading-gif { width: 100%; height: 100%; position: absolute; top: 50%; margin-top: -100px;  }
.load_ment { font-size: 16px;font-weight: bold;color: #fff;opacity: 0.5;text-align: center;margin-bottom: 10px; letter-spacing: 5px;}
.spinner {margin: 0px auto;width: 70px; text-align: center; }
.spinner > div {width: 18px;height: 18px;background: #fff; background: rgba(255,255,255,0.5);
border-radius: 100%;display: inline-block;-webkit-animation: sk-bouncedelay 1.4s infinite ase-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-ms-animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {  -webkit-animation-delay: -0.32s; -ms-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 {  -webkit-animation-delay: -0.16s; -ms-animation-delay: -0.16s;  animation-delay: -0.16s;}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
  -webkit-transform: scale(0)
  }
  40% {
  -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.after-load { }
/* loading */
.interactive-header{
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    background: #ffffff;
    opacity: 0.6;
    display: none;
}

/* Header */
.header {position: fixed;padding: 0px 7px;box-sizing: border-box;top: 0px; left: 0px; width: 100%; height:  32px; z-index: 12;     background: #000; }
.headerWrap { width: 100%; height: 100%; }
.header_container { margin: 0 auto; width: 100%; height: 100%; position: relative; overflow: hidden; }
.khan_btn { float: left; /* transition:all 0.5s ease 0s; */     height: 40px;}
.khan_btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.khan_btn img {
    height: 20px;
    margin-top: 4px;
    opacity: 1;
    margin-top: 5px;
    margin-left: 10px;
}
.khan_btn:hover { opacity: 1; }
.share_bx { float: right;position: relative; top: -3px; }
.share_bx span {position: relative;  width: 22px; height: 40px; display: inline-block; display: inline; zoom:1; cursor: pointer; }
.share_bx span img { transition:all 0.4s ease 0s; opacity: 0.8; filter: alpha(opacity = 80); width: 24px; }
.share_bx span:hover > a > img { opacity:1; filter: alpha(opacity = 100); }
.top-title {  position: absolute; left: 50%; margin-left: -60px; width: 120px; height: auto;  }
.top-title img {  width: 120px; margin-top: 12px; opacity:0.5; }
.share_bx span .user-count { position: absolute; bottom: 18px; left: -20px; font-size: 13px;  color: #b2b2b2;font-style: normal; letter-spacing: 0px; }
.share_bx span:hover > img { opacity:1; filter: alpha(opacity = 100); }

.page-title { 
    width: 130px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    opacity: 1;
    color: #fff;
    line-height: 30px;
    margin: 0 auto;
    float: right;
    color: #000;
}
.share_bx span.reco-plus {display:none;}

h1 {
    margin: 0;
}

button {
    border: 0;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #ddd;
}

#container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    align-items: center;
    background-color: #fffae6;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9998 !important;
    display: flex;
    align-items: center;
}


#gameOutro{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    z-index: 9998 !important;
    margin: 0 auto;
    background-color:#2d2d2d;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    display: none;
}
#gameOutro .gameOutro_title{
    width: 100%;
    height: 100%;
    background-color: #aadae3;
    position: absolute;
    top: 0;
    z-index: 9999;
    background-image: url('../img/intro_bg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.outro_title_wrap{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
.outro_title_bg{
    width: 90%;
    width: 100%;
}
.outro_title_go_1{
    width: 40%;
    position: absolute;
    left: 27%;
    left: 30%;
    top: 7%;
    display: none;
}
.outro_title_diclevil{
    position: absolute;
    top: 47%;
    top: 17%;
    width: 90%;
    left: 5%;
    display: none;
}
.ending_word_other_games{
    text-align: center;
    margin: 0 auto;
    background: #fff;
    width: 320px;
    height: 100px;
    position: absolute;
    left: calc(50% - 160px);
    top: 90%;
    top:calc(50% - 50px);
    font-size: 25px;
    border-radius: 35px;
    border: 3px solid #2c5d7c;
    line-height: 37px;
    display: none;
    cursor: pointer;
    padding-top: 10px;
}
.ending_word_other_games span{
    color: #083451;
}


#gameIntro{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    z-index: 9999 !important;
    margin: 0 auto;
    background-color:#2d2d2d;
    box-sizing: border-box;
    position: absolute;
    text-align: center;

}
#gameIntro .gameIntro_title{
    width: 100%;
    height: 100%;
    background-color: #aadae3;
    position: absolute;
    top: 0;
    z-index: 9999;
    background-image: url('../img/intro_bg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.intro_title_wrap{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro_title_bg{
    width: 90%;
    width: 100%;
}
.intro_title_go_1{
    width: 40%;
    position: absolute;
    left: 27%;
    left: 30%;
    top: 7%;
    display: none;
}
.intro_title_go_2{
    width: 20%;
    position: absolute;
    right: 27%;
    right: 30%;;
    top: 20%;
    transform: rotate(9deg);
    left: unset;
    display: none;
}
.intro_title_diclevil{
    position: absolute;
    top: 47%;
    top: 17%;
    width: 90%;
    left: 5%;
    display: none;
}
.intro_subtitle{
    position: absolute;
    top: 47%;
    top: 36%;
    width: 60%;
    left: 20%;
    display: none;
}
.gamestart_btn{
    text-align: center;
    margin: 0 auto;
    background: #fff;
    width: 200px;
    height: 70px;
    position: absolute;
    left: calc(50% - 100px);
    top: 90%;
    top:45%;
    font-size: 25px;
    border-radius: 35px;
    border: 3px solid #2c5d7c;
    line-height: 66px;
    display: none;
    cursor: pointer;
}
.gamestart_btn span{
    color: #083451;
}
#gameIntro .make-id-paenl{
    width: 100%;
    height: 100%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    background-image: url('../img/intro_bg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #aadae3;
    display: none;
}
.make_id{
    height: 40px;
    position: relative;
    width: 200px;
    margin: 0 auto;
}
#userName{
    width: 142px;
    height: 40px;
    border-radius: 20px 0 0 20px;
    border: 2px solid #000;
    margin: 0 auto;
    padding: 0 0 0 20px;
    position: absolute;
    left: 0;
    color: #083451 !important;
    text-align: center;
}
#USER_ID_CONF{
    width: 60px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    margin: 0 auto;
    margin-left: -6px;
    border: 2px solid #000;
    padding: 0;
    position: absolute;
    right: 0;
    background-color: #ffcc00;
    background-color: #2c5d7c;
    color: #fff;
}
.make_id_wrap{
    position: absolute;
    width: 70%;
    left: 15%;
    /* font-size: 19px; */
    top: 24%;
}
.intro_makeIdpn_bg{
    position: absolute;
    width: 100%;
    left: 0%;
    top: 15%;
}
#gameSystem_ttwrap{
    width: 100%;
    height: 70px;
}
#gameSystem{
    width: 100%;
    height: 70px;
    height: 61px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: absolute;
    top: 0px;
    font-size: 13px;
    z-index: 9995;
}
#gameSystem .minimap{
    float: left;
    width: 14%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffcc00;
    border: 3px solid #000;
    border-radius: 15px;
    margin-right: 1%;
    overflow: hidden;
}
#gameSystem_shadow{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    font-size: 13px;
    z-index: 9994;
}
.minimap_shadow{
    float: left;
    width: 14%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    margin-right: 1%;
}
.now_place_shadow{
    float: left;
    width: 34%;
    width: 29%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    margin-right: 1%;
    /* display: flex; */
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 21px;
}
.mission_wrap_shadow{
    float: right;
    width: 50%;
    width: 55%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
}
#gameSystem .minimap .minimap_img{
    /* width: 80%; */
    margin: 0 auto;
    text-align: center;
    /* margin-left: 0%; */
    margin-top: 1%;
    height: 34px;
    height: 40px;
    display: block;
    border-radius: 15px;
    margin-top: 7px;
    height: 30px;
    margin-top: 2px;
    height: 38px;
    margin-top: 7px;
}
#gameSystem .minimap .minimap_span{
    
}
#gameSystem .now_place{
    float: left;
    width: 34%;
    width: 29%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffcc00;
    border: 3px solid #000;
    border-radius: 15px;
    margin-right: 1%;
    /* display: flex; */
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-top: 15px;
    font-size: 21px;
    padding-top: 20px;
    font-size: 14px;
    padding-top: 17px;
    font-size: 19px;
}
#gameSystem .mission_wrap{
    float:right;
    width: 50%;
    width: 55%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffcc00;
    border: 3px solid #000;
    border-radius: 15px;
}
#gameSystem .mission_wrap .mission_imgs{
    padding-top: 1%;
}
#gameSystem .mission_wrap .mission_imgs .mission_img{
    height: 25px;
    height: 30px;
    display: inline-block;
    width: 25px;
    width: 30px;
    border: 3px solid #000;
    border-radius: 50%;
    /* overflow: hidden; */
    background: #fff;
    cursor: pointer;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.mission_img img{
    width: 104%;
    opacity: 0.6;
    opacity: 1;
    margin-left: -2%;
    margin-top: -2%;
}
.mission_imgs_ul{
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.mission_imgs_li{
display: inline-block;
    width: calc(98% / 6);
    padding: 0;
    margin: 0;
    height: 100%;
    padding-top: 10px;
    cursor: pointer;
}
#itemNsound{
    width: calc(100% - 20px);
    height: 36px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    top: 80px;
    /* font-size: 13px; */
    z-index: 9996;
    margin: 10px;
}
#itemNsound .item_inventory{
    float: left;
    /* width: 14%; */
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    /* animation-name: tilt_shaking; */
    animation-duration: 0.25s;
    /* animation-fill-mode: forwards; */
    animation-iteration-count: infinite;
}
@keyframes tilt_shaking {
    0% { transform: rotate(0deg); height: 105%;}
    25% { transform: rotate(10deg); height: 105%;}
    50% { transform: rotate(0deg);height: 105%; }
    75% { transform: rotate(-10deg); height: 105%;}
    100% { transform: rotate(0deg); height: 100%;}
  }
#itemNsound .item_inventory img{
    height: 100%;
    padding: 2px;
}

#itemNsound .game-opt-setting{
    float: right;
    /* width: 14%; */
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.sound-panel {
    width: 100%;
    height: 100%;
}

.game-opt-setting span{
    display: none;
}

.game-opt-setting img {
    height: 100%;
}

.game-opt-setting span.on{
    display: block;
    margin: 0 auto;
    padding: 2px;
    width: 100%;
    height: 100%;
}

#gameWrap {
    margin: 0 auto;
    background-color: #fffae6;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
}

#gameView {
    display: block;
    /* position: absolute; */
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
#gameView .dial_next_btn_ttwrap{
    position: absolute;
    bottom: 20px;
    bottom: -55px;
    bottom: -62px;
    right: 10px;
    border: 3px solid #000;
    border-radius: 15px;
    z-index: 9999 !important;
    display: none;
    width: 70px;
    height: 40px;
    line-height: 27px;
    font-size: 20px;
}
.dial_next_btn_ttwrap_shadow{
    position: absolute;
    bottom: 12px;
    bottom: -62px;
    right: 10px;
    border: 3px solid #000;
    border-radius: 15px;
    z-index: 9999 !important;
    display: none;
    background-color: #007a4a;
    width: 70px;
    height: 40px;
}
#gameView .dial_next_btn_ttwrap .dial_gonext{
    border-radius: 10px;
    background: #00c38b;
    color: #fff;
    letter-spacing: 1px;
    /* width: 70px; */
    /* height: 35px; */
    width: 100%;
    height: 100%;
    line-height: 27px;
    font-size: 20px;
    display: inline-block;
    word-break: keep-all;
    margin: 0 auto;
    padding: 0;
}
#leftMove {
    position: absolute;   
    top : 0;
    left : 0;
    width : 20%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}

#rightMove {
    position: absolute;   
    top : 0;
    right : 0;
    width : 20%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}

#topMove {
    position: absolute;   
    top : 0;
    left : 0;
    width : 100%;
    height: 20%;
    z-index: 99;
    opacity: 0;
}

#bottomMove {
    position: absolute;   
    bottom : 0;
    left : 0;
    width : 100%;
    height: 20%;
    z-index: 99;
    opacity: 0;
}

#overlappingDiv {
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10;  
}

#drawingArea {
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    border-radius: 15px;
}

#characterDialogueBox {
    background-color: #fffae6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.characterDialogueBox_mentbg{
    background-color: #000;
    height: 50%;
    width: 100%;
    border: 3px black solid;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-image: url('../img/bg_s2.png');
    background-size: cover;
    background-position: center;
}
.characterDialogueBox_text_profile_img{
    width: 36%;
    position: absolute;
    left: 7%;
    bottom: 0;
    animation-name: profile_img_float;
    animation-duration:1s;
    animation-duration: leaner;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-fill-mode: forwards;
}

@keyframes profile_img_float {
    0% {
        bottom: -10px;
    }
    50%{
        bottom: -5px;
    }
    100% {
        bottom: -10px;
    }
  }
.characterDialogueBox_text_ttwrap{
    height: 47%;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
}
.characterDialogueBox_text_profile_name_ttwrap{
    width: 53%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 40px 40px 0 0;
    height: 100%;
    border: 3px black solid;
    border-bottom: none;
}
.characterDialogueBox_text_profile_name_top{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 10%;
    width: 90%;
    height: 80%;
    background: #00c38b;
    display: inline-block;
    border-radius: 30px 30px 0 0;
    margin-top: 5%;
    color: #fff;
    letter-spacing: 1px;
}
.characterDialogueBox_text_profile_name_btm{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.characterDialogueBox_text_profile_ttwrap{
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9995 !important;
}
.characterDialogueBox_text_ment_ttwrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 22px;
    line-height: 28px;
    z-index: 9995 !important;
    z-index: 9996 !important;
    background: #fff;
    border: 3px black solid;
    border-radius: 40px 0 40px 40px;
    display: flex;
    align-items: center;
    text-align: left;
    word-break: keep-all;
}
#userInterface {
    display: none;
}

#health_bar_enemy {
    background-color: white;
    width: 250px;
    position: absolute;
    top: 50px;
    left: 50px;
    border: 4px black solid;
    padding: 12px;

}

#health_bar_enemy > h1 {
    font-size: 16px;
}

#health_bar_enemy > h1 > div {
    position: relative;
}

#health_bar_enemy > div {
    position: relative;
}

.health_bar_base {
    height: 5px;
    background-color: #ccc; 
    margin-top: 10px;
}

#enemyHealthBar {
    height: 5px;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#health_bar_player {
    background-color: white;
    width: 250px;
    position: absolute;
    top: 330px;
    right: 50px;
    border: 4px black solid;
    padding: 12px;
}

#health_bar_player > h1 {
    font-size: 16px;
}


#health_bar_player > h1 > div{
    position: relative;
}

#playerHealthBar {
    height: 5px;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;  
}

#box_base {
    background-color: white;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px black solid;
    display: flex;
}

#dialogueBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 12px;
    display: none;
    cursor: pointer;
}

#attacksBox {
    width: 66.66%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#box_base2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    border-left: 4px black solid;  
}

#attackType {
    font-size: 16px;
}

#moveButtonArea {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.color_156b0b{
    color: #156b0b;
    display: contents;
}
.msg_select_ttwrap{
    background-color: white;
    height: calc(200% + 100px);
    width: 100%;
    position: absolute;
    z-index: 9999 !important;
    left: 0;
    /* top: calc(-100% - 58px); */
    bottom: 0;
    border: 3px solid #000;
    border-radius: 20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.msg_select_ttwrap_deco_q{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    line-height: 20px;
    background-color: #ffc908;
    position: absolute;
    top: 30px;
    left: calc(50% - 12.5px);
    z-index: 999;
    text-align: center;
}
.msg_select_ttwrap_deco_q_shadow{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    line-height: 20px;
    background-color: #bf6e01;
    position: absolute;
    top: 36px;
    left: calc(50% - 12.5px);
}
.msg_select_question{
    margin: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 28px;
    text-align: left;
    padding-left: 20px;
}
.msg_select_blackbg{
    position: absolute;
    top: -100vh;
    left: -100vh;
    background: #000;
    width: 1000vw;
    height: 1000vh;
    opacity: 0.7;
    z-index: 9998 !important;
}
.msg_select_answer_nb{
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    margin-left: 9px;
    background: #fff;
    color: #000;
}
.msg_select_answer .msg_select_answer_nb{
    opacity: 0;
}
.msg_select_answer_wrap_shadow{
    position: absolute;
    z-index: 9999 !important;
    list-style-type: none;
    width: 94%;
    margin: 0 auto;
    margin-left: 3%;
    text-align: center;
    left: 0;
    padding: 20px 20px 10px 20px;
    /* top: -80px; */
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    background: #fef0e3;
    height: 300px;
    bottom: 10px;
}

.msg_select_answer_wrap_shadow li{
    background-color: #a8560d;
    border: 3px solid #000;
    border-radius: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    left: 0;
    margin-bottom: 10px;
    padding-top: 14px;
    color: #fff;
    padding-bottom: 20px;
    cursor: pointer;
    height: 78px;
    font-size: 20px;
}
.msg_select_answer_wrap_shadow li:first-child{
    margin-top: 6px;
}
.msg_select_answer_wrap{
    position: absolute;
    z-index: 9999 !important;
    list-style-type: none;
    width: 94%;
    margin: 0 auto;
    margin-left: 3%;
    text-align: center;
    left: 0;
    padding: 20px 20px 10px 20px;
    /* top: -80px; */
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    /* background: #fef0e3; */
    height: 298px;
    bottom: 10px;
}
.msg_select_answer{
    background-color: #f2914a;
    border: 3px solid #000;
    border-radius: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    line-height: 20px;
    left: 0;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    height: 78px;
    font-size: 18px;
    padding: 8px;
    display: flex;
    align-items: center;
}
.msg_desc_box_close{
    width:100px;
    height: 30px;
    background: #fff2c8;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    bottom: 10px;
    right: calc(50% - 50px);
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    cursor: pointer;
    width: 63px;
    height: 40px;
    background: #ffcc00;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    bottom: 18px;
    bottom: 12px;
    right: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 21px;
    cursor: pointer;
}
.msg_desc_box_close_shadow{
    width: 63px;
    height: 40px;
    background: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.msg_desc_blackbg{
    position: absolute;
    top: -100vh;
    left: -100vh;
    background: #000;
    width: 1000vw;
    height: 1000vh;
    opacity: 0.7;
    z-index: 9998 !important;
}
.msg_desc_ttwrap{
    background-color: white;
    height: 400px;
    height: 450px;
    width: 100%;
    position: absolute;
    z-index: 9999 !important;
    left: 0;
    bottom: 0;
    border: 3px solid #000;
    border-radius: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.msg_desc_h{
    padding-bottom: 20px;
    background: #ffc908;
    width: 200px;
    margin: 0 auto;
    line-height: 40px;
    height: 45px;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 30px;
    left: calc(50% - 100px);
    z-index: 999;
    text-align: center;
}
.msg_desc_h_shadow{
    padding-bottom: 20px;
    background: #bf6e01;
    width: 200px;
    margin: 0 auto;
    line-height: 40px;
    height: 45px;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 38px;
    left: calc(50% - 100px);
}
.msg_desc_h span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
}
.msg_desc_text{
    background: #fff9e3;
    padding: 20px;
    border-radius: 20px;
    line-height: 30px;
    margin-top: 65px;
    height: 270px;
    font-size: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}
.hint_word{
    color: #a29c73;
    color: #fff1c8;
    color:#752b08;
}
.select_box_ox_close{
    width: 60px;
    height: 37px;
    background: #ffc908;
    border: 3px solid #000;
    border-radius: 12px;
    position: absolute;
    bottom: 18px;
    bottom: 12px;
    right: 35px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
}
.select_box_ox_close_shadow{
    width: 60px;
    height: 37px;
    background: #bf6e01;
    border: 3px solid #000;
    border-radius: 12px;
    position: absolute;
    bottom: 12px;
    right: 35px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
}
.select_box_ox_wrap{
    height: 300px;
    display: none;
    position: absolute;
    z-index: 9999 !important;
    list-style-type: none;
    width: 94%;
    margin: 0 auto;
    margin-left: 3%;
    text-align: center;
    left: 0;
    padding: 10px 20px;
    /* top: -80px; */
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    background: #97eeb7;
    bottom:10px;
}
.select_box_ox_img_wrap{
    width: 100px;
    height: 100px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 3px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 5px;
}
.select_box_ox_img{
width: 100%;
}
.select_box_ttwrap_center{
    height: 168px;
    background: #fff;
    display: block;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.select_box_ox_text{
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    /* border-radius: 30px; */
    padding: 10px 20px;
    width: 100%;
}
.select_box_ox_text_correct_wrap{
    margin: 0;
    font-size: 13px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    word-break: keep-all;
    margin-top: 5px;
}
.select_box_ox_text_correct{
    color: #a7533f;
}
.select_box_ox_text_o{
    color:#036b3c;
    display: block;
    font-size: 30px;
}
.select_box_ox_text_x{
    color:#a7533f;
    display: block;
    font-size: 30px;
}
.cele_all_msn_clear{
    display: none;
    position: absolute;
    width: 90%;
    height: 100px;
    left: 5%;
    top: calc(50% - 50px);
    border-radius: 30px;
    z-index: 9999;
    line-height: 100px;
}
.goto_this_mission{
    display: none;
    position: absolute;
    width: 90%;
    height: 200px;
    left: 5%;
    top: calc(50% - 150px);
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    z-index: 9999;
}
.goto_this_mission p{
    padding: 20px 20px 0 20px;
    font-size: 21px;
    letter-spacing: -1px;
}
.goto_this_mission p .this_mission_name_top{
    /* text-decoration: underline; */
}
.goto_this_mission .goto_this_mission_btn{
    background: #ffcc00;
    /* padding: 5px; */
    border-radius: 10px;
    /* width: 300px; */
    width: 90%;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    margin-top: -10px;
    cursor: pointer;
    font-size: 15px;
    border: 3px solid #000;
}
.goto_this_mission .goto_this_mission_btn .this_mission_name_mid{
    /* text-decoration: underline; */
}
.goto_this_mission .close_goto_this_mission{
    width:30px;
    height: 30px;
    background: #ffcc08;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
}
.goto_this_mission .close_goto_this_mission_shadow{
    width:30px;
    height: 30px;
    background: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 23px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
}
.glass_running_player{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    top:80px;
    left: 0;
    z-index: 9999 !important;
    overflow: hidden;
}
.glass_running_player .glass_running_player_effect_bg{
    position: absolute;
    left: -50%;
    top: -39%;
    animation-name: glass_running_effect_bg_circle;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    width: 200%;
}
@keyframes glass_running_effect_bg_circle {
    0% {
        transform: rotate(0deg);
        width: 200%;
        left: -50%;
        top: -39%;
        width: 200%;
        left: -50%;
        top: -39%;
    }
    100% {
        transform: rotate(360deg);
        width: 250%;
        left: -75%;
        top: -64%;
        width: 500%;
        left: -200%;
        top: -150%;
    }
}
.glass_running_player .glass_img{
    position: absolute;
    right: 50px;
    bottom: 80px;
    width: 200px;
    animation-name: glass_bigger;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes glass_bigger {
    0% {
        width: 200px;
        width: 50%;
        opacity: 1;
    }
    100% {
        width: 220px;
        width: 60%;
        opacity: 0;
    }
}
.glass_running_player .running_player{
    position: absolute;
    left: 50px;
    width: 100px;
    /* right: 50px; */
    bottom: 80px;
    animation-name: player_running;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes player_running {
    0% {
        left: 50px;
        left: 30%;
        opacity: 1;
    }
    100% {
        left: 180px;
        left: 50%;
        opacity: 0;
    }
}
.get_badgeNitem{
    display: none;
    position: absolute;
    width: 90%;
    height: 230px;
    left: 5%;
    /* top: calc(50% - 150px); */
    /* top:40px; */
    top:-24px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    z-index: 9999;
    animation-duration: 2s;
    /* animation-fill-mode: forwards; */
    animation-iteration-count: infinite;
}
@keyframes get_badgeNitem_smaller {
    0% {
        top:40px;
        width: 90%;
        height: 230px;
        left: 5%;
        opacity: 1;
        overflow: hidden;
        display: block;
    }
    100% {
        top:0;
        width: 30px;
        height: 30px;
        left: 0;
        overflow: hidden;
        opacity: 0;
        display: none;
    }
}
.get_badgeNitem img{
    height: 100px;
    margin-top: 33px;
    border: 3px solid #000;
    border-radius: 20px;
}
.get_badgeNitem p{
    margin: 0 auto;
    padding: 0;
    margin-top: 5px;
}
.get_badgeNitem p span{
    /* text-decoration: underline; */
}
.get_badgeNitem .goto_itemInventory{
    background: #ffcc00;
    /* padding: 5px; */
    border-radius: 10px;
    width: 160px;
    width: 90%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}
.close_goto_itemInventory{
    width: 30px;
    height: 30px;
    background: #ffcc08;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
}
.close_goto_itemInventory_shadow{
    width: 30px;
    height: 30px;
    background: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 22px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
}
.itemInventory_ttwrap{
    display: none;
    position: absolute;
    width: 90%;
    height: 170px;
    left: 5%;
    top: calc(50% - 150px);
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    z-index: 9999;
    height: 220px;
}
.itemInventory_ttwrap .close_itemInventory{
    width:30px;
    height: 30px;
    background: #ffcc08;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
    font-size: smaller;
}
.itemInventory_ttwrap .close_itemInventory_shadow{
    width:30px;
    height: 30px;
    background: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    top: 18px;
    right: 15px;
    line-height: 26px;
    cursor: pointer;
}
.itemInventory_ttwrap p{
    margin: 0 auto;
    width: 100%;
    height: 30px;
    padding: 5px;
}
.itemInventory_ttwrap ul.itemInventory_list_shadow{
    height: 120px;
    list-style-type: unset !important;
    padding: 0;
    margin: 0;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    position: absolute;
    bottom: 20px;
}
.itemInventory_ttwrap ul.itemInventory_list{
    height: 120px;
    list-style-type: unset !important;
    padding: 0;
    margin: 0;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    position: absolute;
    bottom: 20px;
}
.itemInventory_ttwrap ul.itemInventory_list_shadow li{
    margin: 0 auto;
    float: left;
    padding: 0;
    box-sizing: border-box;
    border-radius: 15px;
    height: 100%;
    padding: 0;
    list-style-type: unset;
    overflow: hidden;
    box-sizing: border-box;
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    line-height: 15px;
    font-size: 12px;
    background: #eee;
    padding-bottom: 10px;
    cursor: pointer;
    word-break: keep-all;
    display: block;
    border:3px dashed #000;
    display: flex;
    align-items: center;
    text-align: center;
}
.itemInventory_ttwrap ul.itemInventory_list_shadow li span{
    display: block;
    width: 100%;
    font-size: 20px;
}
.itemInventory_ttwrap ul.itemInventory_list li{
    margin: 0 auto;
    float: left;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 15px;
    height: calc(100% - 6px);
    padding: 0;
    list-style-type: unset;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(18% - 6px);
    margin-top: 3px;
    margin-right: calc(1% + 3px);
    margin-left: calc(1% + 3px);
    line-height: 15px;
    font-size: 12px;
    background: #eee;
    padding-bottom: 10px;
    cursor: pointer;
    word-break: keep-all;
}
.itemInventory_ttwrap ul.itemInventory_list li:nth-child(2), .itemInventory_ttwrap ul.itemInventory_list li:nth-child(3), .itemInventory_ttwrap ul.itemInventory_list li:nth-child(4), .itemInventory_ttwrap ul.itemInventory_list li:nth-child(5){
    display: none;
}
.itemInventory_ttwrap ul.itemInventory_list li img{
    /* width: 75%; */
    /* width: 50px; */
    margin: 0 auto;
    padding: 0;
    display: block;
    height: 42px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.itemInventory_ttwrap ul.itemInventory_list li span{
    color: #000;
    /* font-size: 14px; */
    line-height: 13px !important;
    display: inline-block;
}
.item_effect_box{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    z-index: 9999;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.item_s6_notyetUse{
    display: none;
    background: #fff;
    width: 90%;
    margin-left: 5%;
    margin-top: calc(50% - 50px);
    padding: 30px;
    border-radius: 30px;
    border:3px solid #000;
}
.item_effect_box .item_effect_bg{
    animation-name: item_effect_bg_circle;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    width: 200%;
    margin-left: -50%;
    margin-top: -40%;
}
@keyframes item_effect_bg_circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.item_effect_box .item_use_user{
    position: absolute;
    width: 140px;
    left: calc(50% - 70px);
    top: 23%;
    width: 200px;
    left: calc(50% - 100px);
    top: 20%;
}

/*미니맵*/
.map-panel{
    cursor: pointer;
}
.minimap-layer { display:none; width:100%; height:100%; z-index: 9999 !important; position: absolute; top: 0; left:0;background: rgba(0,0,0,0.5);     border-radius: 20px;  top:80px;}
.minimap-layer .minimap-panel { position: absolute;width: 100%; height: 100%; left:0%; top: 0%; background-size: 100% 100%; box-shadow: 5px 5px 20px rgb(0 0 0 / 50%);
box-sizing:border-box;   border-radius: 20px;}
.minimap-layer .minimap-panel .minimap-wrapper { width:90%; position: relative; margin: 5% auto;
border-radius: 2%;box-sizing: border-box; background: #1e0e00;}
.minimap-layer .minimap-panel .minimap-wrapper img.minimap-img { width:100%;position: relative;-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none;     border-radius: 30px;
    border: 3px solid #000;}
.minimap-layer .minimap-panel .minimap-wrapper .user-minimap { position: absolute; width: 2%; top: 50%;left: 50%; animation: jump 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;}
.minimap-layer .minimap-panel .minimap-wrapper .user-minimap .user-icon { 
    width: 15px;
    height: 15px;
    background: #ffcc00;
    border-radius: 50%;
    margin-bottom: 0;
    border: 2px solid #000;
    margin-left: 4px;
}
.minimap-layer .minimap-panel .minimap-wrapper .user-minimap > p {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-size: 1rem;
    color: #fff;
    margin-top: 0px;
}
.minimap-layer .minimap-panel .minimap-close { position: absolute; /*bottom: 0;*/ bottom:3%; left: 0; width: 100%; }
.minimap-layer .minimap-panel .minimap-close button{  width: 150px; height: 50px; ;background: #fff; cursor: pointer;
font-size: 20px; display: block;  text-align: center; border-width: 1px solid #111; padding: 0; margin: 2% auto 0px; border-radius: 50px; border:3px solid #000;}
.minimap-layer .minimap-panel .minimap-close button:hover { background:#daae6c; }

@keyframes jump {
	0% { transform: translate(0, 0px); }
	70% {transform: translate(0, -8px); }
	80% {transform: translate(0, 0px); }
	100% {transform: translate(0, 0px); }
}

@keyframes todolist_mission{
    0% {width: 40px; height: 40px; border:3px solid #000 ;}
	50% {width: 43px; height: 43px; border:4px solid #000 ; }
	100% {width: 40px; height: 40px; border:3px solid #000 ;}
}
.keybw_chat_dial{
    color: #686910;
    font-style: italic;
}
.detail_desc_p{
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
}
.detail_desc_word_array_tt{
    font-size: 24px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    /* margin-top: 10px; */
    margin-top: 20px;
    color: #752b08;
}
.detail_desc_ttwrap{
    display: inline-block;
}
.detail_desc_word{
    font-weight: bold;
    /* text-decoration: underline; */
    position: absolute;
    bottom: -55px;
    left: 10px;
    background: #fff1c8;
    border: 3px solid #000;
    border-radius: 15px;
    padding: 4px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    z-index: 999;
    text-align: center;
    line-height: 27px;
    font-size: 20px;
}
.detail_desc_word_shadow{
    position: absolute;
    background: #afa37a;
    border: 3px solid #000;
    border-radius: 15px;

    padding: 4px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    bottom: -62px;
    left: 10px;
    line-height: 27px;
    font-size: 20px;
}
.detail_desc_box_ttwrap{
    display: none;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
}
.detail_desc_box_bgblack{
    position: absolute;
    top: -100vh;
    left: -100vh;
    background: #000;
    width: 1000vw;
    height: 1000vh;
    opacity: 0.7;
    z-index: 9998 !important;
}
.detail_desc_box{
    position: absolute;
    width: 80%;
    height: 450px;
    left: 10%;
    /* top: calc(50% - 200px); */
    bottom:0px;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    border-radius: 25px;
    border: 3px solid #000;
    padding: 20px 20px;
    text-align:left;
}
.detail_desc_box_close_shadow{
    width: 30px;
    height: 30px;
    background: #ba7301;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    top: 22px;
    right: 15px;
}
.detail_desc_box_close{
    width: 30px;
    height: 30px;
    background: #ffcc08;
    border: 3px solid #000;
    border-radius: 15px;
    position: absolute;
    cursor: pointer;
    /* font-size: 18px; */
    text-align: center;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    right: 15px;
    font-size: smaller;
}
.police_img_1{
    position: absolute;
    width: 74%;
    bottom: 0;
    left: 13%;
    border: 3px solid #000;
    border-radius: 30px;
}
.police_img_2{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 74%;
    bottom: 0;
    left: 13%;
    border: 3px solid #000;
    border-radius: 30px;
}
.game_series_wrap{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
}
.game_series_black_bg{
    background: #000;
    background: #aadae3;
    width: 100%;
    height: 100%;
    position: absolute;
    /* opacity: 0.4; */
}
.gonggongnuri{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
.gonggongnuri img{
    width: 100%;
}
.retry_thisgame_wrap{
    height: 3%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #fff; */
    margin: 30px;
    box-sizing: border-box;
    width: calc(100% - 60px);
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.retry_ttwrap_center{
    width: 100%;
}
.retry_thisgame_wrap h3{
    margin: 0;
    margin-bottom: 15px;
}
.retry_btn{
    border: 3px solid #000;
    width: 174px;
    margin: 0 auto;
    height: 36px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background: #ffcc00;
    cursor: pointer;
}
.retry_btn img{
    width: 41px;
    /* margin-top: -10px; */
    padding: 0 10px;
}
.othergame_wrap{
    height: 54%;
    width: 100%;
    position: absolute;
    top: 11%;
    left: 0;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    border-top: 3px dashed #000;
    border-bottom: 3px dashed #000;
}
.othergame_ttwrap_center{
    width: 100%;
}
.other_game_1{
    transition:0.5s;
}
.other_game_1:hover{

}
.other_game_black_bg_1 , .other_game_black_bg_2{
    position: absolute;
    color: #fff;
    top: 40%;
    width: 100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /* line-height: 100%; */
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    border-radius: 30px;
    display: none;
}
.other_game_1_li a , .other_game_2_li a{
    position: relative;
}
.other_game_1_desc{
    /* opacity: 0; */
    /* position: absolute; */
    color: #000;
    top: 40%;
    width: 100%;
    z-index: 9999;
    font-size: 18px;
}
.other_game_2{
    transition:0.5s;
}
.other_game_2:hover{
    
}
.other_game_2_desc{
    /* opacity: 0; */
    /* position: absolute; */
    color: #000;
    top: 40%;
    width: 100%;
    z-index: 9999;
    font-size: 18px;
}
.othergame_wrap h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.othergame_wrap ul{
    list-style-type: none;
    /* border-radius: 30px; */
    margin: 0 auto;
    padding: 0;
    /* padding: 10%; */
    margin-top: 15px;
    width: 50%;
    margin: 0 auto;
}
.othergame_wrap ul li{
    height: 31%;
    cursor: pointer;
    /* position: relative; */
    /* background-color: #000; */
    width: 100%;
}
.othergame_wrap ul li:hover{
    opacity: 0.8;
}
.othergame_wrap ul li:first-child{
    margin-bottom: 4%;
}
.othergame_wrap ul li a{
    cursor: pointer;
    text-decoration: unset;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.othergame_wrap ul li a img{
    margin-top: 5px;
    border-radius: 30px;
    width: 100%;
}
.othergame_wrap ul li a span{
    display: block;
}
.audio_effect_wrap{
    top:67%;
    position: absolute;
    width: 80%;
    left: 10%;
    font-size: 10px;
}
.audio_effect_wrap p{
    margin: 0 auto;
    padding: 0;
}
.audio_effect_wrap .audio_effect_wrap_h{
font-size: 10px;
}

.production_ttwrap{
    height: 22%;
    width: 100%;
    position: absolute;
    top: 75%;
    /* bottom: 0; */
    left: 0;
    /* background: #fff; */
    margin: 10px;
    box-sizing: border-box;
    /* width: calc(100% - 20px); */
    border-radius: 30px;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    padding-top: 2%;
}
.producer{
    height: 38%;
    /* padding-left: 10%; */
    width: 100%;
}
.producer .producer_t{
    display: block;
    /* width: 15%; */
    /* float: left; */
    margin: 0 auto;
    padding: 0;
    font-size: 10px;
    margin-top: 5px;
}
.producer a{
    text-decoration: none;
    color: #000;
}
.production_host{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* text-align: center; */
    display: flex;
    /* align-items: center; */
    /* display: flex; */
    padding-left: 2%;
    height: 30%;
}
.production_host_t{
    display: inline;
    width: 100%;
    /* float: left; */
    /* margin: 0 auto; */
    padding: 0;
}
.production_logo{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* text-align: center;
    display: flex; */
    /* align-items: center;
    display: flex; */
    background-color: #fff;
    /* padding-left: 20%; */
    height: 75%;
}
.production_logo_top{
    height: 55%;
    padding-top: 3%;
}
.production_logo_top a{
    width: 34%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #d4f0f5;
    border-radius: 10px;
    padding: 5px 15px;
    border: 2px solid #3d7f8b;
}
.production_logo_top a img{
   width: 100%;
}
.production_logo_btm{
    height: 45%;
    align-items: center;
    display: flex;
}
.production_logo .logo_img{

}
.production_logo .production_logo_btm .logo_img_0{
    float: left;
    width: 33%;
    margin-left: 3%;
}
.production_logo .production_logo_btm .logo_img_0 img{
    width: 80%;
}
.production_logo .production_logo_btm .logo_img_1{
    float: left;
    width: 35%;
}
.production_logo .production_logo_btm .logo_img_1 img{
    width: 80%;
}
.production_logo .production_logo_btm .logo_img_2{
    float: left;
    width: 15%;
    margin-left: 5%;
}
.production_logo .production_logo_btm .logo_img_2 img{
    width: 80%;
}
.production_logo .production_colabo_sign{
    float: left;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.touchEx {
    display: none;
    width: 100px;
    height: 50px;
    top: calc(50% - 25px);
    position: absolute;
    left: calc(50% - 50px);
    z-index: 9999;
    background: #fff;
    border-radius: 30px;
    border: 3px solid #000;
    line-height: 50px;
}

.player_name{
    width: 60px;
    height: 24px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 224px;
    left: calc(50% - 30px);
    display: none;
    z-index: 9999 !important;
    line-height: 24px;
    font-size: 12px;
    pointer-events: none;
}
.minigame_ttwrap{
    background: #7db8d5;
    background: #18465d;
    width: 100vw;
    height: 100vh;
    position: absolute;
    /* top: calc(50% - 460px); */
    bottom: -3px;
    overflow: hidden;
    left: -3px;
    border: 3px solid #000;
    border-radius: 25px;
}
.alert_use_item{
    position: absolute;
    top: -5px;
    left: calc(50% - 120px);
    font-size: 12px;
    width: 240px;
    height: 36px;
    padding: 0 10px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 20px;
    line-height: 29px;
    animation-name: alert_use_item;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
    text-align: center;
}
@keyframes alert_use_item {
    0% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.minigame_ttwrap .start_btn_wrap_total{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999 !important;
}
.start_btn_wrap_total .start_btn_wrap_black_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.6;
}
.minigame_ttwrap .start_btn_wrap{
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #000;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    background: #fff;
    border-radius: 40px;
    z-index: 9999;
    padding: 20px;
}
.minigame_ttwrap .start_btn_wrap p{
    /* padding-top: 30px; */
    font-size: 21px;
}
.minigame_ttwrap .start_btn_wrap span{
    background: #ffcc00;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 35px;
    border: 3px solid #000;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    margin-left: calc(50% - 100px);
}
.minigame_ttwrap .end_btn_wrap_total{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999 !important;
    display: none;
}
.end_btn_wrap_black_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.6;
}
.minigame_ttwrap .end_btn_wrap{
    position: absolute;
    width: 300px;
    height: 400px;
    border: 1px solid #000;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    background: #fff;
    border-radius: 40px;
    /* display: none; */
    z-index: 9999;
    padding: 20px;
}
.minigame_ttwrap .end_btn_wrap p{
    /* padding-top: 30px; */
    font-size: 21px;
    text-align: center;
    line-height: 28px;
}
.start_mGame_btn{
    cursor: pointer;
}
.minigame_ttwrap .end_btn_wrap .restart_mGame_btn{
    background: #ffcc00;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 35px;
    border: 3px solid #000;
    border-radius: 30px;
    margin-left: calc(50% - 100px);
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.minigame_ttwrap .end_btn_wrap .backto_conv{
    background: #dddddd;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 35px;
    border: 3px solid #000;
    border-radius: 30px;
    margin-left: calc(50% - 100px);
    text-align: center;
    cursor: pointer;
}
.minigame_ttwrap .game_system_ui{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    height: 60px;
    z-index: 9998;

}
.minigame_ttwrap .game_system_ui .g_sys_ui_time{
    float: left;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: 18px;
    background: #fff;
}
.minigame_ttwrap .game_system_ui .g_sys_ui_time .now_time_limit{

}
.del_good{
    display: none;
    width: 200px;
    left: calc(50% - 100px);
    position: absolute;
    text-align: center;
    color: #fff;
    top: 49%;
    z-index: 9999;
}
.del_bad{
    display: none;
    width: 200px;
    left: calc(50% - 100px);
    position: absolute;
    text-align: center;
    color: #fff;
    top: 49%;
    z-index: 9999;
}
.minigame_ttwrap .game_system_ui .g_sys_ui_delete_count{
    float: right;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: 18px;
    background: #fff;
}
.minigame_ttwrap .game_container{
    position: absolute;
    height: 100%;
    /* top: 60px; */
    top:0;
    left: 0;
    /* left: -5%; */
    padding: 20px;
    width: 100%;
}
.minigame_ttwrap .game_container .game_img{
    position: absolute;
    background-color: #fff;
    width: 70px;
    border: 3px solid #000;
    left: 0;
    top: 0;
    height: 70px;
    display: inline-block;
    border-radius: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    display: none;
    cursor: pointer;
}
.minigame_ttwrap .game_container .game_img img{
    width: 100%;
}
.minigame_ttwrap .game_container .img_1{
    /* animation-name: move_img_1; */
    animation-duration:1s;
    /* animation-duration: leaner; */
    animation-iteration-count:infinite;
    /* animation-direction:alternate; */
    animation-fill-mode: forwards;
}
@keyframes move_img_1 {
    0% {
        top: 10%;
        left: 10%;
    }
    25%{
        top: 40%;
        left: 60%;
    }
    75%{
        top: 70%;
        left: 40%;
    }
    100% {
        top: 10%;
        left: 10%;
    }
}
.minigame_ttwrap .game_container .img_2{
    /* animation-name: move_img_2; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_2 {
    0% {
        top: 40%;
        left: 10%;
    }
    25%{
        top: 10%;
        left: 80%;
    }
    75%{
        top: 20%;
        left: 40%;
    }
    100% {
        top: 40%;
        left: 10%;
    }
}
.minigame_ttwrap .game_container .img_3{
    /* animation-name: move_img_3; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_3 {
    0% {
        top: 70%;
        left: 40%;
    }
    25%{
        top: 80%;
        left: 10%;
    }
    75%{
        top: 50%;
        left: 50%;
    }
    100% {
        top: 70%;
        left: 40%;
    }
}
.minigame_ttwrap .game_container .img_4{
    /* animation-name: move_img_4; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_4 {
    0% {
        top: 25%;
        left: 80%;
    }
    25%{
        top: 40%;
        left: 45%;
    }
    75%{
        top: 10%;
        left: 58%;
    }
    100% {
        top: 25%;
        left: 80%;
    }
}
.minigame_ttwrap .game_container .img_5{
    /* animation-name: move_img_5; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_5 {
    0% {
        top: 75%;
        left: 60%;
    }
    25%{
        top: 10%;
        left: 70%;
    }
    75%{
        top: 70%;
        left: 50%;
    }
    100% {
        top: 75%;
        left: 60%;
    }
}
.minigame_ttwrap .game_container .img_6{
    /* animation-name: move_img_6; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_6 {
    0% {
        top: 4%;
        left: 50%;
    }
    25%{
        top: 90%;
        left: 30%;
    }
    75%{
        top: 30%;
        left: 90%;
    }
    100% {
        top: 4%;
        left: 50%;
    }
}
.minigame_ttwrap .game_container .img_7{
    /* animation-name: move_img_7; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_7 {
    0% {
        top: 60%;
        left: 10%;
    }
    25%{
        top: 80%;
        left: 10%;
    }
    75%{
        top: 10%;
        left: 90%;
    }
    100% {
        top: 60%;
        left: 10%;
    }
}
.minigame_ttwrap .game_container .img_8{
    /* animation-name: move_img_8; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_8 {
    0% {
        top: 90%;
        left: 5%;
    }
    25%{
        top: 40%;
        left: 10%;
    }
    75%{
        top: 10%;
        left: 40%;
    }
    100% {
        top: 90%;
        left: 5%;
    }
}
.minigame_ttwrap .game_container .img_9{
    /* animation-name: move_img_9; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_9 {
    0% {
        top: 85%;
        left: 30%;
    }
    25%{
        top: 45%;
        left: 5%;
    }
    75%{
        top: 70%;
        left: 90%;
    }
    100% {
        top: 85%;
        left: 30%;
    }
}
.minigame_ttwrap .game_container .img_10{
    /* animation-name: move_img_10; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_10 {
    0% {
        top: 15%;
        left: 8%;
    }
    25%{
        top: 65%;
        left: 15%;
    }
    75%{
        top: 15%;
        left: 65%;
    }
    100% {
        top: 15%;
        left: 8%;
    }
}
.minigame_ttwrap .game_container .img_11{
    /* animation-name: move_img_11; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_11 {
    0% {
        top: 70%;
        left: 80%;
    }
    25%{
        top: 40%;
        left: 65%;
    }
    75%{
        top: 20%;
        left: 20%;
    }
    100% {
        top: 70%;
        left: 80%;
    }
}
.minigame_ttwrap .game_container .img_12{
    /* animation-name: move_img_12; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_12 {
    0% {
        top: 80%;
        left: 80%;
    }
    25%{
        top: 60%;
        left: 65%;
    }
    75%{
        top: 40%;
        left: 40%;
    }
    100% {
        top: 80%;
        left: 80%;
    }
}
.minigame_ttwrap .game_container .img_13{
    /* animation-name: move_img_13; */
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes move_img_13 {
    0% {
        top: 20%;
        left: 20%;
    }
    25%{
        top: 40%;
        left: 45%;
    }
    75%{
        top: 60%;
        left: 60%;
    }
    100% {
        top: 20%;
        left: 20%;
    }
}
.game_container_re{
    display: none;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    z-index: 9999 !important;
    overflow: hidden;
    background: #fff;
    opacity: 0.9;
    left: 3px;
    top: 3px;
    border-radius: 25px;
}
.game_container_re .game_img{
    /* border: 10px dashed #df2e00; */
    border: 10px solid #e11313;
    border-radius: 50%;
    background: #000;
    position: absolute;
    background-color: #fff;
    width: 70px;
    /* border: 3px solid #000; */
    left: 0;
    top: 0;
    height: 70px;
    display: inline-block;
    border-radius: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
}
.game_container_re .game_img img{
    width: 100%;
}
.game_container_re .img_1{
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes game_container_re_1 {
    0% {
        opacity: 0;
        top: 20%;
        left: 20%;
        width: 70px;
        height: 70px;
    }
    75%{
        opacity: 1;
        top: 20%;
        left: 20%;
        width: 120px;
        height: 120px;
    }
    100% {
        opacity: 0;
        top: -20%;
        left: -120%;
        width: 70px;
        height: 70px;
    }
}
.game_container_re .img_2{
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes game_container_re_2 {
    0% {
        opacity: 0;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
    }
    75%{
        opacity: 1;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
    }
    100% {
        opacity: 0;
        top: 120%;
        left: 120%;
        width: 70px;
        height: 70px;
    }
}
.game_container_re .img_3{
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes game_container_re_3 {
    0% {
        opacity: 0;
        top: 40%;
        left: 60%;
    }
    75%{
        opacity: 1;
        top: 40%;
        left: 60%;
    }
    100% {
        opacity: 0;
        top: -20%;
        left: -120%;
    }
}
.game_container_re .img_4{
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}
@keyframes game_container_re_4 {
    0% {
        opacity: 0;
        top: 50%;
        left: 20%;
    }
    75%{
        opacity: 1;
        top: 50%;
        left: 20%;
    }
    100% {
        opacity: 0;
        top: 120%;
        left: 120%;
    }
}
.minigame_ttwrap .game_container .img_crime{
    /* border: 10px dashed #df2e00; */
    border: 10px solid #e11313;
    border-radius: 50%;
    background: #000;
}
.minigame_ttwrap .game_container .img_normal{

}
.msg_select_answer_nb_wrap{
    position: absolute;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    /* height: 298px; */
    left: 0;
    /* left: 10px; */
    top: 0;
}
.msg_select_answer_nb_wrap span:nth-child(1){
    position: absolute;
    left: 20px;
    top: 16%;
}
.msg_select_answer_nb_wrap span:nth-child(2){
    position: absolute;
    left: 20px;
    top: 45.5%;
}
.msg_select_answer_nb_wrap span:nth-child(3){
    position: absolute;
    left: 20px;
    top: 75%;
}
.align_d_block{
    display: block;
}

.make_id_wrap .desc p{
    word-break: keep-all;
    color: #083451;
}

.item_description{
    display: none;
    position: absolute;
    width: 90%;
    /* height: 180px; */
    left: 5%;
    top: calc(50% - 50px);
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    z-index: 9999;
    padding: 30px 20px;
    /* display: flex; */
    align-items: center;
    word-break: keep-all;
}
.item_description span{

}
.item_description .confirm_item_desc{
    width: 150px;
    border: 3px solid #000;
    margin: 0 auto;
    background-color: #ffcc00;
    padding: 5px;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.falling_black_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -50%;
    width: 200%;
    background: #000;
    opacity: 0.8;
    animation-duration:7s;
    animation-iteration-count:1; 
    animation-fill-mode: forwards;
}
.falling_player{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    animation-duration:7s;
    z-index: 9999;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}   
@keyframes falling_player_ttwrap_effect {
    0% {
        background-color: #000;
        opacity: 0.9;
    }
    90% {
        background-color: #000;
        opacity: 0.9;
    }
    100% {
        background-color: #000;
        opacity: 0;
    }
}
.falling_player_img{
    animation-duration:3.5s;
    position: absolute;
    opacity: 0;
}
@keyframes falling_player_effect {
    0% {
        width: 200px;
        top:0px;
        left: -100px;
        transform: rotate( -720deg );
        opacity: 1;
    }
    70% {
        top: 45%;
        width: 80px;
        left: calc(50% - 40px);
        transform: rotate( 0deg );
        opacity: 1;
    }
    100% {
        top: 45%;
        width: 80px;
        left: calc(50% - 40px);
        transform: rotate( 0deg );
        opacity: 0;
    }
}
.system_info_wrap{
    display: none;
    /* height: 100%; */
    position: absolute;
    width: 100%;
}
.system_info_wrap img{
    width: 100%;
}
.system_info_next_btn{
    position: absolute;
    bottom: 38px;
    right: calc(50% - 35px);
    display: inline-block;
    width: 70px;
    height: 40px;
    background: #ffcc00;
    border-radius: 15px;
    border: 3px solid #000;
    line-height: 34px;
    cursor: pointer;
}
.system_info_next_btn_shadow{
    position: absolute;
    bottom: 30px;
    right: calc(50% - 35px);
    display: inline-block;
    width: 70px;
    height: 40px;
    background: #ba7301;
    border-radius: 15px;
    border: 3px solid #000;
    line-height: 34px;
}
.system_info_next_btn_4{
    right: calc(50% - 45px);
    width: 90px;
}
.system_info_next_btn_shadow_4{
    right: calc(50% - 45px);
    width: 90px;
}
.falling_cloud_img{
    display: none;
    animation-duration:4s;
    animation-delay: 2s;
    position: absolute;
}
@keyframes falling_cloud_effect {
    0% {
        width: 100px;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        opacity: 0;
    }
    70% {
        width: 300px;
        left: calc(50% - 150px);
        top: calc(50% - 150px);
        opacity: 1;
    }
    100% {
        width: 300px;
        left: calc(50% - 150px);
        top: calc(50% - 150px);
        opacity: 0;
    }
}
.cele_all_msn_clear {
    overflow: hidden;
    font-family: 'Gloria Hallelujah', cursive;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    top:80px;
    border-radius: 15px;
    line-height: 100px;
  }
  .cele_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .glass_player_show{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  .glass_player_show .glass_player{
    height: 100%;
    margin: 0 auto;
  }
  .glass_badges{
    background-image: url('../img/glass.png');
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .glass_badges img{
    width: 60px;
    position: absolute;
    animation-duration:1s;
    animation-duration: leaner;
    animation-iteration-count:1;
    animation-direction:alternate;
    animation-fill-mode: forwards;
  }
  .glass_badges_1{
    animation-name: glass_badges_1;
  }
  @keyframes glass_badges_1 {
    0% {
        top:-200px;
        left: -100px;
        transform: rotate( -720deg );
    }
    100% {
        top: 16%;
        left: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .glass_badges_2{
    animation-name: glass_badges_2;
  }
  @keyframes glass_badges_2 {
    0% {
        top:-200px;
        right: -100px;
        transform: rotate( 720deg );
    }
    100% {
        top: 16%;
        right: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .glass_badges_3{
    animation-name: glass_badges_3;
  }
  @keyframes glass_badges_3 {
    0% {
        top: 35%;
        left: -100px;
        transform: rotate( -720deg );
    }
    100% {
        top:38%;
        left: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .glass_badges_4{
    animation-name: glass_badges_4;
  }
  @keyframes glass_badges_4 {
    0% {
        top: 35%;
        right: -100px;
        transform: rotate( 720deg );
    }
    100% {
        top:38%;
        right: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .glass_badges_5{
    animation-name: glass_badges_5;
  }
  @keyframes glass_badges_5 {
    0% {
        top:56%;
        left: -100px;
        transform: rotate( -720deg );
    }
    100% {
        top: 51%;
        top: 60%;
        left: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .glass_badges_6{
    animation-name: glass_badges_6;
  }
  @keyframes glass_badges_6 {
    0% {
        top:56%;
        right: -100px;
        transform: rotate( 720deg );
    }
    100% {
        top: 51%;
        top: 60%;
        right: calc(50% - 67px);
        transform: rotate( 0deg );
    }
  }
  .username_in_dial{
    display: contents;
  }
  .highlight_word{
    color: #a10f0f;
    font-size: 1.2em;
    display: contents;
  }
  .source_br{
  }
  .source_sm{
    color: #666666;
    font-size: 0.4em;
    display: contents;
    text-align: right;
  }

  .char,
  .word {
    display: inline-block;
  }
  
  .splitting .char {
    animation: slide-in 1s cubic-bezier(0.17, 0.84, 0.4, 1.49) both;
    animation-delay: calc(30ms * var(--char-index));
  }
  
  [data-word="🥳"] .char {
    display: inline;
  }
  .splitting [data-word="🥳"] {
    animation: bump-in 1s cubic-bezier(0.17, 0.84, 0.4, 1.49) both;
    animation-delay: 1s;
  }
  
  @keyframes slide-in {
    0% {
      transform: scale(2) rotate(60deg);
      opacity: 0;
    }
  }
  @keyframes bump-in {
    0% {
      transform: scale(0);
      opacity: 0;
    }
  }
  
  particule {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 4px #eb6383;
    z-index: 9999 !important;
  }

  .alert_5_letters{
    display: none;
    width: 100%;
    height: 100%;
  }
  .alert_5_letters_black_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.6;
  }
  .alert_wrap{
    width: 300px;
    height: 120px;
    border: 3px solid #000;
    z-index: 9999;
    position: absolute;
    border-radius: 30px;
    background: #fff;
    top: calc(50% - 60px);
    left: calc(50% - 150px);
  }
  .alert_5_letters p{

  }
  .alert_5_letters_confirm_shadow{
    cursor: pointer;
    width: 70px;
    display: inline-block;
    height: 40px;
    border: 3px solid #000;
    position: absolute;
    bottom: 17px;
    left: calc(50% - 35px);
    border-radius: 15px;
    line-height: 32px;
    background: #ba7301;
  }
  .alert_5_letters_confirm{
    cursor: pointer;
    width: 70px;
    display: inline-block;
    height: 40px;
    border: 3px solid #000;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 35px);
    border-radius: 15px;
    line-height: 32px;
    background: #ffcc00;
  }
  .alert_go_mission2_first{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999 !important;
  }
  .alert_go_mission2_first_black_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.6;
  }
  .alert_go_mission2_first_wrap{
    width: 90%;
    height: 120px;
    border: 3px solid #000;
    z-index: 9999;
    position: absolute;
    border-radius: 30px;
    background: #fff;
    top: calc(50% - 60px);
    left: 5%;
  }
  .alert_go_mission2_first_wrap p{

  }
  .alert_go_mission2_first_confirm_shadow{
    cursor: pointer;
    width: 70px;
    display: inline-block;
    height: 40px;
    border: 3px solid #000;
    position: absolute;
    bottom: 17px;
    left: calc(50% - 35px);
    border-radius: 15px;
    line-height: 32px;
    background: #ba7301;
  }
  .alert_go_mission2_first_confirm{
    cursor: pointer;
    width: 70px;
    display: inline-block;
    height: 40px;
    border: 3px solid #000;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 35px);
    border-radius: 15px;
    line-height: 32px;
    background: #ffcc00;
  }

  .iframeNfsmodeicon{
    overflow: hidden;
    width: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999 !important;
  }
  .game_iframe{
    float:left;
  }
  #fsMode_btn{
    background: none;
    width: 50px;
    float:right;
  }

  .end_game_addi_desc{
    font-size: 15px !important;
    line-height: 21px !important;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    background: #eee;
  }
  .end_game_addi_desc_hl{
    color: #bf2c08;
    font-size: 14px;

  }

  .other_game_2_li{
    position:relative;
  }

  .before_open_wrap{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(97 97 97 / 80%);
    /* border: 3px solid #000; */
    border-radius: 35px;
    color: #fff;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    /* display: grid; */
  }
  .before_open_wrap_x{

  }

/* -----------------------------반응형조정---------------------------------- */

@media all and (min-width: 260px) and (max-width: 300px){
    .make_id{
        width: 166px;
    }
    #userName{
        width: 108px;
    }
}
@media all and (min-width: 530px) and (max-width: 550px){
    .intro_makeIdpn_bg{
        top:11%;
    }
}
@media all and (min-width: 700px) and (max-width: 1279px){
    .end_game_addi_desc{
        font-size: 20px !important;
        line-height: 26px !important;
      }
      .end_game_addi_desc_hl{
        color: #bf2c08;
        font-size: 21px;
      }
    .intro_makeIdpn_bg{
        width: 86%;
        left: 7%;
        top: 12%;
    }
    .othergame_wrap{
        margin: 0 auto;
        width: 100%;
    }
    .audio_effect_wrap{
        font-size: 15px;
    }
    .audio_effect_wrap .audio_effect_wrap_h{
        font-size: 15px;
    }
    .producer .producer_t{
        font-size: 15px;
    }
    .make_id{
        width: 260px;
    }
    #userName{
        width: 203px;
    }
    .system_info_next_btn , .system_info_next_btn_shadow{
        right: calc(50% - 70px);
        width: 140px;
        height: 55px;
        line-height: 50px;
    }
    .system_info_next_btn_shadow_4{
        right: calc(50% - 70px);
        width: 140px;
        height: 55px;
        line-height: 50px;
    }
    .system_info_next_btn_4{
        right: calc(50% - 70px);
        width: 140px;
        height: 55px;
        line-height: 50px;
    }
    #itemNsound{
        height: 48px;
    }
    .itemInventory_ttwrap {
        height: 225px;
    }
    .itemInventory_ttwrap ul.itemInventory_list_shadow{
        height: 120px;
    }
    .itemInventory_ttwrap ul.itemInventory_list{
        height: 120px;
    }
    .itemInventory_ttwrap ul.itemInventory_list li span{
        font-size: 22px;
        padding-top: 4px;
        line-height: 22px !important;
    }
    .itemInventory_ttwrap p{
        padding-top: 10px;
    }
    .characterDialogueBox_text_ment_ttwrap{
        font-size: unset;
        line-height: unset;
    }
    .itemInventory_ttwrap .close_itemInventory, .itemInventory_ttwrap .close_itemInventory_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
    }
    .item_effect_box .item_use_user{
        width: 300px;
        left: calc(50% - 150px);
    }
    .mission_imgs_li{
        padding-top: 4px;
    }
    #gameSystem .mission_wrap .mission_imgs .mission_img{
        width: 40px;
        height: 40px;
    }
    .goto_this_mission .close_goto_this_mission, .goto_this_mission .close_goto_this_mission_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
    }
    .characterDialogueBox_text_profile_ttwrap{
        top: -120px;
    height: 120px;
    }
    .characterDialogueBox_text_profile_name_top{
        margin-top: 3%;
        padding-top: 6%;
    }
    #gameView .dial_next_btn_ttwrap{
        font-size: unset;
        width: 100px;
        height: 60px;
        bottom: -70px;
    }
    .dial_next_btn_ttwrap_shadow{
    font-size: unset;
    width: 100px;
    height: 60px;
    bottom: -83px;
    }
    .get_badgeNitem{
        height: 300px;
        top: 80px;
    }
    .close_goto_itemInventory, .close_goto_itemInventory_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
    }
    .item_description .confirm_item_desc{
        width: 300px;
    }
    .goto_this_mission{
        height: 300px;
        top: calc(50% - 200px);
    }
    .goto_this_mission p{
        font-size: unset;
    }
    .goto_this_mission .goto_this_mission_btn{
        font-size: unset;
        height: 60px;
        border-radius: 20px;
        line-height: 55px;
    }
    .detail_desc_word{
        font-size: unset;
        width: 100px;
        height: 60px;
        bottom: -70px;
        line-height: 50px;
    }
    .detail_desc_word_shadow{
        font-size: unset;
        width: 100px;
        height: 60px;
        bottom: -83px;
    }
    .detail_desc_p{
        font-size: unset;
        line-height: unset;
    }
    #gameView .dial_next_btn_ttwrap .dial_gonext{
        font-size: unset;
    }
    .detail_desc_box{
        height: 800px;
    }
    .detail_desc_word_array_tt{
        font-size: unset;
    }
    .detail_desc_box_close , .detail_desc_box_close_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
    }
    .msg_select_question{
        font-size: unset;
        line-height: unset;
    }
    .msg_select_answer_wrap_shadow{
        height: 600px;
    }
    .msg_select_answer_wrap{
        height: 600px;
        font-size: unset;

    }
    .msg_select_answer , .msg_select_answer_wrap_shadow li{
        font-size: unset;
        height: 180px;
        padding-left: 20px;
        line-height: unset;
    }
    .msg_select_answer_wrap_shadow li:first-child{
        margin-top: 6px;
    }
    .select_box_ox_wrap{
        font-size: unset;
        height: 600px;
    }
    .select_box_ox_img_wrap{
        height: 200px;
        width: 200px;
    }
    .select_box_ttwrap_center{
        height: 290px;
    }
    .select_box_ox_text{
        font-size: unset;
    }
    .select_box_ox_text_x, .select_box_ox_text_o{
        font-size: larger;
    }
    .select_box_ox_text_correct_wrap{
        font-size: unset;
        line-height: unset;
    }
    .select_box_ox_close{
        font-size: unset;
        width: 100px;
        height: 60px;
        border-radius: 20px;
        line-height: 50px;
    }
    .select_box_ox_close_shadow{
        font-size: unset;
    width: 100px;
    height: 60px;
    border-radius: 20px;
    bottom: 7px;
    }
    .msg_desc_ttwrap{
        height: 600px;
    }
    .msg_desc_h{
        width: 300px;
    height: 60px;
    border-radius: 20px;
    left: calc(50% - 150px);
    line-height: 53px;
    }
    .msg_desc_h_shadow{
        width: 300px;
        height: 60px;
        border-radius: 20px;
        left: calc(50% - 150px);
        line-height: 53px;
    }
    .msg_desc_text{
        font-size: unset;
    line-height: unset;
    height: 385px;
    margin-top: 75px;
    }
    .msg_desc_box_close , .msg_desc_box_close_shadow{
        font-size: unset;
        width: 100px;
        height: 60px;
        border-radius: 20px;
        line-height: 50px;
    }
    .msg_select_answer_nb{
        width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    }
    .msg_select_answer_nb_wrap span:nth-child(2){
        top:48%;
    }
    .msg_select_answer_nb_wrap span:nth-child(3){
        top:79%;
    }
    .minigame_ttwrap .start_btn_wrap{
        width: 500px;
        height: 500px;
        top: calc(50% - 250px);
        left: calc(50% - 250px);
    }
    .minigame_ttwrap .start_btn_wrap p{
        font-size: unset;
    }
    .minigame_ttwrap .start_btn_wrap span{
        width: 250px;
        height: 60px;
        line-height: 56px;
        margin-left: calc(50% - 125px);
    }
    .minigame_ttwrap .game_container .game_img{
        width: 150px;
        height: 150px;
    }
    .del_bad , .del_good{
        width: 400px;
        left: calc(50% - 200px);
    }
    .alert_use_item{
        width: 450px;
        height: 100px;
        border-radius: 50px;
        font-size: unset;
        left: calc(50% - 225px);
        line-height: 48px;
    }
    .minigame_ttwrap .end_btn_wrap{
        width: 500px;
        height: 500px;
        top: calc(50% - 250px);
        left: calc(50% - 250px);
    }
    .minigame_ttwrap .end_btn_wrap p{
        font-size: unset;
        line-height: unset;
    }
    .minigame_ttwrap .end_btn_wrap .restart_mGame_btn, .minigame_ttwrap .end_btn_wrap .backto_conv{
        width: 400px;
        margin-left: calc(50% - 200px);
        height: 60px;
        line-height: 58px;
    }
    .retry_btn{
        width: 340px;
        height: 60px;
        border-radius: 40px;
    }
    .othergame_wrap ul li a img{
        width: 100%;
    }
}

@media all and (min-width: 1280px) and (max-width: 1199px){
    .othergame_wrap ul{
        width: 400px;
        left: calc(50% - 200px);
        padding: 0;
        margin: 0 auto;
        padding-top: 2%;
    }
    .othergame_wrap ul li{
        height: 46%;
        cursor: pointer;
        width: 250px;
        margin-left: calc(50% - 125px);
    }
    .characterDialogueBox_text_profile_name_top{
        padding-top: 10%;
    }
}

@media all and (min-width: 1280px) and (max-width: 2000px){

    .othergame_wrap{
        width: 100%;
        left: 0;
        margin: 0;
    }
    .system_info_next_btn{
        width: 120px;
        right: calc(50% - 60px);
        height: 60px;
        line-height: 55px;
    }
    .system_info_next_btn_shadow{
        width: 120px;
        right: calc(50% - 60px);
        height: 60px;
    }
    .system_info_next_btn_4{
        width: 120px;
        right: calc(50% - 60px);
        height: 60px;
        line-height: 55px;
    }
    .system_info_next_btn_shadow_4{
        width: 120px;
        right: calc(50% - 60px);
        height: 60px;
    }
    .alert_go_mission2_first_wrap{
        height: 150px;
        width: 90%;
        left: 5%;
        top: calc(50% - 75px);
    }
    .alert_go_mission2_first_confirm{
        width: 100px;
        height: 50px;
        left: calc(50% - 50px);
        bottom: 25px;
        line-height: 42px;
    }
    .alert_go_mission2_first_confirm_shadow{
        width: 100px;
        height: 50px;
        left: calc(50% - 50px);
        bottom: 17px;
        line-height: 42px;
    }
    .alert_wrap{
        height: 150px;
        width: 400px;
        left: calc(50% - 200px);
    }
    .alert_5_letters_confirm{
        width: 100px;
        height: 50px;
        left: calc(50% - 50px);
        bottom: 25px;
        line-height: 42px;
    }
    .alert_5_letters_confirm_shadow{
        width: 100px;
        height: 50px;
        left: calc(50% - 50px);
        bottom: 17px;
        line-height: 42px;
    }
    .make_id_wrap .desc p{
        padding: 0 30px;
        font-size: 35px;
        word-break: keep-all;
    }
    .make_id_wrap{
        font-size: 26px;
        top: 18%;
    }
    #userName{
        font-size: 20px;
    }
    #USER_ID_CONF{
        font-size: 20px;
    }
    .characterDialogueBox_text_ment_ttwrap{
        padding-left: 10%;
        padding-right: 10%;
        font-size: 26px;
    }
    .msg_select_answer{
        padding-left: 35px;
        font-size: 20px;
        height: 90px;
        padding-right: 25px;
        line-height: 24px;
    }
    .goto_this_mission{
        height: 200px;
        top: calc(50% - 200px);
        /* font-size: 23px; */
    }
    .item_effect_box .item_use_user{
        top: 26%;
    }
    .goto_this_mission .goto_this_mission_btn{
        height: 70px;
        font-size: 20px;
        line-height: 70px;
    }
    .minigame_ttwrap .end_btn_wrap .restart_mGame_btn{
        width: 260px;
        margin-left: calc(50% - 130px);
    }
    .minigame_ttwrap .end_btn_wrap .backto_conv{
        width: 260px;
        margin-left: calc(50% - 130px);
    }
    .msg_desc_ttwrap{
        bottom: 100px;
        height: 450px;
    }
    .msg_select_answer_wrap{
        height: 334px;
        bottom: 44px;
    }
    .select_box_ox_wrap {
        height: 334px;
        bottom: 44px;
    }
    .player_name{
        font-size: 18px;
    /* padding: 5px 10px; */
    width: 100px;
    height: 30px;
    left: calc(50% - 50px);
    line-height: 30px;
    border-radius: 15px;
    }
    #itemNsound{
        height: 40px;
    }
    #gameSystem .mission_wrap .mission_imgs .mission_img{
        height: 37px;
        width: 37px;
    }
    .mission_img img{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .detail_desc_box{
        bottom: 100px;
    }
    .msg_select_answer_wrap_shadow li{
        padding-left: 10px;
        font-size: 20px;
        height: 90px;
    }
    .msg_select_answer_wrap_shadow{
        height: 334px;
        bottom: 44px;
    }
    .police_img_1{
        width: 80%;
        left: 10%;
    }
    .police_img_2{
        width: 80%;
        left: 10%;
    }
    #gameIntro .gameIntro_title{
        background-size: cover;
    }
    #gameIntro .make-id-paenl{
        background-size: cover;
    }
    .intro_makeIdpn_bg{
        top: 9%;
    }
    .minigame_ttwrap .game_container .game_img{
        width: 100px;
        height: 100px;
    }
    .game_container_re .game_img{
        width: 100px;
        height: 100px;
    }
    @keyframes game_container_re_1 {
        0% {
            opacity: 0;
            top: 20%;
            left: 20%;
            width: 100px;
            height: 100px;
        }
        75%{
            opacity: 1;
            top: 20%;
            left: 20%;
            width: 150px;
            height: 150px;
        }
        100% {
            opacity: 0;
            top: -20%;
            left: -120%;
            width: 100px;
            height: 100px;
        }
    }
    @keyframes game_container_re_2 {
        0% {
            opacity: 0;
            top: 50%;
            left: 50%;
            width: 100px;
            height: 100px;
        }
        75%{
            opacity: 1;
            top: 50%;
            left: 50%;
            width: 150px;
            height: 150px;
        }
        100% {
            opacity: 0;
            top: 120%;
            left: 120%;
            width: 100px;
            height: 100px;
        }
    }
    .select_box_ox_img_wrap{
        height: 150px;
        width: 150px;
        margin-top: 10px;
    }
    .select_box_ttwrap_center{
        height: 210px;
        margin-top: 10px;
        font-size: 35px;
    }
    .select_box_ox_text_x{
        font-size: 50px;
    }
    .select_box_ox_text_o{
        font-size: 50px;
    }
    .detail_desc_word_array_tt{
        font-size: 26px;
    }
    .mission_imgs_li{
        padding-top: 7px;
    }
    .goto_this_mission p{
        padding: 0px 20px 0 20px;
    }
    .item_description{
        top: calc(50% - 100px);
    }
    .item_description .confirm_item_desc{
        width: 250px;
    }
    .retry_btn{
        width: 200px;
    }
    .othergame_wrap h3{
        margin-top: 0;
    }
    .msg_select_answer_nb_wrap{
        left: 10px;
    }
    .get_badgeNitem{
        top:40px;
    }
    .end_game_addi_desc{
        font-size: 20px !important;
        line-height: 26px !important;
      }
      .end_game_addi_desc_hl{
        color: #bf2c08;
        font-size: 21px;
      }
}

@media all and (min-width: 1200px) and (max-width: 1499px){
    .end_game_addi_desc {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .end_game_addi_desc_hl {
        color: #bf2c08;
        font-size: 16px;
    }
    .player_name{
        top: 285px;
        top: 260px;
    }
    .make_id_wrap .desc p{
        font-size: 27px;
    }
    .characterDialogueBox_text_profile_name_top{
        padding-top: 8%;
    }
    .msg_select_question{
        margin-top: 20px;
    }
    .select_box_ox_text{
        font-size: 23px;
        padding: 10px 25px;
    }
    .select_box_ox_text_correct_wrap{
        font-size: 18px;
    }
    .select_box_ox_img_wrap{
        width: 90px;
        height: 90px;
    }
    .select_box_ttwrap_center{
        height: 150px;

    }
    .select_box_ox_text_x{
        font-size: 30px;
    }
    .select_box_ox_text_o{
        font-size: 30px;
    }
}

@media all and (min-width: 1500px) and (max-width: 1599px){
    .player_name {
        top: 336px;
        top: 285px;
    }
    .make_id_wrap .desc p{
        font-size: 31px;
    }
    .characterDialogueBox_text_profile_name_top{
        padding-top: 8%;
    }
    .msg_select_question{
        margin-top: 20px;
    }
    .select_box_ttwrap_center{
        height: 180px;
    }
    .select_box_ox_text{
        font-size: 23px;
        margin-top: 5px;
        padding-top: 10px;
    }
    .select_box_ox_text_correct_wrap{
        font-size: 18px;
    }
    .itemInventory_ttwrap{
        height: 230px;
        top: calc(50% - 200px);
    }
    .characterDialogueBox_text_ment_ttwrap{
        font-size: 30px;
        line-height: 40px;
    }
    .msg_select_answer{
        font-size: 22px;
        line-height: 23px;
    }
    .msg_select_question {
        line-height: 27px;
        font-size: 20px;
    }
    .select_box_ox_wrap{
        height: 400px;
    }
    .msg_select_answer_wrap{
        height: 400px;
    }
    .msg_select_answer_wrap_shadow{
        height: 400px;
    }
    .msg_select_answer{
        height: 108px;
    }
    .msg_select_answer_wrap_shadow li{
        height: 108px;
    }
    .msg_desc_h{
        width: 250px;
        left: calc(50% - 125px);
        font-size: 22px;
    }
    .msg_desc_h span{
        line-height: 20px;
    }
    .msg_desc_h_shadow{
        width: 250px;
        left: calc(50% - 125px);
    }
    .msg_desc_text {
        font-size: 22px;
    }
    .minigame_ttwrap .start_btn_wrap{
        width: 350px;
        height: 350px;
        top: calc(50% - 175px);
        left: calc(50% - 175px);
    }
    .minigame_ttwrap .start_btn_wrap p{
        font-size: 25px;
        line-height: 32px;
    }
    .minigame_ttwrap .start_btn_wrap span{
        height: 50px;
        line-height: 45px;
    }
    .minigame_ttwrap .end_btn_wrap{
        width: 350px;
        height: 450px;
        top: calc(50% - 200px);
        left: calc(50% - 175px);
    }
    .minigame_ttwrap .end_btn_wrap .restart_mGame_btn{
        height: 50px;
        line-height: 45px;
    }
    .minigame_ttwrap .end_btn_wrap .backto_conv{
        height: 50px;
        line-height: 45px;
    }
    .select_box_ox_img_wrap{
        width: 120px;
        height: 120px;
    }
    .retry_btn{
        width: 230px;
    }
    .goto_this_mission .close_goto_this_mission{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .goto_this_mission .close_goto_this_mission_shadow{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .detail_desc_box_close{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .detail_desc_box_close_shadow{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .itemInventory_ttwrap .close_itemInventory{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .itemInventory_ttwrap .close_itemInventory_shadow{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .close_goto_itemInventory{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
      .close_goto_itemInventory_shadow{
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-radius: 20px;
      }
}

@media all and (min-width: 1600px) and (max-width: 2000px){
    .player_name {
        top: 400px;
        top: 369px;
    }
    .characterDialogueBox_text_profile_name_top{
        padding-top: 5%;
    }
    .characterDialogueBox_text_ment_ttwrap{
        font-size: 33px;
        line-height: 43px;
    }
    .msg_select_answer{
        font-size: 22px;
        line-height: 23px;
    }
    .select_box_ox_wrap{
        height: 400px;
    }
    .msg_desc_h{
        width: 250px;
        left: calc(50% - 125px);
        font-size: 22px;
    }
    .msg_desc_h span{
        line-height: 20px;
    }
    .msg_desc_h_shadow{
        width: 250px;
        left: calc(50% - 125px);
    }
    .msg_desc_text {
        font-size: 22px;
    }
    .minigame_ttwrap .start_btn_wrap{
        width: 350px;
        height: 350px;
        top: calc(50% - 175px);
        left: calc(50% - 175px);
    }
    .minigame_ttwrap .start_btn_wrap p{
        font-size: 25px;
        line-height: 32px;
    }
    .minigame_ttwrap .start_btn_wrap span{
        height: 50px;
        line-height: 45px;
    }
    .minigame_ttwrap .end_btn_wrap{
        width: 350px;
        height: 450px;
        top: calc(50% - 200px);
        left: calc(50% - 175px);
    }
    .minigame_ttwrap .end_btn_wrap .restart_mGame_btn{
        height: 50px;
        line-height: 45px;
    }
    .minigame_ttwrap .end_btn_wrap .backto_conv{
        height: 50px;
        line-height: 45px;
    }
    .itemInventory_ttwrap{
        height: 230px;
    top: calc(50% - 200px);
    }
    .itemInventory_ttwrap ul.itemInventory_list_shadow{
        height: 140px;
    }
    .itemInventory_ttwrap ul.itemInventory_list{
        height: 140px;
    }
    .itemInventory_ttwrap ul.itemInventory_list li img{
        height: 50px;
        margin-top: 15px;
    }
    .itemInventory_ttwrap ul.itemInventory_list li span{
        font-size: 17px;
        padding-top: 10px;
        line-height: 20px !important;
    }
    .item_effect_box .item_use_user{
        width: 250px;
        left: calc(50% - 125px);
    }
    #itemNsound{
        height: 50px;
    }
    #gameSystem .now_place{
        padding-top: 17px;
        font-size: 24px;
    }
    .characterDialogueBox_text_profile_name_ttwrap{
        height: 100%;
    }
    .characterDialogueBox_text_profile_ttwrap{
        top: -100px;
        height: 100px;
    }
    .characterDialogueBox_text_profile_name_top{
        height: 70px;
    }
    .get_badgeNitem{
        height: 260px;
        top:80px;
    }
    .close_goto_itemInventory{
        width: 35px;
    height: 35px;
    border: 3px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 30px;
    }
    #gameSystem .minimap .minimap_img{
        height: 42px;
    }
    .goto_this_mission .goto_this_mission_btn{
        font-size: 26px;
    }
    .msg_select_answer_wrap{
        height: 460px;
    }
    .msg_select_answer{
        height: 120px;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    .msg_select_answer_wrap_shadow{
        height: 460px;
        bottom: 44px;
    }
    .msg_select_answer_wrap_shadow li{
        height: 146px;
        margin-bottom: 22px;
        height: 120px;
    }
    .msg_select_answer_nb{
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 27px;
    }
    .msg_select_answer_nb_wrap span:nth-child(1){
        top: 15%;
    }
    .msg_select_answer_nb_wrap span:nth-child(2){
        top: 45%;
    }
    .msg_select_answer_nb_wrap span:nth-child(3){
        top: 76%;
    }
    .select_box_ox_wrap{
        height: 460px;
    }
    .select_box_ox_text_correct_wrap{
        font-size: 27px;
        padding: 15px 20px;
        line-height: 32px;
    }
    .msg_desc_ttwrap{
        height: 550px;
    }
    .msg_desc_text{
        height: 350px;
        font-size: 30px;
        line-height: 43px;
        padding: 10px 30px;
    }
    .msg_select_question{
        line-height: 42px;
        padding: 10px 20px;
    }
    .detail_desc_p{
        font-size: 24px;
        line-height: 30px;
    }
    .del_good{
        width: 300px;
        left: calc(50% - 150px);
    }
    .del_bad{
        width: 300px;
        left: calc(50% - 150px);
    }
    .glass_badges img{
        width: 80px;
    }
      @keyframes glass_badges_1 {
        0% {
            top:-200px;
            left: -100px;
            transform: rotate( -720deg );
        }
        100% {
            top: 16%;
            left: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      @keyframes glass_badges_2 {
        0% {
            top:-200px;
            right: -100px;
            transform: rotate( 720deg );
        }
        100% {
            top: 16%;
            right: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      @keyframes glass_badges_3 {
        0% {
            top: 35%;
            left: -100px;
            transform: rotate( -720deg );
        }
        100% {
            top:38%;
            left: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      @keyframes glass_badges_4 {
        0% {
            top: 35%;
            right: -100px;
            transform: rotate( 720deg );
        }
        100% {
            top:38%;
            right: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      @keyframes glass_badges_5 {
        0% {
            top:56%;
            left: -100px;
            transform: rotate( -720deg );
        }
        100% {
            top:60%;
            left: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      @keyframes glass_badges_6 {
        0% {
            top:56%;
            right: -100px;
            transform: rotate( 720deg );
        }
        100% {
            top: 60%;
            right: calc(50% - 100px);
            transform: rotate( 0deg );
        }
      }
      .goto_this_mission{
        width: 80%;
    left: 10%;
      }
      .goto_this_mission .close_goto_this_mission{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .goto_this_mission .close_goto_this_mission_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .detail_desc_box_close{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .detail_desc_box_close_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .itemInventory_ttwrap .close_itemInventory{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .itemInventory_ttwrap .close_itemInventory_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .close_goto_itemInventory{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .close_goto_itemInventory_shadow{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 20px;
      }
      .retry_btn{
        width: 280px;
        height: 50px;
        border-radius: 50px;
    }
    .retry_btn img{
        width: 50px;
    }
}


@media all and (min-height: 575px) and (max-height: 585px){
    .make_id_wrap .desc p{
        padding: 0;
        margin: 10px 0;
    }
    .intro_makeIdpn_bg{
        width: 94%;
        left: 3%;
    }
    .make_id{
        width: 220px;
    }
    #userName{
        width: 162px;
    }
    #gameSystem .mission_wrap .mission_imgs .mission_img{
        width: 30px;
        height: 30px;
    }
    .mission_imgs_li {
        padding-top: 8px;
    }
    .goto_this_mission{
        height: 200px;
        top: calc(50% - 100px);
    }
    .goto_this_mission .goto_this_mission_btn{
        height: 50px;
        line-height: 45px;
        margin-top: 5px;
    }
    .goto_this_mission .close_goto_this_mission, .goto_this_mission .close_goto_this_mission_shadow{
        width: 30px;
        height: 30px;
        line-height: 26px;
        border-radius: 20px;
    }
    #itemNsound {
        height: 36px;
        top:70px;
    }
    .itemInventory_ttwrap .close_itemInventory, .itemInventory_ttwrap .close_itemInventory_shadow {
        width: 30px;
        height: 30px;
        line-height: 26px;
        border-radius: 20px;
    }
    .itemInventory_ttwrap ul.itemInventory_list li span {
        font-size: 12px;
        line-height: 14px !important;
        padding-top: 0px;
    }
    .characterDialogueBox_text_profile_ttwrap {
        top: -70px;
        height: 70px;
    }
    #gameSystem{
        height: 56px;
    }
    #gameSystem_shadow{
        height: 64px;
    }
    #gameSystem_ttwrap{
        height: 62px;
    }
    #gameView .dial_next_btn_ttwrap {
        font-size: unset;
        height: 36px;
        bottom: -48px;
    }
    .dial_next_btn_ttwrap_shadow{
        font-size: unset;
        height: 36px;
        bottom: -48px;
    }
    .system_info_next_btn, .system_info_next_btn_shadow{
        right: calc(50% - 50px);
        width: 100px;
        height: 40px;
        line-height: 37px;
    }
    #gameSystem .now_place{
        padding-top: 15px;
    }
    .characterDialogueBox_text_profile_name_top {
        margin-top: 4%;
        padding-top: 8%;
    }
    .detail_desc_word{
        font-size: unset;
        height: 36px;
        bottom: -42px;
        line-height: 24px;
        font-size: 17px;
    }
    .detail_desc_word_shadow{
        font-size: unset;
        height: 36px;
        bottom: -50px;
    }
    #gameView .dial_next_btn_ttwrap .dial_gonext{
        font-size: 17px;
    }
    .detail_desc_box {
        height: 400px;
    }
    .detail_desc_box_close, .detail_desc_box_close_shadow{
        width: 30px;
        height: 30px;
        line-height: 26px;
        border-radius: 20px;
    }
    .msg_select_ttwrap{
        height: calc(200% + 50px);
    }
    .msg_select_answer_wrap_shadow{
        height: 300px;
    }
    .msg_select_answer_wrap{
        height: 300px;
    }
    .msg_select_answer, .msg_select_answer_wrap_shadow li{
        height: 80px;
        font-size: 17px;
        padding-left: 10px;
    }
    .select_box_ox_text_correct_wrap {
        font-size: 15px;
        line-height: unset;
    }
    .msg_select_answer_nb {
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 19px;
    }
    .select_box_ox_wrap {
        font-size: unset;
        height: 300px;
        bottom: 10px;
    }
    .select_box_ox_img_wrap {
        height: 70px;
        width: 70px;
    }
    .select_box_ttwrap_center {
        height: 150px;
    }
    .select_box_ox_close {
        font-size: unset;
        width: 100px;
        height: 36px;
        border-radius: 15px;
        line-height: 33px;
        bottom: 8px;
    }
    .select_box_ox_close_shadow{
        font-size: unset;
        width: 100px;
        height: 36px;
        border-radius: 15px;
        line-height: 33px;
        bottom: 8px;   
    }
    .msg_desc_ttwrap {
        height: calc(200% + 50px);
    }
    .msg_desc_h {
        width: 260px;
        height: 40px;
        border-radius: 15px;
        left: calc(50% - 130px);
        line-height: 37px;
    }
    .msg_desc_h_shadow{
        width: 260px;
        height: 40px;
        border-radius: 15px;
        left: calc(50% - 130px);
        line-height: 37px;
    }
    .msg_desc_text {
        height: 290px;
        margin-top: 54px;
    }
    .msg_desc_box_close, .msg_desc_box_close_shadow {
        font-size: unset;
        width: 100px;
        height: 36px;
        border-radius: 15px;
        line-height: 33px;
        bottom: 8px;
    }
    .characterDialogueBox_text_ment_ttwrap{
        font-size: 20px;
    }
    .msg_select_ttwrap_deco_q{
        top:15px;
    }
    .msg_select_ttwrap_deco_q_shadow{
        top:22px;
    }
    .msg_select_question{
        padding-top: 0px;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .item_description .confirm_item_desc{
        width: 260px;
        border-radius: 15px;
    }
    .get_badgeNitem{
        height: 214px;
        top: 0px;
    }
    .close_goto_itemInventory, .close_goto_itemInventory_shadow {
        width: 30px;
        height: 30px;
        line-height: 26px;
        border-radius: 20px;
    }
    .item_effect_box .item_use_user {
        width: 180px;
        left: calc(50% - 90px);
    }
    .detail_desc_word_array_tt {
        font-size: unset;
        margin-top: 15px;
        margin-bottom: 4px;
    }
    .minigame_ttwrap .start_btn_wrap {
        width: 300px;
        height: 300px;
        top: calc(50% - 150px);
        left: calc(50% - 150px);
    }
    .minigame_ttwrap .start_btn_wrap span {
        width: 200px;
        height: 47px;
        line-height: 46px;
        margin-left: calc(50% - 100px);
    }
    .minigame_ttwrap .game_container .game_img {
        border: 4px solid #e11313;
        width: 80px;
        height: 80px;
    }
    .minigame_ttwrap .end_btn_wrap {
        width: 300px;
        height: 340px;
        top: calc(50% - 170px);
        left: calc(50% - 150px);
    }
    .minigame_ttwrap .end_btn_wrap .restart_mGame_btn, .minigame_ttwrap .end_btn_wrap .backto_conv {
        width: 200px;
        height: 47px;
        line-height: 46px;
        margin-left: calc(50% - 100px);
    }
    .end_btn_wrap p{
        font-size: 20px !important;
    line-height: 20px !important;
    letter-spacing: -1px;
    }
    .alert_use_item {
        width: 250px;
        height: 36px;
        border-radius: 50px;
        font-size: unset;
        left: calc(50% - 125px);
        line-height: 33px;
        font-size: 12px;
    }
    .minigame_ttwrap .game_system_ui{
        bottom: 0;
    }
    .end_btn_wrap .end_game_addi_desc {
        /* margin-top: 0; */
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -1px;
    }
    .end_game_addi_desc_hl {
        font-size: 15px;
    }
    .glass_running_player{
        top: 72px;
    }
    .retry_btn {
        width: 170px;
        height: 40px;
        border-radius: 40px;
    }
    .othergame_wrap {
        height: 34%;
        top: 17%;
    }
    .othergame_wrap ul{
        width: 86%;
        margin: 0 auto;
        overflow: hidden;
    }
    .othergame_wrap ul li{
        width: 49%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
    }
    .other_game_1_desc, .other_game_2_desc{
        font-size: 15px;
    }
    .retry_thisgame_wrap{
        height: 8%;
    }
    .audio_effect_wrap .audio_effect_wrap_h {
        font-size: 12px;
    }
    .audio_effect_wrap{
        top:54%;
        font-size: 12px;
    }
    .production_ttwrap{
        height: 30%;
        top: 66%;
    }
    .producer .producer_t{
        font-size: 12px;
    }
    .production_logo_top {
        height: 55%;
        padding-top: 6%;
    }
    .production_logo_top a{
        width: 40%;
        border: 3px solid #3d7f8b;
    }
    .before_open_wrap{
        font-size: 14px;
    }
    .msg_select_answer_nb_wrap span:nth-child(2) {
        top: 47%;
    }
    .msg_select_answer_nb_wrap span:nth-child(3) {
        top: 76.5%;
    }
}

@media all and (min-height: 575px) and (max-height: 585px) and (max-width: 700px) {
    .intro_makeIdpn_bg{
        top:12%
    }
    .select_box_ox_text_correct_wrap {
        line-height: 18px;
    }
    .iframeNfsmodeicon{
        width: 40px;
        right: -5px;
    }
    #fsMode_btn{
        width: 40px;
    }
    #fsMode_btn img{
        width: 100%;
    }
    .goto_this_mission p{
        font-size: 19px;
    }
    .msg_select_answer_wrap_shadow {
        height: 270px;
    }
    .msg_select_answer_wrap {
        height: 270px;
    }
    .msg_select_answer, .msg_select_answer_wrap_shadow li {
        height: 67px;
        font-size: 16px;
        padding-left: 5px;
    }
    .select_box_ox_wrap{
        height: 270px;
    }
    .select_box_ttwrap_center {
        height: 124px;
    }
    .msg_desc_text {
        height: 277px;
        margin-top: 54px;
    }
    .msg_select_question {
        font-size: 16px;
        line-height: 20px;
    }
    .msg_desc_text {
        height: 248px;
        font-size: 18px;
    }
    .get_badgeNitem {
        height: 196px;
        top: 0px;
    }
    .get_badgeNitem img {
        margin-top: 23px;
    }
    .retry_btn{
        height: 37px;
    }
    .msg_select_answer_nb_wrap span:nth-child(2) {
        top: 45%;
    }
    .msg_select_answer_nb_wrap span:nth-child(3) {
        top: 73.5%;
    }
}