/* lasik 카테고리 공통 스타일 */
:root {
  --color-blue: #0069ff;
}

.ctgry-lasik * {
  box-sizing: border-box;
}

.ctgry-lasik p,
.ctgry-lasik a,
.ctgry-lasik span,
.ctgry-lasik dt,
.ctgry-lasik dd,
.ctgry-lasik button,
.ctgry-lasik input {
  font-family: Pretendard, sans-serif;
}

.ctgry-lasik .none-1280,
.ctgry-lasik .none-960,
.ctgry-lasik .none-768 {
  display: block;
}

.ctgry-lasik .block-1024,
.ctgry-lasik .block-960,
.ctgry-lasik .block-500 {
  display: none;
}

.ctgry-lasik .mb-20 {
  margin-bottom: 20px;
}

.ctgry-lasik .mb-60 {
  margin-bottom: 60px;
}

.ctgry-lasik .color-blue {
  color: var(--color-blue);
}

.ctgry-lasik .color-blue-2 {
  color: #2f6ab9;
}

.ctgry-lasik .color-red {
  color: #e22121;
}

.ctgry-lasik .color-cyan {
  color: #31e0ff;
}

.ctgry-lasik .color-gray {
  color: #9c9c9c;
}

.ctgry-lasik .color-black {
  color: #222;
}

.ctgry-lasik .color-white {
  color: #fff;
}

.ctgry-lasik .bold {
  font-weight: 700;
}

.ctgry-lasik .tac {
  text-align: center;
}

.ctgry-lasik .upper {
  text-transform: uppercase;
}

.ctgry-lasik .bg-gradient-1 {
  background: linear-gradient(
      0deg,
      #f0f7ff 0.29%,
      rgba(242, 245, 255, 0) 103.06%
    ),
    #fff;
}

.ctgry-lasik .bg-gradient-2 {
  background: linear-gradient(
      0deg,
      rgba(242, 245, 255, 0) 0.29%,
      #f0f7ff 103.06%
    ),
    #fff;
}

.ctgry-lasik .bg-pattern-1 {
  background: url("/img/lasik/lasik_sc7_bg.jpg") no-repeat 50% 50% / cover;
}

