:root {
  --btn-bottom:150px;
}

#head-sub .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 176px;
}

.header-btn-ai {
  position: relative;
  z-index: 1000;
  display: none;
  min-width: 92px;
  padding-bottom: 0;
}

.header-btn-ai.active {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100vh - (var(--btn-bottom) - 60px)));
          transform: translate(-50%, calc(100vh - (var(--btn-bottom) - 60px)));
  padding-bottom: env(safe-area-inset-bottom30px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 202px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  z-index: 1001;
}

.header-btn-ai.active.samsung-btn {
  -webkit-transform: translate(-50%, calc(100vh - var(--btn-bottom)));
          transform: translate(-50%, calc(100vh - var(--btn-bottom)));
}

.header-btn-ai.active.safari-btn {
  -webkit-transform: translate(-50%, calc(100vh - var(--btn-bottom)));
          transform: translate(-50%, calc(100vh - var(--btn-bottom)));
}

.header-btn-ai.active.other-btn {
  -webkit-transform: translate(-50%, calc(100vh - (var(--btn-bottom) - 60px )));
          transform: translate(-50%, calc(100vh - (var(--btn-bottom) - 60px )));
}

.header-btn-ai.active .ai-btn-box {
  padding: 12px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#E7F6FF), color-stop(68.75%, #F8F8FE), to(#F8F0FF));
  background: linear-gradient(90deg, #E7F6FF 0%, #F8F8FE 68.75%, #F8F0FF 100%);
  border-radius: 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.header-btn-ai.active .ai-btn-box .txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-btn-ai.active .ai-btn-box .icon {
  width: 20px;
  height: 20px;
}

.header-btn-ai.active .ai-btn-box .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-btn-ai.loading {
  pointer-events: none;
}

.header-btn-ai .ai-btn-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  gap: 2px;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#E7F6FF), color-stop(68.75%, #F8F8FE), to(#F8F0FF));
  background: linear-gradient(90deg, #E7F6FF 0%, #F8F8FE 68.75%, #F8F0FF 100%);
  text-align: center;
  font-weight: 600;
  line-height: 16px;
}

.header-btn-ai .ai-btn-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 80px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#2BC6FA), color-stop(25%, #387BF8), color-stop(50%, #6D5AFB), color-stop(75%, #7E38FF), to(#2BC6FA));
  background: linear-gradient(90deg, #2BC6FA 0%, #387BF8 25%, #6D5AFB 50%, #7E38FF 75%, #2BC6FA 100%);
  background-size: 200% 100%;
  -webkit-animation: gradientBorder 3s linear infinite;
          animation: gradientBorder 3s linear infinite;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.header-btn-ai .txt {
  background: -webkit-gradient(linear, left top, right top, from(#2BC6FA), color-stop(25%, #387BF8), color-stop(50%, #6D5AFB), color-stop(75%, #7E38FF), to(#2BC6FA));
  background: linear-gradient(90deg, #2BC6FA 0%, #387BF8 25%, #6D5AFB 50%, #7E38FF 75%, #2BC6FA 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientText 3s linear infinite;
          animation: gradientText 3s linear infinite;
}

.header-btn-ai .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-btn-ai .icon svg {
  width: 100%;
  height: 100%;
}

.header-btn-ai .close-btn {
  display: none;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-btn-ai .close-btn svg {
  width: 100%;
  height: 100%;
}

.loading-animation-text-txt > span {
  background: -webkit-gradient(linear, left top, right top, from(#2BC6FA), color-stop(25%, #387BF8), color-stop(50%, #6D5AFB), color-stop(75%, #7E38FF), to(#2BC6FA));
  background: linear-gradient(90deg, #2BC6FA 0%, #387BF8 25%, #6D5AFB 50%, #7E38FF 75%, #2BC6FA 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientText 3s linear infinite;
          animation: gradientText 3s linear infinite;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@-webkit-keyframes gradientText {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes gradientText {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

@-webkit-keyframes gradientBorder {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes gradientBorder {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
/*# sourceMappingURL=newStyle.css.map */