@charset "UTF-8";

/* 메인 비주얼 슬라이드 */

#s_banner_wrap {
    height: 450px;
    position: relative;
    overflow: hidden;
}


.banner_01 {
    height: 450px;
    background-image: url(../images/main/vis1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_02 {
    height: 450px;
    background-image: url(../images/main/vis2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_01 div,
.banner_02 div,
#bx-pager1 {
    width: 1172px;
    margin: 0 auto;
}

.banner_a1 {
    width: 100px;
    height: 150px;
    background: #093
}

.banner_a2 {
    width: 100px;
    height: 150px;
    background: #F00
}

.pager-wrap {
    margin: 0 auto;
    width: 1172px;
}

#bx-pager1 {
    display: flex;
    position: absolute;
    top: 390px;
    align-items: center;
}

#bx-pager1 a {
    margin: 0 15px;
}

#bx-pager1 a:hover,
.bx-pager1 a:active {
    color: #fff;
}

#slider_counter {
    /* margin-top: 20px; */
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing: 3px;
    text-align: center;
}

.current_indext {
    color: #000;
    font-size: 14px;
}

#bx-pager1 img {
    width: 6px;
    height: 11px;
}

#bx-pager1 a.active {
    /* background: #888; */
    color: #CCC;
}

#s_banner_wrap ul li div {
    margin-top: 83px;
    position: relative;
}

#s_banner_wrap ul li div h2 {
    font-size: 50px;
    line-height: 70px;
    color: #222;
    font-weight: bold;
    white-space: pre-line;
}

#s_banner_wrap ul li div p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #888;
    margin: 15px 0 30px 0;
}

#s_banner_wrap ul li div a {
    border: 1px solid #0060e2;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    border-radius: 100px 100px;
    font-weight: bold;
    width: 197px;
    /* height: 57px; */
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #0060E2;
    background: #fff;
}

.allwork-new .section-headline .subhead-wrapper {
    margin-bottom: 16px;
}


.aw-section .section-content {
    position: relative;
    max-width: 1172px;
    margin: 0 auto;
}

.main_wrap {
    margin-bottom: 70px;
}


/* 공지사항 */

.allwork-new .wang {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.newnotice2 {
    width: 34%;
}

.newnotice2 img {
    border-radius: 16px;
    width: 100%;
    height: 270px;
}

.newnotice {
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 24px;
    width: 66%;
    box-sizing: border-box;
}

.newnotice ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.newnotice ul li:last-child {
    border-bottom: 0px;
}

.newnotice ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff;
    width: 80px;
    text-align: center;
    border-radius: 100px;
    background: #4f86f6;
    margin-right: 20px;
}

.newnotice ul li .event {
    background: #fab701;
}

.newnotice ul li .sl {
    background: #fc8ad5;
}

.newnotice ul li div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.newnotice ul li div .title {
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.slider {
    height: 270px;
    position: relative;
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 300px;
    color: #fff;
    display: none;
}

/* slide dots */
.slide_dots {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.slide_dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border: none;
    opacity: 0.5;
}

.slide_dots button.active {
    opacity: 1;
}



/* 교육 */
.education-content .banner-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* gap: 1.8vw; */
    gap: 20px;
    height: 100%;
}


.education-content .banner-link-wrapper img {
    width: 576px;
}



/* 메인 화면 공통 */
.awjobs-content .job-card,
.newjobs-content .job-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    max-width: 380px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.awjobs-content .job-card .job-name,
.newjobs-content .job-card .job-name,
.education-content .edu-card .edu-name {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #444;
    font-weight: 400;
}

.awjobs-content .job-card .job-title,
.newjobs-content .job-card .job-title {
    margin-bottom: 24px;
}

.awjobs-content .job-card .job-title,
.newjobs-content .job-card .job-title,
.education-content .edu-card .edu-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.25px;
    font-weight: bold;
    color: #222;
    width: 100%;
    max-width: 320px;
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    /*(시작)[Step 5] by s.yoo	*/
    min-height: 48px;
    /*(끝)[Step 5] by s.yoo	*/
}

.awjobs-content .job-card .job-location span,
.newjobs-content .job-card .job-location span,
.education-content .edu-card .edu-location span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: #767676;
}

.awjobs-content .job-card .job-location,
.newjobs-content .job-card .job-location,
.education-content .edu-card .edu-location {
    color: #D9D9D9;
    font-size: 14px;
}

.aw-section-newjobs .newjobs-content,
.aw-section-recruitedu .education-content {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.aw-section-newjobs .newjobs-content::-webkit-scrollbar,
.aw-section-recruitedu .education-content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.newjobs-content .job-card .job-name,
.education-content .edu-card .edu-name {
    margin: 0 0 6px 0;
}



.newjobs-content .job-card,
.education-content .edu-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
    max-width: 380px;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: left;
}


/*상단 광고배너*/
.aw-section-banner .section-content .aw_banner {
    display: flex;
    flex-direction: row;
    gap: 16px;
}


