/*
 * CSS 추가
 * 2019.01.23 유충열
 */

@font-face {
  font-family: Helvetica Neue UltraLight;
  src: url(/font/HelveticaNeueUltraLight.ttf);
}
@font-face {
  font-family: Helvetica Neue Roman;
  src: url(/font/HelveticaNeue-Roman.otf);
}
/* nanum-gothic-regular - latin */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/font/nanum-gothic-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('NanumGothic'),
       url('/font/nanum-gothic-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/font/nanum-gothic-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/font/nanum-gothic-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/font/nanum-gothic-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/font/nanum-gothic-v13-latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}
.round-button{
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-style: none;
    color: white;
    background-color: #8a8f98;
    border-radius: 100%;
    overflow: none;
    text-align: center;
    padding-top:2px;
}

.round-button:active{
    background-color: #394457;
}

.ui-tooltip {
    background: #333;
    border-radius: 15px;
    color: white;
    border: none;
    font-size: 9pt;
    padding: 5;
    opacity: 0.9;
}