.ctgry-lasik .container-1132 {
  width: 90%;
  max-width: calc(1132px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ctgry-lasik .container-1280 {
  width: 90%;
  max-width: calc(1280px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ctgry-lasik .container-1440 {
  width: 90%;
  max-width: calc(1440px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ctgry-lasik .container-full {
  width: 100%;
  padding: 0 20px;
  position: relative;
}

.ctgry-lasik .sc-inner {
  padding: 140px 0;
}

.ctgry-lasik .sc-inner.pd-120 {
  padding: 120px 0;
}

.ctgry-lasik .sc-inner.pb-0 {
  padding-bottom: 0;
}

@media (max-width: 1280px) {
  .ctgry-lasik .none-1280 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .block-1024 {
    display: block;
  }

  .ctgry-lasik .container-1440,
  .ctgry-lasik .container-1280,
  .ctgry-lasik .container-1132 {
    width: 100%;
  }

  .ctgry-lasik .sc-inner {
    padding: 80px 0;
  }

  .ctgry-lasik .sc-inner.pd-120 {
    padding: 60px 0;
  }
}

@media (max-width: 960px) {
  .ctgry-lasik .block-960 {
    display: block;
  }

  .ctgry-lasik .none-960 {
    display: none;
  }
}

@media (max-width: 768px) {
  .ctgry-lasik .none-768 {
    display: none;
  }

  .ctgry-lasik .mb-60 {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .ctgry-lasik .block-500 {
    display: block;
  }
}

.ctgry-lasik .flex-container {
  display: flex;
}

/* sub-top 스타일 */
.ctgry-lasik .sub-top {
  height: var(--vh);
  padding-top: 115px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ctgry-lasik .sub-top .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
  color: #fff;
}

.ctgry-lasik .st-tit {
  font-family: "Peddana", serif;
  font-size: 96px;
}

.ctgry-lasik .st-desc {
  font-size: 32px;

  max-width: 20em;
}

@media (max-width: 1440px) {
  .ctgry-lasik .st-tit {
    font-size: 86.4px;
  }

  .ctgry-lasik .st-desc {
    font-size: 28.8px;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .sub-top {
    padding-top: 60px;
  }
}

@media (max-width: 960px) {
  .ctgry-lasik .st-tit {
    font-size: 77.76px;
  }

  .ctgry-lasik .st-desc {
    font-size: 25.92px;
  }
}

@media (max-width: 500px) {
  .ctgry-lasik .st-tit {
    font-size: 66px;
  }

  .ctgry-lasik .st-desc {
    font-size: 20px;
    max-width: none;
  }
}

/* 각 섹션 타이틀 공통 스타일 */
.ctgry-lasik .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ctgry-lasik .sc-tit {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.ctgry-lasik .sc-tit.sm {
  font-size: 40px;
}

.ctgry-lasik .sc-desc {
  font-size: 17px;
  color: #474747;
  line-height: 1.4;
}

.ctgry-lasik .em-text {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1440px) {
  .ctgry-lasik .sc-tit {
    font-size: 43.2px;
  }

  .ctgry-lasik .sc-tit.sm {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .sc-tit {
    font-size: 38.88px;
  }

  .ctgry-lasik .sc-tit.sm {
    font-size: 32.4px;
  }

  .ctgry-lasik .sc-desc {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .ctgry-lasik .sc-tit {
    font-size: 34.992px;
  }

  .ctgry-lasik .sc-tit.sm {
    font-size: 29.16px;
  }
}

@media (max-width: 500px) {
  .ctgry-lasik .sc-tit {
    font-size: 31.4928px;
  }

  .ctgry-lasik .sc-tit.sm {
    font-size: 26.244px;
  }
}

/* click-motion-hint 스타일 */
.ctgry-lasik .motion-hint {
  display: flex;
  justify-content: center;

  margin: 0 auto;
}

.ctgry-lasik .motion-hint .hint-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;

  background: var(--color-blue);
  border-radius: 999px;
  padding: 0.4em 1.2em;

  font-size: 24px;
  color: #fff;
}

.ctgry-lasik .motion-hint .motion-wrap {
  height: 2em;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ctgry-lasik .motion-hint.drag .motion-wrap dotlottie-wc {
  width: 6em;
  height: 3em;
}

.ctgry-lasik .motion-hint.click .motion-wrap dotlottie-wc {
  width: 2.2em;
  height: 2.2em;
}

@media (max-width: 1440px) {
  .ctgry-lasik .motion-hint .hint-inner {
    font-size: 21.6px;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .motion-hint .hint-inner {
    font-size: 19.44px;
  }
}

@media (max-width: 500px) {
  .ctgry-lasik .motion-hint .hint-inner {
    font-size: 18.54px;
  }
}

/* clickable-card-list 스타일 */
.ctgry-lasik .clickable-card-list {
  width: 100%;

  display: flex;
  gap: 20px;
}

.ctgry-lasik .clickable-card {
  width: 300px;

  padding: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s, width 0.6s;

  overflow: hidden;
}

.ctgry-lasik .clickable-card.mo-active {
  box-shadow: 0px 20px 47px 0px rgba(0, 4, 54, 0.28);
}

.ctgry-lasik .clickable-card.mo-active .thumb span {
  color: var(--color-blue);
}

.ctgry-lasik .clickable-card.on {
  width: calc(100% - 300px * 2 - 20px * 2);
}

.ctgry-lasik .clickable-card .card-inner {
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ctgry-lasik .clickable-card .thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;

  width: 100%;
  max-width: 240px;
  height: 100%;
}

.ctgry-lasik .clickable-card .thumb img {
  width: 100%;
}

.ctgry-lasik .clickable-card .thumb span {
  font-size: 24px;
  font-weight: 700;

  transition: color 0.3s;
}

.ctgry-lasik .clickable-card .content {
  display: none;
  flex: 1;
}

.ctgry-lasik .clickable-card .content ul {
  border-radius: 20px;
  border: 1px solid #e1e1e1;

  padding: 6px 16px;

  font-size: 16px;
  color: #222;
  line-height: 1.4;
}

.ctgry-lasik .clickable-card .content li {
  position: relative;
  padding-left: 2em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.ctgry-lasik .clickable-card .content li + li {
  border-top: 1px solid #e1e1e1;
}

.ctgry-lasik .clickable-card .content 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;
}

.ctgry-lasik .clickable-card .content ul + p {
  font-size: 17px;
  color: #474747;

  margin-top: 16px;
}

@media (min-width: 1280px) {
  .ctgry-lasik .clickable-card {
    cursor: pointer;
  }

  .ctgry-lasik .clickable-card:not(.on):hover {
    box-shadow: 0px 20px 47px 0px rgba(0, 4, 54, 0.28);
  }

  .ctgry-lasik .clickable-card:not(.on):hover .thumb span {
    color: var(--color-blue);
  }
}

@media (max-width: 1440px) {
  .ctgry-lasik .clickable-card-list {
    gap: 10px;
  }

  .ctgry-lasik .clickable-card {
    width: 280px;
  }

  .ctgry-lasik .clickable-card.on {
    width: calc(100% - 280px * 2 - 10px * 2);
  }

  .ctgry-lasik .clickable-card .thumb {
    max-width: 200px;
  }
}

@media (max-width: 1280px) {
  .ctgry-lasik .click-motion-hint {
    display: none;
  }

  .ctgry-lasik .clickable-card .card-inner {
    flex-direction: column;
  }

  .ctgry-lasik .clickable-card {
    width: calc((100% - 10px * 2) / 3);
  }

  .ctgry-lasik .clickable-card .thumb {
    justify-content: flex-start;
    height: auto;
  }

  .ctgry-lasik .clickable-card .content {
    display: block;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .clickable-card-list {
    flex-direction: column;
    align-items: center;
  }

  .ctgry-lasik .clickable-card {
    width: 100%;
    max-width: 640px;
  }
}

/* image-bubble-container 스타일 */
.ctgry-lasik .image-bubble-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
}

.ctgry-lasik .image-bubble-container .image {
  position: relative;
  z-index: 1;

  width: 52%;
}

.ctgry-lasik .image-bubble-container .bubble-list {
  position: absolute;

  top: 50%;
  transform: translate(0, -50%);

  width: 22%;
  height: 100%;

  display: flex;
  flex-direction: column;

  z-index: 10;
}

.ctgry-lasik .image-bubble-container .bubble-list.left {
  left: 0;

  align-items: flex-end;
}

.ctgry-lasik .image-bubble-container .bubble-list.right {
  right: 0;

  align-items: flex-start;
}

.ctgry-lasik .image-bubble-container .bubble-item {
  position: absolute;

  display: inline-block;

  border-radius: 6px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #5e92d8 0%, #185db9 100%);
  box-shadow: 0px 0px 20px 0px rgba(125, 190, 230, 0.8);

  font-size: calc(14px + 0.2vw);
  color: #fff;

  padding: 0.4em 1em;
}

.ctgry-lasik .image-bubble-container .line {
  position: absolute;
  top: 50%;

  width: 7vw;
  height: 2px;
  background: #2f6ab9;
}

.ctgry-lasik .image-bubble-container .line:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);

  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #2f6ab9;
}

.ctgry-lasik .image-bubble-container .left .line {
  left: calc(100% + 2px);
}

.ctgry-lasik .image-bubble-container .left .line:before {
  right: 0;
}

.ctgry-lasik .image-bubble-container .right .line {
  right: calc(100% + 2px);
}

.ctgry-lasik .image-bubble-container .right .line:before {
  left: 0;
}

@media (max-width: 960px) {
  .ctgry-lasik .image-bubble-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    gap: 40px;

    max-width: 640px;
  }

  .ctgry-lasik .image-bubble-container .bubble-list {
    position: static;
    transform: translate(0, 0);
    gap: 10px;
    width: 100%;
  }

  .ctgry-lasik .image-bubble-container .bubble-item {
    position: static;
    width: 100%;
  }

  .ctgry-lasik .image-bubble-container .bubble-item br {
    display: none;
  }

  .ctgry-lasik .image-bubble-container .line {
    display: none;
  }

  .ctgry-lasik .image-bubble-container .image {
    width: 96%;
  }
}

/* compare-table 스타일 */
.ctgry-lasik .sc-compare .container-1280 {
  width: 100%;
}

.ctgry-lasik .scroll-outer {
  overflow-x: auto;
}

.ctgry-lasik .compare-table-container {
  position: relative;

  font-size: 18px;
}

.ctgry-lasik .compare-table-container:before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: calc(100% - 11em);
  height: calc(100% - 80px);

  border-radius: 24px;
  box-shadow: 0px 4px 15px 0px rgba(47, 48, 54, 0.25);

  background: linear-gradient(
    to right,
    #d6e6f9 33.333%,
    #e2ecf8 33.333%,
    #e2ecf8 66.666%,
    #fff 66.666%
  );

  z-index: 1;
}

.ctgry-lasik .compare-table {
}

.ctgry-lasik .compare-table .row {
  display: grid;
  grid-template-columns: 11em 1fr 1fr 1fr;

  position: relative;
  z-index: 2;
}

.ctgry-lasik .compare-table .row.first .col {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.ctgry-lasik .compare-table .row.first .col .image {
  width: 100%;
  aspect-ratio: 1280 / 720;

  border-radius: 20px;
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;

  margin-bottom: 1em;
}

.ctgry-lasik .compare-table .row.first .col .image video {
  width: 100%;
  aspect-ratio: 1280 / 720;
}

.ctgry-lasik .compare-table .row.first .col strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  color: var(--color-blue);
}

.ctgry-lasik .compare-table .col {
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-bottom: 2.6em;
}

.ctgry-lasik .compare-table .col.head {
  width: 11em;

  color: #3267b2;
  font-weight: 500;

  padding-left: 0;
}

@media (max-width: 1440px) {
  .ctgry-lasik .compare-table-container {
    font-size: 16.2px;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .sc-compare .scroll-outer {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .ctgry-lasik .compare-table-container {
    width: 64em;
  }

  .ctgry-lasik .compare-table .col {
    padding-right: 1em;
    padding-bottom: 2em;
  }

  .ctgry-lasik .compare-table .col.head {
    width: 8em;
  }

  .ctgry-lasik .compare-table .row {
    grid-template-columns: 8em 1fr 1fr 1fr;
  }

  .ctgry-lasik .compare-table-container:before {
    width: calc(100% - 8em);
  }
}

@media (max-width: 500px) {
  .ctgry-lasik .compare-table-container {
    font-size: 14.58px;
  }
}

/* bgn-custom-swiper 섹션 스타일 */
.ctgry-lasik .bgn-custom-wrap {
  position: relative;
  width: 100%;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.2%;
}

.ctgry-lasik .bgn-custom-wrap > .left {
  width: 460px;
  padding: 0 20px;
}

.ctgry-lasik .bgn-custom-wrap > .right {
  width: 52%;
  overflow: hidden;
}

.ctgry-lasik .bgn-custom-swiper {
  overflow: visible;
  padding: 20px 0 50px;
}

.ctgry-lasik .bgn-custom-swiper .swiper-slide {
  font-size: 20px;

  width: 20em;

  border-radius: 24px;
  box-shadow: 0px 20px 47px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ctgry-lasik .bgn-custom-swiper .swiper-slide.empty-slide {
  width: 10em;
}

.ctgry-lasik .bgn-custom-swiper .swiper-slide .text {
  background: #fff;
  padding: 1.5em;
  min-height: 11em;
}

.ctgry-lasik .bgn-custom-swiper .swiper-slide .text strong {
  display: inline-block;
  margin-bottom: 0.6em;

  font-weight: 700;
  color: #222;
}

.ctgry-lasik .bgn-custom-swiper .swiper-slide .text p {
  font-size: 0.85em;
  color: #676767;
}

.ctgry-lasik .bgn-custom-swiper-btns {
  display: flex;
  gap: 12px;
}

.ctgry-lasik .bgn-custom-swiper-btns > div {
  width: 50px;
  height: 50px;

  border-radius: 50%;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30%;

  cursor: pointer;

  transition: all 0.3s ease;
}

.ctgry-lasik .bgn-custom-swiper-btns > div:hover {
  box-shadow: 4px 4px 10px 0px #cfd2e2;
}

.ctgry-lasik .bgn-custom-swiper-btns .btn-prev {
  background-image: url("/img/lasik/icon-swiper-btn-prev.png");
}

.ctgry-lasik .bgn-custom-swiper-btns .btn-next {
  background-image: url("/img/lasik/icon-swiper-btn-next.png");
}

@media (max-width: 1440px) {
  .ctgry-lasik .bgn-custom-wrap > .left {
    width: 420px;
  }

  .ctgry-lasik .bgn-custom-swiper .swiper-slide {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .ctgry-lasik .bgn-custom-wrap {
    gap: 20px;
  }
}

@media (max-width: 960px) {
  .ctgry-lasik .bgn-custom-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ctgry-lasik .bgn-custom-wrap > .left,
  .ctgry-lasik .bgn-custom-wrap > .right {
    width: 100%;

    padding: 0 20px;
  }

  .ctgry-lasik .bgn-custom-swiper .swiper-slide.empty-slide {
    width: 0;
    display: none;
  }
}

/* review 섹션 스타일 */
.ctgry-lasik .sc-review {
  position: relative;

  height: calc(var(--vh) * 1.2);
  background: url("/img/lasik/review_bg.jpg") no-repeat 50% 50% / cover;
}

.ctgry-lasik .sc-review .title-wrap {
  align-items: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 10;

  width: 100%;
  padding: 0 30px;
}

.ctgry-lasik .sc-review .go-link {
  margin-top: 4em;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;

  font-size: 16px;
  border-radius: 999px;

  padding: 0.7em 0.7em 0.7em 2.8em;

  border: 1px solid #e5e5e5;
  background: #fff;
}

.ctgry-lasik .sc-review .go-link .icon {
  display: block;

  width: 3.375em;
  height: 3.375em;

  background: url("/img/lasik/icon-go-link.png") no-repeat 50% 50% / 1em;
  background-color: var(--color-blue);

  border-radius: 50%;
}

.ctgry-lasik .sc-review .content-image-wrap {
  position: absolute;

  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.7);
  opacity: 0.5;
  /* filter: blur(5px); */

  width: 100%;
  min-width: 1440px;
  height: 100%;
}

.ctgry-lasik .sc-review .content-image-wrap .image {
  position: absolute;

  width: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.ctgry-lasik .sc-review .content-image-wrap .image.wid-280 {
  width: 280px;
}

.ctgry-lasik .sc-review .content-image-wrap .image.wid-290 {
  width: 290px;
}

.ctgry-lasik .sc-review .content-image-wrap .image.wid-360 {
  width: 360px;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-1 {
  top: 5%;
  left: 40%;
  z-index: 10;

  animation: upDown 3s linear infinite;
  animation-delay: 0s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-2 {
  top: 20%;
  left: 6%;

  animation: upDown-sm 2s linear infinite;
  animation-delay: -0.6s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-3 {
  bottom: 22%;
  left: 20%;

  z-index: 10;

  animation: upDown 2s linear infinite;
  animation-delay: -0.2s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-4 {
  bottom: 8%;
  left: 10%;

  filter: blur(5px);
  opacity: 0.5;

  animation: upDown-lg 2s linear infinite;
  animation-delay: -1.5s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-5 {
  bottom: 6%;
  left: 40%;

  opacity: 0.5;

  animation: upDown-sm 1.8s linear infinite;
  animation-delay: -1.8s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-6 {
  bottom: 8%;
  right: 12%;

  animation: upDown 3.2s linear infinite;
  animation-delay: -0.4s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-7 {
  bottom: 40%;
  right: 4%;

  animation: upDown-lg 1.9s linear infinite;
  animation-delay: -0.9s;
}

.ctgry-lasik .sc-review .content-image-wrap .image.image-8 {
  top: 12%;
  right: 16%;

  filter: blur(5px);
  opacity: 0.5;

  animation: upDown 2.2s linear infinite;
  animation-delay: -1.3s;
}

@keyframes upDown {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes upDown-sm {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes upDown-lg {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 15px);
  }
  75% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 1440px) {
  .ctgry-lasik .sc-review .content-image-wrap .image.wid-280 {
    width: 252px;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-290 {
    width: 261px;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-360 {
    width: 324px;
  }
}

@media (max-width: 960px) {
  .ctgry-lasik .sc-review .content-image-wrap .image.wid-280 {
    width: 226.8px;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-290 {
    width: 234.9px;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-360 {
    width: 291.6px;
  }
}

@media (max-width: 768px) {
  .ctgry-lasik .sc-review .go-link {
    margin-top: 0;
  }

  .ctgry-lasik .sc-review .content-image-wrap {
    min-width: auto;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image {
    width: 52vw;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-360 {
    width: 46.875vw;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-290 {
    width: 37.7vw;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.wid-280 {
    width: 36.5vw;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-1 {
    top: 0;
    left: 18%;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-2 {
    top: 16%;
    left: 4%;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-3 {
    bottom: 22%;
    left: 6%;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-4 {
    bottom: 8%;
    left: 2%;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-5 {
    display: none;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-6 {
    bottom: 2%;
    right: 2%;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-7 {
    bottom: 20%;
    right: 10%;

    width: 36vw;
  }

  .ctgry-lasik .sc-review .content-image-wrap .image.image-8 {
    top: 12%;
    right: 6%;
  }
}

/* inqiury 섹션 스타일 */
.ctgry-lasik .sc-inquiry {
  background: #f3f3f4;
}

/* step-list 스타일 */
.ctgry-lasik .step-list {
  display: flex;
  gap: 20px;
}

.ctgry-lasik .step-list li {
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  overflow: hidden;
}

.ctgry-lasik .step-list li .image {
  width: 100%;
  aspect-ratio: 26 / 19;
  object-fit: cover;
}

.ctgry-lasik .step-list li .text {
  display: flex;
  flex-direction: column;
  gap: 0.6em;

  font-size: 17px;
  padding: 1.2em 1.6em;
}

.ctgry-lasik .step-list li .text-num {
  font-weight: 700;
  color: var(--color-blue);
}

.ctgry-lasik .step-list li .text-tit {
  font-weight: 700;
  font-size: 1.2em;
}

.ctgry-lasik .step-list li .text-desc {
  color: #474747;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .ctgry-lasik .step-list {
    flex-direction: column;

    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* radial-pattern 스타일 */
.ctgry-lasik .radial-pattern {
  position: relative;
}

.ctgry-lasik .radial-pattern:before {
  content: "";
  position: absolute;

  width: 100px;
  height: 130px;

  background: radial-gradient(rgba(41, 63, 204, 0.2) 2.2px, transparent 2.2px);
  background-color: transparent;
  background-size: 14px 14px;
}

.ctgry-lasik .title-wrap.radial-pattern:before {
  top: 0;
  left: 0;
  transform: translate(-150%, 0%);
}
