@charset "UTF-8";

/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-ExtraBold.woff2") format("woff2");
}

/* PretendardJP */
@font-face {
  font-family: "PretendardJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/PretendardJP-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "PretendardJP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/PretendardJP-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "PretendardJP";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/PretendardJP-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "PretendardJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/PretendardJP-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "PretendardJP";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/PretendardJP-ExtraBold.woff2") format("woff2");
}

/* NanumSquare */
@font-face {
  font-family: "NanumSquare_seR";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/NanumSquare/NanumSquare_seR.woff2") format("woff2");
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/NanumSquare/NanumSquare_seB.woff2") format("woff2");
}

@font-face {
  font-family: "NanumSquare_EB";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../font/NanumSquare/NanumSquareEB.woff2") format("woff2");
}

/* Calibre */
@font-face {
  font-family: "Calibre";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../font/Calibre/Calibre-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Calibre";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Calibre/Calibre-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Calibre";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Calibre/Calibre-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Calibre";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Calibre/Calibre-Semibold.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

html,
body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: calc(12px + 0.1vw);
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  color: #1e1e1e;
  background: #fff;
}

html :lang(ja),
body :lang(ja) {
  font-family: "PretendardJP", sans-serif;
}

.none {
  display: none;
}

.full {
  width: 100%;
  height: 100%;
}

.hide_txt {
  text-indent: -9999px;
  display: none;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.en {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
}

/* HTML5 새 요소 초기화 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

textarea {
  resize: none;
}

em,
address,
main {
  font-style: normal;
}

table,
input,
textarea,
select,
button,
pre {
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  border-radius: 0;
  outline: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

pre {
  white-space: pre-line;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
select,
button {
  vertical-align: middle;
}

button,
select {
  cursor: pointer;
  text-align: center;
}


button {
  font-family: "Pretendard", sans-serif;
}
table,
th,
td {
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
  outline: none;
}

a:link {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

a:visited {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

a:hover {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

a:active {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

a:focus {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

hr {
  display: none;
  height: 0;
}

.input_text {
  padding: 3px;
  border: 1px solid #d4d4d4;
}

.select_type {
  padding: 2px;
  border: 1px solid #d4d4d4;
}

.content_text {
  font-size: 0.9rem;
}

img {
  width: 100%;
}



.clear::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}



.fixed {
  overflow: hidden;
}

/* subPage header */
body.fixed {
  height: 100%;
  overflow: hidden;
}

/* sub */
/* sub_common */
.container {
  position: relative;
  z-index: 10;
}

.section {
  background-color: #fff;
}

/* 마지막 섹션 (partner) 스타일 */
.section.partner_section {
  display: flex;
  flex-direction: column;
}

/* fp-tableCell이 flex 컨테이너가 되도록 설정 */
.section.partner_section .fp-tableCell {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: flex-start;
}

.section.partner_section .partner_section_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 오시는 길(.location_content)과 동일한 좌우 24px, 세로는 여유 있게 */
  padding: 72px 24px 48px;
  box-sizing: border-box;
  flex: 1;
}

.section.partner_section .partner_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  /* 지도 블록(.location_map_container)과 같은 최대 폭·가운데 정렬 */
  max-width: var(--belab-content-max);
  margin: 0 auto;
  gap: 60px;
  padding-left: 0;
  box-sizing: border-box;
}

/* 파트너 사이드바 (small-nav 스타일 적용) */
.small-nav.partner-nav {
  visibility: hidden;
  max-width: 180px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 3700px;
  transition: 0.8s;
  z-index: 100;
  opacity: 0;
  -webkit-animation: 0.3s moveshide ease-out forwards;
  animation: 0.3s moveshide ease-out forwards;
}

/* 파트너 사이드바 inner (일반 스크롤 모드용, container 내부) */
.small-nav.partner-nav.inner {
  visibility: hidden;
  max-width: 150px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 132px;
  transition: 0.8s;
  z-index: 10;
  opacity: 0;
  -webkit-animation: 0.3s moveshide ease-out forwards;
  animation: 0.3s moveshide ease-out forwards;
}

/* 파트너 사이드바 global (fullPage.js 모드용, container 밖) */
.small-nav.partner-nav.global {
  visibility: hidden;
  max-width: 180px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 130px;
  z-index: 50;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.small-nav.partner-nav.global.visible {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  -webkit-animation: none;
  animation: none;
}

.small-nav.partner-nav.global:not(.visible) {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.small-nav.partner-nav.inner.visible {
  visibility: visible;
  opacity: 1;
}

.small-nav.partner-nav.visible.pd_top {
  top: 212px;
}

.small-nav.partner-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.small-nav.partner-nav ol li {
  margin-bottom: 6px;
  position: relative;
}

.small-nav.partner-nav ol li:last-child {
  margin-bottom: 0;
}

.small-nav.partner-nav ol li a {
  display: block;
  padding: 14px 18px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #aaa;
  transition: 0.3s;
  border-radius: 21px;
  cursor: pointer;
  text-decoration: none;
}

.small-nav.partner-nav ol li a:hover {
  background-color: #f9f9f9;
}

.small-nav.partner-nav ol li a.active {
  color: #333;
  background-color: #d6a84b;
}

/* fullPage.js가 아닐 때 fixed 위치로 변경 (inner만) */
.small-nav.partner-nav.inner.on {
  position: fixed;
  top: 180px;
}

/* 태블릿 화면에서 사이드바 위치 조정 (reference 스타일 적용) */
@media only screen and (max-width: 1280px) {
  .small-nav.partner-nav.global {
    display: none;
  }
  
  .small-nav.partner-nav.inner {
    display: block;
    padding: 0;
    visibility: visible;
    opacity: 1;
    top: 2850px;
    left: 90px;
    animation: none;
    transition: none;
    max-width: 150px;
  }
  
  .section.partner_section {
    min-height: 500px;
  }
  
  .small-nav.partner-nav.inner.on {
    position: fixed;
    top: 180px;
  }
  
  .small-nav.partner-nav.inner.remove {
    position: absolute;
    top: 85%;
  }
  
  .small-nav.partner-nav.inner.remove.on {
    position: fixed;
    top: 140px;
  }
  
  .section.partner_section .partner_container {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .small-nav.partner-nav.global {
    display: none;
  }
  
  .small-nav.partner-nav.inner {
    left: 30px;
    top: 2750px;
  }
  
  .small-nav.partner-nav.inner.remove {
    transition: none;
    top: 86%;
  }
  
  .section.partner_section .partner_container {
    padding-left: 0;
  }
}

/* 모바일에서 사이드바 숨김 */
@media only screen and (max-width: 767px) {
  .small-nav.partner-nav {
    display: none;
  }
  
  .section.partner_section .partner_container {
    padding-left: 0;
  }
}


/* PC 버전에서 모바일 탭 숨김 */
.partner_tabs_mobile {
  display: none;
}

.partner_nav {
  position: relative;
  top: 0;
}

.partner_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner_nav_item {
  margin-bottom: 8px;
}

.partner_nav_link {
  display: block;
  padding: 12px 20px;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.partner_nav_link:hover {
  background-color: #f5f5f5;
}

.partner_nav_link.active {
  background-color: #1e1e1e;
  color: #fff;
  font-weight: 600;
}

/* 파트너 콘텐츠 영역 */
.partner_content_area {
  flex: 1;
  min-width: 0;
}

.partner_content {
  display: none;
}

.partner_content.active {
  display: block;
}

.partner_content_header {
  margin-bottom: 52px;
}

.partner_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  margin: 0;
}

.partner_content_body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* CSP 파트너 슬라이더 스타일 (기존 섹션 스타일 유지) */
.csp_partner_slider_wrap {
  width: 100%;
  position: relative;
}


.csp_partner_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

.csp_partner_intro {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding-bottom: 20px;
}

.csp_partner_slider {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}

.csp_partner_slider .swiper-container {
  position: relative;
}

.csp_partner_slider .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bc481f;
  z-index: 1;
}

.info_slide_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 60px 40px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin: 20px 0;
  position: relative;
}

/* 이미지 영역 */
.info_slide_image {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-height: 200px;
}

.info_logo_circle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.csp_logo {
  font-size: 52px;
  font-weight: 700;
  color: #1e1e1e;
  text-transform: lowercase;
  position: relative;
  text-align: center;
}

.csp_logo_img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.csp_logo_img.ncp_logo_img {
  max-width: 200px;
  max-height: 120px;
}

.csp_logo.aws_logo {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -2px;
}

.csp_logo.kt_logo {
  font-size: 44px;
  font-weight: 600;
}

.csp_logo.nhn_logo {
  font-size: 46px;
  font-weight: 600;
}

.csp_logo.aws_logo::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #ff9900, #ff6600);
  border-radius: 4px;
  transform: rotate(-2deg);
}

