@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 200;
  min-width: unset;
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

body {
  overflow-x: hidden;
}

p {
  margin: unset;
}

ul {
  padding-inline-start: 15px;
}

@font-face {
  font-family: 'Mohave';
  src: url('Mohave-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font-th {
  font-family: 'Noto Sans', sans-serif;
}

.font-eng {
  font-family: 'Mohave', sans-serif;
}

:root {
  --maincolor: rgba(40, 101, 160, 1);
  --bluecolor: rgba(34, 169, 224, 1);
  --blackcolor: rgba(5, 24, 40, 1);
  --graycolor: rgba(96, 96, 96, 1);
  --shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --whitecolor: rgba(255, 255, 255, 1);
  --gray1color: rgba(245, 245, 245, 1);
  --blue1color: rgba(228, 244, 249, 1);
}

/* =========================
   DEFAULT / DESKTOP
========================= */

.head-navbar {
  position: relative;
  height: 180px;
  background-color: var(--maincolor);
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}

.box-logo {
  height: 70px;
  width: 20%;
}

.size-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box-tapmanu {
  display: flex;
  align-items: center;
}

.box-search-input {
  display: flex;
  position: relative;
  align-items: center;
  width: 250px;
}

.sizeicon-search {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
}

.banner-left-content {
  width: 50%;
  padding: 80px 0 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-askmore {
  background-color: var(--bluecolor);
  height: 54px;
  font-weight: 600;
  font-size: 24px;
  width: fit-content;
  padding: 7px 23px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  box-shadow: var(--shadow);
  color: var(--whitecolor);
  cursor: pointer;
}

.btn-iconarrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sizeiconarrow {
  width: 20px;
  height: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 24px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 18px;
}

input[type=text]:focus {
  outline: none;
}

.menu-nav a {
  color: var(--whitecolor);
  font-size: 1.3vw;
  padding: 0 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Mohave', sans-serif;
}

.menu-nav:hover {
  text-decoration: underline;
  color: var(--whitecolor);
}

.menu-nav.active {
  text-decoration: underline;
  color: var(--whitecolor);
}

.box-banner {
  display: flex;
  background-color: var(--maincolor);
}

.txt-banner1 {
  color: var(--bluecolor);
  font-size: 28px;
  font-weight: 600;
}

.txt-banner2 {
  color: var(--whitecolor);
  font-size: 32px;
  font-weight: 600;
  padding: 20px 0;
}

.txt-banner3 {
  color: var(--whitecolor);
  font-size: 24px;
  padding-bottom: 20px;
}

.bg-box {
  background-color: var(--gray1color);
  width: 100%;
  height: 300px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  position: relative;
}

.bg-box-pic {
  display: flex;
  border-radius: 20px;
  justify-content: end;
  width: 100%;
}

.content-inbox {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.name-product-inbox {
  font-size: 28px;
  color: var(--blackcolor);
  font-weight: 600;
  padding: 0 20px;
}

.detail-inbox {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
}

.name-detail {
  font-size: 24px;
  color: var(--maincolor);
  font-family: 'Mohave', sans-serif;
}

.div-detail-content {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.text-seemore-home {
  color: var(--graycolor);
  font-weight: 600;
  font-size: 1.3vw;
}

.cirecle-seemore {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.sixearrow-content {
  height: 40%;
}

.box-content {
  padding: 4% 10%;
  display: flex;
  justify-content: space-between;
}

.box-content-left {
  width: 38%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  background-image: url(./pic/homepage1.jpg);
  background-size: cover;
  flex-direction: column;
  background-position-x: -10vw;
}

.div-detail-content-left {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5%;
  cursor: pointer;
}

.text-seemore-home-left {
  color: var(--whitecolor);
  font-weight: 600;
  font-size: 1.3vw;
}

.name-left-inbox {
  font-size: 28px;
  color: var(--blackcolor);
  font-weight: 600;
}

#menu-product {
  position: relative;
}

#menu-hover {
  position: absolute;
  top: 110%;
  left: 80%;
  transform: translateX(-50%);
  z-index: 10;
  width: 160px;
  padding: 20px;
  background-color: var(--whitecolor);
  display: none;
  color: black;
}

.text-insubmenu {
  font-size: 1.2vw;
  color: black;
  font-weight: 600;
}

.text-submenu2 {
  font-size: 1.1vw;
  color: rgba(40, 101, 160, 1);
}

/* =========================================
   PRODUCT CLEAN VERSION
   pipe-detail / valve-detail / fittings-upvc
========================================= */

/* shared heading */
.box-ft {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 3%;
}

.box-inpro {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 3%;
}

.box-ft .bro-title,
.box-inpro .bro-title {
  font-size: 2vw;
  font-weight: 700;
  padding-left: 5%;
  color: #051828;
  line-height: 1.2;
}

.box-ft .bro-sup-title,
.box-inpro .bro-sup-title {
  font-size: 1.7vw;
  font-weight: 400;
  padding-left: 5%;
  color: var(--maincolor);
  line-height: 1.2;
  margin-top: 6px;
}

/* ---------- product grid / fittings page ---------- */
.box-ft .allpro-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding: 40px 10% 30px;
}

.box-ft .allpro-grid-box {
  width: 100%;
  min-height: 300px;
  height: auto;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
  background-color: #F5F5F5;
  cursor: pointer;
  padding: 26px 20px 24px;
  overflow: hidden;
}

.box-ft .img-pro {
  width: 72%;
  height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.box-ft .name-pro {
  position: relative;
  bottom: auto;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--maincolor);
  font-family: 'Mohave', sans-serif;
  margin: 10px 0 0;
}

.box-ft.grid--auto-fill .allpro-grid,
.box-ft .grid--auto-fill {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ---------- product detail page ---------- */
.box-inpro .inpro-dt-detail {
  display: flex;
  align-items: stretch;
  margin: 32px 5%;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
}

.box-inpro .inpro-boximg-detail {
  width: 56%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}

.box-inpro .inpro-boximg-detail img {
  width: 100%;
  max-width: 100%;
  max-height: 440px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}

.box-inpro .inpro-boxtext-detail {
  width: 44%;
  background-color: #2f69a7;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.box-inpro .inpro-boxtext-detail-in {
  width: 100%;
  padding: 46px 42px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* new html */
.box-inpro .product-name {
  margin: 0 0 16px;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Mohave', sans-serif;
}

.box-inpro .product-spec-title {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #22A9E0;
  font-family: 'Mohave', sans-serif;
}

.box-inpro .spec-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.box-inpro .spec-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 18px;
  align-items: start;
}

.box-inpro .spec-label,
.box-inpro .spec-value {
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
  font-family: 'Mohave', sans-serif;
}

.box-inpro .spec-line {
  border: 0;
  border-top: 2px solid #124C84;
  width: 100%;
  margin: 22px 0 18px;
}

.box-inpro .spec-list {
  margin: 0;
  padding-left: 22px;
}

.box-inpro .spec-list li {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  font-family: 'Mohave', sans-serif;
  margin-bottom: 4px;
}

/* fallback for old html */
.box-inpro .font-size-detail {
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
  font-weight: 700;
  font-family: 'Mohave', sans-serif;
}

.box-inpro p.font-size-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 18px;
  align-items: start;
  margin: 0 0 6px;
}

.box-inpro p.font-size-detail span {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.box-inpro .inpro-boxtext-detail hr {
  border: 0;
  border-top: 2px solid #124C84;
  width: 100%;
  margin: 18px 0;
}

.box-inpro ul.font-size-detail {
  display: block;
  padding-left: 22px;
  margin: 0;
}

.box-inpro ul.font-size-detail li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.box-inpro .inpro-boxtext-detail-in > p:first-child:not(.font-size-detail) {
  margin: 0 0 16px;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Mohave', sans-serif;
}

.box-inpro .inpro-boxtext-detail-in > p:nth-child(2):not(.font-size-detail) {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #22A9E0;
  font-family: 'Mohave', sans-serif;
}

/* =========================
   SERVICE
========================= */

.box-top-service {
  padding: 0 4%;
  padding-top: 100px;
}

.text-hd-bu {
  font-size: 40px;
  color: #22A9E0;
  font-weight: bold;
  margin-bottom: 20px;
}

.div-top-sv02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 30vw;
  border-radius: 24px;
  background-color: #2B66A0;
}

.divsup-top-sv02_01 {
  width: 40%;
  padding: 48px;
  display: flex;
  flex-direction: column;
}

.divsup-top-sv02_02 {
  font-size: 58px;
  color: white;
  font-weight: bold;
}

.divsup-top-sv02_03 {
  font-size: 1.6vw;
  color: white;
}

.divsup-top-sv02_04 {
  width: 60%;
  display: flex;
}

.divsup-top-sv02_05 {
  width: 50%;
  height: 100%;
}

.divsup-top-sv02_06 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divsup-top-sv02_07 {
  width: 50%;
  height: 100%;
  border-radius: 24px;
}

.divsup-top-sv02_08 {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.box-top-service_2 {
  display: flex;
  padding: 0 4%;
  padding-top: 50px;
  margin-bottom: 50px;
  flex-direction: column;
}

.divsub-top-service_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.divsub-top-service_2_1 {
  width: 18vw;
  height: 22vw;
}

.divsub-top-service_2_2 {
  flex-direction: column;
  display: flex;
  justify-content: end;
  margin-left: 2vw;
  align-items: baseline;
}

.divsub-top-service_2_3 {
  font-size: 2vw;
  font-weight: bold;
  color: #2865A0;
}

.divsub-top-service_2_4 {
  font-size: 1.3vw;
}

.box-mid-service {
  height: 25vw;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4F4F9;
}

.divsub-mid-service_1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.divsub-mid-service_2 {
  font-size: 3vw;
  color: #2865A0;
  font-weight: 400;
  font-family: 'Mohave', sans-serif;
}

.divsub-mid-service_3 {
  font-size: 3vw;
  color: #2865A0;
  font-weight: bold;
}

.divsub-mid-service_4 {
  width: 50%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.divsub-mid-service_5 {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid #2865A0;
  border-radius: 24px;
  margin-bottom: 14px;
}

.divsub-mid-service_4_1 {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.divsub-mid-service_5_01 {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.divsub-mid-service_6 {
  color: #2865A0;
  font-size: 1.1vw;
  font-weight: 400;
}

.box-bottom-service {
  display: flex;
  padding: 0 4%;
  background-color: white;
  margin-bottom: 50px;
  margin-top: 50px;
  justify-content: center;
  gap: 15px;
}

.divsup-bottom-service {
  background-color: #2B66A0;
  height: 50vw;
  width: 532px;
  display: flex;
  border-radius: 24px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 20px;
}

.divsup-bottom-service_1 {
  color: white;
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 15px;
}

.divsup-bottom-service_2 {
  color: white;
  font-size: 1.5vw;
  font-weight: 400;
}

.divsup-bottom-service_3,
.divsup-bottom-service_3_1 {
  width: 100%;
  height: 25vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* =========================
   FOOTER
========================= */

.footer_main {
  height: 30vh;
  padding: 0 5%;
  align-items: center;
  gap: 10px;
  display: flex;
  background-color: #F5F5F5;
}

.footer_sub01 {
  width: 25%;
  height: 121px;
  border-right: 1px solid #BCBEC0;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.footer_sub01_center {
  width: 25%;
  height: 121px;
  border-right: 1px solid #BCBEC0;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer_sub01_center_none {
  width: 25%;
  height: 121px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer_sub01_center1 {
  width: 25%;
  height: 198px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer_sub02 {
  font-size: 1.5vw;
  margin-bottom: 10px;
  color: #0E3356;
  font-family: 'Mohave', sans-serif;
}

.footer_sub03 {
  font-size: 0.9vw;
  font-weight: bold;
  color: #606060;
}

.footer_sub03_center {
  font-size: 0.9vw;
  text-align: center;
  font-weight: bold;
  color: #606060;
  padding-bottom: 20px;
}

.footer_sub01_center_1 {
  width: 2.5vw;
  height: 2.5vw;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width:1024px) {
  html,
  body {
    min-width: unset !important;
    overflow-x: hidden;
  }

  .head-navbar {
    height: auto;
    padding: 24px 20px;
    flex-direction: column;
    gap: 18px;
  }

  .box-logo {
    width: 220px;
    height: auto;
  }

  .size-logo {
    object-fit: contain;
  }

  .box-tapmanu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .menu-nav a {
    font-size: 18px;
    padding: 0 12px;
  }

  .box-search-input {
    width: 320px;
    max-width: 100%;
  }

  #menu-hover {
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
  }

  .text-insubmenu {
    font-size: 16px;
  }

  .text-submenu2 {
    font-size: 14px;
  }

  .box-banner {
    flex-direction: column;
  }

  .box-banner > div:last-child {
    width: 100% !important;
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
  }

  .banner-left-content {
    width: 100%;
    padding: 40px 30px;
  }

  .txt-banner1 {
    font-size: 26px;
  }

  .txt-banner2 {
    font-size: 34px;
    line-height: 1.35;
  }

  .txt-banner3 {
    font-size: 20px;
    line-height: 1.6;
  }

  .btn-askmore {
    font-size: 18px;
    height: auto;
    padding: 10px 18px;
  }

  .box-content {
    flex-direction: column;
    gap: 24px;
    padding: 40px 24px;
  }

  .box-content-left {
    width: 100%;
    min-height: 420px;
    background-position: center;
  }

  .bg-box {
    height: auto;
    min-height: 260px;
  }

  .name-product-inbox {
    font-size: 28px;
  }

  .name-detail {
    font-size: 20px;
  }

  .text-seemore-home,
  .text-seemore-home-left {
    font-size: 16px;
  }

  .box-ft .bro-title,
  .box-inpro .bro-title {
    font-size: 28px;
  }

  .box-ft .bro-sup-title,
  .box-inpro .bro-sup-title {
    font-size: 22px;
  }

  .box-ft .allpro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 40px 24px;
  }

  .box-ft .allpro-grid-box {
    min-height: 260px;
  }

  .box-ft .name-pro {
    font-size: 20px;
  }

  .box-inpro .inpro-dt-detail {
    min-height: 460px;
    margin: 24px;
  }

  .box-inpro .inpro-boximg-detail {
    padding: 28px;
  }

  .box-inpro .inpro-boximg-detail img {
    max-height: 340px;
  }

  .box-inpro .product-name,
  .box-inpro .inpro-boxtext-detail-in > p:first-child:not(.font-size-detail) {
    font-size: 48px;
  }

  .box-inpro .product-spec-title,
  .box-inpro .inpro-boxtext-detail-in > p:nth-child(2):not(.font-size-detail) {
    font-size: 24px;
  }

  .box-inpro .spec-row,
  .box-inpro p.font-size-detail {
    grid-template-columns: 145px 1fr;
  }

  .box-inpro .spec-label,
  .box-inpro .spec-value,
  .box-inpro .font-size-detail {
    font-size: 17px;
  }

  .box-inpro .spec-list li,
  .box-inpro ul.font-size-detail li {
    font-size: 17px;
  }

  .box-top-service {
    padding: 40px 24px 0;
  }

  .text-hd-bu {
    font-size: 32px;
  }

  .div-top-sv02 {
    flex-direction: column;
    height: auto;
  }

  .divsup-top-sv02_01,
  .divsup-top-sv02_04 {
    width: 100%;
  }

  .divsup-top-sv02_01 {
    padding: 32px 24px;
  }

  .divsup-top-sv02_02 {
    font-size: 40px;
    line-height: 1.2;
  }

  .divsup-top-sv02_03 {
    font-size: 18px;
    line-height: 1.6;
  }

  .divsup-top-sv02_04 {
    flex-direction: row;
  }

  .box-top-service_2 {
    padding: 32px 24px;
  }

  .divsub-top-service_2 {
    flex-wrap: wrap;
    gap: 24px;
  }

  .divsub-top-service_2_1 {
    width: 180px;
    height: 220px;
  }

  .divsub-top-service_2_3 {
    font-size: 24px;
  }

  .divsub-top-service_2_4 {
    font-size: 16px;
  }

  .box-mid-service {
    flex-direction: column;
    height: auto;
    padding: 40px 24px;
    gap: 24px;
  }

  .divsub-mid-service_1,
  .divsub-mid-service_4 {
    width: 100%;
  }

  .divsub-mid-service_2,
  .divsub-mid-service_3 {
    font-size: 32px;
  }

  .divsub-mid-service_4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .divsub-mid-service_4_1 {
    width: 160px;
  }

  .divsub-mid-service_5 {
    width: 110px;
    height: 110px;
  }

  .divsub-mid-service_6 {
    font-size: 16px;
  }

  .box-bottom-service {
    flex-wrap: wrap;
    padding: 0 24px;
  }

  .divsup-bottom-service {
    width: 100%;
    max-width: 680px;
    height: auto;
    padding: 24px 20px 32px;
  }

  .divsup-bottom-service_1 {
    font-size: 32px;
  }

  .divsup-bottom-service_2 {
    font-size: 18px;
    text-align: center;
  }

  .divsup-bottom-service_3,
  .divsup-bottom-service_3_1 {
    height: auto;
  }

  .footer_main {
    height: auto;
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
  }

  .footer_sub01,
  .footer_sub01_center,
  .footer_sub01_center_none,
  .footer_sub01_center1 {
    width: 100%;
    height: auto;
    border-right: none;
    text-align: center;
  }

  .footer_sub02 {
    font-size: 24px;
  }

  .footer_sub03,
  .footer_sub03_center {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 0;
  }

  .footer_sub01_center_1 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width:768px) {
  html,
  body {
    min-width: unset !important;
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
    line-height: 1.6;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  p,
  li,
  a,
  span,
  div {
    line-height: 1.6;
  }

  /* header / nav */
  .head-navbar {
    height: auto !important;
    padding: 18px 16px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  .box-logo {
    width: 160px !important;
    height: auto !important;
  }

  .box-tapmanu {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 4px !important;
  }

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

  .menu-nav a {
    font-size: 14px !important;
    padding: 0 8px !important;
    white-space: nowrap !important;
  }

  .box-search-input {
    width: 100% !important;
    max-width: 100%;
    margin-top: 8px !important;
  }

  input[type=text] {
    font-size: 16px !important;
    padding: 12px 16px !important;
    padding-left: 16px !important;
  }

  .sizeicon-search {
    width: 22px !important;
    height: 22px !important;
    right: 14px !important;
  }

  #menu-product {
    position: relative;
  }

  #menu-hover {
    position: absolute;
    top: 120%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 88vw !important;
    max-width: 320px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
  }

  .text-insubmenu {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .text-submenu2 {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* hero banner */
  .box-banner {
    display: flex !important;
    flex-direction: column !important;
    background-color: var(--maincolor) !important;
  }

  .banner-left-content {
    width: 100% !important;
    padding: 28px 20px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .txt-banner1 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .txt-banner2 {
    font-size: 28px !important;
    line-height: 1.35 !important;
    padding: 14px 0 !important;
  }

  .txt-banner3 {
    font-size: 16px !important;
    line-height: 1.75 !important;
    padding-bottom: 18px !important;
  }

  .btn-askmore {
    width: fit-content !important;
    max-width: 100% !important;
    font-size: 15px !important;
    height: auto !important;
    padding: 10px 14px !important;
    border-radius: 24px !important;
  }

  .btn-iconarrow {
    width: 36px !important;
    height: 36px !important;
    margin-left: 10px !important;
  }

  .btn-sizeiconarrow {
    width: 14px !important;
    height: 14px !important;
  }

  .box-banner > div:last-child {
    width: 100% !important;
    min-height: 220px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-y: center !important;
    background-position-x: center !important;
  }

  /* home */
  .box-content {
    padding: 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .box-content-left {
    width: 100% !important;
    min-height: 360px !important;
    border-radius: 24px !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden !important;
  }

  .name-left-inbox {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  .name-detail {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .div-detail-content-left {
    padding: 16px !important;
  }

  .text-seemore-home-left {
    font-size: 14px !important;
  }

  .box-content > div:last-child br {
    display: none !important;
  }

  .box-content > div:last-child {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  /* category cards */
  .bg-box.home-category-card {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    padding: 18px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .home-category-image,
  .bg-box-pic {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .home-category-image img,
  .bg-box-pic img {
    max-width: 72% !important;
    width: 72% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
  }

  .home-category-content,
  .content-inbox {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  .name-product-inbox {
    font-size: 18px !important;
    line-height: 1.35 !important;
    padding: 0 !important;
    color: var(--blackcolor) !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
  }

  .home-category-detail,
  .detail-inbox {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .home-category-detail > div:first-child,
  .detail-inbox > div:first-child {
    flex: 1 !important;
  }

  .detail-inbox .name-detail {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .home-category-more,
  .div-detail-content {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  .text-seemore-home {
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #666 !important;
    font-weight: 600 !important;
  }

  .cirecle-seemore {
    width: 36px !important;
    height: 36px !important;
    margin-left: 0 !important;
    flex: 0 0 36px !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  }

  .sixearrow-content {
    height: 42% !important;
  }

  /* about home */
  .about-home-wrap {
    height: auto !important;
    margin: 0 16px !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .about-home-image {
    width: 100% !important;
    height: 240px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .about-home-text {
    width: 100% !important;
    padding: 20px 18px 24px !important;
    border-radius: 0 0 24px 24px !important;
  }

  .about-home-title {
    font-size: 22px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
  }

  .about-home-desc {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  div[style*="height: 100px;"] {
    height: 40px !important;
  }

  /* product list */
  .box-ft,
  .box-inpro {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .box-ft .bro-title,
  .box-inpro .bro-title {
    font-size: 24px;
    line-height: 1.25;
    padding: 0 16px;
  }

  .box-ft .bro-sup-title,
  .box-inpro .bro-sup-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 16px;
    margin-top: 4px;
  }

  .box-ft .allpro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px 16px 24px;
  }

  .box-ft .allpro-grid-box {
    min-height: 220px;
    border-radius: 24px;
    padding: 18px 14px 16px;
  }

  .box-ft .img-pro {
    width: 78%;
    height: 120px;
  }

  .box-ft .name-pro {
    font-size: 14px;
    line-height: 1.35;
    margin-top: 10px;
  }

  /* product detail */
  .box-inpro .inpro-dt-detail {
    margin: 16px;
    min-height: unset;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
  }

  .box-inpro .inpro-boximg-detail,
  .box-inpro .inpro-boxtext-detail {
    width: 100%;
  }

  .box-inpro .inpro-boximg-detail {
    min-height: 280px;
    padding: 22px 18px;
    border-radius: 24px 24px 0 0;
  }

  .box-inpro .inpro-boximg-detail img {
    max-height: 220px;
    width: 100%;
    height: auto;
  }

  .box-inpro .inpro-boxtext-detail {
    border-radius: 0 0 24px 24px;
  }

  .box-inpro .inpro-boxtext-detail-in {
    padding: 24px 18px;
  }

  .box-inpro .product-name,
  .box-inpro .inpro-boxtext-detail-in > p:first-child:not(.font-size-detail) {
    font-size: 42px;
    line-height: 0.98;
    margin: 0 0 12px;
  }

  .box-inpro .product-spec-title,
  .box-inpro .inpro-boxtext-detail-in > p:nth-child(2):not(.font-size-detail) {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 16px;
  }

  .box-inpro .spec-row,
  .box-inpro p.font-size-detail {
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
  }

  .box-inpro .spec-label,
  .box-inpro .spec-value,
  .box-inpro .font-size-detail {
    font-size: 15px;
    line-height: 1.45;
  }

  .box-inpro .spec-line,
  .box-inpro .inpro-boxtext-detail hr {
    margin: 14px 0;
  }

  .box-inpro .spec-list,
  .box-inpro ul.font-size-detail {
    padding-left: 20px;
  }

  .box-inpro .spec-list li,
  .box-inpro ul.font-size-detail li {
    font-size: 15px;
    line-height: 1.65;
  }

  /* service */
  .box-top-service {
    padding: 24px 16px 0;
  }

  .text-hd-bu {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .div-top-sv02 {
    flex-direction: column;
    height: auto;
    border-radius: 20px;
  }

  .divsup-top-sv02_01 {
    width: 100%;
    padding: 22px 18px;
  }

  .divsup-top-sv02_02 {
    font-size: 28px;
    line-height: 1.3;
  }

  .divsup-top-sv02_03 {
    font-size: 15px;
    line-height: 1.7;
  }

  .divsup-top-sv02_04 {
    width: 100%;
    flex-direction: column;
  }

  .divsup-top-sv02_05,
  .divsup-top-sv02_07 {
    width: 100%;
    height: 220px;
  }

  .divsup-top-sv02_08 {
    border-radius: 0 0 20px 20px;
  }

  .box-top-service_2 {
    padding: 24px 16px;
    margin-bottom: 20px;
  }

  .divsub-top-service_2 {
    flex-direction: column;
    gap: 18px;
  }

  .divsub-top-service_2_1 {
    width: 100%;
    height: auto;
  }

  .divsub-top-service_2_2 {
    margin-left: 0;
  }

  .divsub-top-service_2_3 {
    font-size: 22px;
  }

  .divsub-top-service_2_4 {
    font-size: 16px;
    line-height: 1.6;
  }

  .box-mid-service {
    height: auto;
    padding: 28px 16px;
    flex-direction: column;
    gap: 18px;
  }

  .divsub-mid-service_1,
  .divsub-mid-service_4 {
    width: 100%;
  }

  .divsub-mid-service_2,
  .divsub-mid-service_3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .divsub-mid-service_4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .divsub-mid-service_4_1 {
    width: 135px;
  }

  .divsub-mid-service_5 {
    width: 92px;
    height: 92px;
    border-radius: 20px;
  }

  .divsub-mid-service_6 {
    font-size: 14px;
    line-height: 1.5;
  }

  .box-bottom-service {
    flex-direction: column;
    padding: 0 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divsup-bottom-service {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px 16px 24px;
  }

  .divsup-bottom-service_1 {
    font-size: 24px;
    text-align: center;
  }

  .divsup-bottom-service_2 {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }

  .divsup-bottom-service_3,
  .divsup-bottom-service_3_1 {
    width: 100%;
    height: auto;
  }

  /* footer */
  .footer_main {
    height: auto;
    padding: 24px 16px;
    flex-direction: column;
    gap: 18px;
  }

  .footer_sub01,
  .footer_sub01_center,
  .footer_sub01_center_none,
  .footer_sub01_center1 {
    width: 100%;
    height: auto;
    border-right: none;
    text-align: center;
  }

  .footer_sub02 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .footer_sub03,
  .footer_sub03_center {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 0;
  }

  .footer_sub01_center_1 {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
}

/* =========================================
   SERVICE PAGE CLEAN FINAL
========================================= */

@media screen and (min-width:769px) {
  .box-top-service {
    padding: 0 4%;
    padding-top: 100px;
  }

  .box-top-service_2 {
    padding: 0 4%;
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .text-hd-bu {
    font-size: 40px;
    color: #22A9E0;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .div-top-sv02 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 30vw;
    min-height: 420px;
    border-radius: 24px;
    background-color: #2B66A0;
    overflow: hidden;
  }

  .divsup-top-sv02_01 {
    width: 40%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .divsup-top-sv02_02 {
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .divsup-top-sv02_03 {
    font-size: 1.35vw;
    color: #fff;
    line-height: 1.8;
  }

  .divsup-top-sv02_04 {
    width: 60%;
    display: flex;
  }

  .divsup-top-sv02_05,
  .divsup-top-sv02_07 {
    width: 50%;
    height: 100%;
  }

  .divsup-top-sv02_06,
  .divsup-top-sv02_08 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .divsub-top-service_2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: start;
  }

  .service-usage-row {
    width: 100%;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    align-items: center;
  }

  .divsub-top-service_2_1 {
    width: 320px;
    height: 320px;
    margin: 0;
  }

  .divsub-top-service_2_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    display: block;
  }

  .divsub-top-service_2_2 {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .divsub-top-service_2_3 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f5f99;
    margin: 0;
  }

  .divsub-top-service_2_4 {
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.75;
    color: #4d4d4d;
  }

  .divsub-top-service_2_4::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 1.9;
  }

  .divsub-top-service_2_4 br {
    display: none;
  }

  .box-mid-service {
    min-height: 25vw;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4F4F9;
  }

  .divsub-mid-service_1 {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .divsub-mid-service_2 {
    font-size: 3vw;
    color: #2865A0;
    font-weight: 400;
    font-family: 'Mohave', sans-serif;
    line-height: 1.2;
  }

  .divsub-mid-service_3 {
    font-size: 3vw;
    color: #2865A0;
    font-weight: bold;
    line-height: 1.2;
  }

  .divsub-mid-service_4 {
    width: 50%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }

  .divsub-mid-service_4_1 {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .divsub-mid-service_5 {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #2865A0;
    border-radius: 24px;
    margin-bottom: 14px;
  }

  .divsub-mid-service_5_01 {
    width: 70%;
    height: 70%;
    object-fit: contain;
  }

  .divsub-mid-service_6 {
    color: #2865A0;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.6;
  }

  .box-bottom-service {
    display: flex;
    padding: 0 4%;
    background-color: #fff;
    margin: 50px 0;
    justify-content: center;
    gap: 15px;
  }

  .divsup-bottom-service {
    background-color: #2B66A0;
    height: 50vw;
    width: 532px;
    display: flex;
    border-radius: 24px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 20px;
  }

  .divsup-bottom-service_1 {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
  }

  .divsup-bottom-service_2 {
    color: #fff;
    font-size: 1.35vw;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
  }

  .divsup-bottom-service_3,
  .divsup-bottom-service_3_1 {
    width: 100%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:768px) {
  .box-top-service {
    padding: 24px 20px 0;
  }

  .box-top-service_2 {
    padding: 24px 20px;
    margin-bottom: 28px;
  }

  .text-hd-bu {
    font-size: 24px;
    color: #22A9E0;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }

  .div-top-sv02 {
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 24px;
    background-color: #2B66A0;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  }

  .divsup-top-sv02_01 {
    width: 100%;
    padding: 24px 20px;
  }

  .divsup-top-sv02_02 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .divsup-top-sv02_03 {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
  }

  .divsup-top-sv02_04 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .divsup-top-sv02_05,
  .divsup-top-sv02_07 {
    width: 100%;
    height: 210px;
  }

  .divsup-top-sv02_06,
  .divsup-top-sv02_08 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .divsup-top-sv02_07 {
    border-radius: 0;
  }

  .divsup-top-sv02_08 {
    border-radius: 0 0 24px 24px;
  }

  .divsub-top-service_2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .service-usage-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
  }

  .divsub-top-service_2_1 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .divsub-top-service_2_1 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }

  .divsub-top-service_2_2 {
    width: 100%;
    margin-left: 0;
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .divsub-top-service_2_3 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 4px 0;
    font-weight: 700;
    color: #2f5f99;
  }

  .divsub-top-service_2_4 {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.85;
  }

  .divsub-top-service_2_4::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
  }

  .divsub-top-service_2_4 br {
    display: none;
  }

  .box-mid-service {
    height: auto;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #E4F4F9;
  }

  .divsub-mid-service_1 {
    width: 100%;
  }

  .divsub-mid-service_2 {
    font-size: 20px;
    color: #2865A0;
    line-height: 1.3;
  }

  .divsub-mid-service_3 {
    font-size: 28px;
    color: #2865A0;
    font-weight: bold;
    line-height: 1.3;
  }

  .divsub-mid-service_4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: stretch;
  }

  .divsub-mid-service_4_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .divsub-mid-service_5 {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #2865A0;
    border-radius: 20px;
  }

  .divsub-mid-service_5_01 {
    width: 68%;
    height: 68%;
    object-fit: contain;
  }

  .divsub-mid-service_6 {
    font-size: 14px;
    color: #2865A0;
    line-height: 1.6;
    text-align: center;
  }

  .box-bottom-service {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 20px;
  }

  .divsup-bottom-service {
    width: 100%;
    height: auto;
    background-color: #2B66A0;
    border-radius: 24px;
    padding: 20px 16px 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  }

  .divsup-bottom-service_1 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .divsup-bottom-service_2 {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
  }

  .divsup-bottom-service_2 br {
    display: none;
  }

  .divsup-bottom-service_3,
  .divsup-bottom-service_3_1 {
    width: 100%;
    min-height: 220px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .divsup-bottom-service_3 img,
  .divsup-bottom-service_3_1 img {
    width: 85%;
    height: auto;
    object-fit: contain;
  }
}
/* product detail text fix */
.box-inpro .product-title-inline {
  margin: 0 0 16px;
  font-size: 4vw;
  font-weight: 800;
  line-height: 0.95;
  color: #fff;
  font-family: 'Mohave', sans-serif;
}

.box-inpro .product-spec-inline {
  margin: 0 0 20px;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.1;
  color: #22A9E0;
  font-family: 'Mohave', sans-serif;
}

.box-inpro p.font-size-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 18px;
  align-items: start;
  margin: 0 0 8px;
  font-weight: 700;
}

.box-inpro p.font-size-detail .spec-key {
  display: block;
  font-weight: 700;
  margin: 0;
}

.box-inpro p.font-size-detail .spec-val {
  display: block;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.box-inpro p.font-size-detail span {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .box-inpro .product-title-inline {
    font-size: 42px !important;
    line-height: 0.98 !important;
    margin: 0 0 12px !important;
  }

  .box-inpro .product-spec-inline {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
  }

  .box-inpro p.font-size-detail {
    grid-template-columns: 120px 1fr !important;
    column-gap: 12px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin: 0 0 10px !important;
  }

  .box-inpro p.font-size-detail .spec-key,
  .box-inpro p.font-size-detail .spec-val {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .box-inpro p.font-size-detail .spec-val {
    word-break: break-word;
  }
}

/* =========================================================
   CONTACT US - FINAL UPDATE
   วางท้ายสุดของ css.css หลังลบ CONTACT เดิมออกแล้ว
========================================================= */

.contact-section {
  padding: 56px 7% 72px;
}

.contact-section .contact-title {
  color: var(--bluecolor);
  font-size: clamp(30px, 2.1vw, 42px);
  font-weight: 700;
  margin: 0 0 28px 0;
}

.contact-section .con-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.contact-section .con-box-l,
.contact-section .con-box-r {
  flex: 1;
  min-width: 0;
}

.contact-section .con-box-l {
  margin-right: 0;
}

.contact-section .con-box-r {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.contact-section .contact-card {
  width: 100%;
  min-height: 156px;
  border-radius: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #F5F5F5;
  padding: 22px 24px;
  margin: 0 0 30px 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

.contact-section .contact-icon-box {
  flex: 0 0 155px;
  width: 155px;
  height: 112px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--maincolor);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.contact-section .con-icon {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.contact-section .contact-main-text {
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 700;
  color: var(--graycolor);
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-section .contact-main-text a {
  color: var(--graycolor);
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* phone */
.contact-section .contact-phone-card {
  align-items: stretch;
}

.contact-section .phone-list {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-section .phone-item {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 0 14px;
  border-right: 1px solid #A7A9AC;
}

.contact-section .phone-item.no-border {
  border-right: none;
}

.contact-section .phone-number {
  font-size: clamp(22px, 1.35vw, 30px);
  font-weight: 700;
  color: var(--graycolor);
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.contact-section .phone-name {
  font-size: clamp(18px, 1vw, 22px);
  font-weight: 700;
  color: var(--graycolor);
  line-height: 1.2;
  margin: 0;
}

/* line */
.contact-section .contact-line-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  position: relative;
}

.contact-section .contact-line-card .line-text-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-section .contact-line-card .line-id {
  margin: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-section .contact-line-card .box-lineQR {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;

  flex: 0 0 145px;
  width: 145px;
  height: 145px;
  margin-left: auto;
  margin-top: 0;

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

  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  overflow: hidden;
}

.contact-section .contact-line-card .line-qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* map */
.contact-section .contact-map {
  width: 100%;
  height: 456px;
  border: 0;
  display: block;
}

.contact-section .contact-address {
  margin-top: 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: clamp(20px, 1.45vw, 32px);
  font-weight: 700;
  color: var(--graycolor);
  line-height: 1.45;
}

.contact-section .contact-address img {
  width: 34px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* =========================
   TABLET
========================= */
@media screen and (max-width: 1024px) {
  .contact-section {
    padding: 42px 24px 56px;
  }

  .contact-section .con-box {
    flex-direction: column;
    gap: 24px;
  }

  .contact-section .con-box-l,
  .contact-section .con-box-r {
    width: 100%;
  }

  .contact-section .contact-card {
    min-height: 140px;
    padding: 18px 20px;
    border-radius: 28px;
    margin-bottom: 22px;
  }

  .contact-section .contact-icon-box {
    flex: 0 0 124px;
    width: 124px;
    height: 96px;
    border-radius: 22px;
  }

  .contact-section .contact-line-card .box-lineQR {
    flex: 0 0 118px;
    width: 118px;
    height: 118px;
  }

  .contact-section .contact-map {
    height: 380px;
  }
}

/* =========================
   MOBILE
========================= */
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 28px 16px 40px;
  }

  .contact-section .contact-title {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .contact-section .con-box {
    flex-direction: column;
    gap: 18px;
  }

  .contact-section .con-box-l,
  .contact-section .con-box-r {
    width: 100%;
    margin-right: 0;
  }

  .contact-section .contact-card {
    min-height: auto;
    border-radius: 24px;
    padding: 14px;
    gap: 14px;
    margin-bottom: 18px;
  }

  .contact-section .contact-icon-box {
    flex: 0 0 88px;
    width: 88px;
    height: 72px;
    border-radius: 18px;
  }

  .contact-section .con-icon {
    width: 54%;
    height: 54%;
  }

  /* phone mobile */
  .contact-section .contact-phone-card {
    align-items: flex-start;
  }

  .contact-section .phone-list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .contact-section .phone-item {
    text-align: left;
    padding: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid #A7A9AC;
  }

  .contact-section .phone-item.no-border {
    border-bottom: none;
    padding-bottom: 0;
  }

  .contact-section .phone-number {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .contact-section .phone-name {
    font-size: 16px;
  }

  /* email / line mobile */
  .contact-section .contact-main-text {
    font-size: 18px;
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* line mobile */
  .contact-section .contact-line-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .contact-section .contact-line-card .line-text-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .contact-section .contact-line-card .box-lineQR {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    margin-left: auto;
    border-radius: 16px;
    padding: 6px;
  }

  .contact-section .contact-map {
    height: 320px;
  }

  .contact-section .contact-address {
    margin-top: 18px;
    gap: 12px;
    font-size: 18px;
    line-height: 1.5;
  }

  .contact-section .contact-address img {
    width: 24px;
  }
}
.active-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.submenu-item {
  cursor: pointer;
}
