@charset "utf-8";

.mongPopup_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
}
.mongPopup_wrap .layerOverlay {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39, 39, 39, 0.6);
    z-index: 9990;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mongPopup {
    display: none;
    width: 280px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%; left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 9999;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 20px 15px -15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 20px 15px -15px rgba(0,0,0,0.2);
    box-shadow: 0 20px 15px -15px rgba(0,0,0,0.2);
}
.mongPopup.open {
    display: block;
}
.mongPopup > .mongPopup_close {
    width: 60px; height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0; right: 0;
    z-index: 100;
}
.mongPopup_close:before {
    display: inline-block;
    font-size: 20px;
}
/* mongPopup_head */
.mongPopup_head {
    width: 100%;
    height: 56px;
    padding: 14px 18px 12px;
    text-align: center;
    position: relative;
    background: #2d2d2d;
    color: #fff;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.mongPopup_head h2 {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 30px;
}
.mongPopup_head h2 i {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
}
/* mongPopup_cont */
.mongPopup_cont {
    position: relative;
}
/* mongPopup_foot */
.mongPopup_foot {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}
.mongPopup_foot:before {
    content: '';
    height: 1px;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
}
.mongPopup_foot .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mongPopup_foot .btn_wrap li {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mongPopup_foot .btn_wrap li a,
.mongPopup_foot .btn_wrap li button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    font-size: 13px;
}
.mongPopup_foot .btn_wrap li .mongPopup_close {
    background: #f9f9f9;
    color: #555;
}


/* ——————————————————————————
 * 가입조건
/* —————————————————————————— */
#pop_condition{}
#pop_condition .mongPopup_cont{padding:14px}
#pop_condition .condition_tbl{border-top:1px solid #2d2d2d}
#pop_condition .condition_tbl dl{width:100%;display:table}
#pop_condition .condition_tbl dl dd,
#pop_condition .condition_tbl dl dt{display:table-cell;font-size:11px;letter-spacing:-0.025em;border-bottom:1px solid #eee;padding:10px}
#pop_condition .condition_tbl dl dt{width:30%;background-color:#f7f7f7}
#pop_condition .condition_tbl dl dd{width:70%;color:#555}