@charset "utf-8"; /**
 * Filename : family_cts.css
 * Description : IITCEN CTS styles
 **/

/* ==========================================================================
 page visual style
========================================================================== */

/* 그룹소개 */
.group-visual01 {
  background-image: url("../images/family_cts/group_top_bg01.jpg");
}

/* CEO 인사말 */
.group-visual05 {
  background-image: url("../images/family_cts/group_top_bg05.jpg");
}

/* 비전 및 미션 */
.group-visual02 {
  background-image: url("../images/family_cts/group_top_bg02.jpg");
}

/* 연혁 */
.group-visual03 {
  background-image: url("../images/family_cts/group_top_bg03.jpg");
}

/* CI */
.group-visual04 {
  background-image: url("../images/family_cts/group_top_bg04.jpg");
}

/* 오시는길 */
.group-visual07 {
  background-image: url("../images/family_cts/group_top_bg07.jpg");
}

/* 미디어센터 */
.visual-media {
  background-image: url("../images/family_cts/bg_media_pc.jpg");
}

/* 투자정보 */
.visual-cts {
  background-image: url("../images/family_cts/bg_cts_pc.jpg");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /* 그룹소개 */
  .group-visual01 {
    background-image: url("../images/family_cts/m_group_top_bg01.jpg");
  }

  /* CEO 인사말 */
  .group-visual0 {
    background-image: url("../images/family_cts/m_group_top_bg05.jpg");
  }

  /* 비전 및 미션 */
  .group-visual02 {
    background-image: url("../images/family_cts/m_group_top_bg02.jpg");
  }

  /* 연혁 */
  .group-visual03 {
    background-image: url("../images/family_cts/m_group_top_bg03.jpg");
  }

  /* CI */
  .group-visual04 {
    background-image: url("../images/family_cts/m_group_top_bg04.jpg");
  }

  /* 오시는길 */
  .group-visual07 {
    background-image: url("../images/family_cts/m_group_top_bg07.jpg");
  }

  /* 미디어센터 */
  .visual-media {
    background-image: url("../images/family_cts/bg_media_mo.jpg");
  }

  /* 투자정보 */
  .visual-cts {
    background-image: url("../images/family_cts/bg_cts_mo.jpg");
  }
}

/* ==========================================================================
 About ITCEN CTS
========================================================================== */

.family-card-wide #container {
  width: 100%;
  max-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_cts/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_cts/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_cts/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;
  }
  .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description
    br {
    display: none;
  }
}

/* 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 {
    flex-direction: column;
    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: var(--font-14);
  }

  .family-abouts-visual-inner {
    width: 100%;
  }
  .visual-title-text {
    font-size: 24px;
  }
  .visual-para-text {
    font-size: 20px;
  }

  .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: 83px;
    width: 152px;
    height: 1px;
  }
}
/* ==========================================================================
 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: 8%;
  top: -178px;
  width: 399px;
  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%;
  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%;
  letter-spacing: -0.64px;
}
.ceo-greetings p strong {
  color: #333;
  font-weight: 700;
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .ceo-img-box {
    background: url(../images/family_cts/cts-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) {
}

/* ==========================================================================
 비전 및 미션
========================================================================== */

