 /**
  * ----------------------------------------
  * careerboost
  * 본문 main 영역 css
  * 커리어부스트에서만 쓰는 css
  * ----------------------------------------
  */
/*커리어부스트 스크롤 컨트롤*/

body.no-scroll {
    overflow: hidden;
}
/*new 뱃지 표시*/
.has-newItem{
  position: relative; /* ::after의 기준을 위해 상대 위치 지정 */
}

/* 2) ::after로 작은 원(점) 표시 */
 .has-newItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 5px;
    height: 5px;
    background-color: var(--c_pri500);
    border-radius: 999px;
    display: block;
}
.newItem{
    display: flex;
    align-items: center;
    gap: 4px;
}
.newItem::after {
    content: "N";
    display: flex;
    width: 14px;
    height: 14px;
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    background-color:var(--c_pri500);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    padding: 0;
}

/*커리어부스트 푸터 달려있을때 커리어부스트 컬러*/
.btnCareerTypeA{
    width: 220px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.btnCareerTypeA span{
    position: relative;
    z-index: 2;
}
.btnCareerTypeA::after {
    content: "";
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: linear-gradient(140deg, #002AFF 42.42%, #1B91FF 88.64%);
    opacity: .3
}
.noWrap{
    white-space: nowrap;
}
.btnCareerTypeA:hover{
    border: 1px solid var(--c_pri500);
}
.btnCareerTypeA:hover::after {
    opacity: 0.6;
    width: 200%;
    padding-top: 100%;
}
.hasCustomerService .col_pri{
    color: var(--c_pri500) !important;
}
.hasCustomerService .col_pri{
    color: var(--c_pri500) !important;
}
/*커리어부스트레이아웃 공통적용*/
.innerPd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.noTop.innerPd{
    padding-top: 0;
}
.lecture_container.boxMargin:last-child
.lecture_container.boxMarginS:last-child{
    margin-bottom: 0 !important;
}
.full_bg{
    background-color: #F5FAFF;
}
.full_bg_bl{
    background-color: black;
}

.career__pad{
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.career__h{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    word-break: keep-all;
}

.career__hS{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}

.career__h small {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* .career__h + p */
.career__p {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  word-break: keep-all;
}
.career__p.col_wh{
    color: #ffffffb9;
}

/* 커리어부스트 공통 Tab */
.careerTab.fixed {
    position: fixed;
    top: -100px;
    z-index: 100;
    background: #fff;
    height: 50px;
    transition: top 0.3s ease;
    border-bottom:1px solid var(--gr150) ;
}
.careerTab.fixed.show {
    top: 0;
}
.careerTab{
    width: 100%;
    max-width: 784px;
    display: flex;
}
.careerTab li{
    position: relative;
}
.careerTab li a{
    font-size: 16px;
    color: var(--gr300);
    font-weight: 600;
    padding: 8px 12px;
    height: 50px;
    display: flex;
    align-items: center;
}
.careerTab li.on a{
    color:var(--gr900);
}
.careerTab li.on::after{
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--gr900);
    position: absolute;
}
.careerTab_box{
    margin-bottom: 20px;
    height: 50px;
}
/* 썸네일 상태 */
.thumb_c{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.thumb_c_bedge{
    right: 10px;
    bottom: 10px;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(140deg, #002AFF 42.42%, #1B91FF 88.64%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.thumb_soon .thumb_c_bedge{
    background: linear-gradient(316deg, #52CBFF 12.91%, #94F8FF 74.59%);
}

.thumb_c_bedge .bedge_T{
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}
.thumb_c_bedge .bedge_largeT{
    font-size: 15px;
    font-weight: 700;
}
.thumb_on .bedge_T{
    color:#fff;
}
.bedge_alam{
    position: absolute;
    left: 10px;
    top:10px;
    border-radius: 4px;
    background: linear-gradient(92deg, #C0DEFF -6.85%, #B1FFFB 105.78%);
    color: #030063;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.bedge_alam::before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../../careerboost/images/alam_navy.svg) center center /contain no-repeat;
}
.thumb_done::after{
    content: "모집마감";
    position: absolute;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #0000005e;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/*-----메인 영역 ----*/
.myCareerSwiper_01{
	.main_banner_go{
		position:absolute;
		width:100%;
		height:100%;
		left:50%;
		transform:translateX(-50%);
		max-width:1280px;
		top:0;
		z-index:3;
	}
    .careerHero_img{
        margin: 0 auto;
    }
        /* 1) 기본 상태: 투명, 살짝 아래에서 시작 */
    .careerHero_img {
    opacity: 0;
    transform: translateY(10px);
    transition: 
        opacity 1s ease-out 0s,   /* opacity 0.5초, 지연 0초 */
        transform 1s ease-out 0s; /* transform 0.5초, 지연 0초 */
    }

    /* 2) 활성 슬라이드로 변경 후 0.2초 지연 뒤에 애니메이션 시작 */
    .swiper-slide-active .careerHero_img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s; /* 여기서 전체 transition에 0.2초 지연 추가 */
    }
    .mo_careerHero_img{
        display: none;
    }
    /*전체 유틸*/
    .main-utill-box{
        width: 1200px;
        height: 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        bottom: 20px;
    }
    /*프로그래스 바*/
    /* wrapper: 트랙(배경) */
    #swp-bar.custom-progress {
    appearance: none;
    width: 100%;
    height: 1px;
    background-color:#00000021;
    position: relative;
    overflow: hidden;
    }

    /* fill: 채워진 바 */
    #swp-bar.custom-progress .custom-progress-fill {
    position: absolute;
    top: 0;
    left: 0;                      /* RTL 효과 */
    width: 0%;                     /* JS에서 변경 */
    height: 100%;
    background-color:#000000a3;
    
    }
    

    /*스와이퍼재생 멈춤*/
    .swiper-play-button-box {
        transform: none;
        width: unset;
        margin: 0;
        position: static;
        flex-shrink: 0;
    }
    .swiper-play-button-box .swiper-play-pause-button{
        padding: 4px;
    }
    .swiper-play-button-box .swiper-play-pause-button::after{
        background-size: 20px;
    }
    /*스와이퍼 어로우 */
    .swiperArrow.flxBox{
        width: 24px;
        height: 24px;
        display: flex;
        position: relative;
        left: unset;
        right: unset;
        top:unset;
        background:none;
        box-shadow: none;
        transform: none;
        margin: 0;
        flex-shrink: 0;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 0.7em;
        color:var(--gr600);
    }
    .swiper-button-next:hover::after, .swiper-button-prev:hover::after{
        color:var(--gr600);
    }
    .swiper-button-next:hover, .swiper-button-prev:hover{
        background-color:var(--bl10,rgba(22, 25, 28, 0.10));
    }
    /*스와이퍼 */
    .swiper-pagination-custom{
        position: static;
        padding: 0;
        width: unset;
        flex-shrink: 0;
        font-weight: 400;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #0000004a;
    }
    .swiper-pagination-current{
        color: #000000ba;
        width: 24px;
        font-weight: 500;
        flex-shrink: 0;
        text-align: center;
    }
    .swiper-pagination-total{
        width: 24px;
        flex-shrink: 0;
        text-align: center;
    }
    .white-util #swp-bar.custom-progress {
    background-color:#ffffff21;
    }
    .white-util #swp-bar.custom-progress .custom-progress-fill {
    background-color:#ffffffdf;
    }
    .white-util .iconPlay::after{
    background-image: url(https://www.wjthinkbig.com/re/images/icons/play_wh.svg);
    }
    .white-util .iconPause::after{
    background-image: url(https://www.wjthinkbig.com/re/images/icons/pause_wh.svg);
    }
    .white-util .swiper-pagination-custom{
        color:#ffffff60;
    }
    .white-util .swiper-pagination-current{
        color:#ffffffdf;
    }
    .white-util .swiper-button-next::after, .white-util .swiper-button-prev::after{
        color:#ffffffdf;
    }

    /*메인히어로 텍스트 제어*/
    .careerHeroTxtWrap{
        position: absolute;
        left: calc(50% - 600px);
        width: 1200px;
        bottom: 60px;
        z-index: 2;
    }
    .careerHeroTxtWrap .hd1{
        font-size: 40px;
        line-height: 130%;
    }
    .hero_tag{
        display: flex;
        padding: 4px 8px;
        background-color: var(--gr900);
        color: #fff;
        width: fit-content;
        line-height: 100%;
        margin-bottom: 12px;
        border-radius: 4px;
    }
    .heroTxt_c{
        margin-bottom: 20px;
    }
    .heroSub_c{
        margin-bottom: 50px;
    }
    .whiteTxt .careerHeroTxtWrap .hd1{
        color:#fff;
    }
    .whiteTxt .careerHeroTxtWrap p{
        color:#fff;
    }

    /* 기본 상태: 보이지 않고 조금 아래에서 시작 */
    .careerHeroTxtWrap {
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.8s ease-out 0.4s,
        transform 0.8s ease-out 0.4s;
    }

    /* 활성 슬라이드가 되면 0.2초 지연 후 애니메이션 */
    .swiper-slide-active .careerHeroTxtWrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
    }

}/*end of myCareerSwiper_01*/

/*-----리스트 영역 ----*/
/*리스트타이틀 , new 뱃지*/
.lecture_list_tit{
 .col_tit{
    width: fit-content;
    display: flex;
    align-items: center;
 }   
 .col_tit.newItem{
    display: flex;
    align-items: center;
    gap: 6px;
 }   
 .col_tit.newItem::after{
    width: 18px;
    height: 18px;
    font-size: 11px;
    padding-right: 1px;
    padding-top: 1px;
 }   
}
/*리스트아이템*/
.careerSt_item{
    &{
    display: block;
    }

    .info_thumb{
        display: none;
        height: fit-content;
    }
    .info {
    padding-top: 15px;
    }

    .cate {
    display: flex;
    margin-bottom: 10px;
    gap: 0 4px;
    flex-wrap: wrap;
    }

    .cate span {
    display: flex;
    font-size: 14px;
    padding: 4px 6px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 500;
    border:1px solid #009DFF;
    color:#009DFF;
    white-space: nowrap;
    line-height: 1;
    }

    .cate span.u {

    border-color:var(--c_pri500);
    color: var(--c_pri500);

    }
    .cate span.e {
    border-color:#199FA3;
    color:  #199FA3;
    }

    .status{
        font-size: 13px;
        color: #fff;
        border-radius: 4px;
        background: linear-gradient(103deg, #48EDFF 0.38%, #0929FF 95.18%);
        display: flex;
        width: fit-content;
        gap: 4px;
        align-items: center;
        padding: 2px 6px;
        height: fit-content;
    }
    .status::before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../../careerboost/images/alam_white.svg) center center/contain no-repeat;
    }
    .status_soon{
        color:#030063;
        background: linear-gradient(90deg, #BFE1FF 0%, #B2FBFC 100%);
    }
    .status_done{
        color:#fff;
        background: var(--gr300);
    }
    .status_soon::before{
        background: url(../../careerboost/images/alam_navy.svg) center center/contain no-repeat;
    }
    .sub{
        font-size: 16px;
        color: var(--gr600);
        font-weight: 500;
        line-height: 130%;
    }

    .tit {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    /* 2줄 높이만큼 제한 */
    height: calc(1.3em * 2); /* 26px*2 = 52px */
    /* ellipsis 설정 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;                /* 넘치는 텍스트 숨김 */
    }

    .period {
    font-size: 14px;
    color: var(--gr600);
    font-family: "Pretendard";
    }

    .hash {
    margin-top: 10px;
    display: flex;
    gap: 0 5px;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--gr400);
    }
}
.lecture_list {
    & {
        position: relative;
    }
  .lecture_list_titBox{
    align-items: flex-end;
    justify-content: space-between;
  }
  .goToAllList::after{
    transform: rotate(45deg);
  }

}/*end of lecture_list*/

.has___careerSwiper{
       /*기본스와이퍼스타일*/
    .mySwiper{
        position: relative;
        overflow: hidden;
    }
    .swiper-button-prev,
    .swiper-button-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    font-size: 24px;
    line-height: 1;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 12px;
        text-align: center;
        margin-top: -24px;
        color: rgb(0, 0, 0);
        box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        top:176px;
    }
    .lecture_recom-next,.lecture_recom-prev{
        top:140px;
    }
    .swiper-button-prev::after, .swiper-button-next::after{
        font-size: 12px;
        font-weight: 600;
        color: var(--gr700, #3B4044) !important;
    }
    .swiper-button-prev {
        left: -24px;
    }
    .swiper-button-next {
        right: -24px;
    }
    .swiper-button-disabled{
        opacity: 0 !important;
    }
}/*end of has___careerSwiper*/

/*-----후기 영역 ----*/
.career__review{
    .blog_list{
        position: relative;
    }
    .blog_list .swiper-button-prev, .blog_list .swiper-button-next{
        top: 160px;
    }
    .review_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .review_list>.review_list_con {
        padding: 30px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        border-radius: 15px;
        line-height: 1.5;
        filter:drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
        position: relative;
    }
    /* 공통: 왼쪽 꼬리 (직각이 위좌측) */
    .review_list > .review_list_con::before {
    content: "";
    position: absolute;
    bottom: -18px;      /* 꼬리 높이 */
    right: 60px;         /* 꼬리 왼쪽 여유 */
    width: 30px;
    height: 20px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    /* 짝수(2n): 오른쪽 꼬리 (직각이 위우측) */
    .review_list > .review_list_con:nth-child(2n)::before {
    right: auto;
    left: 60px;        /* 꼬리 오른쪽 여유 */
    /* (0,0)→(100%,0)→(100%,100%) 삼각형 */
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
.review_list>.review_list_con .tit {
        display: flex;
        align-items: center;
        gap: 30px;
        font-size: 20px;
        font-weight: 500;
    }
    .review_list>.review_list_con .tit strong{
        color: var(--gr900);
        font-weight: 700;
    }
    .review_list>.review_list_con .tit img {
        width: 80px;
        height: auto;

    }
    .review_list>.review_list_con .desc {
        margin: 0;
        padding-top: 20px;
        font-size: 16px;
        font-weight: 500;
        word-break: keep-all;
    }
    .review_list_con:nth-child(2n)>.tit{
        flex-direction: row-reverse;   
    }
    .review_txt{
        width: 100%;
        word-break: keep-all;
    }
    .review_avt{
        flex-shrink: 0;
    }
    .career__review h3 {
        text-align: center;
        font-size: 32px;
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .blog_list {
        position: relative;
    }
    .blog_list .mySwiper {
        overflow: hidden;
    }
    .blog_list a.item {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 15px;
        background: #DDE7FF;
        padding: 40px 10px;
        border-radius: 15px;
        flex-direction: column;
    }
    .blog_list a.item img {
        width: 100px;
        background-color: #fff;
        border-radius: 999px;
    }
    .blog_list a.item .tit {
        font-size: 24px;
        line-height: 130%;
    }
    .blog_list a.item .more {
        color:var(--gr400);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        gap: 12px;
    }
    
    .blog_list a.item .more .icon-arrow-right::after{
        display: block;
        content: 'next';
        font-family: swiper-icons;
        font-size: 12px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }

}/*end of career__review*/

/*블로그 리뷰 스와이퍼 색*/
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(1) .item {
  background-color: #F0E5FF; 
}
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(2) .item {
  background-color: #D4E6FF; 
}
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(3) .item {
  background-color: #C9F7FA; 
}
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(4) .item {
  background-color: #F0E5FF; 
}
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(5) .item {
  background-color: #C4F5FF; 
}
.blog_list.has___careerSwiper .swiper-wrapper .swiper-slide:nth-child(6) .item {
  background-color: #FFE5F5; 
}



/*-----취업지원----*/
.career__business{
color: #fff;


.partner_logo {
  margin-top: 100px;
  margin-left: -140px;
  margin-right: -140px;
  overflow: hidden;
  position: relative;
}
.partner_logo {
  margin-top: 100px;
  margin-left: -140px;
  margin-right: -140px;
  overflow: hidden;
  position: relative;
}

 .partner_logo {
    margin-bottom: 30px;   /* 3rem → 30px */
    margin-left: -20px;    /* -2rem → -20px */
    margin-right: -20px;   /* -2rem → -20px */
  }


.partner_logo::after,
.partner_logo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;            /* 5rem → 50px */
  z-index: 1;
  top: 0;
}

.partner_logo::after {
  background: black;
  background: -webkit-gradient(linear, left top, right top,
      color-stop(10%, black), to(rgba(0,0,0,0)));
  background: -o-linear-gradient(left, black 10%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, black 10%, rgba(0,0,0,0) 100%);
  left: 0;
}

.partner_logo::before {
  background: black;
  background: -webkit-gradient(linear, right top, left top,
      color-stop(10%, black), to(rgba(0,0,0,0)));
  background: -o-linear-gradient(right, black 10%, rgba(0,0,0,0) 100%);
  background: linear-gradient(270deg, black 10%, rgba(0,0,0,0) 100%);
  right: 0;
}

.partner_logo > div {
  display: flex;
  width: max-content;
  position: relative;
}

.partner_logo > div img {
  width: 3083px;
  height: auto;
  filter: brightness(0) invert(1);
}

}/*end of career__business*/

/*취업지원 영역 애니메이션*/
.career__business .partner_logo>div.logo_bar_left {
    -webkit-animation: slide-left 50s linear infinite;
    animation: slide-left 50s linear infinite
}
.career__business .partner_logo>div.logo_bar_right {
    -webkit-animation: slide-right 50s linear infinite;
    animation: slide-right 50s linear infinite
}
@-webkit-keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-3083px);
        transform: translateX(-3083px)
    }
}
@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-3083px);
        transform: translateX(-3083px)
    }
}
@-webkit-keyframes slide-right {
    from {
        -webkit-transform: translateX(-3083px);
        transform: translateX(-3083px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slide-right {
    from {
        -webkit-transform: translateX(-3083px);
        transform: translateX(-3083px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
/*-----취업교육 성과----*/
.career__service2{
&{
    position: relative;
}
&::before{
        content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
       background: #5022C3 url(../../careerboost/images/service2_bg.png) no-repeat center bottom / cover; 
}

.bar{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent,
      transparent 239px,
      #ffffff6e 240px,
      #ffffff6e 240px
    );
    opacity: 0.4;
    z-index: -1;
}
.career_iconList li img{
    width: 100px;
    margin: 0 auto;
}
.career_iconList{
    display: flex;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
.career_iconList li{
    width: calc(100% /4);
}
.iconListName{
    font-size: 24px;
    margin: 30px;
    font-weight: 400;
}
.iconListNumber{
    font-size: 40px;
    font-weight: 400;
}
.iconListNumber strong{
    font-size: 64px;
    font-weight: 800;
}
}/*end of career__service2*/
.career__hire{
    &{
        background-color: #000B45;
    }
}/*end of career__hire*/
.career__company{
    .company_logo_list ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    }
    .company_logo_list li{
    width: calc(100% / 7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    }
    .company_logo_list li img{
    max-width: 170px;
    width: 100%;
    }
}

/*바톰 UI*/
.careerBottomCTA{
    background-color: var(--c_pri500);
    width: 100%;
    line-height: 48px;
    border-radius: 8px;
    color: #fff;
}
.careerBottomCTA:disabled {
  background-color:#d9dfffa3;
  color:var(--c_pri250);       
  opacity: 0.6;              
}
.careerFloatItems{
    &{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 11; 
    }
    .careerBottomBox{
        padding: 12px 20px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        background-color: #fff;  
        border-top: 1px solid var(--gr100, #F1F3F5); 
        display: none;
    }
    .careerBottomBox .careerBottomCTA{
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .careerGoUpBox{
        position: relative;
    }
    .careerGoUp {
        background: #fff url(../../re/images/icons/gotoup_gr.svg) center center / 24px no-repeat;
        box-shadow: 0px 4px 12px 0px rgba(102, 102, 102, 0.14);
        border-radius: 999px;
        border: 1px solid var(--gr150);
        width: 44px;
        height: 44px;
        margin-bottom: 20px;
        position: absolute;
        right: 8px;
        bottom: 0;
    }

}/*end of .careerFloatItems*/
/*커리어부스트 메인페이지 CTA 노출 안함*/
.careerDetail .careerBottomBox{
    display: block;
    text-align: center;
}
.detail_header{
    padding-top: 40px;
    padding-bottom: 20px;
}

.detail_header > h3 > br{
	display:none;
}
.navigation_career{
	font-size:15px;
	color:var(--gr400);
	display:flex;
	margin-bottom:4px;
}
.navigation_career .home{
	font-size:0px;
	width:20px;
	height:20px;
	background: url(../../re/images/icons/home_gr.svg) center center / cover no-repeat;
    border-radius: 100%;
    transition: 0.1s ease;
    opacity:0.6;
}
.dot{
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
}
.navigation_career > button:last-child::after{
	display:none;
}

.career__detailView{
    
    .detailViewBox{
        width: 100%;
        justify-content: space-between;
    }
    .detailContents{
        width: 100%;
        max-width: 784px;
        flex-shrink: 0;
    }

    .detailCtaBox{
        width: 360px;
        position: relative;
        display: block;
        flex-direction: column;
    }
    .detailCtaInner{
        margin-top: 70px;
        width: 360px;
        height: fit-content;
        padding: 20px;
        border: 1px solid var(--gr150);
        border-radius: 8px;
        background-color: #fff;
        transition: transform 0.4s ease-out, opacity 0.4s ease-out;
        transform: translateY(0);
        opacity: 1;
        transition: top 0.4s ease, left 0.4s ease;
        position: relative;
    }

    /* CSS (기존에 추가) */

    /* 스크롤 중 fixed 상태 */
    .detailCtaInner.fixed {
    position: fixed;
    top: 40px;      /* offsetTop 과 동일 */
    z-index: 2;
    }

    /* container 하단 도달 후 absolute 상태 */
    .detailCtaInner.at-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    }

    /*디테일 상세용 item 수정*/
    .careerSt_item {
        .status{
            margin-bottom: 16px;
        }
        .tit{
            line-height: 130%;
            margin-bottom: 8px;
           display: block;             /* -webkit-box 대신 기본 블록으로 */
            -webkit-box-orient: unset;  /* 방향 해제 */
            -webkit-line-clamp: unset;  /* 라인 클램프 해제 */
            max-height: none;
            overflow: visible;
            height: unset;   
        }
        .sub{
            word-break: keep-all;
        }
        .copy_info{
            background-color: #fff;
            border-radius: 999px;
            border: 1px solid var(--gr150);
            position: absolute;
            right: 0;
            top:-4px;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
        .info_head{
            position: relative;
            margin-bottom: 20px;
        }
        .cate,.hash{
            margin-bottom: 20px;
        }
        .careerSortKindName{
			color:var(--gr600);
			font-size:15px;
			margin-bottom:12px;
		}
    }

	
    /*커리어부스트 faq 아코디언*/
    .careerArco{
        .tab-label{
            padding: 24px 20px;
            padding-left: 44px;
        }
        input:checked ~ .tab-content{
            padding-left: 44px;
        }
        .tab-label::before {
            position: absolute;
            content: "Q.";
            left: 20px;
            color: var(--c_pri500);
        }
        .tab-content::before{
            position: absolute;
            content: "A.";
            font-weight: 600;
            left: 20px;
            color: var(--c_pri500);
        }
    }
    /*목록으로 버튼*/
    .btn_listReturn{
        font-size: 16px;
        color: var(--gr900);
        font-weight: 600;
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid var(--gr200);
        flex-shrink: 0;
        width: fit-content;
    }
    .btn_listReturnWrap{
        display: flex;
        justify-content: space-between;
    }
    .btn_listReturnWrap .hash_box{
        display: flex;
        gap: 4px;
        align-items: center;
        flex-wrap: wrap;
    }
    .btn_listReturnWrap .hash_box span{
        font-weight: 400;
        font-size: 14px;
        color: var(--gr400);
        display: inline-block;
    }
}

/********************
커리어부스트 리스트페이지
********************/
.career__full_item_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 한 줄에 4개 */
  gap: 15px; /* 항목 사이 간격 */
}
.career__full_item_wrap .item{
    margin-bottom: 20px;
}
.careerSortKind::after{
    content: "";
    display: inline-block;
    background: #fff url(../../re/images/icons/arrowDown_gr.svg) center center / 16px no-repeat;
    border-radius: 999px;
    border: 1px solid var(--gr150);
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.careerSortKind{
    display: flex;
    gap: 12px;
    align-items: center;
}
.detail_header{
    position: relative;
}
.careerSortKindForm fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.careerSortKindForm legend {
  font-size: 1.125rem;
  font-weight: 600;   /* .bd 타입 */
  color: #333;        /* .col_tit 색상 (예시) */
  margin-bottom: 0.5rem;
}

.careerSortKindForm label {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.careerSortKindForm input[type="radio"] {
  margin-right: 0.25rem;
}
.career_s_filter{
    display: none;
}
.changeHeaderBox_c{
    position: absolute;
    background: #fff;
    z-index: 3;
    border-radius: 12px;
    border: 1px solid var(--gr150);
    left: 0;
    top: calc(100% - 10px);
    width: 400px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}
.changeHeaderBox_c .cf_list-title{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--gr900);
    padding: 12px 20px;
    border-bottom: 1px solid var(--gr150);
    display: none;
    justify-content: space-between;
    align-items: center;
}
.changeHeaderBox_c .cf_close-btn{
    width: 32px;
    height: 32px;
    background:url(../../re/images/icons/close_gr.svg) center center/20px no-repeat;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}
.changeHeaderBox_c button{
    padding: 16px 20px;
    color:var(--gr900);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.changeHeaderBox_c dd button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid var(--gr150);
    border-radius: 50%;
    margin-right: 0.75rem;
    
}
.changeHeaderBox_c dd button.selected::before {
  border: 6px solid var(--c_pri500);
}

/* 1) 기본 상태: 원래 흐름 */
#listHeadWrap {
  position: relative;   /* or absolute if you prefer */
  top: 0;
  transition: none;
  background: #fff;
}

/* 2) fixed 상태: 화면 위로 숨기기 */
#listHeadWrap.fixed {
  position: fixed;
  left: 0; right: 0; /* full-width */
  top: -100%;        /* 화면 위로 숨겨둠 */
  z-index: 999;
  transition: none;  /* 올라갈 땐 transition 없이 */
}

/* 3) show 상태: top 애니메이션 */
#listHeadWrap.fixed.show {
  transition: top 0.3s ease;
  top: 0;            /* 부드럽게 내려오기 */
}
.career__listTop{
    .careerTab_box{
        margin-bottom: 0;
        border-bottom:1px solid var(--gr150) ;
    }
}
.career__full_list{
    .lec_countNum{
        font-size: 14px;
        color: var(--gr600);
        font-weight: 500;
        margin-bottom: 12px;
    }
    .lec_countNum span{
        color: var(--c_pri500);
        font-weight: 600;
    }
    .lec_boardMoreWrap{
        width: 100%;
        text-align: center;
    }
    .lec_more{
        width: 90%;
        max-width: 240px;
        margin: 0 auto;
        font-size: 16px;
        color: var(--gr900);
        font-weight: 600;
        padding: 16px 0;
        border-radius: 999px;
        border: 1px solid var(--gr200);
    }
    .careerSt_item_nothing{
        height: 380px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color:var(--gr400);
    }
    .careerSt_item_nothing::before{
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../../re/images/icons/alert_gr.svg) center center / contain no-repeat;
        margin: 12px auto;
    }
}

/*매치미 css 형식 s*/
/*intro 레이아웃*/
    .intro {
        max-width: 768px;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
    
.intro{

    .intro_box {
        padding: 20px;
    }

    .intro_box:last-child {
        border-top: 1px solid #cbcbcb8d;
    }

    .intro_tit {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        margin-bottom: 20px;
    }

    article h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #222;
    }

    /*상단 요약*/
    .application {
        border: 1px solid #ddd;
        padding: 24px 20px;
        background: #fff;
        font-size: 14px;
        line-height: 1.7;
        color: #222;
    }

    .application .info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .application .dot {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 6px;
    }

    .application .dot:last-child {
        border-bottom: none;
    }

    .application .catagory {
        font-weight: 600;
        flex: 0 0 120px;
        color: #666;
    }

    .application .catagory::before {
        content: '·';
        display: inline-block;
        font-size: 14px;
        color: #666;
        margin-right: 6px;
        vertical-align: middle;
    }

    .application .content {
        font-weight: 400;
        color: #222;
        flex: 1;
        word-break: keep-all;
    }

    .application .institution {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .application .button.course_btn {
        margin-top: 20px;
        text-align: right;
    }

    .application .button.course_btn .apply {
        background-color: #007bff;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
    }

    /* 본문 단락 */
    article ul.dot {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    article ul.dot li {
        list-style: disc;
        margin-bottom: 8px;
        word-break: keep-all;
    }

    /* 테이블 바깥 여백 */

    .kmooc-syllabus table {
        width: 100%;
        border-collapse: collapse;
    }

    .kmooc-syllabus table thead th,
    .kmooc-syllabus table thead td,
    .kmooc-syllabus table tbody tr:first-child td {
        background-color: #f2f2f2;
        font-weight: bold;
    }

    .kmooc-syllabus table thead+tbody tr:first-child td {
        background-color: transparent;
        font-weight: inherit;
    }

    .kmooc-syllabus table th,
    .kmooc-syllabus table td {
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        border: 1px solid #e0e0e0;
    }

    .kmooc-syllabus table td p,
    .kmooc-syllabus table td p span {
        font-size: 12px;
        margin-bottom: 0;
    }

    .kmooc-syllabus table td:nth-child(1) {
        width: 8%;
    }

    .kmooc-syllabus table td:nth-child(2) {
        width: 30%;
    }

    .kmooc-syllabus table td:nth-child(4) {
        width: 8%;
    }

    .kmooc-syllabus table td:nth-child(5) {
        width: 15%;
    }
}
/*매치미 css 형식 e*/

/********************
end of
커리어부스트 리스트페이지
********************/

/*미디어쿼리*/
@media only screen and (min-width: 1025px) {
    .careerFloatItems {
        .careerBottomBox{
            display: none;
        }
        .careerGoUp{
            width: 72px;
            height: 72px;
        }
    }
    .careerSt_item {
        .tit {
            /*word-break: keep-all;*/
        }
    }
    

}/*end of 1025*/
@media only screen and (max-width: 1280px) {
    /*커리어부스트 전체 1280px 레이아웃*/
    .career__h{
        font-size: 36px;
    }
    .career__p{
        font-size: 20px;
    }
    .career__full_item_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    }
    /*end of 커리어부스트 전체 1280px 레이아웃*/

    /*.myCareerSwiper_01 1280*/
    .myCareerSwiper_01 {
        .careerHero_img{
            height: 440px;
        }
        .careerHeroTxtWrap{
            padding-left: 60px;
            padding-right:60px;
            width: 100%;
            left: 0;
        }
        .heroSub_c{
            margin-bottom: 30px;
        }
        .careerHeroTxtWrap .hd1{
            font-size: 32px;
        }
        .main-utill-box{
            width: 100%;
            padding-left: 40px;
            padding-right: 40px;
        }
    }/*end of .myCareerSwiper_01 1280*/
    
    /*.career__service2 1280*/
    .career__service2 {
        .iconListNumber strong {
            font-size: 48px;
        }
        .iconListNumber{
            font-size: 20px;
        }
        .iconListName{
            font-size: 20px;
        }
    }/*end of .career__service2 1280*/

    /*.career__review 1280*/
    .career__review {
        .blog_list a.item .tit {
            font-size: 20px;
        }
    }/*end of .career__review 1280*/
    
    /***** 상세보기 1280 ****/
    .career__detailView {
        /*상세보기페이지 1280 레이아웃 변화*/
        .detail_header{
            max-width: 784px;
            margin: 0 auto;
            padding:0;
        }
        .detailViewBox{
            flex-direction: column-reverse;
        }
        .detailContents{
            margin: 0 auto;
        }
        .detailCtaBox{
            width: 100%;
        }
        .detailCtaInner{
            width: 784px;
            margin: 0 auto;
            padding-left:0 ;
            padding-right: 0;       
            margin-bottom: 20px; 
        }
        .careerTab{
            width: 100%;
            max-width: 784px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .info{
            display:flex;
            gap: 60px;
            padding-top:0;
        }
        .info_wrap{
            width: 100%;
        }
        .detailCtaInner{
            border: none;
            border-radius: 0;
            transition: 0;
        }

        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb{
            display: block;
            flex-shrink: 0;
        }
        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb img{
            height: 210px;
            width: auto;
        }
        .info_thumb{
            border-radius: 8px;
            overflow: hidden;
        }

		.detailCtaBox .tit{
			transition:none !important;
		}
        .detailCtaInner.fixed,
        .detailCtaInner.at-bottom{
            position: fixed;
            width: 784px;
            left: calc(50% - (784px)/2);
            bottom: 0;
            top: unset;
            padding-left:20px;
            padding-right: 20px;
            z-index: 2;
            margin-bottom: 0;
            transition:none !important; 
        }

        .detailCtaInner.fixed .info_body,
        .detailCtaInner.at-bottom .info_body{
            display: none;
        }
        .careerBottomCTA{
            width: calc(100% - 410px);
            margin-left: 410px;
            transition: none !important;
        }
        .detailCtaInner.fixed .careerSt_item,
        .detailCtaInner.at-bottom .careerSt_item{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }
        .detailCtaInner.fixed .info_head,
        .detailCtaInner.at-bottom .info_head{
            margin-bottom: 0;
        }
        .detailCtaInner.fixed .careerBottomCTA,
        .detailCtaInner.at-bottom .careerBottomCTA{
            margin: 0;
            width: 200px;
        }
        .detailCtaInner.fixed .status,
        .detailCtaInner.at-bottom .status{
            margin: 0;
        }
        .detailCtaInner.fixed .copy_info,
        .detailCtaInner.at-bottom .copy_info{
            display: none;
        }
        .detailCtaInner.fixed .hd_tit_box,
        .detailCtaInner.at-bottom .hd_tit_box{
            display: flex;
            flex-direction: column;
            gap: 4px;
            justify-content: flex-end;
            margin-right: 60px;
        }
        .detailCtaInner.fixed .sub{
        	display:none;
        }
        .detailCtaInner.fixed .careerSortKindName {
            display:none;
        }
        .detailCtaInner.fixed .tit br{
            display:none;
        }
        .detailCtaInner.fixed .tit{
        	margin-bottom:0;
        }
        .detailCtaInner.at-bottom{
            transform: translateY(200%);
            transition: 0.6s;
        }
        .detailCtaInner.fixed .careerDetail_CTABox{
        	display: flex;
            align-items: center;
        }
        .detailCtaInner.fixed .info{
            padding-top:0;
        }
        

    }/***** end of 상세보기 1280 ****/
    
}
@media only screen and (max-width: 1024px) {
	body {
	  /* 스크롤 동작은 유지하면서, 스크롤바는 숨김 */
	  scrollbar-width: none;     /* Firefox */
	  -ms-overflow-style: none;  /* IE 10+ */
	}
	
	body::-webkit-scrollbar {
	  display: none;             /* Chrome, Safari, Edge */
	}
    /*1024 레이아웃*/
    .layoutMoPd{
        padding-left: 40px;
        padding-right: 40px;
    }
    .career__full_item_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .career__listTop .layoutWrap{
        padding: 0;
    }
    .career__listTop .careerTab_box{
        border-bottom:1px solid var(--gr150) ;
    }
    .has___careerSwiper {
        .mySwiper{
            padding-left: 40px;
            padding-right: 40px;
        }
        .swiper-button-prev, .swiper-button-next{
            display: none !important;
        }
    }
    .myCareerSwiper_01{
        .careerHero_img {
            height: auto;
            width: 60%;
        }
        .mo_careerHero_img{
            display: block;
        }   
        .pc_careerHero_img{
            display: none;
        }   
        .heroSub_c{
            margin-bottom: 20px;
        }
        
    }/*end of myCareerSwiper_01 1024*/
    .lecture_list {
        .lecture_list_titBox.txtMarginXL{
            margin-bottom: 20px;
        }
    }
    .career__employment{
        .layoutWrap{
            padding-right: 0;
            padding-left: 0;
        }
    }
    
    .career__service2 {
        .bar {
            display: none;
        }
        .career_iconList{
            max-width: 600px;
            margin: 0 auto;
        }
        .career_iconList li{
            position: relative;
        }
        .career_iconList li p:nth-child(1) {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        }
        .career_iconList li p:nth-child(2) {
        font-size: 16px;
        margin: 0;
        }
        .career_iconList li p:nth-child(1) img {
            width: 64px;
        }
        .career_iconList li{
            width: calc(100% / 2);
            margin-bottom: 20px;
            padding: 20px 0 20px 120px;
        }
        .iconListName{
            text-align: left;
        }
        .iconListNumber{
            text-align: left;
        }
        
    }
    .career__company {
        .company_logo_list li {
            width: calc(100% / 5);
        }
    }
    .career__business {
        .partner_logo > div img {
            width: 2400px;
        }
    }
    /***** 상세보기 1024 ****/
    .career__detailView {
        
        .careerBottomCTA{
            display: none;
        }
        .detail_header{
            display: none;
        }
        .detailCtaInner{
            margin-bottom: 0;
        }
        
        .info{
            gap:0;
        }
    }/***** end of 상세보기 1024 ****/
    /***** 리스트페이지 상단 1024 ****/
    .career__listTop{
        .careerTab {

            display: flex;
            margin-left: auto;
            margin-right: auto;
            justify-content: space-around;
        }   
        .career_s_filter{
            position: fixed;
            left: 0;
            top:0;
            align-items: center;
            justify-content: center;   
            z-index: 9;
            width: 100%;
            height: 100%;
            display: none;
        }
        .changeHeaderBox_c{
            position: static;
        }
        .cf_modal{
            position: absolute;
            background-color:#00000091;
            width: 100%;
            height: 100%;
            z-index: -1;
            left: 0;
            top:0;
        }
        .changeHeaderBox_c .cf_list-title{
            display: flex;
        }
        .career__detailVie{
         & .careerSt_item {
	         .careerSortKindName{
				font-size:13px;
			}
         }
        }
         
    }

    /***** end of 리스트페이지 상단 1024 ****/
    
}/*end of 1024*/
@media only screen and (max-width: 820px) { 
    .layoutMoPd {
        padding-left: 20px;
        padding-right: 20px;
    }
    .has___careerSwiper {
        .mySwiper {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    .review_list_box .has___careerSwiper {
        .mySwiper {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .c_list_tit{
        font-size: 24px;
    }
    .c_list_sub{
        font-size: 16px;
    }
    .careerTab li a{
            font-size: 14px;
            justify-content: center;
    }
    .myCareerSwiper_01 {
        .main-utill-box{
            padding-left:16px;
                padding-right:16px ;
        }
        
        .careerHeroTxtWrap{
            padding-left: 40px;
            padding-right: 40px;
        }
        .careerHeroTxtWrap .hd1{
            font-size: 26px;
            word-break: keep-all;
        }
    }
     .career__review {  
        .review_txt br{
            display: none;
        }
        .review_list{
            max-width: 640px;
        }
        .review_list>.review_list_con .tit{
            font-size: 16px;
        }
        .review_list>.review_list_con{
            padding: 20px 24px;
        }
        .review_list>.review_list_con .tit img{
            width: 48px;
        }
        .blog_list a.item .tit{
            font-size: 18px;
        }
        .blog_list a.item img{
            width: 48px;
            height: 48px;
        }
        .blog_list a.item .more{
            font-size: 14px;
        }
    }
    /***** 상세보기 820 ****/
    .career__detailView {
        .layoutWrap{
            padding: 0;
        }
        .info {
            flex-direction: column;
            gap:20px;
        }
        .detailCtaInner{
            width: 100%;
        }
        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb{
            width: fit-content;
            margin: 0 auto;
        }
        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb img{
            width: 100%;
            height: auto;
            max-width: 600px;
        }
        .info_wrap{
            max-width: 600px;
               margin-left: auto;
            margin-right: auto;
        }
        .careerTab_box{
            margin-bottom: 0;
        }
        
        .careerTab li{
            width: 50%;
            flex-shrink: 0;
        }
        
        .careerTab li.on a::after{
            left: 50%;
            width: 80px;
            transform: translateX(-50%);
        }
        .careerSt_item {
            .sub {
                font-size: 14px;
            }
            .tit {
                font-size: 20px;
                margin-bottom: 6px;
            }
        }
        .info{
            gap:20px;
        }
        
    }/***** end of 820 career__detailView****/
    
}/*end of 820*/
@media only screen and (max-width: 720px) { 
    .myCareerSwiper_01 {
.swiper-play-button-box {
        display: flex;
    }
    }
    
}
@media only screen and (max-width: 640px) { 
    /*640 공통*/
    .lecture_list_tit{
        .col_tit.newItem::after {
            width: 16px;
            height: 16px;
            font-size: 9px;
            padding-top:1px;
        }
    }
    .detail_header{
        padding-top: 12px;
        padding-bottom: 0px;
        margin-bottom: 12px;
    }
    .careerSortKind{
        font-size: 20px;
        gap:8px;
    }
    .careerSortKind::after{
        width: 24px;
        height:24px;
        background: #fff url(../../re/images/icons/arrowDown_gr.svg) center center / 14px no-repeat;
    }
    .career__pad {    
    padding-top: 60px;
    padding-bottom: 60px;
    }
    
    .career__h{
    font-size: 20px;
    }
    .career__hS{
        font-size: 20px;
    }
    .career__h small{
        font-size: 16px;
    }
    .career__p{
        font-size: 14px;
        margin-top: 12px;
    }
    .career__h__box.titMargin{
        margin-bottom: 20px;        
    }
    .career__h__box.boxMargin{
        margin-bottom: 20px;
    }
    .thumb_c_bedge{
        right: 1.4vw;
        bottom: 1.4vw;
        width: 11vw;
        height:11vw;
    }
    .thumb_c_bedge .bedge_T{
        font-size: 2.3vw;
    }
    .thumb_c_bedge .bedge_T.bedge_smallT{
        margin-top: 0.4vw;
    }
    .thumb_c_bedge .bedge_largeT {
        font-size: 2.8vw;
    }
    .bedge_alam::before{
        width: 4vw;
        height:4vw;
    }
    .bedge_alam{
        left: 1.4vw;
        top: 1.4vw;
        font-size: 3vw;
    }    
    .c_list_tit{
        font-size: 20px;
        word-break: keep-all;
        line-height: 130%;
        margin-bottom:4px;
    }
    .c_list_sub{
        font-size: 14px;
        word-break: keep-all;
        line-height: 130%;
    }
    .careerSt_item{
        .tit{
            font-size: 16px;
            max-height: 46.8px;
        }
        .period {
            font-size: 12px;            
        }
        .hash{
            font-size: 12px;            
        }
        .cate span{
            font-size: 12px;            
        }
    }
    .lecture_list{
        &{
            margin-bottom: 120px;
        }
    }
    .myCareerSwiper_01{
        .careerHero_img {
            height: auto;
            width: 70%;
        }
    }
    .career__employment{
        .goToAllList {
            position: absolute;
            z-index: 2;
            font-size: 14px;
            left: 15%;
            padding: 0;
            width: 70%;
            height: 44px;
            line-height: 44px;
            border: 1px solid var(--gr200);
            border-radius: 999px;
            justify-content: center;
            bottom: -70px;
            padding-left: 14px;
        }
        
    }
    .career__review {
        .blog_list .mySwiper {
            overflow: visible;
        }
        .review_list{
            gap: 20px;
        }
        .review_list > .review_list_con::before{
            bottom: -9px;
            right: 20px;
            width: 20px;
            height: 12px;
        }
        .review_list > .review_list_con:nth-child(2n)::before {
            left: 20px;
        }
    }

    .career__company {
        .company_logo_list li {
            width: calc(100% / 3);
        }
    }
    .career__business {
        .partner_logo {
            margin-top: 40px;
        }
    }
    .career__service2 {
        .career_iconList li {
            width: 100%;
            margin-bottom: 0px;
            padding: 20px 0 20px 112px;
            align-items: flex-start;
        }
        .career_iconList li p:nth-child(1) img{
            left: 0;
        }
        .career_iconList {
            width: 280px;
            flex-direction: column;
            margin: 0 auto;
        }
        .iconListNumber strong{
            font-size: 38px;
        }
    }
    .career__hire {
        & {
        padding-top:40px;
        padding-bottom: 40px;
        }
        
        .btnCareerTypeA{
            font-size: 14px;
            line-height: 48px;
        }
        .btnCareerTypeA:hover{
            color: #fff;
            border: 1px solid #fff;
        }
        .btnCareerTypeA:hover::after{
            display: none;
        }
        .career__h {
        font-size: 16px;
        }
    }
    .career__review {
        .blog_list a.item{
            padding: 20px 10px;
        }
        .blog_list a.item .tit {
            font-size: 16px;
        }
        .blog_list a.item .more{
            font-size: 13px;
            gap: 6px;
        }
        .blog_list a.item .more .icon-arrow-right::after{
            font-size: 10px;
        }
    }
    .career__detailView {
        .detailCtaInner {
            padding-top: 0;
            padding-bottom: 0;
        }
        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb{
            border-radius: 0;
        }
        .careerTab_box{
            border-bottom: 1px solid var(--gr150);
        }
        & .careerArco {
            .tab-label {
                padding: 16px 12px;
                padding-left: 36px;
            }
            input:checked ~ .tab-content {
                padding: 16px 12px;
                padding-left: 36px;
            }
            .tab-label::before,
            .tab-content::before{
                left: 16px;
            }        
            
        }
        .btn_listReturn{
            font-size: 14px;
        }
        
        .careerSt_item {
            .info {
                padding-top: 0;
            }
        }
        .detailCtaInner:not(.fixed):not(.at-bottom) .info_thumb img{
            max-width:100vw;
            width: 100vw;
        }
        .btn_listReturnWrap{
            flex-direction: column-reverse;
            gap: 20px;
        }
    }

    .career__listTop{
        .careerTab_box,
        .careerTab li a{
            height: 40px;
        }
        &.titMargin{
            margin-bottom: 16px;
        }
        .changeHeaderBox_c{
            width: 100%;
            border-radius: 12px 12px 0 0;
        }
        .career_s_filter{
            align-items: flex-end;
        }
    }
    .career__full_list{
        .careerSt_item {
            .tit {
                font-size: 16px;
                max-height: 46.8px;
            }
        }
        .bedge_alam{
            font-size: 2.8vw;
        }
        .bedge_alam::before{
            width: 3vw;
            height: 3vw;
        }
        .thumb_c_bedge .bedge_largeT{
            font-size: 3vw;
        }
        .thumb_c_bedge{
            width: 10vw;
            height: 10vw;
        }
        .lec_countNum{
            font-size: 12px;
            margin-bottom: 8px;
        }
        .lec_more{
            font-size: 14px;
            padding: 14px 0;
        }
        .careerSt_item_nothing{
            font-size: 14px;
        }
    }
        
}/*end of 640*/
@media only screen and (max-width: 480px) { 
    .myCareerSwiper_01 {
        .main-utill-box {
            width: 100%;
            padding-left: 12px;
            padding-right: 12px;
            bottom: 8px;
        }
        .careerHero_img {
            height: auto;
            width: 100%;
        }
        .careerHeroTxtWrap{
            padding-left: 20px;
            padding-right: 20px;
            bottom: 50px;
        }
        .careerHeroTxtWrap .hd1{
            font-size: 5.8vw;
            word-break: keep-all;
            letter-spacing: -0.1vw;
        }
        .careerHeroTxtWrap p{
            font-size: 3.9vw;
        }
        .heroTxt_c{
            margin-bottom: 12px;
        }
        .heroSub_c {
            margin-bottom: 8px;
        }
        .swiper-pagination-custom{
            font-size: 11px;
        }
        .swiper-pagination-total,
        .swiper-pagination-current{
            width: 16px;
            flex-shrink: 0;
            padding: 0;
        }
        .hero_tag{
            font-size: 12px;
        }
    }
    .career__full_item_wrap{
            grid-template-columns: repeat(1, 1fr);
    }
    .career__review {
        .review_list>.review_list_con .tit {
            font-size: 14px;
            gap: 12px;
        }
    }
     .career__full_list {
        & .careerSt_item {
            .tit {
                font-size: 18px;
                height:unset;
                max-height: unset;
            }
        }
        .thumb_c_bedge{
        	width:17.07vw;
        	height:17.07vw;
        	right:3.05vw;
        	bottom:3.05vw;
        }
        .thumb_c_bedge .bedge_T {
        	font-size: 4.4vw;
    	}
        .thumb_c_bedge .bedge_T.bedge_smallT{
        	font-size: 3.6vw;
        }
        .bedge_alam::before {
		    width: 3.96vw;
		    height:3.96vw;
		}
		.bedge_alam{
		    font-size: 3.66vw;
		}
    }
}
@media only screen and (max-width: 360px) { 
    .myCareerSwiper_01 {
        .careerHeroTxtWrap .hd1 {
            font-size: 5.6vw;
        }
    }
    .careerTab li a{
    	font-size:12px;
    	padding: 8px 4px;
    }
    .careerTab.layoutMoPd{
    	padding-left:12px !important;
    	padding-right:12px !important;
    }
}/*end of 360*/