/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

.wrap {
  background: #f9f9f9;
}

.container {
  padding: 0;
}

.wrap:before {
  display: none;
}

.footer {
  padding-top: 0;
  overflow: hidden;
}

.inner_wrap {
  max-width: 100%;
}
.m_br {
  display: none;
}
.w_br {
  display: block;
}

/* title */
.main_title {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.main_title h3 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -1.44px;
}

.main_title span {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.9px;
}

.main_title p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.54px;
}

/* float btn */
.float_btn {
  position: fixed;
  width: 100%;
  bottom: 15%;
  left: 0;
  z-index: 999;
}
.float_btn .inner_wrap {
  max-width: 1600px;
  padding-left: 5.5%;
}

.float_btn a {
  display: inline-block;
  width: 190px;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: -0.45px;
  text-align: center;
  color: #292929;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.15);
  box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.15);
  background-color: #ffffff;
}

.float_btn a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
  width: 12px;
  height: 14px;
  background: url(../img/icon/btn_download.png) no-repeat center center;
  background-size: 100% auto;
}

/* top_banner */
.section.main_top {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.main_top .inner_wrap {
  position: relative;
  background: #f9f9f9;
  background: url("../img/main/banner_bg.png") no-repeat right bottom #f9f9f9;
  background-size: 100% auto;
}

.banner_slide {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 840px;
  margin: 0 auto;
  padding-top: 160px;
}

.banner_slide li {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide_box {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 6.5%;
}
.slide_box .banner_img.m {
  display: none;
}
.slide_box .banner_img.w {
  display: block;
  max-width: 58.7%;
}
.slide_box .banner_img img {
  max-width: 100%;
}

.slide_box.slide02 .banner_img.w {
  max-width: 51.5%;
}

.banner_txt {
  position: absolute;
  top: 0;
  left: 6.5%;
  z-index: 5;
  text-align: left;
}
.banner_txt b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
.banner_txt strong {
  display: block;
  font-size: 60px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1.8px;
  text-align: left;
  margin-bottom: 23px;
}
.banner_txt p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.banner_btn {
  display: inline-block;
  width: 201px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #ffffff;
  background-color: #008bff;
  margin-top: 50px;
}

.main_top .slick-slider {
  position: static;
  height: 100%;
}
.main_top .slick-slider .slick-track,
.main_top .slick-slider .slick-list {
  height: 100%;
}

.banner_slide .slick-dots {
  font-size: 0;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 6.5%;
}

.banner_slide .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}
.banner_slide .slick-dots li:first-child {
  margin-left: 0;
}

.banner_slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #e9e9e9;
  cursor: pointer;
  padding: 0;
}

.banner_slide .slick-dots li.slick-active button {
  background-color: #008bff;
  opacity: 1;
}

/* creator */
.section.creator {
  padding-top: 120px;
  padding-bottom: 160px;
  background: #fff;
  overflow: hidden;
}
.section.creator .main_title {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 5.5%;
}
.section.creator .main_title span {
  margin-bottom: 6px;
}

.creator_list {
  position: relative;
  padding-top: 170px;
  padding-bottom: 88px;
}
.creator_list .slick-list {
  overflow: initial;
}
.creator_list .slick-list li {
  position: relative;
  margin: 0 20px;
  height: auto !important;
}
.creator_info {
  position: relative;
  height: auto;
  margin: 0 auto;
}
.creator_bg {
  position: relative;
  height: 13vw;
  max-height: 220px;
  width: 100%;
  padding: 0 10%;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.creator_bg.creator01 {
  background-color: #fff8ec;
}
.creator_bg.creator02 {
  background-color: #eafafd;
}
.creator_bg.creator03 {
  background-color: #fff2ec;
}
.creator_bg.creator04 {
  background-color: #eef0ff;
}
.creator_bg.creator05 {
  background-color: #fff8ec;
}
.creator_bg.creator06 {
  background-color: #eef0ff;
}
.creator_info .creator_thum {
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18%;
  max-width: 260px;
  height: auto;
  border-radius: 50%;
  z-index: 5;
  -webkit-box-shadow: 0 25px 45px 0 rgba(0, 17, 39, 0.3);
  box-shadow: 0 25px 45px 0 rgba(0, 17, 39, 0.3);
}
.creator_info .creator_thum img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.creator_info .graph_img {
  display: block;
  position: relative;
  top: 50%;
  width: 67%;
  max-width: 692px;
  text-align: right;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);
}
.creator_info .graph_img img {
  display: inline-block;
}

