.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 {
    align-items: center;
  }
  header .phone,
  header .search,
  header .menu {
    display: none;
  }
  header .searchMobile {
    margin-left: auto;
    display: flex;
  }
  header .logo img {
    height: 34px;
  }
  header .openMobileMenu {
    display: block;
  }
  header .languageSelection {
    height: auto;
  }
  header .languageSelection .selected {
    padding: 17px 15px;
    justify-content: center;
  }
  header .languageSelection .selected .icon {
    display: none;
  }
  header .languageSelection img {
    display: none;
  }
  header .container {
    gap: 5px;
  }
  .megaMenu {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header {
    align-items: center;
  }
  header .phone,
  header .menu {
    display: none;
  }
  header .logo img {
    height: 34px;
  }
  header .search {
    margin-left: auto;
    padding: 6px 0;
    overflow: hidden;
  }
  header .openMobileMenu {
    display: block;
  }
  header .languageSelection {
    height: auto;
  }
  header .languageSelection img {
    display: none;
  }
  .megaMenu {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header {
    align-items: center;
  }
  header .phone,
  header .menu {
    display: none;
  }
  header .search {
    margin-left: auto;
  }
  header .logo img {
    height: 34px;
  }
  header .openMobileMenu {
    display: block;
  }
  header .languageSelection {
    height: auto;
  }
  header .languageSelection img {
    display: none;
  }
  .megaMenu {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .phone,
  header .search {
    display: none;
  }
  header .menu {
    margin-left: auto;
  }
  header .menu > li > a {
    padding: 20px 14px;
  }
  .megaMenuArea {
    height: 694px !important;
  }
  .megaMenuArea .megaMenuOfferForm {
    padding: 80px 40px;
  }
  .megaMenu {
    padding: 30px;
    height: 694px !important;
  }
  .megaMenu .menu2 ul {
    min-width: 220px;
  }
  .megaMenu .menu2 ul li a {
    font-size: 15px;
  }
  .megaMenu .menu1 li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  header .phone,
  header .search {
    display: none;
  }
  header .menu {
    margin-left: auto;
  }
  .megaMenuArea .megaMenuOfferForm {
    padding: 80px 40px;
  }
  .megaMenu {
    padding: 65px;
  }
  .megaMenu .menu2 ul {
    min-width: 220px;
  }
  .megaMenu .menu2 ul li a {
    font-size: 15px;
  }
  .megaMenu .menu1 li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  header .phone {
    display: none;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1520px) {
  .megaMenu {
    padding: 50px;
  }
}
@media screen and (max-width: 576px) {
  .footerTop .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  footer .footerTopContent {
    flex-direction: column;
    gap: 30px;
  }
  footer .footerTopContent .brochure {
    margin: 0;
    align-items: center;
  }
  footer .footerTopContent .social {
    margin: 0;
  }
  footer .footerContent .menus {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 55px;
  }
  footer .footerContent .contactInfo {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  footer .footerContent .contactInfo .item {
    gap: 10px;
    margin: 0 !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .footerTop .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  footer .footerTopContent {
    flex-direction: column;
    gap: 30px;
  }
  footer .footerTopContent .brochure {
    margin: 0;
    align-items: center;
  }
  footer .footerTopContent .social {
    margin: 0;
  }
  footer .footerContent .menus {
    flex-wrap: wrap;
    gap: 40px;
  }
  footer .footerContent .menus .menu {
    width: calc(50% - 20px);
  }
  footer .footerContent .contactInfo {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  footer .footerContent .contactInfo .item {
    gap: 10px;
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerTopContent {
    flex-wrap: wrap;
    gap: 25px 0;
    justify-content: space-between;
  }
  footer .footerTopContent .social {
    margin: 0 auto;
  }
  footer .footerContent .menus {
    flex-wrap: wrap;
    gap: 40px;
  }
  footer .footerContent .menus .menu {
    width: calc(50% - 20px);
  }
  footer .footerContent .contactInfo {
    flex-wrap: wrap;
    gap: 25px 0;
    justify-content: space-between;
  }
  footer .footerContent .contactInfo .item {
    max-width: calc(50% - 20px) !important;
    margin: 0 !important;
  }
  footer .footerContent .contactInfo .phoneNumber {
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerTopContent {
    flex-wrap: wrap;
    gap: 25px 0;
    justify-content: space-between;
  }
  footer .footerTopContent .social {
    margin: 0 auto;
  }
  footer .footerContent .menus {
    gap: 70px;
  }
  footer .footerContent .contactInfo {
    flex-wrap: wrap;
    gap: 25px 0;
    justify-content: space-between;
  }
  footer .footerContent .contactInfo .item {
    max-width: calc(50% - 20px) !important;
    margin: 0 !important;
  }
  footer .footerContent .contactInfo .phoneNumber {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .mainSlide .swiper-slide {
    padding: 20px;
    height: auto;
  }
  .mainSlide .swiper-slide .rightImg {
    opacity: 0.7;
  }
  .mainSlide .swiper-slide .content .title {
    font-size: 25px;
  }
  .mainSlide .swiper-slide .content .description {
    margin: 20px 0 50px;
  }
  .mainSlide .swiper-slide .content .reviewBtn {
    font-size: 18px;
  }
  .mainSlide .swiper-slide .content .bottomPolicy {
    margin-top: 30px;
    text-align: right;
  }
  .mainSlide .swiper-slide .content .bottomPolicy .policiyImg {
    width: 85px;
  }
  .mainSlide .buttons {
    left: 20px;
    bottom: 85px;
  }
  section.mainSLider .slideCards {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.mainSLider .slideCards .slideCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.mainBlogSlide .mainBlogSlider {
    max-height: 325px;
  }
  section.mainBlogSlide .mainBlogSlider .buttons {
    right: 20px;
    top: 59%;
  }
  .mainBlogSlideContent {
    padding: 40px 0;
  }
  .mainBlogSlideContent .imgArea {
    width: 100%;
  }
  section.salesSupport {
    margin-bottom: 40px;
  }
  section.salesSupport .content {
    padding-bottom: 35px;
  }
  section.salesSupport .content .text {
    font-size: 22px;
    line-height: 36px;
    word-break: break-word;
  }
  .plateCard {
    text-align: center;
    padding: 50px 45px 40px;
  }
  .supportCard {
    padding: 20px;
  }
  .supportCard .description, .supportCard .title {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
  }
  .supportCard .description {
    height: 157px;
  }
  .supportCard .title {
    font-size: 18px;
  }
  .supportCard:after {
    left: 0;
    width: 100%;
  }
  section.mainTraffic .imgArea {
    aspect-ratio: unset;
    height: 300px;
  }
  section.mainTraffic .content {
    right: 20px;
    left: 20px;
  }
  section.mainTraffic .content .text {
    font-size: 21px;
    line-height: 37px;
  }
  section.mainWhy .whyInfo .title {
    font-size: 36px;
    line-height: 48px;
  }
  section.mainPlateArea .plateTextArea {
    flex-direction: column;
  }
  section.mainPlateArea .plateTextArea .info {
    white-space: normal;
    padding: 40px 30px;
    writing-mode: unset;
    transform: unset;
    font-size: 17px;
  }
  section.mainPlateArea .plateTextArea .info:after {
    display: none;
  }
  section.mainPlateArea .plateTextArea .description {
    max-width: 100%;
    padding: 0 30px 30px;
    font-size: 19px;
    line-height: 39px;
    margin-bottom: -35px;
  }
  .mainBlogSlideContent {
    flex-direction: column;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .mainSlide .swiper-slide {
    padding: 30px 40px;
    height: auto;
  }
  .mainSlide .swiper-slide .rightImg {
    opacity: 0.7;
  }
  .mainSlide .swiper-slide .content .title {
    font-size: 25px;
  }
  .mainSlide .swiper-slide .content .description {
    margin: 20px 0 50px;
  }
  .mainSlide .swiper-slide .content .reviewBtn {
    font-size: 18px;
  }
  .mainSlide .swiper-slide .content .bottomPolicy {
    margin-top: 30px;
    text-align: right;
  }
  .mainSlide .swiper-slide .content .bottomPolicy .policiyImg {
    width: 85px;
  }
  .mainSlide .buttons {
    left: 40px;
    bottom: 85px;
  }
  section.mainSLider .slideCards {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  section.mainSLider .slideCards .slideCard {
    width: calc(50% - 10px);
  }
  section.mainBlogSlide .mainBlogSlider {
    max-height: 325px;
  }
  section.mainBlogSlide .mainBlogSlider .buttons {
    right: 20px;
    top: 59%;
  }
  .mainBlogSlideContent {
    padding: 40px 0;
  }
  section.salesSupport {
    margin-bottom: 40px;
  }
  section.salesSupport .content {
    padding-bottom: 35px;
  }
  section.salesSupport .content .text {
    font-size: 22px;
    line-height: 36px;
    word-break: break-word;
  }
  .plateCard {
    text-align: center;
    padding: 50px 45px 40px;
  }
  .supportCard {
    padding: 20px;
  }
  .supportCard .description, .supportCard .title {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
  }
  .supportCard .description {
    height: 157px;
  }
  .supportCard .title {
    font-size: 18px;
  }
  .supportCard:after {
    left: 0;
  }
  section.mainTraffic .imgArea {
    aspect-ratio: unset;
    height: 300px;
  }
  section.mainTraffic .content {
    right: 20px;
    left: 20px;
  }
  section.mainTraffic .content .text {
    font-size: 21px;
    line-height: 37px;
  }
  section.mainWhy .whyInfo .title {
    font-size: 36px;
    line-height: 48px;
  }
  section.mainPlateArea .plateTextArea {
    flex-direction: column;
  }
  section.mainPlateArea .plateTextArea .info {
    white-space: normal;
    padding: 40px 30px;
    writing-mode: unset;
    transform: unset;
    font-size: 17px;
  }
  section.mainPlateArea .plateTextArea .info:after {
    display: none;
  }
  section.mainPlateArea .plateTextArea .description {
    max-width: 100%;
    padding: 0 30px 30px;
    font-size: 19px;
    line-height: 39px;
    margin-bottom: -40px;
  }
  .mainBlogSlideContent {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mainSlide .swiper-slide {
    padding: 55px 35px 35px 65px;
  }
  .mainSlide .swiper-slide .rightImg {
    opacity: 0.7;
  }
  section.mainSLider .slideCards {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainBlogSlide .mainBlogSlider {
    max-height: 325px;
  }
  section.mainBlogSlide .mainBlogSlider .buttons {
    right: 20px;
    top: 59%;
  }
  .mainBlogSlideContent {
    padding: 40px 0;
  }
  section.salesSupport {
    margin-bottom: 40px;
  }
  section.salesSupport .content {
    padding-bottom: 35px;
  }
  section.salesSupport .content .text {
    font-size: 22px;
    line-height: 36px;
    word-break: break-word;
  }
  .plateCard {
    text-align: center;
    padding: 50px 45px 40px;
  }
  .supportCard {
    padding: 20px;
  }
  .supportCard .description, .supportCard .title {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
  }
  .supportCard .title {
    font-size: 20px;
    line-height: 30px;
  }
  .supportCard .description {
    height: 157px;
  }
  section.mainTraffic .imgArea {
    aspect-ratio: unset;
    height: 300px;
  }
  section.mainTraffic .content .text {
    font-size: 21px;
    line-height: 37px;
  }
  section.mainWhy .whyInfo .title {
    font-size: 36px;
    line-height: 48px;
  }
  section.mainPlateArea .plateTextArea {
    flex-direction: column;
  }
  section.mainPlateArea .plateTextArea .info {
    white-space: normal;
    padding: 40px 30px;
    writing-mode: unset;
    transform: unset;
    font-size: 17px;
  }
  section.mainPlateArea .plateTextArea .info:after {
    display: none;
  }
  section.mainPlateArea .plateTextArea .description {
    max-width: 100%;
    padding: 0 30px 30px;
    font-size: 19px;
    line-height: 39px;
  }
  .mainBlogSlideContent {
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) and (max-width: 1072px) {
  section.mainSLider .slideCards .slideCard {
    padding: 31px 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainSlide .swiper-slide {
    padding: 55px 35px 35px 65px;
  }
  .mainSlide .swiper-slide .rightImg {
    opacity: 0.7;
  }
  section.mainWhy .whyInfo .title {
    font-size: 36px;
    line-height: 48px;
  }
  section.mainBlogSlide .mainBlogSlider .buttons {
    right: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .mainSlide .swiper-slide {
    padding: 55px 35px 35px 65px;
  }
  section.mainSLider .slideCards .slideCard {
    padding: 32px 35px;
  }
  section.mainWhy .whyInfo .title {
    font-size: 36px;
    line-height: 48px;
  }
  section.mainBlogSlide .mainBlogSlider .buttons {
    right: 20px;
  }
}
@media screen and (min-width: 2001px) {
  section.mainPlateArea {
    overflow: hidden;
  }
  section.mainPlateArea .content {
    background-color: #fff;
    border-bottom: 1px solid #F6F5F2;
  }
  section.mainPlateArea .row .col-xl-8 {
    position: relative;
  }
  section.mainPlateArea .plateTextArea {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
  }
  section.mainPlateArea .plateTextArea .info {
    color: #7E6A61;
    font-size: 20px;
    white-space: nowrap;
    position: relative;
    line-height: 40px;
    font-weight: 500;
    padding: 110px 30px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    border-left: 1px solid #F6F5F2;
  }
  section.mainPlateArea .plateTextArea .info:after {
    content: "";
    top: 50px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFE500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  section.mainPlateArea .plateTextArea .description {
    padding: 95px 0 120px 30px;
    max-width: 375px;
    font-size: 26px;
    line-height: 48px;
    font-weight: 300;
    color: #40322C;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  section.mainPlateArea .plateTextArea .description b {
    font-weight: 500;
  }
  section.mainPlateArea .plateTextArea .buttons {
    display: flex;
    margin-top: 30px;
    gap: 25px;
  }
  section.mainPlateArea .plateTextArea .buttons .swiper-button {
    cursor: pointer;
    position: relative;
    margin: 0;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 65px;
    border-radius: 50%;
    border: 1px solid #40322C;
    flex-shrink: 0;
    min-height: 65px;
    transition: 0.3s ease all;
  }
  section.mainPlateArea .plateTextArea .buttons .swiper-button .icon {
    transform: rotate(-90deg);
    width: 12px;
    height: 6px;
    flex-shrink: 0;
    fill: #40322C;
    transition: 0.3s ease all;
  }
  section.mainPlateArea .plateTextArea .buttons .swiper-button:hover .icon {
    scale: 1.5;
  }
  section.mainPlateArea .plateTextArea .buttons .swiper-button.prev {
    transform: rotate(180deg);
  }
  section.mainPlateArea .plateTextArea .buttons .swiper-button:after {
    display: none;
  }
  section.mainPlateArea .plateSlide {
    margin-right: auto;
    margin-top: 75px;
    border-radius: 20px;
    left: 0 !important;
  }
  section.mainPlateArea .plateSlide .swiper-slide {
    max-width: 488px;
    width: 100%;
  }
  section.mainPlateArea .plateSlide .buttons {
    position: absolute;
    left: -57%;
    bottom: 0;
    display: flex;
    gap: 25px;
  }
  .plateCard {
    padding: 50px 80px 40px;
  }
  .plateCard .imgArea {
    max-width: 200px;
  }
  .plateCard .name {
    height: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1430px) {
  section.mainSLider .slideCards .slideCard {
    padding: 31px 40px;
  }
}
@media screen and (max-width: 576px) {
  section.offerContent .text {
    word-break: break-word;
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.offerContent .text {
    word-break: break-word;
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
    position: absolute;
    width: 100px;
    height: 100px;
    transform: translate(50%, 50%);
  }
  section.page404 .imgArea .image1 {
    top: -7%;
    left: -7%;
  }
  section.page404 .imgArea .image2 {
    top: 65%;
    left: -7%;
    width: 100px;
    height: 100px;
  }
  section.page404 .imgArea .image3 {
    top: -22%;
    right: 17%;
    width: 110px;
    height: 110px;
  }
  section.page404 .imgArea .image4 {
    right: 14%;
    width: 90px;
    height: 90px;
  }
  section.page404 .content {
    margin-bottom: 100px;
  }
  section.page404 .content .title {
    font-size: 80px;
  }
  section.page404 .content .text {
    font-size: 24px;
  }
  section.page404 .content .buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
    position: absolute;
    width: 100px;
    height: 100px;
    transform: translate(50%, 50%);
  }
  section.page404 .imgArea .image1 {
    top: -7%;
    left: -7%;
  }
  section.page404 .imgArea .image2 {
    top: 65%;
    left: -7%;
    width: 100px;
    height: 100px;
  }
  section.page404 .imgArea .image3 {
    top: -22%;
    right: 17%;
    width: 110px;
    height: 110px;
  }
  section.page404 .imgArea .image4 {
    right: 14%;
    width: 90px;
    height: 90px;
  }
  section.page404 .content {
    margin-bottom: 100px;
  }
  section.page404 .content .text {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
    position: absolute;
    transform: translate(50%, 50%);
  }
  section.page404 .imgArea .image1 {
    top: -7%;
    left: -7%;
  }
  section.page404 .imgArea .image2 {
    top: 65%;
    left: -7%;
  }
  section.page404 .imgArea .image3 {
    top: -12%;
    right: 17%;
  }
  section.page404 .imgArea .image4 {
    right: 14%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
    position: absolute;
    transform: translate(50%, 50%);
  }
  section.page404 .imgArea .image1 {
    top: -7%;
    left: -7%;
  }
  section.page404 .imgArea .image2 {
    top: 65%;
    left: -7%;
  }
  section.page404 .imgArea .image3 {
    top: -12%;
    right: 17%;
  }
  section.page404 .imgArea .image4 {
    right: 14%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
    position: absolute;
    transform: translate(50%, 50%);
  }
  section.page404 .imgArea .image1 {
    top: -7%;
    left: -7%;
  }
  section.page404 .imgArea .image2 {
    top: 65%;
    left: -7%;
  }
  section.page404 .imgArea .image3 {
    top: -12%;
    right: 17%;
  }
  section.page404 .imgArea .image4 {
    right: 14%;
  }
}
@media screen and (max-width: 576px) {
  .worldContent .imgArea {
    display: none;
  }
  .worldCard .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .worldCard .doubleItem {
    flex-direction: column;
  }
  .worldCard .doubleItem .item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .worldCard .item {
    gap: 15px;
    padding: 20px;
  }
  .worldCard .doubleItem .item {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .worldCard .item {
    gap: 15px;
  }
  .worldCard .doubleItem {
    flex-direction: column;
  }
  .worldCard .doubleItem .item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .worldCard .item {
    gap: 15px;
  }
  .worldCard .doubleItem {
    flex-direction: column;
  }
  .worldCard .doubleItem .item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .worldCard .item {
    gap: 15px;
    padding: 20px;
  }
  .worldCard .doubleItem .item {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  section.productionContent .productionBanner .content {
    text-align: center;
    padding: 70px 30px;
    font-size: 22px;
    line-height: 32px;
  }
  section.productionContent .productionBottomImg .text {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productionContent .productionBanner .content {
    text-align: center;
    padding: 90px 40px;
    font-size: 22px;
    line-height: 32px;
  }
  section.productionContent .productionBottomImg .text {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productionContent .productionBanner .content {
    padding: 150px 70px;
    font-size: 28px;
    line-height: 38px;
  }
  section.productionContent .productionBottomImg .text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.productionContent .productionBottomImg .text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.questionContent .questionAccordions {
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-left: 0;
    border-top: 1px solid #000;
  }
  section.questionContent .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.questionContent .questionAccordions {
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-left: 0;
    border-top: 1px solid #000;
  }
  section.questionContent .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.questionContent .questionAccordions {
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-left: 0;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 992px) {
  .globalContent .galeryInfo {
    position: relative;
    display: inline-block;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    transform: rotate(0);
    writing-mode: unset;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
  }
  .globalContent .galeryInfo.type2 {
    color: #000;
  }
  .globalContent .galeryInfo:after {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
  }
  .videoGalleryItem .content {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1919px) {
  .globalContent .galeryInfo {
    left: -35px;
  }
  .globalContent .galeryInfo.type2 {
    right: -35px;
  }
  .videoGalleryItem .content {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  section.productDetailContent .productDetailSlide {
    padding: 70px 0;
    height: auto;
  }
  section.productDetailContent .productDetailSlide .swiper-slide .imgArea {
    max-width: 165px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button {
    width: 55px;
    min-height: 55px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-prev {
    left: 15px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-next {
    right: 15px;
  }
  section.productDetailContent .productDetailInfo .buttons {
    padding: 35px 20px;
    flex-direction: column;
  }
  section.productDetailContent .productDetailInfo .buttons .detailBtn {
    padding: 20px;
    font-size: 15px;
    width: 100%;
  }
  section.productDetailContent .productDetailInfo .documenty {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  section.productDetailContent .productTable {
    overflow-x: auto;
  }
  section.productDetailContent .productTable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.productDetailContent .productTable table thead tr th {
    padding: 20px 10px;
    font-size: 16px;
  }
  section.productDetailContent .productTable table tbody tr td {
    padding: 20px 10px;
    font-size: 16px;
  }
  section.productDetailContent .productTable table tbody tr td:last-child {
    white-space: nowrap;
  }
  section.productDetailContent .videoItem {
    aspect-ratio: unset;
    height: 350px;
  }
  section.productDetailContent .videoItem .content {
    width: 100%;
  }
  section.productDetailContent .videoItem .content .icon {
    width: 80px;
    height: 80px;
  }
  section.productDetailContent .productThumbs {
    height: auto;
  }
  section.productDetailContent .productThumbs .swiper-slide {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productDetailContent .productDetailSlide {
    padding: 70px 0;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button {
    width: 55px;
    min-height: 55px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-prev {
    left: 15px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-next {
    right: 15px;
  }
  section.productDetailContent .productDetailInfo .buttons {
    padding: 35px 20px;
    flex-direction: column;
  }
  section.productDetailContent .productDetailInfo .buttons .detailBtn {
    padding: 20px;
    font-size: 15px;
    width: 100%;
  }
  section.productDetailContent .productDetailInfo .documenty {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  section.productDetailContent .productTable {
    overflow-x: auto;
  }
  section.productDetailContent .productTable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.productDetailContent .productTable table thead tr th {
    padding: 20px;
  }
  section.productDetailContent .productTable table tbody tr td {
    padding: 20px;
  }
  section.productDetailContent .productTable table tbody tr td:last-child {
    white-space: nowrap;
  }
  section.productDetailContent .videoItem .imgArea {
    aspect-ratio: unset;
    height: 350px;
  }
  section.productDetailContent .videoItem .content {
    width: 100%;
  }
  section.productDetailContent .videoItem .content .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.productDetailContent .productDetailSlide .swiper-slide .imgArea {
    max-width: 165px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button {
    width: 55px;
    min-height: 55px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-prev {
    left: 15px;
  }
  section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-next {
    right: 15px;
  }
  section.productDetailContent .productDetailInfo .buttons {
    padding: 35px 20px;
  }
  section.productDetailContent .productDetailInfo .buttons .detailBtn {
    padding: 20px;
    font-size: 15px;
    width: 100%;
  }
  section.productDetailContent .productDetailInfo .documenty {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  section.productDetailContent .productTable {
    overflow-x: auto;
  }
  section.productDetailContent .productTable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.productDetailContent .productTable table thead tr th {
    padding: 20px;
  }
  section.productDetailContent .productTable table tbody tr td {
    padding: 20px;
  }
  section.productDetailContent .productTable table tbody tr td:last-child {
    white-space: nowrap;
  }
  section.productDetailContent .videoItem .imgArea {
    aspect-ratio: unset;
    height: 350px;
  }
  section.productDetailContent .videoItem .content {
    width: 100%;
  }
  section.productDetailContent .videoItem .content .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 576px) {
  section.corporateContent .qualityImg {
    margin: 60px 0;
    aspect-ratio: unset;
    height: 100px;
  }
  section.corporateContent .corporateWidgets .info {
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  section.corporateContent .corporateWidgets .info .description {
    font-size: 20px;
  }
  section.corporateContent .corporateWidgets .info .brand {
    margin: 0 auto;
  }
  section.corporateContent .content {
    text-align: center;
  }
  section.corporateContent .content > .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.corporateContent .content .corporateImg {
    display: none;
  }
  section.corporateContent .content .security .description {
    font-size: 22px;
    line-height: 42px;
  }
  section.corporateContent .content .corporateQuality {
    flex-direction: column;
  }
  section.corporateContent .content .corporateQuality .imgArea {
    min-width: 130px;
    width: 130px;
  }
  section.corporateContent .corporateCard {
    padding: 10px;
  }
  section.corporateContent .corporateCard .imgArea {
    margin: 0 !important;
  }
  section.corporateContent .corporateCard .cardContent {
    padding: 0;
    margin-top: 30px;
    order: 2;
  }
  section.corporateContent .corporateCard .cardContent .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.corporateContent .qualityImg {
    margin: 60px 0;
    aspect-ratio: unset;
    height: 100px;
  }
  section.corporateContent .corporateWidgets .info {
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  section.corporateContent .corporateWidgets .info .description {
    font-size: 20px;
  }
  section.corporateContent .corporateWidgets .info .brand {
    margin: 0 auto;
  }
  section.corporateContent .content {
    text-align: center;
  }
  section.corporateContent .content > .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.corporateContent .content .corporateImg {
    display: none;
  }
  section.corporateContent .content .security .description {
    font-size: 22px;
    line-height: 42px;
  }
  section.corporateContent .content .corporateQuality {
    flex-direction: column;
  }
  section.corporateContent .content .corporateQuality .imgArea {
    min-width: 130px;
    width: 130px;
  }
  section.corporateContent .corporateCard {
    padding: 10px;
  }
  section.corporateContent .corporateCard .imgArea {
    margin: 0 !important;
  }
  section.corporateContent .corporateCard .cardContent {
    margin-top: 30px;
    order: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.corporateContent .qualityImg {
    margin: 60px 0;
    aspect-ratio: unset;
    height: 100px;
  }
  section.corporateContent .corporateWidgets .info {
    margin-top: 30px;
    padding: 0;
  }
  section.corporateContent .corporateWidgets .info .description {
    font-size: 20px;
  }
  section.corporateContent .corporateWidgets .info .brand {
    margin: 0 auto;
  }
  section.corporateContent .content > .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.corporateContent .content .corporateImg {
    display: none;
  }
  section.corporateContent .content .security .description {
    font-size: 22px;
    line-height: 42px;
  }
  section.corporateContent .content .corporateQuality {
    flex-direction: column;
  }
  section.corporateContent .content .corporateQuality .imgArea {
    min-width: 130px;
    width: 130px;
  }
  section.corporateContent .corporateCard {
    padding: 10px;
  }
  section.corporateContent .corporateCard .imgArea {
    margin: 0 !important;
  }
  section.corporateContent .corporateCard .cardContent {
    margin-top: 30px;
    order: 2;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.corporateContent .qualityImg {
    margin: 60px 0;
    aspect-ratio: unset;
    height: 100px;
  }
  section.corporateContent .corporateWidgets .info {
    margin-top: 30px;
    padding: 0;
  }
  section.corporateContent .corporateWidgets .info .description {
    font-size: 20px;
  }
  section.corporateContent .corporateWidgets .info .brand {
    margin: 0 auto;
  }
  section.corporateContent .content > .text {
    font-size: 24px;
    line-height: 40px;
  }
  section.corporateContent .content .corporateImg {
    display: none;
  }
  section.corporateContent .content .security .description {
    font-size: 37px;
    line-height: 57px;
  }
  section.corporateContent .content .corporateQuality {
    flex-direction: column;
  }
  section.corporateContent .corporateCard {
    padding: 10px;
  }
  section.corporateContent .corporateCard .imgArea {
    margin: 0 !important;
  }
  section.corporateContent .corporateCard .cardContent {
    margin-top: 30px;
    order: 2;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.corporateContent .content .security .description {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .selectArea {
    flex-direction: column;
  }
  .selectArea label {
    border-right: 0;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    padding: 0 50px;
    border-radius: 20px 20px 0 0;
    min-height: 80px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .selectArea {
    flex-direction: column;
  }
  .selectArea label {
    border-right: 0;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    padding: 0 50px;
    border-radius: 20px 20px 0 0;
    min-height: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .selectArea label {
    min-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .seoContent {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .blogItem .title {
    font-size: 26px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .blogItem .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .categoryItem {
    gap: 10px;
    padding: 25px 56px 25px 10px;
  }
  .categoryItem .goDetail .icon {
    width: 17px;
    height: 17px;
  }
  .categoryItem:before, .categoryItem:after {
    width: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .categoryItem {
    gap: 10px;
    padding: 25px 56px 25px 10px;
  }
  .categoryItem:before, .categoryItem:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .categoryItem {
    gap: 10px;
    padding: 25px 56px 25px 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryItem {
    gap: 10px;
    padding: 25px 56px 25px 10px;
  }
}
@media screen and (max-width: 576px) {
  .otherCategories .titleArea {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .otherCategories .titleArea .view {
    margin: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productItem {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.bottomCards .bottomCard {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  section.bottomCards .bottomCard .texts {
    margin: 0;
  }
  section.bottomCards .bottomCard.type2 .title {
    margin: 0 auto;
  }
  section.bottomCards .bottomCard:after {
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.bottomCards .bottomCard {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  section.bottomCards .bottomCard .texts {
    margin: 0;
  }
  section.bottomCards .bottomCard.type2 .title {
    margin: 0 auto;
  }
  section.bottomCards .bottomCard:after {
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.bottomCards .bottomCard .texts {
    margin-left: 40px;
  }
  section.bottomCards .bottomCard .texts .title {
    margin-bottom: 10px;
  }
  section.bottomCards .bottomCard .view {
    margin-left: auto;
  }
  section.bottomCards .bottomCard.type2 .title {
    margin-left: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.bottomCards .bottomCard {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  section.bottomCards .bottomCard .texts {
    margin: 0;
  }
  section.bottomCards .bottomCard.type2 .title {
    margin: 0 auto;
  }
  section.bottomCards .bottomCard:after {
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  section.pageHeader .productBanner .text, section.pageHeader .productDetailBanner .text {
    font-size: 28px;
    line-height: 38px;
  }
  section.pageHeader .productBanner.offerBanner .description, section.pageHeader .productDetailBanner.offerBanner .description {
    padding: 0;
  }
  section.pageHeader .productBanner.type4, section.pageHeader .productDetailBanner.type4 {
    padding: 90px 0;
  }
  section.pageHeader .productBanner.type4 .container, section.pageHeader .productDetailBanner.type4 .container {
    align-items: center;
  }
  section.pageHeader .productBanner .container, section.pageHeader .productDetailBanner .container {
    flex-direction: column;
    gap: 20px;
  }
  section.pageHeader .productBanner .imgArea, section.pageHeader .productDetailBanner .imgArea {
    margin-right: 0;
  }
  section.pageHeader .productBanner .imgArea:after, section.pageHeader .productDetailBanner .imgArea:after {
    width: 145px;
  }
  section.pageHeader .productBanner .rightImage, section.pageHeader .productDetailBanner .rightImage {
    display: none;
  }
  section.pageHeader .banner .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.pageHeader .banner .workTime {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  section.pageHeader .banner .workTime b {
    margin: 0;
  }
  section.pageHeader.type2 .banner .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .pageSelectTitleArea {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .pageSelectTitleArea > .title {
    font-size: 28px;
    line-height: 38px;
  }
  .pageSelect {
    width: 100%;
  }
  .pageSelect .title {
    padding: 20px;
  }
  .pageSelect ul li a {
    padding: 10px 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.pageHeader .productBanner.type4, section.pageHeader .productDetailBanner.type4 {
    padding: 90px 0;
  }
  section.pageHeader .productBanner.offerBanner .description, section.pageHeader .productDetailBanner.offerBanner .description {
    padding: 0;
  }
  section.pageHeader .productBanner .imgArea, section.pageHeader .productDetailBanner .imgArea {
    margin-right: 100px;
  }
  section.pageHeader .productBanner .imgArea:after, section.pageHeader .productDetailBanner .imgArea:after {
    width: 145px;
  }
  section.pageHeader .productBanner .rightImage, section.pageHeader .productDetailBanner .rightImage {
    display: none;
  }
  section.pageHeader .banner .workTime {
    gap: 10px;
    width: 100%;
  }
  section.pageHeader .banner .workTime b {
    margin: 0;
  }
  section.pageHeader.type2 .banner .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .pageSelectTitleArea {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .pageSelectTitleArea > .title {
    font-size: 34px;
    line-height: 44px;
  }
  .pageSelect {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.pageHeader .productBanner .container {
    max-width: 780px;
  }
  section.pageHeader .productBanner .imgArea {
    margin-right: 100px;
  }
  section.pageHeader .productBanner .imgArea:after {
    width: 145px;
  }
  section.pageHeader .banner .workTime {
    gap: 10px;
    width: 100%;
  }
  section.pageHeader .banner .workTime b {
    margin: 0;
  }
  section.pageHeader.type2 .banner .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pageSelectTitleArea {
    gap: 15px;
    align-items: center;
    margin-bottom: 45px;
  }
  .pageSelectTitleArea > .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.pageHeader .banner .workTime {
    gap: 10px;
    width: 100%;
  }
  section.pageHeader .banner .workTime b {
    margin: 0;
  }
  section.pageHeader.type2 .banner .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .breadcrumb ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
}
@media screen and (max-width: 576px) {
  section.careerContent .imgArea {
    border-radius: 20px 20px 0 0;
    height: 450px;
  }
  section.careerContent .careerInfo {
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }
  section.careerContent .careerInfo .title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  section.careerContent .careerInfo .description {
    font-size: 16px;
  }
  section.careerContent .careerInfo .careerUpload {
    margin-top: 30px;
    flex-direction: column;
  }
  section.careerContent .careerInfo .careerUpload .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #DADADA;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadInfo {
    padding: 20px;
    gap: 15px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadBtn {
    padding: 20px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadBtn button {
    gap: 15px;
  }
  .userFormArea {
    padding: 0 20px 30px;
  }
  .userFormArea .userArea .titleArea {
    flex-wrap: wrap;
  }
  .careerButtons {
    flex-direction: column;
  }
  .careerButtons .appBtn, .careerButtons .addcvBtn {
    justify-content: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.careerContent .imgArea {
    border-radius: 20px 20px 0 0;
    height: 450px;
  }
  section.careerContent .careerInfo {
    border-radius: 0 0 20px 20px;
    padding: 25px;
  }
  section.careerContent .careerInfo .title {
    margin-bottom: 30px;
  }
  section.careerContent .careerInfo .careerUpload {
    margin-top: 30px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadInfo {
    padding: 20px;
    gap: 15px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadBtn {
    padding: 20px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadBtn button {
    gap: 15px;
  }
  .userFormArea {
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.careerContent .imgArea {
    border-radius: 20px 20px 0 0;
    height: 450px;
  }
  section.careerContent .careerInfo {
    border-radius: 0 0 20px 20px;
    padding: 25px;
  }
  section.careerContent .careerInfo .title {
    margin-bottom: 30px;
  }
  section.careerContent .careerInfo .careerUpload {
    margin-top: 30px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadInfo, section.careerContent .careerInfo .careerUpload .item .uploadBtn {
    padding: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.careerContent .imgArea {
    border-radius: 20px 20px 0 0;
    height: 450px;
  }
  section.careerContent .careerInfo {
    border-radius: 0 0 20px 20px;
  }
  section.careerContent .careerInfo .title {
    margin-bottom: 30px;
  }
  section.careerContent .careerInfo .careerUpload {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.careerContent .careerInfo {
    padding: 25px;
  }
  section.careerContent .careerInfo .careerUpload {
    margin-top: 30px;
  }
  section.careerContent .careerInfo .careerUpload .item .uploadInfo, section.careerContent .careerInfo .careerUpload .item .uploadBtn {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .contactCardArea .contactCard .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .contactCardArea .contactCard .doubleItem {
    flex-direction: column;
  }
  .contactCardArea .contactCard .doubleItem .item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
    font-size: 16px;
  }
  .contactMap {
    aspect-ratio: unset;
    height: 350px;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  .contactForm .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .contactCardArea .contactCard .item {
    gap: 15px;
    padding: 20px;
  }
  .contactCardArea .contactCard .doubleItem .item {
    padding: 20px;
    font-size: 16px;
  }
  .contactForm .title {
    font-size: 24px;
  }
  .contactMap {
    aspect-ratio: unset;
    height: 350px;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .contactMap {
    aspect-ratio: unset;
    height: 450px;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .contactCardArea .contactCard .item {
    gap: 15px;
  }
  .contactCardArea .contactCard .doubleItem {
    flex-direction: column;
  }
  .contactCardArea .contactCard .doubleItem .item {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .contactCardArea .contactCard .item {
    gap: 15px;
    padding: 20px;
  }
  .contactCardArea .contactCard .doubleItem .item {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .newsCard {
    padding: 20px;
  }
  .newsCard .content .date {
    margin: 20px 0;
  }
  .newsCard .content .title {
    font-size: 22px;
    line-height: 32px;
    height: 95px;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsCard .content .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newsDetailArea .bottom {
    padding: 20px;
  }
  .newsDetailArea .newsSlide .swiper-button {
    width: 50px;
    min-height: 50px;
  }
  .newsDetailArea .newsSlide .swiper-button.swiper-button-next {
    right: 20px;
  }
  .newsDetailArea .newsSlide .swiper-button.swiper-button-prev {
    left: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .newsCard {
    padding: 20px;
  }
  .newsCard .content .date {
    margin: 20px 0;
  }
  .newsCard .content .title {
    font-size: 22px;
    line-height: 32px;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsCard .content .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
  }
  .newsDetailArea .bottom {
    padding: 40px;
  }
  .newsDetailArea .newsSlide .swiper-button {
    width: 60px;
    min-height: 60px;
  }
  .newsDetailArea .newsSlide .swiper-button.swiper-button-next {
    right: 20px;
  }
  .newsDetailArea .newsSlide .swiper-button.swiper-button-prev {
    left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .newsCard .content .title {
    font-size: 22px;
    line-height: 32px;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsCard .content .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  section.policyContent {
    padding: 10px 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .accordionItem .accordionHeader {
    font-size: 18px;
    line-height: 28px;
  }
  .accordionItem.type2 {
    padding: 0 20px;
  }
  .accordionItem.type2 .accordionHeader {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accordionItem .accordionHeader {
    font-size: 18px;
    line-height: 28px;
  }
  .accordionItem.type2 {
    padding: 0 20px;
  }
  .accordionItem.type2 .accordionHeader {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
    border-radius: 0 0 20px 20px;
    padding: 20px 50px;
    min-height: 80px;
  }
  .select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection--single {
    border-radius: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
    border-radius: 0 0 20px 20px;
    padding: 20px 50px;
    min-height: 80px;
  }
  .select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection--single {
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
    padding: 20px 50px;
    min-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pdfCard {
    padding: 20px 38px 20px 20px;
    gap: 20px;
  }
  .pdfCard .categoryName {
    font-size: 16px;
    line-height: 20px;
  }
  .pdfCard .icon {
    width: 30px;
    height: 30px;
  }
  .pdfCard:before, .pdfCard:after {
    width: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pdfCard {
    gap: 30px;
    padding: 25px 20px;
  }
  .pdfCard:before, .pdfCard:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pdfCard {
    padding: 20px 38px 20px 20px;
    gap: 20px;
  }
  .pdfCard .categoryName {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .pdfCard {
    padding: 20px 38px 20px 20px;
    gap: 20px;
  }
  .pdfCard .icon {
    width: 30px;
    height: 30px;
  }
  .pdfCard .categoryName {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .pdfCard {
    padding: 20px 38px 20px 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .navlist1 {
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist1 {
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist1 {
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a {
    white-space: nowrap;
  }
}/*# sourceMappingURL=mobile.css.map */