@charset "utf-8"; /**
 * Filename : family_entec_main.css
 * Description : IITCEN entec 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.entec .header-meta .header-logo .icon-logo {
    width: 188px;
    background-image: url(../images/family_entec_main/logo_entec.png);
  }
  .header-affil.has-top .menu-list .menu-item > a {
    color: #ffffff;
  }
  .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);
  }
}

.has-hover.header-affil.entec .header-meta .header-logo .icon-logo,
.has-fixed.header-affil.entec .header-meta .header-logo .icon-logo,
.has-active.header-affil.entec .header-meta .header-logo .icon-logo {
  background-image: url(../svg/logos/logo_entec.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_entec_main/main-1.png) !important;
}
.visual-slick-wapper .page-visual.type01 {
  background-image: url(../images/family_entec_main/main-2.png) !important;
}
.visual-slick-wapper .page-visual.type02 {
  background-image: url(../images/family_entec_main/main-3.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;
}

/* ==========================================================================
 재무정보
========================================================================== */

.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-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;
}

/* ==========================================================================
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_entec_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);
  }
}

/* ==========================================================================
.family-main-stock
========================================================================== */

/* mobile ============================ */
/* 사이즈만 안꺠지게 맞춰놓은것 */
@media screen and (max-width: 768px) {
  /* #wrap { overflow: hidden; }  */
  .family-main .numbers-inner {
    width: 100%;
  }
  .family-main-stock {
    width: 100%;
  }
  .family-main .card-boxes-section .card-grid .item {
    width: 100%;
    max-width: 100%;
  }
  .family-main-stock .stock-board {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main .stock-info {
    margin-top: 20px;
    flex-direction: column;
  }
  .family-main-stock .price-line-inner {
    align-items: flex-start;
  }
  .family-main-stock .stock-board .stock-main .price-line {
    height: auto;
  }
  .family-main-stock .price-line-block:first-child::after {
    display: none;
  }
  .family-main-stock .area-5 .divide {
    flex-direction: column;
  }
  .family-main-stock .stock-board .stock-main {
    height: auto;
    padding: 24px;
  }
  .family-main-stock .price-line-inner {
    flex-direction: column;
  }
  .family-main-stock .area-5 .divide .stock-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .family-main-stock .family-main-ir {
    display: flex;
    width: 100%;
  }
  .family-main-stock .price-ir-main-block {
    display: flex;
    flex-direction: column;
  }
  .visual-slick-wapper .page-visual {
    height: auto;
  }
  .visual-slick-wapper .title-page-titles {
    font-size: 32px;
    color: var(--text-white, #fff);
  }
  .visual-slick-wapper .title-page-contents {
    margin-top: 40px;
    color: var(--text-white, #fff);
    font-size: 20px;
  }
  .visual-slick-wapper {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .visual-slick-wapper .control {
    bottom: 20px;
  }
  .title-subsection {
    font-size: 20px;
  }

  .family-main .card-boxes-section .card-grid {
    gap: 12px;
  }
  .card-item {
    width: 100%;
  }
  .family-main .title-slogan {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .family-main .numbers-inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .family-main .title-page .title-page-subjection01 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .family-main .title-page .title-page-subjection02 {
    font-size: 16px;
  }

  .family-main .family-card-wrapper .title-subsection {
    text-align: center;
    font-size: 22px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
  }
  .family-main
    .family-card-wrapper.family-card-wrapper-type02
    .family-card-wrapper-inner
    .description-section {
    text-align: center;
    font-size: 16px;
  }
  .family-main-stock .area-5 .divide .stock-right {
    gap: 12px;
  }
  .family-main-stock .area-5 .divide .stock-right .link {
    width: 100%;
  }
  .family-main-stock .family-main-ir {
    width: 100%;
    padding: 20px 20px;
  }
  .family-main-stock .ir-block:first-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .family-main-stock .family-main-ir {
    margin-top: 20px;
  }
  .family-main-stock .container-header .title-section {
    font-size: 32px;
  }
  .family-main-stock .container-header span {
    color: var(--text-700, #4a4a4a);
    font-size: 22px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .family-main-stock .area-5 .title {
    margin-bottom: 0px;
  }
  .family-main-stock .container-header {
    margin-bottom: 40px;
  }
}

.numbers .card-boxes-section .card-grid .card-item {
  width: auto;
}

/* ==========================================================================
 미디어 센터
========================================================================== */
.numbers-wrappers {
  background: #f6f6f6;
}
.numbers-wrappers .offerings-item {
  background-color: white;
}
.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%;
  }
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-entec-mission-section {
  }
  .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-entec-mission-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #f6f6f6;
}
.family-missions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
}
.family-entec-mission-section-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.family-missions .family-missions-item {
  width: 100%;
}
.family-missions .family-missions-item:nth-child(1),
.family-missions .family-missions-item:nth-child(2) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-02);
}
.family-missions .family-missions-item .item-inner {
  display: flex;
  flex-direction: column;
}
.family-missions .family-missions-item .number {
  color: var(--secondary_blue_01);
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}
.family-missions .family-missions-item .label {
  color: var(--text-900_title);
  font-weight: 700;
  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;
  margin-bottom: 20px;
}
.family-missions .family-missions-item .value {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
}
.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;
  margin-top: 24px;
}

.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;
  padding: 16px 8px 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;
}

