/* SUB5 : 소아 근시 클리닉 */

.sc_visual[class*="s5_"] {
  background-image: url(/img/sub/s5_visual.png);
}

@media screen and (max-width: 980px) {
  .sc_visual[class*="s5_"] {
    background-image: url(/img/sub/m_s5_visual.png);
  }
}

/* SUB5-1 : 드림렌즈 */

.s5_1_4_list {
  max-width: 460px;
  margin: 0;
}

.s5_1_4_list .slide_img {
  position: relative;
  overflow: hidden;
}

.s5_1_4_list .slide_img img {
  display: block;
}

.s5_1_4_list p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.s5_1_4_list .swiper-navigation {
  position: absolute;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .s5_1_4 .img_box {
    padding-bottom: 50px;
  }

  .s5_1_4_list {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .s5_1_4 .img_box {
    padding-bottom: 30px;
  }

  .s5_1_4 .sc_inner {
    padding: 0;
  }
  .s5_1_4 .sub_txt {
    padding: 0 18px 30px;
  }
  .s5_1_4 .con_box {
    padding: 0;
  }
}
.s5_1_5 .main_tit {
  padding-bottom: 50px;
}

.s5_1_5_list {
  display: flex;
  gap: 26px;
  justify-content: space-between;
}

.s5_1_5_list li {
  display: flex;
  max-width: 370px;
  flex: 1;
  flex-direction: column;
  align-items: center;
}


.s5_1_5_list li.poligon {
    width: 30px;
    max-width: 30px;
    align-self: center;
    flex-shrink: 0;
    margin-top: -13%;
}

.s5_1_5_list .img_box {
  margin-bottom: 30px;
}


.s5_1_5_list .img_box img {
    display: block;
}

.s5_1_5_list .tag_tit {
  margin-bottom: 20px;
}

.s5_1_5_list .sub_txt {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}

@media screen and (max-width: 1350px) {
  .s5_1_5_list {
    gap: 0px;
  }

  .s5_1_5_list .tag_tit {
    gap: 10px;
  }

  .tag_tit .txt2:before {
    padding-right: 10px;
  }
  
  .s5_1_5_list li.poligon {
    max-width: 50px;
    width: 50px;
    margin-top: -16%;
  }
}

@media screen and (max-width: 1280px) {
  .s5_1_5_list li {
    flex: 1;
  }

  .s5_1_5_list li.poligon {
    margin-top: -18%;
  }
}

@media screen and (max-width: 980px) {
  .s5_1_5 .main_tit {
    padding-bottom: 30px;
  }
  .s5_1_5_list .img_box {
    margin-bottom: 26px;
  }

  .s5_1_5_list {
    flex-direction: column;
    align-items: center;
  }

  .s5_1_5_list li.poligon {
    margin-top: unset;
    width: unset;
    flex-shrink: unset;
    flex: unset;
    margin: 24px 0;
    align-self: unset;
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
  }

  .s5_1_5_list .tag_tit {
    margin-bottom: 16px;
  }

  .s5_1_5_list .sub_txt {
    max-width: 370px;
    font-size: 16px;
  }
}
/* SUB5-2 : 마이사이트 */
.s5_2_4 .main_tit {
  padding-bottom: 50px;
}

.s5_2_4 .sc_inner {
  align-items: center;
  height: 100%;
}

.s5_2_4_list li:nth-child(1) .ico {
  background-image: url(/img/sub/s5_2_4_ico1.png);
}

.s5_2_4_list li:nth-child(2) .ico {
  background-image: url(/img/sub/s5_2_4_ico2.png);
}

.s5_2_4_list li:nth-child(3) .ico {
  background-image: url(/img/sub/s5_2_4_ico3.png);
}

.s5_2_4_list li:nth-child(4) .ico {
  background-image: url(/img/sub/s5_2_4_ico4.png);
}

@media screen and (max-width: 1350px) {
  .s5_2_4 {
    min-height: 600px;
  }
}

/* 마이사이트 렌즈의 원리 */
.s5_2_3 {
  text-align: center;
  background: #fafafa;
}

.s5_2_3 .tit_area {
  padding-bottom: 80px;
}

.s5_2_3 .main_tit {
  padding-bottom: 30px;
}

.s5_2_3 .con_area {
  position: relative;
  display: flex;
  align-items: center;
  height: 320px;
  justify-content: space-between;
}
.s5_2_3 .con_area > div {
  flex: 1;
}
.s5_2_3 .con_area img {
  position: absolute;
  display: block;
  left: 50%;
  border: 1px solid #000;
  border-radius: 50%;
  /* width: 320px; */
  /* height: 320px; */
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
}

.s5_2_3 .box {
  padding: 68px 0;
  border-radius: 50px 0 0 50px;
  background: #d2e2ed;
}
.s5_2_3 .type {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #404040;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.8px;
  padding-bottom: 13px;
}

.s5_2_3 .cont1 .type {
  padding-left: 60px;
}

.s5_2_3 .cont2 .type {
  justify-content: end;
  padding-right: 60px;
}
.s5_2_3 .type .dot {
  border-radius: 999px;
  background: #d2e2ed;
  width: 22px;
  height: 22px;
}

.s5_2_3 .type .dot.blue {
  background: #1e52af;
}
.s5_2_3 .box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 6px;
}

.s5_2_3 .box_inner {
  max-width: 320px;
  margin-right: auto;
  width: 100%;
}

