@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * {
  font-family: "Noto Sans KR", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*rem 10px 기준으로 변경*/
html,
body {
  font-size: 62.5%;
  line-height: 1.285;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
html {
  overflow-x: hidden;
}
body {
  background-color: #000;
}
/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
body:-webkit-scrollbar,
html:-webkit-scrollbar {
  display: none;
}

html,
body,
a,
table {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}

/*공용*/
.m-767 {
  display: none;
}
.n-767 {
  display: block;
}
section {
  width: 100vw;
  height: 100vh;
}
.flex {
  display: flex;
}
.align_center {
  align-items: center;
}
.justify_between {
  justify-content: space-between;
}
.pd_18 {
  padding: 0 18rem;
}
.pd_22 {
  padding: 0 26rem;
}
.pd_34 {
  padding: 0 34rem;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.title span {
  font-weight: 600;
  font-size: 4.4rem;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.35px;
}
.title img {
  width: 29.3rem;
  height: 4.4rem;
  object-fit: contain;
  display: inline-block;
  margin-right: 1.2rem;
}
img {
  /* 이미지 렌더링 방식 변경 */
  image-rendering: -webkit-optimize-contrast;
  /* z축을 0으로 초기화, 입체감 삭제 */
  transform: translateZ(0);
  /* 뒷면 숨기기, 입체감 삭제 */
  backface-visibility: hidden;
}

/*헤더 HEADER*/
header {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 12rem;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.header_menu {
  width: calc(100vw - 36rem);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.header_menu a {
  width: 17.2rem;
  height: 5.8rem;
  display: block;
}
.header_menu a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_menu nav {
  display: flex;
  gap: 6.4rem;
  align-items: center;
  padding-top: 4rem;
}
.header_menu nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  width: fit-content;
}
.header_menu .file_download {
  margin-left: 6rem;
  background-color: rgba(126, 120, 184, 1);
}
.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2d353c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(126, 120, 184, 1);
  border: 0.2px solid transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
  background-color: rgb(149, 255, 223, 0.8)
}

/*검은색 화면 공통*/
.section_black {
  color: rgb(255, 255, 255);
  text-align: center;
}
.section_title_black .sub_title {
  font-size: 2.3rem;
  letter-spacing: -0.35px;
  /* font-weight: ; */
  line-height: 2.087;
  -moz-transform: matrix(0.99945362783752, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(0.99945362783752, 0, 0, 1, 0, 0);
  -ms-transform: matrix(0.99945362783752, 0, 0, 1, 0, 0);
}

/*하얀색 화면 공통*/

/*#section1*/
#section1 {
  width: 100vw;
  height: 100vh;
  background-image: url(../imgs/background/main_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  animation: backgroundLoop 3s linear infinite;
}
@keyframes backgroundLoop {
  0% {
    background-position: center;
  }
  50% {
    background-position: bottom;
  }
  100% {
    background-position: center;
  }
}

#section1 .title_wrapper {
  position: absolute;
  z-index: 1;
  top: 38%;
  left: 18rem;
}
#section1 .title_wrapper .videoend_img {
  text-indent: -9999999px;
  background-image: url(../imgs/devrock/videoend_color.png);
  width: 32.3rem;
  height: 4.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section1 .title_wrapper .main_title {
  margin-top: 2.5rem;
  font-size: 3.1rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  -moz-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -webkit-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -ms-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
}
#section1 .title_wrapper .sub_title {
  margin-top: 7.2rem;
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.25;
  text-align: left;
  -moz-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -webkit-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -ms-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
}
#section1 .title_wrapper .sub_title strong {
  font-weight: 600;
}

/*#section2*/
#section2 {
  width: 100vw;
  height: 100vh;
  color: #fff;
  text-align: center;
}

