@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 { font-size:inherit ; line-height:inherit ; padding:7px 20px}

.KS51_title > b , .KS51_title > b > span  { vertical-align:middle }


/* 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 { display:block ; overflow:hidden ; padding-top:20px ; text-align:center }  
.KS51_img , .KS51_img img { width:100% }
.KS51_img { max-width:540px ; margin:5px auto }
.KS51_img img { border-radius:4px }   



/* 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:1100px ; 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 }
 
    
  
    /* IMG */
    .KS51_imgs { width:100% }
    .KS51_imgs .KS51_img , .KS51_imgs .KS51_img img { margin:0px }
    .KS51_imgs .KS51_img:nth-child(1) , .KS51_imgs .KS51_img:nth-child(3) { float:left }
    .KS51_imgs .KS51_img:nth-child(2) , .KS51_imgs .KS51_img:nth-child(4) { float:right }
    #KS51_img7 , #KS51_img8 { margin-bottom:20px }
 
    
    /* 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 }
    

    
} 