.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header .headerText {
    display: none;
  }
  header .logo {
    max-width: 146px;
    width: 100%;
    bottom: -126px;
  }
  header .buyBtn {
    margin-right: auto;
    margin-left: 0;
  }
  header .languageMenu {
    display: none;
  }
  header .headerMenuOpenBtn {
    width: 66px;
    height: 52px;
  }
  header .headerMenuOpenBtn span {
    right: 10px;
  }
  header .headerMenuOpenBtn.active span {
    right: 19px;
  }
  header .headerMenu {
    display: none;
  }
  header .mobileMenu {
    display: flex;
  }
  header .mobileMenu .buyBtn {
    display: flex;
    margin: 0;
  }
  header .mobileMenu .language {
    display: flex;
  }
  .buyBtn {
    width: 66px;
    height: 52px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .headerText {
    max-width: 80px;
  }
  header .container {
    max-width: 580px;
  }
  header .logo {
    max-width: 146px;
    width: 100%;
    bottom: -126px;
  }
  header .languageMenu {
    display: none;
  }
  header .headerMenu {
    display: none;
  }
  header .mobileMenu {
    display: flex;
  }
  header .mobileMenu .buyBtn {
    display: flex;
  }
  header .mobileMenu .language {
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .languageMenu {
    display: none;
  }
  header .searchMenu {
    margin-left: auto;
  }
  header .headerMenu {
    display: none;
  }
  header .mobileMenu {
    display: flex;
  }
  header .mobileMenu .language {
    display: flex;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .headerMenu {
    display: none;
  }
  header .mobileMenu {
    display: flex;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  header .container {
    max-width: 1270px;
  }
  header .headerMenu ul {
    padding: 30px 20px;
    gap: 15px;
  }
  header .headerMenu ul li {
    padding-right: 20px;
  }
  header .headerMenu ul li a {
    font-size: 13px;
  }
  header .headerMenu .phone {
    white-space: nowrap;
    padding: 0 20px;
    font-size: 13px;
    gap: 5px;
  }
  header .headerMenu .phone .icon {
    width: 46px;
    height: 38px;
  }
  header .headerMenu .searchArea {
    margin: 0 0 0 auto;
    padding-right: 10px;
  }
  header .headerMenu .searchArea .inputArea input {
    padding: 20px 70px 20px 10px;
  }
  header .headerMenu .searchArea .beautifulBtn {
    width: 55px;
    right: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1849px) {
  header .headerMenu ul {
    padding: 30px 20px;
    gap: 25px;
  }
}
@media screen and (max-width: 576px) {
  footer .footerTop {
    flex-direction: column;
  }
  footer .footerTop .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid #4E4E4E;
  }
  footer .footerTop .logo img {
    width: 170px;
  }
  footer .footerTop .logo:after {
    content: "";
    width: 4px;
    height: 4px;
    bottom: -1.5px;
    left: -1px;
    position: absolute;
    background: #FF0000;
  }
  footer .footerTop .footerText {
    padding: 35px 20px;
  }
  footer .footerTop .footerContact {
    border-left: 0;
    border-top: 1px solid #4E4E4E;
    flex-direction: column;
    padding: 35px 20px;
    align-items: center;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  footer .footerTop .footerContact:before {
    display: none;
  }
  footer .footerContent {
    padding: 50px 0;
  }
  footer .footerContent .imgArea {
    display: none;
  }
  footer .footerContent .footerMenu {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .footerContent .footerMenu .menu {
    text-align: center;
  }
  footer .footerContent .footerMenu .menu .title {
    transform: none;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom .social {
    margin: 0;
  }
  footer .stageLogo {
    width: 85px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  footer .footerTop {
    flex-direction: column;
  }
  footer .footerTop .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid #4E4E4E;
  }
  footer .footerTop .logo:after {
    content: "";
    width: 4px;
    height: 4px;
    bottom: -1.5px;
    left: -1px;
    position: absolute;
    background: #FF0000;
  }
  footer .footerTop .footerText {
    padding: 35px 20px;
  }
  footer .footerTop .footerContact {
    border-left: 0;
    border-top: 1px solid #4E4E4E;
    flex-direction: column;
    padding: 35px 20px;
    align-items: center;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  footer .footerTop .footerContact:before {
    display: none;
  }
  footer .footerContent {
    padding: 50px 0;
  }
  footer .footerContent .imgArea {
    display: none;
  }
  footer .footerContent .footerMenu {
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    align-items: flex-start;
  }
  footer .footerContent .footerMenu .menu {
    width: calc(50% - 15px);
    text-align: center;
  }
  footer .footerContent .footerMenu .menu .title {
    transform: none;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom .social {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerTop {
    flex-wrap: wrap;
  }
  footer .footerTop .logo {
    display: flex;
    justify-content: center;
  }
  footer .footerTop .logo:after {
    content: "";
    width: 4px;
    height: 4px;
    bottom: -1.5px;
    left: -1px;
    position: absolute;
    background: #FF0000;
  }
  footer .footerTop .footerText {
    padding: 35px 40px;
    margin-left: auto;
  }
  footer .footerTop .footerContact {
    border-left: 0;
    border-top: 1px solid #4E4E4E;
    flex-direction: column;
    padding: 35px 20px;
    align-items: center;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  footer .footerTop .footerContact:before {
    display: none;
  }
  footer .footerContent {
    padding: 50px 0;
  }
  footer .footerContent .imgArea {
    display: none;
  }
  footer .footerContent .footerMenu {
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    align-items: flex-start;
  }
  footer .footerContent .footerMenu .menu {
    width: calc(50% - 15px);
    text-align: center;
  }
  footer .footerContent .footerMenu .menu .title {
    transform: none;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom .text {
    margin: 0;
  }
  footer .footerBottom .social {
    margin: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerTop .logo {
    display: flex;
    justify-content: center;
    max-width: 160px;
  }
  footer .footerTop .footerText {
    padding: 35px 40px;
  }
  footer .footerTop .footerContact {
    flex-direction: column;
    padding: 15px 20px;
    margin-left: auto;
  }
  footer .footerTop .footerContact:before {
    display: none;
  }
  footer .footerContent .imgArea {
    display: none;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom .text {
    margin: 0;
  }
  footer .footerBottom .social {
    margin: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  footer {
    overflow: hidden;
  }
  footer .footerContent .imgArea {
    left: -42%;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom .text {
    margin: 0;
  }
  footer .footerBottom .social {
    margin: 0;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1850px) {
  footer {
    overflow: hidden;
  }
  footer .footerContent .imgArea {
    left: -17%;
  }
  footer .google {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
  }
  footer .footerBottom .text {
    margin: 0;
  }
  footer .footerBottom .social {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .borderedTitle {
    padding: 18px 40px;
    text-align: center;
    font-size: 22px;
    display: inline-flex;
  }
}
@media screen and (min-width: 1701px) {
  .customCol1 {
    max-width: 578px;
    width: 100%;
  }
  .customCol2 {
    width: 100%;
    max-width: calc(100% - 580px);
  }
}
@media screen and (min-width: 2001px) {
  .col-3xl-custom1 {
    max-width: 585px;
  }
  .col-3xl-custom2 {
    max-width: 1145px;
    margin-left: auto;
  }
  .xxxl-centerRow {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .pageTitle .title {
    font-size: 32px;
  }
  .pageTitle.type3 .title {
    font-size: 45px;
    line-height: 55px;
  }
  .pageTitle.type3 .title:after {
    display: none;
  }
  .pageTitle.type4 .bigTitle span {
    font-size: 62px;
    line-height: 86px;
  }
  .pageTitle.type4 .bigTitle span img {
    width: 86px;
  }
  .collectionTitle .bigTitle {
    bottom: unset;
    top: 20px;
  }
  .collectionTitle .bigTitle span {
    font-size: 69px;
    line-height: 74px;
  }
  .collectionTitle .bigTitle span:after {
    left: 0px;
    width: 78px;
  }
  .collectionTitle .bigTitle.type2 {
    bottom: unset;
    top: 20px;
  }
  .collectionTitle .bigTitle.type2 span {
    font-size: 45px;
    line-height: 74px;
  }
  .collectionTitle .bigTitle.type2 span:after {
    left: -40px;
    width: 78px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pageTitle.type3 .title {
    font-size: 80px;
    line-height: 95px;
  }
  .pageTitle.type4 .bigTitle span {
    font-size: 62px;
    line-height: 86px;
  }
  .pageTitle.type4 .bigTitle span img {
    width: 86px;
  }
  .collectionTitle .bigTitle span {
    font-size: 75px;
    line-height: 90px;
  }
  .collectionTitle .bigTitle span:after {
    left: -40px;
    width: 78px;
  }
  .collectionTitle .bigTitle.type2 span {
    font-size: 65px;
    line-height: 94px;
  }
  .collectionTitle .bigTitle.type2 span:after {
    left: -40px;
    width: 78px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pageTitle.type3 .title {
    font-size: 90px;
    line-height: 105px;
  }
  .pageTitle.type4 .bigTitle span {
    font-size: 80px;
    line-height: 96px;
  }
  .pageTitle.type4 .bigTitle span img {
    width: 96px;
  }
  .collectionTitle .bigTitle span {
    font-size: 95px;
    line-height: 115px;
  }
  .collectionTitle .bigTitle span:after {
    left: -40px;
    width: 78px;
  }
  .collectionTitle .bigTitle.type2 span {
    font-size: 85px;
    line-height: 115px;
  }
  .collectionTitle .bigTitle.type2 span:after {
    left: -40px;
    width: 78px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .collectionTitle .bigTitle span {
    font-size: 115px;
    line-height: 135px;
  }
  .collectionTitle .bigTitle span:after {
    left: -40px;
    width: 78px;
  }
  .collectionTitle .bigTitle.type2 span {
    font-size: 85px;
    line-height: 115px;
  }
  .collectionTitle .bigTitle.type2 span:after {
    left: -40px;
    width: 78px;
  }
  .pageTitle.type4 .bigTitle span {
    font-size: 95px;
    line-height: 120px;
  }
  .pageTitle.type4 .bigTitle span img {
    width: 126px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .pageTitle.type4 .bigTitle span {
    font-size: 95px;
    line-height: 120px;
  }
  .pageTitle.type4 .bigTitle span img {
    width: 126px;
  }
  .collectionTitle .bigTitle span {
    font-size: 115px;
    line-height: 135px;
  }
  .collectionTitle .bigTitle span:after {
    left: -40px;
    width: 78px;
  }
  .collectionTitle .bigTitle.type2 span {
    font-size: 125px;
    line-height: 155px;
  }
  .collectionTitle .bigTitle.type2 span:after {
    left: -40px;
    width: 78px;
  }
}
@media screen and (max-width: 576px) {
  section.mainBanner > .imgArea img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.mainBanner .content {
    padding: 100px 0;
  }
  section.mainBanner .content .titleArea {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
    margin-bottom: 75px;
  }
  section.mainBanner .content .titleArea .imgArea {
    margin: 0;
    width: 173px;
    height: 66px;
  }
  section.mainBanner .content .titleArea .title {
    font-size: 24px;
    line-height: 32px;
  }
  section.mainBanner .content .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  section.mainBanner .content .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.mainBanner .content .row::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  section.mainBanner .content .row .col-xl-3 {
    width: 85%;
    max-width: 365px;
  }
  section.mainBanner .content .row .col-xl-3 .productCard {
    padding: 30px 20px;
    width: 100%;
  }
  section.mainBeautiful .titleArea {
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }
  section.mainBeautiful .titleArea .text {
    flex-direction: column;
    align-items: center;
  }
  section.mainHistory {
    padding: 70px 0 0 12px;
  }
  section.mainHistory .rightContainer {
    padding: 0 12px;
  }
  section.mainHistory .titleArea .title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
  section.mainHistory .leftArea {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    padding: 0;
  }
  section.mainHistory .col-lg-8 .imgArea {
    margin-top: 25px;
  }
  section.mainCollections {
    padding-bottom: 50px;
  }
  section.mainCollections .titleArea .mainImageArea {
    height: auto;
    width: 100%;
  }
  section.mainCollections .titleArea .dataPageTitle {
    text-align: center;
    margin-bottom: 25px;
  }
  section.mainCollections .titleArea .dataPageTitle .title {
    height: auto;
  }
  section.mainCollections .rightCard .text {
    text-align: center;
  }
  section.whatsGoing {
    padding: 70px 0;
  }
  section.whatsGoing .titleArea {
    text-align: center;
  }
  section.whatsGoing .titleArea .title {
    margin-bottom: 20px;
  }
  section.whatsGoing .titleArea .viewAll {
    justify-content: center;
  }
  section.whatsGoing .bottomText {
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto 20px;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber .text {
    white-space: normal;
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar .topDropdowns {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  section.secondBanner .secondBannerContent .middleText {
    font-size: 16px;
  }
  section.secondBanner .secondBannerContent .bottomInfos {
    flex-wrap: wrap;
  }
  section.secondBanner .secondBannerContent .bottomInfos .item {
    padding: 10px 15px;
    min-width: 0px;
  }
  section.secondBanner .secondBannerContent .bottomInfos .item .text {
    font-size: 14px;
  }
  section.secondBanner .secondBannerContent .middleVideos {
    padding-bottom: 100px;
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions {
    right: 50%;
    bottom: -100px;
    transform: translateX(50%);
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea {
    top: unset;
  }
  section.secondBanner .secondBannerContent .middleVideos .text2 {
    width: 100%;
  }
  section.secondBanner .secondBannerContent .middleVideos .imgArea {
    bottom: unset;
    top: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainBanner > .imgArea img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.mainBanner .content .titleArea {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
    margin-bottom: 75px;
  }
  section.mainBanner .content .titleArea .imgArea {
    margin: 0;
    width: 173px;
    height: 66px;
  }
  section.mainBanner .content .titleArea .title {
    font-size: 24px;
    line-height: 32px;
  }
  section.mainBanner .content .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  section.mainBeautiful .titleArea {
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }
  section.mainHistory {
    padding: 70px 0 0 12px;
  }
  section.mainHistory .rightContainer {
    padding: 0 12px;
  }
  section.mainHistory .titleArea .title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
  section.mainHistory .leftArea {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    padding: 0;
  }
  section.mainHistory .col-lg-8 .imgArea {
    margin-top: 25px;
  }
  section.mainCollections {
    padding-bottom: 50px;
  }
  section.mainCollections .titleArea .mainImageArea {
    height: auto;
    width: 100%;
  }
  section.mainCollections .titleArea .dataPageTitle {
    text-align: center;
    margin-bottom: 25px;
  }
  section.mainCollections .titleArea .dataPageTitle .title {
    height: auto;
  }
  section.whatsGoing {
    padding: 70px 0;
  }
  section.whatsGoing .titleArea {
    text-align: center;
  }
  section.whatsGoing .titleArea .title {
    margin-bottom: 20px;
  }
  section.whatsGoing .titleArea .viewAll {
    justify-content: center;
  }
  section.secondBanner .secondBannerContent .topBar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto 20px;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber .text {
    white-space: normal;
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar .topDropdowns {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  section.secondBanner .secondBannerContent .middleText {
    font-size: 16px;
  }
  section.secondBanner .secondBannerContent .bottomInfos {
    flex-wrap: wrap;
  }
  section.secondBanner .secondBannerContent .middleVideos {
    padding-bottom: 100px;
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions {
    right: 50%;
    bottom: -100px;
    transform: translateX(50%);
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea {
    top: unset;
  }
  section.secondBanner .secondBannerContent .middleVideos .text2 {
    width: 100%;
  }
  section.secondBanner .secondBannerContent .middleVideos .imgArea {
    bottom: unset;
    top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainBanner > .imgArea img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.mainBanner .content .titleArea {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
    margin-bottom: 75px;
  }
  section.mainBanner .content .titleArea .imgArea {
    margin: 0;
    width: 173px;
    height: 66px;
  }
  section.mainBanner .content .titleArea .title {
    font-size: 24px;
    line-height: 32px;
  }
  section.mainBanner .content .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  section.mainHistory {
    padding: 70px 0 0 12px;
  }
  section.mainHistory .rightContainer {
    padding: 0 12px;
  }
  section.mainHistory .titleArea .title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
  section.mainHistory .leftArea {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    padding: 0;
  }
  section.mainHistory .col-lg-8 .imgArea {
    margin-top: 25px;
  }
  section.mainCollections {
    padding-bottom: 50px;
  }
  section.mainCollections .titleArea .mainImageArea {
    height: auto;
    width: 80%;
  }
  section.mainCollections .titleArea .dataPageTitle {
    text-align: center;
    margin-bottom: 25px;
  }
  section.mainCollections .titleArea .dataPageTitle .title {
    height: auto;
    margin: 0 auto;
  }
  section.whatsGoing {
    padding: 70px 0;
  }
  section.whatsGoing .titleArea {
    text-align: center;
  }
  section.whatsGoing .titleArea .title {
    margin-bottom: 20px;
  }
  section.whatsGoing .titleArea .viewAll {
    justify-content: center;
  }
  section.secondBanner .secondBannerContent .topBar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto 20px;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber .text {
    white-space: normal;
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar .topDropdowns {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  section.secondBanner .secondBannerContent .middleText {
    font-size: 16px;
  }
  section.secondBanner .secondBannerContent .bottomInfos {
    flex-wrap: wrap;
  }
  section.secondBanner .secondBannerContent .middleVideos {
    padding-bottom: 100px;
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions {
    right: 50%;
    bottom: -100px;
    transform: translateX(50%);
  }
  section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea {
    top: unset;
  }
  section.secondBanner .secondBannerContent .middleVideos .text2 {
    width: 100%;
  }
  section.secondBanner .secondBannerContent .middleVideos .imgArea {
    bottom: unset;
    top: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainHistory {
    padding: 70px 0 0 12px;
  }
  section.mainHistory .rightContainer {
    padding: 0 12px;
  }
  section.mainCollections {
    padding-bottom: 50px;
  }
  section.mainCollections .titleArea {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  section.mainCollections .titleArea .mainImageArea {
    height: auto;
    width: 80%;
  }
  section.mainCollections .titleArea .dataPageTitle {
    margin-bottom: 25px;
  }
  section.whatsGoing {
    padding: 70px 0;
  }
  section.whatsGoing .titleArea {
    text-align: center;
  }
  section.whatsGoing .titleArea .title {
    margin: 0 auto 20px;
  }
  section.whatsGoing .titleArea .viewAll {
    justify-content: center;
  }
  section.secondBanner .secondBannerContent .topBar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto 20px;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber .text {
    white-space: normal;
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar .topDropdowns {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  section.secondBanner .secondBannerContent .middleText {
    font-size: 16px;
  }
  section.secondBanner .secondBannerContent .bottomInfos {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainHistory {
    padding: 70px 0;
  }
  section.mainHistory .rightContainer {
    padding: 0 12px;
  }
  section.mainCollections {
    padding-bottom: 50px;
  }
  section.mainCollections .titleArea {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  section.mainCollections .titleArea .mainImageArea {
    height: auto;
    width: 80%;
  }
  section.mainCollections .titleArea .dataPageTitle {
    margin-bottom: 25px;
  }
  section.secondBanner .secondBannerContent .topBar {
    flex-direction: column;
    align-items: flex-start;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto 20px;
  }
  section.secondBanner .secondBannerContent .topBar .slideNumber .text {
    white-space: normal;
    text-align: center;
  }
  section.secondBanner .secondBannerContent .topBar .topDropdowns {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  section.secondBanner .secondBannerContent .middleText {
    font-size: 16px;
  }
  section.secondBanner .secondBannerContent .bottomInfos {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  section.aboutUs .aboutTopContent .row {
    flex-direction: column-reverse;
  }
  section.aboutUs .aboutTopContent .topText {
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .textOnlyBox {
    padding: 20px 20px 20px 0;
  }
  section.aboutUs .textOnlyBox .bodyText {
    padding-left: 20px;
  }
  section.aboutUs .bodyText b {
    font-size: 20px;
  }
  section.aboutUs .bodyText.type2 {
    font-size: 18px;
  }
  section.aboutUs .productBox {
    padding: 30px 20px;
    gap: 45px;
  }
  section.aboutUs .pistolBox {
    padding: 30px 20px;
    align-items: center;
    gap: 45px;
  }
  section.aboutUs .captionText {
    font-size: 18px;
  }
  section.aboutUs .exportBox {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .exportBox .imgArea {
    margin: 0;
  }
  section.aboutUs .exportBox .exportGraphic {
    font-size: 40px;
  }
  section.aboutUs .exportBox .exportGraphic span {
    font-size: 18px;
    line-height: 23px;
  }
  section.aboutUs .exportBox .bodyText {
    font-size: 18px;
    line-height: 25px;
  }
  section.aboutUs .bottomArea {
    padding-left: 20px;
  }
  section.aboutUs .bottomArea .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.aboutUs .aboutTopContent .row {
    flex-direction: column-reverse;
  }
  section.aboutUs .aboutTopContent .topText {
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .textOnlyBox {
    padding: 20px 20px 20px 0;
  }
  section.aboutUs .textOnlyBox .bodyText {
    padding-left: 20px;
  }
  section.aboutUs .bodyText b {
    font-size: 20px;
  }
  section.aboutUs .bodyText.type2 {
    font-size: 18px;
  }
  section.aboutUs .productBox {
    padding: 30px 20px;
    gap: 45px;
  }
  section.aboutUs .pistolBox {
    padding: 30px 20px;
    align-items: center;
    gap: 45px;
  }
  section.aboutUs .captionText {
    font-size: 18px;
  }
  section.aboutUs .exportBox {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .exportBox .imgArea {
    margin: 0;
  }
  section.aboutUs .exportBox .exportGraphic {
    font-size: 40px;
  }
  section.aboutUs .exportBox .exportGraphic span {
    font-size: 18px;
    line-height: 23px;
  }
  section.aboutUs .exportBox .bodyText {
    font-size: 18px;
    line-height: 25px;
  }
  section.aboutUs .bottomArea {
    padding-left: 20px;
  }
  section.aboutUs .bottomArea .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.aboutUs .aboutTopContent .row {
    flex-direction: column-reverse;
  }
  section.aboutUs .aboutTopContent .topText {
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .textOnlyBox {
    padding: 20px 20px 20px 0;
  }
  section.aboutUs .textOnlyBox .bodyText {
    padding-left: 20px;
  }
  section.aboutUs .bodyText b {
    font-size: 20px;
  }
  section.aboutUs .bodyText.type2 {
    font-size: 18px;
  }
  section.aboutUs .productBox {
    padding: 30px 20px;
    gap: 45px;
  }
  section.aboutUs .pistolBox {
    padding: 30px 20px;
    align-items: center;
    gap: 45px;
  }
  section.aboutUs .captionText {
    font-size: 18px;
  }
  section.aboutUs .exportBox {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .exportBox .imgArea {
    margin: 0;
  }
  section.aboutUs .exportBox .exportGraphic {
    font-size: 40px;
  }
  section.aboutUs .exportBox .exportGraphic span {
    font-size: 18px;
    line-height: 23px;
  }
  section.aboutUs .exportBox .bodyText {
    font-size: 18px;
    line-height: 25px;
  }
  section.aboutUs .bottomArea {
    padding-left: 20px;
  }
  section.aboutUs .bottomArea .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.aboutUs .aboutTopContent .topText {
    padding: 20px;
  }
  section.aboutUs .textOnlyBox {
    padding: 20px 20px 20px 0;
  }
  section.aboutUs .textOnlyBox .bodyText {
    padding-left: 20px;
  }
  section.aboutUs .bodyText b {
    font-size: 20px;
  }
  section.aboutUs .bodyText.type2 {
    font-size: 18px;
  }
  section.aboutUs .productBox {
    padding: 30px 20px;
    gap: 45px;
  }
  section.aboutUs .pistolBox {
    padding: 30px 20px;
    align-items: center;
    gap: 45px;
  }
  section.aboutUs .captionText {
    font-size: 18px;
  }
  section.aboutUs .exportBox {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .exportBox .imgArea {
    margin: 0;
  }
  section.aboutUs .exportBox .exportGraphic {
    font-size: 40px;
  }
  section.aboutUs .exportBox .exportGraphic span {
    font-size: 18px;
    line-height: 23px;
  }
  section.aboutUs .exportBox .bodyText {
    font-size: 18px;
    line-height: 25px;
  }
  section.aboutUs .bottomArea {
    padding-left: 20px;
  }
  section.aboutUs .bottomArea .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.aboutUs .aboutTopContent .topText {
    padding: 20px;
  }
  section.aboutUs .textOnlyBox {
    padding: 20px 20px 20px 0;
  }
  section.aboutUs .textOnlyBox .bodyText {
    padding-left: 20px;
  }
  section.aboutUs .bodyText b {
    font-size: 20px;
  }
  section.aboutUs .bodyText.type2 {
    font-size: 18px;
  }
  section.aboutUs .productBox {
    padding: 30px 20px;
    gap: 45px;
  }
  section.aboutUs .pistolBox {
    padding: 30px 20px;
    align-items: center;
    gap: 45px;
  }
  section.aboutUs .captionText {
    font-size: 18px;
  }
  section.aboutUs .exportBox {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  section.aboutUs .exportBox .imgArea {
    margin: 0;
  }
  section.aboutUs .exportBox .exportGraphic {
    font-size: 40px;
  }
  section.aboutUs .exportBox .exportGraphic span {
    font-size: 18px;
    line-height: 23px;
  }
  section.aboutUs .exportBox .bodyText {
    font-size: 18px;
    line-height: 25px;
  }
  section.aboutUs .bottomArea {
    padding-left: 20px;
  }
  section.aboutUs .bottomArea .bottomText {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  section.blog .filterButtons {
    flex-wrap: wrap;
  }
  section.blog .filterButtons .filterBtn2 {
    width: 100%;
    padding: 10px 20px;
  }
  section.blog .filterButtons .filterBtn2 .title {
    font-size: 14px;
  }
  section.blogDetail .blogDetailTopContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetail .blogDetailContentArea .title {
    padding: 20px;
    font-size: 20px;
  }
  section.blogDetail .blogDetailContentArea .textArea {
    padding: 30px 20px;
  }
  section.blogDetail .blogDetailContentArea .textArea p {
    font-size: 16px;
  }
  section.blogDetail .blogDetailContent {
    margin-top: 45px;
  }
  section.blogDetail .blogDetailContent .titleArea {
    text-align: center;
  }
  section.blogDetail .blogDetailContent .blogDetailItem .title {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  section.blogDetail .blogDetailContent .blogDetailItem .textArea {
    padding: 20px;
  }
  section.newsDetail .newsDetailTop {
    flex-direction: column;
  }
  section.newsDetail .newsDetailTop .titleArea {
    padding: 20px;
  }
  section.newsDetail .newsDetailTop .title {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 461px) and (max-width: 576px) {
  section.blog .filterButtons {
    flex-wrap: wrap;
  }
  section.blog .filterButtons .filterBtn2 {
    width: calc(50% - 10px);
    padding: 10px 20px;
  }
  section.blog .filterButtons .filterBtn2 .title {
    font-size: 14px;
  }
  section.newsDetail .newsDetailTop {
    flex-direction: column;
  }
  section.newsDetail .newsDetailTop .titleArea {
    padding: 20px;
  }
  section.newsDetail .newsDetailTop .title {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blog .filterButtons {
    flex-wrap: wrap;
  }
  section.blog .filterButtons .filterBtn2 {
    width: calc(50% - 10px);
    padding: 10px 20px;
  }
  section.blogDetail .blogDetailTopContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetail .blogDetailContentArea .title {
    padding: 20px 30px;
  }
  section.blogDetail .blogDetailContentArea .textArea {
    padding: 30px;
  }
  section.newsDetail .newsDetailTop {
    flex-direction: column;
  }
  section.newsDetail .newsDetailTop .titleArea {
    padding: 20px;
  }
  section.newsDetail .newsDetailTop .title {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.blog .filterButtons {
    flex-wrap: wrap;
  }
  section.blog .filterButtons .filterBtn2 {
    width: calc(50% - 10px);
    padding: 10px 20px;
  }
  section.blogDetail .blogDetailTopContent .row {
    flex-direction: column-reverse;
  }
  section.blogDetail .blogDetailContentArea .title {
    padding: 20px 30px;
  }
  section.blogDetail .blogDetailContentArea .textArea {
    padding: 30px;
  }
  section.newsDetail .newsDetailTop {
    flex-direction: column;
  }
  section.newsDetail .newsDetailTop .titleArea {
    padding: 20px;
  }
  section.newsDetail .newsDetailTop .title {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.blog .filterButtons {
    flex-wrap: wrap;
  }
  section.blog .filterButtons .filterBtn2 {
    width: calc(50% - 10px);
    padding: 10px 20px;
  }
  section.newsDetail .newsDetailTop .titleArea {
    padding: 30px;
  }
  section.newsDetail .newsDetailTop .title {
    padding: 30px 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.collections .slideContent {
    flex-direction: column;
    padding: 20px 30px 50px;
    opacity: 1;
    scale: 1;
  }
  section.collections .slideContent > .imgArea {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    max-height: 45%;
  }
  section.collections .slideContent .collectionCard .serialNumber {
    gap: 15px;
  }
  section.collections .customSwiperBtn {
    bottom: 10px;
  }
  section.collections .bottomText {
    font-size: 18px;
  }
  section.collections .buttons {
    flex-wrap: wrap;
  }
  section.gunCollection .middleText {
    margin: 50px 0;
  }
  section.gunCollection .bottomCards {
    margin-top: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.collections .slideContent {
    flex-direction: column;
    padding: 20px 30px 50px;
    opacity: 1;
    scale: 1;
  }
  section.collections .slideContent > .imgArea {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    max-height: 45%;
  }
  section.collections .slideContent .collectionCard .serialNumber {
    gap: 15px;
  }
  section.gunCollection .middleText {
    margin: 50px 0;
  }
  section.gunCollection .bottomCards {
    margin-top: 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1800px) {
  section.collections .slideContent {
    flex-direction: column;
    padding: 20px 30px 50px;
  }
  section.collections .slideContent > .imgArea {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    max-height: 45%;
  }
  section.collections .slideContent .collectionCard .serialNumber {
    gap: 15px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1400px) {
  section.collections .collectionSlide {
    padding-bottom: 100px;
  }
  section.collections .collectionSlide .customSwiperBtn {
    bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  section.contact .contactInfoArea .addressArea {
    padding: 30px 20px;
  }
  section.contact .contactInfoArea .contactMailArea {
    padding: 30px 20px;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.contact .contactInfoArea .addressArea {
    padding: 30px 20px;
  }
  section.contact .contactInfoArea .contactMailArea {
    padding: 30px 20px;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.contact .contactInfoArea .addressArea {
    padding: 30px 20px;
  }
  section.contact .contactInfoArea .contactMailArea {
    padding: 30px 20px;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  section.policy .policyText {
    padding: 20px;
    font-size: 18px;
  }
  section.policy .policyText b {
    font-size: 20px;
  }
  section.policy .policyText.type2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.policy .policyText {
    padding: 20px;
    font-size: 18px;
  }
  section.policy .policyText b {
    font-size: 20px;
  }
  section.policy .policyText.type2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  section.productionDetail .titleArea {
    font-size: 18px;
    line-height: 24px;
  }
  section.productionDetail .row {
    flex-direction: column-reverse;
  }
  section.productionDetail .productionImg .text {
    left: 20px;
    top: 20px;
  }
  section.productionDetail .bottomText {
    font-size: 18px;
    line-height: 24px;
  }
  section.productionDetail .bottomText p {
    margin-bottom: 20px;
  }
  section.productionDetail .buttons {
    flex-wrap: wrap;
  }
  section.production .content .normalRow {
    display: none;
  }
  section.production .content .footerContent {
    margin-top: 70px;
  }
  section.production .content .footerContent .footerText {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }
  section.production .productionTextArea .textBox {
    padding: 20px;
  }
  section.production .productionTextArea .textBox .textParagraph {
    font-size: 18px;
    line-height: 22px;
  }
  section.production .centerImageArea {
    gap: 30px;
    margin-bottom: 25px;
  }
  section.productionTech {
    padding: 100px 0 80px;
  }
  section.productionTech .descText {
    margin-bottom: 25px;
  }
  section.productionTech .normalRow {
    display: none;
  }
  section.productionTech .productionWideCard {
    text-align: center;
  }
  section.productionTech .productionWideCard .imgArea {
    width: 170px;
  }
  section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
    aspect-ratio: unset;
    height: 400px;
  }
  section.productDetail .productTopArea .model3d {
    aspect-ratio: unset;
    height: 400px !important;
    width: 100% !important;
  }
  section.productDetail .productTopArea .titleArea {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .bottomInfos {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .thumbSlideArea {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    display: flex;
    margin-bottom: 25px;
  }
  section.productDetail .tabContent .tab .tabBorder {
    padding: 30px 20px;
  }
  section.productDetail .tabContent .tab .tabBorder .gunFeatureCard {
    padding: 10px;
  }
  section.productDetail .tabContent .tab .tabBorder .gunFeatureCard .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productionDetail .bottomText {
    font-size: 18px;
    line-height: 24px;
  }
  section.productionDetail .bottomText p {
    margin-bottom: 20px;
  }
  section.productionDetail .buttons {
    flex-wrap: wrap;
  }
  section.production .content .normalRow {
    display: none;
  }
  section.production .centerImageArea {
    gap: 30px;
    margin-bottom: 25px;
  }
  section.productionTech {
    padding: 100px 0 80px;
  }
  section.productionTech .descText {
    margin-bottom: 25px;
  }
  section.productionTech .normalRow {
    display: none;
  }
  section.productionTech .productionWideCard {
    text-align: center;
  }
  section.productionTech .productionWideCard .imgArea {
    width: 170px;
  }
  section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
    aspect-ratio: unset;
    height: 400px;
  }
  section.productDetail .productTopArea .model3d {
    aspect-ratio: unset;
    height: 400px !important;
    width: 100% !important;
  }
  section.productDetail .productTopArea .titleArea {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .bottomInfos {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .thumbSlideArea {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    display: flex;
    margin-bottom: 25px;
  }
  section.productDetail .tabContent .tab .tabBorder {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.production .content .normalRow {
    display: none;
  }
  section.production .centerImageArea {
    gap: 30px;
    margin-bottom: 25px;
  }
  section.productionTech {
    padding: 100px 0 80px;
  }
  section.productionTech .descText {
    margin-bottom: 25px;
  }
  section.productionTech .normalRow {
    display: none;
  }
  section.productionTech .productionWideCard {
    text-align: center;
  }
  section.productionTech .productionWideCard .imgArea {
    width: 170px;
  }
  section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
    aspect-ratio: unset;
    height: 400px;
  }
  section.productDetail .productTopArea .model3d {
    aspect-ratio: unset;
    height: 400px !important;
    width: 100% !important;
  }
  section.productDetail .productTopArea .titleArea {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .bottomInfos {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .thumbSlideArea {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    display: flex;
    margin-bottom: 25px;
  }
  section.productDetail .tabContent .tab .tabBorder {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.production .content .normalRow {
    display: none;
  }
  section.production .productionTextArea .textBox {
    padding: 20px;
  }
  section.production .productionTextArea .textBox .textParagraph {
    font-size: 18px;
    line-height: 22px;
  }
  section.production .centerImageArea {
    gap: 30px;
    margin-bottom: 25px;
  }
  section.productionTech {
    padding: 100px 0 80px;
  }
  section.productionTech .descText {
    margin-bottom: 25px;
  }
  section.productionTech .normalRow {
    display: none;
  }
  section.productionTech .productionWideCard {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.productionTech .productionWideCard .imgArea {
    width: 170px;
  }
  section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
    aspect-ratio: unset;
    height: 400px;
  }
  section.productDetail .productTopArea .model3d {
    aspect-ratio: unset;
    height: 400px !important;
    width: 100% !important;
  }
  section.productDetail .productTopArea .titleArea {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .bottomInfos {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .thumbSlideArea {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    display: flex;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.production .productionTextArea .textBox {
    padding: 20px;
  }
  section.production .productionTextArea .textBox .textParagraph {
    font-size: 20px;
    line-height: 25px;
  }
  section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
    aspect-ratio: unset;
    height: 400px;
  }
  section.productDetail .productTopArea .model3d {
    aspect-ratio: unset;
    height: 400px !important;
    width: 100% !important;
  }
  section.productDetail .productTopArea .titleArea {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .bottomInfos {
    flex-wrap: wrap;
  }
  section.productDetail .productTopArea .thumbSlideArea {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    display: flex;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1403px) and (max-width: 1599px) {
  section.productDetail .container {
    padding-left: 200px;
    margin-left: 100px;
  }
  section.productDetail .thumbSlideArea {
    left: 0;
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (min-width: 1201px) {
  section.production .content .mobileRow {
    display: none;
  }
  section.productionTech .mobileRow {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.resources .content .resourcesFilters {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.resources .content .resourcesFilters::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  section.resources .content .resourcesFilters .filterBtn {
    font-size: 16px;
    width: 220px;
    flex-shrink: 0;
    padding: 15px 20px;
  }
  section.resources .content .galleryArea .galleryTitle {
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.resources .content .resourcesFilters {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.resources .content .resourcesFilters::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  section.resources .content .resourcesFilters .filterBtn {
    font-size: 16px;
    width: 220px;
    flex-shrink: 0;
    padding: 15px 20px;
  }
  section.resources .content .galleryArea .galleryTitle {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.resources .content .resourcesFilters {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.resources .content .resourcesFilters::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  section.resources .content .resourcesFilters .filterBtn {
    font-size: 16px;
    width: 220px;
    flex-shrink: 0;
    padding: 15px 20px;
  }
  section.resources .content .galleryArea .galleryTitle {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  section.page404 {
    overflow: hidden;
  }
  section.page404 .page404Title .subTitle {
    text-align: center;
    font-size: 30px;
  }
  section.page404 .page404Title .title:after {
    max-width: 160px;
  }
  section.page404 .page404Title .title:before {
    top: 43px;
  }
  section.page404 .page404Title .title.type2 .titleText {
    font-size: 20px;
    line-height: 30px;
  }
  section.page404 .page404Title .title.type2:after {
    z-index: -1;
    top: 9px;
  }
  section.page404 .page404Title .text {
    margin: 30px 0;
  }
  section.page404 .page404Title .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.page404 {
    overflow: hidden;
  }
  section.page404 .page404Title .subTitle {
    text-align: center;
    font-size: 30px;
  }
  section.page404 .page404Title .title:after {
    max-width: 160px;
  }
  section.page404 .page404Title .title:before {
    top: 43px;
  }
  section.page404 .page404Title .title.type2 .titleText {
    font-size: 27px;
    line-height: 37px;
  }
  section.page404 .page404Title .title.type2:after {
    z-index: -1;
    top: 9px;
  }
  section.page404 .page404Title .text {
    margin: 30px 0;
  }
  section.page404 .page404Title .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.page404 {
    overflow: hidden;
  }
  section.page404 .page404Title .subTitle {
    text-align: center;
    font-size: 30px;
  }
  section.page404 .page404Title .title:after {
    max-width: 160px;
  }
  section.page404 .page404Title .title:before {
    top: 43px;
  }
  section.page404 .page404Title .title.type2:after {
    z-index: -1;
    top: 9px;
  }
  section.page404 .page404Title .text {
    margin: 30px 0;
  }
  section.page404 .page404Title .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.page404 {
    overflow: hidden;
  }
  section.page404 .page404Title .subTitle {
    text-align: center;
    font-size: 30px;
  }
  section.page404 .page404Title .title:after {
    max-width: 300px;
  }
  section.page404 .page404Title .title:before {
    top: 30px;
  }
  section.page404 .page404Title .text {
    margin: 30px 0;
  }
  section.page404 .page404Title .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.page404 {
    overflow: hidden;
  }
  section.page404 .page404Title .subTitle {
    text-align: center;
    font-size: 30px;
  }
  section.page404 .page404Title .title:after {
    max-width: 300px;
  }
  section.page404 .page404Title .title:before {
    top: 30px;
  }
  section.page404 .page404Title .text {
    margin: 30px 0;
  }
  section.page404 .page404Title .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .editorContentArea {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .accordionItem .accordionHeader {
    padding: 25px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .accordionItem .accordionHeader .cross {
    width: 43px;
    height: 33px;
  }
  .accordionItem .accordionHeader:after {
    display: none;
  }
  .accordionItem .accordionBody {
    padding: 0 20px !important;
  }
  .accordionItem.active .accordionBody {
    padding: 20px !important;
  }
  .accordionItem:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    top: -1px;
    right: -1px;
    pointer-events: none;
    background: linear-gradient(to right, #fff 100%, transparent 0) top left/29px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 29px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/29px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 29px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/29px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 29px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/29px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 29px no-repeat;
    transition: 0.3s ease all;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accordionItem .accordionHeader {
    padding: 25px 75px 25px 30px;
  }
}
@media screen and (max-width: 992px) {
  .navlist1, .navlist2 {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist1::-webkit-scrollbar, .navlist2::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .navlist1 li, .navlist2 li {
    max-width: 250px !important;
    flex-shrink: 0;
  }
  .navlist1 li a, .navlist2 li a {
    padding: 20px;
  }
  .navlist1 li a .text, .navlist2 li a .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .newsCard {
    padding: 30px 20px;
  }
  .productCard2 {
    gap: 20px;
    padding: 20px;
  }
  .productionCard {
    padding: 20px;
  }
  .pdfCard {
    padding: 30px 20px;
  }
  .videoItem {
    aspect-ratio: unset;
    height: 200px;
  }
  .videoItem .videoContent {
    padding: 20px !important;
    gap: 20px !important;
  }
  .videoItem .videoContent .watchBtn {
    padding: 15px 23px;
  }
  .videoItem .videoContent .title {
    font-size: 18px;
  }
  .featureCard {
    padding: 30px 20px;
  }
  .featureCard .featureTitle {
    font-size: 18px;
  }
  .featureCard .featureTitle .featureHighlight {
    font-size: 22px;
  }
  .beautifulCard {
    padding: 30px 20px;
  }
  .historyCard {
    padding: 30px 20px;
  }
  .blogCard {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCard {
    gap: 20px;
    padding: 20px;
  }
  .productCard .imgArea {
    height: 90px;
  }
  .videoItem .videoContent {
    padding: 20px !important;
    gap: 20px !important;
  }
  .pdfCard {
    padding: 30px 20px;
  }
  .featureCard {
    padding: 30px 20px;
  }
  .featureCard .featureTitle {
    font-size: 18px;
  }
  .featureCard .featureTitle .featureHighlight {
    font-size: 22px;
  }
  .beautifulCard {
    padding: 30px 20px;
  }
  .beautifulCard .beautifulBtn {
    width: 100%;
    padding: 15px 12px;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pdfCard {
    padding: 30px 20px;
  }
  .featureCard {
    padding: 30px 20px;
  }
  .featureCard .featureTitle {
    font-size: 18px;
  }
  .featureCard .featureTitle .featureHighlight {
    font-size: 22px;
  }
  .beautifulCard {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsCard {
    padding: 30px 20px;
  }
  .pdfCard {
    padding: 30px 20px;
  }
  .videoItem .videoContent {
    padding: 20px !important;
    gap: 20px !important;
  }
  .featureCard {
    padding: 30px 20px;
  }
  .featureCard .featureTitle {
    font-size: 18px;
  }
  .featureCard .featureTitle .featureHighlight {
    font-size: 22px;
  }
  .beautifulCard {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .newsCard {
    padding: 30px 20px;
  }
  .newsCard .beautifulBtn {
    padding: 10px;
  }
  .pdfCard {
    padding: 30px 20px;
  }
  .featureCard {
    padding: 30px 20px;
  }
  .featureCard .featureTitle {
    font-size: 18px;
  }
  .featureCard .featureTitle .featureHighlight {
    font-size: 22px;
  }
  .beautifulCard {
    padding: 30px 20px;
  }
  .blogCard {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=mobile.css.map */