@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    /* 	position: absolute;  */
    background-color: white;
    z-index: 1000;
    width: calc(100% - 22px);
}

/* ============== 쇼핑몰 브랜드(brand) - shopj02 brand02 기준 ============== */
.brand_wrap {
    padding-top: 30px;
}

.brand_wrap .common_tit {
    padding: 30px 30px 10px;
    text-align: center;
    font-size: 28px;
    color: #111;
}

.brand_wrap .common_desc {
    font-size: 16px;
    color: #666;
    margin: 8px 0 30px;
    text-align: center;
}

.brand_wrap .tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
}

.brand_wrap .tab li {
    width: 16.66666666666667%;
    float: left;
}

.brand_wrap .tab li a {
    display: block;
    height: 41px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #444;
    line-height: 2.5;
    text-align: center;
    border-right-width: 0;
}

.brand_wrap .tab li:nth-of-type(6n) a {
    border-right-width: 1px;
}

.brand_wrap .tab li:nth-of-type(n+7) a {
    border-top: 0;
}

.brand_wrap .tab li.on a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .tab li:hover a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .prd_list_wrap {}

.brand_wrap .prd_list {
    overflow: hidden;
}

.brand_wrap .prd_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.brand_wrap .prd_list li:nth-of-type(3n) {
    margin-right: 0;
}

.brand_wrap .prd_list li>a {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_list li>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .brand_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
}

.brand_wrap .brand_info:hover {
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_name {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.05em;
}

.brand_wrap .prd_item_group {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px;
}

.brand_wrap .prd_item_group a {
    display: block;
    width: 30%;
    float: left;
}

.brand_wrap .prd_item_group a+a {
    margin-left: 5%;
}

.brand_wrap .prd_info {}

.brand_wrap .prd_img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_img:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.brand_wrap .prd_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .prd_name {
    font-size: 13px;
    color: #444;
    line-height: 1.36;
    height: 2.71429em;
    overflow: hidden;
}

.brand_wrap .prd_price {
    font-size: 13px;
    color: #111;
}

.brand_wrap .prd_price strong {
    font-size: 15px;
}

/* 브랜드 헤더 (브랜드관 상단) */
.brand_wrap .brand_header {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a2e;
    margin-bottom: 40px;
    overflow: hidden;
}

.brand_wrap .brand_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.brand_wrap .brand_header_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.brand_wrap .brand_logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.brand_wrap .brand_logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.brand_wrap .brand_logo_text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;
}

