@import "/reset.css";
@import "./font/font.css";
body {
  overflow-x: hidden;
}

section {
  height: 100vh;
  font-family: "Pretendard-Regular";
  font-size: 18px;
  word-break: keep-all;
}
section h1,
section h2 {
  font-family: "Pretendard-Bold";
}
section h3,
section b {
  font-family: "Pretendard-Medium";
}

.flex {
  display: flex;
}

.inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#sect1 {
  position: relative;
}
#sect1 .bg {
  width: 100%;
  background-image: url(./img/sect1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sect1 .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 999;
  color: #fff;
}
#sect1 .text h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sect1 .text h1 img {
  width: 100%;
}
#sect1 .text h3 {
  font-weight: 500;
}
#sect1 .blob-effect {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
#sect1 .blob-effect span:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(217deg, rgba(0, 110, 205, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(255, 151, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(239, 21, 30, 0.8), rgba(0, 0, 255, 0) 70.71%);
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
}
#sect1 .blob-effect span:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, rgba(0, 82, 153, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(185, 111, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(173, 1, 7, 0.8), rgba(0, 0, 255, 0) 70.71%);
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient rotate-blob 4s linear infinite;
          animation: gradient rotate-blob 4s linear infinite;
}
#sect1 .blob-effect span:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, rgba(10, 141, 255, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(255, 169, 39, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(255, 49, 56, 0.8), rgba(0, 0, 255, 0) 70.71%);
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob2 10s linear infinite;
          animation: gradient-rotate-blob2 10s linear infinite;
}
#sect1 .blob-effect span:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #006ecd;
  border-radius: 42% 63% 40% 60%/55% 67% 40% 52%;
  -webkit-animation: gradient-rotate-blob 8s linear infinite;
          animation: gradient-rotate-blob 8s linear infinite;
}
#sect1 .blob-effect span:nth-child(5) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ef151e;
  border-radius: 42% 63% 40% 60%/55% 67% 40% 52%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
}
#sect1 .blob-effect span:nth-child(6) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff9700;
  border-radius: 42% 63% 40% 60%/55% 67% 40% 52%;
  -webkit-animation: gradient-rotate-blob2 10s linear infinite;
          animation: gradient-rotate-blob2 10s linear infinite;
}
#sect1 .min {
  display: none;
}
#sect1 .min .circle {
  position: absolute;
  top: 0px;
  left: -23px;
  width: 310px;
  height: 310px;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
  border: 1px solid #006ecd;
}
#sect1 .min .circle2 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
  background-image: linear-gradient(to right bottom, #006ecd, #005ecc, #084dc9, #2a38c2, #4218b8);
}
#sect1 .min .circle3 {
  position: absolute;
  top: 30%;
  right: -10%;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(to right, #ef151e, #f42c2f, #f73c3f, #fb4b4e, #fd585d, #f6565a, #ee5458, #e75255, #d54141, #c3302e, #b01c1b, #9d0006);
  border-radius: 42% 63% 40% 60%/55% 67% 40% 52%;
  -webkit-animation: gradient-rotate-blob2 10s linear infinite;
          animation: gradient-rotate-blob2 10s linear infinite;
}
#sect1 .min .circle4 {
  position: absolute;
  top: 32%;
  right: -5%;
  width: 300px;
  height: 300px;
  border: 1px solid #ef151e;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
}
#sect1 .min .circle5 {
  position: absolute;
  bottom: -10%;
  left: -20%;
  width: 400px;
  height: 400px;
  transform: matrix(-0.97, 0.26, -0.26, -0.97, 0, 0);
  background-image: linear-gradient(to top, #ff9700, #ffa022, #ffa936, #ffb148, #ffb958, #ffb958, #ffb958, #ffb958, #ffb148, #ffa936, #ffa022, #ff9700);
  border-radius: 42% 63% 40% 60%/55% 67% 40% 52%;
  -webkit-animation: gradient-rotate-blob2 10s linear infinite;
          animation: gradient-rotate-blob2 10s linear infinite;
}
#sect1 .min .circle6 {
  position: absolute;
  bottom: -2%;
  left: -5%;
  width: 350px;
  height: 350px;
  transform: matrix(-0.97, 0.26, -0.26, -0.97, 0, 0);
  border: 1px solid #ff9700;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  -webkit-animation: gradient-rotate-blob 5s linear infinite;
          animation: gradient-rotate-blob 5s linear infinite;
}

