/* top */
.block.top .block-inner .image img {
  width: 100%;
}

.block.top .block-inner .image .pc {
  position: relative;
}

.block.top .block-inner .image .pc span {
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  width: 40%;
}

/* section common */
.block.section .block-inner {
  margin: 150px 0;
}

.block.section .block-inner .content {
  max-width: 1130px;
  margin: auto;
  text-align: center;
}

.block.section .block-inner .content .sub-title {
  font-size: 25px;
  font-weight: 700;
  color: #6377b3;
  letter-spacing: -3px;
}

.block.section .block-inner .content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -5px;
  color: black;
  margin: 20px 0;
}

.block.section .block-inner .content .title b {
  color: #2f3a5c;
}

.block.section .block-inner .content .image {
  margin: 80px 0 0 0;
}

.block.section .block-inner .content .image img {
  max-width: 100%;
}

/* section-1 */
.block.section-1 .block-inner {
  margin: 0;
}

.block.section-1 .block-inner .content .image {
  margin-bottom: 0;
}

.block.section-1 .block-inner .content .image .pc {
  position: relative;
}

.block.section-1 .block-inner .content .image .pc > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* section-2 */
.block.section-2 .block-inner {
  margin: 0;
  padding: 150px 0;
  background-image: url(/assets/images/medical/torr/pc/section-2-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block.section-2 .block-inner .content .image {
  margin: 50px 0;
}

.block.section-2 .block-inner .content .image .pc {
  position: relative;
}

.block.section-2 .block-inner .content .image .pc img:nth-child(2) {
  position: absolute;
  top: 40.2%;
  left: 36.9%;
  width: 18.52%;
}

.block.section-2 .block-inner .content .image .pc img:nth-child(3) {
  position: absolute;
  top: 40.2%;
  left: 56.9%;
  width: 18.52%;
}

.block.section-2 .block-inner .content .image .pc img:nth-child(4) {
  position: absolute;
  top: 40.2%;
  left: 77.1%;
  width: 18.52%;
}

/* section-3 */
.block.section-3 .block-inner {
  margin: 0;
}

.block.section-3 .block-inner .content {
  max-width: inherit;
}

.block.section-3 .block-inner .content .image {
  margin: 0;
  font-size: 0;
}

.block.section-3 .block-inner .content .image .pc {
  position: relative;
  overflow: hidden;
}

.block.section-3 .block-inner .content .image .pc > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.5fr;
  justify-content: center;
  align-items: center;
}

.block.section-3 .block-inner .content .image .pc > div > img:nth-child(1) {
  position: relative;
  top: 35px;
}

.block.section-3 .block-inner .content .image .pc > div > img:nth-child(3) {
  position: relative;
  top: 15px;
}

.block.section-3 .block-inner .content .image .pc > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

/* section-4*/
.block.section-4 .block-inner {
  margin-bottom: 0;
}

.block.section-4 .block-inner .content .title {
  line-height: 1.2em;
}

.block.section-4 .block-inner .content .image .pc {
  position: relative;
}

.block.section-4 .block-inner .content .image .pc img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.block.section-4 .block-inner .content .image .pc img:nth-child(2) {
  position: relative;
  z-index: 1;
}

/* section-5*/
.block.section-5 .block-inner {
  margin: 0;
  padding: 180px 0;
  position: relative;
  margin-top: -120px;
}

.block.section-5 .block-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 18.97%;
  background-image: url(/assets/images/medical/torr/pc/section-5-bg-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.block.section-5 .block-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 27.68%;
  background-image: url(/assets/images/medical/torr/pc/section-5-bg-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.block.section-5 .block-inner .content .desc {
  display: grid;
  grid-template-columns: 230px 310px auto;
  align-items: center;
  text-align: left;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgb(128 128 128 / 30%);
  margin: 25px 0;
  background: white;
}

.block.section-5 .block-inner .content .desc .desc-image {
  font-size: 0;
}

.block.section-5 .block-inner .content .desc .desc-image img {
  width: 100%;
}

.block.section-5 .block-inner .content .desc .desc-title {
  padding: 40px 45px;
  color: #2f3a5c;
  position: relative;
}

.block.section-5 .block-inner .content .desc .desc-title::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  width: 4px;
  background: rgb(128 128 128 / 10%);
}

.block.section-5 .block-inner .content .desc .desc-title b {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.block.section-5 .block-inner .content .desc .desc-content {
  padding: 40px 45px;
  word-break: keep-all;
}

/* section-6 */
.block.section-6 .block-inner {
  margin: 0;
  padding: 150px 0;
  background-image: url(/assets/images/medical/torr/pc/section-6-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -1px;
}

.block.section-6 .block-inner .content .image:nth-child(1) .pc {
  position: relative;
  font-size: 0;
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(2) {
  position: absolute;
  top: 15%;
  left: 14%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(3) {
  position: absolute;
  top: 2%;
  left: 48%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(4) {
  position: absolute;
  top: 16%;
  right: -9%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(5) {
  position: absolute;
  bottom: 25%;
  right: -8%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(6) {
  position: absolute;
  bottom: 13%;
  right: 25%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(1)
  .pc
  img:nth-child(7) {
  position: absolute;
  bottom: 25%;
  left: 14%;
  transform: translateX(-50%) scale(0.92);
}

.block.section-6 .block-inner .content .image:nth-child(2) {
  margin-top: 200px;
}

.block.section-6 .block-inner .content .image:nth-child(2) .pc {
  position: relative;
}

.block.section-6
  .block-inner
  .content
  .image:nth-child(2)
  .pc
  img:nth-child(2) {
  margin-top: -31.5%;
  margin-left: -4%;
  width: 29.5%;
}

.block.section-6 .block-inner .content .image:nth-child(2) .pc a.hospital {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 22%;
  width: 50%;
}

.block.section-6 .block-inner .content .image:nth-child(2) .pc a.inquery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 22%;
  width: 50%;
}

/* media 1024 */
@media (max-width: 1024px) {
  .block.top .block-inner .image .mobile {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 180.7%;
    background-image: url(/assets/images/medical/torr/new/top-1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .block.top .block-inner .image .mobile > img {
    position: absolute;
    top: 17%;
    left: 9%;
    width: 51%;
    z-index: 1;
  }

  .block.top .block-inner .image .mobile span {
    position: absolute;
    top: 53%;
    right: -36%;
    transform: translate(-10%, -50%);
    width: 130%;
    z-index: 0;
  }

  .block.section .block-inner .content .title {
    font-size: 28px;
    letter-spacing: -1.5px;
    margin: 15px 0;
  }

  .block.section .block-inner .content .sub-title {
    font-size: 14px;
    letter-spacing: -1.5px;
  }

  .block.section .block-inner .content .image {
    margin: 50px 0;
  }

  /* section-1 */
  .block.section-1 .block-inner {
    margin: 50px 0;
  }

  .block.section-1 .block-inner .content .image img {
    max-width: 400px;
    width: 75%;
  }

  .block.section-1 .block-inner .content .image .mobile {
    position: relative;
    max-width: 380px;
    margin: auto;
  }

  .block.section-1 .block-inner .content .image .mobile > div {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 35%;
  }

  .block.section-1 .block-inner .content .image .mobile > div > img {
    width: 100%;
  }

  /* section-2 */
  .block.section-2 .block-inner {
    padding: 40px 0;
    background-image: url(/assets/images/medical/torr/mobile/section-2-bg.webp);
  }

  .block.section-2 .block-inner .content .image {
    margin: 50px 0 0;
  }

  .block.section-2 .block-inner .content .image .mobile {
    text-align: center;
  }

  .block.section-2 .block-inner .content .image .mobile > div {
    position: relative;
    display: inline-block;
    font-size: 0;
  }

  .block.section-2 .block-inner .content .image .mobile img:nth-child(2) {
    position: absolute;
    bottom: 23.2%;
    left: 8%;
    width: 26.8%;
  }

  .block.section-2 .block-inner .content .image .mobile img:nth-child(3) {
    position: absolute;
    bottom: 23.2%;
    left: 36.8%;
    width: 26.8%;
  }

  .block.section-2 .block-inner .content .image .mobile img:nth-child(4) {
    position: absolute;
    bottom: 23.2%;
    left: 66%;
    width: 26.8%;
  }

  .block.section-2 .block-inner .content .image img {
    max-width: 400px;
    width: 95%;
  }

  .block.section-2 .block-inner .content .image .pc {
    position: relative;
  }

  .block.section-2 .block-inner .content .image .pc img:nth-child(2) {
    position: absolute;
    bottom: 31.5%;
    left: 36.9%;
    width: 18.55%;
  }

  .block.section-2 .block-inner .content .image .pc img:nth-child(3) {
    position: absolute;
    bottom: 31.5%;
    left: 56.86%;
    width: 18.55%;
  }

  .block.section-2 .block-inner .content .image .pc img:nth-child(4) {
    position: absolute;
    bottom: 31.5%;
    left: 36.9%;
    width: 18.55%;
  }

  /* section-3 */
  .block.section-3 .block-inner .content .image {
    margin-top: 0;
  }

  .block.section-3 .block-inner .content .image .mobile {
    background: #18263a;
  }

  .block.section-3 .block-inner .content .image .mobile > div {
    max-width: 400px;
    margin: auto;
  }

  .block.section-3 .block-inner .content .image .mobile > div > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 168.5%;
    background-image: url(/assets/images/medical/torr/mobile/section-3-1-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .block.section-3
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    > span:nth-child(1) {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .block.section-3
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    > span:nth-child(2) {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .block.section-3
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    > span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: -15%;
    width: 100%;
    z-index: 1;
  }

  .block.section-3
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    > span:nth-child(4) {
    position: absolute;
    bottom: 15%;
    left: -35%;
    width: 135%;
    z-index: 0;
    opacity: 0.2;
  }

  /* section-4 */
  .block.section-4 .block-inner {
    margin: 100px 0;
  }

  .block.section-4 .block-inner .content .image img {
    max-width: 400px;
    width: 70%;
  }

  .block.section-4 .block-inner .content .image .mobile > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .block.section-4 .block-inner .content .image .mobile > div img:nth-child(2) {
    position: relative;
    right: 20px;
    max-width: 140px;
  }

  /* section-5 */
  .block.section-5 .block-inner {
    margin-top: -230px;
    padding: 250px 0 60px;
  }

  .block.section-5 .block-inner .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .block.section-5 .block-inner .content .desc {
    grid-template-columns: 1fr;
    width: 80%;
    max-width: 400px;
    margin: auto;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #334459;
  }

  .block.section-5 .block-inner .content .desc .desc-title {
    font-size: 14px;
    text-align: center;
    padding: 20px 10px 10px;
  }

  .block.section-5 .block-inner .content .desc .desc-title::after {
    content: none;
  }

  .block.section-5 .block-inner .content .desc .desc-title b {
    font-size: 20px;
  }

  .block.section-5 .block-inner .content .desc .desc-content {
    font-size: 14px;
    text-align: center;
    padding: 0 10px 20px;
  }

  .block.section-5 .block-inner::after {
    background-image: url(/assets/images/medical/torr/mobile/section-5-bg-2.webp);
    padding-top: 64.79%;
  }

  /* section-6 */
  .block.section-6 {
    padding: 20px 0;
    background-color: rgb(237 240 245);
  }

  .block.section-6 .block-inner {
    padding: 0;
  }

  .block.section-6 .block-inner .content .image {
    margin: 0;
    margin-bottom: 60px;
  }

  .block.section-6 .block-inner .content .image:nth-child(1) {
    margin-bottom: 0;
  }

  .block.section-6 .block-inner .content .image:nth-child(1) img {
    max-width: 600px;
    width: 100%;
  }

  .block.section-6 .block-inner .content .image:nth-child(2) {
    margin-top: 0;
  }

  .block.section-6 .block-inner .content .image:nth-child(2) img {
    max-width: 600px;
    width: 80%;
  }

  .block.section-6 .block-inner .content .image:nth-child(2) .mobile {
    font-size: 0;
  }

  .block.section-6
    .block-inner
    .content
    .image:nth-child(2)
    .mobile
    > img:nth-child(1) {
    width: 43%;
    top: 65px;
    position: relative;
    z-index: 0;
  }

  .block.section-6
    .block-inner
    .content
    .image:nth-child(2)
    .mobile
    a:nth-child(2)
    img {
    position: relative;
    z-index: 1;
  }

  .block.section-6
    .block-inner
    .content
    .image:nth-child(2)
    .mobile
    a:nth-child(3)
    img {
    margin-top: -2px;
  }

  .block.section-6 .block-inner .content .image .mobile {
    max-width: 500px;
    margin: auto;
  }

  .block.section-6 .block-inner .content .image .mobile > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 330%;
    background-image: url(/assets/images/medical/torr/mobile/section-6-1-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }

  .block.section-6 .block-inner .content .image .mobile > div > div {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 55%;
    justify-content: center;
    align-items: center;
  }

  .block.section-6
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    img:nth-child(2) {
    width: 105%;
  }

  .block.section-6
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    img:nth-child(3) {
    width: 96.18%;
  }

  .block.section-6
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    img:nth-child(4) {
    width: 76.39%;
  }

  .block.section-6
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    img:nth-child(5) {
    width: 97.22%;
  }

  .block.section-6
    .block-inner
    .content
    .image
    .mobile
    > div
    > div
    img:nth-child(6) {
    width: 99.13%;
  }
}
