@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root {
  /* Orange Theme Colors */
  --tp-theme-primary: #FF6B00;
  --tp-theme-secondary: #E65100;
  --tp-theme-1: #FF8F00;

  /* Official RTM brand-mark sizing */
  --rtm-logo-header-width: 120px;
  --rtm-logo-header-mobile-width: 104px;
  --rtm-logo-offcanvas-width: 144px;
  --rtm-logo-footer-width: 144px;

  /* Font Override to Pretendard */
  --tp-ff-body: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-heading: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-p: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-sora: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-dm: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-inter: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-poppins: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-jakarta: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-familjen: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-funnel: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

html[lang="ko"] {
  --tp-ff-body: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-heading: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-p: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-sora: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-dm: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-inter: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-poppins: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-jakarta: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-familjen: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-funnel: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-clash-light: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-clash-regular: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-clash-medium: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-clash-semibold: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tp-ff-clash-bold: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
}

html[lang="ko"] body,
html[lang="ko"] h1,
html[lang="ko"] h2,
html[lang="ko"] h3,
html[lang="ko"] h4,
html[lang="ko"] h5,
html[lang="ko"] h6,
html[lang="ko"] input,
html[lang="ko"] textarea,
html[lang="ko"] button,
html[lang="ko"] select,
html[lang="ko"] .tp-section-title-clash-600,
html[lang="ko"] .tp-section-title-clash-500,
html[lang="ko"] [class*="tp-ff-"] {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Heading fonts override */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ClashDisplay override to Pretendard */
.tp-section-title-clash-600,
.tp-section-title-clash-500,
[class*="clash"] {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Brand marquee (red-bg) → Orange */
.red-bg {
  background-color: #FF6B00 !important;
}

/* Section subtitle color */
.cnt-section-subtitle {
  color: #FF6B00;
}

/* Service area dark background accent */
.ar-service-area {
  background-color: #1a1a1a;
}

/* Button hover states - orange */
.upd-btn-black-square:hover {
  background-color: #FF6B00 !important;
  border-color: #FF6B00 !important;
}

.upd-btn-black-square.cnt-btn-style:hover {
  background-color: #FF6B00 !important;
  border-color: #FF6B00 !important;
}

/* Loader color */
.loader-wrap svg path {
  fill: #FF6B00;
}

.load-text span {
  color: #FF6B00;
}

/* Back to top button */
.scrollToTop .arrowUp {
  background-color: #FF6B00;
}

/* Award items hover */
.ar-award-item:hover .ar-award-icon {
  background-color: #FF6B00;
}

/* Funfact area */
.ar-funfact-item h4 {
  color: #FF6B00;
}

/* Footer accent */
.ar-footer-widget-btn {
  background-color: #FF6B00;
}

.ar-footer-widget-btn:hover {
  background-color: #E65100;
}

/* Progress bar / Testimonial */
.shop-slider-progress-bar span {
  background-color: #FF6B00;
}

/* Copyright social links hover */
.ar-copyright-social a:hover {
  color: #FF6B00;
}

/* Footer widget title underline */
.ar-footer-widget-title::after {
  background-color: #FF6B00;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
  background-color: #FF6B00;
}

/* Selection color */
::selection {
  background-color: #FF6B00;
  color: #fff;
}

/* Link hover */
a:hover {
  color: #FF6B00;
}

/* Offcanvas accent */
.tp-offcanvas-2-right-info-title {
  color: #FF6B00;
}

/* Product slider - uniform image size */
.weldterial-product-slider .cnt-team-item-thumb {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 8px;
}

.weldterial-product-slider .cnt-team-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-materials-banner img {
  height: 100%;
  margin-top: 0 !important;
  object-fit: cover;
}

/* Hero - keep one material scene visible while the active item rotates */
.wt-hero-rotation .ar-service-item .ar-service-bg {
  z-index: 0 !important;
}

.ar-service-area .ar-service-title-box {
  z-index: 3;
  position: absolute;
}

/* Partner logos */
.wt-partner-logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  font-family: 'Pretendard', sans-serif;
  white-space: nowrap;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.ar-brand-item:hover .wt-partner-logo {
  opacity: 1;
  color: #333;
}

/* Blog area - equal height */
.cnt-blog-ptb > .container > .row {
  display: flex !important;
  align-items: stretch !important;
}

.cnt-blog-ptb > .container > .row > .col-xl-6 {
  display: flex !important;
}

.cnt-blog-ptb .cnt-blog-item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

.cnt-blog-ptb .cnt-blog-item-thumb {
  flex: 1 !important;
  overflow: hidden !important;
  min-height: 0 !important;
}

.cnt-blog-ptb .cnt-blog-item-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.cnt-blog-ptb .cnt-blog-item-box {
  height: 100% !important;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cnt-blog-ptb .cnt-blog-item-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 24px;
  min-height: 0;
  margin-bottom: 0 !important;
}
.cnt-blog-ptb .cnt-blog-item-2.bbr {
  padding-bottom: 24px;
}
.cnt-blog-ptb .cnt-blog-item-2-user,
.cnt-blog-ptb .cnt-blog-item-2-content {
  min-width: 0;
}
.cnt-blog-ptb .cnt-blog-item-2-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 24px;
  width: auto;
  min-height: 0;
}
.cnt-blog-ptb .cnt-blog-item-2-thumb {
  grid-row: 1 / 3;
  height: 100%;
  min-height: 0;
  margin-bottom: 0;
}
.cnt-blog-ptb .cnt-blog-item-2-thumb img {
  height: 100%;
  object-fit: cover;
}
.cnt-blog-ptb .cnt-blog-item-2-title {
  align-self: end;
  text-wrap: balance;
}
@media (max-width: 767.98px) {
  .cnt-blog-ptb .cnt-blog-item-box {
    display: block;
  }

  .cnt-blog-ptb .cnt-blog-item-2 {
    display: block;
  }

  .cnt-blog-ptb .cnt-blog-item-2.bbr {
    margin-bottom: 32px !important;
    padding-bottom: 32px;
  }

  .cnt-blog-ptb .cnt-blog-item-2-user {
    margin-bottom: 20px;
  }

  .cnt-blog-ptb .cnt-blog-item-2-content {
    display: block;
  }

  .cnt-blog-ptb .cnt-blog-item-2-thumb {
    height: auto;
    aspect-ratio: 16 / 10;
    margin-bottom: 20px;
  }
}

.ar-service-item .ar-service-title {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .wt-hero-rotation .ar-service-item .ar-service-title {
    margin-bottom: 20px;
  }
}

/* About section title bolder */
.tp-section-title-clash-600.fs-60 {
  font-weight: 800 !important;
}

/* Override all purple/violet colors to orange */
:root {
  --tp-common-blue: #FF6B00;
  --tp-common-blue-2: #FF8F00;
  --tp-common-nights: #E65100;
}

/* Login page - hide right purple panel / fix layout */
#mb_login {
  max-width: 420px;
  margin: 80px auto;
}

#mb_login .mbskin_box {
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* Hide social login purple panel if present */
#sns_login {
  border: none !important;
  background: #fff !important;
}

