@charset "UTF-8";

br.m {display:none;}

/* LIBRARY */

#main_process .slick-slider button:where(.left, .right) {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 3;
}

#main_process .slick-slider button.left {
  left: 5%;
}
#main_process .slick-slider button.right {
  right: 5%;
}

#main_process .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}

#main_process .slick-dots li button {
  color: transparent;
  background: #e6eaef;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-indent: -9999px;
  font-size: 1px;
}

#main_process .slick-dots li.slick-active button {
  background: #9ca3ae;
}
#main_process .slick-list {
  overflow: unset;
}
@media screen and (max-width: 1400px) {
  #main_process .slick-slider button.left {
    left: 3%;
  }
  #main_process .slick-slider button.right {
    right: 3%;
  }
}
@media screen and (max-width: 1300px) {
  #main_process .slick-slider button.left {
    left: 1%;
  }
  #main_process .slick-slider button.right {
    right: 1%;
  }
}
@media screen and (max-width: 1200px) {
  #main_process .slick-slider button:where(.left, .right) {
    top: 97%;
  }
  #main_process .slick-slider button:where(.left, .right) img {
    width: 30px;
  }
  #main_process .slick-slider button.left {
    left: 25%;
  }
  #main_process .slick-slider button.right {
    right: 25%;
  }
  #main_process .slick-dots {
    margin-top: 20px;
  }
}

/* GLOBAL */
.link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: -1px !important;
  font-size: 18px;
}

.none {
  color: inherit;
}

.ls1 {letter-spacing:0px !important;}

/* TOP */

.body_container {
}

.body_container .top_popup.pc {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #233b49;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 300;
  font-size: 20px;

}

.body_container .top_popup.pc .ink {
  font-family: InkLipquid, serif;
  color: #23f2ff;
  font-size: 26px;
}

.body_container .top_popup.pc strong {
  font-weight: 800;
}

.body_container .top_popup.m {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background: #333333;
  color: #ffffff;
}

.body_container .top_popup.m a {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5px;
}

.body_container .top_popup.m .ink {
  font-family: InkLipquid, serif;
}

.body_container .top_popup.m img {
  width: 16px;
}

/* FLOAT */
.body_container .mfloat_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  z-index: 5;
}

.body_container .mfloat_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 17px;
  border-radius: 8px;
}

.body_container .mfloat_menu a:nth-child(1) {
  background: #00b3ce;
  color: #ffffff;
  padding-left: 15px;
  font-weight: 700;
  font-size: 14px;
}

.body_container .mfloat_menu a:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  color: #00b3ce;
  border: 1px solid #00b3ce;
}

/* HEADER */
.body_container header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  z-index: 10;
}

.body_container header .wrap.design_a {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
}

.body_container header .wrap.design_a > a {
  margin-right: 80px;
}

.body_container header .wrap.design_a > a img {
  max-width: 142px;
  width: 100%;
}

.body_container header .wrap.design_a nav.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  width: 100%;
}

.body_container header .wrap.design_a nav.mobile {
  display: none;
}

.body_container header .wrap.design_a nav.pc > div {
  display: flex;
}

.body_container header .wrap.design_a nav.pc .left_menu .gnb {
  font-weight: 500;
  font-size: clamp(12px, 1vw, 16px);
  padding: 25px 10px;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.body_container header .wrap.design_a nav.pc .left_menu .gnb:hover {
  border-bottom: 2px solid #000000;
}

.body_container header .wrap.design_a nav.pc .left_menu .sub_gnb {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 77px;
  background: #ffffff;
  justify-content: center;
  padding: 50px 0 60px;
  box-shadow: 0 10px 30px 0 #f2f2f2;
}

.body_container header .wrap.design_a nav.pc .left_menu .sub_gnb .inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1200px;
}

.body_container header .wrap.design_a nav.pc .left_menu .sub_gnb .inner .wrap {
  display: flex;
  gap: 50px;
}

.body_container
  header
  .wrap.design_a
  nav.pc
  .left_menu
  .sub_gnb
  .inner
  .wrap
  .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.body_container
  header
  .wrap.design_a
  nav.pc
  .left_menu
  .sub_gnb
  .inner
  .wrap
  .list
  .t {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.body_container
  header
  .wrap.design_a
  nav.pc
  .left_menu
  .sub_gnb
  .inner
  .wrap
  .list
  ul {
  font-size: 15px;
  color: #444444;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.body_container
  header
  .wrap.design_a
  nav.pc
  .left_menu
  .sub_gnb
  .inner
  .wrap
  .list
  ul
  li
  .hot {
  color: #ffffff;
  font-size: 10px;
  background: #25cad3;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-weight: 700;
}

.body_container header .wrap.design_a nav.pc .left_menu .gnb:hover + .sub_gnb,
.body_container header .wrap.design_a nav.pc .left_menu .sub_gnb:hover {
  display: flex;
}

.body_container header .wrap.design_a nav.pc .add_dot {
  position: relative;
}

.body_container header .wrap.design_a nav.pc .add_dot:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00d5e2;
}

.body_container header .wrap.design_a nav.pc .right_menu {
  gap: 12px;
}

.body_container header .wrap.design_a nav.pc .right_menu a {
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
}

.body_container header .wrap.design_a nav.pc .right_menu a:nth-child(1) {
  border: 1px solid #dddddd;
  color: #555555;
}

.body_container header .wrap.design_a nav.pc .right_menu a:nth-child(2) {
  color: #ffffff;
  font-weight: 700;
  background: #333333;
}

.body_container header .wrap.design_a nav.mobile #open_menu {
  display: none;
}

.body_container header .wrap.design_a nav.mobile .menu {
  display: none;
  width: 100vw;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 106px;
  height: calc(100vh - 105px);
  z-index: 30;
  padding: 40px 30px;
  flex-direction: column;
  gap: 22px;
}

