@charset "utf-8";

@font-face{
  font-family:"Gmarket Sans";
  src:url("../font/GmarketSansBold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* 메인 공통 */
#header .gnb ul li.depth01 span{
  color:#fff;
}

.seo_hidden{
  position:absolute;
  left:-9999px;
  top:0;
}

/* 메인 비주얼 */
.hero_section{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  background:#000;
}

#visual-wrap{
  opacity:1;
  transform:scale(1.08);
  transform-origin:center;
}

#visual-wrap.is-loaded{
  opacity:1;
  transform:scale(1);
  transition:opacity .9s ease, transform 1.6s ease;
}

.hero_pin{
  position:relative;
  width:100%;
  height:100vh;
  min-height:760px;
  overflow:hidden;
  background:#111;
}

.hero_layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hero_layer_bottom{
  z-index:1;
  background:#111;
}

.hero_bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hero_bg picture,
.hero_bg img{
  display:block;
  width:100%;
  height:100%;
}

.hero_bg img{
  object-fit:cover;
}

.hero_dim{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(0, 0, 0, .38);
}

.hero_bottom_content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:0 24px 90px;
  box-sizing:border-box;
  text-align:center;
  color:#fff;
}

.hero_sub_title{
  margin:0 0 22px;
  font-size:22px;
  font-weight:500;
  line-height:1.4;
  letter-spacing:-.02em;
  color:rgba(255, 255, 255, .86);
  word-break:keep-all;
}

.hero_main_title{
  margin:0;
  font-size:68px;
  font-weight:800;
  line-height:1.22;
  letter-spacing:-.05em;
  color:#fff;
  word-break:keep-all;
}

/* 마케팅 소개 */
.marketing_intro{
  background:#fff;
}

.marketing_intro_inner{
  position:relative;
  width:100%;
  max-width:1480px;
  margin:0 auto;
  padding:140px 80px 110px 120px;
  box-sizing:border-box;
  overflow:hidden;
}

.marketing_intro_watermark{
  position:absolute;
  left:8px;
  top:145px;
  color:#f0f4f7;
  font-size:64px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  user-select:none;
}

.marketing_intro_content{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(300px, 430px);
  align-items:center;
  gap:80px;
}

.marketing_intro_copy{
  min-width:0;
}

.marketing_intro_title{
  margin:0;
  font-size:clamp(38px, 3.1vw, 58px);
  line-height:1.32;
  font-weight:500;
  letter-spacing:-.055em;
  color:#111;
  word-break:keep-all;
}

.marketing_intro_title span{
  color:#a98c48;
  font-weight:700;
  vertical-align:baseline;
}

.marketing_intro_desc{
  margin:42px 0 0;
  font-size:20px;
  line-height:1.75;
  color:#666;
  word-break:keep-all;
}

.marketing_intro_desc strong{
  font-weight:700;
  color:#333;
  vertical-align:baseline;
}

.marketing_intro_channels{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  max-width:790px;
  margin:70px 0 0;
  padding:0;
  list-style:none;
}

.marketing_intro_channel{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:50%;
  color:#fff;
  font-size:clamp(15px, 1.25vw, 21px);
  line-height:1.3;
  font-weight:700;
  letter-spacing:-.04em;
  text-align:center;
  word-break:keep-all;
  background:#222;
  box-shadow:0 16px 34px rgba(15, 23, 42, .14);
}

