/* =========================================
   1. LAYOUT & CONTACT
   ========================================= */
.contact-main {
  margin: 128px 0;
}
.support-contents {
  margin-bottom: 0;
}
.contact-main.support-contents {
  margin-bottom: 0;
}
.page-title {
  padding: 0 60px;
  margin: 0 -60px;
  font-size: 64px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 64px;
  border-bottom: 1px solid #e2e2e2;
}
.page-subtitle {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 64px;
}
.contact-area {
  display: flex;
  gap: 120px;
  align-items: start;
  margin-top: 64px;
  margin-bottom: 128px;
}
.contact-info-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 12px;
  color: #000;
}
.contact-info-item {
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-info-item .title {
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
}
.contact-info-item a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.contact-info-social {
  padding-top: 20px;
  display: flex;
  gap: 24px;
}
.contact-info-social a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.contact-image {
  margin-bottom: 40px;
}
.contact-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  margin-top: 154px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
}
.form-group.full-width {
  grid-column: 1 / -1;
}
.form-group input,
.form-group textarea {
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  width: 100%;
  min-height: 56px;
  resize: none;
  font-weight: 400;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  margin-top: 36px;
  flex-direction: column;
}
.recaptcha {
  width: 306px;
  height: 74px;
  background-color: #f9f9f9;
}
.btn-submit {
  font-size: 16px;
  border: none;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  line-height: 145%;
  background: none;
}

/* Contact Media Queries */
@media screen and (max-width: 1280px) {
  .contact-main {
    margin: 128px 0 64px;
  }
  .page-title {
    font-size: 40px;
    line-height: 140%;
    padding-bottom: 36px;
    padding: 0 24px 24px;
    margin: 0 -24px;
  }
  .contact-top {
    grid-template-columns: 1fr;
  }
  .contact-area {
    margin-top: 36px;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 64px;
  }
  .contact-info,
  .contact-form {
    width: 100%;
  }
  .page-subtitle {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .contact-info-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .contact-form {
    gap: 16px;
    margin-top: 0;
  }
  .contact-image {
    margin-bottom: 20px;
  }
  .form-row {
    gap: 16px;
  }
  .form-group label {
    font-size: 14px;
  }
  .form-actions {
    margin-top: 8px;
  }
  .recaptcha {
    width: 260px;
    height: 62px;
  }
  .btn-submit {
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (max-width: 992px) {
  .contact-main {
    margin: 92px 0 0;
  }
  .support-contents .page-title {
    padding-bottom: 36px;
  }
  .page-title {
    font-size: 28px;
    padding: 0 16px;
    margin: 0 -16px;
  }
  .contact-area {
    margin-top: 24px;
    gap: 24px;
    margin-bottom: 36px;
  }
  .page-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .contact-image {
    margin-bottom: 12px;
  }
  .contact-form {
    gap: 12px;
    margin-top: 0;
  }
  .contact-info-title {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .contact-info-item .title {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .contact-info-item a {
    font-size: 14px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .form-group label {
    font-size: 13px;
  }
  .form-group input,
  .form-group textarea {
    min-height: 44px;
  }
  .form-actions {
    gap: 16px;
    margin-top: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .btn-submit {
    font-size: 13px;
  }
}


/* =========================================
   2. POLICIES & REGULATIONS
   ========================================= */
.policies-contenct {
  width: 888px;
  margin: 64px auto 0;
}
.policies-contenct p {
  font-size: 15px;
  color: #000;
  line-height: 160%;
  font-weight: 400;
}
.policies-contenct ul {
  display: flex;
  flex-direction: column;
  margin: 48px 0;
  gap: 24px;
}
.policies-contenct ul li h4 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: #000;
}
.policies-contenct ul li.point h4,
.policies-contenct ul li.point p,
.policies-contenct span.point {
  color: #fc0000;
}
.policies-contenct ul li.point .desc:before {
  background-color: #fc0000;
}
.policies-contenct ul li .desc {
  position: relative;
  padding-left: 24px;
}
.policies-contenct ul li .desc:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  display: inline-block;
  top: 9px;
  position: absolute;
  left: 9px;
}

.regulation {
  width: 100%;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 36px;
}
.regulation-item + .regulation-item {
  border-top: 1px solid #000;
}
.regulation-header {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
}
.regulation-header:hover span,
.regulation-item.active .regulation-header span {
  text-decoration: underline;
}
.regulation-icon i {
  line-height: 1;
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.2s;
}
.regulation-item.active .regulation-icon i {
  transform: rotate(0deg);
}
.regulation-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.1s ease-out;
}
.regulation-inner {
  padding: 24px 15% 64px 0;
}
.no-transition {
  transition: none !important;
}
.regulation-item.active .regulation-content {
  max-height: 5000px;
}
.regulation-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  margin-bottom: 12px;
}
.regulation-content h4:not(:first-child) {
  margin-top: 36px;
}
.regulation-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  padding-left: 20px;
}
.regulation-content ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  list-style-type: decimal;
  padding-left: 0px;
  margin: 0;
  list-style-position: inside;
  padding-left: 20px;
}
.regulation-content ol li ol {
  padding-left: 20px;
}
/* Policies & Regulation Media Queries */
@media screen and (max-width: 1280px) {
  .policies-contenct {
    width: auto;
    margin: 36px auto 0;
  }
  .regulation {
    gap: 16px;
    margin-top: -16px;
    margin-bottom: 36px;
  }
  .regulation-header {
    padding: 16px 0;
    font-size: 20px;
    line-height: 28px;
  }
  .regulation-icon i {
    font-size: 18px;
  }
  .regulation-item.active .regulation-content {
    padding: 16px 0;
  }
  .regulation-content h4 {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 8px;
  }
  .regulation-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .regulation-content ol {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
  }
  .regulation-content ol li ol {
  padding-left: 10px;
}
}

@media screen and (max-width: 992px) {
  .policies-contenct {
    width: auto;
    margin: 24px auto 0;
  }
  .policies-contenct ul {
    margin: 36px 0;
  }
  .policies-contenct p {
    font-size: 13px;
    line-height: 150%;
  }
  .policies-contenct ul li h4 {
    font-size: 14px;
    line-height: 145%;
  }
  .regulation {
    gap: 12px;
    margin-top: -16px;
  }
  .regulation-header {
    padding: 12px 0;
    font-size: 16px;
    line-height: 145%;
  }
  .regulation-icon i {
    font-size: 16px;
  }
  .regulation-item.active .regulation-content {
    padding: 12px 0;
  }
  .regulation-content h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .regulation-content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .regulation-content ol {
    font-size: 13px;
    line-height: 18px;
  }
}


/* =========================================
   3. SUPPORT (PLC & Q-CARES)
   ========================================= */
.project-life-cycle {
  padding: 128px 0;
}
.plc-wrapper {
  display: flex;
  justify-content: space-between;
}
.plc-nav {
  background-color: #fff;
  flex: 1;
  position: sticky;
  top: 128px;
  align-self: flex-start;
}
.plc-nav-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}
.plc-nav-list {
  margin-top: 36px;
  background-color: #fff;
}
.plc-nav-list .swiper-wrapper {
  flex-direction: column;
}
.plc-nav-item {
  cursor: pointer;
  margin-bottom: 12px;
  transition: color 0.2s;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
.plc-nav-item.active {
  text-decoration: underline;
}
.plc-content {
  flex: 2;
}
.plc-step {
  margin-bottom: 64px;
}
.plc-step h3 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 145%;
  font-weight: 500;
}
.plc-step p {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.qcares-hero {
  background: #000;
  color: #fff;
  padding: 64px 0 128px;
}
.qcares-hero-desc {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
}
.qcares-icons {
  background: #000;
  color: #fff;
}
.qcares-icons-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 64px;
  margin: 0;
  gap: 24px;
}
.qcares-icons-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  padding: 24px 0;
  border-top: 1px solid #ffffff;
}
.qcares-icons-list img {
  max-width: unset;
  width: auto;
  height: 48px;
  object-fit: contain;
  margin-right: auto;
}
.qcares-icons-list p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

