@charset "utf-8";

/**
 * Filename : family_pns.css
 * Description : IITCEN PNS styles
 **/

/* ==========================================================================
 page visual style
========================================================================== */

.visual-pns {
  background-image: url("../images/family_pns/bg_pns_pc.jpg");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .visual-pns {
    background-image: url("../images/family_pns/bg_pns_mo.jpg");
  }
}

/* ==========================================================================
 PNS 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);
  }
}

/* ==========================================================================
 section style
========================================================================== */
.group-warp section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.group-warp section .inner .group-section-title {
  padding: 100px 0 40px 0;
  color: var(--text-900_title, #232527);
  font-size: var(--font-32);
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}

.group-introduce .container-header .description-phrase {
  letter-spacing: -1.44px;
}

/* ==========================================================================
 About ITCEN cloit
========================================================================== */
.group-introduce #container {
  width: 100%;
}
.group-introduce .inner h2 {
  margin-bottom: 20px;
}

/* group-section01 */
.group-introduce .group-section01 {
  padding: 100px 0;
  background: var(--bg-01, #fbfbfb);
}
.group-introduce .group-section01 .inner h2 {
  margin-bottom: 40px;
}
.group-introduce .business-list {
  width: 100%;
}
.group-introduce .business-list li {
  display: flex;
  padding: 40px 60px;
  align-items: center;
  gap: 60px;
  border-radius: 16px;
  border: 1px solid var(--border-02, #e7e7e7);
  background: var(--text-white, #fff);
}
.group-introduce .business-list li + li {
  margin-top: 40px;
}
.group-introduce .business-list li .business-area {
  padding-left: 60px;
  border-left: 1px solid var(--border-02, #e7e7e7);
}
.group-introduce .business-list li .business-area p {
  color: var(--text-700, #4a4a4a);
  font-size: 16px;
  font-weight: 500;
}
.group-introduce .business-list li .business-area p + p {
  margin-top: 10px;
}
.group-introduce .business-list li .business-area .business-title {
  margin-bottom: 20px;
  color: var(--text-900_title, #161616);
  font-size: 20px;
  font-weight: 700;
}
.group-introduce
  .business-list
  li
  .business-area
  .business-detail
  .bullet-phrase {
  font-size: 14px;
  font-weight: 400;
}
.group-introduce .business-list li .business-area .business-detail span + span {
  margin-left: 30px;
}
.group-introduce .business-list li .icon-box img {
  width: 100px;
  height: 100px;
}
.group-introduce .business-list li .business-area .btn-area {
  margin-top: 40px;
}
.group-introduce .business-list li .business-area .btn-area a + a {
  margin-left: 10px;
}

.title-subsection.h2-2 {
  margin-top: 80px;
}

.group-section02 .business-list {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.group-section02 .business-list li {
  width: calc(50% - 15px);
  gap: 40px;
  padding: 40px;
}
.group-section02 .business-list li + li {
  margin-top: 0;
}
.group-section02 .business-list li .business-area {
  padding-left: 0;
  border-left: 0;
}
.group-section02 .business-list li .business-area p {
  font-size: 14px;
  font-weight: 400;
}
.group-section02 .business-list li .business-area p + p {
  margin-top: 0;
}
.group-section02 .business-list li .business-area .business-title {
  font-size: 18px;
  font-weight: 700;
}
.group-section02 .business-list li .icon-box img {
  width: 60px;
  height: 60px;
}

/* group-section02 */
.group-introduce .group-section02 {
  margin-top: 80px;
}
.group-introduce .group-section02 .table01 {
  width: 100%;
  border-top: 1px solid var(--border-04, #232527);
  border-bottom: 1px solid var(--border-04, #232527);
}
.group-introduce .group-section02 .table01 tr th {
  font-size: 18px;
  color: var(--text-900_title);
  font-weight: 700;
  padding: 20px 16px;
  background: var(--bg-01);
  border-right: 1px solid var(--border-02, #e7e7e7);
  border-bottom: 1px solid var(--border-02, #e7e7e7);
}
.group-introduce .group-section02 .table01 tr td {
  color: var(--text-900_title, #161616);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 40px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .group-introduce #container {
    padding-left: 0;
    padding-right: 0;
  }
  .group-introduce .container-header,
  .group-introduce .group-section02 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .group-introduce .group-section01 {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 768px) {
  .group-introduce .business-list li {
    gap: 24px;
    padding: 24px;
  }
  .group-introduce .business-list li .business-area {
    padding-left: 0;
    border-left: 0;
  }
  .group-introduce .business-list li .business-area .business-title {
    font-size: 18px;
  }
  .group-introduce .business-list li .business-area .business-detail {
    display: flex;
    flex-direction: column;
  }
  .group-introduce
    .business-list
    li
    .business-area
    .business-detail
    span
    + span {
    margin-left: 0;
    margin-top: 4px;
  }
  .group-introduce .business-list li .icon-box img {
    width: 60px;
    height: 60px;
  }
  .group-introduce .business-list li + li {
    margin-top: 24px;
  }

  .group-introduce .group-section02 {
    margin-top: 40px;
  }
  .group-introduce .group-section02 .table01 tr th {
    padding: 16px;
    width: 30%;
  }
  .group-introduce .group-section02 .table01 tr td {
    padding: 16px;
  }

  .group-section02 .business-list {
    gap: 24px;
  }
  .group-section02 .business-list li {
    width: 100%;
    padding: 24px;
  }
  .group-section02 .business-list li + li {
    margin-top: 0;
  }

  .group-introduce .group-section01 .inner h2 {
    margin-top: 0;
  }
  .group-introduce .group-section01 .inner .title-subsection.h2-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 430px) {
  .group-introduce .business-list li {
    border-radius: 8px;
  }
  .group-introduce .business-list li .business-area .btn-area a + a {
    margin-left: 0;
    margin-top: 10px;
  }
} /* ==========================================================================
 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: 18pxmission;
  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_cloit/ceo-cloit-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-philosophy .group-section02 .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 4;
  padding-left: 100px;
  margin-top: 40px;
  background: url(../images/family_cloit/IH-UI-03-D-2-2-M_01.png) no-repeat
    right center;
  background-size: cover;
  border-radius: 80px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px;
}
.group-philosophy .group-section02 .img-box.mission {
  background-image: url(../images/family_cloit/IH-UI-03-D-2-2-M_02.png);
  border-radius: 0 80px;
}
.group-philosophy .group-section02 .img-box .title-subsection {
  color: #fff;
}
.group-philosophy .group-section02 .img-box .title-group {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .group-philosophy .container-header {
    margin-bottom: 40px;
  }
  .group-philosophy .group-section02 .title-subsection {
    margin-bottom: 8px;
  }
  .group-philosophy .group-section02 .title-group {
    font-size: 20px;
  }
  .group-philosophy .group-section02 .img-box {
    aspect-ratio: 343 / 224;
    margin-top: 24px;
    border-radius: 60px 0;
    min-height: auto;
    padding: 48px 20px;
  }
  .group-philosophy .group-section02 .img-box .title-subsection {
    font-size: 20px;
  }
  .group-philosophy .group-section02 .img-box .title-group {
    font-size: 16px;
    font-weight: 400;
  }
}

/* ==========================================================================
 그룹연혁
========================================================================== */
.group-history #container {
  width: 100%;
}

.group-history * {
  word-break: keep-all;
}
.group-history .cont-sub-text {
  margin-bottom: 80px;
}

.history-box {
  display: flex;
  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%; /* 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;
}
.history-box .his-right .his-list .his-list-title {
  margin-bottom: 0;
  color: var(--text-900_title);
  font-size: 24px;
  font-weight: 700;
}

.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;
  }

  .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
========================================================================== */

.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: 20px;
}
.group-section01 .img-ci {
  width: 100%;
  max-width: 875px;
  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 img {
  width: 100%;
  max-width: 406px;
}
.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 .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,
  .group-section01 .logo-type-box.logo-en {
    padding: 40px 0px;
  }
  .group-ci .group-section01 .img-ci {
    margin-bottom: 0px;
    max-width: 300px;
  }
  .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;
  }

  .group-section01 .logo-type-box.logo-kr,
  .group-section01 .logo-type-box.logo-en {
    padding: 40px;
  }
}

/* ==========================================================================
오시는길
========================================================================== */
.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;
}

/* 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);
  }
}

/* ==========================================================================
 언론보도
========================================================================== */

.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_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%;
  }
}

/* ==========================================================================
 주가정보
========================================================================== */

.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);
}
