@charset "utf-8";

/**
 * Filename : family_entec.css
 * Description : IITCEN ENTEC styles
 **/

/* ==========================================================================
 page visual style
========================================================================== */

.visual-entec {
  background-image: url("../images/family_entec/bg_entec_pc.jpg");
}

/* 그룹소개 */
.group-visual01 {
  background-image: url("../images/family_entec/group_top_bg01.jpg");
}

/* CEO 인사말 */
.group-visual05 {
  background-image: url("../images/family_entec/group_top_bg05.jpg");
}

/* 비전 및 미션 */
.group-visual02 {
  background-image: url("../images/family_entec/group_top_bg02.jpg");
}

/* 연혁 */
.group-visual03 {
  background-image: url("../images/family_entec/group_top_bg03.jpg");
}

/* CI */
.group-visual04 {
  background-image: url("../images/family_entec/group_top_bg04.jpg");
}

/* 오시는길 */
.group-visual07 {
  background-image: url("../images/family_entec/group_top_bg07.jpg");
}

/* 미디어센터 */
.visual-media {
  background-image: url("../images/family_entec/bg_media_pc.jpg");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .visual-entec {
    background-image: url("../images/family_entec/bg_entec_mo.jpg");
  }

  /* 그룹소개 */
  .group-visual01 {
    background-image: url("../images/family_entec/m_group_top_bg01.jpg");
  }

  /* CEO 인사말 */
  .group-visual05 {
    background-image: url("../images/family_entec/m_group_top_bg05.jpg");
  }

  /* 비전 및 미션 */
  .group-visual02 {
    background-image: url("../images/family_entec/m_group_top_bg02.jpg");
  }

  /* 연혁 */
  .group-visual03 {
    background-image: url("../images/family_entec/m_group_top_bg03.jpg");
  }

  /* CI */
  .group-visual04 {
    background-image: url("../images/family_entec/m_group_top_bg04.jpg");
  }

  /* 오시는길 */
  .group-visual07 {
    background-image: url("../images/family_entec/m_group_top_bg07.jpg");
  }

  /* 미디어센터 */
  .visual-media {
    background-image: url("../images/family_entec/bg_media_mo.jpg");
  }
}

/* ==========================================================================
 ENTEC style
========================================================================== */

/* ==========================================================================
 About ITCEN entec
========================================================================== */

.family-card-wide #container {
  width: 100%;
}