.s5_2_3 .cont1 .box {
  padding-left: 72px;
}

.s5_2_3 .cont1 h3 {
  color: #404040;
}
.s5_2_3 .cont2 .box {
  padding-right: 72px;
}

.s5_2_3 .cont2 .box {
  border-radius: 0 50px 50px 0;
  background: #1e52af;
  color: #fff;
}

.s5_2_3 .cont2 .box_inner {
  margin-right: unset;
  margin-left: auto;
}
.s5_2_3 .cont2 .sub_txt {
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .s5_2_3 .con_area img {
    width: 20vw;
  }

  .s5_2_3 .box {
    min-height: 250px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .s5_2_3 .box_inner {
    max-width: 300px;
  }

  .s5_2_3 .cont1 .box {
    padding-left: 5vw;
  }
  .s5_2_3 .cont2 .box {
    padding-right: 5vw;
  }
}

@media screen and (max-width: 1020px) {
  .s5_2_3 .con_area {
    flex-wrap: wrap;
    height: auto;
  }
  .s5_2_3 .con_area > div {
    flex: unset;
  }

  .s5_2_3 .cont1,
  .s5_2_3 .cont2 {
    width: 50%;
  }

  .s5_2_3 .cont1 .type,
  .s5_2_3 .cont2 .type,
  .s5_2_3 .cont1 .sub_txt,
  .s5_2_3 .cont2 .sub_txt {
    display: none;
  }
  .s5_2_3 .cont3 {
    width: 100%;
  }

  .s5_2_3 .con_area img {
    top: calc(100% / 3 - 28px);
  }

  .s5_2_3 .box h3 {
    line-height: 1.4;
  }

  .s5_2_3 .box {
    min-height: unset;
  }

  .s5_2_3 .cont3 {
    padding-top: 30px;
  }

  .s5_2_3 .cont3 .sub_txt {
    text-align: left;
  }

  .s5_2_3 .cont3 .sub_txt:nth-child(2) {
    padding-bottom: 30px;
  }
  .s5_2_3 .cont3 .sub_txt {
    padding-left: 32px;
  }
}

@media screen and (max-width: 980px) {
  .s5_2_3 .tit_area {
    padding-bottom: 52px;
  }

  .s5_2_3 .con_area img {
    top: -3%;
    transform: translateX(-50%);
  }

  .s5_2_3 .box {
    padding: 18px 0;
  }

  .s5_2_3 .cont1 .box {
    border-radius: 18px 0 0 18px;
  }

  .s5_2_3 .cont2 .box {
    border-radius: 0 18px 18px 0;
  }

  .s5_2_3 .box h3 {
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 0;
  }

  .s5_2_3 .type .dot {
    width: 18px;
    height: 18px;
  }

  .s5_2_3 .con_area img {
    width: 14vw;
  }

  .s5_2_3 .type {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 0;
    letter-spacing: -0.64px;
  }
  .s5_2_3 .cont3 .sub_txt {
    padding-left: 28px;
  }

  .s5_2_3 .cont3 .sub_txt:nth-child(2) {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .s5_2_3 .con_area img {
    top: -7%;
    width: 100%;
    max-width: 120px;
  }

  .s5_2_3 .box_inner {
    max-width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .s5_2_3 .box_inner {
    max-width: unset;
    margin: 0 auto;
  }

  .s5_2_3 .cont1 .box {
    padding: 18px 12vw 18px 4vw;
  }
  .s5_2_3 .cont2 .box {
    padding: 18px 4vw 18px 12vw;
  }

  .s5_2_3 .con_area img {
    top: -10px;
    max-width: 100px;
  }
}

/* SUB5-3 : 마이오 가드 */

.s5_3_3_list {
  gap: 18px;
}
.s5_3_3_list li {
  /* width: 100%; */
  gap: 36px;
  box-shadow: unset;
  padding: 20px 35px;
  border-radius: 999px;
  border: 1px solid #6f96d1;
}

.s5_3_3_list .ico {
}

.s5_3_3_list li:nth-child(1) .ico {
  background-image: url(/img/sub/s5_3_3_ico1.png);
}

.s5_3_3_list li:nth-child(2) .ico {
  background-image: url(/img/sub/s5_3_3_ico2.png);
}

.s5_3_3_list li:nth-child(3) .ico {
  background-image: url(/img/sub/s5_3_3_ico3.png);
}

.s5_3_3_list li:nth-child(4) .ico {
  background-image: url(/img/sub/s5_3_3_ico4.png);
}

.s5_3_3_list li:nth-child(5) .ico {
  background-image: url(/img/sub/s5_3_3_ico5.png);
}

.s5_3_3_list li:nth-child(6) .ico {
  background-image: url(/img/sub/s5_3_3_ico6.png);
}

.s5_3_3_list .txt {
  position: relative;
  color: #404040;
  font-size: 16.031px;
  font-weight: 400;
  line-height: 150%;
}

.s5_3_3_list .txt:before {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  top: 50%;
  position: absolute;
  left: -18px;
  transform: translateY(-50%);
  background: #d4d4d4;
}

.s5_3_3_list .txt span {
  display: block;
  font-weight: 500;
  font-size: 19.594px;
  line-height: 150%;
}

@media screen and (max-width: 1350px) {
  .s5_3_3_list .txt:before {
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .s5_3_3_list {
    flex-direction: column;
    align-items: center;
  }
  .s5_3_3_list .txt:before {
    height: 100%;
  }
}
