@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

a {color: #4f4a3c;text-decoration: none;outline: none; /* Firefox,Chrome */hlbr: expression(this.onFocus=this.blur()); /* IE */}
a:hover {color: #4f4a3c;text-decoration: none;}
a:visited {color: #4f4a3c;text-decoration: none;}
.header a {color: #4b473a;text-decoration: none;outline: none; /* Firefox,Chrome */hlbr: expression(this.onFocus=this.blur()); /* IE */}
.header a:hover {color: #4b473a;text-decoration: none;}
.header a:visited {color: #4b473a;text-decoration: none;}
.white a {color: #ffffff;text-decoration: none;outline: none; /* Firefox,Chrome */hlbr: expression(this.onFocus=this.blur()); /* IE */}
.white a:hover {color: #ffffff;text-decoration: none;}
.white a:visited {color: #ffffff;text-decoration: none;}


.clear{clear:both;}
html, body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  border: none;
  background-color: #a29b8b;
  font-family: Arial, Helvetica, sans-serif, "新細明體";
  font-size: 13px;
  line-height: 20px;
  color:#4f4a3c;
}
img{border:0px;}
#main {
	width: 995px;
	height: 1030px;
	margin:0 auto;
	background:url(../images/background.jpg) no-repeat;
}
.header {width:725px;height:21px;margin-left:252px;color:#4b473a;font-weight:600;font-size:9px;text-align:right;}
.item{float:left;}

.content { width:995px;}
.content .leftBox{ float:left;width:253px;}
.menuLine1 { font-size:12px;margin-left:32px;padding-left:30px;background:url(../images/service_r2_c2.jpg) no-repeat;width:195px;height:22px; }
.menuLine2 { font-size:12px;margin-left:44px;}

.content .rightBox{ float:left;width:742px;}
.content .rightBox .text{ padding:23px 0px 0px 35px; color:#313131;width:700px;word-wrap: break-word;word-break: break-all; }
.content .rightBox .textList{ padding:23px 0px 0px 43px; color:#313131;width:700px;word-wrap: break-word;word-break: break-all; }


.footer {color:#b0b1b2;font-size:11px;margin-left:272px;}

@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    height: auto;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #main,
  .content,
  .content .leftBox,
  .content .rightBox,
  .content .rightBox .text,
  .content .rightBox .textList {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  #main {
    background-size: 100% auto;
  }

  .header,
  .footer {
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 8px 12px;
    box-sizing: border-box;
  }

  .content .leftBox,
  .content .rightBox,
  .item {
    float: none !important;
  }

  .content .rightBox .text,
  .content .rightBox .textList {
    padding: 16px 12px 0 12px;
  }

  a,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .menuLine1,
  .menuLine2 {
    min-height: 44px;
    line-height: 1.5;
    box-sizing: border-box;
  }

  a,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    display: inline-block;
    padding: 10px 8px;
  }

  .menuLine1,
  .menuLine2 {
    display: block;
    width: auto !important;
    margin-left: 12px !important;
    margin-right: 12px;
    padding: 10px 12px 10px 30px;
  }

  input,
  select,
  textarea {
    max-width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }

  table {
    max-width: 100% !important;
  }
}

/* 2026-06-05 前台現代溫潤風格：保留原流程，只覆蓋視覺與點選體驗 */
:root {
  --warm-paper: #f8f5ef;
  --soft-paper: #fffdf8;
  --wood-ink: #2f2a23;
  --wood-text: #5c5145;
  --forest: #315b4c;
  --copper: #b88355;
  --oak: #d4a373;
  --mist: #e7ece7;
  --line: #ded7ca;
}

html,
body {
  background: var(--warm-paper) !important;
  color: var(--wood-text);
  font-family: Arial, Helvetica, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

a,
a:visited {
  color: var(--wood-ink);
}

a:hover {
  color: var(--forest);
}

#main {
  width: 1120px;
  min-height: 100vh;
  height: auto !important;
  background: var(--soft-paper) !important;
  box-shadow: 0 24px 70px rgba(47, 42, 35, 0.10);
}

.header {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 36px 0;
  color: #8d8377;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.header a,
.header a:visited {
  color: #8d8377;
}

.header a:hover {
  color: var(--forest);
}

.mainNav {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px 36px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
}

.homeHeaderLogo {
  position: absolute;
  z-index: 2;
  margin: 8px 0 0 max(34px, calc((100vw - 1180px) / 2));
}

.homeHeaderLogo a {
  display: block;
  padding: 0 !important;
}

.homeHeaderLogo img {
  width: 255px;
  height: auto;
  display: block;
}

#main > div[style*="margin-left:252px"] {
  margin-left: 0 !important;
}

.siteSmallLogo {
  width: 190px;
  min-width: 190px !important;
  min-height: 0 !important;
  margin-right: auto;
  padding: 0 !important;
  border-radius: 0;
}

.siteSmallLogo img {
  width: 190px;
  height: auto;
  display: block;
}

.homeModern .siteSmallLogo {
  display: none !important;
}
.mainNav a {
  min-width: 104px;
  min-height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 999px;
  color: var(--wood-ink);
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.25;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.mainNav a span {
  color: #8a8176;
  font-size: 12px;
  letter-spacing: 1px;
}

.mainNav a:hover {
  background: var(--mist);
  color: var(--forest);
  transform: translateY(-1px);
}

.white {
  display: none;
}

.content {
  width: 1120px !important;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 56px 42px 64px;
  box-sizing: border-box;
}

.content .leftBox {
  width: 238px !important;
  float: none !important;
  padding-top: 12px;
}

.content .rightBox {
  width: 818px !important;
  float: none !important;
}

.content .leftBox > div[style*="height:75px"],
.content .leftBox > div[style*="height:20px"],
.content .rightBox + div,
#main > div[style*="height:165px"],
#main > div[style*="height:18px"] {
  display: none !important;
}

.content .leftBox > div[style*="margin-left:25px"] {
  display: none;
}

.menuLine1,
.menuLine2 {
  width: auto !important;
  height: auto !important;
  min-height: 44px;
  margin: 0 0 10px 0 !important;
  padding: 9px 0 9px 16px !important;
  box-sizing: border-box;
  background: none !important;
  border-left: 3px solid var(--copper);
  color: var(--wood-text);
  font-size: 15px;
  letter-spacing: 1px;
}

.menuLine2 img {
  display: none;
}

.menuLine2 a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--wood-ink);
}

.menuLine2 a:hover {
  color: var(--forest);
}

.menuLine2 a .productCategoryIcon {
  display: inline-block;
  width: 46px;
  height: 36px;
  margin-left: 10px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 4px;
}

.content .rightBox > div[style*="service_r1_c7"],
.content .rightBox > div[style*="products_r1_c1"] {
  width: 100% !important;
  height: auto !important;
  min-height: 118px;
  margin-bottom: 24px;
  padding: 24px 0 18px;
  box-sizing: border-box;
  background: none !important;
  border-bottom: 1px solid var(--line);
}

.content .rightBox > div[style*="service_r1_c7"]::before {
  content: "About";
}

.content .rightBox > div[style*="products_r1_c1"]::before {
  content: "Products";
}

.content .rightBox > div[style*="service_r1_c7"]::before,
.content .rightBox > div[style*="products_r1_c1"]::before {
  display: block;
  color: var(--wood-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.content .rightBox > div[style*="service_r1_c7"] > div,
.content .rightBox > div[style*="products_r1_c1"] > div {
  float: none !important;
  margin: 12px 0 0 0 !important;
  color: #8a8176;
}

.content .rightBox > div[style*="service_r10_c7"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] {
  height: auto !important;
  overflow: visible !important;
  display: flex;
  gap: 32px;
  align-items: center;
}

.content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] > div {
  float: none !important;
}

.content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] > div[style*="margin-left:20px"] {
  width: 52% !important;
  margin-left: 0 !important;
  word-break: normal !important;
}

.content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] > div[style*="width:285px"] {
  width: 48% !important;
}

.content .rightBox > div[style*="service_r10_c7"] img {
  border-radius: 2px;
}

.content .rightBox > div[style*="service_r10_c7"] span[style*="font-size:29px"] {
  color: var(--forest) !important;
  font-size: 30px !important;
  line-height: 1.55;
}

.content .rightBox > div[style*="service_r10_c7"] span[style*="font-size:24px"] {
  color: var(--wood-text) !important;
  font-size: 20px !important;
  line-height: 1.9;
}

.content .rightBox > div > img[src*="service_r12_c7"],
.content .rightBox > div > img[src*="service_r17_c7"] {
  display: none;
}

.productGrid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.productGrid tbody,
.productGrid tr {
  display: contents !important;
}

.productGridGap {
  display: none !important;
}

.productGrid > tbody > tr > td:not(.productGridCell):not(.productGridGap) {
  display: none !important;
}

.productGridCell {
  display: block !important;
  width: auto !important;
}

.productCard {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  background: #f3f1ec;
  border-collapse: separate;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.productCard tbody,
.productCard tr,
.productCard td {
  display: block !important;
  width: 100% !important;
}

.productCard a {
  display: block;
  min-height: 100%;
  padding: 0 !important;
}

.productCardImage {
  width: 100% !important;
  height: 210px !important;
  display: block;
  object-fit: cover;
  background: #ddd6ca;
}

.productCardName {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  box-sizing: border-box;
  color: var(--wood-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.55;
}

.productCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(47, 42, 35, 0.14);
}

.footer {
  margin-left: 0 !important;
  padding: 26px 42px 38px;
  color: #8a8176;
  border-top: 1px solid var(--line);
}

.homeModern #main {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 245, 239, 1) 100%) !important;
}

.homeLogoHero {
  width: 100%;
  margin: 0;
  padding: 20px 0 18px;
  box-sizing: border-box;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff8ef;
}

.homeLogoHero img {
  width: min(100%, 1180px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.homeProductShowcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 28px 42px 34px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--line);
}

.homeProductItem {
  min-width: 0;
}

.homeProductItem img {
  width: 85%;
  aspect-ratio: 4 / 3;
  height: auto;
  display: block;
  object-fit: cover;
  background: #e4ded4;
  margin: 0 auto;
}

.homeProductItemSmall img {
  width: 85%;
  margin: 0 auto;
}

.homeProductItem h2 {
  display: none;
}

.homeModern #main > div[style*="height:165px"] {
  display: none !important;
}

.homeHero {
  width: 1036px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 48px;
  align-items: center;
  margin: 34px 42px 0;
  padding: 42px 46px 30px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #fffdf8 0%, #f1eadf 100%);
  border: 1px solid rgba(212, 163, 115, 0.35);
  box-shadow: 0 24px 58px rgba(74, 53, 37, 0.12);
}

.homeHeroText {
  position: relative;
  z-index: 1;
}

.homeHeroBadge {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.homeHero h2 {
  margin: 0 0 18px;
  color: var(--wood-ink);
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.homeHero p {
  max-width: 540px;
  margin: 0;
  color: var(--wood-text);
  font-size: 17px;
  line-height: 1.9;
}

.homeHeroActions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.homeHeroActions a {
  min-width: 132px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid var(--wood-ink);
  color: var(--wood-ink);
  font-weight: 700;
  letter-spacing: 1px;
}

.homeHeroActions a:first-child {
  border-color: var(--oak);
  background: var(--oak);
  color: #fff;
}

.homeHeroActions a:hover {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.homeHeroPhoto {
  position: relative;
  min-height: 330px;
}

.homeHeroPhoto::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -18px;
  width: 78%;
  height: 76%;
  background:
    repeating-linear-gradient(90deg, rgba(184, 131, 85, 0.12), rgba(184, 131, 85, 0.12) 1px, transparent 1px, transparent 18px),
    #e9dece;
}

.homeHeroPhoto img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.18);
}

.homeTrust {
  width: 1036px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: -8px 42px 0;
  position: relative;
  z-index: 2;
}

.homeTrust div {
  min-height: 86px;
  padding: 16px 24px;
  box-sizing: border-box;
  background: rgba(255, 253, 248, 0.88);
  border-left: 4px solid var(--oak);
  box-shadow: 0 10px 26px rgba(74, 53, 37, 0.07);
}

.homeTrust strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wood-ink);
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 26px;
  line-height: 1.2;
}

.homeTrust span {
  color: var(--wood-text);
  font-size: 15px;
  line-height: 1.6;
}

.homeModern .content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 14px;
}

.homeModern .content {
  display: none !important;
}

.homeModern .content .leftBox {
  display: none !important;
}

.homeModern .content .rightBox {
  width: 100% !important;
}

.homeModern .content .rightBox > div[style*="service_r1_c7"] {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.homeModern .content .rightBox > div[style*="service_r1_c7"]::before {
  content: "About Us";
}

.homeModern .content .rightBox > div[style*="service_r1_c7"] > div {
  display: none !important;
}

.homeContactTitle {
  margin: 22px 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.homeFooter {
  display: grid;
  grid-template-columns: 1.05fr 1.3fr 0.7fr;
  gap: 54px;
  padding: 42px 86px 48px;
  box-sizing: border-box;
  background: #ede4d6;
  color: #4f392b;
}

.homeFooter h2 {
  margin: 0 0 18px;
  color: #3f2f24;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 1px;
}

.homeFooter p {
  margin: 0 0 10px;
  color: #4f392b;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 700;
}

.homeFooterQr img {
  width: 150px;
  height: 150px;
  display: block;
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0 10px 24px rgba(74, 53, 37, 0.12);
}

.newsPage .content .rightBox {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.newsPage .content .rightBox > div[style*="service_r10_c7"] {
  height: auto !important;
  min-height: 571px;
  overflow: visible !important;
}

.newsListTitle {
  margin: 0 64px 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line);
  color: var(--wood-ink);
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.newsPager {
  width: auto !important;
  height: auto !important;
  min-height: 44px;
  margin: 28px 64px 0 !important;
  padding: 8px 12px;
  box-sizing: border-box;
  background: #f7f4ee !important;
  border-color: var(--line) !important;
}

.newsPager table {
  font-size: 16px !important;
}

.newsPager a {
  min-width: 24px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  box-sizing: border-box;
  color: var(--wood-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.newsPager a:hover {
  color: var(--forest);
}

.newsPager img {
  width: auto;
  height: 18px;
}

.newsInfoTitle {
  width: auto !important;
  margin: 0 64px 24px !important;
  padding: 12px 16px !important;
  background: #f7f4ee !important;
  border-color: var(--line) !important;
  color: var(--wood-ink) !important;
}

.newsInfoTitle h1 {
  color: var(--wood-ink);
  font-size: 18px !important;
  line-height: 1.6;
  letter-spacing: 1px;
}

.newsInfoBody {
  display: block !important;
  box-sizing: border-box;
  height: auto !important;
  min-height: 360px;
  overflow-y: visible !important;
  overflow-x: hidden !important;
  word-break: normal !important;
  overflow-wrap: break-word;
}

.newsInfoBody::after {
  content: "";
  display: block;
  clear: both;
}

.newsInfoBody p,
.newsInfoBody div {
  max-width: 100%;
  box-sizing: border-box;
}

.newsInfoBody img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  clear: both;
  margin: 12px auto;
}

.newsInfoBody a,
.newsInfoBody span,
.newsInfoBody font {
  max-width: 100%;
}

.newsInfoPhotos {
  clear: both;
  display: block !important;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 18px;
  text-align: center;
}

.newsInfoPhotos img {
  display: block !important;
  float: none !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto 18px !important;
}

.newsInfoPhotos a {
  display: block;
  width: 100%;
  padding: 0 !important;
}

.newsPage .content .rightBox > div[style*="service_r10_c7"] > .newsInfoBody {
  display: block !important;
  height: auto !important;
  min-height: 360px;
  overflow: visible !important;
}

.newsPage .content .rightBox > div[style*="service_r10_c7"] > .newsInfoBody > .newsInfoPhotos {
  display: block !important;
  width: 100% !important;
}

.newsInfoBody table,
.newsInfoBody iframe,
.newsInfoBody object,
.newsInfoBody embed {
  max-width: 100% !important;
}

.newsInfoBody table {
  width: auto !important;
  display: block;
  overflow-x: auto;
}

.newsInfoBody tbody,
.newsInfoBody tr,
.newsInfoBody td {
  max-width: 100% !important;
  box-sizing: border-box;
  word-break: normal !important;
  overflow-wrap: break-word;
}

.newsInfoBackLink {
  font-size: 16px !important;
  font-weight: 600;
}

.newsPage .content .rightBox::-webkit-scrollbar {
  width: 10px;
}

.newsPage .content .rightBox::-webkit-scrollbar-track {
  background: #f1ece4;
}

.newsPage .content .rightBox::-webkit-scrollbar-thumb {
  background: #c6a37f;
  border-radius: 999px;
}

.newsPage .content .rightBox::-webkit-scrollbar-thumb:hover {
  background: var(--copper);
}

@media screen and (max-width: 768px) {
  #main {
    width: 100% !important;
    box-shadow: none;
  }

  .header {
    display: none !important;
  }

  .mainNav {
    left: 0;
    width: 100% !important;
    min-height: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 92px 10px 14px;
  }

  .homeHeaderLogo {
    position: relative;
    width: 260px;
    margin: 14px auto -80px;
  }

  .homeHeaderLogo img {
    width: 260px;
  }

  body:not(.homeModern) .mainNav {
    padding-top: 16px;
  }

  .siteSmallLogo {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 0 6px 0;
  }

  .siteSmallLogo img {
    width: min(68vw, 230px);
  }
  .mainNav a {
    min-width: calc(33.333% - 8px);
    min-height: 50px;
    padding: 8px 6px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .mainNav a span {
    font-size: 12px;
  }

  .content {
    width: 100% !important;
    display: block;
    padding: 24px 16px 42px;
  }

  .content .leftBox,
  .content .rightBox {
    width: 100% !important;
  }

  .content .leftBox {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .menuLine1,
  .menuLine2 {
    min-height: 48px;
    padding: 8px 0 8px 14px !important;
    font-size: 16px;
  }

  .menuLine2 a .productCategoryIcon {
    display: none !important;
  }

  .content .rightBox > div[style*="service_r1_c7"],
  .content .rightBox > div[style*="products_r1_c1"] {
    min-height: 0;
    padding: 0 0 18px;
  }

  .content .rightBox > div[style*="service_r1_c7"]::before,
  .content .rightBox > div[style*="products_r1_c1"]::before {
    font-size: 34px;
  }

  .content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] {
    display: block;
  }

  .content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] > div[style*="margin-left:20px"],
  .content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] > div[style*="width:285px"] {
    width: 100% !important;
  }

  .newsInfoBackBar {
    width: 96px !important;
    height: 34px !important;
    margin: 16px auto 0 !important;
    border: 2px solid #d5cbbb !important;
    background: #f7f4ee !important;
    line-height: 34px;
  }

  .newsInfoBackLink {
    display: block;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 34px;
  }

  .productGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .productCardImage {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .productCardName {
    min-height: 64px;
    font-size: 17px;
  }

  .footer {
    padding: 22px 16px 32px;
    text-align: center;
  }

  .homeHero {
    width: auto;
    display: block;
    margin: 16px 12px 0;
    padding: 26px 20px 20px;
  }

  .homeHero h2 {
    font-size: 32px;
  }

  .homeHero p {
    font-size: 16px;
  }

  .homeHeroActions a {
    width: 100%;
    min-height: 52px;
  }

  .homeHeroPhoto {
    min-height: 0;
    margin-top: 24px;
  }

  .homeHeroPhoto::before {
    display: none;
  }

  .homeHeroPhoto img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .homeTrust {
    width: auto;
    display: block;
    margin: -4px 12px 0;
  }

  .homeTrust div {
    min-height: 0;
    margin-bottom: 8px;
    padding: 14px 18px;
  }

  .homeFooter {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 20px 36px;
    text-align: left;
  }

  .homeProductShowcase {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 16px 28px;
  }

  .homeProductItem h2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .homeFooter h2 {
    font-size: 22px;
  }

  .homeFooter p {
    font-size: 17px;
  }

  .homeFooterQr img {
    width: 132px;
    height: 132px;
  }

  .homeModern .content {
    padding-top: 8px;
  }
  body.homeModern .homeHeaderLogo {
    width: min(78vw, 250px);
    margin: 12px auto -66px;
  }

  body.homeModern .homeHeaderLogo img {
    width: 100%;
  }

  body.homeModern .mainNav {
    padding-top: 84px;
  }

  body.homeModern .mainNav a {
    min-width: calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  body.homeModern .homeLogoHero {
    padding: 10px 12px 0;
  }

  body.homeModern .homeProductShowcase {
    width: 100% !important;
    box-sizing: border-box;
  }

  body.homeModern .homeProductItem,
  body.homeModern .homeProductItemSmall {
    width: 100% !important;
    box-sizing: border-box;
  }

  body.homeModern .homeProductItem img,
  body.homeModern .homeProductItemSmall img {
    width: min(100%, 420px);
  }

  body.homeModern .content .rightBox > div[style*="service_r1_c7"],
  body.homeModern .content .rightBox > div[style*="service_r10_c7"] {
    width: 100% !important;
    max-width: 100% !important;
    background-size: 100% auto !important;
    box-sizing: border-box;
  }

  body.homeModern .content .rightBox > div[style*="service_r10_c7"] {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 18px;
  }

  body.homeModern .content .rightBox > div[style*="service_r10_c7"] > div[style*="height:360px"] {
    height: auto !important;
    overflow: visible !important;
  }

  body.homeModern .content .rightBox > div[style*="service_r10_c7"] img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  #main,
  .content {
    width: 100% !important;
  }

  .homeHeaderLogo {
    position: relative;
    width: 255px;
    margin: 10px auto -4px;
  }

  .mainNav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .homeHero,
  .homeTrust {
    width: auto;
  }

  .content {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content .leftBox,
  .content .rightBox {
    width: 100% !important;
  }

  .content .leftBox {
    margin-bottom: 28px;
  }

  .content .leftBox > div[style*="border-top"] {
    display: none !important;
  }

  .content .leftBox .menuLine2 {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    margin: 0 10px 12px 0 !important;
    padding: 8px 16px !important;
    border-left: 0;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.92) !important;
    vertical-align: top;
  }

  .content .leftBox .menuLine2 a {
    min-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .content .leftBox {
    display: block;
    white-space: normal;
  }

  .content .rightBox > div[style*="products_r1_c1"] {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .content .leftBox > div[style*="border-top"] {
    display: none !important;
  }

  .content .leftBox .menuLine2 {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    min-height: 46px;
    margin: 0 8px 10px 0 !important;
    padding: 8px 14px !important;
    border-left: 0;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.95) !important;
  }

  .content .leftBox .menuLine2 a {
    min-height: 0;
    padding: 0;
  }
}

.content .rightBox > div[style*="service_r1_c7"]::before,
.homeModern .content .rightBox > div[style*="service_r1_c7"]::before {
  content: none !important;
  display: none !important;
}

.servicePage #main > div[style*="height:165px"],
.servicePage .content .leftBox {
  display: none !important;
}

.servicePage .content {
  display: block;
  padding-top: 8px;
}

.servicePage .content .rightBox {
  width: 100% !important;
}

.servicePage .content .rightBox > div[style*="service_r1_c7"] {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (min-width: 1121px) {
  #main {
    width: 1280px;
  }

  .content {
    width: 1280px !important;
    gap: 40px;
  }

  .content .leftBox {
    width: 280px !important;
  }

  .content .rightBox {
    width: 876px !important;
  }

  .mainNav a {
    min-width: 168px;
  }

  .mainNav a span {
    font-size: 18px;
    white-space: nowrap;
  }

  .menuLine1,
  .menuLine2 {
    min-height: 54px;
    font-size: 21px;
  }

  .menuLine2 a {
    font-size: 21px;
  }

  .homeModern #main {
    width: 100%;
    box-shadow: none;
  }

  .homeModern .mainNav {
    justify-content: flex-end;
    padding-left: 320px;
    padding-right: 48px;
  }

  .homeModern .mainNav a {
    min-width: 126px;
  }

  .homeModern .content {
    width: 1280px !important;
  }
}
