/* root */
:root{
    --ai-color1: #8799AF;
    --ai-color2: #3F403F;
    --ai-color3: #A7B6C9;
    --exp-color1: #CCDBFF;
    --exp-color2: #DAE5FF;
    --exp-color3: #E9F0FF;
    --exp-color4: #F5F8FF;
    --exp-color5: #B8C0E2;
    --promo-color1: #727171;
    --promo-color2: #E5E7EB;
    --job-page-color1: #333333;
}


/* ai */
.ai-section .link-btn{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 19px 66px;
    background-color: var(--bs-white);
    border: 1px solid var(--main-color2);
    border-radius: 50px;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: bold;
}
.ai-section .link-btn::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--main-color2);
    border-right: 2px solid var(--main-color2); 
    transform: rotate(45deg); 
}
.ai-section .link-btn:hover{
    background: var(--main-color1);
    border-color: var(--main-color1);
    color: var(--bs-white);
}
.ai-section .link-btn:hover::after{
    border-color: var(--bs-white);
}

/* ai sec-1 */
.ai-section .ai-sec-1{
    padding-top: 170px;
}
.ai-section .ai-sec-1 .ai-scroll-video{
    position: relative;
    height: 274vh;
    overflow: hidden;
}
.ai-section .ai-sec-1 .ai-scroll-video::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background-color: var(--main-color11);
    z-index: -1;
}
.ai-section .ai-sec-1 .ai-scroll-video .s-tit{
    font-family: 'SUIT';
    text-align: center;
}
.ai-section .ai-sec-1 .ai-scroll-video .s-tit h3{
    margin-bottom: 20px;
    color: var(--ai-color1);
    font-size: 8.2rem;
    font-weight: bolder;
}
.ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
    color: var(--main-color2);
    font-size: 12.0rem;
    font-weight: bolder;
}
.ai-section .ai-sec-1 .ai-scroll-video .flex-video-box{
    display: flex;
    justify-content: center;
    gap: 18px;
    position: relative;
}
.ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap{
    display: inline-block;
    position: relative;
    width: 320px;
    height: 180px;
    z-index: 1;
}
.ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ai-section .ai-sec-1 .ai-scroll-video .link-btn{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
}

/* ai txt-anima */
.ai-section .ai-big-txt-wrap{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: var(--main-color11);
    font-family: 'SUIT';
    text-align: center;
    overflow: hidden;
}
.ai-section .ai-big-txt-wrap h3{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    padding-bottom: 40px;
    color: var(--ai-color1);
    font-size: 10rem;
    font-weight: 800;
    opacity: 0;
}
.ai-section .ai-big-txt-wrap h3 span{
    color: var(--main-color1);
}
.ai-section .ai-big-txt-wrap .txt-set{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    white-space: nowrap;
}
.ai-section .ai-big-txt-wrap p{
    display: inline-block;
    color: var(--ai-color2);
    font-size: 4.8rem;
    opacity: 0;
}
.ai-section .ai-big-txt-wrap .left-txt{
    top: 52%;
}
.ai-section .ai-big-txt-wrap .right-txt{
    top: 60%;
}
.ai-section .ai-big-txt-wrap.ai-sec-4 .right-txt{
    top: 64%;
}
.ai-section .ai-sec-2 .m-br{
    display: none;
}

/* ai sec-3 */
.ai-section .ai-sec-3{
    width: 100%;
    height: 100vh;
    background-color: var(--main-color2);
}
.ai-section .ai-sec-3 .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.ai-section .ai-sec-3 .left-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 50%;
    height: 100%;
    color: var(--bs-white);
    overflow: visible;
}
.ai-section .ai-sec-3 .left-sec h3{
    margin: 0;
    font-size: 6.4rem;
    font-weight: 800;
    font-family: 'SUIT';
}
.ai-section .ai-sec-3 .left-sec p{
    margin: 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 40px;
}
.ai-section .ai-sec-3 .btn{
    width: fit-content;
    padding: 16px 60px;
    border: 1px solid var(--bs-white);
    border-radius: 50px;
    color: var(--bs-white);
    font-size: 2rem;
    font-weight: 700;
}
.ai-section .ai-sec-3 .btn:hover{
    background: var(--main-color1);
    border-color: var(--main-color1);
}
.ai-section .ai-sec-3 .right-sec{
    position: relative;
    width: 45%;
    height: 100%;
    overflow: hidden;
}
.ai-section .ai-sec-3 .right-sec .client-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    padding: 20px 0;
}
.ai-section .ai-sec-3 .right-sec .client-wrap:first-child{
    bottom: 0;
    left: 0;
}
.ai-section .ai-sec-3 .right-sec .client-wrap:last-child{
    top: 0;
    right: 0;
}
.ai-section .ai-sec-3 .right-sec .client-wrap li{
    padding: 12px 28px 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 20px 0 rgba(20, 25, 35, 0.80);
}
.ai-section .ai-sec-3 .right-sec .client-wrap li p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding-top: 10px;
    margin: 6px 0 0;
    border-top: 1px solid var(--company-color2);
    color: var(--main-color12);
    font-size: 1.8rem;
    text-align: center;
    line-height: 24px;
}

/* ai sec-5 */
.ai-section .ai-sec-5 .info-wrap {
    padding: 50px 0;
}
.ai-section .ai-sec-5 .info-wrap .container{
    display: flex;
    gap: 114px;
    max-width: 1400px;
}
.ai-section .ai-sec-5 .info-wrap video{
    width: 643px;
    aspect-ratio: 643/362;
}
.ai-section .ai-sec-5 .info-wrap .info-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.ai-section .ai-sec-5 .info-wrap p{
    margin: 0;
    color: var(--ai-color3);
    font-size: 10rem;
    font-weight: 900;
    font-family: 'SUIT';
    line-height: 120%;
    opacity: 0.3;
}
.ai-section .ai-sec-5 .info-wrap h3{
    margin: 0;
    color: var(--bs-white);
    font-size: 4.8rem;
    font-weight: 800;
    font-family: 'SUIT';
}
.ai-section .ai-sec-5 .info-wrap span{
    color: var(--main-color11);
    font-size: 2.4rem;
    font-weight: 500;
}
.ai-section .ai-sec-5 .info-type-1{
    background-color: var(--main-color2);
}
.ai-section .ai-sec-5 .info-type-1:first-child{
    padding-top: 114px;
}
.ai-section .ai-sec-5 .info-type-2 .container{
    justify-content: space-between;
}
.ai-section .ai-sec-5 .info-type-2 h3{
    color: var(--main-color2);
}
.ai-section .ai-sec-5 .info-type-2 span{
    color: var(--main-color15);
}

