/* section:welcome */
.welcome {
  position: relative;
}
.welcome .inner {
  width: 1280px;
  position: absolute;
  z-index: 100;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.welcome .inner .banner_title {
  font-family: '뫼비우스';
  text-align: left;
}
.welcome .inner .banner_title.title_02 h1,
.welcome .inner .banner_title.title_03 h1 {
  color: #333;
}
.welcome .inner .banner_title h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.welcome .inner .banner_title h1 b {
  color: var(--main-color);
}
.welcome .inner .banner_title.title_02 .btn_01 {
  /* margin-left: 15px; */
}
/* main slider : slick slider */
.main_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main_slider .slick-slide img {
  height: 980px;
  width: 100%;
  object-fit: cover;
}
.main_slider .slick-dots {
  bottom: 25px;
}
.main_slider .slick-dots li button:before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.main_slider .slick-dots .slick-active,
.main_slider .slick-dots .slick-active button:before {
  width: 50px;
  transition: 0.35s;
  border-radius: 5px;
  opacity: 1;
}
.main_slider .slick-dots .slick-active button:before {
  background-color: var(--main-color);
}

/* section : flutter all */
.flutter_all {
  padding: 240px 0;
  /* padding-bottom: 400px; */
}
.flutter_all .section_title {
  margin-bottom: 40px;
}
.flutter_all .section_title h2{
  font-size: 50px;
}
.flutter_all .section_title ~ span {
  font-size: 20px;
  font-weight: 400;
  color: #777;
}
.flutter_all .section_title ~ span b {
  color: var(--main-color);
}
.flutter_all .text_part {
  background-color: #f6f6f6;
  border: 7px solid #fff;
  width: 1280px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.589);
  margin-top: 200px;
}
.flutter_all .text_part p {
  padding: 30px 0;
  font-size: 20px;
}
.flutter_all .main_graph {
  padding-top: 120px;
}
.flutter_all .main_graph img {
  width: 100%;
}
/* section : marketing */
.marketing {
  padding: 100px 0;
  position: relative;
}
.marketing .section_title {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.marketing .section_title::after,
.marketing .section_title::before {
  border: none;
}
.marketing .point_label {
  position: absolute;
  top: 95px;
  right: 15%;
  z-index: 20;
  width: 50px;
}
.marketing .inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 150px;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400);
}
.marketing .inner::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.060);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -700px;
  transform: rotate(-75deg);
}
.marketing .inner > span {
  font-size: 20px;
}

.mktg_mockup {
  background-image: url('../images/png/mockup_01.png');
  background-position: center center;
  height: 600px;
  background-size: contain;
  position: relative;
  z-index: 50;
  width: 1100px;
  margin: auto;
}
.mktg_step {
  position: absolute;
  width: 694px;
  height: 485px;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  display: none;
}
.mktg_step_01 {
  background-image: url('../images/jpg/mockup_in_04.jpg');
  display: block;
}
.mktg_step_02 {
  background-image: url('../images/jpg/mockup_in_02.jpg');
}
.mktg_step_03 {
  background-image: url('../images/jpg/mockup_in_03.png');
}

.mktg_btns {
  display: flex;
  position: absolute;
  width: 1060px;
  justify-content: space-between;
  z-index: 50;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.mktg_btns .btn_02 {
  width: 25%;
  background-color: #fff;
  box-shadow: 5px 10px 15px rgba(5, 5, 5, 0.450);
  height: 135px;
  padding: 15px;
  cursor: pointer;
  transition: 0.35s;
  border-radius: 5px;
}
.mktg_btns .btn_02:hover {
  border: 1px solid rgba(168, 23, 23, 0.637);
  border-right: 3px solid rgba(168, 23, 23, 0.637);
  border-bottom: 3px solid rgba(168, 23, 23, 0.637);
}
.mktg_btns .btn_02.active {
  width: 35%;
}
.mktg_btns .btn_02.active h5 {
  margin: 10px;
}
.mktg_btns .btn_02 p {
  display: none;
}
.mktg_btns .btn_02.active p {
  display: block;
}
.mktg_btns .btn_02 span {
  height: 2.5px;
  width: 50px;
  border-radius: 5px;
  display: block;
  margin: auto;
}
.mktg_btns .btn_step_01  span {
  background-color: var(--main-color);
}
.mktg_btns .btn_step_02  span {
  background-color: #ff8420;
}
.mktg_btns .btn_step_03  span {
  background-color: #fff600;
}
.mktg_btns .btn_02 h5 {
  font-family: '뫼비우스';
  font-size: 20px;
  margin-top: 45px;
}

/* section : icon_box */

.icon_box {
  padding: 50px 0;
  padding-top: 200px;
  position: relative;
}
.icon_box .icon_ribbon {
  margin: 220px 0;
  width: 100%;
  display: block;
}
.icon_box .main_item_box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.400);
  border-radius: 10px;
  width: 1280px;
}

