@charset "utf-8";
/* *_coverstory.jsp */
#KS_visual_title > p > br { display:none }



/* IMG+BACKGROUND */
#KS11_bgImg { width:100% ; box-sizing:border-box ; margin-bottom:2rem }
#KS11_bgImg::before { 
    display:block ; overflow:hidden ; content:"" ; width:30rem ; height:20rem ; border-radius:0.4rem ;
    background:url(../img_sub/KS11_img_MB.jpg) no-repeat center ; background-size:cover ;
    margin:4rem auto 4rem ; border:solid 1px rgba(0,0,0,0.1) ; box-sizing:border-box ;
}
 
 



/* PC **********/
@media all and (min-width:1100px){

    /* IMG+BACKGROUND */
    #KS11_bgImg { 
        position:relative ; height:55rem ; margin:5rem auto ;
        background:url(../img_sub/KS11_img.jpg) no-repeat center ; background-size:cover ; 
    }
    #KS11_bgImg::before {
        background:none ; background-color:#000000 ; width:100% ; height:100% ; opacity:0.6 ;
        position:absolute ; left:0 ; top:0 ; margin:0 ; border-radius:0 ;
    } 

    #KS11_bgImg > .KS_p { 
        position:absolute ; left:50% ; top:50% ; transform:translate(-50%,-50%) ;
        font-size:1.8rem ; line-height:3.4rem ;
        font-family:'Noto Serif KR',serif ; color:#ffffff ; text-shadow:0 0 0.3rem rgba(0,0,0,0.3) ;
        padding-right:50rem ;
    } 
}  