@charset "UTF-8";

/*  顔色1 */
.eye-check__content-table .tr--bg1:nth-child(odd) {
  background: rgba(0, 74, 173, 0.1);
}
/* 顔色2 */
.eye-check__content-table .tr--bg2:nth-child(odd) {
  background: rgba(53, 144, 203, 0.1);
}
/* 顔色3 */
.eye-check__content-table .tr--bg3:nth-child(odd) {
  background: #f6f4f2;
}
/* 顔色4 */
.eye-check__content-table .tr--bg4:nth-child(odd) {
  background: #eef5fe;
}
/* 顔色5 */
.eye-check__content-table .tr--bg5:nth-child(odd) {
  background: #eaf7fa;
}
/* 顔色6 */
.eye-check__content-table .tr--bg6:nth-child(odd) {
  background: #ecf8ff;
}

@media screen and (min-width: 768px) {
  .eye-check:nth-of-type(1) {
    margin-top: calc(40px + 40px);
  }
  .eye-check {
    margin-bottom: 40px;
  }
  .eye-check:nth-of-type(6) {
    margin-bottom: 82px;
  }
  .eye-check__header {
    display: flex;
    flex-direction: column;
  }
  .eye-check__header-title {
    color: #005bab;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    border-bottom: 1px solid #005bab;
    display: inline-block;
    margin: 0 auto;
  }
  .eye-check__header-img-wrap {
    margin-top: 40px;
    position: relative;
  }
  .eye-check__header-img-wrap img {
  }

  .eye-check__header-text-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 6%;
    width: 520px;
    align-items: center;
    justify-content: center;
  }
  .eye-check__header-icon {
    height: 90px;
    width: auto;
  }

  .eye-check__header-text1 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    /* font-size: clamp(24px, 2.917vw, 56px); */
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-wrap: nowrap;
    text-align: center;
  }

  .eye-check__header-text2 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    /* font-size: clamp(16px,0.938vw,18px); */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.08px;
  }

  .eye-check__content-wrap {
    position: relative;
  }
  .eye-check__content-wrap::before {
    content: "";
    position: absolute;
    bottom: -40%;
    left: 0;
    background: url("https://statichk.cmermedical.com/cph-hk/eye-examination-services/section-bg.webp")
      no-repeat;
    background-size: 100% 100%;
    width: 432.295px;
    height: 100%;
  }
  .eye-check__content {
    display: flex;
    flex-direction: column;
  }
  .eye-check__content-title {
    color: #005bab;
    text-align: center;

    /* 桌面版/PC-H2 */
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    display: inline-flex;
    margin: 0 auto;
    border-bottom: 1px solid #005bab;
  }
  .eye-check__content-table-wrap {
    display: flex;
    justify-content: space-between;
    gap: 92px;
    align-items: center;
  }
  .eye-check__content-other-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
    gap: 34px;
  }
  .eye-check__content-other-title {
    color: #005bab;
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    display: inline-block;

    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
  }
  .eye-check__content-other-title img {
    width: 18.833px;
    display: none;
    flex-shrink: 0;
  }
  .eye-check__content-other-subicon {
    width: 166px;
    height: 24px;
    flex-shrink: 0;
    background: #005bab;
  }
  .eye-check__content-table {
    margin-top: 24px;
    flex: 1;
  }
  .eye-check__content-table .tr {
    display: flex;
    align-items: center;
    gap: 127px;
    height: 63px;
    padding-left: 117px;
  }
  .td__small-text {
    font-size: 15px;
  }

  .eye-check__content-table .tr:first-child {
    border-top: 3px solid #005bab;
  }
  .eye-check__content-table .tr {
    border-bottom: 1px solid #6096c5;
  }

  .eye-check__content-table .td {
  }

  .eye-check__content-table .td:first-child {
    color: #005bab;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 30.922px */
  }

  .eye-check__content-table .td:last-child {
    color: #4d4d4d;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 38.545px */
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .eye-check__content-other-wrap {
    display: none;
  }
  .eye-check__header-text-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10%;
    left: 6%;
    width: 270px !important;
  }
  .eye-check__header-text1 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-wrap: nowrap;
    text-align: center;
  }

  .eye-check__header-text2 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.08px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .eye-check__content-wrap::before {
    display: none;
  }
  .eye-check__header-text1 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-wrap: nowrap;
    text-align: center;
  }

  .eye-check__header-text2 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.08px;
  }
}
@media screen and (min-width: 1320px) {
}
@media screen and (min-width: 1920px) {
}

