@charset 'utf-8';

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/*공통 세팅*/
body.no-transparent #SampleNav {
  background-color: white !important;
  box-shadow: 0px 0px 8px 16px rgba(0,0,0,0.032) !important;
}
.suit {font-family: 'SUIT', sans-serif !important; letter-spacing: -0.08rem !important;}
.montserrat {font-family: 'Montserrat', sans-serif !important;}
.gmarket {font-family: 'GMarketSans', sans-serif; font-weight:300;}
.pretendard {font-family: 'Pretendard', sans-serif !important; letter-spacing: -0.04rem;}
.point_t {color:#4DA6FF !important;}
.point_t2 {color:#F65009 !important;}
.pa {font-family: 'Paperozi', sans-serif !important; letter-spacing: 0rem !important;}
.white_t {color:#fff !important;}
.dark_bg {background:#999 !important;}
.sky_bg {background: #f3f5f9 !important;}
.white_bg {background: #fff !important;}
.over_hide {overflow: hidden !important;}
#Wrap {overflow: hidden;}
.pc_br {display:block;}
.tap_br {display:none;}
.mobile_br {display:none;}
.opacity {opacity: 0.5;}
.wgt_7 {font-weight:700 !important;}
.wgt_8 {font-weight:800 !important;}
/*공통 세팅 END*/

/*모바일 메뉴 START*/
#MobileBtn {display:none;}
#MobileNav {display:none;}
/*모바일 메뉴 END*/

/*네비게이션 영역 START*/
#SampleNav {width:100%; padding:0 8%; display:flex; justify-content: space-between; align-items: center; position:fixed; top:0; left:0; z-index: 1000; transition: all 0.3s ease;}
#HomeBtn {height:24px; display:block; position:relative;}
#HomeBtn > img {position:absolute; left:0; top:0; height:100%;}
#HomeBtn > .nomal_logo {display:block;}
#HomeBtn > .active_logo {opacity: 0;}
#GnbNav > ul {display:flex; gap:20px;}
#GnbNav > ul > li {display:flex; justify-content: center; align-items: center; position:relative;}
#GnbNav > ul > li a {padding:24px 16px; color:#fff; font-weight:500; font-size:14px; letter-spacing: 0; display:inline-block;}
#GnbNav > ul > li span {padding:12px 20px 9px 18px; color:#fff; font-weight:500; font-size:14px; letter-spacing: 0; display:inline-block; border-radius: 50px; background: #D94300; cursor:pointer; z-index: 1;}
#GnbNav > ul > li > .sub_menu_wrap {width:100%; position:absolute; left:0; top:50%; background:#fff; z-index: 0; padding:20px 0 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; display:none; border:1px solid #D94300;}
#GnbNav > ul > li > .sub_menu_wrap > ul > li {text-align: center;}
#GnbNav > ul > li > .sub_menu_wrap > ul > li > a {padding:16px 12px; color:#D94300;}
/*네비게이션 영역 END*/

/*메인 섹션 START*/
#Section1 {width:100%; height:auto; background:#fff; background-size: cover; background-position: center; position:relative; display:flex; flex-direction:column; align-items: center; padding:0 0 0px;}
.section_bg {width:100%; height:100%; background: #000; opacity: 0.7; position:absolute;z-index: 2; left:0; top:0;}
.content_contain {width:100%; display:flex; flex-direction: column; justify-content: center; align-items: center; z-index: 3; position:relative;}
.content {color:#D94300; font-size:24px; font-weight: 600; width:100%; max-width: 1500px; display:flex; flex-direction: column;}
.video_content {position: relative; width:100vw; height:100vh;}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_left_t {text-align: left; font-size: 167px; line-height: 167px; font-weight:bold;}
.download_content {display:flex; justify-content: space-between; align-items: center;}
.download_content > span {font-size:36px;}
.download_content > a {padding:12px 24px; background:#D94300; border-radius:50px; color:#fff;}
.defult_btn {padding:12px 16px; background-color:#D94300; color:#fff; font-size:18px; font-weight:700; display:flex; justify-content: center; align-items: center; border-radius:100px; gap:4px; width:max-content;}
.ico_mouse {position:absolute; bottom:80px; left:50%; transform:translate(-50%, -50%); z-index: 3;}

.news_area {width:100%; padding:120px 0 160px;}
.news_area > .news_list {display: flex; letter-spacing:-0.02rem; justify-content: space-between; font-size:40px; font-weight:500; max-width:1500px; margin:0 auto; padding:40px 20px 40px 40px;}
.news_area > .news_list:first-child {border-bottom:2px solid #fff;}
.news_area > .news_list > .news_title {display:flex; gap:70px; align-items: center;}
.news_area > .news_list > .news_title > span {color:#fff;}
.news_area > .news_list > .news_title > p {color:#fff; font-size:28px; text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}
.news_area > .news_list > .news_title > span.pccon {display: block;}
.news_area > .news_list > .news_title > span.mocon {display: none;}
.news_area > .news_list > .news_title > p.pccon {display: block;}
.news_area > .news_list > .news_title > p.mocon {display: none;}
.news_area > .news_list > .radius {color:#fff; font-size: 24px; padding:10px 46px; border:1px solid #fff; border-radius:200px;}
.news_area > a:hover .radius {background:#fff; color:#3377ff; transition: all ease .3s;}

.data_area {width:1380px; background-color:rgba(255,255,255,0.6); backdrop-filter: blur(8px); display:flex; flex-direction: column; padding:0px 0; margin:0 auto;}
.data_area > .title {margin:0 auto; width:100%; max-width: 1500px;}
.data_area > .title > h3 {font-size:55px; font-weight:400; margin: 0 0 20px; letter-spacing:-0.18rem; padding:16px 32px; border:4px solid #D4E3FF; border-radius: 20px; color:#001E56;}
.data_area > .title > .pccon {display:block;}
.data_area > .title > .mocon {display:none;}
.data_area > .title > p {font-size:18px; color:#9A9A9A;}
.data_area > .main_title {margin:0 auto 80px; width:100%; max-width: 1500px; text-align: center}
.data_area > .main_title > h3 {font-size:40px; margin: 0 0 16px; letter-spacing:-0.18rem;}
.data_area > .main_title > p {font-size:18px; color:#9A9A9A;}
.data_area > .flx_row_wrap {margin:0 auto; display:flex; justify-content: space-between; width:100%; max-width: 1500px;}
.data_area > .flx_row_wrap > .data_rwap {min-width:240px; display:flex; flex-direction: column; justify-content: center; align-items: center; background-color:#fff; border-radius: 40px; padding:66px 0px; box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.25);}
/*메인 섹션 END*/

/*샘플 섹션 START*/
#Section_s {width:100%; height:100vh; display:flex; justify-content: center; align-items: center;}
.content > .info_title {font-size:40px; text-align: center; line-height: 130%; color:#222; font-weight:900; letter-spacing: -0.02rem;}
.content > .info_contents {font-size:20px; line-height: 168%; font-weight:400; color:#555; text-align: center;}
.content > .info_contents > strong {color:#222;}
/*샘플 섹션 END*/

/*메인섹션2 START*/
#Section2 {padding:70px 0 400px;}
/*메인섹션2 END*/

/*메인섹션3 START*/
.contents_two {display: flex; justify-content: space-between; width:1380px; margin:0 auto;}
.column_box {width:678px;}
.column_box > .bann_btn {
  width:100%;
  display: block;
  border-radius: 28px;
  overflow: hidden;
}

.column_box > .bann_btn > img{width:100%;
  border-radius: 28px;
  display: block;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome(비표준) */
  image-rendering: crisp-edges;}

.gradient-text1{
  background: linear-gradient(
    90deg,
    #7FB4FF 0%,
    #325D99 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 비웹킷 브라우저 대응 */
  background-clip: text;
  color: transparent;
}
.gradient-text-purple{
  background: linear-gradient(
    90deg,
    #C5B1FF 0%,
    #6A5B97 150%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 보조 */
  background-clip: text;
  color: transparent;

  display: inline-block; /* 안정성 */
}
.column_box > p {font-size:40px; padding:14px 40px; color:#9a9a9a; background: #F6F6F6; border-radius:20px; margin:0 0 120px; height:72px; line-height:45px;}
.column_box > p > .mocon {display:none;}
.column_box > .box {position: relative; width:100%; height:470px; border-radius: 20px; overflow: hidden; padding:46px; display:flex; flex-direction: column; justify-content: space-between;}
.column_box > .box > * {position: relative;z-index: 1;}
.column_box > .box.gradi_bl::before {z-index: 0; content: '';position: absolute;inset: -20%;background:radial-gradient(ellipse at 29% 53%,#2DA0FE 7%,#FFFFFF 55%);transform: scaleX(1) scaleY(1.45) rotate(-16deg);opacity: 1;}
.column_box > .box.pur::before{z-index: 0; content: '';position: absolute;inset: -20%;background:radial-gradient(ellipse at 67% 30%,#A287FF 8%,#FFFFFF 48%);transform: scaleX(1.2) scaleY(1.1) rotate(-170deg);opacity: 1;}
.column_box > .box > .con_img {position: absolute; top:50%; right:0; transform: translate(0, -50%); width:100%; max-width:336px; opacity: 0.8;}
.column_box > .box > .img_gr > img {width:100%; max-width:200px;}
.column_box > .box > .text_box {color:#fff;}
.column_box > .box > .text_box > h3 {font-size:40px; margin:0 0 30px;}
.column_box > .box > .text_box > h3 > span {font-weight:400;}
.column_box > .box > .text_box > p {font-size:27px;}
/*메인섹션3 END*/

/*메인섹션4 START*/
#Section4 {width:100%; height:auto; padding:80px 0 80px; display:flex; flex-direction:column; align-items: center;}
#Section4 > .data_area > .over_hiden_contain {overflow: scroll; width:100%; position: relative; padding:30px 0;}
#Section4 > .data_area > .over_hiden_contain::-webkit-scrollbar {display: none;}
#Section4 > .data_area > .over_hiden_contain {-ms-overflow-style: none;  scrollbar-width: none;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull {width:max-content; display:flex; gap:80px; padding:0 8%;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space {height:470px; gap:0; flex-direction: column; justify-content: normal; max-width:400px; box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.25); padding:12px 24px; border-radius: 40px;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > a {margin-top:auto; background: #F65009; padding:20px 40px; width: auto;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > img {width:100%; height:auto;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center {width:100%; gap:0; margin:30px 0 0;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center > h3 {font-size: 20px; margin:0 0 20px;}
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center > p {font-size: 16px;}
/*메인섹션4 END*/

/*메인섹션5 START*/
#Section5 {padding:0 0 400px;}
.demo_title {width:1380px; margin:0 auto; padding:0 0 80px;}
.demo_title > h3 {font-size:55px; margin:0 0 34px; color:#001E56; font-weight: 400; line-height:120%}
.demo_title > .pccon {display:block;}
.demo_title > .mocon {display:none;}
  .demo_title > h3 > .pccon {display:none;}
  .demo_title > h3 > .mocon {display:inline-block;}
.demo_title > p {font-size:30px; color:#C8CDD5; font-weight: 300; letter-spacing: 0.02rem; line-height:130%}

/* ===============================
   SECTION5 CUSTOM (NO LOOP) - FINAL CSS
   =============================== */

.slide > a >.card_inner > img {max-height:90px;}


.service-slider{
  width:1380px;
  margin:0 auto;
  position:relative;
}

.nav-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:64px;
  height:64px;
  border-radius:50%;
  border:none;
  background:#f5f5f5;
  cursor:pointer;
  z-index:20;
}

/* 왼쪽 */
.prev{
  left:-90px;
}

/* 오른쪽 */
.next{
  right:-90px;
}

.nav-btn:disabled{
  opacity: 0.3;   /* 원하는 만큼 조절 (0.2~0.5 추천) */
  cursor: default;
  pointer-events: none; /* 혹시 모를 클릭 방지 */
}

/* ✅ 이동 애니메이션은 track transform */
.service-slider .slider-track{
  display:flex;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform 420ms cubic-bezier(.22,.61,.36,1);
  gap:0 !important;
}

/* ✅ 커지는 애니메이션은 slide width */
.service-slider .slide{
  flex:0 0 auto;
  width:180px;
  margin-right:30px;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  box-shadow:0 5px 16px rgba(0,0,0,.15);
  transition: width 420ms cubic-bezier(.22,.61,.36,1), opacity 420ms ease;
  position:relative;
  z-index:1;
}

.service-slider .slide.is-active{
  width:380px;
  z-index:5;
  box-shadow:0 0 10px 0 #5994FF;
  background:#000;
}
.service-slider .slide.is-active .quick_btn {filter: brightness(0) invert(1);}
.service-slider .slide.is-active h4 {color:#fff;}
.service-slider .slide.is-active p {color:#fff;}

.service-slider .card{
  display:block;
  width:180px;
}

.service-slider .card_inner {width:380px; padding:40px 0px 70px 40px; position:relative;}

/* prev 0.8 / prevprev 이하는 숨김 */
.service-slider .slide.is-prev{ opacity:0.8; }
.service-slider .slide.is-hidden{
  opacity:0;
  pointer-events:none;
  visibility:hidden;
}

.service-slider .card_inner > h4 {font-size:46px; margin:30px 0 60px; font-weight:400; color:#001e56;}
.service-slider .card_inner > p {font-size:26px; line-height: 140%; font-weight:400; color:#7586A4;letter-spacing: 0;}
.service-slider .card_inner > .quick_btn {position:absolute; top:20px; right:20px;}
.service-slider .slide{
  transition: width 420ms ease, opacity 420ms ease;
}


/* 섹션5 END */

/*메인섹션6 START*/
#Section6 {padding:0 0 80px;}
#Section6 > .data_area > .flx_row_wrap {gap:20px;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap {width:330px;  height:270px; font-family: 'Paperlogy', sans-serif; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding:40px; position: relative;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap.bg_blue {background: linear-gradient(135deg,#F65009 0%,#FF8A4C 93%) !important;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap > .img_wrap > img {filter: brightness(0) saturate(100%) invert(70%);}
#Section6 > .data_area > .flx_row_wrap > .data_rwap.bg_blue > .img_wrap > img {filter: unset;}
#Section6 > .data_area > .flx_row_wrap > .bg_blue > h3 {color: #fff !important;}
#Section6 > .data_area > .flx_row_wrap > .bg_blue > p {color: #fff !important;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap > .img_wrap {position: absolute; top:30px; right:30px;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap > h3,p {width:100%;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap > h3 {font-size:38px;color:#4D4D4D; font-family: Pretendard, sans-serif !important; font-weight:600;}
#Section6 > .data_area > .flx_row_wrap > .data_rwap p {font-size:25px; color:#9A9A9A;}
/*메인섹션6 END*/

/*메인섹션7 START*/
#Section7 {width:100%; overflow:hidden;}
#Section7 > .demo_title {width:100%; height:430px; background: linear-gradient(180deg,#ffffff 0%,#ffc4a3 28%,#F65009 58%,#ff8a4c 82%,#f6f4f2 100%); display:flex; align-items: flex-end;}
#Section7 > .demo_title > h3 {width:1380px; margin:0 auto 0px; color:#fff;}
#Section7 > .demo_title > h3 > img {vertical-align: -12px; margin:0;}


/*메인섹션8 START*/
#Section8 {background:#000; color:#fff;}
#Section8 > .flex_row_two {display:flex; align-items: center; width:1380px; margin:0 auto; justify-content: space-between;padding:0 0 100px;}
.s8_cir_wrap {position:relative; overflow: visible;}
.s8_cir_wrap > .certi {width:12.5vw; max-width: 440px; min-width: 360px; display:block;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome(비표준) */
  image-rendering: crisp-edges;
}
.s8_cir_wrap > .mo_cti {width:100%;}
.s8_cir_wrap > .cir_wrap {width:120%; position:absolute; top:55%; left:40%; transform: translate(-50%, -50%);}

.column_obj {display:flex; flex-direction: column;}
.column_obj > .mocon {display:none;}
.column_obj > .obj_row {display: flex;}
.column_obj > .obj_row > .obj_img_wrap {position:relative;}
.column_obj > .obj_row > .obj_img_wrap > .text_wrap {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
.column_obj > .obj_row > .obj_img_wrap > .text_wrap > h3 {font-size: 26px; width:max-content; text-align: center; margin:0 auto 24px;}
.column_obj > .obj_row > .obj_img_wrap > .text_wrap > p {color:#9A9A9A; font-size: 20px; width:max-content; text-align: center;}
.column_obj > p {font-size:28px; font-weight:400; margin:100px 0 0;}
.column_obj > p > span {color:#9A9A9A;}

.column_obj > .mocon {display:none;}
/*메인섹션8 END*/

/* 메인 켄바스 섹션 START */
#Section_cv1 {background:#000;}
#Section_cv2 {display:none;}

#Section_cv1.timeline-section{
  position: relative;
  background:#000;
  height: 360vh; /* 기존 timeline 높이 */
}

/* 평소엔 그냥 영역 */
.timeline-pin{
  position: relative;
  height: 100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.timeline-pin > .demo_title {position: absolute; top:20%; width:1380px;}
.timeline-pin > .demo_title > h3 {color:#fff;}

/* 고정될 때 */
.timeline-pin.is-fixed{
  position: fixed;
  inset: 0;
  z-index: 8;
}

/* ✅ 애니메이션 끝난 뒤: 섹션 바닥에 붙여서 자연스럽게 스크롤되게 */
.timeline-pin.is-end{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;     /* 섹션의 맨 아래 */
  height: 100vh; /* 고정 구간과 동일 높이 */
  z-index: 1;
}

/* stage + canvas는 기존 그대로 */
.stage{
  position: relative;

  /* ✅ 기본 목표 사이즈 */
  width: 1380px;
  height: 500px;

  /* ✅ 화면이 작으면 줄어들게 */
  max-width: 92vw;     /* 좌우 여백 포함해서 줄어듦 */
  max-height: 56vh;    /* 높이도 화면에 맞춰 줄어듦 */
  top: 130px;
  /* 비율 유지: width 줄면 height도 같이 줄어야 하니까
     아래 JS에서 height를 width 기반으로 계산해줄거야 */
}

canvas{ width:100%; height:100%; display:block; }

/* canvas는 바닥 */
.stage {
  position: relative;
}

#graph{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}

/* 마커는 canvas 위 */
.marker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s linear;
}

/* 수직선 */
.marker::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--lineLen) * -1);
  width: 2px;
  height: var(--lineLen);
  transform: translateX(-50%);
  background: rgba(255,255,255,0.65);
}

/* 점 */
.dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
}

.dot--top {
  top: calc(var(--lineLen) * -1);
  width: var(--dotTop, 25px);
  height: var(--dotTop, 25px);
}

.dot--bottom {
  top: 0;
  width: var(--dotBottom, 14px);
  height: var(--dotBottom, 14px);
  background: #898989;
}

/* 라벨 */
.label {
  position: absolute;
  left: -12px;
  bottom: calc(var(--lineLen) + 20px); /* top dot 위로 */
  color: #fff;
  font-size: var(--labelSize, 28px);
  line-height: 1.3;
  white-space: nowrap;
}

.label b{
  display:block;
  font-size: 18px;
  margin-bottom: 2px;
}

/* 하단 설명 */
.footnote{
  position:absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  color: rgba(255,255,255,0.75);
  font-size: var(--footnoteSize, 16px);
  line-height: 1.5;
  white-space: pre-line;
  word-break: keep-all;
  width: var(--footnoteW, 280px);
  max-width: var(--footnoteW, 280px);
  pointer-events: none;
  will-change: opacity, transform;
  transform: translateY(var(--ty, 0px));
}
/* 메인 켄바스 섹션 END */

/*메인섹션10 START*/
#Section10 {background:#f6f4f2; padding:48px 0 100px;}
#Section10 > .demo_title {width:100%; background: transparent;}
#Section10 > .demo_title > h1 {width:1380px; margin:0 auto 0px; color:#141213; font-size:70px;}
#Section10 > .demo_title > h3 {width:1380px; margin:0 auto 0px; color:#5c5c5c;}
#Section10 > .card {width:1380px; border-radius: 0; background: transparent; margin:0 auto; position:relative; padding:8px 0; display:flex; flex-direction: column; align-items: center; gap:16px; overflow: hidden;}
#Section10 > .card > .chips {width:100%; height:100%; display:flex; gap:12px; align-items: center; flex:0 0 auto; width:max-content;}
#Section10 > .card > .chips > .chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  color:#222;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  white-space:nowrap;
  flex: 0 0 auto;
}
#Section10 .chips .chip,
#Section10 .chips .none_fill {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* #Section10 > .card > .chips > .chip > img {width:23px;} */
#Section10 > .card > .chips > .none_fill {color:#fff; font-size:20px; padding:0 12px;}
#Section10 > .card > .chips > .none_fill:first-child {margin:0 0 0 50px;}
#Section10 > .card > .chips > .none_fill > b {font-size:38px; font-weight:800;}
#Section10 > .card > .adx {position:absolute; color:#fff; font-size:38px; font-weight:900; left:20px;}
#Section10 > .card > .chips > .adx > img {height:30px;}
/* reset */
#Section10 > .card > .chips_ver2 {display:flex; gap:12px; flex: 0 1 auto; width:max-content;}
#Section10 > .card > .chips_ver2 > .chip {color:#222; font-size: 28px; background:#fff; border-radius:100px; padding:15px 34px 15px 28px; display:flex; align-items: center; height:60px; font-weight:600;}
#Section10 > .card > .chips_ver2 > .chip > img {width:32px; margin:0 4px 0 0;}
#Section10 > .card > .chips_ver2 > .chip.icon {width:60px; height:60px; padding:0 0; position:relative; overflow: hidden;}
#Section10 > .card > .chips_ver2 > .chip.icon > img {width:51px; height:51px; position:absolute; top:0; left:50%; transform: translate(-50%, 0%); margin:0;}
#Section10 > .card > .chips_ver2 > .none_fill {display:flex; align-items: center; color:#fff; font-size: 28px; padding:0 12px;}
#Section10 > .card > .chips_ver2 > .none_fill > b {font-size: 48px; font-weight:800;}
#Section10 > .card > .chips_ver2 > .none_fill > img {height:44px;}
#Section10 > .card > .chips_ver2 > .none_fill.ss_mall {font-size: 28px;} 

.badge-left {color:#fff; font-size:38px; font-weight:800; left:-60px; bottom:90px;}
.badge-right {position:absolute; color:#fff; font-size:38px; font-weight:900; right:0px; bottom:108px;}
/*메인섹션10 END*/

/*메인섹션11 START*/
#Section11 {background:#000; padding:0 0 400px;}
#Section11 > .demo_title > h3 {color:#fff}
#Section11 > .demo_title img {height:42px;}
.content_contain2 {width:1380px; height:410px; margin:0 auto 40px; border-radius: 30px; overflow: hidden;}
.video_content2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-video2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* ⭐ 핵심 */
}
#Section11 > .demo_sec_title > h3 {color:#fff; max-width:1380px; margin: 0 auto; font-size:55px; font-weight:500;}
#Section11 > .demo_sec_title > h3 > b {font-weight:700;}

.deck12-stage > .demo_title {position:absolute; top:-200px;}
.deck12-stage > .demo_title > h3 {color:#fff;}
/*메인섹션11 END*/


/* 섹션 12 START */
.deck12{
  position: relative;
  background:#000;
  /* JS가 높이 잡아줄거라 여기선 비워도 됨 */
}

.deck12-pin{
  position: relative;
  height: 100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* ✅ 진행 중 고정 (그래프 섹션이랑 동일) */
.deck12-pin.is-fixed{
  position: fixed;
  inset: 0;
  z-index: 8;
}

/* ✅ 끝난 뒤: 마지막 프레임 유지 + 자연 스크롤 */
.deck12-pin.is-end{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1;
}

/* stage(카드 크기 기준) */
.deck12-stage{
  position: relative;
  width: 1380px;        /* ✅ 디자인 기준 */
  max-width: 92vw;      /* ✅ 화면 줄면 같이 축소 */
}

/* ✅ 높이 0 문제 해결: sizer로 높이 잡기 */
.deck12-sizer{
  display:block;
  width:100%;
  height:auto;
  visibility:hidden;
  pointer-events:none;
  user-select:none;
}

/* 카드 = stage 꽉 차게 */
.deck12-card{
  position:absolute;
  inset:0;
  border-radius: 32px;
  overflow:hidden;
  will-change: transform, opacity;
  transform-origin: 50% 50%;
}

.deck12-card img{
  display:block;
  width:100%;
  height:auto;
}
/* 섹션 12 END */

/* 섹션13 START */
#Section13 {background:#000; padding:0 0 500px;}
#Section13 > .demo_title {padding:0 0 40px;}
#Section13 > .demo_title > h3 {color:#fff;}

.ss_13_tap {display:flex; align-items: center; gap:12px; width:1380px; margin:0 auto; padding:0 0 80px;}
.ss_13_tap > .mn_radius_btn {display:flex; align-items: center; gap:12px; padding:10px 20px; border:3px solid #9A9A9A; color:#9A9A9A; border-radius: 60px; font-size:28px; transition: all ease 0.3s; cursor:pointer;}
.ss_13_tap > .mn_radius_btn.mn_btn_act {border:3px solid #fff; background:#fff; color:#000; transition: all ease 0.3s;}
.ss_13_tap > .mn_radius_btn:hover {border:3px solid #fff; background:#fff; color:#000; transition: all ease 0.3s;}
.ss_13_tap > .mn_radius_btn .pccon {display:inline-block;}
.ss_13_tap > .mn_radius_btn .mocon {display:none;}
.ss_13_tap > .mn_radius_btn > img {max-height: 28px;}
/* =========================
   슬라이드 영역 (중요)
========================= */

#Section13 .slide_wrap{
  width:1380px;
  margin:0 auto;
  overflow: visible;          /* 밖으로 나가도 보이게 */
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

/* ✅ 처음엔 왼쪽 “이전(클론)”을 안 보이게 가리는 용도 */
#Section13 .slide_wrap.mask-left::before{
  content:"";
  position:absolute;
  left:-5000px;
  top:-5000px;
  width:5000px;
  height:10000px;
  background: #000; /* 섹션 배경색이랑 동일하게 꼭 맞춰 */
  z-index: 50;
  pointer-events:none;
}

#Section13 .n_place_track{
  display:flex;
  gap:30px;
  will-change: transform;
  transform: translate3d(0,0,0);
  cursor: grab;
}
#Section13 .n_place_track.is-dragging{ cursor: grabbing; }

#Section13 .slide_item{
  flex:0 0 auto;
  width:560px;
  background:#fff;
  border-radius:30px;
  padding:30px;
  box-sizing:border-box;
}

#Section13 .slide_track{
  display:flex;
  gap:30px;
  will-change: transform;
}

#Section13 .slide_track[hidden]{
  display:none !important;
}


/* #Section13 .slide_wrap.mask-left::before{
  content:"";
  position:absolute;
  left:-5000px;
  top:-5000px;
  width:5000px;
  height:10000px;
  background:#000;
  z-index: 50;
  pointer-events:none;
} */

/* 카드 내부 */
#Section13 .slide_item img{
  width:100%;
  display:block;
}

#Section13 .slide_item h3{
  font-size:26px;
  margin:0 0 12px;
  color:#424242;
}

#Section13 .slide_item > span{
  font-size:16px;
  display:block;
  margin:0 0 12px;
}

#Section13 .slide_item p{
  font-size:18px;
  line-height: 1.5;              /* 줄간격 */
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;         /* ✅ 3줄까지만 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.5em * 3);   /* ✅ 높이 고정(3줄) */
  height:81px;
  color:#7E8283;
}

/* 성과 버튼 */
.ad_contain{
  display:flex;
  gap:8px;
}

.ad_radius_btn{
  padding:10px 20px;
  background:#3D82FE;
  border-radius:60px;
  color:#fff;
  font-size:20px;
  font-weight:600;
  margin:20px 0 30px;
}

.ad_contain {display:flex; gap:8px;}
.ad_radius_btn {padding:10px 20px; background:#3D82FE; border-radius: 60px; color:#fff; font-size:20px; font-weight: 600; margin:20px 0 30px;}
/* 섹션13 END */

#Section14 {
  background: #000;
  padding: 0 0 500px;
}

#Section14 > .demo_title > p {
  color: #a8a8a8;
}

#Section14 > .demo_title > h3 {
  color: #fff;
}

.img_track {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: visible;
}

.pt_line {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.pt_line img {
  display: block;
  flex-shrink: 0;
  margin: 0 40px;
  max-width: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/*메인섹션9 START*/
#Section9 {overflow: hidden;}
#Section9 > .consult-form.n_l {overflow: hidden; background:#000; width:100%; background-repeat:no-repeat; background-size: cover; padding:120px 0; border-radius: 0px; margin: 0 auto; font-family: sans-serif;}
.consult-form.n_l > .form-grid.n_l {overflow: hidden; background: none !important; border: none !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 24px; padding: 60px 40px; border-radius: 30px; width:1316px; margin: 0 auto;}
.consult-form.n_l > .form-grid.n_l > .title {width:100%;}
.consult-form.n_l > .form-grid.n_l > .title > h4 {font-size:30px; color:#9a9a9a; margin:0 0 16px; font-weight:400;}
.consult-form.n_l > .form-grid.n_l > .title > h3 {font-size:55px; margin: 0 0 16px; color:#fff; font-weight:400; line-height: 130%; letter-spacing: 0.1rem !important;}
.consult-form.n_l > .form-grid.n_l > .title > h3 > span {font-weight:700;}
.consult-form.n_l > .form-grid.n_l > .title > p {font-size:18px; color:#9A9A9A;}
.form-grid.n_l label {color:#fff !important;}
/*메인섹션9 END*/

/*풋터 섹션 START*/
footer {width:100%; padding:40px 0 80px; display: flex; justify-content: center; align-items: center; background:#222;}
.flex_row_space {display:flex; gap:40px;}
.flex_row_space > img {height:29px; margin:2px 4px 3px 3px;}
.flex_row_space > .footer_infor {display:flex; flex-direction: column; font-size:12px;}
.flex_row_space > .footer_infor > ul > li {color:#c2c2c2; letter-spacing: -0.02rem; height:20px;}
.flex_row_space > .footer_infor > ul > li > strong {color:#fff;}
.flex_row_space > .footer_infor > ul > li:nth-child(2) {margin:4px 0;}
.flex_row_space > .footer_infor > .e_mp_h {color:#fff; height:20px; margin:14px 0 0;}
.flex_row_space > .footer_infor > .e_mp_h > span {color:#c6c6c6;}
.flex_row_space > .footer_infor > .Copyright {color:#c2c2c2; margin:35px 0 0; height:20px;}

/* 약관 버튼 */
.footer_policy_btns {
	display:flex;
	align-items:center;
	gap:12px;
	margin:0 0 18px;
	flex-wrap:wrap;
}

.policy_btn {
	padding:0;
	border:0;
	background:none;
	color:#fff;
	font-size:12px;
	font-weight:500;
	line-height:1.4;
	cursor:pointer;
	position:relative;
}

/* 모달 */
.policy_modal {
	position:fixed;
	inset:0;
	z-index:9999;
	display:none;
}

.policy_modal.active {
	display:block;
}

.policy_modal_overlay {
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0.65);
}

.policy_modal_dialog {
	position:relative;
	width:calc(100% - 40px);
	max-width:860px;
	max-height:80vh;
	background:#fff;
	border-radius:16px;
	overflow:hidden;
	margin:0 auto;
	top:50%;
	transform:translateY(-50%);
	box-shadow:0 20px 60px rgba(0,0,0,0.3);
}

.policy_modal_header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:22px 24px;
	border-bottom:1px solid #e8e8e8;
}

.policy_modal_header h3 {
	font-size:20px;
	font-weight:700;
	line-height:1.3;
	color:#111;
}

.policy_modal_close {
	width:36px;
	height:36px;
	border:0;
	background:none;
	font-size:30px;
	line-height:1;
	color:#111;
	cursor:pointer;
}

.policy_modal_body {
	padding:24px;
	max-height:calc(80vh - 81px);
	overflow-y:auto;
	font-size:15px;
	line-height:1.8;
	color:#333;
	word-break:keep-all;
}

.policy_modal_body h4 {
	font-size:17px;
	font-weight:700;
	margin:0 0 12px;
	color:#111;
}

.policy_modal_body p {
	margin:0 0 14px;
}

.policy_modal_body ul,
.policy_modal_body ol {
	padding-left:18px;
	margin:0 0 14px;
}

.policy_modal_body li {
	margin:0 0 6px;
}

.policy_modal_body ol {
	list-style: none;
	padding-left: 0;
	margin: 0 0 14px;
	counter-reset: num;
}

.policy_modal_body ol li {
	counter-increment: num;
	position: relative;
	padding-left: 22px;
	margin: 0 0 6px;
}

.policy_modal_body ol li::before {
	content: counter(num);
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ddd;
	color: #333;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
/*풋터 섹션 END*/

/* BLOG start */
#SectionBlog {background: linear-gradient(
    to top,
    #F65009 0%,
    #FF8A4C 50%,
    #ffffff 100%
  );}
#SectionBlog a {overflow: visible;}
/* BLOG end */

/*어바웃 어스 start*/
.about_au_bg {background-image: url(../images/about_us_haeder_bg.png);}
.about_section1 {background-image: url(../images/about_us_section_gb3.jpg); background-repeat: no-repeat; background-size: cover; background-position: 50% 0%; height:763px;}
.pl_text_wrap.fl_row {display:flex;justify-content: center; align-items: center; gap:136px; margin:0px 0 0; padding:142px;}
.pl_text_wrap.fl_row > .title_wrap.al_center {text-align: left;}
.pl_text_wrap.fl_row > p {text-align: left; margin:0;}
.about_section2 {margin:0px 0 0;padding:112px 0 98px; background: rgba(255,255,255,0.8);}
.about_section2 > .flex_row_th {justify-content: center; align-items: center; gap:72px; max-width:1280px; margin:0 auto;}
.about_section2 .score_wrap {display:flex; flex-direction: column; justify-content: center; align-items: center; width:33.3333%;}
.about_section2 .score_wrap > span {font-size: 20px; line-height: 21.6px; margin: 0 0 11px;}
.about_section2 .score_wrap > h1 {font-size:72px; line-height:86px; color:#222;}
.about_section3 {padding:150px 0 120px;}
.organization_wrap {width:1320px; margin:55px auto 0;}
.top_organ {width:164px; margin:0 0 40px; padding:12px 0; display:flex; justify-content: center; align-items: center; text-align: center; border-radius: 20px; border:1px solid #222; font-size:18px; line-height: 130%; background: #222; color:#fff; margin:0 auto; position:relative;}
.top_organ > .center_line {width:1px; height:40px; position:absolute; left:50%; bottom:-40px; background:#d3d3d3; z-index: -1;}
.base_wrap {width:calc(1320px - 164px); border-top:1px solid #d3d3d3; position:relative;margin:40px auto 0;}
.line_flx_row {display:flex; justify-content: space-between;}
.line_flx_row > .base_line {display:flex; flex-direction: column; gap:40px; position:relative; height:max-content; margin:40px 0 0;}
.line_flx_row > .base_line .center_line {width:1px; height:100%; position:absolute; left:50%; top:-40px; background:#d3d3d3;}
.line_flx_row > .base_line > .radius_box {width:164px; padding:12px 0; display:flex; justify-content: center; align-items: center; text-align: center; border-radius: 20px; border:1px solid #222; font-size:18px; line-height: 130%; background: #fff; box-shadow: none;}
.line_flx_row > .base_line > .radius_box.black {background:#222; color:#fff;}
.break_line {display:none;}
.about_section4 {padding:80px 0 160px;}
.relative_line {position:relative; width:100%; padding:72px 0; display:flex; flex-direction: column; gap:200px; justify-content:center; align-items: center;}
.relative_line > .center_line {width:1px; background:#e3e3e3; height:calc(100% - 280px); position:absolute; left:50%; top:50%; transform: translate(0, -50%); z-index: -1;}
.point_year {display:flex; gap:40px;}
.point_year > .point_circle {width:14px; height:14px; border-radius: 20px; background: #222; margin:60px 0 0;}
.point_year > h1 {width:calc(50vw - 54px); text-align: right; font-size:100px; line-height: 133px; color:#222; letter-spacing: -2px;}
.point_year > .flx_col {width:calc(50vw - 54px); display: flex; flex-direction: column; gap:20px; font-size:20px; color:#333; line-height: 33px; letter-spacing: -1px; margin:50px 0 0;}
.about_section5 {display:flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 200px;}
/*어바웃 어스 end*/

/*WORK 디폴트 START*/
#SubBgWrap {width:100%; height:68vh; max-height:736px; background-size: cover; background-position: center; position:relative; display:flex; justify-content: center; align-items: center; flex-direction: column; gap:80px;}
#SubBgWrap.work_bg {background-image: url("../images/work_banner_bg.png");}
.sub_title_wrap {z-index: 3;}
.sub_title_wrap h3 {font-size:80px; font-weight:700; line-height:140%; letter-spacing: -0.02rem; text-align: center; color:#fff;}
.sub_title_wrap p {font-size:24px;  font-weight:600; line-height:140%; text-align: center; color:#fff;}
#SubSectionFull {width:100%; max-width:1520px; padding: 150px 0 230px; display:flex; flex-direction: column; gap:100px; align-items: center; margin:0 auto;}
.fel_row_rev {flex-direction: row-reverse;}
.flex_row_space.mw_152 {width:100%; margin:0 auto;}
.flex_row_space > .contian_img {width:48.5%; height:100%; overflow: hidden; border-radius: 20px;}
.flex_row_space > .text_wrap_center {width:48.5%; display:flex; flex-direction: column; justify-content: center; align-items: center; gap:36px;}
.text_wrap_center > h3 {font-size:40px; font-weight:800; line-height:130%; letter-spacing: -0.02rem; text-align: center; color:#222;}
.text_wrap_center > p {font-size:20px; font-weight:400; line-height:168%; letter-spacing: -0.02rem; text-align: center; color:#555;}
#SubSectionFull > .impact {width:100%; padding:0;}
#SubSectionFull > .impact > .success_story {width:100%; max-width:1440px; display:flex; justify-content: space-between; align-items: center; background-image: url(../images/success_story.png); background-repeat: no-repeat; background-size: cover; background-position: center; height:320px; padding:0 8%;}
#SubSectionFull > .impact > .success_story > h3 {font-size:40px;}
#SubSectionFull > .impact > .success_story > a {font-size:24px; color:#fff; padding:16px 30px; border-radius: 50px; background:#F65009; display:flex; justify-content: center; align-items: center;}
/*WORK 디폴트 END*/

/*PLACE 디폴트 START*/
#SubBgWrap.place_bg {background-image: url("../images/place_banner_bg.png");}
#SubSectionFull.center {padding:150px 0 150px; justify-content: center; align-items: center; gap:68px;}
.title_wrap.al_center {text-align: center;}
.title_wrap > span {color: #4C96F9; font-size:16px; line-height:130%; display:block; font-weight:600; letter-spacing:-0.02rem; margin:0 0 9px;}
.title_wrap > h3 {color:#222; font-size:40px; line-height:130%; letter-spacing: -0.02rem;}
.pl_text_wrap > p {font-weight:400; font-size:20px; line-height:34px; margin:31px 0 0; text-align: center; color:#333;}
.flex_row_th {display:flex; gap:34px;}
.flex_row_th > .flex_items {width:416px; height:304px; padding:0 42px 52px 56px; display:flex; flex-direction: column; justify-content: flex-end; border-radius: 30px; background:#fff; box-shadow: 5px 10px 25px rgba(0,0,0,0.15); position:relative;}
.flex_row_th > .flex_items > img {width:103px; position:absolute; top:40px; right:30px;}
.flex_row_th > .flex_items > h3 {margin:0 0 18px; font-size:30px; line-height:130%; letter-spacing: -0.02rem; color:#4da6ff;}
.flex_row_th > .flex_items > p {font-size:16px; line-height:34px; letter-spacing: 0; color:#333; font-weight:400;}

.slider_bann {height:830px; display:flex; align-items: center; background: #222; justify-content: center;}
.slider_bann > .img_item2 {width:468px; margin: 0 140px 0 0;}
.slider_bann > .img_item2 > img {width:100%;}
.bann_text > h3 {font-size:40px; line-height: 130%; letter-spacing: -0.02rem; color:#fff;}
.bann_text > h4.suit {font-size:25px; line-height: 34px; color:#fff; font-weight:600; margin:40px 0 22px;}
.bann_text > p {font-family: 'SUIT', sans-serif; font-size:20px; line-height: 34px; color:#fff; font-weight:400; opacity:0.6; letter-spacing: -0.08rem;}
.bann_text > ul {margin:30px 0 0;}
.bann_text > ul > li {margin:0 0 15px; font-size:25px; line-height: 34px; color:#fff; font-weight:400;}
.bann_text > ul > li > span {font-weight:800;}

.inportence {background: #222; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.inportence > .img_box {display:flex; gap:18px; margin:50px 0 70px;}
.inportence > .img_box img {width:340px;}

.radius_box {background:#fff; padding:32px 86px; position: relative; border-radius: 100px; box-shadow: 5px 10px 25px rgba(0,0,0,0.08);}
.radius_box > h3 {font-size:30px; line-height: 130%; text-align: center;}
.radius_box > .imot_ico {position:absolute; right:-22px; top:-50px;}

.line_text {width:100%; margin: 120px 0 0; padding: 110px 0;background:#4DA6FF; display:flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.line_text > h3 {font-size:40px; line-height: 130%; letter-spacing: -0.02rem;}
.line_text > p {font-size:20px; line-height: 34px; font-weight:400; margin:30px 0 0;}
.line_text > h4 {font-size:20px; line-height: 46px; font-weight:700;}
/*아래 WORK 페이지에도 존재함*/
.impact {width:100%; padding:120px 0 0; background:#fff; display: flex; flex-direction: column; flex-direction: center; justify-content: center; align-items: center;}
.impact > .text_box {text-align: center;}
.impact > .text_box > h3 {font-weight:800; font-size:40px; line-height: 130%; letter-spacing: -0.02rem;}
.impact > .text_box > h4 {font-weight:600; font-size:25px; line-height: 34px; margin:16px 0 32px;}
.impact > .text_box > p {font-weight:400; font-size:20px; line-height: 34px;}
.impact > .img_box {position:relative; margin:86px 0 70px;}
.impact > .img_box > .p_ab_1 {position: absolute; bottom:64px; left:-70px}
.impact > .img_box > .p_ab_2 {position: absolute; top:22px; right:-70px}
.mark {overflow: hidden; display:flex; height: 542px; gap:94px; margin:70px 0 0;}
.mark > .img_box {position:relative; width:600px;}
.mark > .img_box > img:nth-child(1) {position: absolute; left:0; width:297px;}
.mark > .img_box > img:nth-child(2) {position: absolute; right:0; width:372px;}
.mark_text {text-align: center; margin:72px 0 0;}
.mark_text > h3 {font-weight:800; font-size:40px; font-weight:600; line-height: 130%; letter-spacing: -0.02rem; color:#222;}
.mark_text > h3 > span {font-weight:400;}
.mark_text > .item_box {display:flex; gap:15px; margin: 25px 0 22px;}
.mark_text > .item_box > .item {background:#f4f4f4; border-radius:20px; padding:22px 38px; text-align: center;}
.mark_text > .item_box > .item > span {font-size:22px; font-weight:700; letter-spacing: -0.02rem; color:#222; display:block;}
.mark_text > .item_box > .item > h1 {font-size:50px; line-height:130%; letter-spacing: -0.02rem;}
.mark_text > p {font-weight:400; line-height: 34px; color:#222;}
/*위에 WORK 페이지에도 존재함*/
/*PLACE 디폴트 END*/

/*STORE 디폴트 START*/
#SlideText {display:flex; gap:78px; width:max-content;}
#SlideText .slick-slide {pointer-events: auto; user-select: auto; }
.radius_box > .imot_ico2 {position:absolute; left:-77px; top:-57px;}

#StoreSection {width:100%; background: #fff; padding:180px 0 0;}
.grid_text_box {position: relative; padding: 52px 194px 23px; width:1316px; border-radius:30px; margin: 57px auto 0;}
.grid_temp {position:relative; display:grid; grid-template-columns: repeat(3, 1fr); padding:82px 52px; grid-gap: 30px;}
.grid_temp > .gr_bg {width:100%; height:100%; position:absolute; left:0; top:0; opacity: 0.3; background-image: url("../images/stroe_grid_bg.png"); background-size: cover; background-repeat: no-repeat;}
.radius_box.grid_items {padding:32px 0; z-index: 3;}

#GraphSection {background:rgba(77,166,255,0.08); padding:130px 0 150px; margin:180px 0 0;}
.graph_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; gap:66px; margin:70px 0 0;}
.graph_bann {padding:121px 118px 102px 107px; display:flex; justify-content: space-between; width:1316px; background: #fff; border-radius: 50px; box-shadow: -1px 11px 11px rgba(0,0,0,0.04);}
.graph_bann > .text_box {text-align: left;}
.graph_bann > .text_box > h3 {font-weight:800; font-size:30px; font-weight:600; line-height: 130%; letter-spacing: -0.02rem; color:#222; margin:30px 0 0;}
.graph_bann > .text_box > p {font-weight:400; font-size:20px; line-height: 34px; margin:16px 0 0;}
.graph_bann > .graph_wrap_img {width:569px; height:325px;}
.store_Marketing {background:#222; padding:180px 0 0;}
.step_wrap {width:810px; display: flex; flex-wrap:wrap; justify-content: space-between; margin: 90px auto 0; gap:110px;}
.step_wrap > .step_items {display:flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.step_items > .img_box {position:relative; width:196px; height:196px; background:#fff; border-radius:30px; box-shadow: 5px 10px 25px rgba(0,0,0,0.15); display:flex; align-items: center; justify-content: center;}
.step_items > .img_box > img {width:100%;}
.step_items > .img_box > .step_line {position:absolute; left:100%; top:50%; transform: translate(0% , -50%); z-index: 3}
.step_line > .line {height:2px; width:110px; background: #4DA6FF; position:relative;}
.step_line > .line > .circle {position:absolute; left:100%; top:50%; transform: translate(-50%, -50%);width:25px; height:25px; background:rgba(77,166,255,0.3); display:flex; justify-content: center; align-items: center; border-radius:25px;}
.step_line > .line > .circle > .circle_p {width:10px; height:10px; background: #4DA6FF; border-radius:10px;}
.step_items > .text_box {margin:18px 0 0;}
.step_items > .text_box > h3 {font-weight:800; font-size:20px; font-weight:bold; line-height: 34px;}
.step_items > .text_box > p {font-weight:800; font-size:20px; font-weight:500; line-height: 34px;}
.bg_ban_info {background:#222; position:relative; height:760px;}
.bg_ban_info > .bg_ban_img {width:100%; position: absolute; left:0; top:0; z-index: 0;}
.bg_ban_info > h3 {position: relative; font-size:40px; line-height:130%; letter-spacing: -0.02rem; text-align: center; z-index: 3; margin:160px 0 0;}
.bg_ban_info > .call {width: max-content; position: relative; margin:130px auto 16px; display:flex; align-items: center; z-index: 3; gap:8px;}
.call > .text_box > h3 {font-weight:800; font-size:40px; line-height: 130%; letter-spacing: -0.02rem;}
.call > .text_box > p {font-size:20px; line-height: 34px; margin:9px 0 13px;}
.radius_box.samll {width: max-content; padding:12px 21px 12px; display:flex; gap:2px; font-size:15px; font-weight:800;}
/*STORE 디폴트 END*/

/*SHORT-FROM 디폴트 START*/
#ShortForm {background: linear-gradient(to bottom, #222 25%, #4DA6FF 100%); padding:150px 0 0;}
.bg_img_wrap {padding:72px 0 105px 114px; position:relative; display:flex; flex-direction: column; align-items: flex-start; gap:88px; width:1316px; height:560px; margin:50px auto 130px; border-radius: 30px; box-shadow: 5px 10px 25px rgba(0,0,0,0.15);}
.bg_img_wrap > img {position:absolute; left:0; top:0; width:100%; opacity: 0.2;}
.bg_img_wrap > span {position: absolute; right:36px; top:24px; color:#c6c6c6;}
.bg_img_wrap > .text_box {position:relative; z-index: 3;}
.bg_img_wrap > .text_box > h1 {font-size:100px; line-height: 130%; letter-spacing: -0.02rem; font-weight:800;}
.bg_img_wrap > .text_box > p {font-size:20px; line-height: 130%; font-weight:600;}
.point_section {width:1316px; display:flex; justify-content: space-between; margin:0 auto;}
.point_wrap {margin:100px 0 110px; width:643px; border-radius: 30px; background:rgba(77,166,255,0.15); box-shadow: 5px 10px 25px rgba(0,0,0,0.15);}
.point_wrap > h3 {padding: 22px 0;font-size:20px; line-height: 130%; letter-spacing: -0.02rem; text-align: center;}
.point_wrap > .point_item {width:100%; background: #fff; padding:52px; border-radius: 30px;}
.point_item > h3 {font-size:25px; line-height: 130%; letter-spacing: -0.02rem; margin:0 0 25px; color:#222;}
.point_item > p {font-size:20px; line-height: 28px; color:#222;}
#BusinessSlide {display: flex; width:100%; gap:26px; padding: 92px 0 110px;}
#BusinessSlide .slide_items {display:flex; flex-direction: column; justify-content: center; align-items: center;}
#BusinessSlide .slide_items > .img_box {width: 356px; height:300px; background:#fff; border-radius: 30px; padding:50px; box-shadow: 5px 10px 25px rgba(0,0,0,0.15); display:flex; justify-content: center; align-items: center;}
#BusinessSlide .slide_items > .img_box > img {height:100%;}
#BusinessSlide .slide_items > span {font-size:20px; line-height: 34px; font-weight:700; margin:26px 0 0;}
/*SHORT-FROM 디폴트 END*/

/*EXPERIENCE GROUP 디폴트 START*/
.exp_gro_section1 {padding:140px 0 150px; background: linear-gradient(to bottom, #ededed 26%, rgba(77,166,255,0.6) 100%); margin:0 0 110px;}
.exp_gro_bann_wrap {padding:64px 85px; width:1080px; border-radius: 30px; height:273px; margin:70px auto 170px; background:#fff; box-shadow: 5px 10px 25px rgba(0,0,0,0.15); display:flex; position:relative;}
.exp_gro_bann_wrap > img {position:absolute; right:90px; bottom:0;}
.exp_gro_section1 > .flex_row_th {width:1080px; justify-content: space-between; margin:54px auto 0;}
.balloon_box {width:336px; height:110px; background:#fff; border-radius: 30px; position:relative; display:flex; justify-content: center; align-items: center;}
.balloon_box p {text-align: center; font-size:19px; color:#222; line-height:27px; font-weight: semibold;}
.balloon_box > img {position: absolute; left:50%; bottom:-25px; transform: translate(-50%, -50%);}
.clip_box {display:flex; flex-direction: column; justify-content: center; align-items: center; margin:70px 0 0;}
.clip_box > h3 {font-size:25px; font-weight:bold; line-height:130%; letter-spacing: -0.02rem; color:#555; margin:30px 0 11px;}
.clip_box > p {font-size:20px; font-weight:regular; line-height:34px; color:#555;}
.list_img_wrap {display:flex; justify-content: space-between; align-items: center; margin:55px auto 0; width:1250px; padding:0 0 110px;}
.list_radius_wrap {width:50%; height:580px; display:flex; flex-direction:column; justify-content: space-between;}
.list_radius_wrap > .list_items {border-radius: 100px; box-shadow: 5px 10px 25px rgba(0,0,0,0.05); padding:30px 20px 30px 70px;}
.list_radius_wrap > .list_items > h3 {font-size:25px; color:#333; line-height:130%;}
.list_radius_wrap > .list_items > p {font-size:20px; line-height:34px; color:#555; margin:13px 0 0;}
.exp_gro_section2 {background:#ededed; padding:106px 0 106px;}
.exp_gro_section2 > .exp_gro_bann_wrap {margin:0 auto; height:230px; box-shadow:5px 10px 25px rgba(0,0,0,0);}
.exp_gro_section2 > .exp_gro_bann_wrap > img {top:50%; transform:translate(0%, -50%);}
/*EXPERIENCE GROUP 디폴트 END*/

/*OFFERWALL 디폴트 START*/
.off_silde_section1 {background:#f8f8f8; padding:140px 0 170px;}
.off_silde_section1 .off_slide_wrap {margin:90px auto 0; display:flex; justify-content: space-between; align-items: center; width:1200px; height:358px;}
/*.off_slide_wrap .silde_wrap {width:100%;}*/
.off_silde_section2 {padding:150px 0 0;}
.grid_temp_fi {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; width:1316px; margin:110px auto 0;}
.grid_temp_fi > .point_wrap {width:100%; margin:0; box-shadow: 5px 5px 15px rgba(161,208,255,0.2);}
.grid_temp_fi > .point_wrap > .point_item {height:219px; display:flex; justify-content: center; align-items: center;}
.grid_temp_fi > .point_wrap > .point_item > p {text-align: center;}
.point_wrap.grid_w {grid-column: span 2; width:100%;}
.off_silde_section3 {padding:150px 0 150px;}
.off_silde_section3 > .flex_row_th {gap:100px; margin:70px auto 0; justify-content: center;}
.off_silde_section3 > .flex_row_th > .off_img_text_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.off_img_text_wrap > h3 {font-size:30px; font-weight:800; line-height:130%; letter-spacing: -0.02rem; margin: 6px 0 18px;}
.off_img_text_wrap > p {font-size:20px; font-weight:400; line-height:34px; color:#333;}
/*OFFERWALL 디폴트 END*/

/*Media publicity start*/
.madia_section1 {display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 140px 0; background: linear-gradient(to bottom, #fff 35%, rgba(77,166,255,0.1) 100%);}
.madia_section1 > img {margin: 90px 0 240px;}
.graph_box {display:flex; width:1315px; height:710px; justify-content: center; align-items: center; background:#fff; border-radius: 50px;}
.graph_box > .graph_items {width:50%;}
.gray_s {background:rgba(211,211,211,0.5); color:#6c6c6c; display:inline-block; border-radius: 10px; padding:7px 14px;}
.graph_title h3 {font-size:30px; font-weight:800; line-height:130%; letter-spacing: -0.02rem; margin: 15px 0 0; color:#222;}
.graph_box > .graph_items:first-child {padding: 20px 0 0 80px;}
.graph_box > .graph_items > img {margin: 50px 0 0;}
.madia_section2 {display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 140px 0;}
.madia_section2 > img {margin:60px 0;}
.bord_radius_box {border:1px solid #c8c8c8; background: #fff; border-radius:30px; padding:70px 110px 80px;}
.madia_section3 {background:#222; display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 140px 0;}
.madia_section3 > .media_process_box {display:flex; flex-direction: column; gap:66px; margin:70px 0 0;}
.media_process_box > .flex_row_th {gap:135px;}
.media_process_box > .flex_row_th > .process_items {position:relative; display:flex; flex-direction:column; justify-content: space-between; align-items: flex-start; background:#fff; border-radius:30px; width:370px; height:232px; padding:30px 0 30px 30px;}
.media_process_box > .flex_row_th > .process_items > .title_img {display:flex; justify-content: space-between; width:100%; padding:0 30px 0 0;}
.media_process_box > .flex_row_th > .process_items > .title_img > h3 {font-size:30px; font-weight:800; line-height:130%; letter-spacing: -0.02rem;}
.media_process_box > .flex_row_th > .process_items > p {font-size:20px; font-weight:400; line-height:30px; color:#333;}
.media_process_box > .flex_row_th > .process_items > .step_line {position:absolute; left:100%; top:50%; transform: translate(0% , -50%); z-index: 3}
.media_process_box > .flex_row_th > .process_items > .step_line > .line {width:135px;}
.media_process_box > .flex_row_th > .process_items > .step_line.down_line {position: absolute; left:50%; top:100%; transform: translate(-50%, 0);}
.media_process_box > .flex_row_th > .process_items > .step_line.down_line > .line {width:2px; height:66px;}
.media_process_box > .flex_row_th > .process_items > .step_line.down_line > .line > .circle {top:100%;}
.media_process_box > .flex_row_th:last-child > .process_items > .step_line {transform: rotate(180deg);}
/*Media publicity end*/

/*Power link start*/
.powor_section1 {background: linear-gradient(to top, rgba(77,166,255,1) 0%, #fff 64%); padding:140px 0 200px; display: flex; flex-direction: column; justify-content: cneter; align-items: center;}
.naver_search {height:168px; margin:70px auto 6px; display:block;}
.link_search {margin:40px 0 150px;}
.pl_text_wrap.mar_120 {margin:120px 0 0;}
.keyword_wrap {display:flex; justify-content: center; align-items: center; flex-direction: column; padding:80px 150px 50px; background: #fff; border-radius: 30px; margin: 0 0 120px;}
.keyword_balloon {background: #4DA6FF; position:relative; padding:16px 54px; border-radius:30px;}
.keyword_balloon > p {font-size:20px; font-weight:500; line-height:130%; letter-spacing: -0.02rem;}
.keyword_balloon > img {position: absolute; left:50%; bottom:-6px; transform: translate(-50%, 0); width:14px;}
.keyword_wrap > .flex_row_th {align-items: center; margin:24px 0 24px;}
.fx_item_box {display:flex; flex-direction: column; justify-content: center; align-items: center; padding:15px 58px; background:rgba(198,222,247,0.3); border:1px solid rgba(77,166,255,0.3); border-radius:100px;}
.fx_item_box > p {font-size:20px; font-weight:500; line-height:34px; color:#6c6c6c;}
.fx_item_box > h3 {font-size:33px; font-weight:800; line-height:130%; color:#222;}
.brawser_wrap {padding:84px 60px; background:#fff; display:flex; justify-content: center; align-items: center; border-radius: 30px; margin: 74px auto; width:min-content;}
.powor_section2 {display:flex; flex-direction: column; justify-content: cneter; align-items: center; padding: 50px 0 150px;}
.powor_section2 > .title_wrap {margin:90px 0 45px;}
.powor_section2 > .two_arrow_wrap {display:flex; gap:65px; margin:0 0 30px;}
.powor_section2 > .two_arrow_wrap > .arrow_span1 {position: relative; width:280px; height:150px; border-radius: 30px; background: rgba(161,208,255,0.4); display:flex; justify-content: center; align-items: center; font-size:20px; text-align: center;}
.powor_section2 > .two_arrow_wrap > .arrow_span1 > img {position:absolute; left:100%; top:50%; transform: translate(0, -50%);}
.powor_section2 > .two_arrow_wrap > .arrow_span2 {position: relative; width:680px; height:150px; border-radius: 30px; background: rgba(77,166,255,0.3); display:flex; justify-content: center; align-items: center; font-size:20px; text-align: center; color:#333;}
/*Power link end*/

/*app development start*/
.devel_section1 {position:relative; background:#222; display:flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; padding:140px 0;}
.devel_section1 > .deve_sec_bg {position:absolute; height:100%; left:50%; top:0%; transform: translate(-50%, 0);}
.devel_section1 > .pl_text_wrap {position:relative; z-index: 3;}
.deve_blue_arr {position:relative; z-index: 3; margin:130px 0 80px;}
.devel_section1 > .flx_row_wrap {position:relative; z-index: 3; display:flex; justify-content: center; align-items: center; gap:32px;}
.devel_section1 > .flx_row_wrap > .devel_items {border:1px solid #5a5a5a; background: #282828; width:300px; border-radius:30px; display:flex; flex-direction: column; padding:46px 40px 32px 40px;}
.devel_section1 > .flx_row_wrap > .devel_items > h3 {margin:0 0 15px; font-size:30px; font-weight:900; line-height:130%;}
.devel_section1 > .flx_row_wrap > .devel_items > p {font-size:20px; font-weight:500; line-height:30px;}

.devel_section2 {background: linear-gradient(to bottom, rgba(77,166,255,1) 0%, #fff 85%); padding:120px 0 180px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.grid_temp_two {width:max-content; margin:50px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 100%;}
.dev_grid_items {width:500px; height:216px; border-radius: 30px; background:rgba(255,255,255,0.2); box-shadow: 0 10px 30px rgba(77,166,255,30%); padding:40px 28px;}
.point_radius {border-radius: 10px; background:rgba(77,166,266,0.6); padding:6px 12px; display: inline-block; margin:0 0 24px; font-size:25px; font-weight:800; line-height:130%;}
.dev_grid_items > p {font-size:20px; font-weight:500; line-height:28px;}
/*app development end*/

/*contect start*/
 .contect_bg {background-image: url("../images/contect_banner_bg.png");}
/*.form_section {background:#F1F8FF; padding:120px 0;}*/
.consult-form {background:#F1F8FF; padding:120px 0; border-radius: 16px; margin: 0 auto; font-family: sans-serif;}
.form-grid {border:1px solid #dcdcdc; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 24px; padding: 60px 40px; background:#fff; border-radius: 30px; width:1316px; margin: 0 auto;}
.form-group {display: flex; flex-direction: column;}
.form-group.full-width {grid-column: span 2;}
label {font-weight: 600; margin-bottom: 15px; font-size:30px; line-height: 22px;}
input, select {
  padding: 20px 21px;
  border: none;
  background: #F4F5F8;
  border-radius: 24px !important;
  font-size: 30px;
  width: 100%;
  font-family: 'Paperozi', sans-serif;
  color: #333;
  font-weight:300;
}

input::placeholder {
  font-weight: 300;
  color: #B2B2B2;
}
select {appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; color:#333; font-weight:300;}
select:invalid {color:#B2B2B2;}
.custom-select {position:relative; width:100%;}
.custom-select::after {content: ""; width:26px; height:14px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); pointer-events: none; background-image: url('../images/selec_bottom.svg'); background-repeat: no-repeat; background-size: contain;}
/* input::placeholder {color:#B2B2B2;} */
input[type="checkbox"] {vertical-align: middle; width: 18px; height: 18px;}
.toggle_btn {margin:0 0 25px; display:flex; align-items: center; cursor:pointer;}
.toggle_btn > img {margin:0 15px 0 0; transition: transform 0.3s ease;}
.toggle_btn > img.rotated {transform: rotate(180deg);}
.agree_wrap {margin: 0 0 0 24px;}
.check_box_wrap input[type="checkbox"] {opacity: 0; position: absolute; width: 0; height: 0;}
.check_box_wrap {display: flex; align-items: center; gap: 16px; cursor: pointer; font-size: 16px; position: relative; margin:0 0 10px;}
.check_box_wrap > .label_text {font-weight: 400; font-size:20px; line-height: 34px;}
/* input 숨김 */
.check_box_wrap input[type="checkbox"] {opacity: 0; position: absolute; width: 0; height: 0;}
/* 보이는 커스텀 박스 */
.custom-box {width: 24px; height: 24px; background-color: #F4F5F8; border-radius: 50%; position: relative; transition: all 0.2s ease;}
/* 체크됐을 때 표시될 체크 아이콘 */
input[type="checkbox"]:checked + .custom-box::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; background: #4DA6FF; border-radius:50%; left:50%; top:50%; transform: translate(-50%, -50%);}
.agree_info_box {margin:15px 0 30px 40px; background: #F4F5F8; border-radius: 10px; padding:20px; font-size:16px; color:#5E5E5E; line-height: 200%; display:inline-block;}
.submit-button { grid-column: span 2;}
.submit-button > button {width:100%; background: #111; color: #fff; padding: 24px 56px; border: none; border-radius: 24px; font-size: 32px; font-weight:700px; cursor: pointer; margin:34px auto 0; display:block;}
.bn_section {padding:120px 0;}
.bn_section > .banner_box {overflow: hidden; border-radius: 16px; background: #4DA6FF; display:flex; gap:40px; align-items: center; width:1316px; margin: 0 auto;}
.text_btn_box > h1 {font-size:36px; line-height: 48px; font-weight:800;}
.text_btn_box > p {font-size:20px; line-height: 22px; font-weight:500; color:#BBDDFF; margin:30px 0 50px;}
.text_btn_box > button {font-size:23px; line-height: 22px; font-weight:800; padding:22px 56px; border-radius: 80px; background: #fff;}
/*전송 메세지 모달*/
.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 9999; }
.modal[aria-hidden="false"] { display: flex; }
.modal-dim { position: absolute; inset: 0; background: rgba(0,0,0,.45); backdrop-filter: blur(2px); }
.modal-dialog { position: relative; width: min(92vw, 420px); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.18); padding: 28px 20px 20px; transform: translateY(8px); animation: modal-in .18s ease-out both; }
@keyframes modal-in { from { opacity: .6; transform: translateY(14px);} to { opacity: 1; transform: translateY(0);} }
.modal-close { position: absolute; top: 10px; right: 10px; border: 0; background: transparent; font-size: 18px; cursor: pointer; opacity: .7; }
.modal-body { text-align: center; }
.modal-icon { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: #EDF7ED; position: relative; }
.modal-icon::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 700; }
.modal.error .modal-icon { background: #FDECEC; }
.modal.error .modal-icon::after { content: "!"; }
.modal-body h3 { font-size: 20px; margin: 6px 0 8px; }
.modal-body p { font-size: 15px; line-height: 1.6; color: #333; margin-bottom: 14px; }
.modal-ok { display: inline-block; padding: 10px 18px; border-radius: 999px; border: 0; background: #111; color: #fff; cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
  .modal-dialog { animation: none; }
}
/*contect end*/

/*Portfolio start*/
.portfolio_wrap {padding:100px 0 120px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.portfolio_indicator {display:flex; width: max-content; margin: 0 auto 70px; gap:20px;}
.portfolio_indicator > .radius_btn {padding:14px 0; width:162px; background: #C8C8C8; border-radius: 30px; font-size:24px; line-height: 130%; font-weight:900; cursor:pointer; text-align: center;}
.portfolio_indicator > .radius_btn.active {background:#000;}
.portfolio_grid_temp {display:grid; grid-template-columns: repeat(2, 1fr); column-gap: 70px; row-gap: 120px; width:max-content; margin:0 auto 80px;}
.business_wrap {display: flex; flex-direction: column; gap:24px;}
.business_wrap > .title_box {display:flex; flex-direction: column;}
.business_wrap > .title_box > h1 {font-size: 40px; line-height: 130%; letter-spacing: -0.02rem; color:#222; margin:0 0 13px;}
.business_wrap > .title_box > p {font-size:20px; color:#222; line-height:34px;}
.btn_scor_box {display:flex; justify-content: space-between;}
.radius_wrap {display:flex; gap:10px; align-items: center;}
.radius_wrap > span {height:54px; padding:10px 25px; background: #4DA6FF;display:flex; justify-content: center; align-items: center; border-radius: 30px; font-size: 20px; line-height: 34px;}
.score_box {display:flex; gap:20px; margin: 0 5px 0 0;}
.score_box > .text_box {display:flex; flex-direction: column; align-items: center;}
.score_box > .text_box > span {font-size:20px; line-height:130%; font-weight:600; color:#222; margin: 0 0 4px;}
.score_box > .text_box > h3 {font-size:32px; line-height:130%; color:#222; font-weight:900;}
.business_wrap > .img_wrap {width:624px; height:307px; border-radius: 20px; overflow: hidden;}
.business_wrap > .img_wrap > img {width:100%; object-fit: cover;}
#MoreBtn {display:inline-block; margin: 0px auto; width:238px; padding:30px 0; background: #222; border-radius: 60px; text-align: center; font-size:23px; line-height:22%; font-weight:900;}
/*Portfolio end*/

/*PopupSection 컨텍트 팝업 start*/
.consult-form.pop_form {padding:0;}
.pop_bg{display:block;position:fixed;left:0;top:0;z-index:999;width:100vw;height:100vh;background:rgba(0,0,0,.2);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .25s ease;}
.popup_contect{position:fixed; bottom:0; left:50%; transform:translate(-50%,100%); z-index:1000;transition:transform .35s ease}
.open_btn{position:absolute; top:0; left:50%; transform:translate(-50%,-100%); color:#222; background:#fff; border:1px solid #d9d9d9; border-bottom: none; border-radius:20px 20px 0 0; font-size:26px; font-weight:600; padding:12px 30px}
.popup_contect.is-open{transform:translate(-50%,0);}
.pop_bg.is-open{opacity:1;pointer-events:auto;}
.popup_contect > .form-grid.po_c {border:none; border-radius: 30px 30px 0 0; background:#fff;}
/*PopupSection 컨텍트 팝업 end*/

/* 메일 상태 모달 start */
.status-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.status-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.status-modal {
  width: min(92vw, 500px);
  background: #fff;
  border-radius: 34px;
  padding: 44px 28px 24px;
  text-align: center;
  box-shadow:0 0 30px rgba(73, 139, 255, 1);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.status-modal-backdrop.is-open .status-modal {
  transform: translateY(0) scale(1);
}

.status-modal-icon {
  width: 126px;
  height: 126px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #d9ecff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-modal-icon-check {
  font-size: 68px;
  line-height: 1;
  color: #2f8ef3;
  font-weight: 700;
  transform: translateY(-2px);
}

.status-modal-title {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
}

.status-modal-desc {
  margin: 0 0 34px;
  font-size: 20px;
  line-height: 1.45;
  color: #9a9a9a;
  font-weight: 400;
}

.status-modal-btn {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 24px;
  background: #2f78ed;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

.status-modal-btn:hover {
  opacity: 0.96;
}

.status-modal-btn:active {
  transform: scale(0.995);
}

@media (max-width: 640px) {
  .status-modal {
    width: min(92vw, 360px);
    border-radius: 26px;
    padding: 34px 20px 20px;
  }

  .status-modal-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
  }

  .status-modal-icon-check {
    font-size: 52px;
  }

  .status-modal-title {
    font-size: 24px;
  }

  .status-modal-desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .status-modal-btn {
    height: 64px;
    border-radius: 18px;
    font-size: 22px;
  }
}
/* 기본 숨김 */
.status-modal-icon span {
  display: none;
}

/* 성공 상태 */
.status-modal-icon.success {
  background: #d9ecff;
}
.status-modal-icon.success .icon-success {
  display: block;
  color: #2f8ef3;
  font-size: 68px;
  font-weight: 700;
}

/* 실패 상태 */
.status-modal-icon.error {
  background: #ffe3e3;
}
.status-modal-icon.error .icon-error {
  display: block;
  color: #ff4d4f;
  font-size: 68px;
  font-weight: 700;
}
/* 메일 상태 모달 end */

/* 상세페이지 팝업 start */
.event-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.event-modal.is-open {
  display: block;
}

.event-modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.event-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 90%;
}

.event-modal-content img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.event-modal-content {
  position: relative;
}

.event-close {
  position: absolute;
  top: 12px;
  right: 12px;

  width: 36px;
  height: 36px;

  border-radius: 50%;
  border: none;

  background: rgba(0, 0, 0, 0.6); /* 검정 반투명 원 */
  color: #fff; /* X 색상 */

  font-size: 20px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 10;
}
/* 상세페이지 팝업 end */

.details_wrap {width:100%; display:flex; flex-direction: column; align-items:center; justify-content:}

.details_wrap > .mocon {display:none;}
.details_wrap > .pccon {display:block;}
.details_wrap > img {width:100%; margin:66px 0 0;}
.details_wrap > .gt_btn {text-align: center;font-weight:600; font-size:clamp(42px, 7vw, 58px); background:#0084ff; color:#fff; padding:20px 0%; border-radius: 100px; width:88.8888%; margin:0 0 60px;}

@media (max-width: 1600px){
  /*메인 섹션 START*/
  .section_bg {width:100%; height:100%; background: #000; opacity: 0.7; position:absolute;z-index: 2; left:0; top:0;}
  .content_contain {margin:180px 0 40px;}
  .content {padding:0 8%;}
  /*.content > p {text-align: center; line-height:140%;}*/
  .main_left_t {font-size: clamp(80px, 7vw, 167px); line-height: clamp(80px, 7vw, 167px);}
  .download_content {display:flex; justify-content: space-between; align-items: center;}
  .download_content > span {font-size:clamp(28px, 3vw, 36px);;}
  .defult_btn {padding:12px 16px; background-color:#D94300; color:#fff; font-size:clamp(16px, 1.4vw, 20px); font-weight:700; display:flex; justify-content: center; align-items: center; border-radius:100px; gap:4px; width:max-content;}
  .ico_mouse {position:absolute; bottom:80px; left:50%; transform:translate(-50%, -50%); z-index: 3;}

  .news_area {background-color:#D94300; width:100%; margin:40px 0 100px;}
  .news_area > .news_list {font-size:clamp(16px , 2vw , 20px); padding:40px 8% 40px;}
  .news_area > .news_list:first-child {border-bottom:2px solid #fff;}
  .news_area > .news_list > .news_title {display:flex; gap:40px;}
  .news_area > .news_list > .news_title > span {color:#FFEA00;}
  .news_area > .news_list > .news_title > p {color:#fff;}
  .news_area > .news_list > .radius {color:#fff;}

  .data_area {padding:80px 0;}
  .data_area > .title {margin:0 auto 4%; width:100%; max-width: 1500px; padding:0 8%;}
  .data_area > .title > h3 {font-size:clamp(32px, 2vw, 40px); margin: 0 0 16px; letter-spacing:-0.18rem;}
  .data_area > .title > p {font-size:clamp(16px, 2vw, 18px); color:#9A9A9A;}
  .data_area > .main_title {margin:0 auto 80px; width:100%; max-width: 1500px; text-align: center}
  .data_area > .main_title > h3 {font-size:clamp(32px, 2vw, 40px); margin: 0 0 16px; letter-spacing:-0.18rem;}
  .data_area > .main_title > p {font-size:clamp(16px, 2vw, 18px); color:#9A9A9A;}
  .data_area > .flx_row_wrap {padding:0 8%;}
  .data_area > .flx_row_wrap > .data_rwap {min-width:240px; display:flex; flex-direction: column; justify-content: center; align-items: center; background-color:#fff; border-radius: 40px; padding:66px 20px; box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.25);}
  .data_area > .flx_row_wrap > .data_rwap > p {font-size:clamp(16px, 2vw, 18px); margin: 0 0 10px;}
  .data_area > .flx_row_wrap > .data_rwap > h3 {font-size:clamp(32px, 2vw, 40px);}
  /*메인 섹션 END*/

  /*메인섹션2 START*/
  .data_graph {width:100%; display:flex; flex-direction: column; gap:20px;}
  .data_graph > .graph_line {display:flex; align-items: flex-end; gap:140px;}
  .data_graph > .graph_line > h3 {font-size: clamp(20px, 2vw, 24px)}
  .squre25 {width:18%;}
  .squre50 {width:24%;}
  .squre75 {width:28%;}
  .squre100 {width:34%;}
  /*메인섹션2 END*/

  /*메인섹션3 START*/
  #Section3 {width:100%; height:auto; padding:80px 0 160px; background-image: url("../images/main_section_2_bg.png"); background-size: cover; background-position: center; position:relative; display:flex; flex-direction:column; align-items: center; overflow:hidden;}
  .Cert_area {width:100%; display:flex; max-width: 1300px; padding:0 8%; display:flex; align-items: center; margin:0 0 40px;}
  /*.Cert_area > img {height:160px;}*/
  .Cert_area > .title {width:100%;}
  .Cert_area > .title > h3 {font-size:clamp(40px, 3.2vw, 60px); margin: 0 0 16px; letter-spacing:-0.18rem;}
  .Cert_area > .title > p {font-size:clamp(20px, 2.1vw, 26px); color:#9A9A9A; margin:0 0 20px;}
  .Cert_area > img {width:20%; height:auto; aspect-ratio: 1/1; object-fit: contain;}
  .img_wrap {padding:0 8%;}
  .img_wrap > img {object-fit:contain; width:50%; height:auto;}
  .img_wrap > img:last-child {width:100%;}
  /*메인섹션3 END*/

  /*메인섹션4 START*/
  #Section4 {width:100%; height:auto; padding:80px 0 80px; display:flex; flex-direction:column; align-items: center;}
  #Section4 > .data_area > .over_hiden_contain {overflow: scroll; width:100%;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull {width:max-content; display:flex; gap:80px; padding:0 8%;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space {height:500px; gap:0; flex-direction: column; justify-content: normal; max-width:400px; box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.25); padding:12px 24px; border-radius: 40px;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > a {margin-top:auto;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > img {width:100%; height:auto;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center {width:100%; gap:0; margin:30px 0 0;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center > h3 {font-size: 20px; margin:0 0 20px;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .text_wrap_center > p {font-size: 16px;}
  /*메인섹션4 END*/

  /*메인섹션5 START*/
  #Section5 {background: linear-gradient(180deg, #FFFFFF 0%, #AFCBFF 100%);}
  #Section5 > .data_area {padding:80px 8%;}
  
  .circ_contents {width:100%; max-width:1300px; margin:0 auto; padding:60px 120px 80px; border-radius: 40px; background:#fff;}
  .circ_contents_s {width:80%; max-width:1100px; margin: 20px auto 0; padding:60px 120px 80px; border-radius: 40px; background:#fff;}
  .circ_contents > .circ_title {text-align:center; margin:0 0 80px;}
  .circ_contents_s > .circ_title {text-align:center; margin:0 0 40px;}
  .circ_contents > .circ_title > h3 {font-size:clamp(24px, 1.3vw, 30px); margin:0 0 16px;}
  .circ_contents > .circ_title > p {font-size:clamp(16px, 1.1vw, 18px); color:#9E9E9E;}
  .line_contents {display:flex; justify-content: space-between; align-items: center;}
  .line_contents > h3 {font-size:24px;}
  .line_contents > .radius_box {padding:12px 20px; font-size:clamp(20px , 1.4vw , 24px); color:#fff; background-color:#F65009;}
  .line_contents > .line {height:2px; width:26%; background:#F65009;}
  /*메인섹션5 END*/

  /*메인섹션6 START*/
  #Section6 {background:#F6F9FF;}
  .mark_items_wrap {display:flex; flex-direction: column; gap:120px;}
  .mark_items_wrap > .mark_list_wrap {width:56%; height:auto; max-width:840px; margin:0 auto; display:flex; justify-content: flex-end;}
  .mark_items_wrap > .mark_list_wrap.bg_img_1 {background-image: url(../images/main_market_1.png); background-repeat: no-repeat; background-size: contain; background-position: 10% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_2 {background-image: url(../images/main_market_2.png); background-repeat: no-repeat; background-size: contain; background-position: 80% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_3 {background-image: url(../images/main_market_3.png); background-repeat: no-repeat; background-size: contain; background-position: 10% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_4 {background-image: url(../images/main_market_4.png); background-repeat: no-repeat; background-size: contain; background-position: 82% 0%;}
  .mark_items_wrap > .mark_list_wrap > .mark_items {width:100%; display:flex; justify-content: flex-end; align-items: center;}
  .mark_items_wrap > .mark_list_wrap > .mark_items.flx_end {justify-content: flex-start;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box {position:relative; border-radius: 40px; padding:40px 60px; background:linear-gradient(135deg, #FFFFFF 25%, #AFCBFF 100%); box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.25);}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > h3 {font-size:clamp(26px , 2vw , 32px); margin:0 0 8%;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > p {font-size:clamp(18px, 1.4vw, 20px); line-height: normal;}
  /*메인섹션6 END*/

  /*메인섹션7 START*/
  #Section7 {width:100%;}
  /* === 기본 설정(데스크탑) === */
  .section7_slide_wrap{
    --center: 560px;     /* 가운데 카드 한 변 */
    --side:   430px;     /* 양옆 카드 한 변 */
    --gap:     60px;     /* 카드 간격 */
    --scale-side: calc(var(--side) / var(--center));

    /* 화살표 */
    --arrow-size: 44px;
    --arrow-gap:  0px;  /* 버튼과 카드 사이 여백 */

    position: relative;
    width: 100%;
    height: var(--center);
    overflow: visible;
  }

  .section7_slide_wrap .vc-viewport{ width:100%; height:100%; }
  .section7_slide_wrap .vc-track{ position:relative; width:100%; height:100%; }

  .section7_slide_wrap .slide_item{
    position:absolute; top:50%; left:50%;
    width:var(--center); height:var(--center);
    transform-origin:center;
    transform: translate(-50%,-50%) scale(var(--scale-side));
    opacity:.45;
    transition: transform .55s ease, opacity .55s ease;
    pointer-events:none;
  }
  .section7_slide_wrap .slide_item.is-center{
    transform: translate(-50%,-50%) scale(1);
    opacity:1; z-index:2; pointer-events:auto;
  }
  .section7_slide_wrap .slide_item img{
    width:100%; height:100%; object-fit:cover; display:block; border-radius:20px;
  }

  /* ==== 화살표: 2번 카드의 '바깥 가장자리'에 붙이기 ==== */
  /* prev: 50% - 가운데카드/2 - 여백 - 버튼폭  */
  .section7_slide_wrap .vc-prev{
    position:absolute; top:50%; transform:translateY(-50%);
    width:var(--arrow-size); height:var(--arrow-size);
    border:0; border-radius:999px; background:rgba(0,0,0,.06); cursor:pointer; z-index:10;
    left: calc(50% - (var(--center)/2) - var(--arrow-gap) - var(--arrow-size));
  }
  /* next: 50% + 가운데카드/2 + 여백 */
  .section7_slide_wrap .vc-next{
    position:absolute; top:50%; transform:translateY(-50%);
    width:var(--arrow-size); height:var(--arrow-size);
    border:0; border-radius:999px; background:rgba(0,0,0,.06); cursor:pointer; z-index:10;
    left: calc(50% + (var(--center)/2) + var(--arrow-gap));
  }
  /*메인섹션7 END*/

  /*메인섹션8 START*/
  #Section8 > .data_area > img {width:100%; max-width: 1000px; margin:0 auto;}
  /*메인섹션8 END*/

  /*메인섹션9 START*/
  #Section9 > .consult-form.n_l {background:#000; width:100%;  background-repeat:no-repeat; background-size: cover; padding:120px 0; border-radius: 0px; margin: 0 auto; font-family: sans-serif;}
  .consult-form.n_l > .form-grid.n_l {background: none !important; border: none !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 24px; padding: 60px 0px; border-radius: 30px; width:1316px; margin: 0 auto;}
  .consult-form.n_l > .form-grid.n_l > .title {width:100%;}
  .consult-form.n_l > .form-grid.n_l > .title > h4 {font-size:26px; color:#fff; margin:0 0 24px;}
  .consult-form.n_l > .form-grid.n_l > .title > h3 {font-size:50px; margin: 0 0 16px;}
  .consult-form.n_l > .form-grid.n_l > .title > p {font-size:18px; color:#9A9A9A;}
  .form-grid.n_l label {color:#fff !important;}
  /*메인섹션9 END*/
}


@media (max-width: 1440px) {
	.pc_br {display:none;}
	.tap_br {display:block;}
	.mobile_br {display:none;}

	/*메인 섹션 START*/
	/*네비게이션 영역 START*/
	#SampleNav {padding:0 5.5556%;}
	#GnbNav > ul {display:flex; gap:0; width:70vw; max-width:600px; justify-content: space-between;}
	#GnbNav > ul > li a {padding:24px 8%; color:#fff;}
	/*네비게이션 영역 END*/
	/*메인 섹션 END*/

	/*어바웃 어스 start*/
  .about_section1 {background-size: 1440px auto;}
	.pl_text_wrap.fl_row {flex-direction:column; align-items: flex-start; gap:40px; margin:0px auto 0; width:88.8888%; padding:70px;}
	.about_section2 {padding:112px 5.5556% 98px;}
	.about_section2 .score_wrap {width:25%; justify-content: space-around;}
	.about_section2 .score_wrap > span {font-size: clamp(16px, 2vw, 20px); line-height: 21.6px; margin: 0 0 11px;}
	.about_section2 .score_wrap > h1 {font-size:clamp(52px, 6vw, 72px); line-height:86px; color:#222;}
	.organization_wrap {width:88.8888%; margin:55px auto 0;}
	.top_organ {width:110px;}
	.base_wrap {width:calc(100% - 110px);}
	.line_flx_row > .base_line > .radius_box {width:110px; font-size:clamp(14px, 2vw, 18px);}
	.about_section4 {overflow: hidden;}
	.point_year > h1 {font-size:clamp(70px, 6vw, 100px);}
	.point_year > .flx_col {font-size:clamp(16px, 2vw, 20px); gap:8px;}
	.about_section5 > .img_wrap {width:88.8888%; margin:0 auto;}
	.about_section5 > .img_wrap > img {width:100%;}
	/*어바웃 어스 end*/

	/*WORK 디폴트 START*/
	.sub_title_wrap h3 {font-size: clamp(60px, 6vw, 80px); font-weight:700; line-height:140%; letter-spacing: -0.02rem; text-align: center; color:#fff;}
	.sub_title_wrap p {font-size: clamp(20px, 2vw, 24px);  font-weight:600; line-height:140%; text-align: center; color:#fff;}
	.flex_row_space > .text_wrap_center {gap:0px;}
	.text_wrap_center > h3 {font-size: clamp(30px, 3vw, 40px);}
	.text_wrap_center > p {font-size: clamp(14px, 2vw, 20px); margin:6% 0;}
	#MoreBtn {margin: 0px auto; padding:2.5% 8.5%; font-size: clamp(17px, 2vw, 23px); width:auto;}
	.flex_row_space #MoreBtn {margin: 0px auto; padding:5.5% 8.5%; font-size: clamp(17px, 2vw, 23px); width:auto;}
	/*WORK 디폴트 END*/

	/*PLACE 디폴트 START*/
	.title_wrap > span {font-size:clamp(14px, 2vw, 16px);}
	.title_wrap > h3 {font-size: clamp(30px, 3vw, 40px);}
	.pl_text_wrap > p {font-size: clamp(16px, 2vw, 20px);}
	.flex_row_th {width:88.8888%; flex-wrap:wrap; justify-content: center; align-items: center;}
	.slider_bann > .img_item1 {width: 30%;}
	.slider_bann > .img_item1 > img {width:100%}
	.slider_bann > .img_item2 {width: 30%; margin:0 3% 0 0;}
	.slider_bann > .img_item2 > img {width:100%;}
	.bann_text > h3 {font-size: clamp(30px, 3vw, 40px);}
	.bann_text > h4.suit {font-size: clamp(19px, 2vw, 25px); margin: 6% 0 3%;}
	.bann_text > p {font-size: clamp(15px, 2vw, 20px);}
	.bann_text > ul > li {font-size: clamp(19px, 2vw, 25px);}
	.inportence > .img_box {width: 86%; justify-content: center;}
	.inportence > .img_box > img {width:calc(35% - 9px); max-width:260px;}
	.radius_box {padding:2% 5.5%;}
	.radius_box > h3 {font-size: clamp(20px, 2vw, 30px);}
	.radius_box > .imot_ico {display:none;}
	.line_text > h3 {font-size: clamp(30px, 3vw, 40px);}
	.line_text > p {font-size: clamp(15px, 2vw, 20px); margin:30px auto 20px;}
	.line_text > h4 {font-size: clamp(15px, 2vw, 20px); line-height: 180%;}
	.impact > .text_box > h3 {font-size: clamp(30px, 3vw, 40px);}
	.impact > .text_box > h4 {font-size: clamp(19px, 2vw, 25px);}
	.impact > .text_box > p {font-size: clamp(16px, 2vw, 20px);}
	.impact > .img_box {width:60%; margin:6% 0 0;}
	.impact > .img_box > .p_ab_1 {width:14%; left:0%; bottom:5%; transform: translate(-50%,-50%);}
	.impact > .img_box > img:nth-child(2) {width:100%;}
	.impact > .img_box > .p_ab_2 {width:14%; right:-14%; top:24%; transform: translate(-50%,-50%);}
	.mark {flex-direction: column-reverse; height:auto; justify-content: center;}
	.mark_text > .item_box {justify-content: center;}
	.mark > .img_box {height:400px;}
	.mark > .img_box > img:nth-child(1) {width:50%;}
	.mark > .img_box > img:nth-child(2) {width:60%;}
	/*PLACE 디폴트 END*/

	/*STORE 디폴트 START*/
	#SlideText > div .radius_box {width:100%; padding:18px 50px;}
	.radius_box > .imot_ico2 {width:80px; left:-40px; top:-40px;}
	.grid_text_box {width:88.8888%; margin:3% auto 0; padding:5% 12% 3%;}
	.grid_temp {padding:4% 0%; grid-gap:20px;}
	.radius_box.grid_items {padding:8% 0;}
	.radius_box.grid_items > h3 {font-size: clamp(18px, 2vw, 30px);}
	.mark_text > h3 {font-size: clamp(30px, 3vw, 40px);}
	.graph_bann {width:88.8888%; padding:5% 5.5556%; border-radius:25px;}
	.graph_bann > .text_box {display: flex; flex-direction: column; justify-content: center;}
	.graph_bann > .text_box > h3 {font-size: clamp(20px, 2vw, 30px);}
	.graph_bann > .text_box > p {font-size: clamp(14px, 2vw, 20px);}
	.graph_bann > .graph_wrap_img {width:50%; aspect-ratio: 2.43 / 1; height:auto; display: flex; justify-content: center; align-items: center;}
	.graph_bann > .graph_wrap_img > img {width:100%;}
	.step_wrap {width:70%; gap:40px 0px; justify-content: space-between; }
	.step_wrap > .step_items {width:30%;}
	.step_items > .img_box {width:100%; aspect-ratio: 1 / 1; height:auto; border-radius: 18px;}
	.step_line > .line {display:none;}
	.step_items > .text_box > h3 {font-size: clamp(15px, 2vw, 20px);}
	.step_items > .text_box > p {font-size: clamp(15px, 2vw, 20px);}
	.bg_ban_info > h3 {font-size: clamp(30px, 3vw, 40px);}
	.call > .text_box > h3 {font-size: clamp(30px, 3vw, 40px);}
	.call > .text_box > p {font-size: clamp(15px, 2vw, 20px);}
	.bg_ban_info > .call {justify-content: center;}
	.bg_ban_info > .call > img {width:40%;}
	/*STORE 디폴트 END*/

	/*SHORT-FROM 디폴트 START*/
	.bg_img_wrap {width:88.8888%; height:auto; aspect-ratio: 2.35 / 1; gap: 15%; padding:6% 5.5556%;}
	.bg_img_wrap > .text_box > h1 {font-size: clamp(30px, 5.5vw, 100px);}
	.bg_img_wrap > .text_box > p {font-size: clamp(15px, 2vw, 20px);}
	.point_section {width:700px; flex-direction: column; gap:40px; margin:60px auto; max-width:88.8888%;}
	.point_wrap {width:100%; margin:0;}
	/*SHORT-FROM 디폴트 END*/

	/*EXPERIENCE GROUP 디폴트 START*/
	.exp_gro_bann_wrap {max-width:1080px; width:88.8888%; padding:4% 8%; height:auto; border-radius: 25px;}
	.point_item > h3 {font-size: clamp(19px, 2vw, 25px);}
	.point_item > p {font-size: clamp(15px, 2vw, 20px);}
	.exp_gro_section1 > .exp_gro_bann_wrap > img {width:30%; right:6%; min-width:240px;}
	.exp_gro_section1 > .flex_row_th {max-width:1080px; width:88.8888%; flex-wrap:wrap; border:1px solud red; justify-content: center;}
	.clip_box > img {width:200px;}
	.clip_box > h3 {font-size: clamp(19px, 2vw, 25px);}
	.clip_box > p {font-size: clamp(15px, 2vw, 20px);}
	.list_radius_wrap > .list_items > h3 {font-size: clamp(20px, 2vw, 25px);}
	.list_radius_wrap > .list_items > p {font-size: clamp(16px, 2vw, 20px);}
	.list_img_wrap {width:88.8888%; flex-direction: column-reverse;}
	.list_radius_wrap {width:75%;}
	.list_img_wrap > img {max-width:360px; width:88.8888%;}
	.exp_gro_section2 > .exp_gro_bann_wrap {max-width:1080px; width:88.8888%; height:auto; position: relative;}
	.exp_gro_section2 > .exp_gro_bann_wrap > img {max-width:240px; width:30%; right:7%;}
	/*EXPERIENCE GROUP 디폴트 END*/

	/*OFFERWALL 디폴트 START*/
	.off_silde_section1 .off_slide_wrap {max-width:1200px; width:88.8888%;}
	.off_silde_section1 .off_slide_wrap > img {width: 50%;}
	.grid_temp_fi {width:88.8888%;}
	.grid_temp_fi > .point_wrap > .point_item {padding:5%;}
	/*OFFERWALL 디폴트 END*/

	/*Media publicity start*/
	.madia_section1 > img {max-width:360px; width:40%;}
	.madia_section1 > .graph_wrap {width: 88.8888%;}
	.graph_box {max-width:1315px; width:100%; height:auto; border-radius:25px;}
	.graph_title h3 {font-size: clamp(18px, 2vw, 30px);}
	.graph_box > .graph_items {padding:1% 8% 0 0%;}
	.graph_box > .graph_items:first-child {padding:4% 6% 0 8%;}
	.graph_box > .graph_items > img {width:100%;}
	.madia_section2 > img {max-width:898px; width:70%;}
	.bord_radius_box {padding:5% 4% 6%; max-width:1080px; width:88.8888%;}
	.madia_section3 > .media_process_box {width:100%; gap:24px;}
	.media_process_box > .flex_row_th {width:100%; margin:0 auto; flex-direction: column; gap:24px;}
	.madia_section3 > .media_process_box > .flex_row_th:nth-child(2) {flex-direction: column-reverse;}
	.media_process_box > .flex_row_th > .process_items {width:60%; height:215px;border-radius: 20px;}
	.media_process_box > .flex_row_th > .process_items > .title_img > h3 {font-size: clamp(20px, 2vw, 30px);}
	.media_process_box > .flex_row_th > .process_items > p {font-size: clamp(16px, 2vw, 20px);}
	/*Media publicity end*/

	/*Power link start*/
	.naver_search {width:70%; height:auto;}
	.link_search {width:70%; height:auto;}
	.keyword_wrap {padding:80px 5.5556% 50px;}
	.brawser_wrap {max-width: 767px; width:88.8888%;}
	.brawser_wrap > img {width:100%;}
	.powor_section2 > .two_arrow_wrap {gap:0; max-width:1020px; width:88.8888%; justify-content: space-between; gap:40px;}
	.powor_section2 > .two_arrow_wrap > .arrow_span1 {width:280px;  height:auto; aspect-ratio: 7 / 5; font-size: clamp(16px, 2vw, 20px); border-radius:20px;}
	.powor_section2 > .two_arrow_wrap > .arrow_span2 {height: auto; font-size: clamp(16px, 2vw, 20px); border-radius:20px;}
	.powor_section2 > .two_arrow_wrap > .arrow_span1 > img {width:35%;}
	/*Power link end*/

	/*app development start*/
	.devel_section1 > .deve_sec_bg {width:100%; height: auto; top:15%;}
	.devel_section1 > .flx_row_wrap {max-width:860px; width:88.8888%; flex-wrap:wrap;}
	.devel_section1 > .flx_row_wrap > .devel_items {width:calc(50% - 32px); padding:46px 0px 32px 40px}
	.devel_section1 > .flx_row_wrap > .devel_items > h3 {font-size: clamp(20px, 2vw, 30px);}
	.devel_section1 > .flx_row_wrap > .devel_items > p {font-size: clamp(15px, 2vw, 20px);}
	.grid_temp_two {max-width:1024px; width:88.8888%; grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)); gap:24px;}
	.dev_grid_items {width: auto; height:auto; aspect-ratio: 2.135;}
	.point_radius {font-size: clamp(20px, 2vw, 25px);}
	.dev_grid_items > p {font-size: clamp(16px, 2vw, 20px);}
	/*app development end*/

	/*Portfolio start*/
	.portfolio_indicator {gap:16px;}
	.portfolio_indicator > .radius_btn {font-size: clamp(20px, 2vw, 24px); width:142px;}
	.portfolio_grid_temp {max-width:1317px; width:88.8888%; grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); gap: 80px 2%;}
	.business_wrap {width:100%; gap:0%; height:auto; gap:16px;}
	.business_wrap > .img_wrap {width:100%; height:auto; aspect-ratio: 624 / 307;}
	.business_wrap > .img_wrap > img {height:max-contain; width:max-contain;}
	.business_wrap > .title_box > h1 {font-size: clamp(20px, 2vw, 40px);}
	.business_wrap > .title_box > p {font-size: clamp(15px, 2vw, 20px);}
	.radius_wrap {width:60%;}
	.radius_wrap > span {font-size: clamp(15px, 2vw, 20px); padding:2% 5%; width:100%; height:auto; width:auto;}
	.score_box > .text_box > span {font-size: clamp(15px, 2vw, 20px);}
	.score_box > .text_box > h3 {font-size: clamp(22px, 2vw, 32px);}
	/*Portfolio end*/

	/*contect start*/
	.form-grid {max-width:860px; width:88.8888%;}
	.privacy-section {grid-column: span 2}
	.check_box_wrap > .label_text {font-size: clamp(15px, 2vw, 20px);}
	.agree_info_box {font-size: clamp(14px, 2vw, 16px); margin: 15px 0 30px 30px; padding:20px 16px;}
	.submit-button > button {padding:3% 7%; font-size: clamp(18px, 2vw, 23px);}
	.bn_section > .banner_box {width:100%; border-radius: 0;}
	.bn_section > .banner_box > img {width:50%;}
	.text_btn_box > h1 {font-size: clamp(23px, 2vw, 36px); line-height: 130%;}
	.text_btn_box > p {font-size: clamp(16px, 2vw, 20px); margin:7% 0 9%;}
	.text_btn_box > button {padding:4% 10%; font-size: clamp(18px, 2vw, 23px);}
	/*contect end*/

  /*PopupSection 컨텍트 팝업 start*/
  .popup_contect {width:100%;}
  .popup_contect > .form-grid.po_c {max-width: 1000px; width:100%!important;}
  /*PopupSection 컨텍트 팝업 end*/
}

@media (max-width: 1280px){
  /*메인 섹션 START*/
  .data_area > .flx_row_wrap {display:flex; flex-wrap:wrap; justify-content: space-between; row-gap:20px;}
  .data_area > .flx_row_wrap > .data_rwap {width:48%;}
  .data_area > .flx_row_wrap > .data_rwap > p {font-size:clamp(16px, 2vw, 18px); margin: 0 0 10px;}
  .data_area > .flx_row_wrap > .data_rwap > p {font-size:clamp(18px , 1.8vw , 20px); margin: 0 0 10px;}
  .data_area > .flx_row_wrap > .data_rwap > h3 {font-size:clamp(28px, 3.2vw, 50px);}
  /*메인 섹션 END*/

  /*메인섹션2 START*/
  .data_graph > .graph_line {gap:60px;}
  /*메인섹션2 END*/

  /*메인섹션5 START*/
  .circ_contents > .circ_title {text-align:center; margin:0 0 8%;}
  .circ_contents_s.opacity {padding:60px 8% 80px;}
  .line_contents > .radius_box {padding:10px 16px; font-size:clamp(16px , 1.3vw , 20px);}
  .line_contents > .line {width:22%;}
  /*메인섹션5 END*/

  /*메인섹션6 START*/
  .mark_items_wrap > .mark_list_wrap {width:714px;}
  /*메인섹션6 END*/

  /*WORK start*/
  #SubSectionFull > .impact > .success_story {min-width:630px;}
  #SubSectionFull > .impact > .success_story > h3 {font-size:clamp(28px , 3vw , 40px);}
  #SubSectionFull > .impact > .success_story > a {font-size:clamp(18px , 2vw , 24px); padding:2% 3.5%;}
  /*WORK end*/
}

@media (max-width: 1024px){
  /*메인섹션6 START*/
  .mark_items_wrap > .mark_list_wrap {width:460px; height:480px; justify-content: center;}
  .mark_items_wrap > .mark_list_wrap.bg_img_1 {background-size: 340px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_2 {background-size: 320px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_3 {background-size: 320px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_4 {background-size: 340px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap > .mark_items {width:auto; display:flex; justify-content: flex-end; flex-direction: column;}
  .mark_items_wrap > .mark_list_wrap > .mark_items.flx_end {justify-content: flex-end;}
  /*메인섹션6 END*/

  /*메인섹션9 START*/
  .consult-form.n_l > .form-grid.n_l {width:88.8888%; margin: 0 auto;}
  /*메인섹션9 END*/
}

@media (max-width: 860px){
  /*모바일 메뉴 START*/
  #MobileBtn {display:block; width:36px; height:36px; margin: 0 5.5556% 0 0; position:relative;}
  #MobileBtn > .menu_ico {position:absolute; left:0; top:0;}
  #MobileBtn > .close_ico {position:absolute; left:0; top:0; display:none;}
  #MobileNav {width:100%; background:#fff; padding:20px 0;}
  #MobileNav > ul li > a {padding:20px; font-size:15px; letter-spacing: 0; line-height: 100%; color:#222; display:block;}
  #MobileNav > ul > li span {padding:20px; display:block; font-weight:500; border-bottom:1px solid #D94300; color:#F65009;}
  #MobileNav > ul > li > ul > li {text-align: center;}
  #MobileNav > ul > li > ul > li > a {padding:16px 12px; color:#D94300;}
  /*모바일 메뉴 END*/
  #HomeBtn {height:18px; padding:0px 0; margin: 20px 0 20px 5.5556%;}
  #SampleNav {width:100%; padding:0 5.5556%; flex-wrap:wrap; padding:0px 0; z-index: 10;}
  #GnbNav {display:none;}

  /*메인섹션5 START*/
  #Section5 > .data_area {flex-wrap:wrap; flex-direction: row; justify-content: space-between;}
  .circ_contents {width:54%; padding:40px 8%; margin:0; display:flex; flex-direction: column;}
  .circ_contents_s {width:44%; margin:0;}
  .circ_contents_s.opacity {padding:40px 8%;}
  .circ_contents_s > .circ_title {text-align:center; margin:0 0 60px;}
  .line_contents {display:flex; justify-content: space-between; align-items: center; flex-direction: column; height:360px;}
  .line_contents > .line {width:2px; flex:1;}
  /*메인섹션5 END*/

  /*메인섹션6 START*/
  .mark_items_wrap > .mark_list_wrap {width:460px; height:480px; justify-content: center;}
  .mark_items_wrap > .mark_list_wrap.bg_img_1 {background-size: 340px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_2 {background-size: 320px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_3 {background-size: 320px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap.bg_img_4 {background-size: 340px auto; background-position: 50% 0%;}
  .mark_items_wrap > .mark_list_wrap > .mark_items {width:auto; display:flex; justify-content: flex-end; flex-direction: column;}
  .mark_items_wrap > .mark_list_wrap > .mark_items.flx_end {justify-content: flex-end;}
  /*메인섹션6 END*/

  /*메인 섹션7 START*/

  .section7_slide_wrap{
      --center: 360px;
      --side:   290px;
      --gap:     24px;
      --arrow-size: 36px;
      --arrow-gap:  10px;
  }
    /*메인 섹션7 END*/

  /*메인섹션9 START*/
  .consult-form.n_l > .form-grid.n_l {width:88.8888%; margin: 0 auto;}
  /*메인섹션9 END*/

  /*WORK start*/
  #SubSectionFull > .impact > .success_story {height:280px; padding:0 5.5556%; flex-direction: column; justify-content: center; align-items: flex-start; gap:24px;}
  #SubSectionFull > .impact > .success_story > h3 {font-size:25px;}
  #SubSectionFull > .impact > .success_story > a {font-size:clamp(18px , 2vw , 24px); padding:8px 20px;}
  /*WORK END*/

  /*PopupSection 컨텍트 팝업 start*/
  .popup_contect {width:100%;}
  .popup_contect > .form-grid.po_c {max-width: 100%; width:100%!important;}
  .popup_contect > .form-grid.po_c {gap:16px; padding:20px 5.5556%;}
  .popup_contect > .form-grid.po_c label {margin-bottom:8px;}
  /*PopupSection 컨텍트 팝업 end*/


  .details_wrap > img {margin:58px 0 0;}
}

@media (max-width: 640px) {

	.pc_br {display:none;}
	.tap_br {display:none;}
	.mobile_br {display:block;}

    /*메인 섹션 START*/
  
  .data_area {padding:60px 0 0;}
  #Section1 > .data_area {padding:60px 0;}
  #Section1 > .content_contain > .content {gap:8px;}
  .content {padding:0 5.5556%;}
  .main_left_t {font-size: clamp(50px, 2vw, 60px); line-height: clamp(50px, 2vw, 40px);}
  .download_content > span {font-size:clamp(16px, 1.6vw, 20px);}
  .defult_btn {padding:8px 12px; font-size:clamp(16px, 1.4vw, 20px); font-weight:700; display:flex; justify-content: center; align-items: center; border-radius:100px; gap:4px; width:max-content;}
  .news_area {margin:40px 0 60px;}
  .news_area > .news_list {align-items: center; gap:16px; padding:20px 5.5556%;}
  .news_area > .news_list > .news_title {gap:12px; align-items: center;}
  .news_area > .news_list > .news_title > span {font-size:clamp(10px 2.8vw, 12px); font-weight:700;}
  .news_area > .news_list > .news_title > p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; amrgin:0 16px 0 0;}
  .news_area > .news_list > .radius {font-size:14px;}

  .data_area > .title {margin:0 auto 40px; width:100%; max-width: 1500px; padding:0 5.5556%;}
  .data_area > .title > h3 {font-size:clamp(26px, 2vw, 32px); margin: 0 0 16px;}
  .data_area > .title > p {font-size:clamp(14px, 2vw, 18px);}
  .data_area > .main_title {margin:0 auto 40px; width:100%; max-width: 1500px; text-align: center}
  .data_area > .main_title > h3 {font-size:clamp(26px, 2vw, 32px); margin: 0 0 16px; letter-spacing:-0.18rem;}
  .data_area > .main_title > p {font-size:clamp(14px, 2vw, 18px); color:#9A9A9A;}
  .data_area > .flx_row_wrap {padding:0 5.5556%;}
  .data_area > .flx_row_wrap > .data_rwap {width:100%; padding:30px 20px; border-radius: 20px;}
  .data_area > .flx_row_wrap > .data_rwap > h3 {font-size:36px; letter-spacing: -0.1rem;}
  /*메인 섹션 END*/

  /*메인 섹션2 START*/
  #Section2 {padding:0 0 60px;}
  .data_graph > .graph_line {gap:24px;}
  .data_graph > .graph_line > h3 {font-size:clamp(14px, 1.8vw, 16px);}
  .squre25 {height:64px;}
  .squre50 {height:64px;}
  .squre75 {height:64px;}
  .squre100 {height:64px;}
  /*메인 섹션2 END*/

  /*메인 섹션3 START*/
  #Section3 {padding:60px 0;}
  #Section3 > .Cert_area {margin:0 0 0px;}
  .Cert_area {flex-direction: column; align-items: center;}
  .Cert_area > .title {text-align:center;}
  .Cert_area > .title > p {font-size:clamp(14px, 4vw, 16px);}
  .Cert_area > .title > h3 {font-size:clamp(24px, 4vw, 30px);}
  .Cert_area > img {width:40%; margin:24px 0;}
  .img_wrap {padding:0;}
  .img_wrap > img {width:100%;}
  /*메인 섹션3 END*/

  /*메인 섹션4 START*/
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space {width:320px; height:400px; border-radius: 20px; padding:12px 16px;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > .contian_img {border-radius:16px;}
  #Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > a {padding:8px 20px; font-size:clamp(14px, 2vw, 20px);}
  /*메인 섹션4 END*/

  /*메인 섹션5 START*/
  #Section5 > .data_area {padding:40px 5.5556%;}
  .circ_contents {width:100%; border-radius:20px;}
  .circ_contents_s {width:88.8888%; margin:20px auto; border-radius:20px;}
  .line_contents > .radius_box {width:auto;}
  .circ_contents > .line_contents {height:240px;}
  .circ_contents > .line_contents > .line {flex:none; height: 30px;}
  .circ_contents_s > .circ_title {margin:0 0 30px;} 
  /*메인 섹션5 END*/

  /*메인 섹션6 START*/
  .mark_items_wrap {gap:60px; padding:0 0 60px;}
  .mark_items_wrap > .mark_list_wrap {width:300px; height:380px;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box {padding:20px 24px; border-radius: 20px; width:310px;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > h3 {font-size: 18px; margin:0 0 16px;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > p {font-size: 15px;}
  .mark_items_wrap > .mark_list_wrap.bg_img_1 {background-size: 300px;}
  .mark_items_wrap > .mark_list_wrap.bg_img_2 {background-size: 280px;}
  .mark_items_wrap > .mark_list_wrap.bg_img_3 {background-size: 280px;}
  .mark_items_wrap > .mark_list_wrap.bg_img_4 {background-size: 280px; background-position: 50% 10%;}

  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > .posi_r_b {position:absolute; right:10px; bottom:0; height:100px; width:auto;}
  .mark_items_wrap > .mark_list_wrap > .mark_items > .info_box > .posi_l_b {position:absolute; left:0; bottom:0; transform: translate(-50% , 40%); height:80px; width:auto;}
  /*메인 섹션6 END*/

  /*메인 섹션7 START*/
  .section7_slide_wrap .slide_item img {margin:0 0 0 2.5%;}
  .section7_slide_wrap{
        --center:300px;
      --side: 240px;
      --gap: 20px;
      --arrow-size: 34px;
      --arrow-gap: 8px;
  }
    /*메인 섹션7 END*/

  /*메인 섹션8 START*/
  #Section8 > .data_area > img {margin: 0 0 60px;}
  /*메인 섹션8 END*/

  /*메인 섹션9 START*/
  #Section9 > .consult-form.n_l {padding:0 5.5556%;}
  .consult-form.n_l > .form-grid.n_l {padding: 60px 0;}
  .consult-form.n_l > .form-grid.n_l > .title > h4 {font-size:20px;}
  .consult-form.n_l > .form-grid.n_l > .title > h3 {font-size:clamp(24px, 7vw, 30px); font-weight: 800; margin:0 0 8px;}
  .consult-form.n_l > .form-grid.n_l > .title > p {font-size:16px;}
  /*메인 섹션9 END*/


	/*풋터 섹션 START*/
	footer {justify-content: flex-start; padding:40px 5.5556% 60px;}
	.flex_row_space {flex-direction: column; gap:30px;}
	.flex_row_space > img {width:52px; height:auto; margin:0;}

	.footer_policy_btns {
		gap:10px 16px;
		margin:0 0 16px;
	}

	.policy_btn {
		font-size:12px;
	}

	.flex_row_space > .footer_infor > ul > li,
	.flex_row_space > .footer_infor > .e_mp_h,
	.flex_row_space > .footer_infor > .Copyright {
		height:auto;
		line-height:1.7;
	}

	.flex_row_space > .footer_infor > .e_mp_h {
		margin:10px 0 0;
	}
	/*풋터 섹션 END*/

	/*어바웃 어스 start*/
	.about_section1 {background-repeat: no-repeat; background-size: 640px auto; background-position: 50% 0%; height:auto; padding:60px 0;}
	.pl_text_wrap.fl_row {gap:16px; margin:0px auto 0; align-items: center; flex-direction: column; padding:0;}
	.pl_text_wrap.fl_row > .title_wrap.al_center {text-align: center;}
	.about_section1 > .pl_text_wrap.fl_row > p {text-align: center; margin:0; background: rgba(255,255,255,0.8); padding:16px 5.5556%; border-radius: 16px;}
  	.ico_mouse {display:none;}
	.about_section2 {margin:40px 0 0; padding:40px 0 40px;}
	.about_section2 > .flex_row_th {justify-content: center; align-items: center; gap:40px;  flex-direction: column;}
	.about_section2 .score_wrap {display:flex; flex-direction: column; justify-content: center; align-items: center;}
	.about_section2 .score_wrap > span {font-size: 15px; line-height: 21.6px; margin: 0 0 0px;}
	.about_section2 .score_wrap > h1 {font-size:30px; line-height:130%; color:#222;}
	.about_section3 {padding:60px 0;}
	.organization_wrap {width:100%; margin:55px auto 0;}
	.top_organ {width:100px; margin:0 0 40px; padding:12px 0; display:flex; justify-content: center; align-items: center; text-align: center; border-radius: 20px; border:1px solid #222; font-size:12px; line-height: 130%; background: #222; color:#fff; margin:0 auto; position:relative;}
	.top_organ > .center_line {width:1px; height:40px; position:absolute; left:50%; bottom:-40px; background:#d3d3d3; z-index: -1;}
	.base_wrap {width:calc(88.8888% - 100px); border-top:1px solid #d3d3d3; position:relative;margin:40px auto 0;}
	.line_flx_row {display:flex; justify-content: space-between; flex-wrap:wrap; width:88.8888%; margin:0 auto;}
	.line_flx_row > .base_line {display:flex; flex-direction: column; gap:40px; position:relative; height:max-content; margin:40px 0 0;}
	.line_flx_row > .base_line.line_position4 {margin:40px 0 0 15%;}
	.line_flx_row > .base_line.line_position4 > .center_line {height:calc(100% - 40px); top:40px;}
	.line_flx_row > .base_line.line_position5 {margin:40px 15% 0 0;}
	.line_flx_row > .base_line.line_position5 > .center_line {height:calc(100% - 40px); top:40px;}
	.line_flx_row > .base_line .center_line {width:1px; height:100%; position:absolute; left:50%; top:-40px; background:#d3d3d3;}
	.line_flx_row > .base_line > .radius_box {width:100px; padding:12px 0; display:flex; justify-content: center; align-items: center; text-align: center; border-radius: 20px; border:1px solid #222; font-size:12px; line-height: 130%; background: #fff; box-shadow: none;}
	.line_flx_row > .base_line > .radius_box.black {background:#222; color:#fff;}
	.break_line {display:block; flex-basis: 100%; height: 0; padding: 0; margin: 0;}
	.about_section4 {padding:0px 0 20px;}
	.relative_line {position:relative; width:100%; padding:40px 0; display:flex; flex-direction: column; gap:30px;}
	.relative_line > .center_line {width:1px; background:#e3e3e3; height:calc(100% - 160px); position:absolute; left:calc(5.5556% + 7px); top:50px; transform: translate(0, 0%); z-index: -1;}
	.point_year {display:flex; gap:0px; flex-wrap:wrap; width:88.8888%;}
	.point_year > .point_circle {width:14px; height:14px; border-radius: 20px; background: #222; margin:7px 20px 0 0; order: 1;}
	.point_year > h1 {width:calc(100% - 34px); text-align: left; font-size:20px; line-height: 130%; color:#222; letter-spacing: -2px; order: 2;}
	.point_year > .flx_col {width:calc(100%); display: flex; flex-direction: column; gap:6px; font-size:15px; line-height: 130%; margin:8px 0 0 34px;  order: 3;}
	.about_section5 {display:flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 60px;}
	.about_section5 > .img_wrap {width:88.8888%; margin:0 auto;}
	.about_section5 > .img_wrap > img {width:100%;}
	/*어바웃 어스 end*/

	/*WORK 디폴트 START*/
	#SubBgWrap {width:100%; height:300px;}
	.sub_title_wrap h3 {font-size:42px; line-height:110%}
	.sub_title_wrap p {font-size:15px; line-height:150%; margin:10px 0 0;}
	#SubSectionFull {width:100%; padding: 60px 5.5556%; gap:60px;}
	.flex_row_space.mw_152 {max-width:1520px; gap:24px;}
	.flex_row_space > .contian_img {width:100%; height:100%; overflow: hidden; border-radius: 20px;}
	.flex_row_space > .text_wrap_center {width:100%; display:flex; flex-direction: column; justify-content: center; align-items: center; gap:12px;}
	.text_wrap_center > h3 {font-size: clamp(20px, 4.5vw, 28px); line-height:130%;}
	.text_wrap_center > p {font-size: clamp(15px, 4.5vw, 22px); line-height:150%; margin:0;}
	#MoreBtn {margin: 0px auto; width:auto; padding:8px 20px; border-radius: 60px; font-size: clamp(15px, 4.5vw, 22px); line-height:22px;}
	.flex_row_space #MoreBtn {margin: 0px auto; width:auto; padding:8px 20px; border-radius: 60px; font-size: clamp(15px, 4.5vw, 22px); line-height:22px;}
  #SubSectionFull > .impact > .success_story {min-width:0px; padding:0 5.5556%}
	/*WORK 디폴트 END*/

	/*PLACE 디폴트 START*/
	#SubSectionFull.center {padding:60px 0 60px; justify-content: center; align-items: center; gap:32px;}
	.title_wrap.al_center {text-align: center;}
	.title_wrap > span {color: #4C96F9; font-size:14px; line-height:130%; margin:0 0 12px;}
	.title_wrap > h3 {font-size:25px; line-height:130%;}
	.pl_text_wrap > p {font-size:15px; line-height:34px; margin:16px 0 0; text-align: center; color:#333; line-height: 150%;}
	.pl_text_wrap > .mobile_margin {margin:60px 0 0;}
	#SubSectionFull > .flex_row_th {display:flex; flex-direction: column; gap:20px; width:88.8888%;}
	.flex_row_th > .flex_items {width:100%; height:auto; aspect-ratio: 320 / 190; flex-wrap: nowrap; padding:20px 20px 30px 30px; box-shadow: none; border:1px solid #e1e1e1; border-radius:20px;}
	.flex_row_th > .flex_items > img {width:68px; position:absolute; top:40px; right:30px;}
	.flex_row_th > .flex_items > h3 {margin:0 0 12px; font-size:20px; line-height:150%;}
	.flex_row_th > .flex_items > p {font-size:15px; line-height:150%;}

	.slider_bann {height:628px; display:flex; flex-direction: column; text-align: center;}
	.slider_bann > .img_item1 {width:265px; margin: 50px 0 0;}
	.slider_bann > .img_item1 > img {width:100%;}
	.slider_bann > .img_item2 {width:auto; height:250px; margin: 50px 0 0;}
	.slider_bann > .img_item2 > img {width:auto; height:100%;}
	.bann_text {margin:26px 0 0;}
	.bann_text > h3 {font-size:25px; line-height: 130%; letter-spacing: -0.02rem; color:#fff;}
	.bann_text > h4.suit {font-size:15px; line-height: 150%; color:#fff; margin:16px 0 10px;}
	.bann_text > p {font-family: 'SUIT', sans-serif; font-size:15px; line-height: 150%;}
	.bann_text > ul {margin:16px 0 10px;}
	.bann_text > ul > li {margin:0; font-size:15px; line-height:150%;}
	.bann_text > ul > li > span {font-weight:800;}

	.inportence {padding:60px 0;}
	.inportence > .img_box {display:flex; width:86%; gap:8px; margin:40px 0 60px;}
	.inportence > .img_box img {width:calc(50% - 4px);}

	.radius_box {padding:16px 0px; width:88.8888%;}
	.radius_box > h3 {font-size:16px; line-height: 130%;}
	.radius_box > .imot_ico {position:absolute; right:4px; top:-27px; width:56px;}

	.line_text {width:100%; margin: 60px 0 0; padding: 60px 5.5556%;}
	.line_text > h3 {font-size:25px; line-height: 130%;}
	.line_text > p {font-size:15px; line-height: 150%; margin:16px 0}
	.line_text > h4 {font-size:15px; line-height: 150%;}
	.impact {padding:60px 0 0;}
	.impact > .text_box {text-align: center; padding:5.5556%;}
	.impact > .text_box > h3 {font-size:25px; line-height: 130%;}
	.impact > .text_box > h4 {font-size:15px; line-height: 150%; margin:16px 0 12px;}
	.impact > .text_box > p {font-size:15px; line-height: 150%;}
	.impact > .img_box {position:relative; margin:40px 0 0px; width:88.8888%;}
	.impact > .img_box > img {width:100%;}
	.impact > .img_box > .p_ab_1 {position: absolute; bottom:64px; left:-70px; display:none;}
	.impact > .img_box > .p_ab_2 {position: absolute; top:22px; right:-70px; display:none;}
	.mark {overflow: hidden; display:flex; flex-direction: column-reverse; height: auto; gap:94px; margin:0px 0 0;}

	.mark > .img_box {position:relative; width:300px; height:276px; margin:-50px auto 0;}
	.mark > .img_box > img:nth-child(1) {position: absolute; left:0; bottom:0; width:140px;}
	.mark > .img_box > img:nth-child(2) {position: absolute; right:0; width:175px;}

	.mark_text {text-align: center; margin:72px 0 0;}
	.mark_text > h3 {font-size:25px; line-height: 130%;}
	.mark_text > .item_box {display:flex; gap:10px; margin: 24px auto 20px; width:88.8888%;}
	.mark_text > .item_box > .item {border-radius:12px; padding:14px 23px; width:calc(50% - 5px); margin:0;}
	.mark_text > .item_box > .item > span {font-size:14px;}
	.mark_text > .item_box > .item > h1 {font-size:30px; line-height:130%;}
	.mark_text > p {line-height: 15px; line-height:150%;}
	/*PLACE 디폴트 END*/

	/*STORE 디폴트 START*/
	#SlideText {display:flex; gap:20px; width:auto;}
	#SlideText .slick-slide {pointer-events: auto; user-select: auto;}
	#SlideText > div .radius_box {width:100%; padding:12px 25px; margin:0}
	.radius_box > .imot_ico2 {position:absolute; left:-15px; top:-20px; width:40px;}

	#StoreSection {padding:60px 0 0px;}
	.grid_text_box {padding: 20px 27px 20px; width:88.8888%; border-radius:20px; margin: 32px auto 0;}
	.grid_temp {padding:0; grid-gap: 10px;}
	.grid_temp > .gr_bg {width:100%; height:100%; position:absolute; left:0; top:0; opacity: 0.3; background-image: url("../images/stroe_grid_bg.png"); background-size: cover; background-repeat: no-repeat;}
	.radius_box.grid_items {padding:7px 0; z-index: 3;}
	.radius_box.grid_items > h3 {font-size:12px;}
	#GraphSection {background:rgba(77,166,255,0.08); padding:60px 0 60px; margin:60px 0 0;}
	.graph_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; gap:66px; margin:32px auto 0; width:88.8888%;}
	.graph_bann {padding:20px 20px 20px 20px; display:flex; flex-direction: column; justify-content: space-between; width:100%; height:auto; border-radius: 20px; box-shadow: -1px 11px 11px rgba(0,0,0,0.04);}
	.graph_bann > .text_box {text-align: left;}
	.graph_bann > .text_box > h3 {font-size:20px; text-align: center;margin:20px 0 0;}
	.graph_bann > .text_box > p {font-weight:400; font-size:15px; text-align: center; line-height: 150%; margin:16px 0 0;}
	.graph_bann > .graph_wrap_img {width:100%; height:auto; margin:32px auto 0;}
	.graph_bann > .graph_wrap_img > img {width:100%;}
	.store_Marketing {background:#222; padding:180px 0 0;}
	.step_wrap {width:88.8888%; margin: 40px auto 0; gap:0px;}
	.step_wrap > .step_items {display:flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width:50%; margin:0 0 24px;}
	.step_items > .img_box {width:115px; height:115px; aspect-ratio: 1 / 1; background:#fff; border-radius:12px;}
	.step_items > .img_box > img {width:100%;}
	.step_items > .img_box > .step_line {display:none; position:absolute; left:100%; top:50%; transform: translate(0% , -50%); z-index: 3}
	.step_line > .line {height:2px; width:110px; background: #4DA6FF; position:relative;}
	.step_line > .line > .circle {position:absolute; left:100%; top:50%; transform: translate(-50%, -50%);width:25px; height:25px; background:rgba(77,166,255,0.3); display:flex; justify-content: center; align-items: center; border-radius:25px;}
	.step_line > .line > .circle > .circle_p {width:10px; height:10px; background: #4DA6FF; border-radius:10px;}
	.step_items > .text_box {margin:16px 0 0;}
	.step_items > .text_box > h3 {font-weight:800; font-size:14px; font-weight:bold; line-height: 20px;}
	.step_items > .text_box > p {font-weight:800; font-size:14px; font-weight:500; line-height: 20px;}
	.bg_ban_info {background:#222; position:relative; height:auto;}
	.bg_ban_info > .bg_ban_img {width:100%; position: absolute; left:0; top:0; z-index: 0;}
	.bg_ban_info > h3 {position: relative; font-size:20px; line-height:130%; letter-spacing: -0.02rem; text-align: center; z-index: 3; margin:30px 0 0;}
	.bg_ban_info > .call {margin:80px auto 60px; z-index: 3; gap:12px; width:88.8888%; justify-content: center;}
	.bg_ban_info > .call > img {width:129px; height:125px; aspect-ratio: 1 / 1;}
	.call > .text_box > h3 {font-weight:800; font-size:20px; line-height: 130%; letter-spacing: -0.02rem;}
	.call > .text_box > p {font-size:14px; line-height: 150%; margin:6px 0 10px;}
	.radius_box.samll {width: max-content; padding:7px 12px 7px; display:flex; gap:0px; font-size:13px; font-weight:800;}
	/*STORE 디폴트 END*/

	/*SHORT-FROM 디폴트 START*/
	#ShortForm {background: linear-gradient(to bottom, #222 25%, #4DA6FF 100%); padding:60px 0 0;}
	.bg_img_wrap {padding:24px 10px 25px 30px; aspect-ratio: 0 / 0; flex-direction: column; align-items: flex-start; gap:18px; width:88.8888%; height:auto; margin:32px auto 60px; border-radius: 20px;}
	.bg_img_wrap > img {position:absolute; left:0; top:0; width:auto; height:100%; opacity: 0.2;}
	.bg_img_wrap > span {right:10px; top:10px; color:#c6c6c6; font-size:10px;}
	.bg_img_wrap > .text_box {position:relative; z-index: 3;}
	.bg_img_wrap > .text_box > h1 {font-size:100px; line-height: 130%; letter-spacing: -0.02rem; font-weight:800; font-size:30px;}
	.bg_img_wrap > .text_box > p {font-size:20px; line-height: 130%; font-weight:600; font-size:14px;}
	.point_section {width:88.8888%; display:flex; flex-direction: column; margin:16px auto 44px; gap:0;}
	.point_wrap {margin:16px 0 16px; width:100%; border-radius: 20px; background:rgba(77,166,255,0.15); box-shadow: 5px 10px 25px rgba(0,0,0,0.15);}
	.point_wrap > h3 {padding: 11px 0; font-size:14px; line-height: 130%; letter-spacing: -0.02rem; text-align: center;}
	.point_wrap > .point_item {width:100%; background: #fff; padding:30px 23px 30px 30px; border-radius: 20px;}
	.point_item > h3 {font-size:20px; line-height: 130%; letter-spacing: -0.02rem; margin:0 0 12px; color:#222;}
	.point_item > p {font-size:15px; line-height: 150%; color:#222;}
	#BusinessSlide {display: flex; width:100%; gap:26px; padding: 32px 0 60px;}
	#BusinessSlide .slide_items {display:flex; flex-direction: column; justify-content: center; align-items: center;}
	#BusinessSlide .slide_items > .img_box {width: 282px; height:238px; background:#fff; border-radius: 20px; padding:38px;}
	#BusinessSlide .slide_items > .img_box > img {height:100%; width:auto; display:inline;}
	#BusinessSlide .slide_items > span {font-size:17px; line-height: 26px; font-weight:700; margin:20px 0 0;}
	/*SHORT-FROM 디폴트 END*/

	/*EXPERIENCE GROUP 디폴트 START*/
	.exp_gro_section1 {padding:60px 0 78px; background: linear-gradient(to bottom, #ededed 26%, rgba(77,166,255,0.6) 100%); margin:0 0 60px;}
	.exp_gro_bann_wrap {padding:40px 10px 0; width:88.8888%; text-align: center; border-radius: 20px; height:387px; margin:32px auto 60px; display:flex; justify-content: center;}
	.exp_gro_section1 > .exp_gro_bann_wrap > img {position:absolute; width:300px; right:50%; bottom:0; transform: translate(50%, 0);}
	.exp_gro_section1 > .flex_row_th {width:88.8888%; flex-direction: column; justify-content: space-between; margin:32px auto 0; gap:45px;}
	.balloon_box {width:336px; height:110px; background:#fff; border-radius: 20px; position:relative; display:flex; justify-content: center; align-items: center;}
	.balloon_box p {text-align: center; font-size:19px; color:#222; line-height:27px; font-weight: semibold;}
	.balloon_box > img {position: absolute; left:50%; bottom:-25px; transform: translate(-50%, -50%);}
	.clip_box {display:flex; text-align: center; flex-direction: column; justify-content: center; align-items: center; margin:24px 0 0;}
	.clip_box > img {width:140px;}
	.clip_box > h3 {font-size:17px; font-weight:bold; line-height:130%; letter-spacing: -0.02rem; color:#555; margin:30px 0 11px;}
	.clip_box > p {font-size:15px; font-weight:regular; line-height:150%; color:#555;}
	.list_img_wrap {flex-direction: column-reverse; margin:40px auto 0; width: 88.8888%; padding:0 0 60px;}
	.list_img_wrap > img {width:88.8888%;}
	.list_radius_wrap {width:100%; height:auto; display:flex; flex-direction:column; justify-content: space-between; gap:20px; margin:40px 0 0;}
	.list_radius_wrap > .list_items {border-radius: 20px; padding:30px; text-align: center;}
	.list_radius_wrap > .list_items > h3 {font-size:20px; color:#333; line-height:130%;}
	.list_radius_wrap > .list_items > p {font-size:15px; line-height:150%; margin:12px 0 0;}
	.exp_gro_section2 {padding:60px 0 60px;}
	.exp_gro_section2 > .exp_gro_bann_wrap {height:351px; text-align: center;}
	.exp_gro_section2 > .exp_gro_bann_wrap > img {left:50%; top:100%; transform:translate(-50%, -140%); width:70%;}
	/*EXPERIENCE GROUP 디폴트 END*/

	/*OFFERWALL 디폴트 START*/
	.off_silde_section1 {background:#f8f8f8; padding:60px 0 60px;}
	.off_silde_section1 .off_slide_wrap {margin:24px auto 0; flex-direction: column; justify-content: center; width:100%; height:auto; text-align: center;}
	.off_silde_section1 .off_slide_wrap > img {width:88.8888%; margin:32px 0 0;}
	.off_silde_section1 .silde_wrap:nth-child(3) .off_slide_wrap > img {width:88.8888%; margin:67px 0 18px;}
	/*.off_slide_wrap .silde_wrap {width:100%;}*/
	.off_silde_section2 {padding:60px 5.5556% 0;}
	.grid_temp_fi {display: grid; grid-template-columns: repeat(1, 1fr); gap: 32px; width:100%; margin:32px auto 0;}
	.grid_temp_fi > .point_wrap {width:100%; margin:0 auto; box-shadow: 5px 5px 15px rgba(161,208,255,0.2); grid-column: span 2;}
	.grid_temp_fi > .point_wrap > .point_item {height:219px; display:flex; justify-content: center; align-items: center;}
	.grid_temp_fi > .point_wrap > .point_item > p {text-align: center;}
	.point_wrap.grid_w {grid-column: span 2; width:100%;}
	.off_silde_section3 {padding:60px 0 60px;}
	.off_silde_section3 > .flex_row_th {width:88.8888%; gap:32px; margin:32px auto 0; justify-content: center; flex-direction: column;}
	.off_silde_section3 > .flex_row_th > .off_img_text_wrap > img {width:100px;}
	.off_img_text_wrap > h3 {font-size:20px; margin: 4px 0 16px;}
	.off_img_text_wrap > p {font-size:15px; line-height:150%;}
	/*OFFERWALL 디폴트 END*/

	/*Media publicity start*/
	.madia_section1 {flex-direction: column; padding: 60px 0; background:linear-gradient(to bottom, #fff 35%, rgba(77,166,255,0.1) 50%)}
	.madia_section1 > img {margin: 32px 0 60px; width:52%;}
	.madia_section1 > .graph_wrap {gap:32px;}
	.graph_box {display:flex; flex-direction:column; width:100%; height:auto; justify-content: center; align-items: center; background:transparent; border-radius: 50px;}
	.graph_box > .graph_items {width:50%;}
	.gray_s {background:rgba(211,211,211,0.5); color:#6c6c6c; display:inline-block; border-radius: 6px; padding:4px 8px; font-size: 10px;}
	.graph_title h3 {font-size:20px; font-weight:800; line-height:130%; letter-spacing: -0.02rem; margin: 9px 0 0; color:#222;}
	.graph_box > .graph_items {padding: 20px 30px; width:100%; border-radius: 20px; background:#fff;}
	.graph_box > .graph_items:first-child {padding: 20px 30px 0; width:100%; border-radius: 20px; background:#fff; margin: 0 0 20px;}
	.graph_box > .graph_items > img {margin: 32px 0 0; width:100%;}
	.madia_section2 {display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 60px 0;}
	.madia_section2 > img {margin:20px 0 32px; width:88.8888%;}
	.bord_radius_box {border-radius:20px; padding:30px; width:88.8888%; marign:0 auto;}
	.madia_section3 {background:#222; display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 60px 0;}
	.madia_section3 > .media_process_box {display:flex; flex-direction: column; gap:20px; margin:32px 0 0; width:88.8888%;}
	.madia_section3 > .media_process_box > .flex_row_th:nth-child(2) {flex-direction: column-reverse;}
	.media_process_box > .flex_row_th {gap:20px; flex-direction: column; margin: 0 auto;}
	.media_process_box > .flex_row_th > .process_items {border-radius:20px; width: 100%; margin:0 auto; height:auto; padding:30px;}
	.media_process_box > .flex_row_th > .process_items > .title_img {display:flex; justify-content: space-between; width:100%; padding: 0; margin:0 0 26px;}
	.media_process_box > .flex_row_th > .process_items > .title_img > img {width:68px;}
	.media_process_box > .flex_row_th > .process_items > .title_img > h3 {font-size:20px;}
	.media_process_box > .flex_row_th > .process_items > p {font-size:15px; font-weight:400; line-height:150%; color:#333;}
	.media_process_box > .flex_row_th > .process_items > .step_line {display:none;}
	/*Media publicity end*/

	/*Power link start*/
	.powor_section1 {background: linear-gradient(to top, rgba(77,166,255,1) 0%, #fff 68%); padding:60px 0; display: flex; flex-direction: column; justify-content: cneter; align-items: center;}
	.naver_search {height:auto; width:88.8888%; margin:16px auto; display:block;}
	.link_search {margin:32px 0 16px; width:88.8888%;}
	.pl_text_wrap.mar_120 {margin:60px 0 0;}
	.keyword_wrap {width:88.8888%; padding:32px 5.5556% 50px; background: #fff; border-radius: 30px; margin: 0 0 120px;}
	.keyword_balloon {background: #4DA6FF; position:relative; padding:10px 44px; border-radius:30px;}
	.keyword_balloon > p {font-size:15px; font-weight:500; line-height:20px; letter-spacing: -0.02rem;}
	.keyword_balloon > img {position: absolute; left:50%; bottom:-6px; transform: translate(-50%, 0); width:14px;}
	.keyword_wrap > .flex_row_th {flex-wrap:wrap; justify-content: center; margin:24px 0 24px; gap:12px;}
	.fx_item_box {display:flex; flex-direction: column; justify-content: center; align-items: center; padding:9px 32px; background:rgba(198,222,247,0.3); border:1px solid rgba(77,166,255,0.3); border-radius:100px;}
	.fx_item_box > p {font-size:14px; font-weight:500; line-height:22px; color:#6c6c6c;}
	.fx_item_box > h1 {font-size:20px; font-weight:800; line-height:22px; color:#222;}
	.brawser_wrap {width:88.8888%; padding:30px 20px; background:#fff; display:flex; justify-content: center; align-items: center; border-radius: 20px; margin: 32px auto;}
	.brawser_wrap > img {width:100%;}
	.powor_section2 {display:flex; flex-direction: column; justify-content: center; align-items: center; padding: 0px 0 60px;}
	.powor_section2 > .title_wrap {margin:60px 0 32px;}
	.powor_section2 > .two_arrow_wrap {display:flex; flex-direction: column; gap:20px; margin:0 0 30px; width:88.8888%; margin:0 auto; }
	.powor_section2 > .two_arrow_wrap:nth-child(3) {display:none;}
	.powor_section2 > .two_arrow_wrap > .arrow_span1 {aspect-ratio: 0 / 0; position: relative; width:100%; padding:24px 0; height:auto; border-radius: 20px; background: rgba(161,208,255,0.4); font-size:15px;}
	.powor_section2 > .two_arrow_wrap > .arrow_span1 > img {position:absolute; left:50%; top:115%; transform: translate(-50%, 20%) rotate(90deg); width:36px;}
	.powor_section2 > .two_arrow_wrap > .arrow_span2 {position: relative; width:100%; padding:24px 0; height:auto; border-radius: 20px; background: rgba(77,166,255,0.3); font-size:15px;}
	/*Power link end*/

	/*app development start*/
	.devel_section1 {padding:60px 0;}
	.devel_section1 > .deve_sec_bg {position:absolute; height:auto; width:100%; left:50%; top:100px; transform: translate(-50%, 0);}
	.devel_section1 > .pl_text_wrap {position:relative; z-index: 3;}
	.deve_blue_arr {margin:32px 0; height:58px;}
	.devel_section1 > .flx_row_wrap {gap:20px; flex-direction: column; width:100%;}
	.devel_section1 > .flx_row_wrap > .devel_items {border-radius:20px; padding: 30px; width:88.8888%;}
	.devel_section1 > .flx_row_wrap > .devel_items > h3 {margin:0 0 12px; font-size:20px;}
	.devel_section1 > .flx_row_wrap > .devel_items > p {font-size: 15px; font-weight:500; line-height:150%;}

	.devel_section2 {background: linear-gradient(to bottom, rgba(77,166,255,1) 30%, #fff 100%); padding:60px 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}
	.grid_temp_two {margin:32px auto 0; gap: 20px; max-width: 88.8888%;}
	.dev_grid_items {width:100%; height:auto; border-radius: 10px; padding:30px 30px 24px; grid-column: span 2;}
	.point_radius {border-radius: 10px; padding:5px 8px; display: inline-block; margin:0 0 12px; font-size:17px;}
	.dev_grid_items > p {font-size:15px; line-height:150%; letter-spacing: 0;}
	/*app development end*/

	/*Portfolio start*/
	.portfolio_wrap {padding:60px 0 60px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
	.portfolio_indicator {display:flex; width: max-content; margin: 0 auto 60px; gap:8px;}
	.portfolio_indicator > .radius_btn {padding:8px 0; width:88px; font-size:15px;}
	.portfolio_grid_temp {row-gap: 60px; margin:0 auto 0px; width:88.8888%; grid-template-columns:repeat(2, 1fr);}
	.business_wrap {display: flex; flex-direction: column; gap:24px; grid-column: span 2;}
	.business_wrap > .title_box {display:flex; flex-direction: column; text-align: center;}
	.business_wrap > .title_box > h1 {font-size: 25px; margin:0 0 13px;}
	.business_wrap > .title_box > p {font-size:15px; line-height:150%;}
	.btn_scor_box {display:flex; flex-direction: column; justify-content: space-between; gap:16px;}
	.radius_wrap {display:flex; gap:10px; align-items: center; justify-content: center; width:auto;}
	.radius_wrap > span {height:35px; padding:8px 13px; border-radius: 30px; font-size: 15px; line-height: 130%;}
	.score_box {display:flex; gap:30px; margin: 0 5px 0 0; justify-content: center;}
	.score_box > .text_box {display:flex; flex-direction: column; align-items: center; justify-content: center;}
	.score_box > .text_box > span {font-size:15px; line-height:130%;}
	.score_box > .text_box > h3 {font-size:30px;}
	.business_wrap > .img_wrap {aspect-ratio:0 / 0; width:100%; height:auto; border-radius: 20px; overflow: hidden;}
	.business_wrap > .img_wrap > img {width:100%; height:100%; object-fit: cover;}
	.portfolio_wrap > #MoreBtn {display:none;}
	/*Portfolio end*/

	/*contect start*/
	.consult-form {background:#F1F8FF; padding:0px 0; border-radius: 16px; margin: 0 auto; font-family: sans-serif;}
	.form-grid {border:0px solid #dcdcdc; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 0px; padding: 60px 5.5556%; background:#fff; border-radius: 0px; width:100%;}
	.form-group {grid-column: span 2;}
	.form-group.full-width {grid-column: span 2;}
	.privacy-section {grid-column: span 2;}
	label {font-size:15px;}
	input, select, input[type="text"] {padding: 17px 20px; border:none; background:#F4F5F8; border-radius: 10px; font-size: 15px; width:100%;}
  /*위 CSS가 케스케이딩 떄문에 메인페이지 CSS 하단으로 옴김 시작*/
  #Section9 input, select, input[type="text"] {padding: 12px 20px; border-radius: 10px !important;}
  /*위 CSS가 케스케이딩 떄문에 메인페이지 CSS 하단으로 옴김 끝*/
	select {appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer}
	.custom-select {position:relative; width:100%;}
	.custom-select::after {content: ""; width:18px; height:8px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); pointer-events: none; background-image: url('../images/selec_bottom.svg'); background-repeat: no-repeat; background-size: contain;}
	input::placeholder {color:#B1BBC3;}
	input[type="checkbox"] {vertical-align: middle; width: 18px; height: 18px;}
	.toggle_btn {margin:0 0 32px; font-size:15px;}
	.toggle_btn > img {margin:0 15px 0 0;}
	.agree_wrap {margin: 0 0 0 0px;}
	.check_box_wrap {display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; position: relative; margin:0 0 6px;}
	.check_box_wrap > .label_text {font-weight: 400; font-size:14px; line-height: 34px;}
	.custom-box {width: 20px; height: 20px; background-color: #F4F5F8; border-radius: 50%; position: relative; transition: all 0.2s ease;}
	input[type="checkbox"]:checked + .custom-box::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; background: #4DA6FF; border-radius:50%; left:50%; top:50%; transform: translate(-50%, -50%);}
	.agree_info_box {margin:6px 0 6px 30px; background: #F4F5F8; border-radius: 10px; padding:20px; font-size:14px; color:#5E5E5E; line-height: 200%; display:inline-block;}
	.submit-button { grid-column: span 2;}
	.submit-button > button {padding: 12px 32px; border: none; font-size: 17px; font-weight:700; cursor: pointer; margin:0px auto 0; display:block; border-radius: 10px;}
	.bn_section {padding:0px 0;}
	.bn_section > .banner_box {border-radius: 0px; flex-direction: column; gap:60px; width:100%;}
	.bn_section > .banner_box > img {width:100%;}
	.text_btn_box {text-align: center; display:flex; flex-direction: column; justify-content: center; align-items: center; padding:0 0 60px;}
	.text_btn_box > h1 {font-size:25px; line-height: 140%; font-weight:800;}
	.text_btn_box > p {font-size:15px; line-height: 150%; font-weight:500; color:#BBDDFF; margin:32px 0;}
	.text_btn_box > button {font-size:17px; line-height: 22px; font-weight:800; padding:12px 33px; border-radius: 80px; background: #fff;}
	/*contect end*/

  /*PopupSection 컨텍트 팝업 start*/
  .open_btn {font-size:clamp(18px, 4vw, 30px); border-radius: 12px 12px 0 0;}
  .popup_contect > .form-grid input, select, input[type="text"] {padding: 12px 20px;}
  /*PopupSection 컨텍트 팝업 end*/


}