@charset "utf-8";

body.pop_body {
    background: none;
}

/* 팝업 레이아웃 */
/* 일반 페이지 팝업 */
.lypop.normal_pop {
    display: none;
}

/* 고정형 */
.lypop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
}

.pop_ifrm_wrap {
    position: relative;
}

/* 팝업 닫기 */
.btn_lypop_close {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 510;
    width: 40px;
    height: 40px;
    background: url(../images/pop-x.png) no-repeat 0 0;
    background-size: 100% auto;
}

/* 팝업 컨텐츠 */
.pop_wrap {
    position: relative;
}

.pop_wrap>.inner {
    position: relative;
}

.pop_btn_area {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.pop_btn_area:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
}
