@media (max-width: 1300px) {

    /* main 컨테이너 */
    .main_container {
        height: 100vh;
    }

    h1>img {
        width: 300px;
    }

    .main_text_content {
        font-size: 60px;
    }

    /* recommend 컨테이너 */
    .tab-button {
        width: 260px;
        height: 60px;
        padding: 20px 16px;
        font-size: 20px;
    }

    .content_box>h2 {
        font-size: 40px;
    }

    .card {
        width: 280px;
        height: 420px;
    }

    /* new 컨테이너 */
    .new_container {
        max-width: 1000px;
    }

    .new_container>h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .new_text_content {
        font-size: 60px;
    }

    .new1 {
        top: 8px;
        right: 112px;
        width: 350px;
    }

    .new2 {
        width: 350px;
        top: 180px;
        left: 50px;
    }

    .new3 {
        width: 280px;
        right: 190px;
        top: 370px;
    }

    /* top 컨테이너 */
    .top_container {
        width: 1000px;
    }

    .top_container>h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .top_content {
        margin-bottom: 10px;
    }

    .first_box {
        width: 364px;
    }

    .big_common_h3 {
        font-size: 24px;
        line-height: 28px
    }


    /* location 컨테이너 */
    .location_container {
        padding: 80px 0;
    }

    .location_full_content>h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .location_full_content {
        max-width: 1000px;
    }

    .bottom_img_box>img {
        width: 220px;
    }

    /* footer */
    footer {
        height: 300px;
        padding: 60px;
    }

    .logo {
        width: 200px;
    }
}

@media (max-width: 1024px) {
    
    /* main 컨테이너 */
    h1>img {
        width: 250px;
    }

    .main_text_content {
        font-size: 42px;
    }

    /* recommend 컨테이너 */
    .recommend_content {
        gap: 24px;
        padding: 120px 0 0 40px;
    }

    .content_box {
        gap: 42px;
    }

    .scroll_wrapper {
        gap: 24px;
    }

    .card {
        width: 270px;
        height: 400px;
    }

    /* new 컨테이너 */
    .new_container {
        max-width: 700px;
        height: 700px;
    }

    .new_container>h2 {
        font-size: 36px;
    }

    .new_text_content {
        font-size: 48px;
    }

    .new1 {
        top: -10px;
        right: 90px;
        width: 250px;
    }

    .new2 {
        width: 250px;
        top: 150px;
        left: 30px;
    }

    .new3 {
        width: 220px;
        right: 90px;
        top: 310px;
    }

    /* top 컨테이너 */
    .top_container {
        width: 700px;
        height: auto;
    }

    .top_container>h2 {
        font-size: 36px;
    }

    .top_content {
        margin-bottom: 22px;
    }

    .first_box,
    .second_box,
    .third_box {
        width: 220px;
        height: 400px
    }

    .third_top_box {
        height: 200px;
        border-radius: 0 50px 0 0;
    }

    .third_bottom_box {
        height: 180px;
    }

    .first_box,
    .fifth_box {
        padding: 16px;
    }

    .fifth_box {
        border-radius: 0 0 0 50px;
    }

    .big_common_h3,
    .common_h3 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    .big_common_p,
    .common_p {
        font-size: 14px;
        line-height: 16px;
    }


    /* location 컨테이너 */
    .location_container {
        padding: 60px 0;
    }

    .location_full_content>h2 {
        font-size: 36px;
    }

    .location_full_content {
        max-width: 700px;
    }

    .loction_content {
        display: block;
    }

    .left_content,
    .right_content {
        width: 100%;
    }

    .bottom_box {
        display: none;
    }

    .right_content>iframe {
        height: 300px;
    }

    /* footer */
    footer {
        height: 250px;
        padding: 50px;
    }

    .logo {
        width: 160px;
    }

    .tel {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .tel>p,
    .service>p {
        font-size: 14px;
    }
}

@media (max-width: 700px) {

    /* main 컨테이너 */
    h1>img {
        width: 150px;
    }

    .main_text_content {
        font-size: 24px;
    }

    /* recommend 컨테이너 */
    .content_box>h2 {
        font-size: 36px;
    }

    .tab-button {
        width: 160px;
        height: 50px;
        padding: 8px;
        font-size: 16px;
    }

    .card {
        width: 200px;
        height: 300px;
    }

    .scroll_wrapper {
        overflow-x: hidden;
    }

    .card_text_box>h3 {
        margin-left: 4px;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 28px;
    }

    .card_text_box>p {
        display: none;
    }

    /* new 컨테이너 */
    .new_container {
        max-width: 360px;
        height: 500px;
        box-sizing: border-box;
    }

    .new_text_content {
        font-size: 28px;
    }

    .new1 {
        top: 0px;
        right: -10px;
        width: 150px;
    }

    .new2 {
        width: 120px;
        top: 84px;
        left: 2px;
    }

    .new3 {
        width: 130px;
        right: -6px;
        top: 140px;
    }

    /* top 컨테이너 */
    .top_container {
        width: 360px;
        height: auto;
        margin: 60px auto;
        box-sizing: border-box;
    }

    .top_content {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .first_box,
    .second_box {
        width: 160px;
        height: 180px;
        margin-bottom: 16px;
    }

    .second_box {
        border-radius: 0 30px 0 0;
    }

    .third_box {
        flex-direction: row;
        width: 360px;
        height: 180px;
        margin-bottom: 16px;
    }

    .third_top_box {
        width: 160px;
        height: 180px;
        border-radius: 0;
    }

    .third_bottom_box {
        width: 160px;
    }

    .fifth_box {
        height: 160px;
        border-radius: 0 0 0 30px;
    }

    .big_common_h3,
    .common_h3 {
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        font-weight: 400;
    }

    .big_common_p,
    .common_p {
        display: none;
    }

    /* location 컨테이너 */
    .location_container {
        padding: 48px 0;
    }

    .location_full_content {
        max-width: 360px;
    }

    .input_box {
        padding: 4px;
    }

    .input::placeholder {
        font-size: 16px;
    }

    .search_icon>img {
        width: 24px;
        height: auto;
    }

    .right_content>iframe {
        height: 200px;
    }

    /* footer */
    footer {
        height: 230px;
        padding: 40px;
    }

    .logo {
        width: 120px;
    }

    .tel {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .tel>p,
    .service>p {
        font-size: 12px;
    }

}

@media (max-width: 500px) {

    /* main 컨테이너 */
    .main_container {
        height: auto;
    }
    
    /* recommend 컨테이너 */
    .recommend_container {
        height: 100%;
        overflow: visible;
    }

    .recommend_side_content {
        position: sticky;
        height: 250px;
        top: 0;
        gap: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .recommend_content {
        gap: 16px;
        padding: 70px 0 0 0;
        justify-content: center;
    }

    .tab-button {
        width: 100px;
        height: 40px;
        padding: 4px;
        font-size: 14px;
    }

    .content_box {
        gap: 16px;
    }

    .content_box>h2 {
        font-size: 26px;
    }

    .scroll_wrapper {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .card {
        width: 160px;
        height: 200px;
        border-radius: 24px;
        padding: 10px 16px;
    }

    .card_text_box>h3 {
        font-size: 16px;
        line-height: 22px;
    }

}