/* section : main_items */
.main_items {
  position: relative;
  padding: 200px 0;
}
.main_items .point_label {
  position: absolute;
  top: 0;
  left: 16%;
  right: 0;
}
/* .main_items .item_02 {
  margin-top: 200px;
} */
.main_items .item .inner {
  display: flex;
  margin: auto;
  width: 1060px;
  min-width: 1060px;
  justify-content: space-between;
}
.main_items .item .inner .text_part {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_items .item .inner .text_part .tp_on_pc {
  display: block;
}
.main_items .item .inner .text_part .tp_on_mo {
  display: none;
}
.main_items .item .inner .text_part h2 {
  font-family: '뫼비우스';
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 15px;
}
.main_items .item .inner .text_part h2 b {
  color: var(--main-color);
  font-weight: 100;
}
.main_items .item_02 .inner .text_part h2 b:first-child {
  color: #f6891e;
}
.main_items .item .inner .text_part p {
  font-size: 17px;
  text-align: left;
}
.main_items .item .inner .img_part {
  width: 510px;
}
.main_items .item .inner .img_part img {
  width: 100%;
}
.main_items .item_02 .img_part img {
  box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
}

/* section : Earn points */

.earn_points {
  padding: 200px 0;
}
.earn_points .section_title::before,
.earn_points .section_title::after {
  border: none;
}
.earn_points .section_title h3 {
  font-family: '뫼비우스';
  font-size: 36px;
  font-weight: 100;
}
.earn_points .inner {
  width: 100%;
  position: relative;
  padding: 60px 0;
  margin-top: 50px;
  /* overflow: hidden; */
  /* background-color: #f6f6f6; */
  /* box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400); */
}
/* .earn_points .inner::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.060);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -700px;
  transform: rotate(75deg);
} */
.earn_points .inner .point_cards {
  display: flex;
  width: 1280px;
  margin: auto;
  justify-content: space-around;
  flex-wrap: wrap;
}
.earn_points .inner .point_cards > p {
  margin-top: 40px;
  font-size: 15px;
  color: #777;
  padding: 0 30px;
  margin-left: auto;
}
.earn_points .inner .point_cards .card {
  background-color: #f6f6f6;
  border: 8px solid #fff;
  z-index: 20;
  position: relative;
  border-radius: 10px;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.400);
  height: 400px;
  width: 360px;
  padding: 40px 0;
}
.earn_points .inner .point_cards .card h5 {
  font-size: 24px;
  margin-top: 15px;
  line-height: 1.2em;
}
.earn_points .inner .point_cards .card p {
  font-size: 15px;
  margin-top: 15px;
}
.earn_points .inner .point_cards .card:nth-child(2) span {
  visibility: hidden;
} 
/* section : revenue */
.revenue {
  position: relative;
  padding: 200px 0;
}
.revenue .section_title {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.revenue .section_title::after,
.revenue .section_title::before {
  border: none;
}
.revenue .section_title h2 {
  line-height: 1.2em;
}
.revenue .inner {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400);
  position: relative;
  overflow: hidden;
}

.revenue .inner::before  {
  content: '';
  background-color: rgba(0, 0, 0, 0.060);
  position: absolute;
  width: 100%;
  height: 300%;
  top: 0;
  left: -700px;
  transform: rotate(75deg);
}
.revenue .inner .sub_inner {
  display: flex;
  width: 620px;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}
.revenue .inner .sub_inner > span {
  width: 10px;
  height: 100px;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.400);
}
.revenue .inner .sub_inner div img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.revenue .inner .sub_inner div h5,
.revenue .inner .sub_inner div h4 {
  font-family: '뫼비우스';
}
.revenue .inner .sub_inner div h5 {
  font-size: 28px;
  font-weight: 100;
}
.revenue .inner .sub_inner div h4 {
  font-size: 32px;
  font-weight: 300;
  color: var(--main-color);
  line-height: 1.2em;
}

