.ILR_page .tag_list {
  display: flex;
  gap: 1.3021vw;
  flex-wrap: wrap;
}
.ILR_page .tag_list .mod_tag {
  padding: 0.625vw 1.5625vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208vw;
  border-radius: 0.4688vw;
  background: #DCE6F2;
}
.ILR_page .tag_list .mod_tag img {
  width: 0.5729vw;
  height: 0.7813vw;
}
.ILR_page .tag_list .mod_tag span {
  font-family: 'Constantia' !important;
  font-size: 0.9375vw;
  line-height: calc(22/18);
  color: #0073b5;
  margin: 0 !important;
}
.ILR_page .banner {
  width: 100%;
  position: relative;
}
.ILR_page .banner .bg {
  height: 36.7708vw;
  background-color: #fff;
  position: relative;
  border-radius: 2.0833vw;
  overflow: hidden;
}
.ILR_page .banner .bg:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.ILR_page .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ILR_page .banner .text-box {
  position: absolute;
  bottom: 3.6458vw;
  left: 4.375vw;
}
.ILR_page .banner .text-box h1 {
  font-size: 4.1667vw;
  line-height: calc(97/80);
  color: #ffffff;
  font-family: 'CormorantBold';
  font-weight: bold;
  margin-bottom: 1.5104vw;
}
.ILR_page .banner .text-box .back_btn {
  display: flex;
  align-items: center;
}
.ILR_page .banner .text-box .back_btn span.icon {
  display: block;
  width: 2.8646vw;
  height: 2.8646vw;
  background: #fff;
  border-radius: 50%;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ILR_page .banner .text-box .back_btn span.icon img {
  width: 0.625vw;
  height: 0.625vw;
}
.ILR_page .banner .text-box .back_btn span.txt {
  display: block;
  font-family: 'Avenir LT Std';
  font-size: 0.9375vw;
  line-height: calc(22/18);
  color: #fff;
  padding: 0.8854vw 1.3542vw 0.8333vw;
  background: #0070d9;
  border-radius: 1.4583vw;
}
.ILR_page .module .mod_container {
  width: 100%;
  padding: 7.8125vw 6.9792vw 5.2083vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ILR_page .module .mod_container h2 {
  font-family: 'CormorantBold';
  font-weight: bold;
  font-size: 3.125vw;
  line-height: calc(72/60);
  color: #004170;
  margin-top: 1.5625vw;
  margin-bottom: 0.3125vw;
  letter-spacing: -0.1042vw;
}
.ILR_page .module .mod_container h4 {
  font-family: 'CormorantBold';
  font-weight: bold;
  font-size: 2.0833vw;
  line-height: calc(48/40);
  color: #004170;
}
.ILR_page .module .mod_container p {
  font-family: 'Avenir LT Std';
  font-size: 0.9375vw;
  line-height: calc(29/18);
  color: #000000;
  margin: 2.0833vw 0 0;
}
.ILR_page .module .mod_container p + p {
  margin-top: 0.5208vw;
}
.ILR_page .module .mod_container span {
  font-family: 'Avenir LT Std';
  font-size: 0.9375vw;
  line-height: calc(29/18);
  color: #000000;
}
.ILR_page .module .mod_container b {
  font-family: 'Poppins';
  font-weight: bold;
}
.ILR_page .module .mod_container ul {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  align-items: flex-start;
  padding-top: 0.8333vw;
}
.ILR_page .module .mod_container ul li {
  display: flex;
  gap: 0.8854vw;
  align-items: flex-start;
}
.ILR_page .module .mod_container ul li .modlist {
  display: block;
  flex-shrink: 0;
}
.ILR_page .module .mod_container .img_box {
  border-radius: 1.25vw;
  overflow: hidden;
}
.ILR_page .module .mod_container .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ILR_page .module .mod_container .po_box_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.3021vw;
}
.ILR_page .module .mod_container .po_box_list .po_box {
  width: 12.6042vw;
  padding: 1.1979vw 0.8854vw;
  background: #fff;
  border-radius: 0.8333vw;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.3021vw;
}
.ILR_page .module .mod_container .po_box_list .po_box span {
  display: flex;
  align-items: center;
  line-height: calc(24/18);
}
.ILR_page .module .mod_container .po_box_list .po_box img {
  margin-right: 0.625vw;
  width: 0.7813vw;
  height: 0.9896vw;
  flex-shrink: 0;
}
.ILR_page .module .mod_container .left_box {
  width: 40.7292vw;
  flex-shrink: 0;
}
.ILR_page .module .mod_container .right_box {
  position: relative;
}
.ILR_page .module .mod_container .right_box .swiper {
  padding-bottom: 2.0833vw;
}
.ILR_page .module .mod_container .right_box .swiper .swiper-pagination {
  bottom: 0;
  left: 0;
  --swiper-pagination-bullet-width: 0.6771vw;
  --swiper-pagination-bullet-height: 0.6771vw;
  --swiper-pagination-bullet-horizontal-gap: 0.5208vw;
  --swiper-pagination-color: #0070D9;
  --swiper-pagination-bullet-inactive-color: #AAAAAA;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.ILR_page .module .mod_container .right_box .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 1.4583vw;
  --swiper-pagination-bullet-height: 0.6771vw;
  border-radius: 0.4167vw;
}
.ILR_page .module .mod_container .right_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.ILR_page .module .mod_container .right_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2083vw;
}
.ILR_page .module.module_1 {
  margin-top: -5.2083vw;
}
.ILR_page .module.module_1 .mod_container {
  padding-top: 10.6771vw;
}
.ILR_page .module.module_1 .right_box {
  width: 37.9167vw;
}
.ILR_page .module.module_1 .img_box {
  width: 37.9167vw;
  height: 28.5417vw;
}
.ILR_page .module.module_3 .mod_container {
  padding-top: 4.1667vw;
}
.ILR_page .module.module_3 .mod_container p {
  margin: 1.3542vw 0 0;
  line-height: calc(29/18);
}
.ILR_page .module.module_3 .mod_container span {
  line-height: calc(25/18);
}
.ILR_page .module.module_5 {
  background: url(/themes/theme/img/CTScan/bg_2.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: -9.375vw;
  padding-bottom: 11.4583vw;
}
.ILR_page .module.module_5 .mod_container p {
  margin: 1.7708vw 0 1.3542vw;
}
.ILR_page .module.module_1,
.ILR_page .module.module_3 {
  background: url(/themes/theme/img/CTScan/bg_1.png) no-repeat;
  background-size: 100% 100%;
}
.ILR_page .module.module_3 .right_box,
.ILR_page .module.module_5 .right_box {
  width: 37.7083vw;
}
.ILR_page .module.module_3 .img_box,
.ILR_page .module.module_5 .img_box {
  width: 37.7083vw;
  height: 29.8958vw;
}
.ILR_page .module.module_2 .mod_container,
.ILR_page .module_4 .mod_container {
  flex-direction: row-reverse;
}
.ILR_page .module.module_2 .mod_container p,
.ILR_page .module_4 .mod_container p {
  width: unset;
}
.ILR_page .module.module_2 .mod_container .right_box,
.ILR_page .module_4 .mod_container .right_box {
  width: 39.4792vw;
}
.ILR_page .module.module_2 .mod_container .img_box,
.ILR_page .module_4 .mod_container .img_box {
  width: 39.4792vw;
  height: 32.5521vw;
}
@media screen and (max-width: 1923px) {
  .ILR_page .tag_list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .ILR_page .tag_list .mod_tag {
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 9px;
    background: #DCE6F2;
  }
  .ILR_page .tag_list .mod_tag img {
    width: 11px;
    height: 15px;
  }
  .ILR_page .tag_list .mod_tag span {
    font-family: 'Constantia' !important;
    font-size: 18px;
    line-height: calc(22/18);
    color: #0073b5;
    margin: 0 !important;
  }
  .ILR_page .banner {
    width: 100%;
    position: relative;
  }
  .ILR_page .banner .bg {
    height: 706px;
    background-color: #fff;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }
  .ILR_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ILR_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .banner .text-box {
    position: absolute;
    bottom: 70px;
    left: 84px;
  }
  .ILR_page .banner .text-box h1 {
    font-size: 80px;
    line-height: calc(97/80);
    color: #ffffff;
    font-family: 'CormorantBold';
    font-weight: bold;
    margin-bottom: 29px;
  }
  .ILR_page .banner .text-box .back_btn {
    display: flex;
    align-items: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon img {
    width: 12px;
    height: 12px;
  }
  .ILR_page .banner .text-box .back_btn span.txt {
    display: block;
    font-family: 'Avenir LT Std';
    font-size: 18px;
    line-height: calc(22/18);
    color: #fff;
    padding: 17px 26px 16px;
    background: #0070d9;
    border-radius: 28px;
  }
  .ILR_page .module .mod_container {
    width: 100%;
    padding: 150px 134px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ILR_page .module .mod_container h2 {
    font-family: 'CormorantBold';
    font-weight: bold;
    font-size: 60px;
    line-height: calc(72/60);
    color: #004170;
    margin-top: 30px;
    margin-bottom: 6px;
    letter-spacing: -2px;
  }
  .ILR_page .module .mod_container h4 {
    font-family: 'CormorantBold';
    font-weight: bold;
    font-size: 40px;
    line-height: calc(48/40);
    color: #004170;
  }
  .ILR_page .module .mod_container p {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    line-height: calc(29/18);
    color: #000000;
    margin: 40px 0 0;
  }
  .ILR_page .module .mod_container p + p {
    margin-top: 10px;
  }
  .ILR_page .module .mod_container span {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    line-height: calc(29/18);
    color: #000000;
  }
  .ILR_page .module .mod_container b {
    font-family: 'Poppins';
    font-weight: bold;
  }
  .ILR_page .module .mod_container ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-top: 16px;
  }
  .ILR_page .module .mod_container ul li {
    display: flex;
    gap: 17px;
    align-items: flex-start;
  }
  .ILR_page .module .mod_container ul li .modlist {
  display: block;
  flex-shrink: 0;
}
  .ILR_page .module .mod_container .img_box {
    border-radius: 24px;
    overflow: hidden;
  }
  .ILR_page .module .mod_container .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .module .mod_container .po_box_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
  }
  .ILR_page .module .mod_container .po_box_list .po_box {
    width: 242px;
    padding: 23px 17px;
    background: #fff;
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
  }
  .ILR_page .module .mod_container .po_box_list .po_box span {
    display: flex;
    align-items: center;
    line-height: calc(24/18);
  }
  .ILR_page .module .mod_container .po_box_list .po_box img {
    margin-right: 12px;
    width: 15px;
    height: 19px;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .left_box {
    width: 782px;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .right_box {
    position: relative;
  }
  .ILR_page .module .mod_container .right_box .swiper {
    padding-bottom: 40px;
  }
  .ILR_page .module .mod_container .right_box .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    --swiper-pagination-bullet-width: 13px;
    --swiper-pagination-bullet-height: 13px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-color: #0070D9;
    --swiper-pagination-bullet-inactive-color: #AAAAAA;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .ILR_page .module .mod_container .right_box .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 28px;
    --swiper-pagination-bullet-height: 13px;
    border-radius: 8px;
  }
  .ILR_page .module .mod_container .right_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .ILR_page .module .mod_container .right_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .ILR_page .module.module_1 {
    margin-top: -100px;
  }
  .ILR_page .module.module_1 .mod_container {
    padding-top: 205px;
  }
  .ILR_page .module.module_1 .right_box {
    width: 728px;
  }
  .ILR_page .module.module_1 .img_box {
    width: 728px;
    height: 548px;
  }
  .ILR_page .module.module_3 .mod_container {
    padding-top: 80px;
  }
  .ILR_page .module.module_3 .mod_container p {
    margin: 26px 0 0;
    line-height: calc(29/18);
  }
  .ILR_page .module.module_3 .mod_container span {
    line-height: calc(25/18);
  }
  .ILR_page .module.module_5 {
    background: url(/themes/theme/img/CTScan/bg_2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: -180px;
    padding-bottom: 220px;
  }
  .ILR_page .module.module_5 .mod_container p {
    margin: 34px 0 26px;
  }
  .ILR_page .module.module_1,
  .ILR_page .module.module_3 {
    background: url(/themes/theme/img/CTScan/bg_1.png) no-repeat;
    background-size: 100% 100%;
  }
  .ILR_page .module.module_3 .right_box,
  .ILR_page .module.module_5 .right_box {
    width: 724px;
  }
  .ILR_page .module.module_3 .img_box,
  .ILR_page .module.module_5 .img_box {
    width: 724px;
    height: 574px;
  }
  .ILR_page .module.module_1 .tag_list .mod_tag,
  .ILR_page .module.module_3 .tag_list .mod_tag,
  .ILR_page .module.module_5 .tag_list .mod_tag {
    background: #fff;
  }
  .ILR_page .module.module_2 .mod_container,
  .ILR_page .module_4 .mod_container {
    flex-direction: row-reverse;
  }
  .ILR_page .module.module_2 .mod_container p,
  .ILR_page .module_4 .mod_container p {
    width: unset;
  }
  .ILR_page .module.module_2 .mod_container .right_box,
  .ILR_page .module_4 .mod_container .right_box {
    width: 758px;
  }
  .ILR_page .module.module_2 .mod_container .img_box,
  .ILR_page .module_4 .mod_container .img_box {
    width: 758px;
    height: 625px;
  }
}
@media screen and (max-width: 1918px) {
  .ILR_page .tag_list {
    display: flex;
    gap: 1.3021vw;
    flex-wrap: wrap;
  }
  .ILR_page .tag_list .mod_tag {
    padding: 0.625vw 1.5625vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5208vw;
    border-radius: 0.4688vw;
    background: #DCE6F2;
  }
  .ILR_page .tag_list .mod_tag img {
    width: 0.5729vw;
    height: 0.7813vw;
  }
  .ILR_page .tag_list .mod_tag span {
    font-family: 'Constantia' !important;
    font-size: 0.9375vw;
    line-height: calc(22/18);
    color: #0073b5;
    margin: 0 !important;
  }
  .ILR_page .banner {
    width: 100%;
    position: relative;
  }
  .ILR_page .banner .bg {
    height: 36.7708vw;
    background-color: #fff;
    position: relative;
    border-radius: 2.0833vw;
    overflow: hidden;
  }
  .ILR_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ILR_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .banner .text-box {
    position: absolute;
    bottom: 3.6458vw;
    left: 4.375vw;
  }
  .ILR_page .banner .text-box h1 {
    font-size: 4.1667vw;
    line-height: calc(97/80);
    color: #ffffff;
    font-family: 'CormorantBold';
    font-weight: bold;
    margin-bottom: 1.5104vw;
  }
  .ILR_page .banner .text-box .back_btn {
    display: flex;
    align-items: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon {
    display: block;
    width: 2.8646vw;
    height: 2.8646vw;
    background: #fff;
    border-radius: 50%;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon img {
    width: 0.625vw;
    height: 0.625vw;
  }
  .ILR_page .banner .text-box .back_btn span.txt {
    display: block;
    font-family: 'Avenir LT Std';
    font-size: 0.9375vw;
    line-height: calc(22/18);
    color: #fff;
    padding: 0.8854vw 1.3542vw 0.8333vw;
    background: #0070d9;
    border-radius: 1.4583vw;
  }
  .ILR_page .module .mod_container {
    width: 100%;
    padding: 7.8125vw 6.9792vw 5.2083vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ILR_page .module .mod_container h2 {
    font-family: 'CormorantBold';
    font-weight: bold;
    font-size: 3.125vw;
    line-height: calc(72/60);
    color: #004170;
    margin-top: 1.5625vw;
    margin-bottom: 0.3125vw;
    letter-spacing: -0.1042vw;
  }
  .ILR_page .module .mod_container h4 {
    font-family: 'CormorantBold';
    font-weight: bold;
    font-size: 2.0833vw;
    line-height: calc(48/40);
    color: #004170;
  }
  .ILR_page .module .mod_container p {
    font-family: 'Avenir LT Std';
    font-size: 0.9375vw;
    line-height: calc(29/18);
    color: #000000;
    margin: 2.0833vw 0 0;
  }
  .ILR_page .module .mod_container p + p {
    margin-top: 0.5208vw;
  }
  .ILR_page .module .mod_container span {
    font-family: 'Avenir LT Std';
    font-size: 0.9375vw;
    line-height: calc(29/18);
    color: #000000;
  }
  .ILR_page .module .mod_container b {
    font-family: 'Poppins';
    font-weight: bold;
  }
  .ILR_page .module .mod_container ul {
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
    align-items: flex-start;
    padding-top: 0.8333vw;
  }
  .ILR_page .module .mod_container ul li {
    display: flex;
    gap: 0.8854vw;
    align-items: flex-start;
  }
  .ILR_page .module .mod_container ul li .modlist {
  display: block;
  flex-shrink: 0;
}
  .ILR_page .module .mod_container .img_box {
    border-radius: 1.25vw;
    overflow: hidden;
  }
  .ILR_page .module .mod_container .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .module .mod_container .po_box_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.3021vw;
  }
  .ILR_page .module .mod_container .po_box_list .po_box {
    width: 12.6042vw;
    padding: 1.1979vw 0.8854vw;
    background: #fff;
    border-radius: 0.8333vw;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.3021vw;
  }
  .ILR_page .module .mod_container .po_box_list .po_box span {
    display: flex;
    align-items: center;
    line-height: calc(24/18);
  }
  .ILR_page .module .mod_container .po_box_list .po_box img {
    margin-right: 0.625vw;
    width: 0.7813vw;
    height: 0.9896vw;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .left_box {
    width: 40.7292vw;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .right_box {
    position: relative;
  }
  .ILR_page .module .mod_container .right_box .swiper {
    padding-bottom: 2.0833vw;
  }
  .ILR_page .module .mod_container .right_box .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    --swiper-pagination-bullet-width: 0.6771vw;
    --swiper-pagination-bullet-height: 0.6771vw;
    --swiper-pagination-bullet-horizontal-gap: 0.5208vw;
    --swiper-pagination-color: #0070D9;
    --swiper-pagination-bullet-inactive-color: #AAAAAA;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .ILR_page .module .mod_container .right_box .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 1.4583vw;
    --swiper-pagination-bullet-height: 0.6771vw;
    border-radius: 0.4167vw;
  }
  .ILR_page .module .mod_container .right_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .ILR_page .module .mod_container .right_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.2083vw;
  }
  .ILR_page .module.module_1 {
    margin-top: -5.2083vw;
  }
  .ILR_page .module.module_1 .mod_container {
    padding-top: 10.6771vw;
  }
  .ILR_page .module.module_1 .right_box {
    width: 37.9167vw;
  }
  .ILR_page .module.module_1 .img_box {
    width: 37.9167vw;
    height: 28.5417vw;
  }
  .ILR_page .module.module_3 .mod_container {
    padding-top: 4.1667vw;
  }
  .ILR_page .module.module_3 .mod_container p {
    margin: 1.3542vw 0 0;
    line-height: calc(29/18);
  }
  .ILR_page .module.module_3 .mod_container span {
    line-height: calc(25/18);
  }
  .ILR_page .module.module_5 {
    background: url(/themes/theme/img/CTScan/bg_2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: -9.375vw;
    padding-bottom: 11.4583vw;
  }
  .ILR_page .module.module_5 .mod_container p {
    margin: 1.7708vw 0 1.3542vw;
  }
  .ILR_page .module.module_1,
  .ILR_page .module.module_3 {
    background: url(/themes/theme/img/CTScan/bg_1.png) no-repeat;
    background-size: 100% 100%;
  }
  .ILR_page .module.module_3 .right_box,
  .ILR_page .module.module_5 .right_box {
    width: 37.7083vw;
  }
  .ILR_page .module.module_3 .img_box,
  .ILR_page .module.module_5 .img_box {
    width: 37.7083vw;
    height: 29.8958vw;
  }
  .ILR_page .module.module_2 .mod_container,
  .ILR_page .module_4 .mod_container {
    flex-direction: row-reverse;
  }
  .ILR_page .module.module_2 .mod_container p,
  .ILR_page .module_4 .mod_container p {
    width: unset;
  }
  .ILR_page .module.module_2 .mod_container .right_box,
  .ILR_page .module_4 .mod_container .right_box {
    width: 39.4792vw;
  }
  .ILR_page .module.module_2 .mod_container .img_box,
  .ILR_page .module_4 .mod_container .img_box {
    width: 39.4792vw;
    height: 32.5521vw;
  }
}
@media screen and (max-width: 992px) {
  .ILR_page .tag_list {
    display: flex;
    gap: 2.5vw;
    flex-wrap: wrap;
  }
  .ILR_page .tag_list .mod_tag {
    padding: 2.7778vw 7.2222vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6667vw;
    border-radius: 2.2222vw;
    background: #EEF0F7;
  }
  .ILR_page .tag_list .mod_tag img {
    width: 3.0556vw;
    height: 4.1667vw;
  }
  .ILR_page .tag_list .mod_tag span {
    font-size: 3.8889vw;
    line-height: calc(22/18);
    color: #0073b5;
  }
  .ILR_page .banner {
    width: 100%;
    padding-top: 22.2222vw;
  }
  .ILR_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .ILR_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ILR_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .banner .text-box {
    position: absolute;
    bottom: 5.5556vw;
    left: 4.4444vw;
  }
  .ILR_page .banner .text-box h1 {
    font-size: 7.2222vw;
    margin-bottom: 2.7778vw;
  }
  .ILR_page .banner .text-box .back_btn {
    display: flex;
    align-items: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon {
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .ILR_page .banner .text-box .back_btn span.icon img {
    width: 2.2222vw;
    height: 2.2222vw;
  }
  .ILR_page .banner .text-box .back_btn span.txt {
    font-size: 3.3333vw;
    padding: 1.1111vw 3.8889vw;
    background: #0070d9;
    border-radius: 3.3333vw;
  }
  .ILR_page .module .mod_container {
    width: 100%;
    padding: 11.1111vw 4.4444vw 13.8889vw;
    flex-direction: column;
    gap: 7.2222vw;
  }
  .ILR_page .module .mod_container h2 {
    font-size: 5.5556vw;
    text-align: center;
    margin-top: 5.5556vw;
    margin-bottom: 1.6667vw;
    letter-spacing: 0;
  }
  .ILR_page .module .mod_container h4 {
    font-size: 3.8889vw;
    text-align: center;
  }
  .ILR_page .module .mod_container p {
    font-size: 3.3333vw;
    line-height: calc(29/18);
    margin: 4.4444vw 0 0;
  }
  .ILR_page .module .mod_container p + p {
    margin-top: 1.6667vw;
  }
  .ILR_page .module .mod_container span {
    font-size: 3.3333vw;
    line-height: calc(22/18);
  }
  .ILR_page .module .mod_container b {
    font-family: 'Poppins';
    font-weight: bold;
  }
  .ILR_page .module .mod_container ul {
    display: flex;
    flex-direction: column;
    gap: 2.7778vw;
    align-items: flex-start;
    padding-top: 2.7778vw;
  }
  .ILR_page .module .mod_container ul li {
    display: flex;
    gap: 2.2222vw;
    align-items: flex-start;
  }
  .ILR_page .module .mod_container .img_box {
    border-radius: 3.3333vw;
    overflow: hidden;
  }
  .ILR_page .module .mod_container .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .module .mod_container .po_box_list {
    flex-direction: column;
    gap: 2.7778vw;
  }
  .ILR_page .module .mod_container .po_box_list .po_box {
    width: unset;
    padding: 4.4444vw;
    background: #fff;
    border-radius: 3.3333vw;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.3333vw;
  }
  .ILR_page .module .mod_container .po_box_list .po_box span {
    display: flex;
    align-items: center;
    line-height: calc(24/18);
  }
  .ILR_page .module .mod_container .po_box_list .po_box img {
    margin-right: 2.2222vw;
    width: 4.1667vw;
    height: 5.2778vw;
  }
  .ILR_page .module .mod_container .left_box {
    width: 100%;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .right_box {
    position: relative;
  }
  .ILR_page .module .mod_container .right_box .swiper {
    padding-bottom: 8.3333vw;
  }
  .ILR_page .module .mod_container .right_box .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    --swiper-pagination-bullet-width: 2.2222vw;
    --swiper-pagination-bullet-height: 2.2222vw;
    --swiper-pagination-bullet-horizontal-gap: 2.7778vw;
    --swiper-pagination-color: #0070D9;
    --swiper-pagination-bullet-inactive-color: #AAAAAA;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .ILR_page .module .mod_container .right_box .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 3.8889vw;
    --swiper-pagination-bullet-height: 2.2222vw;
    border-radius: 2.2222vw;
  }
  .ILR_page .module .mod_container .right_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .ILR_page .module .mod_container .right_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.1111vw;
  }
  .ILR_page .module.module_1 {
    margin-top: -8.3333vw;
  }
  .ILR_page .module.module_1 .mod_container {
    padding-top: 16.6667vw;
  }
  .ILR_page .module.module_1 .right_box {
    width: 100%;
  }
  .ILR_page .module.module_1 .img_box {
    width: 100%;
    height: 68.6111vw;
  }
  .ILR_page .module.module_3 .mod_container {
    padding-top: 11.1111vw;
  }
  .ILR_page .module.module_3 .mod_container p {
    margin: 7.2222vw 0 0;
    line-height: calc(29/18);
  }
  .ILR_page .module.module_3 .mod_container span {
    line-height: calc(25/18);
  }
  .ILR_page .module.module_5 {
    background: url(/themes/theme/img/CTScan/bg_2.png) no-repeat;
    background-size: 190% 100%;
    background-position: 50%;
    margin-bottom: -22.2222vw;
    padding-bottom: 22.2222vw;
  }
  .ILR_page .module.module_5 .mod_container p {
    margin: 4.4444vw 0 3.3333vw;
  }
  .ILR_page .module.module_1,
  .ILR_page .module.module_3 {
    background: url(/themes/theme/img/CTScan/bg_1.png) no-repeat;
    background-size: 140% 140%;
    background-position: 50%;
  }
  .ILR_page .module.module_3 .right_box,
  .ILR_page .module.module_5 .right_box {
    width: 100%;
  }
  .ILR_page .module.module_3 .img_box,
  .ILR_page .module.module_5 .img_box {
    width: 100%;
    height: 72.2222vw;
  }
  .ILR_page .module.module_2 .mod_container,
  .ILR_page .module_4 .mod_container {
    flex-direction: column;
  }
  .ILR_page .module.module_2 .mod_container p,
  .ILR_page .module_4 .mod_container p {
    width: unset;
  }
  .ILR_page .module.module_2 .mod_container .right_box,
  .ILR_page .module_4 .mod_container .right_box {
    width: 100%;
  }
  .ILR_page .module.module_2 .mod_container .img_box,
  .ILR_page .module_4 .mod_container .img_box {
    width: 100%;
    height: 75vw;
  }
}
@media screen and (max-width: 361px) {
  .ILR_page .tag_list {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
  }
  .ILR_page .tag_list .mod_tag {
    padding: 10px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    background: #EEF0F7;
  }
  .ILR_page .tag_list .mod_tag img {
    width: 11px;
    height: 15px;
  }
  .ILR_page .tag_list .mod_tag span {
    font-size: 14px;
    line-height: calc(22/18);
    color: #0073b5;
  }
  .ILR_page .banner {
    width: 100%;
    padding-top: 80px;
  }
  .ILR_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .ILR_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ILR_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .banner .text-box {
    position: absolute;
    bottom: 20px;
    left: 16px;
  }
  .ILR_page .banner .text-box h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .ILR_page .banner .text-box .back_btn {
    display: flex;
    align-items: center;
  }
  .ILR_page .banner .text-box .back_btn span.icon {
    width: 24px;
    height: 24px;
  }
  .ILR_page .banner .text-box .back_btn span.icon img {
    width: 8px;
    height: 8px;
  }
  .ILR_page .banner .text-box .back_btn span.txt {
    font-size: 12px;
    padding: 4px 14px;
    background: #0070d9;
    border-radius: 12px;
  }
  .ILR_page .module .mod_container {
    width: 100%;
    padding: 40px 16px 50px;
    flex-direction: column;
    gap: 26px;
  }
  .ILR_page .module .mod_container h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 6px;
    letter-spacing: 0;
  }
  .ILR_page .module .mod_container h4 {
    font-size: 14px;
    text-align: center;
  }
  .ILR_page .module .mod_container p {
    font-size: 12px;
    line-height: calc(29/18);
    margin: 16px 0 0;
  }
  .ILR_page .module .mod_container p + p {
    margin-top: 6px;
  }
  .ILR_page .module .mod_container span {
    font-size: 12px;
    line-height: calc(22/18);
  }
  .ILR_page .module .mod_container b {
    font-family: 'Poppins';
    font-weight: bold;
  }
  .ILR_page .module .mod_container ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-top: 10px;
  }
  .ILR_page .module .mod_container ul li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  .ILR_page .module .mod_container .img_box {
    border-radius: 12px;
    overflow: hidden;
  }
  .ILR_page .module .mod_container .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ILR_page .module .mod_container .po_box_list {
    flex-direction: column;
    gap: 10px;
  }
  .ILR_page .module .mod_container .po_box_list .po_box {
    width: unset;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .ILR_page .module .mod_container .po_box_list .po_box span {
    display: flex;
    align-items: center;
    line-height: calc(24/18);
  }
  .ILR_page .module .mod_container .po_box_list .po_box img {
    margin-right: 8px;
    width: 15px;
    height: 19px;
  }
  .ILR_page .module .mod_container .left_box {
    width: 100%;
    flex-shrink: 0;
  }
  .ILR_page .module .mod_container .right_box {
    position: relative;
  }
  .ILR_page .module .mod_container .right_box .swiper {
    padding-bottom: 30px;
  }
  .ILR_page .module .mod_container .right_box .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-color: #0070D9;
    --swiper-pagination-bullet-inactive-color: #AAAAAA;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .ILR_page .module .mod_container .right_box .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 14px;
    --swiper-pagination-bullet-height: 8px;
    border-radius: 8px;
  }
  .ILR_page .module .mod_container .right_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .ILR_page .module .mod_container .right_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .ILR_page .module.module_1 {
    margin-top: -30px;
  }
  .ILR_page .module.module_1 .mod_container {
    padding-top: 60px;
  }
  .ILR_page .module.module_1 .right_box {
    width: 100%;
  }
  .ILR_page .module.module_1 .img_box {
    width: 100%;
    height: 247px;
  }
  .ILR_page .module.module_3 .mod_container {
    padding-top: 40px;
  }
  .ILR_page .module.module_3 .mod_container p {
    margin: 26px 0 0;
    line-height: calc(29/18);
  }
  .ILR_page .module.module_3 .mod_container span {
    line-height: calc(25/18);
  }
  .ILR_page .module.module_5 {
    background: url(/themes/theme/img/CTScan/bg_2.png) no-repeat;
    background-size: 190% 100%;
    background-position: 50%;
    margin-bottom: -80px;
    padding-bottom: 80px;
  }
  .ILR_page .module.module_5 .mod_container p {
    margin: 16px 0 12px;
  }
  .ILR_page .module.module_1,
  .ILR_page .module.module_3 {
    background: url(/themes/theme/img/CTScan/bg_1.png) no-repeat;
    background-size: 140% 140%;
    background-position: 50%;
  }
  .ILR_page .module.module_3 .right_box,
  .ILR_page .module.module_5 .right_box {
    width: 100%;
  }
  .ILR_page .module.module_3 .img_box,
  .ILR_page .module.module_5 .img_box {
    width: 100%;
    height: 260px;
  }
  .ILR_page .module.module_2 .mod_container,
  .ILR_page .module_4 .mod_container {
    flex-direction: column;
  }
  .ILR_page .module.module_2 .mod_container p,
  .ILR_page .module_4 .mod_container p {
    width: unset;
  }
  .ILR_page .module.module_2 .mod_container .right_box,
  .ILR_page .module_4 .mod_container .right_box {
    width: 100%;
  }
  .ILR_page .module.module_2 .mod_container .img_box,
  .ILR_page .module_4 .mod_container .img_box {
    width: 100%;
    height: 270px;
  }
}
