@charset "UTF-8";
/**
 * COOPERATION 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: #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 {
  display: inline-flex;
  position: relative;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.title-icon img {
  width: 2.113rem;
  height: 2.113rem;
  display: block;
}
.title-icon img:first-child {
  position: relative;
  z-index: 1;
}
.title-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) {
  .title-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .title-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .title-icon-rotate {
    left: 0.3125rem;
    top: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .title-icon img {
    width: 1.375rem;
    height: 1.375rem;
  }
  .title-icon-rotate {
    left: 0.25rem;
    top: 0.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;
  }
}

/* ========================================
   Cooperation Content
   ======================================== */
.cooperation-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .cooperation-content {
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .cooperation-content {
    gap: 2.5rem;
  }
}

.cooperation-title-area {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .cooperation-title-area {
    gap: 0.75rem;
  }
}

.cooperation-icon {
  display: inline-flex;
  position: relative;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  padding: 0.25rem;
}
.cooperation-icon img {
  width: 2.113rem;
  height: 2.113rem;
  display: block;
}
.cooperation-icon img:first-child {
  position: relative;
  z-index: 1;
}
.cooperation-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) {
  .cooperation-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .cooperation-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .cooperation-icon-rotate {
    left: 0.3125rem;
    top: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .cooperation-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .cooperation-icon img {
    width: 1.375rem;
    height: 1.375rem;
  }
  .cooperation-icon-rotate {
    left: 0.25rem;
    top: 0.25rem;
  }
}

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

.cooperation-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .cooperation-logos {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .cooperation-logos {
    gap: 1.25rem;
  }
}

.cooperation-logo-item {
  width: calc((100% - 7.5rem) / 4);
  height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .cooperation-logo-item {
    width: calc((100% - 3.75rem) / 3);
    height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cooperation-logo-item {
    width: calc((100% - 1.25rem) / 2);
    height: 4rem;
  }
}
.cooperation-logo-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}