@charset "utf-8";

/* Hero Slider */
.hero_slider {
    align-self: stretch;
    height: 840px;
    background: #F2F2F2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.hero_slider__bg {
    align-self: stretch;
    flex: 1 1 0;
    position: relative;
    background: linear-gradient(270deg, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0.80) 100%);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}

.hero_slider__title {
    position: absolute;
    left: 72px;
    top: 348px;
    color: white;
    font-size: 48px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 72px;
    word-wrap: break-word;
    margin: 0;
}

.hero_slider__tabs {
    position: absolute;
    right: -4px;
    top: 680px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    width: fit-content;
}

.hero_slider__tabs::-webkit-scrollbar {
    display: none;
}

.hero_slider__tab {
    /* flex: 1 1 0;
    min-width: 0; */
    align-self: stretch;
    background: #F2F2F2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    /* padding: 50px 30px 50px 60px; */
    padding: 36px;
}

.hero_slider__tab:hover {
    background: #E8E8E8;
}

.hero_slider__tab--active {
    background: #F2F2F2;
}

.hero_slider__tab--active .hero_slider__tab_number {
    color: #222222;
}

.hero_slider__tab--active .hero_slider__tab_text {
    color: #222222;
}

.hero_slider__tab_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.hero_slider__tab_number {
    color: #888888;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    transition: color 0.3s ease;
}

.hero_slider__tab_text {
    white-space: nowrap;
    color: #888888;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
    transition: color 0.3s ease;

    min-height: 48px;
}

.hero_slider__tab_divider {
    align-self: stretch;
    height: 1px;
    background: #DEDEDE;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero_slider__tab--active .hero_slider__tab_divider {
    opacity: 1;
}

.hero_slider__tab_divider_line {
    width: 0;
    height: 1px;
    position: relative;
    background: #222222;
}

.hero_slider__tab_divider_line.active {
    width: 100%;
}

@media(max-width:810px) {
    .hero_slider__tabs {
        width: 100%;
        right: 0px;
        top: 712px;
    }

    .hero_slider__tab_content {
        align-items: center;
    }

    .hero_slider__tab_text {
        font-size: 12px;
        white-space: wrap;
        text-align: center;
        height: 72px;
    }

    .hero_slider__tab {
        /* padding: 50px 10px 42px 10px; */
        width: 33.333%;
        padding: 10px 0;
        justify-content: center;
        align-items: center;
        height: 135px;
    }

    .hero_slider__title {
        top: 220px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        width: 93.75%;
        text-align: center;
    }
}

/* Recommended Section ==============================================*/
.recommended_section {
    width: 100%;
    padding: 144px 0px;
    background: #F2F2F2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 72px;
    display: flex;
    justify-content: center;
}

.recommended_section__title {
    color: #222222;
    font-size: 52px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0 auto;
}

.recommended_section__grid {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    display: flex;
}

