﻿body {
  background: #000;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
div {
  box-sizing: border-box;
}
@keyframes button {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.96, 0.94);
    transform: scale(0.96, 0.94);
  }
}
.ai-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.ai-page .page-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 14px 0px 14px;
  box-sizing: border-box;
  height: 100%;
}
.ai-page .page-container .robot-container {
  width: 204px;
  height: 241px;
  margin: 0 auto;
}
.ai-page .page-container .robot-container img {
  width: 100%;
  height: 100%;
}
.ai-page .page-container .content-box {
  position: relative;
  top: -50px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 243, 168, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(10px);
  padding: 21px 40px;
}
.ai-page .page-container .content-box .main-title {
  text-align: center;
  color: #ffd324;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 24.4px;
  line-height: 34px;
  letter-spacing: -0.6px;
}
.ai-page .page-container .content-box .divider-line {
  margin-top: 18px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.ai-page .page-container .content-box .description {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
}
.ai-page .page-container .content-box .description span {
  color: #ffd324;
}
.ai-page .page-container .input-container {
  height: 48px;
  border-radius: 50px;
  border: 1px solid #000000;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  padding: 0px 20px;
  align-items: center;
}
.ai-page .page-container .input-container input {
  height: 32px;
  width: 100%;
}
.ai-page .page-container .analyze-button {
  height: 48px;
  border-radius: 61px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9a34;
  box-sizing: border-box;
  background: linear-gradient(90deg, #fceec7 0%, #f7cfa1 100%);
  text-align: center;
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.6px;
  cursor: pointer;
}
.ai-page .bottom-box {
  width: 100%;
  margin-top: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6px;
}
.ai-page .bottom-box .des-box {
  box-sizing: border-box;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 20px 15px 20px;
}
.ai-page .bottom-box .des-box .box-2 {
  margin-top: 13px;
}
.ai-page .bottom-box .des-box .box-3 {
  margin-top: 13px;
  display: flex;
}
.ai-page .bottom-box .des-box .box-3 .tel {
  margin-right: 10px;
}
.ai-page .bottom-box .des-box .box-3 a {
  color: #ffffff;
}
.ai-page .bottom-box .box-4 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ai-page .bottom-box .box-4 .link-list {
  max-width: 750px;
  margin: 0 auto;
  padding: 9px 23px;
  width: 100%;
  display: flex;
  color: #ffd324;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  letter-spacing: -0.6px;
}
.ai-page .bottom-box .box-4 .link-list a {
  color: #ffd324;
}
.ai-page .bottom-box .box-4 .link-list .item {
  margin-right: 10px;
}
.ai-page #background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.ai-page .analysis-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.ai-page .analysis-modal .progress-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.ai-page .analysis-modal .progress-container .progress-box {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 21px 40px;
  box-sizing: border-box;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-header .progress-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-header .progress-icon img {
  width: 100%;
  height: 100%;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-header .progress-text {
  color: #333333;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-items {
  width: 100%;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-items .progress-item {
  margin-bottom: 15px;
}
.ai-page .analysis-modal .progress-container .progress-box .progress-items .progress-item .item-title {
  color: #333333;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
.ai-page .analysis-modal .result-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.ai-page .analysis-modal .result-container .result-box {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 21px 40px;
  box-sizing: border-box;
}
.ai-page .analysis-modal .result-container .result-box .result-header {
  text-align: center;
  margin-bottom: 21px;
}
.ai-page .analysis-modal .result-container .result-box .result-header .result-title {
  color: #333333;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
}
.ai-page .analysis-modal .result-container .result-box .result-content {
  width: 100%;
}
.ai-page .analysis-modal .result-container .result-box .result-content .line-button {
  height: 48px;
  border-radius: 61px;
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9a34;
  box-sizing: border-box;
  background: linear-gradient(90deg, #fceec7 0%, #f7cfa1 100%);
  text-align: center;
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.6px;
  cursor: pointer;
}