.creator_info .creator_tags {
  position: absolute;
  bottom: 15px;
  right: 10%;
  text-align: right;
}
.creator_info .creator_tags span {
  display: inline-block;
  vertical-align: middle;
  height: 1.8vw;
  font-size: 0.85vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8vw;
  letter-spacing: -0.48px;
  text-align: center;
  border-radius: 50px;
  padding: 0 0.8vw;
  margin: 10px 5px 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.creator_list .slick-arrow {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 36%;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 3;
  border: solid 1px #eee;
  background-color: transparent;
}

.creator_list .slick-arrow.slick-prev {
  left: 11%;
  background-image: url("../img/icon/slide_left_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
}

.creator_list .slick-arrow.slick-next {
  right: 11%;
  background-image: url("../img/icon/slide_right_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
}

.creator_list .slick-arrow.slick-prev:hover {
  -webkit-box-shadow: 5px 10px 20px 0 rgba(1, 27, 60, 0.2);
  box-shadow: 5px 10px 20px 0 rgba(1, 27, 60, 0.2);
  background-image: url("../img/icon/slide_left_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  background-color: #008bff;
  border-color: transparent;
}
.creator_list .slick-arrow.slick-next:hover {
  -webkit-box-shadow: 5px 10px 20px 0 rgba(1, 27, 60, 0.2);
  box-shadow: 5px 10px 20px 0 rgba(1, 27, 60, 0.2);
  background-image: url("../img/icon/slide_right_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  background-color: #008bff;
  border-color: transparent;
}
.logos {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 85px;
}
.logos ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logos ul li {
  margin: 0 50px;
}
.logos ul li:nth-child(1) {
  margin-left: 0;
}
.logos ul li:nth-child(6) {
  margin-right: 0;
}

/* about */
.section.about {
  background: #fff;
  padding-bottom: 120px;
  overflow: hidden;
}
.section.about .inner_wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section.about .main_title {
  max-width: 40%;
  text-align: left;
  margin: 0;
  padding-left: 6.5%;
}
.section.about .main_title h3 {
  margin-bottom: 24px;
}

.about_box_wrap {
  max-width: 800px;
  width: 60%;
  position: relative;
  left: -6.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/main/about_bg.png") no-repeat center center;
  background-size: contain;
}
.about_box_wrap .about_box {
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_box .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: block;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 60, 109, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 60, 109, 0.15);
}

.about_box strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.66px;
  text-align: center;
  margin-bottom: 5px;
}
.about_box p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.48px;
  text-align: center;
}
.about_box.one {
  width: 41%;
  max-width: 328px;
  height: 382px;
  margin-right: 6.1%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 47, 87, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 47, 87, 0.15);
  background-color: #008bff;
  color: #fff;
}
.about_box.one .icon {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 60, 109, 0.08);
  box-shadow: 0 5px 15px 0 rgba(0, 60, 109, 0.08);
}
.about_box.two {
  width: 35%;
  max-width: 274px;
  height: 314px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
}
.about_box.three {
  width: 47%;
  max-width: 372px;
  height: 261px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin-top: 50px;
}