.container-wide #container {
  max-width: 100%;
  width: 100%;
}
.family-cts-values {
  margin: 0 auto;
  max-width: 1200px;
}
.family-cts-values .title-subsection {
  margin-bottom: 40px;
}
.family-cts-values.people-values .value-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding: 0 0px;
}
.family-cts-values.people-values .value-list .value-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.family-cts-values.people-values .value-item .circle {
  overflow: hidden;
  width: 380px;
  height: 380px;
}
.family-cts-values.people-values .value-item .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-cts-values.people-values .value-item .desc {
  text-align: center;
  color: var(--text-900_title);
  font-weight: 700;
  line-height: 1.2;
}
.family-cts-mission-section {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
  background: var(--bg-01, #fbfbfb);
}
.family-missions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.family-cts-mission-section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.family-missions .family-missions-item {
  display: flex;
  gap: 27px;
  padding: 40px;
  width: auto;
  background: var(--text-white);
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.family-missions .family-missions-item .item-inner {
  display: flex;
  flex-direction: column;
}
.family-missions .family-missions-item .label {
  color: var(--text-900_title);
  font-weight: 700;
  margin-bottom: 20px;
}
.family-missions .family-missions-item .label .mission-num {
  display: block;
  margin-bottom: 4px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-14);
}
.family-missions .family-missions-item .value {
  font-size: var(--font-16);
}
.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_cts/IH-UI-03-A-2-3-M_icon_01.png");
}
.family-missions-item.welfare-02::before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_02.png");
}
.family-missions-item.welfare-03:before {
  background-image: url("../images/family_cts/IH-UI-03-A-2-3-M_icon_03.png");
}
.family-missions-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-mission-section {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 35px);
  }
  .family-cts-mission-section-inner {
    padding: 0 16px;
    max-width: 100%;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .people-values {
    margin-top: 24px;
  }
  .family-missions {
    flex-direction: column;
    gap: 16px;
  }
  .family-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-mission-section-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .family-cts-mission-section {
    margin-top: 40px;
    padding: 40px 16px;
  }
  .family-missions {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .family-missions .family-missions-item {
    gap: 24px;
    padding: 24px;
  }
}

/* ==========================================================================
 연혁
========================================================================== */

.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;
}
.history-box .his-left h3 {
  color: var(--text-900_title, #161616);
  font-size: 54px;
  font-weight: 700;
  line-height: 150%;
  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%;
  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%;
  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%;
  letter-spacing: -0.96px;
}
.history-box .his-left .his-text {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  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%;
  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%;
  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 h3 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.96px;
  }
  .history-box .his-left .his-year-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    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%;
    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%;
    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
========================================================================== */

.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: 100px;
  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%;
  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%;
  letter-spacing: -0.72px;
}
.group-section01 h3 {
  color: var(--text-900_title, #161616);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  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: 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.logo-kr img,
.group-section01 .logo-type-box.logo-en img {
  width: 100%;
}

.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-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%;
    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%;
    letter-spacing: -0.64px;
  }
  .group-section01 h3 {
    margin: 40px 0 24px 0;
  }
  .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;
  }
}

/* ==========================================================================
 오시는 길
========================================================================== */
#container:has(.map-text-aera),
#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%;
  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);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.map-text-aera > ul > li .map-info-text {
  word-break: keep-all;
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  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%;
  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%;
    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);
  }
  .public-transportation {
    gap: 8px;
  }
  .group-section01 h3 {
    margin-bottom: 24px;
  }
  .map-text-aera h3 {
    margin: 0 0 24px;
  }
}

/* ==========================================================================
 언론보도
========================================================================== */

.family-grid .time {
  margin-top: 20px;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
}

/* ==========================================================================
 재무정보
========================================================================== */
#container:has(.about-graph-area) {
  max-width: 1200px;
}
.table-list tr.table-tr-sub-section td {
  background-color: var(--bg-01);
}

/* 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;
  }
}

/* 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);
  }

  .board-detail .detail-header .detail-meta .meta-author {
    flex-direction: row;
  }

  .board-detail .detail-header .meta-attachment .value {
    align-items: flex-start;
  }
}

/* ==========================================================================
 표준내부정보관리규정
========================================================================== */

.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 .section-title {
  margin-bottom: 40px;
  font-size: 22px;
}
.business-content section .section-title .section-text {
  margin-top: 20px;
  font-size: 18px;
}

/*홍보영상*/
.card-grid-section .card-grid .item {
  max-width: 585px;
}

.card-grid-section .card-grid .image-range .image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .card-grid-section .card-grid .item {
    max-width: 475px;
  }

  .card-grid-section .card-grid .image-range .image {
    width: 100%;
    height: auto;
  }
}
