

@media only screen and (min-width: 1440px) {
    .sps-x {
        padding-left: 290px;
        padding-right: 290px;
    }
}

.input-search-icon {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 375px) {
    .page-inner-banner-section {
        min-height: 15vh;
        background-size: cover !important;
        background-position: center !important;
        background: url(../../../img/inner_page/banner-m.jpg) !important;   
        background-repeat: no-repeat !important;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section {
        background: url("../../../img/inner_page/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 330px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background: url("../../../img/inner_page/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background: url("../../../img/inner_page/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

.breadcrumb-app span {
    color: #fff;
}

.communication_list {
    margin-top: 40px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
    .communication_list {
        margin-top: 32px;
        margin-bottom: 44px;
    }
}

@media only screen and (max-width: 480px) {
    .page-breadcrumb-section {
        margin-top: 20px;
    }

    .cinema-list-filter-section {
        margin-top: 10px;
    }
}

.communication_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    color: #fff;
    padding: 30px;
}

    .communication_wrapper h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-top: 10px;
    }

    .communication_wrapper span {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
    }

@media only screen and (max-width: 768px) {
    .communication_wrapper {
        background: #1e1e1e;
    }

    body {
        background: linear-gradient( 180deg, #121212 15%, #383838 76.44%, #121212 56% );
    }
}

.communication_row {
    margin-top: 40px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .communication_row {
        gap: 8px;
    }
}

@media only screen and (min-width: 1439px) {
    .communication_row {
        gap: 20px;
    }
}

.communication_row_2 {
    margin-top: 40px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .communication_row_2 {
        gap: 8px;
    }
}

@media only screen and (min-width: 1439px) {
    .communication_row_2 {
        gap: 20px;
    }
}

.communication_card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    color: #000;
    min-height: 101px;
}

@media only screen and (min-width: 375px) {
    .communication_card {
        flex-basis: 100%;
        max-width: 321px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 420px) {
    .communication_card {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .communication_card {
        flex-basis: 49%;
        max-width: 311px;
        margin-bottom: 25px;
    }
    .communication_card:last-of-type {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 900px) {
    .communication_card {
        max-width: 100%;
    }
    .communication_card:last-of-type {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 1440px) {
    .communication_card {
        flex-basis: 48%;
        max-width: 100%;
    }
    .communication_card:last-of-type {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 1921px) {
    .communication_card:last-of-type {
        flex-basis: 66%;
    }
    .communication_card:nth-last-child(-n + 3) {
        margin-bottom: 50px !important;
    }
}
@media only screen and (min-width: 1919px) {
    .communication_card {
        flex-basis: 32%;
        max-width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1919px) {
    .communication_card:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

.card_icon {
    width: 50px;
    height: 50px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(150, 168, 37, 1);
}

.card_right {
    display: flex;
    flex-direction: column;
    width: 80%;
}

@media only screen and (min-width: 768px) {
    .card_right {
        width: 71%;
    }
}

@media only screen and (min-width: 1439px) {
    .card_right {
        width: 80%;
    }
}

.card_right span {
    font-family: 'ProximaNovaRegularBold';
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(30, 30, 30, 1);
}

@media only screen and (min-width: 375px) {
    .card_right span {
        line-height: 24px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .card_right span {
        line-height: 28px;
        font-size: 18px;
    }
}

.card_detail {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .card_detail a {
        display: flex;
        gap: 10px;
    }

    .card_detail span {
        font-family: ProximaNovaRegular;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(30, 30, 30, 1);
    }

    .card_detail img:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 1024px) {
    .communication_wrapper h2 {
        font-size: 28px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        background: linear-gradient(180deg, #121212 15%, #383838 34.44%, #121212 56%);
    }
    .communication_wrapper h2 {
        font-size: 36px;
    }
    .communication_row {
        margin-top: 50px;
    }

    .communication_row_2 {
        margin-top: 30px;
    }

    .communication_list {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 481px) {
    .sps-x {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 802px) {
    .communication_card {
        flex-basis: 100%;
        max-width: 100%;
    }
    .communication_card:nth-last-child(-n + 2) {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .communication_card:nth-last-child(-n + 2) {
        margin-bottom: 10px;
    }
}