/* price */
.section.price {
  padding: 120px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(37, 78, 240, 0.05)),
    to(rgba(37, 78, 240, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(37, 78, 240, 0.05),
    rgba(37, 78, 240, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(37, 78, 240, 0.05),
    rgba(37, 78, 240, 0)
  );
  overflow: hidden;
}
.section.price .inner_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.section.price .main_title span {
  margin-bottom: 10px;
}
.section.price .price_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price_box {
  border-radius: 25px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
}
.price_box.left {
  width: 58%;
  max-width: 698px;
  height: 600px;
  padding: 30px 0;
  margin-right: 5.7%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}

.price_box.left .price_info {
  overflow: hidden;
  margin: 25px 0;
  width: 100%;
}
.price_box .detail {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.price_box .detail:first-child {
  border-right: 1px solid #f0f0f0;
}

.price_info .detail span.price_label {
  display: inline-block;
  width: 124px;
  height: 44px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.72px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 32px;
  background-color: #008bff;
}
.price_info .detail:nth-child(2) span.price_label {
  background-color: #f8742f;
}

.price_info .detail p {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.42px;
  text-align: center;
  color: #d4d5d7;
  margin-bottom: 6px;
}
.price_info .detail span {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.42px;
  text-align: center;
  color: #bebebe;
}
.price_info .detail span strong {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
}

.price_box .middle {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  background-color: #1c3264;
}
.price_info_bottom {
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
}
.price_info_bottom b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.48px;
  text-align: center;
  color: #292929;
}
.price_info_bottom span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: -0.42px;
  text-align: center;
  color: #bebebe;
}
.price_box .bottom_txt {
  width: 100%;
  padding: 0 20px;
}
.price_box .bottom_txt p {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: -0.39px;
  text-align: center;
  color: #797979;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.price_box a {
  display: inline-block;
  width: 100%;
  max-width: 347px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #008bff;
}
.price_bottom_btn {
  display: none;
}

.price_box.right {
  width: 36%;
  max-width: 422px;
  height: 336px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 20px 24px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  background: #fbfcff;
}

.price_box.right .price_label {
  width: 124px;
  height: 44px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.84px;
  text-align: center;
  color: #7a7b7d;
  border-radius: 30px;
  background-color: #f0f1f4;
}
.other_info {
  width: 100%;
  overflow: hidden;
  margin: 30px 0 25px;
}
.other_info .detail p {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: -0.42px;
  text-align: center;
  color: #d4d5d7;
}

.other_info .detail span {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: -0.42px;
  text-align: center;
  color: #7a7b7d;
}

.other_info .detail span strong {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #7a7b7d;
}
.other_price_txt {
  width: 100%;
  padding: 28px 0;
  border-radius: 20px;
  background-color: #f5f7fe;
}
.other_price_txt p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #7a7b7d;
}

.section.line_text_price {
  padding: 40px 0;
  background: url("../img/main/price_bottom_bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.section.line_text_price a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section.line_text_price p {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}
.section.line_text_price span {
  position: relative;
  display: block;
  padding-right: 23px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: -0.42px;
  text-align: left;
  color: #ffffff;
  margin-left: 40px;
  background: url("../img/icon/arrow_icon_long.png") no-repeat right center;
  background-size: 18px auto;
  z-index: 5;
}
.section.line_text_price span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(256, 256, 256, 0.2);
}

/* timeline */
.section.timeline {
  padding-top: 120px;
}
.section.timeline .main_title {
  margin-bottom: 120px;
}
.section.timeline .main_title span {
  margin-bottom: 8px;
}
.steps {
  background: #1c3264;
}
.steps_title {
  padding: 120px 0;
  background: #0a1f4f;
}
.steps_title h4 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.steps_title p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.54px;
  text-align: center;
  color: #ffffff;
}

.setp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.setp_wrap .step_images {
  position: relative;
  top: 0;
  left: 0;
  max-width: 50%;
  width: 100%;
  flex: 1 0 auto;
}
.images_box.m {
  display: none;
}
.images_box.w {
  display: block;
}
.images_box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  /* max-height: 937px; */
}
.images_box img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}

.images_box img.visible {
  position: relative;
  opacity: 1;
}
.step_list {
  position: relative;
  max-width: 50%;
  width: 100%;
  padding-top: 160px;
  padding-left: 45px;
}
.step_list ul li {
  position: relative;
  height: 500px;
  padding-left: 30px;
  margin-bottom: 0;
}

