.m-0{
    margin: 0;
}

/* Table Search Condition */
.search_conditions_wrap {
    overflow: hidden;
}

.search_conditions_wrap {
    margin-top: 20px;
}

.contents_m table {
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border-collapse: separate;
    border: 1px solid #dad8d6;
}

.contents_m table.tb_style01 td {
    border-width: 0 0 1px 0;
    border-color: #dad8d6;
}

.contents_m table.tb_style01 tr:first-child th {
    border-top-left-radius: 10px;
}

.contents_m table.tb_style01 td{
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #dad8d6;
    font-size: 14px;
} 

.contents_m .search_conditions_wrap table.tb_style01 tr:nth-child(odd) td {
    background-color: #faf7f5;
}

.contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr:first-child th{
    border-top-left-radius: 0;
}

.contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr th{
    border-width: 0 1px 1px 0;
    padding: 10px 5px;
    text-align: center;
}

.contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr td{
    border-width: 0 1px 1px 0;
    padding: 10px 5px;
    text-align: center;
}

.contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr td{
    background-color: #fff;
}

.contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr:nth-child(odd) td {
    background-color: #fff;
}

.content_job_search .contents_m .search_conditions_wrap table.tb_style01.tb_style03 tr:last-child th{
    border-top: 0;
    border-right: 0;
} 

.content_job_search .contents_m .search_conditions_wrap table.tb_style01.tb_style03 tr:last-child td{
    border-top: 0;
    border-right: 0;
} 

.content_job_search .contents_m table.tb_style01.tb_style04 tr th{
    width: 140px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content_job_search .contents_m table.tb_style01.tb_style04 tr th{
    border-width: 0 1px 1px 0;
}

.content_job_search .contents_m table.tb_style01.tb_style04 tr td{
    border-width: 0 1px 1px 0;
}

.content_job_search .contents_m table.tb_style01.tb_style04 tr td:last-child{
    border-right: 0;
}

.contents_m .search_conditions_wrap .handling{
    display: block;
    position: relative;
    line-height: 1.8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contents_m .search_conditions_wrap input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px; 
    height: 20px;
    border: 1px solid #ff4778; 
    border-radius: 4px; 
    background-color: white; 
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -4px
}

.contents_m .search_conditions_wrap input[type=checkbox]:checked {
    background-color: #ff4778;
    border: none;
}

/* Dấu check */
.contents_m .search_conditions_wrap input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.contents_m .search_conditions_wrap input[type=checkbox]:checked::before {
    opacity: 1;
}

/* Radio button */
.contents_m table .locations {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contents_m .search_conditions_wrap .radio_wrap {
	display: block;
	position: relative;
	padding-left: 30px;
    padding-top: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.contents_m .search_conditions_wrap .radio_wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.contents_m .search_conditions_wrap .radio_wrap .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ff4778;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contents_m .search_conditions_wrap .radio_wrap:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.contents_m .search_conditions_wrap .radio_wrap input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.contents_m .search_conditions_wrap .radio_wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.contents_m .search_conditions_wrap .radio_wrap input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.contents_m .search_conditions_wrap .radio_wrap .checkmark:after {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff4778;
}

.contents_m .search_conditions_wrap .salary-wrap {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.contents_m .search_conditions_wrap .salary-wrap .cmn-stylishSelect {
    margin-bottom: 5px;
}

.btn-reset {
    float: right;
    text-align: right;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    margin-top: 20px;
}
/* Table Search Condition */

.content_job_search .no_content{
    margin-top: 70px;
    text-align: center;
    background-color: #ffedf2;
}

.btn-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.content_job_search .pack-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_job_search .pack-header ul.operation{
    display: flex;
    gap: 10px;
}

.content_job_search .pack-header ul.operation li {
    display: block;
    padding: 10px 12px 5px 12px;
    text-align: center;
    font-family: 'Kosugi Maru', serif;
    border: 1px solid #ededed;
    text-decoration: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-color: #99ccff;
}

.content_job_search .pack-header ul.operation li a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.content_job_search .button{
    background: transparent;
}

.content_job_search input[name="csvExport"]{
    height: 50px;
    width: 280px;
    border-radius: 30px !important;
    border: none;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.content_job_search .search{
    position: relative;
    height: 50px;
    width: 280px;
}

.content_job_search .search::after{
    content: "🔥";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.content_job_search .pack .btn-grp .view-more a .content-button {
    background-color: #77e697;
}

.content_job_search .pack .btn-grp .view-more a .content-button::before {
    content: url('../../img/custom/ic-more-green.png');
}


.content_job_search .pack .btn-grp .view-more.btn-style01 a .content-button {
    background-color: #cdcdcd;
}

#contents .content_job_search.contents_inline .pack .btn-style01 a .content-button{
    background-color: #cdcdcd;
}

#contents .content_job_search.contents_inline .pack .btn-style01 a .btn-black{
    background-color: #999999;
}

#contents .content_job_search.contents_inline .pack .btn-style01 a .content-button::before {
    content: url('../../img/custom/ic-more-gray.png');
}

#contents #clip-page.contents_inline .contents_m{
    float: none;
    margin: auto;
}

#contents .content_job_search.contents_inline .contents_m .contents_box_custom h3{
    color: #61493e;
}

#contents .content_job_search.contents_inline .contents_m .contents_box_custom h3 a{
    color: #61493e;
    text-decoration: none;
    font-size: 24px;
}