.body_container header .wrap.design_a nav.mobile .menu .inner {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.body_container header .wrap.design_a nav.mobile .menu .inner .wrap {
  height: 0;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}

.body_container header .wrap.design_a nav.mobile .menu .inner .wrap .sub_title {
  color: #bebebe;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}

.body_container header .wrap.design_a nav.mobile .menu .inner .wrap .m_link {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}

.body_container header .wrap.design_a nav.mobile .menu .inner .wrap .m_link.l {
  margin-bottom: 20px;
}

.body_container header .wrap.design_a nav.mobile .menu .inner label {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
  display: block;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input#m1:checked
  ~ .wrap {
  height: 300px;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input#m2:checked
  ~ .wrap {
  height: 250px;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input#m3:checked
  ~ .wrap {
  height: 400px;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input#m4:checked
  ~ .wrap {
  height: 300px;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input#m5:checked
  ~ .wrap {
  height: 400px;
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  .menu
  .inner
  input:checked
  ~ label {
  color: #25cad3;
}

.body_container header .wrap.design_a nav.mobile .menu .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.body_container header .wrap.design_a nav.mobile .menu .wrap .sub_t {
  margin-bottom: 10px;
}

.body_container header .wrap.design_a nav.mobile .menu .wrap .m_link {
  margin-bottom: 10px;
}

.body_container header .wrap.design_a nav.mobile .menu input {
  display: none;
}

.body_container header .wrap.design_a nav.mobile .menu label:active {
}

.body_container
  header
  .wrap.design_a
  nav.mobile
  #open_menu:checked
  + label
  img {
  content: url("../images/close.html");
}

.body_container header .wrap.design_a nav.mobile #open_menu:checked ~ .menu {
  display: flex;
}

/* MAIN */

/* section TOP */
.body_container main section.top {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  height: 100vh;
}

.body_container main section.top .ad_badge.pc {display:block; width:1200px; text-align:left}
.body_container main section.top .ad_badge.mo {display:none;}
.body_container main section.top .ad_badge {padding:10px 35px; margin-bottom:10px; color:#fff; font-size:26px; font-weight:300;  }
/*.body_container main section.top .ad_badge:hover {background-color:#DBEAFF;}*/
.body_container main section.top .ad_badge a {font-size:18px; color:#2F83F7; font-weight:600;}
.body_container main section.top .ad_badge .ic_dis {width:40px; height:23px; background:url("../images/main_new/ic_discount_blue.svg") 0 0; display:inline-block; margin-right:3px; position:relative; top:0px;}
.body_container main section.top .ad_badge .ic_dis_arrow {width:10px; height:22px; background:url("../images/main_new/ic_discount_blue.svg") -41px 0; display:inline-block; position:relative; top:-1px; margin-left:6px;}
.body_container main section.top .ad_badge .highlighter {position:relative; }
.body_container main section.top .ad_badge .highlighter:after {content:''; position:absolute; z-index:-1; left:1px; bottom:-1px; width:100%; height:1px; background-color:#98c3ff;}
.body_container main section.top .ad_badge .bedge_event {display: inline-block; margin-right: 3px; height: 23px; padding: 0px 9px; background: #2F83F7; color: #fff; font-size: 12px; font-weight: 400; letter-spacing: 0; line-height: 22px; border-radius: 24px; vertical-align: bottom;}
.body_container main section.top .title { width:1200px; position:absolute; top:50%; transform:translateY(-50%);}
.body_container main section.top .title span{ font-weight: 300; font-size:31px; margin-bottom:1rem; display:inline-block; color:#fff}
.body_container main section.top .title h2{font-size: 79px; font-weight: 800; color: #fff; text-shadow:0 3px 6px rgba(0,0,0,0.1);}
.body_container main section.top .title p{font-size:25px;  color:#fff; margin-top:1rem; line-height:1.4; font-weight: 300; }

.body_container main section.top .btn_wrap_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.body_container main section.top .btn_wrap_main a {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 36px;
  font-size: 20px;
  letter-spacing: -1px;
}

.body_container main section.top .btn_wrap_main a:nth-child(1) {
  /*background: #fa9f36;*/
  color: #ffffff;
  font-weight: 500;
  padding-left: 30px;
  border: 2px solid #fff;
}

.body_container main section.top .btn_wrap_main a:nth-child(1) .ic_freepc {
  background: url("../images/main_new/ic_cta.svg") no-repeat 0 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.body_container main section.top .btn_wrap_main a:nth-child(2) .ic_downpc {
  background: url("../images/main_new/ic_cta.svg") no-repeat -36px 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.body_container main section.top .btn_wrap_main a:nth-child(1) .ic_freemo {
  display: none;
}
.body_container main section.top .btn_wrap_main a:nth-child(2) .ic_downmo {
  display: none;
}
.body_container main section.top .btn_wrap_main a:nth-child(1):hover,
.body_container main section.top .btn_wrap_main a:nth-child(1):active {
  background: #ed840a;
}

.body_container main section.top .btn_wrap_main a:nth-child(2) {
  border: 2px solid #fa9f36;
  background-color: #fff;
  color: #fa9f36;
  font-weight: 500;
}
.body_container main section.top .btn_wrap_main a:nth-child(2):hover,
.body_container main section.top .btn_wrap_main a:nth-child(2):active {
  border-color: #ed840a;
  color: #333333;
  background: #fff;
}
/*
.body_container main section.top .btn_wrap_main a:nth-child(2) .ic_arrowpc {
  background: url("../images/main_new/ic_cta.svg") no-repeat -134px 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}
*/
.body_container main section.top .btn_wrap_main a:nth-child(2) .ic_arrowpc {
  background: url("../images/main_new/ic_server2.svg") no-repeat center;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.body_container main section.top .phone_wrap {
  display: flex;
  width: 100%;
  padding: 0 35px;
  justify-content: center;
  position: sticky;
  top: calc(80px + 0.1vh);
  max-width: 780px;
  min-width: 550px;
  z-index: 8;
}

.body_container main section.top .phone_wrap .inner {
  position: relative;
  width: 100%;
}

.body_container main section.top .phone_wrap .inner img {
  position: relative;
  top: 2px;
  width: 100%;
  /*filter: drop-shadow(0px 40px 70px rgba(0, 0, 0, 0.1));*/
}

.body_container main section.top .phone_wrap .inner video {
  position: absolute;
  top: 6%;
  left: 50%;
  border-radius: 30px;
  transform: translateX(-50%);
  width: 79%;
}

.body_container main section.top .background_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  overflow: hidden;
  z-index: -1;
  background: #fa9f36;
  /*background: url(https://www.hotelstory.com/assets/hotelstory/img/svc/bg/visual04.jpg) no-repeat;*/
  background: url(/img/main_visual.jpg) no-repeat center; 
  margin: 0 auto;
  text-align:center;
  height: 100%;

}


.body_container main section.top .background_animation > div {
  position: absolute;
  max-width: 104px;
  /* top: -10%; */
  z-index: 9999;
  animation-name: upAnimation;
  transform: translateY(50%);
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.body_container main section.top .background_animation > div img {
  width: 100%;
}
.body_container main section.top .background_animation .background_animation9 {
  left: 15%;
  animation-delay: -15s;
}
.body_container main section.top .background_animation .background_animation1 {
  left: 0%;
  animation-delay: -1s;
}
.body_container main section.top .background_animation .background_animation2 {
  left: 7%;
  animation-delay: -7s;
}
.body_container main section.top .background_animation .background_animation3 {
  left: 7%;
  animation-delay: -7s;
}
.body_container main section.top .background_animation .background_animation10 {
  left: 15%;
  animation-delay: -15s;
}
.body_container main section.top .background_animation .background_animation14 {
  left: 28%;
  animation-delay: -3s;
}
.body_container main section.top .background_animation .background_animation3 {
  left: 20%;
  animation-delay: -6s;
}
.body_container main section.top .background_animation .background_animation13 {
  left: 22%;
  animation-delay: -10s;
}
.body_container main section.top .background_animation .background_animation4 {
  left: 24%;
  animation-delay: -7s;
}
.body_container main section.top .background_animation .background_animation5 {
  left: 25%;
  animation-delay: -19s;
}
.body_container main section.top .background_animation .background_animation6 {
  left: 58%;
  animation-delay: -3s;
}

.body_container main section.top .background_animation .background_animation8 {
  left: 72%;
  animation-delay: -2s;
}
.body_container main section.top .background_animation .background_animation11 {
  left: 76%;
  animation-delay: -16s;
}
.body_container main section.top .background_animation .background_animation2 {
  left: 77%;
  animation-delay: -7s;
}
.body_container main section.top .background_animation .background_animation9 {
  left: 80%;
  animation-delay: -11s;
}
.body_container main section.top .background_animation .background_animation12 {
  left: 80%;
  animation-delay: -18s;
}
.body_container main section.top .background_animation .background_animation7 {
  left: 90%;
  animation-delay: -4s;
}

@keyframes upAnimation {
  0% {
    transform: translateY(300vh);
  }
  100% {
    transform: translateY(-10vh);
  }
}

/* section SERVICE */
.body_container main section.service {
  background: #f4f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0;
  letter-spacing: -1px;
  overflow: hidden;
  margin:5rem 0 0;
}

.body_container main section.service .title {
  font-size: 48px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 40px;
}

.body_container main section .sub {
  color: #333333;
  font-weight: 300;
  font-size: 22px;
  text-align:center;
  line-height:32px;
}

.body_container main section.service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1200px;
  gap: 2vw;
 margin: 50px 0;
}

.body_container main section.service > .inner {
  position: relative;
  margin: 10px 0 0 60px;
  max-width: 1280px;
}

.body_container main section.service .wrap .box {
  background: #ffffff;
  box-shadow: 0 10px 30px #eee;
  border-radius: 20px;
  flex: 0 0 auto;
  display: flex;
  height: 237px;
  padding: 45px 0 0 50px;
  border: 1px solid #eaeaea;
}

.body_container main section.service .wrap .box:nth-child(1){
	background:url('../img/main_img04.jpg');
}
.body_container main section.service .wrap .box:nth-child(2){
	background:url('../img/main_img05.jpg');
}
.body_container main section.service .wrap .box:nth-child(3){
	background:url('../img/main_img06.jpg');
}
/*
.body_container main section.service .wrap .box:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px #e1e1e1;
  border: 1px solid #fa9f36;
}
*/
.body_container main section.service .wrap .box .inner {
  position: unset;
  margin: unset;
  max-width: unset;
}

.body_container main section.service .wrap .box .inner a > img {
  margin-bottom: clamp(25px, 1vw, 20px);
  max-width: 55px;
  width: 100%;
}

.body_container main section.service .wrap .box .t {
  font-size: clamp(14px, 2vw, 26px);
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #333;
}

.body_container main section.service .wrap .box .s {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  color: #fff;
  line-height: 150%;
  margin: 16px 0 24px 0;
}

.body_container main section.service .wrap .box .link {
  justify-content: start;
  font-size: 18px;
}

.body_container main .service .box .label {font-size:15px;font-weight:500;padding:5px 20px;border-radius:20px;}
.body_container main .service .box .label.bl {color:#2F83F7; border:1px solid #2F83F7;}
.body_container main .service .box .label.gr {color:#6DC26D; border:1px solid #6DC26D;}
.body_container main .service .box .label.yl {color:#F6BE2D; border:1px solid #F6BE2D;}
.body_container main .service .box .label.mt {color:#1DC7D1; border:1px solid #1DC7D1; margin-left:8px;}

/* 중간배너 */
.area_bn {margin:80px 0 0;}
.area_bn .link_bn_pc {display: block; text-align: center;}
.area_bn .link_bn_pc img {width: 100%; max-width: 1240px}
.area_bn .link_bn_mo {display:none;}

/* section PROCESS */
.body_container main section.process {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 135px 0 110px;
  overflow: hidden;
}

.body_container main section.process .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #a0b0bc;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.body_container main section.process .title {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 44px;
}

.body_container main section.process .link {
  font-size: 18px;
  font-weight: 700;
}

.body_container main section.process .wrap {
  width: 100%;
  position: relative;
}

.body_container main section.process .wrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center;
  flex-direction: column-reverse;
  width: 100%;
  max-width: unset;
  margin: unset;
  position: unset; */
}

.body_container main section.process .wrap .inner .process_content {
  display: flex;
}

.body_container main section.process .wrap .item_container {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 80px;
}

.body_container main section.process .wrap .item_container .box {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  flex-direction: column;
}

#main_process .slick-center {
  width: fit-content;
}
#main_process .slick-list {
  margin: 0 300px !important;
}
/* #main_process .slick-slide {margin:0 -300px !important;} */
@media screen and (max-width: 1670px) {
  #main_process .slick-list {
    margin: 0 200px !important;
  }
  /* #main_process .slick-slide {margin:0 -200px !important;} */
}
@media screen and (max-width: 1530px) {
  #main_process .slick-list {
    margin: 0 100px !important;
  }
  /* #main_process .slick-slide {margin:0 -100px !important;} */
}
@media screen and (max-width: 1290px) {
  #main_process .slick-list {
    margin: 0 !important;
  }
  /* #main_process .slick-slide {margin:0 !important;} */
}

.body_container main section.process .wrap .item_container .float.n {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease;
  width: 20vw;
}

.body_container main section.process .wrap .item_container .float.n.on {
  transform: translate(-50%, -50%) scale(1);
}

.body_container main section.process .wrap .item_container .float:not(.n) {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease;
}

.body_container main section.process .wrap .item_container .float.on {
  transform: translate(-50%, -50%) scale(1);
}

.body_container main section.process .process_badge {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.body_container main section.process .process_badge button {
  color: #a6b0b9;
  padding: 10px 24px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
}

.body_container main section.process .process_badge .slick-active button {
  background: #333;
  color: #fff;
}

.body_container main section.process .wrap .item_container img.background {
  width: 100%;
}

.body_container main section.process .wrap .item_container .float.pop1:not(.n) {
  transition-delay: 0.5s;
}

.body_container main section.process .wrap .item_container .float.pop2:not(.n) {
  transition-delay: 1s;
}

.body_container main section.process .wrap .item_container .float.pop3:not(.n) {
  transition-delay: 1.5s;
}

.body_container main section.process .wrap .item_container.item1 .pop1 {
  top: 57%;
  left: 89%;
  max-width: 306px;
}
.body_container main section.process .wrap .item_container.item1 .pop2 {
  top: 72%;
  left: 11%;
  max-width: 340px;
}

.body_container main section.process .wrap .item_container.item2 .pop1 {
  top: 63%;
  left: 91%;
}
.body_container main section.process .wrap .item_container.item2 .pop2 {
  top: 68%;
  left: 5%;
}
.body_container main section.process .wrap .item_container.item2 .pop3 {
  top: 32%;
  left: 96%;
}

.body_container main section.process .wrap .item_container.item3 .pop1 {
  top: 64%;
  left: 86%;
}
.body_container main section.process .wrap .item_container.item3 .pop2 {
  top: 37%;
  left: 96%;
}
.body_container main section.process .wrap .item_container.item3 .pop3 {
  top: 63%;
  left: 7%;
}

.body_container main section.process .wrap .item_container.item4 .pop1 {
  top: 36%;
  left: 88%;
  max-width: 380px;
}
.body_container main section.process .wrap .item_container.item4 .pop2 {
  top: 70%;
  left: 11%;
  max-width: 310px;
}

.body_container main section.process .wrap .button_wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.body_container main section.process .dot_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.body_container main section.process .dot_wrap li {
  width: 15px;
  height: 15px;
  background: #e6eaef;
  border-radius: 50%;
}

.body_container main section.process .dot_wrap li.on {
  background: #9ca3ae;
}

/* section office */
.body_container main .office  {background:#f4f9fb; display:flex; justify-content:center;  align-items:center; flex-direction:column; padding:150px 0; letter-spacing:-1px; overflow:hidden;}
.body_container main .office .title {font-size:48px; font-weight:600; color:#333333; margin-bottom:40px;}
.body_container main .office {padding:150px 0;}
.body_container main .office .wrap {display:grid; grid-template-columns:repeat(3, 1fr); width:100%; max-width:1200px; gap:3vw; margin:90px auto 0;}
.body_container main .office .wrap a {text-align:center;}
.body_container main .office .wrap .box {background:#fff; box-shadow:0 10px 30px #e4edf0; transition:.2s; border-radius:25px; flex:0 0 auto; display:flex; height:260px; padding:40px 0 0 60px; flex-direction:column;}
.body_container main .office .wrap .box:hover {background:#fff;box-shadow:0 10px 30px #d9e7ed; cursor:pointer; transform:translateY(-10px);}
.body_container main .office .wrap .box .con {margin:20px 0 0 0; text-align:left;}
.body_container main .office .wrap .box .con a > img {margin-bottom:clamp(30px, 1vw, 20px); max-width:150px; width:100%;}
.body_container main .office .wrap .box .tit {font-size:clamp(22px, 2vw, 30px); font-weight:600; color:#333; margin:26px 0 30px; line-height:150%;}
.body_container main .office .wrap .box .label {font-size:15px; font-weight:500; padding:5px 13px; border-radius:20px;}
.body_container main .office .wrap .box .label.bl {color:#2F83F7; border:1px solid #2F83F7;}
.body_container main .office .wrap .box .label.gr {color:#6DC26D; border:1px solid #6DC26D;}
.body_container main .office .wrap .box .label.yl {color:#F6BE2D; border:1px solid #F6BE2D;}
.body_container main .office .wrap .box .label.mt {color:#1DC7D1; border:1px solid #1DC7D1; margin-left:8px;}


/* section CHAT */
.body_container main section.chat {
}

.body_container main section.chat .pc {
  background: #f4f6f9;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 100px;
  height: calc(550px * 6);
}

.body_container main section.chat .mobile {
  display: none;
}

.body_container main section.chat .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 600px;
  position: sticky;
  margin: 200px 0;
  top: 26%;
  width: 500px;
}

.body_container main section.chat .left .title {
  font-size: 48px;
  color: #333;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 22px;
}

.body_container main section.chat .pc .left .title_container {
  position: relative;
  width: 100%;
}

.body_container main section.chat .pc .left ul li span {
  cursor: default;
}

.body_container main section.chat .pc .left .title_wrap:nth-of-type(1) {
  position: relative;
}

.body_container main section.chat .pc .left .title_wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -999;
}

.body_container main section.chat .pc .left .title_wrap.on {
  opacity: 1;
  z-index: 50;
}

.body_container main .ic_chat1pc {
  background: url("../images/main_new/ic_emoji.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.body_container main .ic_chat2pc {
  background: url("../images/main_new/ic_emoji.svg") no-repeat -44px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.body_container main .ic_chat3pc {
  background: url("../images/main_new/ic_emoji.svg") no-repeat -84px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.body_container main .ic_chat4pc {
  background: url("../images/main_new/ic_emoji.svg") no-repeat -128px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.body_container main .ic_chat5pc {
  background: url("../images/main_new/ic_emoji.svg") no-repeat -170px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.body_container main section.chat .left .link {
  font-size: 18px;
  margin-bottom: 44px;
  margin-left: 5px;
  justify-content: start;
}

.body_container main section.chat .pc .left {
  transition: opacity 0.3s ease;
}

.body_container main section.chat .pc .left.on {
}

.body_container main section.chat .left ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 20px;
}

.body_container main section.chat .left ul li {
  font-size: 22px;
  color: #cbd5e3;
  font-weight: 600;
  position: relative;
  line-height: 220%;
  cursor: pointer;
}

.body_container main section.chat .left ul li span {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 15px;
  background: url("../images/main_new/ic_number.svg");
}
.body_container main section.chat .left ul li span.num01 {
  background-position: -5px 40px;
}
.body_container main section.chat .left ul li span.num02 {
  background-position: -49px 40px;
}
.body_container main section.chat .left ul li span.num03 {
  background-position: -93px 40px;
}
.body_container main section.chat .left ul li span.num04 {
  background-position: -137px 40px;
}
.body_container main section.chat .left ul li span.num05 {
  background-position: -181px 40px;
}

.body_container main section.chat .left ul li:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 44px;
  width: 3px;
  background: #d7e0ec;
  left: 16px;
}
.body_container main section.chat .left ul li:last-child:before {
  display: none;
}
.body_container main section.chat .left ul li.on:before {
  background: #00d2df;
}

.body_container main section.chat .left ul li.on {
  color: #00d2df;
}
.body_container main section.chat .left ul li.on span {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 10px;
  background: url("../images/main_new/ic_number.svg");
}
.body_container
  main
  section.chat
  .left
  ul
  li[data-scroll-position="1"].on
  span.num01 {
  background-position: -5px -6px;
}
.body_container
  main
  section.chat
  .left
  ul
  li[data-scroll-position="2"].on
  span.num02 {
  background-position: -49px -6px;
}
.body_container
  main
  section.chat
  .left
  ul
  li[data-scroll-position="3"].on
  span.num03 {
  background-position: -93px -6px;
}
.body_container
  main
  section.chat
  .left
  ul
  li[data-scroll-position="4"].on
  span.num04 {
  background-position: -137px -6px;
}
.body_container
  main
  section.chat
  .left
  ul
  li[data-scroll-position="5"].on
  span.num05 {
  background-position: -181px -6px;
}

.body_container main section.chat .right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: fit-content;
  position: sticky;
  margin: 200px 0;
  top: 26%;
}

.body_container main section.chat .right > video {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius:20px;
}

.body_container main section.chat .right > video:nth-child(1) {
  position: static;
}
/*
.body_container main section.chat .right > video.opacity {
    opacity: .5;
}
*/

/* section DIFFERENT */
.body_container main section.different {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*background: #ffffff;*/
  /*background: #f4f9fb;*/
  /*padding: 150px 0;*/
  
}

.body_container main section.different .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #a0b0bc;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}

.body_container main section.different .sub img {
  position: relative;
  top: 1px;
}

.body_container main section.different .title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  line-height: 140%;
  margin-bottom: 30px;
}

.body_container main section.different .sub {
    color: #333333;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
	margin-bottom: 90px;
}

.body_container main section.different .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  margin-bottom: 40px;
}

.body_container main section.different .wrap .box {
  border-radius: 40px;
  padding: min(5vw, 75px) min(4vw, 70px);
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;
}

.body_container main section.different .wrap .box:nth-child(1) {
  background: #d7f0f5;
}

.body_container main section.different .wrap .box:nth-child(2) {
  background: #27426a;
}

.body_container main section.different .wrap .box .t {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  color: #333;
}

.body_container main section.different .wrap .box:nth-child(2) .t {
  color: #ffffff;
  letter-spacing: -1px !important;
}

.body_container main section.different .wrap .box .link {
  font-size: 18px;
  justify-content: start;
}

.body_container main section.different .wrap .box:nth-child(1) picture img {
  position: absolute;
  right: 0;
  bottom: 7%;
  width: 60%;
}

.body_container main section.different .wrap .box:nth-child(2) .secu-i-wrap {
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 7%;
  width: 41%;
}

.body_container
  main
  section.different
  .wrap
  .box:nth-child(2)
  .secu-i-wrap
  > img {
  width: 100%;
}

.body_container
  main
  section.different
  .wrap
  .box:nth-child(2)
  .secu-i-wrap
  > img:nth-child(2) {
  position: absolute;
  right: -31%;
  bottom: -26%;
  z-index: 2;
}

.body_container main section.different .wrap .box:nth-child(2) .link {
  color: #c8d1de;
}

.body_container main section.different .wrap .box:nth-child(2) .link img {
  fill: #c8d1de !important;
}

.body_container main section.different .box.long {
  width: 100%;
  background: #fa9f36;
  max-width: 1000px;
  border-radius: 40px;
  display: flex;
  padding: 70px 100px 0;
  justify-content: space-between;
}

.body_container main section.different .box.long img {
  width: 40%;
}

.body_container main section.different .box.long .wrap {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  width: fit-content;
  align-items: start;
  justify-content: start;
}

.body_container main section.different .box.long .wrap .t {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 140%;
}

.body_container main section.different .box.long .wrap .link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: -1px !important;
    font-size: 18px;
}

/* add */
#section_compnay {margin-top:50px}
#section_compnay > div{max-width:1200px; margin:0 auto;}
article.section_compnay_img{flex:1; position: relative;}
article.section_compnay_img > div:first-child{text-align:center;}
article.section_compnay_img > div:first-child:after{content:''; display:block; background-color:#e8eef5; background-image:url('/img/logo.svg'); background-repeat:no-repeat; background-position:center; width:290px; height:200px; position:absolute; top:130px; background-size:65%}
article.section_compnay_img > div:last-child{text-align:right; margin-top:1rem;}
article.section_compnay_txt{flex:1; display:flex; flex-direction:column; justify-content:center}
article.section_compnay_txt > h2{font-size:2rem; margin-bottom:10px; }
article.section_compnay_txt > h3{font-size:3rem; margin-bottom:4rem; line-height:1.3}
article.section_compnay_txt > p{font-size:23px; line-height:1.5}
.service_img > p{font-size:27px; text-align:center; margin:50px 0 20px; font-weight:600}
#section_compnay > div > h2{text-align:center; font-size:48px; margin:90px auto 50px}
#section_compnay > div ul{display:flex; gap:20px; flex-wrap:wrap}
#section_compnay > div ul li{padding:40px 20px; border-radius:5px; width:calc(50% - 10px);}
#section_compnay > div ul li:nth-child(1){background-color:#3f99d5;}
#section_compnay > div ul li:nth-child(2){background-color:#345edd;}
#section_compnay > div ul li:nth-child(3){background-color:#20b7bd;}
#section_compnay > div ul li:nth-child(4){background-color:#26b6f2;}
#section_compnay > div ul h3{display:flex; margin-bottom:10px; color:rgba(255,255,255,0.8); font-size:21px; font-weight:400}
#section_compnay > div ul h3 span{display:flex; align-items:center;}
#section_compnay > div ul h3 span:before{content:''; display:block; width: 1px; height:15px; background-color:rgba(255,255,255,0.3); margin:0 10px 0}
#section_compnay > div ul p{font-size:24px; font-weight:600; color:#fff}
#section_compnay > div ul p br{display:none}

.section03_wrap{position:relative; background-image:url('../img/main_bg02.jpg'); background-size:cover; height:90vh; width:100%; margin:90px 0 0; display:flex;}
.section03_wrap > article{width:calc(100% / 4); border-right:1px solid #626262; display:flex; flex-direction:column; align-items:center; justify-content:center; padding-top:7%}
.section03_wrap > article:last-child{border-right:0}
.section03_wrap > article > div{max-width:80%; height:50%; text-align:center}
.section03_wrap > article > div > img{max-width:40%}
.section03_wrap > article > div > p{margin-top:50px; color:#fff; font-size:19px; line-height:1.5; word-break:keep-all; text-align:center; font-weight:300}
.section03_wrap > h2{font-size:31px; position:absolute; top:10vh; left:3vw; color:#fff; font-weight:400; line-height:1.4; z-index:2}

/* section CUSTOMER-EX */
.body_container main section.customer-ex {
  background: linear-gradient(180deg, rgba(244, 246, 249, 0) 20%, #f4f6f9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0 130px;
}

.body_container main section.customer-ex .sub:nth-child(1) {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #a0b0bc;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.body_container main section.customer-ex .title {
  color: #333;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 38px;
  text-align: center;
}

.body_container main section.customer-ex .marquee_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 610px;
  margin: 90px 0 0 0;
}

.body_container main section.customer-ex .marquee_container .marquee_inner {
  width: 200%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 40px;
}

.body_container
  main
  section.customer-ex
  .marquee_container
  .marquee_inner:hover
  .wrap {
  animation-play-state: paused;
}

.body_container main section.customer-ex .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  animation: marquee 30s linear infinite;
}

.body_container main section.customer-ex .wrap .box {
  display: inline-flex;
  flex-direction: column;
  border-radius: 30px;
  width: 480px;
  overflow: hidden;
  flex: 0 0 auto;
}

.body_container main section.customer-ex .wrap .box img {
  width: 100%;
}

.body_container main section.customer-ex .wrap .box .inner {
  padding: 40px 40px 50px 44px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  max-width: unset;
  position: unset;
  margin: unset;
}

.body_container main section.customer-ex .wrap .box .inner .t {
  color: #333;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 18px;
}

.body_container main section.customer-ex .wrap .box .inner .s {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
  letter-spacing: -1px !important;
}

.body_container main section.customer-ex .wrap .box .inner .f {
  color: #888;
  font-size: 20px;
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* section COMPANY-LIST */
.body_container main section.company-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 150px;
}

.body_container main section.company-list .title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  color: #333;
  margin-bottom: 30px;
}

.body_container main section.company-list .link {
  margin-bottom: 100px;
}

.body_container main section.company-list .container_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.body_container main section.company-list .container_wrap .marquee_container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 104px;
}

.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container
  .marquee_inner {
  width: 200%;
  display: flex;
  position: absolute;
  top: 0;
  animation: 50s linear infinite;
  gap: 40px;
}

.body_container
  main
  section.company-list
  .container_wrap.mobile
  .marquee_container
  .marquee_inner {
  animation: 20s linear infinite;
  gap: 57px;
}

.body_container main section.company-list .container_wrap.mobile {
  display: none;
}

.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container.no1
  .marquee_inner {
  animation-name: marqueeToLeft;
  left: 0;
}
.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container.no2
  .marquee_inner {
  animation-name: marqueeToRight;
  right: 0;
}
.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container.no3
  .marquee_inner {
  animation-name: marqueeToLeft;
  left: 0;
}
.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container.no4
  .marquee_inner {
  animation-name: marqueeToRight;
  right: 0;
}

.body_container
  main
  section.company-list
  .container_wrap
  .marquee_container
  .marquee_inner
  .wrap {
  display: flex;
  gap: 57px;
}

@keyframes marqueeToLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marqueeToRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

/* section LAST */
.body_container main section.last {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 100px;
  gap: 40px;
  height: 240px;
  position: relative;
  z-index: 2;
}

.body_container main section.last .title {
  color: #333333;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  letter-spacing:-1px;
}

.body_container main section.last .btn_wrap_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.body_container main section.last .btn_wrap_main a {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 50px;
  text-align:center;
  color: #fff;
}

.body_container main section.last .btn_wrap_main a:nth-child(1):hover,
.body_container main section.last .btn_wrap_main a:nth-child(1):active {
  background: #ed840a;
}
.body_container main section.last .title .ic_twinklepc {
  background: url("../images/main_new/ic_twinkle.svg") no-repeat 0 0;
  width: 43px;
  height: 44px;
  display: inline-block;
}
.body_container main section.last .title .ic_twinklemo {
  display: none;
}

.body_container main section.last .btn_wrap_main a:nth-child(1) .ic_freepc {
  background: url("../images/main_new/ic_cta.svg") no-repeat 0 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.body_container main section.last .btn_wrap_main a:nth-child(2):hover,
.body_container main section.last .btn_wrap_main a:nth-child(2):active {
  background: transparent;
  color: #fa9f36;
}
.body_container main section.last .btn_wrap_main a:nth-child(1) {
  background: #fa9f36;
  padding-left: 30px;
}
.body_container main section.last .btn_wrap_main a:nth-child(2) {
  background: transparent;
  color: #333333;
  border: 1px solid #fa9f36;
}
.body_container main section.last .btn_wrap a:nth-child(1) .ic_freepc {
  background: url("../images/main_new/ic_cta.svg") no-repeat 0 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.body_container main section.last .btn_wrap_main a:nth-child(2) .ic_downpc {
  background: url("../images/main_new/ic_cta.svg") no-repeat -36px 0;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.body_container main section.last .btn_wrap_main a:nth-child(1) .ic_freemo {
  display: none;
}
.body_container main section.last .btn_wrap_main a:nth-child(2) .ic_downmo {
  display: none;
}

.body_container main section.last .background_items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #fa9f3614;
}

.body_container main section.last .background_items img {position: absolute;}

.body_container main section.last .background_items img:nth-of-type(1) {
  top: 66%; left: 7%; width: 35px;}
.body_container main section.last .background_items img:nth-of-type(2) {
  top: 27%; left: 73%; width: 77px;}
.body_container main section.last .background_items img:nth-of-type(3) {
  top: 42%; left: 7%; width: 68px;}
.body_container main section.last .background_items img:nth-of-type(4) {
  top: 27%; left: 19%; width: 55px;}
.body_container main section.last .background_items img:nth-of-type(5) {
  top: 96%; left: 86%; width: 86px;}
.body_container main section.last .background_items img:nth-of-type(6) {
  top: 41%; left: 84%; width: 63px;}
.body_container main section.last .background_items img:nth-of-type(7) {
  top: 80%; left: 80%; width: 66px;}
.body_container main section.last .background_items img:nth-of-type(8) {
  top: 123%; left: 17%; width: 100px;}
.body_container main section.last .background_items img:nth-of-type(9) {
  top: 99%; left: 26%; width: 60px;}


/*Hotissue*/
.body_container main .hotissue .wrap_issue{
  display:flex;
  align-items: stretch;
  gap: 40px;
  max-width:1200px;
  width:100%;
}
.body_container main .hotissue .col1 {
  display:flex;
  gap:40px;
  max-width:690px;
  width:60%;
  flex-direction: column;
}
.body_container main .hotissue .col2 {
  max-width:480px;
  width:40%;
}
.body_container main .hotissue .box {
   border-radius: 40px;
   padding: min(4vw, 75px) min(4vw, 70px);
   display: flex;
   flex-direction: column;
   position: relative;
   overflow: hidden;
   /*width: 100%;*/
}
.body_container main .hotissue .label {
  padding: 2px 16px;
  border-radius:30px;
  font-size:14px;
  color:#FFF;
  letter-spacing:0;
  box-sizing:border-box;
}
.body_container main .hotissue .box .t{
  margin-top:12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  color: #333;
}
.body_container main .hotissue .wrap_issue .col2 .wrap_img {margin:0 auto;}

.body_container main .hotissue .b1 {
  background:#EAFAF2;
}
.body_container main .hotissue .b1 .label{
  background:#3ED087;
}
.body_container main .hotissue .b1 .wrap_tit{
  margin-top:-60px;
}
.body_container main .hotissue .link{
  margin-top:32px;
}
.body_container main .hotissue .b1 .wrap_img{
  text-align:right;
}
.hotissue .b1 .wrap_img, .hotissue .b2 .wrap_img {
  margin-bottom:40px;
}
.body_container main .hotissue .b2 {
  background:#F5F1FE;
}
.body_container main .hotissue .b2 .label{
  background:#BC9DFB;
}
.body_container main .hotissue .b2 .wrap_img{
  margin-top:-110px;
  text-align:right;
}
.body_container main .hotissue .b3 {
  background:#F4F6F9;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between
}
.body_container main .hotissue .b3 .label{
  background:#25CAD3;
}

	/* ipad mini */	
  @media screen and (max-width: 768px) {	
  h2 {line-height:140%;}
  br.m {display:block;}
  em:not(.n) {display: block;}	
  .none {display: none;}	
  .body_container {position: relative;}	
  .body_container .top_popup.pc {display: none;}	
  .body_container .top_popup.m {display: flex;}	
  .body_container .mfloat_menu.on {display: flex;}	
  .body_container header .wrap.design_a nav.pc {display:none; }	
  .body_container header .wrap.design_a nav.mobile {display: block;}
  .body_container main section.top .phone_wrap .inner video {display:none;}

  .body_container main section.top .ad_badge.pc {display:none; }
  .body_container main section.top .ad_badge.mo {display:block;}
  .body_container main section.top .ad_badge {padding:8px 14px; /*margin-bottom:20px;*/ font-size:19px;}
  .body_container main section.top .ad_badge a {font-size:14px; position:relative; top:-2px;}

  /*  MAIN  */


  .body_container main section.top .title {
    line-height: unset;
	width:100%
  }
  .body_container main section.top .title em {
    /*letter-spacing: -4px !important;*/
    font-weight: 600;
	font-size:30px
  }

  .body_container main section.top .title br {
    display: none;
  }

  .body_container main section.top .btn_wrap_main {
    margin-bottom: 60px;
    gap: 12px;
  }

  .body_container main section.top .btn_wrap_main a {
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 50px;
  }

  .body_container main section.top .btn_wrap_main a:nth-child(1) {
    padding-left: 20px;
  }

  .body_container main section.top .btn_wrap_main a:nth-child(2) {
    border: 1px solid #00b3ce;
  }

  .body_container main section.top .btn_wrap_main a:nth-child(1) .ic_freemo {
    display: none;
    /* background:url("../images/main_new/ic_cta.svg") no-repeat -75px 0; width:19px; height:17px; position:relative; top:-1px; display:inline-block;*/
  }
  .body_container main section.top .btn_wrap_main a:nth-child(2) .ic_downmo {
    display: none;
  }
  .body_container main section.top .btn_wrap_main a:nth-child(1) .ic_freepc {
    display: none;
  }
  .body_container main section.top .btn_wrap_main a:nth-child(2) .ic_downpc {
    display: none;
  }
  .body_container main section.top .btn_wrap_main a:nth-child(2) .ic_arrowpc {
    display: none;
  }
  .body_container main section.top .btn_wrap_main a:nth-child(2) .ic_arrowmo {
    background: url("../images/main_new/ic_cta.svg") no-repeat -167px 0;
    width: 19px;
    height: 17px;
    position: relative;
    top: -1px;
    display: inline-block;
  }

  .body_container main section.top .phone_wrap {
    max-width: 780px;
    min-width: 320px;
  }

  .body_container main section.top .background_animation > div {
    max-width: 33px;
  }

  .body_container main .office  {padding:80px 0 20px;}
  .body_container main .office .title {text-align:center; margin-bottom:0;}
  .body_container main .office .wrap .box .inner {margin-top:40px;}
  .body_container main .office .wrap {gap:20px;	overflow-x:scroll; height:360px; align-items:center; -ms-overflow-style: none; scrollbar-width:none; padding:0 24px; width:88%;	align-self:flex-start; margin:0 auto; }
  .body_container main .office .wrap::-webkit-scrollbar {display:none;}
  .body_container main .office .wrap .box {width:280px; height:240px; padding:0; border-radius:20px; align-items:center;}
  .body_container main .office .wrap .box .con {margin:40px 0 0 0;}
  .body_container main .office .wrap .box .con > img {width:80%;}
  .body_container main .office .wrap .box .label {font-size:14px; padding:3px 10px;}
 
  /*  section SERVICE  */
  .body_container main section.service {
    padding: 80px 0 0;
  }

  .body_container main section.service .title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .body_container main section.service .sub {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
  }

  .body_container main section.service .wrap::-webkit-scrollbar {
    display: none;
  }

  .body_container main section.service .wrap .box .inner > img {
    margin-bottom: 18px;
  }

  .body_container main section.service .wrap .box .t {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .body_container main section.service .wrap .box .s {
    font-size: 14px;
    margin-bottom: 26px;
  }

  .body_container main section.service .wrap .box .link {
    font-size: 15px;
  }
  #section_compnay > div{width:100%;}
  /* 중간배너 */
  .area_bn {margin:60px 0 0;}
  .area_bn .link_bn_pc {display:none;}
  .area_bn .link_bn_mo {display:block;}
  .area_bn .link_bn_mo a {display:flex; justify-content:center; border-radius:6px;}


  /*  section PROCESS  */
  .body_container main section.process {
    padding: 70px 0 30px;
  }

  .body_container main section.process .sub {
    margin-bottom: 18px;
    font-size: 16px;
    gap: 8px;
  }

  .body_container main section.process .sub img {
    width: 20px;
  }

  .body_container main section.process .title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 180%;
  }

  .body_container main section.process .link {
    margin-bottom: 40px;
    font-size: 15px;
  }

  
  .body_container main section.process .wrap {width: 100%;}
  .body_container main section.process .wrap > img {width: 40%;}
  .body_container main section.process .process_badge button {padding: 5px 12px; font-size: 15px;}

  .body_container main section.process .wrap .item_container.item1 .pop1 {
    top: 47%; left: 92%; max-width: 100px;}
  .body_container main section.process .wrap .item_container.item1 .pop2 {
    top: 57%; left: 11%; max-width: 100px;}
  .body_container main section.process .wrap .item_container.item2 .pop1 {
    top: 52%; left: 92%; max-width: 70px;}
  .body_container main section.process .wrap .item_container.item2 .pop2 {
    top: 54%; left: 5%; max-width: 80px;}
  .body_container main section.process .wrap .item_container.item2 .pop3 {
    top: 22%; left: 95%; max-width: 40px;}
  .body_container main section.process .wrap .item_container.item3 .pop1 {
    top: 47%; left: 89%; max-width: 100px;}
  .body_container main section.process .wrap .item_container.item3 .pop2 {
    top: 23%; left: 95%; max-width: 60px; }
  .body_container main section.process .wrap .item_container.item3 .pop3 {
    top: 51%; left: 10%; max-width: 70px; }
  .body_container main section.process .wrap .item_container.item4 .pop1 {
    top: 55%; left: 90%; max-width: 100px; }
  .body_container main section.process .wrap .item_container.item4 .pop2 {
    top: 57%; left: 11%; max-width: 120px;}


  /*  section CHAT  */
  .body_container main section.chat {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 60px 0 0 0;
    gap: 0;
    height: 4000px;
    background: #f4f6f9;
    position: relative;
  }

  .body_container main section.chat .pc {
    display: none;
  }

  .body_container main section.chat .mobile {
    position: sticky;
    top: 110px;
    height: 640px;
    width: 100%;
    bottom: 110px;
    display: block;
  }

  .body_container main section.chat .mobile .left {
    align-items: center;
    margin: 0;
    transform: unset;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .body_container main section.chat .mobile .left video {
    margin-top: 20px;
    width: 40vh;
    order: 5;
    border-radius:16px;
  }

  .body_container main section.chat .mobile .left:nth-of-type(1) {
    opacity: 1;
  }

  .body_container main section.chat .left .title {
    order: 2;
    margin: 10px 0 18px 0;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }

  .body_container main section.chat .left .sub {
    order: 3;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .body_container main .ic_chat1mo {
    background: url("../images/main_new/ic_emoji.svg") no-repeat 0 -43px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .body_container main .ic_chat2mo {
    background: url("../images/main_new/ic_emoji.svg") no-repeat -27px -43px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .body_container main .ic_chat3mo {
    background: url("../images/main_new/ic_emoji.svg") no-repeat -51px -43px;
    width: 25px;
    height: 27px;
    display: inline-block;
  }
  .body_container main .ic_chat4mo {
    background: url("../images/main_new/ic_emoji.svg") no-repeat -79px -43px;
    width: 25px;
    height: 27px;
    display: inline-block;
  }
  .body_container main .ic_chat5mo {
    background: url("../images/main_new/ic_emoji.svg") no-repeat -106px -43px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }

  .body_container main section.chat .left .link {
    order: 4;
    margin-bottom: 0;
    font-size: 15px;
  }

  .body_container main section.chat .left ul {
    flex-direction: row;
    padding: 0;
    margin: 0 11px 20px;
  }

  .body_container main section.chat .left ul li {
    font-size: 17px;
    padding-right: 10px;
  }

  .body_container main section.chat .left ul li:last-child {
    padding-right: 0px;
  }

  .body_container main section.chat .left ul li:before {
    left: 0;
    top: -4px;
    width: 100%;
    height: 3px;
  }

  .body_container main section.chat .left ul li:last-child::before {
    display: block;
  }

  .body_container main section.chat .right {
    overflow: hidden;
    height: 100vw;
    max-height: 500px;
    position: sticky;
    top: 346px;
    gap: 0;
  }

  .body_container main section.chat .right video:nth-child(1) ~ video {
    position: absolute;
    top: 100%;
  }

  .body_container main section.chat .right video:nth-child(1) {
    z-index: 1;
  }
  .body_container main section.chat .right video:nth-child(2) {
    z-index: 2;
  }
  .body_container main section.chat .right video:nth-child(3) {
    z-index: 3;
  }
  .body_container main section.chat .right video:nth-child(4) {
    z-index: 4;
  }
  .body_container main section.chat .right video:nth-child(5) {
    z-index: 5;
  }

  /*  section DIFFERENT  */
  .body_container main section.different {
    /*padding: 60px 0 46px;*/
	padding: 0px 0 46px;
  }

  .body_container main section.different .sub {
    font-size: 16px;
    margin-bottom: 14px;
    gap: 6px;
	line-height:25px;
  }

  .body_container main section.different .sub img {
    width: 16px;
    position: relative;
    top: 2px;
  }

  .body_container main section.different .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 40px;
  }

  .body_container main section.different .wrap {
    flex-direction: column;
  }

  .body_container main section.different .wrap .box,
  .body_container main section.different .box.long {
    width: 80%;
    height: 340px;
    flex-direction: column;
    padding: 40px 0 0;
    align-items: center;
    gap: 0;
    border-radius: 30px;
	margin-top: 40px;
  }

  .body_container main section.different .wrap .box .t {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 18px;
  }

  .body_container main section.different .wrap .box .link {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .body_container main section.different .wrap .box:nth-child(2) .secu-i-wrap {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 40%;
  }

  .body_container main section.different .wrap .box:nth-child(2) .link {
    margin-bottom: 40px;
  }

  .body_container main section.different .box.long .wrap {
    align-items: center;
    gap: 0;
  }

  .body_container main section.different .box.long .wrap .t {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .body_container main section.different .box.long .wrap .link {
    font-size: 15px;
    white-space: nowrap;
  }

  .body_container main section.different .box.long img {
    width: 90%;
  }

  .body_container main section.different .wrap .box:nth-child(1) picture img {
    width: 100%;
    bottom: 0;
  }

  .body_container
    main
    section.different
    .wrap
    .box:nth-child(2)
    .secu-i-wrap
    > img {
    width: 120%;
  }


  /*hotissue*/
  .body_container main .hotissue .wrap_issue {
     flex-direction: column;
  }
  .body_container main .hotissue .col1{
    width:100%;
    align-items: center;
  }
  .body_container main .hotissue .col2 {
    width:100%;
  }
  .body_container main .hotissue .box {
    width: 80%;
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 0;
    align-items: center;
    border-radius: 30px;
    text-align:center;
  }
  .body_container main .hotissue .col2 .box {height:400px;}
  .body_container main .hotissue .col2 .box .wrap_img {margin:40px 0 0;}

  .body_container main .hotissue .wrap_tit{
    text-align:center;
  }
  .body_container main .hotissue .box .t {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin:12px 0 20px;
  }
  .body_container main .hotissue .label{
    font-size:12px;
  }
  .body_container main .hotissue .link {
    font-size:15px;
    justify-content: center;
    margin-top:24px;
  }
  .body_container main .hotissue .b1 {
    flex-direction: column-reverse;
  }
  .body_container main .hotissue .b1 .wrap_tit{
    margin:0;
  }
  .body_container main .hotissue .b2 .wrap_img{
    margin-top:0;
    text-align:center;
  }
  .body_container main .hotissue .b2 .wrap_img img {
    width:70%;
  }
  .body_container main .hotissue .b3 {
    margin: 0 auto;
  }
  .body_container main .hotissue .b3 .wrap_img img {
    width:70%;
  }
  

  /*  section CUSTOMER EX  */
  .body_container main section.customer-ex {
    padding: 60px 0 20px;
  }

  .body_container main section.customer-ex .sub:nth-child(1) {
    font-size: 16px;
    gap: 6px;
  }

  .body_container main section.customer-ex .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 18px;
  }

  .body_container main section.customer-ex .sub img {
    width: 19px;
    position: relative;
    top: 1px;
  }

  .body_container main section.customer-ex > *:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: center;
  }

  .body_container main section.customer-ex .marquee_container {
    height: 360px;
    margin: 10px 0 20px 0;
  }

  .body_container main section.customer-ex .marquee_container .marquee_inner {
    animation-duration: 10s;
  }

  .body_container main section.customer-ex .wrap {
    flex-wrap: nowrap;
  }

  .body_container main section.customer-ex .wrap .box {
    width: 260px;
  }

  .body_container main section.customer-ex .wrap .box .inner {
    padding: 32px 24px;
  }

  .body_container main section.customer-ex .wrap .box .inner .t {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .body_container main section.customer-ex .wrap .box .inner .s {
    display: none;
  }

  .body_container main section.customer-ex .wrap .box .inner .link {
    font-size: 15px;
  }

  /*  section COMPANY-LIST  */
  .body_container main section.company-list {
    padding: 60px 0 30px;
  }

  .body_container main section.company-list .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 18px;
  }

  .body_container main section.company-list .link {
    font-size: 15px;
    margin-bottom: 48px;
  }

  .body_container main section.company-list .container_wrap.pc {
    display: none;
  }

  .body_container main section.company-list .container_wrap.mobile {
    display: flex;
  }

  .body_container main section.company-list .container_wrap .marquee_container {
    height: 45px;
  }

  .body_container
    main
    section.company-list
    .container_wrap
    .marquee_container
    .marquee_inner {
    gap: 24px;
  }

  .body_container
    main
    section.company-list
    .container_wrap
    .marquee_container
    .marquee_inner
    .wrap {
    gap: 24px;
  }

  /*  section LAST  */

  .body_container main section.last {
    padding: 80px 0 50px;
    height: 74vh;
    justify-content: start;
  }

  .body_container main section.last .title {
    font-size: 24px;
    line-height: 170%;
    letter-spacing: -2.5px;
  }

  .body_container main section.last .title .ic_twinklepc {
    display: none;
  }
  
  .body_container main section.last .btn_wrap_main a:nth-child(1) .ic_freemo {
    display: none;
  }

  .body_container main section.last .title .ic_twinklemo {
    background: url("../images/main_new/ic_twinkle.svg") no-repeat -44px 0;
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .body_container main section.last .btn_wrap_main {
    gap: 12px;
  }

  .body_container main section.last .btn_wrap_main a {
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 50px;
  }

  .body_container main section.last .btn_wrap_main a:nth-child(1) {
    padding-left: 15px;
  }

  .body_container main section.last .btn_wrap_main a:nth-child(1) .ic_freemo {
    background: url("../images/main_new/ic_cta.svg") no-repeat -75px 0;
    width: 19px;
    height: 17px;
    position: relative;
    top: -1px;
    display: inline-block;
  }
  .body_container main section.last .btn_wrap_main a:nth-child(2) .ic_downmo {
    display: none;
  }
  .body_container main section.last .btn_wrap_main a:nth-child(1) .ic_freepc {
    display: none;
  }
  .body_container main section.last .btn_wrap_main a:nth-child(2) .ic_downpc {
    display: none;
  }

  .body_container main section.last .background_items {
    height: calc(100vh - 140px);
  }

  .body_container main section.last .background_items img:nth-of-type(1) {
    top: 50%; left: 62%; width: 35px;}
  .body_container main section.last .background_items img:nth-of-type(2) {
    top: 57%; left: 69%; width: 55px;}
  .body_container main section.last .background_items img:nth-of-type(3) {
    top: 72%; left: 22%; width: 68px;}
  .body_container main section.last .background_items img:nth-of-type(4) {
    top: 60%; left: 33%; width: 50px;}
  .body_container main section.last .background_items img:nth-of-type(5) {
    top: 47%; left: 90%; width: 86px;}
  .body_container main section.last .background_items img:nth-of-type(6) {
    top: 50%; left: 51%; width: 63px;}
  .body_container main section.last .background_items img:nth-of-type(7) {
    top: 28%; left: 86%; width: 66px;}
  .body_container main section.last .background_items img:nth-of-type(8) {
    top: 16%; left: -1%; width: 90px;}
  .body_container main section.last .background_items img:nth-of-type(9) {
    top: 14%; left: 20%; width: 60px;}
  

  @keyframes upAnimation {
    0% {
      transform: translateY(200vh);
    }
    100% {
      transform: translateY(-10vh);
    }
  }
}

@media screen and (max-width: 425px) {
  br.m {display:block;}
  .body_container main section.top .phone_wrap {
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  br.m {display:block;}
  .body_container main section.last {
    padding: 110px 0 50px;
    height: 85vh;
    justify-content: start;
  }

  .body_container main section.last .background_items {
    height: calc(120vh - 65px);
  }
  .body_container main section.last .background_items img:nth-of-type(1) {
    top: 56%; left: 46%; width: 35px;}
  .body_container main section.last .background_items img:nth-of-type(2) {
    top: 53%; left: 64%; width: 55px;}
  .body_container main section.last .background_items img:nth-of-type(3) {
    top: 66%; left: 22%; width: 68px;}
  .body_container main section.last .background_items img:nth-of-type(4) {
    top: 55%; left: 33%; width: 50px;}
  .body_container main section.last .background_items img:nth-of-type(5) {
    top: 42%; left: 80%; width: 86px;}
  .body_container main section.last .background_items img:nth-of-type(6) {
    top: 43%; left: 56%; width: 63px;}
  .body_container main section.last .background_items img:nth-of-type(7) {
    top: 18%; left: 86%; width: 66px;}
  .body_container main section.last .background_items img:nth-of-type(8) {
    top: 5%; left: -3%; width: 90px;}
  .body_container main section.last .background_items img:nth-of-type(9) {
    top: 6%; left: 21%; width: 60px;}
}

/* 무료체험 CTA 버튼 css 시작 */
.cta-btn {
  position: relative;
  overflow: hidden;
}

.cta-btn .cta-btn-content {
  position: absolute;
  left: 0%;
  animation: ctaBtnAnimation infinite linear 4s;
  width: 100px;
}

.cta-btn .cta-btn-content:nth-child(2) {
  animation-delay: -1.32s;
}

.cta-btn .cta-btn-content:nth-child(3) {
  animation-delay: -2.64s;
}

@keyframes ctaBtnAnimation {
  0% {
    left: 100%;
  }
  100% {
    left: -110%;
  }
}
/* 무료체험 CTA 버튼 css 종료 */

/* 기능 섹션 (기업에 필요한 모든 기능) css 시작 */
#main_feature {
  padding: 150px 0px 190px 0px;
}

#main_feature * {
  box-sizing: border-box !important;
}

#main_feature .title {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 60px;
}

#main_feature .feature_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

#main_feature .feature_nav button {
  width: 120px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #c1c1c2;
}

#main_feature .feature_nav button.active {
  color: #ffffff;
  background-color: #36393A;
}

#main_feature .feature-content > div {
  display: flex;
  justify-content: flex-end;
}

#main_feature .feature-content > div:not(.active) {
  display: none;
}

#main_feature .feature-content .left {
  width: 350px;
  margin-right: 60px;
  margin-top: 40px;
}

#main_feature .feature-content .left h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}

#main_feature .feature-content .left h3 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 28px;
  line-height: 64px;
  letter-spacing: -0.05em;
}

#main_feature .feature-content .left p {
  font-size: 21px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 48px;
  letter-spacing: -0.05em;
  line-height: 160%;
}

#main_feature .feature-content .left a {
  font-weight: 700;
  font-size: 16px;
  color: #A1AEC4;
  padding: 12px 30px;
  border: 1px solid #A1AEC4;
  border-radius: 5px;
}

#main_feature .feature-content .left .btn-group {
  margin-top: 72px;
}

#main_feature .feature-content .left .btn-group button {
  width: 56px;
  height: 56px;
  border-radius: 30px;
  background-color: #EFF1F6;
}

#main_feature .feature-content .left .btn-group button:first-child {
  margin-right: 8px;
}

#main_feature .feature-content .right {
  width: 70%;
}

#main_feature .feature-content .right .item-container {
  height: 500px;
  position: relative;
  overflow-x: hidden;
}

#main_feature .feature-content .right .item-container .item-track {
  display: flex;
  position: absolute;
  transition: 1s;
  user-select: none;
}

#main_feature .feature-content .right .item {
  width: 380px;
  margin-top: 40px;
  height: 460px;
  background-color: #f4f9fb;
  margin-left: 40px;
  transition: .2s;
  border-radius: 20px;
  padding: 70px 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
}

#main_feature .feature-content .right .item > img {
  margin-bottom: 28px;
}

#main_feature .feature-content .right .item .item-title {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  padding-left: 6px;
  margin-bottom: 12px;
}

#main_feature .feature-content .right .item .item-content {
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  padding-left: 6px;
  margin-bottom: 80px;
  line-height:1.5;
}

#main_feature .feature-content .right .item button {
  font-weight: 700;
  font-size: 18px;
  color: #888888;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans KR','malgun Gothic',dotum,AppleGothic,arial,Helvetica;
}

#main_feature .feature-content .right .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px #00000014;
  transform: translateY(-20px);
}

#main_feature .feature-content .right .progress-bar {
  margin-left: 40px;
  margin-top: 56px;
  width: 800px;
  height: 5px;
  border-bottom: 1px solid #DEE4ED;
}

#main_feature .feature-content .right .progress-bar .bar {
  width: 0%;
  height: 4px;
  background-color: #4F5355;
  transition: 1s;
}

@media screen and (max-width: 480px) {
  br.m {display:block;}
  #main_feature {
    padding: 75px 0 110px 0;
  }

  #main_feature .title {
    margin-bottom: 30px;
  }

  #main_feature .feature_nav {
    margin-bottom: 55px;
  }

  #main_feature .feature_nav button {
    width: 80px;
    height: 30px;
    border-radius: 40px;
    font-size: 14px;
  }

  #main_feature .feature-content .left {
    display: none;
  }

  #main_feature .feature-content .right {
    width: 100%;
  }

  #main_feature .feature-content .right .item-container {
    height: 400px;
  }

  #main_feature .feature-content .right .item {
    width: 260px;
    height: 290px;
    margin-left: 20px;
    padding: 44px 35px;
  }

  #main_feature .feature-content .right .item > img {
    width: 48px;
    margin-bottom: 18px;
  }

  #main_feature .feature-content .right .item .item-title {
    font-size: 20px;
  }

  #main_feature .feature-content .right .item .item-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
  }

  #main_feature .feature-content .right .item button {
    font-size: 15px;
  }

  #main_feature .feature-content .right .progress-bar {
    width: 240px;
    margin-left: unset;
    margin-top:0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 기능 섹션 (기업에 필요한 모든 기능) css 종료 */

