@charset "utf-8";

/*-- 블록 설정 색상 start--*/
::-moz-selection{
          background: #69e781;
          color: #ffffff;
}
::selection{
          background: #69e781;
          color: #ffffff;
}


  

a { text-decoration:none; }

h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,strong{font-style:normal; font-weight:normal;}



body { margin:0; padding:0; font-family:'Noto Sans KR', sans-serif; }


