._popup_skin .pop-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1
}

._popup_skin .pop-info {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-info .outter {
    margin: 0 auto;
    width: 406px;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -203px;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1
}
._popup_skin .pop-custom {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-custom .outter {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1;
    left: 50%;
}

._popup_skin .pop-info .top {
    background: url("/common/tpl/popup/img/popup_small_bg_top2.png") left top no-repeat;
    height: 32px;
    text-align: right;
}

._popup_skin .pop-info .middle {
    background: url("/common/tpl/popup/img/popup_small_bg_middle.png") left center repeat-y;
}

._popup_skin .pop-info .bottom {
    /*width:386px;
    height:50px;
    margin:0 auto;
    background: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top:15px;*/
    position:relative;
    height: 31px;
    background: url("/common/tpl/popup/img/popup_small_bg_bottom.png") left bottom no-repeat;
    margin: 0;
}

._popup_skin .pop-info .symbol {
    background: url("/common/tpl/popup/img/img-info.png") center center no-repeat;
    height: 120px
}

._popup_skin .pop-info .big-msg {
    color: #56ACE9;
    font-size: 17px;
    text-align: center;
    width: 366px;
    margin: 0 auto;
    margin-top: 10px;
}

._popup_skin .pop-info .small-msg {
    color: #888888;
    font-size: 16px;
    text-align: center;
    width: 366px;
    margin: 0 auto;
}

._popup_skin .pop-wait {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-wait .outter {
    margin: 0 auto;
    width: 406px;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -203px;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1
}

._popup_skin .pop-wait .top {
    background: url("/common/tpl/popup/img/popup_small_bg_top.png") left top no-repeat;
    height: 32px;
}

._popup_skin .pop-wait .middle {
    background: url("/common/tpl/popup/img/popup_small_bg_middle.png") left center repeat-y;
}

._popup_skin .pop-wait .bottom {
    height: 31px;
    background: url("/common/tpl/popup/img/popup_small_bg_bottom.png") left bottom no-repeat;
}

._popup_skin .pop-wait .symbol {
    background: url("/common/tpl/popup/img/clock.gif") center center no-repeat;
    height: 100px;
}

._popup_skin .pop-wait .big-msg {
    color: #56ACE9;
    font-size: 22px;
    text-align: center;
    width: 366px;
    margin: 0 auto;
    margin-top: 10px;
}

._popup_skin .pop-wait .small-msg {
    color: #888888;
    font-size: 16px;
    text-align: center;
    width: 366px;
    margin: 0 auto;
    margin-top: 14px;
}

.pointer {
    cursor: pointer;
}

._popup-info_move{
    position:relative;
    bottom:33px;
    font-family: "Noto Sans","NanumGothic", "나눔고딕", Arial, "맑은 고딕", "굴림", Tahoma, Geneva, sans-serif;
    cursor: pointer;
    width: 80px;
    height: 35px;
    background: #01aaef;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    border-radius:4px;
}

._popup-info_move-middle{
    height: 205px;
}