﻿/*말풍선수정 jinseo.2022-10-27*/
.ui-tooltip, .arrow:after {
    /*background: white;
    border: 2px solid #A8A8A8; 주석처리 jinseo.2022-10-27*/ 
    text-align:center; 
  }
  .ui-tooltip {
    padding: 5px 10px 0px !important;/*수정 jinseo.2022-10-28*/
    color: #00ffa8;/*수정 jinseo.2022-10-27*/
    
    /*font: bold 14px "Noto Sans KR", Sans-Serif; 주석처리 jinseo.2022-10-27*/
	font-family: 'pretendard',Sans-serif ;/*추가 jinseo.2022-10-27*/
	font-weight: 700;/*추가 jinseo.2022-10-27*/
    /*text-transform: uppercase;*/
    /*box-shadow: 0 0 7px black; 주석처리 jinseo.2022-10-27*/
    min-width: 60px;
	margin-bottom: 10px;
  }
.free_now_song_info .ui-tooltip {
	display: none !important;
}
/*
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #cccccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
주석처리 jinseo.2022-10-27 */