#section2 .script {
  margin-top: 14rem;
}
#section2 .existing_way {
  background-image: url(../imgs/script/section2_existing_way.png);
  width: 40%;
  /* min-width: 35rem; */
  max-height: 56rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 20rem 0;
  padding-right: 0.5rem;
}
#section2 .existing_way .main_script {
  font-size: 2.8rem;
  line-height: 1;
}
#section2 .existing_way .sub_script {
  font-size: 1.8rem;
  margin-top: 3rem;
  line-height: 1.747;
}
#section2 .vs {
  font-size: 5rem;
  line-height: 5.221;
  width: 15%;
  text-align: center;
}
#section2 .videoend_way {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section2 .videoend_way .main_script {
  color: #95ffdf;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.087;
  -moz-transform: matrix(1.20780593260171, 0, 0, 1.19610292012982, 0, 0);
  -webkit-transform: matrix(1.20780593260171, 0, 0, 1.19610292012982, 0, 0);
  -ms-transform: matrix(1.20780593260171, 0, 0, 1.19610292012982, 0, 0);
}
#section2 .videoend_way .main_sub {
  margin-top: 1.2rem;
  font-size: 1.9rem;
  text-decoration: underline;
  line-height: 1.56;
  -moz-transform: matrix(1.1412365406627, 0, 0, 1.14484266102799, 0, 0);
  -webkit-transform: matrix(1.1412365406627, 0, 0, 1.14484266102799, 0, 0);
  -ms-transform: matrix(1.1412365406627, 0, 0, 1.14484266102799, 0, 0);
}
#section2 .videoend_way .sec2_img_area {
  width: 100%;
  max-width: 80rem;
  height: 35rem;
  /* background-color: darkgray; */
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section2 .videoend_way .sec2_img_area div {
  width: 45%;
  height: 35rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#section2 .videoend_way .sec2_img_area .studio_img {
  background-image: url(../imgs/script/section2_studio.png);
}
#section2 .videoend_way .sec2_img_area .play_img {
  background-image: url(../imgs/script/section2_play.png);
}
/* #section2 .videoend_way .gif_area img {
  width: 100%;
  height: 100%;
} */
#section2 .videoend_way .sub_script {
  font-size: 2.3rem;
  line-height: 1.304;
  -moz-transform: matrix(1.00014960569066, 0, 0, 1.00050792934138, 0, 0);
  -webkit-transform: matrix(1.00014960569066, 0, 0, 1.00050792934138, 0, 0);
  -ms-transform: matrix(1.00014960569066, 0, 0, 1.00050792934138, 0, 0);
}
/*gif_area 공통*/
.gif_wrapper {
  gap: 5%;
}
.gif_wrapper .gif_area {
  width: 56%;
  min-height: 56rem;
  height: calc(100vh - 70rem);
  /* background-color: #fff; */
  border: 0.5px solid #5a5a5a;
  border-radius: 6rem;
  overflow: hidden;
  aspect-ratio: 15 / 9;
}
/* .gif_wrapper .gif_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
.gif_wrapper .gif_area video {
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.gif_wrapper .text_area .pupple_script {
  font-size: 2.6rem;
  font-weight: 600;
  color: #b48dff;
  margin-bottom: 0.6rem;
}
.gif_wrapper .text_area {
  text-align: left;
  /* height: calc(100vh - 64rem); */
  width: 40%;
  font-size: 2.3rem;
  font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 170%;
    padding-bottom: 5rem;
}
.gif_wrapper .text_area h2 {
  font-weight: 800;
    font-size: 4rem;
    letter-spacing: -0.35px;
    margin-bottom: 7rem;
}
.gif_wrapper .text_area .sub_script {
  /* text-decoration: underline; */
  margin-bottom: 3.6rem;
}
.gif_wrapper .text_area .sub_script strong {
  text-decoration: underline;
  font-weight: 400;
}
.gif_wrapper.reverse .text_area {
  padding-left: 5rem;
}

/*section5*/
#section5 {
  width: 100vw;
  height: 100vh;
  background-color: #f4f4f4;
  /* position: relative; */
  max-height: 100vh;
  scroll-snap-type: y mandatory;
}
#section5 .title {
  /* top: 14rem;
  left: 50%;
  transform: translateX(-50%); */
  padding-top: 12rem;
  text-align: center;
  font-weight: 800;
  font-size: 5.2rem;
  z-index: 10;
  margin-bottom: 5rem;
  /* position: relative; */
}

