.main-banner {
  height: 100vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}

.main-banner .inner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-banner b {
  font-size: 106px;
  font-weight: 600;
  line-height: 1.2;
}

.main-banner b span {
  color: #77ceff;
}

.main-banner__bgs {
  position: absolute !important;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-banner__bgs .slick-list,
.main-banner__bgs .slick-track,
.main-banner__bgs .item,
.main-banner__bgs picture,
.main-banner__bgs img {
  width: 100%;
  height: 100%;
}

.main-banner__bgs img {
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner__scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-900px);
  transform: translateX(-900px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.main-banner__scroll p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-banner__scroll div {
  height: 120px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}

.main-banner__scroll div span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  -webkit-animation: scrollDown 2.5s linear infinite;
  animation: scrollDown 2.5s linear infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    top: auto;
    height: 0%;
    bottom: 0;
  }
}
@keyframes scrollDown {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    top: auto;
    height: 0%;
    bottom: 0;
  }
}
.main-medicine {
  height: 100vh;
  background-image: url('/assets/images/main/main_medicine_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.main-medicine .inner {
  margin-bottom: 120px;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-tit__area {
  text-align: center;
}

.main-tit__area strong {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.main-tit__area strong.serif {
  font-style: italic;
  font-family: 'Noto Serif', serif;
}

.main-tit__area strong span {
  color: #218bce;
}

.main-tit__area p {
  margin-top: 32px;
  font-size: 28px;
  font-weight: 400;
}

.main-partner {
  padding: 140px 0 200px;
}

.main-partner__banner {
  position: relative;
  width: 100%;
  height: 489px;
  margin-top: 80px;
}

.main-partner__banner div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  background-image: url('/assets/images/main/main_partner__banner.jpg');
  background-position: center;
  background-size: 1800px;
  background-repeat: no-repeat;
}

.main-partner__desc {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.main-partner__desc li {
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-partner__desc li:last-child {
  border: none;
}

.main-partner__desc li figure {
  margin-bottom: 24px;
}

.main-partner__desc li b {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0b2239;
}

.main-partner__desc li p {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.main-partner__phrase {
  position: relative;
  margin-top: 140px;
}

.main-partner__phrase::before,
.main-partner__phrase::after {
  content: '';
  position: absolute;
}

.main-medicine .box-carousel {
  width: 100%;
}

.main-medicine .carousel-items {
  width: 100%;
}

.main-medicine .carousel-item {
  padding: 0 20px;
}

.main-partner__phrase {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.main-partner__phrase::before,
.main-partner__phrase::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.main-partner__phrase::before {
  width: 678.462px;
  height: 893.669px;
  top: -237px;
  left: 0;
  background-image: url('/assets/images/main/main_partner_bg01.png');
}

.main-partner__phrase::after {
  height: 452.361px;
  width: 893.669px;
  bottom: -118px;
  right: 0;
  background-image: url('/assets/images/main/main_partner_bg02.png');
}

.main-partner__phrase li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 88px;
}

.main-partner__phrase li:not(:first-child) {
  margin-top: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 124px;
}

.main-partner__phrase li b {
  position: relative;
  padding: 47px 0;
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
}

.main-partner__phrase li b::before,
.main-partner__phrase li b::after {
  content: '';
  width: 32px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.main-partner__phrase li b::before {
  background-image: url('/assets/images/main/quotations01.png');
  top: 0;
  left: 0;
}

.main-partner__phrase li b::after {
  background-image: url('/assets/images/main/quotations02.png');
  bottom: 0;
  right: 0;
}

.main-partner__phrase li p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 32px;
}

.main-health {
  position: relative;
  min-height: 100vh;
  background-image: url('/assets/images/main/bg_health.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 253px;
  overflow: hidden;
}
.main-health > h3 {
  text-align: center;
  color: #fff;
  font-size: 72px;
  font-weight: 600;
}
.main-health .hover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 33, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-health .hover-layer > div {
  width: 50%;
  position: relative;
}
.main-health .hover-layer > div h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}
.main-health .hover-layer__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-health .hover-layer__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.main-health .hover-layer__contents--left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  background: linear-gradient(254deg, #218bce 7.08%, #213dce 94.39%);
}
.main-health .hover-layer__contents--left .list {
  position: relative;
  z-index: 2;
  width: 468px;
  margin-inline: auto;
}
.main-health .hover-layer__contents--left .list > li {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-health .hover-layer__contents--left .list > li.active {
  color: #000;
  background-color: #fff;
}
.main-health .hover-layer__contents--left .ending {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/main/bg_hover-layer-left-ending.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-health .hover-layer__contents--left .ending h4 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}
.main-health .hover-layer__contents--right .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  background: linear-gradient(105deg, #218bce 6.73%, #10b8c2 94.31%);
}
.main-health .hover-layer__contents--right .cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.main-health .hover-layer__contents--right .cards::before {
  content: 'Asian market';
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
}
.main-health .hover-layer__contents--right .cards > li {
  border-radius: 32px;
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-health .hover-layer__contents--right .cards > li h5 {
  position: relative;
  margin-bottom: 26px;
  font-size: 24px;
  color: #fff;
  transition: all ease 0.3s;
}
.main-health .hover-layer__contents--right .cards > li h5::before {
  content: '';
  width: 20px;
  height: 2px;
  opacity: 0.2;
  background: #fff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-health .hover-layer__contents--right .cards > li p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all;
  transition: all ease 0.3s;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(1) {
  background: linear-gradient(105deg, #00b2cb 6.73%, #1dcfa4 94.31%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(2) {
  background: linear-gradient(135deg, #2bd870 0%, #0dbaa5 100%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(3) {
  background: linear-gradient(135deg, #dd7d0d 0%, #e0d93e 100%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(4) {
  background: linear-gradient(105deg, #5921ce 6.73%, #106dc2 94.31%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(5) {
  background: linear-gradient(105deg, #b7a500 6.73%, #a2d0b1 94.31%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:nth-of-type(6) {
  background: linear-gradient(105deg, #9dd148 6.73%, #d0d350 94.31%);
  background-size: 500% 500%;
}
.main-health .hover-layer__contents--right .cards > li:hover {
  animation: colorChange 3s ease infinite;
}
/* .main-health .hover-layer__contents--right .cards > li:hover h5,
.main-health .hover-layer__contents--right .cards > li:hover p {
  color: #000 !important;
}
.main-health .hover-layer__contents--right .cards > li:hover h5::before {
  background: #000;
} */

@keyframes colorChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.main-provider {
  padding: 160px 0 190px;
  position: relative;
}

.main-provider ul {
  margin-top: 120px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.main-provider ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
  height: 262px;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.main-provider ul li p {
  font-size: 24px;
  font-weight: 500;
}

.main-provider ul li p span {
  color: #218bce;
}

.main-provider__top {
  height: 322px;
  position: relative;
}

.main-provider__top picture {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -180px;
}

.main-provider__top p {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.main-provider__top p span {
  color: #218bce;
}

@media all and (max-width: 1880px) {
  .main-banner__scroll {
    left: 3.90625%;
    -webkit-transform: none;
    transform: none;
  }
}
@media all and (max-width: 1500px) {
  .main-health > h3 {
    font-size: 54px;
  }
  .main-health .hover-layer > div h3 {
    font-size: 36px;
  }
  .main-health .hover-layer__contents--right .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-health .hover-layer__contents--right .cards > li {
    width: 200px;
    height: 200px;
  }
  .main-health .hover-layer__contents--left .ending h4 {
    font-size: 38px;
  }
  .main-health .hover-layer__contents--left .list {
    width: 350px;
  }
  .main-health .hover-layer__contents--left .list > li {
    font-size: 24px;
    height: 60px;
  }
}
@media all and (max-width: 1440px) {
  .main-banner b {
    font-size: 60px;
  }
  .main-partner__phrase li {
    gap: 8.533vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-partner__phrase li > figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main-partner__phrase li > div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 3.90625%;
  }
  .main-tit__area strong {
    font-size: 50px;
  }
  .main-provider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    height: auto;
  }
  .main-provider__top picture {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-provider__top p {
    text-align: center;
  }
  .main-provider ul {
    grid-template-columns: 1fr;
  }
}
