/* careers */
/* 공통 */
.careers section { overflow: hidden; }
.sub-title p { margin-top: 40px; color: #333; font-size: 20px; font-weight: 400; line-height: 1.6; }
.sub.careers section { padding-bottom: 0; }
@media (max-width: 1180px) {  
    .sub-title p { margin-top: calc(100vw * (32 / 1180)); font-size:  calc(100vw * (20 / 1180)); }
}
@media (max-width: 767px) {  
    .sub-title p { margin-top: calc(100vw * (40 / 767)); font-size: calc(100vw * (32 / 767)); }
}
/* 공통 끝*/

.talent { margin: 120px 0 200px; }
.talent .sub-title { position: absolute; top: 0; z-index: 1; }
.talent .path-content { position: relative; padding-top: 50px; }
.talent .path-content .path-txt { width: 996px; position: absolute; top: 572px; height: 192px; text-align: center; z-index: 1; }
.talent .path-content .path-txt p { color: #333; font-size: 32px; font-weight: 400; line-height: 1.6; }
.talent .path-content .path-txt a { margin-top: 30px; }
.talent .path-content .path-img { position: relative; width: 1288px; height: 1236px; margin: 0 0 0 auto; }
.talent .path-content .path-img li { position: absolute; width: 644px; height: 309px; overflow: hidden; }
.talent .path-content .path-img li.clip1 { clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
.talent .path-content .path-img li.clip2 { clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); }

.talent .path-content .path-img li:nth-child(1) { top: 0; right: 322px; }
.talent .path-content .path-img li:nth-child(2) { top: 309px; right: 0; }
.talent .path-content .path-img li:nth-child(3) { top: 618px; right: 0; }
.talent .path-content .path-img li:nth-child(4) { top: 927px; right: 644px; }
.talent .path-content .path-img li:nth-child(5) { top: 927px; right: 0; }

.talent .path-content .path-img li .hover { display: none; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; }
.talent .path-content .path-img li .hover strong { font-size: 24px; font-weight: 700; line-height: 1; }
.talent .path-content .path-img li .hover p { margin-top: 20px; font-size: 20px; font-weight: 400; line-height: 1.6; }
.talent .path-content .path-img li .img { width: 100%; height: 100%; }
.talent .path-content .path-img li .img img { width: 100%; height: 100%; object-fit: cover; }

.benefits .benefits-content { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.benefits .benefits-content .scroll { width: 20%; }
.benefits .benefits-content .scroll .benefits-tab li { margin-bottom: 60px; }
.benefits .benefits-content .scroll .benefits-tab li a { display:block; color: #9A9A9A; line-height: 1; }
.benefits .benefits-content .scroll .benefits-tab li.on a { color:#191919 }
.benefits .benefits-content .scroll .benefits-tab li a * { display: block; }
.benefits .benefits-content .scroll .benefits-tab li a span { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.benefits .benefits-content .scroll .benefits-tab li a strong { font-size: 32px; font-weight: 700; margin-bottom: 11px; word-break: keep-all; }
.benefits .benefits-content .scroll .benefits-tab li a em { font-size: 18px; font-style: normal; font-weight: 400; }
.benefits .benefits-content .benefits-box { display: none; max-width: 1220px; width: 80%; }
.benefits .benefits-content .benefits-txt { display: grid; gap: 80px 40px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; border-top: 1px solid #EAEAEA; }
.benefits .benefits-content .benefits-txt:last-child { border-bottom: 1px solid #EAEAEA; }
.benefits .benefits-content .benefits-txt li { padding: 50px 53px; }
.benefits .benefits-content .benefits-txt li .img { width: 80px; height: 80px; }
.benefits .benefits-content .benefits-txt li .img img { width: 100%; height: 100%; object-fit: cover; }
.benefits .benefits-content .benefits-txt li strong { display: block; margin-top: 40px; color: #333; font-size: 20px; font-weight: 700; line-height: 1; }
.benefits .benefits-content .benefits-txt li p { margin-top: 15px; color: #666; font-size: 18px; font-weight: 400; line-height: 1.6; }

.sub section.careers-banner { position: relative; margin-top: 200px; padding-bottom: 0; }
.careers-banner .txt-box { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; color: #FFF; }
.careers-banner .txt-box strong { display: block; font-size: 56px; font-weight: 700; line-height: 1.32; }
.careers-banner .txt-box p { margin: 15px 0 40px; font-size: 20px; font-weight: 400; line-height: 1.6; }
.careers-banner .txt-box a { display: inline-flex; height: 60px; padding: 0px 44px 0px 48px; align-items: center; border-radius: 90px; border: 1px solid #FFF; }
.careers-banner .txt-box a span { position: relative; }
.careers-banner .txt-box a span::after { background: url(../images/careers-banner-ic.svg)no-repeat; background-size: contain; }
.careers-banner .bg { height: 545px; width: 100%; }
.careers-banner .bg img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1700px) { 
    .talent .sub-title { width: calc(100vw * (668 / 1700)); word-break: keep-all; }
    .talent .sub-title br { display: none; }
    .talent .path-content { padding-top: calc(100vw * (50 / 1700)); }
    .talent .path-content .path-txt { top: calc(100vw * (572 / 1700)); width: calc(100vw * (996 / 1700)); height: calc(100vw * (192 / 1700)); }
    .talent .path-content .path-txt p { font-size: calc(100vw * (32 / 1700)); }
    .talent .path-content .path-txt a { margin-top: calc(100vw * (30 / 1700)); }
    .talent .path-content .path-img { width: calc(100vw * (1288 / 1700)); height: calc(100vw * (1236 / 1700)); }
    .talent .path-content .path-img li { width: calc(100vw * (644 / 1700)); height: calc(100vw * (309 / 1700)); }
    
    .talent .path-content .path-img li:nth-child(1) { right: calc(100vw * (322 / 1700)); }
    .talent .path-content .path-img li:nth-child(2) { top: calc(100vw * (309 / 1700)); }
    .talent .path-content .path-img li:nth-child(3) { top: calc(100vw * (618 / 1700)); }
    .talent .path-content .path-img li:nth-child(4) { top: calc(100vw * (927 / 1700)); right: calc(100vw * (644 / 1700)); }
    .talent .path-content .path-img li:nth-child(5) { top: calc(100vw * (927 / 1700)); }
    .talent .path-content .path-img li .hover strong { font-size: calc(100vw * (24 / 1700)); }
    .talent .path-content .path-img li .hover p { margin-top: calc(100vw * (20 / 1700)); font-size: calc(100vw * (20 / 1700)); } 
    .benefits .benefits-content .scroll { padding-left: calc(100vw * (30 / 1700)); }
}
@media (min-width: 1181px) {  
    .talent .path-content .path-img li:hover::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(230, 30, 21, 0.80); }
    .talent .path-content .path-img li:hover .hover { display: block; }

    .careers-banner .txt-box a:hover { background-color: #fff; color: #191919; }
    .careers-banner .txt-box a:hover span::after { background: url(../images/careers-banner-black-ic.svg)no-repeat; }
}
@media (max-width: 1180px) {  
    .talent { margin: calc(100vw * (120 / 1180)) 0 calc(100vw * (200 / 1180)); }
    .talent .sub-title { position: relative; width: 100%; }
    .talent .sub-title br { display: block; }
    .talent .path-content { padding-top: 0; }
    .talent .path-content .path-txt { top: calc(100vw * (428 / 1180)); width: calc(100vw * (540 / 1180)); height: calc(100vw * (180 / 1180)); }
    .talent .path-content .path-txt p { font-size: calc(100vw * (28 / 1180)); }
    .talent .path-content .path-txt a { margin-top: calc(100vw * (30 / 1180)); }
    .talent .path-content .path-img { width: calc(100vw * (1080 / 1180)); height: calc(100vw * (1036 / 1180)); }
    .talent .path-content .path-img li { width: calc(100vw * (540 / 1180)); height: calc(100vw * (259 / 1180)); }
    .talent .path-content .path-img li::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.60); }
    .talent .path-content .path-img li:nth-child(1) { right: calc(100vw * (270 / 1180)); }
    .talent .path-content .path-img li:nth-child(2) { top: calc(100vw * (259 / 1180)); }
    .talent .path-content .path-img li:nth-child(3) { top: calc(100vw * (518 / 1180)); }
    .talent .path-content .path-img li:nth-child(4) { top: calc(100vw * (777 / 1180)); right: calc(100vw * (540 / 1180)); }
    .talent .path-content .path-img li:nth-child(5) { top: calc(100vw * (777 / 1180)); }
    .talent .path-content .path-img li .hover { display: block; }
    .talent .path-content .path-img li .hover strong { font-size: calc(100vw * (20 / 1180)); }
    .talent .path-content .path-img li .hover p { margin-top: calc(100vw * (15 / 1180)); font-size: calc(100vw * (18 / 1180)); } 

    .benefits .benefits-content { display: block; }
    .benefits .benefits-content .scroll { position: relative; padding-left: calc(100vw * (50 / 1180)); width: 100%; }
    .benefits .benefits-content .scroll .benefits-tab { display: inline-flex; flex-wrap: nowrap; align-items: center; margin-bottom: calc(100vw * (20 / 1180)); }
    .benefits .benefits-content .scroll .benefits-tab li { padding: calc(100vw * (30 / 1180)) calc(100vw * (60 / 1180)) calc(100vw * (30 / 1180)) 0; margin-right: calc(100vw * (30 / 1180)); margin-bottom: 0; }
    .benefits .benefits-content .scroll .benefits-tab li a span { font-size: calc(100vw * (18 / 1180)); margin-bottom: calc(100vw * (10 / 1180)); }
    .benefits .benefits-content .scroll .benefits-tab li a strong { font-size: calc(100vw * (32 / 1180)); margin-bottom: calc(100vw * (10 / 1180)); }
    .benefits .benefits-content .scroll .benefits-tab li a em { font-size: calc(100vw * (18 / 1180)); }
    .benefits .benefits-content .benefits-box { max-width: auto; width: 100%; }
    .benefits .benefits-content .benefits-txt { gap: 0; }
    .benefits .benefits-content .benefits-txt li { padding: calc(100vw * (50 / 1180)) calc(100vw * (53 / 1180)); }
    .benefits .benefits-content .benefits-txt li .img { width: calc(100vw * (80 / 1180)); height: calc(100vw * (80 / 1180)); }
    .benefits .benefits-content .benefits-txt li strong { margin-top: calc(100vw * (40 / 1180)); font-size: calc(100vw * (20 / 1180)); }
    .benefits .benefits-content .benefits-txt li p { margin-top: calc(100vw * (15 / 1180)); font-size: calc(100vw * (18 / 1180)); }

    .careers-banner { margin-top: calc(100vw * (200 / 1180)); }
    .careers-banner .txt-box strong { font-size: calc(100vw * (56 / 1180)); }
    .careers-banner .txt-box p { margin: calc(100vw * (15 / 1180)) 0 calc(100vw * (40 / 1180)); font-size: calc(100vw * (20 / 1180)); }
    .careers-banner .txt-box a { height: calc(100vw * (60 / 1180)); padding: 0px calc(100vw * (44 / 1180)) 0px calc(100vw * (48 / 1180)); border-radius: calc(100vw * (90 / 1180)); }
    .careers-banner .bg { height: calc(100vw * (485 / 1180));}
}
@media (max-width: 767px) {  
    .talent { margin: calc(100vw * (100 / 767)) 0 calc(100vw * (200 / 767)); }
    .talent .sub-title br.pc { display: none; }
    .talent .path-content .path-txt { display: none; }
    .talent .path-content .path-img { width: 100%; height: auto; }
    .talent .path-content .path-img li { position: relative; width: 100%; height: calc(100vw * (350 / 767)); margin-bottom: calc(100vw * (35 / 767)); }
    .talent .path-content .path-img li:last-child { margin-bottom: 0; }
    .talent .path-content .path-img li:nth-child(1) { right: auto; }
    .talent .path-content .path-img li:nth-child(2) { top: auto; }
    .talent .path-content .path-img li:nth-child(3) { top: auto; }
    .talent .path-content .path-img li:nth-child(4) { top: auto; right: auto; }
    .talent .path-content .path-img li:nth-child(5) { top: auto; }
    .talent .path-content .path-img li.clip1 { clip-path: none; }
    .talent .path-content .path-img li.clip2 { clip-path: none; }
    .talent .path-content .path-img li .hover { display: block; }
    .talent .path-content .path-img li .hover strong { font-size: calc(100vw * (32 / 767)); }
    .talent .path-content .path-img li .hover p { margin-top: calc(100vw * (24 / 767)); font-size: calc(100vw * (28 / 767)); } 

    .benefits .benefits-content .scroll { padding-left: calc(100vw * (40 / 767)); overflow-x: scroll; width: 100vw; }
    .benefits .benefits-content .scroll .benefits-tab { margin-bottom: calc(100vw * (40 / 767)); }
    .benefits .benefits-content .scroll .benefits-tab li { width: max-content; padding: calc(100vw * (30 / 767)) calc(100vw * (60 / 1180)) calc(100vw * (30 / 767)) 0; margin-right: calc(100vw * (10 / 767)); }
    .benefits .benefits-content .scroll .benefits-tab li a span { font-size: calc(100vw * (28 / 767)); margin-bottom: calc(100vw * (16 / 767)); }
    .benefits .benefits-content .scroll .benefits-tab li a strong { font-size: calc(100vw * (38 / 767)); margin-bottom: calc(100vw * (16 / 767)); }
    .benefits .benefits-content .scroll .benefits-tab li a em { font-size: calc(100vw * (28 / 767)); }
    .benefits .benefits-content .benefits-box { max-width: auto; width: 100%; }
    .benefits .benefits-content .benefits-txt  {display: block; }
    .benefits .benefits-content .benefits-txt li { position: relative; padding: calc(100vw * (50 / 767)) 0 calc(100vw * (50 / 767)) calc(100vw * (120 / 767)); border-bottom: 1px solid #EAEAEA; }
    .benefits .benefits-content .benefits-txt li:last-child { border-bottom: 0; }
    .benefits .benefits-content .benefits-txt li .img { position: absolute; top: calc(100vw * (50 / 767)); left: 0; width: calc(100vw * (80 / 767)); height: calc(100vw * (80 / 767)); }
    .benefits .benefits-content .benefits-txt li strong { margin-top: 0; font-size: calc(100vw * (32 / 767)); }
    .benefits .benefits-content .benefits-txt li p { margin-top: calc(100vw * (16 / 767)); font-size: calc(100vw * (28 / 767)); }

    .careers-banner { margin-top: calc(100vw * (200 / 767)); }
    .careers-banner .txt-box strong { font-size: calc(100vw * (48 / 767)); margin-bottom: calc(100vw * (54 / 767)); }
    .careers-banner .txt-box p { display: none; }
    .careers-banner .txt-box a { height: calc(100vw * (96 / 767)); padding: 0px calc(100vw * (65 / 767)) 0px calc(100vw * (72 / 767)); border-radius: calc(100vw * (125 / 767)); }
    .careers-banner .bg { height: calc(100vw * (498 / 767));}
}

/* interview */
.culture { margin: 120px 0 200px; }
.culture .sub-title h2 { word-break: keep-all; }
.culture .sub-title h2 .tab { display: none; }
.culture .culture-slide-box { position: relative; }
.culture .culture-slide-box .inner { transform: translate(-50%, -50%); position: absolute; width: 865px; height: 200px; top: 50%; left: 50%; }
.culture .culture-slide-box .inner::before { content: ""; background: url(../images/culture-bracket.svg)no-repeat; background-size: contain; width: 16px; height: 126px; position: absolute; top: 74px; left: 0; }
.culture .culture-slide-box .inner::after { content: ""; background: url(../images/culture-bracket.svg)no-repeat; background-size: contain; width: 16px; height: 126px; position: absolute; top: 74px; right: 0; transform: rotate(180deg); }
.culture .culture-slide-box .culture-slide { position: relative; width: 865px; height: 200px; padding-top: 74px; }

.culture .culture-slide-box .culture-slide li .txt-box { height: 100%; color: #FFF; text-align: center; font-size: 56px; font-weight: 700; line-height: 1.32; }
.culture .culture-slide-box .culture-slide li .txt-box span { display: block; }
.culture .culture-slide-box .culture-slide li .txt-box p { position: relative; height: 100%; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; overflow: hidden; }
.culture .culture-slide-box .culture-slide::before { 
    content: "구성원이 생각하는 스코넥은";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #FFF;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    opacity: 0.8; 
}
.culture .culture-slide-box .culture-slide .bg { width: 100%; height: 542px; }
.culture .culture-slide-box .culture-slide .bg img { width: 100%; height: 100%; object-fit: cover; }
.culture .culture-slide-box .culture-slide li.swiper-slide-active .txt-box span { animation: fadeInUp 1s both; animation-delay: .5s; }
@keyframes fadeInUp {
    0% { opacity: 0; transform: translate3d(0, 50px, 0); }
    100% { opacity: 1; transform: none; }
}
.culture .bg { position: relative; height: 542px; overflow: hidden; z-index: -1; }
.culture .bg img { width: 100%; height: 100%; object-fit: cover; }
.culture .bg::before { content: ""; background: #fff; width: 85px; height: 85px; clip-path: polygon(0 0, 0% 100%, 100% 0); position: absolute; top: -1px; left: -1px; }
.culture .bg::after { content: ""; background: #fff; width: 85px; height: 85px; clip-path: polygon(100% 0, 0% 100%, 100% 100%); position: absolute; bottom: -1px; right: -1px; }

.interview .img-box { margin-bottom: -90px; position: relative; top: -177px; }
.interview .img-box li { width: 100%; }
.interview .img-box li .img { overflow: hidden; }
.interview .img-box li:nth-child(1) .img { clip-path: polygon(82px 0, 100% 0%, 574px 100%, 0% 100%); width: 656px; height: 140px; margin: 0 0 0 auto; }
.interview .img-box li:nth-child(2) .img { clip-path: polygon(82px 0%, 100% 0%, 306px 100%, 0% 100%); width: 388px; height: 140px; margin: 0 655px 0 auto; }
.interview .img-box li .img img { width: 100%; height: 100%; object-fit: contain; }

.faq-wrap .question { position: relative; display: flex; flex-wrap: nowrap; cursor: pointer; padding: 30px 0; }
.faq-wrap .question span { position: relative; display: block; margin-top: 9px; width: 22px; height: 22px; line-height: 1.4; }
.faq-wrap .question span:before { content: ""; width: 4px; height: 100%; position: absolute; top:50%; left: 50%; transform:translate(-50%,-50%); background:#E61E15; transition: transform .2s; }
.faq-wrap .on .question span:before { transform:translate(-50%,-50%)  rotate(90deg); }
.faq-wrap .question span:after { content: ""; width: 100%; height: 4px; position: absolute; top:50%; left: 50%; transform:translate(-50%,-50%); background:#E61E15; }
.faq-wrap .question h3 { width: calc(100% - 44px); padding-left: 15px; font-size: 32px; line-height: 1.4; word-break: keep-all; }
.faq-wrap .answer { max-height: 0; overflow: hidden; transition: all 0.3s; }
.faq-wrap .answer>div { position: relative; max-width: 1216px; margin-bottom: 40px; padding: 40px 50px; background: #F6F6F6; }
.faq-wrap .answer>div:first-child { margin-top: 25px; }
.faq-wrap .answer>div:last-child { margin-bottom: 60px; }
.faq-wrap .answer>div .img { position: absolute; top:40px; left: 50px; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; }
.faq-wrap .answer .txt { padding-left: 95px; }
.faq-wrap .answer .txt p { color: #333; font-size: 18px; font-weight: 400; line-height: 1.6; word-break: keep-all; }
.faq-wrap .answer .txt span { display: block; margin-top: 10px; color: #9A9A9A; font-size: 16px; font-weight: 300; line-height: 1; }

.faq-wrap .answer .answer-left { margin-left: 88px; }
.faq-wrap .answer .answer-left::before { content: ""; background: #F6F6F6; width: 43px; height: 43px; position: absolute; top:0; left: -42px; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.faq-wrap .answer .answer-left::after { content: ""; background: #FFF; width: 43px; height: 43px; position: absolute; bottom:0; right: -1px; clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.faq-wrap .answer .answer-right { margin: 0 88px 40px auto; }
.faq-wrap .answer .answer-right::before { content: ""; background: #F6F6F6; width: 43px; height: 43px; position: absolute; top:0; right: -42px; clip-path: polygon(100% 0, 0 100%, 0 0); }
.faq-wrap .answer .answer-right::after { content: ""; background: #FFF; width: 43px; height: 43px; position: absolute; bottom:0; left: -1px; clip-path: polygon(0 0, 0 100%, 100% 100%); }

.faq-wrap .on .answer { max-height: 100%; overflow: hidden; transition: all 0.6s; }
.faq-wrap .on .question:after { border-color: #da0011; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }

@media (max-width: 1180px) {  
    .culture { margin: calc(100vw * (120 / 1180)) 0 calc(100vw * (200 / 1180)); }
    .culture .sub-title h2 .pc { display: none; }
    .culture .sub-title h2 .tab { display: block; }
    .culture .culture-slide-box .inner { width: calc(100vw * (760 / 1180)); height: calc(100vw * (190 / 1180)); }
    .culture .culture-slide-box .inner::before { width: calc(100vw * (16 / 1180)); height: calc(100vw * (126 / 1180)); top: calc(100vw * (64 / 1180)); }
    .culture .culture-slide-box .inner::after { width: calc(100vw * (16 / 1180)); height: calc(100vw * (126 / 1180)); top: calc(100vw * (64 / 1180)); }
    .culture .culture-slide-box .culture-slide { width: calc(100vw * (760 / 1180)); height: calc(100vw * (190 / 1180)); padding-top: calc(100vw * (64 / 1180)); }
    
    .culture .culture-slide-box .culture-slide li .txt-box { font-size: calc(100vw * (48 / 1180)); }
    .culture .culture-slide-box .culture-slide::before { font-size: calc(100vw * (28 / 1180)); }
    .culture .culture-slide-box .culture-slide .bg { height: calc(100vw * (542 / 1180)); }

    .culture .bg { height: calc(100vw * (542 / 1180)); }
    .culture .bg::before { width: calc(100vw * (70 / 1180)); height: calc(100vw * (70 / 1180));  }
    .culture .bg::after { width: calc(100vw * (70 / 1180)); height: calc(100vw * (70 / 1180)); }
    
    .interview .img-box { top: 0; margin-bottom: calc(100vw * (87 / 1180)); }
    .interview .img-box li:nth-child(1) .img { clip-path: polygon(calc(100vw * (82 / 1180)) 0, 100% 0%, calc(100vw * (574 / 1180)) 100%, 0% 100%); width: calc(100vw * (656 / 1180)); height: calc(100vw * (140 / 1180)); }
    .interview .img-box li:nth-child(2) .img { clip-path: polygon(calc(100vw * (82 / 1180)) 0%, 100% 0%, calc(100vw * (306 / 1180)) 100%, 0% 100%); width: calc(100vw * (388 / 1180)); height: calc(100vw * (140 / 1180)); margin: 0 calc(100vw * (655 / 1180)) 0 auto; }
    
    .faq-wrap .question { padding: calc(100vw * (30 / 1180)) 0; }
    .faq-wrap .question span { margin-top: calc(100vw * (9 / 1180)); width: calc(100vw * (22 / 1180)); height: calc(100vw * (22 / 1180)); }
    .faq-wrap .question span:before { width: 4px; }
    .faq-wrap .question span:after { height: 4px; }
    .faq-wrap .question h3 { width: calc(100% - calc(100vw * (44 / 1180))); padding-left: calc(100vw * (15 / 1180)); font-size: calc(100vw * (32 / 1180)); }
    .faq-wrap .answer>div { max-width: calc(100vw * (990 / 1180)); margin-bottom: calc(100vw * (40 / 1180)); padding: calc(100vw * (40 / 1180)) calc(100vw * (50 / 1180)); }
    .faq-wrap .answer>div:first-child { margin-top: calc(100vw * (25 / 1180)); }
    .faq-wrap .answer>div:last-child { margin-bottom: calc(100vw * (60 / 1180)); }
    .faq-wrap .answer>div .img { top:calc(100vw * (40 / 1180)); left: calc(100vw * (50 / 1180)); width: calc(100vw * (60 / 1180)); height: calc(100vw * (60 / 1180)); }
    .faq-wrap .answer .txt { padding-left: calc(100vw * (95 / 1180)); }
    .faq-wrap .answer .txt p { font-size: calc(100vw * (18 / 1180)); }
    .faq-wrap .answer .txt span { margin-top: calc(100vw * (10 / 1180)); font-size: calc(100vw * (16 / 1180)); }
    
    .faq-wrap .answer .answer-left { margin-left: calc(100vw * (88 / 1180)); }
    .faq-wrap .answer .answer-left::before { width: calc(100vw * (43 / 1180)); height: calc(100vw * (43 / 1180)); left: calc(100vw * (-42 / 1180)); }
    .faq-wrap .answer .answer-left::after { width: calc(100vw * (43 / 1180)); height: calc(100vw * (43 / 1180)); }
    .faq-wrap .answer .answer-right { margin: 0 calc(100vw * (88 / 1180)) calc(100vw * (40 / 1180)) auto; }
    .faq-wrap .answer .answer-right::before { width: calc(100vw * (43 / 1180)); height: calc(100vw * (43 / 1180)); right: calc(100vw * (-42 / 1180)); }
    .faq-wrap .answer .answer-right::after { width: calc(100vw * (43 / 1180)); height: calc(100vw * (43 / 1180)); }    
}
@media (max-width: 767px) {  
    .culture { margin: calc(100vw * (100 / 767)) 0 calc(100vw * (200 / 767)); }
    .culture .sub-title h2 .tab { display: none; }
    .culture .culture-slide-box .inner { width: calc(100vw * (589 / 767)); height: calc(100vw * (167 / 767)); }
    .culture .culture-slide-box .inner::before { width: calc(100vw * (16 / 767)); height: calc(100vw * (106 / 767)); top: calc(100vw * (64 / 767)); }
    .culture .culture-slide-box .inner::after { width: calc(100vw * (16 / 767)); height: calc(100vw * (106 / 767)); top: calc(100vw * (64 / 767)); }
    .culture .culture-slide-box .culture-slide { width: calc(100vw * (589 / 767)); height: calc(100vw * (167 / 767)); padding-top: calc(100vw * (64 / 767)); }
    
    .culture .culture-slide-box .culture-slide li .txt-box { font-size: calc(100vw * (38 / 767)); }
    .culture .culture-slide-box .culture-slide::before { font-size: calc(100vw * (32 / 767)); }
    .culture .culture-slide-box .culture-slide .bg { height: calc(100vw * (542 / 767)); }

    .culture .bg { height: calc(100vw * (542 / 767)); }
    .culture .bg::before { width: calc(100vw * (70 / 767)); height: calc(100vw * (70 / 767));  }
    .culture .bg::after { width: calc(100vw * (70 / 767)); height: calc(100vw * (70 / 767)); }
    
    .interview .img-box { display: none; }   
    .faq-wrap .question { padding: calc(100vw * (30 / 767)) 0; }
    .faq-wrap .question span { margin-top: calc(100vw * (9 / 767)); width: calc(100vw * (32 / 767)); height: calc(100vw * (32 / 767)); }
    .faq-wrap .question span:before { width: 3px; }
    .faq-wrap .question span:after { height: 3px; }
    .faq-wrap .question h3 { width: calc(100% - calc(100vw * (32 / 767))); padding-left: calc(100vw * (25 / 767)); font-size: calc(100vw * (38 / 767)); }
    .faq-wrap .answer>div { max-width: 100%; margin-bottom: calc(100vw * (30 / 767)); padding: calc(100vw * (40 / 767)) calc(100vw * (50 / 767)); }
    .faq-wrap .answer>div:first-child { margin-top: calc(100vw * (25 / 767)); }
    .faq-wrap .answer>div:last-child { margin-bottom: calc(100vw * (80 / 767)); }
    .faq-wrap .answer>div .img { top:calc(100vw * (40 / 767)); left: calc(100vw * (50 / 767)); width: calc(100vw * (60 / 767)); height: calc(100vw * (60 / 767)); }
    .faq-wrap .answer .txt { padding: calc(100vw * (95 / 767)) 0 0; }
    .faq-wrap .answer .txt p { font-size: calc(100vw * (28 / 767)); }
    .faq-wrap .answer .txt span { position: absolute; top: calc(100vw * (56 / 767)); left: calc(100vw * (130 / 767)); margin-top: 0; font-size: calc(100vw * (28 / 767)); }
    
    .faq-wrap .answer .answer-left { margin-left: calc(100vw * (47 / 767)); }
    .faq-wrap .answer .answer-left::before { display: none; }
    .faq-wrap .answer .answer-left::after { display: none; }
    .faq-wrap .answer .answer-right { margin: 0 0 calc(100vw * (30 / 767)) calc(100vw * (47 / 767)); }
    .faq-wrap .answer .answer-right::before { display: none; }
    .faq-wrap .answer .answer-right::after { display: none; }    
}

/* faq */
.faq-box { margin: 120px 0 200px; }
.faq-box .left-tit { float: left; position: sticky; top: 140px; left: 0; width: 380px; }
.faq-box .left-tit .img-box { width: 334px; }
.faq-box .left-tit .img-box li .img { clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%); }
.faq-box .left-tit .img-box li .img img { width: 100%; height: 100%; object-fit: cover; }
.faq-box .left-tit .img-box li:nth-child(1) .img { width: 121px; height: 252px; }
.faq-box .left-tit .img-box li:nth-child(2) { margin-top: -135px;}
.faq-box .left-tit .img-box li:nth-child(2) .img { margin: 0 0 0 auto; width: 260px; height: 540px; }
.faq-box .right-content { float: left; width: calc(100% - 380px); padding-left: 180px; }
.faq-box .right-content .faq-wrap .answer .txt { padding-left: 0; }
@media (max-width: 1180px) {  
    .faq-box { margin: calc(100vw * (120 / 1180)) 0 calc(100vw * (200 / 1180)); }
    .faq-box .left-tit { position: relative; top: auto; float: none; width: 100%; }
    .faq-box .left-tit .img-box { display: none; }
    .faq-box .right-content { float: none; width: 100%; padding-left: 0; }
}
@media (max-width: 767px) {  
    .faq-box { margin: calc(100vw * (100 / 767)) 0 calc(100vw * (200 / 767)); }
    .faq-box .faq-wrap .answer .txt { padding-top: 0; }
    .faq-box .faq-wrap .answer .txt span { position: relative; top: auto; left: auto; margin-top: calc(100vw * (10 / 767)); }
}

/* APPLY */
.process { margin: 120px 0 200px; }
.process .process-ic { display: grid; gap: 40px; grid-template-columns: repeat(4, 1fr); grid-auto-rows: auto; }
.process .process-ic li { display: flex; height: 342px; padding: 60px 40px; flex-direction: column; justify-content: center; align-items: center; border: 1px solid #EAEAEA; text-align: center; }
.process .process-ic li .ic { width: 100px; height: 100px; margin-bottom: 40px; }
.process .process-ic li .ic img { width: 100%; height: 100%; object-fit: contain; }
.process .process-ic li em { margin-bottom: 15px; color: #191919; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; }
.process .process-ic li>p { position: relative; color: #191919; font-size: 24px; font-weight: 700; line-height: 1; }
.process .process-ic li.over>p { padding-right: 31px; }
.process .process-ic li.over>p::after { 
    content: ""; 
    background: url(../images/process-over-ic.svg)no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); 
}
.process .process-ic li .over-content { display: none; }
.process .process-ic li .over-content p { margin-top: 38px; color: #FFF;  font-size: 20px; font-weight: 500; line-height: 1.6; word-break: keep-all; }
.process .txt-box { margin-top: 60px; }
.process .txt-box li { position: relative; padding-left: 10px; color: #666; font-size: 16px; font-weight: 400; line-height: 1.6; }
.process .txt-box li::before { content: "· "; position: absolute; top: 0; left: 0; }
.process .txt-box li:nth-child(1) { display: block; padding-left: 0; margin-bottom: 12px; color: #333; font-size: 18px; font-weight: 600; line-height: 1; }
.process .txt-box li:nth-child(1)::before { display: none; }
@media (min-width: 1181px) { 
    .process .process-ic li.over:hover { background: #E61E15; }
    .process .process-ic li.over:hover .ic { display: none; }
    .process .process-ic li.over:hover em { color:#fff }
    .process .process-ic li.over:hover>p { color:#fff; padding-right: 0; }
     .process .process-ic li.over:hover>p::after { display: none; }
    .process .process-ic li.over:hover .over-content { display: block; }
}

.apply .sub-title h2 { display: flex; flex-wrap: nowrap; align-items: center; }
.apply .sub-title h2 b { 
    margin-left: 22px;
    display: flex; 
    width: 48px; 
    height: 48px; 
    justify-content: center; 
    align-items: center; 
    border-radius: 50%; 
    background: rgba(230, 30, 21, 0.10); 
    color: #E61E15;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.apply .apply-content { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.apply .left-tit { width: 330px; }
.apply .left-tit .checkbox-wrap { margin-bottom: 15px; }
.apply .left-tit .checkbox-wrap.on h3::after { transform: translateY(-50%) rotate(180deg); }
.apply .left-tit .checkbox-wrap:last-child { margin-bottom: 0; }
.apply .left-tit .checkbox-wrap h3 { position: relative; padding: 17px 10px; margin-bottom: 0; color: #333; font-size: 20px; font-weight: 600; line-height: 1; border-bottom: 2px solid #191919; cursor: pointer; }
.apply .left-tit .checkbox-wrap h3::after {     
    content: "";
    background: url(../images/apply-checkbox-ic.svg)no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); 
    transition: transform .2s;
}
.apply .left-tit .checkbox-wrap ol { 
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;    
}
.apply .left-tit .checkbox-wrap.on ol {  
    padding-top: 35px; 
    max-height: 100vh;
    overflow: hidden;
    transition: all 0.6s;  
}
.apply .left-tit .checkbox-wrap ol li { margin-bottom: 17px; }
.apply .left-tit .checkbox-wrap ol li:last-child { margin-bottom: 0; }
.apply .left-tit .checkbox-wrap ol li label { cursor: pointer; }
.apply .left-tit .checkbox-wrap ol li label input { 
    /* visibility: hidden;  */
    display: none;
}
.apply .left-tit .checkbox-wrap ol li label span { display: flex; flex-wrap: nowrap; align-items: center; word-break: keep-all; font-size: 20px; font-weight: 500; line-height: 1.3; color: #191919;  }
.apply .left-tit .checkbox-wrap ol li label span::before { content: ""; background-image: url(../images/apply-checkbox.svg); top: -1px; left: 0; width: 24px; height: 24px;  background-repeat: no-repeat; background-size: contain; padding-right: 9px; }
.apply .left-tit .checkbox-wrap ol li label input:checked+span { color: #191919; }
.apply .left-tit .checkbox-wrap ol li label input:checked+span::before { background-image: url(../images/apply-checkbox-on.svg); }

.apply .right-content { width: calc(100% - 330px); padding: 54px 0 0 90px; }
.apply .right-content ol { border-top: 2px solid #191919; }
.apply .right-content ol>li a { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 60px 30px; border-bottom: 1px solid #C7C7C7; }
.apply .right-content ol>li .txt-box { width: calc(100% - 200px); padding-left: 20px; }
.apply .right-content ol>li .txt-box h3 { color: #191919; font-size: 24px; font-weight: 600; line-height: 1.5; word-break: keep-all; }
.apply-cate { margin-top: 25px; display: flex; flex-wrap: nowrap; align-items: center; }
.apply-cate li { position: relative; padding-right: 24px; margin-right: 24px; color: #666; white-space: nowrap; font-size: 16px; }
.apply-cate li:nth-child(1) {  
    display: flex;
    width: 117px;
    padding: 10px 4px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: #191919;
}
.apply-cate li:nth-child(1)::after,
.apply-cate li:nth-last-child(2)::after { display: none; }
.apply-cate li::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #666;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); 
}
.apply .right-content ol>li span {
    display: flex;
    height: 60px;
    padding: 0px 46px;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    background: #C7C7C7;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1; 
}
.apply .right-content ol>li span.on { background: #E61E15; }

@media (min-width: 1181px) { 
    .apply .right-content ol>li:hover { background: #F6F6F6; }
}

/* 필터 팝업 */
.filter-wrap {}
.filter-wrap .pop { width: 100%; height: 80vh; padding: calc(100vw * (125 / 767)) calc(100vw * (40 / 767)); overflow: hidden; top: auto; bottom: -20vh; transform: translateY(0); }
.filter-wrap .pop .close { background: url(../images/filter-pop-ic.svg)no-repeat; background-size: contain; }
.filter-wrap .pop .pop_content { overflow-x: scroll; height: 100%; } 
.filter-wrap .pop .pop_content h2 { color: #191919; font-size: calc(100vw * (40 / 767)); font-weight: 700; line-height: 1; text-align: left; margin-bottom: calc(100vw * (24 / 767)); } 
.filter-wrap .pop .pop_content>span { display: block; margin-bottom: calc(100vw * (98 / 767)); color: #9A9A9A; font-size: calc(100vw * (32 / 767)); font-weight: 400; line-height: 1; text-align: left; } 
.filter-wrap .pop .pop_btn { 
    margin: 0;
    padding: calc(100vw * (20 / 767)) 0 calc(100vw * (80 / 767));
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff; 
}
.filter-wrap .pop .pop_btn .btn {
    color: #FFF;
    text-align: center;
    font-size: calc(100vw * (32 / 767));
    font-weight: 600;
    line-height: 1;
    display: flex;
    width: calc(100vw * (670 / 767));
    height: calc(100vw * (96 / 767));
    padding: calc(100vw * (24 / 767)) 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E61E17;
    border-radius: 0;
    border: 2px solid #E61E15;
}
.filter-wrap .checkbox-wrap { padding: calc(100vw * (51 / 767)) 0; border-top: 1px solid #EAEAEA; }
.filter-wrap .checkbox-wrap:last-child { margin-bottom: calc(100vw * (100 / 767)); }
.filter-wrap .checkbox-wrap p { color: #333; font-size: calc(100vw * (32 / 767)); font-weight: 600; line-height: 1; margin-bottom: calc(100vw * (36 / 767)); text-align: left; }
.filter-wrap .checkbox-wrap ol { display: flex; flex-wrap: wrap; gap: calc(100vw * (18 / 767)) calc(100vw * (24 / 767)); }
.filter-wrap .checkbox-wrap ol li label { cursor: pointer; }
.filter-wrap .checkbox-wrap ol li label input { display: none; }
.filter-wrap .checkbox-wrap ol li label span { 
    display: inline-flex; 
    flex-wrap: nowrap; 
    align-items: center; 
    word-break: keep-all;
    height: calc(100vw * (62 / 767));
    padding: 0 calc(100vw * (24 / 767)); 
    font-size: calc(100vw * (28 / 767)); 
    font-weight: 600; 
    line-height: 1; 
    color: #E61E15;  
    border-radius: calc(100vw * (300 / 767)); 
    border: 1px solid #E61E15; 
}
.filter-wrap .checkbox-wrap ol li label input:checked+span { background-color: #E61E15; color: #fff; }

@media (max-width: 1180px) { 
    .process { margin: calc(100vw * (120 / 1180)) 0 calc(100vw * (200 / 1180)); }
    .process .process-ic { gap: calc(100vw * (20 / 1180)); }
    .process .process-ic li { height: calc(100vw * (300 / 1180)); padding: calc(100vw * (50 / 1180)) calc(100vw * (40 / 1180)); }
    .process .process-ic li .ic { width: calc(100vw * (100 / 1180)); height: calc(100vw * (100 / 1180)); margin-bottom: calc(100vw * (40 / 1180)); }
    .process .process-ic li em { margin-bottom: calc(100vw * (15 / 1180)); font-size: calc(100vw * (16 / 1180)); }
    .process .process-ic li>p { font-size: calc(100vw * (24 / 1180)); }
    .process .process-ic li.over>p { padding-right: calc(100vw * (30 / 1180)); }
    .process .process-ic li.over>p::after { width: calc(100vw * (24 / 1180)); height: calc(100vw * (24 / 1180)); }
    .process .process-ic li.on { background: #E61E15; }
    .process .process-ic li.on .ic { display: none; }
    .process .process-ic li.on em,
    .process .process-ic li.on p { color:#fff; padding: 0; }
    .process .process-ic li.on p::after { display: none; }
    .process .process-ic li.on .over-content { display: block; }
    .process .process-ic li .over-content p { margin-top: calc(100vw * (30 / 1180)); font-size: calc(100vw * (20 / 1180)); }
    .process .process-ic li .over-content p br { display: none; }
    .process .txt-box { margin-top: calc(100vw * (60 / 1180)); }
    .process .txt-box li { padding-left: calc(100vw * (10 / 1180)); font-size: calc(100vw * (16 / 1180)); }
    .process .txt-box li:nth-child(1) { margin-bottom: calc(100vw * (12 / 1180)); font-size: calc(100vw * (18 / 1180)); }

    .apply .sub-title h2 b { margin-left: calc(100vw * (26 / 1180)); width: calc(100vw * (48 / 1180)); height: calc(100vw * (48 / 1180)); font-size: calc(100vw * (24 / 1180)); }
    .apply .left-tit { width: calc(100vw * (275 / 1180)); }
    .apply .left-tit .checkbox-wrap { margin-bottom: calc(100vw * (15 / 1180)); }
    .apply .left-tit .checkbox-wrap h3 { padding: calc(100vw * (17 / 1180)) calc(100vw * (10 / 1180)); margin-bottom: 0; font-size: calc(100vw * (20 / 1180)); }
    .apply .left-tit .checkbox-wrap h3::after { width: calc(100vw * (14 / 1180)); height: calc(100vw * (14 / 1180)); right: calc(100vw * (10 / 1180)); }
    .apply .left-tit .checkbox-wrap ol { padding-top: calc(100vw * (35 / 1180)); }
    .apply .left-tit .checkbox-wrap ol li { margin-bottom: calc(100vw * (17 / 1180)); }
    .apply .left-tit .checkbox-wrap ol li label span { font-size: calc(100vw * (18 / 1180)); }
    .apply .left-tit .checkbox-wrap ol li label span::before { width: calc(100vw * (24 / 1180)); height: calc(100vw * (24 / 1180)); padding-right: calc(100vw * (12 / 1180)); }

    .apply .right-content { width: calc(100% - calc(100vw * (275 / 1180))); padding: calc(100vw * (54 / 1180)) 0 0 calc(100vw * (40 / 1180)); }
    .apply .right-content ol>li a { padding: calc(100vw * (60 / 1180)) calc(100vw * (10 / 1180)); }
    .apply .right-content ol>li .txt-box { position: relative; width: calc(100% - calc(100vw * (162 / 1180))); padding: calc(100vw * (60 / 1180)) calc(100vw * (10 / 1180)) 0 calc(100vw * (40 / 1180)); }
    .apply .right-content ol>li .txt-box h3 { font-size: calc(100vw * (24 / 1180)); }
    .apply-cate { margin-top: calc(100vw * (25 / 1180)); }
    .apply-cate li { padding-right:calc(100vw * (24 / 1180)); margin-right:calc(100vw * (24 / 1180)); font-size: calc(100vw * (16 / 1180)); }
    .apply-cate li:nth-child(1) { position: absolute; top: 0; left: calc(100vw * (40 / 1180)); width: calc(100vw * (117 / 1180)); padding: calc(100vw * (10 / 1180)) calc(100vw * (5 / 1180)); font-size: calc(100vw * (16 / 1180)); }
    .apply-cate li:nth-child(2) { padding-left: 0; }
    .apply-cate li::after { width: 1px; height: calc(100vw * (12 / 1180)); }
    .apply .right-content ol>li span { height: calc(100vw * (60 / 1180)); padding: 0px calc(100vw * (46 / 1180)); border-radius: calc(100vw * (90 / 1180)); font-size: calc(100vw * (18 / 1180)); }
}
@media (max-width: 767px) { 
    .process { margin: calc(100vw * (100 / 767)) 0 calc(100vw * (200 / 767)); }
    .process .process-ic { grid-template-columns: repeat(2, 1fr); gap: calc(100vw * (20 / 767)) calc(100vw * (20 / 767)); }
    .process .process-ic li { height: calc(100vw * (370 / 767)); padding: calc(100vw * (60 / 767)) calc(100vw * (40 / 767)); }
    .process .process-ic li .ic { width: calc(100vw * (100 / 767)); height: calc(100vw * (100 / 767)); margin-bottom: calc(100vw * (40 / 767)); }
    .process .process-ic li em { margin-bottom: calc(100vw * (16 / 767)); font-size: calc(100vw * (24 / 767)); }
    .process .process-ic li>p { font-size: calc(100vw * (36 / 767)); }
    .process .process-ic li.over>p { padding-right: calc(100vw * (42 / 767)); }
    .process .process-ic li.over.on>p { padding-right: 0; }
    .process .process-ic li.over>p::after { width: calc(100vw * (34 / 767)); height: calc(100vw * (34 / 767)); }

    .process .process-ic li .over-content p { margin-top: calc(100vw * (32 / 767)); font-size: calc(100vw * (28 / 767)); }
    .process .txt-box { margin-top: calc(100vw * (80 / 767)); }
    .process .txt-box li { padding-left: calc(100vw * (20 / 767)); font-size: calc(100vw * (28 / 767)); }
    .process .txt-box li:nth-child(1) { margin-bottom: calc(100vw * (24 / 767)); font-size: calc(100vw * (28 / 767)); }
    .process .txt-box li::before { 
        content: "";
        position: absolute;
        top: calc(100vw * (16 / 767));
        left: 0;
        width: calc(100vw * (8 / 767));
        height: calc(100vw * (8 / 767));
        border-radius: 50%;
        background: #6A6A6A; 
    }
    .apply .sub-title h2 { display: block; position: relative; }
    .apply .sub-title h2 b {
        position: relative;
        display: inline-flex;
        left: 0;
        top: calc(100vw * (-5 / 767));
        margin-left: 0;
        width: calc(100vw * (56 / 767)); 
        height: calc(100vw * (56 / 767)); 
        font-size: calc(100vw * (24 / 767)); 
    }
    .apply .left-tit { display: none; }
    .apply .open_pop { 
        display: flex;
        width: 100%;
        height: calc(100vw * (96 / 767));
        padding: calc(100vw * (24 / 767)) 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid #E61E15;
        background: #E61E15;
        color: #FFF;
        font-size: calc(100vw * (32 / 767));
        font-weight: 600;
        line-height: 1;
        margin: calc(100vw * (70 / 767)) 0 calc(100vw * (60 / 767)); 
    }
    .apply .right-content { width: 100%; padding: 0; }
    .apply .right-content ol>li a { padding: calc(100vw * (60 / 767)) calc(100vw * (30 / 767)); }
    .apply .right-content ol>li .txt-box { width: 100%; padding: calc(100vw * (70 / 767)) 0 0; }
    .apply .right-content ol>li .txt-box h3 { font-size: calc(100vw * (32 / 767)); }
    .apply-cate { flex-wrap: wrap; margin-top: calc(100vw * (25 / 767)); }
    .apply-cate li { padding-right: 0 calc(100vw * (20 / 767)); margin-right: 0 calc(100vw * (20 / 767)); margin-bottom: calc(100vw * (20 / 767)); font-size: calc(100vw * (24 / 767)); }
    .apply-cate li:nth-child(1) { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: auto; 
        padding: calc(100vw * (10 / 767)) calc(100vw * (14 / 767)); 
        font-size: calc(100vw * (24 / 767)); 
    }    
    .apply-cate li::after { width: 1px; height: calc(100vw * (18 / 767)); }
    .apply-cate li:nth-last-child(2)::after { display: block; }
    .apply-cate li:last-child::after { display: none; }
    .apply .right-content ol>li span { height: auto; padding: 0; border-radius: 0; font-size: calc(100vw * (24 / 767)); color: #666; font-weight: 400; line-height: 1; background: transparent; }
    .apply .right-content ol>li span.on { background: transparent; color: #E61E15; }
}

/* APPLY 글쓰기 */
.apply-write { margin-top: 120px; }
.apply-write .container { max-width: 1080px; }
.apply-write .apply-cate li:nth-last-child(2)::after { display: block; }
.apply-write .apply-cate li:last-child::after { display: none; }
.apply-write .form { border-width: 2px; }
.apply-write .form .ck-box { display: block; }
.apply-write .form .ck-box .ck-inner { justify-content: center; margin-bottom: 60px; }
.apply-btn-wrap { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 24px; }
.apply-btn-wrap .btn {  
    display: flex;
    width: 240px;
    height: 60px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #E61E15;
    background: transparent;
    color: #E61E15;
    font-size: 18px;
    font-weight: 600;
    line-height: 1; 
}
.apply-btn-wrap .btn span { padding: 0; }
.apply-btn-wrap .btn.btn-red { background: #E61E15; color:#fff; }
@media (max-width: 1180px) { 
    .apply-write { margin-top: calc(100vw * (120 / 1180)); }
    .apply-write .apply-cate li:nth-child(1) { position: relative; left: auto; }
    .apply-write .form { border-width: 2px; }
    .apply-write .form .ck-box .ck-inner { margin-bottom: calc(100vw * (60 / 1180)); }
    .apply-btn-wrap { gap: calc(100vw * (24 / 1180)); }
    .apply-btn-wrap .btn { 
        width: calc(100vw * (240 / 1180)); 
        height: calc(100vw * (60 / 1180));
        padding: 0 calc(100vw * (40 / 1180));       
        font-size: calc(100vw * (18 / 1180));
    }
}
@media (max-width: 767px) { 
    .apply-write { margin-top: calc(100vw * (100 / 767)); }
    .apply-write .form { border-width: 2px; }
    .apply-write .form .ck-box .ck-inner { margin-bottom: calc(100vw * (70 / 767)); }
    .apply-btn-wrap { flex-wrap: wrap; gap: calc(100vw * (32 / 767)); }
    .apply-btn-wrap .btn { 
        width:100%; 
        height: calc(100vw * (96 / 767));
        padding: 0 ;       
        font-size: calc(100vw * (32 / 767));
    }
}

/*  APPLY 상세 */
.apply-view .apply-cate li:nth-last-child(2)::after { display: block; }
.apply-view .apply-cate li:last-child::after { display: none; }
.apply-view .view-box .view .cont h1,
.apply-view .view-box .view .cont h2,
.apply-view .view-box .view .cont h3,
.apply-view .view-box .view .cont h4,
.apply-view .view-box .view .cont h5,
.apply-view .view-box .view .cont h6 { margin: 0 0 18px; }
.apply-view .view-box .view .cont ul { margin-top: 0; }
.apply-view  .view-box .view .cont { margin-bottom: 80px; }
@media (max-width: 1180px) { 
    .apply-view .apply-cate li:nth-child(1) { position: relative; left: auto; }
    .apply-view .apply-btn-wrap { gap: calc(100vw * (24 / 1180)); }
    .apply-view .apply-btn-wrap .btn { 
        width: calc(100vw * (240 / 1180)); 
        height: calc(100vw * (60 / 1180));
        padding: 0 calc(100vw * (40 / 1180));       
        font-size: calc(100vw * (18 / 1180));
    }
    .apply-view .view-box .view .cont h1,
    .apply-view .view-box .view .cont h2,
    .apply-view .view-box .view .cont h3,
    .apply-view .view-box .view .cont h4,
    .apply-view .view-box .view .cont h5,
    .apply-view .view-box .view .cont h6 { margin: 0 0 calc(100vw * (18 / 1180)); }
    .apply-view  .view-box .view .cont { margin-bottom: calc(100vw * (80 / 1180)); }
}
@media (max-width: 767px) { 
    .apply-view .apply-btn-wrap { flex-wrap: wrap; gap: calc(100vw * (32 / 767)); }
    .apply-view .apply-btn-wrap .btn { width:100%; height: calc(100vw * (96 / 767)); padding: 0 ; font-size: calc(100vw * (32 / 767)); }
    .apply-view .view-box .view .cont h1,
    .apply-view .view-box .view .cont h2,
    .apply-view .view-box .view .cont h3,
    .apply-view .view-box .view .cont h4,
    .apply-view .view-box .view .cont h5,
    .apply-view .view-box .view .cont h6 { margin: 0 0 calc(100vw * (18 / 767)); }
    .apply-view  .view-box .view .cont { margin-bottom: calc(100vw * (100 / 767)); }
}

/* 다국어 */
:lang(en) .culture .culture-slide-box .culture-slide { height: auto; }
:lang(en) .culture .culture-slide-box .culture-slide::before { content: "I Think SKONEC is"; }
:lang(en) .talent .sub-title { width: 672px; }
:lang(en) .talent .path-content .path-img li .hover { left: 50%; transform: translate(-50%,-50%); }
:lang(en) .interview .sub-title { width: 55%; }
:lang(en) .benefits .benefits-content .scroll .benefits-tab li a strong { line-height: 1.2; }
:lang(en) .benefits .benefits-content .benefits-txt li strong { line-height: 1.4; }
:lang(en) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 50px; min-height: 126px; }

:lang(ja) .culture .culture-slide-box .culture-slide { height: auto; }
:lang(ja) .culture .culture-slide-box .culture-slide::before { content: "SKONECは"; }
:lang(ja) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 50px; min-height: 126px; }  
:lang(ja) .benefits .benefits-content .scroll .benefits-tab li a strong { line-height: 1.2; }
:lang(ja) .benefits .benefits-content .benefits-txt li strong { line-height: 1.4; }
:lang(ja) .process .process-ic li .over-content p { word-break: break-all;  }
:lang(ja) .talent .sub-title { width: 672px; }


:lang(ja) .talent .path-content .path-img li .hover { left: 50%; transform: translate(-50%,-50%); }
:lang(ja) .interview .sub-title { width: 55%; }

:lang(ja) .culture .sub-title h2,
:lang(ja) .faq-wrap .answer .txt p,
:lang(ja) .faq-wrap .question h3 { word-break: break-all; }
@media (min-width: 1181px) { 
    :lang(en) .talent .path-content .path-img li:hover .hover { max-width: 450px; }
    :lang(ja) .talent .path-content .path-img li:hover .hover { max-width: 450px; }
}

@media (max-width: 1700px) {
    :lang(en) .interview .sub-title { width: 48%; }
    :lang(en) .process .process-ic li { height: calc(100vw * (615 / 1700)); }

    :lang(ja) .interview .sub-title { width: 48%; }
    :lang(ja) .process .process-ic li { height: calc(100vw * (615 / 1700)); }
    :lang(ja) .talent .sub-title { width: calc(100vw * (615 / 1700)); }     
}
@media (max-width: 1180px) {
    :lang(en) .talent .sub-title { width: 100%; }
    :lang(en) .talent .path-content .path-img li .hover { max-width: calc(100vw * (350 / 1180)); }
    :lang(en) .interview .sub-title { width: 100%; } 
    :lang(en) .culture .culture-slide-box .culture-slide { height: auto; }
    :lang(en) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 calc(100vw * (50 / 1180)); min-height: calc(100vw * (126 / 1180)); }     
    :lang(en) .process .process-ic li { height: calc(100vw * (415 / 1180)); }

    :lang(ja) .talent .sub-title { width: 100%; }
    :lang(ja) .talent .path-content .path-img li .hover { max-width: calc(100vw * (350 / 1180)); }
    :lang(ja) .interview .sub-title { width: 100%; } 
    :lang(ja) .culture .culture-slide-box .culture-slide { height: auto; }
    :lang(ja) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 calc(100vw * (50 / 1180)); min-height: calc(100vw * (126 / 1180)); } 
    :lang(ja) .process .process-ic li { height: calc(100vw * (415 / 1180)); }
    
}
@media (max-width: 767px) { 
    :lang(en) .talent .path-content .path-img li .hover { max-width:100%; padding: 0 calc(100vw * (30 / 767)); }
    :lang(en) .process .process-ic li { height: calc(100vw * (550 / 767)); }
    :lang(en) .process .txt-box li { margin-bottom: calc(100vw * (36 / 767)); }
    :lang(en) .process .txt-box li:last-child { margin-bottom: 0; }
    :lang(en) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 calc(100vw * (18 / 767)); min-height: calc(100vw * (100 / 767)); }

    :lang(ja) .talent .path-content .path-img li .hover { max-width:100%; padding: 0 calc(100vw * (30 / 767)); }
    :lang(ja) .process .process-ic li { height: calc(100vw * (550 / 767)); }
    :lang(ja) .culture .culture-slide-box .culture-slide li .txt-box p { padding: 0 calc(100vw * (18 / 767)); min-height: calc(100vw * (100 / 767)); }
}