/* #section5 .section {
  background-color: #f4f4f4;
  padding-top: 20rem;
  color: #000000;
  height: 100vh;
  position: absolute;
  width: 100vw;
} */
.main-slider {
  font-size: 1rem;
  /* z-index: 22; */
  /* position:relative; */
  /* top: 30rem; */
  height: calc(100vh - 42rem);
  width: 100vw;
  margin: auto;
  /* overflow: hidden; */
  box-sizing: border-box;
  /* padding-left: 30rem;
  padding-right: 30rem; */
  width: calc(100vw - 60rem);
}
.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
  height: calc(100vh - 42rem);
  /* height:calc(100vh - 28rem); */
  overflow: hidden;
}
.main-slider .slick_slide {
}
.slick-dots {
  bottom: 0rem;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0);
  border-radius: 50%;
  color: unset;
  overflow: hidden;
}

#section5 .item {
  margin-top: 3rem;
  height: calc(100vh - 53rem);
  /* height:calc(100vh - 28rem); */
  background-color: #fff;
  /* width: calc(100vw - 60rem) !important; */
}
#section5 .item .script_area {
  width: 40%;
  box-sizing: border-box;
  padding: 10rem;
}
#section5 .item .script_area h3 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.35px;
  line-height: 160%;
  margin-bottom: 3.6rem;
}
#section5 .item .script_area p {
  font-size: 2.5rem;
  line-height: 220%;
}
#section5 .item .img_area {
  
  height: calc(100vh - 53rem);
  width: 60%;
  overflow: hidden;
  background-color: #000;
}
#section5 .item .img_area img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* #section5 ul, li{margin:0;padding:0;list-style:none} */
#section5 .quick {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}
#section5 .quick li {
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
}
#section5 .quick .on {
  background: #fff;
}

/*section6*/
#section6 {
  background-color: #fff;
  height: 100vh;
}
#section6 .title {
  font-weight: 800;
  font-size: 4.4rem;
  letter-spacing: -0.35px;
  padding-top: 16rem;
  margin-bottom: 4rem;
}
#section6 .sub_title {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: -0.3px;
  line-height: 170%;
}
#section6 .template {
  text-align: center;
  margin-top: 8rem;
}
#section6 .template .img_area {
  width: 100%;
  position: relative;
  /* background-color: #f4f4f4; */
  height: calc(100vh - 50rem);
  overflow: hidden;
}
#section6 .template .img_area.ott_service {
  /* background-image: url(../imgs/script/ott_service.png); */
}
#section6 .template .img_area.short_form_service {
  /* background-image: url(../imgs/script/short_form_service.png); */
  /* height: calc(100vh - 65rem); */
}
#section6 .template .img_area.live_commerce {
  /* background-image: url(../imgs/script/live_commerce.png); */
  /* height: calc(100vh - 65rem); */
}
#section6 .template .img_area img {
  position: absolute;
  width: 62%;
  left: 50%;
  transform: translateX(-50%);
}
#section6 .template .img_area.short_form_service img {
  width: 72%;
}
#section6 .template .img_area.live_commerce img {
  width: 72%;
}
#section6 .template .img_area .service_text {
  font-size: 2.5rem;
  font-weight: 600;
  box-sizing: border-box;
  padding-bottom: 4rem;
  position: absolute;
  left: 50%;
  bottom: 12rem;
  transform: translateX(-50%);
}
#section6 .template .img_area .service_text::before {
  content: " ";
  height: 0.4rem;
  border-radius: 0.4rem;
  width: 5rem;
  background-color: #b48dff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
}