#sect2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
#sect2 .inner {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
#sect2 .inner article.who {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  margin: auto;
  text-align: center;
}
#sect2 .inner article.who .txt {
  height: 100%;
}
#sect2 .inner article.who .txt .s2logo {
  z-index: -1;
}
#sect2 .inner article.who .txt h2 {
  margin: 10% auto;
  color: #ef151e;
}
#sect2 .inner article.who .txt h2 span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
#sect2 .inner article.who .txt h2 span::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100%;
  display: block;
  content: "";
  border-bottom: 4px solid #ef151e;
}
#sect2 .inner article.who .txt h3 {
  margin-top: 5%;
}
#sect2 .inner article.who .txt p {
  text-align: center;
  margin: 5% auto;
}
#sect2 .inner article.who .txt p.main {
  width: 81%;
}
#sect2 .inner article.who .txt p.end {
  width: 72%;
}

#sect3 {
  position: relative;
  height: 100vh;
}
#sect3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(./img/sect3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  z-index: -1;
}
#sect3 .text {
  position: relative;
  text-align: center;
  z-index: 999;
}
#sect3 .text h2 {
  color: #ff9700;
  text-decoration: underline;
}
#sect3 .swiper.s3swiper {
  position: relative;
  height: 700px;
}
#sect3 .swiper.s3swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sect3 .swiper.s3swiper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#sect3 .mobile {
  position: relative;
}

#sect4 {
  height: 100vh;
}
#sect4 .inner h2 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
#sect4 .inner article {
  height: 100%;
  position: relative;
}
#sect4 .inner article .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
#sect4 .inner article .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide.slide1 {
  background-image: url(./img/tvn_top.png);
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide.slide2 {
  background-image: url(./img/mnet.jpg);
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide.slide3 {
  background-image: url(./img/sect4_ocn_slide.png);
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide.slide3::after {
  display: none;
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide a.btn {
  border-radius: 30px;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
}
#sect4 .inner article .swiper-container .swiper-wrapper .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.1s;
}

#sect5 .inner {
  height: 75%;
}
#sect5 .inner article {
  height: 100%;
  position: relative;
  margin: auto;
  flex-direction: column;
  justify-content: center;
}
#sect5 .inner article .slogan {
  flex-direction: column;
  align-items: flex-start;
}
#sect5 .inner article .slogan p {
  font-weight: 900;
}
#sect5 .inner article .slogan p.mark {
  position: relative;
  -webkit-animation: highlight-effect 2s 1.5s forwards;
          animation: highlight-effect 2s 1.5s forwards;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sect5 .inner article .slogan p.mark::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: auto;
  height: 4vh;
  background-color: rgba(255, 151, 0, 0.8);
  display: block;
}
#sect5 .inner article .slogan p.mark::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: auto;
  height: 4vh;
  background-color: rgba(255, 151, 0, 0.8);
  display: block;
}
#sect5 footer {
  background-color: #555;
  color: #fff;
}
#sect5 footer .footernav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#sect5 footer .footernav .info {
  font-size: 14px;
}
#sect5 footer .footernav .info ul {
  display: flex;
}
#sect5 footer .footernav .sns {
  display: flex;
}
#sect5 footer .footernav .sns i {
  font-size: 3vw;
  cursor: pointer;
}

