._career{
    width: 100%; overflow: hidden; position: relative; word-break: keep-all;
    letter-spacing: -0.02em;
}



.s_curture{}
.s_curture .contents.n1{
    width: 100%; height: var(--vh100); position: relative;
    display: flex; align-items: center; justify-content: center;
    background-color: #fff;
}
.s_curture .contents.n1 .bg{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    clip-path: circle(5% at 50% 50%);
}
.s_curture .contents.n1 .bg div{
    background-size: cover; width: 100%; height: 100%;
    filter: brightness(0.5); background-position: center;
}
.s_curture .contents.n1 .txtBx{
    text-align: center;
    position: relative; display: flex; align-items: center; justify-content: center;
}
.s_curture .contents.n1 .txtBx h2{
    font-size: 90px; font-weight: 600; letter-spacing: -0.02em;
    line-height: calc(96/90*1em); white-space: nowrap;
}
.s_curture .contents.n1 .txtBx h2 .left{margin-bottom: 0.3em;}
.s_curture .contents.n1 .txtBx > p{
    position: absolute; bottom: calc(-300/980*var(--vh100));
    color: rgba(255,255,255,0.7); white-space: nowrap;
    font-size: 22px; font-weight: 500; line-height: calc(36/22);
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
    .s_curture .contents.n1 .txtBx h2{font-size: calc(90/1440*100vw); }
    .s_curture .contents.n1 .txtBx > p{font-size: max(calc(22/1440*100vw),14px); bottom: unset; top: calc(100% + 60px);}
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
    .s_curture .contents.n1 .txtBx h2{font-size: calc(40/500*100vw); }
    .s_curture .contents.n1 .txtBx > p{font-size: 12px; max-width: 320px; white-space: unset; top: calc(100% + 30px);}
    .s_curture .contents.n1 .txtBx > p br{display: none;}
}
@media screen and (max-width:320px) {}



