﻿/*---------------------------------------------------------------------------
  공통 기본값 (폰트/문단/색상 토큰)
---------------------------------------------------------------------------*/
.noto-sans-kr-mobins {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Noto Sans KR";
  font-optical-sizing: auto;
  font-weight: 500;   /* 기본 가중치를 500으로 */
}
:root {
  --bs-box-shadow-sm: 0 0.25rem 0.45rem rgba(0, 0, 0, 0.09);
}
.mobins-bullet{
  width: 20px;
  height: 5px;
  background-color: #BE1C22;
  margin-bottom:15px;
}
.mobins-list li{
  padding-left:13px;
  background-image: url(/assets/icon/icon_plus.png);
  background-repeat: no-repeat;
  background-size:1ch;
  background-position: 0% 12px ;
}
h2{
  font-size:2.5rem;
  letter-spacing: -0.2rem;
}
h2 a {
    color: inherit;
}
h2 a:hover {
    color: inherit;/* 제목 링크는 항상 부모 색상 유지 */
}
p{
  font-size:120%;
  line-height:1.7;
}
.point{
  font-weight:600; /*강조 텍스트*/
}
h2 .point{
  font-weight:700; /*강조 텍스트*/
}
.red{
  color: #BE1C22;
}
.hint{
  font-size:100%; 
}
.sub-visual {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: none; /* 기존 background 선언은 제거 */
}
/*----------서브비주얼(확대되는 배경)----------*/
.sub-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/clip/about_01_visual.jpg") center/cover no-repeat;
    transform-origin: center;
    animation: sub-visual-zoom 18s ease-in-out infinite alternate;
    z-index: 0;
}
/*----------기존 반투명 가림막----------*/
.sub-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* 사용 중인 색상 유지 */
    z-index: 1;
}
/*----------텍스트는 가장 위로----------*/
.sub-visual > * {
    position: relative;
    z-index: 2;
}
@keyframes sub-visual-zoom {
    from { transform: scale(1); }
    to   { transform: scale(1.3); }
}
.sub-visual h2{
    letter-spacing: 0;
}
/*----------버튼 디자인 전체 제어----------*/
.btn{
  padding: 1rem 2rem;
  margin-top:20px;
  font-weight: bold;
}
/*----------버튼에 화살표 아이콘추가----------*/
.btn:after {
  content: "";
  display: inline-block;
  width: 16px;                /* 실제 아이콘 크기에 맞춰 조정 */
  height: 16px;
  margin-left: 5px;
  background: url("/assets/icon/icon_arrow_btn.png") center/contain no-repeat;
  margin-bottom: -3px;
}
/*----------버튼 디자인에 맞춤 아이콘 변경----------*/
.btn.btn-outline-dark:hover::after {
  background-image: url("/assets/icon/icon_arrow_btn_w.png");
}
.btn.btn-outline-light:after {
  background: url("/assets/icon/icon_arrow_btn_w.png") center/contain no-repeat;
}
.btn.btn-outline-light:hover::after {
  background-image: url("/assets/icon/icon_arrow_btn.png");
}
#career-section .btn-light {
  --bs-btn-color: #212529;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;          /* hover 시 글자색 */
  --bs-btn-hover-bg: #1d1d1d;             /* hover 시 배경색 (원하는 다크 컬러로 조정) */
  --bs-btn-hover-border-color: #1d1d1d;   /* hover 시 테두리 */
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #121212;
  --bs-btn-active-border-color: #121212;
}
/*----------흰 배경 버튼에 달린 화살표도 함께 반전----------*/
#career-section .btn-light:hover::after,
#career-section .btn-light:focus-visible::after {
  background-image: url("/assets/icon/icon_arrow_btn_w.png");
}
/*----------컨텐츠 사이 벌림----------*/
.content-block{
  border-bottom:10px solid #f3f3f3;
}
/*----------네비게이션 공용----------*/
#mainNav {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}
#mainNav.scrolled {
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#mainNav.menu-open {
    background-color: rgba(0, 0, 0, 1);
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}

