* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #00aeef;
  --secondary: #1b94d3;
  --title: #204483;
  --text: #363d44;
  --bg: #f5fafd;
}
/* @font-face {
  src: url("../font/MiSans-Light.ttf");
  font-family: 'MiSans';
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Normal.ttf");
  font-family: 'MiSans';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Regular.ttf");
  font-family: 'MiSans';
  font-weight: 450;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Medium.ttf");
  font-family: 'MiSans';
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Demibold.ttf");
  font-family: 'MiSans';
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Semibold.ttf");
  font-family: 'MiSans';
  font-weight: 650;
  font-display: swap;
}
@font-face {
  src: url("../font/MiSans-Bold.ttf");
  font-family: 'MiSans';
  font-weight: 700;
  font-display: swap;
} */
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'MiSans', sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe,
.img.img_ab picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img,
.img.img_aba video,
.img.img_aba iframe,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img,
.img_bg > video,
.img_bg > iframe,
.img_bg > picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon {
  transition: all 0.3s;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.6rem;
  gap: 1.3rem;
  padding: 0 3.7rem;
  letter-spacing: 0.03em;
}
.btn::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.889em;
  height: 0.889em;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  transform: translateX(20%);
  filter: none;
}
.btn.wt {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary);
}
.btn.wt::after {
  filter: none;
}
.btn.wt:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn.wt:hover::after {
  filter: contrast(0) brightness(2);
}
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid rgba(32, 68, 131, 0.4);
  color: var(--title);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.7rem;
  gap: 1.5rem;
  padding: 0 3.7rem;
  letter-spacing: 0.03em;
}
.btn_line::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.889em;
  height: 0.889em;
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_line:hover::after {
  transform: translateX(20%);
  filter: contrast(0) brightness(2);
}
.btn_line.no_a::after {
  display: none;
}
.swiper_btns {
  gap: 2.5rem;
  display: flex;
}
.swiper_btns div {
  width: 5.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 35.1%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(32, 68, 131, 0.5);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-disabled:hover {
  background-color: transparent;
  border-color: rgba(32, 68, 131, 0.5);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 167.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.tcon h1 {
  font-size: 6.4rem;
  line-height: 1.21875;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.06em;
}
.tcon h2,
.tcon .hd_h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.035em;
}
.tcon p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
}
.tcon.sm p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 450;
  color: #545a60;
}
header {
  position: sticky;
  left: 0;
  top: -114px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.style {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0 2rem;
}
header .logo {
  display: block;
  position: relative;
  grid-row: span 2;
  padding-top: 2px;
}
header .logo img {
  display: block;
  width: auto;
  height: 6.51rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 5.45rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  line-height: 78px;
  transition: all 0.3s;
  background: linear-gradient(to right, var(--primary) 0 100%) no-repeat center bottom / 0 0.4rem;
}
header nav .menu > li > a:hover {
  color: var(--primary);
  background-size: 100% 0.4rem;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
  background-size: 100% 0.4rem;
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 174, 239, 0.2);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .store-locate {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 500;
  color: #4a535b;
  gap: 10px;
  margin-left: auto;
  padding: 0 23px;
  margin-top: 14px;
}
header .store-locate::after {
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  content: '';
  filter: contrast(0) brightness(0.5);
  transition: all 0.3s;
  background: url("../img/icon-locate.svg") no-repeat center / contain;
}
header .store-locate:hover {
  color: var(--primary);
}
header .store-locate:hover::after {
  filter: none;
}
header .btn_menu,
header .btn_search {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / 52.3%;
}
header .btn_search {
  background-image: url("../img/icon-search.svg");
  background-size: 50%;
}
header .search_box {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 78px;
}
header .search_box form {
  display: grid;
  grid-template-columns: 1fr 6.6rem;
  border: 1px solid #dcdee2;
  transition: border-color 0.2s;
  max-width: 30.1rem;
  border-radius: 10rem;
  height: 46px;
}
header .search_box form:focus-within {
  border-color: var(--primary);
}
header .search_box form input {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #7f8388;
  padding: 0 2.6rem;
}
header .search_box form input::placeholder {
  color: #7f8388;
}
header .search_box form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/icon-search.svg") no-repeat center / 25.76%;
}
footer {
  background-color: var(--title);
  color: #fff;
}
footer .top {
  padding: 8.6rem 0 2.3rem;
}
footer .top .logo {
  display: block;
  position: relative;
  width: 29.9rem;
  padding-bottom: 0.4rem;
}
footer .top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .top .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .top .social {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
footer .top .social li {
  position: relative;
}
footer .top .social a,
footer .top .social span {
  display: block;
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .top .social a::after,
footer .top .social span::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 50%;
  transition: all 0.3s;
}
footer .top .social a:hover + .qrcode,
footer .top .social span:hover + .qrcode {
  margin: 10px 0;
  opacity: 1;
}
footer .top .social .qrcode {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
  opacity: 0;
}
footer .top .social .qrcode img {
  display: block;
  object-fit: contain;
  width: 10rem;
  height: 10rem;
}
footer .top .social .wechat a::after,
footer .top .social .wechat span::after {
  background-image: url(../img/social-wechat.svg);
}
footer .top .social .weibo a::after,
footer .top .social .weibo span::after {
  background-image: url(../img/social-weibo.svg);
}
footer .top .social .tiktok a::after,
footer .top .social .tiktok span::after {
  background-image: url(../img/social-tiktok.svg);
}
footer .middle {
  gap: 5rem 5.2%;
  padding: 2.3rem 0 9.4rem;
}
footer .middle strong {
  display: block;
  font-size: 2rem;
  opacity: 0.78;
  margin-bottom: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.0325em;
}
footer .middle .foot_locate {
  margin-right: auto;
}
footer .middle .foot_locate .menu {
  gap: 1rem;
  display: grid;
  min-width: 28.3rem;
}
footer .middle .foot_locate .menu a {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.2223em;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10rem;
  gap: 1rem;
  padding: 1rem 3.4rem 1rem 3.1rem;
  min-height: 5.9rem;
}
footer .middle .foot_locate .menu a::after {
  content: '';
  display: block;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/icon-locate.svg) no-repeat center / contain;
}
footer .middle .foot_locate .menu a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .middle .foot_locate .menu a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .middle .foot_nav {
  min-width: 14.45%;
}
footer .middle .foot_nav strong {
  margin-bottom: 2.5rem;
}
footer .middle .foot_nav li + li {
  margin-top: 1.8rem;
}
footer .middle .foot_nav li a {
  font-size: 1.8rem;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  letter-spacing: 0.0011em;
}
footer .middle .foot_nav li a:hover {
  text-decoration-color: #fff;
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.4rem;
  padding: 1.6rem 0 1.8rem;
}
footer .bottom p {
  opacity: 0.8;
  font-weight: 300;
  letter-spacing: 0.007143em;
}
footer .bottom a {
  font-size: 1.5rem;
  opacity: 0.68;
  transition: all 0.3s;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.02em;
}
footer .bottom a:hover {
  text-decoration-color: #Fff;
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  display: inline-block;
  width: 1px;
  height: 0.93em;
  background-color: #fff;
  opacity: 0.15;
  content: '';
  margin: 0 1.25em 0 1.2em;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 4rem;
  bottom: 1.7rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: url("../img/arrow-t-w.svg") no-repeat center / 23.81% var(--primary);
  opacity: 0;
  transform: translateY(100%);
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
}
.btn_mega_menu .sub-menu {
  display: none;
}
.header_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  max-width: 160rem;
  background-color: #fff;
  border-top: 1px solid #e3edf5;
  padding: 5rem 0;
  display: none;
  overflow: hidden;
}
.header_menu.active {
  display: block;
}
nav.header_menu {
  padding: 0;
}
nav.header_menu > [data-id] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 5rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
nav.header_menu > [data-id].active {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s;
}
.header_menu .content {
  max-height: calc(100vh - 28rem);
  overflow: hidden;
  display: flex;
}
.header_menu .flex {
  flex: 1;
  overflow-y: auto;
}
.header_menu .mega_menu_item {
  flex: 1;
}
.header_menu .mega_menu_item > a {
  font-size: 16px;
  font-weight: 600;
}
.header_menu .mega_menu_item > a + ul {
  margin-top: 10px;
}
.header_menu .mega_menu_item li {
  padding: 10px 0;
}
.header_menu .mega_menu_item li a {
  font-size: 15px;
  font-weight: 500;
  vertical-align: top;
  color: var(--text);
  transition: all 0.3s;
}
.header_menu .mega_menu_item li a:hover {
  color: var(--primary);
}
.header_menu .mega_menu_link {
  width: 20%;
  min-width: 0;
}
.header_menu .mega_menu_link:first-child:nth-last-child(5),
.header_menu .mega_menu_link:first-child:nth-last-child(5) ~ .mega_menu_link {
  flex: 1;
  width: auto;
}
.header_menu .mega_menu_link > a {
  display: block;
}
.header_menu .mega_menu_link .img {
  display: block;
  overflow: hidden;
  border-radius: 2.3rem;
  padding-bottom: 89.03803132%;
}
.header_menu .mega_menu_link .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 4.6979866% 6.0402685%;
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.3s, transform 0.4s;
}
.header_menu .mega_menu_link .img .btn:hover {
  background-color: #fff;
}
.header_menu .mega_menu_link:hover .img img {
  transform: scale(1.05);
}
.header_menu .mega_menu_link:hover .img .btn {
  transform: translateY(0);
  opacity: 1;
}
.header_menu .mega_menu_link .info {
  text-align: center;
  margin-top: 1.6rem;
}
.header_menu .mega_menu_link .info.tcon {
  padding: 0;
}
.header_menu .mega_menu_link .title {
  font-size: 1.6rem;
  font-weight: 600;
}
.header_menu .mega_menu_link .desc {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  opacity: 0.85;
}
.header_menu .mega_menu_item_ps {
  flex: 1;
  min-width: 0;
}
.header_menu .mega_menu_item_ps a:hover img {
  transform: scale(1.03);
}
.header_menu .mega_menu_item_ps .img {
  width: 100%;
  border-radius: 2.3rem;
  padding-bottom: 89.03803132%;
}
.header_menu .mega_menu_item_ps .title {
  display: grid;
  grid-template-columns: 1fr 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 14px;
  margin-top: 20px;
}
.header_menu .mega_menu_item_ps .title::after {
  display: block;
  padding-bottom: 100%;
  content: "";
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
#header_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
#header_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.section_products {
  padding: 10.9rem 0 17.4rem;
}
.section_products .tcon {
  padding-bottom: 2px;
}
.section_products .section_products_swiper {
  overflow: hidden;
  border-radius: 2.3rem 2.3rem 0 0;
  margin-top: 4.6rem;
}
.section_products .swiper_btns.middle {
  top: 39.2%;
}
section.section_nav {
  border-bottom: 1px solid #e3edf5;
  background-color: #fff;
  position: sticky;
  z-index: 99;
  top: 0;
  transition: all 0.3s;
  padding: 2.4rem 0 1.9rem;
}
section.section_nav.opt {
  top: 114px;
}
.section_nav .nav {
  max-width: 100%;
}
.section_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.section_nav .nav .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  color: #6b7c93;
  border-radius: 1.40625em;
  line-height: 1.2;
  padding: 0.80625em 1.62em;
  min-width: 7.4375em;
  letter-spacing: 0.03em;
  text-align: center;
}
.section_nav .nav .nav_item:hover {
  background-color: rgba(0, 174, 239, 0.2);
}
.section_nav .nav .nav_item.active {
  background-color: var(--primary);
  color: #fff;
}
.section_nav .total {
  font-weight: 600;
  color: #8d9cb0;
}
.product_list .active .image .img_ct {
  transform: scale(1.1);
  opacity: 0;
}
.product_list .active .image .img_cv {
  transform: scale(1);
  opacity: 1;
}
.product_list .active .image .btn {
  transform: translateY(0);
  opacity: 1;
}
.product_list .active:hover .img_cv img {
  transform: scale(1.03);
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_list .image {
  position: relative;
  overflow: hidden;
  border-radius: 2.3rem;
  background-color: rgba(228, 234, 239, 0.47);
  padding-bottom: 89.03803132%;
}
.product_list .image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s linear;
}
.product_list .image .img_cv {
  transform: scale(1.1);
  opacity: 0;
}
.product_list .image .md {
  position: absolute;
  width: 17.44966443%;
  height: auto;
  right: 0;
  top: 0;
  margin: 6.7114094% 6.2639821%;
}
.product_list .image .md img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.product_list .image .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 4.6979866% 6.0402685%;
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.3s, transform 0.4s;
}
.product_list .image .btn:hover {
  background-color: #fff;
}
.product_list .info {
  text-align: center;
  margin-top: 3.8rem;
}
.product_list .info.tcon {
  padding: 0;
}
.product_list .info .title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.product_list .info .desc {
  opacity: 0.85;
  margin-top: 0.7rem;
}
.quote_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3.2rem;
  border: 1px solid #e3edf5;
  background-color: #fff;
  gap: 2.5rem 0;
  padding: 7.0454545% 6.25% 4.8863636% 6.1363636%;
}
.quote_form form .info {
  width: 100%;
}
.quote_form form .info strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}
.quote_form form .info p {
  margin-top: 1.2rem;
}
.quote_form form i {
  color: var(--primary);
}
.quote_form form span {
  width: 100%;
}
.quote_form form .col-2 {
  width: 48.37451235%;
}
.quote_form form .con {
  padding: 0.7rem 0 0.8rem;
}
.quote_form form .con .wpcf7-form-control-wrap {
  display: block;
}
.quote_form form .con .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.9rem 0;
}
.quote_form form .con .wpcf7-list-item {
  width: 23.14694408%;
  margin: 0;
}
.quote_form form .con .wpcf7-list-item label {
  display: block;
  cursor: pointer;
}
.quote_form form .con .wpcf7-list-item input {
  display: none;
}
.quote_form form .con .wpcf7-list-item input:checked + span {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.quote_form form .con .wpcf7-list-item span {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-weight: 500;
  color: #6b7c93;
  border: 1px solid #e3edf5;
  background-color: #fbfdfe;
  border-radius: 1.2rem;
  line-height: 1.2;
  padding: 0.9em;
}
.quote_form form .label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.quote_form form input,
.quote_form form textarea,
.quote_form form select {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #6b7c93;
  border: 1px solid #e3edf5;
  background-color: #fbfdfe;
  transition: border-color 0.2s;
  border-radius: 1.2rem;
  height: 5.1rem;
  padding: 0 2rem;
}
.quote_form form input::placeholder,
.quote_form form textarea::placeholder,
.quote_form form select::placeholder {
  color: #6b7c93;
}
.quote_form form input:focus,
.quote_form form textarea:focus,
.quote_form form select:focus,
.quote_form form input.focus,
.quote_form form textarea.focus,
.quote_form form select.focus {
  border-color: var(--primary);
}
.quote_form form select {
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right 2rem/1.3rem #fbfdfe;
  padding-right: 4rem;
}
.quote_form form textarea {
  padding: 1.5rem 2rem;
  height: 14.1rem;
}
.quote_form form span:has(textarea) {
  padding-top: 1px;
}
.quote_form form span:has(textarea) .label {
  padding-bottom: 1px;
}
.quote_form form span:has(input[type=checkbox]) {
  margin-top: -1px;
}
.quote_form form input[type=checkbox] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.6rem;
  padding: 0;
}
.quote_form form input[type=checkbox]::after {
  display: block;
  width: 80%;
  height: 80%;
  content: '';
  background: url(../img/gou.svg) no-repeat center / 80%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  opacity: 0;
}
.quote_form form input[type=checkbox]:checked {
  border-color: var(--primary);
  background-color: var(--primary);
}
.quote_form form input[type=checkbox]:checked::after {
  opacity: 1;
}
.quote_form form input[type=checkbox] ~ span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #6b7c93;
  font-weight: 450;
  width: calc(100% - 3.1rem);
  padding-left: 0.6rem;
  margin-top: 2px;
}
.quote_form form input[type=checkbox] ~ span a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.quote_form form input[type=checkbox] ~ span a:hover {
  text-decoration-color: transparent;
}
.quote_form form span:has(.btn) {
  width: auto;
  margin-top: 0.6rem;
  position: relative;
}
.quote_form form .btn input {
  display: none;
}
.quote_form form span:has(.tip) {
  align-self: center;
  padding-right: 1rem;
}
.quote_form form .tip {
  color: var(--text);
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.gslide-image img {
  background-color: #fff;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  footer .top .social li:last-child .qrcode {
    left: unset;
    right: 0;
    transform: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  header .grid {
    grid-template-columns: 1fr auto auto;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    background: none;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header .btn_menu {
    display: block;
  }
  header .header_menu {
    display: none !important;
  }
  #header_overlay {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2,
  .tcon .hd_h2 {
    font-size: 4rem;
  }
  .section_nav .nav .nav_item {
    padding-inline: 1em;
    min-width: unset;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 8px;
  }
  .swiper_btns {
    gap: 14px;
  }
  .swiper_btns div {
    width: 44px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .tcon h2,
  .tcon .hd_h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tcon.sm p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btns {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 8px;
    margin-top: 20px;
  }
  div.head .btns {
    gap: 14px;
    margin-top: 20px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    margin: 0;
    padding: 0 20px;
  }
  header .grid {
    grid-template-columns: 1fr auto 1fr;
  }
  header .logo {
    grid-column: 2;
  }
  header .logo img {
    height: 50px;
  }
  header .store-locate {
    font-size: 14px;
    gap: 8px;
    padding: 0;
    margin-top: 10px;
  }
  header .store-locate::after {
    width: 18px;
    height: 18px;
  }
  header .btn_search {
    display: block;
    grid-column: 3;
    grid-row: 2;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .btn_menu {
    grid-column: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .search_box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #dcdee2;
    padding: 12px 16px;
    height: unset;
    display: none;
  }
  header .search_box form {
    max-width: unset;
    width: 100%;
    grid-template-columns: 1fr 50px;
  }
  header .search_box form input {
    font-size: 14px;
    padding: 0 20px;
  }
  header .search_box form input[type=submit] {
    background-size: 35%;
  }
  footer .top {
    padding: 50px 0 30px;
  }
  footer .top .logo {
    width: 200px;
    padding: 0;
  }
  footer .top .social {
    gap: 14px;
  }
  footer .top .social a,
  footer .top .social span {
    width: 44px;
    height: 44px;
  }
  footer .top .social .qrcode {
    padding: 8px;
  }
  footer .top .social .qrcode img {
    width: 60px;
    height: 60px;
  }
  footer .middle {
    padding: 30px 0 50px;
    gap: 20px;
  }
  footer .middle strong {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .middle .foot_locate {
    margin-right: 0;
  }
  footer .middle .foot_locate .menu {
    min-width: unset;
  }
  footer .middle .foot_locate .menu a {
    font-size: 14px;
    min-height: 48px;
    padding: 10px 20px;
  }
  footer .middle .foot_nav {
    min-width: unset;
  }
  footer .middle .foot_nav strong {
    margin-bottom: 16px;
  }
  footer .middle .foot_nav li + li {
    margin-top: 14px;
  }
  footer .middle .foot_nav li a {
    font-size: 14px;
  }
  footer .bottom {
    padding: 20px 0;
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer #backtop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .section_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .section_products .section_products_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  section.section_nav {
    padding: 14px 0;
  }
  section.section_nav.opt {
    top: 93px;
  }
  .section_nav .nav {
    flex: 1;
    overflow: hidden;
  }
  .section_nav .nav .nav_list {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .section_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .section_nav .nav .nav_list li {
    flex-shrink: 0;
  }
  .section_nav .nav .nav_item {
    white-space: nowrap;
  }
  .product_list .image {
    border-radius: 10px;
  }
  .product_list .image .btn {
    transform: translateY(0);
    opacity: 1;
  }
  .product_list .info {
    margin-top: 20px;
  }
  .product_list .info .title {
    font-size: 20px;
  }
  .product_list .info .desc {
    margin-top: 5px;
  }
  .quote_form form {
    border-radius: 10px;
    padding: 30px 20px;
    gap: 16px 0;
  }
  .quote_form form .info strong {
    font-size: 22px;
  }
  .quote_form form .info p {
    margin-top: 10px;
  }
  .quote_form form .con {
    padding: 4px 0;
  }
  .quote_form form .con .wpcf7-form-control {
    gap: 16px 0;
  }
  .quote_form form .con .wpcf7-list-item span {
    border-radius: 10px;
  }
  .quote_form form .label {
    margin-bottom: 7px;
  }
  .quote_form form input,
  .quote_form form textarea,
  .quote_form form select {
    font-size: 14px;
    height: 46px;
    border-radius: 10px;
    padding: 0 20px;
  }
  .quote_form form select {
    background-size: 12px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .quote_form form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .quote_form form span:has(textarea) {
    padding-top: 0;
  }
  .quote_form form span:has(textarea) .label {
    padding: 0;
  }
  .quote_form form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .quote_form form input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .quote_form form input[type=checkbox] ~ span {
    width: calc(100% - 25px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .quote_form form span:has(.btn) {
    margin-top: 10px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .store-locate {
    grid-column: -1/1;
  }
  header .logo {
    grid-row: 2;
    align-self: start;
    margin-top: 5px;
  }
  header .logo img {
    height: 40px;
  }
  footer .top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 0;
  }
  footer .top .social {
    width: 100%;
    justify-content: space-around;
  }
  footer .middle {
    display: block;
  }
  footer .middle .foot_locate {
    padding-bottom: 16px;
  }
  footer .middle .foot_nav strong {
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0 22px;
    position: relative;
  }
  footer .middle .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .middle .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .middle .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .middle .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .middle .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
  .quote_form form .col-2 {
    width: 100%;
  }
  .quote_form form .con .wpcf7-list-item {
    width: 48%;
  }
  .quote_form form span:has(.tip) {
    flex: unset;
  }
  .quote_form form span:has(.btn) {
    margin-left: auto;
  }
}