/* ==========================================================================
 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;
  }
  .numbers-inner.section02 .offerings-section {
    padding: 40px 16px;
  }
  #content:only-child {
  }
  .family-main-stock .ir-block:first-child::after {
    display: none;
  }
  .family-main-stock {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .family-main-stock .area-5 .divide .stock-right .link {
    width: 100%;
    height: 148px;
  }
  .family-main-stock .price-line-block {
    display: flex;
    padding-right: 0px;
    position: relative;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .family-main-stock .price-line-date-block {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-600, #777);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .family-main-stock .ir-block:first-child {
    margin-bottom: 11.5px;
  }
  .family-main-stock .area-5 .divide {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
  .family-main-stock .area-5 .divide .stock-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .family-main-stock .area-5 .divide .stock-board {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main {
    width: 100%;
  }
  .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: 0px;
  }
  .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: 33%;
  }
  .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;
    flex-direction: row;
    justify-content: space-between;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-02, #e7e7e7);
    flex-direction: column;
    width: fit-content;
    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;
  }
  #content > div.family-main-stock-wrapper > div > div > div.inner {
    width: 100%;
  }
  .family-main .page-mid-sujection .title-page .title-page-subjection01 {
    font-size: 20px;
    font-weight: 700;
  }
  .inner {
    width: 100%;
  }
  .family-main .page-mid-sujection .title-page .title-page-subjection02 {
    font-size: 18px;
    font-weight: 500;
  }
  .family-main .page-mid-sujection .util-block {
    flex-direction: column;
    padding-top: 40px;
  }
  .family-main .page-mid-sujection .btn.large {
    padding: 12px 32px;
    min-width: 120px;
    min-height: 56px;
    font-size: var(--font-18);
    letter-spacing: -0.72px;
    width: 100%;
  }
  .section.area-3 .inner {
    padding: 40px 16px;
  }
  .family-main .section.area-3 .family-card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    width: 100%;
  }
  .family-main .section.area-3 .family-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .image {
    border-radius: 8px 8px 0 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    font-size: 20px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description {
    font-size: 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption {
    min-height: 166px;
  }
  .title-slogan-up {
    font-size: 18px;
    color: var(--text-white, #fff);
    font-weight: 500;
  }
  .section.area-3 .title-slogan {
    color: var(--text-white, #fff);
    padding: 0;
    font-size: 24px;
    font-weight: 700;
  }
  .family-main .family-card-wrapper-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0;
    width: 100%;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    padding: 0;
  }
  .area-3 .title {
    padding: 0px 0 40px 0;
  }
  .family-main .numbers-inner.section02 .title-slogan {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 24px;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card {
    display: block;
    width: 100%;
  }
  .family-main .numbers.type02 .family-card-wrapper-inner {
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .family-main .family-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .numbers.type02 {
    padding: 40px 0 0 0;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card
    li {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card
    .family-card-figure {
    height: auto;
  }
  .family-main .numbers-inner {
    padding-bottom: 0px;
    padding: 40px 16px 40px 16px;
  }
  .numbers .title-slogan {
    padding-bottom: 40px;
  }
  .numbers .title-group {
    color: var(--text-900_title);
    font-size: 16px;
    font-weight: 700;
  }
  .numbers .about-info:first-child {
    padding-top: 0;
  }
  .buisness-area .inner {
    width: 100%;
  }
  .withcen-main-cnt1 {
    flex-direction: column;
  }
  .withcen-main-cnt1 .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .buisness-area {
    padding: 0 16px;
  }
  .group-section01 .right {
    margin: 0px 0;
    width: 100%;
    max-width: 100%;
  }
  .section.area-4 {
    padding: 0 16px;
  }
  .area-4 .inner {
    width: 100%;
  }
  .section.area-4 .family-card {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .numbers .card-boxes-section .card-grid .card-item {
    width: 100%;
  }
  .family-main-buisiness-partners {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .family-main-buisiness-partners .boxes ul {
    gap: 48px;
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
    margin: 0 auto;
  }
  .family-main-buisiness-partners .box {
    display: flex;
    width: 100%;
    height: 120px;
    padding: 0 6px 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    border: 1px solid var(--border-03, #ccc);
    background: var(--text-white, #fff);
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .family-main-buisiness-partners {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .family-main-buisiness-partners ul.last {
    margin-top: 10px;
  }
  .family-main-buisiness-partners .container-header span {
    color: var(--text-700, #4a4a4a);
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.72px;
  }
  .family-main-buisiness-partners .container-header .title-section {
    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;
  }
  .numbers-inner.section02 .offerings-section {
    padding: 0px 0px;
  }
  .family-case-study-wrapperin {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .family-case-study-wrapperin .container-header span {
    font-size: 18px;
    color: var(--text-700, #4a4a4a);
    font-style: normal;
    font-weight: 500;
  }
  .family-case-study-wrapperin .container-header .title-section {
    font-size: 24px;
    color: var(--text-900_title, #161616);
    font-weight: 800;
    margin-bottom: 60px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    margin-bottom: 10px;
  }
  .about-info::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    display: block;
    margin-top: 20px;
    bottom: 0px;
    position: absolute;
    right: 0;
    top: auto;
  }
  .info-text-sub {
    overflow: hidden;
    color: var(--text-900_title, #161616);
    text-align: center;
    text-overflow: ellipsis;
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
    width: 100%;
    display: inline-block;
  }
  .numbers-inner .title-group {
    padding-top: 0px;
    color: var(--text-900_title, #161616);
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
  }
  .numbers-inner .title-group {
    color: var(--text-900_title, #161616);
    text-align: center;
    font-size: 18px;
  }
  .numbers-inner .title-group span {
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-top: 16px;
  }
  #content > section > div > div > .about-info:nth-child(4):after {
    display: none;
  }
  .family-main .numbers-inner {
    padding-bottom: 0px;
    padding: 0;
  }
  .section.area-4 .inner {
    margin: 0 auto;
    width: 100%;
  }
  .area-4 .notic,
  .area-4 .faq,
  .area-4 .movie,
  .area-4 .news {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 120px;
    flex-direction: column;
  }
  .right .family-card li {
    width: 100%;
    height: 100%;
  }
  .area-4 .news {
    padding-bottom: 40px;
  }
  .section.area-4 .left .family-card li {
    height: 100%;
  }
  .right .family-card li {
    width: 100%;
    height: 172px;
  }
  .section.area-4 .family-card .family-card-figure {
    border-radius: 16px;
    border: 1px solid var(--border-02, #e7e7e7);
    background-color: var(--text-white);
    height: 172px;
    position: relative;
  }
  .section.area-4 .family-card .title-content {
    overflow: hidden;
    color: var(--text-900_title, #161616);
    text-overflow: ellipsis;
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
  }
  .section.area-4 .family-card .descriptions {
    overflow: hidden;
    color: var(--text-700, #4a4a4a);
    text-overflow: ellipsis;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.64px;
    margin-top: 12px;
  }
  .section.area-4 .family-card .family-card-figure .image img {
    width: 60px;
    height: 60px;
  }
  .section.area-4 .family-card .family-card-figure .image {
    right: 16px;
    bottom: 20px;
  }
  .family-card-figure .family-card-caption .sub-content {
    overflow: hidden;
    color: var(--text-900_title, #161616);
    text-overflow: ellipsis;
    font-family: SUIT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.96px;
    display: inline-block;
    width: 100%;
  }
  .section.area-4 .news .left {
    height: 223px;
    width: 100%;
  }
  .area-4 .notic,
  .area-4 .faq,
  .area-4 .movie,
  .area-4 .news {
    gap: 16px;
  }
  .family-entec-mission-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
  }
  .family-entec-mission-section-inner .title-subsection {
    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;
  }
  .family-entec-mission-section-inner {
    margin: 0 auto;
    max-width: 100%;
  }
  .side-menus {
    position: relative;
  }
  .contents-wrappers {
    padding-left: 0px;
    display: none;
  }
  .family-entec-mission-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .family-entec-mission-section-inner .title-subsection {
    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;
  }
  .family-entec-mission-section-inner {
    margin: 0 auto;
    max-width: 100%;
  }
  .side-menus {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
    margin-bottom: 24px;
  }
  .contents-wrappers {
    padding-left: 0px;
    display: none;
  }
  .side-menus .side-menu-item {
    border-radius: 4px;
    border: 1px solid var(--border-02, #e7e7e7);
    background: var(--bg-01, #fbfbfb);
    gap: 0px;
  }
  .side-menus .side-menu-item.active,
  .side-menus .side-menu-item {
    width: 100%;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.64px;
  }
  .family-missions {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 0px;
  }
  .family-entec-mission-section-inner .title-page-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .title-section {
    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;
  }
  .family-entec-mission-section-inner .title-page-contents {
    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;
    padding-bottom: 60px;
  }
  .family-missions .family-missions-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-02);
  }
  .family-missions .family-missions-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
} /**/

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(2, 2fr);
  }

  .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);
    height: 100%;
    background-color: white;
  }
  .family-entec-mission-section-inner .title-subsection {
    padding-bottom: 40px;
  }
  .family-entec-mission-section-inner .title-page-contents {
    padding-bottom: 24px;
  }
  .family-main .numbers-inner.section02 .title-slogan {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .family-missions {
    padding: 16px;
  }
}

/* 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%;
  }
}
@media screen and (max-width: 500px) {
  .side-menus {
    grid-template-columns: 1fr;
  }
}
