/* 공통 */
body {
    background-color: #000;
    color: #fff;
}
.down-btn {
    position: absolute;
    bottom: 4rem;
    width: 2.8rem;
    cursor: pointer;
}

/* 아코디언 */
.acco-type-1 {
    gap: 2.5rem;
}
.acco-type-1 > li .area-1 { 
    overflow: hidden;
    cursor: pointer;
    border: none;
}
.acco-type-1 > li .area-1 .inner-box {
    box-sizing: border-box;
    padding: 2.7rem 6.7rem;
    background: #1b1b1b;
    border-radius: 1rem;
}
.acco-type-1 > li.active .area-1 .inner-box {
    background: #0072FD;
}
.acco-type-1 > li .area-1 .inner-box > h1 {
    font-size: 28px;
    color: #fff;
}
.acco-type-1 > li.active .area-1 .inner-box > h1 {
    color: #fff;
}
.acco-type-1 > li .area-1 .inner-box .right-box {
    gap: 36px;
}
.acco-type-1 > li .area-1 .inner-box .right-box > .btn {
    font-size: 20px;
    width: 150px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.acco-type-1 > li .area-1 .inner-box .right-box .arrow-ico {
    width: 2rem;
}
.acco-type-1 > li.active .area-1 .inner-box .right-box .arrow-ico img {
    transform: rotate(180deg);
}
.acco-type-1 > li .area-2 {
    display: none;
}
.acco-type-1 > li .area-2 .inner-box {
    box-sizing: border-box;
    padding: 56px 40px 60px 68px;
    background: #1B1B1B;
    gap: 60px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    word-break: keep-all;
}
.acco-type-1 > li .area-2 .inner-box .text-area {
    gap: 40px;
}
.acco-type-1 > li .area-2 .inner-box .text-area > li {
    gap: 40px;
}
.acco-type-1 > li .area-2 .inner-box .text-area > li > h2 {
    font-size: 2rem;
    color: #0072FD;
    width: 100%;
    max-width: 17rem;
    white-space: nowrap;
    line-height: 1.2;
}
/* .acco-type-1 > li .area-2 .inner-box .text-area > li .dot-list-box {
    box-sizing: border-box;
    padding-left: 30px;
} */
.acco-type-1 > li .area-2 .inner-box .text-area > li .dot-list-box > li {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    /* color: #838383; */
    position: relative;
    padding-left: 1.4rem;
    word-break: keep-all;
}
.acco-type-1 > li .area-2 .inner-box .text-area > li .dot-list-box > li::before {
    position: absolute;
    content: '•';
    left: 0;
    color: #fff;
}
.acco-type-1 > li .area-2 .inner-box .tab-menu-box {
    gap: 60px;
}
.acco-type-1 > li .area-2 .inner-box .tab-menu-box > li > a {
    font-size: 24px;
    color: #A7A7A7;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
.acco-type-1 > li .area-2 .inner-box .tab-menu-box > li > a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
}


/* ------------------------------------------------------------------------------- */


/* 헤더 */
.header-area {
    height: 10rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}
header.header-area.active {
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(27px);
}
/* header.header-area.active {
    background-color: #000;
} */
.header-area .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-area .logo {
    width: 24.9rem;
}
.header-area ul {
    gap: 2.4rem;
}
.header-area ul li a {
    font-size: 1.5rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, .8);
}
.header-area ul li a.active {
    font-weight: 800;
    color: #fff;
}
.header-area .menu-btn {
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico_menu.svg)no-repeat center/cover;
    cursor: pointer;
}
.header-area .close-btn {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/close.svg)no-repeat center/cover;
    cursor: pointer;
}
.header-area ul li a.apply {
    color: #fff;
    border-radius: 4rem;
    background: linear-gradient(177.49deg, rgba(255, 255, 255, 0.6) -11.86%, rgba(255, 255, 255, 0) 49.46%, rgba(255, 255, 255, 0.2) 103.47%);
    overflow: hidden;
    position: relative;
    transition: .3s;
}

/* .header-area ul li a.apply:hover {
    background: linear-gradient(177.49deg, rgba(0, 123, 255, 0.2) -11.86%, rgba(0, 86, 179, 0.9) 49.46%, rgba(0, 123, 255, 0.5) 103.47%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}

.header-area ul li a.apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    box-shadow: inset 0 .1rem 0 rgba(255, 255, 255, 0.9), inset 0 -0.1rem 0 rgba(255, 255, 255, 0.4), .1rem 0 0 rgba(255, 255, 255, 0.2), -.1em 0 0 inset rgba(255, 255, 255, 0.2);
} */

.header-area ul li a.apply {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 4rem;
    color: #fff;
    z-index: 1; /* 텍스트가 ::before 위로 올라오도록 */
}

.header-area ul li a.apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    background: linear-gradient(
        177.49deg,
        rgba(0, 123, 255, 0.5) -11.86%,
        rgba(0, 86, 179, 0.9) 49.46%,
        rgba(0, 123, 255, 1) 103.47%
    );
    z-index: -1; /* 배경 뒤로 */
    transition: all 0.3s ease;
}

.header-area ul li a.apply:hover::before {
    background: linear-gradient(
        177.49deg,
        rgba(255, 182, 23, 1) -11.86%,
        rgba(255, 182, 23, 0.9) 49.46%,
        rgba(255, 182, 23, 0.8) 103.47%
    );
}

.header-area ul li a.apply:hover {
    color: #fff; /* 글자색 유지 */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 182, 23, 0.5);
}