/*----------모빈스 H1 로고-------------*/
h1.logo { /* h1  */
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center; /* 세로 중앙 정렬 */
  height: 80px;        /* 헤더 높이 */
}
h1.logo a { /* a 태그를 inline-block에서 block으로 변경 (링크 영역 확대) */
  position: relative;
  display: block;
  width: 180px;   /* 로고 영역 너비 */
  height: 100%;
}
h1.logo img { /* 로고 이미지 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block; /* inline 요소로 변경 */
  object-fit: contain;
}
/*----------네비게이션------------*/
#mainNav {
  padding-top: 1.5rem !important;   /* 상단 패딩 */
  padding-bottom: 1.5rem !important;
  /*background-color: rgba(0, 0, 0, 0.9);*/
}
#mainNav .navbar-nav .nav-link {
  font-size: 1.25rem;  /* 폰트 크기 */
  padding: 0 1.25rem 0.4rem 1.25rem; /* 패딩 */
  color:#fff;
}
#mainNav .navbar-nav .nav-link span{
  padding: 0.75rem 0 0.35rem 0; /* 패딩 */
}
#mainNav .navbar-toggler {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
#mainNav .active span{
  border-bottom:2px solid #BE1C22;
}
/*------------Top버튼----------*/
.btn-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.1rem;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #999999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  z-index: 99;
}
.btn-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.btn-to-top__arrow {
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  display: block;
  transition: transform 0.2s ease;
  margin-top:10px;
}
.btn-to-top:hover .btn-to-top__arrow {
  transform: rotate(45deg) translate(-2px, -2px);
}


/*---------------------------------------------------------------------------
  메인 페이지: 캐러셀과 섹션 레이아웃 등
---------------------------------------------------------------------------*/
/*----------메인 비주얼-------------*/

#myCarousel .carousel-item{
  height: 80vh;            /* 비주얼 영역 높이 */
  max-height: 800px;       /* 최대 높이 */
  min-height: 400px;       /* 최소 높이 */
  position: relative;
  overflow: hidden;
}
#myCarousel .carousel-caption {
  width: 100%;
  max-width: 1320px;      /* container-xxl 폭 */
  margin: 0 auto;
  padding: 0 1.5rem;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;       /* 텍스트 색상 */
  z-index: 3;        /* 다른 요소들 위에 표시 */
}
#myCarousel h2{
 font-size: 3rem; 
 font-weight: 800;
 margin-bottom:20px;
}
#myCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지 비율 유지 */
    filter: brightness(50%); /* 메인 비주얼 어두운 오버레이 50%*/
    animation: zoom 25s linear infinite alternate;
    transform-origin: center;
}
@keyframes zoom {
  from { transform: scale(1); }
  to   { transform: scale(1.4); }
}
/*----------비즈니스 섹션-------------*/
.img-floating{
  height: 400px;
}
#business-section{
  padding-top:6rem !important;
  padding-bottom:6rem !important;
}
#business-section .img{
  overflow:hidden;
}
#business-section .img img{
  height:100%;
}
#business-section .img01{
  width: 386px;
  height: 465px;
  top:-35%;
  right:0%;
  z-index:4;
}
#business-section .img02{
  width: 337px;
  height: 200px;
  bottom: -4%;
  left: 0%;
  z-index: 3;
}
#business-section .img03{
  width: 334px;
  height: 200px;
  bottom:-34%;
  right:0;
  z-index:2;
  text-align: right;
}
#business-section .img03 img{
  width: 95%;
  height: auto;
  margin-top: -50%;
}
#business-section .img04{
  width: 786px;
  height: 150px;
  bottom: -27%;
  left:-66%;
  z-index:1;
}
/*----------핵심 가치-------------*/
#core-section{
  padding-top:6rem !important;
  padding-bottom:6rem !important;
}
#core-section .img{
  overflow:hidden;
}
#core-section .img img{
  height:100%;
}
#core-section .core-text{
  margin-left:30%;
}
#core-section .img01{
  width: 336px;
  height: 590px;
  top:-20%;
  left: -240%;
  z-index:3;
}
#core-section .img02{
  width: 291px;
  height: 273px;
  top: 7%;
  right: 30%;
  z-index: 4;
}
#core-section .img03{
  width: 334px;
  height: 200px;
  top: 78%;
  right: 40%;
  z-index: 2;
}
#core-section .img04{
  width: 786px;
  height: 153px;
  top: 90%;
  right: 15%;
  z-index: 1;
}
/*----------커리어 섹션-------------*/
#career-section {
    background: url(/assets/clip/home_12_career.jpg) center/cover fixed no-repeat !important;
}
#career-section .red-point{
  position: relative;
}
#career-section .red-point:before{
  content: "";
  width:10px;
  height:10px;
  background-color: #BE1C22;
  position: absolute;
  top: -5px;
  left: -5px;
}
#career-section .btn {
    padding: 1rem 2rem;
    margin-top: 50px;
}