.aw-section-banner .section-content .aw_banner .aw_banner_ai,
.aw-section-banner .section-content .aw_banner .aw_banner_service,
.aw-section-banner .section-content .aw_banner .aw_banner_edu {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0;
    box-sizing: border-box;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.aw-section-banner .section-content .aw_banner .aw_banner_ai {
    background-image: url(../images/main/ai_banner.png);
}


.aw-section-banner .section-content .aw_banner .aw_banner_service {
    background-image: url(../images/main/sv_banner.png);
}


.aw-section-banner .section-content .aw_banner .aw_banner_edu {
    background-image: url(../images/main/ed_banner.png);
}


.aw-section-banner .section-content .aw_banner p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: #FFE121;
    font-weight: 500px;
    margin-bottom: 8px;
}

.aw-section-banner .section-content .aw_banner h2 {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.25px;
    color: #fff;
}

/*개인회원 혜택*/

.aw-section-benefit .section-headline,
.aw-section-ranking .section-headline {
    margin-bottom: 16px;
}


.aw-section-benefit .benefit-card {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}


.aw-section-benefit .benefit-card::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


.m_benefit_banner {
    display: none;
}

.benefit-card img {
    width: 380px;
}


/*지역별 일자리 채용순위*/



.aw-section-ranking .ranking-content {
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 24px;
}


.ranking-content .local {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: #0060E2;
    font-weight: bold;
    border-radius: 8px;
    background-color: #F6F9FC;
    padding: 4px 8px;
    display: inline-block;
    text-align: center;
}


.aw-section-ranking .ranking-content .ranking_job {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.aw-section-ranking .ranking-content .ranking_job:last-child {
    border-bottom: 0px;
}


.ranking_job .ranking_recruit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    align-items: center;
}


.ranking_job .ranking_recruit .ranking {
    display: flex;
    gap: 16px;
}

.ranking_job .ranking_recruit .ranking .number {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #F24147;
    font-weight: bold;
}

.ranking_job:nth-child(5) .ranking_recruit .ranking .number,
.ranking_job:nth-child(6) .ranking_recruit .ranking .number {
    color: #222222;
}

.ranking_job .ranking_recruit .ranking_detail {
    display: flex;
}


.ranking_job .ranking_recruit .ranking_detail .name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #444444;
    font-weight: 500;
}

.ranking_job .ranking_recruit .ranking_detail .total {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #888888;
    margin-left: 8px;
}

.ranking_button {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.ranking_button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E8EC;
    border-radius: 100px;
    padding: 8px 12px;
}

.ranking_button a:nth-child(2) {
    border: 1px solid #0060E2;
}

.ranking_button p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #444444;
    font-weight: 700;
    margin-right: 4px;
}

.ranking_button a:nth-child(2) p {
    color: #0060E2;
}


.arrow-right {
    width: 10px;
    height: 20px;
}


/*올워크 제공 일자리 정보*/

.awjobs-content {
    display: flex;
    flex-direction: row;
    gap: 16px;
}


.awjobs-content .job-card {
    flex: 1;
    transition: transform 0.3s ease-in-out;
}

.awjobs-content .job-card .logo {
    border: 1px solid #ddd;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    /* max-width: 320px;
    max-height: 66px;*/
    width: 16.7vw;
    height: 66px;
    padding: 8px;
    overflow: hidden;
}


.awjobs-content .job-card .logo .job-logo {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.awjobs-content .job-card .job-name {
    margin: 8px 0 6px 0;
}



/*유용한 교육&훈련 정보*/
.education-content .edu-card .badge-text {
    margin: 16px 0 24px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

.education-content .edu-card .badge-text a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.25px;
    font-weight: 400;
    padding: 4px 12px;
    background: #F8F8F8;
    color: #444;
    border-radius: 8px;
    /* margin: 16px 0px 24px 0; */
    display: inline-block;
}


.aw-section-recruitedu .education-content .edu-card {
    position: relative;
    height: 282px;
}

.aw-section-recruitedu .education-content .edu-card .edu-location {
    position: absolute;
    bottom: 30px;
    width: 100%;
}




/* ai 나에게 맞는 일자리 추천 */
.aw-section-ai {
    margin-top: 40px;
}

.aw-section-ai .m_ai_job {
    display: none;
}



/* 나에게 맞는 일자리는? */
.aw-section-search {
    background: #F3F4FF;
    padding: 67px 0 85px;
}

.aw-section-search .section-content {
    text-align: center;
}

.aw-section-search .subhead {
    border-radius: 30px;
    background: #177CE0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 11px 62px;
    margin-bottom: 13px;
    word-break: keep-all;
}

.aw-section-search .headline {
    font-size: 75px;
    font-weight: 400;
    color: #474747;
    margin-bottom: 17px;
    word-break: keep-all;
}

.aw-section-search .search-container {
    border-radius: 63px;
    position: relative;
    background: #DCE1F9;
    max-width: 681px;
    height: 95px;
    margin: 0 auto 39px;
    z-index: 1;
}

.aw-section-search .search-wrapper {
    border-radius: 63px;
    border: 1px solid #707070;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 654px;
    height: 71px;
    margin: 0 auto;
    text-align: left;
    padding: 1px 0 0 30px;
    z-index: 2;
}

.aw-section-search .input-search-text {
    border: 0;
    width: 85%;
    height: 98%;
    font-size: 25px;
    color: #474747;
}

.aw-section-search .input-search-text:focus-visible {
    outline: none;
}

.aw-section-search .button-search {
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translate(0, -50%);
    background: url(../images/main/btn_search@2x.png) no-repeat 0 0 / contain;
    width: 43px;
    height: 43px;
}

.aw-section-search .user-current-state .headline {
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
    color: #474747;
    padding-left: 65px;
    margin-bottom: 36px;
    position: relative;
}

.aw-section-search .user-current-state .headline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: url(../images/main/icon_check@2x.png) no-repeat 0 0 / contain;
    width: 41.89px;
    height: 41.89px;
}

