@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

/* TITLE */ 
.KS51_title > b { 
    display:block ; font-family:'NanumSquareRound',sans-serif ; 
    font-size:1.3em ; line-height:1.4em ; font-weight:bold ; color:#1e728a ; word-break:keep-all }
.KS51_title > span { display:none }
.KS51_title { margin-bottom:10px }

.KS51_title > b > span { 
    font-weight:inherit ; color:inherit ; font-family:inherit ;
    display:inline-block ; background-color:#34aec6 ;  border-radius:40px ;
    padding:5px 15px ; font-size:0.8em ; line-height:1em ; color:#ffffff }
#KS51_artcle1 .KS51_title > b > span ,
#KS51_artcle4 .KS51_title > b > span { font-size:inherit ; line-height:inherit ; padding:7px 20px} 
.KS51_title > b , .KS51_title > b > span  { vertical-align:middle }
.KS51_sup { font-size:0.4em ; line-height:3em   }



/* BTN */ 
.KS_btn_more > b > span { background-image:url(../img/icon_sub_movie.png) }
.KS_btn_more { width:180px ; margin-bottom:10px }



/* IMG */ 
.KS51_img , .KS51_img img { width:100% }
.KS51_img { max-width:540px ; margin:auto ; margin-bottom:10px  }
.KS51_img img { border-radius:4px }   
.KS51_imgs { display:block ; overflow:hidden ; padding-top:20px ; text-align:center } 



/* MOVIE */
.KS51_movie , .KS51_movie img { width:100% ; border-radius:6px }
.KS51_movie , .KS51_movie_txt { display:block ; overflow:hidden }
.KS51_movie { background-color:#111111 ; max-width:700px ; margin:auto ; margin-bottom:50px }
.KS51_movie_txt {
    padding:15px 15px ; word-break:keep-all ; font-weight:700 ;      
    font-family:'Nanum Myeongjo',serif ; font-size:1.4em ; line-height:1.4em ; color:#ffffff ; text-align:center ; 
}
.KS51_movie_txt br { display:none }





/* PC **********/
@media all and (min-width:1000px){
 	
    /* VISUAL */
    .KS_PP_btn { top:68% }
    
    
    
    /* TITLE */
    .KS51_title { margin-bottom:20px }
    .KS51_title > b { text-align:center ; font-size:1.6em ; color:#111111 ; margin-bottom:15px } 
    .KS51_title > span { display:block ; overflow:hidden ; width:2px ; height:20px ; border-radius:10px ; background-color:#34aec6 ; margin:auto }
 


    /* MOVIE */
    .KS51_movie { background:none ; position:relative }
    .KS51_movie_txt { background-color:rgba(0,0,0,0.6) ; position:absolute ; left:0px ; bottom:0px ; box-sizing:border-box ; width:100% ; font-size:1.6em }
    .KS51_movie_txt br { display:block }

    
    /* IMG */ 
    .KS51_img { float:right ; margin:0px ; margin-left:40px ; padding-top:7px }
    .KS51_imgs .left , .KS51_imgs .right { margin:0px }
    .KS51_imgs .left { float:left } 
    .KS51_imgs .right { float:right } 
    #KS51_img6 , #KS51_img7 { margin-bottom:15px }
    
} 