/* SINOBTD full-site editorial redesign v4 */
:root {
  --site-ink: #0b2234;
  --site-copy: #536879;
  --site-muted: #82919c;
  --site-navy: #061522;
  --site-navy-2: #0a263a;
  --site-red: #c91e2b;
  --site-paper: #f3f0e9;
  --site-mist: #f4f7f8;
  --site-line: #dce4e8;
  --site-white: #fff;
  --site-shadow: 0 28px 70px rgba(6, 21, 34, .10);
}

body.siteV4 {
  color: var(--site-ink);
  background: var(--site-white);
  opacity: 1 !important;
}

body.siteV4 h1,
body.siteV4 h2,
body.siteV4 h3,
body.siteV4 strong { color: var(--site-ink); }

body.siteV4 p { color: var(--site-copy); }

/* Shared inner-page opening */
body.siteV4 .m2banner {
  position: relative;
  height: 430px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 79% 40%, rgba(48, 100, 133, .34), transparent 28%),
    linear-gradient(118deg, #04111d 0%, #092338 58%, #0b3049 100%);
}

body.siteV4 .m2banner::before,
body.siteV4 .m2banner::after {
  position: absolute;
  left: auto;
  bottom: auto;
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: transparent;
}

body.siteV4 .m2banner::before {
  width: 520px;
  height: 520px;
  right: 7vw;
  top: -210px;
}

body.siteV4 .m2banner::after {
  width: 310px;
  height: 310px;
  right: 13vw;
  top: -95px;
  border-color: rgba(239, 89, 98, .38);
}

body.siteV4 .m2banner > .bgImg {
  position: absolute;
  inset: 0;
  opacity: .22;
  filter: saturate(.55) contrast(1.08);
}

body.siteV4 .m2banner > .bgImg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(4,17,29,.98) 0%, rgba(4,17,29,.82) 48%, rgba(4,17,29,.22) 100%);
}

