@import url("https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css");
body {
  background-color: #F4F4F6;
  width: 100%;
  text-align: center;
}

.container {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.fixed_icon {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}
.fixed_icon img {
  width: 80px;
}

.banner {
  padding: 50px 0;
  text-align: center;
  background-image: url(../img/bg_blur.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 600px) {
  .banner {
    overflow-x: hidden;
    padding-top: 40px;
  }
}
.banner img.logo {
  width: 120px;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .banner img.logo {
    width: 80px;
    margin-bottom: 30px;
  }
}
.banner .title_tag {
  border-radius: 80px;
  width: 360px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #6764FF 0%, #9D7EF4 26.63%, #987FFE 50.85%, #7862FF 77.6%, #8C64FF 100%);
  display: block;
  margin: 0 auto 10px;
}
.banner .title_tag h3 {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .banner .title_tag {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .banner .title_tag h3 {
    font-size: 0.8rem;
    font-weight: 600;
  }
}
.banner h1.title {
  font-size: 3.875rem;
  color: #272B3F;
  line-height: 134%;
  padding: 30px 0;
  font-weight: 800;
}
@media (max-width: 600px) {
  .banner h1.title {
    font-size: 2rem;
  }
}
.banner h5.sub_title {
  font-size: 1.4rem;
  color: #575B94;
  line-height: 150%;
  font-weight: 500;
}
.banner h5.sub_title br.mobile {
  display: none;
}
@media (max-width: 600px) {
  .banner h5.sub_title {
    font-size: 1.05rem;
    word-break: keep-all;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 160%;
  }
  .banner h5.sub_title br.mobile {
    display: inline-block;
  }
}
.banner img.main_banner {
  width: 100%;
}
@media (max-width: 600px) {
  .banner img.main_banner {
    transform: scale(1.85);
    padding: 80px 0;
  }
}
.banner .description {
  color: #575B94;
  font-size: 1.25rem;
  display: flex;
  margin: -50px 0 150px;
}
.banner .description h5 {
  display: inline-block;
  line-height: 170%;
  font-weight: 500;
  padding: 0 18px;
  width: 50%;
}
.banner .description h5.left {
  text-align: right;
}
.banner .description h5.right {
  text-align: left;
}
@media (max-width: 600px) {
  .banner .description {
    display: block;
  }
  .banner .description h5 {
    text-align: center;
    width: 90%;
    padding: 0;
    font-size: 0.95rem;
    padding: 25px 0 5px;
    word-break: keep-all;
    font-weight: 600;
  }
  .banner .description h5.left {
    text-align: center;
  }
  .banner .description h5.right {
    text-align: center;
  }
}

.section_01 {
  padding: 150px 0;
  padding: 10% 0 0;
}
@media (max-width: 600px) {
  .section_01 {
    overflow-x: clip;
  }
}
.section_01 .graphic {
  position: relative;
}
.section_01 .graphic img.section_01_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 800px;
  max-width: 1100px;
}
.section_01 .graphic lottie-player {
  opacity: 0.4;
  position: relative;
}
@media (max-width: 600px) {
  .section_01 .graphic lottie-player {
    transform: scale(2);
  }
}
@media (max-width: 600px) {
  .section_01 .graphic img.section_01_img {
    width: 100%;
    min-width: inherit;
  }
}
.section_01 .content {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  padding-bottom: 180px;
}
.section_01 .tag {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 80px;
  background: rgba(110, 133, 255, 0.15);
  color: #5E6EFF;
  text-align: center;
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .section_01 .tag {
    font-size: 1rem;
    width: 80px;
    height: 40px;
    line-height: 40px;
  }
}
.section_01 h1 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 130%;
  background: linear-gradient(92deg, #5979FF 20%, #8B56FF 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .section_01 h1 {
    font-size: 1.8rem;
    margin: 25px 0 0;
    line-height: 150%;
  }
}
.section_01 h5 {
  color: #000;
  text-align: center;
  font-family: "NanumSquare Neo OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 188%;
}
@media (max-width: 600px) {
  .section_01 h5 {
    font-size: 1rem;
    line-height: 160%;
    padding-top: 20px;
  }
}

.wrap {
  background-color: #262B50;
  padding: 150px 0;
}
.wrap .section_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  .wrap .section_02 {
    display: block;
  }
}
.wrap .section_02 .left {
  display: inline-block;
  width: 50%;
  position: relative;
}
@media (max-width: 600px) {
  .wrap .section_02 .left {
    width: 100%;
  }
}
.wrap .section_02 .left img.deco {
  position: absolute;
  width: 100px;
  right: 0;
  top: -100px;
}
@media (max-width: 600px) {
  .wrap .section_02 .left img.deco {
    width: 70px;
    right: 7%;
    top: -20%;
  }
}
.wrap .section_02 .left .tag {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.25);
  color: #5E6EFF;
  text-align: center;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .wrap .section_02 .left .tag {
    font-size: 1rem;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
}
.wrap .section_02 .left h1 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 130%;
  background: linear-gradient(92deg, #5979FF 20%, #8B56FF 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 600px) {
  .wrap .section_02 .left h1 {
    font-size: 1.8rem;
    margin: 25px 0 0;
    line-height: 150%;
    text-align: center;
  }
}
.wrap .section_02 .left h5 {
  color: #EDEFFF;
  text-align: center;
  font-family: "NanumSquare Neo OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 188%;
  text-align: left;
}
@media (max-width: 600px) {
  .wrap .section_02 .left h5 {
    font-size: 1rem;
    line-height: 160%;
    text-align: center;
    padding: 20px 5% 0;
    word-break: keep-all;
  }
  .wrap .section_02 .left h5 br {
    display: none;
  }
}
.wrap .section_02 .right {
  display: inline-block;
  width: 50%;
}
.wrap .section_02 .right img.section_02_img {
  width: 120%;
  position: relative;
  right: -20%;
}
@media (max-width: 600px) {
  .wrap .section_02 .right {
    width: 100%;
    margin-top: 50px;
  }
  .wrap .section_02 .right img.section_02_img {
    width: 80%;
    right: -35px;
  }
}
.wrap .section_03 {
  padding-top: 150px;
}
.wrap .section_03 .tag {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.25);
  color: #5E6EFF;
  text-align: center;
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .wrap .section_03 .tag {
    font-size: 1rem;
    width: 80px;
    height: 40px;
    line-height: 40px;
  }
}
.wrap .section_03 h1 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 130%;
  background: linear-gradient(92deg, #5979FF 20%, #8B56FF 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .wrap .section_03 h1 {
    font-size: 1.8rem;
    margin: 25px 0 0;
    line-height: 150%;
  }
}
.wrap .section_03 h5 {
  color: #EDEFFF;
  text-align: center;
  font-family: "NanumSquare Neo OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 188%;
}
@media (max-width: 600px) {
  .wrap .section_03 h5 {
    font-size: 1rem;
    line-height: 160%;
    padding-top: 20px;
  }
}
.wrap .section_03 img.section_03_img {
  width: 45%;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .wrap .section_03 img.section_03_img {
    width: 95%;
  }
}