/* 설명 영역 */
.info_slide_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}

.csp_partner_name {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 28px 0;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e5e5;
}

.csp_partner_description {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.csp_partner_description p {
  margin: 0 0 18px 0;
}

.csp_partner_description p:last-child {
  margin-bottom: 0;
}

/* 페이지네이션 (점 네비게이션) */
.csp_partner_slider .swiper-pagination,
.csp_partner_slider .csp_pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.csp_partner_slider .swiper-pagination-bullet,
.csp_partner_slider .csp_pagination .csp_bullet,
.csp_partner_slider .csp_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d0d0d0;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
}

.csp_partner_slider .swiper-pagination-bullet:hover,
.csp_partner_slider .csp_pagination .csp_bullet:hover,
.csp_partner_slider .csp_pagination .swiper-pagination-bullet:hover {
  background-color: #999;
  transform: scale(1.2);
}

.csp_partner_slider .swiper-pagination-bullet-active,
.csp_partner_slider .csp_pagination .csp_bullet_active,
.csp_partner_slider .csp_pagination .swiper-pagination-bullet-active {
  background-color: #d6a84b;
  width: 32px;
  border-radius: 6px;
  opacity: 1;
}

/* 하단 설명 */
.csp_partner_footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.csp_partner_footer_text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* Solution 파트너 슬라이더 스타일 (CSP 파트너와 동일한 구조) */
.solution_partner_slider_wrap {
  width: 100%;
  position: relative;
}

.solution_partner_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

.solution_partner_intro {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding-bottom: 20px;
}

.solution_partner_slider {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}

.solution_partner_slider .swiper-container {
  position: relative;
}

.solution_partner_slider .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bc481f;
  z-index: 1;
}


.solution_logo_img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}


.solution_partner_name {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 28px 0;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e5e5;
}

.solution_partner_description {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.solution_partner_description p {
  margin: 0 0 18px 0;
}

.solution_partner_description p:last-child {
  margin-bottom: 0;
}

/* 페이지네이션 (점 네비게이션) */
.solution_partner_slider .swiper-pagination,
.solution_partner_slider .solution_pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.solution_partner_slider .swiper-pagination-bullet,
.solution_partner_slider .solution_pagination .solution_bullet,
.solution_partner_slider .solution_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d0d0d0;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
}

.solution_partner_slider .swiper-pagination-bullet:hover,
.solution_partner_slider .solution_pagination .solution_bullet:hover,
.solution_partner_slider .solution_pagination .swiper-pagination-bullet:hover {
  background-color: #999;
  transform: scale(1.2);
}

.solution_partner_slider .swiper-pagination-bullet-active,
.solution_partner_slider .solution_pagination .solution_bullet_active,
.solution_partner_slider .solution_pagination .swiper-pagination-bullet-active {
  background-color: #d6a84b;
  width: 32px;
  border-radius: 6px;
  opacity: 1;
}

/* Tech 파트너 슬라이더 스타일 (CSP 파트너와 동일한 구조) */
.tech_partner_slider_wrap {
  width: 100%;
  position: relative;
}

.tech_partner_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

.tech_partner_intro {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding-bottom: 20px;
}

.tech_partner_slider {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}

.tech_partner_slider .swiper-container {
  position: relative;
}

.tech_partner_slider .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bc481f;
  z-index: 1;
}


.tech_logo_img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}


.tech_partner_name {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 28px 0;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e5e5;
}

.tech_partner_description {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.tech_partner_description p {
  margin: 0 0 18px 0;
}

.tech_partner_description p:last-child {
  margin-bottom: 0;
}

/* 페이지네이션 (점 네비게이션) */
.tech_partner_slider .swiper-pagination,
.tech_partner_slider .tech_pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tech_partner_slider .swiper-pagination-bullet,
.tech_partner_slider .tech_pagination .tech_bullet,
.tech_partner_slider .tech_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d0d0d0;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
}

.tech_partner_slider .swiper-pagination-bullet:hover,
.tech_partner_slider .tech_pagination .tech_bullet:hover,
.tech_partner_slider .tech_pagination .swiper-pagination-bullet:hover {
  background-color: #999;
  transform: scale(1.2);
}

.tech_partner_slider .swiper-pagination-bullet-active,
.tech_partner_slider .tech_pagination .tech_bullet_active,
.tech_partner_slider .tech_pagination .swiper-pagination-bullet-active {
  background-color: #d6a84b;
  width: 32px;
  border-radius: 6px;
  opacity: 1;
}

/* 반응형 디자인 */
@media only screen and (max-width: 1280px) {
  .info_slide_content {
    gap: 60px;
    padding: 50px 35px 0px;
  }
  
  .info_slide_image {
    flex: 0 0 240px;
    padding: 35px;
  }
  
  .csp_logo {
    font-size: 46px;
  }
  
  .csp_logo.aws_logo {
    font-size: 54px;
  }
      
  .csp_logo.ncp_logo {
    font-size: 42px;
  }
  
  .csp_logo.kt_logo {
    font-size: 38px;
  }
  
  .csp_logo.nhn_logo {
    font-size: 40px;
  }
  
  .csp_partner_name {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .info_slide_content {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 30px 0px;
  }
  
  .info_slide_image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    align-self: center;
    padding: 30px;
  }
  
  .info_slide_info {
    width: 100%;
    padding-top: 0;
  }
  
  .csp_logo {
    font-size: 40px;
  }
  
  .csp_logo.aws_logo {
    font-size: 46px;
  }
  
  .csp_logo.ncp_logo {
    font-size: 36px;
  }
  
  .csp_logo.kt_logo {
    font-size: 32px;
  }
  
  .csp_logo.nhn_logo {
    font-size: 34px;
  }
  
  .csp_partner_name {
    font-size: 24px;
    margin-bottom: 24px;
  }
  
  .csp_partner_description {
    font-size: 16px;
  }
}



