.wrap .balloon_menu {position: fixed; bottom: 2%; right: -100px; z-index: 100000;transition: 1s;opacity: 0; }
.wrap .balloon_menu span {box-shadow: rgba(0, 0, 0, .06) 0 1px 6px 0, rgba(0, 0, 0, .16) 0 2px 32px 0; border-radius: 10px; width: 54px; display: block; overflow: visible; cursor: pointer; position: relative;}
.wrap .balloon_menu span:nth-of-type(1) {margin-bottom: 10px;}
.wrap .balloon_menu img {width: 100%; display: block;}

/* 펜 버튼 스타일 */
.wrap .balloon_menu .pen_btn {
  position: relative;
  background: #414141;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap .balloon_menu .pen_btn img {
  width: 24px;
  height: 24px;
  display: block;
}

/* 펜 버튼 말풍선 - 항상 표시 */
.wrap .balloon_menu .pen_tooltip {
  position: absolute;
  right: 0;
  top: -45px;
  background: #803bff;
  color: #ffffff;
  border-radius: 999px;
  width: 142px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.63px;
  line-height: 16px;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 100001;
}

.wrap .balloon_menu .pen_tooltip .tooltip_free {
  color: #1cf818;
  margin-bottom: 0;
  display: contents;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.63px;
  line-height: 16px;
}

.wrap .balloon_menu .pen_tooltip::after {
  content: '';
  position: absolute;
  left: calc(50% + 45px);
  bottom: -7px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid #803bff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

/* 상단가기 버튼 스타일 */
.wrap .balloon_menu .global_gotop {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.wrap .balloon_menu .global_gotop img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width:767px){
  .wrap .balloon_menu {display: none;}

}