.aw-section-search .user-current-state .user-state-list {
    display: flex;
    gap: 33px;
    width: 744px;
    height: 162px;
    margin: 0 auto;
}

.aw-section-search .user-current-state .user-state-item {
    width: calc(100% / 4);
}

.aw-section-search .user-current-state .user-state-link {
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

.aw-section-search .user-current-state .user-state-link img {
    width: 112px;
}

.aw-section-search .user-current-state .user-state-link .text {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #474747;
    padding-top: 15px;
}

.aw-section-search .aw-ai-service-banner {
    border-radius: 20px;
    background: #fff;
    position: absolute;
    bottom: -37px;
    right: 0;
    width: 163px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

.aw-section-search .aw-ai-service-banner .headtitle,
.aw-section-search .aw-ai-service-banner .m-headtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #177CE0;
    padding: 17px 0 14px;
}

.aw-section-search .aw-ai-service-banner .m-headtitle {
    display: none;
}

.aw-section-search .aw-ai-service-banner .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
}

.aw-section-search .aw-ai-service-banner .subtitle::before {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    display: block;
    width: 51px;
    height: 51px;
    margin: 0 auto 9px;
}

.aw-section-search .aw-ai-service-banner .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #000;
}

.aw-section-search .aw-ai-service-banner .ai-test {
    background: #FFFCE6;
    padding: 10px 0 18px;
}

.aw-section-search .aw-ai-service-banner .ai-test .subtitle {
    color: #DE6A4D;
}

.aw-section-search .aw-ai-service-banner .ai-test .subtitle::before {
    background-image: url(../images/main/icon_search_color@2x.png);
}

.aw-section-search .aw-ai-service-banner .ai-consulting {
    background: #F3FFF6;
    padding: 12px 0 21px;
}

.aw-section-search .aw-ai-service-banner .ai-consulting .subtitle {
    color: #147327;
}

.aw-section-search .aw-ai-service-banner .ai-consulting .subtitle::before {
    background-image: url(../images/main/icon_target@2x.png);
}


/*공지사항 알림 탑*/



.aw-section-notice .section-content .section-headline .headline-tabs li {
    margin-right: 16px;
    color: #ddd;
}

.aw-section-notice .section-content .section-headline .headline-tabs li.active {
    border-bottom: 3px solid #0060e2;
    color: #222;
}



.aw-section-notice .section-content .section-headline .headline-tabs {
    list-style: none;
    display: flex;
    padding-left: 0;
}

/*재취업 진행현황*/

.aw-section-rejobs .section-content .section-headline {
    border-bottom: 1px solid #ddd;
    margin: 12px 0;
}

/*공지사항 홈 */


.aw-section-notice .section-content .section-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin: 12px 0;
}


.aw-section .section-content .link-more {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #999;
    font-weight: 400;
}


.aw-notice-list ul li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 12px 0;
}

.aw-notice-list ul li p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #444;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

.aw-notice-list ul li span {
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 24px;
    color: #888;
    font-weight: 500;
}




/* 콘텐츠 공통 영역 */
.aw-content .section-content {
    padding: 40px 5% 10px 5%;
    /* padding: 40px 0 10px; */
    /* border: 1px solid red; */
}

.aw-section .section-headline .headline {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: bold;
    /* color: #222;
    margin-bottom: 12px;  */
}

.aw-section-awjobs .section-headline .headline,
.aw-section-newjobs .section-headline .headline,
.aw-section-usefuledu .section-headline .headline,
.aw-section-recruitedu .section-headline .headline {
    color: #222;
}


.aw-section .section-headline .subhead-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aw-section .section-content .section-headline .subhead {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #767676;
    font-weight: 400;
    margin: 8px 0 16px 0;
}