/*----------파트너 섹션-------------*/
#partner-section {
    overflow: hidden;
    position: relative;
}
#partner-section .partner-track {
    display: flex;
    width: max-content;
    animation: partner-scroll var(--partner-duration, 25s) linear infinite;
}
#partner-section .partner-track:hover {
    animation-play-state: paused;
}
#partner-section .partner-logo {
    display: flex;
    gap: 56px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#partner-section .partner-logo img {
    height: 60px;
    display: block;
}
@keyframes partner-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(var(--partner-offset, -50%)); }
}

/*----------푸터-------------*/
#footer-section{
  font-size: 0.7rem;
  color: #666;
  background-color: #efefef;
}
#footer-section h5{
  font-weight:bold;
}
#footer-section .info p{
  margin-bottom:0;
}
#footer-section .logo img{
  width:180px;
}
#footer-section .isms img{
  width:90px;
}

/*---------------------------------------------------------------------------
  회사소개 페이지
---------------------------------------------------------------------------*/
/*----------상단 비주얼-------------*/
.p-about .sub-visual::after{ 
  background: url(/assets/clip/about_01_visual.jpg) center/cover no-repeat;
}
/*----------회사소개-------------*/
#introduce-section{ /* 서브페이지 소개 섹션 컨테이너 */
  position: relative;
  overflow: hidden;
}
#introduce-section > * {
  position: relative;
  z-index: 2;
}
#introduce-section .introduce-visual{ /* 우측 이미지 영역 */
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
#introduce-section{ /* 배경 이미지 */
  background: url(/assets/clip/about_02_introduce.jpg);
  background-size: cover;
  background-repeat: no-repeat; /* 이미지 반복 방지 (선택 사항) */
  background-position: right center; /* 배경 이미지를 우측, 수직 중앙에 배치 */
}
#introduce-section::before{ /* 화이트 그라데이션 오버레이 */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
/*----------히스토리-------------*/
#history-section{/* 배경 이미지 */
  height: 700px;
  position: relative;
}
#history-section::before{ /*히스토리 이미지 오버레이 */
  content: "";
  position: absolute;
  background: url(/assets/clip/about_03_history.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat; /* 이미지 반복 방지 (선택 사항) */
  background-position: center center; /* 배경 이미지를 우측, 수직 중앙에 배치 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#history-section > * {
  position: relative;
  z-index: 1; 
}
#history-section .his-title{
  position: absolute;
  top: 10%;
  left: 0;
}
#history-section ul{
  position: relative;
  height: 525px;
  width: 1020px;
  margin: auto;
}
#history-section ul li {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url("/assets/icon/history.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    transform-origin: center;
    animation: history-icon-pulse 3s infinite;
}
@keyframes history-icon-pulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.08); }
}
#history-section ul li:hover,
#history-section ul li:focus {
    animation: none;
    transform: scale(1);
}
#history-section ul li>div{
  position: absolute;
  top:0;
  left:0;
  margin-left:60px;
  width: 600px;
  font-size: 80%;
  background-color: #fff;
  padding: 20px 20px;
}
#history-section ul li>div .title{
  font-size:170%;
  color: #BE1C22;
  font-weight: bold;
}
#history-section ul li>div .text{
  margin:0;
}
#history-section ul .his01{
  top: 28%;
  left: 71%;
}
#history-section ul .his02{
  top: 51%;
  left: 35%;
}
#history-section ul .his03{
  top:72%;
  left:0.5%;
}
#history-section ul .his01 .content{
  margin-left: -519px;
  margin-top: -115px;
}
#history-section ul .his02 .content{
  margin-left: 19px;
  margin-top: 90px;
}
#history-section ul .his03 .content{
  margin-left: 17px;
  margin-top: 90px;
}
.history-icon li .content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.history-icon li:hover .content,
.history-icon li:focus-within .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*----------파트너-------------*/
#about-partner-section .about-partner-logos img{
  width:100%;
}
.about-partner-logos {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/*---------------------------------------------------------------------------
  비지니스 섹션
---------------------------------------------------------------------------*/
/*----------상단 비주얼-------------*/
.p-business .sub-visual::after{ 
  background: url(/assets/clip/business_01_visual.jpg) center/cover no-repeat;
}
/*----------보상센터-------------*/
.p-business .visual{ /* 비주얼파트 배경 박스 */
  overflow: hidden;
}
.p-business .visual img{ /* 비주얼파트 배경 박스 */
  height: 430px;
  width: 100%;
  object-fit: cover;
}
#claims-section .visual img{ /* 비주얼파트 배경 이미지 */
  height: 700px;
}
.c-step-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
.c-step {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.step-icon {
    width: 48px;
    height: auto;
    margin-bottom: 0.25rem;
}
.step-label {
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.2;
}
.step-arrow {
    color: #bbb;
    font-size: 1.5rem;
    line-height: 1;
}
.step-arrow img{
    height: 1rem;
}

/*---------------------------------------------------------------------------
  핵심역량 섹션
---------------------------------------------------------------------------*/
/*----------상단 비주얼-------------*/
.p-core .sub-visual::after{ 
  background: url(/assets/clip/core_01_visual.jpg) center/cover no-repeat;
}
.p-core .info-img{
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 0;
  font-weight: bold;
}
.p-core .info-img p{
  margin-bottom:0;
}
.p-core .info-img img{
  width: 80px;
  height: auto;
}
.p-core .info-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  filter: brightness(0.5);  /* 배경만 50%로 */
  z-index: -1;              /* 텍스트보다 뒤로 */
  border-top: 1px solid #fff;
}
/*----------고객 컨텍센터-------------*/
#contect-section .info-img01::before {
  background: url(/assets/clip/core_02_contact_online.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#contect-section .info-img02::before {
  background: url(/assets/clip/core_03_contact_call.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#contect-section .info-img03::before {
  background: url(/assets/clip/core_04_contact_chatbot.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
/*----------IT 솔루션 개발/운영-------------*/
#solution-section .info-img01::before {
  background: url(/assets/clip/core_05_solution_serve.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#solution-section .info-img02::before {
  background: url(/assets/clip/core_06_solution_oper.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#solution-section .info-img03::before {
  background: url(/assets/clip/core_07_solution_isms.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
/*----------데이터 관리 및 마케팅 지원-------------*/
#marketing-section .info-img01::before {
  background: url(/assets/clip/core_08_data_analysis.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#marketing-section .info-img02::before {
  background: url(/assets/clip/core_09_data_report.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#marketing-section .info-img03::before {
  background: url(/assets/clip/core_10_digital_marketing.jpg);
  background-size: cover;
  background-position: 50% 50%;
}


/*---------------------------------------------------------------------------
  인재/채용 섹션
---------------------------------------------------------------------------*/
/*----------상단 비주얼-------------*/
.p-careers .sub-visual::after{ 
  background: url(/assets/clip/career_01_visual.jpg) center/cover no-repeat;
}
#talent-flow .talent-circle {
    width: min(16rem, 70vw);
    height: min(16rem, 70vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color: #111;
    margin: 0 auto;
}
/*----------모빈스 인재상-------------*/
#talent-flow .talent-icon {
    max-width: clamp(72px, 27vw, 108px);
    height: auto;
}
#talent-flow .talent-label {
    font-size: 1.05rem;
    font-weight: 700;
}
#talent-flow .talent-plus {
    color: #e5e5e5; /* 혹은 #e5e5e5 등 더 연한 값 */
    font-size: clamp(2rem, 6vw, 3rem);
    line-height: 1;
    padding: 0 1rem;
    margin-top: -60px;
}
/*----------직군-------------*/
#job-section .visual{
  height: 200px;
}
.job-section-01 .visual{
  background: url(/assets/clip/career_02_contact.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.job-section-02 .visual{
  background: url(/assets/clip/career_03_manage.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.job-section-03 .visual{
  background: url(/assets/clip/career_04_dev.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
/*----------복리후생-------------*/
.welfare-item .icon img{
  width: 45%;
}
.welfare-item .text{
  line-height:1.0;
}
.welfare-item .text .hint{
  font-size:70%;
}
/*----------구인구직사이트-------------*/
#jobposting-section .logos img{
  width:60%;
}


/*---------------------------------------------------------------------------
  반응형 코드
---------------------------------------------------------------------------*/
/*----------1600px 이하 적용-----------------------------------------------------------------------*/
@media (max-width: 1600px) {
  /*----------크루셀 버튼 숨기기-------------*/
  #myCarousel>button{
    display:none;
  }
  /*----------코어섹션 이미지-------------*/
  #core-section .img01 {
    left: -240%;
  }
}
/*----------1300px 이하 적용-----------------------------------------------------------------------*/
@media (max-width: 1300px) {
  /*----------코어섹션 이미지-------------*/
  #core-section .img01 {
    left: -248%;
  }
}
/*----------1150px 이하 적용-----------------------------------------------------------------------*/
@media (max-width: 1150px) {
  /*----------코어섹션 이미지-------------*/
  #core-section .img01 {
    left: -265%;
  }
}
/*----------991px 이하 적용-----------------------------------------------------------------------*/
@media (max-width: 991px) {
  p{
    font-size: 105%;
    line-height: 1.7;
    letter-spacing: -0.4px;
  }
  /*---------일부 p 요소 좌우정렬-----------*/
  .text-justify-sm {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word; /* 구형 브라우저 대응*/
    /*word-break: keep-all;*/   /* 단어 단위로 줄바꿈 */
  }
  .hint{
    font-size:87%;
  }
  h2{
    font-size: 1.6rem;
    letter-spacing: -0.6px;
    font-weight: 600;
  }
  /*---------로고 사이즈 조정-----------*/
  h1.logo a{
    width: 130px;
  }
  /*---------네비 패딩 조정-----------*/
  #mainNav .navbar-nav .nav-link {
    padding: 1.5rem 2rem;
    margin-right: 60px;
  } 
  /*---------네비 패딩 축소------------*/
  #mainNav{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /*----------메인 비주얼 커버 중앙정렬-------------*/
  #mainNav > .container-xxl {
      max-width: 100%;
      padding-left: 12px;
      padding-right: 12px;
  }
  #myCarousel .carousel-item{
    height: 70vh;
  }
  #myCarousel h2{
    font-size: 2rem;
  }
  /*----------크루셀 캡션-------------*/
  #myCarousel .carousel-caption {
    padding-left: 5%;
    padding-bottom: 3rem;
    left: 0%;
    right: 0%;
    margin-top: 0;    
    transform: translateY(-50%);
    max-width: 700px;
  }
  #myCarousel .carousel-caption h2 br{
    display: none;
  }
  #business-section, #core-section{    
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  /*----------네비게이션-------------*/
  #mainNav .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }  
  /*----------비지니스 이미지 플로팅 구역 수정-------------*/
  .img-floating{
    height: 400px;
  }
  #business-section  .img01 {
    width: 392px;
    height: 226px;
    top: 25px;
    right: 22%;
  }
  #business-section  .img02 {
    height: 180px;
    bottom: 19%;
  }
  #business-section  .img03 {
    width: 259px;
    height: 178px;
    bottom: 0;
  }
  #business-section  .img04 {
    width: auto;
    height: 70px;
    left: 5%;
    bottom: 0;
  }
  /*----------핵심가치 이미지 플로팅 구역 수정-------------*/
  #core-section .core-text{
    margin-left:0%;
  }
  #core-section .img01 {
    width: 265px;
    height: 400px;
    top: 0%;
    left: 0%;
  }
  #core-section .img02 {
    height: 259px;
    right: 21%;
    bottom: 47%;
    top: auto;
  }
  #core-section .img03 {
    width: 259px;
    height: 178px;
    right: 0;
    bottom: -20px;
    top: auto;
  }
  #core-section .img04 {
    width: auto;
    height: 108px;
    top: auto;
    bottom: -8%;
    left: 21%;
    right: auto;
  }
  /*----------파트너로고 사이즈 조정-------------*/
  #partner-section .partner-logo img {
    height: 40px;
  }
  .sub-visual{
    text-align: center;
  }
  /*----------서브 비주얼 제목 아래 여백 조정-------------*/
  .sub-visual h2 {
    margin-bottom: 4px !important;
  }
  /*----------히스토리 포지션 고정-------------*/
  #history-section ul li {
    background: none;
    animation: none;
  }
  #history-section::before {
    display: none;
    content: none;
  }
  #history-section {
    height: auto;
    background-size: cover;
    padding: 2.5rem 0;
    background: url(/assets/clip/about_03_history_mobile.jpg) center bottom / cover no-repeat;
    background-color: #fff!important; 
    background-blend-mode: normal;
    background-size: 100%;
    background-position-y: 17%;
  }
  #history-section > * {
    position: static !important;
    z-index: auto;
  }
  #history-section .his-title {
    position: static !important;
    margin-bottom: 1.5rem;
  }
  #history-section ul.history-icon {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 190px;
  }
  #history-section ul.history-icon li {
    position: static !important;
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 122%;
  }
  #history-section ul.history-icon li > .content {
    position: static !important;
    margin: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none !important;
    background: none;
  }
  /*----------소개 영역 배경 이미지-------------*/
  #introduce-section {
  position: relative;
  background-image: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%),
                    url("/assets/clip/about_02_introduce_mobile.jpg");
  background-position: center bottom, right bottom;
  background-size: cover, cover;     /* 둘 다 같은 비율로 스케일 */
  background-repeat: no-repeat, no-repeat;
  padding: 3.5rem 0;
  }
  #introduce-section > * {
    position: relative;
    z-index: 1;
  }

  #introduce-section::before {
    content: none;
  }

  #introduce-section .introduce-visual {
      min-height: 200px;
      margin-top: 2.5rem;
  }
  .p-business section .visual img {
    width: 100%;
    height: 200px;
    object-fit: cover;   /* 비율 유지하며 잘라서 채우기 */
  }
  #claims-section .visual img {
    height: 300px;
    margin-left: 0%;
  }
  .p-business section {
    padding-bottom: 20px;
    border-bottom: 10px solid #f3f3f3;
  }
  .p-business section.sub-visual,
  .p-business #footer-section,
  .p-business #closelife-section{
    padding-bottom: 0;
    border-bottom: 0;
  }
  .p-business #closelife-section{
    padding-bottom: 20px;
  }
  #talent-flow .talent-circle {
    width: 14rem;
    height: 14rem;
    gap:0;
  }
  #talent-flow .talent-plus {
    padding: 0!important;
  }
}

