:root {
    --line-clamp: 3; /* 이 페이지에서는 1줄 제한 */
}

a {
    text-decoration-line: none;
}

.cont-wrap {
    display: flex;
    padding: 100px 0px 50px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background-color: var(--white);
}

.cont-wrap .container {
    flex: 1; /* 남은 공간을 채움 */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.cont-wrap .section-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 40px 0;
}


/* ========== 메인 swiper banner ========== */
.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.swiper-button-prev {
    color: transparent !important;
    background-image: url('../image/svg/icon-prev.svg');
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    left: 15px !important;
}

.swiper-button-next {
    color: transparent !important;
    background-image: url('../image/svg/icon-next.svg');
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    right: 15px !important;
}

.homeBanner {
    width: 100%;
    /* height: 250px; */
    border-radius: 10px;
    overflow: hidden;
}

.homeBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

/*#eventBanner1 img {*/
/*    width: 100%;*/
/*    content: url('../image/banner/everyday_casting.png');*/
/*}*/

/*#eventBanner2 img {*/
/*    width: 100%;*/
/*    content: url('../image/banner/casting_behind_budybody_web.png');*/
/*}*/

/*#eventBanner3 img {*/
/*    width: 100%;*/
/*    content: url('../image/banner/albapick_banner_web.png');*/
/*}*/

/*#eventBanner5 img {*/
/*    width: 100%;*/
/*    content: url('../image/banner/only_casting_for_you_web.png');*/
/*}*/


/* ========== sub-menu-group ========== */
.sub-menu-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    row-gap: 30px;
}

.sub-link {
    display: flex;
    height: 85px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.sub-link .icon {
    height: 50px;
    flex-shrink: 0;
    background-size: cover;
}

.sub-link p {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-black);
    text-align: center;
}


/* ========== section : 알바픽 유료영역 ========== */
.section-albapick-premium {
    background-color: #F7F8FA;
    width: 100%;
}