/* 모바일 버전 마지막 섹션 */
@media only screen and (max-width: 767px) {
  .section.partner_section .partner_section_wrapper {
    padding: 40px 24px 0;
  }

  .section.partner_section .partner_container {
    flex-direction: column;
    gap: 30px;
    padding-left: 0; /* 모바일에서는 padding 제거 */
  }

  /* 모바일 사이드바 숨김 */
  .partner_sidebar {
    display: none;
  }

  .partner_content_header {
    margin-bottom: 30px;
  }

  .partner_title {
    font-size: 28px;
  }

  .partner_content_body {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* history_cont */
.container .history_cont {
  position: relative;
  background: #fff;
  padding: 192px 0 90px 14%;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
}

.container .history_cont .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #117ce9;
}

.container .history_cont .top {
  margin-bottom: 60px;
  padding: 0 11% 0 0;
  max-width: var(--belab-content-max);
  position: relative;
}

.container .history_cont .top .tit {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  color: #1e1e1e;
}

.container .history_cont .top .slide_btn_box {
  position: relative;
}

.container .history_cont .top .swiper-button-next,
.container .history_cont .top .swiper-button-prev {
  display: inline-block;
  margin-top: 0;
  position: relative;
  width: 60px;
  height: 30px;
  top: auto;
  bottom: auto;
  background-size: cover;
  transition: 0.3s;
}

.container .history_cont .top .swiper-button-prev {
  margin-right: 24px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-image: url("../img/button/history_prev.png");
}

.container .history_cont .top .swiper-button-prev:hover {
  transform: translateX(-5px);
  transition: transform 0.3s ease;
  margin-right: 24px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-image: url("../img/button/history_prev.png");
}

.container .history_cont .top .swiper-button-next {
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  background-image: url("../img/button/history_next.png");
}

.container .history_cont .top .swiper-button-next:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  background-image: url("../img/button/history_next.png");
}

.container .history_cont #history_slide ol li .cont_box {
  margin-top: 18px;
  padding-right: 50px;
}

.container .history_cont #history_slide ol li h4 {
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #117ce9;
  letter-spacing: 0;
}

.container .history_cont #history_slide ol li p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #888;
}

.container .history_cont #history_slide ol li p:last-of-type {
  margin-bottom: 0;
}

.container .visible .history_cont {
  -webkit-animation: 1.2s moveshow ease-out forwards;
  animation: 1.2s moveshow ease-out forwards;
  animation-delay: 0.5s;
}

.wrap.pc .header_wrap {
  transition-property: all;
  transition-duration: 650ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}



#skill_slide .swiper-container-horizontal>.swiper-pagination-bullets,
#skill_slide .swiper-pagination-custom,
#skill_slide .swiper-pagination-fraction {
  bottom: 288px;
  left: 190px;
  font-size: 0;
  width: auto;
}

#skill_slide .slide-controller .swiper-pagination-fraction {
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: -10px;
}

#skill_slide .swiper-pagination-fraction span {
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  color: #1e1e1e;
}

#skill_slide .swiper-pagination-fraction span.swiper-pagination-total {
  padding-left: 34px;
  position: relative;
}

#skill_slide .swiper-pagination-fraction span.swiper-pagination-total:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #1e1e1e;
  position: absolute;
  top: 11px;
  left: 10px;
  transform: rotate(-45deg);
}

