.h1pn{
    color:white;
    font-size:20px;
    font-weight:normal;
    position:absolute;
    right:15px;
    bottom:10px;
}
h1 .pn{
    font-weight:bold ;
    opacity:1;
    background-color:black;
    border-radius:7px;
   
}




#cnt{
    height:50px;
    margin:0;
    position:absolute;
    right:2px;
    bottom:7px;
    
}
.book-slider{
    background-color:white;
    opacity:0.5;
    height:100px;
}

.book-slider.golf-membership {
    background: transparent;
    opacity: 1;
    height: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.golf-hero-card {
    display: inline-block;
    max-width: 720px;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px 28px 24px;
    border-radius: 6px;
}
#hd, #bbs{
    opacity:0.7;
}

.golf-bg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    pointer-events: none;
}

@media(max-width:760px){
    .h1pn{
        position:relative;
    }
}
