@charset "utf-8";

/* 메인섹션 */
section.mainSection {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin-top: 0 !important;
}
section.mainSection .video-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;   
}
section.mainSection .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;   
}
section.mainSection .swiper-slide img {
    width: 100%;
}
.blank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #113387;
    opacity: 0.1;
    z-index: 19;
}
section.mainSection .maincopy {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 1638px;
    transform: translate(-50%, -50%);
    z-index: 20;
}
section.mainSection .maincopy .copy_l {
    font-size: 9.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
section.mainSection .maincopy .copy_s {
    margin-top: 40px;
    font-size: 3.6rem;
    color: #fff;
}
section.mainSection .maincopy .copy_e {
    margin-top: 0px;
    font-size: 3.6rem;
    font-weight: 800;
    color: #fff;
}
section.mainSection .maincopy strong {
    color: #007aff;
}
section.mainSection .mainSlide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 225px;
    width: 100%;
    padding: 0 150px;
    text-align: left;
    z-index: 30;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
section.mainSection .swiper-pagination {
    position: relative;
    text-align: left;
    margin-right: 30px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    width: 80px;
    height: 4px;
    margin-top: 70px;
    border-radius: 0;
}
.autoplay-progress {
    position: relative;
}
.autoplay-progress svg {
    stroke-width: 7px !important;
}
.autoplay-progress .minnum {
    text-indent: -9999px;
}
.autoplay-progress {
    width: 48px;
    height: 48px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.player {
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 99;
}


section {
    width: 100%;
    margin: 0 auto;
    margin-top: 230px;
}
section h2 {
    width: 1638px;
    margin: 0 auto;
    margin-bottom: 44px;
    font-size: 3.0rem;
    color: #1a458e;
    font-weight: 700;
}
section .main_h_sub {
    width: 1638px;
    margin: 0 auto;
    margin-bottom: 70px;
    font-size: 4.8rem;
    color: #999;
    font-weight: 500;
    letter-spacing: -1px;
}
section .main_h_sub.spot {
    color: #0a183d;
}
section .main_h_descrip {
    margin-bottom: 6.4rem;
    font-size: 2.4rem;
    color: #999;
    font-weight: 200;
    letter-spacing: -0.5px;
}
section .main_more {
    margin-bottom: 6.4rem;
    font-size: 2.4rem;
    color: #999;
    font-weight: 200;
    letter-spacing: 0px;
}

/* 사업영역 */
section.bsArea {
    width: 1638px;
}
.bsGrid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 48px;
}
.bsGrid li {
    width: 100%;
}
.bsGrid li a {
    display: block;
    text-align: center;
}
.bsGrid li a .bsImg {
    overflow: hidden;
    height: 480px;
    border-radius: 8px;
}
.bsGrid li a .bsImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}
.bsGrid li a img:hover {
    transform: scale(1.1);
}
.bsGrid li a .bsTitle {
    margin-top: 5.6rem;
    font-size: 4.8rem;
    color: #333;
    font-weight: 800;
}
.bsGrid li a .bsSub {
    margin-top: 3.0rem;
    font-size: 2.4rem;
    color: #999;
}

/* 성장과 실적 */
section.pfmance {
    position: relative;
    background-color: #e4e8f3;
}
section.pfmance .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1638px;
    margin: 0 auto;
}
section.pfmance .inner .pfmance_l {
    position: sticky;
    top: 10.0rem;
    width: 44%;
    height: 80vh;
    padding-top: 20.0rem;
}
section.pfmance .pfmance_r {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 56%;
    gap: 172px 48px;
    padding: 15.0rem 0;
}
section.pfmance .pfmance_r a {
    position: relative;
    display: block;
    width: calc(50% - 24px);
}
section.pfmance .pfmance_r a div {
    position: relative;
    height: 572px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 35px;
    transition: 0.5s all linear;
}
section.pfmance .pfmance_r a .cat {
    display: block;
    font-size: 2.0rem;
    color: #ea4747;
    font-weight: 600;
}
section.pfmance .pfmance_r a div .pb{
    position: absolute;
    left: 50%; 
    bottom: 15%;
    transform: translate(-50%, 0);
    width: calc(100% - 60px);
}
section.pfmance .pfmance_r a .tt {
    display: block;
    margin-bottom: 1.4rem;
    font-style: normal;
    font-size: 3.6rem;
    color: #333;
    font-weight: 700;
    line-height: 110%;
    word-wrap: break-word;
}
section.pfmance .pfmance_r a strong {
    display: block;
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
    color: #333;
    font-weight: 400;
}
section.pfmance .pfmance_r a .ss {
    display: block;
    font-size: 1.6rem;
    color: #999;
    font-weight: 200;
}
section.pfmance .pfmance_r a .period {
    display: block;
    font-size: 1.2rem;
    color: #999;
    font-weight: 200;
}
section.pfmance .pfmance_r a.a2 {
    margin-top: 300px;
}
section.pfmance .pfmance_r a.a3 {
    margin-top: -300px;
}
section.pfmance .pfmance_r a.a5 {
    margin-top: -300px;
}