.cloud_link_btn {
  width: 272px;
  height: 42px;
  background: url("../img/cloud_slide_btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 150px;
  transition: 0.3s;
}

.cloud_link_btn:hover {
  background: url("../img/cloud_slide_btn_on.png") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1280px) {
  .container {
    padding-top: 150px;
  }

  .container .video_cont .bottom_btn button.pc-hide {
    display: block;
  }

  .container .video_cont .bottom_btn button.mo-hide {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {

  #title_img01 .txt-box,
  #title_img01 .bottom_btn,
  #title_img02 .txt-box,
  #title_img02 .bottom_btn,
  #title_img03 .txt-box,
  #title_img03 .bottom_btn {
    transition: none;
  }
}

@media only screen and (max-width: 1024px) {

  .container .location_cont .location_info .global_list dl dd .address.en address {
    line-height: 1.5;
  }

  .container .main_partner_cont .partner_list ul li dl dt {
    margin-bottom: 8px;
  }

  .container .company_info_cont .downlist dl dd ul li:hover .cont i {
    background: url("../img/button/download_icon_w.png") no-repeat center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {

  .mo.info header .header_wrap {
    top: 0px;
  }
}


@media only screen and (max-width: 1576px) {
  .cloud_link_btn {
    right: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .cloud_link_btn {
    right: 30px;
  }
}

/* motion keyframes */
@keyframes verticalscroll {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-8448px);
    -ms-transform: translateY(-8448px);
    -webkit-transform: translateY(-8448px);
    transform: translateY(-8448px);
  }
}

@keyframes verticalscroll2 {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-870px);
    -ms-transform: translateY(-870px);
    -webkit-transform: translateY(-870px);
    transform: translateY(-870px);
  }
}

@keyframes arrowMove {

  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes moveshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveshide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes movetop {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* pc wide */
@media only screen and (min-width: 1920px) {
  .container .history_cont .top {
    padding-right: 15.5%;
  }
}

/* tablet */

.container .location_cont .location_info img {
  width: 100%;
}


@media only screen and (max-width: 1280px) {

  .container .cloud_cont {
    padding: 120px 90px 90px;
  }

  .container .banner_cont {
    padding: 0 90px 120px;
  }

  .container #title01 .section_tit {
    margin: 80px 0 72px;
  }
}

@media only screen and (max-width: 1024px) {

  .container .history_cont .top .slide_btn_box {
    margin-top: 141px;
  }


  .container .history_cont {
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 40px;
  }

  .container .history_cont .top {
    padding-right: 31px;
    padding-left: 30px;
  }

  .container .history_cont .swiper-container {
    padding-left: 30px;
  }

  .container .history_cont .swiper-container::before {
    left: 30px;
  }

  .container .company_info_cont {
    padding: 80px 30px 60px;
  }

  .container .company_info_cont .top .tit {
    font-size: 36px;
  }

  .container .location_cont {
    padding: 80px 30px 60px;
  }

  .container .location_cont .location_info img.pc-map {
    display: none;
  }

  .container .location_cont .location_info img.mo-map {
    display: block;
  }

  .container .location_cont .location_info .global_list dl dt {
    margin-right: 48px;
    width: 150px;
  }

  .container .location_cont .location_info .global_list dl dt br.t_show {
    display: block;
  }

  .container .location_cont .location_info .global_list dl dd {
    width: calc(100% - 198px);
  }

  .container .main_partner_cont {
    padding: 80px 30px 100px;
  }

  .container .main_partner_cont .top .tit {
    font-size: 36px;
  }

  .container .cloud_cont {
    padding: 100px 30px 60px;
  }

  .container .cloud_cont ul li:first-child {
    margin-top: 60px;
  }

  .container .main_partner_cont .partner_list ul li .logo-box {
    min-height: auto;
  }

  .container .cloud_cont ul li.left_img .left_cont {
    height: auto;
  }

  .container .cloud_cont ul li.left_img .right_cont {
    height: 270px;
  }

  .container .cloud_cont ul li.right_img .left_cont {
    height: 270px;
    padding-left: 0;
  }

  .container .cloud_cont ul li.right_img .right_cont {
    height: auto;
  }


  .container .banner_cont {
    padding: 0 30px 120px;
  }

  .container .video_cont .bottom_btn button.pc-hide {
    background-image: url("../img/button/down_arrow_w.png");
  }
}

@media only screen and (max-width: 767px) {
  .pc.cloud {
    display: none;
  }

  .mo.cloud {
    display: block;
  }

  .pc.info {
    display: none;
  }

  .mo.info {
    display: block;
  }

  .fix_media_header {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .fix_media_header::-webkit-scrollbar {
    display: none;
  }

  .fix_media_header {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul {
    width: 530px;
  }

  .cloud_link_btn {
    display: none;
  }

  /* Info */
  .wrap.mo .m_info_wrap {
    height: 100%;
    position: relative;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .section_tit {
    padding-top: 60px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .section_tit h2 {
    padding: 60px 24px 48px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header {
    display: none;
    padding: 0 24px;
    height: 60px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li {
    float: left;
    padding: 12px 0;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    color: #aaa;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 20px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li a.active {
    color: #fff;
    background-color: #117ce9;
  }

  .wrap.mo .m_info_wrap .section#visual {
    height: auto;
    position: relative;
    margin-top: 60px;
  }

  .wrap.mo .m_info_wrap .video_cont {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 24px;
    transform: translateY(-50%);
    z-index: 20;
    opacity: 0;
    transition: 0.8s;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box.visible {
    opacity: 1;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt p:first-child {
    margin: 0;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt .txt1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .wrap.mo .m_info_wrap .ecosystem_visual .video_cont .txt-box .two-txt p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }

  .wrap.mo .m_info_wrap .section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .wrap.mo .m_info_wrap .section .swiper-pagination-bullet {
    background-color: #1e1e1e;
  }

  .wrap.mo .m_info_wrap .section .swiper-pagination-bullet-active {
    background-color: #1e1e1e;
  }


  @keyframes horizontalscroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1920px);
    }
  }

  @keyframes main-fade {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    30% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 767px) {
  .wrap.mo .m_info_wrap {
    height: 100%;
    position: relative;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .section_tit {
    padding-top: 60px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .section_tit h2 {
    padding: 60px 24px 48px;
    font-size: 28px;
    line-height: 1.3;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header {
    padding: 0 24px;
    height: 60px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li {
    float: left;
    padding: 12px 0;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    color: #aaa;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 20px;
  }

  .wrap.mo .m_info_wrap .fix_tit_wrap .fix_media_header ul li a.active {
    color: #fff;
    background-color: #117ce9;
  }

  .wrap.mo .m_info_wrap .section#visual {
    height: auto;
    position: relative;
  }

  .wrap.mo .m_info_wrap .video_cont {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 20;
    opacity: 0;
    transition: 0.8s;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box.visible {
    opacity: 1;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt-img {
    width: 260px;
    margin-bottom: 48px;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt-img img {
    width: 100%;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt p:first-child {
    margin: 0;
  }

  .wrap.mo .m_info_wrap .video_cont .txt-box .two-txt p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    letter-spacing: -0.3px;
    margin-top: 10px;
  }

  .wrap.mo .m_info_wrap .ecosystem_visual .video_cont .txt-box .two-txt p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }

  .wrap.mo .m_info_wrap .section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .wrap.mo .m_info_wrap .section .swiper-pagination-bullet {
    background-color: #1e1e1e;
  }

  .wrap.mo .m_info_wrap .section .swiper-pagination-bullet-active {
    background-color: #1e1e1e;
  }


  @keyframes horizontalscroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1920px);
    }
  }

  @keyframes main-fade {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    30% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
}

/*
	Containers
*/
#content-wrapper,
#example-wrapper {
  height: 100%;
}

.scrollContainer {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.scrollContainer {
  height: 100%;
  margin: auto;
}

#example-wrapper .scrollContent {
  height: 100%;
}

.horizontal.scrollContainer {
  overflow-y: hidden;
  overflow-x: scroll;
}

#example-wrapper.scrollContainer .scrollContent {
  width: 100%;
  height: auto;
}

#example-wrapper.scrollContainer.horizontal .scrollContent {
  width: auto;
  height: 100%;
}

#example-wrapper.horizontal {
  white-space: nowrap;
  font-size: 0;
  /* fix for spaces between inline block divs */
}

#example-wrapper.horizontal div {
  font-size: 13px;
}

#example-wrapper .scrollContent,
#example-wrapper.horizontal .scrollContent {
  font-size: 0;
}

#example-wrapper .scrollContent div {
  font-size: 13px;
}

section#titlechart {
  text-align: center;
  position: relative;
  height: 100%;
  min-height: 500px;
  min-width: 100%;
  height: 100vh;
}

.horizontal section,
.horizontal section#titlechart {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

section#titlechart #description {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 600px;
  height: 300px;
  margin: -150px auto auto -300px;
}

section#titlechart.home #description {
  padding-top: 0;
  padding-bottom: 100px;
}

section#titlechart #description h1 {
  margin: 0;
}

section#titlechart #description h2 {
  margin-bottom: 20px;
}

section#titlechart #description a.viewsource {
  margin-bottom: 20px;
  display: inline-block;
}

section#titlechart #description code {
  background-color: #e1f1ff;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

section#titlechart #description ol,
section#titlechart #description p {
  text-align: left;
  max-width: 400px;
  margin: 10px auto 10px auto;
  white-space: normal;
}

section#titlechart #description ol {
  list-style-position: outside;
}

#example-wrapper section#titlechart #description:after {
  content: "↧";
  font-size: 40px;
  display: block;
}

#example-wrapper.horizontal section#titlechart #description:after {
  content: "↦";
}

section.wrap * {
  font-size: 13px;
}

section.wrap {
  font-size: 0;
  text-align: center;
}

section.wrap.fullheight {
  min-height: 100%;
}

section.wrap.doublewidth,
.spacer.doublewidth {
  min-width: 200%;
}

.horizontal section.wrap {
  text-align: inherit;
  white-space: nowrap;
}

.horizontal section.wrap.fullwidth {
  min-width: 100%;
}

/*
	Elements
*/
h1.badge {
  /*cursor: text;*/
  pointer-events: none;
}

h1.badge:after {
  vertical-align: text-top;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-left: 10px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 10px;
  pointer-events: all;
}

h1.badge.gsap:after {
  content: "GSAP";
  background-color: #61ac27;
}

h1.badge.velocity:after {
  content: "Velocity.js";
  background-color: #f53a47;
}

.spacer {
  text-align: center;
  min-height: 100px;
}

.spacer.s0 {
  min-height: 1px;
}

.spacer.s1 {
  min-height: 100px;
}

.spacer.s2 {
  min-height: 200px;
}

.spacer.s3 {
  min-height: 300px;
}

.spacer.s4 {
  min-height: 400px;
}

.spacer.s5 {
  min-height: 500px;
}

.spacer.s6 {
  min-height: 600px;
}

.spacer.s7 {
  min-height: 700px;
}

.spacer.s8 {
  min-height: 800px;
}

.spacer.s9 {
  min-height: 900px;
}

.spacer.s10 {
  min-height: 1000px;
}

.spacer.s_viewport {
  min-height: 100%;
}

