.top_title{color:#ffffff; font-family: AppleSDGothicNeo-Regular, "Malgun Gothic","맑은 고딕",dotum,"돋움",sans-serif ; font-weight: bold; font-size:14px;}
td {font-size:11px; font-family: AppleSDGothicNeo-Regular, "Malgun Gothic","맑은 고딕",dotum,"돋움",sans-serif; color: 717171}
font {font-face:; line-height:normal; font-family: AppleSDGothicNeo-Regular, "Malgun Gothic","맑은 고딕",dotum,"돋움",sans-serif; font-size:11px;}
select {font-family: AppleSDGothicNeo-Regular, "Malgun Gothic","맑은 고딕",dotum,"돋움",sans-serif; font-size:11px; border-style: solid;  color: 717171}
INPUT {font-size: 11px;; border-color: #d9dde1;border-width:1px; border-style:solid; color: #717171; height: 20px;}
BODY {margin-top: 0px; margin-left: 0px; FONT-SIZE: 11px; FONT-FAMILY: AppleSDGothicNeo-Regular, "Malgun Gothic","맑은 고딕",dotum,"돋움",sans-serif; COLOR: #555555; LINE-HEIGHT: 100%;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: #E4E4E4;
scrollbar-shadow-color: E4E4E4;
scrollbar-darkshadow-color: ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: D3E7F0;}
.btn{color: #ffffff; letter-spacing:-0.1em; font-size: 12px; padding-top:1px; }
@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 1s step-end infinite;

  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}