@charset "UTF-8";
/**
 * INTRODUCE PAGE SCSS
 * 회사소개 페이지
 */
/* ========================================
   Sub Tabs (탭메뉴)
   ======================================== */
.sub-tabs {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #e1e1e4;
}
.sub-tabs-inner {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .sub-tabs-inner {
    overflow-x: auto;
    gap: 2px;
  }
  .sub-tabs-inner::-webkit-scrollbar {
    display: none;
  }
}

.sub-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #505050;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid transparent;
  height: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sub-tab-item:hover {
  color: #367cfe;
}
.sub-tab-item.active {
  color: #367cfe;
  font-weight: 700;
  border-bottom-color: #367cfe;
}
@media only screen and (max-width: 767px) {
  .sub-tab-item {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

/* ========================================
   Page Section
   ======================================== */
.page-section {
  padding: 5rem 0 10rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page-section {
    padding: 3.75rem 0 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-section {
    padding: 2.5rem 0 5rem;
  }
}

.page-title-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-title-area {
    margin-bottom: 1.875rem;
  }
}

.title-icon {
  position: relative;
  width: 1.7071rem;
  height: 1.7071rem;
  flex-shrink: 0;
}
.title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .title-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.page-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 1.5rem;
  }
}

.introduce-content {
  width: 100%;
}
.introduce-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.introduce-content img {
  max-width: 100%;
  height: auto;
}
.introduce-content h1, .introduce-content h2, .introduce-content h3, .introduce-content h4, .introduce-content h5, .introduce-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111111;
}

/* ========================================
   Introduce Section (회사소개 메인 컨텐츠)
   ======================================== */
.introduce-section {
  padding-block: 3.75rem;
}

.introduce-wrapper {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .introduce-wrapper {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .introduce-wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
}

/* Vision Card (좌측 검정 카드) */
.introduce-vision-card {
  flex: 1;
  background-color: #191919;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(15, 39, 75, 0.02);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .introduce-vision-card {
    padding: 1.25rem;
    gap: 1.5rem;
  }
}

.vision-header {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.vision-icon {
  display: inline-flex;
  position: relative;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  margin-right: 0.8125rem;
  margin-top: 0.5625rem;
}
.vision-icon img {
  width: 2.113rem;
  height: 2.113rem;
  display: block;
}
.vision-icon img:first-child {
  position: relative;
  z-index: 1;
}
.vision-icon-rotate {
  position: absolute;
  left: 0.41125rem;
  top: 0.38688rem;
  transform: rotate(180deg);
  z-index: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.625rem;
    margin-top: 0.375rem;
  }
  .vision-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .vision-icon-rotate {
    left: 0.3125rem;
    top: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.625rem;
    margin-top: 0.375rem;
  }
  .vision-icon img {
    width: 1.375rem;
    height: 1.375rem;
  }
  .vision-icon-rotate {
    left: 0.25rem;
    top: 0.25rem;
  }
}

.vision-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-title {
    font-size: 1.5rem;
  }
}

.vision-image {
  width: 100%;
  height: 23.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.vision-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-image {
    height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-image {
    height: 16.25rem;
    border-radius: 1rem;
  }
}

/* Content Area (우측 컨텐츠) */
.introduce-content-area {
  flex: 1;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .introduce-content-area {
    padding: 0;
    gap: 1.875rem;
  }
}

.about-intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367cfe;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
  .about-label {
    font-size: 0.875rem;
  }
}

.about-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.0406rem;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .about-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-title {
    font-size: 1.25rem;
  }
}

.about-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.025rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about-desc {
    font-size: 0.875rem;
  }
}

/* Info Cards */
.info-cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .info-cards {
    gap: 1.5rem;
  }
}

.info-card {
  background-color: #eff2f6;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .info-card {
    padding: 1rem;
    border-radius: 1rem;
  }
}

.info-card-header {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.info-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
}
.info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .info-icon {
    width: 2rem;
    height: 2rem;
  }
}

.icon-badge {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  width: 0.5rem;
}
.icon-badge svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .icon-badge {
    left: 0.75rem;
    top: 1rem;
    width: 0.375rem;
  }
}

.info-label {
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367cfe;
}
@media only screen and (max-width: 767px) {
  .info-label {
    font-size: 0.75rem;
  }
}

.info-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .info-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .info-title {
    font-size: 1.125rem;
  }
}

.info-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info-desc {
    font-size: 0.875rem;
  }
  .info-desc br {
    display: none;
  }
}