/* Member connect purple button fix */
.member_connect button {
  background: #FF6B00 !important;
  border-color: #E65100 !important;
}

.member_connect button:hover {
  background: #E65100 !important;
}

/* Blog section - left card sticky on scroll */
.cnt-blog-ptb .row {
  align-items: flex-start;
}
.cnt-blog-ptb .row > .col-xl-6:first-child .cnt-blog-item {
  position: sticky;
  top: 100px;
}
@media (max-width: 1199.98px) {
  .cnt-blog-ptb .row > .col-xl-6:first-child .cnt-blog-item {
    position: static;
  }
}

/* About breadcrumb hero - reduce height to 1/3 */
.tp-breadcrumb-2-spacing .tp-breadcrumb-thumb {
  max-height: 33vh;
  overflow: hidden;
}
.tp-breadcrumb-2-spacing .tp-breadcrumb-thumb img {
  width: 100%;
  height: 33vh;
  object-fit: cover;
}

/* Service slider - uniform image height */
.tp-service-cst-item {
  min-height: 520px;
}
.tp-service-cst-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tp-service-cst-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-service-cst-2-wrap .tp-service-cst-slider {
  margin-right: 0;
}

/* CEO message panels — keep the introduction and statement visually balanced. */
.wt-ceo-intro-row {
  --bs-gutter-x: 32px;
  align-items: stretch;
}

.wt-ceo-profile-col,
.wt-ceo-statement-col {
  display: flex;
}

