@charset "UTF-8";
/**
 * VISION 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: 0.125rem;
  }
  .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: 0.125rem solid transparent;
  height: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sub-tab-item:hover {
  color: var(--primary);
}
.sub-tab-item.active {
  color: var(--primary);
  font-weight: 700;
  border-bottom-color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .sub-tab-item {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

/* ========================================
   Vision Section
   ======================================== */
.vision-section {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-section {
    padding: 3.75rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .vision-section {
    padding: 2.5rem 0 0;
  }
}

/* ========================================
   MISSION 섹션
   ======================================== */
.vision-mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-mission {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-mission {
    gap: 1.5rem;
  }
}

.vision-mission-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .vision-mission-header {
    gap: 1rem;
  }
}

.vision-mission-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary);
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-mission-label {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-mission-label {
    font-size: 1.25rem;
  }
}

.vision-mission-title {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vision-mission-title {
    gap: 0.5rem;
  }
}

.vision-mission-title-ko {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--font1);
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-mission-title-ko {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-mission-title-ko {
    font-size: 1.25rem;
  }
}

.vision-mission-title-en {
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--font2);
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-mission-title-en {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-mission-title-en {
    font-size: 1rem;
  }
}

/* ========================================
   VISION 섹션 (배경 이미지)
   ======================================== */
.vision-vision {
  position: relative;
  width: 100%;
  height: 27.1875rem;
  margin-top: 5rem;
  background-image: url("../../../images/vision/vision-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-vision {
    height: 22rem;
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-vision {
    height: 18rem;
    margin-top: 2.5rem;
  }
}

.vision-vision-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(86, 41, 10, 0.2) 70%, rgba(86, 41, 10, 0.75) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-vision-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 50.75rem;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-vision-content {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-vision-content {
    gap: 0.875rem;
    padding: 0 1rem;
  }
}

.vision-vision-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-vision-label {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-vision-label {
    font-size: 1.25rem;
  }
}

.vision-vision-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.vision-vision-text p {
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-vision-text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-vision-text {
    font-size: 1rem;
  }
}

.vision-vision-icons {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-vision-icons {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-vision-icons {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
}

.vision-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.125rem;
  height: 8.125rem;
}
.vision-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-icon {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-icon {
    width: 5rem;
    height: 5rem;
  }
}

/* ========================================
   CORE VALUES 섹션
   ======================================== */
.vision-core-values {
  padding: 5rem 0 10rem;
  width: 100%;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-values {
    padding: 3.75rem 0 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-values {
    padding: 2.5rem 0 5rem;
  }
}

.vision-core-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-header {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-header {
    margin-bottom: 1.5rem;
  }
}

.vision-core-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--font1);
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-title {
    font-size: 1.25rem;
  }
}

.vision-core-items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 2.5rem;
  width: 100%;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-items {
    flex-wrap: wrap;
    padding: 0;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-items {
    flex-direction: column;
    padding: 0;
    gap: 0.75rem;
  }
}

.vision-core-item {
  background-color: rgba(255, 232, 193, 0.63);
  border-radius: 11.1875rem;
  padding: 2.5rem 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 17.5rem;
  margin-right: -2.5rem;
  flex-shrink: 0;
}
.vision-core-item:first-child {
  z-index: 5;
}
.vision-core-item:nth-child(2) {
  z-index: 4;
}
.vision-core-item:nth-child(3) {
  z-index: 3;
}
.vision-core-item:nth-child(4) {
  z-index: 2;
}
.vision-core-item:nth-child(5) {
  z-index: 1;
  margin-right: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-item {
    width: calc(50% - 0.5rem);
    max-width: 20rem;
    margin-right: 0;
    padding: 2rem 2.5rem;
  }
  .vision-core-item:nth-child(n) {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-item {
    width: 100%;
    max-width: none;
    padding: 1.5rem 2rem;
    gap: 0.5rem;
  }
}

.vision-core-item-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .vision-core-item-title {
    gap: 0.125rem;
  }
}

.vision-core-item-en {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary);
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-item-en {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-item-en {
    font-size: 1.125rem;
  }
}

.vision-core-item-ko {
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--font1);
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-item-ko {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-item-ko {
    font-size: 0.9375rem;
  }
}

.vision-core-item-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--font2);
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .vision-core-item-desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision-core-item-desc {
    font-size: 0.875rem;
  }
}