/* MAIN CSS */
#main .intro {
  margin-top: 101px;
}
#main .intro .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#main .intro .container p {
  position: relative;
  margin-top: 37px;
  font-size: 23px;
  font-weight: 700;
  color: #212121;
  line-height: 37px;
  text-align: center;
}
#main .intro .container p img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 90%;
}
#main .intro .container > img {
  width: 40%;
}
#main .promotion {
  margin-top: 159px;
}
#main .promotion .col01 {
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#main .promotion .col01 video {
  width: 100%;
  max-width: 100%;
}
#main .promotion .col01 p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
#main .promotion .col01:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}
#main .promotion .col02 {
  margin-top: 38px;
}
#main .promotion .col02 .list li {
  margin-top: 38px;
  padding: 30px 30px 49px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#main .promotion .col02 .list li img {
  height: 79px;
}
#main .promotion .col02 .list li h3 {
  margin-top: 23px;
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}
#main .promotion .col02 .list li p {
  margin-top: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #444;
}
#main .slogan {
  margin-top: 38px;
}
#main .slogan .container {
  padding: 49px 49px 79px 49px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#main .slogan img {
  height: 79px;
}
#main .slogan .container p {
  margin-top: 32px;
  color: #212121;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
}
#main .slogan .container a {
  display: inline-block;
  margin-top: 26px;
  padding: 16px 26px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  border-radius: 100px;
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
}
#main .media .container > * li {
  margin-top: 38px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#main .media .container > * li .row01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0 30px;
}
#main .media .container > * li .row01 .type {
  display: flex;
  align-items: center;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}
#main .media .container > * li .row01 .type img {
  margin-right: 9px;
}
#main .media .container > * li .row01 .date {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
}
#main .media .container > * li .row02 {
  margin-top: 23px;
  padding: 0 30px;
}
#main .media .container > * li .row02 p {
  display: -webkit-box;
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main .media .container > * li .row03 {
  margin-top: 49px;
}
#main .media .container > * li .row03 img {
  width: 100%;
  max-width: 100%;
}
/* SERVICE SECTION CSS */
#main .service {
  margin-top: 38px;
}
#main .service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
#main .service .list li {
  transition: all 0.5s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
#main .service .list li a {
  position: relative;
  display: block;
  height: 100%;
}
#main .service .list li .txt {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  padding: 0 19px;
  box-sizing: border-box;
}
#main .service .list li .txt span {
  font-weight: 500;
  color: #fafafa;
}
#main .service .list li .txt h2 {
  margin-top: 14px;
  font-size: 19px;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.4;
}
#main .service .list li img {
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
}
#main .service .list li .button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 19px;
  bottom: 19px;
  width: 36px;
  height: 36px;
  background: #333;
  border-radius: 50%;
}
#main .service .list li svg {
  height: 18px;
  fill: rgb(214, 214, 215);
  transition: all 0.5s;
}
#main .service .list li:hover {
  transform: scale(1.02);
}
#main .service .list li a:hover svg {
  fill: rgba(255, 255, 255);
}
#main .banner .container > * {
  display: block;
  margin-top: 38px;
  padding: 49px 49px 49px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#main .banner .container > * p {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
#main .banner .container > * img {
  margin-top: 62px;
  width: fit-content;
  align-self: flex-end;
}
#main .banner .banner01 {
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
}
#main .banner .banner02 {
  background: linear-gradient(270deg, #1de9b6 0%, #00b0ff 100%);
}
@media all and (min-width: 768px) {
  /* MAIN CSS */
  #main .promotion .col01 p {
    left: 49px;
    bottom: 49px;
    font-size: 26px;
    line-height: 42px;
  }
  #main .promotion .col02 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
  }
  #main .promotion .col02 .list li {
    width: calc(50% - 19px);
    margin-top: 0;
    padding: 30px 30px 49px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  #main .service .list {
    grid-auto-rows: 475px;
  }
  #main .service .list li img {
    object-fit: cover;
    height: 100%;
  }
  #main .service .list li .txt {
    padding: 0 30px;
  }
  #main .service .list li .txt h2 {
    margin-top: 12px;
    font-size: 23px;
  }
  #main .banner {
    margin-top: 38px;
  }
  #main .banner .container {
    display: flex;
    column-gap: 38px;
  }
  #main .banner .container > * {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    margin-top: 0;
    padding: 49px 49px 49px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  #main .banner .container > * p {
    font-size: 26px;
    line-height: 42px;
  }
}
@media all and (min-width: 1366px) {
  /* MAIN CSS */
  #main .intro .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #main .intro {
    margin-top: 163px;
  }
  #main .intro .container p img {
    width: auto;
  }
  #main .intro .container > img {
    width: 400px;
  }
  #main .intro .container p {
    margin: 0;
    font-size: 31px;
    line-height: 51px;
    text-align: left;
  }
  #main .promotion .container {
    display: flex;
    align-items: center;
    column-gap: 38px;
  }
  #main .promotion .container > * {
    flex: 1 1 0;
  }
  #main .promotion .col01 {
    align-self: stretch;
  }
  #main .promotion .col01 video {
    object-fit: cover;
    height: 100%;
  }
  #main .promotion .col02 {
    margin-top: 0;
  }
  #main .media {
    margin-top: 38px;
  }
  #main .media .container > * {
    display: flex;
    column-gap: 38px;
  }
  #main .media .youtube li {
    width: calc(33.33% - 25.33333333333333px);
    margin-top: 0;
  }
  #main .media .post {
    margin-top: 38px;
  }
  #main .media .post li {
    width: calc(25% - 28.5px);
    margin-top: 0;
  }
  #main .service .list {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 38px;
  }
  #main .service .list li img {
    object-fit: initial;
    height: auto;
  }
}