.brand_wrap .brand_title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.brand_wrap .brand_title_eng {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.brand_wrap .brand_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.brand_wrap .brand_meta .brand_visitor {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.brand_wrap .brand_meta .brand_visitor i {
    margin-right: 5px;
}

.brand_wrap .brand_meta .brand_link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.brand_wrap .brand_meta .brand_link:hover {
    color: #fff;
}

.brand_wrap .brand_meta .brand_link i {
    margin-right: 5px;
}

.brand_wrap .brand_actions {}

.brand_wrap .btn_brand_info {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.brand_wrap .btn_brand_info:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.brand_wrap .btn_brand_info i {
    margin-right: 8px;
}

/* 기존 brand_cover 스타일 유지 (호환성) */
.brand_wrap .brand_cover {
    height: 260px;
    margin-bottom: 50px;
}

.brand_wrap .brand_cover .common_tit {
    padding: 0;
    height: 120px;
}

.brand_wrap .brand_cover .common_tit img {
    height: 120px;
}

.brand_wrap .brand_cover .brand_cover_btns {
    margin: 20px 0;
    text-align: center;
}

.brand_wrap .brand_cover .brand_cover_btns button {
    display: inline-block;
    min-width: 2.57143em;
    height: 2.57143em;
    padding: 0 0.85714em;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    text-align: center;
    transition: 0.15s;
    font-size: 14px;
    background: transparent;
    margin: 0 4px;
}

.brand_wrap .brand_cover .brand_cover_btns button:hover {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_cover .brand_cover_btns button span {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_btns button i {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_visitor {
    color: #fff;
    opacity: 0.8;
    text-align: center;
    font-size: 14px;
}

.brand_wrap .brand_cover .brand_cover_visitor span {}

/* 브랜드 소개 팝업 */
.brand_wrap .brand_pop {
    display: none;
}

.brand_wrap .view_brand {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
}

.brand_wrap .view_brand .box {
    width: 850px;
    min-height: 400px;
    position: fixed;
    left: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: 100px;
    z-index: 2500;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.brand_wrap .view_brand .title {
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.brand_wrap .view_brand .title h2 {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.brand_wrap .view_brand .title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 40px;
    color: #999;
    font-weight: 400;
    transition: color 0.2s;
}

.brand_wrap .view_brand .title .close:hover {
    color: #333;
}

.brand_wrap .view_brand .info {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.brand_wrap .view_brand .info img {
    max-width: 100% !important;
    height: auto !important;
}

@media all and (max-width:1000px) {
    .brand_wrap .prd_list li {
        width: 49%;
    }

    .brand_wrap .prd_list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .brand_wrap .prd_list li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .brand_wrap .view_brand .box {
        width: 80%;
        margin-left: -40%;
    }

    .brand_wrap .brand_header {
        height: 280px;
    }

    .brand_wrap .brand_logo {
        width: 100px;
        height: 100px;
    }

    .brand_wrap .brand_title {
        font-size: 26px;
    }
}

@media all and (max-width:640px) {
    .brand_wrap {
        padding-top: 4.6875vw;
    }

    .brand_wrap .common_tit {
        padding: 4.6875vw 4.6875vw 1.5625vw;
        font-size: 4.375vw;
        height: 18.75vw !important;
    }

    .brand_wrap .common_tit img {}

    .brand_wrap .common_desc {
        font-size: 2.5vw;
        margin: 1.25vw 0 4.6875vw;
    }

    .brand_wrap .tab {
        margin-bottom: 4.6875vw;
    }

    .brand_wrap .tab li {
        width: 25%;
    }

    .brand_wrap .tab li:nth-of-type(6n) a {
        border-right-width: 0;
    }

    .brand_wrap .tab li:nth-of-type(4n) a {
        border-right-width: 1px;
    }

    .brand_wrap .tab li:nth-of-type(n+5) a {
        border-top: 0;
    }

    .brand_wrap .tab li a {
        height: 6.40625vw;
        font-size: 2.5vw;
    }

    .brand_wrap .brand_name {
        margin-top: -2.5vw;
        font-size: 4.6875vw;
    }

    .brand_wrap .prd_item_group {
        padding: 1.5625vw;
    }

    .brand_wrap .prd_name {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price strong {
        font-size: 2.34375vw;
    }

    .brand_wrap .prd_list li {
        width: 100%;
        margin-right: 0;
    }

    .brand_wrap .brand_cover {
        height: 40.625vw;
    }

    .brand_wrap .brand_cover .common_tit img {
        height: 18.75vw;
    }

    .brand_wrap .brand_cover .brand_cover_btns {
        margin: 3.125vw 0;
    }

    .brand_wrap .brand_cover .brand_cover_btns button {
        font-size: 2.1875vw;
        margin: 0 0.625vw;
    }

    .brand_wrap .brand_cover .brand_cover_visitor {
        font-size: 2.1875vw;
    }

    .brand_wrap .view_brand .box {
        width: 90%;
        margin-left: -45%;
        margin-top: 31.25vw;
        padding: 3.90625vw;
    }

    .brand_wrap .view_brand .title {
        line-height: 6.25vw;
        margin-bottom: 3.125vw;
    }

    .brand_wrap .view_brand .title h2 {
        font-size: 3.4375vw;
    }

    .brand_wrap .view_brand .title .close {
        font-size: 4.6875vw;
        line-height: 6.25vw;
    }

    .brand_wrap .view_brand .info {
        font-size: 2.1875vw;
    }

    /* 브랜드 헤더 모바일 */
    .brand_wrap .brand_header {
        height: 220px;
        margin-bottom: 20px;
    }

    .brand_wrap .brand_header_content {
        padding: 15px;
    }

    .brand_wrap .brand_logo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .brand_wrap .brand_logo_text {
        font-size: 16px;
    }

    .brand_wrap .brand_title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .brand_wrap .brand_title_eng {
        font-size: 11px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .brand_wrap .brand_meta {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
    }

    .brand_wrap .brand_meta .brand_visitor,
    .brand_wrap .brand_meta .brand_link {
        font-size: 12px;
    }

    .brand_wrap .btn_brand_info {
        padding: 8px 20px;
        font-size: 12px;
    }
}

/* Section Artist Intro */

.section_artist_intro .artist_head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.section_artist_intro .artist_title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_artist_intro .artist_sub {
    font-size: 20px;
    font-weight: 400;
    color: #888;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_artist_intro .artist_line {
    width: 100%;
    height: 1px;
    background: #F1F1F1;
    margin-top: 32px;
}

.section_artist_intro .artist_grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 36px;
    margin-top: 72px;
    margin-bottom: 80px;
}

.section_artist_intro .artist_grid_row {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.section_artist_intro .artist_card {
    flex: 1 1 calc(25% - 27px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 9px;
}

.section_artist_intro .artist_card_img {
    width: 100%;
    aspect-ratio: 323 / 430;
    overflow: hidden;
}

.section_artist_intro .artist_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_artist_intro .artist_card_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}

.section_artist_intro .name_ko {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.section_artist_intro .name_en {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

@media all and (max-width:768px) {
    .section_artist_intro .artist_title {
        font-size: 32px;
    }

    .section_artist_intro .artist_sub {
        font-size: 16px;
    }

    .section_artist_intro .artist_grid {
        gap: 36px;
        margin-top: 36px;
    }

    .section_artist_intro .artist_grid_row {
        gap: 16px;
    }

    .section_artist_intro .artist_card {
        flex: 1 1 calc(50% - 8px);
    }

    .section_artist_intro .name_ko {
        font-size: 14px;
    }

    .section_artist_intro .name_en {
        font-size: 14px;
    }
}

/* Section Artist */

.section_artist .artist_head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.section_artist .artist_back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.2s;
}

.section_artist .artist_back:hover {
    background: rgba(0, 0, 0, 0.05);
}

.section_artist .artist_title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_artist .artist_sub {
    font-size: 10px;
    font-weight: 500;
    color: #888;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_artist .artist_line {
    width: 100%;
    height: 1px;
    background: #F1F1F1;
    margin-top: 32px;
}

.section_artist .artist_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 36px;
    margin-top: 32px;
}

.section_artist .artist_img {
    flex: 0 0 500px;
    overflow: hidden;
}

.section_artist .artist_img img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.section_artist .artist_info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.section_artist .artist_name p {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.section_artist .artist_desc p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.6;
}

.section_artist .artist_divider {
    width: 431px;
    height: 1px;
    background: #000;
}

.section_artist .artist_meta p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.8;
}

@media all and (max-width:1200px) {
    .section_artist .artist_divider {
        width: 100%;
    }
}

@media all and (max-width:1024px) {
    .section_artist .artist_img {
        width: 100%;
        flex: unset;
    }

    .section_artist .artist_info {
        width: 100%;
    }

    .section_artist .artist_name p {
        font-size: 32px;
    }

    .section_artist .artist_desc p {
        font-size: 16px;
    }

    .section_artist .artist_divider {
        width: 100%;
    }

    .section_artist .artist_meta p {
        font-size: 14px;
    }
}

/* Section Artist Tab */
.section_artist_tab {
    padding-bottom: 140px;
}

.section_artist_tab .artist_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.section_artist_tab .artist_tab a {
    flex: 0 0 195px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #999;
    font-family: 'Pretendard', sans-serif;
    border: 1px solid #999;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_artist_tab .artist_tab a:last-child {
    border-right: 1px solid #999;
}

.section_artist_tab .artist_tab a.active {
    background: #007BC1;
    color: #fff;
    font-weight: 700;
    border-color: #007BC1;
}

/* member */
.section_artist_tab .member_list {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 18px; */
    margin-top: 100px;
}

.section_artist_tab .member_row {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.section_artist_tab .member_item {
    flex: 0 0 calc(25% - 27px);
    /* max-width: calc(25% - 27px); */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.section_artist_tab .member_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.section_artist_tab .member_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_artist_tab .member_name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

/* member modal */
.member_modal_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.70);
    z-index: 9998;
}

.member_modal_bg.on {
    display: block;
}

.member_modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 40px));
    z-index: 9999;
    max-width: 1450px;
    width: 90%;
    height: 85vh;
}

.member_modal.on {
    display: flex;
}

.member_modal .modal_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    background: #fff;
    border-radius: 40px;
    padding: 50px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 885px;
}

.member_modal .modal_gallery {
    flex-shrink: 0;
    width: calc((90vh - 108px) * 0.87);
    max-width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    justify-content: center;
}

.member_modal .modal_main_img {
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: 0;
    flex-shrink: 1;
    overflow: hidden;
    border-radius: 30px;
    cursor: grab;
    user-select: none;
}

.member_modal .modal_main_img:active {
    cursor: grabbing;
}

.member_modal .modal_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.member_modal .modal_thumb_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    flex-shrink: 0;
}

.member_modal .modal_thumb {
    flex: 1 1 0;
    max-width: 124px;
    aspect-ratio: 124 / 93;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.member_modal .modal_thumb.active {
    opacity: 1;
}

.member_modal .modal_thumb:hover {
    opacity: 0.8;
}

.member_modal .modal_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member_modal .modal_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
    overflow: hidden;
}

.member_modal .modal_info_top {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 22px;
}

.member_modal .modal_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.member_modal .modal_name {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.member_modal .modal_close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
}

.member_modal .modal_spec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 34px;
    padding: 30px 20px;
    border-bottom: 1.5px solid #eee;
}

.member_modal .spec_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.member_modal .spec_item {
    width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.member_modal .spec_label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.member_modal .spec_value {
    width: 120px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.member_modal .modal_info_scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.member_modal .modal_info_scroll::-webkit-scrollbar {
    width: 4px;
}

.member_modal .modal_info_scroll::-webkit-scrollbar-track {
    background: transparent;
}

.member_modal .modal_info_scroll::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 4px;
}

.member_modal .modal_career_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.member_modal .career_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
}

.member_modal .career_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}

.member_modal .career_list p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(136, 136, 136, 0.80);
    font-family: 'Pretendard', sans-serif;
}

@media all and (max-width:1400px) {
    .member_modal .modal_name {
        font-size: 32px;
    }

    .member_modal .spec_label {
        font-size: 18px;
    }

    .member_modal .spec_value {
        font-size: 18px;
    }

    .member_modal .career_title {
        font-size: 18px;
    }

    .member_modal .career_list p {
        font-size: 16px;
    }
}

@media all and (max-width:900px) {
    .member_modal .modal_inner {
        flex-direction: column;
        padding: 30px;
        border-radius: 30px;
        overflow-y: auto;
    }

    .member_modal .modal_inner::-webkit-scrollbar {
        width: 4px;
    }

    .member_modal .modal_inner::-webkit-scrollbar-track {
        background: transparent;
    }

    .member_modal .modal_inner::-webkit-scrollbar-thumb {
        background: #393939;
        border-radius: 4px;
    }

    .member_modal .modal_gallery {
        width: auto;
        max-width: 100%;
        flex-shrink: 0;
        align-self: center;
    }

    .member_modal .modal_main_img {
        border-radius: 20px;
        /* max-height: 35vh; */
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .member_modal .modal_name {
        font-size: 26px;
    }

    .member_modal .spec_item {
        width: 100%;
    }

    .member_modal .spec_label {
        font-size: 16px;
    }

    .member_modal .spec_value {
        font-size: 16px;
        width: auto;
    }

    .member_modal .modal_spec {
        gap: 20px;
        padding: 20px 10px;
    }

    .member_modal .modal_info {
        overflow: visible;
    }

    .member_modal .modal_info_scroll {
        overflow-y: visible;
    }

    .member_modal .career_title {
        font-size: 16px;
    }

    .member_modal .career_list p {
        font-size: 14px;
    }
}

@media all and (max-width:768px) {
    .member_modal {
        width: 95%;
        height: auto;
        max-height: 70vh;
        top: calc(50% + 20px);
        transform: translate(-50%, -50%);
    }

    .member_modal .modal_inner {
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
        height: auto;
        max-height: 90vh;
    }

    .member_modal .modal_gallery {
        max-width: 400px;
    }

    .member_modal .modal_main_img {
        border-radius: 16px;
        /* max-height: 250px; */
    }

    .member_modal .modal_thumb {
        border-radius: 6px;
    }

    .member_modal .modal_name {
        font-size: 22px;
    }

    .member_modal .modal_spec {
        padding: 16px 10px;
        gap: 16px;
    }

    .member_modal .modal_info_scroll {
        padding: 0 10px;
    }
}

/* album */
.section_artist_tab .album_list {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 58px; */
    margin-top: 56px;
}

.section_artist_tab .album_row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.section_artist_tab .album_item {
    flex: 0 0 calc((100% - 66px) / 4);
    max-width: calc((100% - 66px) / 4);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2px;
}

.section_artist_tab .album_thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.section_artist_tab .album_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_artist_tab .album_name {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    margin-top: 7px;
    line-height: 1.3;
}

.section_artist_tab .album_subtitle,
.section_artist_tab .album_date {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.3;
}

.section_artist_tab .album_paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.section_artist_tab .album_paging .prev,
.section_artist_tab .album_paging .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.section_artist_tab .album_paging .prev.disabled,
.section_artist_tab .album_paging .next.disabled {
    color: #e3e3e3;
    cursor: default;
}

.section_artist_tab .album_paging .num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #D6D6D6;
    font-family: 'Pretendard', sans-serif;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.section_artist_tab .album_paging .num:hover,
.section_artist_tab .album_paging .prev:hover,
.section_artist_tab .album_paging .next:hover {
    color: #007BC1;
}

.section_artist_tab .album_paging .num.active {
    background: #007BC1;
    color: #fff;
}

.section_artist_tab .gallery_paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.section_artist_tab .gallery_paging .prev,
.section_artist_tab .gallery_paging .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.section_artist_tab .gallery_paging .prev.disabled,
.section_artist_tab .gallery_paging .next.disabled {
    color: #e3e3e3;
    cursor: default;
}

.section_artist_tab .gallery_paging .num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #D6D6D6;
    font-family: 'Pretendard', sans-serif;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.section_artist_tab .gallery_paging .num:hover,
.section_artist_tab .gallery_paging .prev:hover,
.section_artist_tab .gallery_paging .next:hover {
    color: #007BC1;
}

.section_artist_tab .gallery_paging .num.active {
    background: #007BC1;
    color: #fff;
}

@media all and (max-width:1080px) {
    .section_artist_tab .artist_tab a {
        flex-basis: calc(25% - 1px);
        font-size: 17px;
        height: 46px;
    }

}

@media all and (max-width:900px) {
    .section_artist_tab .album_row {
        gap: 16px;
    }

    .section_artist_tab .album_item {
        flex: 0 0 calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
    }

    .section_artist_tab .album_name {
        font-size: 14px;
    }

    .section_artist_tab .album_subtitle,
    .section_artist_tab .album_date {
        font-size: 13px;
    }
}


@media all and (max-width:768px) {
    .section_artist_tab {
        padding-bottom: 96px;
    }

    .section_artist_tab .artist_tab a {
        flex: 1 1 calc(50% - 0.5px);
        width: auto;
        font-size: 16px;
        height: 44px;
        padding: 0;
    }

    .section_artist_tab .artist_tab a:nth-child(2n) {
        border-right: 1px solid #999;
    }

    .section_artist_tab .artist_tab a:nth-child(1),
    .section_artist_tab .artist_tab a:nth-child(2) {
        border-bottom: 0;
    }

    .section_artist_tab .member_list {
        margin-top: 48px;
    }

    .section_artist_tab .member_row {
        gap: 5px;
    }

    .section_artist_tab .member_item {
        flex: 0 0 calc((100% - 5px * 3) / 4);
    }

    .section_artist_tab .member_name {
        font-size: 9px;
        width: 100%;
    }

}

/* video */
.section_artist_tab .video_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 30px;
    margin-top: 30px;
}

.section_artist_tab .video_item {
    flex: 0 0 calc((100% - 10px * 2) / 3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
}

.section_artist_tab .video_thumb {
    width: 100%;
    aspect-ratio: 456 / 257;
    overflow: hidden;
}

.section_artist_tab .video_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_artist_tab .video_info {
    font-family: 'Pretendard', sans-serif;
}

.section_artist_tab .video_title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.section_artist_tab .video_view {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.section_artist_tab .video_paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
}

.section_artist_tab .video_paging .prev,
.section_artist_tab .video_paging .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.section_artist_tab .video_paging .num {
    font-size: 16px;
    font-weight: 700;
    color: #D6D6D6;
    font-family: 'Pretendard', sans-serif;
}

.section_artist_tab .video_paging .num.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #007BC1;
    border-radius: 20px;
    color: #fff;
}

@media all and (max-width:900px) {
    .section_artist_tab .video_list {
        margin-top: 48px;
        row-gap: 48px;
    }

    .section_artist_tab .video_title {
        font-size: 14px;
    }

    .section_artist_tab .video_view {
        font-size: 14px;
    }

    .section_artist_tab .video_item {
        flex: 0 0 calc((100% - 10px) / 2);
    }
}

@media all and (max-width:768px) {
    .section_artist_tab .video_item {
        flex: 0 0 calc((100%));
    }
}

/* gallery */
.section_artist_tab .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 100px;
}

.section_artist_tab .gallery_item {
    flex: 0 0 calc((100% - 36px * 4) / 5);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
}

.section_artist_tab .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.section_artist_tab .gallery_item:hover img {
    transform: scale(1.05);
}

/* 갤러리 이미지 확대 모달 */
.gallery_modal_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9998;
}

