@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 moni
Create date : 2025-07-11
Last revision : 
-------------------------------------------------*/
/*-------------------------------------------------
title       : main
Author      : 플랜아이 moni
Create date : 2025-07-11
Last revision : 2025-07-16
-------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 10rem;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
#header .header_wrap {
  width: 171rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
  height: 10rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  #header .header_wrap {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  #header .header_wrap {
    max-width: calc(100% - 5rem);
  }
}

.counseling {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding: 0 3.3rem;
  line-height: 5.4rem;
  border-radius: 3.2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 90%, #0095FF, #062FF9);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.5) inset, 0px -24px 32px 0px rgba(255, 255, 255, 0.22) inset, 0px 8px 24px -16px rgba(255, 255, 255, 0.24) inset;
          box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.5) inset, 0px -24px 32px 0px rgba(255, 255, 255, 0.22) inset, 0px 8px 24px -16px rgba(255, 255, 255, 0.24) inset;
  -webkit-transition: background 0.7s ease-in-out, -webkit-box-shadow 0.7s ease-in-out;
  transition: background 0.7s ease-in-out, -webkit-box-shadow 0.7s ease-in-out;
  transition: background 0.7s ease-in-out, box-shadow 0.7s ease-in-out;
  transition: background 0.7s ease-in-out, box-shadow 0.7s ease-in-out, -webkit-box-shadow 0.7s ease-in-out;
}
.counseling::before {
  content: "";
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #BFE4FE;
  border-radius: 50%;
  opacity: 0.32;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.counseling::after {
  content: "";
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #BFE4FE;
  border-radius: 50%;
  opacity: 0;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.counseling i {
  margin-left: 0.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
.counseling:hover, .counseling:focus {
  color: #fff;
  background-color: #005EFF;
  -webkit-box-shadow: #062FF9 0px 7px 29px 0px;
          box-shadow: #062FF9 0px 7px 29px 0px;
}
.counseling:hover::before, .counseling:focus::before {
  right: -2rem;
  left: initial;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 0rem;
}
.counseling:hover::after, .counseling:focus::after {
  left: -2rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 0rem;
  opacity: 0.32;
}
.counseling:hover i, .counseling:focus i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#logo {
  display: inline-block;
}
#logo a {
  display: block;
  line-height: 3.2rem;
}
#logo img {
  vertical-align: top;
  width: 11.4rem;
}

#visual {
  height: 100vh;
  min-height: 118rem;
  background: url("../img/main/s1_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
#visual::before {
  content: "";
  width: 100%;
  height: 36.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 5, 14, 0)), to(#06050E));
  background: linear-gradient(180deg, rgba(6, 5, 14, 0) 0%, #06050E 100%);
}
#visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 64.7rem;
  padding-top: 14rem;
  max-width: calc(100% - 5rem);
  margin: 0 auto;
}
#visual .group1 {
  margin-bottom: 8rem;
  color: #fff;
  text-align: center;
}
#visual .group1 .txt1 {
  font-size: 5.4rem;
  line-height: 1.2;
  letter-spacing: -1.08px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#visual .group1 .txt2 {
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2.4rem;
  letter-spacing: -1.28px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#visual .group1 .txt2 .word2 {
  width: 0;
  max-width: 10rem;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  color: #005EFF;
  position: relative;
}
#visual .group1 .txt2 .word2::before {
  content: "";
  width: 3.9rem;
  height: 6.7rem;
  background: url(../img/main/parentheses.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
#visual .group1 .txt2 .word2::after {
  content: "";
  width: 3.9rem;
  height: 6.7rem;
  background: url(../img/main/parentheses.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#visual .group1 .txt3 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: -0.66px;
  margin-bottom: 4.4rem;
  color: #eee;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#visual .group1 .counseling {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
#visual .group2 {
  position: absolute;
  bottom: 0;
}
#visual .group2 .video_box {
  width: 75.4rem;
  height: 48.8rem;
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#visual .group2 .notebook {
  width: 98.2rem;
  height: 64.7rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#visual .group2 .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  padding: 1.2rem 2.4rem;
  line-height: 3rem;
  font-size: 2rem;
  color: #fff;
  letter-spacing: -0.6px;
  border-radius: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.13);
  background-blend-mode: plus-lighter;
  -webkit-box-shadow: 2.146px 2px 9.24px 0px rgba(255, 255, 255, 0.13) inset, 1.217px 1.134px 4.62px 0px rgba(255, 255, 255, 0.13) inset, -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 2.146px 2px 9.24px 0px rgba(255, 255, 255, 0.13) inset, 1.217px 1.134px 4.62px 0px rgba(255, 255, 255, 0.13) inset, -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(7.5799999237px);
          backdrop-filter: blur(7.5799999237px);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0.5, 1);
}
#visual .group2 .txt span {
  padding: 0 3.4rem;
  position: relative;
}
#visual .group2 .txt span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/main/double-quotes-l.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
#visual .group2 .txt span::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/main/double-quotes-r.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -0.2rem;
}
#visual.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#visual.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#visual.active .group1 .txt2 .word2 {
  width: auto;
  max-width: 25rem;
  display: inline-block;
  opacity: 1;
  padding: 0 3.8rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
}
#visual.active .group1 .txt3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
#visual.active .group1 .counseling {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#visual.active .group2 .video_box {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#visual.active .group2 .notebook {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#visual.active .group2 .txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#visual.active .group2 .txt1 {
  top: 14.3rem;
  left: -11rem;
}
#visual.active .group2 .txt2 {
  top: 9rem;
  right: -3.4rem;
  left: initial;
}
#visual.active .group2 .txt3 {
  top: 30rem;
  left: 2rem;
}
#visual.active .group2 .txt4 {
  top: 27.7rem;
  right: -8.4rem;
  left: initial;
}

.section {
  background: #000;
  color: #fff;
}

.section1 {
  padding-top: 16rem;
}
.section1 .inner {
  width: 112.8rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1280px) {
  .section1 .inner {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .section1 .inner {
    max-width: calc(100% - 5rem);
  }
}
.section1 .group1 {
  text-align: center;
  margin-bottom: 8rem;
}
.section1 .group1 .txt1 {
  font-size: 5.4rem;
  letter-spacing: -1.62px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section1 .group1 .txt2 {
  font-size: 5.4rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  letter-spacing: -1.62px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section1 .group1 .txt2 span {
  position: relative;
  z-index: 1;
}
.section1 .group1 .txt2 span.bg {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section1 .group1 .txt2 span.bg:after {
  content: "";
  width: 24.3rem;
  height: 6.2rem;
  background-image: url(../img/main/blue_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.section1 .group1 .txt3 {
  font-size: 2.2rem;
  color: rgba(250, 250, 250, 0.8);
  letter-spacing: -0.66px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section1 .group1 .txt3 .br1 {
  display: none;
}
.section1 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
  margin: 0 auto;
}
.section1 .group2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.2rem);
          flex: 1 1 calc(50% - 1.2rem);
  border-radius: 24px;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s cubic-bezier(0, 0.46, 0.26, 0.99);
  transition: all 0.6s cubic-bezier(0, 0.46, 0.26, 0.99);
}
.section1 .group2 .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid transparent;
  border-radius: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#191919)), -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(#191919, #191919), linear-gradient(to right, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.1) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.section1 .group2 .item img {
  width: 10rem;
  height: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  margin-right: 2.4rem;
  position: relative;
  z-index: 2;
}
.section1 .group2 .item .txt_box {
  position: relative;
  z-index: 2;
}
.section1 .group2 .item .txt1 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 900;
  margin-bottom: 1.2rem;
  line-height: 1.6;
  letter-spacing: -0.48px;
}
.section1 .group2 .item .txt2 {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  letter-spacing: -0.4px;
}
.section1 .group2 .item:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#172630), to(#172630)), -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 149, 225, 0.4)), color-stop(50%, rgba(0, 149, 255, 0)), color-stop(75%, rgba(0, 149, 225, 0.3)), to(rgba(0, 149, 255, 0.1)));
  background-image: linear-gradient(#172630, #172630), linear-gradient(to right, rgba(0, 149, 225, 0.4) 25%, rgba(0, 149, 255, 0) 50%, rgba(0, 149, 225, 0.3) 75%, rgba(0, 149, 255, 0.1) 100%);
}
.section1.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section1.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section1.active .group1 .txt2 span.bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section1.active .group1 .txt3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.section1.active .group2.active .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section1.active .group2.active .item:nth-child(1) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.section1.active .group2.active .item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.section1.active .group2.active .item:nth-child(3) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.section1.active .group2.active .item:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.section1.active .group2.active .item:nth-child(5) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.section2 {
  padding-top: 16rem;
}
.section2 .group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.section2 .group1 .txt {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: -1.28px;
}
.section2 .group1 .txt b {
  position: relative;
}
.section2 .group1 .txt b::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: #005EFF;
  display: block;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
.section2 .group1 .txt1 {
  opacity: 0;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.8);
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.8);
}
.section2 .group1 .file_icon {
  width: 10.6rem;
  height: 12.8rem;
  background-image: url(../img/main/file_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.8);
  transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.8);
}
.section2 .group1 .txt2 {
  opacity: 0;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.8);
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.8);
}
.section2 .group2 {
  text-align: center;
  margin-bottom: 12.2rem;
}
.section2 .group2 .txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: -0.48px;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.section2 .group2 .txt span {
  color: #005EFF;
  font-weight: 900;
}
.section2 .group2 .txt .star {
  padding-right: 2rem;
  position: relative;
}
.section2 .group2 .txt .star::before {
  content: "";
  width: 1.7rem;
  height: 1.6rem;
  background-image: url(../img/main/bard.png);
  position: absolute;
  right: 0;
  top: -0.3rem;
}
.section2 .group2 .txt2 .br1 {
  display: none;
}
.section2 .group3 {
  padding-bottom: 18rem;
  position: relative;
  overflow: hidden;
}
.section2 .group3::before {
  content: "";
  width: 100%;
  height: 51.7rem;
  background-image: url(../img/main/gradation_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: translateY(17rem);
          transform: translateY(17rem);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section2 .group3 .marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.section2 .group3 .marquee.marquee1 {
  margin-bottom: 2.4rem;
}
.section2 .group3 .marquee.marquee1 .inner {
  -webkit-animation: marquee-left 50s linear infinite;
          animation: marquee-left 50s linear infinite;
}
.section2 .group3 .marquee.marquee2 .inner {
  -webkit-animation: marquee-right 50s linear infinite;
          animation: marquee-right 50s linear infinite;
}
.section2 .group3 .marquee .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section2 .group3 .txt {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.44px;
  border: 2px solid #fff;
  border-radius: 5rem;
  padding: 1rem 3.8rem 1rem 3.4rem;
  display: inline-block;
  margin: 0 1.4rem;
}
.section2 .group3 .txt img {
  width: 4rem;
  height: 5.9rem;
  margin-right: 0.4rem;
  vertical-align: top;
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.section2.active .group1 .file_icon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section2.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section2.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section2.active .group2 .txt1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.section2.active .group2 .txt2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.section2.active .group3.active::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section3 {
  padding-top: 16rem;
  color: #FAFAFA;
}
.section3 .group1 {
  text-align: center;
  max-width: calc(100% - 5rem);
  margin: 0 auto 8rem;
}
.section3 .group1 .bulb {
  width: 9.1rem;
  height: 11.5rem;
  margin: 0 auto 2.4rem;
  background-image: url(../img/main/bulb_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group1 .img1 {
  margin-bottom: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.8);
  transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.8);
}
.section3 .group1 .txt1 {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -1.08px;
  margin-bottom: 2.4rem;
}
.section3 .group1 .txt1 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.section3 .group1 .txt2 {
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  letter-spacing: -0.44px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.section3 .group2 .item1 {
  padding: 3.4rem 6.4rem 5.2rem;
  margin-right: 10rem;
  position: relative;
  z-index: 2;
}
.section3 .group2 .item1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  border-radius: 36rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group2 .item1::after {
  content: "";
  width: 141px;
  height: 8px;
  background-image: url(../img/main/line_arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.1rem;
  z-index: -2;
  opacity: 0;
  width: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group2 .item1 .title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.84px;
  margin-bottom: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group2 .item1 .title img {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
}
.section3 .group2 .item1 .title .plus {
  margin: 0 1.6rem;
}
.section3 .group2 .item1 .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section3 .group2 .item1 .txt_box .circle {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  width: 28rem;
  height: 28rem;
  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;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group2 .item1 .txt_box .txt1 {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.72px;
  color: #FAFAFA;
  margin-bottom: 1.2rem;
}
.section3 .group2 .item1 .txt_box .txt2 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: #FAFAFA;
  opacity: 0.6;
}
.section3 .group2 .item2 {
  background-color: #005EFF;
  border-radius: 50%;
  width: 42rem;
  height: 42rem;
  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;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.46, 0.26, 0.99);
  transition: all 0.5s cubic-bezier(0, 0.46, 0.26, 0.99);
}
.section3 .group2 .item2 .txt1 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.84px;
  margin-bottom: 2.4rem;
}
.section3 .group2 .item2 .txt2 {
  font-size: 2rem;
  opacity: 0.8;
  line-height: 1.6;
  letter-spacing: -0.6px;
}
.section3.active .group1 .bulb {
  -webkit-animation: bulb-blinking 0.7s forwards;
          animation: bulb-blinking 0.7s forwards;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section3.active .group1 .txt1 span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.section3.active .group1 .txt1 span:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section3.active .group1 .txt1 span:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.section3.active .group1 .txt1 span:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.section3.active .group1 .txt1 span:nth-child(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.section3.active .group1 .txt1 span:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.section3.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.section3.active .group2.active .item1::before {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section3.active .group2.active .item1::after {
  opacity: 1;
  width: 14.1rem;
  right: -8.1rem;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.section3.active .group2.active .item1 .title {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.section3.active .group2.active .item1 .txt_box .circle1 {
  opacity: 1;
}
.section3.active .group2.active .item1 .txt_box .circle2 {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section3.active .group2.active .item2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

@-webkit-keyframes bulb-blinking {
  0% {
    background-image: url(../img/main/bulb_off.png);
  }
  22% {
    background-image: url(../img/main/bulb.png);
    opacity: 0.95;
  }
  38% {
    background-image: url(../img/main/bulb_off.png);
  }
  60% {
    background-image: url(../img/main/bulb.png);
    opacity: 0.8;
  }
  80% {
    background-image: url(../img/main/bulb_off.png);
  }
  100% {
    background-image: url(../img/main/bulb.png);
  }
}

@keyframes bulb-blinking {
  0% {
    background-image: url(../img/main/bulb_off.png);
  }
  22% {
    background-image: url(../img/main/bulb.png);
    opacity: 0.95;
  }
  38% {
    background-image: url(../img/main/bulb_off.png);
  }
  60% {
    background-image: url(../img/main/bulb.png);
    opacity: 0.8;
  }
  80% {
    background-image: url(../img/main/bulb_off.png);
  }
  100% {
    background-image: url(../img/main/bulb.png);
  }
}
.section4 {
  padding-top: 16rem;
  text-align: center;
  color: #FAFAFA;
}
.section4 .group1 {
  max-width: calc(100% - 5rem);
  margin: 0 auto;
}
.section4 .group1 .txt1 {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.08px;
  margin-bottom: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section4 .group1 .txt1 b {
  position: relative;
}
.section4 .group1 .txt1 b::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: #005EFF;
  display: block;
  position: absolute;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  -webkit-animation: bounce 1s 1s infinite forwards;
          animation: bounce 1s 1s infinite forwards;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section4 .group1 .txt1 b:nth-child(2)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.section4 .group1 .txt2 {
  line-height: 180%;
  letter-spacing: -0.44px;
  font-size: 2.2rem;
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 8rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section4 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68.1rem;
  background-image: url(../img/main/strength_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section4 .group2.on2 {
  background-image: url(../img/main/strength_bg2.png);
}
.section4 .group2.on3 {
  background-image: url(../img/main/strength_bg3.png);
}
.section4 .group2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  padding: 0 2rem;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section4 .group2 .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.section4 .group2 .item.active {
  background: linear-gradient(141deg, rgba(0, 94, 255, 0.9) 52.03%, rgba(0, 212, 255, 0.9) 100%);
}
.section4 .group2 .item.active .link_box {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section4 .group2 .item.active .txt_box2 {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-top: 4rem;
}
.section4 .group2 .txt1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: -0.8px;
  margin-bottom: 1.2rem;
}
.section4 .group2 .txt2 {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: -0.4px;
  opacity: 0.8;
}
.section4 .group2 .txt3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: -0.48px;
  position: relative;
  padding-left: 3.2rem;
}
.section4 .group2 .txt3::before {
  content: "\eb7b";
  font-family: "remixicon";
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  position: absolute;
  left: 0rem;
  top: 0.8rem;
  color: #005EFF;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
}
.section4 .group2 .txt3 + .txt3 {
  margin-top: 0.8rem;
}
.section4 .group2 .link {
  padding: 0.9rem 3.2rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.36px;
  color: #fff;
  margin-top: 3.2rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.section4 .group2 .link i {
  margin-left: 0.8rem;
  font-weight: 400;
  font-size: 2rem;
}
.section4 .group2 .link:hover, .section4 .group2 .link:focus {
  color: #005EFF;
  border-color: #fff;
  background: #fff;
}
.section4 .group2 .txt_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(10.1rem);
          transform: translateY(10.1rem);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4 .group2 .link_box {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section4.active .group1 .txt1 b:after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section4.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section4.active .group2.active {
  opacity: 1;
}

@-webkit-keyframes bounce {
  from, to {
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 1);
            transform: translateX(-50%) translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
            transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1.5, 0.5);
            transform: translateX(-50%) translateY(1.5rem) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
            transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce {
  from, to {
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 1);
            transform: translateX(-50%) translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
            transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1.5, 0.5);
            transform: translateX(-50%) translateY(1.5rem) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
            transform: translateX(-50%) translateY(1.5rem) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.section5 {
  padding-top: 16rem;
  text-align: center;
  color: #FAFAFA;
  height: 100vh;
  min-height: 114rem;
}
.section5 .inner {
  max-width: calc(100% - 6rem);
  width: 1019px;
  margin: 0 auto;
}
.section5 .group1 .txt1 {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.08px;
  margin-bottom: 3.4rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section5 .group1 .txt1 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section5 .group1 .txt1 span.bg {
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section5 .group1 .txt1 span.bg::after {
  content: "";
  width: 24.3rem;
  height: 6.2rem;
  background-image: url(../img/main/blue_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section5 .group1 .txt2 {
  line-height: 180%;
  letter-spacing: -0.44px;
  font-size: 2.2rem;
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 8rem;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section5 .group1 .txt2 .br1 {
  display: none;
}
.section5 .group2 {
  /* //height: 59.3rem;
  //.bw2{opacity: 0; visibility: hidden;} */
}
.section5 .group2 .img_box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section5 .group2 .img_box .bw1 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%) translateY(5rem);
          transform: translatex(-50%) translateY(5rem);
  z-index: 0;
  opacity: 1;
  visibility: hidden;
}
.section5 .group2 .img_box .bw2 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
  opacity: 0;
}
.section5 .differentiation_swiper_wrap {
  opacity: 0;
  padding-top: 6.4rem;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section5 .differentiation_swiper .swiper-slide.swiper-slide-active .img_box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section5 .differentiation_swiper .swiper-slide.swiper-slide-active .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section5 .differentiation_swiper .swiper-slide.swiper-slide-active .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section5 .differentiation_swiper .img_box {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section5 .differentiation_swiper .img_box img {
  width: 50.1rem;
  height: 29.7rem;
}
.section5 .differentiation_swiper .txt1 {
  color: #005EFF;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.64px;
  margin-bottom: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section5 .differentiation_swiper .txt2 {
  color: #677C9F;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.4px;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section5 .swiper-button-next,
.section5 .swiper-button-prev {
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #E0E0E0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section5 .swiper-button-next:hover, .section5 .swiper-button-next:focus,
.section5 .swiper-button-prev:hover,
.section5 .swiper-button-prev:focus {
  background-color: #333;
  border-color: #333;
}
.section5 .swiper-button-next:hover::after, .section5 .swiper-button-next:focus::after,
.section5 .swiper-button-prev:hover::after,
.section5 .swiper-button-prev:focus::after {
  color: #fff;
}
.section5 .swiper-button-prev {
  left: 4rem;
}
.section5 .swiper-button-next {
  right: 4rem;
}
.section5 .swiper-button-next:after,
.section5 .swiper-button-prev:after {
  font-size: 2rem;
  font-family: "remixicon";
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  color: rgb(34, 34, 34);
}
.section5 .swiper-button-prev:after {
  content: "\ea60";
}
.section5 .swiper-button-next:after {
  content: "\ea6c";
}
.section5.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section5.active .group1 .txt1 span.bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section5.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.section5.active .group2 .img_box .bw1 {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0.6s;
  transition: all 0.5s ease-out 0.6s;
}
.section5.active .differentiation_swiper_wrap.active {
  opacity: 1;
}

.section6 {
  padding-top: 16rem;
  position: relative;
  overflow: hidden;
}
.section6::before {
  content: "";
  width: 100%;
  height: 51.7rem;
  background-image: url(../img/main/gradation_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: translateY(17rem);
          transform: translateY(17rem);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section6 .inner {
  width: 112.8rem;
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}
.section6 .group1 {
  margin-bottom: 12rem;
  color: #FAFAFA;
  text-align: center;
}
.section6 .group1 .txt1 {
  font-size: 5.4rem;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section6 .group1 .txt1 b {
  position: relative;
}
.section6 .group1 .txt1 b::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: #005EFF;
  display: block;
  position: absolute;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  -webkit-animation: bounce 1s 1s infinite forwards;
          animation: bounce 1s 1s infinite forwards;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section6 .group1 .txt1 b:nth-child(2)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.section6 .group1 .txt2 {
  font-size: 5.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section6 .group1 .txt2 .word2 {
  width: 0;
  max-width: 10rem;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
  color: #005EFF;
  position: relative;
}
.section6 .group1 .txt2 .word2::before {
  content: "";
  width: 2.7rem;
  height: 6.2rem;
  background: url(../img/main/parentheses.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.section6 .group1 .txt2 .word2::after {
  content: "";
  width: 2.7rem;
  height: 6.2rem;
  background: url(../img/main/parentheses.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section6 .group1 .txt2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section6 .group1 .txt2 span.bg {
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section6 .group1 .txt2 span.bg::after {
  content: "";
  width: 24.3rem;
  height: 6.2rem;
  background-image: url(../img/main/blue_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section6 .group1 .txt2 .br1 {
  display: none;
}
.section6 .group1 .txt3 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: -0.66px;
  margin-bottom: 6.4rem;
  color: rgba(250, 250, 250, 0.8);
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section6 .group1 .txt3 .br1 {
  display: none;
}
.section6 .group1 .counseling {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.section6 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 4.8rem 0 6.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.section6 .group2 .item1 {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section6 .group2 .item2 {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.section6 .group2 .txt1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.64px;
  margin-bottom: 1.2rem;
}
.section6 .group2 .txt2 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: -0.32px;
  opacity: 0.8;
}
.section6 .group2 .txt3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 1rem;
}
.section6 .group2 .txt3 i {
  opacity: 0.5;
  display: inline-block;
  margin-right: 0.8rem;
  font-weight: 400;
}
.section6 .group2 .txt4 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.32px;
  opacity: 0.5;
}
.section6.active::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.section6.active .group1 .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section6.active .group1 .txt1 b:after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section6.active .group1 .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section6.active .group1 .txt2 .word2 {
  width: auto;
  max-width: 20rem;
  display: inline-block;
  opacity: 1;
  padding: 0 2.7rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
}
.section6.active .group1 .txt2 span.bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.section6.active .group1 .txt3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.section6.active .group1 .counseling {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.section6.active .group2 .item1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.section6.active .group2 .item2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}