@charset "utf-8";


.tooltip_templates { display: none; }

.tooltipster-sidetip .tooltipster-box {border:solid 1px #808080; background-color: #fff; background-color: rgba(255,255,255,0.95); font-size: 13px; color:#000;}
.tooltipster-sidetip .tooltipster-content {color:#000; padding: 6px 9px 9px; line-height: 15px;}
.tooltipster-sidetip .tooltipster-content strong {font-weight: normal;}

.tooltipster-sidetip .tooltipster-content .tit {display:inline-block; margin-top:3px; font-weight: bold;}
.tooltipster-sidetip .tooltipster-content ul {margin:3px 0 0;}
.tooltipster-sidetip .tooltipster-content ul > li {line-height: 20px; font-size: 12px; color:#333;}


/* IE9 이하를 위한 css */
.placeholder {
    color: #b2b2b2;
}

/* IE10 이상을 위한 css */
input::placeholder {
    color: #b2b2b2;
    opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
input::-webkit-input-placeholder {
    color: #b2b2b2;
}
/* IE */
input:-ms-input-placeholder {
    color: #b2b2b2;
}
/* Firefox */
input:-mos-input-placeholder {
    color: #b2b2b2;
}



