
.body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    position: relative;
}
.sub_body {
    overflow-y: auto;
    /*height: calc(100vh - 54px);*/
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}

.home_parent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.home_main {
    width: 1440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
}
.home_banner_container {
    width: 1220px;
    height: 396px;
    margin-top: 41px;
    margin-left: 110px;
    border-radius: 16px;
    overflow: hidden;
}

.home_banner {
    width: 1220px;
    height: 396px;
    position: relative;
}

.home_banner_image {
    width: 1220px;
    height: 396px;
    -o-object-fit: cover;
       object-fit: cover;
}
.home_banner_sub_container {
    position: absolute;
    top: 80px;
    left: 78px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.home_banner_title {
    width: 650px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    overflow: hidden;
    line-height: 58px;
    letter-spacing: 0;
    white-space: nowrap; /* 내용을 한 줄로 표시 */
}
.home_banner_title2 {
    width: 650px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 58px;
    overflow: hidden;
    letter-spacing: 0;
    white-space: nowrap; /* 내용을 한 줄로 표시 */
}

.home_banner_description {
    width: 540px;
    margin-top: 20px;
    font-weight: 300;
    color: #ffffff;
    font-size: 23px;
    white-space: nowrap;
    overflow: hidden;
}
.home_banner_sub_category {
    width: 540px;
    position: absolute;
    left: 78px;
    top: 313px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.home_banner_left_arrow {
    display: none;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 76px;
    top: 205px;
}
.home_banner_right_arrow {
    display: none;
    width: 68px;
    height: 68px;
    position: absolute;
    right: 76px;
    top: 205px;
}

/*
https://github.com/kenwheeler/slick/issues/1961
infinite: true, 설정시 슬라이더 이동 시 white flash 현상 대응
 */
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home_title_container {
    width: 1440px;
    margin-top: 124px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}

.home_title_container_class {
    width: 1440px;
    margin-top: 54px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}


.home_title {
    margin-left: 110px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.live_class_all_text {
    width: 82px;
    height: 32px;
    margin-left:836px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #00000080;
    border-radius: 6px
}

.live_class_all_text:hover {
    background-color: #f5f5f5; /* hover 상태일 때의 배경 색 */
}

.live_class_container {
    width: 1220px;
    height: 597px;
    margin-top: 46px;
    margin-left: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 74px; /* 상하 (수직) 갭을 지정합니다. */
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px; /* 좌우 (수평) 갭을 지정합니다. */
    position: relative;
}

.live_class_item {
    width: 390px;
    height: 262px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.live_class_image_container {
    width: 196px;
    height: 262px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.live_class_image {
    width: 196px;
    height: 262px;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
}

.live_class_image_dim_container {
    width: 196px;
    height: 262px;
    border-radius: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.live_class_item:hover .live_class_image_dim_container {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}

.live_class_image_dim1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 196px;
    height: 262px;
    z-index: 20;
    background-color: #0000000d;
}
.live_class_image_dim2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 196px;
    height: 76px;
    z-index: 40;
    border-radius: 0px 0px 16px 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(78.65%, rgba(0, 0 ,0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0 ,0, 0.3) 78.65%);
}
.live_class_mentor_organization {
    width: 196px;
    position: absolute;
    top: 205px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 40;

}
.live_class_mentor_organization_text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 149px;
    z-index: 40;
}

.live_class_mentor_name {
    width: 196px;
    position: absolute;
    top: 230px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 40;

}
.live_class_mentor_name_text {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 149px;
}
.live_class_original_image {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 12px;
    left: 12px;

}

.live_class_contents_container {
    width: 178px;
    height: 262px;
    margin-left: 16px;
    position: relative;
}
.live_class_topic_type {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000000b2;
}
.live_class_topic {
    line-height: 23px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.live_class_rating {
    margin-left: 4px;
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}
.live_class_new {
    margin-left: 4px;
    margin-top: 8px;
    font-weight: 400;
    color: #000000b2;
    font-size: 12px;
}
.live_class_rating_star_img {
    width: 10px;
    height: 10px;
}
.live_class_rating_text {
    margin-top: 3px;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #000000b2;
}
.live_class_start {
    position: absolute;
    top: 200px;
    font-size: 12px;
    font-weight: 400;
    color: #000000b2;
}
.live_class_time_important {
    position: absolute;
    top: 227px;
    font-size: 15px;
    font-weight: 600;
    color: #f14556;
}

.live_class_time_normal {
    position: absolute;
    top: 227px;
    font-size: 15px;
    font-weight: 600;
    color: #000000b2;
}

.live_class_line {
    width: 1220px;
    height: 1px;
    position: absolute;
    top: 300px;
    background-color: #00000014;

}

.mentor_filter_container {
    margin-left: 110px;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.mentor_title_item {
    height: 50px;
    margin-right: 16px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 30px;
    border: 1px solid;
    border-color: #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
}

.mentor_title_item_select {
    color: #f14556;
    font-weight: 600;
    border-color: #f14556;
    background-color: #f1455614;
}
.mentor_container {
    height: 740px;
}
.mentor_list_container {
    width: 1220px;
    height: 642px;
    margin-top: 12px;
    margin-left: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*row-gap: 44px; !* 상하 (수직) 갭을 지정합니다. *!*/
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px; /* 좌우 (수평) 갭을 지정합니다. */
    position: relative;
}
.mentor_list_line {
    width: 1220px;
    height: 1px;
    position: absolute;
    top: 366px;
    background-color: #00000014;

}
.mentor_list_item {
    width: 208px;
    height: 370px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
}
.mentor_list_image {
    width: 176px;
    height: 176px;
    margin-top: 36px;
    border-radius: 88px;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 100;
}
.mentor_list_image_mask_1 {
    position: absolute;
    width: 176px;
    height: 176px;
    top: 36px;
    left: 16px;
    background-color: #0000000d;
    border-radius: 88px;
    z-index: 110;
}
.mentor_list_image_mask_2 {
    position: absolute;
    width: 176px;
    height: 176px;
    top: 36px;
    left: 16px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.94%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 88px;
    z-index: 120;
}
.mentor_honor_sticker {
    width: 49px;
    height: 49px;
    position: absolute;
    left: 12px;
    top: 42px;
    z-index: 200;
}
.mentor_list_name_container {
    position: absolute;
    top: 175px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    z-index: 130;
}

.mentor_list_name {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}
.mentor_list_name_mentor {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.mentor_list_organization {
    max-width: 208px;
    margin-top: 24px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    white-space: nowrap; /* 텍스트를 한 줄로 처리 */
    overflow: hidden; /* 넘치는 부분을 감춤 */
    text-overflow: ellipsis;
}
.mentor_list_department {
    max-width: 208px;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap; /* 텍스트를 한 줄로 처리 */
    overflow: hidden; /* 넘치는 부분을 감춤 */
    text-overflow: ellipsis;
}
.mentor_list_expertise {
    width: 208px;
    margin-top: 20px;
    font-weight: 300;
    color: #000000b3;
    font-size: 12px;
    white-space: nowrap; /* 텍스트를 한 줄로 처리 */
    overflow: hidden; /* 넘치는 부분을 감춤 */
    text-overflow: ellipsis;
    text-align: center;

}


.open_mentoring_all_text {
    width: 82px;
    height: 32px;
    margin-left:836px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #00000080;
    border-radius: 6px
}

.open_mentoring_all_text:hover {
    background-color: #f5f5f5; /* hover 상태일 때의 배경 색 */
}

.home_contents_container {
    width: 1220px;
    height: 332px;
    margin-top: 42px;
    margin-left: 110px;
    margin-bottom: 124px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; /* 좌우 (수평) 갭을 지정합니다. */
}

.home_contents_item {
    width: 391px;
    height: 332px;
    border-radius: 16px;
    border: 1px solid;
    border-color: #e5e5e5;
    position: relative;
}

.home_contents_item:hover {
    -webkit-box-shadow: 0px 4px 8px #0000001f;
            box-shadow: 0px 4px 8px #0000001f;
}

.home_contents_jobtype {
    margin-top: 28px;
    margin-left: 20px;
    font-weight: 400;
    color: #f14556;
    font-size: 12px;
}
.home_mentor_question {
    width: 350px;
    margin-left: 20px;
    margin-top: 8px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}
.home_mentor_answer {
    width: 350px;
    max-height: 96px;
    margin-left: 20px;
    margin-top: 28px;
    font-weight: 300;
    color: #000000E6;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 허용할 최대 줄 수 */
    -webkit-box-orient: vertical;
}

.home_contents_mentor_container {
    width: 350px;
    height: 54px;
    position: absolute;
    left: 20px;
    top: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}
.home_contents_mentor_image {
    width: 54px;
    height: 54px;
    border-radius: 27px;
}
.home_contents_mentor_image_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    background-color: #0000000d;
    border-radius: 27px;
}

.home_contents_mentor_info_container {
    margin-left: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.home_contents_mentor_info_container_sub {
    width: 182px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.home_contents_mentor_info_name {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
}
.home_contents_mentor_info_organization {
    width: 182px;
    margin-top: 6px;
    font-weight: 400;
    color: #000000b2;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_contents_created {
    position: absolute;
    right: 0px;
    bottom: 9px ;
    font-weight: 400;
    color: #000000b2;
    font-size: 12px;
}


.home_mobile_banner_container {
    margin-top: 24px; /*헤더가 54px, sub_body_mobile_container의 margin top 30px => 기존 다른 모바일 페이지들에서 margin top 24여서 일단 이렇게 맞춤*/
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
    overflow: hidden;
}
.home_mobile_banner {
    position: relative;
}

.home_banner_dim {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #ffffff1A;

}

.home_mobile_banner_image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.home_mobile_banner_text_container {
    position: absolute;
    top: 48%;
    left: 24px;

}
.home_mobile_banner_title {
    width: 287px;
    font-weight: 700;
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap; /* 내용을 한 줄로 표시 */
}

.home_mobile_banner_description {
    margin-top: 14px;
    width: 287px;
    height: 52px;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}


.home_mobile_quick_menu {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.home_mobile_quick_menu_item {
    -ms-flex: 1;
        flex: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.home_mobile_quick_menu_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.quick_menu_image {
    width: 48px;
    height: 48px;
}
.quick_menu_text {
    margin-top: 7px;
    font-weight: 500;
    color: #000000cc;
    font-size: 13px;
}
.home_mobile_title_container {
    margin-top: 83px;
    margin-left: 20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.home_mobile_title {
    font-weight: 700;
    color: #101010;
    font-size: 20px;
}
.mobile_live_class_container {
    width: 100vw;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: scroll;
}
.mobile_live_class_container::-webkit-scrollbar {
    display: none; /* Webkit 기반 브라우저(Chrome, Safari 등)의 스크롤바를 숨김 */
}

.mobile_live_class_container .mobile_live_class_item:first-of-type {
    margin-left: 20px;
}

.mobile_live_class_container {
    scrollbar-width: none; /* Firefox 브라우저의 스크롤바를 숨김 */
}
.mobile_live_class_item {
    width: 186px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 16px;
}

.mobile_live_class_image_container {
    width: 186px;
    height: 248px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.mobile_live_class_image {
    width: 186px;
    height: 248px;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
}

.mobile_live_class_image_dim_container {
    width: 186px;
    height: 248px;
    border-radius: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile_live_class_image_dim1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 186px;
    height: 248px;
    z-index: 20;
    background-color: #0000000d;
}
.mobile_live_class_image_dim2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 186px;
    height: 76px;
    z-index: 40;
    border-radius: 0px 0px 16px 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(78.65%, rgba(0, 0 ,0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0 ,0, 0.3) 78.65%);
}
.mobile_live_class_image_dim_touch {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 186px;
    height: 248px;
    z-index: 50;
    border-radius: 0px 0px 16px 16px;
    background: #ffffff33;
}
.mobile_live_class_mentor_organization {
    width: 186px;
    position: absolute;
    top: 190px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 40;
}
.mobile_live_class_mentor_organization_text {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 146px;
    z-index: 40;
}
.mobile_live_class_mentor_name {
    width: 186px;
    position: absolute;
    top: 214px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 40;

}
.mobile_live_class_mentor_name_text {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 146px;
}
.mobile_live_class_original_image {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.mobile_live_class_contents_container {
    width: 186px;
    height: 217px;
    position: relative;
}

.mobile_live_class_topic_type {
    margin-top: 20px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #000000b2;
}
.mobile_live_class_topic {
    margin-left: 4px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 23px;
}

.mobile_live_class_start {
    margin-left: 4px;
    position: absolute;
    bottom: 23px;
    font-size: 12px;
    font-weight: 500;
    color: #000000b2;
}

.mobile_live_class_time_normal {
    margin-left: 4px;
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #000000b2;
}

.mobile_live_class_time_important {
    margin-left: 4px;
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #f14556;
}
.mobile_class_all_button {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(100vw - 40px);
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #e1e1e1;
    font-weight: 700;
    color: #000000b2;
    font-size: 14px;
}

.mobile_article_all_button {
    margin-top: 35px;
    margin-left: 20px;
    width: calc(100vw - 40px);
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #e1e1e1;
    font-weight: 700;
    color: #000000b2;
    font-size: 14px;
}

.mobile_mentor_filter_container_parent {
    width: 100vw;
    margin-top: 20px;
    overflow: scroll;
}
.mobile_mentor_filter_container {
    width: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}
.mobile_mentor_filter_container_parent::-webkit-scrollbar {
    display: none; /* Webkit 기반 브라우저(Chrome, Safari 등)의 스크롤바를 숨김 */
}

.mobile_mentor_filter_container_parent {
    scrollbar-width: none; /* Firefox 브라우저의 스크롤바를 숨김 */
}
.mobile_mentor_filter_container .mobile_mentor_title_item:first-of-type {
    margin-left: 20px;
}

.mobile_mentor_title_item {
    height: 42px;
    margin-right: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 30px;
    border: 1px solid;
    border-color: #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
}

.mobile_mentor_title_item_select {
    color: #f14556;
    font-weight: 700;
    border-color: #f14556;
    background-color: #f1455614;
}

.mobile_mentor_list_container {
    margin-top: 28px;
    margin-left: 24px;
    margin-right: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2열 */
    grid-template-rows: auto auto auto; /* 3행 */
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
    row-gap: 32px;
}
.mobile_mentor_list_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
}
.mobile_mentor_image_container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;

}
.mobile_mentor_list_image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    z-index: 100;
}
.mobile_mentor_list_image_mask_1 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #0000000d;
    z-index: 110;
}

.mobile_mentor_list_image_mask_2 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.94%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 120;
}

.mobile_mentor_list_name_container {
    position: absolute;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 130;
}

.mobile_mentor_list_organization {
    max-width: 153px;
    margin-top: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    white-space: nowrap; /* 텍스트를 한 줄로 처리 */
    overflow: hidden; /* 넘치는 부분을 감춤 */
    text-overflow: ellipsis;
}

.mobile_mentor_list_department {
    margin-top: 10px;
    max-width: 153px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    white-space: nowrap; /* 텍스트를 한 줄로 처리 */
    overflow: hidden; /* 넘치는 부분을 감춤 */
    text-overflow: ellipsis;
}

.mobile_mentor_honor_sticker {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 2px;
    top: 6px;
    z-index: 200;
}

.mobile_home_contents_container {
    width: 100vw;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: scroll
}
.mobile_home_contents_container::-webkit-scrollbar {
    display: none; /* Webkit 기반 브라우저(Chrome, Safari 등)의 스크롤바를 숨김 */
}


.mobile_home_contents_item {
    margin-right: 16px;
    width: 284px;
    height: 310px;
    border-radius: 16px;
    border: 1px solid;
    border-color: #e5e5e5;
    position: relative;
}
.mobile_home_contents_item:first-of-type {
    margin-left: 20px;
}
.mobile_home_mentor_question {
    width: 244px;
    margin-left: 20px;
    margin-top: 8px;
    margin-right: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.mobile_home_mentor_answer {
    width: 244px;
    max-height: 72px;
    margin-left: 20px;
    margin-top: 28px;
    font-weight: 400;
    color: #000000E6;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 허용할 최대 줄 수 */
    -webkit-box-orient: vertical;
}

.mobile_home_contents_mentor_container {
    width: 244px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 236px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.mobile_home_contents_mentor_image {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.mobile_home_contents_mentor_image_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #0000000d;
    border-radius: 25px;

}

.mobile_home_contents_mentor_info_container {
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