/*section7*/
#section7 {
  width: 100vw;
  height: 100vh;
}
#section7 .title {
  padding-top: 0rem;
  margin-bottom: 6rem;
}
#section7 .features {
  background-image: url(../imgs/script/section5_line.png);
  background-repeat: no-repeat;
  background-position: center 17rem;
  background-size: 130rem;
  margin-top: 12rem;
}
#section7 .features .features_area {
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#section7 .features .features_area .main_text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33rem;
  height: 33rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 600;
  box-shadow: 1px 1px 83px 40px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 1px 1px 83px 40px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 83px 40px rgba(0, 0, 0, 1);
}
#section7 .features .features_area.economics .main_text {
  background-image: url(../imgs/script/economics.png);
}
#section7 .features .features_area.business .main_text {
  background-image: url(../imgs/script/business.png);
}
#section7 .features .features_area.accessibility .main_text {
  background-image: url(../imgs/script/accessibility.png);
}
#section7 .features .features_area .sub_text {
  font-size: 2.4rem;
  line-height: 150%;
  margin-top: 5rem;
}

/*contact*/
#section8 {
  color: #fff;
  text-align: center;
  width: 100vw;
  height: calc(100vh + 20rem);
}
#section8 .title_area {
  padding-top: 20rem;
  height: 68rem;
  width: 100vw;
  background-image: url(../imgs/script/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#section8 .title_area .sub_title {
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.25;
  -moz-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -webkit-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
  -ms-transform: matrix(0.9996612747573, 0, 0, 1.00010908694229, 0, 0);
}
#section8 ul,
#section8 li {
  list-style: none;
}
#section8 .flow_banner {
  overflow: hidden;
  display: flex;
  /* max-width: 1180px; */
  max-width: 1400px;
  margin: 6rem auto;
  background: #fff;
  height: 8.4rem;
  align-items: center;
}
#section8 .flow_banner .list img {
  height: 6rem;
}
#section8 .flow_banner .list {
  display: flex;
}
#section8 .flow_banner .list > li {
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  padding: 2rem;
}

@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#section8 .videoend_logo {
  width: 24rem;
  height: 8.6rem;
  margin: 0 auto;
}
#section8 .videoend_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section8 .contact_area {
  padding-top: 5rem;
}
#section8 .contact_area p {
  font-size: 2.4rem;
  line-height: 150%;
  margin-bottom: 4rem;
}

#section8 .map_area {
  width: 100vw;
  height: 40rem;
  padding: 0 30rem;
}

/*footer*/
.footer {
  width: 100vw;
  height: 20rem;
  background-color: #ffffff;
  align-items: center;
  box-sizing: border-box;
  margin-top: 5rem;
}
.footer p {
  font-size: 1.2rem;
  line-height: 180%;
  font-weight: 400;
}
.footer .public_info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer .public_info img {
  width: 12rem;
  display: block;
  margin-bottom: 2rem;
}

#back_to_top {
  position: fixed;
  bottom: 14rem;
  right: 18rem;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: url(../imgs/script/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  text-indent: -9999px;
}
#back_to_top:hover {
  background-color: rgba(0, 0, 0, 1);
  /* padding: 1em 3em; */
}
#back_to_top.visible {
  opacity: 1;
}

/*media-query*/
@media (max-width: 1000px) {
  html,
  body {
    font-size: 30%;
    line-height: 1;
  }
}