.recommended_section__item {
    cursor: pointer;
    /* flex: 1 1 0;
    max-width: 25%; */
    width: calc(20% - 15px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    display: flex;
}

.recommended_section__image {
    align-self: stretch;
    height: 427px;
    position: relative;
    /* background: #EBEBEB; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommended_section__image img {
    object-fit: contain;
}

.recommended_section__info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    display: flex;
}

.recommended_section__artist {
    text-align: center;
    color: #888888;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.recommended_section__name {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
}

.recommended_section__price {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 1640px) {
    .recommended_section {
        padding: 120px 60px;
        gap: 60px;
    }

    .recommended_section__title {
        font-size: 46px;
    }

    .recommended_section__image {
        height: 380px;
    }
}

@media (max-width: 1440px) {
    .recommended_section {
        padding: 100px 40px;
        gap: 50px;
    }

    .recommended_section__title {
        font-size: 40px;
    }

    .recommended_section__grid {
        gap: 16px;
    }

    .recommended_section__image {
        height: 340px;
    }

    .recommended_section__artist {
        font-size: 16px;
        line-height: 16px;
    }

    .recommended_section__name {
        font-size: 18px;
        line-height: 18px;
    }

    .recommended_section__price {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 1200px) {
    .recommended_section {
        padding: 80px 40px;
        gap: 40px;
    }

    .recommended_section__title {
        font-size: 36px;
    }

    .recommended_section__grid {
        flex-wrap: wrap;
        gap: 24px;
    }

    /* .recommended_section__item {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    } */

    .recommended_section__image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .recommended_section {
        padding: 60px 20px;
        gap: 32px;
    }

    .recommended_section__title {
        font-size: 32px;
    }

    .recommended_section__grid {
        gap: 20px;
    }

    /* .recommended_section__item {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .recommended_section__image {
        height: 420px;
    }

    .recommended_section__info {
        gap: 8px;
    }

    .recommended_section__artist {
        font-size: 15px;
        line-height: 15px;
    }

    .recommended_section__name {
        font-size: 17px;
        line-height: 17px;
    }

    .recommended_section__price {
        font-size: 17px;
        line-height: 17px;
    }
}

@media (max-width: 480px) {
    .recommended_section {
        padding: 48px 16px;
        gap: 28px;
    }

    .recommended_section__title {
        font-size: 28px;
    }

    .recommended_section__grid {
        gap: 16px;
    }

    .recommended_section__image {
        height: 360px;
    }

    .recommended_section__info {
        gap: 6px;
    }

    .recommended_section__artist {
        font-size: 14px;
        line-height: 14px;
    }

    .recommended_section__name {
        font-size: 16px;
        line-height: 16px;
    }

    .recommended_section__price {
        font-size: 16px;
        line-height: 16px;
    }
}



/* Image Banner */
.image_banner {
    align-self: stretch;
    position: relative;
    overflow: hidden;
    height: 480px;
}

.image_banner__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.image_banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image_banner__img--pc {
    display: block !important;
}

.image_banner__img--mobile {
    display: none !important;
}

.image_banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 288px 80px 72px 80px;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.40) 0%, rgba(17, 17, 17, 0.40) 100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
    display: flex;
    pointer-events: none;
}

.image_banner__title {
    color: white;
    font-size: 52px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0;
}

.image_banner__text {
    color: #FAFAFA;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0;
}

/* Responsive */
@media (max-width: 1640px) {
    .image_banner {
        height: 440px;
    }

    .image_banner__content {
        padding: 240px 60px 60px 60px;
        gap: 32px;
    }

    .image_banner__title {
        font-size: 46px;
    }
}