.horizontal .spacer {
  margin-bottom: 0;
  min-height: initial;
  min-width: 100px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.horizontal .spacer.s0 {
  min-width: 1px;
}

.horizontal .spacer.s1 {
  min-width: 100px;
}

.horizontal .spacer.s2 {
  min-width: 200px;
}

.horizontal .spacer.s3 {
  min-width: 300px;
}

.horizontal .spacer.s4 {
  min-width: 400px;
}

.horizontal .spacer.s5 {
  min-width: 500px;
}

.horizontal .spacer.s6 {
  min-width: 600px;
}

.horizontal .spacer.s7 {
  min-width: 700px;
}

.horizontal .spacer.s8 {
  min-width: 800px;
}

.horizontal .spacer.s9 {
  min-width: 900px;
}

.horizontal .spacer.s10 {
  min-width: 1000px;
}

.spacer.s_viewport {
  min-width: 100%;
}

.box1,
.box2,
.box3 {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: 0px solid white;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
}

.box1 {
  min-width: 100px;
  height: 100px;
  margin: 0 auto 0 auto;
}

.box2 {
  min-width: 50px;
  height: 50px;
  margin: 25px auto 25px auto;
}

.box3 {
  min-width: 26px;
  height: 26px;
  margin: 37px auto 37px auto;
}

.horizontal .box1 {
  top: 50%;
  max-height: 100px;
  margin: -50px 0 auto 0;
}

.horizontal .box2 {
  top: 50%;
  max-height: 50px;
  margin: -25px 25px auto 25px;
}

.horizontal .box3 {
  top: 50%;
  max-height: 26px;
  margin: -13px 37px auto 37px;
}

.box1 p,
.box2 p,
.box3 p {
  margin: 5px 15px 5px 15px;
  font-size: 13px;
  font-weight: lighter;
  color: white;
}

#reveal-elements .digit {
  vertical-align: top;
}

#reveal-elements .digit p {
  font-size: 35px;
  font-weight: 700;
}

.box1 p:first-child {
  margin-top: 27px;
}

.box1 a,
.box2 a,
.box3 a {
  color: white;
}

.box1.white *,
.box2.white *,
.box3.white * {
  color: #2e639e;
}

.box2.mario {
  background-color: #004fae;
  border-top: 30px solid #fc112f;
  border-bottom: 10px solid #c4723b;
}

.box3.goomba {
  min-width: 30px;
  height: 4px;
  margin-top: 75px;
  margin-left: 30px;
  margin-bottom: 25px;
  background-color: #b39475;
  border-top: 30px solid #744527;
  border-bottom: 6px solid #c4723b;
}

/*
	colors
*/
.box1.outline,
.box2.outline,
.box3.outline {
  border: 1px solid white;
}

.blue {
  background-color: #3883d8;
}

.turqoise {
  background-color: #38ced7;
}

.brown {
  background-color: #a66f28;
}

.bordeaux {
  background-color: #953543;
}

.skin {
  background-color: #ed9f4c;
}

.black {
  background-color: #000000;
}

.white {
  background-color: #ffffff;
}

.red {
  background-color: #cf3535;
}

.green {
  background-color: #22d659;
}

.orange {
  background-color: #ea6300;
}

/*
	Form
*/
form.move {
  text-align: left;
  position: fixed;
  top: 70px;
  left: 20px;
  display: block;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 20px;
  z-index: 20;
}

html.touch form.move {
  top: 120px;
}

form>div,
form>fieldset>div {
  margin: 10px 0 10px 0;
  display: block;
}

form .slider {
  min-width: 199px;
  display: inline-block;
  position: relative;
  height: 9px;
  border-right: 1px solid #2e639e;
  border-left: 1px solid #2e639e;
  vertical-align: middle;
  margin-right: 5px;
}

form .slider .trackbar {
  margin-top: 4px;
  border-top: 1px solid #2e639e;
  height: 4px;
}

form .slider .handle {
  height: 14px;
  width: 6px;
  position: absolute;
  top: -4px;
  margin-left: -4px;
  left: 0%;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #2e639e;
}

form .slider .handle:hover,
form .slider.dragging .handle {
  background-color: #79b0ee;
}

form .slider+input {
  background-color: transparent;
  border: none;
  padding: 0;
}

form #options label,
form #actions label,
form #tweenparams label {
  min-width: 90px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}

form #tweenparams label {
  min-width: 50px;
}

form #options button {
  width: 65px;
}

form fieldset {
  padding: 0 10px 0 10px;
  margin: 5px 0 0 0;
}

form fieldset:first-child {
  margin-top: -5px;
}

form fieldset legend {
  padding: 0 5px 0 5px;
  margin: 0;
}

.move {
  cursor: move;
}

.move * {
  cursor: auto;
}

.move label {
  cursor: default;
}

/*
	MENU
*/
ul#menu,
ul#menu ul {
  list-style: none;
  padding: 0;
}

ul#menu {
  position: fixed;
  z-index: 999;
  width: 540px;
  left: 50%;
  margin: 10px auto auto -270px;
  text-align: center;
}

ul#menu>li {
  display: inline-block;
  margin: 0 5px 0 5px;
  position: relative;
  min-height: 30px;
  border-radius: 4px;
  background-color: #79b0ee;
  vertical-align: top;
  min-width: 165px;
}

ul#menu li a {
  padding: 0 5px 0 5px;
  display: block;
  text-decoration: none;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
}

ul#menu ul {
  display: none;
}

ul#menu li:hover>a,
ul#menu li.current>a {
  color: #2e639e;
}

ul#menu li:hover ul,
html.touch ul#menu li.open ul {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  border-top: 1px dashed white;
}

ul#menu ul li a {
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: lighter;
  color: #133f71;
}

ul#menu ul li.current a {
  background-color: #ffffff;
}

ul#menu ul li a:hover {
  background-color: #3883d8;
  color: white;
}

.menuwrap {
  position: fixed;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 540px;
  left: 50%;
  margin-left: -270px;
  min-height: 51px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 99999;
  text-align: center;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  /* Safari */
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  /* Safari */
}

#titlechart .menuwrap {
  position: absolute;
  z-index: inherit;
  background-color: transparent;
}

.menuwrap ul#menu {
  position: absolute;
}

.menuwrap>a.prev,
.menuwrap>a.next {
  display: block;
  position: absolute;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 11px;
  margin: 0 280px;
  box-sizing: border-box;
}

.menuwrap>a.prev:hover,
.menuwrap>a.next:hover {
  text-decoration: none;
  background-color: #79b0ee;
  color: #ffffff;
}

.menuwrap>a.prev {
  margin-left: 0;
  padding-right: 2px;
  right: 50%;
}

.menuwrap>a.next {
  margin-right: 0;
  padding-left: 4px;
  left: 50%;
}

/*
	mobile
*/
html.touch .menuwrap {
  z-index: 999999;
  box-sizing: content-box;
  min-width: 0;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
  height: auto;
  background-color: transparent;
}

html.touch ul#menu {
  position: static;
  margin: 100px 0 0 0;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
}

html.touch .menuwrap.open {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: scroll;
}

html.touch .menuwrap.open ul#menu {
  display: block;
}

html.touch ul#menu>li {
  display: block;
  margin: 10px;
  height: auto;
}

html.touch ul#menu ul {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed white;
}

html.touch ul#menu li {
  padding: 10px 0;
}

html.touch ul#menu>li a {
  color: #2e639e;
  font-size: 4em;
  line-height: 1.2em;
}

html.touch ul#menu ul li a {
  font-size: 2.5em;
  line-height: 1.2em;
}

html.touch ul#menu ul {
  display: block;
}

html.touch ul#menu ul li.current a {
  background-color: transparent;
}

html.touch ul#menu ul li a:hover {
  background-color: transparent;
}

html.touch ul#menu ul li a:active {
  color: white;
}

html.touch .menuwrap>a.prev,
html.touch .menuwrap>a.next,
html.touch .menubtn {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  top: 10px;
  background-color: #3883d8;
  color: white;
  font-size: 4em;
  line-height: 1.5em;
}

