#divAiPopIn .pop-ai-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

#divAiPopIn .pop-ai-title .stock-name {
  display: inline-block;
  color: #080809;
}

#divAiPopIn .pop-ai-title .stock-name span {
  color: #0082FF;
}

#divAiPopIn .pop-ai-title .ai-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3px;
  padding: 3px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  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%);
  overflow: hidden;
  border-radius: 80px;
  vertical-align: text-bottom;
}

#divAiPopIn .pop-ai-title .ai-label .ai-label-icon {
  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;
  width: 16px;
  height: 16px;
}

#divAiPopIn .pop-ai-title .ai-label .ai-label-icon svg {
  width: 100%;
  height: 100%;
}

#divAiPopIn .pop-ai-title .ai-label .ai-label-txt {
  color: #0082FF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

#divAiPopIn .pop-ai-title .ai-label::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-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;
}

#divAiPopIn .pop-con {
  margin-top: 25px;
  padding: 0;
  height: 486px;
  overflow-y: auto;
}

#divAiPopIn .ai-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc(100% - 32px);
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

#divAiPopIn .ai-stock .icon {
  width: 24px;
  height: 24px;
}

#divAiPopIn .ai-stock .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

#divAiPopIn .ai-stock.positive-strong {
  background-color: #FFF5F5;
  color: #EE2528;
}

#divAiPopIn .ai-stock.negative {
  background-color: #EEF3FF;
  color: #265FF1;
}

#divAiPopIn .ai-stock.positive {
  background-color: #FFF7ED;
  color: #FD970E;
}

#divAiPopIn .arrow-box {
  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;
  width: 100%;
  padding: 10px 0;
}

#divAiPopIn .arrow-box svg {
  width: 20px;
  height: 20px;
}

#divAiPopIn .cont-box {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 20px 12px;
  border-radius: 10px;
  border: 1px solid #F4F5F6;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#divAiPopIn .cont-box + .cont-box {
  margin-top: 10px;
}

#divAiPopIn .ai-stock-comment-list > li {
  position: relative;
  padding-left: 20px;
}

#divAiPopIn .ai-stock-comment-list > li > .p-1 {
  color: #3E3E40;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#divAiPopIn .ai-stock-comment-list > li > .p-2 > li {
  color: #3E3E40;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#divAiPopIn .ai-stock-comment-list > li + li {
  margin-top: 12px;
}

#divAiPopIn .ai-stock-comment-list > li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5B5B5F;
}

#divAiPopIn .ai-stock-analysis-warning .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

#divAiPopIn .ai-stock-analysis-warning .title .icon {
  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;
  width: 24px;
  height: 24px;
}

#divAiPopIn .ai-stock-analysis-warning .title .txt {
  color: #080809;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#divAiPopIn .ai-stock-analysis-warning .content + .title {
  margin-top: 25px;
}

#divAiPopIn .ai-stock-analysis-warning .list {
  margin-top: 15px;
}

#divAiPopIn .ai-stock-analysis-warning .list > li {
  position: relative;
  padding-left: 20px;
}

#divAiPopIn .ai-stock-analysis-warning .list > li > .p-1 {
  color: #3E3E40;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#divAiPopIn .ai-stock-analysis-warning .list > li > .p-1.type2 {
  font-weight: 400;
}

#divAiPopIn .ai-stock-analysis-warning .list > li > .p-2 > li {
  color: #3E3E40;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#divAiPopIn .ai-stock-analysis-warning .list > li + li {
  margin-top: 12px;
}

#divAiPopIn .ai-stock-analysis-warning .list > li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5B5B5F;
}

#divAiPopIn .pop-btn-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 13px 16px 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(1deg, #FFF 78.84%, #FFF 88.7%, rgba(255, 255, 255, 0.91) 89.88%, rgba(255, 255, 255, 0.8) 91.39%, rgba(255, 255, 255, 0.72) 92.14%, rgba(255, 255, 255, 0.6) 93.21%, rgba(255, 255, 255, 0.51) 94.28%, rgba(255, 255, 255, 0.4) 95.68%, rgba(255, 255, 255, 0.31) 96.64%, rgba(255, 255, 255, 0.2) 97.93%, rgba(255, 255, 255, 0.1) 98.47%, rgba(255, 255, 255, 0) 99.43%);
}

#divAiPopIn .pop-btn-box .pop-btn-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fade-in-item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.fade-in-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ai-recommend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: linear-gradient(86deg, #2BC6FA 3.85%, #387BF8 40.27%, #6D5AFB 78.86%, #7E38FF 94.03%);
  color: #FFF;
  font-family: Pretendard;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  /* 120% */
}
/*# sourceMappingURL=stock.css.map */