/*  PC Device  */
/*  메인이미지  */
#logo-lenovo-V {
    position: absolute;
    top: 10rem;
    right: 0;
}
#main-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -11;
    width: 100vw;
    height: 67.5rem;
    object-fit: cover;
}
#main-video-mobile {
    display: none;
}
.main_container {
    width: 100%;
    height: 67.5rem; /* 1080px */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0rem 6.25rem 0rem;
}
.main_wrapper {
    width: 97.5rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}
.main_info {
    width: 50%; 
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.main_info_logo {
    width: 14.375rem;
}
.main_info_title {
    color: #fff;
    margin-bottom: 8.125rem;
}
.main_info_title > h1 {
    font-size: 5.75rem;
    font-weight: 600;
    margin-bottom: 4.25rem;
    letter-spacing: -1px;
}
.main_info_title > h3 {
    font-size: 2.25rem;
    font-weight: 500;
}
.main_info_title > p {
    font-size: 1.5rem;
}
.main_info_sponsor {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.75rem;
}
.main_info_sponsor > img {
    height: 3.125rem
}
.main_timer {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.main_timer_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
}
.timer_item_wrapper {
    width: 9.563rem;
    height: 9.563rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0rem 1.875rem;
    border-radius: 0.875rem;
    background-color: rgba(225, 225, 225, 0.8);
    font-size: 1rem;
}
#timer-days, #timer-hours, #timer-mins, #timer-secs {
    font-size: 4.375rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2.2px;
}
/*  인사말  */
.greeting_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    padding: 9.625rem 0rem;
    background-color: #E6E2E4;
}
.greeting_wrapper {
    width: 75rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.greeting_text {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.greeting_text > h1 {
    font-size: 2.5rem;
    font-weight: 500;
}
.greeting_text > p {
    font-size: 1.25rem;
    line-height: 150%;
    word-break: keep-all;
    letter-spacing: -0.4px;
}
.greeting_oper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.greeting_oper > p {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 150%;
    word-break: keep-all;
    letter-spacing: -0.4px;
}
.greeting_icon_wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.icon_item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: #fff;
    border-radius: 1.125rem;
    padding: 2.5rem;
}
.icon_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.icon_title > p {
    font-size: 1.75rem;
    font-weight: 600;
    color: #7A126B;
    letter-spacing: -0.4px;
}
.icon_des {
    font-size: 1.125rem;
    letter-spacing: 0px;
    line-height: 150%;
    word-break: keep-all;
    letter-spacing: -0.4px;
}
/*  레노버 피파  */
.fifa_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7rem 0rem;
    background-color: #D9C1D8;
}
.fifa_container > img {
    width: 57.875rem;
    height: auto;
}
/*  아젠다  */
.agenda_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9.625rem 0rem;
    background-color: #fff;
}
.agenda_wrapper {
    width: 75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.agenda_wrapper > h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 4.25rem;
}
.agenda_row {
    display: grid;
    height: 4rem;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 0.75rem;
}
.agenda_time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    border: 1px solid #E6E2E4;
    border-radius: 0.625rem;
}
.agenda_session {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 0.625rem;
    background-color: rgba(230, 226, 228, 0.5);
    grid-column: 2 / 8;
}
.agenda_session_wrapper__red,
.agenda_session_wrapper__purple,
.agenda_session_wrapper__blue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0px;
}
.agenda_session_wrapper__red {
    grid-column: 2 / 4;
}
.agenda_session_wrapper__purple {
    grid-column: 4 / 6;
}
.agenda_session_wrapper__blue {
    grid-column: 6 / 8;
}
.session_title__red,
.session_title__purple,
.session_title__blue {
    width: 100%;
    padding: 1rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
}
.session_title__red {
    background-color: #871C23;
}
.session_title__purple {
    background-color: #7A126B;
}
.session_title__blue {
    background-color: #294E95;
}
.session_des {
    width: 100%;
    height: 10.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0rem 3.75rem;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(230, 226, 228, 0.5);
    border-radius: 0.625rem;
}
/*  스피커  */
.speaker_container {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9.625rem 0rem;
    background-image: url(../img/bg-speaker.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.speaker_wrapper {
    width: 83.75rem;
    display: flex;
    flex-direction: column;
}
.speaker_wrapper > h1 {
    font-size: 3em;
    font-weight: 600;
    padding: 0rem 4.375rem;
    margin-bottom: 5rem;
}
.speaker_slide_wrapper {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
}
.slide_container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4rem;
    padding-bottom: 1rem;
}
#slide-wrapper {
    width: 177rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
    transition: all 1s ease;
}
.slide_item {
    width: 24rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 1.125rem;
    box-shadow: 0.313rem 0.313rem 0.313rem #00000029;
    background-position: center top;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slide_item_text {
    width: 100%;
    height: 13.75rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    border-radius: 0rem 0rem 1.125rem 1.125rem;
    padding: 2rem;
}
.item_tag {
    width: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.125rem 1rem;
    font-size: 1.125rem;
    background-color: #7A126B;
    border-radius: 0.75rem;
    color: #fff;
}
.item_name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #7A126B;
    margin-bottom: 1rem;
}
.item_des {
    font-size: 1.25rem;
    word-break: keep-all;
    letter-spacing: -0.4px;
    line-height: 120%;
}
#slider-left-btn,
#slider-right-btn {
    cursor: pointer;
}
/*  스피커 모달  */
#speaker-modal {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 103;
}
#speaker-modal-wrapper {
    width: 37.125rem;
    height: 46.375rem;
    display: flex;
    flex-direction: column;
    padding: 4.25rem;
    border-radius: 1.125rem;
    z-index: 110;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    word-break: keep-all;
}
.modal_name_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5.75rem;
}
#modal-name {
    font-size: 1.875rem;
    font-weight: 600;
    color: #7A126B;
    margin-bottom: 1.5rem;
}
#modal-company,
#modal-position {
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.modal_time_wrapper {
    display: flex;
    align-items: center;
}
#modal-time {
    padding: 0.375rem 1.25rem;
    margin-bottom: 2.375rem;
    border-radius: 1.125rem;
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 100%;
}
#modal-contents {
    font-size: 1.25rem;
    word-break: keep-all;
    line-height: 140%;
}
/*  스폰서  */
.sponsor_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9.625rem 0rem;
    background-color: #fff;
}
.sponsor_wrapper {
    width: 75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sponsor_wrapper > h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 4rem;
}
.sponsor_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.625rem;
    row-gap: 0.625rem;
}
.sponsor_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.875rem 0rem;
    background-color: #F5F5F5;
    border-radius: 0.625rem;
}
/*  로케이션  */
.location_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9.625rem 0rem;
    background-color: #E6E2E4;
}
.location_wrapper {
    width: 75rem;
    display: flex;
    flex-direction: row;
}
.location_info {
    width: 40%;
}
.location_info > h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
}
.location_info_title {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 3.75rem;
}
.location_info_title > h2 {
    font-size: 2rem;
    font-weight: 600;
}
.location_info_title > p {
    font-size: 1.25rem;
}
.location_info_traffic {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3.75rem;
}
.location_info_traffic > div > h3 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0.375rem;
}
.location_info_traffic > div > p {
    font-size: 1.125rem;
    font-weight: 400;
}
.location_info_btn {
    width: 16rem;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1.75rem;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.location_info_btn > p {
    font-size: 1.375rem;
    font-weight: 500;
}
.location_info_btn > img {
    height: 0.75rem;
}
.location_map {
    width: 60%;
}
/*  바텀   */
.bottom_container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.75rem 0rem;
    background-image: url(../img/bg-bottom.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom_wrapper { 
    width: 75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
.bottom_title > p {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}
.bottom_btn {
    width: 20rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.625rem;
    cursor: pointer;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

/*  Tablet Device  */
@media all and (min-width: 960px) and (max-width: 1730px) {
    /*  메인이미지  */
    #main-video {
        height: 100%;
    }
    .main_container {
        height: 100%;
        padding: 10rem 6.25rem 6.25rem 6.25rem;
    }
    .main_wrapper {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10rem;
    }
    .main_info {
        width: 100%;
    }
    .main_info_logo {
        margin-bottom: 5rem;
    }
    .main_info_title {
        margin-bottom: 6.25rem;
    }
    .main_info_title > h1 {
        font-size: 5rem;
        margin-bottom: 3.75rem;
    }
    .main_info_title > h3 {
        font-size: 1.875rem;
    }
    .main_info_title > p {
        font-size: 1.25rem;
    }
    .main_info_sponsor {
        gap: 2.75rem;
    }
    .main_info_sponsor > img {
        height: 2.5rem;
    }
    .main_timer {
        width: 100%;
    }
    .timer_item_wrapper {
        width: 100%;
    }
    /*  인사말  */
    .greeting_container {
        padding: 6.25rem;
    }
    .greeting_wrapper {
        width: 100%;
        gap: 3.75rem;
    }
    .greeting_text {
        gap: 3.75rem;
    }
    .greeting_text > h1 {
        font-size: 1.875rem;
    }
    .greeting_text > p {
        font-size: 1rem;
    }
    .greeting_oper {
        gap: 2rem;
    }
    .greeting_oper > p {
        font-size: 1rem;
    }
    .icon_item {
        padding: 2rem;
    }
    .icon_title > p {
        font-size: 1.375rem;
    }
    .icon_title > img {
        height: 80%;
    }
    .icon_des {
        font-size: 0.875rem;
    }
    /*  레노버 피파  */
    .fifa_container {
        padding: 6.25rem 0rem;
    }
    .fifa_container > img {
        width: 80%;
        max-width: 57.875rem;
    }
    /*  아젠다  */
    .agenda_container {
        padding: 6.25rem;
    }
    .agenda_wrapper {
        width: 100%;
    }
    .agenda_wrapper > h1 {
        font-size: 1.874rem;
        font-weight: 600;
        margin-bottom: 3.625rem;
    }
    .agenda_row {
        height: 2.875rem;
    }
    .agenda_time {
        font-size: 0.875rem;
    }
    .agenda_session {
        padding-left: 1.25rem;
        font-size: 1rem;
    }
    .agenda_session_wrapper__red,
    .agenda_session_wrapper__purple,
    .agenda_session_wrapper__blue {
        font-size: 1rem;
    }
    .session_title__red,
    .session_title__purple,
    .session_title__blue {
        font-size: 1rem;
    }
    .session_des {
        padding: 0rem 1.25rem;
        font-size: 1rem;
    }
    /*  스피커  */
    .speaker_container {
        padding: 6.25rem;
    }
    .speaker_wrapper {
        width: 100%;
    }
    .speaker_wrapper > h1 {
        font-size: 1.875rem;
        padding: 0rem;
        margin-bottom: 2.5rem;
    }
    .slide_item {
        width: 20rem;
        height: 26rem;
    }
    .slide_item_text {
        height: 13rem;
        padding: 1.5rem;
    }
    .item_tag {
        width: 7.5rem;
        font-size: 1rem;
    }
    .item_name {
        font-size: 1.25rem;
    }
    .item_des {
        font-size: 1.125rem;
    }
    #slider-left-btn,
    #slider-right-btn {
        display: none;
    }
    /*  스폰서  */
    .sponsor_container {
        padding: 6.25rem;
    }
    .sponsor_wrapper {
        width: 100%;
        gap: 1rem;
    }
    .sponsor_wrapper > h1 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }
    .sponsor_item > img {
        height: 2.5rem;
    }
    /*  로케이션  */
    .location_container {
        padding: 6.25rem;
    }
    .location_wrapper {
        width: 100%;
    }
    .location_info {
        padding-right: 2rem;
    }
    .location_info > h1 {
        font-size: 1.875rem;
        margin-bottom: 3.75rem;
    }
    .location_info_title {
        margin-bottom: 2.5rem;
    }
    .location_info_title > h2 {
        font-size: 1.75rem;
    }
    .location_info_title > p {
        font-size: 1.125rem;
    }
    .location_info_traffic {
        gap: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .location_info_traffic > div > p {
        font-size: 1rem;
        word-break: keep-all;
    }
    .location_info_btn > p {
        font-size: 1.25rem;
    }
    /*  바텀   */
    .bottom_wrapper {
        width: 100%;
    }
}

/*  Mobile Device  */
@media all and (min-width: 320px) and (max-width: 959px) {
    /*  메인이미지  */
    #logo-lenovo-V {
        position: absolute;
        top: 30vw;
        right: 0;
        height: 28vw;
    }
    #main-video {
        display: none;
    }
    #main-video-mobile {
        display: block;
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -11;
        object-fit: cover;
    }
    .main_container {
        height: 100%;
        padding: 30vw 4vw 6.25rem 4vw;
    }
    .main_wrapper {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10rem;
    }
    .main_info {
        width: 100%;
        height: 100%;
    }
    .main_info_logo {
        width: 30vw;
        margin-bottom: 2.5rem;
    }
    .main_info_title {
        margin-bottom: 5rem;
    }
    .main_info_title > h1 {
        font-size: 12vw;
        margin-bottom: 2.5rem;
        letter-spacing: -1px;
    }
    .main_info_title > h3 {
        font-size: 5vw;
    }
    .main_info_title > p {
        font-size: 3vw;
    }
    .main_info_sponsor {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2rem;
    }
    .main_info_sponsor > img {
        height: 2.5rem;
    }
    .main_timer {
        width: 100%;
    }
    .main_timer_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
    }
    .timer_item_wrapper {
        width: 100%;
        height: 7.5rem;
        padding: 1.25rem;
        font-size: 1rem;
    }
    #timer-days, #timer-hours, #timer-mins, #timer-secs {
        font-size: 3.75rem;
        letter-spacing: -2.2px;
    }
    /*  레노버 피파  */
    .fifa_container {
        padding: 5rem 0rem;
    }
    .fifa_container > img {
        width: 70%;
        height: auto;
    }
    /*  인사말  */
    .greeting_container {
        padding: 6.25rem 4vw;
    }
    .greeting_wrapper {
        width: 100%;
        gap: 2.5rem;
    }
    .greeting_text {
        gap: 2.5rem;
    }
    .greeting_text > h1 {
        font-size: 1.75rem;
        word-break: keep-all;
    }
    .greeting_text > p {
        font-size: 1rem;
    }
    .greeting_oper {
        gap: 2.5rem;
    }
    .greeting_oper > p {
        font-size: 1rem;
    }
    .greeting_icon_wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    .icon_title > p {
        font-size: 1.5rem;
    }
    .icon_title > img {
        height: 4rem;
    }
    .icon_des {
        font-size: 0.875rem;
    }
    /*  아젠다  */
    .agenda_container {
        padding: 6.25rem 4vw;
    }
    .agenda_wrapper {
        width: 100%;
    }
    .agenda_wrapper > h1 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
    .agenda_row {
        display: grid;
        height: 4rem;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0.625rem;
        row-gap: 0.625rem;
    }
    .agenda_time {
        grid-row: 1 / 4;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        border: 1px solid #E6E2E4;
        border-radius: 0.625rem;
    }
    .agenda_session {
        display: flex;
        align-items: center;
        padding: 0rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 500;
        grid-row: 1 / 4;
        grid-column: 2 / 4;
    }
    .agenda_session_wrapper__red,
    .agenda_session_wrapper__purple,
    .agenda_session_wrapper__blue {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        font-size: 0.875rem;
    }
    .agenda_session_wrapper__red {
        grid-column: 2 / 4;
    }
    .agenda_session_wrapper__purple {
        grid-column: 2 / 4;
    }
    .agenda_session_wrapper__blue {
        grid-column: 2 / 4;
    }
    .session_title__red,
    .session_title__purple,
    .session_title__blue {
        font-size: 1rem;
    }
    .session_des {
        height: 10.25rem;
        padding: 0rem 1.25rem;
        font-size: 0.875rem;
        word-break: keep-all;
    }
    /*  스피커  */
    .speaker_container {
        padding: 6.25rem 4vw;
    }
    .speaker_wrapper {
        width: 100%;
    }
    .speaker_wrapper > h1 {
        font-size: 1.75rem;
        padding: 0rem;
        margin-bottom: 3.75rem;
    }
    .slide_container {
        overflow: auto;
    }
    .slide_container::-webkit-scrollbar {
        display: none;
    }
    #slide-wrapper {
        width: 130.5rem;
    }
    .slide_item {
        width: 17.5rem;
        height: 24.25rem;
        background-size: cover;
        background-position: top;
    }
    .slide_item_text {
        height: 13rem;
        padding: 2rem;
    }
    .item_tag {
        width: 4.5rem;
        font-size: 0.75rem;
    }
    .item_name {
        font-size: 1.125rem;
        margin-bottom: 0.625rem;
    }
    .item_des {
        font-size: 0.875rem;
        word-break: keep-all;
    }
    #slider-left-btn,
    #slider-right-btn {
        display: none;
    }
    /*  스피커 모달  */
    #speaker-modal-wrapper {
        width: 80vw;
        height: 70vh;
        padding: 2rem;
        background-position: bottom right;
    }
    .modal_name_wrapper {
        margin-bottom: 2.5rem;    
    }
    #modal-name {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    #modal-company,
    #modal-position {
        font-size: 1.375rem;
    }
    #modal-time {
        margin-bottom: 1.25rem;
        font-size: 0.75rem;
    }
    #modal-contents {
        font-size: 1rem;
    }
    /*  스폰서  */
    .sponsor_container {
        padding: 6.25rem 4vw;
    }
    .sponsor_wrapper {
        width: 100%;
        gap: 1rem;
    }
    .sponsor_wrapper > h1 {
        font-size: 1.75rem;
        margin-bottom: 3rem;
    }
    .sponsor_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .sponsor_item > img {
        height: 2rem;
    }
    /*  로케이션  */
    .location_container {
        padding: 6.25rem 4vw;
    }
    .location_wrapper {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }
    .location_info {
        width: 100%;
    }
    .location_info > h1 {
        font-size: 1.75rem;
        margin-bottom: 3.75rem;
    }
    .location_info_title {
        margin-bottom: 2.5rem;
    }
    .location_info_title > h2 {
        font-size: 1.25rem;
    }
    .location_info_title > p {
        font-size: 1rem;
    }
    .location_info_traffic {
        gap: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .location_info_traffic > div > h3 {
        font-size: 1rem;
        margin-bottom: 0.375rem;
    }
    .location_info_traffic > div > p {
        font-size: 0.875rem;
    }
    .location_info_btn > p {
        font-size: 1.25rem;
    }
    .location_info_btn > img {
        height: 0.75rem;
    }
    .location_map {
        width: 100%;
        height: 30rem;
    }
    /*  바텀   */
    .bottom_wrapper {
        width: 100%;
    }
    .bottom_title > p {
        font-size: 1.5rem;
    }
}