/* Support Media Queries */
@media screen and (max-width: 1280px) {
  .qcares-hero {
    padding: 36px 0 64px;
  }
  .qcares-hero-desc {
    font-size: 28px;
    line-height: 140%;
  }
  .qcares-icons-list {
    gap: 16px;
    padding: 0 0 36px;
  }
  .qcares-icons-list li {
    gap: 16px;
    padding: 16px 0;
  }
  .qcares-icons-list img {
    height: 32px;
  }
  .qcares-icons-list p {
    font-size: 15px;
    line-height: 145%;
  }
  .project-life-cycle {
    padding: 64px 0 36px;
  }
  .plc-wrapper {
    flex-direction: column;
  }
  .plc-nav {
    top: auto;
    position: relative;
    width: 100%;
    display: contents;
  }
  .plc-nav-title {
    font-size: 28px;
  }
  .plc-nav-list {
    position: sticky;
    position: -webkit-sticky;
    padding: 0 !important;
    display: flex;
    gap: 16px;
    top: 0px;
    margin: 0;
    width: 100%;
    height: 72px;
  }
  .plc-nav-list.fixed {
    position: fixed;
    top: 0;
  }
  .plc-nav-list .swiper-wrapper {
    flex-direction: row;
    height: 100%;
  }
  .plc-nav-item {
    width: auto !important;
    font-size: 15px;
    line-height: 145%;
    margin-right: 16px !important;
    margin: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
  }
  .plc-nav-item.swiper-slide-active.active {
    text-decoration: underline;
  }
  .plc-content {
    flex: unset;
  }
  .plc-step {
    margin-bottom: 36px;
  }
  .plc-step h3 {
    margin-top: 16px;
    font-size: 20px;
  }
  .plc-step p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 150%;
  }
}

@media screen and (max-width: 992px) {
  .qcares-hero {
    padding: 24px 0 36px;
  }
  .qcares-hero-desc {
    font-size: 22px;
    line-height: 145%;
  }
  .qcares-icons-list {
    gap: 12px;
    padding: 0px 0 24px;
    flex-direction: column;
  }
  .qcares-icons-list li {
    gap: 12px;
    padding: 12px 0;
  }
  .qcares-icons-list img {
    height: 24px;
  }
  .qcares-icons-list p {
    font-size: 14px;
  }
  .project-life-cycle {
    padding: 36px 0 12px;
  }
  .plc-wrapper {
    flex-direction: column;
  }
  .plc-nav {
    top: auto;
  }
  .plc-nav-title {
    font-size: 22px;
    line-height: 145%;
  }
  .plc-nav-list {
    padding: 0 !important;
    display: flex;
    gap: 16px;
    height: 56px;
  }
  .plc-nav-item {
    width: auto !important;
    font-size: 14px;
    margin: 0;
  }
  .plc-nav-item.swiper-slide-active.active {
    text-decoration: underline;
  }
  .plc-content {
    flex: unset;
  }
  .plc-step {
    margin-bottom: 24px;
  }
  .plc-step h3 {
    margin-top: 12px;
    font-size: 18px;
  }
  .plc-step p {
    margin-top: 4px;
    font-size: 13px;
  }
}


/* =========================================
   4. WHITE PAPER
   ========================================= */
.white-paper {
  padding: 128px 0;
  background-color: #f7f7f7;
}
.white-paper .container {
  display: flex;
}
.white-paper-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.white-paper-label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 140%;
}
.white-paper-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
}
.white-paper-more {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 145%;
  margin-top: 16px;
}
.white-paper-slider {
  flex: 2;
}
.white-paper-slider .swiper-slide {
  text-align: center;
}
.white-paper-slider img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.white-paper-slider h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}
.white-paper-slider p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.white-paper-slider .swiper-nav-buttons {
  display: flex;
  position: relative;
  margin-top: 36px;
  justify-content: flex-end;
  gap: 16px;
  height: 100%;
}
.white-paper-slider .swiper-nav-buttons > div {
  position: relative;
  display: flex;
  left: unset;
  right: unset;
  width: 56px;
  height: 56px;
  margin: 0;
  color: #000;
}
.white-paper-slider .swiper-nav-buttons > div:after {
  font-size: 18px;
  color: #000;
}