.gallery_modal_bg.on {
    display: block;
}

.gallery_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.gallery_modal.on {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_modal_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 80vw;
    height: 100%;
}

.gallery_modal_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_modal_img img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.gallery_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    padding: 10px;
}

.gallery_modal_prev,
.gallery_modal_next {
    flex-shrink: 0;
    z-index: 10;
    padding: 16px;
    cursor: pointer;
}

@media all and (max-width:768px) {
    .gallery_modal_inner {
        max-width: 90vw;
        gap: 8px;
    }

    .gallery_modal_prev,
    .gallery_modal_next {
        padding: 8px;
    }

    .gallery_modal_prev svg,
    .gallery_modal_next svg {
        width: 16px;
        height: 28px;
    }
}

.section_artist_tab .gallery_paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
}

.section_artist_tab .gallery_paging .prev,
.section_artist_tab .gallery_paging .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.section_artist_tab .gallery_paging .num {
    font-size: 16px;
    font-weight: 700;
    color: #D6D6D6;
    font-family: 'Pretendard', sans-serif;
}

.section_artist_tab .gallery_paging .num.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #007BC1;
    border-radius: 20px;
    color: #fff;
}

@media all and (max-width:1080px) {
    .section_artist_tab .gallery_list {
        gap: 16px;
    }

    .section_artist_tab .gallery_item {
        flex: 0 0 calc((100% - 16px * 3) / 4);
    }
}