.step_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 24px;
}
.step_line .line_cicle {
  display: inline-block;
  opacity: 0.4;
  background-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.step_line .line {
  display: inline-block;
  height: 100%;
  width: 1px;
  margin: 12px 0;
  opacity: 0.2;
  background-color: #838383;
}
.step_txt {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.step_list ul li.active .step_txt {
  opacity: 1;
}
.step_list ul li.active .step_line .line {
  opacity: 1;
}
.step_list ul li.active .step_line .line_cicle {
  opacity: 1;
}
.step_txt span {
  display: block;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.step_txt strong {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: -0.72px;
  text-align: left;
  color: #ffffff;
}
.step_txt p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a4adc1;
}

/* line_text */
.section.line_text {
  padding: 120px 0 130px;
  background: url("../img/main/line_bg.png") no-repeat center center #f1f1f1;
  background-size: cover;
  overflow: hidden;
}
.section.line_text .main_title {
  margin-bottom: 0;
}
.section.line_text .main_title h3 {
  margin-bottom: 10px;
}
.section.line_text img {
  display: none;
}
/* types */
.section.types {
  padding: 120px 0;
  background: #f9f9f9;
  overflow: hidden;
}
.section.types .inner_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.section.types .main_title h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
}
.tab_nav li {
  margin: 0 12px;
}

.tab_nav li a {
  display: block;
  line-height: 38px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.54px;
  text-align: center;
  color: #888888;
  padding: 0 32px;
  background-color: #e7e7e7;
  overflow: hidden;
}
.tab_nav li.active a {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #008bff;
}
.tab_nav li.active a,
.tab_nav li.active a:hover,
.tab_nav li.active a:active,
.tab_nav li.active a:focus {
  color: #fff;
}
.tab_wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.tab_wrap > div {
  display: none;
}
.tab_wrap > div:first-child {
  display: block;
}
.tab_wrap .tab_con img {
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
.tab_wrap .tab_con img.w_img {
  display: block;
}
.tab_wrap .tab_con img.m_img {
  display: none;
}
.tab_wrap .tab_con p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  padding: 18px 0;
  margin-top: 48px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

/* service */
.section.service {
  background: #fff;
  overflow: hidden;
}
.section.service .main_title h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.section.service .main_title p:nth-child(3) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: #939393;
  margin-top: 12px;
}
.section.service .inner_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0;
  background: url("../img/main/circle_bg.png") no-repeat center center #fff;
  background-size: contain;
}
.service_box_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service_box_wrap > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 406px;
  width: 29%;
  height: 206px;
  margin: 0 3.2%;
  padding: 0 28px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.05);
  box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.05);
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
}
.service_box_wrap > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -12%;
  width: 11px;
  height: 14px;
  background: url("../img/icon/arrow_icon.png") no-repeat 0 0;
  background-size: 100% auto;
}
.service_box_wrap > ul > li:nth-child(1) {
  margin-left: 0;
}
.service_box_wrap > ul > li:nth-child(3) {
  margin-right: 0;
}
.service_box_wrap > ul > li:nth-child(4),
.service_box_wrap > ul > li:nth-child(5) {
  margin-top: 55px;
}
.service_box_wrap > ul > li:nth-child(3):after,
.service_box_wrap > ul > li:nth-child(5):after {
  display: none;
}
.service_box_wrap > ul > li span {
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #002985;
  width: 76px;
  height: 26px;
  line-height: 26px;
  border-radius: 30px;
  background-color: #eafafd;
  margin-bottom: 12px;
}
.service_box_wrap > ul > li strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
.service_box_wrap > ul > li p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.42px;
  color: #949494;
  align-self: stretch;
}

