:root {
  --bg-black: #222;
  --white: white;
  --black: #1c1c1c;
  --grey: #333;
  --672cd2: #672cd2;
  --dd0161: #dd0161;
  --transprant: #fff0;
  --section-black: #131313;
  --table-grey: #e8e8e8;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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-black);
  color: var(--white);
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

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

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

.all {
  overflow: hidden;
}

.all.sticky {
  overflow: visible;
}

.section {
  padding-top: 100px;
}

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

.section.padding-50 {
  padding-top: 50px;
}

.section.product {
  padding-top: 180px;
}

.section.invoice-top {
  padding-top: 150px;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.home-banner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.home-about {
  padding-left: 40px;
  padding-right: 40px;
}

.home-banner-b {
  aspect-ratio: 3 / 2;
  position: relative;
}

.home-banner-video {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.home-banner-mask-b {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hand-write-txt {
  font-family: Caveat, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 130%;
}

.hand-write-big-txt {
  margin-top: -2vw;
  font-size: 10vw;
  font-weight: 700;
  line-height: 130%;
}

.hand-write-txt-b {
  transform: rotate(-5deg);
}

.home-banner-content-txt {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
}

.home-banner-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  text-transform: uppercase;
  background-color: #22222240;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.home-banner-btn:hover {
  transform: scale(1.05);
}

.home-banner-btn-icon {
  width: 14px;
}

.home-product-container {
  background-color: var(--black);
  border-radius: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.h2-small {
  font-size: 4vw;
  font-weight: 600;
  line-height: 130%;
}

.home-product-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.txt-border {
  color: var(--bg-black);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  paint-order: stroke fill;
}

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

.home-product-slide-b {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-product-slide {
  display: flex;
}

.home-product-col {
  flex: none;
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.product-b {
  background-color: var(--grey);
  height: 100%;
  padding: 10px 10px 40px;
  display: block;
}

.produc-img-b {
  aspect-ratio: 29 / 22;
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-tag-b {
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-tag {
  background-image: linear-gradient(90deg, var(--672cd2), var(--dd0161));
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 130%;
}

.product-cate-b {
  padding-top: 10px;
  font-size: 12px;
  line-height: 130%;
}

.product-title-b {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

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

.home-product-l-grad {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--black), #1c1c1c00 100%, white);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-product-r-grad {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--black), #1c1c1c00 100%, white);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-product-arrow-wrap {
  display: flex;
}

.home-product-arrow-b {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.home-product-arrow {
  width: 20px;
}

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

.home-business-col-r {
  width: 35%;
}

.home-business-img-b {
  margin-top: 20px;
  position: relative;
}

.home-business-img {
  pointer-events: none;
  width: 580px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-business-col-l {
  flex: 1;
  width: 35%;
}

.home-business-txt-b {
  padding-bottom: 40px;
}

.home-business-tab-b {
  border-top: 1px solid var(--white);
  padding: 40px 20px;
  font-size: 32px;
  line-height: 110%;
  display: block;
  position: relative;
}

.home-business-tab-arrow {
  flex: none;
  width: 40px;
}

.home-business-tab-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-business-col-r-wrap {
  flex-flow: column;
  display: flex;
}

.home-business-hover-b {
  height: 0;
}

.home-business-txt-hover {
  width: 0;
}

.home-business-tab-img {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-business-tab-img-gradient {
  background-image: linear-gradient(90deg, #222, #222c);
  position: absolute;
  inset: 0%;
}

.home-business-txt-hover-wrap {
  display: flex;
}

.home-about-container {
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about-content {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

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

.common-btn {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  position: relative;
}

.common-btn-hover {
  border: 1px solid var(--white);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.common-btn-hover--gradient {
  background-image: linear-gradient(270deg, var(--672cd2), var(--dd0161));
  opacity: 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-about-img-container {
  z-index: -1;
  opacity: .15;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-about-img-wrap {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-about-img-wrap._2nd {
  margin-top: -12%;
}

.home-about-img-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-about-img-b {
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
}

.home-about-grad-top {
  background-image: linear-gradient(180deg, var(--bg-black), #2220);
  pointer-events: none;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-about-grad-bot {
  background-image: linear-gradient(0deg, var(--bg-black), #2220);
  pointer-events: none;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-contact-b {
  background-color: var(--black);
  border-radius: 25px;
  padding: 100px 50px;
  position: relative;
}

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

.home-contact-btn {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.home-contact-btn:hover {
  transform: scale(1.1);
}

.home-contact-btn-arrow {
  width: 40px;
}

.home-contact-firework {
  pointer-events: none;
  width: 60%;
  margin-right: -15%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: rotate(15deg)translate(0, -50%);
}

.footer-wrap {
  flex-flow: wrap;
  display: flex;
}

.footer-col-l {
  width: 55%;
}

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

.footer-logo-b {
  max-width: 70px;
  display: block;
}

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

.footer-logo-b.big {
  max-width: 220px;
}

.footer-content-b {
  padding-top: 20px;
}

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

.footer-social-b {
  max-width: 110px;
  display: block;
}

.footer-social-b:hover {
  opacity: .5;
  transform: scale(1.1);
}

.footer-social-b.youtube {
  max-width: 220px;
}

.footer-col-r {
  flex: 1;
  padding-left: 40px;
}

.footer-r-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

.footer-r-col.cert {
  width: 100%;
}

.footer-title-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.footer-title-txt:hover {
  opacity: .5;
}

.footer-title-txt.no-link:hover {
  opacity: 100;
}

.footer-r-content {
  padding-top: 20px;
}

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

.footer-product-list-item {
  background-image: url('../images/footer-list-dot.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 10px;
  display: block;
}

.footer-product-list-item:hover {
  opacity: .5;
}

.footer-cert-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-cert-col {
  width: 25%;
  max-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom-b {
  border-top: 1px solid #ffffff40;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.nav-menu {
  flex: 1;
}

.header-logo-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-logo {
  width: 30%;
}

.hidden-h1 {
  width: 1px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.nav-link {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 160%;
  display: block;
}

.nav-link:hover {
  opacity: .5;
}

.menu-btn {
  padding: 0;
}

.header {
  z-index: 999;
  background-color: var(--transprant);
  background-image: linear-gradient(#222, #2220);
  width: 100%;
  position: fixed;
}

.header-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.nav-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-logo-img-b-01 {
  transform-style: preserve-3d;
  width: 30%;
  max-width: 70px;
  display: block;
}

.header-logo-img-b-02 {
  transform-style: preserve-3d;
  width: 70%;
  max-width: 240px;
  display: block;
}

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

.nav-menu-icon {
  width: 24px;
}

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

.nav-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown:hover {
  opacity: .5;
}

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

.header-nav-dropdown-list {
  background-color: var(--bg-black);
  border-radius: 5px;
  width: 300px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.header-nav-dropdown-list-link {
  text-align: center;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  padding: 10px 0;
}

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

.header-nav-dropdown-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-bg, .header-dropdown-bg {
  z-index: -1;
  background-color: var(--bg-black);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.nav-link-dropdown {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 160%;
  display: block;
}

.nav-link-dropdown.w--current {
  border-bottom: 1px solid #ac9456;
}

.page-banner-b {
  background-image: url('../images/page-banner-bg-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  margin-top: 130px;
  margin-bottom: 130px;
  padding: 40px 35% 40px 50px;
  display: flex;
  position: relative;
}

.page-banner-img-b {
  pointer-events: none;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.page-banner-img {
  width: 560px;
  margin-right: -120px;
}

.page-banner-container {
  overflow: hidden;
}

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

.about-side-col {
  width: 200px;
  position: sticky;
  top: 130px;
}

.about-container-col {
  flex: 1;
}

.about-side-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.about-side-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .25;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-side-link:hover {
  opacity: 1;
}

.about-side-icon-b {
  width: 25px;
  margin-right: 15px;
  display: none;
}

.about-side-icon {
  width: 100%;
}

.about-container-content-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.about-slider-b {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.hide {
  display: none;
}

.about-container-slider {
  aspect-ratio: 5 / 3;
  border: 1px solid var(--white);
  background-color: var(--transprant);
  width: 100%;
  height: 100%;
}

.about-container-slide {
  width: 100%;
  height: 100%;
}

.about-slider-l-arrow-b {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -50px;
  margin-right: 48px;
  display: flex;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.about-slider-r-arrow-b {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -50px;
  margin-right: -1px;
  display: flex;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.about-intro-fw-img1 {
  z-index: -1;
  opacity: .2;
  width: 12%;
  max-width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-intro-fw-img2 {
  z-index: -1;
  opacity: .2;
  width: 12%;
  max-width: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-intro-fw-img3 {
  z-index: -1;
  opacity: .2;
  width: 8%;
  max-width: 100px;
  margin-right: 10%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-intro-fw-b {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-gallery-title-b {
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.about-gallery-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.about-gallery-b {
  aspect-ratio: 3 / 2;
  width: 100%;
  display: block;
  overflow: hidden;
}

.about-small-banner-img {
  aspect-ratio: 5 / 2;
  border: 1px solid var(--white);
  width: 100%;
  overflow: hidden;
}

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

.about-download-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

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

.download-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.download-img-b {
  width: 75%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.download-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--bg-black);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-btn-icon {
  z-index: 1;
  width: 15px;
  position: relative;
}

.download-btn-icon.profile {
  width: 20px;
}

.hover-btn-bg {
  background-image: linear-gradient(270deg, var(--672cd2), var(--dd0161));
  pointer-events: none;
  width: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-history-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.about-history-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

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

.about-history-border-icon {
  width: 12px;
}

.about-history-border {
  background-color: #ffffff40;
  flex: 1;
  height: 1px;
}

.about-history-year-b {
  flex: none;
  width: 16.5vw;
  font-family: Faculty Glyphic, sans-serif;
  font-size: 6vw;
  line-height: 100%;
}

.about-history-container {
  background-color: var(--bg-black);
}

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

.product-list-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.product-list-filter-container {
  z-index: 99;
  background-color: var(--bg-black);
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 130%;
  display: block;
  position: sticky;
  top: 95px;
}

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

.product-filter-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-filter-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-filter-btn-icon {
  z-index: 1;
  width: 12px;
  position: relative;
}

.filter-carosell-container {
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.filter-carosell-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-carosell-b {
  opacity: .5;
  background-image: url('../images/about-history-border-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 17px;
  display: flex;
}

.filter-carosell-col {
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
}

.filter-carosell-gradient-l {
  background-image: linear-gradient(90deg, var(--bg-black), #2220);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.filter-carosell-gradient-r {
  background-image: linear-gradient(270deg, var(--bg-black), #2220);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter-radio-btn-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.pop-up-filter-b {
  background-color: var(--bg-black);
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100dvh;
  padding-bottom: 40px;
  overflow: auto;
}

.filter-choice-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.filter-choice-row.display-firework {
  margin-bottom: -40px;
}

.filter-choice-b {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.filter-choice-b._100 {
  width: 100%;
  padding-bottom: 40px;
}

.filter-form-b {
  margin-bottom: 0;
  padding-top: 40px;
}

.filter-radio-icon {
  background-image: url('../images/radio-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 0;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 0;
}

.filter-radio-icon.w--redirected-checked {
  background-color: var(--transprant);
  background-image: url('../images/radio-btn-check.svg');
  border-style: none;
}

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

.filter-radio-btn-txt {
  flex: 1;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 5px;
}

.filter-title-txt {
  padding-top: 20px;
  font-size: 20px;
  line-height: 130%;
}

.filter-top-b {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 130%;
}

.filter-top-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.popup-close-btn:hover {
  transform: scale(1.2);
}

.product-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.product-title-btn-col {
  flex: none;
}

.product-list-content-b {
  padding-top: 40px;
}

.product-download-b {
  background-color: var(--grey);
  border-radius: 25px;
  height: 100%;
  padding: 40px;
}

.product-download-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.product-download-content.display-firework {
  text-align: center;
  flex-flow: column;
  height: 100%;
}

.product-download-img-b {
  width: 75%;
  max-width: 200px;
}

.product-download-title-b {
  flex: 1;
}

.product-download-title-b.vertical {
  flex: 0 auto;
}

.product-download-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-download-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.product-download-txt-b {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

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

.filter-series-b {
  border-top: 1px solid #ffffff40;
}

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

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

.product-detail-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.product-detail-title-b {
  padding-top: 5px;
  padding-bottom: 40px;
}

.product-detail-img-b {
  aspect-ratio: 32 / 21;
  position: sticky;
  top: 95px;
}

.product-list-title {
  background-image: linear-gradient(90deg, var(--672cd2), var(--dd0161));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: inline-block;
}

.table-detail-list-b {
  padding: 20px;
}

.table-detail-list-b.top {
  background-color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
}

.table-detail-list-b.mobile {
  display: none;
}

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

.table-detail-list-col {
  flex: 1;
}

.table-detail-list-col.no {
  flex: 0 auto;
  width: 10%;
  min-width: 100px;
}

.table-detail-list-col._120 {
  flex: 0 auto;
  min-width: 120px;
}

.table-detail-list-col.cali {
  flex: 0 auto;
  width: 20%;
}

.table-detail-list-col.video {
  flex: 0 auto;
  width: 60px;
}

.table-detail-list-col.check {
  flex: 0 auto;
  width: 15px;
}

.table-detail-list-col.lot {
  flex: 0 auto;
  width: 50px;
}

.table-detail-list-col.invoice {
  flex: 0 auto;
  width: 100px;
}

.table-detail-list-col.date {
  flex: 0 auto;
  width: 120px;
}

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

.list-scroll-container.invoice {
  overflow: visible;
}

.list-scroll-b {
  min-width: 800px;
}

.list-scroll-b.invoice {
  min-width: 0;
}

.product-detail-video-btn {
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-detail-video-btn:hover {
  transform: scale(1.2);
}

.pop-up-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  position: relative;
  overflow: auto;
}

.popup-video-b {
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-b {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.video-btn {
  width: 80px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-close-btn {
  width: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
}

.pop-up-close-bg {
  background-color: #000000e6;
  position: absolute;
  inset: 0%;
}

.table-detail-list {
  background-color: var(--white);
  color: var(--bg-black);
}

.product-detail-big-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

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

.product-detail-top-tag {
  background-image: linear-gradient(90deg, var(--672cd2), var(--dd0161));
  text-align: center;
  border-radius: 50px;
  padding: 5px 10px;
}

.breadcrumb-b {
  padding-bottom: 20px;
}

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

.breadcrumb-link {
  display: block;
}

.breadcrumb-link:hover {
  opacity: .5;
}

.product-detail-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.product-detail-content-icon {
  flex: none;
  width: 15px;
  padding-top: 2px;
}

.product-detail-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.product-detail-video {
  width: 100%;
}

.product-detail-content-btn-b {
  padding-top: 20px;
}

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

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

.show-b {
  background-color: var(--grey);
  border-radius: 5px;
  flex-flow: column;
  height: 100%;
  padding: 10px 10px 40px;
  display: flex;
}

.show-img-b {
  aspect-ratio: 8 / 5;
  border-radius: 5px;
  overflow: hidden;
}

.show-title-b {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.firework-detail-b {
  padding-top: 40px;
}

.firework-detail-slider {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.firework-detail-slider-col {
  flex: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.firework-detail-slider-b {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.firework-detail-thumb-slider-b {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.firework-detail-thumb-slider {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.firework-detail-thumb-slider-col {
  flex: none;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.firework-detail-thumb-arrow-l {
  z-index: 99;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.firework-detail-thumb-arrow {
  width: 50%;
}

.firework-detail-thumb-arrow-r {
  z-index: 99;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.firework-detail-slider-filter {
  z-index: 1;
  opacity: .8;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

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

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

.download-title-b {
  flex: 1;
}

.invoice-container-wrap {
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.invoice-profile-col {
  flex: none;
  width: 22%;
  position: sticky;
  top: 130px;
}

.invoice-content-col {
  width: 78%;
  padding-left: 40px;
}

.invoice-profile-b {
  background-color: var(--grey);
  border-radius: 10px;
  padding: 10px;
}

.invoice-profile-name-b {
  border-bottom: 1px solid var(--white);
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}

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

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

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

.logout-btn-icon {
  width: 12px;
}

.invoice-content-b {
  overflow: hidden;
}

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

.invoice-checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.invoice-checkbox {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
}

.invoice-checkbox.w--redirected-checked {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  background-image: url('../images/invoice-checkbox-tick.svg');
  background-position: 50%;
  background-size: 70%;
}

.invoice-checkbox.all {
  background-color: var(--white);
}

.invoice-checkbox.all.w--redirected-checked {
  background-image: url('../images/invoice-checkbox-tick-black.svg');
}

.invoice-content-btn-b {
  padding-top: 40px;
}

.invoice-content-btn-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.pop-up-header.hide {
  display: none;
}

.login-container {
  z-index: 5;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.login-b {
  background-color: var(--section-black);
  padding: 40px;
}

.header-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.login-form-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.header-form-field {
  color: var(--black);
  min-height: 50px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.header-form-field::placeholder {
  color: var(--black);
}

.search-container {
  z-index: 5;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.search-b {
  background-color: var(--section-black);
  padding: 40px;
}

.search-form-field {
  color: var(--black);
  min-height: 50px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.search-form-field::placeholder {
  color: var(--table-grey);
}

.search-btn-b {
  padding-top: 20px;
}

.product-download-btn-pdf-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-form-btn-b {
  padding-top: 40px;
}

.search-filter-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-filter-btn-icon {
  z-index: 1;
  width: 20px;
  position: relative;
}

.show-btn-b {
  padding-top: 20px;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 68px;
    line-height: 130%;
  }

  h3 {
    font-size: 36px;
  }

  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-banner-b {
    aspect-ratio: 9 / 5;
  }

  .hand-write-txt {
    font-size: 70px;
    line-height: 130%;
  }

  .hand-write-big-txt {
    margin-top: -30px;
    font-size: 140px;
    line-height: 130%;
  }

  .h2-small {
    font-size: 50px;
    line-height: 130%;
  }

  .home-product-col {
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-business-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-business-tab-b {
    font-size: 36px;
    line-height: 110%;
  }

  .footer-logo-b {
    max-width: 100px;
  }

  .footer-logo-b.big {
    max-width: 280px;
  }

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

  .nav-link {
    font-size: 16px;
    line-height: 160%;
  }

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

  .nav-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    font-size: 16px;
    line-height: 160%;
  }

  .nav-menu-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-link-dropdown {
    font-size: 16px;
    line-height: 160%;
  }

  .about-container-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-history-year-b {
    width: 225px;
    font-size: 80px;
    line-height: 100%;
  }

  .product-list-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .table-detail-list-b {
    font-size: 18px;
    line-height: 130%;
  }

  .show-title-b {
    font-size: 24px;
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 52px;
    line-height: 130%;
  }

  h3 {
    font-size: 32px;
    line-height: 130%;
  }

  .section {
    padding-top: 60px;
  }

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

  .container.home-about {
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner-b {
    aspect-ratio: 9 / 7;
  }

  .home-banner-btn {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .h2-small {
    font-size: 44px;
    line-height: 130%;
  }

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

  .home-product-l-grad, .home-product-r-grad {
    width: 100px;
  }

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

  .home-business-tab-b {
    font-size: 28px;
    line-height: 110%;
  }

  .home-about-container {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .home-about-grad-top, .home-about-grad-bot {
    height: 150px;
  }

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

  .footer-cert-col {
    width: 50%;
  }

  .footer-bottom-b {
    font-size: 14px;
    line-height: 130%;
  }

  .nav-menu {
    background-color: var(--bg-black);
  }

  .header-logo {
    width: 50%;
  }

  .nav-link {
    padding: 20px 5vw;
    font-size: 16px;
    line-height: 160%;
  }

  .menu-btn {
    transition: all .3s;
  }

  .menu-btn:hover {
    transform: scale(1.1);
  }

  .menu-btn.w--open {
    background-color: #fff0;
  }

  .nav-b {
    display: block;
  }

  .nav-menu-icon-wrap {
    flex: 1;
  }

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

  .header-nav-dropdown-b {
    background-image: linear-gradient(90deg, var(--672cd2), var(--dd0161));
    margin-top: 20px;
    padding: 0 5vw;
  }

  .nav-link-dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .nav-link-dropdown.w--current {
    color: #ac9456;
    border-bottom-style: none;
  }

  .menu-lottie {
    width: 35px;
  }

  .page-banner-b {
    min-height: 250px;
    margin-top: 130px;
    margin-bottom: 100px;
    padding-left: 5vw;
  }

  .page-banner-img {
    width: 450px;
    margin-right: -150px;
  }

  .page-banner-title {
    font-size: 5vw;
  }

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

  .about-gallery-col {
    width: 50%;
  }

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

  .about-download-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .download-b {
    padding: 20px 10px;
  }

  .download-content {
    font-size: 20px;
    line-height: 130%;
  }

  .about-history-year-b {
    width: 125px;
    font-size: 44px;
  }

  .product-list-col {
    width: 33.33%;
  }

  .filter-carosell-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filter-carosell-gradient-l, .filter-carosell-gradient-r {
    width: 150px;
  }

  .filter-form-b, .product-list-content-b {
    padding-top: 20px;
  }

  .product-download-b {
    padding: 20px;
  }

  .product-download-content {
    font-size: 20px;
    line-height: 130%;
  }

  .product-download-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-download-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-detail-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .product-detail-title-b {
    padding-bottom: 20px;
  }

  .product-list-title {
    padding: 5px 20px;
    font-size: 20px;
    line-height: 130%;
  }

  .table-detail-list-b {
    padding: 10px;
    font-size: 14px;
  }

  .table-detail-list-col.lot {
    width: 40px;
  }

  .table-detail-list-col.invoice {
    width: 80px;
  }

  .table-detail-list-col.date {
    width: 100px;
  }

  .product-detail-big-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .show-col {
    width: 50%;
  }

  .show-title-b {
    font-size: 20px;
  }

  .firework-detail-thumb-slider-b {
    margin-top: 20px;
  }

  .firework-detail-thumb-slider {
    margin-left: -5px;
    margin-right: -5px;
  }

  .firework-detail-thumb-slider-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .download-col {
    width: 50%;
  }

  .invoice-container-wrap {
    flex-flow: wrap;
  }

  .invoice-profile-col {
    width: 100%;
    position: static;
  }

  .invoice-content-col {
    width: 100%;
    padding-left: 0;
  }

  .invoice-content-btn-b {
    padding-top: 20px;
  }

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

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

  h3 {
    font-size: 28px;
    line-height: 130%;
  }

  .section {
    padding-top: 40px;
  }

  .container.table {
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner-b {
    aspect-ratio: 9 / 9;
  }

  .hand-write-txt {
    font-size: 8vw;
    line-height: 130%;
  }

  .hand-write-big-txt {
    margin-top: -4vw;
    font-size: 16vw;
  }

  .h2-small {
    font-size: 36px;
    line-height: 130%;
  }

  .home-product-title-wrap {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-product-slide-b {
    padding-top: 20px;
  }

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

  .home-product-arrow-b {
    width: 40px;
    height: 40px;
  }

  .home-business-col-r {
    width: 100%;
  }

  .home-business-img-b {
    margin-top: 0;
  }

  .home-business-img {
    width: 35vw;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .home-business-tab-b {
    font-size: 26px;
    line-height: 110%;
  }

  .home-business-tab-arrow {
    width: 32px;
  }

  .home-business-col-r-wrap {
    flex-flow: row;
    justify-content: space-between;
  }

  .home-about-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-about-img-col {
    width: 33.33%;
  }

  .home-about-grad-top, .home-about-grad-bot {
    height: 100px;
  }

  .home-contact-b {
    padding: 80px 40px;
  }

  .home-contact-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-contact-btn {
    width: 60px;
    height: 60px;
  }

  .home-contact-btn-arrow {
    width: 25px;
  }

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

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

  .footer-col-r {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

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

  .page-banner-b {
    min-height: 200px;
    margin-bottom: 80px;
    padding-right: 25%;
  }

  .page-banner-img {
    width: 360px;
  }

  .page-banner-title {
    font-size: 6vw;
  }

  .about-side-col {
    order: 1;
    width: 100%;
    position: static;
  }

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

  .about-side-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--section-black);
    border-radius: 10px;
    padding: 20px;
  }

  .about-slider-b {
    padding-bottom: 40px;
  }

  .about-slider-l-arrow-b {
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
    margin-right: 38px;
  }

  .about-slider-r-arrow-b {
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
  }

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

  .product-list-filter-container {
    font-size: 12px;
    line-height: 130%;
  }

  .product-filter-btn {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 130%;
  }

  .filter-carosell-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter-carosell-gradient-l, .filter-carosell-gradient-r {
    width: 60px;
  }

  .filter-choice-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .filter-choice-b {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .popup-close-btn {
    width: 18px;
  }

  .product-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .product-download-content {
    text-align: center;
    flex-flow: column;
  }

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

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

  .product-detail-wrap {
    flex-flow: wrap-reverse;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .product-detail-img-b {
    position: static;
  }

  .table-detail-list-b, .table-detail-list-b.top {
    display: none;
  }

  .table-detail-list-b.mobile, .table-detail-list-b.invoice {
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .list-scroll-container {
    overflow: visible;
  }

  .list-scroll-b {
    min-width: 0;
  }

  .product-detail-video-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .table-detail-mobile-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .table-detail-mobile-list-title {
    text-transform: uppercase;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
  }

  .table-detail-mobile-list-col {
    flex: 1;
  }

  .product-detail-big-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .show-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .show-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .show-title-b {
    font-size: 18px;
    line-height: 130%;
  }

  .firework-detail-thumb-arrow-l, .firework-detail-thumb-arrow-r {
    width: 35px;
  }

  .download-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

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

  .invoice-container-wrap {
    flex-flow: wrap;
  }

  .invoice-profile-col {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .invoice-checkbox {
    width: 15px;
    height: 15px;
  }

  .invoice-content-btn-b {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .invoice-content-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .login-b, .search-b {
    padding: 20px;
  }

  .search-filter-btn {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 130%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 130%;
  }

  h3 {
    font-size: 26px;
    line-height: 130%;
  }

  .home-banner-b {
    aspect-ratio: 2 / 3;
  }

  .home-banner-btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
    line-height: 130%;
  }

  .h2-small {
    font-size: 32px;
    line-height: 130%;
  }

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

  .home-product-l-grad, .home-product-r-grad {
    width: 80px;
  }

  .home-business-img {
    width: 55vw;
  }

  .home-business-tab-b {
    padding: 20px 10px;
    font-size: 22px;
    line-height: 110%;
  }

  .home-business-tab-arrow {
    width: 28px;
  }

  .home-about-img-col {
    width: 50%;
  }

  .home-contact-b {
    padding: 40px 20px;
  }

  .home-contact-title-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-contact-firework {
    width: 80%;
    margin-right: -25%;
    inset: 0% 0% auto auto;
  }

  .footer-r-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-r-col {
    padding-left: 0;
    padding-right: 0;
  }

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

  .header-logo {
    width: 60%;
  }

  .nav-link {
    font-size: 14px;
    line-height: 160%;
  }

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

  .header-logo-img-b-01:hover, .header-logo-img-b-02:hover {
    transform: scale3d(1none, 1none, 1none);
  }

  .nav-menu-icon-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link-dropdown {
    font-size: 14px;
    line-height: 160%;
  }

  .page-banner-b {
    min-height: 180px;
    margin-bottom: 60px;
  }

  .page-banner-img {
    width: 300px;
    margin-right: -200px;
  }

  .page-banner-title {
    font-size: 8vw;
  }

  .about-gallery-wrap {
    grid-row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .about-gallery-col {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .about-history-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .about-history-year-b {
    flex: 0 auto;
    width: 100%;
  }

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

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

  .filter-carosell-gradient-l, .filter-carosell-gradient-r {
    width: 25px;
  }

  .filter-choice-b {
    width: 100%;
  }

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

  .filter-top-b {
    font-size: 18px;
    line-height: 130%;
  }

  .filter-top-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .table-detail-list-col.lot {
    width: 6vw;
    font-size: 2.5vw;
    line-height: 130%;
  }

  .table-detail-list-col.invoice {
    width: 14vw;
    font-size: 2.5vw;
    line-height: 130%;
  }

  .table-detail-list-col.date {
    width: 18vw;
    font-size: 2.5vw;
    line-height: 130%;
  }

  .table-detail-list-col.invoice-name {
    font-size: 2.5vw;
    line-height: 130%;
  }

  .video-btn {
    width: 55px;
  }

  .table-detail-mobile-list-title {
    width: 100px;
    font-size: 14px;
    line-height: 130%;
  }

  .show-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .firework-detail-thumb-slider {
    margin-left: -3px;
    margin-right: -3px;
  }

  .firework-detail-thumb-slider-col {
    width: 33.33%;
    padding-left: 3px;
    padding-right: 3px;
  }

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

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

  .invoice-checkbox {
    width: 12px;
    height: 12px;
  }

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

  .header-title {
    font-size: 16px;
    line-height: 130%;
  }

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


