.no-event{
    pointer-events: none;
    cursor: default;
}

html, body, .scale, .wrap {
    overflow: hidden;   
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;   
    position:relative;
  }
  
.wrap{
    width: 1920px;
    height:1080px; 
    position:absolute;
    overflow: hidden;
    transform-origin:top left;
    -webkit-transform-origin :top left;
    -ms-transform-origin : top left;    
}
.wrap#web, .wrap#mobile{  
    width: 1280px;
    height: 720px;
    opacity:0;
    display:none ;
}
.wrap#study{
    display:none ;
    width: 1920px;
    height:1080px;
    position:fixed;
}
.smartphone.web .scale{
  display:none;
}
/*알파벳 표기요소*/
.gpa,.phonetic{
	font-family:GPA !important;
	font-size:17px;
}

/*전체deem*/
.scale.deem-scale{
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.deem-full{ 
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    background: rgba(0,0,0,0.4);
}
.deem{	
  background: rgba(0,0,0,0.3);  
}
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index : 11;
}
.modal.finish{
    z-index:12
}
.modal-common >div{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.modal-common .modal-pop{
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 14px 18px 21px -1px rgba(0,0,0,0.37);
    -webkit-box-shadow: 14px 18px 21px -1px rgba(0,0,0,0.37);
    -moz-box-shadow: 14px 18px 21px -1px rgba(0,0,0,0.37);
}
.modal-common .modal-pop >div:nth-child(1){
    display: flex;
    min-height: 226px;
    min-width: 538px;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-direction: column;
    padding:0 10px;
    font-family: 'Pretendard';
}
.modal-common .modal-pop >div:nth-child(1) p{
    font-size:29px;
    font-family: 'Pretendard';
    line-height: 1.5;
}
.modal-common .modal-pop >div:nth-child(2){
    height: 94px;
    background: #3951cc;
}
.modal-common .modal-pop >div:nth-child(2) button{
    border:0;
    width: 50%;
    height:100%;
    background: #3951cc;
    border-top: 2px solid #1c31bb;
    color:#fff;
    position: relative;
    font-size:30px;
    font-family: 'Pretendard';
}

.modal-common .modal-pop >div:nth-child(2) button:first-child{
    background:#aaaaaa;
    border-top: 2px solid #959595;
}

.modal-common .modal-pop >div:nth-child(2) button:only-child{
    width: 100%;
    background: #3951cc;
}
.hide{
	display:none !important
}
#audio-global, #audio-player, #video-global{
	display:none;
	pointer-events: none;
}

.no-event{
    pointer-events: none !important;
    cursor: default !important;
}
.result >div >.no-event{
    pointer-events: auto !important;
}
.result >div .quiz-select button,
.result .btn-cq-sound{
   cursor: default;
}

.media >*{
    display:none;
}

#study.wrap >div{
    width:100%;
    height:100%;
}
/*#study.wrap >div.flow{*/
/*    visibility: hidden;*/
/*    opacity:1 !important;*/
/*}*/
/*#study.wrap >div.flow.v{*/
/*    visibility : visible;*/
/*}*/
#study.wrap >div.flow header h1,
#study.wrap >div.flow main,
#study.wrap >div.flow header >button,
#study.wrap >div.flow #btn-test-submit{
    visibility:hidden;
}
#study.wrap >div.flow.v header h1,
#study.wrap >div.flow.v main,
#study.wrap >div.flow.v header >button,
#study.wrap >div.flow.v #btn-test-submit{
    visibility:visible;
}
#hidden{
    position:absolute;
    left:-3000%;
    top:-3000%;
    display:block;
    white-space: nowrap;
    width:500px;
    opacity:0;
}
#hidden >*{
    white-space: nowrap;
    color:#fff;
}

/*셀바스*/
#preference #preference-frame{
    position: absolute;
    top: 164px;
    left: 122px;
    z-index: 2;
    width: 916px;
    height: 254px;
    opacity: 0;
    pointer-events: none;
}
#preference #preference-frame.on{
    opacity: 1;
    background:rgba(251,243,236,0.5);
}
body#LMS .wrap{
    background:none !important;
}

/*캡쳐버튼*/
.btn-capture{
    position:absolute;
    width:48px;
    height:48px;
    left:-12px;
    top:-48px;
    background:url("../../../bk/study/common/ico_capture.png") no-repeat center;
}
/*학습플로우네비*/
#nav{
    posiion:absolute;
    top:0;
    left:0;
    height:0
}