@charset "utf-8"; /**
 * Filename : family_core_main.css
 * Description : IITCEN CTS styles
 **/

/* animation */
@keyframes moveTitle {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniBox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==========================================================================
main
========================================================================== */
#container {
  padding-bottom: 0px;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
header
========================================================================== */

.header-affil {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}
.header-affil .menu-list .menu-item > a {
  color: var(--text-900_title);
}

@media screen and (min-width: 1152px) {
  .has-top.header-affil {
    background-color: transparent;
  }
  .header-affil.has-top.core .header-meta .header-logo .icon-logo {
    width: 179px;
    background-image: url(../images/family_core_main/core-main-logo.png);
  }
  .header-affil.has-top .menu-list .menu-item > a {
    color: #fff;
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-language {
    background-image: url(../svg/icons/icon_language_white.svg);
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-search {
    background-image: url(../svg/icons/icon_search_white.svg);
  }
  .header-affil.has-top .header-meta .header-util .btn-icon .icon-menu {
    background-image: url(../svg/icons/icon_menu_white.svg);
  }
  .header-affil.has-top .menu-list .menu-item > a > .icon-new-window {
    background-image: url(../svg/icons/icon_new_window_white.svg);
  }
}

.header-affil.has-active .menu-list .menu-item > a > .icon-new-window,
.header-affil.has-hover .menu-list .menu-item > a > .icon-new-window {
  background-image: url(../svg/icons/icon_new_window.svg);
}
.header-affil.has-hover.core .header-meta .header-logo .icon-logo,
.header-affil.has-active.core .header-meta .header-logo .icon-logo,
.header-affil.core .header-meta .header-logo .icon-logo {
  background-image: url(../svg/logos/logo_core.svg);
}

.has-hover.header-affil,
.has-active.header-affil {
  background-color: #fff;
}

.header-affil.has-active .menu-list .menu-item > a,
.header-affil.has-hover .menu-list .menu-item > a {
  color: var(--text-900_title);
}

.header-affil.has-active .header-meta .header-util .btn-icon .icon-language,
.header-affil.has-hover .header-meta .header-util .btn-icon .icon-language,
.header-affil .header-meta .header-util .btn-icon .icon-language {
  background-image: url(../svg/icons/icon_language_blue.svg);
}

.header-affil.has-active .header-meta .header-util .btn-icon .icon-search,
.header-affil.has-hover .header-meta .header-util .btn-icon .icon-search,
.header-affil .header-meta .header-util .btn-icon .icon-search {
  background-image: url(../svg/icons/icon_search_blue.svg);
}

.header-affil.has-hover .header-meta .header-util .btn-icon .icon-menu,
.header-affil.has-active .header-meta .header-util .btn-icon .icon-menu,
.header-affil .header-meta .header-util .btn-icon .icon-menu {
  background-image: url(../svg/icons/icon_menu_blue.svg);
}

/* ==========================================================================
numbers
========================================================================== */
.family-main #container {
  width: 100%;
}
.family-main .numbers {
  background-color: #f6f6f6;
}
.family-main .numbers-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
/* ani */
.family-main .numbers.active .numbers-inner .title-slogan {
  opacity: 0;
  animation: moveTitle 0.5s forwards;
}

.family-main .numbers.active .numbers-inner .title-group {
  opacity: 0;
  animation: moveTitle 0.5s forwards;
  animation-delay: 0.3s;
}
.family-main .numbers.active .numbers-inner .about-wrapper {
  opacity: 0;
  animation: aniBox 1s forwards;
  animation-delay: 0.6s;
}
.family-main .numbers.active .numbers-inner .family-card-wrapper {
  opacity: 0;
  animation: aniBox 1s forwards;
  animation-delay: 0.6s;
}
.family-main .section02.active .offerings-group .title-slogan {
  opacity: 0;
  animation: moveTitle 0.5s forwards;
}
.family-main .section02.active .offerings-group .offerings-list-section {
  opacity: 0;
  animation: moveTitle 0.5s forwards;
  animation-delay: 0.3s;
}
.family-main .area-3.active .title {
  opacity: 0;
  animation: moveTitle 0.5s forwards;
}
.family-main .area-3.active .family-card-wrapper {
  opacity: 0;
  animation: aniBox 1s forwards;
  animation-delay: 0.3s;
}

.family-main .title-slogan {
  padding-top: 100px;
  padding-bottom: 40px;
}
.family-main .card-boxes-section .card-grid {
  gap: 24px;
}
.family-main .card-boxes-section .card-grid .item:hover {
  box-shadow: none;
}
.family-main .card-boxes-section .card-grid .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 32px 48px 32px;
  width: 708px;
  max-width: 708px;
  min-height: 328px;
  border-radius: 20px;
  border: 0;
  background-color: white;
}
.family-main .titie-titles {
  color: var(--secondary_blue_01, #0055e9);
  font-weight: 800;
  font-size: 48px;
}
.family-main .card-boxes-section .card-grid .action-group {
  margin: auto auto 0 0;
}

/* ==========================================================================
page-mid-sujection
========================================================================== */
.family-main .page-mid-sujection {
  display: flex;
  align-items: center;
  min-height: 502px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(../images/family_core_main/main-page-mid-sujection.png);
}
.family-main .page-mid-sujection .inner {
  margin: 0 auto;
  width: 1200px;
}
.family-main .title-page {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.family-main .title-page span,
.title-page strong {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.family-main .title-page .title-page-subjection01 {
  font-size: 44px;
  margin-bottom: 12px;
}
.family-main .title-page .title-page-subjection02 {
  font-size: 32px;
}
.family-main .util-block {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 80px;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-main .page-mid-sujection {
    padding-right: 24px;
    padding-left: 24px;
  }
  .family-main .page-mid-sujection .inner {
    width: 100%;
  }
}
/* mobile ============================ */

@media screen and (max-width: 768px) {
  .family-main .page-mid-sujection {
    padding-top: 0;
    min-height: 375px;
  }
  .family-main .page-mid-sujection .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .family-main .page-mid-sujection .title-sub-text {
    font-weight: 500;
    line-height: 1.5;
  }
}

/* ==========================================================================
.family-card-wrapper
========================================================================== */

.family-main .family-card-wrapper.family-card-wrapper-type02 {
  background-color: #1b233f;
}
.family-main .family-card-wrapper-type02 .title-subsection {
  color: white;
}
.family-main
  .family-card-wrapper.family-card-wrapper-type02
  .family-card-wrapper-inner
  .description-section {
  text-align: center;
  font-size: 32px;
  color: white;
}
.family-main
  .family-card-wrapper.family-card-wrapper-type02
  .family-card
  .family-card-figure
  .family-card-caption {
  min-height: 148px;
  color: white;
  background-color: white;
  border-radius: 0 0 16px 16px;
}
.family-main .family-card-wrapper-inner .family-card .family-card-figure {
  border: 0;
  background-color: white;
  border-radius: 30px !important;
}

.numbers.type02 {
  padding: 80px 0 100px;
}
.numbers.type02 .title-group {
  padding-bottom: 40px;
}
.family-main .numbers.type02 .family-card-wrapper-inner {
  overflow-x: scroll;
  padding-bottom: 40px;
}
.scrollbar::-webkit-scrollbar {
  height: 2px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #000; /* 스크롤바 막대 색상 */
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

.numbers.type02
  .numbers-inner.type02
  .family-card-wrapper
  .family-card-wrapper-inner
  .family-card {
  display: block;
  width: 2450px;
}
.numbers.type02
  .numbers-inner.type02
  .family-card-wrapper
  .family-card-wrapper-inner
  .family-card
  li {
  width: 586px;
  float: left;
  margin-right: 24px;
}
.numbers.type02
  .numbers-inner.type02
  .family-card-wrapper
  .family-card-wrapper-inner
  .family-card
  .description {
  font-size: 20px;
  -webkit-line-clamp: 4;
}
.numbers.type02
  .numbers-inner.type02
  .family-card-wrapper
  .family-card-wrapper-inner
  .family-card
  .family-card-figure {
  height: 649px;
  overflow: hidden;
}

/* PC small ========================== */

@media screen and (max-width: 1280px) {
  .family-main .family-card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .family-main .family-card-wrapper .title-subsection {
    padding-right: 16px;
    padding-left: 16px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    padding-right: 16px;
    padding-left: 16px;
    grid-template-columns: 1fr 1fr !important;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description
    br {
    display: none;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .family-main .family-card-wide .family-card-wrapper {
    margin-top: 40px;
  }
  .family-main .family-card-wrapper-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .family-main .family-card-wrapper-inner .family-card {
    grid-template-columns: 1fr !important;
    margin-top: 24px;
  }
  .family-main .family-card-wrapper-inner .family-card .family-card-figure {
    border-radius: 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .image {
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption {
    gap: 12px;
    padding: 16px 16px 32px 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    font-size: var(--font-18);
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description {
    font-size: var(--font-14);
  }
}

/* ==========================================================================
.family-main-stock
========================================================================== */
/* .family-main-stock-wrapper {
  background: url("../images/family_core_main/area5_bg_01.png") no-repeat 100%
    100%;
  width: 100%;
}
.family-main-stock {
  width: 1441px;
  margin: 0 auto;
  padding-top: 86px;
  padding-bottom: 86px;
}

.family-main-stock .container-header {
  display: block;
  gap: 0px;
  margin: 0 auto 80px;
  width: 100%;
}
.family-main-stock .container-header span {
  font-size: 44px;
  color: var(--text-700, #4a4a4a);
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
}
.family-main-stock .container-header .title-section {
  font-size: 64px;
  color: var(--text-900_title, #161616);
  font-weight: 800;
}
.family-main-stock .description-section {
  color: var(--text-700, #4a4a4a);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 16px;
}

.family-main-stock .area-5 .title {
  width: 100%;
  display: block;
  margin-bottom: 100px;
}
.family-main-stock .area-5 .divide {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.family-main-stock .stock-board .stock-main {
  padding: 32px 48px;
  width: 708px;
  border-radius: 16px;
  border: 1px solid var(--border-03);
  height: 300px;
}
.family-main-stock .stock-board .stock-main .market {
  color: var(--secondary_blue_01);
  font-size: var(--font-28);
  font-weight: 700;
}
.family-main-stock .stock-board .stock-main .stock-info {
  margin-top: 30px;
  color: var(--text-900_title);
  font-size: var(--font-40);
  font-weight: 700;
  display: grid;
  grid-template-columns: 300px 50px 100px;
  grid-template-columns: auto 155px 59px;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.price-line {
  border-top: 1px solid var(--border-02, #e7e7e7);
  margin-top: 30px;
}
.family-main-stock .stock-board .stock-main .stock-info .stock-titles {
  font-size: 20px;
}
.stock-values {
  color: var(--system-danger, #eb003b);
  font-size: 53px;
  font-style: normal;
}
.stock-units {
  color: var(--text-800_text, #444);
  font-size: 20px;
  padding-left: 16px;
  padding-top: 50%;
}

.family-main-stock .stock-board .stock-main .price-line {
  height: 27px;
  padding-top: 30px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}
.family-main-stock .stock-board .stock-main .price-line .price {
  color: var(--system-danger);
  font-size: var(--font-32);
  font-weight: 700;
}
.family-main-stock .price-titles {
  color: var(--text-900_title, #232527);
  font-size: 18px;
  font-weight: 700;
  margin-right: 24px;
}
.family-main-stock .price-line-block {
  display: flex;
  padding-right: 40px;
  position: relative;
}
.family-main-stock .price-line-block:first-child::after {
  content: "";
  height: 21px;
  background-color: #d9d9d9;
  width: 1px;
  position: absolute;
  right: 0;
}
.family-main-stock .price-line-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.family-main-stock .price-line-date-block {
  width: 111px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-600, #777);
}
.family-main-stock .stock-board .stock-main .price-line .change {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--font-20);
  font-weight: 700;
}
.family-main-stock .stock-board .stock-main .price-line .change.down {
  color: var(--secondary_blue_01);
}
.family-main-stock .stock-board .stock-main .price-line .change.up {
  color: var(--system-danger);
}
.family-main-stock .stock-board .stock-main .price-line .change .in {
  font-weight: 400;
}

.family-main-stock .area-5 .divide .stock-right {
  display: flex;
  width: 707px;
  justify-content: space-between;
  align-items: center;
}
.family-main-stock .area-5 .divide .stock-right .link {
  position: relative;
  display: flex;
  width: 220px;
  height: 300px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--border-03, #ccc);
  background: var(--text-white, #fff);
  color: var(--text-900_title, #232527);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.family-main-stock .area-5 .divide .stock-right .link .icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.family-main-stock .area-5 .divide .stock-right .link:hover,
.family-main-stock .area-5 .divide .stock-right .link.active {
  border: 1px solid #317cff;
  background: var(--secondary_blue_01, #317cff);
  color: var(--text-white, #fff);
}
.family-main-stock .area-5 .divide .stock-right .link:hover .icon,
.family-main-stock .area-5 .divide .stock-right .link.active .icon,
.family-main-stock .area-5 .divide .stock-right .link .hover {
  display: none;
}
.family-main-stock .area-5 .divide .stock-right .link .hover .link-bg {
  position: absolute;
  bottom: -3px;
  left: 0;
}
.family-main-stock .area-5 .divide .stock-right .link .hover .link-arrow {
  position: absolute;
  bottom: 37px;
  right: 32px;
}
.family-main-stock .area-5 .divide .stock-right .link.active .hover,
.family-main-stock .area-5 .divide .stock-right .link:hover .hover {
  display: block;
}
.family-main-stock .area-5 .divide .stock-right .link:hover .icon {
  display: none;
}

.family-main-stock .family-main-ir {
  display: flex;
  width: 1440px;
  padding: 20px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  background: var(--bg-02, #f5f5f5);
  margin-top: 40px;
}

.family-main-stock .family-main-ir .family-main-ir-title {
  color: var(--text-900_title, #161616);
  font-size: 24px;
}
.family-main-stock .price-ir-main-block {
  display: flex;
}

.family-main-stock .price-ir-main-block .titles {
  color: var(--text-800_text, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.family-main-stock .ir-block {
  position: relative;
}
.family-main-stock .ir-block:first-child {
  margin-right: 32px;
  padding-right: 32px;
}
.family-main-stock .contents {
  color: var(--text-800_text, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.family-main-stock .ir-block:first-child::after {
  content: "";
  height: 20px;
  background-color: #d9d9d9;
  width: 1px;
  position: absolute;
  right: 0;
  top: 3px;
} */

/* mobile ============================ */
/* 사이즈만 안꺠지게 맞춰놓은것 */
@media screen and (max-width: 768px) {
  #wrap {
    overflow: hidden;
  }
  .family-main .numbers-inner {
    width: 100%;
  }
  .family-main-stock {
    width: 100%;
  }
  .family-main .card-boxes-section .card-grid .item {
    width: 100%;
    max-width: 100%;
  }
  .family-main-stock .stock-board {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main .stock-info {
    margin-top: 20px;
    flex-direction: column;
  }
  .family-main-stock .price-line-inner {
    align-items: flex-start;
  }
  .family-main-stock .stock-board .stock-main .price-line {
    height: auto;
  }
  .family-main-stock .price-line-block:first-child::after {
    display: none;
  }
  .family-main-stock .area-5 .divide {
    flex-direction: column;
  }
  .family-main-stock .stock-board .stock-main {
    height: auto;
    padding: 24px;
  }
  .family-main-stock .price-line-inner {
    flex-direction: column;
  }
  .family-main-stock .area-5 .divide .stock-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .family-main-stock .family-main-ir {
    display: flex;
    width: 100%;
  }
  .family-main-stock .price-ir-main-block {
    display: flex;
    flex-direction: column;
  }
  .visual-slick-wapper .page-visual {
    height: auto;
  }
  .visual-slick-wapper .title-page-titles {
    font-size: 32px;
    color: var(--text-white, #fff);
  }
  .visual-slick-wapper .title-page-contents {
    margin-top: 40px;
    color: var(--text-white, #fff);
    font-size: 20px;
  }
  .visual-slick-wapper {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .visual-slick-wapper .control {
    bottom: 20px;
  }
  .title-subsection {
    font-size: 20px;
  }

  .family-main .card-boxes-section .card-grid {
    gap: 12px;
  }
  .card-item {
    width: 100%;
  }
  .family-main .title-slogan {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .family-main .numbers-inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .family-main .title-page .title-page-subjection01 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .family-main .title-page .title-page-subjection02 {
    font-size: 16px;
  }

  .family-main .family-card-wrapper .title-subsection {
    text-align: center;
    font-size: 22px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
  }
  .family-main
    .family-card-wrapper.family-card-wrapper-type02
    .family-card-wrapper-inner
    .description-section {
    text-align: center;
    font-size: 16px;
  }
  .family-main-stock .area-5 .divide .stock-right {
    gap: 12px;
  }
  .family-main-stock .area-5 .divide .stock-right .link {
    width: 100%;
  }
  .family-main-stock .family-main-ir {
    width: 100%;
    padding: 20px 20px;
  }
  .family-main-stock .ir-block:first-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .family-main-stock .family-main-ir {
    margin-top: 20px;
  }
  .family-main-stock .container-header .title-section {
    font-size: 32px;
  }
  .family-main-stock .container-header span {
    color: var(--text-700, #4a4a4a);
    font-size: 22px;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .family-main-stock .area-5 .title {
    margin-bottom: 0px;
  }
  .family-main-stock .container-header {
    margin-bottom: 40px;
  }
}

.numbers .card-boxes-section .card-grid .card-item {
  width: auto;
}

/* ==========================================================================
 재무정보
========================================================================== */

.table-list tr.table-tr-sub-section td {
  background-color: var(--bg-01);
}
.about-wrapper {
  display: flex;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 20px;
}
.about-info {
  width: 100%;
  padding: 0;
  border-radius: 0px;
  border: 0;
  background: unset;
}
.info-titles {
  font-size: 16px;
  margin-bottom: 40px;
  display: inline-block;
}
.about-info-inner {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.about-info .info-title {
  color: var(--text-900_title, #161616);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.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(--text-900_title, #161616);
  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: 4px;
    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-graph-area {
    flex-direction: column;
    gap: 16px;
  }
  .about-graph-item {
    width: 100%;
  }
}

.mt80 {
  margin-top: 80px;
}

/* ==========================================================================
 미디어 센터
========================================================================== */

/* list */

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .offerings-detail .offerings-phrase br {
    display: none;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  /* list */
  .offerings-section {
    gap: 24px;
    padding: 24px 0;
  }
  .offerings-group .offerings-list-section {
    flex-direction: column;
    gap: 16px;
  }
  .offerings-group .offerings-list-section .image {
    width: 100%;
    aspect-ratio: 343/193;
  }
  .offerings-group .offerings-list-section .offerings-list {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .offerings-group .offerings-list-section .offerings-item {
    flex: 1;
    max-width: 100%;
  }

  /* detail */
  .offerings-detail {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .offerings-detail + .offerings-detail {
    margin-top: 32px;
  }
  .offerings-detail .title-label {
    padding-bottom: 24px;
  }
  .offerings-detail .offerings-phrase {
    font-weight: 400;
    line-height: 1.5;
  }
  .offerings-detail .offerings-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .offerings-detail .offerings-item {
    width: 100%;
  }

  .related-guide {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    padding: 24px 16px;
  }
  .related-guide .icon-circle {
    margin: 0 auto;
  }
  .related-guide .guide-meta {
    gap: 20px;
  }
  .related-guide .guide-meta .action-group {
    flex-direction: column;
  }
  .related-guide .guide-meta .action-group .btn {
    width: 100%;
  }
}

/* ==========================================================================
 Our Products & Services
========================================================================== */
.area-3 {
  background: #131d41;
}
.area-3 .inner {
}
.area-3 .panel {
  display: flex;
  flex-wrap: wrap;
  gap: 143px;
  position: relative;
  height: 100%;
}
.area-3 .title {
  padding: 100px 0 60px;
}
.area-3 .slider-small {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 584px;
  scroll-behavior: auto !important;
  height: calc(100vh - 504px);
}
.area-3 .slider-small .scroll-content {
  display: none;
  height: 100%;
  transition: transform 0.5s ease;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}
.area-3 .slider-small .scroll-content.active {
  position: relative;
  display: block;
}
.area-3 .slider-small::-webkit-scrollbar {
  width: 2px;
}
.area-3 .slider-small::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}
.area-3 .slider-small::-webkit-scrollbar-thumb {
  background: #ffffff;
  height: 60px;
}
.area-3 .right {
  width: 709px;
  margin: 0 auto;
  padding: 70px 0;
}
.area-3 .slider-big {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: auto !important;
  height: calc(100vh - 140px);
}
.area-3 .slider-big::-webkit-scrollbar {
  width: 2px;
}
.area-3 .slider-big::-webkit-scrollbar-track {
  background: transparent;
}
.area-3 .slider-big::-webkit-scrollbar-thumb {
  background: transparent;
}
.area-3 .slider-big .card {
  width: 300px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.area-3 .slider-big .card.img-1 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_05_d.png");
}
.area-3 .slider-big .card.img-2 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_06_d.png");
}
.area-3 .slider-big .card.img-3 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_07_d.png");
}
.area-3 .slider-big .card.img-4 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_08_d.png");
}
.area-3 .slider-big .card.img-5 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_09_d.png");
}
.area-3 .slider-big .card.img-6 {
  width: 300px;
  height: 400px;
  background-image: url("../images/main/area3_img_10_d.png");
}
.area-3 .slider-big .card.img-1:hover,
.area-3 .slider-big .card.img-2:hover,
.area-3 .slider-big .card.img-3:hover,
.area-3 .slider-big .card.img-4:hover,
.area-3 .slider-big .card.img-5:hover,
.area-3 .slider-big .card.img-6:hover,
.area-3 .slider-big .card.img-1.active,
.area-3 .slider-big .card.img-2.active,
.area-3 .slider-big .card.img-3.active,
.area-3 .slider-big .card.img-4.active,
.area-3 .slider-big .card.img-5.active,
.area-3 .slider-big .card.img-6.active {
  background-image: url("../images/main/area3_img_07_a.png");
}
.area-3 .slider-big .card:nth-child(odd) {
  justify-self: start;
}
.area-3 .slider-big .card:nth-child(even) {
  justify-self: end;
}
.area-3 .slider-big .card:nth-child(2) {
  margin-top: 120px;
}
.area-3 .slider-big .card:nth-child(3),
.area-3 .slider-big .card:nth-child(5) {
  margin-top: -120px;
}

.title-slogan-up {
  font-size: 44px;
  color: var(--text-white, #fff);
}
.section.area-3 .title-slogan {
  color: var(--text-white, #fff);
  padding: 0;
}
.inner {
  margin: 0 auto;
  width: 1440px;
}
.section.area-3 .pboards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 360px);
  gap: 24px;
}
.section.area-3 .pboards .bindings {
  width: 464px;
  height: 360px;
  background-size: cover;
  padding: 32px;
  border-radius: 16px;
}
.section.area-3 .bindings h4 {
  color: var(--text-white, #fff);
  width: 100%;
  display: inline-block;
  font-size: 32px;
}
.section.area-3 .bindings span {
  color: var(--text-white, #fff);
  font-size: 24px;
  display: inline-block;
  margin-top: 10px;
}
.section.area-3 .bindings span.letter3 {
  letter-spacing: -2.5px;
}

.section.area-3 .bindings p {
  margin-top: 32px;
  font-size: 18px;
  color: white;
  font-weight: 100;
  animation: textBlur3 0.7s both;
}
.section.area-3 .b05 {
  background-image: url(../images/main/IH-UI-01-A-1-M_05.png);
}
.section.area-3 .b05.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_06.png);
}
.section.area-3 .b07 {
  background-image: url(../images/main/IH-UI-01-A-1-M_07.png);
}
.section.area-3 .b07.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_08.png);
}
.section.area-3 .b09 {
  background-image: url(../images/main/IH-UI-01-A-1-M_09.png);
}
.section.area-3 .b09.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_10.png);
}
.section.area-3 .b11 {
  background-image: url(../images/main/IH-UI-01-A-1-M_11.png);
}
.section.area-3 .b11.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_12.png);
}
.section.area-3 .b13 {
  background-image: url(../images/main/IH-UI-01-A-1-M_13.png);
}
.section.area-3 .b13.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_14.png);
}
.section.area-3 .b15 {
  background-image: url(../images/main/IH-UI-01-A-1-M_15.png);
}
.section.area-3 .b15.hover {
  background-image: url(../images/main/IH-UI-01-A-1-M_16.png);
}

.family-card-figure.active .title-content {
  color: #317cff;
}

/* ==========================================================================
 res
========================================================================== */
/* PC small ========================== * { border:1px solid red !important; } */
#wrap {
  width: 100%;
  overflow: hidden;
}
/* #wrap { width: 100vh; }  */
@media screen and (max-width: 1440px) {
  .visual-slick-wapper .control {
    bottom: 20px;
    padding-left: 20px;
  }
  .numbers.type03 {
    padding: 40px 16px;
  }
  .family-main .numbers-inner {
    width: 100%;
  }
  .offerings-section {
    padding: 0;
  }
  .numbers.type02 .numbers-inner.section02 .offerings-section {
    /* padding: 40px 16px; */
  }
  #content:only-child {
  }
  .family-main-stock .ir-block:first-child::after {
    display: none;
  }
  .family-main-stock {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .family-main-stock .area-5 .divide .stock-right .link {
    width: 100%;
    height: 148px;
  }
  .family-main-stock .price-line-block {
    display: flex;
    padding-right: 0px;
    position: relative;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .family-main-stock .price-line-date-block {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-600, #777);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .family-main-stock .ir-block:first-child {
    margin-bottom: 11.5px;
  }
  .family-main-stock .area-5 .divide {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
  .family-main-stock .area-5 .divide .stock-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .family-main-stock .area-5 .divide .stock-board {
    width: 100%;
  }
  .family-main-stock .stock-board .stock-main {
    width: 100%;
  }
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .family-main-stock-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .numbers-wrappers {
    background: #f6f6f6;
    padding: 40px 16px;
  }
  .family-main .title-slogan {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .family-main .numbers-inner {
    padding-bottom: 0px;
  }
  .info-dt li {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-02, #e7e7e7);
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    width: 33%;
  }
  .info-dt li > img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .numbers.type05 .info-dt li.ali-rights img {
    border-radius: 8px 8px 0 0;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .numbers.type05 .ali-rights {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-02, #e7e7e7);
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
  }
  .numbers.type05 .numbers-inner {
    padding: 40px 16px;
  }
  .info-dt li .dt-text {
    padding: 20px 16px;
  }
  .info-dt {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    flex-direction: column;
  }
  .numbers.type05 .group-section03 {
    padding-bottom: 40px;
  }
  .group-section03 {
    padding-bottom: 100px;
    padding-top: 0px;
  }
  .numbers.type05 .title-slogan {
    padding-bottom: 40px;
  }
  .numbers.type04 .numbers-inner {
    padding-bottom: 0px;
    padding: 40px 16px;
  }
  .numbers.type04 .title-slogan {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .about-info-inner {
    width: 100%;
  }
  .about-info .info-title {
    text-align: left;
  }
  .about-wrapper {
    padding: 40px 36px;
  }
  .about-info .info-text {
    text-align: right;
  }
  .about-info {
    position: relative;
  }
  .numbers.type03 .title-slogan {
    padding-bottom: 40px;
  }
  .numbers.type03 .section-sub-text {
    font-size: 16px;
    text-align: left;
  }
  .numbers.type03 .section-sub-text.type02 {
    margin-top: 20px;
    text-align: left;
  }
  #content > div.family-main-stock-wrapper > div > div > div.inner {
    width: 100%;
  }
  .family-main .page-mid-sujection .title-page .title-page-subjection01 {
    font-size: 20px;
    font-weight: 700;
  }
  .inner {
    width: 100%;
  }
  .family-main .page-mid-sujection .title-page .title-page-subjection02 {
    font-size: 18px;
    font-weight: 500;
  }
  .family-main .page-mid-sujection .util-block {
    flex-direction: column;
    padding-top: 40px;
  }
  .family-main .page-mid-sujection .btn.large {
    padding: 12px 32px;
    min-width: 120px;
    min-height: 56px;
    font-size: var(--font-18);
    letter-spacing: -0.72px;
    width: 100%;
  }
  .section.area-3 .inner {
    padding: 40px 16px;
  }
  .family-main .section.area-3 .family-card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    width: 100%;
  }
  .family-main .section.area-3 .family-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .image {
    border-radius: 8px 8px 0 0;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .title-content {
    font-size: 20px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption
    .description {
    font-size: 16px;
  }
  .family-main
    .family-card-wrapper-inner
    .family-card
    .family-card-figure
    .family-card-caption {
    min-height: 166px;
  }
  .title-slogan-up {
    font-size: 18px;
    color: var(--text-white, #fff);
    font-weight: 500;
  }
  .section.area-3 .title-slogan {
    color: var(--text-white, #fff);
    padding: 0;
    font-size: 24px;
    font-weight: 700;
  }
  .family-main .family-card-wrapper-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0;
    width: 100%;
  }
  .family-main .family-card-wrapper-inner .family-card {
    gap: 12px;
    padding: 0;
  }
  .area-3 .title {
    padding: 0px 0 40px 0;
  }
  .family-main .numbers-inner.section02 .title-slogan {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 24px;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card {
    display: block;
    width: 100%;
  }
  .family-main .numbers.type02 .family-card-wrapper-inner {
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .family-main .family-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .numbers.type02 {
    padding: 0;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card
    li {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card
    .family-card-figure {
    height: auto;
  }
  .family-main .numbers-inner {
    padding-bottom: 0px;
    padding: 40px 16px 0 16px;
  }
  .numbers .title-slogan {
    padding-bottom: 40px;
  }
  .numbers .title-group {
    color: var(--text-900_title);
    font-size: 16px;
    font-weight: 700;
  }
} /**/

/* tablet ============================ */

@media screen and (max-width: 1024px) {
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-info .info-text strong {
    font-size: 48px;
  }
  .family-main
    .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card
    .family-card-figure {
    height: 100%;
  }

  .family-main .numbers-inner {
    padding: 40px 16px;
  }
}

/* mobile ============================ */

@media screen and (max-width: 768px) {
  .section-area2-tab ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .area-0 .swiper-slide .main-img img {
    width: 100%;
    height: auto;
  }
  .offerings-group .offerings-list-section .offerings-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-dt {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .info-dt li {
    width: 100%;
  }

  .about-wrapper {
    flex-flow: column;
    padding: 40px 60px;
    gap: 0;
  }
  .about-info {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
  }
  .about-info:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .family-main
    .numbers.type02
    .numbers-inner.type02
    .family-card-wrapper
    .family-card-wrapper-inner
    .family-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .family-main .numbers.active .numbers-inner .about-wrapper {
    padding: 20px;
  }
}
