@charset "utf-8";

/**
 * Filename : family_core.css
 * Description : IITCEN core styles
 **/

/* ==========================================================================
 page visual style
========================================================================== */

.visual-core {
  background-image: url("../images/family_core/bg_core_pc.jpg");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .visual-core {
    background-image: url("../images/family_core/bg_core_mo.jpg");
  }
}

/* ==========================================================================
 core style
========================================================================== */

/* ITCEN 그룹 소개 */
.group-warp .group-visual01 {
  background-image: url("../images/group/group_top_bg01.jpg");
}

/* 경영철학 */
.group-warp .group-visual02 {
  background-image: url("../images/group/group_top_bg02.jpg");
}

/* 연혁 */
.group-warp .group-visual03 {
  background-image: url("../images/group/group_top_bg03.jpg");
}

/* CI */
.group-warp .group-visual04 {
  background-image: url("../images/group/group_top_bg04.jpg");
}

/* CEO 인사말 */
.group-warp .group-visual05 {
  background-image: url("../images/group/group_top_bg05.jpg");
}

/* 오시는길 */
.group-warp .group-visual07 {
  background-image: url("../images/group/group_top_bg07.jpg");
}

/* 고객경험 */
.visual-user-case {
  background-image: url("../images/insight/bg_user_case_pc.png");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .group-warp .group-visual01 {
    background-image: url("../images/group/m_group_top_bg01.jpg");
  }

  .group-warp .group-visual02 {
    background-image: url("../images/group/m_group_top_bg02.jpg");
  }

  .group-warp .group-visual03 {
    background-image: url("../images/group/m_group_top_bg03.jpg");
  }

  .group-warp .group-visual04 {
    background-image: url("../images/group/m_group_top_bg04.jpg");
  }

  .group-warp .group-visual05 {
    background-image: url("../images/group/m_group_top_bg05.jpg");
  }

  .group-warp .group-visual07 {
    background-image: url("../images/group/m_group_top_bg07.jpg");
  }
  .visual-user-case {
    background-image: url(../images/insight/bg_user_case_mo.jpg);
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
}

/* ==========================================================================
 About ITCEN core
========================================================================== */

.family-card-wide #container {
  width: 100%;
  max-width: unset;
}
.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-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.family-abouts-visual-inner {
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: var(--text-white, #fff);
  margin-right: 26px;
  margin-left: 24px;
}
.family-abouts-visual-inner .visual {
  width: 44.46px;
  height: 134px;
  background-size: cover;
  margin: 0 auto;
}
.family-abouts-visual-inner .lt {
  position: absolute;
  left: 0;
  top: 42px;
  background-image: url(../images/family_core/IH-UI-03-G-2-1-M_01_visual_01.png);
}
.family-abouts-visual-inner .rt {
  position: absolute;
  right: 0;
  top: 42px;
  background-image: url(../images/family_core/IH-UI-03-G-2-1-M_01_visual_03.png);
}
.family-abouts-visual-inner .ln {
  position: absolute;
  left: calc(50% - (152px / 2));
  bottom: 34px;
  width: 152px;
  height: 1px;
  background-size: cover;
  background-image: url(../images/family_core/IH-UI-03-G-2-1-M_01_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;
  color: var(--text-700, #4a4a4a);
}
.family-about-title .heading-block .family-about-para {
  text-align: left;
  font-size: 16px;
}
.family-about-icns-cnt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  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;

  text-align: center;
}
.visual-title-text span {
  display: inline-block;
  margin-bottom: 30px;
}
.visual-title-text span:last-child {
  margin-bottom: 22px;
}
.visual-para-text {
  font-size: 28px;
  margin-bottom: 10px;
}
.visual-sub-text {
  font-size: 16px;
}

.family-core-wrapper01 {
  background: var(--bg-02, #f5f5f5);
  padding: 100px 0;
}

.family-core-wrapper02 {
  background: var(--bg-01, #fbfbfb);
  padding: 100px 0 0 0;
}

/* PC small ========================== */

@media screen and (max-width: 1440px) {
  .family-core-wrapper01 {
    margin: 0 -16px;
    padding: 40px 16px;
  }
}
@media screen and (max-width: 1280px) {
  .family-core-wrapper02 {
    padding: 40px 16px;
    margin: 0 -16px;
  }
  .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;
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description
    br {
    display: none;
  }
  .visual-title-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .family-about-icns-cnt {
    grid-template-columns: repeat(2, 1fr);
  }
  .family-abouts-visual-inner-wrapper {
    flex-flow: column;
  }
}
/* mobile ============================ */

@media screen and (max-width: 768px) {
  .family-abouts-visual {
    padding: 115px 30px 115px 30px;
  }
  .family-about-title .heading-block {
    margin-top: 24px;
  }
  .family-about-icns-cnt {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .family-about-icns {
    flex: 1;
    gap: 16px;
    padding: 24px 24px 32px 24px;
  }

  .visual-title-text {
    margin-top: 60px;
  }
  .visual-title-text {
    font-size: 24px;
    text-align: center;
  }
  .visual-title-text span {
    width: 100%;
  }

  .visual-sub-text {
    font-size: 14px;
  }

  .family-abouts-visual-inner .lt {
    width: 35.47px;
    height: 107px;
  }
  .family-abouts-visual-inner .rt {
    width: 35.47px;
    height: 107px;
  }
  .family-abouts-visual-inner .ln {
    left: calc(50% - (152px / 2));
    bottom: 65px;
    width: 152px;
    height: 1px;
  }

  .family-abouts-visual-inner {
    margin: 0;
  }
  .visual-title-text {
    margin-top: 30px;
  }
}

.family-itcen-cores-section {
  padding-bottom: 150px;
  background: var(--bg-01, #fbfbfb);
}
.family-itcen-cores {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}
.family-itcen-cores-section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.family-itcen-cores .family-itcen-cores-item {
  display: flex;
  gap: 60px;
  padding: 40px 60px;
  width: auto;
  background: var(--text-white);
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid var(--border-02, #e7e7e7);
  border-radius: 16px;
}
.family-itcen-cores .family-itcen-cores-item .item-inner {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--border-02, #e7e7e7);
  padding-left: 60px;
}
.family-itcen-cores .family-itcen-cores-item .label {
  color: var(--text-900_title);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
.family-itcen-cores .family-itcen-cores-item .label .itcen-cores-num {
  display: block;
  margin-bottom: 4px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-14);
}
.family-itcen-cores .family-itcen-cores-item .value {
  font-size: var(--font-16);
}
.family-itcen-cores .family-itcen-cores-item .value .bullet-phrase {
  font-size: var(--font-14);
  font-weight: 400;
}
.family-itcen-cores .family-itcen-cores-item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.family-itcen-cores-item.welfare-01::before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_01.png");
}
.family-itcen-cores-item.welfare-02::before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_02.png");
}
.family-itcen-cores-item.welfare-03:before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_03.png");
}
.family-itcen-cores-item.welfare-04::before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_04.png");
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-cts-itcen-cores-section {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 35px);
  }
  .family-cts-itcen-cores-section-inner {
    padding: 0 16px;
    max-width: 100%;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .people-values {
    margin-top: 24px;
  }
  .family-itcen-cores {
    flex-direction: column;
    gap: 16px;
  }
  .family-cts-values.people-values .value-list {
    flex-direction: column;
    gap: 24px;
  }
  .family-cts-values.people-values .value-list .value-item {
    gap: 8px;
  }
  .family-cts-values.people-values .value-item .circle {
    width: 100%;
    height: auto;
  }
  .family-cts-values.people-values .value-item .circle.circle01 {
    border-radius: 80px 0 0 0;
  }
  .family-cts-values.people-values .value-item .circle.circle03 {
    border-radius: 0 0 80px 0;
  }
  .family-cts-itcen-cores-section-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .family-cts-itcen-cores-section {
    margin-top: 40px;
    padding: 40px 16px;
  }
  .family-itcen-cores {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .family-itcen-cores .family-itcen-cores-item {
    gap: 24px;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .family-itcen-cores .family-itcen-cores-item .item-inner {
    border: 0;
    padding: 0;
  }
}

/* ==========================================================================
 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: 210px;
  top: -178px;
  width: 399px;
  height: 667px;
}

.ceo-text {
  margin-bottom: 40px;
  color: var(--text-900_title, #161616);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.28px;
}

.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: -70px;
  z-index: 2;
  background: #fff;
  padding: 80px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}

.ceo-greetings p strong {
  color: #333;
  font-weight: 700;
}

.ceo-greetings p .strong-text {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
  display: block;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .ceo-text {
    font-size: 30px;
  }
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .ceo-img-box {
    background: url(../images/family_core/core-poraits_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;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
}

/* ==========================================================================
 그룹연혁
========================================================================== */
.group-history #container {
  width: 100%;
}

.group-history * {
  word-break: keep-all;
}
.group-history .cont-sub-text {
  margin-bottom: 80px;
}

.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 {
  color: var(--secondary_blue_01, #0055e9);
  font-size: 18px;
  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;
}

.ceo-test {
  max-width: 1440px;
  padding-top: 600px;
  padding-left: 150px;
  margin: 0 auto;
  margin-top: 100px;
  background: url(../images/group/ceo_bg.png) no-repeat top left;
  background-size: contain;
  width: 100%;
}
.ceo-say {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 80px 240px 80px 80px;
  margin-top: -100px;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .history-section .history-content {
    padding: 0;
  }
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .his-name-list {
    display: block;
  }
}

/* mobile ============================ */
@media screen and (max-width: 820px) {
  .history-box .his-left {
    padding-right: 50px;
  }
  .history-box .his-right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .group-warp #container-wrap.group-history {
    padding-bottom: 0;
  }

  .group-warp section.group-section01 .inner .cont-sub-text {
    margin-bottom: 40px;
  }

  .history-box {
    display: block;
    padding-top: 40px;
    scroll-margin-top: 65px;
  }
  .history-box .his-left,
  .history-box .his-right {
    width: 100%;
    padding: 0;
    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;
  }

  .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;
  }
}

/* ==========================================================================
오시는길
========================================================================== */
.group-warp .group-map section.group-section01 {
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.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;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
}

/* tablet ============================ */

@media screen and (max-width: 940px) {
  .public-transportation {
    gap: 8px;
    flex-direction: column;
  }
}

/* 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);
  }
}

/* ==========================================================================
 CI
========================================================================== */
.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;
}
.group-section01 .img-ci {
  width: 655px;
  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%;
  padding: 100px 80px;
  border-radius: 12px;
  border: 1px solid var(--border-02, #e7e7e7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.group-section01 .logo-type-box.logo-kr img {
  max-width: 313px;
}
.group-section01 .logo-type-box.logo-en img {
  max-width: 374px;
}
.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 .ci-lcl-sections .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: auto;
    height: 40px;
  }
}

/* ==========================================================================
 언론보도
========================================================================== */

.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-area {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.about-graph-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-grow: 1;
  gap: 30px;
}
.about-graph-item {
  width: 33.3%;
}
.about-graph-item-inner {
  margin: 0 auto;
  padding: 20px 0px;
  display: block;
  width: fit-content;
}
.about-graph-area .info-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--text-700_title, #161616);
  font-size: var(--font-12);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.12px;
  padding: 20px 0px;
  border-bottom: 1px solid var(--text-900_title, #161616);
}
.about-graph-area .info-title strong {
  color: var(--text-700_title, #161616);
  padding: 0 6px;
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
}
.graph {
  overflow: hidden;
  width: 100%;
  height: 422px;
  background-size: contain;
  margin-top: 20px;
  background-repeat: no-repeat;
}
.graph01 {
  background-image: url("../images/family_core/IH-UI-03-A-6-1-1-M_graph_01.png");
}
.graph02 {
  background-image: url("../images/family_core/IH-UI-03-A-6-1-1-M_graph_02.png");
}
.graph03 {
  background-image: url("../images/family_core/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%;
  }
}

/* ==========================================================================
 주가정보
========================================================================== */

/* .stocks-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.stocks-header .time {
  font-size: 16px;
}
.stock-board {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 10px;
  margin-top: 40px;
}
.stock-board .stock-main {
  padding: 60px;
  width: 708px;
  border-radius: 16px;
  border: 1px solid var(--border-02);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}
.stock-board .stock-main .market {
  color: var(--secondary_blue_01);
  font-size: var(--font-28);
  font-weight: 700;
}
.stock-board .stock-main .stock-name {
  margin-top: 30px;
  color: var(--text-900_title);
  font-size: var(--font-40);
  font-weight: 700;
}
.stock-board .stock-main .price-line {
  margin-top: 10px;
}
.stock-board .stock-main .price-line {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}
.stock-board .stock-main .price-line .price {
  color: var(--system-danger);
  font-size: var(--font-32);
  font-weight: 700;
}
.stock-board .stock-main .price-line .change {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--font-20);
  font-weight: 700;
}
.stock-board .stock-main .price-line .change.down {
  color: var(--secondary_blue_01);
}
.stock-board .stock-main .price-line .change.up {
  color: var(--secondary_blue_01);
}
.stock-board .stock-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 482px;
}
.stock-board .stock-side .stat-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 155px;
  border-radius: 16px;
  border: 1px solid var(--border-02);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}
.stock-board .stock-side .stat-card .label {
  font-weight: 500;
}
.stock-board .stock-side .stat-card .value {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-900_title);
  font-size: var(--font-32);
  font-weight: 700;
}
.stock-board .stock-side .stat-card .value .unit {
  font-size: var(--font-20);
}
.stocks-info-table-wrapper {
  margin-top: 30px;
  border-top: 1px solid var(--border-02);
}
.stocks-info-table-wrapper .table-list .table {
  border-top: 0;
  border-bottom: 0;
}
.stocks-info-table-wrapper .table-list .table thead th {
  font-size: var(--font-16);
  font-weight: 400;
}
.stock-information {
  margin-top: 80px;
}
.stock-information .stock-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.stock-information .stock-tabs li a {
  display: block;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--border-02);
  color: var(--text-900_title);
  font-weight: 700;
}
.stock-information .stock-tabs li.active a {
  border: 1px solid var(--text-900_title);
  background: var(--text-900_title);
  color: var(--text-white);
}

.stock-information .data-tables .table-list .table tfoot td {
  padding: 20px 40px;
  text-align: center;
  background-color: var(--bg-01);
}
.stock-information .data-tables .table-list .table .stockitem-nums02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stock-information .data-tables .different-types table .table thead th {
  border-right: 1px solid var(--border-02);
}
.stock-information .data-tables .different-types .table thead th,
.stock-information .data-tables .different-types .table tbody td {
  border-right: 1px solid var(--border-02);
}
.stock-information .data-tables .different-types .table thead th:last-child,
.stock-information .data-tables .different-types .table tbody td:last-child {
  border-right: 0;
}

.data-tables.scroll {
  overflow-y: auto;
} */

/* 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;
  }
}

/* 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);
}
