@media (min-width: 768px) {
    .main {
        max-width: 160rem;
        width: 160rem;
        margin-inline: auto;
        padding: 2rem;
        padding-bottom: 0;
    }

    .pageHead{
        width: 156.0rem;
        height: 63.3rem;
        margin-bottom: 20rem;
    }

    .pageHead .pageHead_box {
        position: relative;
        top: -63.3rem;
    }

    .pageHead_box .pageHead_title_area {
        top: 22.9rem;
    }

    .pageHead_box .pageHead_title_area .pageHead_title_main {
        font-size: 8rem;
        font-weight: 700;
        line-height: 6rem;
    }

    .pageHead_unkerlink_container {
        height: auto;
        width: auto;
        position: absolute;
        left: 10.0rem;
        top: 44.9rem;
        border-radius: 2rem;
        background: rgba(0, 0, 0, 0.2);
        padding: 3rem 2rem;
    }

    .pageHead_unkerlink_title {
        height: 2.4rem;
        font-size: 2.4rem;
        line-height: 2.4rem;
        font-weight: 700;
        color: #fff;
        position: relative;
    }

    .pageHead_box .pageHead_unkerlink_area {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 2rem;
        width: auto;
        gap: 4rem;
    }

    .pageHead_unkerlink_area .pageHead_unkerlink {
        gap: 1rem;
    }

    .pageHead_box .pageHead_unkerlink .pageHead_unkerlink_text a{
        font-size: 1.5rem;
    }

    .pageHead_box .pageHead_nav_area {
        top: 57.3rem;
    }

    section.content-section-header {
        text-align: center;
        margin-bottom: 10rem;
    }

    .content-section-header h2 {
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .content-section-header p {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #000;
        font-weight: 700;
    }

    #event-list {
        margin-bottom: 20rem;
    }

    .content-section-item:nth-child(odd) {
        margin-right: 4rem;
    }

    .content-section-item:nth-child(even) {
        margin-left: 4rem;
    }

    .content-section-item {
        position: relative;
        margin-bottom: 8rem;
    }

    .content-section-item img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .brand-no {
        width: 24rem;
        height: 6rem;
        font-size: 1.8rem;
        line-height: 6rem;
        font-weight: 500;
        text-align: center;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
    }

    .content-section-text {
        width: 132rem;
        height: 18rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
        display: flex;
        flex-direction: row;
        position: absolute;
        padding: 2.8rem 4rem 2.8rem 4rem;
        justify-content: space-between;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 6rem;
    }

    .content-section-text .brand-logo {
        width: 32rem;
        height: 12.4rem;
        align-self: center;
    }

    .content-section-text .brand-logo img {
        width: 100%;
        height: 100%;
        margin-right: 0;
        object-fit: contain;
    }

    .content-section-text .brand-content {
        width: 86rem;
        max-width: unset;
        margin-top: -3.6rem;
        margin-bottom: -3.6rem;
        align-self: center;
    }

    .content-section-text .brand-content p {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 3.6rem;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .pageHead {
        height: 58.5rem;
    }

    .pageHead_unkerlink_container {
        height: auto;
        width: 31.5rem;
        position: absolute;
        left: 2.0rem;
        bottom: 7rem;
        border-radius: 1rem;
        background: rgba(0, 0, 0, 0.2);
        padding: 2rem 1rem;
    }

    .pageHead_unkerlink_title {
        height: 2rem;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700;
        color: #fff;
        position: relative;
    }

    .pageHead_box .pageHead_unkerlink_area {
        display: flex;
        flex-wrap: wrap;
        width: 29.5rem;
        position: relative;
        inset: unset;
        margin-top: 2rem;
    }

    .pageHead_box .pageHead_unkerlink {
        min-width: 13rem;
        height: 2rem;
    }

    .pageHead_box .pageHead_unkerlink .pageHead_unkerlink_icon {
        width: 1.6rem;
        height: 1.6rem;
    }

    .pageHead_box .pageHead_unkerlink .pageHead_unkerlink_text {
        padding: 0;
    }

    .pageHead_unkerlink .pageHead_unkerlink_text a{
        font-size: 1.4rem !important;
    }

    .main_container {
        padding-top: 1rem;
        margin-bottom: 14rem;
    }

    section.content-section-header {
        text-align: center;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .content-section-header h2 {
        font-size: 3.4rem;
        line-height: 3.2rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .content-section-header p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #000;
        font-weight: 700;
    }

    .content-section-item {
        width: 35.5rem;
        position: relative;
        margin: 0 auto;
        margin-bottom: 10rem;
    }

    .content-section-item:last-child {
        margin-bottom: 0;
    }

    .content-section-item .brand-image img {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 4rem;
    }

    .brand-no {
        width: 8rem;
        height: 5rem;
        font-size: 1.2rem;
        line-height: 5rem;
        font-weight: 500;
        text-align: center;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
    }

    .content-section-text {
        width: 35.5rem;
        display: flex;
        flex-direction: column;
    }

    .content-section-text .brand-logo {
        width: 25.4rem;
        height: 11rem;
        align-self: center;
        margin-bottom: 4rem;
    }

    .content-section-text .brand-logo img {
        width: 100%;
        height: 100%;
        margin-right: 0;
        object-fit: contain;
    }

    .content-section-text .brand-content {
        width: 32rem;
        max-width: unset;
        align-self: center;
        margin-top: -0.7rem;
        margin-bottom: -0.7rem;
    }

    .content-section-text .brand-content p {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2.8rem;
        margin: 0;
    }
}