.section-albapick-premium .container {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.albapick-premium-list {
    display: grid;
    gap: 20px;
    align-self: stretch;
    grid-template-columns: repeat(3, 1fr);
}

.premium-link {
    height: 180px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    border-top: 5px solid var(--new-pink);
    background: var(--white);
    box-shadow: 0px 1px 5px 0px rgba(114, 121, 136, 0.15);
    cursor: pointer;
}
.company-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
}
.company-name .tit {
    color: var(--text-light-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
}
.company-name .right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
.badge{
    border: 1px solid var(--new-pink);
    color: var(--new-pink);
    display: flex;
    height: 24px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.28px;
    border-radius: 26px;
}

.company-name.premium {
    color: var(--new-pink);
}

.posting-title {
    color: var(--text-black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;

}

.posting-title p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 줄 수 지정 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.job-meta .location {
    color: var(--text-light-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.job-meta .bar {
    width: 1px;
    height: 14px;
    background-color: var(--line-color);
}

.job-meta .pay {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 연봉 */
.pay-year {
    color: #1BC7A4;
}
/* 월급 */
.pay-monthly {
    color: var(--new-violet);
}
/* 주급 */
.pay-week{
    color: #FF7700;
}
/* 일급 */
.pay-daily {
    color: var(--new-pink);
}
/* 시급 */
.pay-hourly {
    color: #42C0FF;
}
/* 건별 */
.pay-per {
    color: #DB2BEB;
}





/* ========== section : 오디션 공고 & 알바픽 공고 ========== */
.job-card-group {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    align-self: stretch;
    grid-template-columns: repeat(2, 1fr);
}

.job-card-group .card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 150px;
    padding: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    background: var(--white);
    box-shadow: 0px 1px 6px 0px rgba(114, 121, 136, 0.25);
    cursor: pointer;
}

.card-link .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.card-link .top .company-name{
    width: auto;
    font-size: 14px;
}
.card-link .top .right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.card-link .top .label-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.label-group .label {
    display: flex;
    height: 24px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.28px;
    border-radius: 26px;
}

.label.label-pink {
    color: var(--new-pink);
    background: #FFE2EB;
}

.label.label-violet {
    color: var(--new-violet);
    background: #EDE5FF;
}


/* ========== section title 공통 ========== */

/* 타이틀 */
.mainTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
}

/* 더보기 버튼 */
.mainTitle span,
.leftBoxTitle a,
.rightBoxTitle a {
    display: flex;
    height: 28px;
    justify-content: center;
    align-items: center;
    padding-right: 14px;
    color: var(--text-light-gray);
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background-image: url('../image/svg/icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 14px;
}

.mainTitle span a {
    color: var(--text-light-gray);
}


/* ========== minListBox 공통 =========== */
.miniBox {
    width: 100%;
}

.miniBox .miniListBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.miniBox .miniProfile {
    width: 20%;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #D5D5D5;
    overflow: hidden;
    box-sizing: border-box;
}

.miniBox .miniProfile .image {
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    vertical-align: top;

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.miniBox .miniProfile .info {
    display: flex;
    padding: 10px 12px;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.miniBox .miniProfile .info .number {
    display: none;
}

.miniBox .miniProfile .info .name {
    color: var(--text-black);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

/* 하트 */
.pickBtn {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url("../image/svg/icon-heart-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pickBtn.pickOn {
    background-image: url("../image/svg/icon-heart-solid.svg");
}


/* ========== 오디션 공고 ========== */
.audiListBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    cursor: pointer;
    gap: 15px;
}

.audiListBox .audiList {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
}

.audiListBox .audition {
    width: 100%;
    height: 128px;
    cursor: pointer;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

/* 오디션 공고 태그 */
.audiListBox .tagBox {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 4px;
}

.audiListBox .recom_1 {
    color: var(--new-pink);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px; /* 100% */
    display: flex;
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--new-pink);
}

.audiListBox .recom_2 {
    color: #662D91;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px; /* 100% */
    display: flex;
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #662D91;
}

.audiListBox .recom_2 span {
    font-weight: 700;
}

/* 오디션 공고 타이틀 */
.audiListBox .audiTitle {
    color: var(--text-black);

    font-size: 16px;
    font-weight: 500;
    line-height: 22px; /* 151.181% */
    /* 2줄 이상일 경우 ... 처리 */
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 오디션 공고 하단 */
.audiListBox .audiBottomBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
}

.audiListBox .audiBottomBox .audiTerm {
    color: #959595;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}


/* ========== 띠배너 ========== */
.homeMiddlePositionBanner {
    margin: 40px 0 0 0;
    border-radius: 10px;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.homeMiddlePositionBanner .swiper {
    width: 100%;
    height: 100%;
}

.web-notiBanner {
    display: block;

}

.web-notiBanner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mob-notiBanner {
    display: none !important;
    border-radius: 10px;
}


/* ========== Picks of ONEPICK ========== */
.picksBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.picksBox .reComProfile {
    width: inherit;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #D5D5D5;
    background-color: #ffffff;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

.picksBox .reComProfile .pickBtn {
    width: 30px;
    height: 30px;
}

.picksBox .reComProfile .image {
    width: 50%;
    height: 300px;
    background-color: #ffffff;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picksBox .reComProfile .info {
    display: flex;
    width: 50%;
    height: inherit;
    padding: 20px 15px 15px 15px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.picksBox .reComProfile .info .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.picksBox .reComProfile .info .info-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.picksBox .reComProfile .info .info-head .job-type {
    display: flex;
    height: 24px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    border: 1px solid var(--new-violet);
    color: var(--new-violet);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.28px;
}

.picksBox .reComProfile .info .info-head .pickBtn {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
}

.picksBox .reComProfile .info .name {
    color: var(--text-black);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
}

.picksBox .reComProfile .info .cate,
.comViewBox .comViewProfile .info .cate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.picksBox .reComProfile .info .cate span,
.comViewBox .comViewProfile .info .cate span {
    color: #595959;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    line-height: 12px;
    display: flex;
    padding: 3px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #EFEFEF;
}

.picksBox .reComProfile .info .career {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.28px;
}

.picksBox .reComProfile .info .career .careerTitle {
    font-weight: 600;
    margin-bottom: 4px;
}

.picksBox .reComProfile .info .career .careerContent {
    margin-bottom: 10px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.picksBox .reComProfile .info .viewBox {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
}

/* viewBox 공통 */
.picksBox .reComProfile .info-bottom {
    width: 100%;
    height: 32px;
}

.viewBox {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.viewBox .countBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-width: 37px;
}

.viewBox .countBox .icon-count {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.viewBox .countBox span {
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.viewBox .countBox .viewName,
.viewBox .countBox p {
    color: #959595;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}


/* ========== 기업이 많이 본 아티스트 ========== */
.comViewBox {
    width: 100%;
    margin-bottom: 40px;
}

.comViwListBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.comViewBox .comViewProfile {
    width: auto;
    min-height: 415px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

.comViewBox .comViewProfile .info {
    padding: 12px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.comViewBox .comViewProfile .number {
    position: absolute;
    top: -14px;
    left: 0;
    width: 63px;
    height: 100px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.comViewBox .comViewProfile .number#n_1 {
    background-image: url("../image/v3/num01.png");
    left: -5px;
}

.comViewBox .comViewProfile .number#n_2 {
    background-image: url("../image/v3/num02.png");
    left: -3px;
}

.comViewBox .comViewProfile .number#n_3 {
    background-image: url("../image/v3/num03.png");
    left: -1px;
}

.comViewBox .comViewProfile .number#n_4 {
    background-image: url("../image/v3/num04.png");
}

.comViewBox .comViewProfile .image {
    width: 100%;
    height: 330px;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #ffffff;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.comViewBox .comViewProfile .info .name {
    color: var(--text-black);
    font-size: 16px;
    font-weight: 300;
}

.comViewBox .comViewProfile .info .cate {
    display: flex;
    align-items: center;
    gap: 6px;
}

.comViewBox .comViewProfile .info .pickBtn {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.comViewBox .comViewProfile .viewBox {
    padding-bottom: 12px;
}


/* ========== 공지사항/원픽매거진, 자유게시판 ========== */
.leftRightBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.leftBox, .rightBox {
    width: calc(50% - 10px);
}

.leftBoxTitle,
.rightBoxTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ff2186;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.leftBox .loungeBox, .rightBox .loungeBox {
    display: flex;
    width: 100%;
    padding: 0px 15px;
    flex-direction: column;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
}

.leftBox .loungeBox .loungeList,
.rightBox .loungeBox .loungeList {
    display: flex;
    padding: 15px 0px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eeeeee;
}

.leftBox .loungeBox .loungeList:last-child,
.rightBox .loungeBox .loungeList:last-child {
    border-bottom: 0px;
}

.leftBox .loungeBox .loungeList .cate,
.rightBox .loungeBox .loungeList .cate {
    color: #959595;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px; /* 160% */
    min-width: 84px;
}

.leftBox .loungeBox .loungeList .title,
.rightBox .loungeBox .loungeList .title {
    width: calc(100% - 100px);
    color: var(--text-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 24px; /* 160% */
    /* 2줄 이상일 경우 ... 처리 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* ========== NEW 공지사항 ========== */
.notice-list {
    border-top: 1px solid var(--text-black);
    border-bottom: 1px solid var(--text-black);
    width: 100%;
}

.notice-list li {
    border-bottom: 1px solid #dfdfdf;
}

.notice-list li:last-child {
    border-bottom: none;
}

.notice-list .list-head,
.notice-list .list-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
}

.notice-list .list-desc {
    cursor: pointer;
}

.notice-list .list-head span,
.notice-list .list-desc span {
    display: flex;
    height: 60px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.notice-list .list-desc span {
    font-weight: 400;
}

.notice-list .list-head span:first-child,
.notice-list .list-desc span:first-child,
.notice-list .list-head span:last-child,
.notice-list .list-desc span:last-child {
    width: 15%;
}

.notice-list .list-desc .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 0 0;
    text-align: left;
    display: block;
    line-height: 60px;
}


/* ========== side floating button ========== */
.web-float-button-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    bottom: 20px;
    right: calc(50% - 664px);
    z-index: 100;
}

.showFloatingBtnWeb.writeAlbaBtn,
.showFloatingBtnWeb.writeBtn,
.showFloatingBtnWeb.kakaoBtn,
.showFloatingBtnWeb.topBtn {
    display: block;
    cursor: pointer;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 0;
    border: none;
}

@media (max-width: 767px) {
    .showFloatingBtnWeb {
        display: none;
    }
}

/* 알바공고 작성하기 */
.albaWriteBtnIcon {
    background-size: cover;
    height: 60px;
    background-image: url("../image/write_alba.png");
}

/* 프로필 작성하기 */
.profileWriteBtnIcon {
    background-size: cover;
    height: 60px;
    background-image: url("../image/write_profile.png");
}

/* 오디션공고 작성하기 */
.showFloatingBtnWeb.writeBtn {
    position: unset;
}

.auditionWriteBtnIcon {
    background-size: cover;
    height: 60px;
    background-image: url("../image/write_audition.png");
}

/* 카카오톡 */
.kakaoBtn .icon {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-image: url("../image/web_v2/kakaoTalk_90px.png");
}

/* scroll top */
.topBtn .icon {
    width: 60px;
    height: 60px;
    background-size: cover;
}

.float-button-container {
    display: none;
}






@media (max-width: 1200px) {
    .cont-wrap .container{
        max-width: 100%;
    }
}



@media (max-width: 992px) {
    .homeMiddlePositionBanner {
        height: 10.08vw;
    }

    .miniBox .miniProfile .image {
        height: 21.57vw;
    }

    .comViewBox .comViewProfile {
        min-height: 46.98vw;
    }

    .comViewBox .comViewProfile .image {
        height: 30vw;
    }

    .picksBox .reComProfile {
        height: 30.24vw;
    }

    .picksBox .reComProfile .image {
        width: 29.23vw;
        height: 30.24vw;
    }

    .picksBox .reComProfile .info {
        width: calc(100% - 29.23vw);
    }

    .picksBox .reComProfile .info .career .careerContent {
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    /* ========== 메인 리뉴얼 ========== */
    .cont-wrap {
        padding-top: 80px;
    }

    .cont-wrap .section-cont {
        padding: 30px 0;
    }

    .albapick-premium-list,
    .job-card-group,
    .picksBox {
        gap: 15px;
    }

    .picksBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }


    /* ========== mobile floating button ========== */
    .web-float-button-container {
        display: none;
    }

    .writeBtn {
        display: none;
    }

    .float-button-container {
        width: auto;
        z-index: 90;
        position: fixed;
        bottom: 0;
        display: flex;
        gap: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        background: white;
        height: 40px;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid #e9e9e9;
        border-radius: 30px;
        text-decoration: none !important;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .float-button {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        color: #2b2b2b !important;
        font-size: 1.41vw;
        text-decoration: none !important;
        white-space: nowrap;
        transition: 0.5s;
        border: none;
        background: transparent;
    }

    .float-button-image {
        width: 20px;
        height: 20px;
    }
}


/* 모바일 메인 페이지 css v3 */
@media (max-width: 767px) {
    :root {
        --line-clamp: 3; /* 이 페이지에서는 1줄 제한 */
    }

    /* ========== 메인 swiper banner ========== */
    .homeBanner {
        cursor: pointer;
        border-radius: 10px;
        overflow: hidden;
        /* height: 230px; */
    }
    .homeBanner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*#eventBanner1 img {*/
    /*    width: 100%;*/
    /*    content: url('../image/banner/everyday_casting_mobile.png');*/
    /*}*/
    /*#eventBanner2 img {*/
    /*    width: 100%;*/
    /*    content: url('../image/banner/casting_behind_budybody_mobile.png');*/
    /*}*/
    /*#eventBanner3 img {*/
    /*    width: 100%;*/
    /*    content: url('../image/banner/albapick_banner_mobile.png');*/
    /*}*/
    /*#eventBanner5 img {*/
    /*    width: 100%;*/
    /*    content: url('../image/banner/only_casting_for_you_mobile.png');*/
    /*}*/
    /* ========== section title 공통 ========== */
    /* 타이틀 */
    .mainTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* color: var(--new-pink); */
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 12px;
    }

    /* ========== minListBox 공통 =========== */
    .miniBox {
        width: 100%;
    }

    .miniBox .miniListBox {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .miniBox .miniProfile {
        width: 100%;
        border-radius: 10px;
        background: #ffffff;
        cursor: pointer;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
        overflow: hidden;
        box-sizing: border-box;
    }

    .miniBox .miniProfile .image {
        width: 100%;
        height: 50vw;
        box-sizing: border-box;
        vertical-align: top;

        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .miniBox .miniProfile .info .number {
        display: none;
    }

    .miniBox .miniProfile .info .name {
        font-size: 16px;
    }


    /* ========== 오디션 공고 ========== */
    .audiListBox {
        display: flex;
        gap: 10px;
        flex-direction: column;
        cursor: pointer;
    }

    .audiListBox .audiList {
        height: 90px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    }

    .audiListBox .audition {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        padding: 12px 12px 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
    }

    /* 오디션 공고 태그 */
    .audiListBox .tagBox {
        display: flex;
        align-items: center;
        gap: 3px;
        margin-bottom: 4px;
    }

    .audiListBox .recom_1 {
        color: var(--new-pink);
        font-size: 10px;
        font-weight: 500;
        display: flex;
        height: 19px;
        padding: 4px 7px;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        border: 1px solid var(--new-pink);
    }

    .audiListBox .recom_2 {
        color: #662D91;
        font-size: 10px;
        font-weight: 500;
        display: flex;
        height: 19px;
        padding: 4px 7px;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        border: 1px solid #662D91;
    }

    .audiListBox .recom_2 span {
        font-weight: 700;
    }

    /* 오디션 공고 타이틀 */
    .audiListBox .audiTitle {
        color: var(--text-black);

        font-size: 14px;
        font-weight: 500;
        line-height: 22px; /* 151.181% */
        /* 모바일에서는 1줄로 ... 처리 */
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    /* 오디션 공고 하단 */
    .audiListBox .audiBottomBox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 10px;
        width: calc(100% - 24px);
    }

    .audiListBox .audiBottomBox .audiTerm {
        color: #959595;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
    }


    /* ========== 띠배너 ========== */
    .homeMiddlePositionBanner {
        margin: 30px 0 0 0;
        border-radius: 10px;
        overflow: hidden;
        height: 28.23vw;
    }

    .web-notiBanner {
        display: none !important;
    }

    .mob-notiBanner {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .mob-notiBanner img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    /* ========== Picks of ONEPICK ========== */
    .picksBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .picksBox .reComProfile {
        width: 100%;
        height: 58vw;
        border-radius: 10px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        display: flex;
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }

    .picksBox .reComProfile .image {
        width: 50%;
        height: 58vw;
        background-color: #ffffff;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .picksBox .reComProfile .info {
        display: flex;
        width: 50%;
        height: inherit;
        padding: 15px 12px;
        flex-direction: column;
    }

    .picksBox .reComProfile .info .pickBtn {
        position: absolute;
        top: 12px;
        right: 10px;
        width: 24px;
        height: 24px;
    }

    .picksBox .reComProfile .info .cate,
    .comViewBox .comViewProfile .info .cate {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .picksBox .reComProfile .info .cate span,
    .comViewBox .comViewProfile .info .cate span {
        font-size: 12px;
        padding: 5px 7px;
    }

    .picksBox .reComProfile .info .career {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .picksBox .reComProfile .info .career .careerTitle {
        font-size: 14px;
    }

    .picksBox .reComProfile .info .career .careerContent {
        font-size: 14px;
        font-weight: 400;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .picksBox .reComProfile .info .viewBox {
        position: absolute;
        width: calc(100% - 20px);
        bottom: 10px;
    }

    /* viewBox 공통 */
    .picksBox .reComProfile .info-bottom {
        width: 100%;
        height: 15px;
    }

    .viewBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .viewBox .countBox {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 3px;
    }

    .viewBox .countBox span {
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }


    .viewBox .countBox .viewName {
        display: none;
    }


    /* ========== 기업이 많이 본 아티스트 ========== */
    .comViewBox {
        width: 100%;
        margin-bottom: 40px;
    }

    .comViwListBox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .comViewBox .comViewProfile {
        width: auto;
        min-height: auto;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
        position: relative;
    }

    .comViewBox .comViewProfile .info {
        flex-direction: column;
        padding: 10px 12px;
        gap: 7px;
    }

    .comViewBox .comViewProfile .number {
        position: absolute;
        top: -9px;
        left: 0;
        width: 50px;
        height: 80px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .comViewBox .comViewProfile .number#n_1 {
        background-image: url("../image/v3/num01.png");
        left: -2px;
    }

    .comViewBox .comViewProfile .number#n_2 {
        background-image: url("../image/v3/num02.png");
        left: -2px;
    }

    .comViewBox .comViewProfile .number#n_3 {
        background-image: url("../image/v3/num03.png");
    }

    .comViewBox .comViewProfile .number#n_4 {
        background-image: url("../image/v3/num04.png");
    }

    .comViewBox .comViewProfile .image {
        width: 100%;
        height: 50vw;
        box-sizing: border-box;
        vertical-align: top;
        background-color: #ffffff;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-radius: 10px 10px 0 0;
    }

    .comViewBox .comViewProfile .info .name {
        color: var(--text-black);
        font-size: 14px;
        font-weight: 300;
    }

    .comViewBox .comViewProfile .info .cate {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .comViewBox .comViewProfile .comViewBottom {
        width: 100%;
        height: 24px;
    }

    .comViewBox .comViewProfile .viewBox {
        padding: 0 12px 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .comViewBox .comViewProfile .info .pickBtn {
        width: 24px;
        height: 24px;
    }

    /* ========== 공지사항/원픽매거진, 자유게시판 ========== */
    .leftRightBox {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }

    .leftBox, .rightBox {
        width: 100%;
    }

    .leftBoxTitle,
    .rightBoxTitle {
        font-size: 18px;
    }

    .leftBox .loungeBox, .rightBox .loungeBox {
        display: flex;
        width: 100%;
        padding: 0px 10px;
        flex-direction: column;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
    }

    .leftBox .loungeBox .loungeList,
    .rightBox .loungeBox .loungeList {
        display: flex;
        padding: 10px 0px;
        align-items: center;
        gap: 5px;
        border-bottom: 1px solid #eeeeee;
    }

    .leftBox .loungeBox .loungeList:last-child,
    .rightBox .loungeBox .loungeList:last-child {
        border-bottom: 0px;
    }

    .leftBox .loungeBox .loungeList .cate,
    .rightBox .loungeBox .loungeList .cate {
        color: #959595;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px; /* 160% */
        min-width: 66px;
    }

    .leftBox .loungeBox .loungeList .title,
    .rightBox .loungeBox .loungeList .title {
        width: calc(100% - 72px);
        color: var(--text-black);
        font-size: 12px;
        font-weight: 300;
        line-height: 24px; /* 160% */
        /* 2줄 이상일 경우 ... 처리 */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    /* ========== mobile floating button ========== */
    .web-float-button-container {
        display: none;
    }

    .writeBtn {
        display: none;
    }


    .float-button {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        color: #2b2b2b !important;
        font-size: 12px;
        text-decoration: none !important;
        white-space: nowrap;
        transition: 0.5s;
        border: none;
        background: transparent;
    }

    .float-button-image {
        width: 20px;
        height: 20px;
    }


    /* ========== 메인 리뉴얼 ========== */
    .mainTitle {
        margin: 0;
    }

    .cont-wrap {
        padding-top: 80px;
    }

    .container {
        min-height: unset;
    }

    .sub-menu-group {
        padding: 20px 0 0;
        display: grid;
        row-gap: 10px;
        align-self: stretch;
        grid-template-columns: repeat(3, 1fr);
    }

    .sub-link {
        /* height: 60px; */
        justify-content: flex-start;
        gap: 12px;
    }

    .sub-link .icon {
        height: 30px;
        background-size: contain;
    }

    .sub-link p {
        font-size: 16px;
    }

    .section-albapick-premium .container{
        padding: 20px;
    }

    .cont-wrap .section-cont {
        padding: 20px 0;
    }

    .albapick-premium-list {
        grid-template-rows: repeat(6, minmax(0, 1fr));
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .premium-link {
        height: 150px;
        padding: 15px;
    }

    .posting-title {
        gap: 10px;
    }

    .posting-title p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .albapick-premium-list,
    .job-card-group,
    .picksBox {
        gap: 12px;
    }

    .job-card-group {
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    .job-card-group .card-link {
        flex: unset;
        padding: 15px;
    }
    .card-link .top .company-name{
        letter-spacing: -0.32px;
    }

    .notice-list .list-head span {
        height: 40px;
    }
    .notice-list .list-head span:nth-child(2){
        width: calc(100% - 100px);
    }
    .notice-list .list-head span:last-child{
        display: none;
    }

    .notice-list .list-desc span {
        height: 50px;
    }

    .notice-list .list-head span,
    .notice-list .list-desc span {
        padding: 0 12px;
    }

    .notice-list .list-head span:first-child,
    .notice-list .list-desc span:first-child {
        width: 100px;
    }

    .notice-list .list-head span:last-child,
    .notice-list .list-desc span:last-child {
        width: 120px;
    }

    .notice-list .list-desc .title {
        line-height: 50px;
    }

}


/* 390px 이하 작은 모바일 */
@media (max-width: 390px) {
    .float-button-container {
        gap: 14px;
    }

    .float-button {
        font-size: 3vw;
        gap: 2px;
    }

    .picksBox .reComProfile,
    .picksBox .reComProfile .image {
        height: 64vw;
    }

}
