
.pop_in{    
    transform-origin: 0 0;
    position: absolute;
    width: 1000px;
    height: 640px;
    left:0;
    top:0;
    display:none;
    z-index: 51;
}

.pop_in > .pop_bg{
    width: 967px;
    height: 277px;
    border: none;
    position: absolute;
    bottom: 61px;
    left: 20px;
    display: none;
    transform-origin: 0 0;
}
.pop_in > .pop_bg > div{
    padding: 48px 45px;
}

.pop_in > .pop_btn{
    width: 10%;
    height: 8%;
    position: absolute;
    left: 45%;
    bottom: 37%;
    background-color:rgba(0,0,0,0);
    cursor: pointer;
    transform-origin: 0 0;
}
.pop_in > .pop_close_btn{
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 260px;
    position: absolute;
    background-color: rgba(1,1,1,0);
    cursor: pointer;
    transform-origin: 0 0;
}



/*
위 css가 안 맞을 경우 개별 설정은
"#id_차시_페이지"와 같은 식으로 
아래 예시 참조 바랍니다.

#id_14_06_1_pop => 6페이지 1번째
#id_14_06_2_pop => 6페이지 2번째
*/
/*pop 6페이지 컨테이너*/
/* #id_14_06_1_pop{} */
/*선택시 등장 할 이미지*/
/* #id_14_06_1_pop > .pop_bg {} */
/*선택버튼(투명)*/
/* #id_14_06_1_pop > .pop_btn{} */
/*닫기버튼(투명)*/
/* #id_14_06_1_pop > .pop_close_btn{} */