.header-area ul li a.apply span {
    display: block;
    padding: .8rem 2.8rem;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
/* 사이드바 */
.side-area {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    background-color: #000;
}
.side-area.active {
    right: 0;
}
.side-area .header-area .wrap {
    justify-content: space-between;
}
.side-area .logo-box {
    padding: 4.8rem 4rem 4.4rem;
}
.side-area .logo-box a {
    width: 17.7rem;
}
.side-area .middle-box {
    margin-top: 14rem;
    height: 100%;
}
.side-area .middle-box ul {
    gap: 2.8rem;
}
.side-area .middle-box ul li a {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-top: 1.2rem;
}
.side-area .middle-box ul li a.active {
    font-weight: 700;
}
.side-area .middle-box ul li .apply {
    font-size: 1.9rem;
    font-weight: 600;
    color: #fff;
    background-color: #1355FF;
    padding: 1.6rem;
    width: 21.8rem;
    border-radius: 4rem;
}
.side-area .obj-1 {
    bottom: 1.5rem;
    height: 20%;
    right: 0;
}

/* 플로팅 버튼 */
.floating {
    width: 14.8rem;
    /* transition: .3s; */
    right: 4rem;
    bottom: 4rem;
    border-radius: 50%;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.floating:hover {
    /* box-shadow: 0px 0px 20px 8px rgba(0, 114, 253, 0.25); */
}
.floating::before {
    content: '';
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/floating-text.svg)no-repeat center/cover;
    width: 90%;
    height: 50%;
}
.floating.active {
  opacity: 1;
  visibility: visible;
}

/* 지원하기 픽스 버튼 */
.apply-fix-btn {
    height: 5.6rem;
    background-color: #1355FF;
    font-weight: 600;
    font-size: 1.9rem;
    display: none;
}

@media (max-width: 1279px) {

    .header-area {
        height: 6.8rem;
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(27px);
    }
    .header-area .logo {
        width: 20rem;
    }
    .header-area ul {
        display: none;
    }
    .header-area .menu-btn {
        display: block;
    }
    .floating {
        width: 8rem;
        bottom: 7rem;
    }
    .apply-fix-btn {
        display: flex;
    }
    /* .floating.active {
        visibility: visible;
        opacity: 1;
    } */

}

@media (max-width: 799px) {

    .header-area {
        height: 5.6rem;
    }
    .header-area .logo {
        width: 14rem; 
    }
    .header-area .close-btn,
    .header-area .menu-btn {
        width: 2.4rem;
        height: 2.4rem;
    }
    .floating {
        right: 2rem;
        /* bottom: 2rem; */
    }

}
/* //헤더 영역 */


/* ------------------------------------------------------------------------------- */


/* 메인 비주얼 영역 */
.main-visual-area {
    height: 100dvh;
}
.main-visual-area .ani-light {
    top: 0;
    left: 50%;
    width: 970px;
    height: 100%;
    background: url(../img/main_light.png) no-repeat center top / auto 100%;
    transform: translateX(-50%);
}
.main-visual-area .btm-light {
    top: 0;
    left: 50%;
    background: url(../img/main_light_btm.png) no-repeat center top / auto 100%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    opacity: .5;
}

.main-visual-area .wrap {
    top: 16rem;
}
.main-visual-area .txt-box h2 {
    font-size: 4.5rem;
}
.main-visual-area .txt-box h1 {
    font-size: 5.5rem;
    margin-bottom: 2.5rem;
}
.main-visual-area .title {
    gap: 13rem;
}
.main-visual-area .title .text__motion .text-reveal {
    white-space: nowrap;
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    animation: revealText 2.5s ease-out 2.5s forwards;
}
.main-visual-area .title .text__motion .text-reveal-1 {
    font-size: 16rem;
    line-height: 1.06;
}
.main-visual-area .title .text__motion .text-reveal-2 {
    line-height: 1.02;
    display: none;
}
.main-visual-area .title .text__motion .text-glitch {
    font-size: 10.3rem;
    letter-spacing: -0.02em;
    /* opacity: 0; */
    /* animation: fadeIn 0.5s ease forwards 3s, glitch 1.5s infinite 1s; */
}
.main-visual-area .video-wrap {
    width: 100%;
    height: 100%;
}
.main-visual-area .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-visual-area .main-texture {
    background: url(../img/main-texture.png)no-repeat center/cover;
    height: 100dvh;
    opacity: .2;
}

/* 1. 지우개 효과 텍스트 */
@keyframes revealText {
  to {
    opacity: 1;
    clip-path: circle(150% at 50% 50%);
  }
}
/* 글리치 애니메이션 */
@keyframes glitch {
  0% { text-shadow: 2px 0 red, -2px 0 blue; }
  20% { text-shadow: -2px 0 red, 2px 0 blue; }
  40% { text-shadow: 2px 0 red, -2px 0 blue; }
  60% { text-shadow: -2px 0 red, 2px 0 blue; }
  100% { text-shadow: 2px 0 red, -2px 0 blue; }
}

@media (max-width: 1279px) {
    .main-visual-area .title {
        gap: 11rem;
    }
    .main-visual-area .txt-box h2 {
        font-size: 3.5rem;
    }
    .main-visual-area .txt-box h1 {
        font-size: 4.5rem;
    }
    .main-visual-area .txt-box h3 {
        font-size: 3rem;
    }
    .main-visual-area .txt-box h3 sup {
            font-size: 1.4rem;
    }
    .main-visual-area .title .text__motion .text-reveal-1 {
        font-size: 12vw;
    }
    .main-visual-area .title .text__motion .text-glitch {
        font-size: 8.3rem;
    }
}

@media (max-width: 799px) {
    .main-visual-area .wrap {
        top: 15vh;
    }
    .main-visual-area .title {
        gap: 22vh;
    }
    .main-visual-area .txt-box h2 {
        font-size: 2.8rem;
    }
    .main-visual-area .txt-box h1 {
        font-size: 3.5rem;
    }
    .main-visual-area .txt-box h3 {
        font-size: 2.4rem;
    }
    .main-visual-area .txt-box h3 sup {
        font-size: 1.2rem;
    }
    .main-visual-area .title .text__motion .text-glitch {
        font-size: 4.5rem;
    }
    .main-visual-area .title .text__motion .text-reveal-1 {
        display: none;
    }
    .main-visual-area .title .text__motion .text-reveal-2 {
        display: block;
        font-size: 8rem;
    }
}

@media (max-width: 600px) {
    .main-visual-area .title .text__motion .text-reveal-2 br {
        display: block;
    }
}
/* //메인 비주얼 영역 */


/* ------------------------------------------------------------------------------- */


/* 두 번째 섹션 영역 */
.spot-area {
    background: url(../img/spot-bg.png)no-repeat center/cover;
    height: 100dvh;
}
.spot-area .text-1 {
    font-size: 2.5rem;
}
.spot-area .text-2 {
    margin-top: 3rem;
    margin-bottom: 5.4rem;
    font-weight: 600;
}
.spot-area h1,
.spot-area h1 span {
    font-size: 6.8rem;
    line-height: 1.3;
}
.spot-area h1 {
    background-size: 200% 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: moveGradient 4s linear infinite;
    background-color: #fff;
}

@media (max-width: 1279px) {
    .spot-area h1,
    .spot-area h1 span {
        font-size: 4.8rem;
    }
    .spot-area p {
        font-size: 2.4rem;
    }
}

@media (max-width: 799px) {
    .spot-area p {
        font-size: 1.5rem;
    }
    .spot-area .text-2 {
        font-size: 2rem;
        margin-top: 2.5rem;
        margin-bottom: 4.2rem;
    } 
    .spot-area .text-1 {
    font-size: 1.5rem;
    }
    .spot-area h1,
    .spot-area h1 span {
        font-size: 3rem;
    }
    .spot-area h1 span {
        line-height: 1.64;
    }
}
/* //두 번째 섹션 영역 */


/* ------------------------------------------------------------------------------- */


/* 스와이퍼 슬라이드 영역 */
.slide-area .title-box {
    margin-bottom: 7.5rem;
}
.swiper-1 {
    width: 40rem;
    height: 52.8rem;
}
.swiper-1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}
.swiper-1 .swiper-slide img {
    border-radius: 18px;
    object-fit: cover;
    /* transform: scale(1.1); */
}
.swiper-1 .text-box {
    width: 100%;
    height: 100%;
    padding: 3.6rem;
    transition: .3s;
    background: linear-gradient(180deg, rgba(99, 169, 255, 0) 50%, rgba(157, 206, 255, 0.5) 70%, rgba(215, 242, 255, 1) 100% );
}
.swiper-1 .text-box p {
    text-align: left;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #202020;
}
.swiper-1 .text-top {
    position: absolute;
    left: 3.6rem;
    bottom: 3.6rem;
    /* transform: translateY(15%); */
    transform: translateY(35%);
    transition: transform .3s;
}
.swiper-1 .slide-title {
    font-size: 2.4rem;
    /* font-weight: 600; */
}
.swiper-1 .slide-text {
    font-size: 2rem;
    /* color: rgba(255, 255, 255, .8); */
    margin-top: 1.7rem;
    visibility: hidden;
    opacity: 0;
    /* transition: .3s; */
    display: none;
}
.swiper-1 .slide-name {
    font-size: 1.8rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 3.6rem;
    bottom: 3.6rem;
    transition: .3s;
}
.swiper-1 .text-box:hover {
    /* background: linear-gradient(21.13deg, #0072FD 40.73%, rgba(0, 114, 253, 0.1) 114.05%); */
    background: linear-gradient(37.83deg, #D7F2FF 32.31%, rgba(157, 205, 255, 0.7) 66.27%, rgba(99, 169, 255, 0.4) 97.73%);
    backdrop-filter: blur(16px);
}
.swiper-1 .text-box:hover .text-top {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
}
.swiper-1 .text-box:hover .slide-text {
    visibility: visible;
    opacity: 1;
    font-weight: 500;
    display: block;
}
.swiper-1 .text-box:hover .slide-name {
    visibility: visible;
    opacity: 1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    animation: none;
}


@media (max-width: 1279px) {
    /* .swiper-button-prev, .swiper-button-next {
        width: 45px !important;
        height: 45px !important;
    } */
    .swiper-1 {
        transform: scale(.8);
        margin-top: -6rem;
    }
}

@media (max-width: 799px) {
    .slide-area {
        padding-bottom: 0;
    }
    .swiper-1 {
        transform: scale(.6);
        width: 100%;
        height: 100%;
    }
    .slide-area .title-box {
        margin-bottom: 3.5rem;
    }
    .swiper-button-next {
        right: -120px !important;
    }
    .swiper-button-prev {
        left: -120px !important;
    }
    .swiper-1 .text-box {
        padding: 1.2rem 1.6rem;
    }
    .swiper-1 .text-top {
        position: absolute;
        left: 1.8rem;
        bottom: 0rem;
        transform: translateY(15%);
    }
    .swiper-1 .text-box p {
        /* font-weight: 400; */
    }
    .swiper-1 .slide-name {
        left: 1.8rem;
        bottom: 1.2rem;
    }
    .swiper-1 .slide-title.bt32 {
        position: relative;
        bottom: 32px;
    }
    .swiper-1 .text-box:hover .text-top {
        top: 40px
    }
}
/* //스와이퍼 슬라이드 영역 */


/* ------------------------------------------------------------------------------- */


/* 채용직무 영역 */
.job-area .title-box {
    margin-bottom: 5.6rem;
}
.job-area .tab-menu-box {
    margin-bottom: 5rem;
}
.job-area .tab-menu-box li {
    width: 100%;
}
.job-area .tab-menu-box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
    white-space: nowrap;
    box-shadow: 0 -1px 0 0 rgba(170, 170, 170, 0.67) inset;
    font-weight: 500;
    font-size: 3rem;
    color: rgba(170, 170, 170, 0.67);
}
.job-area .tab-menu-box li a.active {
    color: #0072FD;
    box-shadow: 0 -3px 0 0 #0072FD inset;
}

