.content-research > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
  gap: 40px;
}

.content-research > div:nth-child(even) {
  background-color: #f9f9f9;
}

.title-logo img {
  width: 273px;
  height: 156px;
}

h1.title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  padding: 0;
  text-align: left;
}

p.text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.content-research .research-center {
  align-items: flex-start;
}

.list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.list .list-content {
  width: 19%;
}

.list-content img {
  width: 100%;
  height: auto;
}

h5.center-name {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 20px 0;
}

.content-research .research-platform {
  align-items: flex-start;
}

.list-platform {
  width: 24%;
}

.list-platform img {
  width: 100%;
  height: auto;
}

.list-platform .platform {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin-top: 20px;
}

.content-research .research-team {
  align-items: flex-start;
}

.research-team .list > li {
  width: 49%;
  height: auto;
}

.content-research .flow-sheet-designer,
.content-research .research-lab,
.content-research .simulate-platform {
  flex-direction: row;
  gap: 60px;
}

.flow-sheet-designer .title,
.research-lab .title,
.support-section .title,
.simulate-platform .title {
  margin-bottom: 40px;
}

.flow-sheet-designer img,
.research-lab img,
.simulate-platform img {
  width: 50%;
  height: 100%;
}

.research-support > .text {
  text-align: center;
  max-width: 1020px;
}

.support-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.support-section .font {
  width: 100%;
  height: 100%;
}

.support-picture {
  width: 50%;
}

.support-picture .text {
  margin: 40px auto 0;
  width: fit-content;
}

.support-section > .text {
  width: 50%;
}

.support-slider {
  width: 50%;
  height: 100%;
  position: relative;
}

.swiper-sliders {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  touch-action: pan-y;
}

.slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999999;
  cursor: pointer;
  margin-top: 40px;
}

.swiper-pagination-bullet.active {
  background-color: #999999;
}

.support-slider .text {
  margin-top: 40px;
  text-align: center;
}

.phone {
  display: none;
}

@media all and (max-width: 768px) {
  .content-research > div > div {
    padding: 30px 0;
    gap: 25px;
  }
  .list,
  .content-research .flow-sheet-designer,
  .content-research .research-lab,
  .content-research .simulate-platform,
  .research-support .support-section {
    flex-direction: column;
  }
  .content-research .list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-research .list > li:last-child {
    margin-bottom: 0;
  }
  .flow-sheet-designer img,
  .research-lab img,
  .simulate-platform img,
  .support-section .support-slider,
  .support-section .support-picture,
  .support-section > .text {
    width: 100%;
  }
  h1.title {
    font-size: 30px;
    margin-bottom: -14.5px;
  }
  h5.center-name {
    margin: 20px 0 8px;
  }
  .pc {
    display: none;
  }
  .phone {
    display: flex;
  }
  .flow-sheet-designer .title,
  .research-lab .title,
  .support-section .title,
  .simulate-platform .title {
    margin-bottom: 8px;
  }
  .list-platform .platform {
    margin-top: 8px;
  }
  .support-section,
  .content-research .flow-sheet-designer,
  .content-research .research-lab,
  .content-research .simulate-platform {
    gap: 25px;
  }
  .support-slider .text,
  .support-picture .text {
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    margin-top: 10px;
  }
}