/* galaxy fold */
@media all and (max-width:280px){
  br.m {display:block;}
  .link_bn_mo img {width:100%;}
}



.instance{width:100%; min-height:50vh; background:url('/img/main_bg02.jpg'); background-size:cover; background-attachment : fixed; display:flex; flex-direction:column; justify-content:center; text-align:center; }
.instance > div > h3{color:#fff; font-size:30px; margin-bottom:10px; font-weight:300;}
.instance > div > h4{color:#fff; font-size:40px; margin-bottom:50px}
.instance > div > a{color:#fff; border:1px solid #fff; display:inline-block; padding:1rem 2rem; border-radius:50px; transition:0.2s;}
.instance > div > a:hover{background-color:rgba(255,255,255,0.3)}


@media(max-width:1400px){	
  .body_container main section.top .title{width:90%}
  .body_container main section.top .title h2{font-size:49px}
  .body_container main section.top .title span{font-size:21px}
  .body_container main section.top .title p{font-size:19px}
  .body_container main section.top .background_animation{background-size:cover}
  article.section_compnay_txt > h3{font-size:2rem}
  article.section_compnay_txt > p{font-size:19px}
  article.section_compnay_img > div:first-child:after{width:240px; height:150px}
  .service_img{width:90%; margin: 0 auto}
  .service_img img{max-width:100%}

  .section03_wrap > h2{top:10%; font-size:28px;}
  .section03_wrap > article > div{max-width:90%;}
  .section03_wrap > article > div > img{width:35%}
  .section03_wrap > article > div > p{font-size:17px; margin-top:20px;}
}

@media(max-width:1300px){
	#section_compnay > div{max-width:95%}
}

@media(max-width:1200px){
	.section03_wrap{height:auto;}
	.section03_wrap{flex-wrap:wrap}
	.section03_wrap > h2{position:static; width:100%; padding:30px 0; text-align:center;}
	.section03_wrap > article{width:50%;padding:30px 0; align-items:center;}
	.section03_wrap > article.section03_box1{border:1px solid #626262; border-width:1px 1px 1px 0}
	.section03_wrap > article.section03_box2{border:1px solid #626262; border-width:1px 0 1px 1px}
	.section03_wrap > article > div{height:100%; display:flex; align-items:center;}
	.section03_wrap > article > div > img{width:80px}
}

@media(max-width:1023px){
	.body_container main section.top .title{text-align:center;}
	.body_container main section.top .title h2{font-size:35px}
	.body_container main section.top .title p{margin:10px auto 0; max-width:80%; word-break:keep-all}
	.body_container main section.top .title span{margin-bottom:10px}
	#section_compnay > div{flex-direction:column-reverse;}
	article.section_compnay_img > div:last-child{margin-right:4rem;}
	article.section_compnay_img > div:first-child{padding-right:5rem}
	article.section_compnay_img > div:first-child:after{width:320px; height:200px; background-size:60%}
	article.section_compnay_txt > h2{text-align:center; margin-bottom:0; font-size:1.5rem}
	article.section_compnay_txt > h3{text-align:center; margin-bottom:1rem; font-size:1.5rem}
	article.section_compnay_txt > h3 > br{display:none}
	article.section_compnay_txt > p{text-align:center; max-width:80%; margin:0 auto}
	article.section_compnay_txt > p > br{display:none}
	.body_container main section.service{margin:3rem 0 0; padding:3rem 0}

	.body_container main section.service .wrap{flex-direction:column; display:flex; width:90%; margin:0 auto}
	.body_container main section.service .wrap .box{height:auto}
	.service_img > p{word-break:keep-all}

	.instance > div{width:90%; margin:0 auto}
	.instance > div > h3{font-size:23px;word-break:keep-all}
	.instance > div > h4{font-size:25px}
}

@media(max-width:767px){
	.body_container main section.top{height:50vh}
	.body_container main section.top .title{top:55%}
	.body_container main section.top .title span{font-size:17px}
	.body_container main section.top .title h2{font-size:21px}
	.body_container main section.top .title p{font-size:16px}
	#section_compnay > div{gap:2rem}
	article.section_compnay_txt > h2{font-size:19px}
	article.section_compnay_txt > h3{font-size:19px;word-break:keep-all}
	article.section_compnay_txt > p{font-size:17px}
	article.section_compnay_img > div:first-child{padding-right:4rem}
	article.section_compnay_img > div:first-child img{width:50%;}
	article.section_compnay_img > div:first-child:after{width:40vw; height:14vh; top:70px}
	article.section_compnay_img > div:last-child{margin-right:0}
	article.section_compnay_img > div:last-child img{width:60%}

	.body_container main section.service .wrap{margin-top:20px}
	.body_container main section.service .wrap .box{padding:1.5rem}
	.body_container main .service .box .label{display:inline-block; font-size:13px}
	.body_container main section.service .wrap .box .t{margin:10px 0}
	.body_container main section.service .wrap .box .s{margin:0}

	.service_img > p{font-size:19px}
	.instance{min-height:30vh}
	.instance > div > h3{font-size:17px}
	.instance > div > h4{font-size:19px; margin-bottom:30px}
	.instance > div > a{font-size:14px}

	.footer_new{padding: 40px 0 0}
	.footer_new .inner .mid .left > img{width:120px}
	#section_compnay > div > h2{font-size:24px; word-break:keep-all; max-width:90%; margin:0 auto 20px}
	#section_compnay > div ul{gap:10px}
	#section_compnay > div ul li{width:100%; padding:25px 20px}
	#section_compnay > div ul h3{font-size:17px}
	#section_compnay > div ul p{font-size:19px; line-height:1.2;}
	#section_compnay > div ul p br{display:block}
	.section03_wrap > h2{font-size:19px; margin:0 5%; word-break:keep-all}
	.section03_wrap > h2 > br{display:none}
	.section03_wrap > article{width:100%}
	.section03_wrap > article > div{flex-direction:column}
	.section03_wrap > article.section03_box1{border:1px solid #626262; border-width:1px 0 1px 0}
	.section03_wrap > article.section03_box2{border:1px solid #626262; border-width:0 0 1px 0}
	.section03_wrap > article.section03_box3{border:1px solid #626262; border-width:0 0 1px 0}
	.section03_wrap > article.section03_box4{border:1px solid #626262; border-width:0 0 1px 0}
	.section03_wrap > article > div > p{font-size:15px}
	.section03_wrap > article > div > img{width:50px;}
}





