@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap'); /* font-family:'NanumMyeongjo',serif; */


 
* { margin:0 ; padding:0 ; color:#444444 ; word-break:break-all ; vertical-align:top ;
	font-family:'Noto Sans KR',sans-serif ; text-decoration:none ; font-weight:400 ; letter-spacing:-0.05rem ;
    border:0 ; border-radius:0 ; background:none }
  
html { font-size:0.625em }
body { font-size:1rem ; background-color:#ffffff } 

img , fieldset { border:0 }
ul,li,dt,dd,dl,ol { list-style:none ; vertical-align:top }
a , button { cursor:pointer }
 
.sound { 
    display:block ; overflow:hidden ; width:0 ; height:0 ; 
    position:absolute ; left:-1rem ; top:-1rem ;
    font-size:0 ; line-height:0 ; color:transparent }



/* SKIP MENU */
#skip , #skip a , .sub_skip { width:100% ; box-sizing:border-box ; display:block ; overflow:hidden ; text-align:center } 
#skip   { position:fixed ; left:0 ; top:0 ; z-index:110 } 
#skip a , .sub_skip { font-size:0 ; height:0 ; line-height:0 }
#skip a:focus , #skip a:hover , .sub_skip:focus , .sub_skip:hover { 
    background-color:#111111 ; padding:1rem 0 ; height:auto ; 
    color:#ffffff ; font-size:1.8rem ; line-height:2rem ; word-break:keep-all }  
.sub_skip { position:absolute ; z-index:109 }
 


/* ETC */
.lang { 
    word-break:inherit ; text-decoration:inherit ;
    font-size:inherit ; line-height:inherit ; color:inherit ; font-weight:inherit ; font-style:inherit }
 


/* PC **********/
@media screen and (min-width:1100px){
 	 
} 

 