html.touch .menuwrap>a.prev:active,
html.touch .menuwrap>a.next:active,
html.touch .menubtn:active {
  background-color: white;
  color: #3883d8;
  border: 2px solid #3883d8;
}

html.touch .menuwrap>a.prev {
  margin-right: 70px;
  padding-right: 10px;
}

html.touch .menuwrap>a.next {
  margin-left: 70px;
  padding-left: 10px;
}

html.touch .menubtn {
  padding: 0;
  border: 0;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  line-height: 0;
  outline: none;
  appearance: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.touch .menubtn:active .button-lines,
html.touch .menubtn:active .button-lines::before,
html.touch .menubtn:active .button-lines::after {
  background: #3883d8;
}

html.touch .menubtn .button-lines,
html.touch .menubtn .button-lines::before,
html.touch .menubtn .button-lines::after {
  display: inline-block;
  height: 6px;
  width: 35px;
  border-radius: 4px;
  transition: 0.3s;
  background: #ffffff;
  position: relative;
  left: 0;
  top: -5px;
}

html.touch .menubtn .button-lines::before,
html.touch .menubtn .button-lines::after {
  content: "";
  position: absolute;
}

html.touch .menubtn .button-lines::before {
  top: 12px;
}

html.touch .menubtn .button-lines::after {
  top: -12px;
}

html.touch .menuwrap.open .menubtn .button-lines {
  background: transparent;
}

html.touch .menuwrap.open .menubtn .button-lines::before {
  top: 0px;
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

html.touch .menuwrap.open .menubtn .button-lines::after {
  top: 0px;
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*
	Codecontainer
*/
#codecontainer {
  position: fixed;
  top: 30px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background-color: white;
  border-radius: 4px;
  z-index: 99999;
  min-height: 300px;
}

#codecontainer pre {
  margin: 0;
  padding: 0;
  line-height: 16px;
  tab-size: 4;
}

#codecontainer pre .break {
  background-color: #f6f6f6;
  font-weight: 700;
  color: #aaa;
}

#codecontainer pre .break:before {
  content: "᎒";
}

#codecontainer .codewrap {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  overflow: scroll;
  white-space: nowrap;
}

#codecontainer .code,
#codecontainer .linenumbers {
  min-height: 100%;
}

#codecontainer .code {
  padding: 0;
  display: inline-block;
}

#codecontainer .code {
  padding: 0 15px 10px 5px;
}

#codecontainer .linenumbers {
  float: left;
  padding: 0px 5px 0px 10px;
  color: #aaa;
  text-align: right;
  border-right: 1px solid #e5e5e5;
}

#codecontainer span.indent {
  width: 31px;
  display: inline-block;
  white-space: nowrap;
}

#codecontainer #close.button {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
}

#codecontainer #select.button {
  position: fixed;
  top: 20px;
  right: 40px;
  height: 20px;
  padding: 0 10px 0 10px;
}

#codecontainer #close.button:after {
  content: "྾";
}

#codecontainer .button {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
  cursor: pointer;
  color: #2e639e;
}

#codecontainer .button:hover {
  background-color: #3883d8;
  color: white;
}

/*
	OTHER
*/
a.viewsource:after {
  content: " }";
}

a.viewsource:before {
  content: "{ ";
}

#parallaxContainer {
  width: 900px;
  height: 500px;
  top: 30px;
  position: relative;
}

#parallaxContainer .layer1 {
  height: 100%;
  text-align: center;
}

#parallaxContainer .layer2 {
  position: absolute;
  height: 139px;
  width: 100%;
  bottom: 32px;
}

#parallaxContainer .layer3 {
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: 0px;
}

#parallaxText {
  width: 0;
  height: 100%;
  margin: auto;
  position: relative;
}

#parallaxText .layer1,
#parallaxText .layer2,
#parallaxText .layer3 {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  margin-left: -150px;
  margin-top: -25px;
  width: 300px;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #133f71;
}

#parallaxText .layer1 {
  top: 48%;
}

#parallaxText .layer2 {
  top: 49%;
}

#parallaxText .layer3 a {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

#parallax1>div,
#parallax2>div,
#parallax3>div {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.dynamicContent #content {
  width: 390px;
  margin: auto;
  text-align: left;
}

.dynamicContent #content .box1 {
  margin: 10px;
}

.dynamicContent #loader {
  height: 0;
  overflow: hidden;
  line-height: 60px;
}

.dynamicContent #loader.active {
  height: 60px;
}

.dynamicContent #loader img {
  vertical-align: text-bottom;
}

#customactions {
  height: 160px;
  width: 170px;
  margin: auto;
  padding-top: 40px;
  text-align: left;
}

#customactions label {
  width: 100px;
  display: inline-block;
}

#customactions code {
  color: #3883d8;
}

#customactions a.viewsource {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.wrap.responsiveDuration {
  position: relative;
}

.responsiveDuration .box1 {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
}

#destroybox a {
  display: block;
  margin-top: 20px;
}

#destroybox a.disabled {
  color: #79b0ee;
}

#mobileadvanced {
  width: 150px;
  height: 150px;
}

#mobileadvanced p {
  margin-top: 50px;
}

#multiDirect {
  text-align: left;
  position: relative;
}

#multiDirect .box1 {
  left: 50vw;
  top: 200px;
  margin-left: -60px;
}

#multiDirect .box1 p:first-child {
  margin-top: 20px;
}

#imagesequence {
  height: 300px;
}


#bezier {
  overflow: hidden;
  position: relative;
}

#bezier #plane {
  position: absolute;
  left: -100px;
}

#bezier a.viewsource {
  margin: 100px;
  display: inline-block;
}

.wrap#section-slides,
.wrap#section-wipes {
  height: 100%;
  width: 100%;
  background-image: none;
}

.wrap#section-slides .panel>b,
.wrap#section-wipes .panel>b {
  font-size: 15px;
  color: white;
  position: relative;
  display: block;
  height: 0;
  overflow: visible;
  top: 50%;
}

/*

Codehighlighting
github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  padding: 0.5em;
  color: #333;
  /*background: #f8f8f8*/
}

.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #099;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula {
  color: #d14;
}

.hljs-title,
.hljs-id,
.coffeescript .hljs-params,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.javascript .hljs-title,
.lisp .hljs-title,
.clojure .hljs-title,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.haskell .hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in,
.lisp .hljs-title,
.clojure .hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}

/* ============================================
   Info 페이지 전용 CSS 스타일
   ============================================ */

/* 첫 번째 섹션 (Introduce) 스타일 */
.intro_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 10px 150px;
  box-sizing: border-box;
}

.intro_main {
  flex: 1;
}

.intro_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  margin: 0 0 60px 0;
}

.intro_text {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.intro_text_bar {
  width: 6px;
  min-height: 50px;
  background-color: #1e1e1e;
  flex-shrink: 0;
}

.intro_text p {
  font-size: 18px;
  line-height: 1.8;
  color: #1e1e1e;
  margin: 0;
  flex: 1;
}

.intro_info_table {
  align-self: flex-start;
}

.intro_info_table table {
  width: 500px;
  border-collapse: collapse;
  border-top: 2px solid #1e1e1e;
}

.intro_info_table th {
  background-color: #f5f5f5;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  width: 120px;
}

.intro_info_table td {
  background-color: #fff;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  color: #1e1e1e;
  border-bottom: 1px solid #e0e0e0;
}

/* 두 번째 섹션 (인증 이미지 캐러셀) 스타일 */
.certification_section {
  padding: 10px 150px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.certification_section .section_tit {
  text-align: center;
  margin-bottom: 40px;
}

.certification_section .section_tit h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.certification_section .section_tit::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #bc481f;
  margin: 20px auto 0;
}

.certification_section .section_desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.certification_carousel_wrap {
  width: 100%;
  position: relative;
}

.certification_carousel {
  padding: 20px 20px;
  overflow: hidden;
  position: relative;
}

.certification_carousel::before,
.certification_carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 10;
  pointer-events: none;
}