.marketing_intro_channel::before{
  content:"";
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.marketing_intro_channel::before{
  inset:0;
  background:rgba(9, 18, 30, .62);
}

.marketing_intro_channel_img{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.marketing_intro_channel span{
  position:relative;
  z-index:2;
}

.marketing_intro_phone{
  display:flex;
  align-items:center;
  justify-content:center;
}

.marketing_intro_phone img{
  display:block;
  width:100%;
  max-width:410px;
  height:auto;
  object-fit:contain;
}

.marketing_intro_summary{
  margin:58px 0 0;
  padding-left:0;
  font-size:25px;
  line-height:1.45;
  font-weight:500;
  letter-spacing:-.045em;
  color:#111;
  text-align:center;
  word-break:keep-all;
}

.marketing_intro_summary strong{
  color:#a98c48;
  font-weight:800;
  vertical-align:baseline;
}

.marketing_intro_design_btn_wrap{
  display:flex;
  justify-content:center;
  margin-top:56px;
}

.marketing_intro_design_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:250px;
  height:58px;
  padding:0 30px;
  border:1px solid #a98c48;
  border-radius:999px;
  background:#a98c48;
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  box-sizing:border-box;
  transition:background .25s ease, color .25s ease, transform .25s ease;
}

.marketing_intro_design_btn:hover{
  background:#fff;
  color:#a98c48;
  transform:translateY(-2px);
}

.marketing_intro_design_btn span{
  vertical-align:baseline;
}

.marketing_intro_design_btn i{
  font-size:13px;
  transition:transform .35s ease;
}

.marketing_intro_design_btn[aria-expanded="true"] i{
  transform:rotate(180deg);
}

/* 디자인 샘플 */
.template_showcase{
  max-height:0;
  padding:0;
  overflow:hidden;
  border-bottom:0 solid #ddd;
  background:#fff;
  opacity:0;
  visibility:hidden;
  transition:max-height .9s cubic-bezier(.4, 0, .2, 1), padding .7s ease, opacity .35s ease, border-width .35s ease, visibility 0s linear .9s;
}

.template_showcase.is_open{
  max-height:12000px;
  padding:120px 0;
  border-bottom-width:1px;
  opacity:1;
  visibility:visible;
  transition:max-height 1.2s cubic-bezier(.4, 0, .2, 1), padding .7s ease, opacity .4s ease .1s, border-width .35s ease;
}

.template_showcase_inner{
  width:calc(100% - 40px);
  max-width:1280px;
  margin:0 auto;
}

.template_showcase_title{
  margin-bottom:64px;
  text-align:center;
}

.template_showcase_title p{
  margin:0 0 10px;
  color:#a98c48;
  font-size:15px;
  font-weight:700;
  letter-spacing:.08em;
}

.template_showcase_title h2{
  margin:0;
  color:#111;
  font-size:36px;
  font-weight:700;
  line-height:1.35;
}

.template_showcase_list{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:76px 28px;
  margin:0;
  padding:0;
  list-style:none;
}

.template_showcase_item{
  min-width:0;
}

.template_showcase_card{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:inherit;
  text-align:center;
  text-decoration:none;
}

.template_showcase_media{
  display:block;
  width:100%;
  aspect-ratio:419 / 680;
  overflow:hidden;
  background:#f5f5f5;
}

.template_showcase_media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.template_showcase_card:hover .template_showcase_media img{
  transform:scale(1.055);
}

.template_showcase_name{
  display:block;
  margin-top:24px;
  color:#111;
  font-size:20px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-.04em;
}

.template_showcase_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:136px;
  height:46px;
  margin-top:22px;
  padding:0 24px;
  overflow:hidden;
  border:1px solid #a98c48;
  border-radius:999px;
  background:#fff;
  color:#a98c48;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.03em;
  box-sizing:border-box;
  transition:background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.template_showcase_card:hover .template_showcase_btn{
  background:#a98c48;
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(169, 140, 72, .24);
}

.template_motion{
  opacity:0;
  transform:translateY(42px);
  transition:opacity .75s ease, transform .75s ease;
  transition-delay:var(--motion-delay, 0ms);
}

.template_motion.is_show{
  opacity:1;
  transform:translateY(0);
}

/* 마케팅 채널 운영 */
.channel_operation{
  overflow:hidden;
  background:#fff;
}

.channel_operation_head{
  padding:92px 20px 58px;
  text-align:center;
}

.channel_operation_title{
  margin:0;
  color:#111;
  font-size:30px;
  line-height:1.48;
  font-weight:500;
  letter-spacing:-.045em;
  word-break:keep-all;
}

.channel_operation_title strong{
  color:#a98c48;
  font-weight:800;
  vertical-align:baseline;
}

.channel_operation_stage{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  height:820px;
  overflow:hidden;
  background:#776437;
}

.channel_operation_bg,
.channel_operation_dim,
.channel_operation_phone{
  position:absolute;
}

.channel_operation_bg{
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.channel_operation_bg[src=""],
.channel_operation_slide img[src=""]{
  visibility:hidden;
}

.channel_operation_dim{
  inset:0;
  z-index:1;
  background:rgba(169, 140, 72, .82);
}

.channel_operation_phone{
  left:50%;
  top:50%;
  z-index:2;
  display:block;
  width:auto;
  height:calc(100% - 140px);
  max-height:700px;
  max-width:none;
  object-fit:contain;
  transform:translate(-50%, -50%);
  pointer-events:none;
}

.channel_operation_swiper{
  position:relative;
  z-index:3;
  width:80%;
  max-width:1400px;
  padding:240px 0 80px;
  box-sizing:border-box;
}

.channel_operation_swiper .swiper-wrapper{
  align-items:center;
}

.channel_operation_slide{
  height:410px;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:0 22px 48px rgba(34, 26, 8, .2);
}

.channel_operation_slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 핵심 마케팅 채널 */
.marketing_media{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  background:#fff;
}

.marketing_media_head{
  grid-column:1 / -1;
  padding:100px 20px 70px;
  background:#fff;
  color:#111;
  text-align:center;
}

.marketing_media_head p{
  margin:0 0 14px;
  color:#a98c48;
  font-size:14px;
  font-weight:700;
  letter-spacing:.12em;
}

.marketing_media_head h2{
  margin:0;
  font-size:42px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:-.045em;
}

.marketing_media_item{
  min-width:0;
  min-height:850px;
  padding:40px 6.2% 90px;
  box-sizing:border-box;
  color:#080808;
  text-align:center;
}

.marketing_media_item_dark{
  background:#252b38;
  color:#fff;
}

.marketing_media_image{
  width:100%;
  aspect-ratio:1.29 / 1;
  margin:0 0 54px;
  overflow:hidden;
  border:4px dashed currentColor;
  border-radius:20px;
  box-sizing:border-box;
}

.marketing_media_image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.marketing_media_image img[src=""]{
  visibility:hidden;
}

.marketing_media_title{
  margin:0;
  font-family:"Gmarket Sans", "Pretendard", sans-serif;
  font-size:64px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.06em;
}

.marketing_media_desc{
  margin:54px 0 0;
  font-size:25px;
  font-weight:500;
  line-height:1.75;
  letter-spacing:-.04em;
}

/* 파트너스랩스 차별점 */
.difference_section{
  position:relative;
  padding:150px 20px;
  overflow:visible;
  background:
    radial-gradient(circle at 8% 14%, rgba(169, 140, 72, .08) 0 110px, transparent 111px),
    radial-gradient(circle at 94% 72%, rgba(17, 24, 39, .035) 0 150px, transparent 151px),
    #f2f0eb;
}

.difference_inner{
  display:grid;
  grid-template-columns:minmax(280px, 34%) minmax(0, 1fr);
  gap:8%;
  width:100%;
  max-width:1500px;
  margin:0 auto;
}

.difference_side{
  min-width:0;
}

.difference_sticky{
  position:sticky;
  top:150px;
  padding-top:30px;
}

.difference_logo{
  display:block;
  width:auto;
  max-width:280px;
  max-height:90px;
  object-fit:contain;
  object-position:left center;
}

.difference_title{
  margin:52px 0 0;
  color:#111827;
  font-family:"Gmarket Sans", "Pretendard", sans-serif;
  font-size:46px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.difference_title span,
.difference_title strong{
  display:block;
}

.difference_title strong{
  color:#a98c48;
}

.difference_cards{
  display:flex;
  flex-direction:column;
  gap:90px;
}

.difference_card{
  padding:34px 34px 46px;
  border:1px solid rgba(17, 24, 39, .06);
  border-radius:32px;
  background:#fff;
  box-shadow:0 24px 70px rgba(17, 24, 39, .08);
  text-align:center;
}

.difference_card_image{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  border-radius:22px;
  object-fit:cover;
}

.difference_card_title{
  margin:38px 0 0;
  color:#111827;
  font-size:34px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:-.05em;
  word-break:keep-all;
}

.difference_card_title strong{
  position:relative;
  z-index:0;
  font-weight:800;
}

.difference_card_title strong::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-3px;
  bottom:.08em;
  left:-3px;
  height:.42em;
  background:rgba(169, 140, 72, .34);
}

.difference_card_desc{
  max-width:620px;
  margin:20px auto 0;
  color:#6b7280;
  font-size:17px;
  font-weight:500;
  line-height:1.75;
  letter-spacing:-.035em;
  word-break:keep-all;
}

/* 자주 묻는 질문 */
.faq_section{
  padding:140px 20px;
  background:#fff;
}

.faq_inner{
  display:grid;
  grid-template-columns:260px minmax(0, 1fr);
  gap:90px;
  width:100%;
  max-width:1280px;
  margin:0 auto;
}

.faq_head{
  padding-top:5px;
}

.faq_eyebrow{
  margin:0 0 22px;
  color:#a98c48;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.02em;
}

.faq_title{
  margin:0;
  color:#111827;
  font-size:44px;
  font-weight:700;
  line-height:1.55;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.faq_title strong{
  color:#a98c48;
}

.faq_list{
  min-width:0;
}

.faq_item{
  border-bottom:1px solid #9ca3af;
}

.faq_question_wrap{
  margin:0;
}

.faq_question{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
  padding:30px 0;
  border:0;
  background:transparent;
  color:#111827;
  font:inherit;
  font-size:22px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:-.045em;
  text-align:left;
  cursor:pointer;
}

.faq_icon{
  position:relative;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#a98c48;
  transition:background-color .3s ease;
}

.faq_question:hover .faq_icon{
  background-color:#2a2a2a;
}

.faq_icon::before,
.faq_icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:2px;
  background:#fff;
  transform:translate(-50%, -50%);
  transition:opacity .3s ease, transform .3s ease;
}

.faq_icon::after{
  transform:translate(-50%, -50%) rotate(90deg);
}

.faq_item.is_open .faq_icon::after{
  opacity:0;
  transform:translate(-50%, -50%) rotate(0deg);
}

.faq_answer{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .55s ease, opacity .35s ease;
}

.faq_item.is_open .faq_answer{
  opacity:1;
}

.faq_answer_inner{
  padding:0 0 30px 44px;
  color:#6b7280;
  font-size:17px;
  font-weight:400;
  line-height:1.85;
  letter-spacing:-.025em;
  word-break:keep-all;
}

.faq_answer_inner p{
  margin:0;
}

.faq_answer_inner p + p{
  margin-top:14px;
}

/* 문의하기 */
.contact_cta{
  position:relative;
  overflow:hidden;
  padding:140px 20px 130px;
  border-top:1px solid #e5e7eb;
  background:#f7f7f7;
}

.contact_cta::before,
.contact_cta::after{
  content:"";
  position:absolute;
  width:480px;
  height:480px;
  border:90px solid rgba(169, 140, 72, .055);
  border-radius:50%;
  pointer-events:none;
}

.contact_cta::before{
  top:-250px;
  left:-170px;
}

.contact_cta::after{
  right:-190px;
  bottom:-280px;
}

.contact_cta_inner{
  position:relative;
  z-index:1;
  max-width:1000px;
  margin:0 auto;
  text-align:center;
}

.contact_cta_title{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  margin:0;
  color:#111827;
  font-family:"Gmarket Sans", "Pretendard", sans-serif;
  font-size:64px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.055em;
  text-align:left;
  word-break:keep-all;
}

.contact_cta_line{
  display:flex;
  align-items:center;
  white-space:nowrap;
}

.contact_cta_line > span,
.contact_cta_line > strong{
  display:block;
  line-height:1.35;
}

.contact_cta_title strong{
  color:#a98c48;
}

.contact_cta_desc{
  margin:34px 0 0;
  color:#4b5563;
  font-size:18px;
  font-weight:500;
  line-height:1.85;
  letter-spacing:-.03em;
}

.contact_cta_btn_wrap{
  display:flex;
  justify-content:center;
  margin-top:48px;
}

.contact_cta_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  height:60px;
  padding:0 32px;
  border:1px solid #111827;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  box-sizing:border-box;
  transition:border-color .25s ease, background .25s ease, transform .25s ease;
}

.contact_cta_btn:hover{
  border-color:#a98c48;
  background:#a98c48;
  transform:translateY(-3px);
}

.contact_cta_quick{
  display:inline-block;
  margin-top:30px;
  border-bottom:1px solid currentColor;
  color:#111827;
  font-size:15px;
  font-weight:700;
  line-height:1.6;
  text-decoration:none;
  transition:color .25s ease;
}

.contact_cta_quick:hover{
  color:#a98c48;
}

/* 태블릿 */
@media screen and (max-width:1199px){
  .hero_pin{min-height:680px;}
  .hero_sub_title{font-size:19px;}
  .hero_main_title{font-size:52px;}

  .marketing_intro_inner{padding:120px 34px 90px 78px;}
  .marketing_intro_watermark{left:0; top:125px; font-size:48px;}
  .marketing_intro_content{grid-template-columns:minmax(0, 1fr) minmax(240px, 300px); gap:36px;}
  .marketing_intro_desc{margin-top:32px; font-size:17px;}
  .marketing_intro_channels{grid-template-columns:repeat(2, minmax(0, 160px)); margin-top:42px;}
  .marketing_intro_channel{font-size:18px;}
  .marketing_intro_summary{margin-top:48px; padding-left:0; font-size:22px;}

  .template_showcase.is_open{padding:100px 0;}
  .template_showcase_inner{max-width:920px;}
  .template_showcase_list{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:64px 28px;}

  .channel_operation_head{padding:80px 20px 50px;}
  .channel_operation_title{font-size:27px;}
  .channel_operation_stage{height:680px;}
  .channel_operation_phone{height:calc(100% - 110px); max-height:570px;}
  .channel_operation_swiper{width:84%;}
  .channel_operation_slide{height:360px;}

  .marketing_media_item{min-height:680px; padding:34px 4% 70px;}
  .marketing_media_head{padding:80px 20px 56px;}
  .marketing_media_head h2{font-size:34px;}
  .marketing_media_image{margin-bottom:42px; border-width:3px; border-radius:16px;}
  .marketing_media_title{font-size:46px;}
  .marketing_media_desc{margin-top:38px; font-size:19px;}

  .difference_section{padding:110px 20px;}
  .difference_inner{grid-template-columns:minmax(220px, 31%) minmax(0, 1fr); gap:6%;}
  .difference_sticky{top:120px;}
  .difference_logo{max-width:220px; max-height:72px;}
  .difference_title{margin-top:38px; font-size:35px;}
  .difference_cards{gap:60px;}
  .difference_card{padding:25px 25px 38px; border-radius:26px;}
  .difference_card_image{border-radius:18px;}
  .difference_card_title{margin-top:30px; font-size:27px;}
  .difference_card_desc{font-size:16px;}

  .faq_section{padding:110px 20px;}
  .faq_inner{grid-template-columns:220px minmax(0, 1fr); gap:55px;}
  .faq_title{font-size:36px;}
  .faq_question{font-size:20px;}

  .contact_cta{padding:110px 20px 100px;}
  .contact_cta_title{font-size:50px;}
}

/* 모바일 */
@media screen and (max-width:767px){
  .hero_pin{min-height:560px;}
  .hero_dim{background:rgba(0, 0, 0, .46);}
  .hero_bottom_content{padding:0 20px;}
  .hero_sub_title{margin-bottom:16px; font-size:15px;}
  .hero_main_title{font-size:32px; line-height:1.36;}

  .marketing_intro_inner{padding:90px 20px 72px; overflow:visible;}
  .marketing_intro_watermark{left:20px; top:54px; font-size:34px; letter-spacing:.06em; writing-mode:initial; transform:none;}
  .marketing_intro_content{display:flex; flex-direction:column; align-items:stretch; gap:48px;}
  .marketing_intro_title{font-size:32px; line-height:1.38;}
  .marketing_intro_desc{margin-top:26px; font-size:15px; line-height:1.75;}
  .marketing_intro_desc br{display:none;}
  .marketing_intro_channels{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px; max-width:340px; margin:34px auto 0;}
  .marketing_intro_channel{font-size:16px;}
  .marketing_intro_phone img{max-width:290px;}
  .marketing_intro_summary{margin-top:44px; padding-left:0; font-size:19px; text-align:center;}

  .marketing_intro_design_btn_wrap{margin-top:38px;}
  .marketing_intro_design_btn{width:100%; min-width:0; height:52px; padding:0 22px; font-size:15px;}

  .template_showcase.is_open{padding:70px 0;}
  .template_showcase_inner{width:calc(100% - 32px); max-width:none;}
  .template_showcase_title{margin-bottom:38px;}
  .template_showcase_title p{font-size:13px;}
  .template_showcase_title h2{font-size:26px;}
  .template_showcase_list{grid-template-columns:1fr; gap:54px;}
  .template_showcase_name{margin-top:18px; font-size:18px;}
  .template_showcase_btn{min-width:126px; height:42px; margin-top:16px; font-size:14px;}
  .template_motion{transition-delay:0ms !important;}

  .channel_operation_head{padding:64px 20px 38px;}
  .channel_operation_title{font-size:22px; line-height:1.5;}
  .channel_operation_stage{height:540px;}
  .channel_operation_phone{height:calc(100% - 80px); max-height:460px; opacity:.9;}
  .channel_operation_swiper{width:90%; padding:60px 0;}
  .channel_operation_slide{height:310px; border-radius:14px;}

  .marketing_media{grid-template-columns:1fr;}
  .marketing_media_head{padding:64px 20px 44px;}
  .marketing_media_head p{margin-bottom:10px; font-size:12px;}
  .marketing_media_head h2{font-size:27px; line-height:1.5;}
  .marketing_media_item{min-height:0; padding:42px 24px 64px;}
  .marketing_media_image{max-width:520px; margin:0 auto 34px; border-width:3px; border-radius:14px;}
  .marketing_media_title{font-size:40px;}
  .marketing_media_desc{margin-top:28px; font-size:17px; line-height:1.7;}

  .difference_section{padding:80px 16px;}
  .difference_inner{display:block;}
  .difference_sticky{position:static; padding:0 4px 48px; text-align:center;}
  .difference_logo{max-width:210px; max-height:68px; margin:0 auto; object-position:center;}
  .difference_title{margin-top:30px; font-size:31px;}
  .difference_cards{gap:34px;}
  .difference_card{padding:16px 16px 30px; border-radius:22px;}
  .difference_card_image{border-radius:15px;}
  .difference_card_title{margin-top:24px; font-size:23px; line-height:1.55;}
  .difference_card_desc{margin-top:15px; font-size:15px;}

  .faq_section{padding:80px 20px;}
  .faq_inner{display:block;}
  .faq_head{padding:0 0 30px;}
  .faq_eyebrow{margin-bottom:12px; font-size:15px;}
  .faq_title{font-size:30px; line-height:1.45;}
  .faq_title br{display:none;}
  .faq_question{gap:12px; padding:24px 0; font-size:18px;}
  .faq_icon{flex-basis:24px; width:24px; height:24px;}
  .faq_answer_inner{padding:0 0 25px 36px; font-size:15px; line-height:1.75;}

  .contact_cta{padding:84px 20px 78px;}
  .contact_cta::before,.contact_cta::after{width:280px; height:280px; border-width:54px;}
  .contact_cta_title{font-size:34px; line-height:1.45;}
  .contact_cta_desc{margin-top:25px; font-size:15px; line-height:1.75;}
  .contact_cta_desc br{display:none;}
  .contact_cta_btn_wrap{margin-top:36px;}
  .contact_cta_btn{width:100%; min-width:0; height:56px; font-size:15px;}
  .contact_cta_quick{margin-top:25px; font-size:14px;}
}
