.parent{
    position: relative;
}

.child{
    position: fixed; /* 이 부분을 고정 */
    bottom: 50px;
    right: 50px;
}
.childChat{
    position: fixed; /* 이 부분을 고정 */
    bottom: 150px;
    right: 50px;
}

.share{
    text-align: center;
    display: inline-block;
}


.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 5px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 5px 0 5px;
    padding-top: 5px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    width: 400px;
    height: auto;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}

#kakaotalkMeLayerBg{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.kakaotalk-me-txt {
    width: 100%;
    height: 100%;
}

.kakaonavi{
    text-align: center;
    display: inline-block;
}

.kakaoLogin{
    width: 100%;
}
