/* PAGE :: ICL */
.pg-icl .sub-top {
  background: url("/img/lasik/icl_sub_top_bg.jpg") no-repeat 72% 50% / cover;
}

.icl-sc-1 .content-wrap .image {
  display: flex;
  justify-content: center;
}

.icl-sc-2 {
  background: url("/img/lasik/icl_sc2_bg.jpg") no-repeat 50% 50% / cover;
}

.icl-sc-2 .content-wrap {
  position: relative;
}

.icl-sc-2 .image-content {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 740px;
}

.icl-sc-2 .text-content ul {
  display: flex;
  justify-content: space-between;

  font-size: 17px;
}

.icl-sc-2 .text-content ul + ul {
  margin-top: 30px;
}

.icl-sc-2 .text-content ul li {
  position: relative;

  width: 16em;
  height: 17em;

  border: 1px solid #fff;

  border-radius: 0.76em;
  background: linear-gradient(
    180deg,
    rgba(233, 232, 237, 0.6) 0%,
    rgba(233, 232, 237, 0.2) 100%
  );
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.8),
    0px 5px 10px 0px rgba(56, 65, 77, 0.25);
  backdrop-filter: blur(2px);

  padding: 1.1em 1.4em;

  overflow: hidden;
}

.icl-sc-2 .text-content ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -50%);

  width: 10em;
  height: 7em;

  background: url("/img/lasik/icl_sc2_light.png") no-repeat 50% 50% / contain;
}

.icl-sc-2 .text-content ul li .icon {
  width: 3.6em;
  height: 3.9em;
  object-fit: contain;
}

.icl-sc-2 .text-content ul li strong {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.6em;
}

.icl-sc-2 .text-content ul li p {
  text-transform: uppercase;
  color: #b5b5b5;
}

@media (max-width: 1024px) {
  .icl-sc-2 .text-content ul {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .icl-sc-2 .text-content ul {
    flex-direction: column;
    gap: 20px;

    font-size: 15px;
  }
  .icl-sc-2 .text-content ul + ul {
    margin-top: 260px;
  }

  .icl-sc-2 .text-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 100%;
    height: auto;
  }

  .icl-sc-2 .text-content ul li strong {
    font-size: 1.2em;
  }
}

.icl-sc-4 {
  background: url("/img/lasik/icl_sc4_bg.jpg") no-repeat 50% 50% / cover;
}

.icl-sc-4 .content-wrap {
  position: relative;

  display: flex;
  justify-content: space-between;

  padding-bottom: 160px;
}

.icl-sc-4 .content-wrap .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;

  width: 100%;
  max-width: 550px;
}

.icl-sc-4 .content-wrap .text-content {
  position: relative;
  z-index: 10;

  width: 45%;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;
}

.icl-sc-4 .content-wrap .text-content.left {
  padding-right: 11.4vw;
}

.icl-sc-4 .content-wrap .text-content.right {
  padding-left: 11.4vw;
}

.icl-sc-4 .content-wrap .text-content .bubble-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;

  width: 100%;

  font-size: 18px;
}

.icl-sc-4 .content-wrap .text-content .bubble {
  position: relative;
  z-index: 10;

  display: inline-block;
  border-radius: 6px;
  border: 2px solid #fff;

  color: #fff;
  padding: 0.4em 1em;
}

.icl-sc-4 .content-wrap .text-content .bubble-line {
  position: absolute;
  z-index: 1;
}

.icl-sc-4 .content-wrap .text-content .bubble-line.horizontal {
  top: 1.2em;

  width: calc(25% + 220px);
  height: 1px;
}

.icl-sc-4 .content-wrap .text-content.left .bubble-line.horizontal {
  right: 0;
}

.icl-sc-4 .content-wrap .text-content.right .bubble-line.horizontal {
  left: 0;
}

.icl-sc-4 .content-wrap .text-content .bubble-line.vertical {
  top: 1.2em;
  width: 1px;
}

.icl-sc-4 .content-wrap .text-content .bubble-line.vertical:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;

  transform: translate(-50%, 0);

  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.icl-sc-4 .content-wrap .text-content.left .bubble-line.vertical {
  right: 0;
  height: 190px;
}

.icl-sc-4 .content-wrap .text-content.right .bubble-line.vertical {
  left: 0;
  height: 320px;
}

.icl-sc-4 .content-wrap .text-content .blue .bubble-line,
.icl-sc-4 .content-wrap .text-content .blue .bubble-line.vertical:before {
  background: #2264bd;
}

.icl-sc-4 .content-wrap .text-content .red .bubble-line,
.icl-sc-4 .content-wrap .text-content .red .bubble-line.vertical:before {
  background: #cd1e1e;
}

.icl-sc-4 .content-wrap .text-content .bubble-wrap.blue .bubble {
  background: linear-gradient(180deg, #5e92d8 0%, #185db9 100%);
  box-shadow: 0px 0px 20px 0px rgba(125, 190, 230, 0.8);
}

.icl-sc-4 .content-wrap .text-content .bubble-wrap.red .bubble {
  background: linear-gradient(180deg, #e22121 0%, #8e1616 100%);
  box-shadow: 0px 0px 20px 0px rgba(230, 125, 125, 0.8);
}

.icl-sc-4 .content-wrap .text-content ul {
  display: flex;
  width: 100%;
}

.icl-sc-4 .content-wrap .text-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  width: 50%;

  padding: 1em 0;

  font-size: 22px;
  font-weight: 700;
  text-align: center;

  border-radius: 1.2em;
  background: #f7f7f7;
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);
}

