@charset "utf-8";

.head_logo{width:450px !important;}

/*모바일이미지노출*/
.moi100 {display: none;}
@media only screen and (max-width:430px){
 .moi100 {display:block;}
 .pci100 {display: none;}
}