/* White Paper Media Queries */
@media screen and (max-width: 1280px) {
  .white-paper {
    padding: 64px 0;
  }
  .white-paper .container {
    display: flex;
    flex-direction: column;
  }
  .white-paper-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .white-paper-label {
    font-size: 15px;
    line-height: 145%;
  }
  .white-paper-title {
    font-size: 28px;
  }
  .white-paper-more {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  .white-paper-slider {
    flex: unset;
    width: calc(100% - -16px);
  }
  .white-paper-slider .swiper-slide {
    text-align: center;
  }
  .white-paper-slider img {
    margin-bottom: 12px;
  }
  .white-paper-slider h4 {
    font-size: 15px;
    line-height: 145%;
  }
  .white-paper-slider p {
    margin-top: 5px;
    font-size: 13px;
  }
  .white-paper-slider .swiper-nav-buttons {
    margin-top: 24px;
    gap: 12px;
  }
  .white-paper-slider .swiper-nav-buttons > div {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 992px) {
  .white-paper {
    padding: 36px 0;
  }
  .white-paper .container {
    display: flex;
    flex-direction: column;
  }
  .white-paper-header {
    gap: 8px;
  }
  .white-paper-label {
    font-size: 14px;
  }
  .white-paper-title {
    font-size: 22px;
    line-height: 145%;
  }
  .white-paper-more {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .white-paper-slider {
    flex: unset;
    width: calc(100% - -16px);
  }
  .white-paper-slider .swiper-slide {
    text-align: center;
  }
  .white-paper-slider img {
    margin-bottom: 8px;
  }
  .white-paper-slider h4 {
    font-size: 13px;
    line-height: normal;
  }
  .white-paper-slider p {
    margin-top: 2px;
    font-size: 11px;
  }
  .white-paper-slider .swiper-nav-buttons {
    display: none;
  }
  .white-paper-slider .swiper-nav-buttons > div {
    width: 48px;
    height: 48px;
  }
}


/* =========================================
   5. SOLUTIONS & TABS
   ========================================= */
.download-center .page-title {
  border-bottom: 0;
}
.download-center .card a:hover .text {
  text-decoration: underline;
}
.tab-nav {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 60px;
}
.tab-nav .container {
  width: 100%;
  height: 100%;
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  &::-webkit-scrollbar {
    display: none;
  }
}
.tab-nav .tab-btn {
  background: none;
  border: none;
  padding: 22px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  color: #000;
  line-height: 145%;
  font-weight: 500;
  white-space: nowrap;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.tab-nav .tab-btn.active::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-panel .container {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  gap: 5vw;
}
.tab-panel .image-solution {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.tab-panel .image-solution img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-panel .image-text {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.tab-panel .image-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text img {
  display: block;
  object-fit: cover;
}
.solution-wrap .tab-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.solution-wrap .tab-nav .container {
  display: flex;
  flex-direction: row;
}
.solution-wrap .container {
  flex-direction: column;
  gap: 0;
}
.solution-wrap .content-top {
  margin-bottom: 64px;
  width: 100%;
}
.solution-wrap .content-top h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  margin-bottom: 16px;
}
.solution-wrap .content-top p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.solution-wrap .content-cards .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.4s ease;
}
.solution-wrap .content-cards .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-wrap .content-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.solution-wrap .content-cards li {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.solution-wrap .content-cards .text {
  position: relative;
  z-index: 2;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.solution-wrap .content-cards .text h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  margin-bottom: 16px;
}
.solution-wrap .content-cards .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  margin-bottom: 24px;
}
.solution-wrap .content-cards .text .learn-more {
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  margin-top: auto;
}
.solution-wrap .content-cards li a {
  position: relative;
  display: block;
  background-color: transparent;
  height: 100%;
  overflow: hidden;
}
.solution-wrap .content-cards li a:hover .learn-more {
  text-decoration: underline;
}
.solution-wrap .content-cards li .image {
  transition: transform 0.3s ease-in-out;
}
.solution-wrap .content-cards li a:hover .image {
  transform: scale(1.05);
}
.solution-wrap .menu-links {
  display: flex;
  margin-top: 128px;
}
.solution-wrap .menu-links .title {
  flex: 1;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  line-height: 140%;
}
.solution-wrap .menu-links .links {
  flex: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.solution-wrap .menu-links .links li {
  border-top: 1px solid #000;
  padding: 24px 0;
}
.solution-wrap .menu-links .links li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.solution-wrap .menu-links .links li a:hover {
  text-decoration: underline;
}
.solution-wrap .menu-links .links li a i {
  font-size: 20px;
}
.portfolio-panels .content-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.solution-wrap .content-top .category {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}
.solution-wrap .menu-links .content {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.solution-wrap .menu-links .content .category {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 16px;
}
.solution-wrap .menu-links .content .image {
  margin-bottom: 64px;
}
.solution-wrap .menu-links .content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 16px;
}
.solution-wrap .menu-links .content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 16px;
}
.solution-wrap .menu-links .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
.solution-wrap .menu-links .content p ~ p {
  margin: 0;
}
.solution-wrap .menu-links .content h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 8px;
}
.solution-wrap .menu-links .content ul {
  list-style-type: disc;
  margin-bottom: 24px;
  padding-left: 24px;
  margin-left: 24px;
}
.solution-wrap .menu-links .content ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.solution-wrap .menu-links .content ul li p {
  margin-left: 24px;
  display: list-item;
  list-style-type: disc;
  margin-bottom: 0;
}
.portfolio-panels .menu-links ~ .menu-links {
  border-top: 1px solid #e2e2e2;
  padding-top: 128px;
  margin-top: 128px;
}
.portfolio-panels .menu-links.type2 .title {
  margin-bottom: 16px;
}
.portfolio-panels .menu-links.type2 .title ~ .content {
  margin-top: 0;
}
.portfolio-panels .menu-links.type2 .content .category {
  margin-top: 40px;
}
.tab-panels .view-more {
  margin: 36px auto 0;
  background-color: transparent;
  border: 0;
}
.tab-panels .view-more .text {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 145%;
  cursor: pointer;
}
.container.solution-container {
  margin-bottom: 36px;
}

/* Solutions & Tabs Media Queries */
@media screen and (max-width: 1280px) {
  .download-center .page-title {
    border-bottom: 0;
  }
  .tab-nav {
    padding: 0px 24px;
  }
  .tab-nav .tab-btn {
    padding: 18px 16px;
    font-size: 14px;
  }
  .tab-nav .tab-btn.active::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    bottom: -1px;
    left: 0;
  }
  .tab-panel .container {
    flex-direction: column;
    gap: 36px;
    margin-top: 36px;
  }
  .tab-panel .image-solution {
    height: 280px;
  }
  .tab-panel .image-text {
    height: 280px;
  }
  .solution-wrap .content-top {
    margin-bottom: 0px;
  }
  .solution-wrap .content-top h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .solution-wrap .content-top p {
    font-size: 14px;
    line-height: 150%;
  }
  .solution-wrap .content-top h2 br,
  .solution-wrap .content-top p br {
    display: none;
  }
  .solution-wrap .content-cards {
    gap: 16px;
  }
  .solution-wrap .content-cards .text {
    padding: 24px;
  }
  .solution-wrap .content-cards .text h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .solution-wrap .content-cards .text p {
    font-size: 14px;
    line-height: 150%;
  }
  .solution-wrap .content-cards .text a {
    font-size: 14px;
    margin-top: 16px;
  }
  .solution-wrap .content-cards .image img {
    max-height: 260px;
  }
  .solution-wrap .menu-links {
    margin-top: 0px;
  }
  .solution-wrap .menu-links .title {
    font-size: 28px;
  }
  .solution-wrap .menu-links .links {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .solution-wrap .menu-links .links li {
    padding: 16px 0;
  }
  .solution-wrap .menu-links .links li a {
    font-size: 20px;
  }
  .solution-wrap .menu-links .links li a i {
    font-size: 16px;
  }
  .solution-wrap .content-top .category {
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 12px;
  }
  .solution-wrap .image-text {
    padding-bottom: 36px;
    border-bottom: 1px solid #000;
  }
  .solution-wrap .image-text ~ .menu-links {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .solution-wrap .menu-links .content {
    flex: 1;
    margin-top: 36px;
  }
  .solution-wrap .menu-links .content .category {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .solution-wrap .menu-links .content .image {
    margin-bottom: 36px;
  }
  .solution-wrap .menu-links .content .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .solution-wrap .menu-links .content h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 16px;
  }
  .solution-wrap .menu-links .content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .solution-wrap .menu-links .content h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .solution-wrap .menu-links .content ul {
    margin-bottom: 16px;
    padding-left: 16px;
    margin-left: 16px;
  }
  .solution-wrap .menu-links .content ul li {
    font-size: 14px;
    line-height: 150%;
  }
  .solution-wrap .menu-links .content ul li p {
    list-style-type: disc;
    margin-left: 16px;
  }
  .portfolio-panels .menu-links ~ .menu-links {
    padding-top: 36px;
  }
  .portfolio-panels .menu-links.type2 .title {
    margin-bottom: 12px;
  }
  .portfolio-panels .menu-links.type2 .content .category {
    margin-top: 36px;
  }
  .tab-panels .view-more {
    margin: 24px auto 0;
  }
  .tab-panels .view-more .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .download-center .page-title {
    border-bottom: 0;
    margin-bottom: 24px;
  }
  .tab-nav {
    padding: 0px 16px;
  }
  .tab-nav .tab-btn.active::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    bottom: -1px;
    left: 0;
  }
  .tab-panel .container {
    gap: 24px;
    margin: 36px 0;
  }
  .tab-panel .image-solution {
    height: 240px;
  }
  .tab-panel .image-text {
    height: 240px;
  }
  .tab-nav .container {
    display: flex;
    flex-direction: row !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tab-nav .container::-webkit-scrollbar {
    display: none;
  }
  .portfolio-panels {
    margin-bottom: 36px;
  }
  .portfolio-panels .content-cards {
    grid-template-columns: 1fr;
  }
  .solution-wrap .content-cards li {
    min-height: 240px;
  }
  .solution-wrap > .container {
    margin-bottom: 24px;
  }
  .solution-wrap .content-top {
    margin-bottom: 24px;
  }
  .solution-wrap .content-top h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .solution-wrap .content-top p {
    font-size: 13px;
  }
  .solution-wrap .content-cards {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .solution-wrap .content-cards .text {
    padding: 16px;
  }
  .solution-wrap .content-cards .text h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .solution-wrap .content-cards .text p {
    font-size: 13px;
  }
  .solution-wrap .content-cards .text a {
    font-size: 13px;
  }
  .solution-wrap .menu-links {
    margin-top: 36px;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .solution-wrap .menu-links:last-child {
    margin-bottom: 0;
  }
  .solution-wrap .menu-links .title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .solution-wrap .menu-links .links {
    gap: 12px;
  }
  .solution-wrap .menu-links .links li {
    padding: 12px 0;
  }
  .solution-wrap .menu-links .links li a {
    font-size: 18px;
  }
  .solution-wrap .menu-links .links li a i {
    font-size: 14px;
  }
  .solution-wrap .content-top .category {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .solution-wrap .image-text {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
  .solution-wrap .menu-links .content {
    margin-top: 0;
  }
  .solution-wrap .menu-links .content .category {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .solution-wrap .menu-links .content .image {
    margin-bottom: 24px;
  }
  .solution-wrap .menu-links .content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .solution-wrap .menu-links .content p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .solution-wrap .menu-links .content h5 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .solution-wrap .menu-links .content ul {
    margin-bottom: 12px;
    padding-left: 12px;
    margin-left: 12px;
  }
  .solution-wrap .menu-links .content ul li {
    font-size: 13px;
  }
  .solution-wrap .menu-links .content ul li p {
    list-style-type: disc;
    margin-left: 12px;
  }
  .portfolio-panels .menu-links ~ .menu-links {
    padding-top: 36px;
    margin-top: 0px;
  }
  .portfolio-panels .menu-links.type2 .title {
    margin-bottom: 8px;
  }
  .portfolio-panels .menu-links.type2 .content p {
    margin-bottom: 0;
  }
  .portfolio-panels .menu-links.type2 .content .category {
    margin-top: 24px;
  }
  .tab-panels .view-more {
    margin: 16px auto 36px;
  }
  .tab-panels .view-more .text {
    font-size: 13px;
  }
}


/* =========================================
   6. CARDS, FILTERS & PAGINATION
   ========================================= */
.filter-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 20%;
  flex-basis: 280px;
  flex-shrink: 0;
}
.filter-bar .title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 36px;
}
.filter-bar .total {
  font-size: 15px;
  line-height: 145%;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
.filter-bar .input-group {
  width: 100%;
  padding: 16px 18px;
  background-color: #f7f7f7;
  display: flex;
  box-sizing: border-box;
  gap: 16px;
}
.filter-bar .input-group .input-group-text {
  color: #000;
}
.filter-bar .form-control {
  position: relative;
  border: 0;
  width: 100%;
  background-color: transparent;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.filter-bar input::placeholder {
  color: #696969;
}
.cards-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  max-width: 100%;
  flex-grow: 1;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
#insight-grid.linkedin-only,
#insight-grid.x-only {
  grid-template-columns: repeat(3, 1fr);
}
.linkedin-only p,
.x-only p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4rem;
}
.card-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card {
  border-top: 1px solid #000;
  padding: 24px 0;
}
.card a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  border: none;
  padding: 0;
}
.card-text {
  flex: 7;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  align-self: flex-start;
}
.card-text .category {
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
}
.card-text .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
}
.card-text .meta {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.card-text .meta span {
  margin-right: 16px;
}
.card-image {
  flex: 3;
  width: 100%;
}
.card-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#news .card-image {
  display: none !important;
}
#news .card-image img {
  aspect-ratio: 16/9;
}
.youtube-mode .card-image img {
  aspect-ratio: 16/9;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 2px;
}
.pagination .page-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  width: 24px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link.first,
.pagination .page-link.prev {
  margin-right: 16px;
}
.pagination .page-link.prev {
  margin-right: 8px;
}
.pagination .page-link.last,
.pagination .page-link.next {
  margin-left: 16px;
}
.pagination .page-link.next {
  margin-left: 8px;
}
.pagination .page-link.active {
  text-decoration: underline;
}
.pagination .page-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.cards-wrap.column .cards-grid {
  gap: 24px;
}
.cards-wrap.column .card,
.cards-wrap.column .card a {
  flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 0;
  /* padding-bottom: 40px; */
}
.cards-wrap.column .card a {
  border-top: 0;
  padding: 0;
}
.cards-wrap.column .card .card-text {
  display: flex;
  flex-direction: column;
}
.cards-wrap.column .pagination {
  margin-top: 60px;
}
.cards-wrap.type2 .logo {
  border-radius: 50%;
  min-width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  background-color: transparent;
}
.cards-wrap.type2 .logo img {
  object-fit: contain;
}
.cards-wrap.type2 .card {
  border: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.cards-wrap.type2.youtube-mode .card {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px !important;
}
.youtube-mode .card-image img {
  border: 1px solid #e2e2e2;
}
.cards-wrap.type2 .card .card-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: row;
}
.cards-wrap.type2 .card .meta {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: #000;
  display: flex;
  flex-direction: column;
}
.cards-wrap.type2 .card .meta span {
  font-weight: 500;
}
.cards-wrap.type2 .card-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cards-wrap.type2 .card-detail .text {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.cards-wrap.type2 .card-detail .card-link {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
}
.cards-wrap.type2 .cards-grid {
  gap: 24px;
}
.cards-wrap.type2 .card-col {
  gap: 24px;
}
.cards-wrap.type3 .card .card-text {
  align-items: flex-start !important;
  flex-direction: row;
}
.cards-wrap.type3 .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}
.cards-wrap.type3 .card {
  flex-direction: column-reverse;
  padding: 0;
  border: 0;
}
.cards-wrap.type4 .card {
  padding-left: 80px;
  position: relative;
}
.cards-wrap.type4 .logo {
  position: absolute;
  left: 16px;
  top: 16px;
}
.cards-wrap.type4 .tag {
  font-size: 15px;
  color: #696969;
  font-weight: 400 !important;
  line-height: 160%;
  display: block;
}
.cards-wrap.type4 .card .meta {
  display: block;
}
.cards-wrap.type4 .card .meta .date {
  display: block;
  font-weight: 400;
}
.ir-wrap .filter-bar {
  width: 20%;
}
.ir-wrap .filter-bar .total {
  margin-bottom: 0;
}
.ir-wrap .cards-wrap {
  width: 100%;
  max-width: 100%;
  border-top: 0;
  padding-top: 0;
}
.ir-wrap .cards-wrap .card,
.ir-wrap .card a {
  border-bottom: none;
}
.ir-wrap .cards-wrap .card {
  border-top: 1px solid #000;
}
.ir-wrap .cards-wrap .card a:hover .text {
  text-decoration: underline;
}
.ir-wrap .cards-wrap .card-text {
  display: flex;
  flex-direction: column;
}
.ir-wrap .card-text .category {
  font-size: 16px;
}
.ir-wrap .card-text .text {
  font-size: 24px;
}
.ir-wrap .cards-grid {
  gap: 24px;
}
.video-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 36px 0 0;
}
.video-links li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 140%;
}
.video-links li a:hover,
.video-links li a.active {
  text-decoration: underline;
}

/* Cards & Filter Media Queries */
@media screen and (max-width: 1480px) {
  .cards-wrap {
    max-width: 100%;
  }
  #insight-grid.linkedin-only,
  #insight-grid.x-only {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .filter-bar {
    width: 50%;
    max-width: 100%;
    flex-basis: auto;
  }
  .filter-bar .title {
    font-size: 22px;
    line-height: 145%;
    margin-bottom: 24px;
  }
  .filter-bar .total {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .filter-bar .input-group {
    width: 100%;
    padding: 14px 16px;
    gap: 14px;
  }
  .filter-bar .form-control {
    font-size: 14px;
    line-height: 150%;
  }
  .filter-bar input::placeholder {
    color: #696969;
  }
  .cards-wrap {
    max-width: 100%;
    padding-top: 16px;
    margin: 0;
  }
  .cards-grid {
    /* grid-template-columns: 1fr; */
    gap: 16px !important;
  }
  .card {
    padding: 16px 0 16px !important;
  }
  .card:last-child {
    border-bottom: 0;
  }
  .card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card-text .category {
    font-size: 14px;
  }
  .card-text .text {
    font-size: 20px;
  }
  .card-text .meta {
    font-size: 14px;
    line-height: 150%;
  }
  .card-text .meta span {
    margin-right: 12px;
  }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pagination {
    margin-top: 24px;
  }
  .pagination .page-link {
    font-size: 14px;
  }
  .pagination .page-link.first,
  .pagination .page-link.prev {
    margin-right: 0;
  }
  .pagination .page-link.prev {
    margin-right: 4px;
  }
  .pagination .page-link.last,
  .pagination .page-link.next {
    margin-left: 8px;
  }
  .pagination .page-link.next {
    margin-left: 8px;
  }
  .cards-wrap.column {
    padding-top: 0;
    border-top: 0;
  }
  .cards-wrap.column .cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cards-wrap.column .pagination {
    margin-top: 40px;
  }
  .cards-wrap.type2 {
    padding: 0;
    border: 0;
  }
  .cards-wrap.type2 .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
  .card-col {
    gap: 16px;
  }
  .cards-wrap.type2 .logo {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
  .cards-wrap.type2 .card {
    gap: 16px;
    padding: 16px !important;
  }
  .cards-wrap.type2 .card .card-text {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
  }
  .cards-wrap.type2 .card .meta {
    font-size: 14px;
    line-height: 150%;
  }
  .cards-wrap.type2 .card .meta span {
    font-weight: 500;
  }
  .cards-wrap.type2 .card-detail {
    width: 100%;
    gap: 16px;
  }
  .cards-wrap.type2 .card-detail .text {
    font-size: 14px;
    line-height: 150%;
  }
  .cards-wrap.type2 .card-detail .card-link {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .cards-wrap.type3 .title {
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 12px;
  }
  #insight .filter-bar .title {
    margin: 0;
  }
  #insight .filter-bar .total {
    margin-top: 81px;
  }
  .video-links {
    flex-direction: row;
    gap: 16px;
    position: absolute;
    margin: 56px 0 0;
  }
  .video-links li a {
    font-size: 15px;
    line-height: 145%;
  }
  .cards-wrap.type4 .card .meta {
    display: flex;
  }
  .cards-wrap.type4 .tag {
    font-size: 14px;
  }
  .ir-wrap .filter-bar {
    width: 100%;
  }
  .ir-wrap .card-text {
    gap: 12px;
  }
  .ir-wrap .card-text .category {
    font-size: 14px;
  }
  .ir-wrap .card-text .text {
    font-size: 18px;
  }
  .ir-wrap .card-text .meta span {
    font-size: 14px;
  }
  .ir-wrap .card a {
    padding: 16px 0;
  }
  .ir-wrap .cards-grid {
    gap: 16px;
  }
  .ir-wrap .cards-grid {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 992px) {
  .filter-bar {
    max-width: 100%;
    width: 100%;
  }
  .filter-bar .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .filter-bar .total {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .filter-bar .input-group {
    padding: 12px 14px;
    gap: 12px;
  }
  .filter-bar .form-control {
    font-size: 13px;
  }
  .filter-bar input::placeholder {
    color: #696969;
  }
  .cards-wrap {
    padding: 0;
  }
  .cards-grid {
    /* grid-template-columns: 1fr; */
    gap: 12px;
  }
  .card {
    padding: 12px 0 12px !important;
  }
  .card a {
    padding: 0;
    gap: 12px;
  }
  .card:last-child {
    border-bottom: 0;
  }
  .card-text {
    gap: 8px;
  }
  .card-text .category {
    font-size: 12px;
  }
  .card-text .text {
    font-size: 14px;
  }
  .card-text .meta {
    font-size: 12px;
  }
  /* 11/10 추가 */
  #wp-grid .card-image,
  #news-grid .card-image,
  #insight-grid .card-image{
    width:100%;
    margin:0;
  }
  /* //11/10 추가 */
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pagination {
    margin-top: 16px;
  }
  .pagination .page-link {
    font-size: 14px;
  }
  .pagination .page-link.first,
  .pagination .page-link.prev {
    margin-right: 0;
  }
  .pagination .page-link.last,
  .pagination .page-link.next {
    margin-left: 8px;
  }
  .pagination .page-link.next {
    margin-left: 8px;
  }
  .cards-wrap.column .cards-grid {
    gap: 12px;
  }
  .cards-wrap.column .pagination {
    margin-top: 28px;
  }
  .card-col {
    gap: 12px;
  }
  .cards-wrap.type2 .logo {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .cards-wrap.type2 .card {
    gap: 12px;
    padding: 12px !important;
  }
  .cards-wrap.type2 .card-col {
    gap: 12px !important;
  }
  .cards-wrap.type2 .card .card-text {
    gap: 12px;
  }
  .cards-wrap.type2 .card .meta {
    font-size: 13px;
    line-height: 145%;
  }
  .cards-wrap.type2 .card-detail {
    gap: 12px;
  }
  .cards-wrap.type2 .card-detail .text {
    font-size: 13px;
  }
  .cards-wrap.type2 .card-detail .card-link {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .cards-wrap.type3 .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #insight .filter-bar .total {
    margin-top: 72px;
  }
  .video-links {
    position: absolute;
    margin: 35px 0 0;
  }
  .video-links li a {
    font-size: 14px;
  }
  .cards-wrap.type4 .card {
    padding-left: 64px;
  }
  .cards-wrap.type4 .logo {
    top: 12px;
    left: 12px;
  }
  .section-subtitle {
    height: 0;
    margin-top: 36px !important;
    div {
      padding-bottom: 8px !important;
    }
  }
  .ir-wrap .card-text {
    gap: 8px;
  }
  .ir-wrap .card-text .category {
    font-size: 13px;
    line-height: 18px;
  }
  .ir-wrap .card-text .text {
    font-size: 16px;
  }
  .ir-wrap .card-text .meta span {
    font-size: 13px;
  }
  .ir-wrap .card a {
    padding: 12px 0;
  }
  .ir-wrap .cards-grid {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ir-wrap .cards-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================
   7. MODALS (General, Video, IR)
   ========================================= */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
}
.modal-overlay.active {
  display: flex;
}
.modal {
  position: relative;
  background: #fff;
  width: 80%;
  max-width: 1192px;
  padding: 96px 36px 64px;
}
.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 49px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header .category {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 145%;
}
.modal-header .modal-title {
  font-size: 22px;
  margin-bottom: 64px;
  line-height: 145%;
  font-weight: 500;
}
.modal-form .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.modal-form .form-row .form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-form .form-row label {
  flex: 1;
  font-size: 15px;
  margin-bottom: 6px;
}
.modal-form .form-row input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #e2e2e2;
}
.modal-form .btn-download {
  display: block;
  margin: 36px auto 0;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  line-height: 145%;
}
.modal-form .btn-download i {
  margin-left: 8px;
}
.modal-video .modal {
  padding: 0;
}
.modal-video .modal-close {
  right: -48px;
  top: -14px;
}
.modal-video .modal-close i {
  color: #fff;
}
.ir-modal {
  width: 100%;
  max-width: 80%;
  padding: 128px 100px;
  display: flex;
  flex-direction: column;
}
.ir-modal .modal-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ir-modal .modal-header .category {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.ir-modal .modal-header .modal-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}
.ir-modal .modal-header .date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 24px;
}
.ir-modal .modal-header .btn-link {
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  border: 0;
  margin: 0 auto 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ir-modal .modal-header .btn-link i {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.ir-modal .modal-body {
  border-top: 1px solid #000;
}
.ir-modal .modal-body .content {
  padding: 64px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.ir-modal .modal-body .content h2 {
  font-size: 24px;
  font-weight: 600;
}
.ir-modal .modal-body .content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ir-modal .modal-body .content h6 {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.ir-modal .file-download {
  border-top: 1px solid #e2e2e2;
  padding-top: 24px;
}

@media screen and (max-width: 1280px) {
  .modal {
    max-width: 580px;
    width: 90%;
    padding: 64px 36px;
  }
  .modal-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .modal-header .category {
    font-size: 14px;
  }
  .modal-header .modal-title {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .modal-form .form-row {
    gap: 16px;
    margin-bottom: 16px;
  }
  .modal-form .form-row .form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .modal-form .form-row label {
    flex: 1;
    font-size: 14px;
  }
  .modal-form .form-row input {
    padding: 0.5rem;
    height: 44px;
  }
  .modal-form .btn-download {
    margin: 24px auto 0;
    font-size: 14px;
  }
  .modal-video .modal {
    max-width: 100%;
  }
  .modal-video .modal-close {
    right: -12px;
    top: -36px;
  }
  .ir-modal {
    width: 100%;
    max-width: 90%;
    padding: 64px;
    top: 0;
  }
  .ir-modal .modal-header .category {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .ir-modal .modal-header .modal-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .ir-modal .modal-header .date {
    gap: 16px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .ir-modal .modal-header .btn-link {
    width: 40px;
    height: 40px;
    margin: 0 auto 36px;
  }
  .ir-modal .modal-header .btn-link i {
    font-size: 15px;
  }
  .ir-modal .modal-body .content {
    padding: 36px 0;
  }
  .ir-modal .file-download {
    padding-top: 16px;
  }
}

@media screen and (max-width: 992px) {
  .modal {
    max-width: 100%;
    width: calc(100% - 32px);
    padding: 56px 16px 36px;
  }
  .modal-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .modal-header .category {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .modal-header .modal-title {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 140%;
  }
  .modal-form .form-row {
    gap: 12px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .modal-form .form-row .form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .modal-form .form-row label {
    flex: 1;
    font-size: 13px;
  }
  .modal-form .form-row input {
    padding: 0.5rem;
  }
  .modal-form .btn-download {
    font-size: 13px;
  }
  .modal-video .modal-close {
    right: -10px;
    top: -32px;
  }
  .ir-modal {
    padding: 36px 16px;
    top: 0;
  }
  .ir-modal .modal-header .category {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .ir-modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .ir-modal .modal-header .date {
    gap: 12px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .ir-modal .modal-header .btn-link {
    width: 36px;
    height: 36px;
    margin: 0 auto 24px;
  }
  .ir-modal .modal-header .btn-link i {
    font-size: 14px;
  }
  .ir-modal .modal-body .content {
    padding: 24px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .ir-modal .modal-body .content h2 {
    font-size: 13px;
    line-height: 18px;
  }
  .ir-modal .modal-body .content h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .ir-modal .modal-body .content h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .ir-modal .file-download {
    padding-top: 12px;
  }
}


/* =========================================
   8. DETAIL CONTENT
   ========================================= */
.detail-content {
  margin: 128px 0;
}
.detail-content .content-hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding-bottom: 64px;
  border-bottom: 1px solid #000;
}
.detail-content .content-hd .category {
  font-size: 15px;
  color: #000;
  line-height: 145%;
  font-weight: 500;
}
.detail-content .content-hd .title {
  max-width: 50vw;
  font-size: 40px;
  color: #000;
  line-height: 140%;
  font-weight: 500;
}
.detail-content .content-hd .date {
  font-size: 15px;
  color: #000;
  line-height: 160%;
  font-weight: 400;
}
.detail-content .content-hd .btn-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  line-height: 100%;
  color: #000;
  cursor: pointer;
}
.detail-content .content-text {
  padding: 64px 0 0;
}
.detail-content .content-text img,
.detail-content .content-text video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 36px;
}
.detail-content .content-text p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 64px;
}
.file-download {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 0;
}
.file-download li a {
  padding: 7px 12px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-download li a .title i {
  margin-right: 8px;
}
.detail-content .back-link {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  margin: 64px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.event-detail-container {
  max-width: 1192px;
}

@media screen and (max-width: 1280px) {
  .detail-content {
    margin: 64px 0;
  }
  .detail-content .content-hd {
    gap: 16px;
    padding-bottom: 36px;
  }
  .detail-content .content-hd .category {
    font-size: 14px;
  }
  .detail-content .content-hd .title {
    max-width: 100%;
    font-size: 28px;
  }
  .detail-content .content-hd .date {
    font-size: 14px;
    line-height: 150%;
  }
  .detail-content .content-hd .btn-link {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .detail-content .content-text {
    padding: 36px 0 0;
  }
  .detail-content .content-text img,
  .detail-content .content-text video {
    margin-bottom: 24px;
  }
  .detail-content .content-text p {
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 36px;
  }
  .file-download {
    gap: 8px;
    margin: 16px 0 0;
  }
  .file-download li a {
    padding: 6px 10px;
    font-size: 13px;
  }
  .file-download li a .title i {
    margin-right: 6px;
  }
  .detail-content .back-link {
    font-size: 14px;
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 992px) {
  .detail-content {
    margin: 36px 0;
  }
  .detail-content .content-hd {
    gap: 12px;
    padding-bottom: 24px;
  }
  .detail-content .content-hd .category {
    font-size: 13px;
  }
  .detail-content .content-hd .title {
    font-size: 22px;
  }
  .detail-content .content-hd .date {
    font-size: 13px;
  }
  .detail-content .content-hd .btn-link {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .detail-content .content-text {
    padding: 24px 0 0;
  }
  .detail-content .content-text img,
  .detail-content .content-text video {
    margin-bottom: 16px;
  }
  .detail-content .content-text p {
    font-size: 13px;
    padding-bottom: 24px;
  }
  .file-download {
    gap: 6px;
    margin: 12px 0 0;
  }
  .file-download li a {
    padding: 6px 7px;
    font-size: 12px;
  }
  .detail-content .back-link {
    font-size: 13px;
    margin: 24px auto 0;
  }
}


/* =========================================
   9. COMPANY SECTION
   ========================================= */
.company-main {
  margin: 0;
  position: relative;
}
.section-company.ip-delivers {
  margin-top: 24px;
  margin-bottom: 0;
}
.sticky-group {
  position: sticky;
  top: 72px;
}
.section-subtitle {
  position: sticky;
  top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  z-index: 10;
  margin-top: 128px;
  div {
    height: 72px;
    margin-top: 0;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-end;
    background-color: #fff;
  }
}
.section-subtitle.no-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.section-company .section-lead {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
  margin-top: 16px;
}
.section-company .section-lead.center {
  text-align: center;
}
.section-company .grid {
  display: grid;
  gap: 40px;
  width: 80%;
  margin-left: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}
.section-company .grid .item {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f7f7f7;
}
.section-company .grid .item h4 {
  font-size: 22px;
  color: #000;
  line-height: 145%;
  font-weight: 500;
}
.section-company .grid .item p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.partnership-grid {
  grid-template-columns: 1fr 1fr;
}
.leadership-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.section-company .grid .logo-box {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px;
}
.profile-card {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #000;
}
.profile-card-img {
  flex: 3;
}
.profile-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.profile-card-info {
  flex: 7;
}
.profile-card-info strong {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
  margin-bottom: 16px;
}
.profile-card-info span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 145%;
  display: block;
  margin-bottom: 4px;
}
.profile-card-info em {
  font-size: 14px;
  font-weight: 400;
  color: #3e8bd7;
  line-height: 150%;
  display: block;
  font-style: normal;
}
.profile-card-arrow {
  position: absolute;
  bottom: 24px;
  right: 0;
  overflow: hidden;
}
.profile-card-arrow i {
  display: inline-block;
  font-size: 54px !important;
  transform: translateX(0);
  font-weight: 300;
}
.profile-card:hover .profile-card-arrow i {
  animation: slide-out-in 0.6s ease-in-out;
}
@keyframes slide-out-in {
  0% { transform: translateX(0); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(0); }
}
.section-company .view-more {
  margin-top: 36px;
}
.section-company .btn-more {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
}
.section-company i {
  font-size: 15px;
  margin-left: 8px;
  transition: transform 0.3s;
}
.section-company .btn-more:hover i {
  transform: translateX(4px);
}

@media screen and (max-width: 1280px) {
  .section-company .section-subtitle {
    left: 24px;
    font-size: 15px;
    line-height: 145%;
  }
  .section-company .section-lead {
    font-size: 28px;
    margin-top: 16px;
  }
  .section-company .grid {
    width: 100%;
    margin-top: 36px;
    gap: 16px;
  }
  .section-company .grid .item {
    padding: 36px;
    gap: 10px;
  }
  .section-company .grid .item h4 {
    font-size: 18px;
    line-height: 140%;
  }
  .section-company .grid .item p {
    font-size: 14px;
    line-height: 160%;
  }
  .section-company .view-more {
    margin-top: 24px;
  }
  .section-company .btn-more {
    font-size: 14px;
  }
  .section-company i {
    font-size: 14px;
    margin-left: 6px;
  }
  .section-company .grid.partnership-grid {
    gap: 24px;
  }
  .section-company .grid .logo-box {
    height: 172px;
    padding: 0 96px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile-card {
    padding: 16px 0;
    gap: 16px;
  }
  .profile-card-info strong {
    font-size: 22px;
    line-height: 145%;
  }
  .profile-card-info span {
    font-size: 12px;
  }
  .profile-card-info em {
    font-size: 11px;
  }
  .profile-card-arrow {
    bottom: 16px;
  }
  .profile-card-arrow i {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 992px) {
  .section-company .section-subtitle {
    left: 16px;
    font-size: 14px;
  }
  .section-company .section-lead {
    font-size: 22px;
    margin-top: 0;
  }
  .section-company .btn-more {
    font-size: 13px;
  }
  .section-company i {
    font-size: 12px;
  }
  .section-company .grid {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 16px;
  }
  .section-company .grid .item {
    padding: 16px;
    gap: 8px;
  }
  .section-company .grid .item h4 {
    font-size: 15px;
    line-height: 145%;
  }
  .section-company .grid .item p {
    font-size: 12px;
    line-height: 150%;
  }
  .section-company .grid .logo-box {
    height: 162px;
    padding: 0 96px;
  }
  .section-company .grid.partnership-grid {
    gap: 12px;
  }
  .profile-card {
    padding: 12px 0;
    gap: 12px;
  }
  .profile-card-info strong {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .profile-card-info span {
    margin-bottom: 2px;
  }
  .profile-card-info em {
    font-size: 10px;
  }
  .profile-card-arrow i {
    font-size: 36px !important;
  }
}


/* =========================================
   10. MILESTONES
   ========================================= */
.milestones {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  .milestones-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    align-self: flex-end;
    .year-item {
      margin-top: 64px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 36px;
      background-color: #f7f7f7;
      flex: 1;
      .year {
        font-size: 72px;
        font-weight: 500;
        line-height: 88%;
        color: #000;
      }
      .title {
        font-size: 32px;
        font-weight: 500;
        color: #000;
        line-height: 145%;
        align-self: flex-end;
      }
    }
    .nation-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-top: 24px;
      color:#fff;
      padding:36px;
      .nation {
        font-weight: 500;
        font-style: Medium;
        font-size: 48px;
        line-height: 44px;
      }
      .content {
        font-weight: 400;
        font-style: Regular;
        font-size: 15px;
        line-height: 160%;
      }
    }
    @media screen and (max-width: 1050px) {
      .nation-item{
        height: 256px;
      }
    }
    .nation-item:nth-child(1){
      background: url(../images/bg_korea.jpg) 100% / 100% 100% no-repeat;
    }
    .nation-item:nth-child(2){
      background: url(../images/bg_asia.jpg) 100% / 100% 100% no-repeat;
    }
    .nation-item:nth-child(3){
      background: url(../images/bg_us.jpg) 100% / 100% 100% no-repeat;
    }
  }
}
.milestones-inner {
  max-width: 80%;
  display: flex;
  gap: 90px;
  margin-left: auto;
  margin-top: 64px;
  position: relative;
  height: 65vh;
}
.milestones-years {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
}
.milestones-years li {
  font-size: 88px;
  font-weight: 500;
  line-height: 123%;
  opacity: 0.2;
  transition: opacity 0.3s;
  color: #000;
  cursor: pointer;
}
.milestones-years::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.milestones-years li.active {
  opacity: 1;
}
.milestones-entries {
  margin-top: 46px;
  position: relative;
  overflow: hidden;
}
.milestones-entries .entry {
  display: none;
  flex-direction: column;
  gap: 16px;
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
}
.milestones-entries .entry.active {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .milestones-inner {
    max-width: 100%;
    height: auto;
    max-height: none;
    gap: 31px;
    height: 100%;
    margin-top: 36px;
    overflow: hidden;
  }
  .milestones-years {
    overflow-y: hidden;
  }
  .milestones-years li {
    font-size: 64px;
    line-height: 130%;
  }
  .milestones-entries {
    margin-top: 31px;
  }
  .milestones-entries .entry {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 992px) {
  .milestones-inner {
    margin-top: 24px;
    gap: 13px;
  }
  .milestones-years {
    flex-shrink: 0;
    width: max-content;
  }
  .milestones-years li {
    font-size: 40px;
    line-height: 140%;
  }
  .milestones-entries {
    margin-top: 19px;
  }
  .milestones-entries .entry {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .milestones {
    .milestones-wrapper {
      gap: 12px;
      .year-item {
        margin-top: 24px;
        padding: 20px;
        gap: 12px;
        .year {
          font-size: 28px;
        }
        .title {
          font-size: 12px;
        }
      }
      .nation-item {
        margin-top: 24px;
        .nation {
          font-size: 20px;
        }
        .content {
          font-size: 12px;
        }
      }
    }
  }
}

/* =========================================
   11. MAP, VISUAL & PROMOTION
   ========================================= */
.section-company.map {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-company.map .section-subtitle {
  top: 0;
}
.map-wrapper {
  width: 100%;
  height: 40vw;
  position: relative;
  margin-top: 56px;
}
.map-label {
  font-size: 12px;
  color: #111;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: nowrap;
  pointer-events: auto;
  transform-origin: center center;
  transform: rotateX(30deg) rotateZ(-20deg);
}
.map-wrapper canvas {
  cursor: grab;
}
.map-wrapper canvas:active {
  cursor: grabbing;
}
.map-wrapper > .threejs-3dlabels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1; /* canvas 위로 올라오게 */
}
.main-visual {
  position: relative;
  width: calc(100% + 120px);
  margin:0 -60px;
  height: 100vh;
  min-height: 600px;
  background: none;
  color: #000000;
  overflow: hidden;
}
.main-visual .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-visual .text-box{
  position: absolute;
  bottom: 128px;
  left: 60px;
}
.main-visual .text-box .visual-txt{
  font-size:64px;
  line-height: 130%;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s;
}
.main-visual .text-box .sub-txt{
  display: block;
  font-size:22px;
  line-height: 145%;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s;
}
.main-visual .text-box .sub-txt:first-of-type{
  margin-top:24px;
}
.main-visual .text-box .visual-txt,
.main-visual .text-box .sub-txt{
  opacity: 1; /* 기본값은 보이게 두고 */
  transform: none; /* GSAP이 from에서 y값 줄거라서 */
  transition: none; /* ✨ 여기 제거가 중요 */
  will-change: transform, opacity;
}
.main-visual .text-box .sub-txt + .sub-txt{
  margin-top:30px
}
.section-subtitle.center{
  div{
    justify-content: center;
    text-align: center;
    font-size:18px;
    font-weight: 500;
    line-height: 140%;
    color:#000
  }
} 
.section-subtext{
  text-align: center;
  font-size:32px;
  font-weight: 500;
  line-height: 140%;
  color:#000
}
.promising-section {
  position: relative;
  height: 250vh;
  color: #000;
  overflow: hidden;
}
.content-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
.grid-left { 
  position: relative;
  display: flex;
  justify-content: center;
  width: 584px;
  height: 584px
}
.grid-right { 
  position: relative;
  height: 184px
}
.grid-left,
.grid-right { 
  flex:1
}
.text-block {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .4s, transform .4s;
  z-index: 10;
  color:#000;
  p{
    font-size:28px;
    line-height: 140%;
  }
  span{
    display: block;
    margin-top:16px;
    font-size:18px;
    line-height: 140%;
  }
}
.images-item {
  position: absolute;
  width: 584px;
  height: 584px;
  opacity: 0;
  transform: scale(.9);
  transition: .4s;
}
.images-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  position: relative;
}
.reveal-on-scroll.active {
  opacity: 1;
  transform: translateY(0%);
}
.reveal-on-scroll[data-delay='200'] {
  transition-delay: 0.2s;
}
.reveal-on-scroll[data-delay='400'] {
  transition-delay: 0.4s;
}
.word {
  display: inline-block;
  vertical-align: middle;
}
.char {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .map-wrapper {
    margin-top: 36px;
    height: 60vw;
  }
  .main-visual {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
  .main-text-wrapper {
    padding: 0 24px;
    max-width: 100%;
    left: unset;
    width: 80%;
  }
  .main-text {
    font-size: 28px;
    transform: none;
    top: 50%;
  }
  .main-text .title {
    font-size: 15px;
    margin-bottom: 36px;
  }
  .images-item {
    transform: scale(.6);
  }
}
/* max-width: 1023 -> 1280 */
@media screen and (max-width: 1280px) {
  .main-visual {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    height: 100vh !important;
    min-height: 600px !important;
    position: relative !important;
    overflow: hidden !important;
    left: 0 !important;
  }
  .main-visual .bg-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .main-visual .text-box {
    position: absolute !important;
    z-index: 10;
    bottom: 64px !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
    box-sizing: border-box;
  }
  .main-visual .text-box .visual-txt {
    font-size: 40px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    display: block !important;
  }
  .main-visual .text-box .sub-txt {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
    color: #000 !important;
    display: block !important;
  }
  .main-visual .text-box .sub-txt + .sub-txt {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 992px) {
  .map-wrapper {
    height: 60vw;
  }
  .text-block p {
    font-size: 22px;
  }
  .text-block span {
    font-size: 15px;
  }
  .main-visual {
    width: calc(100% + 32px);
    height: 100vh;
    margin: 0 -16px;
  }
  .main-text-wrapper {
    padding: 0 16px;
    width: 90%;
  }
  .main-text {
    font-size: 22px;
  }
  .main-text .title {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .images-item {
    transform: scale(.9);
  }
}
@media screen and (max-width: 768px) {
    .main-visual .text-box {
        bottom: 50px !important;
    }
    .main-visual .text-box .visual-txt {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 767px) {
  p br,
  span br {
    display: none;
  }
  .map-label {
  font-size: 14px !important;
  }
  .section-subtext{
    font-size:28px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .cards-wrap.column .cards-grid {
    grid-template-columns: 1fr;
  }
  .cards-wrap.type2 .cards-grid {
    grid-template-columns: 1fr;
  }
  #insight-grid.linkedin-only,
  #insight-grid.x-only {
    grid-template-columns: 1fr;
  }  
}
@media screen and (max-width: 480px) {
  .section-subtext{
    font-size:22px;
  }
  .map-label {
    font-size: 12px !important;
  }
}