@charset "utf-8";


/*=====팝업레이어==================================================*/
.poplayer{
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.poplayer .contents{
    width: 78%;
    max-width: 300px;
    min-width: 250px;
    margin: 0 auto;
    margin-top: 20%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    background-color: #fff;
    padding: 16px 20px;    
    border-radius: 20px;
}

.poplayer strong{
    font-size: 1.7rem;    
    line-height: 1.4em;
    letter-spacing: -0.05em;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
	margin-top:20px;
    margin-bottom: 20px;
	text-align:center;
}

.poplayer .article_btns {
    text-align: center;
    background-color: #fff;
}

.poplayer .article_btns button{
    padding: 13px 43px 14px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom:10px;
}
.poplayer .article_btns .line{
    color: #939393;
    border: 1px solid #939393;
}
.poplayer .article_btns .full{
    color: #fff;
    background-color:#939393;
}
.poplayer .article_btns .line:active{	
	background-color: #eee;
}
.poplayer .article_btns .full:active{	
	background-color: #7d7d7d;
}
.poplayer .head{
    position: relative;
    padding: 14px 0 4px 0;
}
.poplayer .head .close_b{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-indent:0; font-size:15px; color:transparent;
    background-size: 20px;
}
.poplayer .article_btns .mgr5 {
    margin-right:5px;
}
.poplayer .article_btns .mgl5 {
    margin-left:5px;
}