@media screen and (max-width: 516px) {
  #sect1 .bg {
    display: none;
  }
  #sect1 .text {
    color: #000;
    top: 30%;
  }
  #sect1 .text h1 {
    display: none;
  }
  #sect1 .text h2 {
    font-size: 4.7rem;
    padding-bottom: 20px;
    font-weight: 900;
  }
  #sect1 .text h2.underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    margin: 0 0 10px 0;
    background: #000;
    -webkit-animation: under-line 1s ease-in-out 1;
            animation: under-line 1s ease-in-out 1;
  }
  #sect1 .text h3 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
  #sect1 .blob-effect {
    display: none;
  }
  #sect1 .min {
    display: block;
  }
  #sect2 .inner {
    height: 100%;
    padding: 40px 20px 0;
    word-break: keep-all;
  }
  #sect2 .inner article.who {
    background: rgba(245, 245, 245, 0.5);
    border-radius: 12px;
  }
  #sect2 .inner article.who .s2logo {
    position: absolute;
    top: 0;
    right: -20%;
    top: -14%;
  }
  #sect2 .inner article.who h2 {
    font-size: 3.2rem;
  }
  #sect2 .inner article.who h2 span::after {
    width: 80%;
  }
  #sect3 {
    height: 100%;
  }
  #sect3 .bg {
    top: 0;
  }
  #sect3 .text {
    top: 10%;
    padding: 30px;
  }
  #sect3 .text h2 {
    font-size: 4rem;
    padding-bottom: 60px;
  }
  #sect3 .text p {
    color: #fff;
    text-align: center;
  }
  #sect3 .swiper.s3swiper {
    display: none;
  }
  #sect3 .mobile {
    display: block;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 80%;
    text-align: center;
  }
  #sect3 .mobile ul li {
    background: rgba(58, 58, 58, 0.5);
    border-radius: 70px;
    padding: 30px;
    margin: 20px 0;
  }
  #sect3 .mobile ul li p {
    color: #fff;
  }
  #sect3 .mobile ul li p:nth-child(3) {
    color: rgba(255, 255, 255, 0.5);
  }
  #sect3 .mobile ul li span {
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #sect3 .mobile ul li .wrap {
    padding-bottom: 10px;
  }
  #sect3 .mobile ul li.empathy {
    border: 3px solid #ffb414;
  }
  #sect3 .mobile ul li.empathy .wrap span:nth-child(2) {
    color: #ffb414;
  }
  #sect3 .mobile ul li.originality {
    border: 3px solid #006ecd;
  }
  #sect3 .mobile ul li.originality .wrap span:nth-child(2) {
    color: #006ecd;
  }
  #sect3 .mobile ul li.commitment {
    border: 3px solid #ff0000;
  }
  #sect3 .mobile ul li.commitment .wrap span:nth-child(2) {
    color: #ff0000;
  }
  #sect4 .inner {
    height: 90%;
    padding: 40px 20px 0;
  }
  #sect4 .inner h2 {
    font-size: 52px;
  }
  #sect4 .inner article a.btn {
    width: 200px;
    padding: 16px;
    bottom: 10%;
    font-size: 18px;
  }
  #sect4 .inner article .swiper.s4swiper {
    height: 80vh;
  }
  #sect5 .inner {
    height: 70%;
  }
  #sect5 .inner article .slogan {
    overflow: visible;
  }
  #sect5 .inner article .slogan p {
    font-size: 11vw;
    text-align: center;
  }
  #sect5 .inner article .slogan p:nth-child(1):before {
    left: 15%;
    -webkit-animation: visible-effect-m1 2s 0.1s forwards;
            animation: visible-effect-m1 2s 0.1s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(2)::after {
    top: 12%;
    right: 20%;
    -webkit-animation: visible-effect-m2-1 2s 1.5s forwards;
            animation: visible-effect-m2-1 2s 1.5s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(2):before {
    top: 50%;
    right: 32%;
    -webkit-animation: visible-effect-m2 2s 1.5s forwards;
            animation: visible-effect-m2 2s 1.5s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(3):before {
    top: -24%;
    left: 23%;
    -webkit-animation: visible-effect-m3 2s 3s forwards;
            animation: visible-effect-m3 2s 3s forwards;
  }
  #sect5 footer {
    height: 30vh;
  }
  #sect5 footer .footernav {
    width: 100%;
    position: relative;
  }
  #sect5 footer .footernav .info {
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 10%;
    text-align: center;
  }
  #sect5 footer .footernav .info ul {
    justify-content: space-between;
    margin: 1rem 1rem 2rem;
  }
  #sect5 footer .footernav .sns {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 10%;
    justify-content: space-around;
  }
  #sect5 footer .footernav .sns i {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 517px) {
  #sect1 .bg {
    height: 120vh;
    top: 0;
  }
  #sect1 .text {
    top: 35%;
  }
  #sect1 .text h1 {
    top: -90%;
    width: 45px;
  }
  #sect1 .text h2 {
    font-size: 3.6rem;
    padding-bottom: 20px;
  }
  #sect1 .text h2.underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    margin: 0 0 10px 0;
    background: #fff;
    -webkit-animation: under-line 1s ease-in-out 1;
            animation: under-line 1s ease-in-out 1;
  }
  #sect1 .text h3 {
    font-size: 1rem;
    letter-spacing: 1rem;
  }
  #sect1 .blob-effect {
    width: 150vh;
    height: 130vh;
    top: -70%;
  }
  #sect2 .inner {
    height: 100%;
    padding: 60px 36px 0;
  }
  #sect2 .inner .who {
    background: #f5f5f5;
  }
  #sect2 .inner .who .s2logo {
    position: absolute;
    top: 0;
    right: -12%;
    top: -12%;
  }
  #sect2 .inner .who h2 {
    font-size: 3rem;
    font-weight: 800;
  }
  #sect2 .inner .who h2 span::after {
    width: 40%;
  }
  #sect3 {
    height: 100%;
  }
  #sect3 .mobile {
    display: none;
  }
  #sect3 .bg {
    top: 50%;
  }
  #sect3 .text {
    top: 13%;
  }
  #sect3 .text h2 {
    font-size: 5rem;
    padding: 20px;
  }
  #sect3 .text p {
    padding: 20px;
    line-height: 1.7rem;
  }
  #sect3 .swiper.s3swiper {
    top: 10%;
  }
  #sect3 .swiper.s3swiper .swiper-slide img {
    height: 50%;
  }
  #sect4 .inner {
    height: 100%;
    padding: 60px 36px 0;
  }
  #sect4 .inner h2 {
    font-size: 42px;
    font-weight: 800;
  }
  #sect4 .inner article ul.tab-list {
    top: 18%;
    gap: 6vh;
  }
  #sect4 .inner article ul.tab-list li.tab-item {
    font-size: 40px;
  }
  #sect4 .inner article a.btn {
    width: 200px;
    padding: 1.8vw;
    bottom: 8%;
    font-size: 18px;
  }
  #sect4 .inner article .swiper.s4swiper {
    height: 70vh;
  }
  #sect4 .inner article .swiper.s4swiper .swiper-pagination {
    display: flex;
    gap: 1.5vw;
    top: 95%;
    left: 47%;
  }
  #sect5 .inner {
    height: 70%;
  }
  #sect5 .inner article .slogan {
    overflow: hidden;
    padding: 0 2rem;
  }
  #sect5 .inner article .slogan p {
    font-size: 5.5vw;
    white-space: nowrap;
  }
  #sect5 .inner article .slogan p.mark::before {
    left: 0%;
    height: 4vh;
  }
  #sect5 .inner article .slogan p:nth-child(1):before {
    -webkit-animation: visible-effect 2s 0.1s forwards;
            animation: visible-effect 2s 0.1s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(2):before {
    -webkit-animation: visible-effect 2s 1.1s forwards;
            animation: visible-effect 2s 1.1s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(3):before {
    -webkit-animation: visible-effect 2s 2.1s forwards;
            animation: visible-effect 2s 2.1s forwards;
  }
  #sect5 footer {
    height: 30vh;
  }
  #sect5 footer .footernav {
    width: 100%;
    background: #555;
    padding: 4% 6%;
  }
  #sect5 footer .footernav .info {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30%;
  }
  #sect5 footer .footernav .info ul {
    gap: 15%;
  }
  #sect5 footer .footernav .info ul li {
    white-space: nowrap;
  }
  #sect5 footer .footernav .sns {
    width: 40%;
    justify-content: right;
    align-items: center;
    gap: 10%;
    gap: 2.5rem;
  }
  #sect5 footer .footernav .sns i {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1195px) {
  #sect1 .bg {
    height: 120vh;
    top: 0;
  }
  #sect1 .text {
    top: 35%;
  }
  #sect1 .text h1 {
    top: -90%;
    width: 60px;
  }
  #sect1 .text h2 {
    font-size: 4.7rem;
    padding-bottom: 20px;
  }
  #sect1 .text h2.underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 5px;
    margin: 0 0 10px 0;
    background: #fff;
    -webkit-animation: under-line 1s ease-in-out 1;
            animation: under-line 1s ease-in-out 1;
  }
  #sect1 .text h3 {
    font-size: 1.5rem;
    letter-spacing: 1.2rem;
  }
  #sect1 .blob-effect {
    width: 100%;
    height: 180%;
    top: -100%;
  }
  #sect1 .blob-effect span {
    width: 100%;
    height: 100%;
  }
  #sect2 .inner {
    height: 100%;
    padding: 30px 50px 0;
  }
  #sect2 .inner .who {
    background: #f5f5f5;
    width: 72vw;
    height: 51vw;
  }
  #sect2 .inner .who .s2logo {
    position: absolute;
    top: 0;
    right: -5%;
    top: -12%;
  }
  #sect2 .inner .who h2 {
    width: 44.5%;
    font-size: 3.5rem;
    font-weight: 900;
  }
  #sect2 .inner .who h2 span::after {
    width: 70%;
  }
  #sect2 .inner .who h3 {
    font-size: 2rem;
  }
  #sect2 .inner .who p.main {
    width: 81%;
  }
  #sect2 .inner .who p.end {
    width: 72%;
  }
  #sect3 .mobile {
    display: none;
  }
  #sect3 .bg {
    top: 40%;
  }
  #sect3 .text {
    top: 13%;
  }
  #sect3 .text h2 {
    font-size: 5rem;
    padding: 20px;
  }
  #sect3 .text p {
    padding: 20px;
    line-height: 1.7rem;
  }
  #sect3 .swiper.s3swiper {
    top: 10%;
    width: 1200px;
  }
  #sect3 .swiper.s3swiper .swiper-slide img {
    height: 70%;
  }
  #sect4 .inner {
    height: 100%;
    padding: 30px 80px 0;
  }
  #sect4 .inner h2 {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
  }
  #sect4 .inner article ul.tab-list {
    top: 20%;
    gap: 10vh;
  }
  #sect4 .inner article ul.tab-list li.tab-item {
    font-size: 36px;
    font-weight: 800;
  }
  #sect4 .inner article a.btn {
    width: 220px;
    padding: 1.2vw;
    bottom: 10%;
    font-size: 20px;
  }
  #sect4 .inner article .swiper.s4swiper {
    width: 100%;
    height: 80vh;
  }
  #sect4 .inner article .swiper.s4swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #sect4 .inner article .swiper.s4swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #sect5 .inner {
    height: 75%;
  }
  #sect5 .inner article .slogan {
    overflow: visible;
  }
  #sect5 .inner article .slogan p {
    font-size: 4.6vw;
  }
  #sect5 .inner article .slogan p.mark::before {
    left: 0%;
    height: 5.5vh;
  }
  #sect5 .inner article .slogan p:nth-child(1):before {
    -webkit-animation: visible-effect 2s 0.1s forwards;
            animation: visible-effect 2s 0.1s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(2):before {
    -webkit-animation: visible-effect 2s 1.1s forwards;
            animation: visible-effect 2s 1.1s forwards;
  }
  #sect5 .inner article .slogan p:nth-child(3):before {
    -webkit-animation: visible-effect 2s 2.1s forwards;
            animation: visible-effect 2s 2.1s forwards;
  }
  #sect5 footer {
    height: 25vh;
  }
  #sect5 footer .footernav {
    background: #555;
    padding: 2% 15%;
  }
  #sect5 footer .footernav .info {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30%;
  }
  #sect5 footer .footernav .info ul {
    gap: 15%;
  }
  #sect5 footer .footernav .sns {
    width: 40%;
    justify-content: right;
    gap: 10%;
  }
  #sect5 footer .footernav .sns i {
    font-size: 2.5rem;
  }
}
@-webkit-keyframes gradient-rotate-blob {
  0% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: rotate(360deg);
    background-position: 0% 50%;
  }
}
@keyframes gradient-rotate-blob {
  0% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: rotate(360deg);
    background-position: 0% 50%;
  }
}
@-webkit-keyframes gradient-rotate-blob2 {
  0% {
    transform: rotate(360deg);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
}
@keyframes gradient-rotate-blob2 {
  0% {
    transform: rotate(360deg);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
}
@-webkit-keyframes under-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes under-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes visible-effect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes visible-effect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes visible-effect-m1 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes visible-effect-m1 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes visible-effect-m2 {
  0% {
    width: 0;
  }
  100% {
    width: 62%;
  }
}
@keyframes visible-effect-m2 {
  0% {
    width: 0;
  }
  100% {
    width: 62%;
  }
}
@-webkit-keyframes visible-effect-m3 {
  0% {
    width: 0;
  }
  100% {
    width: 54%;
  }
}
@keyframes visible-effect-m3 {
  0% {
    width: 0;
  }
  100% {
    width: 54%;
  }
}
@-webkit-keyframes visible-effect-m2-1 {
  0% {
    width: 0;
  }
  100% {
    width: 22%;
  }
}
@keyframes visible-effect-m2-1 {
  0% {
    width: 0;
  }
  100% {
    width: 22%;
  }
}/*# sourceMappingURL=style.css.map */