/* ai sec-6 */
.ai-section .ai-sec-6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 220px 0 120px;
    background-color: var(--main-color8);
    overflow: hidden;
}
.ai-section .ai-sec-6 .video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ai-section .ai-sec-6 .video-wrap video{
    width: 100%;
    opacity: 0.6;
}
.ai-section .ai-sec-6 h3{
    color: var(--bs-white);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 68px;
    font-family: 'SUIT';
    text-align: center;
    text-shadow: 5px 5px 4px rgba(20, 25, 35, 0.80);
    z-index: 1;
}
.m-575-br{
    display: none;
}




@media(max-width: 1669px){
    .ai-section .ai-sec-6{
        height: 100%;
        aspect-ratio: 165400 / 92911;
    }
}
@media(max-width: 1500px){
    .ai-section .ai-sec-3 .right-sec{
        width: 50%;
    }
}
@media(max-width: 1399px){
    .ai-section .ai-big-txt-wrap h3{
        font-size: 9rem;
    }
    .ai-section .ai-big-txt-wrap p{
        font-size: 4.4rem;
    }
    .ai-section .ai-sec-3 .container{
        position: relative;
    }
    .ai-section .ai-sec-3 .left-sec{
        width: 100%;
        z-index: 1;
    }
    .ai-section .ai-sec-3 .right-sec{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 0;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap:first-child{
        left: unset;
        right: 258px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(20, 25, 35, 0.39);
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li img{
        width: 160px;
        margin: 0 auto;
    }
    .ai-section .ai-sec-6{
        padding: 120px 0 80px;
    }
    .flex-video-box { 
        overflow: hidden; 
    }
    .ai-section .ai-sec-1 .ai-scroll-video{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        height: 100%;
        padding-bottom: 100px;
    }
    .ai-section .ai-sec-1 .ai-scroll-video::after{
        display: none;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .link-btn{
        position: unset;
        bottom: unset;
        transform: unset;
        margin: 0 auto;
        opacity: 1;
        visibility: visible;
    }
    .ai-section .ai-big-txt-wrap h3,
    .ai-section .ai-big-txt-wrap p,
    .ai-section .ai-big-txt-wrap .txt-set,
    .ai-section .ai-big-txt-wrap .right-txt, .ai-section .ai-big-txt-wrap.ai-sec-4 .right-txt{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        text-align: center;
        opacity: 1;
    }
    .ai-section .ai-big-txt-wrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 100px);
        padding: 0;
    }
    .ai-section .ai-sec-3{
        height: 70vh;
    }
    .ai-section .ai-big-txt-wrap{
        height: 100%;
        padding: 120px 0;
    }
    .ai-section .ai-sec-1{
        padding-top: 80px;
    }
    .ai-section .ai-sec-6{
        justify-content: center;
        gap: 40px;
        max-height: 60vh;
    }
}

@media(max-width: 1199px){
    .ai-section .ai-sec-1{
        padding-top: 40px;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit h3{
        font-size: 7rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
        font-size: 9.8rem;
    }
    .ai-section .ai-big-txt-wrap h3{
        font-size: 7.6rem;
    }
    .ai-section .ai-sec-2 .m-br{
        display: block;
    }
    .ai-section .ai-big-txt-wrap .left-txt{
        top: 44%;
    }
    .ai-section .ai-big-txt-wrap .right-txt,
    .ai-section .ai-big-txt-wrap.ai-sec-4 .right-txt{
        top: 58%;
    }
    .ai-section .ai-sec-5 .info-wrap .container{
        gap: 60px;
    }
    .ai-section .ai-sec-5 .info-wrap video{
        width: 480px;
    }
    .ai-section .ai-sec-5 .info-wrap .info-txt{
        gap: 14px;
    }
    .ai-section .ai-sec-5 .info-wrap p{
        font-size: 7.2rem;
    }
    .ai-section .ai-sec-5 .info-wrap h3{
        font-size: 4.2rem;
    }
    .ai-section .ai-sec-6 h3{
        font-size: 4.2rem;
    }
}
@media(max-width: 991px){
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit h3{
        font-size: 5.8rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
        font-size: 6.8rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap{
        width: 230px;
        height: fit-content;
        aspect-ratio: 16/9;
    }
    .ai-section .ai-sec-6{
        max-height: unset;
        padding: 76px 0 44px;
    }
    .ai-section .ai-sec-6 h3{
        font-size: 3.2rem;
        line-height: 46px;
    }
}
@media(max-width: 940px){
    .ai-section .ai-big-txt-wrap h3{
        font-size: 6rem;
    }
    .ai-section .ai-big-txt-wrap p{
        margin: 0;
        font-size: 3.6rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .flex-video-box{
        gap: 12px;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap{
        width: 180px;
    }
    .ai-section .ai-sec-5 .info-wrap .container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .ai-section .ai-sec-5 .info-wrap.info-type-2 .container{
        flex-direction: column-reverse;
    }
    .ai-section .ai-sec-5 .info-wrap .info-txt{
        gap: 0;
    }
    .ai-section .ai-sec-5 .info-wrap video,
    .ai-section .ai-sec-5 .info-wrap .info-txt{
        width: 100%;
    }
    .ai-section .ai-sec-5 .info-wrap h3{
        margin-bottom: 18px;
    }
    .ai-section .ai-sec-5 .info-type-1:first-child{
        padding-top: 100px;
    }
    .ai-section .ai-sec-5 .info-wrap{
        padding: 80px 0;
    }
}

@media(max-width: 767px){
    .ai-section .ai-sec-1{
        padding-top: 30px;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit h3{
        font-size: 4rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
        font-size: 5.4rem;
    }
    .ai-section .ai-big-txt-wrap h3{
        margin: 0;
        font-size: 4rem;
    }
    .ai-section .ai-big-txt-wrap p{
        font-size: 2.8rem;
    }
    .ai-section .ai-sec-5 .info-wrap p{
        font-size: 5rem;
    }
    .ai-section .ai-sec-5 .info-wrap h3{
        margin-bottom: 12px;
        font-size: 3rem;
    }
    .ai-section .ai-sec-5 .info-wrap span{
        font-size: 2.2rem;
    }
    .ai-section .ai-sec-6 h3{
        font-size: 3rem;
    }
    .ai-section .ai-sec-6 h3 br{
        display: none;
    }
    .ai-section .ai-sec-6{
        padding: 34px 0 20px;
    }
}

@media(max-width: 575px){
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit h3,
    .ai-section .ai-sec-3 .left-sec p{
        font-size: 2.4rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
        font-size: 3.6rem;
    }
    .ai-section .ai-big-txt-wrap h3,
    .ai-section .ai-sec-3 .left-sec h3,
    .ai-section .ai-sec-5 .info-wrap h3{
        font-size: 3.2rem;
    }
    .ai-section .ai-sec-5 .info-wrap p{
        font-size: 4.2rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap{
        width: 140px;
    }
    .ai-section .ai-big-txt-wrap h3{
        padding-bottom: 20px;
    }
    .ai-section .ai-big-txt-wrap p{
        width: 100%;
    }
    .ai-section .ai-big-txt-wrap .txt-set{
        width: 100%;
        white-space: normal;
        word-break: keep-all;
    }
    .ai-section .ai-big-txt-wrap .txt-set br{
        display: none;
    }
    .ai-section .ai-sec-3{
        height: 100%;
    }
    .ai-section .ai-sec-3 .container{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .ai-section .ai-sec-3 .left-sec{
        gap: 0;
    }
    .ai-section .ai-sec-3 .left-sec h3{
        padding-bottom: 10px;
    }
    .ai-section .ai-sec-3 .left-sec p{
        padding-bottom: 30px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap:last-child{
        right: -15%;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap:first-child{
        right: 20%;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li{
        padding: 8px 20px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li img{
        width: 100px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap{
        gap: 20px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li p{
        height: 40px;
        margin-top: 4px;
        padding-top: 6px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .ai-section .ai-sec-6{
        justify-content: center;
        padding: 0;
    }
    .ai-section .ai-sec-6 h3{
        margin: 20px 0;
        font-size: 2.8rem;
        line-height: 36px;
    }
}

@media(max-width: 480px){
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit h3,
    .ai-section .ai-sec-3 .left-sec p{
        font-size: 2rem;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p{
        font-size: 3rem;
    }
    .ai-section .ai-big-txt-wrap h3,
    .ai-section .ai-sec-3 .left-sec h3,
    .ai-section .ai-sec-5 .info-wrap h3{
        font-size: 2.6rem;
    }
    .ai-section .ai-big-txt-wrap p,
    .ai-section .ai-sec-5 .info-wrap span{
        font-size: 1.8rem;
    }
    .ai-section .ai-sec-5 .info-wrap p{
        font-size: 4.2rem;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap li p{
        font-size: 1rem;
    }
    .ai-section .ai-sec-6{
        gap: 20px;
    }
    .ai-section .ai-sec-6 h3{
        margin: 20px 0 10px;
        font-size: 2rem;
        line-height: 1.4;
    }
    .ai-section .ai-sec-1 .ai-scroll-video .flex-video-box .video-wrap{
        width: 120px;
    }
    .ai-section .ai-sec-3 .container{
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .ai-section .ai-sec-3 .left-sec p{
        line-height: 1.4;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap:last-child{
        right: -100px;
    }
    .ai-section .ai-sec-3 .right-sec .client-wrap:first-child{
        right: 54px;
        bottom: -20%;
    }
    .ai-section .ai-sec-5 .info-wrap{
        padding: 60px 0;
    }
    .ai-section .ai-sec-5 .info-type-1:first-child{
        padding-top: 80px;
    }
}



/* 체험공간 */
.sub-pages .experience-section .sub-title{
    position: relative;
}
.sub-pages .experience-section .sub-title{
    border-bottom: 1px solid var(--bs-gray-200);
}
.sub-pages .experience-section .sub-title h2{
    padding-bottom: 36px;
}
.experience-section .content{
    padding: 94px 0 118px;
}
.experience-section .experSwiper {
  width: 100%;
  overflow: hidden;
}
.experience-section .experSwiper .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}
.experience-section .experSwiper .swiper-slide{
    flex-shrink: 0;
    position: relative !important;
    right: unset !important;
    left: unset !important;
    transition: width 0.5s ease;
    width: 16.7% !important;
    margin-right: 0 !important;
    padding-bottom: 68px;
    border-radius: 40px;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.20);
    transition: width 0.5s ease;
    aspect-ratio: 127/116;
    cursor: pointer;
}
.experience-section .experSwiper .swiper-slide.active{
    width: 33.1% !important;
    padding-bottom: 56px;
    border: 4px solid var(--exp-color5);
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    cursor: default;
    aspect-ratio: 128/102;
    z-index: 10 !important;
}
.experience-section .experSwiper .swiper-slide > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.experience-section .experSwiper .swiper-slide p{
    margin: 0;
    padding: 0 26px;
    font-size: 2.8rem;
    font-family: 'SUIT';
    font-weight: 800;
    text-align: center;
    word-break: keep-all;
}
.experience-section .experSwiper .swiper-slide.active p{
    padding: 0;
    padding-bottom: 8px;
    font-size: 3.6rem;
}
.experience-section .experSwiper .swiper-slide p::after{
    content: 'DEMO TEST';
    display: block;
    padding-top: 12px;
    color: var(--main-color13);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.experience-section .experSwiper .swiper-slide.active p::after{
    display: none;
}
.experience-section .experSwiper .swiper-slide span{
    padding-bottom: 20px;
    color: var(--main-color13);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.experience-section .experSwiper .swiper-slide a{
    padding: 17px 60px;
    border: 1px solid var(--main-color2);
    border-radius: 50px;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: 700;
}
.experience-section .experSwiper .swiper-slide a:hover{
    background: var(--main-color1);
    border-color: var(--main-color1);
    color: var(--bs-white);
}
.experience-section .experSwiper .swiper-slide.left{
    border-radius: 20px 0 0 20px ;
}
.experience-section .experSwiper .swiper-slide.right{
    border-radius: 0 20px 20px 0;
}
.experience-section .experSwiper .swiper-slide img,
.experience-section .experSwiper .swiper-slide a,
.experience-section .experSwiper .swiper-slide span{
    display: none;
    opacity: 0;
    transition: 0.3s all;
}
.experience-section .experSwiper .swiper-slide.active img,
.experience-section .experSwiper .swiper-slide.active a,
.experience-section .experSwiper .swiper-slide.active span{
    display: block;
    opacity: 1;
}
.experience-section .experSwiper .swiper-slide:nth-child(1) img{
    width: 318px;
    margin-bottom: 25px;
} 
.experience-section .experSwiper .swiper-slide:nth-child(2) img{
    width: 306px;
    margin-bottom: 8px;
}
.experience-section .experSwiper .swiper-slide:nth-child(3) img{
    width: 324px;
    margin-bottom: 28px;
}
.experience-section .experSwiper .swiper-slide:nth-child(4) img{
    width: 276px;
    margin-bottom: 15px;
}
.experience-section .experSwiper .swiper-slide:nth-child(5) img{
    width: 278px;
    margin-bottom: 17px;
}
.experience-section .experSwiper .swiper-slide::before{
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
}
.experience-section .experSwiper .swiper-slide.left::before{
    content: '';
    right: -40px;
}
.experience-section .experSwiper .swiper-slide.right::before{
    content: '';
    left: -40px;
}
.experience-section .experSwiper .swiper-slide:nth-child(1),
.experience-section .experSwiper .swiper-slide:nth-child(1)::before,
.experience-section .experSwiper .swiper-slide:nth-child(1)::after{
    background-color: var(--exp-color1);
    z-index: 5;
}
.experience-section .experSwiper .swiper-slide:nth-child(2),
.experience-section .experSwiper .swiper-slide:nth-child(2)::before,
.experience-section .experSwiper .swiper-slide:nth-child(2)::after{
    background-color: var(--exp-color1);
    z-index: 4;
}
.experience-section .experSwiper .swiper-slide:nth-child(3),
.experience-section .experSwiper .swiper-slide:nth-child(3)::before,
.experience-section .experSwiper .swiper-slide:nth-child(3)::after{
    background-color: var(--exp-color2);
    z-index: 3;
}
.experience-section .experSwiper .swiper-slide:nth-child(4),
.experience-section .experSwiper .swiper-slide:nth-child(4)::before,
.experience-section .experSwiper .swiper-slide:nth-child(4)::after{
    background-color: var(--exp-color3);
    z-index: 2;
}
.experience-section .experSwiper .swiper-slide:nth-child(5),
.experience-section .experSwiper .swiper-slide:nth-child(5)::before,
.experience-section .experSwiper .swiper-slide:nth-child(5)::after{
    background-color: var(--exp-color4);
    z-index: 1;
}
.experience-section .experSwiper .swiper-slide.left:nth-child(1){
    z-index: 1;
}
.experience-section .experSwiper .swiper-slide.left:nth-child(2){
    z-index: 2;
}
.experience-section .experSwiper .swiper-slide.left:nth-child(3){
    z-index: 3;
}
.experience-section .experSwiper .swiper-slide.left:nth-child(4){
    z-index: 4;
}
.experience-section .experSwiper .swiper-slide.left:nth-child(5){
    z-index: 5;
}
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(1),
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(1)::before,
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(1)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(3),
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(3)::before,
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(3)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(4),
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(4)::before,
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(4)::after{
    background-color: var(--exp-color2);
}
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(5),
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(5)::before,
.experience-section .experSwiper .swiper-slide.nth-2:nth-child(5)::after{
    background-color: var(--exp-color3);
}
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(1),
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(1)::before,
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(1)::after{
    background-color: var(--exp-color2);
}
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(4),
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(4)::before,
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(4)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(5),
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(5)::before,
.experience-section .experSwiper .swiper-slide.nth-3:nth-child(5)::after{
    background-color: var(--exp-color2);
}
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(1),
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(1)::before,
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(1)::after{
    background-color: var(--exp-color3);
}
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(2),
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(2)::before,
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(2)::after{
    background-color: var(--exp-color2);
}
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(3),
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(3)::before,
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(3)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(5),
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(5)::before,
.experience-section .experSwiper .swiper-slide.nth-4:nth-child(5)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(1),
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(1)::before,
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(1)::after{
    background-color: var(--exp-color4);
}
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(2),
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(2)::before,
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(2)::after{
    background-color: var(--exp-color3);
}
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(3),
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(3)::before,
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(3)::after{
    background-color: var(--exp-color2);
}
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(4),
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(4)::before,
.experience-section .experSwiper .swiper-slide.nth-5:nth-child(4)::after{
    background-color: var(--exp-color1);
}
.experience-section .experSwiper .swiper-slide.active{
    background-color: var(--bs-white);
}
.experience-section .owl-dots{
    margin-top: 64px;
}

@media(max-width: 1399px){
    .experience-section .experSwiper .swiper-slide p{
        font-size: 2rem;
    }
    .experience-section .experSwiper .swiper-slide.active p{
        font-size: 2.6rem;
    }
    .experience-section .experSwiper .swiper-slide img{
        width: 236px !important;
        margin-bottom: 6px !important;
    }
    .experience-section .experSwiper .swiper-slide.active{
        padding-bottom: 30px;
    }
}
@media(max-width: 1199px){
    .experience-section .experSwiper .swiper-slide p{
        font-size: 1.8rem;
    }
    .experience-section .experSwiper .swiper-slide.active p{
        font-size: 2.4rem;
    }
    .experience-section .experSwiper .swiper-slide span,
    .experience-section .experSwiper .swiper-slide p::after{
        font-size: 1.6rem;
    }
    .sub-pages .section-wrap.experience-section{
        padding-top: 20px;
    }
    body:has(header.show-header) .sub-pages .experience-section .sub-title{
        top: unset !important;
    }
    .experience-section .experSwiper .swiper-slide{
        height: 146px;
        padding-bottom: 50px;
    }
    .experience-section .experSwiper .swiper-slide.active{
        height: 290px;
        padding-top: 10px;
        padding-bottom: 24px;
    }
    .experience-section .experSwiper .swiper-slide p::after{
        padding-top: 0px;
    }
    .experience-section .experSwiper .swiper-slide span{
        padding-bottom: 14px;
    }
}
@media(max-width: 767px){
    .experience-section .content{
        padding-top: 60px;
    }
    .experience-section .experSwiper .swiper-wrapper{
        flex-direction: column;
        padding-top: 10px;
    }
    .experience-section .experSwiper .swiper-slide,
    .experience-section .experSwiper .swiper-slide.active{
        width: 100% !important;
    }
    .experience-section .experSwiper .swiper-slide{
        height: 110px;
    }
    .experience-section .experSwiper .swiper-slide.left{
        border-radius: 20px 20px 0 0;
    }
    .experience-section .experSwiper .swiper-slide.right{
        border-radius: 0 0 20px 20px ;
    }
    .experience-section .experSwiper .swiper-slide::after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 40px;
        height: 100%;
    }
    .experience-section .experSwiper .swiper-slide.left::before,
    .experience-section .experSwiper .swiper-slide.left::after{
        top: unset;
        bottom: -30px;
        z-index: -1;
    }
    .experience-section .experSwiper .swiper-slide.right::before,
    .experience-section .experSwiper .swiper-slide.right::after{
        top: -30px;
    }
    .experience-section .experSwiper .swiper-slide::before,
    .experience-section .experSwiper .swiper-slide.right::before{
        left: unset;
        right: 0 !important;
    }
    .experience-section .experSwiper .swiper-slide.active::after{
        display: none;
    }
}



/* 홍보센터 */
.promotion-section p{
    margin: 0;
}
.promotion-section .sec-item{
    padding: 80px 0 60px;
}
.promotion-section #promotion-info-2{
    padding-top: 0;
}
.promotion-section .tab-content .news-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 50px;
    padding: 0 96px 80px;
}
.promotion-section .tab-content .news-wrap li{
    display: none;
    width: calc(100% / 2 - 25px);
}
.promotion-section .tab-content .news-wrap li .title{
    display: -webkit-box;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 40px;
    text-overflow: ellipsis;    
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.promotion-section .tab-content .news-wrap li .date{
    padding-bottom: 10px;
    color: var(--promo-color1);
    font-size: 1.6rem;
    line-height: 40px;
}
.promotion-section .tab-content .news-wrap li .img-wrap{
    border-radius: 40px;
    overflow: hidden;
}
.promotion-section .tab-content .news-wrap li .img-wrap img{
    width: 100%;
}
.promotion-section .tab-content .news-wrap li a:hover img{
    filter: brightness(0.8);
}
.promotion-section .promo-btn,
.promotion-section .promo-btn-a a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 16px 60px;
    margin: 0 auto;
    border: 1px solid var(--main-color2);
    border-radius: 50px;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: 700;
    transition: 0.3s all;
}
.promotion-section .promo-btn-a{
    padding: 0;
}
.promotion-section .view-more:hover{
    border-color: var(--main-color1);
    background-color: var(--main-color1);
    color: var(--bs-white);
}
.promotion-section .subscription a,
.promotion-section .view-video a{
    border-color: var(--bs-white);
    color: var(--bs-white);
}
.promotion-section .subscription:hover a,
.promotion-section .view-video:hover a{
    border-color: var(--main-color1);
    background-color: var(--main-color1);
}
.promotion-section .promo-slide-wrap{
    padding: 190px 0 60px;
    background: url(../images/promo/news_slide_bg.png) no-repeat 0 0;
    background-position-y: center;
}
.promotion-section .promo-slide-wrap .txt p{
    margin: 0;
    color: var(--bs-white);
    font-size: 6.4rem;
    font-weight: 800;
    font-family: 'SUIT';
    text-align: center;
    line-height: 146%;
    letter-spacing: -1.28px;
    cursor: default;
}
.promotion-section .promo-slide-wrap .txt span{
    color: var(--main-color1);
}
.promotion-section .promo-slide-wrap .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 60px;
}
.promotion-section .promo-slide-wrap .btn-group .btn{
    width: fit-content;
    border-radius: 50px !important;
}
.promotion-section .owl-dots{
    margin-top: 50px;
}
.promotion-section .swiper-button-next,
.promotion-section .swiper-button-prev{
    top: 148px;
}
.promotion-section .swiper-button-next:after, 
.promotion-section .swiper-rtl .swiper-button-prev:after,
.promotion-section .swiper-button-prev:after, 
.promotion-section .swiper-rtl .swiper-button-next:after{
    color: var(--bs-white);
}
.promotion-section span.swiper-pagination-bullet{
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 12px;
    border-radius: 50%;
    background: none;
    display: inline-block;
    cursor: pointer;
}
.promotion-section span.swiper-pagination-bullet::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-gray-300);
}
.promotion-section span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--main-color6);
}
.promotion-section span.swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    background: var(--main-color7);
}
.promotion-section .video-cont{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 35px;
    padding: 80px 96px 80px;
}
.promotion-section .video-cont li{
    width: calc(100%/ 3 - 24px);
}
.promotion-section .video-cont li .img-box{
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 7/4;
}
.promotion-section .video-cont li .img-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color2);
    opacity: 0.52;
    z-index: 9;
}
.promotion-section .video-cont li .img-box i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: 0.3s all;
    z-index: 99;
}
.promotion-section .video-cont li .img-box i::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(../images/promo/promo_icons.svg) no-repeat 8px 4px / 400px;
}
.promotion-section .video-cont li a:hover .img-box i{
    background-color: var(--main-color1);
}
.promotion-section .video-cont li .img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: 0.3s all;
}
.promotion-section .video-cont li a:hover .img-box img{
    transform: translate(-50%, -50%) scale(1.1);
}
.promotion-section .video-cont li span{
    padding-bottom: 10px;
    color: var(--main-color13);
    font-size: 1.6rem;
    font-family: 'SUIT';
    line-height: 16px;
}
.promotion-section .video-cont li p{
    display: -webkit-box;
    margin: 0;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: 700;
    font-family: 'SUIT';
    line-height: 150%;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;    
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.promotion-section .video-cont li a:hover p{
    color: var(--main-color1);
}
.promotion-section .search{
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 68px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.promotion-section .search input{
    width: 100%;
    height: 100%;
    padding: 22px 68px 22px 30px;
    border: 2px solid var(--promo-color2);
    border-radius: 40px;
    background-color: var(--bs-white);
    font-size: 2rem;
    font-weight: 500;
    font-family: 'SUIT';
}
.promotion-section .search input::placeholder{
    color: var(--main-color13);
}
.promotion-section .search .submit-btn{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: var(--main-color1);
}
.promotion-section .search .submit-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 24px;
    background: url(../images/promo/promo_icons.svg) no-repeat 1px -83px / 400px;
}
.promotion-section .brochure-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 80px;
}
.promotion-section .brochure-wrap li{
    display: none;
    width: calc(100% / 4 - 23px);
}
.promotion-section .brochure-wrap .group{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promotion-section .brochure-wrap li a{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--main-color13);
    transition: 0.3s all;
    box-shadow: 0 0 20px 0 rgba(20, 25, 35, 0.14);
    box-sizing: border-box;
}
.promotion-section .brochure-wrap li a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}
.promotion-section .brochure-wrap li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    transition: 0.3s all;
    z-index: 1;
}
.promotion-section .brochure-wrap li a:hover{
    border: 4px solid var(--main-color1);
}
.promotion-section .brochure-wrap li a:hover::after{
    background-color: rgba(0, 0, 0, 0.2);
}
.promotion-section .brochure-wrap li a i::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/promo/promo_icons.svg) no-repeat 0px -35.6px / 400px;
}
.promotion-section .brochure-wrap li a:hover i{
    background-color: var(--main-color1);
}
.promotion-section .brochure-wrap li span{
    padding-bottom: 12px;
    color: var(--promo-color1);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'SUIT';
    letter-spacing: -0.32px;
}
.promotion-section .brochure-wrap li p{
    margin: 0;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.4px;
}
#promotion-info-4{
    padding-bottom: 100px;
}
.promotion-section .post-job-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding: 0 96px;
}
.promotion-section .post-job-wrap li{
    position: relative;
    width: calc(100% / 3 - 24px);
    overflow: hidden;
}
.promotion-section .post-job-wrap li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--main-color11);
    aspect-ratio: 1/1;
}
.promotion-section .post-job-wrap li .top .d-day{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 30px;
    background-color: var(--quick-color2);
    color: var(--bs-white);
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'SUIT';
    letter-spacing: -0.32px;
}
.promotion-section .post-job-wrap li .share{
    position: absolute;
    top: 38px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50px;
    background: url(../images/promo/promo_icons.svg) no-repeat -109px 8px / 400px;
    transition: 0.3s all;
}
.promotion-section .post-job-wrap li .share:hover{
    background-color: var(--main-color1);
    background-position-y: -26px;
}
.promotion-section .post-job-wrap li .txt-info .title{
    margin: 0;
    padding-bottom: 25px;
    color: var(--main-color2);
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'SUIT';
}
.promotion-section .post-job-wrap li .txt-info .career{
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
    margin-bottom: 14px;
}
.promotion-section .post-job-wrap li .txt-info .career span,
.promotion-section .post-job-wrap li .txt-info .date{
    color: var(--promo-color1);
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'SUIT';
}
.promotion-section .post-job-wrap li .tag{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}
.promotion-section .post-job-wrap li .tag span{
    padding: 4px 15px;
    border-radius: 50px;
    background-color: var(--promo-color1);
    color: var(--bs-white);
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'SUIT';
    letter-spacing: -0.28px;
}
.promotion-section .post-job-wrap li.end::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--main-color15);
    opacity: 0.74;
    z-index: 1;
}
.promotion-section .post-job-wrap li.end::after{
    content: '마감';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-white);
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'SUIT';
    letter-spacing: -0.64px;
    z-index: 1;
}
.promotion-section .post-job-wrap li.end button{
    z-index: 0;
}
/* 뉴스페이지 */
.news-sub-section .set-item{
    padding: 80px 0 100px;
}
.news-sub-section .set-item .news-wrap{
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.news-sub-section .set-item .news-wrap .menu-btn-wrap{
    position: absolute;
    top: 230px;
    left: -130px;
}
.news-sub-section .set-item .news-wrap .menu-btn-wrap .menu-btn,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .btn,
.job-sub-section .set-item .link-wrap .menu-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color13);
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.3s all;
}
.news-sub-section .set-item .news-wrap .menu-btn-wrap .menu-btn::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .prev::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .next::after,
.job-sub-section .set-item .link-wrap .menu-btn::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid var(--main-color13);
    border-radius: 50px;
    background: url(../images/promo/promo_icons.svg) no-repeat -165px 6px / 400px;
    transition: 0.3s all;
}
.news-sub-section .set-item .news-wrap .arrow-button-wrap .next::after{
    transform: rotate(180deg);
}
.news-sub-section .set-item .news-wrap .menu-btn-wrap .menu-btn:hover,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .btn:hover,
.job-sub-section .set-item .link-wrap .menu-btn:hover{
    color: var(--main-color1);
}
.news-sub-section .set-item .news-wrap .menu-btn-wrap .menu-btn:hover::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .prev:hover::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .next:hover::after,
.job-sub-section .set-item .link-wrap .menu-btn:hover::before{
    border-color: var(--main-color1);
    background-color: var(--main-color1);
    background-position-y: -16px;
}
.news-sub-section .set-item .news-wrap .arrow-button-wrap .prev::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .next::after{
    background-position-x: -212px;
}
.news-sub-section .set-item .news-wrap .arrow-button-wrap .prev:hover::before,
.news-sub-section .set-item .news-wrap .arrow-button-wrap .next:hover::after{
    background-position-y: -18px;
}
.news-sub-section .set-item .news-wrap article{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news-sub-section .set-item .news-wrap .head-line{
    padding-bottom: 18px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.news-sub-section .set-item .news-wrap .news-title{
    padding-bottom: 10px;
    margin: 0;
    color: var(--main-color2);
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.48px;
    padding-bottom: 10px;
}
.news-sub-section .set-item .news-wrap .date{
    color: var(--promo-color1);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.32px;
}
.news-sub-section .set-item .news-wrap .news-img{
    margin: 0;
    margin-bottom: 30px;
}
.news-sub-section .set-item .news-wrap p{
    margin: 0;
    color: var(--main-color8);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.36px;
}
.news-sub-section .set-item .news-wrap .arrow-button-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 채용공고 페이지 */
.job-sub-section .set-item{
    padding: 80px 0 100px;
}
.job-sub-section .flex-set-item{
    display: flex;
    gap: 30px;
    margin: 0 auto;
}
.job-sub-section .flex-set-item .job-wrap{
    width: calc(100% - 340px);
}
.job-sub-section .job-article{
    position: relative;
}
.job-sub-section .job-article .title{
    padding-bottom: 80px;
}
.job-sub-section .job-article h3{
    margin: 0;
    padding-right: 40px;
    padding-bottom: 24px;
    color: var(--main-color2);
    font-family: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.56px;
}
.job-sub-section .job-article .share-btn{
    position: absolute;
    top: -5px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50px;
    background: url(../images/promo/promo_icons.svg) no-repeat -109px 8px / 400px;
    transition: 0.3s all;
}

.job-sub-section .job-article .share-btn:hover{
    background-color: var(--main-color1);
    background-position-y: -26px;
}
.job-sub-section .job-article .date-wrap{
    display: flex;
    align-items: center;
    gap: 14px;
}
.job-sub-section .job-article .date-wrap .d-day{
    width: fit-content;
    padding: 6px 16px;
    border-radius: 5px;
    background-color: var(--quick-color2);
    color: var(--bs-white);
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'SUIT';
    letter-spacing: -0.32px;
}
.job-sub-section .job-article .date-wrap .date{
    color: var(--promo-color1);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.32px;
}
.job-sub-section .job-article p{
    margin: 0;
    color: var(--main-color2);
    font-size: 2rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.job-sub-section .job-article .info-table{
    margin: 30px 0 24px;
}
.job-sub-section .job-article .info-table tr{
    text-align: center;
}
.job-sub-section .job-article .info-table thead tr th{
    padding: 12px 0;
    border-right: 1px solid var(--bs-white);
    background-color: var(--main-color1);
    color: var(--bs-white);
    font-family: 'SUIT';
}
.job-sub-section .job-article .info-table thead tr th:first-child{
    border-radius: 10px 0 0 10px;
}
.job-sub-section .job-article .info-table thead tr th:last-child{
    border-radius: 0 10px 10px 0;
    border-right: none;
}
.job-sub-section .job-article .info-table tbody tr{
    border-bottom: 1px solid #eee;
}
.job-sub-section .job-article .info-table tbody tr th{
    color: var(--main-color2);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    font-family: 'SUIT';
}
.job-sub-section .job-article .info-table tbody tr td{
    padding: 19px 8px;
    border-left: 1px solid #eee;
    color: var(--main-color2);
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: -0.32px;
    font-family: 'SUIT';
}
.job-sub-section .job-article .info-table tbody tr:last-child{
    border-color: var(--main-color13);
}
.job-sub-section .job-article .info-table tbody tr .flex-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: 'SUIT';
    text-align: left;
}
.job-sub-section .note-txt{
    display: flex;
    position: relative;
    padding-left: 14px;
    color: var(--promo-color1);
    font-size: 1.4rem;
    font-weight: 500;
}
.job-sub-section .note-txt b{
    display: contents;
}
.job-sub-section .note-txt::before{
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.job-sub-section .job-article .info-txt{
    padding-bottom: 80px;
}
.job-sub-section .job-article .info-txt-2 .icon-box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    padding: 56px 108px 29px 108px;
    border-radius: 34px;
    background-color: var(--exp-color3);
}
.job-sub-section .job-article .info-txt-2 .icon-box li{
    position: relative;
}
.job-sub-section .job-article .info-txt-2 .icon-box li::after{
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: -76px;
    width: 42px;
    height: 42px;
    background: url(../images/promo/promo_icons.svg) no-repeat -58px 4px / 400px;
}
.job-sub-section .job-article .info-txt-2 .icon-box li:last-child:after{
    display: none;
}
.job-sub-section .job-article .info-txt-2 .icon-box i{
    position: relative;
    display: block;
    width: 78px;
    height: 78px;
    margin-bottom: 14px;
    background: url(../images/promo/promo_icons.svg) no-repeat 9px -129px / 400px;
}
.job-sub-section .job-article .info-txt-2 .icon-box li:nth-child(2) i{
    background-position-x: -100px;
}
.job-sub-section .job-article .info-txt-2 .icon-box li:nth-child(3) i{
    background-position-x: -211px;
}
.job-sub-section .job-article .info-txt-2 .icon-box li:nth-child(4) i{
    background-position-x: -322px;
}
.job-sub-section .job-article .info-txt-2 .icon-box p{
    color: var(--main-color2);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}
.job-sub-section .job-article .info-txt:last-child{
    padding-bottom: 0;
}
.job-sub-section .job-article .dot-txt{
    padding: 30px 0 20px;
}
.job-sub-section .job-article .dot-txt li{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    color: var(--job-page-color1);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
}
.job-sub-section .job-article .dot-txt li::before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background-color: var(--main-color2);
}
.job-sub-section .link-wrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 160px;
    width: 340px;
    height: 100%;
    padding-top: 4px;
}
.job-sub-section .link-wrap .menu-btn-wrap{
    display: flex;
    justify-content: flex-end;
}
.job-sub-section .link-wrap .link-wrap-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--main-color11);
}
.job-sub-section .link-wrap .link-wrap-box button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 72px;
    padding-right: 15px;
    border: 1px solid var(--main-color1);
    border-radius: 5px;
    background-color: var(--bs-white);
    cursor: default;
}
.job-sub-section .link-wrap .link-wrap-box button::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 15px;
    width: 148px;
    height: 44px;
    background: url(../images/promo/promo_icons.svg) no-repeat -275px -53px / 400px;
}
.job-sub-section .link-wrap .link-wrap-box button.saramin::before{
    background-position-y: 0;
}
.job-sub-section .link-wrap .link-wrap-box button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    background-color: var(--main-color1);
    color: var(--bs-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 18px;
}
.br-575, .br-480{
    display: none;
}

