/* PAGE :: LASEK */
.pg-lasek .sub-top {
  background: url("/img/lasik/lasek_sub_top_bg.jpg") no-repeat 28% 50% / cover;
}

.lasek-sc-2 {
  background: url("/img/lasik/lasik_sc4_bg.jpg") no-repeat 50% 50% / cover;
}

.lasek-sc-2 .image-bubble-container .bubble-list {
  width: 26%;
}

.lasek-sc-2 .image-bubble-container .bubble-item {
  background: linear-gradient(180deg, #e22121 0%, #8e1616 100%);
  box-shadow: 0px 0px 20px 0px rgba(230, 125, 125, 0.8);
}

.lasek-sc-2 .image-bubble-container .line {
  background: #e22121;
}

.lasek-sc-2 .image-bubble-container .line:before {
  background: #e22121;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(1) {
  top: 12%;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(1) .line {
  width: 14.6vw;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(2) {
  top: 33%;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(2) .line {
  width: calc(150px + 18vw);
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(3) {
  top: 62%;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(3) .line {
  width: 8vw;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(3) {
  top: 62%;
}

.lasek-sc-2 .image-bubble-container .left .bubble-item:nth-child(3) .line {
  width: 8vw;
}

.lasek-sc-2 .image-bubble-container .right .bubble-item:nth-child(1) {
  top: 22%;
}

.lasek-sc-2 .image-bubble-container .right .bubble-item:nth-child(1) .line {
  width: 2vw;
}

.lasek-sc-2 .image-bubble-container .right .bubble-item:nth-child(2) {
  top: 46%;
}

.lasek-sc-2 .image-bubble-container .right .bubble-item:nth-child(2) .line {
  width: 8vw;
}

@media (max-width: 960px) {
  .lasek-sc-2 .image-bubble-container .bubble-list {
    width: 100%;
  }
}

.lasek-sc-4 {
  background: url("/img/lasik/lasek_sc4_bg.jpg") no-repeat 30% 50% / cover;
}

.lasek-sc-4 .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.lasek-sc-4 .content-wrap ul {
  position: relative;

  display: flex;
  align-items: center;
  gap: 1.54em;

  font-size: 22px;
}

.lasek-sc-4 .content-wrap ul li {
  position: relative;

  display: flex;
  align-items: center;

  width: 50%;
  padding: 0 1em;
}

.lasek-sc-4 .content-wrap ul li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.77em;

  width: 1px;
  height: 100%;

  background: #d4d4d4;
}

.lasek-sc-4 .content-wrap ul li .image {
  width: 5.4em;
}

.lasek-sc-4 .content-wrap ul li .text {
  flex: 1;

  text-align: center;
  color: #222;
}

@media (max-width: 1440px) {
  .lasek-sc-4 .content-wrap ul {
    font-size: 19.8px;
  }
}

@media (max-width: 1024px) {
  .lasek-sc-4 .content-wrap ul {
    font-size: 17.82px;
  }
}

@media (max-width: 960px) {
  .lasek-sc-4 .content-wrap {
    gap: 30px;
  }

  .lasek-sc-4 .content-wrap ul {
    flex-direction: column;

    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .lasek-sc-4 .content-wrap ul li {
    width: 100%;
    padding: 0;
  }

  .lasek-sc-4 .content-wrap ul li + li:before {
    display: none;
  }

  .lasek-sc-4 .content-wrap ul + ul:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;

    transform: translate(-50%, 0);

    width: 100%;
    height: 1px;

    background: #d4d4d4;
  }
}