@media all and (max-width:900px) {
    .section_artist_tab .gallery_list {
        margin-top: 48px;
    }

    .section_artist_tab .gallery_item {
        flex: 0 0 calc((100% - 16px * 2) / 3);
    }
}

@media all and (max-width:768px) {
    .section_artist_tab .gallery_item {
        flex: 0 0 calc((100% - 16px) / 2);
    }
}

/* gallery popup */
.gallery_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    gap: 100px;
    cursor: pointer;
}

.gallery_popup.on {
    display: flex;
    padding: 0 10px;
}

.gallery_popup_prev,
.gallery_popup_next {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gallery_popup_img {
    /* width: 972px; */
    width: 30vw;
    aspect-ratio: 162 / 179;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

.gallery_popup_img:active {
    cursor: grabbing;
}

.gallery_popup_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media all and (max-width:1400px) {
    .gallery_popup {
        gap: 40px;
    }

    .gallery_popup_img {
        /* width: calc(100% - 320px); */
        width: 50vw;
    }

    .gallery_popup_prev,
    .gallery_popup_next {
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width:900px) {
    .gallery_popup {
        gap: 20px;
    }

    .gallery_popup_prev,
    .gallery_popup_next {
        width: 60px;
        height: 60px;
    }

    .gallery_popup_prev svg,
    .gallery_popup_next svg {
        width: 24px;
        height: 24px;
    }

    .gallery_popup_img {
        /* width: calc(100% - 200px); */
        width: 70vw;
    }
}

@media all and (max-width:600px) {
    .gallery_popup {
        gap: 10px;
    }

    .gallery_popup_prev,
    .gallery_popup_next {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .gallery_popup_prev svg,
    .gallery_popup_next svg {
        width: 18px;
        height: 18px;
    }

    /* .gallery_popup_img {
        width: calc(100% - 120px);
    } */
}

/* introduce */
.section_introduce {
    padding: 72px 0;
}

.section_introduce .introduce_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.section_introduce .introduce_img {
    flex: 0 0 461px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    filter: invert(1);
}

.section_introduce .introduce_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_introduce .introduce_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.section_introduce .introduce_head {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.section_introduce .introduce_label {
    font-size: 18px;
    font-weight: 700;
    color: #007BC1;
    font-family: 'Pretendard', sans-serif;
}

.section_introduce .introduce_label_line {
    width: 255px;
    height: 1px;
    background: #007BC1;
}

.section_introduce .introduce_title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.2;
}

.section_introduce .introduce_desc {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.section_introduce .introduce_desc p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.5;
}

@media all and (max-width:1200px) {
    .section_introduce .introduce_img {
        flex: 0 0 350px;
    }

    .section_introduce .introduce_title {
        font-size: 26px;
    }

    .section_introduce .introduce_desc p {
        font-size: 17px;
    }
}

@media all and (max-width:900px) {
    .section_introduce .introduce_wrap {
        flex-direction: column;
    }

    .section_introduce .introduce_img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 461px;
    }

    .section_introduce .introduce_title {
        font-size: 24px;
    }

    .section_introduce .introduce_desc p {
        font-size: 16px;
    }

    .section_introduce .introduce_desc p br {
        display: none;
    }
}

@media all and (max-width:600px) {
    .section_introduce .introduce_title {
        font-size: 21px;
    }

    .section_introduce .introduce_label {
        font-size: 16px;
    }

    .section_introduce .introduce_desc p {
        font-size: 15px;
    }

    .section_introduce .introduce_head {
        align-items: center;
    }

    .section_introduce .introduce_info {
        text-align: center;
    }
}

/* contact */
.section_contact {
    padding: 72px 0;
}

.section_contact .contact_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section_contact .contact_label {
    font-size: 24px;
    font-weight: 700;
    color: #007BC1;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_contact .contact_title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.section_contact .contact_desc {
    margin-top: 48px;
    text-align: center;
}

.section_contact .contact_desc p {
    font-size: 23px;
    font-weight: 500;
    color: #666;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.5;
}

.section_contact .contact_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 150px;
    margin-top: 48px;
}

.section_contact .contact_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.section_contact .contact_icon {
    width: 80px;
    height: 80px;
    background: #007BC1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_contact .contact_item_label {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

@media all and (max-width:1200px) {
    .section_contact .contact_list {
        gap: 80px;
    }

    .section_contact .contact_title {
        font-size: 36px;
    }

    .section_contact .contact_desc p {
        font-size: 18px;
    }
}

@media all and (max-width:768px) {
    .section_contact .contact_title {
        font-size: 28px;
    }

    .section_contact .contact_desc p {
        font-size: 16px;
    }

    .section_contact .contact_desc p br {
        display: none;
    }

    .section_contact .contact_list {
        gap: 40px;
    }

    .section_contact .contact_item_label {
        font-size: 18px;
    }

    .section_contact .contact_icon {
        width: 60px;
        height: 60px;
    }

    .section_contact .contact_icon svg {
        width: 28px;
        height: 28px;
    }
}

@media all and (max-width:480px) {
    .section_contact .contact_list {
        gap: 24px;
    }

    .section_contact .contact_item_label {
        font-size: 15px;
    }
}

/* location */
.section_location {
    padding: 72px 0;
}

.section_location .location_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
}

.section_location .location_map {
    flex: 0 0 550px;
    aspect-ratio: 551 / 457;
    overflow: hidden;
}

.section_location .location_map iframe {
    width: 100%;
    height: 100%;
}

.section_location .location_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.section_location .location_head {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.section_location .location_label {
    font-size: 20px;
    font-weight: 700;
    color: #007BC1;
    font-family: 'Pretendard', sans-serif;
}

.section_location .location_label_line {
    width: 255px;
    height: 1px;
    background: #007BC1;
}

.section_location .location_title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.2;
}

.section_location .location_desc {
    display: flex;
    flex-direction: column;
    gap: 36px;
    flex-wrap: wrap;
}

.section_location .location_desc p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.5;
}

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

    .section_location .location_title {
        font-size: 36px;
    }

    .section_location .location_desc p {
        font-size: 16px;
    }
}