.family-abouts-visual {
  border-radius: 16px;
  background: var(--text-800_text, #333);
  padding: 119px 0 110px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.family-abouts-visual-inner {
  width: 100%;
  max-width: 550px;
  width: 550px;
  height: 171px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: var(--text-white, #fff);
  margin: 0 auto;
}
.family-abouts-visual-inner .visual {
  width: 56.87px;
  height: 171.002px;
  background-size: cover;
  margin: 0 auto;
}
.family-abouts-visual-inner .lt {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/family_entec/IH-UI-03-A-2-1-M_visual_01.png);
}
.family-abouts-visual-inner .rt {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/family_entec/IH-UI-03-A-2-1-M_visual_03.png);
}
.family-abouts-visual-inner .ln {
  position: absolute;
  left: calc(50% - (384px / 2));
  bottom: 34px;
  width: 384px;
  height: 3.01px;
  background-size: cover;
  background-image: url(../images/family_entec/IH-UI-03-A-2-1-M_visual_02.png);
}

.family-about-title .heading-block .title-section {
  font-size: 28px;
}
.family-about-title .heading-block {
  gap: 0;
  margin-top: 60px;
}
.family-about-para {
  font-size: 18px;
  margin-top: 40px;
  color: var(--text-700, #4a4a4a);
}

.family-about-icns-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.family-about-icns {
  padding: 60px 40px;
  border-radius: 8px;
  border: 1px solid var(--border-02, #e7e7e7);
  background: var(--text-white, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1;
  width: auto;
}
.family-about-icns img {
  width: 50.9px;
  height: 51.7px;
}
.family-about-icns .textboxes {
  color: var(--text-900_title, #161616);
  font-size: 24px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.family-about-icns .descs {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  width: 100%;
  display: inline-block;
}

.visual-title-text {
  font-size: 40px;
  margin-bottom: 30px;
}
.visual-para-text {
  font-size: 28px;
  margin-bottom: 10px;
}
.visual-sub-text {
  font-size: 16px;
}

.family-card-wrapper {
  background: var(--bg-01, #fbfbfb);
  width: 100%;
  margin-top: 100px;
}

.family-card-wrapper-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.family-card-wrapper-inner .family-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.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-card-wrapper-inner .family-card .family-card-figure .image {
  overflow: hidden;
  width: 100%;
  height: 361px;
  border-radius: 20px 20px 0 0;
}
.family-card-wrapper-inner .family-card .family-card-figure .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-card-wrapper-inner
  .family-card
  .family-card-figure
  .family-card-caption {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 40px 60px 40px;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-card-wide .family-card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .family-card-wide .family-card-wrapper .title-subsection {
    padding-right: 16px;
    padding-left: 16px;
  }
  .family-card-wrapper-inner .family-card {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .family-abouts-visual {
    padding: 115px 0;
  }

  .family-about-title .heading-block {
    margin-top: 24px;
  }
  .family-about-icns-cnt {
    gap: 8px;
  }
  .family-about-icns {
    flex: 1;
    gap: 16px;
    padding: 24px 24px 32px 24px;
  }

  .family-card-wide .family-card-wrapper {
    margin-top: 40px;
  }
  .family-card-wrapper-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .family-card-wrapper-inner .family-card {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .family-card-wrapper-inner .family-card .family-card-figure {
    border-radius: 16px;
  }
  .family-card-wrapper-inner .family-card .family-card-figure .image {
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption {
    gap: 12px;
    padding: 16px 16px 32px 16px;
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    font-size: var(--font-18);
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description {
    font-size: 14px;
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description
    br {
    display: none;
  }
}

/* IH-UI-03-B-2-1-M About ITCEN ENTEC */
.family-about-visual-entec {
  background: url(../images/family_entec/IH-UI-03-B-2-1-M_01_visual.png) top
    center / cover no-repeat;
  padding-top: 300px;
  position: relative;
  border-radius: 80px 16px 16px 16px;
  margin-bottom: 40px;
}
.family-about-visual-entec.visual-type2 {
  background-image: url(../images/family_entec/IH-UI-03-B-2-3-M_01_visual.png);
}
.family-about-visual-entec .title-content-wapper {
  max-width: 840px;
  background-color: white;
  padding: 40px 40px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 16px 0 0;
}
.family-about-icns-cnt-entec {
  margin-top: 80px;
}
.family-about-icns-cnt-entec-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.people-values {
  margin: 0px auto 0;
  max-width: 1200px;
}
.people-values .value-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 40px;
}
.people-values .value-list .value-figure {
  display: flex;
  align-items: center;
  gap: 60px;
}
.people-values .value-list .value-figure .image {
  overflow: hidden;
  width: 483px;
  height: 271px;
  border-radius: 80px 12px 12px 12px;
}
.people-values .value-list .value-figure .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people-values .value-list .value-figure .value-caption {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.people-values .value-list .value-figure .value-caption .title {
  color: var(--text-900_title);
  font-size: var(--font-24);
  font-weight: 700;
}

/* ==========================================================================
 CEO 메시지
========================================================================== */

.group-ceo #container {
  width: 100%;
}

.ceo-img-box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 500px;
  margin: 0 auto;
  background: url(../images/group/bg-ceo.png) no-repeat top center;
  background-size: cover;
  margin-top: 258px;
}

.ceo-top {
  position: absolute;
  left: 51%;
  top: 100px;
}
.ceo-top-img {
  position: absolute;
  left: 204px;
  top: -213px;
  width: 405px;
  height: auto;
}

.ceo-text {
  margin-bottom: 60px;
  color: var(--text-700, #4a4a4a);
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.6px;
}
.ceo-text span {
  color: var(--primary_blue, #0032a0);
}
.ceo-name {
  color: var(--text-700, #4a4a4a);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}
.ceo-name span {
  color: var(--text-900_title, #161616);
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.12px;
}

.ceo-greetings {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 120px;
}
.ceo-greetings p {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-top: -100px;
  z-index: 2;
  background: #fff;
  padding: 80px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.ceo-greetings p strong {
  color: #333;
  font-weight: 700;
}

/* mobile ============================ */
@media screen and (max-width: 1024px) {
  .ceo-img-box {
    background: url(../images/family_entec/entec-portaits_m.png) no-repeat top
      center;
    background-size: 375px;
    padding-top: 367px;
    height: auto;
  }
  .ceo-img-box img {
    display: none;
  }
  .ceo-top {
    position: static;
    text-align: center;
  }
  .ceo-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.96px;
    margin-bottom: 40px;
  }
  .ceo-name {
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }
  .ceo-name span {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.8px;
  }
  .ceo-greetings p {
    margin-top: 0;
    padding: 32px 0 0 0;
  }
  .ceo-greetings {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 0px;
  }
  .ceo-img-box {
    margin-top: 0px;
  }
}

/* IH-UI-03-B-2-3-M 비전 및 미션 */

/* detail */
.offerings-detail {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 80px;
  max-width: 1200px;
  width: 100%;
}
.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: 40px;
}
.offerings-detail .offerings-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
  width: calc(25% - 30px);
  min-height: 173px;
  border-radius: 25px 0 0 0;
  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-16);
  font-weight: 500;
}
.offerings-detail .bullet-phrase {
  position: relative;
  padding-left: 0px;
}
.offerings-detail .bullet-phrase::before {
  content: "";
}

/* ==========================================================================
 비전 및 미션
========================================================================== */
#container:has(.family-entec-mission-section) {
  max-width: unset;
}
.container-wide #container {
  width: 100%;
}

.family-entec-values {
  margin: 0 auto;
  max-width: 1200px;
}

.family-entec-values .title-subsection {
  margin-bottom: 40px;
}

.family-entec-values.people-values .value-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding: 0 0px;
}
.family-entec-values.people-values .value-list .value-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.family-entec-values.people-values .value-item .circle {
  overflow: hidden;
  width: 380px;
  height: 380px;
}
.family-entec-values.people-values .value-item .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-entec-values.people-values .value-item .desc {
  text-align: center;
  color: var(--text-900_title);
  font-weight: 700;
  line-height: 1.2;
}
.family-entec-mission-section {
  margin-top: 100px;
  padding-top: 80px;
  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;
  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;
  font-size: 18px;
}
.family-missions .family-missions-item .label .mission-num {
  color: var(--text-900_title, #161616);
  font-size: 14px;
}
.family-missions .family-missions-item .value {
  font-size: var(--font-16);
}
.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: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.family-missions-item.welfare-01::before {
  background-image: url("../images/family_entec/IH-UI-03-B-2-3-M_icon_01.png");
}
.family-missions-item.welfare-02::before {
  background-image: url("../images/family_entec/IH-UI-03-B-2-3-M_icon_02.png");
}
.family-missions-item.welfare-03:before {
  background-image: url("../images/family_entec/IH-UI-03-B-2-3-M_icon_03.png");
}
.family-missions-item.welfare-04::before {
  background-image: url("../images/family_entec/IH-UI-03-B-2-3-M_icon_04.png");
}
.family-entec-title-wrapper {
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1200px;
}
/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-entec-mission-section {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 35px);
    padding-bottom: 40px;
  }
  .family-entec-mission-section-inner {
    padding: 0 16px;
    max-width: 100%;
  }
  .offerings-detail {
    margin-top: 40px;
  }
  .family-missions .family-missions-item {
    padding: 24px;
  }
}

/* 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 {
    width: 100%;
    gap: 8px;
  }
  .family-entec-values.people-values .value-item .circle {
    max-width: 100%;
  }
  .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 {
    padding-top: 16px;
    margin-top: 40px;
  }
  .family-missions {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .offerings-detail .offerings-list {
    gap: 16px;
  }

  .family-about-icns-cnt-entec {
    margin-top: 24px;
  }
}

/* ==========================================================================
 연혁
========================================================================== */
/* IH-UI-03-B-2-4-M 연혁 */

.group-history #container {
  width: 100%;
}

.history-box {
  display: flex;
  padding-top: 60px;
  scroll-margin-top: 77px;
}
.history-box .his-left {
  width: 50%;
  padding-right: 117px;
  position: sticky;
  top: 230px;
  height: 100%;
}
.history-box .his-left h3 {
  color: var(--text-900_title, #161616);
  font-size: 54px;
  font-weight: 700;
  line-height: 150%; /* 81px */
  letter-spacing: -2.16px;
}
.history-box .his-left .his-year-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}
.history-box .his-left > img {
  margin: 20px 0;
  width: 100%;
  max-width: 482px;
}
.history-box .his-left .his-title-s {
  margin-bottom: 8px;
  color: var(--text-900_title, #161616);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
}
.history-box .his-left .his-title {
  margin-bottom: 20px;
  color: var(--text-900_title, #161616);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
}
.history-box .his-left .his-text {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}

.history-box .his-right {
  width: 50%;
  padding-left: 117px;
}
.history-box .his-right .his-list {
  margin-bottom: 60px;
}
.history-box .his-right .his-list:last-child {
  margin-bottom: 0;
}
.history-box .his-right .his-list li {
  margin-bottom: 10px;
  color: var(--text-700, #4a4a4a);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}
.history-box .his-right .his-list li:last-child {
  margin-bottom: 0;
}
.history-box .his-right .his-list .his-list-year {
  margin-bottom: 14px;
  color: var(--text-900_title, #161616);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}

.his-name-list {
  display: flex;
  gap: 24px;
}
.his-name-list ul li span {
  vertical-align: middle;
}
.his-name-list ul li .icon-history-arrow {
  width: 20px;
  height: 20px;
  background: url(../images/group/arrow-right.svg) no-repeat center;
  margin: 0 8px;
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .history-box {
    display: block;
    padding-top: 40px;
    scroll-margin-top: 65px;
  }
  .history-box .his-left,
  .history-box .his-right {
    width: 100%;
    padding: 0;
  }
  .history-box .his-left {
    margin-bottom: 32px;
    position: unset;
  }

  .history-box .his-left h3 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.96px;
  }
  .history-box .his-left .his-year-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }
  .history-box .his-left > img {
    margin: 16px 0;
    max-width: unset;
  }

  .history-box .his-left .his-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
  }
  .history-box .his-left .his-text {
    display: inline-block;
    margin-bottom: 32px;
  }

  .history-box .his-right {
    padding-left: 16px;
  }
  .history-box .his-right .his-list {
    margin-bottom: 32px;
  }
  .history-box .his-right .his-list .his-list-year {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
  }
  .history-box .his-right .his-list li {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  .history-box .his-right .his-list li > ul > li {
    margin-bottom: 0;
  }
}

/* ==========================================================================
 CI
========================================================================== */
/* IH-UI-03-B-2-5-M CI */
#container:has(.img-ci-cnt) {
  max-width: 1200px;
}
.group-section01 .img-ci-cnt {
  margin-bottom: 60px;
  border-radius: 12px;
  border: 1px solid var(--border-02, #e7e7e7);
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px;
}
.group-section01 .img-ci {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.group-section01 h2 {
  padding-top: 60px;
  margin-bottom: 20px;
  color: var(--text-900_title, #232527);
  font-size: var(--font-32);
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}
.group-section01 .inner > p {
  margin-bottom: 40px;
  color: var(--text-700, #4a4a4a);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}
.group-section01 h3 {
  color: var(--text-900_title, #161616);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
}
.group-section01 .logo-type-box {
  width: 100%;
  height: 100%;
  padding: 100px 80px;
  border-radius: 12px;
  border: 1px solid var(--border-02, #e7e7e7);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group-section01 .logo-type-box.logo {
  padding: 100px 60px;
}
.group-section01 .logo-type-box.logo-kr,
.group-section01 .logo-type-box.logo-en {
  padding: 100px 80px;
}
.group-section01 .logo-type-box img {
  width: 390px;
}
.group-section01 .ci-lcl-sections {
  display: flex;
  gap: 30px;
  padding-top: 60px;
}
.group-section01 .ci-lcl-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .group-section01 .img-ci-cnt {
    margin-bottom: 20px;
  }
  .group-section01 .inner > p {
    margin-bottom: 24px;
  }
  .group-section01 .logo-type-box {
    padding: 24px 0;
    gap: 24px;
  }
  .group-section01 .logo-type-box.logo {
    padding: 60px 16px;
    gap: 80px;
  }
  .group-section01 .logo-type-box.logo-kr,
  .group-section01 .logo-type-box.logo-en {
    padding: 60px 16px;
    gap: 48px;
  }

  .group-section01 .logo-type-box.symbol img:first-child {
    max-width: 188px;
  }
  .group-section01 .logo-type-box.symbol img:last-child {
    max-width: 199px;
  }
  .group-section01 .logo-type-box.logo img:first-child {
    max-width: 310px;
  }
  .group-section01 .logo-type-box.logo img:last-child {
    max-width: 310px;
  }
  .group-section01 .logo-type-box.logo-kr img:first-child {
    max-width: 172px;
  }
  .group-section01 .logo-type-box.logo-kr img:last-child {
    max-width: 162px;
  }
  .group-section01 .logo-type-box.logo-en img:first-child {
    max-width: 209px;
  }
  .group-section01 .logo-type-box.logo-en img:last-child {
    max-width: 215px;
  }
  .group-section01 .ci-lcl-sections {
    display: flex;
    gap: 30px;
    padding-top: 60px;
    flex-direction: column;
  }
  .group-section01 .img-ci-cnt {
    min-height: 120px;
  }
  .group-section01 .inner > p {
    margin-bottom: 32px;
  }
  .group-section01 h2 {
    padding-top: 0px;
  }
  .group-section01 .ci-lcl-sections {
    padding-top: 0px;
  }
  .group-section01 h3 {
    margin: 0;
  }
  .group-section01 .logo-type-box.logo-kr img:last-child {
    width: auto;
    height: 40px;
    max-width: none;
  }
  .group-section01 .logo-type-box.logo-en img:last-child {
    max-width: none;
    height: 40px;
    width: auto;
  }
  .group-section01 .logo-type-box.logo-kr,
  .group-section01 .logo-type-box.logo-en {
    padding: 40px 0px;
  }
  .group-section01 .img-ci {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================================
 오시는 길
========================================================================== */
/* IH-UI-03-B-2-6-M 오시는길 */
#container:has(.map-area) {
  max-width: 1200px;
}
.group-warp .group-map section.group-section01 {
  padding-bottom: 0;
}

.map-area {
  margin: 0 0 40px 0;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  background: url(../images/group/map.png) no-repeat center;
}
.map-text-aera {
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
}
.map-text-aera h3 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
  color: var(--text-900_title, #161616);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
}

.map-text-aera > ul > li {
  display: flex;
  gap: 64px;
  margin-bottom: 20px;
}
.map-text-aera > ul > li:last-child {
  margin-bottom: 0;
}
.map-text-aera > ul > li .map-info-title {
  display: inline-block;
  width: 80px;
  color: var(--text-900_title, #161616); /* body/b_16 */
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.map-text-aera > ul > li .map-info-text {
  word-break: keep-all;
  color: var(--text-700, #4a4a4a); /* body/r_16 */
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.map-text-aera > ul > li .map-info-text strong {
  font-weight: 700;
}
.map-text-aera > ul > li .map-info-text em {
  color: var(--secondary_blue_02, #569dff);
  font-style: normal;
}

.public-transportation {
  margin-top: 20px;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
.public-transportation > div > p {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: -0.64px;
}
.public-transportation > div > ul > li {
  line-height: 200%;
  padding-left: 16px;
  font-weight: 400;
}

.group-warp .group-map section.group-section01 {
  padding-bottom: 0;
}

.map-area {
  margin: 0 0 40px 0;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  background: url(../images/group/map.png) no-repeat center;
}
.map-text-aera {
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
}
.map-text-aera h3 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
  color: var(--text-900_title, #161616);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
}

.map-text-aera > ul > li {
  display: flex;
  gap: 64px;
  margin-bottom: 20px;
}
.map-text-aera > ul > li:last-child {
  margin-bottom: 0;
}
.map-text-aera > ul > li .map-info-title {
  display: inline-block;
  width: 80px;
  color: var(--text-900_title, #161616); /* body/b_16 */
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.map-text-aera > ul > li .map-info-text {
  word-break: keep-all;
  color: var(--text-700, #4a4a4a); /* body/r_16 */
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.map-text-aera > ul > li .map-info-text strong {
  font-weight: 700;
}
.map-text-aera > ul > li .map-info-text em {
  color: var(--secondary_blue_02, #569dff);
  font-style: normal;
}

.public-transportation {
  margin-top: 20px;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
.public-transportation > div > p {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: -0.64px;
}
.public-transportation > div > ul > li {
  line-height: 200%;
  padding-left: 16px;
  font-weight: 400;
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .map-area {
    border-radius: 8px;
    height: 343px;
  }
  .map-text-aera {
    padding: 24px 16px;
    border-radius: 8px;
  }
  .map-text-aera h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
  }
  .map-text-aera > ul > li {
    gap: 4px;
  }
  .public-transportation {
    margin-top: 8px;
  }
  .map-text-aera > ul > li .map-info-text {
    width: calc(100% - 84px);
  }
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /*오시는길*/
  .public-transportation {
    gap: 8px;
  }

  .map-area {
    border-radius: 8px;
    height: 343px;
  }
  .map-text-aera {
    padding: 24px 16px;
    border-radius: 8px;
  }
  .map-text-aera h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
  }
  .map-text-aera > ul > li {
    gap: 4px;
  }
  .public-transportation {
    margin-top: 8px;
  }
  .map-text-aera > ul > li .map-info-text {
    width: calc(100% - 84px);
  }

  .family-card.card-grid-section .card-grid {
    flex-direction: column;
  }
  .family-card.card-grid-section .card-grid .image-range .image img {
    width: 100%;
  }
}

/* ==========================================================================
 entec style
========================================================================== */

/* 투자정보 */
.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: 30px;
}
.about-info {
  width: 33.3%;
  padding: 40px 0px;
  border-radius: 16px;
  background: var(--bg-01, #f5f5f5);
  border: 1px solid var(--bg-02, #e7e7e7);
}
.about-info-inner {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.about-info .info-title {
  margin-bottom: 40px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 120%; /* 24px */
  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%; /* 42px */
  letter-spacing: -1.12px;
}
.about-info .info-text strong {
  color: var(--secondary_blue_01, #0055e9);
  padding: 0 6px;
  font-size: var(--font-80);
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
}

.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%; /* 42px */
  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%; /* 80px */
  letter-spacing: -3.2px;
}

.graph {
  width: 100%;
  height: 422px;
  background-size: contain;
  margin-top: 20px;
  background-repeat: no-repeat;
}
.graph01 {
  background-image: url("../images/family_entec/IH-UI-03-A-6-1-1-M_graph_01.png");
}
.graph02 {
  background-image: url("../images/family_entec/IH-UI-03-A-6-1-1-M_graph_02.png");
}
.graph03 {
  background-image: url("../images/family_entec/IH-UI-03-A-6-1-1-M_graph_03.png");
}

/* 공시정보 - 목록*/
.container-header.family-centered {
  justify-content: space-around;
}
.family-search {
  padding: 100px 40px;
  border-radius: 16px;
  background: var(--bg-01, #fbfbfb);
  text-align: center;
}
.family-search .form-group.search {
  width: 318px;
}
.family-search .type-form .input {
  background-color: transparent;
}
.family-textbox {
  height: 48px;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.family-textbox p {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.family-textbox-inner {
  display: flex;
  align-items: center;
}
.family-action-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action-maker {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.action-maker span {
  width: fit-content;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* 공시정보 - 상세 */
.container-header.family-detail {
  border-bottom: 1px solid var(--border-02, #e7e7e7);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 40px;
}
.description-write-date {
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.family-textbox.family-textbox-detail {
  margin-top: 0px;
  margin-bottom: 40px;
}
.family-detail-contents {
  width: 100%;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
  padding-bottom: 80px;
}
.family-detail-contents-inner img {
  width: 100%;
}
.family-detail.btn-block {
  margin-top: 80px;
}

/* 주가정보 */
.title-subsection.stocks {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.title-subsection span.subjection-desc {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
}
.about-wrapper.stocks {
  gap: 10px;
  margin-bottom: 30px;
}
.about-wrapper.stocks .about-info {
  border-radius: 16px;
  border: 1px solid var(--border-02, #e7e7e7);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}
.about-wrapper-inner-stocks {
  width: 100%;
}
.about-wrapper-inner-stocks.stock-left {
  width: 710px;
}
.about-wrapper-inner-stocks.stock-right {
  width: calc(100% - 720px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-wrapper-inner-stocks .about-info {
  width: 100%;
}
.about-wrapper.stocks .about-info .info-title {
  color: var(--text-700, #4a4a4a);
  margin-bottom: 0px;
  text-align: center;
  font-size: var(--font-20);
}
.about-wrapper.stocks .about-info .info-text {
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 48px;
}
.about-wrapper.stocks .about-info .info-text strong {
  font-size: 32px;
  color: var(--text-900_title, #161616);
  text-align: center;
}
.stocks-info-table th,
.stocks-info-table td {
  font-size: 16px;
}
.table-list.stocks-info-table .table {
  width: 100%;
  border: none;
  border-top: 1px solid var(--border-02, #e7e7e7);
}
.table-list.stocks-info-table .table th {
  background: var(--bg-01, #fbfbfb);
}
.stock-table-second.table-list.stocks-info-table .table {
  border: none;
}
.about-wrapper-inner-stocks.stock-left .about-info {
  padding: 60px;
}
.stockitem-abbres {
  color: var(--secondary_blue_01, #0055e9);
  font-size: 28px;
  margin-bottom: 30px;
}
.stockitem-titles {
  color: var(--text-900_title, #161616);
  font-size: 40px;
  margin-bottom: 10px;
}
.stockitem-nums {
  margin-bottom: 5px;
}
.stockitem-nums01 {
  color: var(--system-danger, #eb003b);
  font-size: 32px;
  margin-right: 20px;
}
.stockitem-updown {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform-origin: center;
  text-indent: -999em;
  overflow: hidden;
}
.stockitem-updown.down {
  background-image: url("../images/family_entec/arrow-down_b.svg");
}
.stockitem-updown.up {
  background-image: url("../images/family_entec/arrow-up_r.svg");
}
.stockitem-nums02 {
  color: var(--text-900_title, #161616);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.stockitem-nums02.up {
  color: var(--system-danger, #eb003b);
}
.stockitem-nums02.down {
  color: var(--secondary_blue_01, #0055e9);
}
.table-list td .stockitem-nums02 .stockitem-updown {
  margin-right: 6px;
}
.table-list td .stockitem-nums02 {
  font-size: 16px;
}
.table-list.right-line th,
.table-list.right-line td {
  border-right: 1px solid var(--border-02, #e7e7e7);
}
.table-list.right-line th:last-child,
.table-list.right-line td:last-child {
  border-right: none;
}
.about-wrapper-inner-stocks.stock-left .about-info .about-info-inner {
  margin: 0;
}
.stock-tabs {
  margin: 80px 0 40px 0;
  display: flex;
  gap: 10px;
}
.btn.line.active {
  background: var(--text-900_title, #161616);
  color: var(--text-white, #fff);
}

/*IR 활동 및 자료*/
.family-detail {
  border-top: 0px;
}
.family-table-utils {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.family-table-utils .form-group .type-select {
  width: 88px;
}
.family-table-utils .form-group .type-select .select {
  border: none;
}
.family-table-utils .form-group.search {
  width: 342px;
}
.family-searches .type-form .input {
  background-color: transparent;
}
.board-detail.family-detail
  .detail-header
  .detail-meta
  .meta-author
  .dates:after {
  display: none;
}
.board-detail .detail-header .detail-meta .datas .value {
  color: var(--text-900_title, #161616);
  font-size: 14px;
}
.board-detail .detail-header .detail-meta .datas .value .icon-attach {
  margin-left: 12px;
  margin-top: -4px;
}
.board-detail .detail-header .detail-meta .datas {
  align-items: baseline;
}

/* 표준내부정보관리규정 */
/* .house-rules .title-subsection {
  margin-top: 100px;
} */
.house-rules .section-sub-text {
  margin-top: 40px;
}
.house-rules .title-group {
  margin-top: 40px;
  margin-bottom: 20px;
}
.house-rules ol li {
  display: flex;
  justify-content: start;
  font-size: 16px;
  gap: 5px;
}
.house-rules ol.order {
  margin-left: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*IH-UI-03-A-5-1-1-F.html 언론보도*/
.family-grid .time {
  margin-top: 20px;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .ceo-greetings {
    padding: 0;
  }
  .ceo-top {
    top: 35%;
  }
  .ceo-text {
    font-size: 24px;
  }
}

@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;
  }
  .about-info {
    width: auto;
  }
  .about-info {
    padding: 32px 0px;
  }

  .about-graph-area {
    flex-direction: column;
    gap: 26px;
  }
  .about-graph-item {
    width: 100%;
  }

  /* 공시정보 */
  .family-search {
    padding: 24px 16px;
  }
  .family-search .form-group.search {
    width: 100%;
  }
  .family-textbox {
    height: auto;
    margin-top: 16px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
  }
  .family-textbox-inner {
    display: flex;
    align-items: flex-start;
  }
  .family-textbox-inner.counts {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .card-boxes-section .card-grid .item {
    padding: 24px 16px 32px 16px;
  }

  .card-boxes-section .card-grid .item {
    border-radius: 8px;
  }
  .container-header.family-detail {
    gap: 0;
  }
  .description-write-date {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .family-detail.btn-block {
    margin-top: 0px;
  }
  .family-detail.btn-block .btn {
    width: 100%;
  }
  .family-detail-contents {
    border: 0;
    padding-bottom: 40px;
  }

  /* 주가정보 */
  .about-wrapper-inner-stocks.stock-left .about-info {
    padding: 32px 24px;
  }
  .stockitem-abbres {
    font-size: 18px;
  }
  .stockitem-titles {
    font-size: 24px;
  }
  .title-subsection span.subjection-desc {
    width: 100%;
    text-align: right;
  }
  .about-wrapper-inner-stocks.stock-left .about-info .about-info-inner {
    width: 100%;
  }
  .stockitem-titles {
    width: 100%;
    text-align: center;
  }
  .stockitem-nums {
    width: 100%;
    text-align: center;
  }
  .about-wrapper.stocks .about-info .info-text strong {
    font-size: 24px;
  }
  .about-wrapper.stocks {
    gap: 24px;
    margin-bottom: 24px;
  }
  .about-wrapper-inner-stocks.stock-left {
    width: 100%;
  }
  .about-wrapper-inner-stocks.stock-right {
    width: 100%;
    flex-direction: row;
  }
  .stocks-info-table-wrapper {
    overflow-x: scroll;
  }
  .stocks-info-table-wrapper .table-list table.table td {
    border-bottom: 1px solid var(--border-02, #e7e7e7);
  }
  .stock-tabs {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 24px 0;
  }
  .stock-tabs a.btn.line {
    width: calc(50% - 5px);
    font-size: 16px;
  }
  .data-tables-inner {
    overflow-x: scroll;
  }
  .table-list .data-tables-inner.fixed .table {
    table-layout: fixed;
  }
  .table-list .data-tables-inner.fixed .table td {
    text-align: center;
    padding: 20px 0px;
  }

  /* IH-UI-03-A-2-5-M CI*/
  .group-ci .group-section01 .img-ci {
    margin-bottom: 40px;
  }
  .group-warp .group-ci section.group-section01 .inner .cont-sub-text strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.96px;
  }

  .group-ci .group-section02 h2 {
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .group-ci .group-section02 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }

  .group-ci .group-section02 h3 {
    margin: 40px 0 24px 0;
  }

  .group-ci .group-section02 .logo-type-box {
    padding: 50px 16px;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }

  .group-warp .group-ci section.group-section01 .inner .cont-sub-text {
    margin-bottom: 0;
  }
  .group-ci .group-section02 .inner > p {
    margin-bottom: 24px;
  }
  .group-ci .group-section02 .logo-type-box {
    padding: 24px 0;
    gap: 24px;
  }
  .group-ci .group-section02 .logo-type-box.logo {
    padding: 60px 16px;
    gap: 80px;
  }
  .group-ci .group-section02 .logo-type-box.logo-kr,
  .group-ci .group-section02 .logo-type-box.logo-en {
    padding: 60px 16px;
    gap: 48px;
  }

  .group-ci .group-section02 .logo-type-box.symbol img:first-child {
    max-width: 188px;
  }
  .group-ci .group-section02 .logo-type-box.symbol img:last-child {
    max-width: 199px;
  }
  .group-ci .group-section02 .logo-type-box.logo img:first-child {
    max-width: 310px;
  }
  .group-ci .group-section02 .logo-type-box.logo img:last-child {
    max-width: 310px;
  }
  .group-ci .group-section02 .logo-type-box.logo-kr img:first-child {
    max-width: 172px;
  }
  .group-ci .group-section02 .logo-type-box.logo-kr img:last-child {
    max-width: 162px;
  }
  .group-ci .group-section02 .logo-type-box.logo-en img:first-child {
    max-width: 209px;
  }
  .group-ci .group-section02 .logo-type-box.logo-en img:last-child {
    max-width: 215px;
  }

  /*IR 활동 및 자료*/
  .family-tables.table-list .table tbody td {
    width: 100%;
    display: block;
    padding: 16px 0 24px 0;
  }
  .family-tables.table-list .table tbody td {
    border-bottom: 1px solid var(--border-02);
  }
  .family-tables.table-list .table tbody td .time {
    display: inline-block;
  }
  .family-table-utils {
    flex-direction: column-reverse;
  }
  .family-table-utils .form-group.search {
    width: 100%;
  }
  .family-table-utils .form-group {
    align-items: flex-end;
    width: 88px;
  }
  .family-table-utils .form-group.year-selection .type-select .select {
    min-width: 100px;
  }
  .family-table-utils .form-group.year-selection {
    margin-left: calc(100% - 88px);
  }
  .family-tables.table-list .table tbody td.family-date-td {
    padding: 24px 0 0 0;
    border-bottom: 0;
  }

  /* IH-UI-03-A-2-3-M 비전 및 미션*/
  .group-warp section.group-section01 .inner .cont-sub-text {
    margin-bottom: 40px;
  }
  .people-values .value-list {
    gap: 32px;
    margin-top: 32px;
  }
  .people-values .value-list .value-figure {
    flex-direction: column;
    gap: 32px;
  }
  .people-values .value-list .value-figure .phrase {
    text-align: left;
  }
  .people-values .value-list .value-figure-reverse {
    flex-direction: column-reverse;
  }

  .people-values .value-list .value-figure .image {
    width: 100%;
    height: auto;
  }
  .people-values .value-list .value-figure .value-caption {
    gap: 16px;
    text-align: center;
  }
  .people-values .value-list .value-figure .value-caption br {
    display: none;
  }

  .offerings-detail .offerings-item {
    width: 100%;
  }

  .family-card.card-grid-section .card-grid {
    flex-direction: column;
  }
  .family-card.card-grid-section .card-grid .image-range .image img {
    width: 100%;
  }

  /* about entec */
  .family-about-icns-cnt {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .visual-title-text {
    font-size: 24px;
    margin-bottom: 2px;
    margin-top: 18px;
  }
  .visual-para-text {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .visual-sub-text {
    font-size: 14px;
  }
  .family-abouts-visual-inner .lt {
    width: 35.4px;
    height: 107px;
    left: 29.5px;
  }
  .family-abouts-visual-inner .rt {
    width: 35.4px;
    height: 107px;
    right: 29.5px;
  }
  .family-abouts-visual-inner .ln {
    left: calc(50% - (152px / 2));
    bottom: 25px;
    width: 152px;
    height: 1.5px;
  }
  .family-abouts-visual-inner {
    width: 100%;
    height: 107px;
  }
  .family-about-icns {
    margin-bottom: 0px;
    width: 100%;
  }

  .family-card.card-grid-section .card-grid .description-range {
    padding: 16px;
  }
  .family-card.card-grid-section .card-grid {
    gap: 24px 24px;
  }

  /* ci */
  .group-ci .group-section01 .img-ci {
    margin-bottom: 0px;
    height: 40px;
    width: auto;
  }

  .group-warp section.group-section01 .inner .cont-sub-text strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.96px;
  }

  .group-section01 h2 {
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .group-section01 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }

  .group-section01 .logo-type-box {
    padding: 50px 16px;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }

  .group-warp section.group-section01 .inner .cont-sub-text {
    margin-bottom: 0;
  }

  /*오시는길*/
  .public-transportation {
    gap: 8px;
  }
}

/* ==========================================================================
 언론보도
========================================================================== */

.family-grid .time {
  margin-top: 20px;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
}

/* ==========================================================================
 재무정보
========================================================================== */

.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: 30px;
  margin-top: 40px;
}
.about-info {
  width: 33.3%;
  padding: 40px 0px;
  border-radius: 16px;
  background: var(--bg-01, #f5f5f5);
  border: 1px solid var(--bg-02, #e7e7e7);
}
.about-info-inner {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.about-info .info-title {
  margin-bottom: 40px;
  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(--secondary_blue_01, #0055e9);
  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%;
  }
}

/* ==========================================================================
공시정보
========================================================================== */

/* 목록 */
.container-header.family-centered {
  justify-content: space-around;
}
.family-textbox {
  height: 48px;
  margin-bottom: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.family-textbox p {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.family-textbox-inner {
  display: flex;
  align-items: center;
}
.family-action-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action-maker {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.action-maker span {
  width: fit-content;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* 상세 */
.page-detail .family-textbox {
  margin-bottom: 40px;
}
.page-detail .iframe-content {
  width: 100%;
}
.page-detail .iframe-content iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /* 목록 */
  .family-textbox {
    height: auto;
    margin-top: 16px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .family-textbox-inner {
    display: flex;
    align-items: flex-start;
  }
  .family-textbox-inner.counts {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .card-boxes-section .card-grid .item {
    padding: 24px 16px 32px 16px;
  }
  .card-boxes-section .card-grid .item {
    border-radius: 8px;
    width: 100%;
  }
  .container-header.family-detail {
    gap: 0;
  }
  .description-write-date {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .family-detail.btn-block {
    margin-top: 0px;
  }
  .family-detail.btn-block .btn {
    width: 100%;
  }
  .family-detail-contents {
    border: 0;
    padding-bottom: 40px;
  }
  .card-boxes-section .card-item {
    width: 100%;
  }
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .stock-board .stock-main {
    width: 100%;
  }
  .stock-board .stock-side {
    width: 100%;
  }

  .data-tables.scroll .table-list {
    width: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  .family-about-visual-entec .title-content-wapper {
    display: none;
  }
}
/* mobile ============================ */

@media screen and (max-width: 768px) {
  .stocks-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .stock-board {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .stock-board .stock-main {
    padding: 32px 24px;
  }
  .stock-board .stock-main .stock-name {
    margin-top: 16px;
    text-align: center;
    font-size: var(--font-24);
  }
  .stock-board .stock-main .price-line {
    justify-content: center;
  }
  .stock-board .stock-main .price-line .price {
    font-size: var(--font-24);
  }
  .stock-board .stock-side {
  }
  .stock-board .stock-main .price-line .change {
    font-size: var(--font-18);
  }

  .stock-board .stock-side {
    flex-direction: row;
  }
  .stock-board .stock-side .stat-card {
    flex: 1;
    padding: 32px 16px;
  }
  .stock-board .stock-side .stat-card .label {
    font-size: var(--font-16);
  }
  .stock-board .stock-side .stat-card .value {
    font-size: var(--font-24);
  }
  .stock-board .stock-side .stat-card .value .unit {
    font-size: var(--font-16);
  }

  .stocks-info-table-wrapper {
    margin-top: 24px;
  }

  .stocks-info-table-wrapper .table-list .table thead {
    position: static;
  }
  .stocks-info-table-wrapper .table-list .table tbody td {
    display: table-cell;
    padding: 20px 40px;
    text-align: center;
    border-bottom: 1px solid var(--border-02);
  }

  .stock-information {
    margin-top: 40px;
  }
  .stock-information .stock-tabs {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
  }
  .stock-information .stock-tabs li {
    width: calc(50% - 8px);
  }
  .stock-information .stock-tabs li a {
    text-align: center;
  }
  .stock-information .data-tables .table-list .table thead {
    position: static;
  }
  .stock-information .table-list .table tbody td {
    display: table-cell;
    padding: 20px 40px;
    text-align: center;
    border-bottom: 1px solid var(--border-02);
  }
}

/* ==========================================================================
 표준내부정보관리규정
========================================================================== */

.house-rules .section-sub-text {
  margin-top: 40px;
}
.house-rules .title-group {
  margin-top: 40px;
  margin-bottom: 20px;
}
.house-rules ol li {
  display: flex;
  justify-content: start;
  font-size: 16px;
  gap: 5px;
}
.house-rules ol.order {
  margin-left: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ==========================================================================
 비즈니스
   .business-content .product-title-area { margin-bottom: 40px; font-size:22px;} 
.business-content .product-title-area p { margin-top: 20px; font-size:18px;} 
.business-content section .section-title { margin-bottom: 40px;font-size:22px; } 
.business-content section .section-title .section-text { margin-top : 20px;  font-size:18px;} 
========================================================================== */
.visual-industry {
  background-image: url(../images/family_pns/product_bg.png);
}
.business-content .product-title-area {
  margin-bottom: 40px;
  font-size: 22px;
}
.business-content .product-title-area p {
  margin-top: 20px;
  font-size: 18px;
}
.business-content section + section {
  margin-top: 80px;
}
.business-content section img {
  width: 100%;
}
.business-content section img + img {
  margin-top: 40px;
}
.business-content section .section-title {
  margin-bottom: 40px;
  font-size: 22px;
}
.business-content section .section-title .section-text {
  margin-top: 20px;
  font-size: 18px;
}

.btn-block {
  margin-top: 40px;
}

.mgt20 {
  margin-top: 20px;
}
.mgt40 {
  margin-top: 40px;
}

strong.blue {
  color: var(--secondary_blue_01, #0055e9);
}

.cc-content01 .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 4;
  padding: 16px 16px 16px 100px;
  margin-top: 40px;
  background: url(../images/family_entec/IH-UI-03-B-2-3-M_01_visual.png) right
    center / cover no-repeat;
  background-size: cover;
  border-radius: 80px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px;
}
.cc-content01 .img-box.mission {
  background-image: url(../images/family_entec/IH-UI-03-B-2-3-M_02_visual.png);
  border-radius: 0 80px;
}
.cc-content01 .img-box .title-subsection,
.cc-content01 .img-box .title-group {
  color: #fff;
}

.cc-content01 .img-box .title-group > em {
  font-style: inherit;
  display: block;
  margin-bottom: 26px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .group-philosophy .group-section02 .title-subsection {
    margin-bottom: 8px;
  }
  .group-philosophy .group-section02 .title-group {
    font-size: 18px;
  }
  .group-philosophy .group-section02 .title-group em {
    font-size: 18px;
  }
  .cc-content01 .img-box {
    aspect-ratio: 343 / 224;
    margin-top: 24px;
    border-radius: 60px 0;
    min-height: auto;
    padding: 48px 20px;
  }
  .cc-content01 .title-subsection {
    font-size: 20px;
  }
  .cc-content01 .img-box .title-group {
    font-size: 16px;
    font-weight: 400;
  }
}