.certification_carousel::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.certification_carousel::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.certification_carousel .swiper-wrapper {
  display: flex;
  width: fit-content;
  animation: slideInfinite 48s linear infinite;
}

.certification_carousel_wrap:hover .certification_carousel .swiper-wrapper {
  animation-play-state: paused;
}

@keyframes slideInfinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.certification_carousel .swiper-slide {
  width: auto;
  flex-shrink: 0;
  padding: 0 15px;
}

.certification_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
  width: 300px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
}

.certification_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: #bc481f;
}

.certification_item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.certification_item:hover img {
  filter: grayscale(0%);
}

/* 연혁 섹션 스타일 */
.section .history_cont,
.fp-section .history_cont {
  position: relative;
  background: #fff;
  padding: 10px 150px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
}


.section .history_cont .swiper-container {
  position: relative;
}

.section .history_cont .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bc481f;
  z-index: 1;
}

.section .history_cont .top {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  width: 100%;
}

.section .history_cont .top::after {
  content: "";
  display: table;
  clear: both;
}

.section .history_cont .top .tit {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  color: #1e1e1e;
  margin-bottom: 0;
}

.section .history_cont .slide_btn_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  position: relative;
}

.section .history_cont .swiper-button-next,
.section .history_cont .swiper-button-prev {
  display: inline-block;
  margin-top: 0;
  position: relative;
  height: 26px;
  top: auto;
  bottom: auto;
  background-size: cover;
  transition: 0.3s;
  cursor: pointer;
}

.section .history_cont .swiper-button-prev {
  margin-right: 24px;
  background-image: url("../img/button/history_prev.png");
}

.section .history_cont .swiper-button-prev:hover {
  transform: translateX(-5px);
  transition: transform 0.3s ease;
  background-image: url("../img/button/history_prev.png");
}

.section .history_cont .swiper-button-next {
  background-image: url("../img/button/history_next.png");
}

.section .history_cont .swiper-button-next:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
  background-image: url("../img/button/history_next.png");
}

.section .history_cont #history_slide {
  width: 100%;
  overflow: visible;
}

.section .history_cont #history_slide ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section .history_cont #history_slide ol li .cont_box {
  margin-top: 18px;
  padding-right: 50px;
}

.section .history_cont #history_slide ol li h4 {
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #bc481f;
  letter-spacing: 0;
}

.section .history_cont #history_slide ol li p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #888;
}

.section .history_cont #history_slide ol li p:last-of-type {
  margin-bottom: 0;
}

