@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 }
  


/* BTN */ 
.KS_btn_more > b > span { background-image:url(../img/icon_sub_movie.png) }
.KS_btn_more { width:180px ; margin-bottom:10px }



/* IMG */
.KS51_imgs , .KS51_img_txt { display:block ; overflow:hidden ; text-align:center }
.KS51_imgs { padding-top:20px }
.KS51_imgs img , .KS51_img_txt { width:100% }
.KS51_imgs img { max-width:540px ; margin-bottom:7px }
.KS51_img_txt  { font-size:0.9em ; line-height:1.2em }



/* 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:1000px ; 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 ; 
}


/* 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 }
 
    

    /* IMG */ 
    .KS51_imgs img:nth-child(1) { float:left }
    .KS51_imgs img:nth-child(2) { float:right }
    .KS51_img_txt { padding-top:5px ; border-bottom:solid 1px rgba(0,0,0,0.1) ; padding-bottom:10px   }
    
    
 
    
    /* 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 }
    

    
} 