body.siteV4 .m2banTxt,
body.siteV4 .m2banTxt1,
body.siteV4 .m2banTxt2 {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  width: min(1296px, calc(100% - 72px));
  height: 100%;
  margin: 0 auto;
  padding: 118px 0 50px;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

body.siteV4 .m2banTxt::before,
body.siteV4 .m2banTxt1::before,
body.siteV4 .m2banTxt2::before {
  margin-bottom: 24px;
  content: "SINOBTD · GLOBAL TRADE INTELLIGENCE";
  color: #ef5962;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.8px;
}

body.siteV4 .m2banTxt h1,
body.siteV4 .m2banTxt1 h1,
body.siteV4 .m2banTxt2 h1,
body.siteV4 .m2banTxt p,
body.siteV4 .m2banTxt1 p,
body.siteV4 .m2banTxt2 p {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 540;
  line-height: 1.03;
  letter-spacing: -3.1px;
  text-transform: none;
}

body.siteV4 .m2banTxt h1::after,
body.siteV4 .m2banTxt1 h1::after,
body.siteV4 .m2banTxt2 h1::after { display: none; }

body.siteV4 .m2banTxt h1::before,
body.siteV4 .m2banTxt1 h1::before,
body.siteV4 .m2banTxt2 h1::before {
  display: none;
  content: none;
}

/* Breadcrumb and channel navigation */
body.siteV4 .m2posWpr {
  position: relative;
  z-index: 4;
  height: auto;
  min-height: 78px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--site-line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(6,21,34,.045);
}

body.siteV4 .m2posWpr > .container {
  min-height: 78px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

body.siteV4 .m2posWpr .fl {
  color: var(--site-muted);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.6;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

body.siteV4 .m2posWpr .fl a { color: #556a7a; }
body.siteV4 .m2posWpr .fl a:hover { color: var(--site-red); }

body.siteV4 .m2menu2 {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

body.siteV4 .m2menu2_a {
  width: auto;
  min-width: 0;
  height: 36px;
  padding: 0 15px;
  border: 0;
  color: #506576;
  font-size: 10px;
  font-weight: 750;
  line-height: 36px;
  letter-spacing: .65px;
  text-transform: uppercase;
  background: transparent;
}

body.siteV4 .m2menu2_a:hover,
body.siteV4 .m2menu2_a.on {
  color: #fff;
  background: var(--site-red);
}

/* Shared editorial content */
body.siteV4 .m2cmConWpr,
body.siteV4 .m2pubConWpr,
body.siteV4 .m2ldrConWpr,
body.siteV4 .m2lcConWpr,
body.siteV4 .m2nCon,
body.siteV4 .m3nCon,
body.siteV4 .hsConWpr {
  padding-top: 92px;
  padding-bottom: 104px;
  background: #fff;
}

body.siteV4 .hmPt,
body.siteV4 .index_title > span,
body.siteV4 .structure_title > span {
  margin: 0 0 36px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--site-line);
  color: var(--site-red);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

body.siteV4 .hmPt::before,
body.siteV4 .hmPt::after {
  display: none;
  content: none;
}

/* Company profile and solution narratives */
body.siteV4 .m2cmC1box {
  min-height: 430px;
  margin: 0 0 34px;
  padding: 0;
  border: 1px solid var(--site-line);
  background: #fff;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

body.siteV4 .m2cmC1box > .m2cmMvBox,
body.siteV4 .m2cmC1box > .m2cmMvBox1 {
  grid-column: 1;
  grid-row: 1;
}

body.siteV4 .m2cmC1box > .m2cmc1Txt,
body.siteV4 .m2cmC1box > .m2cmc1Txt1 {
  grid-column: 2;
  grid-row: 1;
}

body.siteV4 .m2cmMvBox,
body.siteV4 .m2cmMvBox1,
body.siteV4 .m2cmMvBox2 {
  width: auto;
  min-height: 100%;
  margin: 0;
  float: none;
  display: block;
  background: var(--site-navy-2);
}

body.siteV4 .m2cmMvBox .overflowHide,
body.siteV4 .m2cmMvBox1 > div,
body.siteV4 .m2cmMvBox2 > div,
body.siteV4 .m2cmMvBox .bgImg,
body.siteV4 .m2cmMvBox1 .bgImg,
body.siteV4 .m2cmMvBox2 .bgImg {
  width: 100%;
  height: 100%;
  min-height: 430px;
}

body.siteV4 .m2cmMvBox .bgImg,
body.siteV4 .m2cmMvBox1 .bgImg,
body.siteV4 .m2cmMvBox2 .bgImg {
  background-position: center;
  background-size: cover;
}

body.siteV4 .m2cmc1Txt,
body.siteV4 .m2cmc1Txt1,
body.siteV4 .m2cmc1Txt2 {
  width: auto;
  min-width: 0;
  min-height: 430px;
  margin: 0;
  padding: 66px 62px;
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

/* Older solution templates wrap the media inside the only text child. */
body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child {
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: 430px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr auto auto auto 1fr;
}

body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .m2cmMvBox2 {
  grid-column: 2;
  grid-row: 1 / -1;
  min-height: 430px;
}

body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > h2 {
  grid-column: 1;
  grid-row: 2;
  padding: 0 62px;
}

body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > p {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  padding: 0 62px;
}

body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .Illustration_Font {
  grid-column: 1;
  grid-row: 4;
  padding: 0 62px;
}

body.siteV4 .m2cmc1Txt h2,
body.siteV4 .m2cmc1Txt1 h2,
body.siteV4 .m2cmc1Txt2 h2 {
  margin: 0 0 26px;
  color: var(--site-ink);
  font-size: clamp(29px, 2.8vw, 43px);
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -1.25px;
}

body.siteV4 .m2cmc1Txt p,
body.siteV4 .m2cmc1Txt1 p,
body.siteV4 .m2cmc1Txt2 p,
body.siteV4 .Illustration_Font {
  color: var(--site-copy);
  font-size: 15px;
  line-height: 1.82;
}

body.siteV4 .m2cmc1Bom { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--site-line); }
body.siteV4 .m2cmc1Bom li { border-right-color: var(--site-line); }
body.siteV4 .m2cmc1Bom strong { color: var(--site-red); font-size: 28px; }

body.siteV4 .m2cmul2,
body.siteV4 .Illustration ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--site-line);
}

body.siteV4 .m2cmul2 li,
body.siteV4 .Illustration ul li {
  width: auto;
  min-height: 285px;
  margin: 0;
  padding: 42px 34px;
  float: none;
  background: #fff;
}

body.siteV4 .m2cmu2item,
body.siteV4 .m2cmu2item1 { padding: 0; border: 0; background: transparent; box-shadow: none; }
body.siteV4 .m2cmu2item strong,
body.siteV4 .m2cmu2item1 strong { color: var(--site-ink); font-size: 17px; line-height: 1.35; }
body.siteV4 .m2cmu2item p,
body.siteV4 .m2cmu2item1 p { color: var(--site-copy); font-size: 13px; line-height: 1.65; }

/* Timeline */
body.pageHistory .m2lcConWpr { background: var(--site-paper); }
body.siteV4 .m2lcSwiper_year {
  margin-bottom: 44px;
  padding: 14px;
  border: 1px solid var(--site-line);
  background: #fff;
}

body.siteV4 .m2lc_yitm { color: #5c6f7d; font-size: 12px; font-weight: 700; }
body.siteV4 .m2lc_yitm.slick-current,
body.siteV4 .m2lc_yitm:hover { color: var(--site-red); }
body.siteV4 .m2lcSwiper_yrContent { padding: 62px; background: #fff; box-shadow: var(--site-shadow); }
body.siteV4 .m2lcSbtxt { display: grid; grid-template-columns: 150px 1fr; gap: 40px; }
body.siteV4 .m2lcSbtxt > span { color: var(--site-red); font-size: 54px; font-weight: 520; letter-spacing: -2px; }
body.siteV4 .m2lcSbtxt_p { color: var(--site-copy); font-size: 16px; line-height: 1.85; }

/* Honors and client proof */
body.pageHonors .m2ldrConWpr,
body.pageClients .m2pubConWpr { background: var(--site-mist); }
body.siteV4 .m2ry_des { margin: -22px 0 52px; color: var(--site-copy); font-size: 17px; }
body.siteV4 .m2ryul,
body.siteV4 .m2stu1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.siteV4 .m2ryul li,
body.siteV4 .m2stu1 li {
  width: auto;
  min-height: 220px;
  margin: 0;
  padding: 28px;
  float: none;
  border: 1px solid var(--site-line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.siteV4 .m2ryul img { max-height: 220px; width: auto; }
body.siteV4 .m2stu1 .m2st_aBox,
body.siteV4 .m2stu1 .overflowHide,
body.siteV4 .m2stu1 .bgImg { width: 100%; min-height: 120px; display: flex; align-items: center; justify-content: center; }

/* BTDaaS modules and service */
body.pagePlatform .product_tab,
body.pagePlatform .Service { padding: 112px 0 120px; background: var(--site-paper); }
body.siteV4 .product_con_tab2 { position: sticky; top: 74px; z-index: 8; border: 1px solid var(--site-line); background: #fff; box-shadow: 0 18px 40px rgba(6,21,34,.08); }
body.siteV4 .product_con_tab2 ul { display: grid; grid-template-columns: repeat(9, 1fr); }
body.siteV4 .product_con_tab2 li { width: auto; margin: 0; border-right: 1px solid var(--site-line); }
body.siteV4 .product_con_tab2 li:last-child { border-right: 0; }
body.siteV4 .productcontab_list { min-height: 74px; color: var(--site-ink); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
body.siteV4 .product_con_tab2 li.hover,
body.siteV4 .product_con_tab2 li:hover { background: var(--site-red); }
body.siteV4 .product_con_tab2 li.hover .productcontab_list,
body.siteV4 .product_con_tab2 li:hover .productcontab_list { color: #fff; }
body.siteV4 .product_cont { margin-top: 28px; padding: 58px; border: 1px solid var(--site-line); background: #fff; }
body.siteV4 .product_cont .index_title h2 { color: var(--site-red); font-size: 62px; font-weight: 540; letter-spacing: -2.6px; }
body.siteV4 .product_cont h3 { color: var(--site-ink); font-size: 18px; }
body.siteV4 .SampleReport { padding: 100px 0; background: var(--site-navy); }
body.siteV4 .SampleReport h2 { color: #fff; }
body.siteV4 .SampleReport li { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
body.siteV4 .SampleReport li,
body.siteV4 .SampleReport a { color: rgba(255,255,255,.75); }

body.siteV4 .Service .structure,
body.siteV4 .Serviceprocess .w1400 { padding: 58px; border: 1px solid var(--site-line); background: #fff; }
body.siteV4 .Serviceprocess { padding: 110px 0; background: var(--site-navy); }
body.siteV4 .Serviceprocess h2,
body.siteV4 .Serviceprocess p { color: #fff; }
body.siteV4 .Serviceprocess ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
body.siteV4 .Serviceprocess li { width: auto; min-height: 260px; margin: 0; padding: 38px 30px; background: var(--site-navy); }

/* Data, classification and result layouts */
body.pageData .hsConWpr { background: var(--site-mist); }
body.siteV4 .hsConWpr > .container,
body.siteV4 .m2Con { min-width: 0; }
body.siteV4 .m2Con { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 32px; }
body.siteV4 .m2Lx,
body.siteV4 .m2Rx { width: auto; margin: 0; float: none; }
body.siteV4 .m2Lx { padding: 0; border: 1px solid var(--site-line); background: var(--site-navy); }
body.siteV4 .m2Lnms { padding: 30px 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
body.siteV4 .m2Lnms strong,
body.siteV4 .m2Lnms span { color: #fff; }
body.siteV4 .m2menu dl { border-bottom-color: rgba(255,255,255,.1); }
body.siteV4 .m2menu_a,
body.siteV4 .m2menu_a2 { color: rgba(255,255,255,.72); background: transparent; }
body.siteV4 .m2menu_a:hover,
body.siteV4 .m2menu_a2:hover,
body.siteV4 .m2menu_a2.on { color: #fff; background: var(--site-red); }
body.siteV4 .m2Rx,
body.siteV4 .container1 { min-width: 0; }
body.siteV4 .m2Rx { padding: 42px; border: 1px solid var(--site-line); background: #fff; }
body.siteV4 .search-box { min-width: 300px; }
body.siteV4 .search-box form { border: 1px solid var(--site-line); background: var(--site-mist); }
body.siteV4 .sb-search-input { height: 46px; color: var(--site-ink); background: transparent; }

body.siteV4 .m3proTop { margin: 0; padding: 54px; border: 1px solid var(--site-line); background: #fff; box-shadow: var(--site-shadow); }
body.siteV4 .m3proTitle { color: var(--site-ink); font-size: clamp(38px, 4vw, 56px); font-weight: 560; letter-spacing: -1.8px; }
body.siteV4 .m3proTop_des p { color: var(--site-copy); font-size: 14px; line-height: 1.75; }
body.siteV4 .m3proBom { margin-top: 28px; border: 1px solid var(--site-line); background: #fff; }
body.siteV4 .m3proTab { display: flex; border-bottom: 1px solid var(--site-line); background: var(--site-mist); }
body.siteV4 .m3proTab a { width: auto; min-width: 170px; height: 60px; padding: 0 24px; color: var(--site-copy); line-height: 60px; }
body.siteV4 .m3proTab a.on,
body.siteV4 .m3proTab a:hover { color: #fff; background: var(--site-red); }
body.siteV4 .m3proTabCons { padding: 42px; }

/* News listing and article */
body.pageNews .m2nCon { background: var(--site-mist); }
body.siteV4 .m2nul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
body.siteV4 .m2nul li { width: auto; margin: 0; padding: 0; float: none; border: 1px solid var(--site-line); background: #fff; }
body.siteV4 .m2naBox { min-height: 440px; padding: 0; display: flex; flex-direction: column; }
body.siteV4 .m2naBox > .overflowHide,
body.siteV4 .m2naBox > .overflowHide .bgImg { width: 100%; height: 220px; }
body.siteV4 .m2nRx { width: auto; min-height: 210px; padding: 34px; float: none; display: flex; flex-direction: column; }
body.siteV4 .m2nRx strong { color: var(--site-ink); font-size: 20px; line-height: 1.45; white-space: normal; }
body.siteV4 .m2nTm { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--site-line); color: var(--site-red); font-size: 11px; }

body.pageArticle .m3nCon { background: var(--site-paper); }
body.pageArticle .m3nCon > .container { max-width: 980px; padding: 70px 84px; background: #fff; box-shadow: var(--site-shadow); }
body.siteV4 .m3nt { margin: 0; color: var(--site-ink); font-size: clamp(38px, 4.2vw, 58px); font-weight: 550; line-height: 1.15; letter-spacing: -1.7px; text-align: left; }
body.siteV4 .m3ninfo { margin: 34px 0 50px; padding: 18px 0; border-top: 1px solid var(--site-line); border-bottom: 1px solid var(--site-line); color: var(--site-muted); }
body.siteV4 .m3nEditor { color: #42596a; font-size: 17px; line-height: 1.9; }
body.siteV4 .m3nEditor h2,
body.siteV4 .m3nEditor h3 { margin: 48px 0 18px; }
body.siteV4 .m3nEditor img { margin: 32px auto; }

/* Pagination */
body.siteV4 .pages { margin-top: 52px; display: flex; justify-content: center; gap: 6px; }
body.siteV4 .page_a { min-width: 42px; height: 42px; margin: 0; border: 1px solid var(--site-line); color: var(--site-copy); line-height: 40px; background: #fff; }
body.siteV4 .page_a.on,
body.siteV4 .page_a:hover { color: #fff; border-color: var(--site-red); background: var(--site-red); }

/* Universal page CTA */
.siteCta { position: relative; overflow: hidden; padding: 92px 0; color: #fff; background: var(--site-navy); }
.siteCta::after { position: absolute; width: 430px; height: 430px; right: -90px; top: -190px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.siteCta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.siteCta__copy span { color: #ef5962; font-size: 10px; font-weight: 800; letter-spacing: 2.6px; }
.siteCta__copy h2 { max-width: 780px; margin: 24px 0 0; color: #fff; font-size: clamp(40px, 4vw, 58px); font-weight: 540; line-height: 1.12; letter-spacing: -2px; }
.siteCta__action p { margin: 0 0 26px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.siteCta__action a { min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.38); color: #fff; font-size: 11px; font-weight: 800; line-height: 50px; letter-spacing: .8px; text-transform: uppercase; display: flex; justify-content: space-between; }
.siteCta__action a:hover { color: var(--site-ink); border-color: #fff; background: #fff; }

/* Contact refinement */
body.pageContact .contactHero { min-height: 520px; }
body.pageContact .contactHero__inner { min-height: 520px; }
body.pageContact .contactSection { padding-top: 112px; }
body.pageContact .contactCard,
body.pageContact .contactInquiry { border-radius: 0; box-shadow: var(--site-shadow); }

@media (max-width: 1180px) {
  body.siteV4 .m2cmc1Txt,
  body.siteV4 .m2cmc1Txt1,
  body.siteV4 .m2cmc1Txt2 { padding: 50px 42px; }
  body.siteV4 .m2ryul,
  body.siteV4 .m2stu1 { grid-template-columns: repeat(3, 1fr); }
  body.siteV4 .product_con_tab2 ul { grid-template-columns: repeat(5, 1fr); }
  body.siteV4 .m2nul { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 993px) {
  body.siteV4 .m2banner { height: 360px; }
  body.siteV4 .m2banTxt,
  body.siteV4 .m2banTxt1,
  body.siteV4 .m2banTxt2 { width: calc(100% - 48px); padding: 84px 0 35px; }
  body.siteV4 .m2banTxt h1,
  body.siteV4 .m2banTxt1 h1,
  body.siteV4 .m2banTxt2 h1,
  body.siteV4 .m2banTxt p { font-size: 48px; letter-spacing: -2px; }
  body.siteV4 .m2posWpr > .container { padding-top: 16px; padding-bottom: 16px; flex-direction: column; align-items: flex-start; gap: 12px; }
  body.siteV4 .m2menu2 { justify-content: flex-start; }
  body.siteV4 .m2cmConWpr,
  body.siteV4 .m2pubConWpr,
  body.siteV4 .m2ldrConWpr,
  body.siteV4 .m2lcConWpr,
  body.siteV4 .m2nCon,
  body.siteV4 .m3nCon,
  body.siteV4 .hsConWpr { padding-top: 78px; padding-bottom: 84px; }
  body.siteV4 .m2cmC1box { grid-template-columns: 1fr; }
  body.siteV4 .m2cmC1box > .m2cmMvBox,
  body.siteV4 .m2cmC1box > .m2cmMvBox1,
  body.siteV4 .m2cmC1box > .m2cmc1Txt,
  body.siteV4 .m2cmC1box > .m2cmc1Txt1 {
    grid-column: 1;
    grid-row: auto;
  }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child {
    grid-column: 1;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .m2cmMvBox2 {
    grid-column: 1;
    grid-row: 1;
    min-height: 340px;
  }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > h2,
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > p,
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .Illustration_Font {
    grid-column: 1;
    padding-right: 42px;
    padding-left: 42px;
  }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > h2 { grid-row: 2; margin-top: 50px; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > p { grid-row: 3; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .Illustration_Font { grid-row: 4; margin-bottom: 50px; }
  body.siteV4 .m2cmMvBox,
  body.siteV4 .m2cmMvBox1,
  body.siteV4 .m2cmMvBox2,
  body.siteV4 .m2cmMvBox .overflowHide,
  body.siteV4 .m2cmMvBox1 > div,
  body.siteV4 .m2cmMvBox2 > div,
  body.siteV4 .m2cmMvBox .bgImg,
  body.siteV4 .m2cmMvBox1 .bgImg,
  body.siteV4 .m2cmMvBox2 .bgImg { min-height: 340px; }
  body.siteV4 .m2cmc1Txt,
  body.siteV4 .m2cmc1Txt1,
  body.siteV4 .m2cmc1Txt2 { min-height: 0; }
  body.siteV4 .m2cmul2,
  body.siteV4 .Illustration ul { grid-template-columns: repeat(2, 1fr); }
  body.siteV4 .m2ryul,
  body.siteV4 .m2stu1 { grid-template-columns: repeat(2, 1fr); }
  body.siteV4 .Serviceprocess ul { grid-template-columns: repeat(2, 1fr); }
  body.siteV4 .m2Con { grid-template-columns: 1fr; }
  body.siteV4 .m2Lx { display: none; }
  body.pageArticle .m3nCon > .container { padding: 52px 44px; }
  .siteCta__inner { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  body.siteV4 .m2banner { height: 310px; }
  body.siteV4 .m2banner::before { width: 330px; height: 330px; right: -120px; top: -100px; }
  body.siteV4 .m2banner::after { width: 210px; height: 210px; right: -40px; top: -40px; }
  body.siteV4 .m2banTxt,
  body.siteV4 .m2banTxt1,
  body.siteV4 .m2banTxt2 { width: calc(100% - 40px); padding-top: 70px; }
  body.siteV4 .m2banTxt::before,
  body.siteV4 .m2banTxt1::before,
  body.siteV4 .m2banTxt2::before { margin-bottom: 17px; font-size: 8px; letter-spacing: 1.8px; }
  body.siteV4 .m2banTxt h1,
  body.siteV4 .m2banTxt1 h1,
  body.siteV4 .m2banTxt2 h1,
  body.siteV4 .m2banTxt p { font-size: 36px; letter-spacing: -1.2px; }
  body.siteV4 .m2posWpr .fl { white-space: normal; }
  body.siteV4 .m2menu2 { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  body.siteV4 .m2menu2_a { flex: 0 0 auto; }
  body.siteV4 .hmPt { margin-bottom: 32px; }
  body.siteV4 .m2cmc1Txt,
  body.siteV4 .m2cmc1Txt1,
  body.siteV4 .m2cmc1Txt2 { padding: 38px 26px; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child { padding: 0; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .m2cmMvBox2 { min-height: 245px; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > h2,
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > p,
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .Illustration_Font {
    padding-right: 26px;
    padding-left: 26px;
  }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > h2 { margin-top: 38px; }
  body.siteV4 .m2cmC1box > .m2cmc1Txt2:only-child > .Illustration_Font { margin-bottom: 38px; }
  body.siteV4 .m2cmMvBox,
  body.siteV4 .m2cmMvBox1,
  body.siteV4 .m2cmMvBox2,
  body.siteV4 .m2cmMvBox .overflowHide,
  body.siteV4 .m2cmMvBox1 > div,
  body.siteV4 .m2cmMvBox2 > div,
  body.siteV4 .m2cmMvBox .bgImg,
  body.siteV4 .m2cmMvBox1 .bgImg,
  body.siteV4 .m2cmMvBox2 .bgImg { min-height: 245px; }
  body.siteV4 .m2cmul2,
  body.siteV4 .Illustration ul,
  body.siteV4 .m2ryul,
  body.siteV4 .m2stu1,
  body.siteV4 .Serviceprocess ul,
  body.siteV4 .m2nul { grid-template-columns: 1fr; }
  body.siteV4 .m2lcSwiper_yrContent { padding: 34px 24px; }
  body.siteV4 .m2lcSbtxt { grid-template-columns: 1fr; gap: 18px; }
  body.siteV4 .m2lcSbtxt > span { font-size: 42px; }
  body.siteV4 .product_con_tab2 { position: static; overflow-x: auto; }
  body.siteV4 .product_con_tab2 ul { min-width: 720px; grid-template-columns: repeat(9, 1fr); }
  body.siteV4 .product_cont,
  body.siteV4 .Service .structure,
  body.siteV4 .Serviceprocess .w1400,
  body.siteV4 .m2Rx,
  body.siteV4 .m3proTop,
  body.siteV4 .m3proTabCons { padding: 28px 22px; }
  body.siteV4 .m3proTab { overflow-x: auto; }
  body.siteV4 .m3proTab a { min-width: 145px; }
  body.pageArticle .m3nCon > .container { padding: 38px 24px; }
  body.siteV4 .m3nt { font-size: 34px; }
  .siteCta { padding: 70px 0; }
  .siteCta__copy h2 { font-size: 36px; letter-spacing: -1.2px; }
}