@media (max-width: 1279px) {
    .job-area {
        margin-bottom: 4.8rem;
    }
    .job-area .tab-menu-box {
        margin-bottom: 4rem;
    }
    .job-area .tab-menu-box li a {
        font-size: 2.2rem;
    }
    .acco-type-1 {
        gap: 1.5rem;
    }
    .acco-type-1 > li .area-1 .inner-box {
        padding: 2.4rem 3rem;
    }
}

@media (max-width: 799px) {
    .job-area .title-box {
        margin-bottom: 2rem;
    }
    .job-area .tab-menu-box {
        margin-bottom: 2rem;
    }
    .job-area .tab-menu-box li a {
        font-size: 1.5rem;
        padding: 1rem 0;
    }
    .acco-type-1 > li .area-1 .inner-box {
        padding: 1.8rem;
    }
    .acco-type-1 > li .area-1 .inner-box h1 {
        font-size: 1.8rem;
    }
    .acco-type-1 > li .area-1 .inner-box .right-box .arrow-ico {
        width: 1.8rem;
    }
    .acco-type-1 > li .area-2 .inner-box {
        padding: 2rem 2rem 3rem;
    }
    .acco-type-1 > li .area-2 .inner-box .text-area {
        gap: 3rem;
    }
    .acco-type-1 > li .area-2 .inner-box .text-area > li {
        flex-direction: column;
        gap: 1.5rem;
    }
    .acco-type-1 > li .area-2 .inner-box .text-area > li > h2 {
        font-size: 1.8rem;
    }
    .acco-type-1 > li .area-2 .inner-box .text-area > li .dot-list-box > li {
        font-size: 1.5rem;
        padding-left: 1rem;
    }
}
/* //채용직무 영역 */


