@charset "utf-8"; /**
 * Filename : family_global_main.css
 * Description : IITCEN global styles
 **/

/* ==========================================================================
main
========================================================================== */
#container {
  padding-bottom: 0px;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
header
========================================================================== */

.header-affil {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}
.header-affil .menu-list .menu-item > a {
  color: var(--text-900_title);
}

@media screen and (min-width: 1152px) {
  .header-affil.has-top {
    background-color: transparent;
    box-shadow: unset;
  }
  .header-affil.has-top .menu-list .menu-item > a {
    color: #fff;
  }
  .header-affil.has-top.global .header-meta .header-logo .icon-logo {
    width: 210px;
    background-image: url(../images/family_global_main/global-main-logo.png);
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-language {
    background-image: url(../svg/icons/icon_language_white.svg);
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-search {
    background-image: url(../svg/icons/icon_search_white.svg);
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-menu {
    background-image: url(../svg/icons/icon_menu_white.svg);
  }
  .header-affil.has-top .menu-list .menu-item > a > .icon-new-window {
    background-image: url(../svg/icons/icon_new_window_white.svg);
  }
}

.header-affil.has-active .menu-list .menu-item > a > .icon-new-window,
.header-affil.has-hover .menu-list .menu-item > a > .icon-new-window {
  background-image: url(../svg/icons/icon_new_window.svg);
}
.has-hover.header-affil.global .header-meta .header-logo .icon-logo,
.has-fixed.header-affil.global .header-meta .header-logo .icon-logo,
.has-active.header-affil.global .header-meta .header-logo .icon-logo {
  background-image: url(../svg/logos/logo_global.svg);
}

.has-hover.header-affil .menu-list .menu-item > a,
.has-fixed.header-affil .menu-list .menu-item > a,
.has-active.header-affil .menu-list .menu-item > a {
  color: var(--text-900_title);
}

.has-fixed.header-affil {
  position: fixed;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid var(--border-02);
}

.has-hover.header-affil .header-meta .header-util .btn-icon .icon-language,
.has-fixed.header-affil .header-meta .header-util .btn-icon .icon-language,
.has-active.header-affil .header-meta .header-util .btn-icon .icon-language {
  background-image: url(../svg/icons/icon_language_blue.svg);
}
.has-hover.header-affil .header-meta .header-util .btn-icon .icon-search,
.has-fixed.header-affil .header-meta .header-util .btn-icon .icon-search,
.has-active.header-affil .header-meta .header-util .btn-icon .icon-search {
  background-image: url(../svg/icons/icon_search_blue.svg);
}
.has-hover.header-affil .header-meta .header-util .btn-icon .icon-menu,
.has-fixed.header-affil .header-meta .header-util .btn-icon .icon-menu,
.has-active.header-affil .header-meta .header-util .btn-icon .icon-menu {
  background-image: url(../svg/icons/icon_menu_blue.svg);
}

.has-active.header-affil,
.has-hover.header-affil,
.has-fixed.header-affil {
  background-color: #fff;
}

/* ==========================================================================
visual
========================================================================== */
.visual-slick-wapper .page-visual {
  background-image: url(../images/family_global_main/main-1.png) !important;
}
.visual-slick-wapper .page-visual.type02 {
  background-image: url(../images/family_global_main/main-2.png) !important;
}
/* ==========================================================================
numbers
========================================================================== */
.family-main #container {
  width: 100%;
}
.family-main .numbers {
  background-color: #f6f6f6;
}
.family-main .numbers-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.family-main .title-slogan {
  padding-top: 100px;
  padding-bottom: 40px;
}
.family-main .card-boxes-section .card-grid {
  gap: 24px;
}
.family-main .card-boxes-section .card-grid .item:hover {
  box-shadow: none;
}
.family-main .card-boxes-section .card-grid .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 32px 48px 32px;
  width: 708px;
  max-width: 708px;
  min-height: 328px;
  border-radius: 20px;
  border: 0;
  background-color: white;
}
.family-main .titie-titles {
  color: var(--secondary_blue_01, #0055e9);
  font-weight: 800;
  font-size: 48px;
}
.family-main .card-boxes-section .card-grid .action-group {
  margin: auto auto 0 0;
}

/* ==========================================================================
page-mid-sujection
========================================================================== 
.family-main .page-mid-sujection { display: flex; align-items: center; min-height: 502px; background-repeat: no-repeat; background-position: 50%; background-size: cover; background-image: url(../images/family_global_main/main-page-mid-sujection.png); } 
.family-main .page-mid-sujection .inner { margin: 0 auto; width: 1200px; } 
.family-main .title-page { margin: 0; padding: 0; line-height: 1; } 
.family-main .title-page span, .title-page strong { width:100%; display: inline-block; text-align: center; } 
.family-main .title-page .title-page-subjection01 { font-size:44px; margin-bottom:12px; } 
.family-main .title-page .title-page-subjection02 { font-size:32px; } 
.family-main .util-block { display: flex; align-content: center; align-items: center; justify-content: center; gap: 12px; padding-top: 80px; } 


 PC small ========================== 

@media screen and (max-width: 1280px){
 .family-main .page-mid-sujection { padding-right: 24px; padding-left: 24px; } 
 .family-main .page-mid-sujection .inner { width: 100%; } 
 }
 mobile ============================ 

@media screen and (max-width: 768px){
 .family-main .page-mid-sujection { padding-top: 0; min-height: 375px; } 
 .family-main .page-mid-sujection .inner { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; } 
 .family-main .page-mid-sujection .title-sub-text { font-weight: 500; line-height: 1.5; } 
 }*/

/* ==========================================================================
.family-card-wrapper
========================================================================== */
.family-main .family-card-wrapper .title-subsection {
  text-align: center;
  font-size: 44px;
}
.family-main .family-card-wrapper {
  width: 100%;
}
.family-main .family-card-wrapper.family-card-wrapper-type01 {
  background: var(--bg-01, white);
}
.family-main .family-card-wrapper-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.family-main .family-card-wrapper-inner .family-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.family-main .family-card-wrapper-inner .family-card .family-card-figure {
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
  background-color: var(--text-white);
}
.family-main .title-content .sub-scribe {
  color: var(--text-900_title, #161616);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.family-main
  .family-card-wrapper-inner
  .family-card
  .family-card-figure
  .image {
  overflow: hidden;
  width: 100%;
  height: 361px;
  border-radius: 20px 20px 0 0;
}
.family-main
  .family-card-wrapper-inner
  .family-card
  .family-card-figure
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-main
  .family-card-wrapper-inner
  .family-card
  .family-card-figure
  .family-card-caption {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 40px 60px 40px;
  text-align: center;
  min-height: 184px;
}
.family-main .family-card-wrapper-inner .family-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.family-main .family-card-wrapper-inner .family-card .family-card-figure {
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
  background-color: var(--bg-01, #fbfbfb);
}
.family-main
  .family-card-wrapper-inner
  .family-card
  .family-card-figure
  .image {
  overflow: hidden;
  width: 100%;
  height: 286px;
  border-radius: 20px 20px 0 0;
}

.family-main .family-card-wrapper.family-card-wrapper-type02 {
  background-color: #1b233f;
}
.family-main .family-card-wrapper-type02 .title-subsection {
  color: white;
}
.family-main
  .family-card-wrapper.family-card-wrapper-type02
  .family-card-wrapper-inner
  .description-section {
  text-align: center;
  font-size: 32px;
  color: white;
}
.family-main
  .family-card-wrapper.family-card-wrapper-type02
  .family-card
  .family-card-figure
  .family-card-caption {
  min-height: 148px;
  color: white;
  background-color: white;
  border-radius: 0 0 16px 16px;
}
.family-main .family-card-wrapper-inner .family-card .family-card-figure {
  border: 0;
  background-color: transparent;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-main .family-card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .family-main .family-card-wrapper .title-subsection {
    padding-right: 16px;
    padding-left: 16px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    padding-right: 16px;
    padding-left: 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description
    br {
    display: none;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .family-main .family-card-wide .family-card-wrapper {
    margin-top: 40px;
  }
  .family-main .family-card-wrapper-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .family-main .family-card-wrapper-inner .family-card {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .family-main .family-card-wrapper-inner .family-card .family-card-figure {
    border-radius: 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .image {
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption {
    gap: 12px;
    padding: 16px 16px 32px 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    font-size: var(--font-18);
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description {
    font-size: var(--font-14);
  }
}

.numbers .card-boxes-section .card-grid .card-item {
  width: auto;
}

/* ==========================================================================
numbers
========================================================================== */
/* .family-main #container {
  width: 100%;
}
.family-main .numbers {
  background-color: #f6f6f6;
}
.family-main .numbers-inner {
  width: 1441px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.family-main .title-slogan {
  padding-top: 100px;
  padding-bottom: 40px;
}
.family-main .card-boxes-section .card-grid {
  gap: 24px;
}
.family-main .card-boxes-section .card-grid .item:hover {
  box-shadow: none;
}
.family-main .card-boxes-section .card-grid .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 32px 48px 32px;
  width: 708px;
  max-width: 708px;
  min-height: 328px;
  border-radius: 20px;
  border: 0;
  background-color: white;
}
.family-main .titie-titles {
  color: var(--secondary_blue_01, #0055e9);
  font-weight: 800;
  font-size: 48px;
}
.family-main .card-boxes-section .card-grid .action-group {
  margin: auto auto 0 0;
} */

/* ==========================================================================
 재무정보
========================================================================== */

.table-list tr.table-tr-sub-section td {
  background-color: var(--bg-01);
}
.about-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-grow: 1;
  gap: 0px;
  margin-top: 40px;
  border-radius: 20px;
  background: white;
}
.about-info {
  width: 33.3%;
  padding: 40px 0px;
  border-radius: 0px;
}
.info-titles {
  font-size: 16px;
  margin-bottom: 40px;
  display: inline-block;
}
.about-info-inner {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.about-info .info-title {
  color: var(--text-900_title, #161616);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.about-info .info-text {
  color: var(--text-900_title, #161616);
  font-size: var(--font-28);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.12px;
}
.about-info .info-text strong {
  color: var(--text-900_title, #161616);
  padding: 0 6px;
  font-size: var(--font-80);
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -3.2px;
}
.about-graph-area {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.about-graph-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-grow: 1;
  gap: 30px;
}
.about-graph-item {
  width: 33.3%;
}
.about-graph-item-inner {
  margin: 0 auto;
  padding: 20px 0px;
  display: block;
  width: fit-content;
}
.about-graph-area .info-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--text-700_title, #161616);
  font-size: var(--font-12);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.12px;
  padding: 20px 0px;
  border-bottom: 1px solid var(--text-900_title, #161616);
}
.about-graph-area .info-title strong {
  color: var(--text-700_title, #161616);
  padding: 0 6px;
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
}
.graph {
  overflow: hidden;
  width: 100%;
  height: 422px;
  background-size: contain;
  margin-top: 20px;
  background-repeat: no-repeat;
}
.graph01 {
  background-image: url("../images/family_cts/IH-UI-03-A-6-1-1-M_graph_01.png");
}
.graph02 {
  background-image: url("../images/family_cts/IH-UI-03-A-6-1-1-M_graph_02.png");
}
.graph03 {
  background-image: url("../images/family_cts/IH-UI-03-A-6-1-1-M_graph_03.png");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .group-section01 .table-list .table {
    table-layout: unset;
  }
  .group-section01 .table-list .table thead {
    position: static;
  }
  .group-section01 .table-list .table tbody td {
    display: table-cell;
    padding: 20px 40px;
  }
  .about-info .info-text {
    font-size: var(--font-18);
  }
  .about-info .info-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: var(--font-20);
  }
  .about-info .info-text strong {
    font-size: var(--font-40);
  }
  .group-section01 .inner {
    overflow-x: scroll;
  }
  .about-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
  .about-info {
    width: auto;
  }
  .about-info {
    padding: 32px 0px;
  }
  .about-graph-area {
    flex-direction: column;
    gap: 16px;
  }
  .about-graph-item {
    width: 100%;
  }
}

.mt80 {
  margin-top: 80px;
}

/* ==========================================================================
 미디어 센터
========================================================================== */
.numbers-wrappers {
  background: #f6f6f6;
}
.numbers-wrappers .offerings-item a {
  background-color: white;
}

/* list */
/* .offerings-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 20px 0;
}
.offerings-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offerings-group .offerings-list-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.offerings-group .offerings-list-section .image {
  overflow: hidden;
  width: 278px;
  aspect-ratio: 139/78;
  border-radius: 8px;
  border: 1px solid var(--border-02);
}
.offerings-group .offerings-list-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offerings-group .offerings-list-section .offerings-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
}
.offerings-group .offerings-list-section .offerings-item .phrase {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.offerings-group .offerings-list-section .offerings-item .item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  width: 100%;
  min-height: 156px;
  border-radius: 8px;
  border: 1px solid var(--border-02);
}
.offerings-group .offerings-list-section .offerings-item .item:hover {
  border: 1px solid #317cff;
}
.offerings-group .offerings-list-section .offerings-item .title-item {
}
.offerings-group .offerings-list-section .offerings-item .phrase {
  margin-top: 40px;
  font-size: var(--font-16);
  letter-spacing: -0.64px;
} */

/* detail */
/* .offerings-detail {
  margin-bottom: 80px;
}
.offerings-detail .title-label {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-02);
}
.offerings-detail .offerings-phrase {
  margin-top: 40px;
  color: var(--text-800_text);
  font-weight: 500;
}
.offerings-detail .offerings-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
.offerings-detail .offerings-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
  width: calc(50% - 30px);
  min-height: 230px;
  border-radius: 40px 16px 0px 0px;
  border: 1px solid var(--border-02);
  background-color: var(--bg-01);
}
.offerings-detail .offerings-item::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 60px;
  background-image: url("../images/offerings/bg_bector.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}
.offerings-detail .offerings-item .title-group {
  margin-top: 8px;
}
.offerings-detail .offerings-item .bullet-list {
  margin-top: 20px;
}
.offerings-detail .offerings-item .bullet-list li {
  font-size: var(--font-14);
  font-weight: 500;
} */

.related-guide {
  display: flex;
  gap: 30px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-02);
  background-color: var(--bg-01);
}
.related-guide .icon-shape {
  flex-shrink: 0;
}
.related-guide .guide-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related-guide .guide-meta .phrase {
  font-size: var(--font-16);
  font-weight: 500;
}
.related-guide .guide-meta .phrase .text-blue {
  font-weight: 700;
}
.related-guide .guide-meta .action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .offerings-detail .offerings-phrase br {
    display: none;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /* list */
  .offerings-section {
    gap: 24px;
    padding: 24px 0;
  }
  .offerings-group .offerings-list-section {
    flex-direction: column;
    gap: 16px;
  }
  .offerings-group .offerings-list-section .image {
    width: 100%;
    aspect-ratio: 343/193;
  }
  .offerings-group .offerings-list-section .offerings-list {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .offerings-group .offerings-list-section .offerings-item {
    flex: 1;
    max-width: 100%;
  }

  /* detail */
  .offerings-detail {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .offerings-detail + .offerings-detail {
    margin-top: 32px;
  }
  .offerings-detail .title-label {
    padding-bottom: 24px;
  }
  .offerings-detail .offerings-phrase {
    font-weight: 400;
    line-height: 1.5;
  }
  .offerings-detail .offerings-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .offerings-detail .offerings-item {
    width: 100%;
  }

  .related-guide {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    padding: 24px 16px;
  }
  .related-guide .icon-circle {
    margin: 0 auto;
  }
  .related-guide .guide-meta {
    gap: 20px;
  }
  .related-guide .guide-meta .action-group {
    flex-direction: column;
  }
  .related-guide .guide-meta .action-group .btn {
    width: 100%;
  }
}

.mission-section {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
  background: var(--bg-01, #fbfbfb);
}
.family-missions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.family-entec-mission-section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.family-missions .family-missions-item {
  display: flex;
  gap: 27px;
  padding: 40px;
  width: auto;
  background: var(--text-white);
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.family-missions .family-missions-item .item-inner {
  display: flex;
  flex-direction: column;
}
.family-missions .family-missions-item .label {
  color: var(--text-900_title);
  font-weight: 700;
  margin-bottom: 20px;
}
.family-missions .family-missions-item .label .mission-num {
  display: block;
  margin-bottom: 4px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-14);
}
.family-missions .family-missions-item .value {
  font-size: var(--font-16);
  overflow: hidden;
  color: var(--text-700, #4a4a4a);
  text-overflow: ellipsis;
  font-family: SUIT;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.family-missions .family-missions-item .value .bullet-phrase {
  font-size: var(--font-14);
  font-weight: 400;
}
.family-missions .family-missions-item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.family-missions-item.welfare-01::before {
  background-image: url("../images/family_entec_main/en-icon-01.png");
}
.family-missions-item.welfare-02::before {
  background-image: url("../images/family_entec_main/en-icon-02.png");
}
.family-missions-item.welfare-03:before {
  background-image: url("../images/family_entec_main/en-icon-03.png");
}
.family-missions-item.welfare-04::before {
  background-image: url("../images/family_entec_main/en-icon-04.png");
}
.family-missions-item.welfare-05::before {
  background-image: url("../images/family_entec_main/en-icon-05.png");
}
.family-missions-item.welfare-06::before {
  background-image: url("../images/family_entec_main/en-icon-06.png");
}
.family-missions-item.welfare-07:before {
  background-image: url("../images/family_entec_main/en-icon-07.png");
}
.family-missions-item.welfare-08::before {
  background-image: url("../images/family_entec_main/en-icon-08.png");
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-entec-mission-section {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 35px);
  }
  .family-entec-mission-section-inner {
    padding: 0 16px;
    max-width: 100%;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .people-values {
    margin-top: 24px;
  }
  .family-missions {
    flex-direction: column;
    gap: 16px;
  }
  .family-entec-values.people-values .value-list {
    flex-direction: column;
    gap: 24px;
  }
  .family-entec-values.people-values .value-list .value-item {
    gap: 8px;
  }
  .family-entec-values.people-values .value-item .circle {
    width: 100%;
    height: auto;
  }
  .family-entec-values.people-values .value-item .circle.circle01 {
    border-radius: 80px 0 0 0;
  }
  .family-entec-values.people-values .value-item .circle.circle03 {
    border-radius: 0 0 80px 0;
  }
  .family-entec-mission-section-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .family-entec-mission-section {
    margin-top: 40px;
    padding: 40px 16px;
  }
  .family-missions {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .family-missions .family-missions-item {
    gap: 24px;
    padding: 24px;
  }
}

.family-entec-mission-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background: var(--bg-01, #fbfbfb);
}
.family-missions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 0px;
}
.family-entec-mission-section-inner {
  margin: 0 auto;
  max-width: 1440px;
}
.family-missions .family-missions-item {
  display: flex;
  gap: 27px;
  padding: 40px;
  width: auto;
  background: var(--text-white);
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
  background: #fff;
}
.family-missions .family-missions-item .item-inner {
  display: flex;
  flex-direction: column;
}
.family-missions .family-missions-item .label {
  color: var(--text-900_title);
  font-weight: 700;
  margin-bottom: 20px;
  overflow: hidden;
  color: var(--text-900_title, #161616);
  text-overflow: ellipsis;
  font-family: SUIT;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.family-missions .family-missions-item .label .mission-num {
  display: block;
  margin-bottom: 4px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-14);
}

.family-entec-mission-section-inner .title-subsection {
  color: var(--text-900_title, #161616);
  font-family: SUIT;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -3.2px;
  padding-bottom: 60px;
}
.family-entec-mission-section-inner .title-page-contents {
  color: var(--text-800_text, #333);
  font-family: SUIT;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  padding-bottom: 60px;
}

.contents-wrappers {
  padding-left: 364px;
  display: none;
}
.family-entec-mission-section-inner {
  position: relative;
}
.side-menus {
  position: absolute;
}
.side-menus .side-menu-item.active {
  display: flex;
  width: 300px;
  height: 80px;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  color: var(--text-white, #fff);
  font-family: SUIT;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
  background: var(--secondary_blue_01, #0055e9);
}
.side-menus .side-menu-item.active::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/family_entec_main/more_small_wr.png");
  background-position: 50%;
  background-size: cover;
}
.side-menus .side-menu-item {
  display: flex;
  width: 300px;
  height: 80px;
  padding: 16px 20px;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #e7e7e7;
  color: var(--text-900_title, #161616);
  font-family: SUIT;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.side-menus .side-menu-item a {
  width: 100%;
  display: inline-block;
}

/* ==========================================================================
 ITCEN 그룹 소개
========================================================================== */
.group-introduce #container {
  width: 100%;
  padding-bottom: 0;
}
.group-introduce .inner h2 {
  margin-bottom: 20px;
}
.group-introduce .inner .section-sub-text {
  margin-bottom: 40px;
}

/* group-section02 */
.group-introduce .group-section02 .table01 {
  width: 100%;
  border-top: 1px solid var(--border-04, #232527);
  border-bottom: 1px solid var(--border-04, #232527);
}
.group-introduce .group-section02 .table01 tr th {
  font-size: 18px;
  color: var(--text-900_title);
  font-weight: 700;
  padding: 20px 16px;
  background: var(--bg-01);
  border-right: 1px solid var(--border-02, #e7e7e7);
  border-bottom: 1px solid var(--border-02, #e7e7e7);
}
.group-introduce .group-section02 .table01 tr td {
  color: var(--text-900_title, #161616);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 40px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
}

/* group-section03 */
.group-section03 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.info-dt {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.info-dt li {
  display: flex;
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
}
.info-dt li > img {
  width: 50%;
  max-width: 720px;
  border-radius: 20px 0 0 20px;
}
.info-dt li .dt-text {
  padding: 60px;
}
.info-dt li .dt-text .dt-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.info-dt li .dt-text p {
  margin-bottom: 30px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.info-dt li .dt-text span {
  color: var(--text-800_text, #333);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}

.numbers.type03 {
  padding: 100px 0;
  background: #f6f6f6;
}
.numbers.type03 .numbers-inner {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 86px 80px;
  border-radius: 120px 16px 120px 16px;
}
.numbers.type03 .title-slogan {
  padding-bottom: 100px;
}
.numbers.type03 .section-sub-text {
  font-size: 32px;
  letter-spacing: -1.28px;
  color: var(--text-white, #fff);
  text-align: center;
  /* header/b_32 */
  font-family: SUIT;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}
.numbers.type03 .section-sub-text.type02 {
  text-align: center;
}
.numbers.type03 .title-slogan {
  padding: 0;
  padding-bottom: 80px;
  color: white;
}
.numbers.type04 {
  background: #131d41;
}
.numbers.type04 .title-slogan {
  padding-top: 100px;
  padding-bottom: 80px;
  color: white;
}
.numbers.type05 .title-slogan {
  padding: 0;
  padding-bottom: 60px;
}
.numbers.type05 .numbers-inner {
  padding-bottom: 0px;
}
.numbers.type05 {
  background-color: white;
}
.numbers.type05 .group-section03 {
  padding-bottom: 100px;
}

.numbers.type05 .ali-rights {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.numbers.type05 .info-dt li.ali-rights img {
  border-radius: 0 20px 20px 0;
}

.numbers.type05 .dt-text .ddttitles {
  position: relative;
  padding-left: 28px;
  padding-bottom: 9.5px;
  color: var(--primary_blue, #0032a0);
  font-family: SUIT;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.numbers.type05 .dt-text .ddttitles::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../images/family_global_main/global-bullet.png);
  position: absolute;
  left: 0;
  top: 0;
}

.numbers.type05 .dt-text .ddtextes {
  margin-bottom: 11.5px;
  padding-left: 28px;
  color: var(--text-800_text, #333);
  font-family: SUIT;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.numbers.type05 .dt-text .ddtextes span {
  width: 100%;
  display: inline-block;
}
.section02 .offerings-item a {
  background-color: white;
}

/* ==========================================================================
 res
========================================================================== */
/* PC small ========================== * { border:1px solid red !important; } */
/* #wrap { width: 100%; overflow: hidden; }  */
/* #wrap { width: 100vh; }  */
@media screen and (max-width: 1440px) {
  .visual-slick-wapper .control {
    bottom: 20px;
    padding-left: 20px;
  }
  .numbers.type03 {
    padding: 40px 16px;
  }
  .family-main .numbers-inner {
    width: 100%;
  }
  .offerings-section {
    padding: 0;
  }
  #content:only-child {
  }
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .family-main-stock-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .numbers-wrappers {
    background: #f6f6f6;
    padding: 40px 16px;
  }
  .family-main .title-slogan {
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .family-main .numbers-inner {
    padding-bottom: 0px;
  }
  .info-dt li {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-02, #e7e7e7);
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    width: 100%;
  }
  .info-dt li > img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .numbers.type05 .info-dt li.ali-rights img {
    border-radius: 8px 8px 0 0;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-02, #e7e7e7);
    flex-direction: column;
    margin: 0 auto;
  }
  .numbers.type05 .numbers-inner {
    padding: 40px 16px;
  }
  .info-dt li .dt-text {
    padding: 20px 16px;
  }
  .info-dt {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    flex-direction: column;
  }
  .numbers.type05 .group-section03 {
    padding-bottom: 40px;
  }
  .group-section03 {
    padding-bottom: 100px;
    padding-top: 0px;
  }
  .numbers.type05 .title-slogan {
    padding-bottom: 40px;
  }
  .numbers.type04 .numbers-inner {
    padding-bottom: 0px;
    padding: 40px 16px;
  }
  .numbers.type04 .title-slogan {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .about-info-inner {
    width: 100%;
  }
  .about-info .info-title {
    text-align: left;
  }
  .about-wrapper {
    padding: 40px 36px;
  }
  .about-info .info-text {
    text-align: right;
  }
  .about-info {
    position: relative;
  }
  .about-info::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    display: block;
    margin-top: 20px;
    bottom: 0;
    position: absolute;
  }
  .numbers.type03 .title-slogan {
    padding-bottom: 40px;
  }
  .numbers.type03 .section-sub-text {
    font-size: 16px;
    text-align: left;
  }
  .numbers.type03 .section-sub-text.type02 {
    margin-top: 20px;
    text-align: left;
  }
} /**/

@media screen and (max-width: 1200px) {
  .numbers.type03 .numbers-inner {
    padding: 32px 24px;
    border-radius: 32px 24px 32px 24px;
  }
  .info-dt li .dt-text p {
    font-size: 24px;
  }
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-info .info-text strong {
    font-size: 68px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .section-area2-tab ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .area-0 .swiper-slide .main-img img {
    width: 100%;
    height: auto;
  }
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-dt {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .info-dt li {
    width: 100%;
  }
}

.section-sub-wrappers {
  border-radius: 120px 16px;
  background: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: flex;
  width: 1440px;
  height: 440px;
  padding: 80px;
  align-items: center;
  gap: 48px;
}

.numbers.type03 {
  background: url(../images/family_global_main/vm_bg02.png) center / cover
    no-repeat;
}