section.pfmance .pfmance_r a.list1 .tt,
section.pfmance .pfmance_r a.list2 .tt,
section.pfmance .pfmance_r a.list3 .tt,
section.pfmance .pfmance_r a.list4 .tt,
section.pfmance .pfmance_r a.list5 .tt,
section.pfmance .pfmance_r a.list6 .tt,
section.pfmance .pfmance_r a.list1 strong,
section.pfmance .pfmance_r a.list2 strong,
section.pfmance .pfmance_r a.list3 strong,
section.pfmance .pfmance_r a.list4 strong,
section.pfmance .pfmance_r a.list5 strong,
section.pfmance .pfmance_r a.list6 strong  {
    color: #fff;
}
section.pfmance .pfmance_r a.list1 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance01.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;

}
section.pfmance .pfmance_r a.list2 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance02.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}
section.pfmance .pfmance_r a.list3 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance03.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}
section.pfmance .pfmance_r a.list4 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance04.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}
section.pfmance .pfmance_r a.list5 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance05.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}
section.pfmance .pfmance_r a.list6 div { 
    background-color: #002c91;
    background-image: url("../../images/2024/main/bg_pfmance06.jpg"); 
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}


/* 솔루션 */
section.solutions {
    width: 1638px;
}
.solutions .stGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solutions .stGrid li {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.solutions .stGrid li a {
    display: block;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 2.0rem 0 6.0rem;
    transition: all 0.5s;
}
.solutions .stGrid li a:hover {
    border: 1px solid #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.solutions .stGrid li a img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.solutions .stGrid li a .stTitle {
    font-size: 3.0rem;
    color: #333;
    font-weight: 800;
    letter-spacing: -1px;
}
/*
.solutions .stGrid li:last-child {
	display: flex;
	justify-content: center;
    align-items: center;
}
.solutions .stGrid li:last-child  a{
	position: relative;
    border: 0 none;
    font-size: 2.4rem;
    color: #999;
    font-weight: 200;
}
.solutions .stGrid li:last-child  a::after {
	content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 30px);
    transform: translate(-50%, -50%);
    display: block;
    width: 180px;
    height: 40px;
    background-image: url("../../images/2024/sub/carrer_step_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
*/


/* ai 섹션 */
.aiSect {
	overflow: hidden;
    width: 1638px;
    display: flex;
    justify-content: space-between;
    column-gap: 10.0rem;
}
.aiSect .lside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
}
.aiSect .lside h2 {
    width: 100%;
}
.aiSect .lside .main_h_sub {
    width: 100%;
}
.aiSect .rside img {
	max-width: 100%;
}