.s_curture .contents.n2{letter-spacing: -0.02em; background-color: #fff; }
.s_curture .contents.n2 .wrap{}
.s_curture .contents.n2 .wrap .lefttitle{margin-bottom: 130px;}
.s_curture .contents.n2 .wrap .list{
    display: flex; flex-direction: column; gap: 40px;
}
.s_curture .contents.n2 .wrap .list li{
    perspective: 300px;
}
.s_curture .contents.n2 .wrap .list li .box{
    height: 540px; display: flex; border-radius: 20px; overflow: hidden;
    filter: brightness(1); position: relative;
}
.s_curture .contents.n2 .wrap .list li .txtBx{
    color: #fff; background-color: #06334a; text-align: center;
    min-width: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.s_curture .contents.n2 .wrap .list li .txtBx.black{background-color: #000;}
.s_curture .contents.n2 .wrap .list li .txtBx .top{
    font-size: 14px; opacity: 0.3;
}
.s_curture .contents.n2 .wrap .list li .txtBx .mid{
    font-size: 34px; font-weight: 600; margin-top: 25px; margin-bottom: 22px;
}
.s_curture .contents.n2 .wrap .list li .txtBx .bottom{
    font-size: 18px;  line-height: calc(30/18);
}
.s_curture .contents.n2 .wrap .list li .imgBx{
    flex: 1;
}
.s_curture .contents.n2 .wrap .list li .imgBx img{width: 100%; height: 100%; object-fit: cover;}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
    .s_curture .contents.n2 .wrap .lefttitle{margin-bottom: 80px;}
    .s_curture .contents.n2 .wrap .list li .box{height: 400px;}
}
@media screen and (max-width:1024px) {
    .s_curture .contents.n2 .wrap .list{gap: 20px;}
    .s_curture .contents.n2 .wrap .list li .box{height: 300px; border-radius: 10px;}
    .s_curture .contents.n2 .wrap .list li .txtBx{min-width: 320px;}
    .s_curture .contents.n2 .wrap .list li .txtBx .mid{font-size: 30px; margin: 12px 0;}
    .s_curture .contents.n2 .wrap .list li .txtBx .bottom{font-size: 14px; }
}
@media screen and (max-width:820px) {
    .s_curture .contents.n2 .wrap .list li .box{height: calc(300/820*100vw);}
    .s_curture .contents.n2 .wrap .list li .txtBx{min-width: calc(320/820*100vw);}

    .s_curture .contents.n2 .wrap .list li .txtBx .mid{font-size: 20px;}
    .s_curture .contents.n2 .wrap .list li .txtBx .bottom{font-size: 12px; }
}
@media screen and (max-width:600px) {
    .s_curture .contents.n2 .wrap .lefttitle{margin-bottom: 50px;}
    .s_curture .contents.n2 .wrap .list li .box{flex-direction: column-reverse; height: auto;}
    .s_curture .contents.n2 .wrap .list li .txtBx{padding: 20px 0;}
}
@media screen and (max-width:320px) {}




.s_benefit{}
.s_benefit .wrap{
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 60px 100px; flex-wrap: wrap;
}
.s_benefit .wrap .lefttitle{width: auto;}
.s_benefit .wrap .list{
    width: 900px; display: flex; flex-wrap: wrap;
    gap: 30px 20px;
}
.s_benefit .wrap .list li{
    width: calc(50% - 10px); display: flex; align-items: flex-start;
}
.s_benefit .wrap .list li .imgBx{
    width: 160px; height: 160px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 15px; overflow: hidden; background-color: #f1f1f1;
}
.s_benefit .wrap .list li .imgBx img{}
.s_benefit .wrap .list li .txtBx{
    padding-top: 20px; box-sizing: border-box;
    padding-left: 40px;
}
.s_benefit .wrap .list li .txtBx h3{
    font-size: 20px; font-weight: 600;
    margin-bottom: max(1em,14px);
}
.s_benefit .wrap .list li .txtBx div{
    font-size: 18px; line-height: 1.3;
}
.s_benefit .wrap .list li .txtBx div p{display: flex; align-items: flex-end; margin-bottom: 3px; position: relative; padding-left: 0.6em; box-sizing: border-box; flex-wrap: wrap;}
.s_benefit .wrap .list li .txtBx div p:last-child{margin-bottom: 0;}
.s_benefit .wrap .list li .txtBx div p::before {
    content:'·'; display: block; margin-right: 0.3em;
    position: absolute; top: 0; height: 1em; left: 0;
}
.s_benefit .wrap .list li .txtBx div p span{
    font-size: calc(14/18*1em); transform: translateY(-10%);
}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
    .s_benefit .wrap{flex-direction: column;}
    .s_benefit .wrap .lefttitle{text-align: center; margin: 0 auto;}
    .s_benefit .wrap .list{margin: 0 auto;}
}
@media screen and (max-width:1280px) {
    .s_benefit .wrap .list{max-width: unset;}
}
@media screen and (max-width:1024px) {
    .s_benefit .wrap .lefttitle{text-align: left; margin: unset;}

    .s_benefit .wrap .list li .imgBx{min-width: 130px; min-height: 130px; width: auto; height: auto; border-radius: 10px;}
    .s_benefit .wrap .list li .txtBx{padding-left: 20px;}
    .s_benefit .wrap .list li .txtBx h3{font-size: 18px; margin-bottom: 10px;}
    .s_benefit .wrap .list li .txtBx div{font-size: 16px; }
}
@media screen and (max-width:820px) {
    .s_benefit .wrap .list li{width: 100%;}
    .s_benefit .wrap .list li .txtBx div{display: flex; align-items: flex-start; flex-wrap: wrap; gap: 4px 12px;}
}
@media screen and (max-width:500px) {
    .s_benefit .wrap .list{gap: 20px;}
    .s_benefit .wrap .list li .txtBx{padding-top: 10px;}
    .s_benefit .wrap .list li .txtBx h3{font-size: 16px; }
    .s_benefit .wrap .list li .txtBx div{font-size: 14px; flex-direction: column;}
}
@media screen and (max-width:320px) {
    .s_benefit .wrap .list li .imgBx{min-width: 90px; min-height: 90px;}
}



.s_recruit{ width: 100%; position: relative; overflow: hidden; }
.s_recruit .car_list{ background-color: #fff;}
.s_recruit .car_list .wrap{ display: flex; justify-content: space-between; }
.s_recruit .car_list .wrap .lbx{ width: calc(520 / 1440 * 100%); padding-right: 10px; box-sizing: border-box; }

.s_recruit .car_list .wrap .rbx{ width: calc(920 / 1440 * 100%); }
.s_recruit .car_list .wrap .rbx .list{ width: 100%; border-top: 1px solid #dddddd; }
.s_recruit .car_list .wrap .rbx .list > li{ width: 100%; border-bottom: 1px solid #dddddd; box-sizing: border-box; padding: 30px; box-sizing: border-box; }
.s_recruit .car_list .wrap .rbx .list > li .nomore{ font-size: 14px; text-align: center; line-height: 1.3; color: rgba(0,0,0,0.7); }
.s_recruit .car_list .wrap .rbx .list > li .top{ display: flex; justify-content: space-between; align-items: center; }
.s_recruit .car_list .wrap .rbx .list > li .top .stat{ font-size: 14px; font-weight: 600; letter-spacing: -0.02em; color: #fff; padding: 6px 5px; box-sizing: border-box; border-radius: 5px; background-color: #00e100; width: 55px; text-align: center; }

.s_recruit .car_list .wrap .rbx .list > li.end .top .stat{ background-color: #a5a5a5; color: #5c5c5c; }

.s_recruit .car_list .wrap .rbx .list > li .top .date{ display: flex; align-items: baseline; font-size: 16px; letter-spacing: -0.02em; font-weight: 500; line-height: 1.3; color: rgba(0,0,0,0.7); }
.s_recruit .car_list .wrap .rbx .list > li .top .date i{ margin-right: 8px; }
.s_recruit .car_list .wrap .rbx .list > li .title{ font-size: 26px; letter-spacing: -0.02em; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 15px; text-overflow: ellipsis; overflow: hidden; }
.s_recruit .car_list .wrap .rbx .list > li .bottom{ display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol{ display: flex; align-items: center; font-size: 16px; letter-spacing: -0.02em; color: rgba(0,0,0,0.7); }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol li{ position: relative; padding: 0 10px; box-sizing: border-box; }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol li:first-of-type{ padding-left: 0; }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol li:last-of-type{ padding-right: 0; }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol li::after{ content: '|'; position: absolute; right: -1px; top: 0; }
.s_recruit .car_list .wrap .rbx .list > li .bottom ol li:last-of-type::after{ display: none; }
.s_recruit .car_list .wrap .rbx .list > li .bottom > a{ font-size: 16px; letter-spacing: -0.01em; font-weight: 600; color: #06334a; border: 1px solid #06334a; box-sizing: border-box; padding: 10px 15px; border-radius: 7px; display: block; text-align: center; flex-shrink: 0; transition-duration: 0.2s; }

@media screen and (min-width: 821px){
    .s_recruit .car_list .wrap .rbx .list > li .bottom > a:hover{ background-color: #06334a; color: #fff; }
}


@media screen and (max-width: 1280px){
    .s_recruit .car_list .wrap .rbx .list > li{ padding: 20px; }
    .s_recruit .car_list .wrap .rbx .list > li .top .date{ font-size: 14px; }
    .s_recruit .car_list .wrap .rbx .list > li .title{ font-size: 22px; margin-top: 10px; }
    .s_recruit .car_list .wrap .rbx .list > li .bottom ol{ font-size: 14px; }
    .s_recruit .car_list .wrap .rbx .list > li .bottom > a{ font-size: 14px; }
}

@media screen and (max-width: 820px){
    .s_recruit .car_list .wrap{ display: block; }
    .s_recruit .car_list .wrap .lbx{ width: 100%; }
    .s_recruit .car_list .wrap .rbx{ width: 100%; margin-top: 20px; }
    .s_recruit .car_list .wrap .rbx .list > li{ padding: 10px 0; }
    .s_recruit .car_list .wrap .rbx .list > li .title{ font-size: 18px; }
    .s_recruit .car_list .wrap .rbx .list > li .bottom > a{ padding: 7px 10px; }
}

@media screen and (max-width: 500px){
    .s_recruit .car_list .wrap .rbx .list > li .title{ font-size: 16px; }
    .s_recruit .car_list .wrap .rbx .list > li .top .stat{ font-size: 12px; }
    .s_recruit .car_list .wrap .rbx .list > li .bottom > a{ font-size: 12px; }
    .s_recruit .car_list .wrap .rbx .list > li .top .date i{ margin-right: 5px; }
}







.s_process{}
.s_process .process{}
.s_process .process .wrap{
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 40px; flex-wrap: wrap;
}
.s_process .process .wrap .left{}
.s_process .process .wrap .left .lefttitle{}
.s_process .process .wrap .left .marquee{
    font-size: 200px; font-family: 'Roboto', sans-serif; font-style: italic;
    overflow: visible; position: relative; height: 1em;
}
.s_process .process .wrap .left .marquee > div{
    position: absolute;
    display: flex; animation: marquee forwards infinite 60s linear;
}
.s_process .process .wrap .left .marquee > div p{}
.s_process .process .wrap .right{
    max-width: 720px; width: 100%; position: relative;
    padding-top: 70px; padding-bottom: 200px;
}
.s_process .process .wrap .right::before {
    content:''; display: block; width: 100vw; height: 100%;
    background-color: #fff; position: absolute; top: 0; left: 6px;
}
.s_process .process .wrap .right .line{
    position: absolute; width: 1px; height: 100%;
    background-color: #e6eaed; left: 7px; top: 0;
}
.s_process .process .wrap .right .line .blue{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    background-color: #06334a; transform-origin: center top; transform: scaleY(0);
}
.s_process .process .wrap .right ul{
    display: flex; flex-direction: column; gap: 70px; align-items: flex-start;
    position: relative;
}
.s_process .process .wrap .right ul li{
    display: flex; align-items: center;
}
.s_process .process .wrap .right ul li .dot{
    width: 15px; height: 15px; border-radius: 50%; background-color: #e6eaed;
}
.s_process .process .wrap .right ul li .circle{
    min-width: 150px; min-height: 150px; display: flex; align-items: center; justify-content: center;
    background-color: #f1f1f1; border-radius: 50%;
    margin-left: 60px; margin-right: 30px;
}
.s_process .process .wrap .right ul li:last-child .circle{
    position: relative;
}
.s_process .process .wrap .right ul li:last-child .circle div{
    position: absolute; width: 100%; height: 100%; z-index: 2; background-color: #06334a;
    border-radius: 50%;
}
.s_process .process .wrap .right ul li:last-child .circle::before,
.s_process .process .wrap .right ul li:last-child .circle::after {
    content:''; display: block; border-radius: 50%; position: absolute;
    animation: circle forwards infinite 3s; z-index: 1;
}
.s_process .process .wrap .right ul li:last-child .circle::before{
    width: calc(100% + 15px); height: calc(100% + 15px);
    background-color: #06334a7d;
}
.s_process .process .wrap .right ul li:last-child .circle::after{
    width: calc(100% + 30px); height: calc(100% + 30px);
    background-color: #06334a1f; animation-delay: 0.2s;
}

@keyframes circle {
    0%{opacity:0;}
    50%{opacity:1;}
    100%{opacity:0;}
}

.s_process .process .wrap .right ul li .circle img{position: relative; z-index: 3;}
.s_process .process .wrap .right ul li .txtBx{}
.s_process .process .wrap .right ul li .txtBx em{
    color: #00e100;
}
.s_process .process .wrap .right ul li .txtBx h4{
    font-size: 30px; font-weight: 600; margin-top: 12px;
}

@keyframes marquee {
    from{transform:translateX(0%)}
    to{transform:translateX(-50%)}
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
    .s_process .process .wrap .right{max-width: calc(720/1440*100vw);}
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
    .s_process .process .wrap .right ul li .circle{min-width: 120px; min-height: 120px; margin-left: 40px;}
    .s_process .process .wrap .right ul li .txtBx h4{font-size: 26px; }
}
@media screen and (max-width:820px) {
    .s_process .process .wrap .left .marquee{font-size: calc(200/820*100vw); }

    .s_process .process .wrap .right{padding: 40px 0; padding-bottom: 120px;}
    .s_process .process .wrap .right ul li .circle{min-width: 100px; min-height: 100px;}
    .s_process .process .wrap .right ul li .txtBx em{font-size: 14px; }
    .s_process .process .wrap .right ul li .txtBx h4{font-size: 20px; }
}
@media screen and (max-width:700px) {
    .s_process .process .wrap{flex-direction: column;}
    .s_process .process .wrap .right{max-width: unset;}

    .s_process .process .wrap .right ul li .circle{margin-left: 30px; margin-right: 20px;}
}
@media screen and (max-width:320px) {
    .s_process .process .wrap .right{padding-top: 30px; padding-bottom: 100px;}
    .s_process .process .wrap .right ul li .circle{min-width: 90px; min-height: 90px;}
    .s_process .process .wrap .right ul li .circle img{max-width: 30%; max-height: 70%;}
}







.s_process .int{ width: 100%; overflow: hidden; position: relative; height: var(--vh100); color: #fff; }
.s_process .int .bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; }
.s_process .int .bg img{ width: 100%; height: 100%; object-fit: cover; }
.s_process .int .wrap{ position: relative; z-index: 1; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.s_process .int .wrap dl{ text-align: center; }
.s_process .int .wrap dl dt{ font-size: 90px; letter-spacing: -0.025em; font-weight: 500; font-family: 'Roboto', sans-serif; line-height: 1.3; }
.s_process .int .wrap dl dd{ font-size: 22px; letter-spacing: -0.02em; font-weight: 500; line-height: 1.3; color: rgba(255,255,255,0.7); margin-top: 20px; }


@media screen and (max-width: 1280px){
    .s_process .int{height: auto; padding: 160px 0;}
    .s_process .int .wrap dl dt{ font-size: 75px; }
    .s_process .int .wrap dl dd{ font-size: 18px; margin-top: 10px; }
}

@media screen and (max-width: 820px){
    .s_process .int .wrap dl dt{ font-size: 35px; }
    .s_process .int .wrap dl dd{ font-size: 16px; }
}

@media screen and (max-width: 500px){

}




/* -------------------------------- 간격 모음 -------------------------------- */
.s_curture .contents.n2{padding: 140px 0;}
.s_benefit{padding: 110px 0; padding-top: 30px;background-color: #fff;}
.s_recruit{padding: 110px 0;}
.s_process{padding: 110px 0; padding-bottom: 0;background-color: #fff;}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
    .s_curture .contents.n2{padding: 100px 0;}
    .s_benefit{padding: 100px 0; padding-top: 30px;}
    .s_recruit{padding: 100px 0;}
    .s_process{padding: 100px 0; padding-bottom: 0;}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
    .s_benefit{padding: 50px 0; padding-top: 0;}
    .s_recruit{padding: 50px 0;}
    .s_process{padding: 50px 0; padding-bottom: 0;}
}
@media screen and (max-width:320px) {}