:root {
  --bg-color: #eff3fa;
  --black: #353535;
  --white: white;
  --grey: #a3a3a3;
  --dark-red: #a30b1a;
  --brand-red: red;
  --transprant: #fff0;
  --banner-title-color: #595959;
  --white35: #ffffff59;
  --e3ebf9: #e3ebf9;
  --light-grey: #c5c7c7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg-color);
  color: var(--black);
  letter-spacing: .75px;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  letter-spacing: 1.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .5s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.all {
  padding-top: 80px;
}

.section {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
}

.section.bottom-padding {
  padding-bottom: 80px;
}

.section.sticky, .section.compare-sticky {
  overflow: visible;
}

.section._80-top {
  padding-top: 80px;
}

.section.product-stciky {
  overflow: visible;
}

.container {
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.full-width {
  padding-left: 0;
  padding-right: 0;
}

.container.header {
  max-width: none;
  padding-left: 0;
}

.home-banner-b {
  border-bottom-left-radius: 80px;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

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

.padding-top-40 {
  padding-top: 40px;
}

.home-news-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.home-news-col {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}

.home-news-vertical-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-news-content-container {
  padding-left: 20px;
  display: block;
  position: relative;
}

.home-news-content-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px 15px 100px;
  display: flex;
}

.home-news-date-b {
  color: var(--grey);
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 130%;
}

.home-news-title-b {
  padding-bottom: 10px;
}

.two-line-txt {
  overflow: hidden;
}

.home-news-content {
  flex: 1;
}

.home-news-content-btn {
  flex: none;
  width: 12px;
}

.home-news-content-tag {
  border: 1px solid var(--dark-red);
  color: var(--dark-red);
  padding: 10px 20px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.txt-bold {
  font-weight: 700;
}

.home-news-img-col {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.home-news-img-b {
  border-radius: 20px;
  width: 100%;
}

.home-news-img-b.ori {
  aspect-ratio: 21 / 26;
}

.home-news-content-img-b {
  z-index: 1;
  opacity: 0;
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-news-img-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.home-news-btn-b {
  text-align: right;
}

.inline-b {
  display: inline-block;
}

.common-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 5px solid var(--brand-red);
  color: var(--white);
  background-image: url('../images/gradient-bg-1-2x.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 25px;
  font-weight: 700;
  display: flex;
}

.common-btn.border {
  border: 1px solid var(--grey);
  background-color: var(--bg-color);
  color: var(--grey);
  background-image: none;
}

.common-btn-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: relative;
}

.common-btn-icon-arrow {
  opacity: 0;
  display: none;
}

.home-news-mobile-btn {
  display: none;
}

.bg-gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--white), var(--bg-color));
  pointer-events: none;
  max-height: 400px;
  position: absolute;
  inset: 0%;
}

.bg-gradient.home {
  margin-top: 80px;
}

.home-wave {
  z-index: -1;
  pointer-events: none;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-wave.innerpage {
  height: 60px;
  inset: auto 0% 0%;
}

.wave-img {
  flex: none;
  width: 100vw;
  max-width: none;
  height: 100%;
}

.wave-animation {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.txt-center {
  text-align: center;
}

.padding-top-20 {
  padding-top: 20px;
}

.home-product-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.home-product-wrap {
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.home-product-col {
  width: 48%;
}

.home-product-img-b {
  aspect-ratio: 2;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-product-bg-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-product-img {
  z-index: 1;
  width: 55%;
  position: relative;
}

.home-product-border-b {
  border: 1px solid var(--white);
  border-radius: 500px;
  padding: 10px;
}

.home-product-big-b {
  position: relative;
}

.home-product-btn-b {
  z-index: 99;
  background-color: var(--white);
  border-radius: 20px;
  padding: 5px;
  display: block;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.home-product-txt-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--dark-red);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.home-product-txt-icon {
  flex: none;
  width: 30px;
}

.home-product-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-product-arrow {
  background-color: var(--dark-red);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.home-product-arrow-img {
  width: 25%;
}

.home-product-btn-content {
  overflow: hidden;
}

.home-product-dropdown-list {
  border-bottom: 1px solid #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.home-product-dropdown-list:hover {
  color: var(--dark-red);
}

.list-item {
  background-image: url('../images/list-dot_1list-dot.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 5px;
  padding-left: 15px;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.home-product-btn-container {
  margin-bottom: 18px;
  position: absolute;
  inset: auto 0% 0%;
}

.header {
  z-index: 999;
  background-color: var(--white);
  background-image: url('../images/header-top-bar-2x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw 10px;
  width: 100%;
  display: block;
  position: fixed;
}

.header-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  display: flex;
}

.header-logo-b {
  aspect-ratio: 26 / 7;
  background-color: var(--brand-red);
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.nav-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: block;
}

.nav-link.w--current {
  color: var(--dark-red);
}

.nav-link-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link-dropdown.product {
  position: static;
}

.nav-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown.lang {
  padding: 0;
}

.nav-dropdown-arrow {
  flex: none;
  width: 12px;
}

.header-nav-dropdown-list {
  background-color: var(--white);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 180px;
  margin-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.header-nav-dropdown-list.product {
  width: 100%;
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  left: 0%;
  transform: translate(0%);
}

.header-nav-dropdown-list.lang {
  width: 80px;
  margin-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.header-nav-dropdown-b, .header-nav-dropdown-b.lang {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-nav-dropdown-list-link {
  color: var(--dark-red);
  text-align: center;
  border-bottom: 1px solid #a30b1a33;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
}

.header-nav-dropdown-list-link:hover {
  opacity: .5;
}

.header-nav-dropdown-list-link.lang {
  color: var(--dark-red);
  text-align: center;
  border-bottom-color: #a30b1a33;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.header-product-wrap {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-product-col {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.header-product-title {
  color: var(--dark-red);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.header-product-title:hover {
  opacity: .5;
}

.header-product-content-b {
  border-top: 1px solid #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.header-product-content-b:hover {
  opacity: .5;
}

.header-logo {
  width: 100%;
}

.header-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-icon {
  width: 20px;
}

.nav-dropdown-txt {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: block;
}

.footer-b {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-col {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-col._100 {
  width: 100%;
}

.footer-title-b {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.footer-link-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link:hover {
  color: var(--dark-red);
}

.footer-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.footer-icon {
  width: 24px;
  display: block;
}

.footer-icon:hover {
  transform: scale(1.1);
}

.footer-logo-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  max-width: 150px;
}

.footer-bottom-b {
  background-color: var(--black);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-txt-wrap.r {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-bottom-icon {
  width: 40px;
}

.footer-bottom-link {
  color: var(--white);
}

.footer-bottom-link:hover {
  opacity: .51;
}

.section-banner {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.section-banner-title {
  color: var(--banner-title-color);
}

.section-banner-video {
  z-index: -99;
  pointer-events: none;
  width: 100dvw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.product-filter-col {
  width: 240px;
}

.product-col {
  flex: 1;
}

.sticky-filter-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.sticky-filter-b {
  color: var(--white);
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 20px 15px;
}

.product-filter-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-35 {
  color: var(--white35);
}

.form-b {
  margin-bottom: 0;
}

.form {
  background-color: var(--transprant);
}

.filter-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.filter-b {
  border-bottom: 1px solid var(--white35);
  padding-top: 5px;
  padding-bottom: 10px;
}

.filter-wrap {
  opacity: .5;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filter-wrap:hover, .filter-wrap.w--current {
  opacity: 100;
}

.filter-btn {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.filter-btn-icon {
  width: 30%;
}

.product-filter-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-filter-dropdown-icon {
  flex: none;
  width: 12px;
}

.product-filter-dropdown-content {
  height: auto;
  overflow: hidden;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: var(--white);
  border: 1px #000;
  width: 15px;
  height: 15px;
  margin: 3px 20px 0 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/checkbox-tick.svg');
  background-position: 50%;
  background-size: 60%;
  border-style: none;
}

.checkbox.cs-form {
  border-style: solid;
  border-color: var(--black);
}

.checkbox.cs-form.w--redirected-checked {
  background-color: var(--black);
  background-image: url('../images/checkbox-tick-white.svg');
}

.product-card-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-card-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.product-card-b {
  background-color: var(--white);
  border-radius: 25px;
  height: 100%;
  padding: 10px;
}

.product-card-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-card-img.vrf {
  aspect-ratio: 14 / 13;
}

.product-card-title-container {
  padding-top: 10px;
}

.product-card-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-code {
  color: var(--dark-red);
  font-size: 20px;
}

.product-card-compare-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--banner-title-color);
  color: var(--white);
  border-radius: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.product-card-compare-btn:hover {
  background-color: var(--dark-red);
}

.product-card-compare-icon {
  width: 12px;
}

.product-card-title {
  width: 100%;
  font-size: 18px;
  line-height: 130%;
}

.new-product-tag {
  color: var(--white);
  text-align: center;
  background-image: url('../images/gradient-bg-1-2x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filter-tag-container {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-tag-b {
  border: 1px solid var(--dark-red);
  color: var(--dark-red);
  border-radius: 25px;
  padding: 10px 16px 10px 20px;
  font-weight: 700;
}

.filter-tag-b.delete {
  color: var(--grey);
  border-style: none;
}

.product-card-container {
  padding-top: 20px;
}

.filter-tag-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-tag-close-icon {
  width: 20px;
}

.sticky-compare-btn-container {
  pointer-events: none;
  height: 100%;
  padding-top: 410px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-compare-scroll-b {
  z-index: 99;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.sticky-compare-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-compare-btn-b {
  background-image: url('../images/gradient-bg-1-2x.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.sticky-compare-btn-content-container {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.sticky-compare-btn-content-b {
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: var(--dark-red);
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 600px;
  padding: 20px;
}

.sticky-compare-top-flex {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky-compare-top-title-b {
  padding-right: 40px;
  font-size: 32px;
  line-height: 110%;
}

.sticky-compare-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-red);
  color: var(--white);
  border-radius: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.sticky-compare-btn:hover {
  background-color: var(--black);
}

.sticky-compare-btn-icon {
  width: 15px;
}

.sticky-compare-product-wrap {
  flex-flow: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sticky-compare-product-col {
  width: 33.33%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-compare-product-b {
  background-color: var(--bg-color);
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.sticky-compare-product-img {
  aspect-ratio: 14 / 11;
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
}

.sticky-compare-product-title {
  text-align: center;
  padding-top: 15px;
}

.sticky-compare-close-b {
  z-index: 99;
  border: 1px solid var(--dark-red);
  background-color: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.sticky-compare-open-btn {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sticky-compare-icon {
  width: 50%;
}

.sticky-compare-close-btn {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.bottom-bg-gradient {
  z-index: -98;
  background-image: linear-gradient(180deg, #eff3fa00, var(--bg-color));
  pointer-events: none;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.product-detail-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-detail-img-col {
  width: 400px;
  position: sticky;
  top: 80px;
}

.product-detail-col {
  flex: 1;
}

.product-detail-img {
  aspect-ratio: 1;
  display: block;
  position: relative;
}

.product-detail-slider {
  background-color: var(--transprant);
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.slider-thumb-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.slider-thumb-nav {
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 10px;
  width: calc(25% - 15px);
  position: relative;
  overflow: hidden;
}

.slider-thumb-nav-active {
  pointer-events: none;
  background-color: #ffffff80;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.slider-thumb-nav-active.v-active {
  border: 1px solid var(--banner-title-color);
  background-color: var(--transprant);
}

.product-detail-btn-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-detail-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--banner-title-color);
  color: var(--white);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.product-detail-btn:hover {
  background-color: var(--dark-red);
}

.product-detail-btn-icon {
  width: 15px;
}

.product-detail-code-b {
  color: var(--dark-red);
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 110%;
}

.product-detail-title-b {
  font-size: 32px;
  line-height: 110%;
}

.product-detail-table-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-image: url('../images/gradient-bg-3-2x.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.product-detail-table-title-icon {
  width: 20px;
}

.product-detail-table-b {
  background-color: var(--white);
  padding: 20px;
}

.list-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.list-b._5-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.txt-dark-red {
  color: var(--dark-red);
}

.product-detail-link-txt {
  color: var(--dark-red);
  text-underline-offset: 3px;
  background-image: url('../images/product-detail-link-txt.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-right: 30px;
  text-decoration: underline;
}

.product-detail-link-txt:hover {
  color: var(--black);
}

.detail-spec-table-wrap {
  display: flex;
}

.detail-spec-title-col {
  width: 35%;
  max-width: 235px;
}

.detail-spec-title-b {
  border-bottom: 1px solid var(--white);
  background-color: var(--e3ebf9);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-weight: 700;
  display: flex;
}

.detail-spec-col {
  flex: 1;
}

.detail-spec-b {
  border-right: 1px solid var(--e3ebf9);
  border-bottom: 1px solid var(--e3ebf9);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.detail-spec-table {
  border-top: 1px solid var(--e3ebf9);
}

.product-detail-img-icon {
  width: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comparison-big-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.comparison-big-wrap.sticky-top {
  position: sticky;
  top: 80px;
}

.comparison-title-col {
  background-color: var(--e3ebf9);
  width: 33%;
  max-width: 220px;
}

.comparison-title-col.empty {
  background-color: var(--transprant);
}

.comparison-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  display: flex;
}

.comparison-col {
  width: calc(33.3333% - 4px);
}

.form-select {
  background-color: var(--e3ebf9);
  color: var(--black);
  background-image: url('../images/form-select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px #000;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 32px 10px 10px;
  font-size: 20px;
  display: block;
}

.comparison-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.compare-content-b {
  background-color: var(--white);
  height: 100%;
  padding: 10px 20px;
  overflow: hidden;
}

.compare-content-b.title {
  background-color: var(--e3ebf9);
  display: block;
}

.compare-product-img {
  aspect-ratio: 1;
}

.compare-content-title {
  text-align: center;
  font-weight: 700;
}

.knowledge-big-title-b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.knowledge-big-title-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -80px;
  display: flex;
}

.knowledge-big-title-img {
  width: 45%;
  max-width: 280px;
  margin-bottom: -8%;
  margin-left: -5%;
  transform: rotate(4deg);
}

.txt-right {
  text-align: right;
}

.knowledge-how-container {
  background-color: var(--white);
  border-radius: 120px;
  padding-top: 80px;
  overflow: hidden;
}

.knowledge-how-b {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.knowledge-how-img {
  aspect-ratio: 47 / 17;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.knowledge-how-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

._32pt-txt {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 130%;
}

.knowledge-how-content-title {
  color: var(--brand-red);
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
}

.knowledge-how-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.knowledge-how-col {
  flex: 1;
}

.knowledge-how-img-col {
  width: 35%;
  max-width: 420px;
}

.knowledge-how-side-img {
  aspect-ratio: 21 / 25;
}

.knowledge-how-circle {
  z-index: -1;
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -25px;
  margin-left: -20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.knowledge-how-title-b {
  padding-bottom: 10px;
}

.knowledge-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.knowledge-sticky-col {
  width: 250px;
  position: sticky;
  top: 100px;
}

.knowledge-col {
  flex: 1;
}

.knowledge-q-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.knowledge-q-b {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
}

.knowledge-q-title {
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 150%;
}

.knowledge-q-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.knowledge-q-icon {
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.knowledge-q-icon-img {
  width: 70%;
}

.knowledge-q-content-b {
  border-top: 1px solid #bbc5d440;
  padding-top: 20px;
}

.knowledge-q-content {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.knowledge-q-content-title {
  background-image: url('../images/list-dot_1list-dot.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 20px;
}

.cs-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cs-sticky-col {
  width: 250px;
  position: sticky;
  top: 100px;
}

.cs-col {
  flex: 1;
}

.cs-center-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.cs-center-container {
  border-radius: 20px;
  flex-flow: wrap;
  display: flex;
  overflow: hidden;
}

.cs-center-col {
  width: 50%;
}

.cs-center-map-b {
  height: 100%;
  min-height: 280px;
}

.cs-center-b {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.cs-center-map {
  width: 100%;
  height: 100%;
}

.cs-center-info-list-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.cs-center-info-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cs-center-info-list:hover {
  opacity: .5;
}

.cs-center-info-list.date:hover {
  opacity: 100;
}

.cs-center-info-list-icon {
  flex: none;
  width: 20px;
  margin-top: 2px;
}

.cs-form-icon-b-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.cs-form-icon-col {
  width: calc(50% - 10px);
}

.cs-form-icon-col._100 {
  width: 100%;
}

.cs-form-icon-b {
  border: 1px solid var(--e3ebf9);
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  padding: 40px 20px;
}

.cs-form-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cs-form-icon {
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.cs-form-icon-title {
  color: var(--dark-red);
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 110%;
}

.cs-form-icon-img {
  width: 55%;
}

.cs-form-big-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.cs-form-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.txt-red {
  color: var(--brand-red);
}

.cs-form-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transprant);
  flex-flow: wrap;
  display: flex;
}

.cs-form-col {
  width: calc(50% - 10px);
}

.cs-form-col._100 {
  width: 100%;
}

.form-txt-field {
  color: var(--black);
  border: 1px #000;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.form-txt-field::placeholder {
  color: var(--light-grey);
}

.form-txt-field.product {
  background-color: var(--bg-color);
}

.form-txt-field.date {
  background-image: url('../images/form-txt-field-date-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-right: 40px;
}

.form-txt-field.txt-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}

.form-field-title {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 100%;
}

.form-field-title.bottom-10 {
  padding-bottom: 10px;
}

.form-txt-select {
  background-color: var(--white);
  background-image: url('../images/form-txt-select.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px #000;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}

.cs-form-b {
  border-bottom: 1px solid var(--banner-title-color);
  padding-bottom: 40px;
}

.cs-product-form-b {
  background-color: var(--white);
  border-radius: 5px;
  padding: 20px;
}

.cs-form-delete-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--banner-title-color);
  color: var(--white);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.cs-form-delete-btn:hover {
  background-color: var(--dark-red);
}

.cs-form-delete-btn-icon {
  width: 20px;
}

.txt-link {
  color: var(--dark-red);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.cs-form-btn-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.recaptcha-img {
  max-width: 280px;
}

.cs-sticky-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.cs-sticky-b:hover {
  transform: translate(0, -10px);
}

.cs-sticky-num-txt {
  padding-top: 5px;
  font-size: 32px;
  line-height: 100%;
}

.cs-sticky-info {
  flex: none;
}

.cs-sticky-icon {
  width: 50px;
}

.cs-form-title-col {
  width: 100%;
}

.cs-promise-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 80px;
  display: flex;
}

.cs-highlight-txt {
  color: var(--brand-red);
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
}

.cs-promise-b {
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 150%;
}

.cs-promise-title-b {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.cs-promise-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cs-promise-content {
  border-bottom: 2px solid var(--dark-red);
  flex: 1;
  margin-left: -15px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.cs-promise-icon {
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: -15px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-promise-icon-img {
  width: 65%;
}

.cs-promise-mobile-border {
  display: none;
}

.download-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.download-filter-col {
  width: 240px;
}

.download-col {
  flex: 1;
}

.download-card-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.download-card-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.download-card-b {
  background-color: var(--white);
  border-radius: 25px;
  height: 100%;
  padding: 10px;
}

.download-card-img {
  aspect-ratio: 14 / 13;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.download-card-title-container {
  padding-top: 10px;
}

.download-card-title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.address-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.address-filter-col {
  width: 240px;
}

.address-col {
  flex: 1;
}

.address-dropdown {
  display: block;
}

.address-filter-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.address-filter-dropdown-content {
  background-color: var(--transprant);
  height: auto;
  position: static;
  overflow: hidden;
}

.address-filter-dropdown-icon {
  flex: none;
  width: 12px;
  transform: rotate(180deg);
}

.address-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.address-card-container {
  padding-top: 20px;
}

.address-card-col {
  width: calc(50% - 10px);
}

.address-card-b {
  background-color: var(--white);
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}

.address-card-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.login-container {
  align-items: center;
  min-height: calc(100vh - 400px);
  display: flex;
}

.login-b {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.login-form-container {
  padding-top: 40px;
}

.login-form-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transprant);
  flex-flow: wrap;
  display: flex;
}

.login-form-col {
  width: 100%;
}

.forgot-pw-txt {
  text-underline-offset: 3px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
}

.forgot-pw-txt:hover {
  opacity: .5;
}

.member-download-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.download-card-container {
  padding-top: 20px;
}

.member-product-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.member-product-filter-col {
  width: 240px;
}

.member-product-col {
  flex: 1;
}

.member-card-container {
  padding-top: 20px;
}

.member-card-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.member-card-b {
  background-color: var(--white);
  background-image: url('../images/gradient-bg-4-2x.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  padding: 15px 15px 15px 25px;
}

.member-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.member-card-title {
  min-width: 180px;
}

.member-card-link-col {
  flex: 1;
}

.member-card-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.member-card-link {
  color: var(--dark-red);
  text-underline-offset: 3px;
  background-image: url('../images/product-detail-link-txt.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.company-about-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-about-title {
  word-break: keep-all;
  font-size: 34px;
  line-height: 130%;
}

.company-about-title-b {
  color: var(--white);
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-left: 80px;
  padding: 5px 20px;
}

.company-about-title-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-about-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.company-about-col {
  width: calc(50% - 20px);
}

.company-about-img {
  z-index: 1;
  aspect-ratio: 2;
  border-radius: 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.company-about-b {
  background-image: url('../images/gradient-bg-2-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  margin-top: -15%;
  padding-top: calc(15% + 40px);
  display: flex;
  overflow: hidden;
}

.txt-white {
  color: var(--white);
}

.company-about-content {
  background-color: var(--white);
  height: 100%;
  padding: 20px 40px 40px;
}

.company-about-curve {
  height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.company-about-content-b {
  flex: 1;
  padding-top: 60px;
  position: relative;
}

.company-about-curve-img {
  height: 100%;
}

.company-about-container {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.company-about-content-title {
  padding-left: 20px;
  padding-right: 20px;
}

.news-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-sticky-col {
  width: 250px;
  position: sticky;
  top: 100px;
}

.news-col {
  flex: 1;
}

.news-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.news-b {
  background-color: var(--white);
  padding: 20px 10px;
}

.news-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-content-img {
  width: 220px;
}

.news-content-img.default {
  z-index: 1;
  aspect-ratio: 1;
  position: relative;
}

.news-content-b {
  flex: 1;
}

.news-content-date {
  color: var(--grey);
  width: 100%;
  font-size: 14px;
  line-height: 150%;
}

.news-content-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news-content-tag {
  border: 1px solid var(--dark-red);
  color: var(--dark-red);
  flex: none;
  padding: 10px;
  font-weight: 700;
}

.news-content {
  padding-top: 10px;
}

.three-line-txt {
  overflow: hidden;
}

.news-content-title {
  flex: 1;
}

.popup-bg {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.search-popup-container {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-popup-content-container {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  max-width: 900px;
  padding: 40px;
  position: relative;
}

.pop-up-b {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.search-container {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-b {
  background-color: var(--bg-color);
  background-image: url('../images/search-bar-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px #000;
  border-radius: 50px;
  min-width: 720px;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 50px;
}

.news-detail-date {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 110%;
}

.news-detail-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.media-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.media-col {
  width: calc(33.33% - 53.3333px);
}

.media-b {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 25px;
  height: 100%;
  padding-bottom: 25px;
  overflow: hidden;
}

.media-img {
  aspect-ratio: 19 / 11;
}

.media-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.media-title {
  color: var(--dark-red);
  font-size: 20px;
  line-height: 130%;
}

.media-popup-container {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.media-popup-container.show {
  opacity: 100;
  display: block;
}

.media-popup-content-container {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  max-width: 900px;
  position: relative;
}

.search-close-b {
  z-index: 2;
  cursor: pointer;
  width: 25px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.media-close {
  width: 25px;
  margin-top: -30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.project-filter-col {
  width: 240px;
}

.project-col {
  flex: 1;
}

.project-card-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.project-card-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.project-card-b {
  background-color: var(--white);
  border-radius: 25px;
  height: 100%;
  padding: 10px;
}

.project-card-img {
  aspect-ratio: 15 / 11;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-card-title {
  width: 100%;
  font-size: 20px;
  line-height: 130%;
}

.project-card-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.project-card-tag {
  border: 1px solid var(--dark-red);
  color: var(--dark-red);
  border-radius: 25px;
  padding: 2px 10px;
}

.project-detail-b {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.project-detail-title-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.project-detail-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-detail-icon {
  width: 20px;
}

.project-photo-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.project-photo-col {
  width: calc(50% - 20px);
}

.career-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.career-col {
  width: calc(33.33% - 13.3333px);
}

.career-b {
  background-color: var(--white);
  height: 100%;
  padding: 20px;
}

.remark-txt {
  font-size: 13px;
}

.contact-radio-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.contact-radio-col {
  width: calc(25% - 7.5px);
}

.contact-radio {
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.contact-btn-radio {
  background-image: url('../images/contact-checkbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.contact-btn-radio.w--redirected-checked {
  background-image: url('../images/contact-checkbox-checked.svg');
}

.contact-radio-txt {
  border: 1px solid var(--banner-title-color);
  color: var(--banner-title-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 45px 20px 20px;
  font-weight: 700;
  display: flex;
}

.photo-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--banner-title-color);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.photo-btn:hover {
  opacity: .5;
}

.photo-add-icon {
  flex: none;
  width: 18px;
}

.home-banner-img {
  object-fit: cover;
  background-image: url('../images/home-banner-img-2x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-search-icon {
  width: 25px;
}

.cs-sticky-contact-col {
  width: 250px;
  position: sticky;
  top: 100px;
}

.cs-sticky-num-mobile, .mobile-filter-icon {
  display: none;
}

.filter-pop-up {
  z-index: 999;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.filter-pop-up.show {
  display: block;
}

.pop-up-filter-b {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100dvh;
  overflow: auto;
}

.pop-filter-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.product-detail-img-container {
  flex: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-img-btn-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-news-img-b {
    max-height: 600px;
    overflow: hidden;
  }

  .home-news-img-b.ori {
    aspect-ratio: 1;
  }

  .header-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .header-logo-b {
    max-width: none;
  }

  .nav-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-link.w--current {
    color: var(--dark-red);
  }

  .header-nav-dropdown-list.product {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header-icon-wrap, .footer-logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-logo {
    max-width: 200px;
  }

  .product-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-filter-col {
    width: 260px;
  }

  .product-card-wrap {
    grid-row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .product-card-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-card-img {
    display: block;
    overflow: hidden;
  }

  .product-card-compare-btn:hover {
    background-color: var(--dark-red);
  }

  .filter-tag-b.delete {
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail-img-col {
    width: 520px;
  }

  .knowledge-how-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .knowledge-how-circle {
    width: 100px;
    height: 100px;
    margin-top: -25px;
    margin-left: -45px;
  }

  .cs-center-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cs-center-map-b {
    min-height: 320px;
  }

  .cs-form-icon {
    width: 80px;
    height: 80px;
  }

  .cs-form-icon-title {
    font-size: 30px;
    line-height: 110%;
  }

  .form-txt-select {
    color: var(--black);
  }

  .download-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .download-filter-col {
    width: 260px;
  }

  .download-card-wrap {
    grid-row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .download-card-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-card-img {
    display: block;
    overflow: hidden;
  }

  .address-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .address-filter-col {
    width: 260px;
  }

  .address-card-wrap {
    grid-column-gap: 40px;
  }

  .address-card-col {
    width: calc(50% - 20px);
  }

  .member-product-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .member-product-filter-col {
    width: 260px;
  }

  .news-b {
    padding: 20px;
  }

  .search-popup-container.show {
    opacity: 100;
    display: block;
  }

  .project-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-filter-col {
    width: 260px;
  }

  .project-card-wrap {
    grid-row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .project-card-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-card-img {
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: 1.4px;
    font-size: 30px;
    line-height: 110%;
  }

  .section.bottom-padding {
    padding-bottom: 60px;
  }

  .section._80-top {
    padding-top: 60px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .home-news-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-news-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-news-content-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .home-news-img-col, .home-news-content-img-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-gradient.home {
    margin-top: 60px;
  }

  .home-wave {
    height: 60px;
  }

  .home-product-container {
    padding-top: 60px;
  }

  .home-product-border-b {
    padding: 6px;
  }

  .nav-b {
    background-color: var(--bg-color);
    flex: 0 auto;
    width: 100svw;
    height: 100svh;
    padding-top: 100px;
    display: block;
    position: absolute;
  }

  .nav-b.popup-scroll {
    overflow: auto;
  }

  .nav-link {
    padding: 15px 5vw;
    font-size: 18px;
  }

  .nav-link.lang-dropdown {
    padding: 0;
  }

  .nav-dropdown {
    justify-content: space-between;
    padding: 15px 5vw;
  }

  .header-nav-dropdown-list {
    background-color: var(--transprant);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: translate(0%);
  }

  .header-nav-dropdown-list.product {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-dropdown-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--dark-red);
    padding: 10px 5vw 0;
  }

  .header-nav-dropdown-b.lang {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-dropdown-list-link {
    color: var(--white);
    text-align: left;
    border-bottom-color: #fff3;
    padding-bottom: 10px;
  }

  .header-product-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--dark-red);
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5vw;
    display: flex;
  }

  .header-product-col {
    border-bottom: 1px solid #a30b1a1a;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-product-title {
    color: var(--white);
    margin-top: 10px;
  }

  .header-product-content-b {
    color: var(--white);
    border-top-color: #fff3;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .header-icon-wrap {
    flex: 1;
  }

  .nav-dropdown-txt {
    font-size: 18px;
  }

  .menu-line01 {
    background-color: var(--dark-red);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
  }

  .menu-line02 {
    background-color: var(--dark-red);
    border-radius: 10px;
    width: 25px;
    height: 2px;
  }

  .menu-line03 {
    background-color: var(--dark-red);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-top: 6px;
  }

  .product-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-filter-col {
    width: 220px;
  }

  .sticky-filter-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card-col {
    width: 50%;
  }

  .sticky-compare-top-title-b {
    font-size: 28px;
  }

  .sticky-compare-product-col {
    min-width: 0;
  }

  .bottom-bg-gradient {
    height: 250px;
  }

  .product-detail-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-detail-img-col {
    width: 320px;
  }

  .product-detail-code-b {
    font-size: 26px;
    line-height: 110%;
  }

  .product-detail-title-b {
    font-size: 30px;
    line-height: 110%;
  }

  .product-detail-link-txt {
    background-size: 18px;
    padding-right: 22px;
  }

  .comparison-title-col {
    max-width: 160px;
  }

  .form-select {
    font-size: 18px;
    line-height: 150%;
  }

  .compare-content-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .knowledge-big-title-b {
    max-width: 400px;
  }

  .knowledge-big-title-wrap {
    margin-top: -60px;
  }

  .knowledge-how-container {
    border-radius: 80px;
    padding-top: 60px;
  }

  .knowledge-how-b {
    padding-bottom: 60px;
  }

  ._32pt-txt {
    font-size: 28px;
    line-height: 130%;
  }

  .knowledge-how-circle {
    margin-top: -20px;
    margin-left: -3vw;
  }

  .knowledge-wrap {
    grid-column-gap: 20px;
  }

  .knowledge-sticky-col {
    width: 200px;
  }

  .knowledge-q-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cs-wrap {
    grid-column-gap: 20px;
  }

  .cs-sticky-col {
    width: 200px;
  }

  .cs-center-col {
    width: 100%;
  }

  .cs-center-map-b {
    min-height: 220px;
  }

  .cs-form-icon-col {
    width: 100%;
  }

  .cs-form-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cs-form-col {
    width: calc(50% - 5px);
  }

  .form-txt-select {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-sticky-num-txt {
    font-size: 26px;
    line-height: 100%;
  }

  .cs-promise-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
  }

  .cs-highlight-txt {
    font-size: 40px;
    line-height: 150%;
  }

  .cs-promise-b {
    font-size: 20px;
    line-height: 150%;
  }

  .cs-promise-title-b {
    font-size: 28px;
    line-height: 130%;
  }

  .download-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .download-filter-col {
    width: 220px;
  }

  .download-card-col {
    width: 50%;
  }

  .address-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .address-filter-col {
    width: 220px;
  }

  .login-form-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .member-download-container {
    padding-top: 60px;
  }

  .member-product-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .member-product-filter-col {
    width: 220px;
  }

  .company-about-title {
    font-size: 30px;
    line-height: 130%;
  }

  .company-about-title-b {
    margin-left: 60px;
  }

  .company-about-title-container, .company-about-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .company-about-col {
    width: calc(50% - 10px);
  }

  .company-about-content {
    padding: 20px;
  }

  .company-about-curve {
    height: 40px;
  }

  .company-about-content-b {
    padding-top: 40px;
  }

  .news-wrap {
    grid-column-gap: 20px;
  }

  .news-sticky-col {
    width: 200px;
  }

  .news-content-img.default {
    z-index: 1;
  }

  .news-content-date {
    text-align: right;
    flex: 1;
  }

  .news-content-title-wrap {
    flex-flow: wrap;
  }

  .news-content-tag {
    order: -1;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .news-content-title {
    flex: 0 auto;
    order: 1;
    width: 100%;
  }

  .pop-up-b {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .search-b {
    width: 100%;
    min-width: 0;
  }

  .media-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .media-col {
    width: calc(33.33% - 13.3333px);
  }

  .project-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-filter-col {
    width: 220px;
  }

  .project-card-col {
    width: 50%;
  }

  .project-photo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-photo-col, .career-col {
    width: calc(50% - 10px);
  }

  .contact-radio-col {
    width: calc(33.3333% - 6.66667px);
  }

  .cs-sticky-contact-col {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 110%;
  }

  h3 {
    font-size: 18px;
    line-height: 110%;
  }

  .section.bottom-padding {
    padding-bottom: 40px;
  }

  .section.sticky {
    overflow: hidden;
  }

  .section._80-top {
    padding-top: 40px;
  }

  .home-banner-b {
    border-bottom-left-radius: 40px;
    padding-top: 150%;
  }

  .padding-top-40 {
    padding-top: 20px;
  }

  .home-news-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .home-news-col {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-news-content-container {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .home-news-content-b {
    padding-top: 30px;
    padding-left: 20px;
  }

  .home-news-content-tag {
    margin-top: 15px;
    margin-left: 15px;
    padding: 5px 10px;
    inset: 0% auto auto 0%;
  }

  .home-news-img-col {
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .home-news-img-b.ori {
    aspect-ratio: 2.39;
  }

  .home-news-btn-b {
    display: none;
  }

  .home-news-mobile-btn {
    display: block;
  }

  .bg-gradient.home {
    margin-top: 40px;
  }

  .home-wave {
    height: 40px;
  }

  .wave-img {
    width: 200vw;
  }

  .home-product-container {
    max-width: 550px;
  }

  .home-product-wrap {
    grid-column-gap: 0%;
  }

  .home-product-col {
    width: 100%;
  }

  .footer-wrap {
    justify-content: flex-start;
  }

  .footer-col {
    width: 33.33%;
  }

  .footer-logo-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-banner {
    padding-top: 30px;
  }

  .product-wrap {
    flex-flow: wrap;
  }

  .product-filter-col {
    width: 100%;
    display: none;
  }

  .product-col {
    flex: 0 auto;
    width: 100%;
  }

  .sticky-filter-list.pop {
    width: 100%;
  }

  .sticky-filter-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-filter-b._100 {
    width: 100%;
  }

  .product-filter-title-wrap {
    font-size: 15px;
  }

  .sticky-compare-btn-content-b {
    width: calc(100vw - 50px);
  }

  .sticky-compare-top-title-b {
    font-size: 26px;
  }

  .sticky-compare-product-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sticky-compare-product-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bottom-bg-gradient {
    height: 150px;
  }

  .product-detail-wrap {
    flex-flow: wrap;
  }

  .product-detail-img-col {
    width: 100%;
    position: static;
  }

  .product-detail-col {
    flex: 0 auto;
    width: 100%;
  }

  .product-detail-code-b {
    font-size: 24px;
    line-height: 110%;
  }

  .product-detail-title-b {
    font-size: 28px;
    line-height: 110%;
  }

  .comparison-big-wrap {
    grid-row-gap: 3px;
    flex-flow: wrap;
  }

  .comparison-title-col {
    width: 100%;
    max-width: none;
  }

  .comparison-title-col.empty, .comparison-title-col.product {
    display: none;
  }

  .comparison-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex: 0 auto;
    width: 100%;
  }

  .comparison-col {
    width: calc(33.3333% - 2px);
  }

  .form-select {
    font-size: 16px;
    line-height: 150%;
  }

  .knowledge-big-title-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 380px;
  }

  .knowledge-big-title-wrap {
    margin-top: -40px;
  }

  .knowledge-how-container {
    border-radius: 60px;
  }

  .knowledge-how-img {
    aspect-ratio: 47 / 24;
  }

  ._32pt-txt {
    font-size: 26px;
    line-height: 130%;
  }

  .knowledge-how-wrap {
    flex-flow: wrap;
  }

  .knowledge-how-col {
    flex: 0 auto;
    width: 100%;
  }

  .knowledge-how-img-col {
    width: 100%;
    max-width: 350px;
  }

  .knowledge-how-circle {
    width: 60px;
    height: 60px;
  }

  .knowledge-wrap {
    flex-flow: wrap;
  }

  .knowledge-sticky-col {
    width: 100%;
    position: static;
  }

  .knowledge-col {
    flex: 0 auto;
    width: 100%;
  }

  .knowledge-q-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .knowledge-q-content-title {
    background-position: 0 6px;
  }

  .cs-wrap {
    flex-flow: wrap;
  }

  .cs-sticky-col {
    order: 1;
    width: 100%;
    position: static;
  }

  .cs-col {
    flex: 0 auto;
    width: 100%;
  }

  .cs-center-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cs-center-col {
    width: 100%;
  }

  .form-txt-select {
    font-size: 16px;
    line-height: 150%;
  }

  .cs-promise-container {
    padding-top: 40px;
  }

  .cs-highlight-txt {
    font-size: 38px;
    line-height: 150%;
  }

  .cs-promise-b {
    font-size: 18px;
    line-height: 150%;
  }

  .download-wrap {
    flex-flow: wrap;
  }

  .download-filter-col {
    width: 100%;
    display: none;
  }

  .download-col {
    flex: 0 auto;
    width: 100%;
  }

  .address-wrap {
    flex-flow: wrap;
  }

  .address-filter-col {
    width: 100%;
    display: none;
  }

  .address-col {
    flex: 0 auto;
    width: 100%;
  }

  .login-container {
    min-height: 0;
  }

  .login-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .member-download-container {
    max-width: 550px;
  }

  .member-product-wrap {
    flex-flow: wrap;
  }

  .member-product-filter-col {
    width: 100%;
    display: none;
  }

  .member-product-col {
    flex: 0 auto;
    width: 100%;
  }

  .company-about-title {
    font-size: 28px;
  }

  .company-about-title-b {
    margin-left: 40px;
  }

  .company-about-wrap {
    grid-row-gap: 40px;
  }

  .company-about-col {
    width: 100%;
  }

  .news-wrap {
    flex-flow: wrap;
  }

  .news-sticky-col {
    width: 100%;
    display: none;
    position: static;
  }

  .news-col {
    flex: 0 auto;
    width: 100%;
  }

  .news-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .news-content-img {
    width: 200px;
  }

  .news-content-img.default {
    aspect-ratio: auto;
    align-self: stretch;
  }

  .search-popup-content-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .media-col {
    width: calc(50% - 10px);
  }

  .project-wrap {
    flex-flow: wrap;
  }

  .project-filter-col {
    width: 100%;
    display: none;
  }

  .project-col {
    flex: 0 auto;
    width: 100%;
  }

  .project-card-title {
    font-size: 18px;
    line-height: 130%;
  }

  .contact-radio-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .home-banner-img {
    background-image: url('../images/unnamed.webp');
  }

  .cs-sticky-contact-col {
    order: -9999;
    width: 100%;
    position: static;
  }

  .cs-sticky-num {
    display: none;
  }

  .cs-sticky-num-mobile {
    display: block;
  }

  .mobile-filter-icon {
    width: 25px;
    display: block;
  }

  .mobile-filter-icon:hover {
    transform: scale(1.1);
  }

  .filter-pop-up {
    display: none;
  }

  .pop-up-filter-b {
    background-color: var(--bg-color);
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .pop-filter-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mobile-product-filter-b {
    padding-bottom: 20px;
  }

  .popup-close-btn-b {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .popup-close-btn {
    width: 30px;
    display: block;
  }

  .product-detail-img-container {
    flex: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home-banner-b {
    border-bottom-left-radius: 20px;
  }

  .home-news-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .home-news-content-b {
    padding-left: 20px;
  }

  .two-line-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .common-btn.center {
    justify-content: center;
    align-items: center;
  }

  .bg-gradient.home {
    margin-top: 40px;
  }

  .home-wave.innerpage {
    height: 40px;
  }

  .home-product-btn-b {
    top: 80%;
  }

  .header-logo-b, .footer-col {
    width: 50%;
  }

  .footer-bottom-b {
    font-size: 12px;
  }

  .section-banner {
    padding-bottom: 60px;
  }

  .product-card-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .product-card-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .filter-tag-container {
    grid-column-gap: 10px;
  }

  .filter-tag-b {
    padding: 5px 8px 5px 10px;
  }

  .sticky-compare-product-col {
    width: 50%;
  }

  .product-detail-btn-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    justify-content: flex-start;
  }

  .product-detail-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: calc(50% - 5px);
  }

  .product-detail-table-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .detail-spec-title-b {
    padding-left: 5px;
    padding-right: 5px;
  }

  .comparison-scroll-container {
    overflow: auto;
  }

  .comparison-scroll-b {
    width: 125vw;
  }

  .comparison-big-wrap.sticky-top {
    position: static;
  }

  .compare-content-title {
    text-align: left;
  }

  .knowledge-big-title-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .knowledge-big-title-img {
    width: 38%;
  }

  .knowledge-big-title {
    font-size: 7.5vw;
  }

  .knowledge-how-container {
    border-radius: 40px;
  }

  .knowledge-q-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cs-form-col {
    width: 100%;
  }

  .cs-promise-b {
    padding-bottom: 0;
  }

  .cs-promise-title-b {
    font-size: 24px;
  }

  .cs-promise-wrap {
    flex-flow: wrap;
  }

  .cs-promise-content {
    border-right: 2px solid var(--dark-red);
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 150%;
  }

  .cs-promise-icon {
    margin-left: -25px;
  }

  .cs-promise-mobile-border {
    background-color: var(--dark-red);
    flex: 1;
    height: 2px;
    margin-left: -25px;
    display: block;
  }

  .download-card-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .download-card-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .address-card-col {
    width: 100%;
  }

  .company-about-title-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .company-about-title {
    font-size: 26px;
  }

  .company-about-title-b {
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .company-about-curve {
    height: 25px;
  }

  .company-about-content-b {
    padding-top: 25px;
  }

  .news-content-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .news-content-img {
    width: 70%;
  }

  .news-content-img.default {
    aspect-ratio: 2;
    align-self: auto;
    width: 100%;
  }

  .news-content-b {
    flex: 0 auto;
    width: 100%;
  }

  .media-col {
    width: 100%;
  }

  .project-card-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .project-card-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .project-photo-col, .career-col {
    width: 100%;
  }

  .contact-radio-col {
    width: calc(50% - 5px);
  }

  .contact-radio-txt {
    padding-left: 10px;
  }

  .filter-pop-up {
    min-height: 0;
  }

  .product-detail-img-btn-col {
    width: 100%;
  }
}