/* 채용 */
.recruit {
    margin-top: 120px;
}
.recruit_inner {
    width: 1638px;
    margin: 0 auto;
    padding-top: 22.2rem;
/*     left:10vw; */
    position: relative;
    z-index: 2;
}
.recruit_bg {
    background-color: #fff;
    background-image: url("../../images/2024/main/ck_recruit.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
    background-size:cover;
    height: 100vh;
    width:100px;
    top:40vh;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.recruit .main_h_sub {
    font-size: 9.0rem;
    color: #1a458e;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}

.btn_recruit {
    width: 148px;
    margin: 0 10px;
    padding: 48px 30px;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 2.4rem;
    color: #333;
}

/* 뉴스 */
.news {
    width: 1638px;
}
.news .newsList {
    display: flex;
}
.news .newsList .firstNews {
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 44.0rem;
    margin-right: 5.0rem;
    background-color: #1a458e;
}
.news .newsList .firstNews a {
    display: flex;
    flex-flow: column;
    padding: 6.0rem 4.5rem;
    color: #fff;
}
.news .newsList .firstNews a .subj {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
}
.news .newsList .firstNews a .cont {
    display: block;
    font-size: 1.8rem;
    opacity: .7;
}
.news .newsList .firstNews a .date {
    display: block;
    margin-top: 20px;
}
.news .newsList .newsUl {
    width: 50%;
}
.news .newsList .newsUl li a {
    display: block;
    padding: 4.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.news .newsList .newsUl li a .subj {
	overflow: hidden;
	display: block;
    font-size: 2.4rem;
    color: #333;
    text-overflow: ellipsis;
    width: 70%;
}
.news .newsList .newsUl li a .date {
    float: right;
    margin-top: 10px;
}

/* js-motion */
section.mainSection .maincopy .copy_l {
  transform: translateY(5.5rem);
  opacity: 0;
}
section.mainSection .maincopy.move .copy_l {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.7s;
}
section.mainSection .maincopy .copy_s {
  transform: translateY(5.5rem);
  opacity: 0;
}
section.mainSection .maincopy.move .copy_s {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 1.0s;
}
section.bsArea h2 {
  transform: translateY(10rem);
  opacity: 0;   
}
section.bsArea.move h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s; 
}
section.bsArea .main_h_sub {
  transform: translateY(10rem);
  opacity: 0;   
}
section.bsArea.move .main_h_sub {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;   
}
section.bsArea .bsGrid {
  transform: translateY(10rem);
  opacity: 0; 
}
section.bsArea.move .bsGrid {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.6s; 
}
section.pfmance .inner .pfmance_r {
  transform: translateY(50rem);  
  /*transform: scale(0.5);*/
  opacity: 0; 
} 
section.pfmance .inner.move .pfmance_r {
  transform: translateY(0);
  opacity: 1;
  /*transform: scale(1);*/
  transition: all 1.0s;
  transition-delay: 0.3s; 
}
section.solutions h2 {
  transform: translateY(10rem);
  opacity: 0;
}
section.solutions.move h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.3s; 
}
section.solutions .main_h_sub {
  transform: translateY(10rem);
  opacity: 0;   
}
section.solutions.move .main_h_sub {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.5s; 
}
section.solutions .stGrid {
  transform: translateY(10rem);
  opacity: 0;   
}
section.solutions.move .stGrid {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.7s; 
}
section.aiSect .lside {
  transform: translateX(-20rem);
  opacity: 0;
}
section.aiSect.move .lside {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s; 
}
section.aiSect .rside {
  transform: translateX(20rem);
  opacity: 0;
}
section.aiSect.move .rside {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s; 
}
section.news h2 {
  transform: translateY(10rem);
  opacity: 0;
}
section.news.move h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s; 
}
section.news .newsList {
  transform: translateY(10rem);
  opacity: 0;
}
section.news.move .newsList {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s; 
}
section.aisector h2 {
  transform: translateY(10rem);
  opacity: 0;
}
section.aisector.move h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;
}
section.aisector .prd_main .intro {
  transform: translateY(10rem);
  opacity: 0;
}
section.aisector.move .prd_main .intro {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;
}
section.aisector .prd_main .vhero_mp4 {
  transform: translateY(10rem);
  opacity: 0;
}
section.aisector.move .prd_main .vhero_mp4 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.6s;
}
section.aisector .prd_main2 .intro {
  transform: translateY(10rem);
  opacity: 0;
}
section.aisector.move .prd_main2 .intro {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;
}
section.aisector .prd_main2 .vhero {
  transform: translateY(10rem);
  opacity: 0;
}
section.aisector.move .prd_main2 .vhero {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.6s;
}
section.contactus h2 {
  transform: translateY(10rem);
  opacity: 0;
}
section.contactus.move h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
section.contactus .ctGrid {
  transform: translateY(10rem);
  opacity: 0;
}
section.contactus.move .ctGrid {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;
}

/* ai platform service */
.aisector {
	width: 1638px;
	margin: 0 auto;
	margin-top: 200px;
}
.aisector .prd_main,
.aisector .prd_main2 {
	height: 50dvh;
}
.aisector .prd_main2 {
	margin-top: 240px;
}
.prd_main .intro .inner {
	margin-left: 120px;
}
.prd_main2 .intro .inner {
	margin-left: 30px;
}
.prd_main .intro .cap .copy_l,
.prd_main2 .intro .cap .copy_l {
	font-size: 6.0rem;
	font-weight: 400;
	line-height: 120%;
}
.prd_main2 .vhero img {
	width: 1100px;
	margin-left: -80px;
}
.prd_main .vhero_mp4 {
	position: relative;
	width: 60%;
}
.prd_main .vhero_mp4 .ideumC {
	width: 800px;
}
.prd_main .vhero_mp4 .abs {
	position: absolute;
	bottom: -200px;
	right: -80px;
	width: 800px;
}
.aisector .more {
	display: block;
	margin-top: 40px;
	font-size: 24px;
	color: #999;
	font-weight: 200;
}
/* Solution */
.sol_main {
	display: flex;
	jusitify-content: space-between;
	align-items: center;	
}
.sol_main .main_h_sub {
	width: 70%;
}
/* contact us */
.contactus {
	width: 1638px;
	margin: 0 auto;
	margin-top :200px;
}
.contactus .ctGrid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: fit-content;
	margin: 100px auto;
}
.contactus .ctGrid li a {
	display: block;
	position: relative;
	overflow: hidden;
    border-radius: 8px;
}
.contactus .ctGrid li a img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}
.contactus .ctGrid li a img:hover {
    transform: scale(1.1);
}
.contactus .ctGrid li a .ctTitle {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color:  #fff;
    font-weight: 800;
}