/* line_text2 */
.section.line_text2 {
  padding: 120px 0;
  background: url("../img/main/line_bg2.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.section.line_text2 .main_title {
  margin-bottom: 0;
  color: #fff;
}
.section.line_text2 .main_title h3 {
  font-size: 40px;
  margin-top: 8px;
}
.section.line_text2 .main_title span {
  font-size: 30px;
}

/* platform */
.section.platform {
  padding: 120px 0 0;
  overflow: hidden;
}
.section.platform .main_title h3 {
  margin-bottom: 20px;
}

.platform_slide {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.platform_slide ul li {
  text-align: center;
}

.platform_slide ul li .slide_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 968px;
  width: 83%;
  min-height: 358px;
  text-align: center;
  margin: 0 auto;
  padding-top: 45px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 27, 60, 0.1);
  box-shadow: 0 10px 20px 0 rgba(1, 27, 60, 0.1);
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
}
.slide_info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}
.slide_info .tags span {
  display: block;
  height: 24px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #7a7a7a;
  margin: 0 8px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.slide_info > strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.72px;
  text-align: center;
  color: #292929;
  margin-bottom: 30px;
}

.slide_info .lang_box {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  height: 48px;
  margin-bottom: 25px;
  border-radius: 100px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(14, 37, 76, 0.16);
  box-shadow: 0 6px 12px 0 rgba(14, 37, 76, 0.16);
  background-color: #008bff;
  color: #ffffff;
  cursor: pointer;
}

