@charset "utf-8"; /**
 * Filename : family_global.css
 * Description : ITCEN GLOBAL styles
 **/

/* ==========================================================================
 page visual style
========================================================================== */

.visual-global {
  background-image: url("../images/family_global/bg_global_pc.jpg");
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .visual-global {
    background-image: url("../images/family_global/bg_global_mo.jpg");
  }
}

/* ==========================================================================
 GLOBAL style
========================================================================== */

/* PC small ========================== */

@media screen and (max-width: 1280px) {
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
}

/**
 * Filename : group.css
 * Description : ITCEN 그룹 styles
 **/

/* ==========================================================================
 layout style
========================================================================== */

/* .group-warp #container-wrap { padding-bottom: 150px; } */

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .group-warp #header-wrap {
    height: 64px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
}

/* ==========================================================================
 page visual 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");
}

/* 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");
  }
}

/* ==========================================================================
 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-warp section.group-section01 .inner .cont-title {
  font-size: 64px;
  color: var(--text-800_text, #333);
  font-weight: 800;
  line-height: 120%; /* 144px */
  letter-spacing: -6px;
  margin-bottom: 40px;
}
.group-warp section.group-section01 .inner .cont-sub-text {
  font-size: var(--font-24);
  color: var(--text-800_text, #333);
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
  word-break: keep-all;
}
.group-warp section.group-section01 .inner .cont-sub-text strong {
  font-weight: 700;
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /* .group-warp section.group-section01 { padding: 40px 0; } */
  .group-warp section.group-section01 .inner .cont-title {
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: -1.28px;
  }
  .group-warp section.group-section01 .inner .cont-sub-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }
}

/* ==========================================================================
 ITCEN 그룹 소개
========================================================================== */
.group-introduce #container {
  width: 100%;
  padding-bottom: 0;
}
.group-introduce .inner h2 {
  margin-bottom: 20px;
}
.group-introduce .inner .section-sub-text {
  margin-bottom: 40px;
}

/* group-section02 */
.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);
}