.icl-sc-4 .content-wrap .text-content ul li img {
  width: 4.6em;
  height: 3.8em;
  object-fit: contain;
}

.icl-sc-4 .content-wrap .text-content .box {
  font-size: 17px;
  color: #474747;
  text-align: center;

  width: 100%;
  padding: 2em 1.6em;

  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1440px) {
  .icl-sc-4 .content-wrap .text-content ul li {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .icl-sc-4 .content-wrap .text-content ul li {
    font-size: 18px;
  }

  .icl-sc-4 .content-wrap .text-content .box {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .icl-sc-4 .content-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 60px;
  }

  .icl-sc-4 .content-wrap .image {
    position: static;
    transform: translate(0, 0);
  }

  .icl-sc-4 .content-wrap .text-content {
    width: 100%;
  }

  .icl-sc-4 .content-wrap .text-content.left {
    padding-right: 0;

    flex-direction: column-reverse;
  }

  .icl-sc-4 .content-wrap .text-content.right {
    padding-left: 0;
  }

  .icl-sc-4 .content-wrap .text-content .bubble-line.horizontal {
    display: none;
  }

  .icl-sc-4 .content-wrap .text-content.left .bubble-line.vertical {
    height: 40px;

    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .icl-sc-4 .content-wrap .text-content.right .bubble-line.vertical {
    height: 40px;

    top: 0;
    left: 50%;
    transform: translate(-50%, -100%) rotate(180deg);
  }
}

.icl-sc-5 .point-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.icl-sc-5 .point-list > li {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.icl-sc-5 .point-list > li:nth-child(even) {
  flex-direction: row-reverse;
}

.icl-sc-5 .point-list > li.radial-pattern:before {
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}

.icl-sc-5 .point-list .image,
.icl-sc-5 .point-list .text {
  border-radius: 24px;
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.icl-sc-5 .point-list .image {
  width: 42%;
}

.icl-sc-5 .point-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icl-sc-5 .point-list .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;

  font-size: 17px;
  padding: 2em 5em 2em 2.5em;

  flex: 1;
}

.icl-sc-5 .point-list .text .text-tit {
  font-size: 1.18em;
  font-weight: 700;
  color: #222;
}

.icl-sc-5 .point-list .text .text-tit > .color-blue {
  margin-right: 0.6em;
}

.icl-sc-5 .point-list .text .text-desc {
  color: #474747;
}

.icl-sc-5 .point-list .text .text-list {
  border-radius: 20px;
  border: 1px solid #e1e1e1;

  padding: 6px 16px;

  font-size: 16px;
  color: #222;
  line-height: 1.4;
}

.icl-sc-5 .point-list .text .text-list li {
  position: relative;
  padding-left: 2em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.icl-sc-5 .point-list .text .text-list li + li {
  border-top: 1px solid #e1e1e1;
}

.icl-sc-5 .point-list .text .text-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  transform: translate(0, -50%);

  width: 1.4em;
  height: 1.4em;
  background: url("/img/lasik/icon-check.png") no-repeat 50% 50% / contain;
}

@media (max-width: 1280px) {
  .icl-sc-5 .point-list li {
    gap: 30px;
  }
}

@media (max-width: 960px) {
  .icl-sc-5 .point-list {
    max-width: 480px;
    margin: 0 auto;
  }

  .icl-sc-5 .point-list li {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .icl-sc-5 .point-list li:nth-child(even) {
    flex-direction: column;
  }

  .icl-sc-5 .point-list .image {
    width: 100%;
  }
}

.icl-sc-6 {
  position: relative;

  background: url("/img/lasik/icl_sc6_bg.jpg") no-repeat 50% 0% / 100% 80%;
}

.icl-sc-6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 20%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 2%,
    #e6eaed 100%
  );
}

.icl-sc-6 .content-wrap .image {
  width: 96%;
  max-width: 600px;
  margin: 0 auto;
}

.icl-sc-7 {
  background: linear-gradient(180deg, #e6eaed 0%, #fff 100%);
}

.icl-sc-7 .content-wrap .image {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;

  mix-blend-mode: multiply;
}

.icl-sc-8 {
  position: relative;
  background: url("/img/lasik/icl_sc8_bg.jpg") no-repeat 62% 50% / cover;
}

.icl-sc-8:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 40px;

  width: 42%;
  max-width: 554px;
  aspect-ratio: 554 / 136;

  background: url("/img/lasik/icl_sc8_img.png") no-repeat 50% 50% / contain;
}

.icl-sc-8 .content-wrap .text {
  font-family: "Noto Serif";
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .icl-sc-8 .content-wrap .text {
    font-size: 43.2px;
  }
}

@media (max-width: 1024px) {
  .icl-sc-8 .content-wrap .text {
    font-size: 34.992px;
  }
}

@media (max-width: 768px) {
  .ctgry-lasik .icl-sc-8 .sc-inner {
    padding: 80px 0 120px;
  }

  .icl-sc-8 .content-wrap .text {
    font-size: 31.4928px;
  }
}