/* 모바일·태블릿: 가로로 밀면 빈 캔버스만 보이는 현상 방지 */
@media only screen and (max-width: 1024px) {
  .wrap.mo.info .m_info_wrap {
    overflow-x: hidden;
    max-width: 100%;
  }

  .wrap.mo.info .m_info_wrap .intro_section {
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* 모바일 연혁 섹션 스타일 */
.wrap.mo .m_info_wrap .section .history_cont {
  position: relative;
  background: #fff;
  padding: 40px 0;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bc481f;
  z-index: 1;
}

.wrap.mo .m_info_wrap .section .history_cont .top {
  margin-bottom: 0;
  padding: 0 24px;
  position: relative;
  width: 100%;
}

.wrap.mo .m_info_wrap .section .history_cont .top .tit {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #1e1e1e;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.wrap.mo .m_info_wrap .section .history_cont .slide_btn_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  position: relative;
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-button-next,
.wrap.mo .m_info_wrap .section .history_cont .swiper-button-prev {
  margin-top: 0;
  position: relative;
  width: 36px;
  height: 36px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-button-prev {
  margin-right: 16px;
  background-image: url("../img/button/history_prev.png");
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-button-prev:hover {
  transform: translateX(-5px);
  transition: transform 0.3s ease;
  background-image: url("../img/button/history_prev.png");
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-button-next {
  background-image: url("../img/button/history_next.png");
}

.wrap.mo .m_info_wrap .section .history_cont .swiper-button-next:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
  background-image: url("../img/button/history_next.png");
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 {
  width: 100%;
  overflow: hidden;
  margin-top: 76px;
  padding-left: 24px;
  box-sizing: border-box;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li {
  width: 100%;
  box-sizing: border-box;
  border-top: 4px solid #bc481f;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li .cont_box {
  margin-top: 0;
  padding: 16px 24px 0 0;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li .cont_box h4 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #bc481f;
  letter-spacing: 0;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li .cont_box p:nth-child(2) {
  margin-top: 24px;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li .cont_box p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #888;
  word-break: keep-all;
}

.wrap.mo .m_info_wrap .section .history_cont #info_slide02 ol li .cont_box p:last-of-type {
  margin-bottom: 0;
}

/* ============================================
   Partner Card Grid (비즈니스 카드 스타일)
   ============================================ */

   .partner_card_wrap {
    width: 100%;
}

.partner_card_header {
    margin-bottom: 40px;
}

.partner_card_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e1e1e;
    letter-spacing: -1px;
    margin: 0 0 16px;
}

.partner_card_intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    max-width: 800px;
}

/* ── 카드 그리드: 기본 2열 ── */
.partner_card_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

/* CSP처럼 4개일 때도 2열 유지 (2x2) */
/* 3개짜리(Solution, Tech)는 3열로 */
.partner_card_grid:has(.partner_card:nth-child(3):last-child),
.partner_card_grid:has(.partner_card:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ── 카드 공통 ── */
.partner_card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 40px rgba(30, 30, 30, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.partner_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 48px rgba(30, 30, 30, 0.13);
}

/* ── 로고 영역 ── */
.partner_card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 40px 44px;
    min-height: 168px;
}

.partner_card__logo img {
    max-width: 180px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner_card__logo--empty {
    background: linear-gradient(135deg, #f0f0f0 0%, #e4e4e4 100%);
    min-height: 168px;
}

/* ── 텍스트 영역 ── */
.partner_card__body {
    padding: 28px 32px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.partner_card__name {
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
    margin: 0;
    line-height: 1.3;
}

.partner_card__desc {
    font-size: 14px;
    line-height: 1.75;
    color: #666;
    margin: 0;
    flex: 1;
}

/* ── CSP Partner: 한 섹션에 모두 맞춤 ── */
/* ── CSP Partner: 2×2 그리드로 한 섹션에 맞춤 ── */
.section.partner_section[data-anchor="partner-csp"] .partner_section_wrapper {
  padding-top: 30px;
  padding-bottom: 10px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card_header {
  margin-bottom: 20px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card_title {
  font-size: 36px;
  margin-bottom: 8px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card_intro {
  font-size: 15px;
  line-height: 1.6;
}

/* ── 2×2 그리드 ── */
.section.partner_section[data-anchor="partner-csp"] .partner_card_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* ── 카드 내부: 로고 왼쪽 + 텍스트 오른쪽 가로형으로 ── */
.section.partner_section[data-anchor="partner-csp"] .partner_card {
  flex-direction: row;
  align-items: center;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card__logo {
  flex: 0 0 140px;
  min-height: 110px;
  height: 100%;
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 16px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card__logo img {
  max-width: 110px;
  max-height: 60px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card__body {
  padding: 16px 20px;
  gap: 6px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card__name {
  font-size: 15px;
}

.section.partner_section[data-anchor="partner-csp"] .partner_card__desc {
  font-size: 12px;
  line-height: 1.65;
}


/* 1280px 이하: 4열 유지하되 더 작게 */
/* 1280px 이하 */
@media only screen and (max-width: 1280px) {
  .section.partner_section[data-anchor="partner-csp"] .partner_card_grid {
      gap: 12px;
  }

  .section.partner_section[data-anchor="partner-csp"] .partner_card__logo {
      flex: 0 0 120px;
      padding: 16px 14px;
  }

  .section.partner_section[data-anchor="partner-csp"] .partner_card__logo img {
      max-width: 95px;
      max-height: 50px;
  }
}

/* 1024px 이하: 세로형으로 전환 */
@media only screen and (max-width: 1024px) {
  .section.partner_section[data-anchor="partner-csp"] .partner_card {
      flex-direction: column;
  }

  .section.partner_section[data-anchor="partner-csp"] .partner_card__logo {
      flex: none;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      min-height: 90px;
  }
}

/* 모바일: 1열 */
@media only screen and (max-width: 767px) {
  .section.partner_section[data-anchor="partner-csp"] .partner_card_grid {
      grid-template-columns: 1fr;
  }
}

/* 1024px 이하: 2x2로 전환 */
@media only screen and (max-width: 1024px) {
  .section.partner_section[data-anchor="partner-csp"] .partner_card_grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── 반응형 ── */
@media only screen and (max-width: 1280px) {
    .partner_card_grid {
        gap: 18px;
    }

    .partner_card_title {
        font-size: 36px;
    }

    .partner_card__logo {
        padding: 24px 32px;
        min-height: 120px;
    }

    .partner_card__body {
        padding: 20px 22px 24px;
    }

    .partner_card__name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    /* 3열 → 2열 */
    .partner_card_grid,
    .partner_card_grid:has(.partner_card:nth-child(3):last-child) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .partner_card_grid,
    .partner_card_grid:has(.partner_card:nth-child(3):last-child) {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .partner_card_title {
        font-size: 28px;
    }

    .partner_card_intro {
        font-size: 14px;
    }

    .partner_card__logo {
        min-height: 100px;
        padding: 20px 24px;
    }

    .partner_card__logo img {
        max-width: 140px;
        max-height: 60px;
    }

    .partner_card__body {
        padding: 16px 18px 20px;
    }

    .partner_card__name {
        font-size: 16px;
    }

    .partner_card__desc {
        font-size: 13px;
    }
}

/* Info 페이지 반응형 스타일 */
@media only screen and (max-width: 1280px) {
  .intro_section {
    padding: 10px 80px;
  }

  .certification_section {
    padding: 60px 80px;
  }

  .section .history_cont {
    padding: 60px 80px;
  }

  .section .history_cont .top .tit {
    font-size: 36px;
    line-height: 48px;
  }

  .certification_section {
    padding: 40px 80px;
  }

  .certification_section .section_tit {
    margin-bottom: 30px;
  }

  .certification_section .section_tit h2 {
    font-size: 40px;
  }

  .certification_section .section_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .certification_carousel {
    padding: 15px 20px;
  }

  .certification_item {
    width: 280px;
    height: 320px;
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .intro_section {
    padding: 10px 24px;
  }

  .intro_title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .intro_text p {
    font-size: 16px;
  }

  .intro_info_table {
    align-self: stretch;
    margin-top: 60px;
  }

  .intro_info_table table {
    width: 100%;
  }

  .section .history_cont {
    padding: 40px 24px;
  }

  .section .history_cont .top .tit {
    font-size: 28px;
    line-height: 40px;
  }

  .section .history_cont .top .slide_btn_box {
    margin-top: 80px;
  }

  .section .history_cont #history_slide ol li h4 {
    font-size: 32px;
  }

  .section .history_cont #history_slide ol li p {
    font-size: 14px;
  }

  .certification_section {
    padding: 40px 24px;
  }

  .certification_section .section_tit {
    margin-bottom: 30px;
  }

  .certification_section .section_tit h2 {
    font-size: 32px;
  }

  .certification_section .section_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .certification_carousel {
    padding: 15px 20px;
  }

  .certification_item {
    width: 250px;
    height: 300px;
    padding: 20px;
  }
}
/* ── 슬라이더 overflow hidden (다음 슬라이드 차단) ── */
.partner-unified-slider,
.partner-unified-slider-mo {
  overflow: hidden !important;
}

/* ── partner_content_body: overflow visible, padding 제거 ── */
.section.partner_section .partner_content_body {
  position: relative;
  overflow: visible;
  padding: 0;
}

/* ── Prev / Next 버튼 ── */
.partner-unified-prev,
.partner-unified-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.partner-unified-prev::after,
.partner-unified-next::after { display: none; }

/* Prev: 왼쪽 바깥 */
.partner-unified-prev {
  left: -60px;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.partner-unified-prev::before {
  content: '';
  width: 9px; height: 9px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg) translateX(2px);
  transition: border-color 0.2s;
}

.partner-unified-prev:hover {
  border-color: #c49535;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 14px rgba(196, 149, 53, 0.2);
}

.partner-unified-prev:hover::before { border-color: #c49535; }

/* Next: 오른쪽 바깥 */
.partner-unified-next {
  right: -60px;
  background: #c49535;
  border: none;
  box-shadow: 0 4px 14px rgba(196, 149, 53, 0.4);
}

.partner-unified-next::before {
  content: '';
  width: 9px; height: 9px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translateX(-2px);
}

.partner-unified-next:hover {
  background: #a87e28;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 18px rgba(196, 149, 53, 0.5);
}

.partner-unified-prev.swiper-button-disabled,
.partner-unified-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* ── 페이지네이션: 작은 점 스타일 ── */
.partner-unified-pagination,
.partner-unified-pagination-mo {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  text-align: center;
  padding: 28px 0 6px;
}

.partner-unified-pagination .swiper-pagination-bullet,
.partner-unified-pagination-mo .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.partner-unified-pagination .swiper-pagination-bullet:hover,
.partner-unified-pagination-mo .swiper-pagination-bullet:hover {
  background: #999;
}

.partner-unified-pagination .swiper-pagination-bullet-active,
.partner-unified-pagination-mo .swiper-pagination-bullet-active {
  background: #c49535;
  width: 20px;
  border-radius: 4px;
}

/* ── 반응형 ── */
@media only screen and (max-width: 1280px) {
  .partner-unified-prev { left: -50px; }
  .partner-unified-next { right: -50px; }
}

@media only screen and (max-width: 1024px) {
  .partner-unified-prev { left: -36px; }
  .partner-unified-next { right: -36px; }
  .partner-unified-prev,
  .partner-unified-next { width: 38px; height: 38px; }
}

@media only screen and (max-width: 767px) {
  .partner-unified-prev,
  .partner-unified-next { display: none !important; }
  .partner-unified-pagination { padding: 20px 0 4px; }
}

.ceo_message_body {
  max-width: 900px;
  /* margin: 60px auto 0; */
  padding: 0 20px;
}

.ceo_message_body p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
}

.ceo_sign {
  margin-top: 40px;
  text-align: right;
}

.ceo_sign strong {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}