#floating {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 2005;
  font-size: 13.785px; 
  font-weight: normal;
}
 
.floating_inner_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  display: flex; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

button {
  display: block;
  border: none;
  background: transparent;
  text-align: right;
  padding: 0;
}

.floating_button .button--icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../common/flow_icon.svg);
  background-size: auto 100%; 
  background-repeat: no-repeat;
  /* background-position: 50% 0; */
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}


.floating_button .is-kakao::before {
  background-position: 100% 0; 
}


.floating_button:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.floating_button:nth-of-type(1) .button--icon::before {
  background-position: 100% 0;
}

.floating_button:nth-of-type(2) .button--icon::before {
  background-position: 50% 0;
}

.floating_button:nth-of-type(3) .button--icon::before {
  background-position: 0% 0;
}

.floating_button:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.floating_button:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.floating_wrap .floating_button {
  display: block;
  padding-top: 10px;
}

.floating_wrap .floating_button {
  opacity: 0;
}

.floating_wrap .floating_button:nth-of-type(0) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
}

.floating_wrap .floating_button:nth-of-type(1) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 40ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 40ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 40ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 40ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 40ms;
}

.floating_wrap .floating_button:nth-of-type(2) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms;
}

.floating_wrap .floating_button:nth-of-type(3) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 120ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 120ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 120ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 120ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 120ms;
}

.floating_wrap .floating_button:nth-of-type(4) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms;
}

.floating_wrap .floating_button:nth-of-type(5) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms;
}

.floating_wrap .floating_button:nth-of-type(6) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 240ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 240ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 240ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 240ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 240ms;
}

.floating_wrap .floating_button:nth-of-type(7) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 280ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 280ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 280ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 280ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 280ms;
}

.floating_wrap .floating_button:nth-of-type(8) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 320ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 320ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 320ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 320ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 320ms;
}

.floating_wrap .floating_button:nth-of-type(9) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 360ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 360ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 360ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 360ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 360ms;
}

.floating_wrap .floating_button:nth-of-type(10) {
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 400ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 400ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 400ms;
  transition: opacity 400ms ease 250ms, transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 400ms, -webkit-transform 380ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 400ms;
}

.floating_wrap .floating_button .button--title {
  opacity: 0;
  cursor: pointer;
}

.floating_wrap .floating_button .button--title:nth-of-type(0) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(1) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(2) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(3) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(4) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(5) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(6) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(7) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(8) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(9) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap .floating_button .button--title:nth-of-type(10) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_wrap.is-active .floating_button_wrap {
  height: auto;
  pointer-events: fill;
}

.floating_wrap.is-active .floating_button {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.floating_wrap.is-active .floating_button:nth-of-type(0) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(1) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 40ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(2) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(3) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 120ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 120ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 120ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 120ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 120ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(4) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 160ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 160ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 160ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 160ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 160ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(5) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(6) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 240ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 240ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 240ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 240ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 240ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(7) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 280ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 280ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 280ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 280ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 280ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(8) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 320ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 320ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 320ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 320ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 320ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(9) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 360ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 360ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 360ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 360ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 360ms;
}

.floating_wrap.is-active .floating_button:nth-of-type(10) {
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms;
  transition: -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms;
  transition: transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms, -webkit-transform 380ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms;
}

.floating_wrap.is-active .floating_button .button--title {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(0) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(1) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(2) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(3) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(4) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(5) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(6) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(7) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(8) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(9) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
}

.floating_wrap.is-active .floating_button .button--title:nth-of-type(10) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
}

.floating_wrap.is-active .floating_tooltip_area .floating_button_icon #pangpang__ppicon {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
          transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: -webkit-transform 300ms ease 0ms;
  transition: -webkit-transform 300ms ease 0ms;
  transition: transform 300ms ease 0ms;
  transition: transform 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
}