@media (max-width: 1440px) {
    .image_banner {
        height: 400px;
    }

    .image_banner__content {
        padding: 200px 40px 50px 40px;
        gap: 28px;
    }

    .image_banner__title {
        font-size: 40px;
    }

    .image_banner__text {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .image_banner {
        height: 360px;
    }

    .image_banner__content {
        padding: 160px 40px 40px 40px;
        gap: 24px;
    }

    .image_banner__title {
        font-size: 36px;
    }

    .image_banner__text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .image_banner {
        height: 320px;
    }

    .image_banner__img--pc {
        display: none !important;
    }

    .image_banner__img--mobile {
        display: block !important;
    }

    .image_banner__content {
        padding: 120px 20px 32px 20px;
        gap: 20px;
    }

    .image_banner__title {
        font-size: 32px;
    }

    .image_banner__text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .image_banner {
        height: 280px;
    }

    .image_banner__content {
        padding: 100px 16px 28px 16px;
        gap: 16px;
    }

    .image_banner__title {
        font-size: 28px;
    }

    .image_banner__text {
        font-size: 14px;
        line-height: 22px;
    }
}


/* Exhibition Section */
.exhibition_section {
    width: 100%;
    padding: 144px 0px;
    background: #F2F2F2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 72px;
    display: flex;
}

.exhibition_section__title {
    color: #222222;
    font-size: 52px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0 auto;
}

.exhibition_section__swiper {
    width: 100%;
    height: 360px;
    overflow: visible;
}

.exhibition_section__card {
    flex: 1 1 0;
    height: 360px;
    padding: 18px;
    position: relative;
    background: #DBDBDB;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    cursor: pointer;
}

.exhibition_section__card_image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.exhibition_section__card_info {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    position: relative;
    z-index: 1;
}

.exhibition_section__card_text {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Swiper Custom Styles */
.exhibition_section__swiper .swiper-button-prev,
.exhibition_section__swiper .swiper-button-next {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.exhibition_section__swiper .swiper-button-prev:after,
.exhibition_section__swiper .swiper-button-next:after {
    font-size: 20px;
}

.exhibition_section__swiper .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.exhibition_section__swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

/* Responsive */
@media (max-width: 1640px) {
    .exhibition_section {
        padding: 120px 60px;
        gap: 60px;
    }

    .exhibition_section__title {
        font-size: 46px;
    }

    .exhibition_section__swiper {
        height: 340px;
    }

    .exhibition_section__card {
        height: 340px;
    }
}

@media (max-width: 1440px) {
    .exhibition_section {
        padding: 100px 40px;
        gap: 50px;
    }

    .exhibition_section__title {
        font-size: 40px;
    }

    .exhibition_section__swiper {
        height: 320px;
    }

    .exhibition_section__card {
        height: 320px;
        padding: 16px;
    }

    .exhibition_section__card_text {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .exhibition_section {
        padding: 80px 40px;
        gap: 40px;
    }

    .exhibition_section__title {
        font-size: 36px;
    }

    .exhibition_section__swiper {
        height: 300px;
    }

    .exhibition_section__card {
        height: 300px;
    }

    .exhibition_section__card_text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .exhibition_section {
        padding: 60px 20px;
        gap: 32px;
    }

    .exhibition_section__title {
        font-size: 32px;
    }

    .exhibition_section__swiper {
        height: 280px;
    }

    .exhibition_section__card {
        height: 280px;
        padding: 14px;
    }

    .exhibition_section__card_info {
        gap: 3px;
    }

    .exhibition_section__card_text {
        font-size: 16px;
    }

    .exhibition_section__swiper .swiper-button-prev,
    .exhibition_section__swiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .exhibition_section__swiper .swiper-button-prev:after,
    .exhibition_section__swiper .swiper-button-next:after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .exhibition_section {
        padding: 48px 16px;
        gap: 28px;
    }

    .exhibition_section__title {
        font-size: 28px;
    }

    .exhibition_section__swiper {
        height: 260px;
    }

    .exhibition_section__card {
        height: 260px;
        padding: 12px;
    }

    .exhibition_section__card_text {
        font-size: 15px;
    }

    .exhibition_section__swiper .swiper-button-prev,
    .exhibition_section__swiper .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .exhibition_section__swiper .swiper-button-prev:after,
    .exhibition_section__swiper .swiper-button-next:after {
        font-size: 14px;
    }
}



/* New Works Section */
.new_works_section {
    width: 100%;
    padding: 144px 0px;
    background: #F2F2F2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 72px;
    display: flex;
}

.new_works_section__title {
    color: #222222;
    font-size: 52px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0 auto;
}

.new_works_section__grid {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    display: flex;
    flex-wrap: wrap;
}

.new_works_section__item {
    cursor: pointer;
    /* flex: 1 1 0; */
    /* max-width: 20%; */
  width: calc(20% - 15px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    display: flex;
}

.new_works_section__image {
    align-self: stretch;
    height: 427px;
    position: relative;
    /* background: #EBEBEB; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_works_section__image img {
    width: 100%;
    object-fit: cover;
}

.new_works_section__info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    display: flex;
}

.new_works_section__artist {
    text-align: center;
    color: #888888;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.new_works_section__name {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
}

.new_works_section__detail {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
}

.new_works_section__price {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 1640px) {
    .new_works_section {
        padding: 120px 60px;
        gap: 60px;
    }

    .new_works_section__title {
        font-size: 46px;
    }

    .new_works_section__image {
        height: 380px;
    }
}

@media (max-width: 1440px) {
    .new_works_section {
        padding: 100px 40px;
        gap: 50px;
    }

    .new_works_section__title {
        font-size: 40px;
    }

    .new_works_section__grid {
        gap: 16px;
    }

    .new_works_section__image {
        height: 340px;
    }

    .new_works_section__artist {
        font-size: 16px;
        line-height: 16px;
    }

    .new_works_section__name {
        font-size: 18px;
        line-height: 18px;
    }

    .new_works_section__detail {
        font-size: 18px;
        line-height: 18px;
    }

    .new_works_section__price {
        font-size: 18px;
        line-height: 18px;
    }

    .new_works_section__item,
    .recommended_section__item 
     {
        width: calc(33.333% - 11px);
    }
}

@media (max-width: 1200px) {
    .new_works_section {
        padding: 80px 40px;
        gap: 40px;
    }

    .new_works_section__title {
        font-size: 36px;
    }

    /* .new_works_section__grid {
        flex-wrap: wrap;
        gap: 24px;
    } */

    /* .new_works_section__item {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    } */

    .new_works_section__image {
        height: 400px;
    }
}

@media (max-width: 900px) {
    .new_works_section {
        padding: 60px 20px;
        gap: 32px;
    }

    .new_works_section__title {
        font-size: 32px;
    }

    /* .new_works_section__grid {
        gap: 20px;
    }*/

    .new_works_section__item,
    .recommended_section__item 
     {
        width: calc(50% - 8px);
    } 

    .new_works_section__image {
        height: 420px;
    }

    .new_works_section__info {
        gap: 8px;
    }

    .new_works_section__artist {
        font-size: 15px;
        line-height: 15px;
    }

    .new_works_section__name {
        font-size: 17px;
        line-height: 17px;
    }

    .new_works_section__detail {
        font-size: 17px;
        line-height: 17px;
    }

    .new_works_section__price {
        font-size: 17px;
        line-height: 17px;
    }
}

@media (max-width: 480px) {

      .new_works_section__item,
      .recommended_section__item 
       {
        width: 100%;
    } 

    .new_works_section {
        padding: 48px 16px;
        gap: 28px;
    }

    .new_works_section__title {
        font-size: 28px;
    }

    /* .new_works_section__grid {
        gap: 16px;
    } */

    .new_works_section__image {
        height: 360px;
    }

    .new_works_section__info {
        gap: 6px;
    }

    .new_works_section__artist {
        font-size: 14px;
        line-height: 14px;
    }

    .new_works_section__name {
        font-size: 16px;
        line-height: 16px;
    }

    .new_works_section__detail {
        font-size: 16px;
        line-height: 16px;
    }

    .new_works_section__price {
        font-size: 16px;
        line-height: 16px;
    }
}



/* Debuting Section */
.debuting_section {
    width: 100%;
    padding: 144px 80px;
    background: #EBEBEB;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 72px;
    display: flex;
}

.debuting_section__title {
    color: #222222;
    font-size: 52px;
    font-family: Pretendard;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0 auto;
}

.debuting_section__grid {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    display: flex;
}

.debuting_section__row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    display: flex;
}

.debuting_section__card {
    flex: 1 1 0;
    max-width: 33.333%;
    height: 383px;
    padding: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    display: flex;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
}

.debuting_section__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: opacity 0.3s ease;
}

.debuting_section__card:hover {
    transform: scale(1.02);
}

.debuting_section__card:hover::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.debuting_section__card_text {
    color: white;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 1640px) {
    .debuting_section {
        padding: 120px 60px;
        gap: 60px;
    }

    .debuting_section__title {
        font-size: 46px;
    }

    .debuting_section__card {
        height: 340px;
    }
}

@media (max-width: 1440px) {
    .debuting_section {
        padding: 100px 40px;
        gap: 50px;
    }

    .debuting_section__title {
        font-size: 40px;
    }

    .debuting_section__grid {
        gap: 16px;
    }

    .debuting_section__row {
        gap: 16px;
    }

    .debuting_section__card {
        height: 300px;
        padding: 16px;
    }

    .debuting_section__card_text {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 1200px) {
    .debuting_section {
        padding: 80px 40px;
        gap: 40px;
    }

    .debuting_section__title {
        font-size: 36px;
    }

    .debuting_section__row {
        flex-wrap: wrap;
    }

    .debuting_section__card {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        height: 280px;
    }
}

@media (max-width: 768px) {
    .debuting_section {
        padding: 60px 20px;
        gap: 32px;
    }

    .debuting_section__title {
        font-size: 32px;
    }

    .debuting_section__grid {
        gap: 12px;
    }

    .debuting_section__row {
        gap: 12px;
    }

    .debuting_section__card {
        flex: 0 0 100%;
        max-width: 100%;
        height: 260px;
        padding: 14px;
    }

    .debuting_section__card_text {
        font-size: 17px;
        line-height: 17px;
    }
}

@media (max-width: 480px) {
    .debuting_section {
        padding: 48px 16px;
        gap: 28px;
    }

    .debuting_section__title {
        font-size: 28px;
    }

    .debuting_section__card {
        height: 240px;
        padding: 12px;
    }

    .debuting_section__card_text {
        font-size: 16px;
        line-height: 16px;
    }
}