.wt-ceo-profile,
.wt-ceo-statement {
  width: 100%;
  min-height: 500px;
  margin-bottom: 45px !important;
  border-radius: 20px;
}

.wt-ceo-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(36px, 3.4vw, 56px);
  background: var(--tp-common-black-1);
}

.wt-ceo-profile::before {
  position: absolute;
  top: 0;
  left: clamp(36px, 3.4vw, 56px);
  width: 64px;
  height: 4px;
  content: "";
  background: var(--tp-theme-primary);
}

.wt-ceo-profile h4 {
  margin-bottom: 20px !important;
  color: var(--tp-common-white) !important;
  font-size: clamp(28px, 2.3vw, 38px) !important;
}

.wt-ceo-profile p {
  max-width: 560px;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.wt-ceo-statement {
  display: flex;
  align-items: center;
  padding: clamp(36px, 3.4vw, 56px);
  border: 1px solid rgba(5, 3, 18, 0.08);
  background: var(--tp-common-white);
}

.wt-ceo-statement .tp-service-cst-title {
  margin: 0 !important;
  color: var(--tp-common-black-1) !important;
  font-size: clamp(34px, 2.8vw, 46px) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

html[lang="ko"] .wt-ceo-statement .tp-service-cst-title {
  word-break: keep-all;
}

@media (max-width: 991.98px) {
  .wt-ceo-intro-row {
    --bs-gutter-x: 24px;
  }

  .wt-ceo-profile-col {
    margin-bottom: 24px;
  }

  .wt-ceo-profile,
  .wt-ceo-statement {
    min-height: 0;
    padding: clamp(30px, 6vw, 48px);
  }

  .wt-ceo-profile {
    margin-bottom: 0 !important;
  }

  .wt-ceo-statement .tp-service-cst-title {
    font-size: clamp(30px, 5.2vw, 40px) !important;
  }
}

@media (max-width: 575.98px) {
  .wt-ceo-profile,
  .wt-ceo-statement {
    padding: 28px 24px;
    border-radius: 16px;
  }

  .wt-ceo-profile::before {
    left: 24px;
    width: 48px;
  }

  .wt-ceo-profile p {
    font-size: 16px !important;
  }

  .wt-ceo-statement .tp-service-cst-title {
    font-size: 30px !important;
    line-height: 1.38 !important;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tp-service-cst-2-wrap .tp-service-cst-item {
    min-height: 650px;
  }
}

@media (max-width: 575.98px) {
  .tp-service-cst-2-wrap .tp-service-cst-slider {
    margin-right: 0;
  }

  .tp-service-cst-2-wrap .tp-service-cst-item {
    min-height: 0;
  }

  .tp-service-cst-2-wrap .tp-service-cst-thumb {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }

  .tp-service-cst-2-wrap .tp-service-cst-thumb img {
    height: auto;
  }

  .tp-service-cst-2-wrap .tp-service-cst-content {
    position: relative;
    z-index: 1;
  }
}

.tp-header-cnt-left {
  width: min(760px, calc(100vw - 48px)) !important;
}
.tp-header-cnt-area {
  position: relative;
  z-index: 1000;
}
.tp-header-logo a {
  display: inline-flex;
  white-space: nowrap;
}
.rtm-brand-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.rtm-brand-link:focus-visible {
  outline: 2px solid var(--tp-theme-primary);
  outline-offset: 4px;
}
.rtm-brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.rtm-brand-logo--header {
  width: var(--rtm-logo-header-width);
}
.rtm-brand-logo--offcanvas {
  width: var(--rtm-logo-offcanvas-width);
}
.rtm-brand-link--footer {
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--tp-common-white);
}
.rtm-brand-logo--footer {
  width: var(--rtm-logo-footer-width);
}
.rtm-contact-address {
  line-height: 1.55 !important;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media (max-width: 991.98px) {
  .tp-header-cnt-left {
    width: 100% !important;
  }
  .rtm-brand-link--header {
    padding: 6px 9px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(5, 3, 18, 0.12);
  }
  .rtm-brand-logo--header {
    width: var(--rtm-logo-header-mobile-width);
  }
}
.tp-header-cnt-bar-wrap .tp-header-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 36px;
  gap: 10px;
  padding: 0 18px 0 20px !important;
  margin-right: 0 !important;
  line-height: 1;
  overflow: visible;
  white-space: nowrap;
}
.tp-header-cnt-bar-wrap .tp-header-bar span {
  display: inline-flex;
  align-items: center;
  margin-left: 0 !important;
}
.rtm-header-language {
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.rtm-header-language a,
.rtm-mobile-language-switch a {
  color: #333;
  text-decoration: none;
}
.rtm-header-language a[aria-current="page"],
.rtm-mobile-language-switch a[aria-current="page"] {
  color: #FF6B00;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.rtm-header-language a:focus-visible,
.rtm-mobile-language-switch a:focus-visible {
  outline: 2px solid #FF6B00;
  outline-offset: 4px;
}
.rtm-mobile-language-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.rtm-mobile-language-switch > a::after {
  content: none;
  display: none;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.rtm-mobile-language-switch > a {
  counter-increment: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tp-header-cnt-left {
    padding: 24px 26px !important;
  }
  .tp-header-logo.mr-40 {
    margin-right: 28px;
  }
  .tp-header-logo-wrap nav {
    gap: 22px !important;
    margin-left: 8px !important;
  }
}

.wt-product-card .cnt-team-thumb {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.wt-product-card .cnt-team-thumb img {
  display: block;
  width: 100%;
}
.wt-product-card .cnt-team-content h5 {
  margin-top: 0;
}

.wt-product-category-filter {
  min-width: 0;
  margin-bottom: 24px;
}
.wt-product-category-tabs {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 0 0 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.wt-product-category-tab {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(5, 3, 18, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #111214;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.wt-product-category-tab:hover,
.wt-product-category-tab:focus-visible {
  border-color: var(--tp-theme-primary);
  color: var(--tp-theme-primary);
  outline: none;
}
.wt-product-category-tab.is-active,
.wt-product-category-tab[aria-selected="true"] {
  border-color: var(--tp-theme-primary);
  background: var(--tp-theme-primary);
  color: #fff;
}
.wt-product-category-tab.is-active:focus-visible,
.wt-product-category-tab[aria-selected="true"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.2);
}
.wt-product-catalog-meta {
  border-bottom: 1px solid rgba(5, 3, 18, 0.12);
  padding-bottom: 16px;
}
.wt-product-catalog-meta p {
  color: rgba(5, 3, 18, 0.68);
  font-size: 15px;
  font-weight: 600;
}
.wt-product-catalog-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(5, 3, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-align: left;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.wt-product-catalog-card:hover,
.wt-product-catalog-card:focus-within {
  border-color: var(--tp-theme-primary);
  transform: translateY(-2px);
}
.wt-product-catalog-trigger {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.wt-product-catalog-trigger:focus-visible {
  outline: 2px solid var(--tp-theme-primary);
  outline-offset: 3px;
}
.wt-product-catalog-category {
  display: block;
  min-height: 21px;
  margin: 0 0 12px;
  color: var(--tp-theme-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.wt-product-catalog-title {
  display: block;
  margin: 0;
  color: #111214;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.wt-product-catalog-card-specs {
  display: grid;
  margin: 20px 0 0;
}
.wt-product-catalog-card-specs > div {
  display: grid;
  grid-template-columns: minmax(0, 88px) minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(5, 3, 18, 0.08);
}
.wt-product-catalog-card-specs dt,
.wt-product-catalog-card-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.wt-product-catalog-card-specs dt {
  color: rgba(5, 3, 18, 0.58);
  font-weight: 600;
}
.wt-product-catalog-card-specs dd {
  color: #111214;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.wt-product-catalog-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #111214;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.wt-product-catalog-card:hover .wt-product-catalog-action,
.wt-product-catalog-card:focus-within .wt-product-catalog-action {
  color: var(--tp-theme-primary);
}
.wt-product-catalog-description {
  margin-bottom: 18px;
  color: rgba(5, 3, 18, 0.76);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.wt-product-catalog-description p:last-child {
  margin-bottom: 0;
}
.wt-product-catalog-specs {
  display: grid;
  gap: 10px;
  margin: 0;
}
.wt-product-catalog-specs > div {
  display: grid;
  grid-template-columns: minmax(0, 104px) minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(5, 3, 18, 0.08);
  padding-top: 10px;
}
.wt-product-catalog-specs dt,
.wt-product-catalog-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.wt-product-catalog-specs dt {
  color: rgba(5, 3, 18, 0.58);
  font-weight: 600;
}
.wt-product-catalog-specs dd {
  color: #111214;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.wt-product-catalog-empty {
  border: 1px solid rgba(5, 3, 18, 0.12);
  border-radius: 8px;
  color: rgba(5, 3, 18, 0.68);
  padding: 28px;
}
.wt-product-modal-open {
  overflow: hidden;
}
.wt-product-modal-layer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.wt-product-modal-layer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.wt-product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 18, 20, 0.72);
}
.wt-product-modal {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(720px, 100%);
  max-height: min(720px, calc(100dvh - 48px));
  overflow: hidden;
  border: 1px solid rgba(5, 3, 18, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 3, 18, 0.28);
  transform: translateY(12px);
  transition: transform 0.2s ease;
}
.wt-product-modal-layer.is-open .wt-product-modal {
  transform: translateY(0);
}
.wt-product-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(5, 3, 18, 0.12);
}
.wt-product-modal-header .wt-product-catalog-category {
  margin-bottom: 8px;
}
.wt-product-modal-title {
  margin: 0;
  color: #111214;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
.wt-product-modal-close {
  display: inline-grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(5, 3, 18, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #111214;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.wt-product-modal-close:hover,
.wt-product-modal-close:focus-visible {
  border-color: var(--tp-theme-primary);
  color: var(--tp-theme-primary);
  outline: none;
}
.wt-product-modal-body {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 28px;
}
@media (max-width: 767.98px) {
  .wt-product-category-tabs {
    margin-right: -15px;
    padding-right: 15px;
  }
  .wt-product-category-tab {
    padding-inline: 15px;
  }
  .wt-product-catalog-card {
    min-height: 0;
    padding: 22px;
  }
  .wt-product-catalog-title {
    font-size: 21px;
  }
  .wt-product-modal-layer {
    padding: 16px;
  }
  .wt-product-modal {
    max-height: calc(100dvh - 32px);
  }
  .wt-product-modal-header,
  .wt-product-modal-body {
    padding: 20px;
  }
  .wt-product-modal-title {
    font-size: 24px;
  }
  .wt-product-modal .wt-product-catalog-specs > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}

.wt-location-grid {
  display: grid;
  gap: 18px;
}
.wt-location-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(5, 3, 18, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5, 3, 18, 0.05);
}
.wt-location-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.1);
}
.wt-location-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}
.wt-location-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(5, 3, 18, 0.72);
  word-break: keep-all;
}
.wt-contact-map {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(5, 3, 18, 0.08);
  border-radius: 8px;
  background: var(--tp-common-white);
  box-shadow: 0 8px 24px rgba(5, 3, 18, 0.05);
}
.wt-contact-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.wt-contact-map-head h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}
.wt-contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-dm);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.wt-contact-map-link svg {
  transition: transform 0.3s ease;
}
.wt-contact-map-link:hover,
.wt-contact-map-link:focus-visible {
  color: var(--tp-theme-secondary);
}
.wt-contact-map-link:hover svg,
.wt-contact-map-link:focus-visible svg {
  transform: translate(2px, -2px);
}
.wt-contact-map-link:focus-visible {
  outline: 2px solid var(--tp-theme-primary);
  outline-offset: 4px;
}
.wt-contact-map-frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(5, 3, 18, 0.05);
}
.wt-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.wt-contact-details {
  display: grid;
  gap: 18px;
  margin: 0;
}
.wt-contact-details div {
  display: grid;
  gap: 4px;
}
.wt-contact-details dt {
  color: #FF6B00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wt-contact-details dd {
  margin: 0;
  color: rgba(5, 3, 18, 0.72);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}
.wt-contact-details a {
  color: inherit;
  text-decoration: none;
}
.wt-contact-details a:hover,
.wt-contact-details a:focus-visible {
  color: #FF6B00;
  text-decoration: underline;
}
.wt-contact-form-wrap {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
}
.wt-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wt-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #111214;
  font-size: 14px;
  font-weight: 600;
}
.wt-form-group input,
.wt-form-group textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #111214;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  outline: none;
  padding: 14px 18px;
  transition: border-color 0.3s;
}
.wt-form-group textarea {
  height: auto;
  min-height: 132px;
  line-height: 1.5;
  resize: vertical;
}
.wt-form-group input:focus,
.wt-form-group textarea:focus {
  border-color: #FF6B00;
}
.wt-contact-submit {
  border: 0;
  border-radius: 4px;
  background: #FF6B00;
  color: #fff;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 16px 48px;
  transition: background-color 0.3s;
}
.wt-contact-submit:hover,
.wt-contact-submit:focus-visible {
  background: #E65100;
}
.wt-contact-success {
  border-radius: 4px;
  background: #fff3e8;
  color: #9d3f00;
  padding: 14px 16px;
}
@media (max-width: 767.98px) {
  .wt-contact-form-wrap {
    padding: 28px 20px;
  }
}

@media (max-width: 575.98px) {
  .wt-contact-map {
    padding: 20px;
  }

  .wt-contact-map-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wt-contact-map-frame {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 992px) {
  .ar-copyright-social {
    padding-right: 90px;
  }
}
@media (max-width: 767.98px) {
  .wt-location-card {
    padding: 18px;
  }
}

/* Hero title - high impact */
.wt-hero-title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 200px);
}
.wt-hero-heading {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -2px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-medium);
  margin-bottom: 20px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.wt-hero-sub {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  letter-spacing: 1px;
  margin: 0;
  font-family: var(--tp-ff-inter);
}
@media (min-width: 1200px) {
  .wt-hero-title-box {
    height: calc(100% - 300px);
  }
}
html[lang="ko"] .tp-service-cst-content h2,
html[lang="ko"] .tp-service-cst-content p,
html[lang="ko"] .tp-about-cst-title-wrap h1,
html[lang="ko"] .tp-about-cst-title-wrap h2,
html[lang="ko"] main h1,
html[lang="ko"] main h2,
html[lang="ko"] main h3,
html[lang="ko"] main h4,
html[lang="ko"] main h5,
html[lang="ko"] main h6,
html[lang="ko"] main p,
html[lang="ko"] main li {
  word-break: keep-all;
  overflow-wrap: normal;
}
html[lang="ko"] .wt-hero-heading span,
html[lang="ko"] .wt-hero-sub span {
  display: block;
  white-space: nowrap;
}

html[lang="ko"] .wt-hero-rotation .ar-service-title {
  transform: none;
}

html[lang="ko"] footer p,
html[lang="ko"] footer a {
  word-break: keep-all;
  overflow-wrap: normal;
}

.rtm-common-bottom-cta__link {
  display: inline-block;
  border: 2px solid #FF6B00;
  border-radius: 4px;
  background-color: #FF6B00;
  color: #fff;
  font-family: var(--tp-ff-dm);
  font-size: 16px;
  font-weight: 600;
  padding: 16px 40px;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
}

.rtm-common-bottom-cta__link:hover,
.rtm-common-bottom-cta__link:focus-visible {
  border-color: #E65100;
  background-color: #E65100;
  color: #fff;
}

/* Keep the values heading inside its orange card at every breakpoint. */
.tp-about-cst-list .tp-about-cst-list-inner {
  margin-top: 0;
  padding-top: 18px;
}
.tp-about-cst-list .wt-about-values-title {
  color: #111214 !important;
}
@media (max-width: 1199.98px) {
  .wt-hero-heading {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .scrollToTop,
  .scrollToTop.active-progress {
    display: none !important;
  }
  .tp-header-cnt-area .tp-header-bar {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }
  .wt-hero-title-box {
    pointer-events: none;
  }
  .wt-hero-heading {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .wt-hero-sub {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  #magic-cursor {
    display: none !important;
  }

  body.tp-magic-cursor {
    cursor: auto !important;
  }

  .ar-service-item .ar-service-title {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 14px;
  }
}

@media (max-width: 767.98px) {
  .wt-hero-rotation .ar-service-item .ar-service-title {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 0 18px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 1px 8px rgba(17, 18, 20, 0.7);
    transform: none;
    writing-mode: horizontal-tb;
  }
}

/* Keep English testimonial copy readable on narrow screens. */
.ar-testimonial-item p {
  overflow-wrap: normal;
  word-break: normal;
}

.rtm-testimonial-title,
.rtm-testimonial-body {
  display: block;
}

.rtm-testimonial-title {
  margin-bottom: 0.3em;
  font-weight: 500;
}