@media screen and (max-width: 1400px) {
  .eye-check__header-text-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .section-wrap {
    /* scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; */
    /* height: 100vh; */
    scroll-padding-bottom: 300px;
    scroll-padding-top: 70px;
  }
  .eye-check:nth-of-type(1) {
    margin-top: calc(40px + 35px);
  }

  .eye-check {
    /* padding: 0 20px; */

    margin-bottom: 40px;
    scroll-snap-align: start;
    overflow: hidden;
  }
  .eye-check__header {
    display: flex;
    flex-direction: column;
  }
  .eye-check__header-title {
    color: #005bab;
    text-align: center;

    font-family: "Noto Sans HK";
    font-size: clamp(16px, 6.25vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    border-bottom: 1px solid #005bab;
    display: inline-block;
    margin: 0 auto;
  }
  .eye-check__header-img-wrap {
    margin-top: 40px;
    position: relative;
  }
  .eye-check__header-img-wrap img {
  }

  .eye-check__header-text-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 35%;
    left: 8%;
    width: 63vw;
        height: 53vw;
    /* width: min(62vw, 360px); */
    align-items: center;
    align-items: center;
        display: flex
;
        justify-content: center;
  }

  .eye-check__header-icon {
    height: 12.29vw;
    width: auto;
  }

  .eye-check__header-text1 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    /* font-size: clamp(15px, 5.208vw, 25px); */
    font-size: clamp(16px, 4.5vw, 25px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-wrap: nowrap;
    text-align: center;
  }

  .eye-check__header-text2 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: clamp(14px, 3.8vw, 20px);
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 1.08px; */
  }
  .eye-check__header-text2--small {
    font-size: clamp(12px, 3.8vw, 20px);
  }

    .eye-check__header-text2--small2 {
    font-size: clamp(12px, 3.8vw, 20px);
  }

  .eye-check__content {
    display: flex;
    flex-direction: column;
  }
  .eye-check__content-title {
    color: #005bab;
    text-align: center;

    /* 桌面版/PC-H2 */
    font-family: "Noto Sans HK";
    font-size: clamp(16px, 6.25vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    display: inline-flex;
    /* margin: 47px auto 0 auto; */
    margin: 0 auto;
    border-bottom: 1px solid #005bab;
  }
  .eye-check__content-table-wrap {
  }
  .eye-check__content-other-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .eye-check__content-other-title {
    border-radius: 68.459px;
    border: 2.054px solid #005bab;
    opacity: 0.95;
    background: #0778b2;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans HK";
    /* font-size: 20.538px;
     */
    font-size: clamp(16px, 4.279vw, 20.538px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.054px;
    display: inline-block;
    padding: 8px 14px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
  }
  .eye-check__content-other-title img {
    width: 18.833px;

    flex-shrink: 0;
  }
  .eye-check__content-other-subicon {
    display: none;
  }
  .eye-check__content-table {
    margin-top: 24px;
  }
  .eye-check__content-table .tr {
    display: flex;
    align-items: center;
    /* gap: 80px;
    height: 42px;
    padding-left: 60px; */

    gap: 10vw;
    /* height: 9vw; */
    padding-left: 8vw;
    padding: 10px;
    box-sizing: border-box;
  }
  .eye-check__content-table .tr:first-child {
    border-top: 2px solid #005bab;
  }
  .eye-check__content-table .tr {
    border-bottom: 1px solid #6096c5;
  }

  .eye-check__content-table .tr:nth-child(odd) {
  }
  .eye-check__content-table .td {
  }

  .td__small-text {
    font-size: 15px;
  }

  .eye-check__content-table .td:first-child {
    color: #005bab;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-left: 20px;
  }

  .eye-check__content-table .td:last-child {
    color: #4d4d4d;
    text-align: start;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px) {

   .eye-check__header-text1 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: clamp(16px, 5.208vw, 25px);
    /* font-size: clamp(16px, 4.5vw, 25px); */
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-wrap: nowrap;
    text-align: center;
  }

  .eye-check__header-text2 {
    color: #fff;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: clamp(16px, 3.8vw, 20px);
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 1.08px; */
  }

   .eye-check__header-text2--small {
    font-size: clamp(15px, 3.8vw, 20px);
  }
   .eye-check__header-text2--small2{
        font-size: clamp(13px, 3.6vw, 20px);
  }


}
@media screen and (max-width: 330px) {
  .eye-check__content-other-title img {
    display: none;
  }
}
