/* @media screen and (min-width: 2560px) {
    .modal_form_input {
        height: 7vh;
        font-size: 20px;
        margin-top: 25px;
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(1) {
        width: 70px;
        font-size: 17px;
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(2) {
        height: 17px;
        font-size: 15px;
        transition: all 0.5s ease-in-out;
    }
} */

@media screen and (min-width: 1920px) {
    .main_text {
        font-size: 28px;
        transition: all 0.5s ease-in-out;
    }

    .modal_form_input {
        font-size: 17px;
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(1) {
        width: 60px;
        font-size: 15px;
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(2) {
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .modal_main_text {
        font-size: 28px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap {
        font-size: 18px;
    }

    .item_wrap span:nth-child(3), 
    .item_wrap span:nth-child(4) {
        font-size: 16px;
    }

    .register {
        width: 120px;
        height: 50px;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }

    .delete {
        width: 120px;
        height: 50px;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }

    .submit_button {
        width: 120px;
        height: 50px;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }

    .searchbar {
        width: 240px;
        height: 45px;
        transition: all 0.5s ease-in-out;
    }

    .searchbar input {
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .search_button {
        margin: 3px 0 0 10px;
        transition: all 0.5s ease-in-out;
    }

    .list_wrap {
        height: 50px;
        transition: all 0.5s ease-in-out;
    }

    .list_top_name {
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 1919px) {
    .modal_form_input {
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(1) {
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(2) {
        transition: all 0.5s ease-in-out;
    }

    .modal_main_text {
        transition: all 0.5s ease-in-out;
    }

    .submit_button {
        transition: all 0.5s ease-in-out;
    }

    .register {
        transition: all 0.5s ease-in-out;
    }

    .delete {
        transition: all 0.5s ease-in-out;
    }

    .searchbar {
        transition: all 0.5s ease-in-out;
    }

    .searchbar input {
        transition: all 0.5s ease-in-out;
    }

    .search_button {
        transition: all 0.5s ease-in-out;
    }

    .list_wrap {
        transition: all 0.5s ease-in-out;
    }

    .list_top_name {
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1919px) {
    .modal_form_input {
        font-size: 15px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap {
        font-size: 16px;
    }

    .item_wrap span:nth-child(3), 
    .item_wrap span:nth-child(4) {
        font-size: 14px;
    }

    .main_text {
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 1280px) {
    .left_side {
        transition: all 0.5s ease-in-out;
    }

    .side_top_p {
        font-size: 15px;
        transition: all 0.5s ease-in-out;
    }

    .side_top_p1 span:nth-child(2) {
        font-size: 18px;
        transition: all 0.5s ease-in-out;
    }

    .company {
        transition: all 0.5s ease-in-out;
    }

    .side_bottom {
        transition: all 0.5s ease-in-out;
    }

    .register {
        transition: all 0.5s ease-in-out;
    }

    .delete {
        transition: all 0.5s ease-in-out;
    }

    .searchbar {
        transition: all 0.5s ease-in-out;
    }

    .searchbar input {
        transition: all 0.5s ease-in-out;
    }

    .search_button {
        transition: all 0.5s ease-in-out;
    }

    .item_wrap {
        transition: all 0.5s ease-in-out;
    }

    .item_wrap span:nth-child(3),
    .item_wrap span:nth-child(4) {
        transition: all 0.5s ease-in-out;
    }

    .view_text ul span:nth-child(2) {
        transition: all 0.5s ease-in-out;
    }

    .view_img_div {
        transition: all 0.5s ease-in-out;
    }

    .view_text {
        transition: all 0.5s ease-in-out;
    }

    .list_wrap {
        transition: all 0.5s ease-in-out;
    }

    .list_top_name {
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 1100px) {
    .view_text ul span:nth-child(2) {
        font-size: 10px;
        transition: all 0.5s ease-in-out;
    }

    .view_img_div {
        height: 85%;
        margin: 0;
        transition: all 0.5s ease-in-out;
    }

    .view_text {
        width: 47%;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 1024px) {
    .view_img_div {
        height: 80%;
        transition: all 0.5s ease-in-out;
    }

    .left_side {
        width: 240px;
        transition: all 0.5s ease-in-out;
    }

    .side_top_p {
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .side_top_p1 span:nth-child(2) {
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }

    .company {
        margin-left: 0;
        transition: all 0.5s ease-in-out;
    }

    .side_bottom {
        font-size: 14px;
        transition: all 0.5s ease-in-out;
    }

    .register {
        width: 90px;
        height: 40px;
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .delete {
        width: 90px;
        height: 40px;
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .modal_submit {
        margin: 20px 40px 0 20px;
    }

    .submit_button {
        width: 90px;
        height: 40px;
        font-size: 13px;
        transition: all 0.5s ease-in-out;
    }

    .searchbar {
        width: 200px;
        transition: all 0.5s ease-in-out;
    }

    .searchbar input {
        width: 165px;
        font-size: 12px;
        transition: all 0.5s ease-in-out;
    }

    .search_button {
        margin-right: 8px;
        transition: all 0.5s ease-in-out;
    }

    .modal_view {
        display: none;
    }

    .modal_input_section {
        width: 90%;
        transition: all 0.5s ease-in-out;
    }

    .modal_container {
        justify-content: center;
    }

    .item_wrap {
        font-size: 12px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap span:nth-child(3),
    .item_wrap span:nth-child(4) {
        font-size: 11px;
        padding: 0;
        transition: all 0.5s ease-in-out;
    }

    .list_wrap {
        height: 35px;
        transition: all 0.5s ease-in-out;
    }

    .list_top_name {
        font-size: 14px;
        transition: all 0.5s ease-in-out;
    }

    .custom-swal-container {
        width: 25em;
    }
}

@media screen and (max-width: 750px) {
    main {
        width: 100%;
        height: 90vh;
    }

    .left_side {
        display: none;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 515px) {
    .list_top_name {
        padding-top: 6px;
        font-size: 12px;
        transition: all 0.5s ease-in-out;
    }

    .list_input {
        width: 17px;
        height: 17px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap {
        font-size: 10px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap img {
        width: 60px;
        height: 80px;
        transition: all 0.5s ease-in-out;
    }

    .item_wrap span:nth-child(3), 
    .item_wrap span:nth-child(4) {
        font-size: 10px;
        transition: all 0.5s ease-in-out;
    }

    .modal_content {
        transition: all 0.5s ease-in-out;
    }

    .modal_input_section {
        transition: all 0.5s ease-in-out;
    }

    .modal_form_input {
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 471px) {
    main {
        margin: 60px 30px 0 30px;
    }
    
    .main_nav {
        flex-wrap: wrap;
        transition: all 0.5s ease-in-out;
    }

    .searchbar {
        width: 100%;
        margin-top: 10px;
        justify-content: space-between;
    }

    .searchbar input {
        width: 100%;
    }

    .item_wrap {
        height: 90px;
    }

    .item_wrap img {
        width: 55px;
        height: 70px;
    }

    .modal_content {
        height: 65vh;
        transition: all 0.5s ease-in-out;
    }

    .modal_input_section {
        height: 40vh;
        transition: all 0.5s ease-in-out;
    }

    .modal_form_input {
        height: 4vh;
        margin-top: 15px;
        transition: all 0.5s ease-in-out;
    }

    .modal_submit {
        margin: 20px 20px 0 20px;
    }

    .camera span {
        font-size: 10px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 450px) {
    .main_nav {
        margin-top: 25px;
    }

    .list_top_name {
        padding-top: 9px;
        font-size: 10px;
    }

    .register {
        width: 80px;
        font-size: 12px;
    }

    .delete {
        width: 80px;
        font-size: 12px;
    }

    .list_top_name {
        margin-left: 35px;
    }
}

@media screen and (max-width: 375px) {

}

@media (min-height: 1001px) {
    .main_list {
        max-height: 90vh;
        transition: all 0.5s ease-in-out;
    }

    .modal_container {
        margin-top: 55px;
        transition: all 0.5s ease-in-out;
    }
    
    .modal_form_input {
        height: 6vh;
        transition: all 0.5s ease-in-out;
    }
}

@media (max-height: 1000px) {
    .main_list {
        transition: all 0.5s ease-in-out;
    }

    .modal_container {
        transition: all 0.5s ease-in-out;
    }

    .modal_form_input {
        transition: all 0.5s ease-in-out;
    }
}

@media (max-height: 750px) {
    .main_list {
        height: 68vh;
        transition: all 0.5s ease-in-out;
    }

    .view_img_div {
        width: 45%;
        transition: all 0.5s ease-in-out;
    }    
}

@media (min-height: 681px) {
    .modal_form {
        transition: all 0.5s ease-in-out;
    }
    
    .modal_container {
        transition: all 0.5s ease-in-out;
    }

    .view_img_div {
        transition: all 0.5s ease-in-out;
    }
}

@media (max-height: 680px) {
    .modal_form {
        margin: 0;
        transition: all 0.5s ease-in-out;
    }

    .modal_container {
        margin-top: 20px;
        transition: all 0.5s ease-in-out;
    }

    .view_img_div {
        width: 40%;
        transition: all 0.5s ease-in-out;
    }    

    .main_list {
        height: 70%;
        transition: all 0.5s ease-in-out;
    }
}