/* 반응형 스타일 */
/* @media (min-width: 2000px) {
  html,
  body {
    font-size: 30%;
    line-height: 1.285;
  }
} */
@media (max-width: 1280px) {
  .flow_banner .list > li {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 920px) {
  .flow_banner .list > li {
    font-size: 14px;
    padding: 5px;
  }
  .n-767 {
    display: none;
  }
  .m-767 {
    display: block;
  }
  #mobile {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
  }
  #mobile .pd_20 {
    padding: 0 20px;
  }
  #mobile .pd_40 {
    padding: 0 40px;
  }
  header {
    height: 66px;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .m_headers .header_menu {
    width: calc(100vw - 40px);
    height: 66px;
    align-items: center;
    justify-content: space-between;
  } 
  .m_headers .header_menu .file_download {
    margin: 0;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 100%;
    padding: 4px 0;
    font-weight: 300;
    width: 80px;
    height: 28px;
  }
  #mobile .section {
    height: auto;
    padding: 40px 0;
  }
  #mobile #section1 {
    background-color: rgba(0, 0, 0);
    background-image: url("../imgs/background/main_img_mobile.jpg");
    background-size: cover;
    height : 524px
  }
  #mobile #section1 .title_wrapper {
    top: 180px;
    left: 20px;
  }
  #mobile #section1 .title_wrapper .videoend_img {
    width: 200px;
    height: 40px;
    background-position: left;
    min-height: 25px;
    min-width: 167px;
  }
  #mobile #section1 .title_wrapper h1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
  }
  #mobile #section1 .title_wrapper .sub_title {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
  }
  #mobile #section1 .title_wrapper .sub_title strong {
    font-weight: 500;
  }
  /*m-section2*/
  #mobile .pupple_script {
    color: #b48dff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    padding-left: 6px;
    margin: 6px auto;
  }
  #mobile .pupple_script::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #974EF5;
    opacity: 0.6;
    position: absolute;
    top: -2px;
    left: 0px;
    border-radius: 50%;
  }
  #mobile .title_area {
   position: relative; 
   padding: 20px 0 12px 0;
   margin-bottom: 14px;
  }
  #mobile .title_script {
    font-size: 20px;
  }
  #mobile .title_area.before_line::before {
    content: "";
    width: 70px;
    height: 1px;
    border-radius: 4px;
    background-color: #545252;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #mobile .title_area::after {
    content: "";
    width: 70px;
    height: 1px;
    border-radius: 4px;
    background-color: #545252;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #mobile .sub_script {
    font-size: 14px; 
    line-height: 150%;
    font-weight: 300;
    letter-spacing: -0.35px;
  }
  #mobile .sub_script strong {
    text-decoration: underline;
  }
  #mobile .gif_area {
    width: 240px;
    margin: 20px auto;
    height: 410px;
    border-radius: 24px;
  }
  #mobile .title {
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 0;
  }
  
  #mobile .mobile-main-slider .item {
    height: 395px;
    border-radius: 10px;
    overflow: hidden;
  }
  #mobile .item > div {
    flex-direction: column;
  }
  #mobile .item .script_area {
    width: 100%;
    padding: 30px 14px;
    color: #282828;
  }
  #mobile .item .script_area h3 {
    font-size: 18px;
    padding-left: 6px;
    position : relative;
    margin-bottom: 14px;
  }
  #mobile .item .script_area h3::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: rgba(217, 217, 217, 0.6);
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
  }
  #mobile .item .script_area p {
    line-height: 160%;
    font-size: 14px;
    letter-spacing: -0.35px;
    word-break: keep-all;
    padding: 0 6px;
  }
  #mobile .item .img_area {
    width: 100%;
    height: 100%;
  }
  #mobile .mobile-main-slider .slick-dots {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #mobile .mobile-image-slider .slick-slide {
    /* max-width: 200px; 또는 원하는 너비를 설정 */
    /* 추가적인 스타일 설정 */
    /* width: 200px !important;
    height: 250px; */
    width: 200px !important; /* 슬라이드의 너비 고정 */
    height: 250px; /* 슬라이드의 높이 고정 */
    display: flex; /* 자식 요소 정렬을 위해 flex 사용 */
    justify-content: center; /* 중앙 정렬 */
    align-items: center; /* 수직 중앙 정렬 */
  }
  #mobile .mobile-image-slider .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mobile .mobile-image-slider .img_area{
    /* position: relative;
    width: 180px !important;
    height: 250px;
    padding: 0 20px; */
    width: 100%; /* img_area의 너비를 슬라이드에 맞춤 */
    height: 100%; /* img_area의 높이를 슬라이드에 맞춤 */
    padding: 0; /* 패딩 제거 */
    position: relative; /* img_area의 위치를 상대적으로 설정 */
  }
  #mobile .mobile-image-slider .img_area img {
    object-fit: fill;
    width: 180px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mobile .sub_title {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin: 16px 0 24px;
  }
  .mobile-slider {
    
    width: 100vw;
    overflow: hidden;
    padding-top: 20px;
    /*left: 50%;
    transform: translateX(-50%);*/
  }
  .mobile-slider .slides {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    /*background: #e0d595;*/
  }
  .mobile-slider .slides li {
    position: absolute;
    width: 180px;
    height: 250px;
    /* background: #ccc; */
  }
  .mobile-slider .slides li .img_area {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mobile-slider .slides li .img_area img {
    object-fit: fill;
    width: 100%;
    height: 100%;
  }
  .mobile-slider .slides li .img_area .service_text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #282828;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .mobile-slider .slides li .img_area .service_text::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #b48dff;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
  }
  #mobile .features_area {
    width: 100%;
    height: 120px;
    padding: 20px 18px;
    background-position: center;
    background-size: 120%;
    text-align: left;
    background-repeat: no-repeat;
    position: relative;
    margin: 20px 0;
    border-radius: 6px;
    isolation: isolate;
  }
  #mobile .features_area::after {
    content: '';
    position: absolute;
    background: black;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
  }
  #mobile .features_area.economics {
    margin-top: 40px;
    background-image: url("../imgs/script/economics.png");
  }
  #mobile .features_area.business {
    text-align: right;
    background-image: url("../imgs/script/business.png");
  }
  #mobile .features_area.accessibility {
    background-image: url("../imgs/script/accessibility.png");
  }
  #mobile .features_area .main_text {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #95ffdfbd;
  }
  #mobile .features_area .main_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #6B6B6B;
  }
  #mobile .features_area.business .main_text::after {
    left: unset;
    right: 0;
  }
  #mobile .features_area .sub_text {
    font-size: 14px;
    font-weight: 100;
    padding-top: 6px;
    line-height: 150%;
    color: #cacaca;
  }
  #mobile .section7 {
    padding-bottom: 0;
  }
  #mobile .section8 .title_area {
    height: 200px;
    margin-bottom: 32px;
  }
  #mobile .section8 .title_area::after {
    display: none;
  }
  #mobile .section8 h2{
    padding-top: 40px;
    line-height: 150%;
    font-size: 20px;
  }
  #mobile .section8 .sub_title {
    font-size: 13px;
    font-weight: 200;
    text-align: center;
  }
  #mobile .section8 .mobile_flow_banner {
    overflow: hidden;
    display: flex;
    /* max-width: 1180px; */
    max-width: 100%;
    background: #fff;
    height: 50px;
    align-items: center;
  }
  #mobile .section8 .mobile_flow_banner .list img {
    height: 27px;
  }
  #mobile .section8 .mobile_flow_banner .list {
    display: flex;
  }
  #mobile .section8 .mobile_flow_banner .list > li {
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    margin: 0 8px;
  }
  #mobile .section8 .contact_area p {
    font-size: 14px;
    padding-top: 70px;
    line-height: 200%;
  }
  #mobile .section8 .contact_area .map_area {
    width: 100%;
    height: 150px;
    padding: 0;
  }
  #mobile .section9 {
    height: 200px;
  }
  #mobile .footer {
    box-sizing: border-box;
    height: 100%;
  }
  #mobile .footer .public_info {
    padding: 20px 0 10px;
  }
  #mobile .footer .public_info img {
    height: 36px;
  }
  #mobile .footer .public_info p {
    color: #5a5a5a;
    font-size: 9px;
    letter-spacing: -0.35px;
    line-height: 200%;
  }
  #mobile .footer .copyright {
    font-size: 8px;
    color: #807E7E;
    text-align: right;
  }
  #mobile_to_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.55);
    background-image: url(../imgs/script/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border: 1px solid #fff;
    z-index: 999;
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    text-indent: -9999px;
  }
  #back_to_top:hover {
    background-color: rgba(0, 0, 0, 1);
    /* padding: 1em 3em; */
  }
  #back_to_top.visible {
    opacity: 1;
  }
}

@media screen and (max-height: 1100px) and (max-width : 2000px) {
  html,
  body {
    font-size: 52%;
    line-height: 1;
  }
  /* #section5 .title {
    padding-top: 11rem;
  } */
  #section6 .template .img_area .service_text {
    bottom: 0;
  }
}

@media (max-width: 1580px) {
  html,
  body {
    font-size: 46%;
    line-height: 1.285;
  }
}