/*----------576px 이하 적용-----------------------------------------------------------------------*/
@media (max-width: 576px) {
  /*---------로고 사이즈 조정-----------*/
  h1.logo a{
    width: 90px;
  }
  #myCarousel h2{
    font-size: 1.7rem;
  }
  #myCarousel .carousel-caption{
        text-align: center!important;
        width: 95%;
  }
  #myCarousel .carousel-caption p{
    font-size: 100%;
    line-height: 150%;
  }
  #myCarousel .carousel-caption h2 br{
    display: block;
  }
  #myCarousel .carousel-caption p br{
    display: none;
  }  
  /*----------이미지 플로팅 구역 수정-------------*/
  .img-floating {
      height: 250px;
  }
  #business-section  .img01 {
    width: 240px;
    height: 180px;
    top: -31px;
    right: 0;
    left: 0;
  }
  #business-section  .img02 {
    display: none;
  }
  #business-section .img03 {
    width: 259px;
    height: 178px;
    bottom: 35px;
  }
  #core-section .img01 {
    width: 163px;
    height: 230px;
    top: 0%;
    left: 0%;
  }
  #core-section .img02 {
    height: 159px;
    right: 0;
    bottom: 48%;
    top: auto;
    text-align: right;
    display: none;
  }
  #core-section .img04 {
    width: 210px;
    height: 65px;
    bottom: auto;
    top: -11%;
    left: auto;
    right: 0%;
  }
  /*----------소개 영역 배경 이미지-------------*/
  #introduce-section .introduce-visual {
      min-height: 0px;
  }
  #talent-flow .talent-plus {
    display:none;
  }
  /*----------히스토리-------------*/
  #history-section {
        background-position-y: 22%;
    }
}

/*----------iOS 기기 적용-----------------------------------------------------------------------*/
@supports (-webkit-touch-callout: none) {
    #career-section {
        background-attachment: scroll !important;
        background-position: center; /* 필요 시 */
    }
}