@media(max-width:1399px){
    .promotion-section .tab-content .news-wrap{
        padding: 0 0 80px;
    }
    .promotion-section .post-job-wrap{
        padding: 0;
    }
    .promotion-section .video-cont{
        padding: 80px 0;
    }
    .news-sub-section .set-item .news-wrap{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .news-sub-section .set-item .news-wrap .menu-btn-wrap{
        position: unset;
        top: unset;
        left: unset;
    }
    .news-sub-section .set-item .news-wrap .menu-btn-wrap .menu-btn{
        padding: 0;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box{
        gap: 80px;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box li::after{
        top: 22px;
        right: -60px;
    }
}
@media(max-width: 1199px){
    .ai-section .link-btn, 
    .ai-section .ai-sec-3 .btn,
    .experience-section .experSwiper .swiper-slide a,
    .promotion-section .promo-btn, 
    .promotion-section .promo-btn-a a{
        padding: 14px 50px;
    }
    .promotion-section .promo-slide-wrap .txt p{
        font-size: 5.8rem;
    }
    .job-sub-section .flex-set-item{
        position: relative;
        flex-wrap: wrap;
    }
    .job-sub-section .flex-set-item .job-wrap{
        width: 100%;
    }
    .job-sub-section .link-wrap{
        position: unset;
    }
    .job-sub-section .link-wrap .menu-btn-wrap{
        justify-content: flex-start;
        position: absolute;
        top: 0px;
    }
    .job-sub-section .flex-set-item .job-wrap{
        padding-top: 50px;
    }
    .job-sub-section .set-item .link-wrap .menu-btn{
        padding: 0;
    }
    .job-sub-section .link-wrap{
        width: 100%;
    }
    .job-sub-section .link-wrap .link-wrap-box{
        align-items: flex-start;
        padding: 60px 120px 30px;
    }
    .job-sub-section .note-txt br{
        display: none;
    }
}
@media(max-width: 1025px){
    .promotion-section .video-cont li,
    .promotion-section .post-job-wrap li{
        width: calc(100% / 2 - 18px);
    }
    .promotion-section .brochure-wrap li{
        width: calc(100% / 3 - 20px);
    }

}
@media(max-width: 991px){
    .ai-section .link-btn, 
    .ai-section .ai-sec-3 .btn,
    .experience-section .experSwiper .swiper-slide a,
    .promotion-section .promo-btn, 
    .promotion-section .promo-btn-a a{
        padding: 10px 40px;
        font-size: 1.8rem;
    }
}
@media(max-width: 940px){
    .promotion-section .promo-slide-wrap .txt p{
        font-size: 4.6rem;
    }
}
@media(max-width: 767px){
    .ai-section .link-btn, 
    .ai-section .ai-sec-3 .btn,
    .experience-section .experSwiper .swiper-slide a,
    .promotion-section .promo-btn, 
    .promotion-section .promo-btn-a a{
        font-size: 1.6rem;
    }
    .promotion-section .tab-content .news-wrap li .title,
    .promotion-section .post-job-wrap li .txt-info .title,
    .news-sub-section .set-item .news-wrap .news-title{
        font-size: 20px;
    }
    .promotion-section .brochure-wrap li p,
    .news-sub-section .set-item .news-wrap .news-title{
        font-size: 18px;
    }
    .promotion-section .video-cont li p{
        font-size: 16px;
    }
    .promotion-section .sec-item{
        padding: 0 0 60px;
    }
    #promotion-info-1{
        padding-top: 60px;
    }
    .promotion-section .tab-content .news-wrap{
        gap: 40px 20px;
        padding-bottom: 40px;
    }
    .promotion-section .tab-content .news-wrap li .title{
        line-height: 20px;
    }
    .promotion-section .tab-content .news-wrap li .img-wrap{
        border-radius: 20px;
    }
    .promotion-section .tab-content .news-wrap li{
        width: calc(100% / 2 - 10px);
    }
    .promotion-section .promo-slide-wrap{
        padding: 116px 10px 58px;
    }
    .promotion-section .promo-slide-wrap .txt p{
        font-size: 3.6rem;
    }
    .promotion-section .post-job-wrap li .tag{
        display: none;
    }
    .promotion-section .swiper-button-next, .promotion-section .swiper-button-prev{
        top: 80px;
    }
	.job-sub-section .job-article .info-txt-1 table {
		width: 100%;
		display: block;
	}

	.job-sub-section .job-article .info-txt-1 thead { 
		display: block;
		float: left;
	}

	.job-sub-section .job-article .info-txt-1 tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}

	.job-sub-section .job-article .info-txt-1 thead tr {
		display: block;
	}

	.job-sub-section .job-article .info-txt-1 th {
		display: block;
		text-align: right;
	}

	.job-sub-section .job-article .info-txt-1 tbody tr {
		display: inline-block;
		vertical-align: top;
	}

	.job-sub-section .job-article .info-txt-1 td {
		display: block;
		min-height: 1.25em;
		text-align: left;
	}

	.job-sub-section .job-article .info-txt-1 th {
		border-bottom: 0;
		border-left: 0;
	}

	.job-sub-section .job-article .info-txt-1 td {
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

    .job-sub-section .job-article .info-table th{
        min-height: 62px;
    }
	.job-sub-section .job-article .info-txt-1 tbody tr {
		margin-left: -5px
	}
    .job-sub-section .job-article .info-table thead tr{
        background-color: var(--main-color1);
    }
    .job-sub-section .job-article .info-table tbody tr th br{
        display: none;
    }
    .job-sub-section .job-article .info-table tbody tr th,
    .job-sub-section .job-article .info-table tbody tr td{
        text-align: center;
    }
    .job-sub-section .job-article .info-table thead tr th{
        padding: 20px 8px;
        text-align: center;
        border: none;
        border-bottom: 1px solid var(--bs-white);
        border-radius: 0 !important;
    }
    .job-sub-section .job-article .info-table tbody tr th{
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        line-height: 60px;
    }
    .job-sub-section .job-article .info-table tbody tr td{
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: none;
    }
    .job-sub-section .job-article .info-table tbody tr:last-child{
        border-color: #eee;
    }
    .job-sub-section .job-article .info-table tbody tr td:nth-child(2){
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        padding: 0;
        line-height: 1.4;
        text-align: center;
        vertical-align: middle;
    }
    .job-sub-section .job-article .info-table tbody tr td:nth-child(3),
    .job-sub-section .job-article .info-table thead tr th:nth-child(3){
        min-height: 120px;
    }
    .job-sub-section .job-article .info-table tbody tr td:nth-child(4),
    .job-sub-section .job-article .info-table thead tr th:nth-child(4){
        min-height: 180px;
    }
    .job-sub-section .job-article .info-table thead tr th:nth-child(5){
        min-height: 91px;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box{
        width: 100%;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box{
        padding: 40px 20px 29px 20px;
    }
    .job-sub-section .job-article .share-btn{
        top: -55px;
    }
}
@media(max-width: 600px){
    .job-sub-section .job-article .info-txt-2 .icon-box{
        gap: 40px;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box li::after{
        display: none;
    }
}
@media(max-width: 575px){
    .promotion-section .promo-slide-wrap .txt p{
        font-size: 3rem;
    }
    #promotion-info-1,
    .news-sub-section .set-item{
        padding-top: 40px;
    }
    .promotion-section .tab-content .news-wrap li,
    .promotion-section .video-cont li{
        width: 100%;
    }
    .promotion-section .brochure-wrap li{
        width: calc(100% / 2 - 15px);
    }
    .br-575{
        display: block;
    }
    .promotion-section .post-job-wrap{
        gap: 18px;
    }
    .promotion-section .post-job-wrap li{
        width: calc(100% / 2 - 9px);
    }
    .promotion-section .promo-slide-wrap .swiper-slide{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }
    .job-sub-section .link-wrap .link-wrap-box{
        padding: 60px 20px 30px;
    }
}
@media(max-width: 480px){
    .promotion-section .promo-slide-wrap .txt p{
        font-size: 2.8rem;
    }
    .br-480{
        display: block;
    }
    .promotion-section .swiper-button-next, .promotion-section .swiper-button-prev{
        top: 50%;
        transform: translateY(-50%);
    }
    .promotion-section .promo-slide-wrap .btn-group{
        flex-direction: column;
    }
    .promotion-section .promo-slide-wrap .btn-group .btn a{
        width: 208px;
        padding: 16px 0;
    }
    .promotion-section .promo-slide-wrap{
        padding-top: 90px;
    }
    .promotion-section .owl-dots{
        margin-top: 30px;
    }
    .promotion-section .post-job-wrap li{
        width: 100%;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box{
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 0;
    }
    .job-sub-section .job-article .info-txt-2 .icon-box li{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(100% / 2 - 10px);
    }
    .ai-section .ai-sec-6{
        gap: 0;
    }
}


/*------------------------------------ DARK MODE ------------------------------------*/

@media (prefers-color-scheme: dark){
    .ai-section .ai-big-txt-wrap{
        background: var(--main-color8);
    }

    .ai-section .ai-sec-1 .ai-scroll-video .s-tit p,
    .ai-section .ai-big-txt-wrap p,
    .ai-section .ai-sec-5 .info-type-2 h3,
    .ai-section .ai-sec-5 .info-type-2 span{
        color: var(--bs-white);
    }
}
