@charset "UTF-8";
#u_skip {
  position: relative;
  z-index: 999;
}
#u_skip a {
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 13.8rem;
  border: 1px solid #4D4DFF;
  background: #4D4DFF;
  text-align: center;
}
#u_skip a:active, #u_skip a:focus {
  top: 0;
  z-index: 10;
}
#u_skip span {
  display: inline-block;
  padding: 0.2rem 0.6rem 0 0;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: -1px;
  line-height: 2.6rem;
  white-space: nowrap;
}

.block {
  display: inline-block;
  word-break: keep-all;
}

.content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 48px;
}
.content .full {
  margin: 0 -48px;
  padding: 0 48px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
.content .logo {
  height: 100px;
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.content .logo > a {
  display: block;
  height: 33px;
}
.content .logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.content .topBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  width: 72px;
  height: 72px;
  background: url("../images/main/img_topBtn.png") center/100% auto no-repeat;
}
.content .topBtn.show {
  opacity: 1;
  pointer-events: auto;
}

.main_logoff {
  word-break: keep-all;
}
.main_logoff * {
  font-family: "Pretendard", sans-serif;
}
.main_logoff .bubbleTipType.mobile,
.main_logoff .bubbleTipType .mobile {
  display: none;
}
.main_logoff .animateWrap .item {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.main_logoff .animateWrap .phone {
  width: 745px;
  height: 1323px;
  top: 100px;
  left: 197px;
  background-image: url("../images/main/img_visual_phone.png");
  z-index: 0;
  -webkit-animation: actPhone 5s infinite both;
          animation: actPhone 5s infinite both;
}
.main_logoff .animateWrap .noti {
  width: 613px;
  height: 114px;
  top: 240px;
  left: 260px;
  background-image: url("../images/main/img_visual_notification.png");
  z-index: 2;
  -webkit-animation: actNoti 5s infinite both;
          animation: actNoti 5s infinite both;
}
.main_logoff .animateWrap .message {
  width: 526px;
  height: 614px;
  bottom: -45px;
  left: 315px;
  background-image: url("../images/main/img_visual_message.png");
  z-index: 1;
  -webkit-animation: actMessage 5s infinite both;
          animation: actMessage 5s infinite both;
}
.main_logoff .animateWrap .dialog {
  width: 234px;
  height: 196px;
  top: 0;
  left: 35px;
  background-image: url("../images/main/img_visual_dialog.png");
  z-index: 3;
  -webkit-animation: actDialog 5s infinite both;
          animation: actDialog 5s infinite both;
}
.main_logoff .animateWrap .bell {
  width: 195px;
  height: 198px;
  top: 145px;
  right: 68px;
  background-image: url("../images/main/img_visual_bell.png");
  z-index: 3;
  -webkit-animation: actBell 5s infinite both;
          animation: actBell 5s infinite both;
}
.main_logoff .animateWrap .airplane {
  width: 232px;
  height: 153px;
  left: 0;
  bottom: 143px;
  background-image: url("../images/main/img_visual_airplane.png");
  z-index: 3;
  -webkit-animation: actAirplane 5s infinite both;
          animation: actAirplane 5s infinite both;
}
.main_logoff .animateWrap .star01 {
  width: 40px;
  height: 39px;
  left: 108px;
  bottom: 96px;
  background-image: url("../images/main/img_visual_star01.png");
  z-index: 2;
  -webkit-animation: actStar01 5s infinite both;
          animation: actStar01 5s infinite both;
}
.main_logoff .animateWrap .star02 {
  width: 58px;
  height: 56px;
  bottom: 224px;
  right: 0;
  background-image: url("../images/main/img_visual_star02.png");
  z-index: 2;
  -webkit-animation: actStar02 5s infinite both;
          animation: actStar02 5s infinite both;
}
.main_logoff .animateWrap .people {
  width: 973px;
  height: 552px;
  left: 83px;
  top: 27px;
  background-image: url("../images/main/img_people.png");
  z-index: 2;
}
.main_logoff .animateWrap .bubble {
  width: 130px;
  height: 117px;
  -webkit-animation: actBubble02 8s infinite both;
          animation: actBubble02 8s infinite both;
}
.main_logoff .animateWrap .bubble.left {
  left: 0;
  top: 8px;
  z-index: 1;
  background-image: url("../images/main/img_bubbleLeft.png");
}
.main_logoff .animateWrap .bubble.right {
  right: 38px;
  top: 0;
  z-index: 3;
  background-image: url("../images/main/img_bubbleRight.png");
  -webkit-animation: actBubble03 8s infinite both;
          animation: actBubble03 8s infinite both;
}
.main_logoff .animateWrap .mail.close {
  width: 144px;
  height: 103px;
  left: 302px;
  top: 173px;
  background-image: url("../images/main/img_mail_close.png");
  -webkit-animation: actMail01 8s infinite both;
          animation: actMail01 8s infinite both;
  z-index: 3;
}
.main_logoff .animateWrap .mail.open {
  width: 140px;
  height: 160px;
  right: 514px;
  top: 110px;
  background-image: url("../images/main/img_mail_open.png");
  -webkit-animation: actMail02 8s infinite both;
          animation: actMail02 8s infinite both;
}
.main_logoff .animateWrap .bell2 {
  width: 132px;
  height: 143px;
  right: 330px;
  top: 140px;
  background-image: url("../images/main/img_bell.png");
  -webkit-animation: actBell2 8s infinite both;
          animation: actBell2 8s infinite both;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main_logoff .visual {
  position: relative;
  width: 100%;
  max-height: 1080px;
  overflow: hidden;
  background: #B7AEE7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_logoff .visual.full {
  margin-top: -48px;
  padding-top: 100px;
}
.main_logoff .visual::before, .main_logoff .visual::after {
  content: "";
  display: block;
  position: absolute;
}
.main_logoff .visual::after {
  width: 71.93vw;
  max-width: 1381px;
  height: 19.43vw;
  max-height: 373px;
  top: -7.86vw;
  left: 0;
  z-index: 0;
  background-image: url("../images/main/img_visual_bubble.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-animation: actBubble 6s infinite both;
          animation: actBubble 6s infinite both;
}
@media screen and (min-width: 1080px) {
  .main_logoff .visual::after {
    top: -151px;
  }
}
.main_logoff .visual::before {
  width: 60.78vw;
  height: 60.78vw;
  max-width: 1167px;
  max-height: 1167px;
  bottom: -23.7vw;
  left: 50%;
  -webkit-transform: translateX(-66.5%);
          transform: translateX(-66.5%);
  z-index: 0;
  opacity: 0.7;
  background: radial-gradient(50% 50% at 50% 50%, #503DB8 10%, #B7AEE7 100%);
}
@media screen and (min-width: 1080px) {
  .main_logoff .visual::before {
    bottom: -455px;
  }
}
.main_logoff .visual .animateWrap {
  position: relative;
  width: 1018px;
  padding-top: 918px;
  background: url("../images/main/img_visual_logo.png") calc(50% + 70px) 380px/705px auto no-repeat;
  z-index: 1;
}
.main_logoff .visual .bannerBtnList {
  margin-bottom: 54px;
  height: 774px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.main_logoff .visual .bannerBtnList > li {
  width: 510px;
  height: 240px;
  border-radius: 22px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.main_logoff .visual .bannerBtnList > li:nth-of-type(1) .btnIcon::before {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.main_logoff .visual .bannerBtnList > li:nth-of-type(2) .btnIcon::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main_logoff .visual .bannerBtnList > li:nth-of-type(3) .btnIcon::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main_logoff .visual .bannerBtnList .btnIcon {
  text-align: left;
  padding: 34px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-perspective: 800px;
          perspective: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_logoff .visual .bannerBtnList .btnIcon::before {
  content: "";
  position: absolute;
  top: calc(50% - 34px);
  right: 34px;
  width: 68px;
  height: 68px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../images/main/icon_arrow_off.png");
  border-radius: 50%;
  -webkit-animation: actArrow01 2s infinite alternate both;
          animation: actArrow01 2s infinite alternate both;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@-webkit-keyframes actArrow01 {
  0%, 66% {
    -webkit-transform: scale(1) rotateX(0) rotateY(0);
            transform: scale(1) rotateX(0) rotateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("../images/main/icon_arrow_off.png");
  }
  100% {
    -webkit-transform: scale(1.2) rotateX(4deg) rotateY(2deg);
            transform: scale(1.2) rotateX(4deg) rotateY(2deg);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    background-image: url("../images/main/icon_arrow_off2.png");
  }
}
@keyframes actArrow01 {
  0%, 66% {
    -webkit-transform: scale(1) rotateX(0) rotateY(0);
            transform: scale(1) rotateX(0) rotateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("../images/main/icon_arrow_off.png");
  }
  100% {
    -webkit-transform: scale(1.2) rotateX(4deg) rotateY(2deg);
            transform: scale(1.2) rotateX(4deg) rotateY(2deg);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    background-image: url("../images/main/icon_arrow_off2.png");
  }
}
.main_logoff .visual .bannerBtnList .flag {
  display: inline-block;
  padding: 9px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.main_logoff .visual .bannerBtnList .flag.green {
  background-color: #4DB295;
}
.main_logoff .visual .bannerBtnList .flag.pink {
  background-color: #FF6171;
}
.main_logoff .visual .bannerBtnList .flag.purple {
  background-color: #4D4DFF;
  line-height: 0;
}
.main_logoff .visual .bannerBtnList .flag.flagImg {
  height: 40px;
}
.main_logoff .visual .bannerBtnList .flag.flagImg::before {
  content: "";
  display: block;
  width: 63px;
  height: 22px;
  background-image: url("../images/main/img_flag_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.main_logoff .visual .bannerBtnList .title {
  margin-top: 13px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
}
.main_logoff .visual .bannerBtnList .text {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
}
.main_logoff .visual .bannerBtnList .list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_logoff .visual .bannerBtnList .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.main_logoff .visual .bannerBtnList .list > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 10px;
}
.main_logoff .visual .bannerBtnList .list > li:first-of-type::before {
  display: none;
}
.main_logoff .visual .bannerBtnList .list.typeLogo {
  /* [251209] 신규추가 시작 */
  /* [251209] 신규추가 끝 */
}
.main_logoff .visual .bannerBtnList .list.typeLogo > li::before {
  display: none;
}
.main_logoff .visual .bannerBtnList .list.typeLogo > li {
  padding: 6px 8px;
  margin-right: 3px;
}
.main_logoff .visual .bannerBtnList .list.typeLogo > li img {
  height: 16px;
  width: auto;
}
@media screen and (width > 720px) {
  .main_logoff .visual .bannerBtnList > li:hover {
    border: 1px solid #4D4DFF;
    background: #7171FF;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .main_logoff .visual .bannerBtnList > li:hover::before {
    display: none;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .main_logoff .visual .bannerBtnList > li:hover .flag {
    background: #fff;
    color: #000;
  }
  .main_logoff .visual .bannerBtnList > li:hover .flag.flagImg::before {
    background-image: url("../images/main/img_flag_logo_on.png");
  }
  .main_logoff .visual .bannerBtnList > li:hover .btnIcon::before {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    background-image: url("../images/main/icon_arrow_on.png") !important;
  }
}
.main_logoff .subtitle {
  color: #222;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}
.main_logoff .headline {
  margin-top: 24px;
  font-size: 52px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
}
.main_logoff .headline strong {
  font-weight: 900;
}
.main_logoff .review {
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 74px;
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.main_logoff .review .cardWrap {
  width: 100%;
  margin-top: 52px;
}
.main_logoff .bannerBtnWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  height: 162px;
  padding-bottom: 52px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_logoff .bannerBtnWrap .btnIcon {
  position: relative;
  width: calc((100% - 48px) / 3);
  height: 110px;
  border-radius: 55px;
  backdrop-filter: blur(7.5px);
  color: #FFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
}
.main_logoff .bannerBtnWrap .btnIcon::before {
  content: "";
  position: absolute;
  top: calc(50% - 36px);
  right: 20px;
  width: 72px;
  height: 72px;
  opacity: 0.7;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../images/main/icon_arrow_on.png");
  border-radius: 50%;
  -webkit-animation: actArrow02 2s infinite alternate both;
          animation: actArrow02 2s infinite alternate both;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@-webkit-keyframes actArrow02 {
  0%, 66% {
    -webkit-transform: scale(1) rotateX(0) rotateY(0);
            transform: scale(1) rotateX(0) rotateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("../images/main/icon_arrow_on.png");
  }
  100% {
    -webkit-transform: scale(1.2) rotateX(4deg) rotateY(2deg);
            transform: scale(1.2) rotateX(4deg) rotateY(2deg);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    background-image: url("../images/main/icon_arrow_on2.png");
  }
}
@keyframes actArrow02 {
  0%, 66% {
    -webkit-transform: scale(1) rotateX(0) rotateY(0);
            transform: scale(1) rotateX(0) rotateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url("../images/main/icon_arrow_on.png");
  }
  100% {
    -webkit-transform: scale(1.2) rotateX(4deg) rotateY(2deg);
            transform: scale(1.2) rotateX(4deg) rotateY(2deg);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    background-image: url("../images/main/icon_arrow_on2.png");
  }
}
.main_logoff .bannerBtnWrap .btnIcon:first-of-type {
  border: 4px solid #4DB295;
  background: rgba(77, 178, 149, 0.8);
}
.main_logoff .bannerBtnWrap .btnIcon:first-of-type::before {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.main_logoff .bannerBtnWrap .btnIcon:nth-of-type(2) {
  border: 4px solid #FF6171;
  background: rgba(255, 97, 113, 0.8);
}
.main_logoff .bannerBtnWrap .btnIcon:nth-of-type(2)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main_logoff .bannerBtnWrap .btnIcon:nth-of-type(3) {
  border: 4px solid #4D4DFF;
  background: rgba(77, 77, 255, 0.8);
}
.main_logoff .bannerBtnWrap .btnIcon:nth-of-type(3)::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main_logoff .flip {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_logoff .flip * {
  font-family: "Noto Sans", "NotoSans";
}
.main_logoff .flip .card {
  width: 345px;
  height: 580px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main_logoff .flip .card + .card {
  margin-left: 40px;
}
.main_logoff .flip .card.actOn {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_logoff .flip .cardInner {
  width: 345px;
  height: 580px;
  padding: 0 24px 30px;
  background-color: #fff;
  -webkit-box-shadow: -3px -2px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -3px -2px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  overflow: hidden;
}
.main_logoff .flip .cardInner .image {
  position: relative;
  width: calc(100% + 48px);
  height: auto;
  max-height: 250px;
  overflow: hidden;
  margin: 0 -24px;
}
.main_logoff .flip .cardInner .image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 345px;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFF));
  background: linear-gradient(180deg, transparent 0%, #FFF 100%);
}
.main_logoff .flip .cardInner .image img {
  width: 100%;
}
.main_logoff .flip .cardInner .cardDetail {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_logoff .flip .cardInner .cardDetail::before, .main_logoff .flip .cardInner .cardDetail::after {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background: url("../images/main/img_quot.png") center center/100% auto no-repeat;
}
.main_logoff .flip .cardInner .cardDetail::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_logoff .flip .cardInner .tit {
  color: #202020;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -1px;
}
.main_logoff .flip .cardInner .txt {
  width: 100%;
  height: 84px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}
.main_logoff .flip .front,
.main_logoff .flip .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main_logoff .flip .front {
  z-index: 2;
}
.main_logoff .flip .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
}
.main_logoff .loungetalk {
  padding-top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.35%, #CAD9FF), color-stop(60%, #FFF)), -webkit-gradient(linear, left bottom, left top, from(rgba(216, 223, 255, 0.5)), to(rgba(216, 223, 255, 0.5))), #B7AEE7;
  background: linear-gradient(180deg, #CAD9FF 10.35%, #FFF 60%), linear-gradient(0deg, rgba(216, 223, 255, 0.5) 0%, rgba(216, 223, 255, 0.5) 100%), #B7AEE7;
  height: 1080px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main_logoff .loungetalk p.headline {
  position: relative;
  margin-top: 0;
  z-index: 3;
}
.main_logoff .loungetalk .buttonWrap {
  margin-top: 68px;
  position: relative;
  z-index: 3;
}
.main_logoff .loungetalk .buttonWrap .btnIcon {
  margin: 0 auto;
  width: 336px;
  height: 76px;
  border-radius: 42px;
  background: #4D4DFF;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  padding-left: 38px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_logoff .loungetalk .buttonWrap .btnIcon::after {
  content: "";
  width: 48px;
  height: 48px;
  opacity: 0.7;
  display: block;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../images/main/icon_arrow_off.png");
  border-radius: 50%;
  -webkit-animation: actArrow01 1s infinite alternate both;
          animation: actArrow01 1s infinite alternate both;
}
.main_logoff .loungetalk .buttonWrap .btnIcon:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.main_logoff .loungetalk .animateWrap {
  margin: 43px auto 0;
  display: block;
  width: 1176px;
  height: 579px;
  position: relative;
  z-index: 2;
}
.main_logoff .loungetalk .bgGround {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 3194px;
  height: 3194px;
  left: 50%;
  bottom: -190%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/main/bg_ground.png");
  z-index: 0;
  -webkit-animation: actBgGround 360s infinite linear;
          animation: actBgGround 360s infinite linear;
}
.main_logoff .loungetalk .contGround {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 2500px;
  height: 2500px;
  border-radius: 100%;
  left: 50%;
  bottom: -160%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(165deg, #E9E9E9 13.29%, #FFF 18.32%, #FFF 24.3%);
  -webkit-box-shadow: 0 4px 84px 0 rgba(255, 255, 255, 0.75) inset;
          box-shadow: 0 4px 84px 0 rgba(255, 255, 255, 0.75) inset;
  z-index: 1;
}
.main_logoff .mainFooter {
  padding: 73px 0 0;
  letter-spacing: -0.36px;
  color: #222;
  font-weight: 600;
  font-size: 18px;
}
.main_logoff .mainFooter .fInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_logoff .mainFooter .infoArea {
  max-width: 1037px;
  margin-right: 40px;
  width: calc(100% - 252px);
}
.main_logoff .mainFooter .infoArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_logoff .mainFooter .infoArea ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #222;
  margin-left: 8px;
}
.main_logoff .mainFooter .infoArea ul li {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_logoff .mainFooter .infoArea ul li:last-of-type::after {
  display: none;
}
.main_logoff .mainFooter .infoArea ul li > a {
  color: #222;
}
.main_logoff .mainFooter .infoArea .infoTop {
  opacity: 0.8;
}
.main_logoff .mainFooter .infoArea .infoBtm {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 36px;
  font-weight: 500;
  opacity: 0.8;
  letter-spacing: -0.36px;
}
.main_logoff .mainFooter .infoArea .infoBtm strong {
  font-weight: 600;
}
.main_logoff .mainFooter .infoArea .infoBtm li::after {
  display: none;
}
.main_logoff .mainFooter .infoArea .fNav {
  margin-bottom: 41px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
}
.main_logoff .mainFooter .copyright {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.main_logoff .mainFooter .logoArea {
  width: 212px;
  height: 70px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main_logoff .mainFooter .logoArea > a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_logoff .mainFooter .logoArea img {
  width: auto;
  height: 100%;
}
@media screen and (width < 1600px) {
  .main_logoff .visual {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 1164px;
  }
  .main_logoff .visual .bannerBtnList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* [251209] 신규추가 시작 */
    /* [251209] 신규추가 끝 */
  }
  .main_logoff .visual .bannerBtnList > li {
    width: 420px;
  }
  .main_logoff .visual .bannerBtnList > li + li {
    margin-left: 32px;
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo > li {
    padding: 6px 8px 6px 0;
    margin-right: 3px;
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo > li img {
    height: 14px;
    width: auto;
  }
  .main_logoff .flip .card:nth-of-type(4) {
    display: none;
  }
  .main_logoff .bannerBtnWrap {
    max-width: 1160px;
  }
  .main_logoff .bannerBtnWrap .btnIcon {
    padding-left: 35px;
    letter-spacing: -1px;
  }
}
@media screen and (width < 1400px) {
  .main_logoff .visual .animateWrap {
    -webkit-transform: scale(0.7) translateX(-50px);
            transform: scale(0.7) translateX(-50px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .main_logoff .visual .bannerBtnList {
    margin: -300px -48px 32px;
    width: calc(100% + 48px);
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .main_logoff .visual .bannerBtnList > li {
    width: 220px;
    height: 180px;
  }
  .main_logoff .visual .bannerBtnList > li + li {
    margin-left: 18px;
  }
  .main_logoff .visual .bannerBtnList .btnIcon {
    padding: 16px;
  }
  .main_logoff .visual .bannerBtnList .btnIcon::before {
    top: inherit;
    bottom: 12px;
    right: 13px;
    width: 30px;
    height: 30px;
  }
  .main_logoff .visual .bannerBtnList .flag {
    padding: 4px 8px;
    line-height: 17px;
    font-size: 14px;
  }
  .main_logoff .visual .bannerBtnList .flag.flagImg {
    height: 25px;
  }
  .main_logoff .visual .bannerBtnList .flag.flagImg::before {
    width: 49px;
    height: 17px;
  }
  .main_logoff .visual .bannerBtnList .title {
    margin-top: 12px;
    font-size: 22px;
    line-height: 28px;
  }
  .main_logoff .visual .bannerBtnList .text {
    margin-top: 12px;
    font-size: 14px;
    width: 90%;
  }
  .main_logoff .visual .bannerBtnList .list {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 90%;
  }
  .main_logoff .visual .bannerBtnList .list > li {
    font-size: 14px;
  }
  .main_logoff .visual .bannerBtnList .list > li::before {
    height: 14px;
    margin: 0 10px;
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* [251209] 신규추가 */
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo > li {
    margin-bottom: 5px;
    margin: 0;
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo > li:first-of-type {
    margin-left: -5px;
  }
  .main_logoff .visual .bannerBtnList .list.typeLogo > li img {
    height: 12px; /* [251209] 사이즈조정 */
    width: auto;
  }
}
@media screen and (width < 1280px) {
  .main_logoff .review {
    padding-top: 72px;
    padding-bottom: 52px;
  }
  .main_logoff .review .cardWrap {
    margin-top: 45px;
  }
  .main_logoff .bannerBtnWrap {
    width: 100%;
    height: 162px;
    max-width: 690px;
    padding-bottom: 52px;
  }
  .main_logoff .bannerBtnWrap .btnIcon {
    width: calc((100% - 48px) / 3);
    height: 90px;
    border-radius: 45px;
    font-size: 24px;
    line-height: 33px;
    padding-left: 28px;
    padding-right: 85px;
    letter-spacing: -1px;
  }
  .main_logoff .bannerBtnWrap .btnIcon::before {
    top: calc(50% - 30px);
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .main_logoff .flip .card:nth-of-type(3),
  .main_logoff .flip .card:nth-of-type(4) {
    display: none;
  }
  .main_logoff .flip .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    height: 555px;
  }
  .main_logoff .flip .card + .card {
    margin-left: 28px;
  }
  .main_logoff .flip .cardInner {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
  .main_logoff .flip .cardInner .image {
    margin: 0 -24px;
  }
  .main_logoff .flip .cardInner .image::after {
    width: 100%;
    height: 86px;
  }
  .main_logoff .flip .cardInner .tit {
    font-size: 27px;
  }
  .main_logoff .flip .cardInner .txt {
    height: 78px;
    font-size: 21px;
    line-height: 26px;
  }
  .main_logoff .animateWrap .people {
    width: 600px;
    height: 340px;
    left: 51px;
    top: 13px;
  }
  .main_logoff .animateWrap .bubble {
    width: 80px;
    height: 72px;
  }
  .main_logoff .animateWrap .bubble.left {
    left: -2px;
  }
  .main_logoff .animateWrap .bubble.right {
    right: -12px;
  }
  .main_logoff .animateWrap .mail.close {
    width: 88px;
    height: 63px;
    left: 192px;
    top: 113px;
    z-index: 3;
  }
  .main_logoff .animateWrap .mail.open {
    width: 86px;
    height: 98px;
    right: 276px;
    top: 80px;
  }
  .main_logoff .animateWrap .bell2 {
    width: 81px;
    height: 88px;
    right: 160px;
    top: 100px;
  }
  .main_logoff .loungetalk {
    padding-top: 72px;
    height: 1024px;
  }
  .main_logoff .loungetalk p.headline {
    margin-top: 125px;
  }
  .main_logoff .loungetalk .buttonWrap {
    margin-top: 45px;
  }
  .main_logoff .loungetalk .animateWrap {
    margin: 43px auto 0;
    width: 688px;
    height: 356px;
  }
  .main_logoff .loungetalk .bgGround {
    width: 2105px;
    height: 2105px;
    bottom: -115%;
  }
  .main_logoff .loungetalk .contGround {
    width: 1875px;
    height: 1875px;
    bottom: -115%;
  }
}
@media screen and (width < 870px) {
  .main_logoff .loungetalk p.headline {
    margin-top: 50px;
  }
  .main_logoff .loungetalk .bgGround, .main_logoff .loungetalk .contGround {
    bottom: -115%;
  }
}
@media screen and (width < 845px) {
  .main_logoff .mainFooter {
    padding: 45px 0 0;
  }
  .main_logoff .mainFooter .infoArea {
    width: calc(100% - 191px);
  }
  .main_logoff .mainFooter .infoArea .infoBtm {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .main_logoff .mainFooter .logoArea {
    width: 151px;
    height: 50px;
  }
}
@media screen and (width < 768px) {
  .main_logoff.content {
    padding: 24px;
  }
  .main_logoff .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .main_logoff .headline {
    font-size: 30px;
    margin-top: 17px;
  }
  .main_logoff .web,
  .main_logoff .bannerBtnList.web {
    display: none;
  }
  .main_logoff .mobile,
  .main_logoff .bubbleTipType.mobile,
  .main_logoff .bubbleTipType .mobile,
  .main_logoff .bannerBtnList2.mobile {
    display: block;
  }
  .main_logoff .mobile ul,
  .main_logoff .bubbleTipType.mobile ul,
  .main_logoff .bubbleTipType .mobile ul,
  .main_logoff .bannerBtnList2.mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_logoff .mobile ul > li,
  .main_logoff .bubbleTipType.mobile ul > li,
  .main_logoff .bubbleTipType .mobile ul > li,
  .main_logoff .bannerBtnList2.mobile ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98px;
    height: 98px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    backdrop-filter: blur(4px);
  }
  .main_logoff .mobile ul > li li:nth-of-type(1) .btnText,
  .main_logoff .bubbleTipType.mobile ul > li li:nth-of-type(1) .btnText,
  .main_logoff .bubbleTipType .mobile ul > li li:nth-of-type(1) .btnText,
  .main_logoff .bannerBtnList2.mobile ul > li li:nth-of-type(1) .btnText {
    border: 2.218px solid #4DB295;
    background: rgba(77, 178, 149, 0.8);
  }
  .main_logoff .mobile ul > li li:nth-of-type(2) .btnText,
  .main_logoff .bubbleTipType.mobile ul > li li:nth-of-type(2) .btnText,
  .main_logoff .bubbleTipType .mobile ul > li li:nth-of-type(2) .btnText,
  .main_logoff .bannerBtnList2.mobile ul > li li:nth-of-type(2) .btnText {
    border: 2.218px solid #FF6171;
    background: rgba(255, 97, 113, 0.8);
  }
  .main_logoff .mobile ul > li li:nth-of-type(3) .btnText,
  .main_logoff .bubbleTipType.mobile ul > li li:nth-of-type(3) .btnText,
  .main_logoff .bubbleTipType .mobile ul > li li:nth-of-type(3) .btnText,
  .main_logoff .bannerBtnList2.mobile ul > li li:nth-of-type(3) .btnText {
    border: 1.95px solid #4D4DFF;
    background: rgba(77, 77, 255, 0.8);
  }
  .main_logoff .visual {
    padding-top: 160px;
  }
  .main_logoff .visual::after {
    top: -1vw;
  }
  .main_logoff .visual::before {
    display: none;
  }
  .main_logoff .visual .animateWrap {
    background-size: 423px auto;
  }
  .main_logoff .visual .bannerBtnWrap.bubbleTipType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
  }
  .main_logoff .review {
    padding-top: 72px;
  }
  .main_logoff .review .cardWrap {
    margin-top: 30px;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType {
    overflow: initial;
    max-width: 340px;
    z-index: 3;
    margin: 0 auto;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 0;
    display: block;
    border-width: 2px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon + .btnIcon {
    margin-left: 8px;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon::before {
    display: none;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon .bubbleTip {
    opacity: 0;
    display: none;
    position: absolute;
    bottom: 105px;
    color: #000;
    width: 334px;
    height: 84px;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon:nth-of-type(1) .bubbleTip {
    left: 0;
    background-image: url("../images/main/img_bubbleTip01.png");
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon:nth-of-type(2) .bubbleTip {
    left: calc(50% - 167px);
    background-image: url("../images/main/img_bubbleTip02.png");
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon:nth-of-type(3) .bubbleTip {
    right: 0;
    background-image: url("../images/main/img_bubbleTip03.png");
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon.on .bubbleTip {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .main_logoff .flip .card:nth-of-type(2),
  .main_logoff .flip .card:nth-of-type(3),
  .main_logoff .flip .card:nth-of-type(4) {
    display: none;
  }
  .main_logoff .loungetalk {
    height: 640px;
  }
  .main_logoff .loungetalk .animateWrap {
    margin: 26px auto 0;
    width: 441px;
    height: 218px;
  }
  .main_logoff .loungetalk .bgGround {
    width: 1199px;
    height: 1199px;
    bottom: -88.75%;
  }
  .main_logoff .loungetalk .contGround {
    width: 938px;
    height: 938px;
    bottom: -70%;
    -webkit-box-shadow: 0 2px 32px 0 rgba(255, 255, 255, 0.75) inset;
            box-shadow: 0 2px 32px 0 rgba(255, 255, 255, 0.75) inset;
  }
  .main_logoff .animateWrap .phone {
    width: 596px;
    height: 1059px;
    left: calc(50% - 238px);
  }
  .main_logoff .animateWrap .noti {
    width: 491px;
    height: 92px;
    top: 190px;
    left: 320px;
  }
  .main_logoff .animateWrap .message {
    width: 421px;
    height: 492px;
    bottom: 130px;
    left: 355px;
  }
  .main_logoff .animateWrap .dialog {
    width: 188px;
    height: 157px;
    top: 40px;
    left: 125px;
  }
  .main_logoff .animateWrap .bell {
    width: 156px;
    height: 159px;
    top: 105px;
    right: 138px;
  }
  .main_logoff .animateWrap .airplane {
    width: 186px;
    height: 123px;
    left: 100px;
    bottom: 200px;
  }
  .main_logoff .animateWrap .star01 {
    width: 32px;
    height: 32px;
    left: 190px;
    bottom: 160px;
  }
  .main_logoff .animateWrap .star02 {
    width: 47px;
    height: 45px;
    bottom: 295px;
    right: 90px;
  }
  .main_logoff .animateWrap .people {
    width: 366px;
    height: 207px;
    left: 32px;
    top: 11px;
  }
  .main_logoff .animateWrap .bubble {
    width: 50px;
    height: 45px;
  }
  .main_logoff .animateWrap .bubble.left {
    left: 0;
    top: 3px;
  }
  .main_logoff .animateWrap .bubble.right {
    right: 15px;
    top: 0;
  }
  .main_logoff .animateWrap .mail.close {
    width: 54px;
    height: 39px;
    left: 114px;
    top: 66px;
  }
  .main_logoff .animateWrap .mail.open {
    width: 53px;
    height: 60px;
    right: 194px;
    top: 42px;
  }
  .main_logoff .animateWrap .bell2 {
    width: 50px;
    height: 54px;
    right: 125px;
    top: 53px;
  }
  .main_logoff .mainFooter {
    padding: 30px 0 0;
  }
  .main_logoff .mainFooter .fInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_logoff .mainFooter .infoArea {
    margin-right: 0;
    width: 100%;
  }
  .main_logoff .mainFooter .infoArea .infoTop {
    font-size: 15px;
  }
  .main_logoff .mainFooter .infoArea .infoBtm {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .main_logoff .mainFooter .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
  }
  .main_logoff .mainFooter .logoArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 24px;
    width: 108px;
    height: 35px;
  }
}
@media screen and (width < 650px) {
  .main_logoff .visual.full {
    padding-top: 60px;
  }
  .main_logoff .visual.full::after {
    display: none;
  }
  .main_logoff .animateWrap .dialog,
  .main_logoff .animateWrap .airplane,
  .main_logoff .animateWrap .star01,
  .main_logoff .animateWrap .star02 {
    display: none;
  }
}
@media screen and (width < 460px) {
  .main_logoff.content .logo {
    padding: 0 24px;
  }
  .main_logoff .visual.full {
    padding-top: 210px;
    max-height: 600px;
  }
  .main_logoff .visual.full .animateWrap {
    background-size: 254px auto;
  }
  .main_logoff .loungetalk {
    height: 574px;
  }
  .main_logoff .loungetalk .animateWrap {
    margin: 26px auto 0;
    width: 294px;
    height: 145px;
  }
  .main_logoff .loungetalk .bgGround {
    width: 799px;
    height: 799px;
    bottom: -52.5%;
  }
  .main_logoff .loungetalk .contGround {
    width: 625px;
    height: 625px;
    bottom: -39%;
    -webkit-box-shadow: 0 1px 21px 0 rgba(255, 255, 255, 0.75) inset;
            box-shadow: 0 1px 21px 0 rgba(255, 255, 255, 0.75) inset;
  }
  .main_logoff .loungetalk .buttonWrap .btnIcon {
    width: 267px;
    height: 57px;
    font-size: 22px;
    border-radius: 31px;
  }
  .main_logoff .loungetalk .buttonWrap .btnIcon::after {
    width: 36px;
    height: 36px;
  }
  .main_logoff .animateWrap .phone {
    width: 478px;
    height: 848px;
    left: calc(50% - 180px);
  }
  .main_logoff .animateWrap .noti {
    width: 394px;
    height: 74px;
    top: 180px;
    left: 370px;
  }
  .main_logoff .animateWrap .message {
    width: 337px;
    height: 394px;
    bottom: 250px;
    left: 405px;
  }
  .main_logoff .animateWrap .bell {
    width: 125px;
    height: 128px;
    top: 115px;
    right: 208px;
  }
  .main_logoff .animateWrap .people {
    width: 244px;
    height: 138px;
    left: 21px;
    top: 7px;
  }
  .main_logoff .animateWrap .bubble {
    width: 33px;
    height: 30px;
  }
  .main_logoff .animateWrap .bubble.left {
    left: 0;
    top: 2px;
  }
  .main_logoff .animateWrap .bubble.right {
    right: 10px;
    top: 0;
  }
  .main_logoff .animateWrap .mail.close {
    width: 36px;
    height: 26px;
    left: 76px;
    top: 44px;
  }
  .main_logoff .animateWrap .mail.open {
    width: 35px;
    height: 40px;
    right: 129px;
    top: 28px;
  }
  .main_logoff .animateWrap .bell2 {
    width: 33px;
    height: 36px;
    right: 83px;
    top: 35px;
  }
}
@media screen and (width < 360px) {
  .main_logoff .review + .bannerBtnWrap.bubbleTipType .btnIcon {
    margin: 0 -24px;
  }
  .main_logoff.content .topBtn {
    width: 48px;
    height: 48px;
  }
  .main_logoff .review {
    padding-top: 0;
    margin-top: -100px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .main_logoff .visual.full {
    height: 520px;
    padding-top: 120px;
  }
  .main_logoff .visual.full .animateWrap {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .main_logoff .visual.full .bannerBtnWrap.bubbleTipType {
    bottom: -50px;
    width: 80%;
  }
  .main_logoff .visual.full .bannerBtnWrap.bubbleTipType .btnIcon + .btnIcon {
    margin-left: -15px;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon .bubbleTip {
    max-width: 250px;
  }
  .main_logoff .bannerBtnWrap.bubbleTipType .btnIcon:nth-of-type(2) .bubbleTip {
    left: calc(50% - 130px);
  }
  .main_logoff .animateWrap .phone {
    width: 358px;
    height: 636px;
    left: calc(50% - 118px);
  }
  .main_logoff .animateWrap .noti {
    width: 295px;
    height: 56px;
    top: 160px;
    left: 420px;
  }
  .main_logoff .animateWrap .message {
    width: 253px;
    height: 296px;
    bottom: 395px;
    left: 445px;
  }
  .main_logoff .animateWrap .bell {
    width: 94px;
    height: 96px;
    top: 105px;
    right: 268px;
  }
}
@media screen and (width < 320px) {
  .main_logoff .loungetalk .animateWrap {
    -webkit-transform: scale(0.7) translateX(-13%);
            transform: scale(0.7) translateX(-13%);
  }
  .main_logoff .loungetalk .bgGround {
    bottom: -60.5%;
  }
  .main_logoff .loungetalk .contGround {
    bottom: -47%;
  }
  .main_logoff .loungetalk .buttonWrap {
    margin-top: 20px;
  }
  .main_logoff .loungetalk .buttonWrap .btnIcon {
    -webkit-transform: scale(0.9) translateX(-10%);
            transform: scale(0.9) translateX(-10%);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .main_logoff .animateWrap .people {
    width: 244px;
    height: 138px;
    left: 21px;
    top: 7px;
  }
  .main_logoff .animateWrap .bubble {
    width: 33px;
    height: 30px;
  }
  .main_logoff .animateWrap .bubble.left {
    left: 0;
    top: 2px;
  }
  .main_logoff .animateWrap .bubble.right {
    right: 10px;
    top: 0;
  }
  .main_logoff .animateWrap .mail.close {
    width: 36px;
    height: 26px;
    left: 76px;
    top: 44px;
  }
  .main_logoff .animateWrap .mail.open {
    width: 35px;
    height: 40px;
    right: 129px;
    top: 28px;
  }
  .main_logoff .animateWrap .bell2 {
    width: 33px;
    height: 36px;
    right: 83px;
    top: 35px;
  }
}
@-webkit-keyframes actPhone {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes actPhone {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes actNoti {
  0%, 20% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes actNoti {
  0%, 20% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes actBell {
  0%, 33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  36%, 40% {
    -webkit-transform: scale(1) rotate(10deg);
            transform: scale(1) rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  38%, 42% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  44%, 100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
}
@keyframes actBell {
  0%, 33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  36%, 40% {
    -webkit-transform: scale(1) rotate(10deg);
            transform: scale(1) rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  38%, 42% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  44%, 100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
}
@-webkit-keyframes actMessage {
  0%, 50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
}
@keyframes actMessage {
  0%, 50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
}
@-webkit-keyframes actDialog {
  0%, 58% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes actDialog {
  0%, 58% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes actBubble {
  0%, 55% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes actBubble {
  0%, 55% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes actAirplane {
  0%, 46% {
    -webkit-transform: translate(-120%, 400%);
            transform: translate(-120%, 400%);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  58% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes actAirplane {
  0%, 46% {
    -webkit-transform: translate(-120%, 400%);
            transform: translate(-120%, 400%);
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
            animation-timing-function: cubic-bezier(0.13, 0.85, 0.56, 0.96);
  }
  58% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes actStar01 {
  0%, 58% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60%, 70%, 80%, 90%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  65%, 75%, 85%, 95% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
  }
}
@keyframes actStar01 {
  0%, 58% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60%, 70%, 80%, 90%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  65%, 75%, 85%, 95% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
  }
}
@-webkit-keyframes actStar02 {
  0%, 61% {
    opacity: 0;
  }
  65%, 75%, 85%, 95% {
    opacity: 1;
  }
  70%, 80%, 90%, 100% {
    opacity: 0.6;
  }
}
@keyframes actStar02 {
  0%, 61% {
    opacity: 0;
  }
  65%, 75%, 85%, 95% {
    opacity: 1;
  }
  70%, 80%, 90%, 100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes randomOn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes randomOn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes randomHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes randomHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes randomOff {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes randomOff {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes actBgGround {
  0% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
            transform: translateX(-50%) rotate(-360deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@keyframes actBgGround {
  0% {
    -webkit-transform: translateX(-50%) rotate(-360deg);
            transform: translateX(-50%) rotate(-360deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@-webkit-keyframes actBubble02 {
  0%, 5% {
    opacity: 0;
    -webkit-transform: translate(100%, 100%) scale(0);
            transform: translate(100%, 100%) scale(0);
  }
  10%, 16% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  17%, 100% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes actBubble02 {
  0%, 5% {
    opacity: 0;
    -webkit-transform: translate(100%, 100%) scale(0);
            transform: translate(100%, 100%) scale(0);
  }
  10%, 16% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  17%, 100% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes actMail01 {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateX(-30%) scale(0);
            transform: translateX(-30%) scale(0);
  }
  18%, 22% {
    opacity: 1;
    -webkit-transform: translateX(-30%) scale(0.5);
            transform: translateX(-30%) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
            animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
  }
  32%, 36% {
    opacity: 1;
    -webkit-transform: translateX(150%) scale(1.16);
            transform: translateX(150%) scale(1.16);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  38%, 100% {
    opacity: 0;
    -webkit-transform: translateX(150%) scale(1.16);
            transform: translateX(150%) scale(1.16);
  }
}
@keyframes actMail01 {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateX(-30%) scale(0);
            transform: translateX(-30%) scale(0);
  }
  18%, 22% {
    opacity: 1;
    -webkit-transform: translateX(-30%) scale(0.5);
            transform: translateX(-30%) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
            animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
  }
  32%, 36% {
    opacity: 1;
    -webkit-transform: translateX(150%) scale(1.16);
            transform: translateX(150%) scale(1.16);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  38%, 100% {
    opacity: 0;
    -webkit-transform: translateX(150%) scale(1.16);
            transform: translateX(150%) scale(1.16);
  }
}
@-webkit-keyframes actMail02 {
  0%, 36% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  38%, 42% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(140%) scale(0.5);
            transform: translateX(140%) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  61%, 65%, 100% {
    opacity: 0;
    -webkit-transform: translateX(140%) scale(0.5);
            transform: translateX(140%) scale(0.5);
  }
}
@keyframes actMail02 {
  0%, 36% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  38%, 42% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(140%) scale(0.5);
            transform: translateX(140%) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  61%, 65%, 100% {
    opacity: 0;
    -webkit-transform: translateX(140%) scale(0.5);
            transform: translateX(140%) scale(0.5);
  }
}
@-webkit-keyframes actBubble03 {
  0%, 61% {
    opacity: 0;
    -webkit-transform: translate(-200%, 100%) scale(0);
            transform: translate(-200%, 100%) scale(0);
  }
  65%, 70% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  72%, 100% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
  }
}
@keyframes actBubble03 {
  0%, 61% {
    opacity: 0;
    -webkit-transform: translate(-200%, 100%) scale(0);
            transform: translate(-200%, 100%) scale(0);
  }
  65%, 70% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  72%, 100% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
  }
}
@-webkit-keyframes actBell2 {
  0%, 72% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(0.5);
            transform: translateX(0) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
            animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
  }
  84% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1);
            transform: translateX(-175%) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  85%, 87% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(-10deg);
            transform: translateX(-175%) scale(1.1) rotate(-10deg);
  }
  86%, 88% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(10deg);
            transform: translateX(-175%) scale(1.1) rotate(10deg);
  }
  89% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(0);
            transform: translateX(-175%) scale(1.1) rotate(0);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateX(-350%) scale(0.5) rotate(0);
            transform: translateX(-350%) scale(0.5) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-350%) scale(0.5) rotate(0);
            transform: translateX(-350%) scale(0.5) rotate(0);
  }
}
@keyframes actBell2 {
  0%, 72% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(0.5);
            transform: translateX(0) scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
            animation-timing-function: cubic-bezier(0, 0.38, 0.8, 1);
  }
  84% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1);
            transform: translateX(-175%) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
            animation-timing-function: cubic-bezier(0.39, 0, 0.97, 0.67);
  }
  85%, 87% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(-10deg);
            transform: translateX(-175%) scale(1.1) rotate(-10deg);
  }
  86%, 88% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(10deg);
            transform: translateX(-175%) scale(1.1) rotate(10deg);
  }
  89% {
    opacity: 1;
    -webkit-transform: translateX(-175%) scale(1.1) rotate(0);
            transform: translateX(-175%) scale(1.1) rotate(0);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateX(-350%) scale(0.5) rotate(0);
            transform: translateX(-350%) scale(0.5) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-350%) scale(0.5) rotate(0);
            transform: translateX(-350%) scale(0.5) rotate(0);
  }
}