/*
=========================================================
Main Page
=========================================================
*/

.main-top-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main-top {
    position: relative; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin-left: -200px; */
    background-size: cover !important;
    background-position: center !important;
    background-image: url(../img/technology-circle.jpg);
    background-blend-mode: darken;
    background-color: #FFFFFF;
    /* background-attachment: fixed; */
    animation: mainBg ease-out forwards;
    animation-duration: 2s;
}

@keyframes mainBg {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.main-top > .text-box {
    position: absolute;
    top: calc(50% - 100px);
    width:100%;
    text-align: center;
    color: #eee;
    /* padding: 0 200px; */
    word-break: keep-all;
}

.main-top > .text-box > h3 {
    font-family: 'NanumSquareNeoR';
    font-size: calc(1.3rem + 2vw);
    line-height: 2;
    opacity: 0;
    transform: translateY(-60px);
    animation: maintitAni 1s forwards;
    animation-duration: 2s;
}

.main-top > .text-box > h2 {
    font-family: 'NanumSquareNeoB';
    font-size: calc(1.5rem + 2vw);
    line-height: 1.2;
    opacity: 0;
    transform: translateY(-60px);
    animation: maintitAni 1s forwards;
    animation-duration: 2s;
    border-bottom: 1px solid #555e73;
    padding-bottom: 30px;
}

.main-top > .text-box > p {
    margin-top: 40px;
    font-family: 'NanumSquareNeoR';
    font-size: 2rem;
    opacity: 0;
    transform: translateY(-60px);
    animation: maintitAni 1s forwards;
    animation-duration: 1.3s;
    animation-delay: 0.6s;
    line-height: 1.5;
}

@keyframes maintitAni {
    from {
        transform: translateY(-60px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} 

.scr_icon {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.scr_icon > span {
    color: #fff;
    font-size: 13px;
}
.scr_icon .arw_bot {
    display: block;
    text-align: center;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    animation: motion 0.5s linear 0s infinite alternate;
}
.scr_icon .arw_bot:last-child {
    bottom: -15px;
}
@keyframes motion {
    0% {
      margin-bottom: 0px;
    }
    100% {
      margin-bottom: -6px;
    }
}

.section {
    position: relative;
}

.section .bg {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    min-width: 1520px;
    height: 100%;
    z-index: -9;
}

.section .bg .bg-left {
    position: relative;
    width: 50%;
}

.section .bg-right {
    width: 50%;
}

.section-main1 {
    padding: 230px 0 220px;
    background-image: url(../img/company-c.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: center;
}

.section-main1 .bg .bg-left .bg-text {
    position: absolute;
    bottom: 16px;
    right: 0;
    font-family: 'PoppinsB';
    font-size: 137px;
    color: #f5f5f5;
    text-align: right;
    line-height: 1;
    height: 322px;
}

.section-main1 .bg .bg-right {
    background: #F5F5F5;
}

.section > .container {
    /* display: flex; */
    width: 100%; 
    margin: 0 auto; 
}

.section .main-img {
    position: relative;
}

/* .section .main-text{
    position: absolute;
    margin-left: 700px;
    width: 50%;
} */

.section-main1 .section-title.title1 {
    font-size: 3.4rem;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    color: #fff;
}

.section-main1.active .section-title.title1 {
    animation: sectitAni 1s forwards;
    animation-duration: 1.5s;
} /* 주의 */

.section-main1 .section-title.title2 {
    margin-top: 18px;
    font-size: 4.3rem;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    color: #fff;
}

.section-main1.active .section-title.title2 {
    animation: sectitAni 1s forwards;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
} /* 주의 */



@keyframes sectitAni {
    from {
        opacity: 0;
        transform: translateY(30px);

    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-main1 .main-content {
    display: flex;
    margin-top: 220px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section-main1 .main-content .main-item {
    padding: 0 50px;
    border-right: 1px solid #dbdbdb;
    width: 300px;
}

.section-main1 .main-content .main-item:first-child {
    
}

.section-main1 .main-content .main-item:last-child {
    padding-right: 0;
    border-right: none;
}

.section-main1 .main-content .main-item .years {
    opacity: 0;
    transform: translateY(30px);
}

.section-main1.active .main-content .main-item .years {
    animation: mainitemAni 1s forwards;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
}

.section-main1 .main-content .main-item .partners {
    opacity: 0;
    transform: translateY(30px);
}

.section-main1.active .main-content .main-item .partners {
    animation: mainitemAni 1s forwards;
    animation-duration: 1.5s;
    animation-delay: 0.8s; 
}

.section-main1 .main-content .main-item .growth {
    opacity: 0;
    transform: translateY(30px);
}

.section-main1.active .main-content .main-item .growth {
    animation: mainitemAni 1s forwards;
    animation-duration: 1.5s;
    animation-delay: 1.0s;
}

@keyframes mainitemAni {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    90% {
        opacity: 1;
        transform: translateY(2px);
        
    }
    100% {
        opacity: 1;
        transform: translateY(0);

    }
}

.section-main1 .main-content .main-item .main-keyword-eng{
    margin-bottom: 6px;
    font-family: 'PoppinsB';
    font-size: 2rem;
    color: #94ABDE;
}

.section-main1 .main-content .main-item .main-keyword{
    font-size: 2rem;
    color: #fff;
}

.main-num{
    font-size: 2rem;
    color: #fff;
}

.main-num > span{
    display: inline-block;
    margin-right: 10px;
    font-family: 'PoppinsB';
    font-size: 7rem;
    color: #fff;
}    

.section-main1 .main-img1 {
    position: absolute;
    top: 184px;
    margin-left: 762px;
    height: 423px;
    width: 597px;
}

.section-main1 .main-img1 img{
    width: 100%;
}

.section-main2 {
    padding: 160px 0;
    height: 1180px;
    background-color: #fafafa;
    position: relative;
}

.section-main2 .container {
    flex-flow: column;
    align-items: center;
    width: 80%;
}

.section-main2 .bg .bg-left {
    background: #F5F5F5;
}

.section-main2 .main-img .main-img3 {
    top: 270px;
    left: 255px;
    transform: translate(255px, -88px);
}

.section-sub-title,.section-title {
    font-size: 3.4rem;
    line-height: 50px;
}

.section-main2 .main-text .section-sub-title {
    line-height: 50px;
    font-size: 3.2rem;
    opacity: 0;
    transform: translateY(30px);
}

.section-main2 .section-title {
    margin: 15px 0 60px 0;
    line-height: 60px;
    font-size: 3.4rem;
    opacity: 0;
    transform: translateY(30px);
}

.section-img {
    display: flex; 
    justify-content: space-between;
    align-items:end;
    width: 100%;
    height: 630px;
    overflow: hidden; 
    margin-top: 50px;
}
.history-txt {
    position: absolute;
    z-index: 88;
    padding: 25px 0 0 25px;
    line-height: 1.3;
}
.history-txt-mo {
    display: none;
}
.history-txt > span{
    font-size: 5.3rem;
    color: #fff;
}
.history-num{
    position: absolute;
    top : -60px;
    font-size: 3.8rem;
    color : #385CAE;
    padding-left: 25px;
    font-family: 'PoppinsB';
}
.growth-img {
    width: 20%;
    height: 20%;
    gap: 10px;
    border-radius: 8px 8px 0 0;
    background-color: #385CAE;
    position: relative;
}
.growth-img img {
    width: 100%;
    opacity: 40%;
}

.growth-img:nth-child(2) {
    width: 20%;
    height: 40%;
    gap: 10px;
    border-radius: 8px 8px 0 0;
}

.growth-img:nth-child(3) {
    width: 22%;
    height: 50%;
    gap: 10px;
    border-radius: 8px 8px 0 0;
}

.growth-img:nth-child(4) {
    width: 36%;
    height: 90%;
    gap: 10px;
    border-radius: 8px 8px 0 0;
    background-color: #3f54d0;
}
.growth-img img{
        width: 100%;
        height: 100%;
    }
.section-main3 {
    padding: 160px 0;
    color: #4B4E53;
    height: 1040px;
    /* background-image: url(../img/tech_isometric.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.section-main3 .container {
    flex-flow: column;
    align-items: center;
    width: 80%;
}

.section-main3 .section-sub-title {
    font-size: 3.2rem;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    word-break: keep-all;
    line-height: 50px;
}

.section-main3 .section-title {
    margin: 15px 0 105px 0;
    line-height: 60px;
    font-size: 3.4rem;
    opacity: 0;
    transform: translateY(30px);
}

.section-main3 .depart-arrow {
    /* margin-left: -200px; */
    position: absolute;
    bottom: 390px;
    height: 5px;
    background: #385CAE;
    z-index: 0;
}

.section-main3.active .depart-arrow {
    animation: arrowAni 2s forwards;
    animation-duration: 3s;
}

.blink {
    width: 26px; 
    height: 26px; 
    background-color: #385CAE;
    border-radius: 50%;
    position: absolute; 
    top: 110px;
    border:6px solid #EAEEF7;
    z-index: 98;
    cursor: pointer;
}

@keyframes fade-grow-blink {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.6;
      transform: scale(1.2);
    }
  }
  
.blink:hover {
    animation: fade-grow-blink 1.2s ease-in-out 3;
    display: inline-block;
}

.point-icon {
    width: 266px; 
    height: 286px; 
    position: absolute; 
    top: -190px;
    z-index: 99;
    overflow: hidden;
    /* border: 5px solid #385CAE; */
    cursor: pointer;
}
.point-icon img{
    width: 100%;
    height: 100%;
}

.point-icon:hover{
    transform: scale(1.1);
    transition: transform .3s linear;
    display: inline-block;
}
/* .section-main3 .depart-arrow-tip {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 1px;
    background: #4055D0;
    transform: translate(1px, -7px) rotate(30deg);
    z-index: 9;
} */

@keyframes arrowAni {
    from {
        width: 0;
    }
    to {
        width: calc(2400px + (100vw) / 2);
    }
}

@media screen and (max-width:1920px) {
    
    @keyframes arrowAni {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
}

.section-main3 .depart-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 180px;
    position: relative;
}

.section-main3 .depart-content .depart-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 510px;
    /* background: linear-gradient(#4055D0 50%, #EEF2FA 0%);
    border-radius: 15%; */
    opacity: 0;
}

.section-main3.active .depart-content .depart-item {
    animation: departAni 1s forwards;
    animation-duration: 1.5s;
}

.section-main3.active .depart-content .depart-item.uxui {
    animation-delay: 0.3s;    
}

.section-main3.active .depart-content .depart-item.develop {
    animation-delay: 0.7s;
}

.section-main3.active .depart-content .depart-item.setup {
    animation-delay: 1.1s;    
}

.section-main3.active .depart-content .depart-item.quality {
    animation-delay: 1.5s;        
}   

@keyframes departAni {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section-main3 .depart-content .depart-item .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #D3DBED; */
    /* border-radius: 15%; */
}

.section-main3 .depart-content .depart-item .circle .inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    position: relative;
}

.section-main3 .depart-content .depart-item .circle .inner .depart-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-family: 'PoppinsB';
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3;
    color: #333;
    margin-top: 80px;
}

.section-main3 .depart-content .depart-item .circle .inner .depart-desc {
    width: 308px;
    height: 48%;
    font-family: 'NanumSquareNeoR';
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    word-break: keep-all;
}

.section-main4 .container {
    flex-flow: column nowrap;
    gap: 55px;
    width: 80%;
}

.section-main4 {
    padding: 140px 0 230px 0;
    color: #4B4E53;
    background-color: #D3DBED;
    height: auto;
    /* background-image: url(../img/retail-store.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section-main4 .section-title {
    font-size: 3.4rem;
    margin: 15px 0 105px 0;
    line-height: 60px;
}

.section-main4 .moto-content {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.section-main4 .moto-content .moto-item {
    display: flex;
    flex-flow: column nowrap;
    padding: 60px 40px;
    color: #333;
    background: rgba(255,255,255,.6);
    text-align: center;
    border-radius: 16px;
}

.section-main4 .moto-content .moto-item .moto-title {
    margin-bottom: 30px;
    font-family: 'NanumSquareNeoB';
    font-size: 2.4rem;
    opacity: 0;
    transform: translateY(20px);
    white-space: nowrap;
}

.section-main4.active .moto-content .moto-item .moto-title {
    animation: motoAni 1s forwards;
    animation-duration: 1s;
}

.section-main4 .moto-content .moto-item .moto-list{
    opacity: 0;
    transform: translateY(20px);
}

.section-main4.active .moto-content .moto-item .moto-list{
    animation: motoAni 1s forwards;
    animation-duration: 1s;
}

.section-main4 .moto-content .moto-item .moto-list li {
    position: relative;
    padding-left: 16px;
    font-family: 'NanumSquareNeoR';
    font-size: 1.7rem;
    line-height: 25px;
    word-break: keep-all;
    text-align: left;
}

.section-main4 .moto-content .moto-img{
    width: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.moto-img img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}

@keyframes motoAni {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-main4 .moto-content .moto-item .moto-list li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 1px solid #333;
    border-radius: 50%;
}

.section-main4 .moto-content .moto-item .moto-list li + li {
    margin-top: 16px;
}

.section-main4 .moto-content .moto-item .moto-list + .moto-title {
    margin-top: 80px;
}

.section-main4.active .moto-content .moto-item .moto-ani1 {
    animation-delay: 0.3s;
}

.section-main4.active .moto-content .moto-item .moto-ani2 {
    animation-delay: 0.5s;
}

.section-main4.active .moto-content .moto-item .moto-ani3 {
    animation-delay: 0.7s;
}

.section-main4.active .moto-content .moto-item .moto-ani4 {
    animation-delay: 0.9s;
}

.section-main4.active .moto-content .moto-item .moto-ani5 {
    animation-delay: 1.1s;
}

.section-main4.active .moto-content .moto-item .moto-ani6 {
    animation-delay: 1.3s;
}


/*
=========================================================
Sub Pages
=========================================================
*/

.container{
    width:1520px;
    min-width: 320px;
    margin: 0 auto;
}

.sub-tabs {
    position: relative;
    display: flex;
    width: calc(100vw + 200px);
    height: 85px;
    background-color: #385CAE;
    margin-top: -85px;
    padding: 35px 0;
}

.sub-tab {
    position: relative;
    flex: 1;
    max-width: 330px;
    cursor: pointer;
    text-align: center;
    background-color: #385CAE;
    font-family: 'NanumSquareNeoB';
    color: #94ABDE;
    border: none;
    /* border-radius: 0 0 6px 6px; */
    outline: none;
    font-size: 1.8rem;
    border-right: 1px solid #94ABDE;
}

.sub-tab.active {
    font-weight: bold;
    color: #fff;
}

/* .sub-tab.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #6291fb;
} */

.sub-tab-content {
    display: none;
    padding: 140px 0 260px;
}

.sub-tab-content.active {
    display: block;
}

.sub-tab-content .section-intro .body-title {
    margin-top: 30px;
}

.sub-tab-content .section-detail .content-box {
    display: flex;
    flex-direction: row;
    padding-top: 120px;
}

.sub-tab-content .section-detail .content-box {
    /* opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform; */
}

.sub-tab-content .section-detail .content-box.on {
    /* opacity: 1;
    transform: translateY(0); */
} 

.sub-tab-content .section-detail .content-box div.organizational-system::after {
    background-image: url('../img/organizational_system.png');
    width: calc(100% + 355px);
    height: 441px;
    margin: 81px 0 0 -355px;
}

.sub-tab-content .section-detail .content-box div.career-levels::after {
    background-image: url('../img/career_levels.png');
    width: 100%;
    height: 160px;
    margin-top: 47px;
}

.sub-tab-content .section-detail .content-box .content-title {
    width: 354px;
    flex: 0 0 354px;
}

.sub-tab-content .section-detail .content-box .role-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 50px;
    margin-bottom: 60px;
}

.sub-tab-content .section-detail .content-box .role-list .role-item {
    width: 50%;
    position: relative;
    padding: 40px 16px 40px 67px;
    border-bottom: 1px solid #dbdbdb;
}

.sub-tab-content .section-detail .content-box .role-list .role-item:nth-child(-n+2) {
    border-top: 1px solid #dbdbdb;
}

.sub-tab-content .section-detail .content-box .role-list .role-item .content-num {
    position: absolute;
    top: 50px;
    left: 0;
    font-family: 'NanumSquareNeoH';
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.84px;
    color: #3f54d0;
}

.sub-tab-content .section-detail .content-box .role-list .role-item.no-number .content-num {
    display: none;
}

.sub-tab-content .section-detail .content-box .role-list .role-item .role-dept {
    font-family: 'NanumSquareNeoEB';    
    font-size: 1.8rem;
    line-height: 48px;
    color: #333;
}

.sub-tab-content .section-detail .content-box .role-list .role-item .role-desc { 
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: -0.64px;
    color: #444;
}

.section-main1 .container > .main-img {
    flex-flow: 1;
}

/*
=========================================================
about.html
=========================================================
*/

.sub-tab-content .section-intro .leadership-img {
    width: 100%;
    margin: 120px 0;
}

.sub-tab-content .section-intro .leadership-img img {
    width: 100%;
    object-fit: contain;
}

.sub-tab-content .section-intro .leadership-imgback {
    display: none;
}

.sub-tab-content .section-intro .leadership-imgtab {
    display: none;
}

.sub-tab-content .section-intro .leadership-imgback img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.core-values{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 21px;
    justify-content: center;
}

.core-values .core-value-item {
    width: 100%;
    background-color: #FFFFFF;
    padding: 39px 34px 39px 25px;
    border: 1px solid #CAD4EA;
    border-radius: 4px;
}

.core-values .core-value-item p {
    font-family: 'NanumSquareNeoEB';
    font-size: 2.1rem;
    line-height: 36px;
    letter-spacing: -0.42px;
    color: #333;
}

.core-values .core-value-item .core-value-list {
    margin-top: 23px;
}

.core-values .core-value-item .core-value-list li {
    font-size: 1.6rem;
    font-family: 'NanumSquareNeoR';
    line-height: 30px;
    letter-spacing: -0.20px;
    color: #333;
}

.core-values .core-value-item .core-value-list li::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

.core-values .core-value-item .core-value-list li + li {
    padding-top: 8px;
}
.sub-tab-content.about .section-detail .content-box .procedure-group .procedure-column{
    margin-top:40px;
}
.sub-tab-content.about .section-detail .content-box .procedure-group .procedure-column .procedure-item{
    width:100%;
}

.sub-tab-content .section-intro .content-banner {
    margin-top: 80px;
}

.sub-tab-content .section-intro .content-banner img{
    width: 100%;
}

.sub-tab-content .section-detail .content-box .content-map {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.sub-tab-content .section-detail .content-box .content-map::after {
    content: "ADD. 서울특별시 금천구 가산디지털1로 205, 케이씨씨 웰츠밸리 702호";
    display: block;
    background-color: #4b4e53;
    padding: 30px 50px 47px 30px;
    margin-top: -5px;
    font-family: 'NanumSquareNeoB';
    font-size: 1.8rem;
    line-height: 32px;
    color: #ccc;
    text-align: right;
}

.sub-tab-content .section-detail .history-wrapper {
    position: relative;
    display: flex;
    margin-top: 140px;
}
  
.sub-tab-content .section-detail .history-wrapper .history-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    justify-content: space-around;
}

.sub-tab-content .section-detail .history-wrapper .history-images img.banca {
    width: 100%;
    object-fit: contain;
    height: 350px;
    margin-top: -77px;
}

.sub-tab-content .section-detail .history-wrapper .history-images img.form-digital {
    width: 100%;
    object-fit: contain;
    height: 350px;
    margin-top: 87px;
}

.sub-tab-content .section-detail .history-wrapper .history-images img.mobile-banca {
    width: 100%;
    object-fit: contain;
    height: 350px;
    margin-top: 123px;
}

.sub-tab-content .section-detail .history-wrapper .history-images img.certificate-preview {
    width: 100%;
    object-fit: contain;
    height: 350px;
    margin-top: 208px;
}

.sub-tab-content .section-detail .history-wrapper .history-images img.eum-frame {
    width: 100%;
    object-fit: contain;
    height: 350px;
    margin-top: 202px;
}

.sub-tab-content .section-detail .history-wrapper .history-content {
    position: relative;
    padding-left: 60px;
}

.sub-tab-content .section-detail .history-wrapper .history-content::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}
  
.sub-tab-content .section-detail .history-wrapper .history-content .history-item {
    position: relative;
    display: flex;
    flex-direction: row;
}

.sub-tab-content .section-detail .history-wrapper .history-content .history-item + .history-item {
    margin-top: 105px;
}

.sub-tab-content .section-detail .history-wrapper .history-content .history-item h3 {
    font-family: 'NanumSquareNeoEB';
    font-size: 2.5rem;
    line-height: 32px;
    letter-spacing: -1px;
    color: #4b4e53;
    position: relative;
    margin-right: 50px;
    width: 85px;
    word-break: keep-all;
}
  
.sub-tab-content .section-detail .history-wrapper .history-content .history-item h3::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 10px;
    width: 9px;
    height: 9px;
    background-color: #3f54d0;
    border-radius: 50%;
}
  
.sub-tab-content .section-detail .history-wrapper .history-content .history-item ul {
    padding-left: 0;
    margin: 0;
}
  
.sub-tab-content .section-detail .history-wrapper .history-content .history-item ul li {
    list-style: none;
    font-size: 1.8rem;
    line-height: 40px;
    color: #333;
}
 
.sub-tab-content .section-detail .history-wrapper .history-content .history-item ul li.bold {
    font-family: 'NanumSquareNeoB';
}

.sub-tab-content .section-detail .organization {
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.sub-tab-content .section-detail .organization img{
    width: 100%;
    object-fit: contain;
}

.sub-tab-content .section-detail .organization .organization-back{
    display: none;
}

.sub-tab-content .section-detail .career-levels img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub-tab-content .section-detail .career-levels .levels-back{
    display: none;
}

/*
=========================================================
business.html
=========================================================
*/

.sub-tab-content.business .section-detail .core-values {
    margin-top: 90px;
}

.sub-tab-content.solutions .section-detail .content-box .core-value-box {
    width: 100%;
}
.sub-tab-content.solutions .section-detail .content-box .core-value-box img{
    width: 100%;
    border-radius: 3px;
    object-fit: contain;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-p, .sub-tab-content.solutions .section-detail .content-box .content-title.font-p span {
    position: relative;
    font-family: 'PoppinsB';
    font-size: 4rem;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-p span {
    margin-left: 17px;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-p span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -26px;
    width: 30px;
    height: 30px;
    background-color: #57d29e;
    clip-path: path("M15 0 Q20 10 30 15 Q20 20 15 30 Q10 20 0 15 Q10 10 15 0");
    margin-right: 8px;
    vertical-align: middle;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-p span::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    right: 1px;
    width: 134px;
    border-top: 1px solid #fff;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-kb {
    font-family: 'KohinoorBanglaR';
    font-size: 4rem;
}

.sub-tab-content.solutions .section-detail .content-box .content-title.font-kb span {
    font-family: 'PoppinsB';
    color: #3f54d0;
}

.sub-tab-content.partners .section-detail .content-box .partners-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.sub-tab-content.partners .section-detail .content-box .partners-list li {
    width: 100%;
    height: 157px;
    margin-top: 22px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    align-content: center;
    text-align-last:center;
}

.sub-tab-content.partners .section-detail .content-box .partners-list li img{
    width: 50%;
    height: auto;
    object-fit: scale-down;
}

.sub-tab-content.partners .section-detail .content-box .partners-list li:hover{
    border: 1px solid #4055D0;
    cursor: pointer;
}

.core-business{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-top: 60px;
}

.core-business .core-business-item img{
    width: 100%;
    border-radius: 3px;
}

/*
=========================================================
recruit.html
=========================================================
*/

.sub-tab-content.People .section-detail .content-box.People-flex .content-title{
    flex: 0 0 112px;
}

.sub-tab-content.People .section-detail .content-box .recruit-img{
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.sub-tab-content.People .section-detail .content-box .recruit-img img{
    width: 100%;
}

.sub-tab-content.People .section-detail .content-box .recruit-back{
    display: none;
}

.sub-tab-content.People .section-detail .content-box .value-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25px;
}

.sub-tab-content.People .section-detail .content-box .value-list .value-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 315px;
    background-color: #fff;
    border: 1px solid #d0dafa;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(64, 85, 208, 0.14);
}

.sub-tab-content.People .section-detail .content-box .value-list .value-card p{
    text-align: center;
}

.sub-tab-content.People .section-detail .content-box .value-list .value-card .value-keyword{
    font-family: 'PoppinsB';
    font-size: 1.6rem;
    line-height: 35px;
    color: #4155cf;
}

.sub-tab-content.People .section-detail .content-box .value-list .value-card .value-title{
    font-family: 'NanumSquareNeoEB';
    font-size: 1.9rem;
    line-height: 38px;
    color: #212020;
}

.sub-tab-content.People .section-detail .content-box .value-list .value-card .value-description{
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: -0.32px;
    color: #212020;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group{
    display: flex;
    flex-direction: column;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content + .job-content{
    margin-top: 67px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-nb{
    font-family: 'NanumSquareNeoH';
    font-size: 3rem;
    line-height: 57px;
    color: #DBDBDB;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-name{
    font-family: 'NanumSquareNeoB';
    font-size: 3rem;
    line-height: 48px;
    color: #333;
    margin-left: 16px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-text{
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: -0.36px;
    color: #444;
    padding: 0px 0px 50px 0px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info_1{
    display: flex;
    align-items: center;   
    padding: 0px 0px 30px 0px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 65px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 40px 0px 40px 20px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-subtitle{
    font-family: 'NanumSquareNeoEB';
    font-size: 2.1rem;  
    line-height: 34px;
    letter-spacing: -0.84px;
    color: #3f54d0;
    word-break: keep-all;
    width: 120px;
    flex-shrink: 0;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-list{
    display: flex;
    flex-wrap: wrap;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-list li{
    position: relative;
    margin-bottom:20px;
    padding-left: 18px;
    width: 50%;
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0.36px;
    color: #333;
    font-family: 'NanumSquareNeoB';
}

.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-list li:nth-last-child(1),
.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-list li:nth-last-child(2) {
    margin-bottom: 0;
}


.sub-tab-content.RecruitInfo .section-detail .content-box .job-group .job-content .job-info .job-list li::before{
    content: "";
    position: absolute;
    top: 13px;
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 1.5px;
    margin-left: -15px;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row{
    position: relative;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row-back{
    display: none;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #e0e0e0;
    width: 100%;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group {
    width: 100%;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row, .sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-column{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row {
    flex-wrap: wrap;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 254px;
    height: 254px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    z-index: 1;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item:nth-child(1)::before{
    content: "STEP 1";
    display: inline-block;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'PoppinsSB';
    font-size: 2.1rem;
    line-height: 36px;
    color: #4055d0;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item:nth-child(2)::before{
    content: "STEP 2";
    display: inline-block;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'PoppinsSB';
    font-size:2.1rem;
    line-height: 36px;
    color: #4055d0;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item:nth-child(3)::before{
    content: "STEP 3";
    display: inline-block;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'PoppinsSB';
    font-size: 2.1rem;
    line-height: 36px;
    color: #4055d0;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item:nth-child(4){
    width: 254px;
    height: 254px;
    border: 13px solid #eef0fe;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item .circle_bg{
    background:linear-gradient(#647AFF,#2F3FFF,#4055D0);
    border: 16px solid #DADCFC;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item:nth-child(4)::before{
    content: "STEP 4";
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'PoppinsSB';
    font-size: 2.1rem;
    line-height: 36px;
    color: #647AFF;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    z-index: 2;
}

.sub-tab-content.RecruitInfo .section-detail .content-box .procedure-group .procedure-row .procedure-item p{
    font-size: 2.1rem;
    letter-spacing: -0.42px;
    text-align: center;
    color: #333;
    padding-top: 20px;
    z-index: 2;
}

.sub-tab-content .section-detail .content-box .procedure-group .procedure-column{
    margin-top: 90px;
    gap: 9px;
}

.sub-tab-content .section-detail .content-box .procedure-group .procedure-column .procedure-item{
    display: flex;
    width: 50%;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 24px 32px;
}
.sub-tab-content .section-detail .content-box .procedure-group .procedure-column .procedure-item .item-img{
    width: 77px;
    margin-right: 31px;
}
.sub-tab-content .section-detail .content-box .procedure-group .procedure-column .procedure-txt .role-dept{
    font-family: 'NanumSquareNeoEB';
    font-size: 2.1rem;
    line-height: 32px;
    letter-spacing: -0.42px;
    color: #333;
}

.sub-tab-content .section-detail .content-box .procedure-group .procedure-column .procedure-txt .role-dept:hover{
    cursor: pointer;
}

.sub-tab-content .section-detail .content-box .procedure-group .procedure-column .procedure-txt .role-desc{
    font-family: 'NanumSquareNeoR';
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444444;
}

.sub-tab-content .section-detail .content-box .benefit-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.sub-tab-content .section-detail .content-box .benefit-list .benefit-item{
    width: 470px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0px 0px 40px 0px;
    margin-bottom: 70px;
}

.sub-tab-content .section-detail .content-box .benefit-list .benefit-item-box{
  margin-top: 40px;
}

.sub-tab-content .section-detail .content-box .benefit-list .benefit-item .benefit-dept{
    font-size: 2.1rem;
    font-family: 'NanumSquareNeoEB';
    line-height: 48px;
    color: #333333;
}

.sub-tab-content .section-detail .content-box .benefit-list .benefit-item .benefit-desc{
    font-size: 2rem;
    font-family: 'NanumSquareNeoR';
    line-height: 32px;
    color: #444444;
    word-break: keep-all;
}

.sub-tab-content .section-detail .banner-wrap {
    display: flex;
    justify-content: right;
}

.sub-tab-content .section-detail .banner{
    position:relative;
    width: 100%;
    max-width: 1520px;
    height: 363px;
    border-radius: 4px;
    overflow: hidden;
}

.sub-tab-content .section-detail .banner .banner-box{
    position: relative;
    width: 100%;
    height: 100%;
}

.sub-tab-content .section-detail .banner .go-banner{
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
}

.sub-tab-content .section-detail .banner .banner-txt{
    font-size: 3.3rem;
    color: #FFFFFF;
    line-height: 54px;
    font-family: 'NanumSquareNeoB';
    position: absolute;
    top: 70px;
    left: 70px;
    width: 100%;
    white-space: nowrap;
}

.btn {
    color: #FFFFFF;
    position: relative;
    left: 70px;
    bottom: 130px;
    display: inline-block;
    width: 243px;
    height: 53px;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

.sub-tab-content .section-detail .banner .btn {
    position: absolute;
    bottom: 70px;
}

  .btn span {         
    position: relative;
    display: inline-block;
    font-family: 'NanumSquareNeoB';
    font-size: 2.1rem;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 15px;
  }

/*--- btn-1 ---*/
.btn-1::before {
    background-color: transparent;
    transition: 1.0s ease-out;
    position: absolute;
    content: '';
}
.btn-1 span {
    background-color: transparent;
    color:#fff;
    transition: 2.2s 0.1s;
    height: 100%;
    left: 0;
    top: 0;
}
.btn-1 span:hover {
    background-color: #fff;
    color: #3f54d0;
    transition: 2.2s 0.1s;
}

.btn.hover-filled-slide-right::before {
    top:0; 
    bottom: 0; 
    right: 0;
    height: 100%; 
    width: 100%;
    background-color: transparent;
    position: absolute;
    content: '';
}
.btn.hover-filled-slide-right:hover::before {
    width: 0%;
    background-color: #fff;
    position: absolute;
    content: '';
}


/*      recruit page 부분에 화살표 부분 css     */
.next.no1{
    transform: translateX(-50%);
}

.next::after{
    content: '';
    display: block;
    position: relative;
    bottom: 68px;
    left: 169px;
    width: 0;
    height: 0;
    border-radius: 2px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 15px solid #6291FC;
    border-right: 11px solid transparent
}