/* group-section03 */
.group-section03 {
  margin-top: 100px;
  padding-bottom: 100px;
}
.info-dt {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.info-dt li {
  display: flex;
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--border-02, #e7e7e7);
}
.info-dt li > img {
  width: 50%;
  max-width: 586px;
  border-radius: 20px 0 0 20px;
}
.info-dt li .dt-text {
  padding: 60px;
}
.info-dt li .dt-text .dt-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.info-dt li .dt-text p {
  margin-bottom: 30px;
  color: var(--text-900_title, #161616);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.info-dt li .dt-text span {
  color: var(--text-800_text, #333);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}

/* group-section04 */
.group-section04 {
  width: 100%;
  padding-bottom: 150px;
  background: linear-gradient(0deg, #131d41 0%, #131d41 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.group-section04 h2 {
  padding: 100px 0 80px 0;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.go-global-area {
  width: 786px;
  margin: 0 auto;
  display: flex;
}
.go-global-area .img-box {
  width: 100%;
  max-width: 455px;
  margin-right: 80px;
}
.go-global-area .img-box img {
  width: 100%;
}
.go-global-area .img-box .global-img-m {
  display: none;
}
.go-global-area ul li {
  color: #fff;
  padding-left: 100px;
  margin-bottom: 20px;
  height: 80px;
}
.go-global-area ul li:first-child {
  background: url(../images/family_global/IH-UI-03-A-2-1-M_07.png) no-repeat
    left center;
  background-size: 80px 80px;
  color: var(--secondary_mint, #80debc);
}
.go-global-area ul li:nth-child(2) {
  background: url(../images/family_global/IH-UI-03-A-2-1-M_06.png) no-repeat
    left center;
  background-size: 80px 80px;
}
.go-global-area ul li:nth-child(3) {
  background: url(../images/family_global/IH-UI-03-A-2-1-M_05.png) no-repeat
    left center;
  background-size: 80px 80px;
}
.go-global-area ul li:nth-child(4) {
  background: url(../images/family_global/IH-UI-03-A-2-1-M_04.png) no-repeat
    left center;
  background-size: 80px 80px;
}
.go-global-area ul li:nth-child(5) {
  background: url(../images/family_global/IH-UI-03-A-2-1-M_03.png) no-repeat
    left center;
  background-size: 80px 80px;
}

.go-global-area ul li p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.go-global-area ul li span {
  font-size: 16px;
  font-weight: 500;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .group-introduce #container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-header,
  .group-introduce .group-section02,
  .group-introduce .group-section03,
  .go-global-area {
    padding-left: 16px;
    padding-right: 16px;
  }
  .group-introduce .group-section03 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

/* tablet ============================ */

@media screen and (max-width: 820px) {
  .go-global-area {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
  }
  .go-global-area .img-box {
    margin-right: 20px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .info-dt li {
    flex-direction: column;
    border-radius: 16px;
  }
  .info-dt li img {
    max-width: none;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .info-dt li .dt-text {
    padding: 16px 16px 32px 16px;
  }
  .info-dt li .dt-text .dt-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .info-dt li .dt-text p {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .info-dt li .dt-text span {
    font-size: 14px;
  }

  .group-section04 {
    padding-bottom: 40px;
    word-break: keep-all;
  }
  .group-section04 h2 {
    font-size: 26px;
    padding: 40px 16px;
  }
  .go-global-area ul li p {
    font-size: 20px;
    padding-top: 11px;
  }
  .go-global-area {
    flex-direction: column;
    justify-content: center;
  }
  .go-global-area .img-box .global-img-pc {
    display: none;
  }
  .go-global-area .img-box {
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .go-global-area .img-box .global-img-m {
    display: block;
  }

  .group-introduce .group-section02 .table01 tr th {
    padding: 16px;
    width: 30%;
  }
  .group-introduce .group-section02 .table01 tr td {
    padding: 16px;
  }
}

/* ==========================================================================
경영철학
========================================================================== */
.inspire-with-technology {
  width: 100%;
}
.inspire-with-technology .iw-t-top {
  border-radius: 200px 40px 0 0;
  width: 100%;
  padding: 120px 115px 99px 115px;
  background: url(../images/group/it_w_bg01.png) no-repeat right top;
  background-size: cover;
}
.inspire-with-technology .iw-t-top span {
  color: var(--text-white, #fff);
  font-size: 54px;
  font-weight: 700;
}
.inspire-with-technology .iw-t-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.inspire-with-technology .iw-t-row .iw-t-title {
  width: 300px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--text-white, #fff);
  font-weight: 700;
  text-align: center;
  background: var(--secondary_blue_01, #0055e9);
}
.inspire-with-technology .iw-t-row:nth-child(2n) .iw-t-title {
  background: var(--primary_blue, #0032a0);
}
.inspire-with-technology .iw-t-row .iw-t-text {
  position: relative;
  width: calc(100% - 300px);
  padding: 50px 40px;
  border-right: 1px solid var(--border-02, #e7e7e7);
  background: var(--bg-01, #fbfbfb);
}
.inspire-with-technology .iw-t-row .iw-t-text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: rotate(-135deg) translateX(16px);
  display: block;
  background: #fbfbfb;
}
.inspire-with-technology .iw-t-row .iw-t-text .single-text {
  color: var(--text-900_title, #161616);
  font-size: 20px;
  font-weight: 700;
}
.inspire-with-technology .iw-t-row .iw-t-text-box {
  display: flex;
  margin-top: 4px;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid var(--border-02, #e7e7e7);
  background: var(--text-white, #fff);
}
.inspire-with-technology .iw-t-row .iw-t-text-box img {
  width: 60px;
  height: 60px;
}
.inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail {
  font-size: 14px;
  color: var(--text-700, #4a4a4a);
  font-weight: 400;
  border-left: 1px solid var(--border-02, #e7e7e7);
  padding-left: 40px;
}
.inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail .detail-title {
  margin-bottom: 20px;
  color: var(--text-900_title, #161616);
  font-size: 20px;
  font-weight: 700;
}
.inspire-with-technology
  .iw-t-row
  .iw-t-text-box
  .iw-t-detail
  .detail-title
  span {
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
  vertical-align: top;
}
.inspire-with-technology .iw-t-row:last-child .iw-t-title {
  border-radius: 0 0 0 40px;
}
.inspire-with-technology .iw-t-row:last-child .iw-t-text {
  border-radius: 0 0 40px 0;
  border-bottom: 1px solid #e7e7e7;
}
.inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail .list-flex {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail ul li {
  font-size: 14px;
  color: var(--text-700, #4a4a4a);
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .inspire-with-technology .iw-t-row .iw-t-title {
    width: 200px;
  }
  .inspire-with-technology .iw-t-row .iw-t-text {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 1024px) {
  .inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail .list-flex {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .group-warp #container-wrap.group-philosophy {
    padding-bottom: 40px;
  }
  .inspire-with-technology .iw-t-top {
    padding: 31px 50px 21px;
    border-radius: 56px 12px 0 0;
  }
  .inspire-with-technology .iw-t-top span {
    font-size: 24px;
  }
  .inspire-with-technology .iw-t-top span span {
    display: block;
  }
  .inspire-with-technology .iw-t-row {
    flex-direction: column;
  }
  .inspire-with-technology .iw-t-row .iw-t-title {
    width: 100%;
    padding: 20px;
    font-size: 20px;
  }
  .inspire-with-technology .iw-t-row .iw-t-title br {
    display: none;
  }
  .inspire-with-technology .iw-t-row .iw-t-text {
    width: 100%;
    padding: 16px 12px;
    text-align: center;
    border-left: 1px solid var(--border-02, #e7e7e7);
  }
  .inspire-with-technology .iw-t-row .iw-t-text .single-text {
    font-size: 16px;
    text-align: center;
  }
  .inspire-with-technology .iw-t-row .iw-t-text::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 24px;
    height: 12px;
    transform: translateX(-50%);
    display: block;
    background: url(../images/group/arrow.png) no-repeat;
    background-size: 24px;
  }
  .inspire-with-technology .iw-t-row .iw-t-text-box {
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
  }
  .inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail {
    border: 0;
    padding: 0;
    width: 100%;
  }
  .inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail > p {
    text-align: left;
  }
  .inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail .detail-title {
    text-align: center;
    margin-bottom: 16px;
  }
  .inspire-with-technology
    .iw-t-row
    .iw-t-text-box
    .iw-t-detail
    .detail-title
    span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
  }
  .inspire-with-technology .iw-t-row .iw-t-text-box .iw-t-detail .list-flex {
    text-align: left;
  }
  .inspire-with-technology .iw-t-row:last-child .iw-t-title {
    border-radius: 0;
  }
  .inspire-with-technology .iw-t-row:last-child .iw-t-text {
    border-radius: 0 0 12px 12px;
  }
}

@media screen and (max-width: 430px) {
}

/* ==========================================================================
 그룹연혁
========================================================================== */
.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;
}
.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;
}

.history-banner {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  height: 368px;
  padding: 100px 100px;
  border-radius: 16px;
  background: url(../images/family_global/IH-UI-03-A-2-4-M_01.png) no-repeat
    center;
  background-size: cover;
  color: #fff;
}
.history-banner p {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
.history-banner span {
  font-size: 18px;
  font-weight: 500;
}

/* 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;
  }
  .history-banner {
    height: 250px;
    padding: 50px;
  }
}

/* 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;
  }

  .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;
  }

  .history-banner {
    height: 200px;
    padding: 40px;
  }
  .history-banner p {
    font-size: 24px;
  }
  .history-banner span {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .history-banner {
    padding: 30px;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
 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;
  }
}

/* ==========================================================================
 CEO 인사말
========================================================================== */
.group-ceo #container {
  width: 100%;
}

.ceo-img-box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 956px;
  margin: 0 auto;
  background: url(../images/group/ceo_bg2.png) no-repeat top center;
  background-size: cover;
}
.ceo-top {
  position: absolute;
  left: 51%;
  top: 207px;
}
.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: 1160px;
  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: 170%; /* 24px */
  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;
}
.ceo-names {
  color: var(--text-900_title, #161616); /* title/b_28 */
  font-family: SUIT;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.12px;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .ceo-text {
    font-size: 30px;
  }
}

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .ceo-greetings {
    padding: 0;
  }
  .ceo-top {
    top: 35%;
  }
  .ceo-text {
    font-size: 24px;
  }
  .ceo-img-box {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 760px;
    margin: 0 auto;
    background: url(../images/group/ceo_bg2.png) no-repeat top center;
    background-size: contain;
  }
}
/* mobile ============================ */

@media screen and (max-width: 820px) {
  .ceo-img-box {
    background: url(../images/group/m_ceo_bg.png) no-repeat top center;
    background-size: 375px;
    padding-top: 367px;
    height: auto;
  }
  .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;
  }
}

/* ==========================================================================
ITCEN 패밀리 소개
========================================================================== */
.group-warp #container-wrap.group-family {
  padding-bottom: 0;
}
.family-link-area {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1200px;
}
.group-family section {
  padding: 80px 0;
}
.group-family section:nth-child(2n) {
  background: var(--bg-02, #f5f5f5);
}
.group-family section h3 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
}

.family-title {
  margin: 40px 0 20px;
  color: var(--text-900_title, #161616);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}
.family-sub-text {
  margin-bottom: 60px;
  color: var(--text-700, #4a4a4a);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}

.family-detail {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.family-detail li {
  padding: 40px;
  width: calc(50% - 15px);
  border-radius: 12px;
  border: 1px solid var(--border-02, #e7e7e7);
}
.family-detail li.detail01 {
  background: url(../images/group/icon-family01.png) no-repeat right 40px bottom
      40px,
    #fff;
}
.family-detail li.detail02 {
  background: url(../images/group/icon-family02.png) no-repeat right 40px bottom
      40px,
    #fff;
}
.family-detail li.detail03 {
  background: url(../images/group/icon-family03.png) no-repeat right 40px bottom
      40px,
    #fff;
}
.family-detail li.detail04 {
  background: url(../images/group/icon-family04.png) no-repeat right 40px bottom
      40px,
    #fff;
}

.family-detail li .detail-title {
  margin-bottom: 8px;
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
}
.family-detail li .detail-text {
  margin-bottom: 63px;
  color: var(--text-900_title, #161616);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -1.28px;
}
.family-detail li .detail-sub-text {
  color: var(--text-700, #4a4a4a);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.56px;
}

.group-family section .inner .btn-block {
  margin-top: 40px;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-link-area {
    padding-left: 16px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .group-warp .group-visual06 {
    background-size: 1000px;
  }

  .family-link-area {
    padding-top: 40px;
  }
  .group-family section {
    padding: 40px 0;
  }
  .group-family section h3 {
    padding-bottom: 24px;
  }
  .group-family #family-list01 h3 img {
    max-width: 280px;
  }
  .group-family #family-list02 h3 img {
    max-width: 210px;
  }
  .group-family #family-list03 h3 img {
    max-width: 251px;
  }
  .group-family #family-list04 h3 img {
    max-width: 209px;
  }
  .group-family #family-list05 h3 img {
    max-width: 244px;
  }
  .group-family #family-list06 h3 img {
    max-width: 250px;
  }
  .group-family #family-list07 h3 img {
    max-width: 209px;
  }
  .group-family #family-list08 h3 img {
    max-width: 240px;
  }

  .family-title {
    margin: 24px 0 16px;
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: -0.96px;
  }
  .family-sub-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
  }
  .family-detail {
    gap: 16px;
  }
  .family-detail li {
    padding: 24px;
    width: 100%;
    border-radius: 8px;
  }
  .family-detail li .detail-text {
    margin-bottom: 39px;
    font-size: 24px;
    letter-spacing: -0.96px;
  }

  .family-detail li.detail01 {
    background: url(../images/group/icon-family01.png) no-repeat right 24px
        bottom 24px,
      #fff;
    background-size: 56px;
  }
  .family-detail li.detail02 {
    background: url(../images/group/icon-family02.png) no-repeat right 24px
        bottom 24px,
      #fff;
    background-size: 56px;
  }
  .family-detail li.detail03 {
    background: url(../images/group/icon-family03.png) no-repeat right 24px
        bottom 24px,
      #fff;
    background-size: 56px;
  }
  .family-detail li.detail04 {
    background: url(../images/group/icon-family04.png) no-repeat right 24px
        bottom 24px,
      #fff;
    background-size: 56px;
  }

  .group-family section .inner .btn-block {
    justify-content: center;
  }
}

@media screen and (max-width: 430px) {
  .group-warp .group-visual06 {
    background: url("../images/group/m_group_top_bg06.jpg") no-repeat;
    background-size: cover;
  }
}

/* ==========================================================================
오시는길
========================================================================== */
.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-top: 0;
    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);
}

/* 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 .section-title {
  margin-bottom: 40px;
  font-size: 22px;
}
.business-content section .section-title .section-text {
  margin-top: 20px;
  font-size: 18px;
}
.business-content .image-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.business-content .card-boxes-section .card-grid .item {
  gap: 20px;
}
.business-content .card-boxes-section .card-grid .item .title-group {
  display: inline-block;
  height: 72px;
}
.business-content .card-boxes-section .card-grid .action-group {
  margin: 0;
}
.business-content .card-boxes-section .card-grid .action-group {
  margin: 0;
  flex-grow: 1;
}
.business-content .family-action-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  align-content: space-between;
}
.business-content .card-boxes-section .card-grid .item {
  max-width: 100%;
}
.business-content .card-boxes-section .card-grid .card-item {
  width: calc(50% - 30px);
}
.business-content .card-boxes-section .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 30px;
}
.business-content .modal-overlay .modal-dialog .modal-header {
  padding: 60px 0 0;
}
.business-content .modal-overlay .modal-dialog .modal-header .modal-title {
  font-size: 40px;
}
.business-content .modal-overlay .modal-dialog {
  max-width: 1200px;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-flow: column;
}
.business-content .btn.medium.line.active {
  background-color: black;
  color: white;
}
.business-content .content-boxes.ty01 {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 16px;
  border-bottom: 1px solid var(--border-02, #e7e7e7);
  background: var(--border-01, #f4f4f4);
  margin-top: 20px;
}
.business-content .phrase-boxes ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.business-content .modal-overlay .modal-scroll-mo {
  height: calc(100% - 56px);
  display: flex;
  flex-flow: column;
}
.business-content .modal-overlay .modal-dialog .modal-scroll-pc {
  max-height: unset;
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  /* max-height: 720px; */
}
.business-content .phrase-boxes ul li {
  position: relative;
  padding-left: 12px;
  color: var(--text-700);
  font-size: var(--font-16);
  font-weight: 700;
  letter-spacing: -0.64px;
}
.business-content .phrase-boxes ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: inherit;
}
.business-content .content-boxes h4 {
  color: var(--text-900_title);
  font-size: var(--font-32);
  font-weight: 700;
}
.business-content .modal-overlay .modal-dialog .modal-content {
  padding: 40px 48px 40px 48px;
}
.business-content .modal-btn-tabs {
  display: flex;
  gap: 12px;
  overflow: auto;
}
.business-content .btn.medium {
  padding: 16px 20px;
  white-space: nowrap;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul.banner li::before {
  content: none;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul.banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 24px;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul li {
  position: relative;
  padding-left: 0px;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul li div {
  width: 100%;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul li div img {
  width: 100%;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes h5 {
  margin-bottom: 24px;
  color: var(--text-800_text, #333);
  font-family: SUIT;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.12px;
}
.business-content .cnt-imgtabs-boxes .phrase-boxes ul li p.txt {
  color: var(--text-800_text, #333);
  font-family: SUIT;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .business-content .card-boxes-section .card-grid .card-item {
    width: 100%;
  }
}

.group-section02 .about-info {
  border-radius: 20px;
  background: #f5f5f5;
  display: flex;
  width: 1200px;
  padding: 60px 80px 80px 80px;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding: 80px 20px;
  margin: 40px auto 100px auto;
}
.group-section02 .about-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.group-section02 .about-info ul li .info-title {
  margin-bottom: 4px;
  color: #4a4a4a;
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: -0.8px;
}
.group-section02 .about-info ul li .info-sub-text {
  margin-bottom: 40px;
  color: #4a4a4a;
  font-size: var(--font-16);
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.group-section02 .about-info ul li .info-text {
  color: #161616;
  font-size: var(--font-28);
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -1.12px;
}
.group-section02 .about-info ul li .info-text strong {
  padding: 0 6px;
  font-size: 76px;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
  color: #161616;
}
@media screen and (max-width: 1024px) {
  .group-section02 .about-info {
    width: 100%;
  }
  .group-section02 .about-info ul li .info-text strong {
    font-size: 52px;
  }

  .business-content .modal-overlay .modal-dialog {
    height: 100vh;
  }
  .business-content .modal-overlay .modal-dialog .modal-header {
    padding: 24px 0 0;
  }
  .business-content .modal-overlay .modal-dialog .modal-header .modal-title {
    font-size: 28px;
  }
  .business-content .modal-overlay .modal-dialog .modal-content {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 768px) {
  .group-section02 .about-info {
    width: 100%;
    flex-direction: column;
    padding: 40px 40px;
  }
  .group-section02 .about-info ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    flex-direction: column;
  }
  .group-section02 .about-info ul li .info-sub-text {
    text-align: center;
  }
  .business-content .image-contents {
    grid-template-columns: 1fr;
  }
}