.slide_info .lang_box .lang_ko {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.54px;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.slide_info .lang_box .lang_en {
  display: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.slide_info .lang_box .lang_en b {
  color: #161d28;
}
.slide_info p {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.48px;
  text-align: center;
  color: #7e7e7e;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.slide_info .lang_box.on .lang_ko {
  opacity: 0;
  display: none;
}
.slide_info .lang_box.on .lang_en {
  opacity: 1;
  display: block;
}
.slide_info .lang_box.on + p {
  opacity: 1;
}

.platform_slide .slick-slide {
  text-align: center;
  margin: 50px 0px 100px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  overflow: inherit;
}
.platform_slide .slick-list .slick-current,
.platform_slide .slick-track .slick-current {
  overflow: visible;
}

.platform_slide .slick-current {
  top: 50%;
  -webkit-transform: scale(1.24);
  -ms-transform: scale(1.24);
  transform: scale(1.24);
  opacity: 1;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.platform_slide .slick-dots {
  font-size: 0;
  width: 100%;
  position: relative;
  bottom: 0;
  text-align: center;
}

.platform_slide .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

.platform_slide .slick-dots li:first-child {
  margin-left: 0;
}

.platform_slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #f4f4f4;
  cursor: pointer;
  padding: 0;
}

.platform_slide .slick-dots li.slick-active button {
  background-color: #008bff;
  opacity: 1;
}

.section.main_bottom {
  overflow: hidden;
}
.section.main_bottom > div {
  position: relative;
  float: left;
  width: 50%;
  height: 172px;
  padding: 0 3.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_bottom .left_box {
  background: #008bff;
}
.main_bottom .right_box {
  background: #1c3264;
}
.section.main_bottom > div strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.72px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 12px;
}
.section.main_bottom > div p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: left;
  color: #ffffff;
}
.section.main_bottom > div a {
  display: block;
  position: absolute;
  right: 3.1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: -0.42px;
  text-align: left;
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  padding-left: 12px;
  border: 1px solid rgba(256, 256, 256, 0.6);
}

.footer {
  background: #f9f9f9;
}
.footer .foot_logo {
  float: left;
  width: 153px;
  height: 35px;
  text-indent: -9999em;
  margin-right: 50px;
  background: url(../img/main_f_logo.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footer .foot_nav li:nth-child(2n) {
  color: #1e1e1e;
}
.footer .foot_nav li a {
  color: #1e1e1e;
}
.foot_sns a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  text-indent: -9999em;
  background-size: 22px auto;
  border-radius: 50%;
}
.foot_sns a:first-child {
  margin-right: 10px;
  background: url(../img/icon/sns_kakao_w.png) no-repeat center #1e1e1e;
  background-size: 22px auto;
}

.foot_sns a:last-child {
  background: url(../img/icon/sns_kakao_w.png) no-repeat center #1e1e1e;
  background-size: 21.6px auto;
}
.footer .foot_txt p {
  color: #1e1e1e;
}

.footer .foot_txt p span {
  color: #1e1e1e;
}
@media screen and (max-width: 1600px) {
  .header {
    padding: 0 2.5%;
  }
  .float_btn {
    bottom: 22%;
  }
  .float_btn .inner_wrap {
    padding-left: 2.5%;
  }
  .banner_txt {
    left: 3%;
  }
  .banner_slide .slick-dots {
    left: 3%;
  }
  .section.about .main_title {
    padding-left: 2.5%;
  }
  .about_box_wrap {
    left: 0;
  }
  .section.creator .main_title {
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 1280px) {
  .logos ul li {
    margin: 0 3%;
  }
  .price_box.left {
    margin-right: 2.5%;
  }
  .section.main_bottom > div {
    padding: 0 2%;
  }
  .section.main_bottom > div a {
    right: 2%;
  }
  .float_btn {
    /* padding-left: 3%; */
    bottom: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .logos ul li {
    margin: 0 2.5%;
  }
}

@media screen and (max-width: 991px) {
  .banner_slide .slick-dots {
    left: 0;
  }
  .section.about .main_title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.creator .main_title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main_title {
    margin-bottom: 40px;
  }
  .main_title span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.48px;
  }
  .main_title h3 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.72px;
  }
  .main_title p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.42px;
  }
  .banner_slide {
    width: 100%;
    height: auto;
    background: url("../img/main/m_banner_bg.png") no-repeat 0 bottom;
    background-size: 100% auto;
    padding-top: 30px;
  }

  .slide_box {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8vw;
  }
  .slide_box .banner_img.w {
    display: none;
  }
  .slide_box .banner_img.m {
    display: block;
  }
  /* .slide_box.slide02 {
    padding: 0;
  }
  .slide_box.slide03 {
    padding: 0;
  }
  .slide_box .banner_img img {
    width: 100%;
  } */

  .banner_txt {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 80px;
  }
  .banner_txt b {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.48px;
    margin-bottom: 2px;
  }
  .banner_txt strong {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.9px;
    text-align: left;
    margin-bottom: 12px;
  }
  .banner_txt p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.42px;
  }
  .banner_btn {
    width: 144px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: -0.39px;
    margin-top: 30px;
  }
  .banner_slide .slick-dots {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-left: 0;
    text-align: center;
    bottom: 5vw;
  }

  .banner_slide .slick-dots li {
    display: inline-block;
    margin: 0 8px;
  }

  .banner_slide .slick-dots li button {
    width: 12px;
    height: 12px;
    opacity: 0.3;
    background-color: #e9e9e9;
  }

  .banner_slide .slick-dots li.slick-active button {
    background-color: #fff;
  }

  .float_btn {
    display: none;
  }
  .section.creator {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .creator_list {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .creator_bg {
    position: relative;
    height: 32vw;
    max-height: 230px;
    width: 100%;
    padding: 0;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .creator_info .creator_thum {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 160px;
    margin: 0 auto 24vw;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .creator_info .graph_img {
    position: relative;
    top: -5%;
    right: auto;
    width: 100%;
    max-width: 692px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .creator_info .creator_tags {
    bottom: -65px;
    right: 0;
  }
  .creator_info .creator_tags span {
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.39px;
    padding: 0 12px;
    margin: 5px 3px 0;
    border: solid 1px #f0f0f0;
  }
  .creator_list .slick-dots {
    font-size: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 120px;
  }

  .creator_list .slick-dots li {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 10px;
  }
  .creator_list .slick-dots li:first-child {
    margin-left: 0;
  }

  .creator_list .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.8;
    background-color: #f4f4f4;
    cursor: pointer;
    padding: 0;
  }

  .creator_list .slick-dots li.slick-active button {
    background-color: #008bff;
    opacity: 1;
  }

  .logos ul li {
    margin: 0 0 40px;
    width: 30%;
    text-align: center;
  }
  
  .section.about {
    padding: 0 15px 70px;
  }
  .section.about .inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.about .main_title {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .section.about .main_title h3 {
    margin-bottom: 10px;
  }

  .about_box_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .about_box_wrap .about_box {
    padding: 0 15px;
  }
  .about_box.one {
    width: 50%;
    margin-right: 5%;
    height: 237px;
  }
  .about_box.two {
    width: 45%;
    height: 205px;
  }
  .about_box.three {
    max-width: 174px;
    width: 50%;
    height: 151px;
    margin-top: 15px;
  }
  .about_box .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }
  .about_box strong {
    font-size: 14px;
    letter-spacing: -0.42px;
    margin-bottom: 6px;
  }
  .about_box p {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -0.39px;
  }
  .section.price {
    padding: 70px 15px 0;
  }
  .section.price .price_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price_box.left {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 15px 0 25px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  }
  .price_box.left a {
    display: none;
  }
  .price_box.right {
    width: 100%;
    height: auto;
    padding: 20px 18px;
    max-width: 70%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  }
  .price_info .detail span.price_label {
    height: 22px;
    width: 60px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.39px;
    margin-bottom: 20px;
  }
  .price_info .detail p {
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
  }
  .price_info .detail span {
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: -0.36px;
  }
  .price_info .detail span strong {
    font-size: 16px;
    line-height: 0.81;
  }
  .price_box .middle {
    padding: 10px;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -0.39px;
  }

  .price_info_bottom b {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.39px;
    margin-bottom: 10px;
  }
  .price_info_bottom span {
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: -0.36px;
  }

  .price_box .bottom_txt p {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.36px;
    padding: 7px 10px;
  }

  .price_box.right .price_label {
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: -0.39px;
  }
  .other_info {
    margin: 12px 0 25px;
  }
  .other_info .detail p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }
  .other_info .detail span {
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: -0.36px;
  }
  .other_info .detail span strong {
    font-size: 14px;
    line-height: 0.93;
    text-align: center;
  }
  .other_price_txt {
    padding: 8px 5px;
  }
  .other_price_txt p {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -0.39px;
  }
  .price_bottom_btn {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.39px;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
    border-radius: 5px;
    background-color: #008bff;
  }
  .section.line_text {
    padding: 70px 15px 0px;
    background: #f1f1f1;
    background-image: none;
    text-align: center;
  }
  .section.line_text img {
    display: inline-block;
    margin-top: 40px;
    max-width: 40%;
  }
  .section.line_text_price {
    padding: 28px 15px;
  }
  .section.line_text_price a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.line_text_price p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.54px;
    margin-bottom: 7px;
  }
  .section.line_text_price p {
    margin-left: 0;
  }
  .section.timeline {
    padding-top: 70px;
  }
  .section.timeline .main_title {
    margin-bottom: 70px;
  }
  .steps_title {
    padding: 70px 0;
  }
  .steps_title h4 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }
  .steps_title p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.42px;
  }
  .setp_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .setp_wrap .step_images {
    width: 100%;
    max-width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #000;
  }
  .images_box.m {
    display: block;
  }
  .images_box.w {
    display: none;
  }
  .images_box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 60vw;
  }

  .step_list {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 40px;
  }
  .step_list ul li {
    height: auto;
    padding-left: 25px;
  }
  .step_list ul li:last-child {
    height: auto;
  }
  .step_line .line_cicle {
    width: 10px;
    height: 10px;
  }
  .step_list .step_txt {
    padding-bottom: 70px;
  }
  .step_list .step_txt span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
  }

  .step_list ul li strong {
    font-size: 18px;
    letter-spacing: -0.54px;
    margin-bottom: 10px;
  }
  .step_list ul li p {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.39px;
  }
  .section.platform {
    padding: 70px 0;
    background: #fff;
  }
  .section.platform .main_title {
    margin-bottom: 20px;
  }
  .section.platform .main_title h3 {
    margin-bottom: 12px;
  }
  .platform_slide .slick-slide {
    text-align: center;
    margin: 50px 15px 40px;
  }
  .platform_slide ul li .slide_info {
    width: 100%;
    padding: 38px 10px 0;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .slide_info .tags {
    margin-bottom: 35px;
  }

  .slide_info > strong {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.44;
    margin-bottom: 24px;
  }
  .slide_info .lang_box {
    height: 64px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 100px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(14, 37, 76, 0.16);
    box-shadow: 0 6px 12px 0 rgba(14, 37, 76, 0.16);
  }
  .slide_info .lang_box > span {
    line-height: 2.5;
  }
  .slide_info .lang_box .lang_ko {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
  }
  .slide_info .lang_box .lang_en {
    font-size: 13px;
    line-height: 1.54;
  }
  .slide_info p {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.6px;
  }
  .platform_slide .slick-current {
    top: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  
  .section.types {
    padding: 70px 15px;
  }
  .section.types .main_title h3 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }
  .tab_nav {
    margin-bottom: 32px;
  }
  .tab_nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab_nav li {
    margin: 0 6px;
  }
  .tab_nav li a {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.42px;
    padding: 0 10px;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .tab_wrap .tab_con img.w_img {
    display: none;
  }
  .tab_wrap .tab_con img.m_img {
    display: block;
  }
  .tab_wrap .tab_con p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: -0.39px;
    padding: 15px 0;
    margin-top: 30px;
  }

  .section.service .inner_wrap {
    padding: 70px 15px;
    background: none;
  }
  .section.service .main_title {
    margin-bottom: 40px;
  }
  .section.service .main_title h3 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }
  .section.service .main_title p {
    font-size: 13px;
  }
  .service_box_wrap > ul {
    display: block;
  }
  .service_box_wrap > ul .slick-slide:after {
    display: none;
  }
  .service_box_wrap > ul.slick-initialized {
    display: block;
  }
  .service_box_wrap > ul .slick-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    height: 206px;
    padding: 0 28px;
    margin: 0 15px;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.05);
    box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
  }

  .service_box_wrap > ul .slick-slide:nth-child(4),
  .service_box_wrap > ul .slick-slide:nth-child(5) {
    margin-top: 0;
  }
  .service_box_wrap > ul .slick-slide:nth-child(5):after {
    display: none;
  }
  .service_box_wrap > ul .slick-slide span {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #002985;
    width: 76px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    background-color: #eafafd;
    margin-bottom: 12px;
  }
  .service_box_wrap > ul .slick-slide strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
  }
  .service_box_wrap > ul .slick-slide p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.42px;
    color: #949494;
  }
  .service_box_wrap .slick-slider {
    position: static;
    height: 100%;
  }
  .service_box_wrap .slick-slider .slick-track,
  .service_box_wrap .slick-slider .slick-list {
    height: 100%;
  }

  .service_box_wrap .slick-dots {
    display: block;
    font-size: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 40px;
  }

  .service_box_wrap .slick-dots li {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 10px;
  }
  .service_box_wrap .slick-dots li:first-child {
    margin-left: 0;
  }

  .service_box_wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.8;
    background-color: #e9e9e9;
    cursor: pointer;
    padding: 0;
  }

  .service_box_wrap .slick-dots li.slick-active button {
    background-color: #008bff;
    opacity: 1;
  }

  .section.line_text2 {
    height: auto;
    padding: 70px 15px 40px;
  }
  .section.line_text2 .main_title span {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.42px;
  }
  .section.line_text2 .main_title h3 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.72px;
    margin-top: 3px;
  }

  .section.main_bottom > div a {
    position: relative;
    right: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .section.main_bottom > div {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .section.main_bottom > div strong {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }
  .section.main_bottom > div p {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: -0.39px;
  }
  .section.main_bottom > div a {
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.39px;
    border: solid 1px rgba(256, 256, 256, 0.6);
  }
  .float_btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .m_br {
    display: block;
  }
  .w_br {
    display: none;
  }
  .about_box_wrap {
    max-width: 100%;
  }
  .logos ul li {
    margin: 0 0 20px;
    width: 33%;
    padding: 0 3%;
    text-align: center;
  }
  .logos ul li img {
    max-width: 60%;
  }
  .service_box_wrap > ul .slick-slide {
    padding: 0 20px;
  }
  .footer .foot_logo {
    display: inline-block;
    float: none;
    width: 150px;
    height: 35px;
    margin-right: 0;
  }
}

@media screen and (max-width: 580px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 359px) {
}
