@font-face {
  font-family: Gotham;
  src: url('../fonts/._GothamRnd-Medium.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothamrnd;
  src: url('../fonts/GothamRnd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --common-light: #fffffe;
  --point-base: #d40010;
  --bg-footer: #1d1d1d;
  --point-gray: #dedede;
  --point-secondaryt: #005993;
  --text-light: #999;
  --text-gray: #666;
  --common-dark: #121212;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--common-light);
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--common-light);
  letter-spacing: -1.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 135%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  letter-spacing: .1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 175%;
}

.design-grid-column {
  background-color: #0000001a;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  width: 65px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.design-grid-column.no-left-margin {
  width: 65px;
  margin-left: 15px;
  margin-right: 15px;
}

.design-grid-pointer-events-embed {
  display: none;
}

.design-grid-gutter {
  border-left: 1px solid #e7e7e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  display: flex;
}

.border {
  border-right: 1px solid #e7e7e7;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
}

.design-grid-wrap {
  z-index: 9999;
  justify-content: center;
  width: 100%;
  height: 1000vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.design-grid-wrap._1110 {
  display: none;
}

.styleguide-section-wrap {
  background-color: #b3b3b3;
  padding: 62px 30px 30px;
  position: relative;
}

.content-section {
  padding-top: 80px;
  display: block;
  position: relative;
}

.content-section.double {
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

.div-block {
  flex-wrap: wrap;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.black-label {
  z-index: 40;
  color: #fff;
  background-color: #18181d;
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.secondary-color {
  background-color: var(--point-base);
  padding: 47px;
  box-shadow: 1px 1px 3px #00000024;
}

.wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.mx1520 {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.wrapper.mx1520.height100 {
  height: 100%;
}

.wrapper.side5 {
  padding-left: 5%;
  padding-right: 5%;
}

.wrapper.mw1200 {
  max-width: 1200px;
}

.div-block-7 {
  background-color: #ff8989;
}

.div-block-7._456 {
  background-color: var(--bg-footer);
}

.other1 {
  background-color: var(--point-gray);
  padding: 46px;
}

.other1._2 {
  background-color: var(--point-secondaryt);
}

.other1._22 {
  background-color: var(--text-light);
}

.other1._89 {
  background-color: var(--text-gray);
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  background-color: var(--common-dark);
  box-shadow: 1px 1px 3px #000;
}

.div3 {
  background-color: var(--common-light);
}

.fade-up {
  text-align: left;
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 155%;
}

.h1e-subtitle-42px-bold {
  letter-spacing: 0;
  font-family: Gotham, sans-serif;
  line-height: 130%;
}

.h1e-subtitle-42px-bold.dark {
  color: var(--common-dark);
}

.h4e-menu-18px-reg {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.p-24pt-reg {
  letter-spacing: -.3px;
  font-size: 24px;
  line-height: 155%;
}

.p-24pt-reg.product-card-block {
  color: var(--common-dark);
}

.p-24pt-reg.blue-dark {
  color: var(--point-secondaryt);
}

.p-24pt-reg.blue-dark.left {
  text-align: left;
}

.p-16pt-reg.gray {
  color: var(--text-gray);
}

.p-16pt-reg.gray.md16 {
  margin-bottom: 16px;
}

.p-16pt-reg.dark {
  color: var(--common-dark);
}

.p-16pt-reg.dark.md18 {
  margin-bottom: 18px;
}

.p-18pt-reg {
  color: var(--common-dark);
  font-size: 18px;
  text-decoration: none;
}

.p-18pt-reg.dark {
  color: var(--common-dark);
  position: relative;
}

.p-14pt-reg {
  font-size: 14px;
}

.p-12pt-reg {
  font-size: 12px;
}

.text14pt-reg {
  font-size: 14px;
}

.text14pt-reg.dark {
  color: var(--common-dark);
}

.text16pt-reg {
  text-align: left;
  line-height: 24px;
}

.text16pt-reg.button-text {
  text-align: center;
}

.text18pt-reg {
  font-size: 18px;
  line-height: 28px;
}

.r_btn-light {
  border: 1px solid var(--point-base);
  color: var(--point-base);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/Arrow-5.svg');
  background-position: 121%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  width: 100%;
  max-width: 180px;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 18px;
  font-family: Noto Sans KR, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.r_btn-light:hover {
  background-position: 96%;
  padding-right: 27px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.page-wrapper {
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.subpage {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-reveal {
  overflow: hidden;
}

.nav-main {
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.logo-block {
  flex: 1;
}

.hero-section, .slider {
  height: 100vh;
}

.slider.hidden {
  display: none;
}

.menu-link-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.search-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  width: 120px;
  margin-left: 22px;
  margin-right: 22px;
}

.menu {
  color: var(--common-light);
  text-align: center;
  padding: 8px 14px;
  font-family: Gothamrnd, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.menu.mege-menu {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
}

.menu.mege-menu:hover {
  color: #fffffecc;
}

.menu.dark {
  color: var(--common-dark);
}

.hover-underline {
  background-color: var(--common-light);
  width: 100%;
  height: 1px;
}

.hover-underline.small-hide {
  display: none;
}

.logo-wrap {
  flex: 1;
}

.search-link {
  padding: 7px;
}

.search-link.dark {
  color: #121212;
}

.nav-mega-menu {
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 71%;
}

.div-block-12 {
  z-index: 99999;
  background-color: #132a69;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mega-container {
  justify-content: space-between;
  display: flex;
}

.mo-menu-list, .menu-button {
  display: none;
}

.background-video {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg-hero2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_313739012_Preview-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 148px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider-background {
  flex-direction: column;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overlay-2 {
  background-color: #121212b3;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.slider-arrow-item {
  z-index: 100;
  position: absolute;
  inset: auto 5% 40% auto;
}

.slider-arrow-item.hidden {
  display: none;
}

.slider-right, .slider-left {
  background-color: var(--common-light);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.arrow.reverse {
  transform: rotate(180deg);
}

.hero-title-item {
  z-index: 100;
  position: absolute;
  inset: 30% auto 40% 15%;
}

.title-below {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.title-line {
  background-color: var(--common-light);
  width: 123px;
  height: 1px;
  margin-right: 32px;
}

.text-block {
  letter-spacing: 6.4px;
  font-family: Gothamrnd, sans-serif;
  font-size: 24px;
}

.bottom-scroll-wrap {
  z-index: 9999;
  text-align: center;
  position: absolute;
  inset: auto 0% 5%;
}

.about-section {
  padding-bottom: 67px;
}

.top-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
}

.about-background-wrap {
  height: 811px;
  padding-top: 125px;
  position: relative;
}

.space-500vh {
  height: 500vh;
}

.about-bg-img {
  background-image: url('../images/Image12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1528px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-title-wrap {
  position: relative;
}

.about-in-list {
  background-color: #fffffed9;
  justify-content: space-between;
  width: 80%;
  padding: 83px 54px 81px 66px;
  display: flex;
  box-shadow: 0 12px 25px -6px #00000040;
}

.about-left-item {
  background-color: var(--common-light);
  width: 48%;
  padding: 148px 30px 48px 58px;
  position: relative;
}

.about-right-pic {
  width: 48%;
  position: relative;
}

.about-text-widzet {
  color: var(--common-dark);
  letter-spacing: 9px;
  font-size: 12px;
  position: absolute;
  inset: 19% -23% auto auto;
  transform: rotate(90deg);
}

.quate {
  position: absolute;
  inset: 12% auto auto 10%;
}

.right-pic {
  background-image: url('../images/Group-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.wrap-list {
  padding-top: 25px;
}

.item-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item-pic-wrap {
  width: 100%;
  height: 367px;
  position: relative;
  overflow: hidden;
}

.item-thumnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.item-thumnail.is-1 {
  background-image: url('../images/화천-범용선반.png');
}

.item-thumnail.is-2 {
  background-image: url('../images/6103891c4ac03ff12568074b_화천-MCT-6호기.png');
}

.item-thumnail.is-3 {
  background-image: url('../images/화천-MCT-5호기.png');
}

.item-thumnail.is-4 {
  background-image: url('../images/두산-MCT-7호기.png');
}

.thum-overlay {
  background-color: #121212cc;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item-bottom {
  color: var(--common-dark);
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.item-bottom:hover {
  color: var(--point-base);
}

.facil-thum-title.dark {
  color: var(--common-dark);
}

.collection-list {
  padding-top: 25px;
  display: flex;
}

.collection-list-wrapper {
  background-color: #0000;
}

.bottm-wrap {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}

.card-under-line {
  background-color: var(--point-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-detail {
  flex-direction: column;
  width: 60%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 26%;
}

.rich-text-block {
  color: var(--common-dark);
}

.card-title {
  margin-top: 0;
}

.rich-text-block-2 {
  color: var(--point-gray);
  padding-top: 16px;
}

.overlay-underline {
  background-color: var(--point-gray);
  width: 100%;
  height: 1px;
}

.products-section {
  padding-top: 112px;
  padding-left: 10%;
  padding-right: 0%;
}

.wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.prev_next {
  display: flex;
  position: relative;
  inset: 51px 0% auto auto;
}

.prev {
  background-color: var(--common-light);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 20px -9px #00000026;
}

.prev:hover {
  box-shadow: 0 20px 20px -9px #00000026;
}

.next {
  background-color: var(--common-light);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 20px -9px #00000026;
}

.next:hover {
  box-shadow: 0 20px 20px -9px #00000026;
}

.product-slider-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: 0;
}

.cms-slider {
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.product-pic-wrap {
  cursor: ew-resize;
  min-width: 200px;
  overflow: hidden;
}

.product-thumnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.product-card-title.dark {
  display: none;
}

.product-subtitle {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: 14px;
}

.card-title-fix {
  color: var(--text-gray);
  margin-right: 4px;
  font-size: 14px;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.arrow2.reverse {
  transform: rotate(180deg);
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.notice-section {
  padding-top: 140px;
  padding-bottom: 20px;
}

.notice-row {
  border-bottom: 1px solid var(--text-light);
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 14px;
  text-decoration: none;
  display: flex;
}

.notice-text {
  color: var(--common-dark);
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-15 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.div-block-16.mobile {
  display: none;
}

.notice-circle {
  border: 1px solid var(--text-light);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-bottom: 7px;
  display: flex;
}

.notice-arrow {
  color: var(--text-light);
}

.footer-banner {
  height: 280px;
  position: relative;
}

.list-wrap {
  padding-top: 6%;
  display: flex;
}

.left-banner-item {
  border-right: 1px solid var(--common-light);
  width: 50%;
}

.right-banner-item {
  flex: 1;
  padding-left: 15%;
}

.banner-title-56 {
  color: var(--point-base);
  letter-spacing: -3px;
  font-size: 56px;
  font-weight: 700;
  line-height: 155%;
}

.banner-footer-bg {
  background-color: #dbb5b5;
  background-image: url('../images/AdobeStock_318439839.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.footer-section {
  background-color: var(--common-dark);
  height: 440px;
  position: relative;
  overflow: hidden;
}

.footer-list {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.footer-item {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.footer-item.justi-up {
  justify-content: flex-start;
  padding-top: 14%;
}

.footer-logo {
  margin-bottom: 8px;
}

.footer-svg {
  margin-bottom: 9px;
}

.footer-summary {
  color: var(--text-light);
}

.footer-title {
  font-weight: 700;
}

.div-block-17 {
  margin-top: 25px;
  display: flex;
}

.footer-menu-link {
  color: var(--text-light);
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
}

.sitemap-wrap {
  flex-direction: column;
  margin-right: 55px;
  display: flex;
}

.footer-adress {
  color: var(--text-light);
}

.footer-adress.dark {
  color: var(--common-dark);
}

.adress-icon-wrap {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.adress-icon-wrap.narrow {
  padding-top: 2px;
  padding-bottom: 2px;
}

.adress-icon-wrap.narrow.md-set {
  margin-bottom: 16px;
}

.footer-icon-svs {
  color: var(--common-light);
  margin-right: 7px;
}

.footer-circle-wz {
  position: absolute;
  inset: auto auto -2% 31%;
}

.footer-circle-wz._2second {
  inset: 0% 0% auto auto;
}

.link-block {
  color: var(--common-light);
  transition: all .4s;
}

.link-block:hover {
  color: var(--point-base);
}

.wrapper-list {
  padding-top: 99px;
}

.sub-header-wrap {
  padding-top: 14vh;
  padding-bottom: 14vh;
  position: relative;
}

.sub-title-item {
  z-index: 10;
  padding-left: 17%;
  position: relative;
}

.sub-heading {
  color: var(--common-light);
}

.sub-heading.eng {
  font-family: Gotham, sans-serif;
}

.sub-head-bg {
  background-image: linear-gradient(#0006, #0006), url('../images/Image12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.sub-head-bg.facility {
  background-image: linear-gradient(#00000080, #00000080), url('../images/I12mage12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sub-head-bg.products {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Im324age.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sub-head-bg.notice {
  background-image: linear-gradient(#00000080, #00000080), url('../images/I3232mage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subcontant-section.md156px {
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.subcontant-section.mb40px {
  margin-bottom: 40px;
}

.sub-navigation-wrap {
  border-bottom: 1px solid var(--point-gray);
  flex-direction: column;
  align-items: center;
  height: 80px;
  display: flex;
}

.sub-navigation-wrap.al-left {
  align-items: flex-start;
}

.sub-nav-list {
  align-items: stretch;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.sub-navlink {
  color: var(--common-dark);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.sub-navlink.w--current {
  border-bottom: 2px solid var(--point-base);
}

.sub-underline {
  background-color: var(--point-base);
  width: 100%;
  height: 1px;
}

.company-info-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.company-pic {
  background-image: url('../images/I11mage.jpg');
  background-position: 50%;
  background-size: cover;
  height: 473px;
}

.company-info-table {
  padding-top: 35px;
  padding-bottom: 54px;
}

.company-info-heading {
  color: var(--common-dark);
  text-align: center;
}

.table-row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.table-row.table-top {
  border-top: 3px solid var(--point-base);
  border-bottom: 1px solid var(--point-gray);
  width: 80%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}

.table-row.body {
  border-bottom: 1px solid var(--point-gray);
}

.table-col._30 {
  width: 30%;
  padding-top: 6px;
}

.table-col._70 {
  flex: 1;
  padding-top: 16px;
}

.table-bold {
  color: var(--common-dark);
  text-align: center;
  font-size: 18px;
}

.table-reg {
  color: var(--common-dark);
}

.company-detail-section {
  padding-top: 63px;
  padding-bottom: 63px;
}

.company-detail-list {
  display: flex;
}

.detail-item {
  max-width: 503px;
  padding-top: 16%;
  padding-left: 20px;
  position: relative;
}

.detail-pra {
  z-index: 1;
  color: var(--common-dark);
  font-size: 18px;
  position: relative;
}

.wz-semicol {
  position: absolute;
  inset: 16% auto auto 0%;
}

.detail-right {
  text-align: right;
  flex: 1;
}

.subpage-footer-info {
  height: 458px;
}

.footer-info-bg {
  background-image: url('../images/Image.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.service-list {
  display: flex;
}

.service-list.md-set {
  margin-bottom: 5vh;
}

.service-list.reverse {
  flex-direction: row-reverse;
}

.service-item-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 588px;
  height: 533px;
}

.service-item-pic._1 {
  background-image: url('../images/Container.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-item-pic._2 {
  background-image: url('../images/두산-MCT-7호기.png');
  background-position: 50%;
  background-size: cover;
}

.service-item-detail {
  flex: 1;
  padding-top: 4%;
  padding-left: 10%;
}

.service-heading {
  color: var(--common-dark);
  margin-top: 0;
}

.service-text {
  color: var(--text-gray);
}

.service-text-wrap {
  align-items: center;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  display: flex;
}

.html-embed {
  margin-right: 9px;
}

.html-embed-2 {
  margin-bottom: 7px;
}

.facility-list, .facility-item-block {
  display: flex;
}

.facility-pic {
  border: 1px solid var(--point-gray);
}

.facility-detail {
  border: 1px solid var(--point-gray);
  border-bottom-right-radius: 49px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 43px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.facil {
  aspect-ratio: 1;
}

.facil-heading {
  color: var(--common-dark);
  margin-top: 0;
}

.facil-pra {
  color: var(--text-gray);
}

.div-block-18 {
  height: 1px;
}

.facil-underline {
  background-color: var(--point-base);
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
}

.detail-text {
  color: var(--common-dark);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.rich-text {
  color: var(--text-gray);
}

.fdetail-top {
  margin-bottom: 20px;
}

.collection-item-2 {
  width: 587px;
  max-width: 587px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.product-item-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.product-list.is-edit {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-pic-block {
  width: 383px;
  max-width: 383px;
  text-decoration: none;
  position: static;
}

.product {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 212px;
  transition: all .2s;
}

.product-title-heading {
  color: var(--common-dark);
  display: none;
}

.product-pic-overflow {
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.next-2 {
  border-color: var(--point-base);
}

.next-arrow {
  color: var(--point-base);
  font-size: 16px;
}

.icon-3 {
  color: var(--point-base);
}

.hover-border {
  border: 3px solid var(--point-base);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.link {
  color: var(--common-dark);
  margin-left: 15px;
  text-decoration: none;
  transition: all .4s;
}

.link:hover {
  margin-left: 6px;
}

.html-embed-3 {
  margin-right: 0;
}

.product-detail-list {
  display: flex;
}

.detail-list-pic {
  width: 583px;
  height: 475px;
}

.detail-detail {
  flex: 1;
  padding-left: 5%;
}

.detail-block {
  height: 100%;
  position: relative;
}

.detail-heading {
  color: var(--common-dark);
  display: none;
}

.detail-wz-block {
  align-items: center;
  margin-bottom: 36px;
  display: block;
}

.detail-para {
  color: var(--common-dark);
}

.html-embed-4 {
  margin-right: 9px;
}

.ab-background {
  position: absolute;
}

.div-block-20 {
  height: 70%;
  position: relative;
}

.detail-sub-heading {
  color: var(--common-dark);
}

.div-block-21 {
  z-index: 10;
  position: absolute;
  inset: 10% 0% auto 9%;
}

.wrapper-2 {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 70px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.table-heading {
  color: var(--common-dark);
  text-align: center;
  font-size: 18px;
}

.table-top-line {
  background-color: #9999994d;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.table-top-line.bottom {
  background-color: #cdcfd3;
  height: 1px;
  inset: auto 0% 0%;
}

.table-body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15vh;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #021032;
  border-top: 1px #cdcfd3;
  border-bottom: 1px solid #cdcfd3;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  text-decoration: none;
  display: grid;
}

.tb-title {
  font-size: 18px;
}

.tb-title:hover {
  color: var(--point-base);
}

.columns {
  margin-top: 40px;
  display: none;
}

.link-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divide-line {
  background-color: #e67f87;
  width: 100%;
  height: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-43 {
  color: #6d6e70;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  display: inline;
}

.wrapper-3 {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.wrapper-3.flex-vertical {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.meta-tag {
  margin-top: 30px;
}

.text-block-40 {
  color: var(--common-dark);
  display: inline-block;
}

.text-block-41 {
  color: var(--text-gray);
  margin-left: 5px;
  display: inline-block;
}

.rich-text-block-3 {
  color: var(--common-dark);
  text-align: center;
  max-width: 800px;
}

.text-block-42 {
  color: #6d6e70;
  text-align: center;
  font-size: 48px;
  line-height: 150%;
}

.text-block-42.left {
  transform: rotate(180deg);
}

.notice-section-2 {
  margin-bottom: 60px;
  padding-top: 60px;
}

.notice-section-2.menu-page-edit {
  margin-bottom: 120px;
}

.heading-5 {
  color: var(--common-dark);
  text-align: center;
  font-weight: 400;
}

.contact-wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.contact-detail {
  display: flex;
}

.contact-item {
  z-index: 5;
  width: 400px;
  max-width: 400px;
  padding-top: 70px;
  position: relative;
}

.contact-header {
  color: var(--common-dark);
  letter-spacing: 6px;
  font-family: Gotham, sans-serif;
}

.contact-header.nowrap {
  white-space: nowrap;
}

.text-field {
  border: 1px solid var(--point-gray);
  height: 56px;
  margin-bottom: 23px;
}

.text-field:focus {
  border-color: var(--point-base);
}

.text-field.detail {
  height: 166px;
  margin-bottom: 41px;
}

.form-block {
  margin-top: 30px;
}

.div-block-23 {
  flex: 1;
  padding-left: 55px;
  position: relative;
}

.search-wrapper {
  z-index: 999999;
  background-color: #121212e6;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.field-label {
  letter-spacing: 9px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  line-height: 130%;
}

.search-button {
  display: none;
}

.search-input {
  height: 52px;
}

.div-block-24 {
  position: relative;
}

.close-search {
  position: absolute;
  inset: -27% -20% auto auto;
}

.you-also-like {
  color: var(--common-dark);
  text-align: center;
  font-family: Gotham, sans-serif;
}

.collection-item-3 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-44 {
  color: #fffffe;
}

.text-block-44.black {
  color: #1a1a1a;
}

.fullwidth-info-wrap {
  height: 700px;
  margin-top: 20px;
  position: relative;
}

.vison-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_355778316_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.normal-list {
  height: 100%;
  display: flex;
}

.inner-logo-pic {
  transform: scale(1.7);
}

.vision-detail-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.title-32px-bold {
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.title-32px-bold.mb10px {
  margin-bottom: 10px;
}

.title-32px-bold.product-card-block {
  color: var(--common-dark);
}

.location-title-wrap {
  text-align: center;
}

.map-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrap {
  justify-content: center;
  width: 100%;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 200%;
  min-height: 20vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 5% 8%;
  display: flex;
  position: relative;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.heading {
  color: var(--common-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 3%;
  padding-bottom: 0;
  padding-right: 95px;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph {
  color: var(--common-dark);
}

.map {
  color: var(--bg-footer);
}

.slider-overlay {
  z-index: 100;
  background-color: #14050585;
  position: absolute;
  inset: 0%;
}

.right-arrow-2 {
  z-index: 500;
}

.right-arrow-2.hidden {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-nav-3 {
  z-index: 500;
  font-size: 9px;
}

.slide-nav-3.hidden {
  display: none;
}

.left-arrow-2 {
  z-index: 500;
}

.left-arrow-2.hidden {
  display: none;
}

.main-background-slider {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-backgound-image-2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 120%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.slider-backgound-image-2.icon-1x1-large {
  background-image: url('../images/AdobeStock_378382497.jpeg');
}

.slider-backgound-image-2._2 {
  background-image: url('../images/62b29391a321271ff0189e8b_image-3.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.div-block-25 {
  height: 32px;
}

.sub-heading-2 {
  color: #fffffe;
}

.sub-heading-2.eng {
  font-family: Gotham, sans-serif;
}

.footer-section-2 {
  background-color: #121212;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.footer-adress-2 {
  color: #999;
}

.footer-adress-2.dark {
  color: #121212;
}

.footer-summary-2 {
  color: #999;
}

.html-embed-5 {
  margin-right: 0;
}

.menu-button-2 {
  display: none;
}

.detail-sub-heading-2 {
  color: #121212;
}

.r_btn-light-2 {
  color: #d40010;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/Arrow-5.svg');
  background-position: 121%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border: 1px solid #d40010;
  width: 100%;
  max-width: 180px;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 18px;
  font-family: Noto Sans KR, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.r_btn-light-2:hover {
  background-position: 96%;
  padding-right: 27px;
}

.div-block-26 {
  height: 70%;
  position: relative;
}

.div-block-27 {
  z-index: 10;
  position: absolute;
  inset: 10% 0% auto 9%;
}

.menu-2 {
  color: #fffffe;
  text-align: center;
  padding: 8px 14px;
  font-family: Gothamrnd, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.menu-2.dark {
  color: #121212;
}

.menu-2.mege-menu {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
}

.menu-2.mege-menu:hover {
  color: #fffffecc;
}

.company-info-wrap-2 {
  padding-top: 20px;
}

.hover-underline-2 {
  background-color: #fffffe;
  width: 100%;
  height: 1px;
}

.hover-underline-2.small-hide {
  display: none;
}

.footer-icon-svs-2 {
  color: #fffffe;
  margin-right: 7px;
}

.wrapper-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-4.mw1200 {
  max-width: 1200px;
}

.wrapper-4.mx1520 {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.wrapper-4.mx1520.height100 {
  height: 100%;
}

.wrapper-4.side5 {
  padding-left: 5%;
  padding-right: 5%;
}

.sub-navigation-wrap-2 {
  border-bottom: 1px solid #dedede;
  flex-direction: column;
  align-items: center;
  height: 80px;
  display: flex;
}

.sub-navigation-wrap-2.al-left {
  align-items: flex-start;
}

.div-block-28 {
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.you-also-like-2 {
  color: #121212;
  text-align: center;
  font-family: Gotham, sans-serif;
}

.detail-heading-2 {
  color: #121212;
  display: block;
}

.link-2 {
  color: #121212;
  margin-left: 15px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  margin-left: 6px;
}

.footer-menu-link-2 {
  color: #999;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
}

.detail-para-2 {
  color: #121212;
  margin-bottom: 9px;
}

.detail-image-wrap {
  overflow: clip;
}

.product-thumnail-elenetb {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 1920px) {
  .design-grid-column {
    margin-left: 15px;
    margin-right: 15px;
  }

  .design-grid-column.mobile.no-right-margin {
    margin-right: 0;
  }

  .design-grid-column.no-left-margin {
    margin-left: 0;
    margin-right: 15px;
  }

  .design-grid-pointer-events-embed {
    display: block;
  }

  .design-grid-gutter {
    justify-content: flex-start;
    margin-left: 0;
  }

  .border {
    right: -15px;
  }

  .design-grid-wrap {
    justify-content: flex-start;
    height: 1000vh;
    padding-left: 405px;
    display: block;
  }

  .about-title-wrap {
    padding-left: 12%;
  }

  .about-in-list {
    width: 82%;
  }

  .about-left-item {
    width: 50%;
    padding-left: 40px;
    padding-right: 18px;
  }

  .about-text-widzet {
    top: 23%;
    right: -18%;
  }

  .list-wrap {
    padding-top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .design-grid-column {
    width: 40px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .content-section {
    padding-bottom: 0;
  }

  .content-section.double {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fade-up.tricks {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .h1e-subtitle-42px-bold.dark {
    font-size: 20px;
  }

  .p-18pt-reg.dark {
    margin-bottom: 23px;
    font-size: 16px;
  }

  .nav-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-section {
    height: 90vh;
    position: relative;
  }

  .slider {
    height: 90vh;
  }

  .menu-link-wrap {
    display: none;
  }

  .dropdown-list {
    width: 100%;
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    padding: 7px 23px 8px;
  }

  .dropdown-toggle-2 {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .mo-list {
    padding-top: 137px;
  }

  .dropdown-link {
    color: #fff;
    background-color: #0000;
    background-image: url('../images/Line-37.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px 2px;
    font-size: 16px;
  }

  .dropdown-link.w--current {
    color: var(--point-base);
  }

  .mo-wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .icon-2 {
    color: #f89e49;
  }

  .mo-menu-list {
    background-color: #1c1d22;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .dropdown-mo {
    width: 100%;
  }

  .mo-menu-link {
    color: #fff;
    font-family: Gothamrnd, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-link-wrap {
    width: 100%;
  }

  .menu-button {
    background-color: var(--common-dark);
    padding: 10px;
    display: block;
  }

  .lottie-animation-3 {
    width: 24px;
    height: 24px;
  }

  .slider-arrow-item {
    bottom: 5%;
  }

  .slider-right, .slider-left {
    width: 50px;
    height: 50px;
  }

  .hero-title-item {
    bottom: 50%;
    left: 5%;
  }

  .title-below {
    margin-top: 20px;
  }

  .title-line {
    width: 60px;
  }

  .text-block {
    font-size: 16px;
  }

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

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

  .about-background-wrap {
    height: 300px;
    padding-top: 0;
  }

  .about-in-list {
    box-shadow: none;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
  }

  .about-left-item {
    background-color: #fffffeb3;
    width: 100%;
    padding: 34px;
    position: static;
  }

  .about-right-pic {
    position: static;
  }

  .about-text-widzet {
    letter-spacing: 5px;
    display: none;
    inset: 0% 0% auto auto;
  }

  .quate {
    inset: 0% auto auto 0%;
    transform: scale(.5);
  }

  .collection-list {
    flex-direction: column;
  }

  .dropdown-link-2 {
    color: #fff;
    background-color: #0000;
    background-image: url('../images/Line-37.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px 2px;
    font-size: 16px;
  }

  .dropdown-link-2.w--current {
    color: #d40010;
  }

  .menu-button-2 {
    background-color: #121212;
    padding: 10px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .design-grid-column {
    display: none;
  }

  .design-grid-column.mobile {
    width: 50%;
    display: block;
  }

  .design-grid-gutter {
    width: 100%;
  }

  .border {
    display: none;
  }

  .border.mobile {
    display: block;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

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

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

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .prev_next {
    width: 100%;
    inset: auto 0% -75px auto;
  }

  .prev, .next {
    width: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .design-grid-wrap {
    display: none;
  }

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

  .content-section.double {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .wrapper.mx1520, .wrapper.side5, .wrapper.mw1200 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .h1e-subtitle-42px-bold.dark {
    margin-top: 10px;
    font-size: 24px;
  }

  .p-24pt-reg.product-card-block {
    font-size: 16px;
  }

  .dropdown-toggle-2 {
    width: 60%;
    display: inline-block;
  }

  .dropdown-link.w--current {
    color: #f89e49;
  }

  .mo-menu-list {
    background-color: #1c1d22fc;
    height: 100vh;
  }

  .mo-menu-link {
    display: inline-block;
  }

  .menu-button {
    background-color: #12121299;
    border-radius: 50%;
    padding: 11px;
  }

  .slider-right, .slider-left {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .arrow {
    transform: scale(.8);
  }

  .arrow.reverse {
    transform: scale(.8)rotate(180deg);
  }

  .about-section {
    padding-bottom: 0;
  }

  .top-title {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .top-title.about-top, .top-title.facilti-top {
    padding-top: 40px;
  }

  .about-background-wrap {
    align-items: center;
    height: 430px;
    display: flex;
  }

  .about-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-left-item {
    padding-left: 17px;
    padding-right: 17px;
  }

  .item-pic-wrap {
    height: 280px;
  }

  .item-bottom {
    padding-left: 7px;
    padding-right: 7px;
  }

  .facil-thum-title.dark {
    margin-top: 10px;
    font-size: 20px;
  }

  .bottm-wrap {
    padding-top: 15px;
  }

  .products-section {
    padding-top: 20px;
    padding-left: 3%;
  }

  .wrapper-grid {
    grid-template-rows: auto auto;
  }

  .prev_next {
    display: none;
    bottom: auto;
  }

  .prev, .next {
    width: 50%;
  }

  .product-slider-wrap {
    max-width: 500px;
  }

  .product-card-title.dark {
    text-align: left;
    margin-top: 10px;
  }

  .product-subtitle, .card-title-fix {
    text-align: left;
  }

  .div-block-13 {
    justify-content: flex-start;
  }

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

  .notice-row {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .div-block-15 {
    justify-content: flex-start;
  }

  .div-block-16.pc {
    display: none;
  }

  .div-block-16.mobile {
    padding-left: 0;
    display: block;
  }

  .notice-circle {
    width: 30px;
    height: 30px;
  }

  .list-wrap {
    flex-direction: column;
  }

  .left-banner-item {
    border-right-style: none;
    width: 100%;
  }

  .right-banner-item {
    margin-top: 18px;
    padding-left: 0%;
  }

  .banner-title-56 {
    font-size: 38px;
  }

  .banner-footer-bg {
    background-image: linear-gradient(#f0f0f080, #f0f0f080), url('../images/AdobeStock_318439839.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .footer-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-list {
    flex-direction: column;
  }

  .footer-item.justi-up {
    padding-top: 7%;
  }

  .footer-summary {
    font-size: 14px;
  }

  .div-block-17 {
    margin-top: 6px;
  }

  .footer-circle-wz._2second {
    inset: -23% -46% auto auto;
  }

  .sub-header-wrap {
    height: 300px;
  }

  .sub-title-item {
    padding-left: 5%;
  }

  .sub-heading {
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .sub-navigation-wrap {
    height: 40px;
  }

  .sub-navigation-wrap.al-left {
    height: 60px;
  }

  .sub-nav-list {
    flex-wrap: wrap;
    padding-top: 6px;
  }

  .sub-navlink {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .company-info-wrap {
    padding-top: 20px;
  }

  .company-pic {
    height: 250px;
  }

  .company-info-table {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-info-heading {
    font-size: 24px;
  }

  .table-row.table-top {
    height: 55px;
  }

  .table-col._70 {
    padding-left: 8px;
  }

  .table-bold {
    font-size: 16px;
  }

  .table-reg {
    font-size: 14px;
  }

  .company-detail-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .detail-pra {
    font-size: 16px;
  }

  .subpage-footer-info {
    height: 160px;
  }

  .service-list.md-set {
    flex-direction: column;
    margin-bottom: 3vh;
  }

  .service-list.reverse {
    flex-direction: column;
  }

  .service-item-pic._1 {
    width: auto;
    height: 180px;
  }

  .service-item-pic._2 {
    width: auto;
    height: 310px;
  }

  .service-item-detail {
    padding-left: 3%;
  }

  .service-heading {
    font-size: 24px;
  }

  .html-embed-2 {
    position: relative;
    bottom: -12px;
    left: -13px;
    transform: scale(.6);
  }

  .facility-item-block {
    flex-direction: column;
    align-items: center;
  }

  .facility-pic {
    text-align: center;
    height: 320px;
  }

  .facil {
    width: 100%;
  }

  .product-item-wrap {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .product-list {
    justify-content: space-around;
  }

  .item-pic-block {
    width: 160px;
    max-width: none;
  }

  .product {
    height: 160px;
  }

  .div-block-19 {
    padding-top: 20px;
    padding-left: 3%;
  }

  .link {
    margin-left: 3px;
  }

  .html-embed-3 {
    transform: scale(.7);
  }

  .product-detail-list {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .detail-list-pic {
    width: 100%;
  }

  .detail-detail {
    padding-left: 0%;
  }

  .div-block-20 {
    height: 280px;
  }

  .table-row-2 {
    height: 50px;
  }

  .table-heading {
    font-size: 16px;
  }

  .div-block-22 {
    grid-template-columns: 3fr 1.5fr;
    height: 40px;
    padding-left: 5px;
  }

  .tb-title {
    font-size: 14px;
  }

  .columns {
    margin-left: 0;
    position: relative;
    left: -11px;
  }

  .divide-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-43 {
    font-size: 14px;
  }

  .wrapper-3.flex-vertical.edit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-6 {
    display: block;
  }

  .text-block-42, .text-block-42.left {
    font-size: 18px;
  }

  .notice-section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20vh;
  }

  .notice-section-2.menu-page-edit {
    margin-top: 100px;
  }

  .heading-5 {
    text-align: center;
    max-width: 280px;
    font-size: 24px;
  }

  .contact-wrap {
    width: 100%;
  }

  .contact-detail {
    flex-direction: column;
  }

  .contact-item {
    width: auto;
    max-width: none;
    padding-top: 20px;
  }

  .contact-header.nowrap {
    font-size: 18px;
  }

  .div-block-23 {
    padding-left: 0;
    display: none;
  }

  .field-label {
    font-size: 18px;
  }

  .close-search {
    right: -6%;
    transform: scale(.5);
  }

  .collection-item-3 {
    margin-bottom: 20px;
  }

  .text-block-44 {
    font-size: 14px;
  }

  .fullwidth-info-wrap {
    height: 300px;
  }

  .inner-logo {
    width: 100%;
    height: 20%;
    padding-top: 71px;
  }

  .normal-list {
    flex-direction: column;
  }

  .inner-logo-pic {
    transform: scale(1.1);
  }

  .vision-detail-wrap {
    padding-left: 24px;
  }

  .title-32px-bold, .title-32px-bold.mb10px {
    font-size: 16px;
  }

  .content-wrap {
    width: 100%;
    height: 13vh;
  }

  .step-block {
    min-height: 0;
  }

  .scroll-animate {
    display: none;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-content-block {
    justify-content: flex-start;
  }

  .content {
    font-size: 20px;
  }

  .right-arrow-2 {
    z-index: 900;
    width: 50px;
    height: 50px;
    inset: auto auto 60px 60px;
  }

  .left-arrow-2 {
    z-index: 900;
    width: 50px;
    height: 50px;
    inset: auto auto 60px 0%;
  }

  .dropdown-link-2.w--current {
    color: #f89e49;
  }

  .sub-heading-2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .footer-section-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-summary-2 {
    font-size: 14px;
  }

  .html-embed-5 {
    transform: scale(.7);
  }

  .menu-button-2 {
    background-color: #12121299;
    border-radius: 50%;
    padding: 11px;
  }

  .div-block-26 {
    height: 280px;
  }

  .company-info-wrap-2 {
    padding-top: 20px;
  }

  .wrapper-4.mw1200, .wrapper-4.mx1520, .wrapper-4.side5 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sub-navigation-wrap-2 {
    height: 40px;
  }

  .sub-navigation-wrap-2.al-left {
    height: 60px;
  }

  .div-block-28 {
    padding-top: 20px;
    padding-left: 3%;
  }

  .link-2 {
    margin-left: 3px;
  }
}

#w-node-af34f1ab-929a-808c-e475-903ee7f3ed8b-caccc76d, #w-node-af34f1ab-929a-808c-e475-903ee7f3ed8e-caccc76d {
  align-self: center;
}

#w-node-_2902a19f-bea2-612e-ca4b-6bab734eeb33-caccc76d {
  place-self: center;
}

#w-node-_39d2eb6e-e221-d775-1af1-1ade69102c90-caccc76e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_39d2eb6e-e221-d775-1af1-1ade69102c91-caccc76e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-_39d2eb6e-e221-d775-1af1-1ade69102c92-caccc76e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a7-caccc76e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a8-caccc76e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_39d2eb6e-e221-d775-1af1-1ade69102c9a-caccc76e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-abea4864-5b8d-aae2-bfbd-92dbbf424665-caccc76e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-ae64237b-f9d2-e84e-3e67-924af6d6e9a9-caccc76e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c90-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c91-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c92-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a7-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a8-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c9a-caccc76e, #w-node-abea4864-5b8d-aae2-bfbd-92dbbf424665-caccc76e, #w-node-ae64237b-f9d2-e84e-3e67-924af6d6e9a9-caccc76e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c90-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c91-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c92-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a7-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a8-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c9a-caccc76e, #w-node-abea4864-5b8d-aae2-bfbd-92dbbf424665-caccc76e, #w-node-ae64237b-f9d2-e84e-3e67-924af6d6e9a9-caccc76e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85599238-6cbd-0079-2246-cf3ddb47f283-caccc761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2efa1ecd-eb3b-c3fd-dd15-3936221deed4-caccc761 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c90-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c91-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c92-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a7-caccc76e, #w-node-_5ea0188a-ff85-54f7-6766-51c36425b0a8-caccc76e, #w-node-_39d2eb6e-e221-d775-1af1-1ade69102c9a-caccc76e, #w-node-abea4864-5b8d-aae2-bfbd-92dbbf424665-caccc76e, #w-node-ae64237b-f9d2-e84e-3e67-924af6d6e9a9-caccc76e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/._GothamRnd-Medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd';
  src: url('../fonts/GothamRnd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}