.floating_button .button--title {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  line-height: 50px;
  vertical-align: top;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.floating_button .title_wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.floating_button .button--icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.floating_tooltip_area {
  position: relative;
  display: block;
  margin: 10px 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.floating_tooltip_area .floating_button_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  float: right;
}

.floating_tooltip_area.is-active .floating_button_icon {
  /* width: 60px; */
}

.ppicon_eye_wrap .ppicon_eyes {
  position: absolute;
  display: inline-block;
/*overflow: hidden;*/
  top: 7px;
  left: 5px;
  width: 2.5px;
  height: 4px;
  background: #0057a3 !important;
  border-radius: 2px;
  -webkit-animation: blinkbink 6000ms infinite alternate, scaleYAni 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 900ms both;
          animation: blinkbink 6000ms infinite alternate, scaleYAni 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 900ms both;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

@-webkit-keyframes scaleYAni {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes scaleYAni {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/*
.ppicon_eye_wrap .ppicon_mouse {
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 7px;
clip-path: polygon(14% 0, 5% 6%, 0 16%, 7% 30%, 22% 50%, 51% 60%, 78% 50%, 91% 30%, 100% 16%, 96% 5%, 88% 0);
  background: #64a9ff;
  border: 3px solid transparent;
  border-radius: 0px;
  -webkit-animation: blinkbink 6000ms infinite alternate, scaleYAni 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 900ms both;
          animation: blinkbink 6000ms infinite alternate, scaleYAni 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 900ms both;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
*/

/* 초기 버전*/
/*
#pangpang__ppicon::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -2px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  -webkit-transform: translate(-50%, -100%) rotate(-90deg);
          transform: translate(-50%, -100%) rotate(-90deg);
  z-index: -1;
  opacity: .6;
  -webkit-animation: scaleAnim2 700ms cubic-bezier(0.215, 0.61, 0.355, 1) both 500ms;
          animation: scaleAnim2 700ms cubic-bezier(0.215, 0.61, 0.355, 1) both 500ms;
}

@-webkit-keyframes scaleAnim2 {
  0% {
    -webkit-transform: translate(-50%, -100%) rotate(-90deg);
            transform: translate(-50%, -100%) rotate(-90deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
            transform: translate(-50%, 0) rotate(-90deg);
  }
}

@keyframes scaleAnim2 {
  0% {
    -webkit-transform: translate(-50%, -100%) rotate(-90deg);
            transform: translate(-50%, -100%) rotate(-90deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
            transform: translate(-50%, 0) rotate(-90deg);
  }
}
*/

/* 230310 수정 버전*/
#pangpang__ppicon::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 1px;
  left: 85%;
  clip-path: polygon(0 29%, 28% 48%, 62% 70%, 100% 89%, 74% 99%, 44% 98%, 20% 92%, 0 84%);
  border: 7px solid #fff;
  -webkit-transform: translate(-50%, -100%) rotate(0deg);
          transform: translate(-50%, -100%) rotate(0deg);
  z-index: -1;
  opacity: .9;
  background: #0057a3;
  -webkit-animation: scaleAnim2 700ms cubic-bezier(0.215, 0.61, 0.355, 1) both 500ms;
          animation: scaleAnim2 700ms cubic-bezier(0.215, 0.61, 0.355, 1) both 500ms;
}

@-webkit-keyframes scaleAnim2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}

@keyframes scaleAnim2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}

.ppicon_eye_wrap .ppicon_eyes:nth-of-type(2) {
  left: 12px;
}

.floating_tooltip_area .floating_button_icon #pangpang__ppicon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 300ms ease 400ms;
  transition: -webkit-transform 300ms ease 400ms;
  transition: transform 300ms ease 400ms;
  transition: transform 300ms ease 400ms, -webkit-transform 300ms ease 400ms;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}