/* 대한민국 신중년 일자리 현황 */
.aw-section-job .graph-wrapper {
    border: 1px solid #707070;
    max-width: 1086px;
    margin: 0 auto;
    padding: 28px 47px;
    box-sizing: border-box;
    margin-bottom: 43px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

.aw-section-job .graph-wrapper:last-child {
    margin-bottom: 0;
}

.aw-section-job .graph-wrapper .graph-title {
    font-size: 28px;
    font-weight: 700;
    color: #1F1F1F;
    padding-bottom: 41px;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item {
    margin-bottom: 33px;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-title {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-chart-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 18px;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-chart {
    border-radius: 9px;
    position: relative;
    width: 70%;
    height: 14px;
    overflow: hidden;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    background: #6973FF;
    border-radius: 9px;
    height: 100%;
}

.aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-value-text {
    font-size: 21px;
    font-weight: 700;
    color: #1F1F1F;
}

.aw-section-job .graph-wrapper .vertical-bar {
    display: flex;
    justify-content: space-between;
}

.aw-section-job .graph-wrapper .vertical-bar .vertical-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart {
    position: relative;
    width: 23.2px;
    height: 246.42px;
}

.aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart-value {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #57CAEC;
}

.aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #1F1F1F;
}

/* 신중년 인기 직업 순위 TOP 10 */
.aw-ranking-list {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
    counter-reset: numbering;
}

.aw-ranking-item {
    flex: 1 1 40%;
    display: flex;
    counter-increment: numbering;
    padding-left: 55px;
    position: relative;
}

.aw-ranking-item::before {
    content: counter(numbering);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 36px;
    font-size: 31px;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.aw-ranking-item.top5::before {
    color: #C93551;
}

.aw-ranking-link {
    display: flex;
    align-items: center;
}

.aw-ranking-image {
    border-radius: 15px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    width: 150px;
    height: 117px;
    overflow: hidden;
}

.aw-ranking-headline {
    padding-left: 15px;
}

.aw-ranking-headline .headline {
    width: 232px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    color: #222323;
    margin-bottom: 16px;
}

.aw-ranking-headline .subhead {
    display: block;
    width: 232px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aw-ranking-headline .title {
    display: block;
    width: 232px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #474747;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aw-ranking-link:hover .headline {
    color: #177CE0;
}

/* 공통 리스트 스타일 */


.swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .swiper-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper .swiper-wrapper .swiper-slide .swiper-slide-image {
    border-radius: 20px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    max-width: 348px;
    height: 205px;
    overflow: hidden;
}

.swiper .swiper-wrapper .swiper-slide .headline {
    display: block;
    width: 100%;
    max-width: 348px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    color: #222323;
    padding-bottom: 11px;
    margin-top: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper .swiper-wrapper .swiper-slide .subhead {
    display: block;
    width: 100%;
    max-width: 302.78px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #474747;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 상담 */
.aw-content.aw-section-consulting .section-content {
    border-bottom: 0;
}

.aw-section-consulting .headline {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #1F1F1F;
    padding: 189px 0 33px 0;
}

.aw-section-consulting .headline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/main/icon_cs@2x.png) no-repeat 0 0 / contain;
    width: 160px;
    height: 160px;
}

.aw-section-consulting .subhead {
    font-size: 28px;
    font-weight: 400;
    color: #1F1F1F;
    padding-bottom: 38px;
}

.aw-section-consulting .consulting-way {
    display: flex;
    gap: 35px;
}

.aw-section-consulting .consulting-way .consulting-chat,
.aw-section-consulting .consulting-way .consulting-tel {
    border-radius: 40px;
    background: #7A81D0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 48px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}



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

    .education-content .banner-link-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .education-content .banner-link-wrapper img {
        width: 100%;
    }
}




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

    .newnotice2 img {
        height: 100%;
        /* width: 100%; */
        /* object-fit: cover; */
    }


    .newnotice ul li div .title {
        width: 380px;
        margin-right: 30px;
    }


    /* .banner-link-wrapper {
        flex-direction: initial;
        flex-wrap: wrap;
        column-gap: 57px;
        row-gap: 36px;
    }

    .banner-link-wrapper .banner-link {
        width: 640px;
    } */




    /* 
    .allwork-home {
        margin-left: 5%;
        margin-right: 5%;
    } */

    /* .newnotice ul li div .title {
        width: 350px;
        text-overflow: ellipsis;
    } */
    /* 
    .education-content .banner-link-wrapper img {
        width: 100%;
    } */

    #s_banner_wrap ul li div,
    #bx-pager1 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .allwork-home .section-content {
        background-position: 50% 50%;
    }

    .aw-section-ai {
        padding: 0 5% 0;
    }

    .aw-section-search .aw-ai-service-banner {
        position: static;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 680px;
        margin: 40px auto 0;
    }

    .aw-section-search .aw-ai-service-banner .headtitle {
        display: none;
    }

    .aw-section-search .aw-ai-service-banner .m-headtitle {
        display: block;
        width: 100%;
    }

    .aw-section-search .aw-ai-service-banner .ai-test,
    .aw-section-search .aw-ai-service-banner .ai-consulting {
        width: 50%;
        padding: 30px 0;
    }

    .aw-section-search .aw-ai-service-banner .ai-test .img-wrapper,
    .aw-section-search .aw-ai-service-banner .ai-consulting .img-wrapper {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        display: block;
        width: 51px;
        height: 51px;
    }

    .aw-section-search .aw-ai-service-banner .ai-test .img-wrapper {
        background-image: url(../images/main/icon_search_color@2x.png);
    }

    .aw-section-search .aw-ai-service-banner .ai-consulting .img-wrapper {
        background-image: url(../images/main/icon_target@2x.png);
    }

    .aw-section-search .aw-ai-service-banner .subtitle::before {
        display: none;
    }

    .aw-section-search .aw-ai-service-banner a .content {
        padding-left: 17px;
    }

    .aw-section-search .aw-ai-service-banner .ai-test a,
    .aw-section-search .aw-ai-service-banner .ai-consulting a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .aw-content .section-content {
        /* padding: 40px 5% 10px 5%; */
        padding: 40px 5% 10px;
        /* border: 1px solid blue; */
    }



    .aw-section-common-sense .common-list-item:last-child,
    .aw-section-re-employment-case .common-list-item:last-child {
        display: none;
    }
}


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

    /* 홈화면 */
    #s_banner_wrap ul li div h2 {
        font-size: 36px;
        line-height: 45px;
    }

    #s_banner_wrap ul li div {
        margin-top: 110px;
    }

    #s_banner_wrap ul li div p {
        font-size: 16px;
    }

    #bx-pager1 {
        top: 360px;
    }



    /* 새로운 공지사항 */

    .newnotice {
        padding: 12px;
    }


    .aw-section-banner .section-content .aw_banner {
        flex-wrap: wrap;
        gap: 8px;
    }

    .aw-section-banner .section-content .aw_banner .aw_banner_ai {
        width: 100%;
    }

    .aw-section-banner .section-content .aw_banner .aw_banner_service,
    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        width: 49%;
    }


    .aw-section-benefit .benefit-card {
        gap: 0px;
    }

    .aw-section-benefit .benefit-card a {
        padding-right: 16px;
    }

    .aw-section-benefit .benefit-card a:nth-child(1),
    .aw-section-benefit .benefit-card a:nth-child(2),
    .aw-section-benefit .benefit-card a:nth-child(3) {
        padding-right: 0px;
    }


    .benefit_banner {
        display: none;
    }

    .m_benefit_banner {
        display: block;
    }

    .benefit-card img {
        width: 50vw;
        height: auto;
    }


    .aw-section-newjobs .section-content,
    .aw-section-recruitedu .section-content,
    .aw-section-benefit .section-content {
        padding: 40px 0 10px 5%;
    }

    .aw-section-newjobs .section-headline .subhead-wrapper {
        position: relative;
    }

    .aw-section-newjobs .section-headline .subhead-wrapper .link-more,
    .aw-section-recruitedu .section-headline .subhead-wrapper .link-more,
    .aw-section-benefit .section-headline .subhead-wrapper .link-more {
        position: absolute;
        right: 5%;
    }


    .awjobs-content {
        flex-direction: column;
    }

    .awjobs-content .job-card .logo {
        width: 200px;
    }


    .awjobs-content .job-card {
        max-width: 1024px;
        min-width: 320px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .awjobs-content .job-card .job-title {
        /* white-space: pre; */
        text-overflow: none;
        max-width: 1024px;
        box-sizing: border-box;
    }
}


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

    .allwork-new .wang {
        flex-direction: column;
        flex-wrap: wrap;
        /* flex: 1; */
        /* height: 1000px; */
    }


    .slider {
        height: 66.667vw;
    }




    .newnotice2 {
        width: 100%;
        /* flex: 1; */
    }

    .newnotice {
        width: 100%;
    }
}



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


    /* 홈 화면 */

    /* 
    .banner_01 {
        background-image: url(../images/main/m_vis1.jpg);
        background-size: contain;
    }

    .banner_02 {
        background-image: url(../images/main/m_vis2.jpg);
        background-size: contain;
    } */

    /* 홈화면 */




    /* .awjobs-content .job-card .logo {
        max-width: 200px;
    } */


    .allwork-home .headline {
        font-size: 30px;
        line-height: 40px;
    }

    .allwork-home .section-content {
        background-position: 67% 67%;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-chart {
        width: 60%;
    }
}

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

    .allwork-home .headline {
        margin: 0 0 4px 0;
    }

    .allwork-home .subhead {
        margin-bottom: 8px;
    }


    .common-list-item {
        flex: 1 1 40%;
    }
}



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




    .allwork-home .section-content {
        background-image: url(../images/main/m_main_home.png);
        height: 58vw;
        text-align: center;
        position: relative;
        background-size: contain;
        background-position: 50% 50%;
    }


    .allwork-home .section-content div {
        flex-direction: column-reverse;
    }

    .aw-section-ai .m_ai_job {
        display: block;
    }

    .aw-section-ai .ai_job {
        display: none;
    }
}




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

    .banner_01 {
        background-image: url(../images/main/m_vis1.jpg);
    }

    .banner_02 {
        background-image: url(../images/main/m_vis2.jpg);
    }

    /* 홈화면 */


    /* 
    .aw-content .section-content {
        overflow: hidden;
    } */

    .aw-section-search {
        padding-left: 5%;
        padding-right: 5%;
    }

    .aw-section-search .user-current-state .user-state-list {
        width: 100%;
    }

    .aw-section-search .search-wrapper {
        width: 95%;
    }


    .aw-section .section-headline .headline {
        font-size: 20px;
    }



    .aw-section .section-headline .subhead-wrapper .subhead {
        font-size: 14px;
    }


    .aw-section-job .graph-wrapper .graph-title {
        font-size: 16px;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-title,
    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-value-text {
        font-size: 14px;
    }

    .aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart-title {
        gap: 10px;
        font-size: 14px;
    }

    .aw-ranking-headline .headline {
        font-size: 17px;
        line-height: 1.5;
        padding-bottom: 8px;
    }

    .aw-ranking-headline .subhead {
        font-size: 14px;
    }

    .swiper .swiper-wrapper .swiper-slide .headline {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 5px;
    }

    .swiper .swiper-wrapper .swiper-slide .subhead {
        font-size: 13px;
    }

    .aw-section-consulting .headline {
        font-size: 30px;
        line-height: 1.5;
        padding: 140px 0 14px;
    }

    .aw-section-consulting .headline::before {
        width: 120px;
        height: 120px;
    }

    .aw-section-consulting .subhead {
        font-size: 17px;
    }

    .aw-section-consulting .consulting-way {
        gap: 24px;
    }

    .aw-section-consulting .consulting-way .consulting-chat,
    .aw-section-consulting .consulting-way .consulting-tel {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}


@media screen and (max-width: 680px) {
    .newnotice ul li div .title {
        width: 300px;
    }
}



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

    .allwork-home .subhead {
        font-size: 12px;
        line-height: 20px;
    }

    .allwork-home .headline {
        font-size: 20px;
        line-height: 30px;
    }

    .allwork-home .btn_home {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
    }


    .aw-section-search {
        padding: 39px 5% 36px;
    }

    .aw-section-search .subhead {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 288px;

        height: 52px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 22px;
        margin: 0 auto 19px;
    }

    .aw-section-search .headline {
        font-size: 30px;
    }

    .aw-section-search .search-container {
        height: 58px;
    }

    .aw-section-search .search-wrapper {
        height: 40px;
        padding-left: 10px;
        overflow: hidden;
    }

    .aw-section-search .input-search-text {
        font-size: 17px;
    }

    .aw-section-search .button-search {
        right: 13px;
        width: 18px;
        height: 19px;
    }

    .aw-section-search .user-current-state .headline {
        font-size: 17px;
        padding-left: 34px;
        margin-bottom: 19px;
    }

    .aw-section-search .user-current-state .headline::before {
        width: 22.06px;
        height: 22.06px;
    }

    .aw-section-search .user-current-state .user-state-list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        height: auto;
    }

    .aw-section-search .user-current-state .user-state-item {
        flex: 1 1 40%;
        height: 185px;
    }

    .aw-section-search .user-current-state .user-state-link .text {
        font-size: 16px;
        padding-top: 9px;
    }

    .aw-section-job .graph-wrapper {
        padding: 24px;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-chart-wrapper {
        flex-wrap: wrap;
        margin-top: 8px;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-chart {
        width: 100%;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-value-text {
        margin-top: 8px;
    }

    .aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart-title {
        font-size: 12px;
    }

    .aw-ranking-item {
        padding-left: 37px;
    }

    .aw-ranking-item::before {
        width: 24px;
        font-size: 17px;
    }

    .aw-ranking-image {
        border-radius: 8px;
        width: calc(67px * 1.5);
        height: calc(53px * 1.5);
    }

    .aw-ranking-headline .headline {
        -webkit-line-clamp: 1;
        width: 100%;
        font-size: 16px;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .aw-ranking-headline .subhead {
        font-size: 13px;
    }

    .common-list-item {
        width: 154px;
    }

    .common-list-image {
        height: calc(99px * 1.5);
    }

    .aw-section-consulting .headline::before {
        width: 60px;
        height: 60px;
    }

    .aw-section-consulting .headline {
        font-size: 15px;
        padding: 71px 0 11px;
    }

    .aw-section-consulting .subhead {
        font-size: 13px;
        padding-bottom: 14px;
    }

    .aw-section-consulting .consulting-way .consulting-chat,
    .aw-section-consulting .consulting-way .consulting-tel {
        font-size: 13px;
        width: 110px;
        height: 30px;
    }
}


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


    .aw-section-search .user-current-state .user-state-list {
        width: 100%;
    }

    .aw-notice-list ul li {
        margin: 8px 0;
    }

    .aw-notice-list ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .aw-notice-list ul li span {
        font-size: 14px;
        line-height: 22px;
    }

    .awjobs-content .job-card,
    .newjobs-content .job-card,
    .education-content .edu-card {
        padding: 16px;
    }


    .awjobs-content .job-card .logo {
        width: 150px;
        height: 40px;
        padding: 4px;
    }

    .awjobs-content .job-card .job-name,
    .newjobs-content .job-card .job-name,
    .education-content .edu-card .edu-name {
        font-size: 12px;
        line-height: 20px;
    }

    .awjobs-content .job-card .job-name {
        margin: 8px 0 0 0;
    }

    .newjobs-content .job-card .job-name,
    .education-content .edu-card .edu-name {
        margin: 0px;
    }

    .awjobs-content .job-card .job-title,
    .newjobs-content .job-card .job-title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .education-content .edu-card .edu-title {
        font-size: 14px;
        line-height: 26px;

        /*(시작)[Step 5] by s.yoo	*/
        min-height: 52px;
        /*(끝)[Step 5] by s.yoo	*/
    }

    .awjobs-content .job-card .job-location span,
    .newjobs-content .job-card .job-location span,
    .education-content .edu-card .edu-location span {
        font-size: 12px;
    }

    .education-content .edu-card .badge-text {
        margin: 10px 0;
    }

    .education-content .edu-card .badge-text a {
        font-size: 12px;
        line-height: 18px;
        color: #444;
        padding: 2px 12px;
    }

    .aw-section-recruitedu .education-content .edu-card {
        height: 192px;
    }

    .aw-section-recruitedu .education-content .edu-card .edu-location {
        bottom: 16px;
    }


    .aw-section-ranking .ranking-content {
        padding: 16px;
    }

    .ranking-content .local {
        font-size: 12px;
    }

    .aw-section-ranking .ranking-content .ranking_job {
        padding: 8px 0;
    }

    .ranking_job .ranking_recruit .ranking {
        align-items: center;
    }


    .ranking_job .ranking_recruit .ranking_detail {
        display: flex;
        flex-direction: column;
    }

    .ranking_job .ranking_recruit .ranking .number {
        font-size: 16px;
    }


    .ranking_job .ranking_recruit .ranking_detail .name {
        font-size: 14px;
        line-height: 20px;
    }

    .ranking_job .ranking_recruit .ranking_detail .total {
        font-size: 12px;
        line-height: 20px;
        margin-left: 0px;
    }

    .ranking_button {
        flex-direction: column;
        display: flex;
        gap: 4px;
    }

    .ranking_button p {
        font-size: 14px;
        line-height: 16px;
        margin-right: 6px;
    }

    .ranking_button a {
        padding: 4px 10px;
    }


}

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

    .newnotice ul li span {
        width: 100px;
        margin-right: 15px;
    }

    .newnotice ul li div .title {
        width: 260px;
        font-size: 14px;
        margin-right: 10px;
    }

    .newnotice ul li div p {
        font-size: 14px;
    }

    #s_banner_wrap ul li div {
        margin-top: 30px;
    }

    #s_banner_wrap ul li div h2 {
        font-size: 30px;
    }

    #s_banner_wrap ul li div p {
        font-size: 14px;
        margin: 10px 0 20px 0;
    }

    #s_banner_wrap ul li div a {
        font-size: 14px;
        width: 160px;
        padding: 10px 0;
    }

    #bx-pager1 {
        top: 240px;
    }

    .banner_01 {
        background-image: url(../images/main/m_vis3.jpg);
        background-size: cover;
    }

    .banner_02 {
        background-image: url(../images/main/m_vis4.jpg);
        background-size: cover;
    }

    .main_wrap {
        margin-bottom: 40px;
    }

    .aw-section-recruitedu .education-content .edu-card {
        height: 220px;
    }

    .aw-section-newjobs .section-headline .subhead-wrapper .link-more,
    .aw-section-recruitedu .section-headline .subhead-wrapper .link-more,
    .aw-section-benefit .section-headline .subhead-wrapper .link-more {
        right: 20px;
    }


    .aw-section-benefit .benefit-card a {
        padding-right: 10px;
    }

    .aw-section-benefit .benefit-card a:nth-child(1),
    .aw-section-benefit .benefit-card a:nth-child(2),
    .aw-section-benefit .benefit-card a:nth-child(3) {
        padding-right: 0px;
    }



    .benefit-card img {
        width: 42vw;
    }

    .aw-section-ai {
        margin-top: 20px;
        padding: 0 20px 0;
    }

    .aw-section-newjobs .section-content,
    .aw-section-recruitedu .section-content,
    .aw-section-benefit .section-content {
        padding: 20px 0px 20px 20px !important;
    }

    .aw-content .section-content {
        padding: 20px;
    }

    .allwork-home .section-content {
        padding: 16px 0;
    }

    .aw-notice-list ul li p {
        width: 70%;
    }

    .newjobs-content .job-card,
    .education-content .edu-card {
        max-width: 280px;
    }

    .education-content .edu-card .badge-text {
        gap: 3px;
    }
}


