#screen .com_tab svg {
  max-width: 400px;
}
#screen .point {
  font-weight: 700;
  color: var(--color-primary_main_dark, #0b5b66);
}
#screen .bold {
  font-size: 0.9rem;
  font-weight: 700;
}
#screen ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#screen ol li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
#screen .sub_com_box_sm:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -22px;
  width: 140px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/screen_icon_1.svg);
}
#screen .sub_com_box_sm:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -22px;
  width: 140px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/screen_icon_2.svg);
}

@media (max-width: 1440px) {
  #screen .sub_com_box_sm:first-child::after {
    content: none;
  }
  #screen .sub_com_box_sm:last-child::after {
    content: none;
  }
}