@-webkit-keyframes scaleAnim {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
            transform: translate3d(-50%, -50%, 0) scale(0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes scaleAnim {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
            transform: translate3d(-50%, -50%, 0) scale(0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

.floating_tooltip_area .floating_inner--title {
  position: absolute;
  top: 0;
  right: 55px;
  height: 100%;
  /* width: 100%; */
  display: inline-block;
  border-radius: 25px;
  /* background: #0057a3; */
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  vertical-align: top;
  white-space: nowrap;
  /* transform: scaleX(0); */
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.floating_inner--title .inner_hide {
  position: relative;
  display: inline-block;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.floating_inner--title .inner_hide span {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
}

.floating_inner--title .inner_hide span:nth-of-type(0) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(1) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(2) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(3) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(4) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(5) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(6) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(7) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(8) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(9) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_inner--title .inner_hide span:nth-of-type(10) {
  -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms;
  transition: transform 0ms ease 300ms, opacity 300ms ease 0ms, -webkit-transform 0ms ease 300ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(0) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(1) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(2) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 350ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(3) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(4) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(5) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(6) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 550ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(7) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(8) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 650ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(9) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
}

.floating_tooltip_area.is-active .floating_inner--title .inner_hide span:nth-of-type(10) {
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
  transition: transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 750ms;
}

.floating_tooltip_area.is-active .floating_inner--title {
  opacity: 1;
  /* transform: scaleX(1); */
  -webkit-transition: opacity 400ms ease 0ms;
  transition: opacity 400ms ease 0ms;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  visibility: visible;
}

.floating_tooltip_area .floating--bg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background: #0057a3;
  border-radius: 25px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.floating_tooltip_area.is-active {
  /* wi */
}

.floating_tooltip_area.is-active .floating--bg {
  width: 200px;
  -webkit-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.floating_inner--title {
  opacity: 0;
}

.ppicon_eye_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: eye 6000ms infinite alternate;
          animation: eye 6000ms infinite alternate;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes blinkbink {
  0%, 20%, 70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $inExpo; */
  }
  22%, 36%, 72% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    /* transition-timing-function: $outExpo; */
  }
  24%, 38%, 74% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $outExpo;; */
  }
  26%, 76% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
    /* transition-timing-function: $outExpo; */
  }
  28%, 34%, 78%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $outExpo;; */
  }
}

@keyframes blinkbink {
  0%, 20%, 70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $inExpo; */
  }
  22%, 36%, 72% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
    /* transition-timing-function: $outExpo; */
  }
  24%, 38%, 74% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $outExpo;; */
  }
  26%, 76% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
    /* transition-timing-function: $outExpo; */
  }
  28%, 34%, 78%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* transition-timing-function: $outExpo;; */
  }
}

@-webkit-keyframes eye {
  0%, 10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 25% {
    -webkit-transform: translate(-16%, 0);
            transform: translate(-16%, 0);
  }
  35%, 40% {
    -webkit-transform: translate(-16%, -25%);
            transform: translate(-16%, -25%);
  }
  50%, 60% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  70%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes eye {
  0%, 10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 25% {
    -webkit-transform: translate(-16%, 0);
            transform: translate(-16%, 0);
  }
  35%, 40% {
    -webkit-transform: translate(-16%, -25%);
            transform: translate(-16%, -25%);
  }
  50%, 60% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  70%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.floating_button_wrap {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: 60px;
  pointer-events: none;
}

.pangpang_button_close span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.pangpang_button_close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.pangpang_button_close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pangpang_button_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: opacity 0ms ease 500ms, -webkit-transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 0ms ease 500ms, -webkit-transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0ms ease 500ms;
  transition: transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0ms ease 500ms, -webkit-transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.floating_wrap.is-active .pangpang_button_close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
  transition: -webkit-transform 330ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
  transition: transform 330ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
  transition: transform 330ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, -webkit-transform 330ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
  opacity: 1;
}

.pangpang__ppicon {
  opacity: 0;
}

.is-common-dimd {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2002;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease 0ms;
  transition: opacity 400ms ease 0ms;
}

.is-common-dimd.is-active {
  opacity: 1;
  -webkit-transition: opacity 400ms ease 0ms;
  transition: opacity 400ms ease 0ms;
  pointer-events: fill;
  z-index: 2004;
}



 

::-webkit-scrollbar {}


@-webkit-keyframes drawBorder {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes drawBorder {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes drawBorder2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(102%, 0, 0);
            transform: translate3d(102%, 0, 0);
  }
}

@keyframes drawBorder2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(102%, 0, 0);
            transform: translate3d(102%, 0, 0);
  }
}


@media (prefers-dark-interface) {
  body {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */

.floating_wrap .jjintok_store_link{
display:none;
}
.floating_button.jjintok_store_link .button--icon{
	position:relative;
	overflow:hidden;
}
.floating_button.jjintok_store_link .button--icon img{
	width:100%;
}
.floating_button.jjintok_store_link .button--icon::before{
	background-image:none;
}

.floating_button.petit_cs_link .button--icon img{
	width:100%;
}
.floating_button.petit_cs_link .button--icon::before{
	background-image:none;
}