/* section : flutter_service */
.flutter_service {
  padding: 150px 0;
}
.flutter_service .section_title h2{
  font-size: 24px;
}
.flutter_service .inner {
  width: 1280px;
}
.flutter_service .inner .tap_btns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.tap_btns h4 {
  font-family: '뫼비우스';
  margin-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 100;
  border-right: 2px solid #777;
  line-height: 1.2em;
  color: #777;
  cursor: pointer;
}
.tap_btns h4:last-child {
  border: none;
}
.tap_btns h4.active {
  color: #555;
  font-weight: 300;
  position: relative;
}
.tap_btns h4.active::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 4px;
  background-color: var(--main-color);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.service_taps {
  position: relative;
  height: 660px;
  overflow: hidden;
}
.service_taps .sv_tap {
  position: absolute;
  overflow: hidden;
  display: none;
  width: 100%;
}
.sv_tap .text_box {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 530px;
  height: 400px;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.400);
}

.sv_tap .text_box h4,
.sv_tap .text_box h3 {
  font-family: '뫼비우스';
  text-align: left;
}
.sv_tap .text_box h4 {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 100;
}
.sv_tap .text_box h3 {
  font-size: 40px;
  line-height: 1.2em;
}
.sv_tap .text_box p {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.sv_tap .text_box p s {
  text-decoration: none;
  color: #777;
}
.sv_tap.tap_03 .text_box a {
  margin-top: 25px;
}
.sv_tap .text_box a {
  float: left;
  margin-top: 25px;
  color: #fff;
  background-color: #222;
  padding: 10px 15px;
  border-radius: 25px;
  position: relative;
}
.sv_tap .text_box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.363);
}
.sv_tap .sv_bg_img {
  float: right;
  margin-right: 40px;
  width: 735px;
}

/* section : story */
.flutter_story {
  position: relative;
  padding: 200px 0;
}
.flutter_story .section_title {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.flutter_story .section_title::before, 
.flutter_story .section_title::after {
  border: none;
} 
.flutter_story .inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 100px 0;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400);
}
.flutter_story .inner::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.060);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -700px;
  transform: rotate(-75deg);
}
.story_slider  {
  width: 1280px;
  margin: auto;
}
.story_slider .slick-slide {
  width: 400px;
  height: 580px;
  background-color: #fff;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.400);
}
.story_slider .slick-slide img {}
.story_slider .slick-slide .text_part {
  padding: 35px;
  position: relative;
}
.story_slider .slick-slide .text_part  h5 {
  font-family: '뫼비우스';
  font-size: 24px;
  text-align: left;
}
.story_slider .slick-slide .text_part span {
  font-size: 18px;
  color: #777;
  text-align: left;
  display: block;
}
.story_slider .slick-slide .text_part  p {
  text-align: justify;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis ;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.story_slider .slick-slide .text_part a {
  /* background-color: var(--main-color); */
  border: 1px solid var(--main-color);
  border-bottom: 2px solid;
  color: var(--main-color);
  padding: 5px 15px;
  border-radius: 20px;
  position: relative;
  display: block;
  margin-top: initial;
}
.story_slider .slick-slide .text_part a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.459);
  left: 0;
  top: 0;
}
.story_slider .slick-dots {
  top: -35px;
  right: 0;
  width: fit-content;
  height: fit-content;
}
.story_slider .slick-dots li {
  margin: 0 3px;
}
.story_slider .slick-dots li button:before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.story_slider .slick-dots .slick-active,
.story_slider .slick-dots .slick-active button:before {
  width: 40px;
  transition: 0.35s;
  border-radius: 25px;
  opacity: 1;
}
.story_slider .slick-dots .slick-active button:before {
  background-color: var(--main-color);
}

.story_slider .slick-slide.slick-center {
  transform: scale(0.9);
  opacity: 1;
}
.story_slider .slick-slide {
  transform: scale(0.8);
  opacity: 0.7;
}

/* section : customer */
.customer {
  padding-top: 50px;
  padding-bottom: 250px;
}
.customer .section_title {
  margin-bottom: 70px;
}
.customer_icons {
  background-color: #f6f6f6;
}
.customer_icons.active {
  background-color: #fff;
}
.customer_icons .inner {
  width: 1280px;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.customer_icons .inner div {
  background-color: #fff;
  width: 220px;
  height: 65px;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}
.customer_icons .inner div img {
  width: 100%;
}
.customer_icons .inner .none_box {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer_icons .inner .none_box h1 {
  font-size: 10px;
  color: #777;
  width: fit-content;
  height: fit-content;
  display: block;
  line-height: 0.4em;
}
.customer_icons .inner div:last-child {
  background-color: transparent;
}
.customer_icons .icons_btn  {
  /* border: 1px solid #000; */
  padding-top: 15px;
  position: relative;
  background-image: url('../images/png/btn_001.png');
}
.customer_icons .icons_btn span {
  width: 70px;
  height: 5px;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  cursor: pointer;
}

footer {}
footer img {
  width: 100%;
}