/* ------------------------------------------------------------------------------- */


/* 인터뷰 영역 */
.itv-area .tab-menu-box {
    margin-top: 7.7rem;
    margin-bottom: 6.4rem;
    justify-content: space-around;
    /* gap: 17.2rem; */
}
.itv-area .tab-menu-box a {
    font-size: 3rem;
    color: #5A5A5A;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.itv-area .tab-menu-box a.active {
    color: #fff;
}
.itv-area .tab-cnt-box-2 li .box {
    gap: 3.6rem;
    cursor: pointer;
}
.itv-area .tab-cnt-box-2 li .box:not(:last-child) {
    margin-bottom: 2.7rem;
}
.itv-area .tab-cnt-box-2 li .box .img-box {
    width: 19.6rem;
    height: 18.8rem;
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: #171717;
    border: .1rem solid rgba(159, 159, 159, .2);
}
.itv-area .tab-cnt-box-2 li .box .text-box h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #0072FD;
    font-weight: 700;
    letter-spacing: -0.03em;
}
/* .itv-area .tab-cnt-box-2 li .box .text-box h3.cFFE480 {
    color: #FFE480;
}
.itv-area .tab-cnt-box-2 li .box .text-box h3.c60E7CA {
    color: #60E7CA;
} */
.itv-area .tab-cnt-box-2 li .box .text-box h2 {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.itv-area .tab-cnt-box-2 li .box .text-box p {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-top: 1.5rem;
    color: #aaa;
}

@media (max-width: 1279px) {
    .itv-area .tab-menu-box a {
        font-size: 2.2rem;
    }
    .itv-area .tab-cnt-box-2 li .box {
        gap: 2.8rem;
    }
    .itv-area .tab-cnt-box-2 li .box .img-box {
        width: 16.6rem;
        height: 15.8rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box h3 {
        font-size: 1.9rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box h2 {
        font-size: 2.2rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box p {
        font-size: 1.6rem;
        margin-top: 1.2rem;
    }
}

@media (max-width: 799px) {
    .itv-area .title-box {
        margin-bottom: 0;
    }
    .itv-area .tab-menu-box {
        margin-top: 3.7rem;
        margin-bottom: 2rem;
    }
    .itv-area .tab-menu-box a {
        font-size: 1.5rem;
        line-height: 1.5;
        padding: .6rem 1.2rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box h3 {
        font-size: 1.4rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box h2 {
        font-size: 1.2rem;
        margin-top: .2rem;
        margin-bottom: .5rem;
    }
    .itv-area .tab-cnt-box-2 li .box .text-box p {
        font-size: 1.2rem;
        margin-top: 0;
    }
    .itv-area .tab-cnt-box-2 li .box:not(:last-child) {
        gap: 1.4rem;
    }
    .itv-area .tab-cnt-box-2 li .box .img-box {
        width: 100%;
        max-width: 11.5rem;
        height: 11rem;
    }
    .itv-area .tab-cnt-box-2 li .box {
        gap: 1.4rem
    }

}
/* //인터뷰 영역 */


/* ------------------------------------------------------------------------------- */


/* 지원안내 영역 */
.apply-area .title-box {
    margin-bottom: 8.4rem;
}
.apply-area .cont {
    max-width: 85.3rem;
    margin: 0 auto;
}
.apply-area .cont .p-box {
    margin-top: 4.8rem;
}
.apply-area .cont p {
    letter-spacing: -0.03em;
}

@media (max-width: 1279px) {}

@media (max-width: 799px) {
    .apply-area .wrap {
        max-width: 32.8rem;
    }
    .apply-area .cont .p-box {
        margin-top: 3.6rem;
    }
    .apply-area .cont p {
        font-size: 1.2rem;
    }
}
/* //지원안내 영역 */


/* ------------------------------------------------------------------------------- */


/* 키워드 영역 */
.keyword-area {
    padding-bottom: 30rem;
}
.keyword-area .title-box {
    margin-bottom: 9.6rem;
}
.keyword-area .title-box p span {
    font-weight: 700;
    color: #fff;
}
.keyword-area .tab-menu-box {
    gap: 2.8rem;
}
.keyword-area .tab-menu-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    transition: .3s;
}
.keyword-area .tab-menu-box a:hover {
    transform: translateY(-10%);
}
.keyword-area .tab-menu-box a:hover .default-img,
.keyword-area .tab-menu-box a.active .default-img,
.keyword-area .tab-menu-box a .click-img {
    display: none;
}
.keyword-area .tab-menu-box a .default-img,
.keyword-area .tab-menu-box a:hover .click-img,
.keyword-area .tab-menu-box a.active .click-img {
    display: block;
}
.keyword-area .tab-menu-box li:nth-child(1),
.keyword-area .tab-menu-box li:nth-child(5) {
    transform: translateY(13.6rem);
}
.keyword-area .tab-menu-box li:nth-child(2),
.keyword-area .tab-menu-box li:nth-child(4) {
    transform: translateY(5.9rem);
}
.keyword-area .tab-cnt-box {
    padding-top: 10rem;
}
.keyword-area .tab-cnt-box .default-box {
    gap: 1.3rem;
}
.keyword-area .tab-cnt-box h2,
.keyword-area .tab-cnt-box p {
    letter-spacing: -0.04em;
}
.keyword-area .tab-cnt-box .text-1 {
    margin-bottom: 1.5rem;
}

@media (max-width: 1279px) {
    .keyword-area {
        padding-bottom: 10rem;
    }
    .keyword-area .tab-cnt-box h2 {
        font-size: 2.8rem;
    }
    .keyword-area .tab-cnt-box .text-1 {
        font-size: 2rem;
    }
    .keyword-area .tab-cnt-box p {
        font-size: 1.8rem;
    }
}

@media (max-width: 799px) {
    .keyword-area .title-box {
        margin-bottom: 3rem;
    }
    .keyword-area .tab-menu-box {
        gap: .9rem;
    }
    .keyword-area .tab-menu-box li:nth-child(2), .keyword-area .tab-menu-box li:nth-child(4) {
        transform: translateY(1.8rem);
    }
    .keyword-area .tab-menu-box a {
        gap: .5rem;
    }
    .keyword-area .tab-menu-box a p {
        font-size: 1rem;
    }
    .keyword-area .tab-menu-box li:nth-child(1), .keyword-area .tab-menu-box li:nth-child(5) {
        transform: translateY(4.3rem);
    }
    .keyword-area .tab-cnt-box .default-box {
        gap: .4rem;
    }
    .keyword-area .tab-cnt-box .default-box img {
        width: 2.2rem;
    }
    .keyword-area .tab-cnt-box {
        padding-top: 5rem;
    }
    .keyword-area .tab-cnt-box h2 {
        font-size: 2rem;
    }
    .keyword-area .tab-cnt-box .text-1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .keyword-area .tab-cnt-box p {
        font-size: 1.4rem;
    }
}
/* //키워드 영역 */


/* ------------------------------------------------------------------------------- */


/* 라이나생명 WEEKS 영역 */
.event-area .wrap {
    max-width: 120rem;
}
.event-area .title-box {
    margin-bottom: 9rem;
}
.event-area .title-box .title {
    font-size: 4.8rem;
}
.event-area .event-cont {
    max-width: 100rem;
    border-radius: 2rem;
    padding: 6rem 5rem;
}
.event-area .event-cont h2 {
    margin-bottom: 5rem;
}
.event-area .event-cont .cont h3 {
    margin-bottom: 1.6rem;
}
.event-area .event-cont .cont .box {
    gap: 5.6rem;
}
.event-area .event-cont .cont .box .item-box {
    width: 100%;
}
.event-area .event-cont .cont .box .item-box .item {
    gap: 2rem;
}
.event-area .event-cont .cont .box .item-box .data-txt {
    font-size: 5.5rem;
    font-weight: 700;
}
.event-area .event-cont .cont .box .item-box .txt-box p {
    font-size: 2.4rem;
    line-height: 1.4;
}
.event-area .event-cont .cont .box .item-box .txt-box .location-txt {
    font-weight: 700;
    white-space: nowrap;
}
.event-area .event-cont .cont-1 {
    padding-bottom: 5rem;
    border-bottom: 1px solid #7D7D7D;
}
.event-area .event-cont .cont-2 {
    padding-top: 5rem;
}
.event-area .event-cont .cont .box .item-box-1 {
    gap: 2rem;
}
.event-area .event-cont .cont .box .item-box-2 {
    gap: 3rem;
}
.event-area .event-cont .cont .box .item-box-2 p {
    font-size: 2rem;
    line-height: 1.5;
}
.event-area .event-cont .cont .box .item-box-2 .item {
    gap: .5rem;
}
.event-area .event-cont .cont .box .item-box-2 .item-img {
    width: 9.3rem;
    gap: 1.2rem;
}
.event-area .event-cont .cont .box .item-box-2 .item-img span {
    color: #D1D1D1;
    font-size: 1.2rem;
    line-height: 1.4;
}
.event-area .event-cont .cont .box .item-box-2 a {
    padding: 2rem;
    border-radius: 2rem;
    transition: .3s;
}
.event-area .event-cont .cont .box .item-box-2 a:hover {
    background-color: #004FB0;
}

@media (max-width: 1279px) {
    .event-area .title-box .title {
        font-size: 3.2rem;
    }
    .event-area .event-cont {
        padding: 5rem 4rem;
    }
    .event-area .event-cont .cont .box {
        flex-direction: column;
    }
    .event-area .event-cont h2 {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .event-area .event-cont .cont h3 {
        font-size: 2.4rem;
    }
    .event-area .event-cont .cont .box .item-box .data-txt {
        font-size: 4.6rem;
    }
    .event-area .event-cont .cont .box .item-box .txt-box p {
        font-size: 2rem;
    }
    .event-area .event-cont .cont .box .item-box .txt-box p {
        font-size: 1.6rem;
    }
    .event-area .event-cont .cont .box .item-box-2 p {
        font-size: 1.6rem;
    }
    .event-area .event-cont .cont .box .item-box-2 a {
        font-size: 2rem;
    }
}

@media (max-width: 799px) {
    .event-area .title-box .title {
        font-size: 2.8rem;
    }
    .event-area .event-cont {
        position: relative;
        padding: 2rem 2rem 3.2rem;
    }
    .event-area .event-cont h2 {
        position: absolute;
        font-size: 2rem;
        left: 2.3rem;
        top: -3.8rem;
    }
    .event-area .event-cont .cont h3 {
        font-size: 1.8rem;
    }
    .event-area .event-cont .cont .box {
        gap: 1.4rem;
    }
    .event-area .event-cont .cont .box .item-box-2 p {
        font-size: 1.4rem;
    }
    .event-area .event-cont .cont .box .item-box .item {
        gap: 1.6rem;
    }
    .event-area .event-cont .cont .box .item-box .data-txt {
        font-size: 3.2rem;
    }
    .event-area .event-cont .cont .box .item-box .txt-box p {
        font-size: 1.5rem;
    }
    .event-area .event-cont .cont .box .item-box-2 {
        gap: 2.3rem;
    }
    .event-area .event-cont .cont .box .item-box-2 .item {
        gap: .2rem;
    }
    .event-area .event-cont .cont .box .item-box-2 .item-img {
        width: 6.6rem;
        gap: .7rem;
    }
    .event-area .event-cont .cont .box .item-box-2 .item-img span {
        font-size: 1rem;
    }
    .event-area .event-cont .cont-1 {
        padding-bottom: 1.8rem;
        border-bottom: 0;
    }
    .event-area .event-cont .cont-2 {
        padding-top: 0;
    }
    .event-area .event-cont .cont-2 .box {
        gap: 1.8rem;
    }
    .event-area .event-cont .cont .box .item-box-2 a {
        border-radius: 1.5rem;
        padding: 1.6rem 0;
        font-size: 1.6rem;
    }
}
/* //라이나생명 WEEKS 영역 */



/* ------------------------------------------------------------------------------- */


/* 라이나생명 WEEKS 영역 */
.welfare-area .swiper-box {
    margin-top: 8.3rem;
}
.welfare-area .swiper-slide {
    width: 28.2rem;
    height: 29.6rem;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #2C2B2B;
    justify-content: flex-start;
    padding: 3.2rem 0 2.8rem 0;
}
.welfare-area .swiper-slide .text-box {
    padding: 2.4rem 2rem 0 2rem;
    width: 100%;
}
.welfare-area .swiper-slide .text-box h2 {
    line-height: 1.5;
    margin-bottom: .3rem;
    font-size: 2.2rem;
    letter-spacing: -0.03em;
}
.welfare-area .swiper-slide .text-box p {
    line-height: 1.45;
    color: #bababa;
    letter-spacing: -0.03em;
}
.welfare-box {
    padding: 2.0rem;
    box-sizing: border-box;
    border-radius: 90rem;
    background: #0072FD;
}
.welfare-box img{
    width: 8.0rem;
}

@media (max-width: 799px) {
    .welfare-area .swiper-slide {
            padding: 2.4rem 0;
    }
    .welfare-area .swiper-slide .text-box h2 {
        font-size: 1.3rem;
        margin-bottom: .2rem;
    }
    .welfare-area .swiper-slide .text-box {
        padding: 2rem 1.2rem 0rem 1.2rem;
    }
    .welfare-area .swiper-slide .text-box p {
        font-size: 1.1rem;
    }
    .welfare-area .swiper-slide {
        height: 22.4rem;
        border-radius: .7rem;
    }
    .welfare-area .swiper-box {
        margin-top: 4.7rem;
    }
    .welfare-box img{
        width: 4.8rem!important;
    }

}


/* ------------------------------------------------------------------------------- */


/* btm 영역 */
.ytb-area .title-box {
    margin-bottom: 10rem;
}
.ytb-area .video-area .youtube-video-box {
    border-radius: 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 57.25%;
}
.ytb-area .video-area .youtube-video-box iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.ytb-area .more-btn {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: -0.03em;
    max-width: 38rem;
    /* height: 6.7rem; */
    padding: 2rem;
    opacity: 1;
    border-radius: 2rem;
    background-color: #0072FD;
    margin-top: 6.3rem;
    transition: .3s;
}
.ytb-area .more-btn:hover {
    background-color: #004FB0;
}

@media (max-width: 1279px) {
    .ytb-area .more-btn {
        font-size: 2rem;
    }
}

@media (max-width: 799px) {
    .ytb-area .more-btn {
        border-radius: 1.5rem;
        padding: 1.6rem 0;
        font-size: 1.6rem;
        max-width: 36rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* btm 영역 */
.btm-area {
    height: 100dvh;
    background: url(../img/btm-bg.png)no-repeat center/cover;
}
.btm-area .beam-img {
    background: url(../img/beam.png)no-repeat center/cover;
    height: 100dvh;
    top: 0;
    left: 0;
    width: 100%;
}
.btm-area .video-wrap {
    width: 100%;
    height: 100%;
}
.btm-area .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.btm-area .main-texture {
    background: url(../img/main-texture.png) no-repeat center / cover;
    height: 100dvh;
    opacity: .2;
    top: 0;
}
.btm-area h2 {
    font-size: 6.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 7.3rem;
}
.btm-area h1 {
    font-size: 9rem;
    letter-spacing: -0.02em;
    margin-bottom: 8.8rem;
}
.btm-area a span,
.btm-area a span p {
    font-size: 2.4rem;
    line-height: 1.28;
    letter-spacing: -0.03em;
}
.btm-area .alarm__wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 34.6rem;
}
/* .btm-area .alarm__wrap a {
    gap: .8rem;
    padding: 2rem;
    border-radius: 5rem;
    position: relative;
    width: 100%;
} */
.btm-area .alarm__wrap .btn-type-2-1 button span p:nth-child(2) {
    display: none;
}
.btm-area .alarm__wrap .btn-type-2-1:hover button span p:first-child {
    display: none;
}
.btm-area .alarm__wrap .btn-type-2-1:hover button span p:nth-child(2) {
    display: block;
}
/* .btn-type-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 43.74%, rgba(255, 255, 255, 0) 85.43%, rgba(255, 255, 255, 0.2) 98.8%);
    backdrop-filter: blur(10px);
    transition: .3s;
}
.btn-type-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    box-shadow: inset 0 .1rem 0 rgba(255, 255, 255, 1), inset 0 -0.1rem 0 rgba(255, 255, 255, 0.2), .1rem 0 0 rgba(255, 255, 255, 0.1), -.1em 0 0 inset rgba(255, 255, 255, 0.1);
}
.btm-area .alarm__wrap .btn-type-2:hover {
    background: linear-gradient(180deg, #0047FF 0%, rgba(19, 85, 255, 0.2) 79.14%, rgba(19, 85, 255, 0.2) 154.56%, rgba(19, 85, 255, 0.4) 178.74%);
    backdrop-filter: blur(10px);
}
.btm-area .alarm__wrap .btn-type-2:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    box-shadow: inset 0 .1rem 0 rgba(255, 255, 255, 1), inset 0 -0.1rem 0 rgba(255, 255, 255, 0.5), .1rem 0 0 rgba(178, 178, 178, 0.1), -.1em 0 0 inset rgba(178, 178, 178, 0.2);
} */
.btm-area .top-btn {
    bottom: 2.2rem;
    right: 2.6rem;
}
.btm-area .alarm__wrap .test-btn {
    bottom: 12.6rem;
    right: 0;
    border-radius: 50%;
    width: 13.7rem;
    height: 13.7rem;
    white-space: nowrap;
    /* background: radial-gradient(98.91% 98.91% at 32.12% 26.28%, rgba(255, 255, 255, 0.01) 49.66%, #FFFFFF 100%); */
}
.btm-area .alarm__wrap .test-btn:hover {
    /* background-color: #1355FF; */
    background-color: rgba(0, 86, 179, 1);
}
.btm-area .alarm__wrap .test-btn button,
.btm-area .alarm__wrap .test-btn button span {
    height: 100%;
}
/* .btm-area .alarm__wrap .test-btn::before {
    border-radius: 50%;
} */
.btm-area .alarm__wrap .test-btn span {
    line-height: 1.28;
    letter-spacing: -0.03em;
}
.alarm__wrap .btn-type-1 button span p >span {
    color: #00FBFF;
}

@media (max-width: 1279px) {
    .btm-area h2 {
        font-size: 4.5rem;
        margin-bottom: 5.3rem;
    }
    .btm-area h1 {
        font-size: 7rem;
        margin-bottom: 6.8rem;
    }
    .btm-area a span,
    .btm-area a span p {
        font-size: 2rem;
    }
    .btm-area .alarm__wrap .test-btn {
        right: 4rem;
        width: 11.7rem;
        height: 11.7rem;
    }
    .alarm__wrap .btn-type-1 button span svg {
        width: 1.8rem;
        height: 2rem;
    }
}

@media (max-width: 799px) {
    .btm-area {
        padding-top: 10.5rem;
        height: 66.4rem;
    }
    .btm-area .main-texture, .btm-area .beam-img {
        height: 66.4rem;
    }
    .btm-area h2 {
        font-size: 3rem;
        margin-bottom: 2.8rem;
    }
    .btm-area h1 {
        font-size: 4.5rem;
        margin-bottom: 5.7rem;
    }
    .btm-area .wrap {
        justify-content: flex-start;
    }
    .btm-area .alarm__wrap .test-btn {
        width: 9.2rem;
        height: 9.2rem;
        right: 2.3rem;
    }
    .btm-area .alarm__wrap .test-btn span {
        font-size: 1.6rem;
    }
    .btm-area .alarm__wrap {
        gap: .8rem;
        width: 22.4rem;
    }
    .btm-area a span,
    .btm-area a span p {
        font-size: 1.6rem;
    }
    .btm-area a img {
        width: 1.7rem;
    }
    .btm-area .top-btn {
        display: none;
    }
    .alarm__wrap .btn-type-1 button span svg {
        width: 1.3rem;
        height: 1.5rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* faq 영역 */
.faq-area .title-box {
    margin-bottom: 6.8rem;
}
.faq-area .list-box .area-1 {
    padding: 3rem 0 1.6rem 0;
    padding-right: 1.6rem;
    border-bottom: 1px solid #737373;
    cursor: pointer;
}
.faq-area .list-box .area-1 .left-box {
    gap: .8rem;
}
.faq-area .list-box .area-1 .left-box span {
    letter-spacing: -0.03em;
}
.faq-area .list-box .area-2 {
    display: none;
}
.faq-area .list-box .area-2 ul {
    padding: 2.2rem 2rem 0 2rem;
}
.faq-area .list-box li.active .icon-arrow {
    transform: rotate(180deg);
}

@media (max-width: 1279px) {}

@media (max-width: 799px) {
    .faq-area .list-box .area-1 {
        padding: 2rem .5rem 1.4rem 0;
    }
    .faq-area .list-box .area-1 .left-box span {
        font-size: 1.5rem;
    }
    .faq-area .list-box .area-2 ul {
        padding: 1.4rem 1.8rem 0 1.8rem;
    }
    .faq-area .list-box .area-2 ul li {
        font-size: 1.3rem;
    }
}
/* //faq 영역 */


/* ------------------------------------------------------------------------------- */


/* footer 영역 */
footer {
    background-color: #1A1A1A;
    padding: 5.4rem 4rem;
}
footer p {
    color: #6D6D6D;
}

@media (max-width: 1279px) {
    footer {
        padding: 3.4rem 4rem 9rem 4rem;
    }
}

@media (max-width: 799px) {
    footer {
        padding: 2.5rem 2rem 8.1rem 2rem;
    }
    footer p {
        font-size: 1.4rem;
    }
}
/* //footer 영역 */


/* ------------------------------------------------------------------------------- */


/* 모달 영역 */
.modal-area,
.modal-area-2 {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: none;
}
.modal-area.active,
.modal-area-2.active {
    display: block;
}
.modal-area .modal,
.modal-area-2 .modal {
    display: none;
}
.modal-area .modal.active,
.modal-area-2 .modal.active {
    display: block;
}
.itv-modal {
    width: 80rem;
    height: 85dvh;
    border-radius: 2rem;
    background-color: #fff;
    overflow: hidden;
}
.itv-modal .top-box {
    height: 10rem;
    background-color: #0072FD;
    padding: 0 4rem;
}
.itv-modal .modal-cont {
    height: calc(100% - 10rem);
    overflow-y: auto;
}
.itv-modal .itv-cont {
    padding: 3.8rem 4rem 5rem 3.8rem;
    color: #000;
    /* overflow-y: auto;
    height: 36dvh; */
}
.itv-modal .itv-cont h2 {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.itv-modal .itv-cont ul li {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: .3rem 0;
}
.itv-modal .itv-cont ul .line {
    display: block;
    margin: 3rem 0;
    width: 100%;
    background-color: rgba(170, 170, 170, 0.67);
    height: .1rem;
    padding: 0;
}
.itv-modal .itv-cont p {
    font-size: 1.7rem;
    line-height: 1.56;
    letter-spacing: -0.03em;
    color: #484848;
    word-break: keep-all;
}

@media (max-width: 1279px) {
    .itv-modal {
        width: 60rem;
    }
    .itv-modal .top-box {
        height: 8rem;
        padding: 0 3rem;
    }
    .itv-modal .modal-cont {
        height: calc(100% - 8rem);
    }
    .itv-modal .top-box h1 {
        font-size: 2.8rem;
    }
    .itv-modal .itv-cont {
        padding: 2.4rem;
    }
    .itv-modal .itv-cont h2 {
        font-size: 1.7rem;
    }
    .itv-modal .itv-cont p {
        font-size: 1.5rem;
    }
    .itv-modal .itv-cont ul .line {
        margin: 2.4rem 0;
    }
}

@media (max-width: 799px) {
    .itv-modal {
        width: 31rem;
        border-radius: 1rem;
    }
    .itv-modal .top-box {
        padding: 2.4rem 2rem;
        height: 6.2rem;
    }
    .itv-modal .top-box h1 {
        font-size: 2rem;
    }
    .itv-modal .top-box .x-btn {
        width: 1.6rem;
    }
    .itv-modal .modal-cont {
        overflow-y: auto;
    }
    .itv-modal .itv-cont {
        padding: 2rem 2rem 3rem;
    }
    .itv-modal .itv-cont h2 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .itv-modal .itv-cont p {
        font-size: 1.4rem;
    }
    .itv-modal .itv-cont ul .line {
        margin: 1.7rem 0;
    }
}


/* ------------------------------------------------------------------------------- */

.jd-text-bold {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.pc-ver {
    display: block;
}
.acco-type-1 > li .area-2 .inner-box .text-area > li .dot-list-box > li.no-dot::before{
    display: none;
    margin-left: -15px;
}
.desc {
    font-size: 1.5rem;
}
@media (max-width: 799px) {
    .jd-text-bold {
    font-size: 15px;
    }
    .pc-ver {
        display: none;
    }
    .dot-none .sub-text{
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .desc {
    font-size: 1.3rem;
    line-height: 1.4;
    }
}