.content_job_search .pack .pack-content .search_conditions_wrap.table_salary{
    height: 100%;
    margin-bottom: 20px;
}

.search_conditions_wrap.table_salary .striped{
    table-layout: auto;
    margin-bottom: 0;
}

.contents_m .search_conditions_wrap.table_salary table.tb_style01.tb_style02 tr th{
    width: auto;
    min-width: 100px;
    white-space: nowrap;
}

.contents_m .search_conditions_wrap.table_salary table.tb_style01.tb_style02 tr td{
    width: auto;
    min-width: 100px;
    white-space: nowrap;
    padding: 10px;
}

@media screen and (min-width: 330px){
    .main-resume-cuser .search_conditions_wrap .striped {
        min-width: 650px;
    }
    .content_job_search .search_page{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content_job_search .search_page ul{
        margin: 0;
    }

    .content_job_search .search_page ul li a{
        padding: 10px 11px 10px 12px;
        border-radius: 8px;
        font-weight: bold;
    }

    .content_job_search .search_page ul li.focus{
        border-color: #ff4778;
        background: #ff4778;
        color: #fff;
        padding: 10px 11px 10px 12px;
        border-radius: 8px;
        font-weight: bold;
    }

    .content_job_search .cmn-stylishSelect {
        width: 128px;
    }

    .content_job_search .contents_m table tr td input[type="text"] {
        max-width: none;
    }

    .contents_m table.tb_style01 th, .contents_m table.tb_style01 td {
        box-sizing: border-box;
        padding: 10px 10px;
    }

    .contents_m table.tb_style01 tr td input[type="text"] {
        border: 1px solid #dad8d6;
        border-radius: 5px;
        padding: 12px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .content_job_search .cmn-stylishSelect select {
        padding: 0 10px;
        height: 40px;
        background-color: #fff;
    }

    .contents_m .search_conditions_wrap .salary-wrap span {
        display: inline-block;
        width: 100px;
        font-size: 14px;
    }
    
    .contents_m .search_conditions_wrap .salary-wrap.sw02 span {
        width: 145px;
    }

    .content_job_search .pack{
        padding: 10px;
        background-color: #fcf6f2;
    }

    .content_job_search .pack .pack-content .image-wrap{
        margin: 0 30px 30px 0;
        /* float: left; */
        width: 100%;
    }

    .content_job_search .pack .pack-content .image-wrap img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content_job_search .pack .pack-content .search_conditions_wrap{
        overflow-x: auto;
    }

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr th{
        font-size: 10px;
    }

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr td{
        font-size: 10px;
    }

    .contents_m table.tb_style01 th{
        width: 50px;
    }

    .content_job_search .pack .btn-grp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .content_job_search .contents_m table.tb_style01.tb_style04 tr th{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: center;
        width: 100%;
    }

    .contents_m .search_conditions_wrap .btn_search{
        height: 50px;
        width: 280px;
        border-radius: 30px !important;
        border: none;
        text-align: center;
        background-color: #77e697 !important;
        color: white;
        font-size: 16px;
        font-weight: 600;
        font-family: Arial, sans-serif;
        position: relative;
    }

    .contents_m .search_conditions_wrap .btn_search::before {
        right: 15px;
        top: 20px;
        position: absolute;
        content: url('../../img/custom/ic-more-green.png');
    }

    .content_job_search .contents_m .sort dt {
        padding: 0 3px 0 0;
    }

    .content_job_search .contents_m .sort dd{
        font-size: 12px;
        color: #614a3f;
        font-weight: bold;
        border-right: none;
        border-left: 2px dashed #f0ddd3;
        padding: 0 1px 0 5px;
    }

    .content_job_search .contents_m table.tb_style01 th {
        background: #ff4778;
        color: #fff;
        font-weight: bold;
        width: 100%;
        font-size: 14px;
        border-width: 0 0 1px 0;
        border-color: #dad8d6;
    }

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr:first-child th:first-child{
        width: 120px;
    }

    .content_job_search .contents_m .search_conditions_wrap table.tb_style01.tb_style03 tr:last-child td{
        border-left: 0;
    }

    .content_job_search .contents_m .search_conditions_wrap table.tb_style01 tr:last-child th{
        border-bottom-left-radius: 0;
    }
}

@media only screen and (min-width: 768px) {
    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr:first-child th:first-child{
        width: 140px;
    }
    .search_conditions_wrap .striped tr:first-child th:first-child {
        width: 115px;
    }
    .content_job_search .search_page ul li a{
        padding: 13px 14px 13px 15px;
    }

    .content_job_search .search_page ul li.focus{
        padding: 13px 14px 13px 15px;
    }

    .content_job_search .contents_m .sort dd:last-child {
        border-right: 2px dashed #f0ddd3;
    }

    .content_job_search .pack {
        padding: 30px;
        background-color: #fcf6f2;
    }

    .content_job_search .listTags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 15px;
    }

    .content_job_search .listTags li a {
        display: block;
        padding: 3px 40px;
        font-size: 12px;
        text-align: center;
        border: 1px solid #ededed;
        text-decoration: none;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        color: #fff;
        background-color: #ff4778;
    }

    .content_job_search .recruitment-wrap .listTags li a{
        color: #333;
        background-color: #f9f9f9;
        border-radius: 12px;
    }

    /* .content_job_search .pack .pack-content .search_conditions_wrap{
        overflow-x: hidden;
    } */

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr th{
        font-size: 14px;
    }

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr td{
        font-size: 14px;
    }

    .contents_m table.tb_style01 th{
        width: 176px;
    }

    .content_job_search .pack .pack-content .image-wrap {
        margin: 0 15px 30px 0;
        float: left;
        max-width: 190px;
        width: 100%;
    }

    .content_job_search .pack .pack-content .image-wrap img {
        display: block;
        width: 100%;
        /* height: auto; */
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .content_job_search .pack .pack-content .info-wrap {
        margin-top: 10px;
        overflow: hidden;
    }

    .content_job_search .pack .pack-content .info-wrap p {
        /* margin-bottom: 10px; */
        margin: 0;
        font-size: 14px;
    }

    .content_job_search .pack .search_conditions_wrap{
        overflow: hidden;
        margin-top: 20px;
    }

    .content_job_search .pack table th{
        width: 100%;
        text-align: left;
    }

    .content_job_search .pack table td{
        text-align: left;
    }

    .content_job_search .pack table th, .content_job_search .pack table td {
        display: table-cell;
        padding: 20px 15px;
        font-size: 14px;
    }

    .content_job_search .pack .btn-grp{
        margin-bottom: 0;
    }

    .content_job_search .pack .btn-grp .view-more {
        margin-top: 0;
    }

    .content_job_search .contents_m table.tb_style01.tb_style04 tr th{
        width: 140px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .contents_m .search_conditions_wrap .btn_search{
        height: 60px;
    }

    .contents_m .search_conditions_wrap .btn_search::before {
        top: 23px;
    }

    .content_job_search .contents_m .sort dt {
        padding: 0 5px 0 0;
    }

    .content_job_search .contents_m .sort dd{
        font-size: 16px;
        padding: 0 16px;
    }

    .content_job_search .contents_m .search_conditions_wrap table.tb_style01.tb_style03 th {
        width: 176px;
    }

    .content_job_search .contents_m .search_conditions_wrap table.tb_style01 tr:last-child th{
        border-bottom-left-radius: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .search_conditions_wrap .striped tr:first-child th:first-child {
        width: 135px;
    }
    .contents_m table {
        width: 100%;
    }

    #contents .contents_inline .contents_m .body table{
        width: 100%;
    }

    .contents_m table.tb_style01 th, .contents_m table.tb_style01 td {
        box-sizing: border-box;
        padding: 15px 20px;
    }

    .cmn-stylishSelect .fa {
        right: 0;
        font-size: 10px;
    }

    .content_job_search .search_page p{
        float: left;
        font-size: 16px !important;
        font-weight: normal;
    }

    .content_job_search .search_page p span {
        font-size: 20px;
        font-weight: bold;
    }

    .content_job_search .contents_m .sort dt{
        font-size: 16px;
        width: 70px;
        margin-right: 15px;
        color: #614a3f;
    }

    .content_job_search .no_content{
        padding: 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .no_content p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1400px){
    .search_conditions_wrap .striped {
        min-width: unset;
    }
    .content_job_search .pack {
        padding: 50px;
        background-color: #fcf6f2;
    }

    .content_job_search .pack .pack-content .image-wrap {
        margin: 0 40px 40px 0;
        float: left;
        max-width: 280px;
        width: 100%;
    }

    .contents_m .search_conditions_wrap table.tb_style01.tb_style02 tr th{
        padding: 15px 10px;
    }

    .content_job_search .pack .search_conditions_wrap {
        overflow: hidden;
        margin-top: 20px;
    }

    .content_job_search .contents_m table.tb_style01.tb_style04 tr th{
        width: 180px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.content_job_search .contents_m table.tb_style01 tr:last-child td,
#history-page .contents_m table.tb_style01 tr:last-child td{
    border-bottom-right-radius: unset;
}

.content_job_search .contents_m table.tb_style01 tr:first-child td,
#history-page .contents_m table.tb_style01 tr:first-child td{
    border-top-right-radius: unset;
}

#history-page .contents_m table.tb_style01 tr:first-child th{
    border-top-left-radius: unset;
}

.search_conditions_wrap {
    overflow-x: auto;
}


.cuser-search-resume #search_form > div.search_conditions_wrap > table > tbody > tr:nth-child(1) > th:nth-child(3){
    border-width: 0 1px 1px 1px;
    border-top-left-radius: unset;
}
