.menu a {
    padding: 5px 10px;
    border-left: 1px solid #da6d8a;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
    border-left-style: dashed;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contents_m table th {
    background-color: #f4f4f4;
    padding: 8px 10px;
}

.contents_m table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    background-color: #fff;
}

#contents {
    /* margin-top: 105px; */
    padding-bottom: 0 !important;
}

@media only screen and (min-width: 330px) {
    #contents{
		padding: 0 10px;
	}
    #contents .contents_inline .view-more {
        display: block;
    }

    #contents .contents_inline .contents_m .new_job table tr:nth-child(odd) td {
        background-color: #ffedf2;
    }

    #contents .contents_inline .contents_m .new_job table tr th {
        background-color: #ff4778;
        color: white;
        text-align: center;
        height: 60px;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        width: 140px;
    }

    #contents .contents_inline .contents_m .new_job table tr th:first-child {
        border-radius: 10px 0 0 0;
        width: 200px;
    }

    #contents .contents_inline .contents_m .new_job table tr th:nth-child(2){
        width: 100px;
    }

    #contents .contents_inline .contents_m .new_job table tr th:nth-child(6){
        width: 200px;
    }

    #contents .contents_inline .contents_m .new_job table tr th:nth-child(7){
        width: 80px;
    }

    #contents .contents_inline .contents_m .new_job table tr td{
        white-space: nowrap;
    }

    #contents .contents_inline .contents_m .new_job table tr td a{
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    #contents{
		padding: 0;
	}
    .footer-top {
        flex-direction: column;
        height: auto !important;
    }

    .menu a {
        padding-left: 20px;
        gap: 20px;
    }

    .footer-top .logo img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    #foot {
        margin-top: 80px !important;
    }
}

@media screen and (min-width: 1024px) {
    #contents {
        margin-top: 165px;
    }

    #contents .contents_inline .view-more {
        display: block;
        margin-top: 48px;
        text-align: right;
    }

    .footer-top {
        padding: 20px 0;
        margin: auto;
        max-width: 1400px;
        height: auto;
        width: 100%;
        justify-content: space-between;
    }

    .foot-intro {
        /* font-size: unset !important; */
        font-family: unset !important;
    }
}

@media screen and (min-width: 1400px) {
    #contents {
        margin-top: 165px;
    }

    .cmn-stylishSelect .fa {
        right: 15px;
    }
}

#foot {
    border: 0 !important;
}

.footer-top {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: black;
    border-bottom: 1px solid #e0e0e0;
    height: 170px;
}

.footer-top .logo {
    display: flex !important;
    align-items: center;
    justify-content: start;
    /* gap: 10px; */
    flex-direction: column;
}

.footer-top .logo .sns{
    margin-right: 8%;
}


.footer-top .logo img {
    max-height: 50px;
    object-fit: contain;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    /* height: 125px !important; */
    background-color: #ff4778;
}

.footer-bottom .foot-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
    height: 60% !important;
    gap: 15px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-size: 18px !important;
}

.foot-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    font-weight: 600 !important;
    font-size: 16px;
}

.border-end {
    border-right: 1px solid #ffffff;
}

.col-7 {
    width: 58.3333%;
}

.cmn-stylishSelect .fa {
    position: absolute;
    top: 50%;
    right: 20px;
}

.content-footer::after,
.content-footer::before {
    position: unset;
}