.cell_2 {
  padding-top: 120px;
}

.float-box {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.cell_title {
  font-size: 48px;
  color: #0A1226;
  line-height: 50px;
  text-align: center;
  margin-bottom: 60px;
}

.cell_2_list {
  display: flex;
  justify-content: space-between;
}

.cell_2_item {
  width: 420px;
  height: 391px;
  position: relative;
  border-radius: 26px;
}

.cell_2_item:hover {
  box-shadow: 0 4px 10px 4px #E1E8FD;
}

.cell_2_item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cell_2_item_content {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.cell_2_p1 {
  font-size: 28px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 30px;
}

.cell_2_p2 {
  width: 256px;
  font-size: 16px;
  color: #5A6270;
  line-height: 20px;
  margin-left: 30px;
  margin-bottom: 64px;
}

.cell_2_item_c {
  width: 100%;
  height: 201px;
  background: #FFFFFF;
  border-radius: 26px;
  padding: 30px;
}

.cell_2_tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
}

.cell_2_tag {
  padding: 4px 8px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
}

.cell_2_p3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0A1226;
  line-height: 18px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.cell_3 {
  padding-top: 120px;
}

.cell_3_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cell_3_title {
  font-size: 48px;
  color: #0A1226;
  line-height: 50px;
  margin-bottom: 45px;
}

.cell_3_item {
  margin-bottom: 36px;
}

.cell_3_item_p1 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 10px;
}

.cell_3_item_p2 {
  font-weight: 400;
  font-size: 16px;
  color: #5A6270;
  line-height: 20px;
}

.cell_3_btn {
  margin-top: 50px;
  width: 177px;
  height: 54px;
  background: linear-gradient(180deg, #052AE7 0%, #2A65EA 100%);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  gap: 10px;
  cursor: pointer;
}

.cell_3_btn:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}

.cell_3_right {
  width: 640px;
  height: 544px;
  position: relative;
}

.cell_3_b {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_3_bg {
  width: 241px;
  height: 268px;
  position: absolute;
  z-index: 2;
  top: 144px;
  left: 218px;
}

.cell_3_f1 {
  width: 244px;
  height: 39px;
  position: absolute;
  top: 58px;
  left: 75px;
}

.cell_3_f2 {
  width: 158px;
  height: 52px;
  position: absolute;
  top: 180px;
  left: 86px;
  z-index: 3;
}

.cell_3_f3 {
  width: 213px;
  height: 164px;
  position: absolute;
  z-index: 1;
  top: 346px;
  left: 62px;
}

.cell_3_f4 {
  width: 130px;
  height: 63px;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 480px;
}

.cell_4 {
  height: 672px;
  margin-top: 120px;
}

.cell_4_head {
  padding-top: 84px;
  display: flex;
  align-items: center;
  gap: 68px;
  margin-bottom: 74px;
}

.cell_4_p1 {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 50px;
}

.cell_4_p2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}

.cell_4_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cell_4_item {
  width: 300px;
  height: 343px;
  background: linear-gradient(180deg, #D4E2FB 0%, #F8FAFF 100%);
  border-radius: 24px;
  border: 2px solid #fff;
  padding: 44px 24px 0 24px;
  position: relative;
}

.cell_4_p3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  color: #010101;
  line-height: 30px;
  margin-bottom: 32px;
}

.cell_4_p4 {
  font-size: 15px;
  color: #5A6270;
  line-height: 22px;
  margin-bottom: 84px;
}

.cell_4_btn {
  width: 54px;
  height: 54px;
  background: url(/images/product/tab4/arrow-r-d.png) no-repeat center center / 100% 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}

.cell_4_item:hover .cell_4_btn {
  background: url(/images/product/tab4/arrow-r-a.png) no-repeat center center / 100% 100%;
}

.cell_4_img {
  width: 138px;
  height: 110px;
  position: absolute;
  bottom: 36px;
  right: 20px;
}

.cell_4_b {
  width: 457px;
  height: 379px;
  background: url(/images/product/tab4/cell_4_b.png) no-repeat center center / 100% 100%;
  position: absolute;
  top: 158px;
  right: 68px;
}

.cell_4_f1 {
  width: 211px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: -30px;
}

.cell_4_f2 {
  width: 245px;
  height: 39px;
  position: absolute;
  top: 162px;
  left: 227px;
}

.cell_4_f3 {
  width: 240px;
  height: 39px;
  position: absolute;
  top: 336px;
  left: 24px;
}