@media all and (max-width:1000px) {
    .section_location .location_wrap {
        flex-direction: column;
    }

    .section_location .location_map {
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .section_location .location_info {
        flex: 0 0 auto;
        width: 100%;
    }

    .section_location .location_title {
        font-size: 30px;
    }

    .section_location .location_desc p {
        font-size: 15px;
    }

    .section_location .location_desc p br {
        display: none;
    }

    .section_location .location_desc {
        gap: 18px;
    }
}

@media all and (max-width:600px) {
    .section_location .location_title {
        font-size: 24px;
    }

    .section_location .location_label {
        font-size: 16px;
    }

    .section_location .location_desc p {
        font-size: 14px;
    }

    .section_location .location_map {
        aspect-ratio: unset;
        height: 300px;
    }
}

/* audition */
.section_audition {
    padding: 72px 0;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_audition .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_audition .audition_badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    background: #D9D9D9;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #696969;
    font-family: 'Inter', sans-serif;
}

.section_audition .audition_title {
    font-size: 100px;
    font-weight: 400;
    color: #000;
    font-family: 'Rosarivo', serif;
    text-align: center;
    line-height: 1.1;
}

.section_audition .audition_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section_audition .audition_desc p {
    font-size: 24px;
    font-weight: 400;
    color: #666;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

@media all and (max-width:1200px) {
    .section_audition .audition_title {
        font-size: 80px;
    }

    .section_audition .audition_desc p {
        font-size: 21px;
    }
}

@media all and (max-width:900px) {
    .section_audition .inner {
        gap: 60px;
    }

    .section_audition .audition_title {
        font-size: 80px;
    }

    .section_audition .audition_desc p {
        font-size: 20px;
    }

    .section_audition .audition_badge {
        font-size: 20px;
    }

    .section_audition {
        min-height: 70vh;
    }
}

@media all and (max-width:600px) {
    .section_audition .inner {
        gap: 40px;
    }

    .section_audition .audition_title {
        font-size: 56px;
    }

    .section_audition .audition_desc p {
        font-size: 16px;
    }

    .section_audition .audition_badge {
        font-size: 16px;
        padding: 8px 24px;
    }

    .section_audition {
        min-height: 80vh;
    }
}


.sub_visual_box {
    aspect-ratio: 1 / 0.35714285;
    min-height: inherit;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
}

.sub_visual_box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sub_visual_box .inner h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.artist_sns ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}


@media all and (max-width:768px) {
    .sub_visual_box {
        aspect-ratio: unset;
        height: 300px;
    }

    .artist_sns ul {
        gap: 20px;
    }
}


/* 20260326 추가 */
.album_row+.album_row {
    margin-top: 22px;
}

@media all and (max-width:900px) {
    .album_row+.album_row {
        margin-top: 16px;
    }
}