@media screen and (max-width: 520px) {
    .newnotice ul li div .title {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: wrap;
    }

    .newnotice ul li div p {
        display: none;
    }
}


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




    .aw-section-benefit .section-headline,
    .aw-section-ranking .section-headline {
        margin-bottom: 12px;
    }

    .aw-section-banner .section-content .aw_banner .aw_banner_service {
        background-image: url(../images/main/m_sv_banner.png);
    }

    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        background-image: url(../images/main/m_ed_banner.png);
    }


    .aw-section-banner .section-content .aw_banner .aw_banner_service,
    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        width: 48%;
    }


    .aw-section-banner .section-content .aw_banner p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.25px;
        margin-bottom: 0px;
    }

    .aw-section-banner .section-content .aw_banner h2 {
        font-size: 14px;
        line-height: 24px;
    }


    .allwork-home .headline {
        font-size: 18px;
        line-height: 28px;
    }


    .aw-notice-list ul li p {
        width: 100%;
    }

    .aw-notice-list ul li span {
        display: none;
    }


    .allwork-home .section-content {
        background-size: contain;
    }

    .aw-section-search {
        padding: 19px 5% 16px;
    }


    .aw-section .section-content .link-more {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.5px;
    }

    .awjobs-content {
        gap: 10px;
    }


    .awjobs-content .job-card .logo {
        width: 100px;
    }

    .awjobs-content .job-card .job-title {
        max-width: 288px;
    }


    .aw-section-search .search-container {
        max-width: 288px;
        height: 40px;
        margin: 0 auto 19px;
    }

    .aw-section-search .search-wrapper {
        max-width: 276px;
        height: 30px;
        padding-left: 10px;
    }

    .aw-section-search .user-current-state .user-state-item {
        height: 14vh;
    }

    .aw-section-search .user-current-state .user-state-link img {
        width: 73px;
    }

    .aw-section-search .aw-ai-service-banner {
        margin-top: 20px;
    }

    .aw-section-search .aw-ai-service-banner .m-headtitle {
        font-size: 14px;
        padding: 10px 0;
    }

    .aw-section-search .aw-ai-service-banner .ai-test .img-wrapper,
    .aw-section-search .aw-ai-service-banner .ai-consulting .img-wrapper {
        width: 26px;
        height: 27px;
    }

    .aw-section-search .aw-ai-service-banner .ai-test,
    .aw-section-search .aw-ai-service-banner .ai-consulting {
        padding: 28px 0;
    }

    .aw-section-search .aw-ai-service-banner a .content {
        padding-left: 2px;
    }

    .aw-section-search .aw-ai-service-banner .subtitle {
        font-size: 11px;

        margin-bottom: 2px;
    }

    .aw-section-search .aw-ai-service-banner .text {
        font-size: 9px;
        line-height: 16px;
    }

    .aw-ranking-headline .headline {
        width: 70%;
    }


    .aw-section-search .user-current-state .user-state-list {
        gap: 5px;
    }

    .aw-section-job .graph-wrapper {
        padding: 12px;
    }

    .aw-section-search .subhead {
        padding: 22px 22px;
    }

    .aw-section-search .subhead {
        font-size: 12px;
    }

    .aw-section-search .headline {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .aw-section-search .user-current-state .headline {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .aw-section-search .user-current-state .user-state-link img {
        width: 55px;
        height: 45px;
    }

    .aw-section-search .user-current-state .user-state-link .text {
        font-size: 14px;
    }

    .aw-section .section-headline .headline {
        font-size: 18px;
        line-height: 28px;
    }

    .aw-section-notice .section-headline .headline {
        margin-bottom: 8px !important;
    }


    .aw-section .section-content .section-headline .subhead {
        font-size: 12px;
        line-height: 20px;
    }


    .aw-section .section-content .section-headline .subhead {
        font-size: 12px;
        margin: 2px 0 12px 0;
    }

    /* .aw-section .section-headline .subhead-wrapper .link-more {
        font-size: 12px;
    } */

    .aw-section-job .graph-wrapper .graph-title {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item {
        margin-bottom: 10px;
    }

    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-title,
    .aw-section-job .graph-wrapper .horizontal-bar .horizontal-bar-item .horizontal-bar-value-text {
        font-size: 12px;
    }

    .aw-section-job .graph-wrapper .vertical-bar .vertical-bar-chart-title {
        font-size: 8px;
    }

    .aw-ranking-image {
        width: calc(67px * 1.0);
        height: calc(53px * 1.0);
    }

    .aw-ranking-list {
        gap: 20px;
    }

    .aw-ranking-headline .headline {
        font-size: 14px;
    }

    .aw-ranking-headline .subhead {
        font-size: 12px;
    }


    .swiper .swiper-wrapper .swiper-slide .headline {
        font-size: 12px;
    }

    .swiper .swiper-wrapper .swiper-slide .subhead {
        font-size: 10px;
    }

    .aw-section-newjobs .newjobs-content,
    .aw-section-recruitedu .education-content {
        gap: 10px;
    }
}




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

    #s_banner_wrap ul li div h2 {
        font-size: 26px;
        line-height: 35px;
    }


    #s_banner_wrap ul li div a {
        width: 155px;
        padding: 10px 0;
    }

    #bx-pager1 {
        top: 230px;

    }


    .allwork-home .section-content {
        height: 246px;
        padding: 16px 0 0 0;
    }

}



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

    .aw-section-banner .section-content .aw_banner .aw_banner_ai,
    .aw-section-banner .section-content .aw_banner .aw_banner_service,
    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        padding: 12px 0;
    }


    .aw-section-banner .section-content .aw_banner .aw_banner_ai {
        width: 100%;
        height: 64px;
    }

    .aw-section-banner .section-content .aw_banner .aw_banner_service,
    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        width: 156px;
        height: 64px;
    }


    .awjobs-content .job-card {
        min-width: 280px;
    }
}


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

    .aw-section-banner .section-content .aw_banner .aw_banner_service,
    .aw-section-banner .section-content .aw_banner .aw_banner_edu {
        width: 48%;
    }

    .allwork-home .section-content {
        height: 220px;
        padding: 4px 0 0 0;
    }


    .newjobs-content .job-card,
    .education-content .edu-card {
        max-width: 240px;
    }

    .aw-section-recruitedu .education-content .edu-card {
        height: 215px;
    }

    .education-content .edu-card .edu-location {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 210px;
    }

    .aw-section-recruitedu .education-content .edu-card {
        height: 250px;
    }

}