.section_04 {
  padding: 150px 0;
  background-color: #ECE5FB;
  background-image: url(../img/section_04_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .section_04 {
    padding: 150px 0 80px;
  }
}
.section_04 .tag {
  font-size: 22px;
  font-weight: 700;
  border-radius: 80px;
  background: rgba(110, 133, 255, 0.15);
  color: #5E6EFF;
  text-align: center;
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .section_04 .tag {
    font-size: 1rem;
    width: 80px;
    height: 40px;
    line-height: 40px;
  }
}
.section_04 h1 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 130%;
  background: linear-gradient(92deg, #5979FF 20%, #8B56FF 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .section_04 h1 {
    font-size: 1.8rem;
    margin: 25px 0 0;
    line-height: 150%;
  }
}
.section_04 h5 {
  color: #000;
  text-align: center;
  font-family: "NanumSquare Neo OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 188%;
}
@media (max-width: 600px) {
  .section_04 h5 {
    font-size: 1rem;
    line-height: 160%;
    padding-top: 20px;
  }
}
.section_04 img.section_04_img {
  width: 45%;
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .section_04 img.section_04_img {
    width: 90%;
    padding: 50px 0 0;
  }
}
.section_04 .ending {
  width: 100%;
  padding: 50px 0;
  font-size: 3.875rem;
  line-height: 134%;
  background: linear-gradient(92deg, #5979FF 3.15%, #8B56FF 73.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ECE5FB;
}
@media (max-width: 600px) {
  .section_04 .ending {
    padding: 80px 0 0;
  }
}

footer {
  background-color: #ECE5FB;
  color: #575B94;
  padding: 80px 0;
}
@media (max-width: 600px) {
  footer {
    padding: 50px 0;
  }
}
footer .top {
  text-align: left;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 600px) {
  footer .top {
    display: block;
    text-align: center;
  }
}
footer .top h3 {
  font-size: 1.1rem;
  display: inline-block;
}
@media (max-width: 600px) {
  footer .top h3 {
    font-size: 0.95rem;
  }
}
footer .top .link {
  display: inline-block;
}
footer .top .link a {
  color: #575B94;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
}
footer .top .link span {
  opacity: 0.5;
}
@media (max-width: 600px) {
  footer .top .link {
    margin-top: 20px;
  }
  footer .top .link a {
    font-size: 0.7rem;
    line-height: 170%;
  }
  footer .top .link span {
    font-size: 0.7rem;
  }
}
footer .bottom {
  text-align: left;
}
@media (max-width: 600px) {
  footer .bottom {
    text-align: center;
  }
}
footer .bottom h5 {
  font-size: 0.875rem;
  padding: 4px 0;
  font-weight: 500;
}
@media (max-width: 600px) {
  footer .bottom h5 {
    font-size: 0.7rem;
  }
}

.privacy_policy {
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #fff;
}
.privacy_policy h1 {
  font-size: 2.5rem;
  line-height: 140%;
  margin: 20px 0;
}
.privacy_policy h3 {
  font-size: 1.3rem;
  line-height: 160%;
  padding: 50px 0 0;
  word-break: keep-all;
}
.privacy_policy h5 {
  font-size: 1rem;
  line-height: 160%;
  padding: 20px 0 10px;
  word-break: keep-all;
}
.privacy_policy p {
  font-size: 0.95rem;
  line-height: 160%;
  padding: 10px 0 13px;
  word-break: keep-all;
}
.privacy_policy ul {
  padding-left: 13px;
}
.privacy_policy ul li {
  font-size: 0.95rem;
  line-height: 160%;
  padding: 5px 0;
  list-style: disc;
  word-break: keep-all;
}
.privacy_policy table tr td {
  font-size: 0.95rem;
  line-height: 160%;
  padding: 20px 40px 20px 20px;
  border: 1px solid #ddd;
}

@media (max-width: 1000px) {
  .privacy_policy {
    width: 90%;
    padding: 60px 0 100px;
  }
}/*# sourceMappingURL=style.css.map */