@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoL.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoL.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoL.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoR.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoR.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoR.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoM.eot?#iefix');
	src: 	/*url('../fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),*/
			url('../fonts/AppleSDGothicNeoM.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoM.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoB.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoB.woff') format('woff');
	font-weight: 600;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src:url('../fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoEB.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoEB.woff') format('woff');
	font-weight: 700;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src:url('../fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoH.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoH.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoH.woff') format('woff');
	font-weight: 800;
}

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}
body,a{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.02em;
	font-style: normal;
	line-height: 1.6;
	color:#000;
}
.gma{
	font-family:'GmarketSans',sans-serif !important;
	color:#100f12;
}
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.5;
	background-color: #000;
	z-index: 99;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

#loadingmodal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: none;
	opacity: 1;
	z-index: 99;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-left: -32px;
	margin-top: -32px;
}

#loading-image {
	-webkit-animation: spin 1000ms infinite linear;
	-moz-animation: spin 1000ms infinite linear;
	-ms-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		border: none;
		height: auto !important;
		max-width: 100%;
		width: 100% !important;
	}
}
.ellipsis{
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
	appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}


select {
	background:#fff url("../images/Icon_sel.png") no-repeat;
	background-position: right 5px center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 15px;
	border:0
}
select::-ms-expand {
	display: none;
}

:root {
	main-color: #CD3838;
	gray-color: #989898;
}

textarea {
	resize:none
}


/*common*/

.left {
	float: left;
}
.right {
	float:right
}

.clearfix:after {content:"";display:block;clear:both}


.mb {
	display: none;
}
.pc {
	display: block;
}

.scroll {
	max-height: 400px;
	overflow-y:auto;
	white-space: pre-line;
}





/*main_common*/





.wrap {
	max-width: 1130px;
	padding:0 15px;
	margin:0 auto;
	width: 100%;
}

header.wrap {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	padding: 20px 15px;
	width: 100%;
}
header.wrap:after {content:"";display:block;clear:both}
#nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background: #fff;
	width: 100%;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1)
}
/* header h1 {
	float:left;
	width: auto;
} */

header .search {
	flex: 1;
	padding: 0 50px;
}
.search>div {
	border:1px solid #F44242;
	max-width: 470px;
	/* float:right  */
}

.search>div input {
	border:0
}
.search>div form {
	display: flex;
}
.search>div form input {
	flex: 1;
	margin: 0 15px;
}
.search>div div:first-child {
	position: relative;
}
.search>div div:first-child::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #E7E7E7;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search>div select {
	padding:13px 20px;
	display: inline-block;
}
.search>div a {
	display: inline-block;
	height: 100%;
	padding:11px 20px;
	text-align: center;
	background: #F44242;
	cursor:pointer
}
header .navright {
	width: 252px;
	text-align: right;
	/* float:right;
	padding-top: 8px; */
}

.navright li {
	display: inline-block;
	font-size: 15px;
}
.navright li a {
	font-size: 15px;
}
.navright li + li {
	margin-left: 20px;
}

.con {
	padding-top: 79px;
}



.redbox {
	background: #FF2525;
	background: linear-gradient(90.81deg, #CE4040, #FF2525);
	background: -moz-linear-gradient(90.81deg, #CE4040, #FF2525);
	background: -webkit-linear-gradient(90.81deg, #CE4040, #FF2525);
	background: linear-gradient(90.81deg, #CE4040, #FF2525, #CE4040);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE4040', endColorstr='#FF2525',GradientType=1 );
	background-size: 600% 600%;
	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	-o-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	position: relative;
}

.new {
	-webkit-animation: blink 1s ease infinite;
	-moz-animation: blink 1s ease infinite;
	-o-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}


@keyframes blink {
	0% {opacity: 1;}
	60% {opacity:1}
	70% {opacity:0}
	80% {opacity:1}
	90% {opacity: 0;}
	100%{opacity: 1;}
}

@-webkit-keyframes blink {
	0% {opacity: 1;}
	60% {opacity:1}
	70% {opacity:0}
	80% {opacity:1}
	90% {opacity: 0;}
	100%{opacity: 1;}
}

@-ms-keyframes blink {
	0% {opacity: 1;}
	60% {opacity:1}
	70% {opacity:0}
	80% {opacity:1}
	90% {opacity: 0;}
	100%{opacity: 1;}
}

.mainslidebox {
	padding: 0 8px;
}

.mainslide {
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.mainslide .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	left: calc((100% - 1100px)  / 2 - 25px );
	width: 50px;
	height: 50px;
}

.mainslide .nex.slick-arrow {
	right: calc((100% - 1100px)  / 2 - 25px);
	left:auto;
	transform: rotate(-180deg) translateY(50%);
}

.mainslidebox {
	max-width: 100%;
}

.slick-arrow {
	cursor: pointer;
}
.cate {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cate {
	display: flex;
	padding: 0;
}
.cate>div {
	padding: 30px;
	width: 33.333%;
}
.cate_local , .cate_house {
	border-right: 1px solid #ddd;
}
.cate_tt {
	padding-bottom: 15px;
}
.cate_tt .left {
	color: #282222;
	etter-spacing: -0.02em;
	font-weight: 600;
	font-size: 20px;
}
.cate_tt .right a {
	display: inline-block;
	letter-spacing: -0.02em;
	font-weight: 500;
	font-size: 17px;
	color: #989797;
}
.cate ul {
	display: flex;
	flex: 1 1 50%;
	border:0.5px solid #DDD;
	align-items: center;
	flex-wrap: wrap;
	border-left:0;
	border-top:0;
	align-items: stretch;
}
.cate ul li {
	border-left: 0.5px solid #DDD;
	border-top: 0.5px solid #DDD;
	flex-grow: 1;
	/*width: 33.333%;*/
}
.cate ul li a{
	display: block;
	background: #EEEEEE;
	padding: 20px 15px;
	color: #989898;
	font-size: 18px;
	text-align: center;
}
.cate ul li.on a , .cate ul li:hover a {
	background: #CA3232;
	color: #fff;
}
.cate .cate_local ul li {
	width: 33.333%
}
.cate .cate_house ul li a {
	padding: 37px;
}
.graybg {
	background: #F3F3F3;
	padding-bottom: 100px;
}

.tt {
	padding: 50px 0 30px;
}
.tt.wrap {
	padding: 50px 15px 30px;
}

.tt .left {
	color: #373737;
	font-weight: 600;
	font-size: 26px;
}
.tt .left img {
	vertical-align: middle;
}

.blockbox {
	display: inline-block;
	padding: 5px 12px;
	background: #453F3F;
	color: #fff;
	text-align: center;
}

.employ_box:after {content:"";display:block;clear:both}
.employ_box {
	margin: -10px;
}
.employ_box li {
	float:left;
	padding: 10px;
	width: 25%;
}
.employ_info02 li{
	width: 20%;
}

.employ_box li>div {
	width: 100%;
	background: #fff;
	text-align: left;
}
.employ_box li>div img {
	width: 100%;
}
.employ_img {
	position: relative;
	padding-bottom: 63.85%;
	overflow: hidden;
}
.employ_img>a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.employ_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.red {
	color: #E14848;
}
.employ_txt01 {
	padding:10px 15px;
	border-bottom:1px solid #E1E1E1;
}

.employ_tt ,.employ_tt a {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.04em;
	color: #494848;
}

.employ_box p {
	font-size: 13px;
	letter-spacing: -0.04em;
	color: #AEAEAE;
	height: 20.8px;
}

.employ_txt02 {
	padding:10px 15px;
}
.employ_txt02 .employ_tt {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.04em;
	color: #202020;
}

.employinfo {
	margin-bottom: 50px;
}

.employcate {
	display: flex;
	flex: 1 1 auto;
	/*border: 0.5px solid #DDD;*/
	align-items: center;
	flex-wrap: wrap;
	border-left: 0;
	border-top: 0;
	margin-bottom: 20px;
}
.employ_cate {
	text-align: right;
	margin-bottom: 10px;
}
.employ_cate select {
	display: inline-block;
	width: 100px;
	margin-left: 10px;
	border:1px solid #DDD;
	padding: 5px 12px;
}

.employcate li {
	width: 16.666%;
	/* width: 20%; */
}
.employcate2 {
	flex: 1 1 30%
}

.employcate2 li {
	width: 14.2857%;
	flex-grow: 1;
}
/* .employcate2 li:first-child {
	width: 100%;
} */
.employcate li.on a, .employcate li:hover a {
	background: #CA3232;
	color: #fff;
}

.employcate li a {
	display: block;
	background: #EEEEEE;
	padding: 20px 15px;
	color: #989898;
	font-size: 18px;
	text-align: center;
}

/* 매몰 */

.employ_box2 li {
	width: 50%;
}
.employ_box2 li>div:after {content:"";display:block;clear:both}
.employ_box2 li>div {
	display: flex;
	flex: 1 1 auto
}
.employ_box2 li>div>div {
	width: 50%;
}
.employ_box2 .employ_img>a {
	position: relative;
}
.employ_box2 .employ_img {
	padding-bottom: 0;
}
.employ_box2 .employ_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.employ_box2 .employ_txt01 b {
	font-size:18px;
	font-weight: 600;
	text-align: center;
}
.tt_price span {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 5px;
	color: #fff;
	background: #F44242;
	padding: 0 5px;
}
.employ_box2 .employ_txt01 .tt_price {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	height: 2.8em;
}
.employ_box2 .employ_txt02 {
	padding: 15px;
}
.employ_txt03 {
	text-align: right;
	padding: 10px 15px;
	border-top: 1px solid #E1E1E1
}
.employ_txt03 span , .employ_txt03 b {
	font-size: 13px;
	display: inline-block;
}
.employ_txt03 span + span {
	margin-left: 5px;
}
.table01 {
	text-align: center;
}
.table01 th{
	font-weight: 600;
	font-size: 16px;
	color: #646464;
	background: #F2F2F2;
	padding: 10px 15px;
	text-align: center;
}
.table01 td {
	font-size: 16px;
	color: #373737;
	padding: 12px 20px;
}
.table01 td>* , .table01 td a{
	font-size: 16px;
}
.table01 td.subtxt {
	font-size: 14px;
	color: #545454;
}
.table01 td:first-of-type {
	border-left:0
}
.table01 td{
	border-left: 1px solid #F2F2F2
}

#page {
	display: flex;
	flex: 1 1 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 60px
}

#page>* {
	display: inline-block;
}

#page button {
	border:0;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #676767;
}
#page button.first_page img {
	margin-right: 15px;
	vertical-align: -2px;
}
#page button.last_page img {
	margin-left: 15px;
	transform:rotate(180deg);
	vertical-align: -2px;
}

#page ul {
	padding:0 40px;
}
#page ul li {
	display: inline-block;
}
#page ul li + li {
	padding-left: 20px;
}
#page ul li a {
	font-weight: 600;
	font-size: 16px;
	color: #CCCCCC;
	padding: 5px;
	display: inline-block;
}
#page ul li.on a {
	color: #0B0B0B;
}
.tt ul li {
	display: inline-block;
}

.tt ul li {
	font-size: 15px;
	color: #656565;
}
.tt ul li span {
	color: #DBDBDB;
	margin: 0 10px;
	display: inline-block;
}

.td_none {
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
}

.employ_box li.ep_none {
	width: 100%;
	float:none;
	padding: 30px 0 40px;
	text-align: center;
	font-size:16px;
	font-weight: 500;
	color: #656565;
	border-bottom: 1px solid #F2F2F2;
}




	/*footer*/


footer {
	background: #282828;
	width: 100%;
	color: #fff;
	margin-top: 80px;
}
.footer_ul {
	border-bottom: 1px solid #3A3A3A;
}
.footer_ul li {
	display: inline-block;
	padding: 12px 0;
}
.footer_ul li + li {
	margin-left: 40px;
}
.footer_ul li a{
	display: inline-block;
	color: #ECECEC;
}

.footer_con .left div{
	color: #8E8E8E;
	font-size: 13px;
}
.footer_con .left div + div {
	margin-top: 5px;
}
.footer_con {
	padding: 30px 15px;
}

.pctb {
	display: table-cell;
}
.mbtb {
	display: none;
}

.toptt {
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9
}
.toptt .tt.wrap {
	padding: 25px 15px;
}
.toptt .tt.wrap .right {
	padding-top: 10px;
}

/* .job_btn {
	background: #F44242
}
.job_btn a {
	color: #fff;
} */
#save_btn {
	background: #F44242 ;
	color: #fff;
}
.job_btn_loading {
	background: #F44242 ;
	color: #fff;
	max-width: 500px;
    margin: 20px auto;
	display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}
.loading_btnimg img{
	-webkit-animation: spin 1000ms infinite linear;
	-moz-animation: spin 1000ms infinite linear;
	-ms-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
	width: 25px;
}
.job_btn2 a {
	display: inline-block !important ;
	width: 49% !important;
}
.job_btn2 a + a {
	margin-left: 1%;
}


/*employ_detail*/


#employ_detail_con h3 {
	color: #999;
	font-size: 16px;
	font-weight: 600;
	padding: 30px 0 10px;
}
.employ_top ul:after {content:"";display:block;clear:both}
.employ_top ul li:after {content:"";display:block;clear:both}
.employ_top ul li {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.employ_top ul li div {
	font-size: 17px;
}
.employ_top ul li .left {
	width: 90px;
	color: #BDBDBD;
}
.employ_top ul li .right {
	width: calc(100% - 90px);
}
.employbox> .left {
	width: calc(100% - 400px);
}
.employbox> .right {
	padding-left: 80px;
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
.employbox> .right img {
	max-width: 100%;
	vertical-align: middle;
}
.employbox .employbox_tt {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 25px;
}
.employbox .employbox_tt .red {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.employbox .employbox_tt h4 {
	font-weight: 500;
	font-size: 30px;
}

.employ_top {
	padding-top: 25px;
}
.employ_top li {
	margin-bottom: 10px;
	font-weight: 500;
}
.employ_top .right {
	float: left;
	font-weight: 500;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.employ_top a {
	font-size: 17px;
	width: 100%;
	font-weight: 500;
}

.employbox2 img{
	width: 100%;
}

.employbox_con {
	white-space: pre-line;
	font-size: 20px;
	color: #656565
}
.employbox_con b {
	color: #000;
	font-size: 20px;
}

.employbox_btn .greybox {
	padding: 10px 20px;
	font-size: 15px;
	background: #EFEFEF;
	border-radius: 5px;
	color: #F44242;
}

.employbox_btn .redbox {
	border-radius: 5px;
}


/*job*/

.jobfilebox {
	width: 100%;
	flex:1
}
#j_main_img + label {
	display: flex;
}
.file_input {
	width: 100% !important;
	height: auto;
	background-color: #F6F6F6;
	border: 0;
	padding: 12px 15px;
	margin-right: 10px;
	color: #D2D2D2;
	border-radius: 3px;
}
.top_section_tt .th1 {
	width: 120px !important
}

.top_section_img {
	display: flex;
	margin-left: 120px !important ;
	padding: 5px 0
}

.top_section_tt .find_btn {
	display: inline-block;
	width: auto;
	padding: 12px 20px;
	background-color: #453F3F;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
}

.top_section_img>div {
	padding:0 3px

}

.top_section_img input{
	display: none;
}
.top_section_img div img {
	width: 100%;
}
.top_section_img input + label div {
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	color: #969696;
	max-width:200px;
	overflow: hidden;
}
.top_section_img input:checked + label div {
	border :2px solid #CD3838
}

.job_mainimg_txt {
	color: #A1A1A1;
	font-size: 12px;
	display: block;
	width: 100%;
}

.job_input2 { 
	padding: 15px 17px;
}

.tbwid {
	max-width: 618px;
}

.sel50 {
	max-width: 374px
}

.job_padding td {
	text-align: left
}

.j_ad_chk span{
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 10px;
}

.j_ad_chk {
	padding: 12px !important;
	margin: 5px 0;
}


/**********************mypg************************/

.mypg_con .top_menu {
    border-top: 1px solid #E3E3E3;
}

.mypg_tt {
	font-size:20px;
	margin-bottom: 15px;
}

.mypg_con table img {
	width: 100px;
	max-height:100px;
}
.mypg_con table a {
	font-weight:600
}
/* .mypg_con table .ellipsis {
	width: 250px;
} */
.mytb_ad .ellipsis{
	width: 600px;
}
.mypg_con .jobfilebox {
	text-align: left	
}
.mypg_con .jobfilebox img {
	max-width: 300px;
}
.mypgview_tb tr th, .mypgview_tb tr td {
	padding:  15px 0;
	font-size:16px
}

.mypg_btn {
	text-align: right;

}
.mypg_btn a {
	display: inline-block;
	padding: 5px 25px;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 0.01em;
	border-radius: 5px;
}
.mypg_btn a.greybox {
	padding: 5px 25px;
	border:1px solid #EFEFEF
}
.mypg_btn a.mypg_redbtn {
	border:1px solid #CD3838;
	background-color: #CD3838;
    color: #fff
}
.mypg_btn a.mypg_greybtn {
	border:1px solid #989898;
	background-color: #fff;
    color: #000;
}

.mypgview_tb .content_img img {
	max-width:200px
}
.mypgview_tb th {	
	width: 150px;
	text-align: left	
}
.mypgview_tb td a , .mypgview_tb td  {
	word-break: keep-all;
}
.con {
	min-height:calc(100vh  - 236px )
}

.mypg{	
	overflow-x: auto;
	width: 100%;
	padding:0 15px 15px;
}
.mypg  table {
	min-width:800px;
}
.view {
	width: 80px;
	height: 80px;
	display: none
}
.view img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.employtt {
	font-size:18px;
	padding-bottom: 15px;
	font-weight: 500;
}



/*mobile*/

@media (max-width: 1170px) {
	.mainslidebox {
		padding: 0 15px;

	}
	.mainslidebox img {
		width: 100%;
	}

	.mainslide .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.mainslide .slick-arrow img {
		width: 100%
	}
	.mainslide .slick-arrow.pre {
		left: 20px;
	}
	.mainslide .slick-arrow.nex {
		right: 20px;
		left: auto;
		transform: rotate(-180deg) translateY(70%);
	}



}
@media (max-width: 1000px) {	
	header .search {
		padding:  0 30px;
	}
}
@media (max-width: 991px) {
	.mbtb {
		display: table-row;
	}
	.pctb {
		display: none
	}

	.cate .cate_house ul li a {
		padding: 20px 15px;
	}

	.employcate li , .cate .cate_local ul li{
		width: 33.333%;
	}
	.employcate li:nth-child(n+13) {
		display: none;
	}

	.login_box_line {
		padding: 20px 35px;
		margin-bottom: 20px;
	}
	.employbox .employbox_tt {
		padding-bottom: 15px;
	}
	.employbox .employbox_tt h4 {
		font-size: 20px;
	}
	.employbox .employbox_tt .red {
		font-size: 16px;
	}
	.employ_top ul li div , .employ_top a{
		font-size: 14px;
	}
	.employ_top ul li {
		padding-right: 5px;
	}
	.employbox> .right {
		padding-left: 40px;
		width: 300px;
	}
	.employbox> .left {
		width: calc(100% - 300px);
	}
	.employbox_con {
		font-size: 16px;
	}

	.employbox_btn .redbox {
		padding: 10px 20px;
		font-size: 15px;
	}
	.employbox.login_box_line {
		padding: 10px 15px;
	}
	.employbox_con {
		font-size: 14px;
	}
	.modalbox {
		padding-top: 0;
	}


}


@media (max-width: 930px) {

	header.wrap {
		padding: 10px 15px;
		justify-content: space-between;
	}
	/*header.wrap:after {content:"";display:block;clear:both}*/
	/*header.wrap h1 {*/
	/*	float: left;*/
	/*}*/
	/*header.wrap .navright {*/
	/*	float: right;*/
	/*}*/

	.con {
		 padding-top: 120.39px;
		/* padding-top:60px  */
	}

	#nav {
		border-bottom: 1px solid #e5e5e5
	}

	.search {
		position: fixed;
		top: 59px;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 5px 15px 10px 15px !important;
		text-align: center;
		border-bottom: 1px solid #e5e5e5
	}

	.search>div {
		margin: 0 auto;
		max-width: 100%;
	}
	.search>div form>div select {
		height: 100%;
	}
	.search>div select {
		padding: 5px 10px;
		display: inline-block;

	}

	.search>div a {
		padding: 5px 10px;
	}
	.search>div a img {
		width: 15px;
		vertical-align: middle;
	}

	header .navright {
		width: 100%
	}


}

@media (max-width: 720px) {
	.cate>div {
		padding: 15px;
		width: 100%;
	}
	.cate {
		display: block;
	}

	.cate_local {
		border-right: 0
	}
	.cate .cate_local ul li {
		width: 16.6666%;
	}

	.employ_box li {
		padding: 5px;
		width: 50%;
	}



	.employtb {
		overflow-x: auto;
	}
	.employtb>table {
		width: 100%;
		min-width: 991px;
	}
	.table01 td {
		font-size: 14px;
		padding: 5px 10px;
	}
	.table01 tr {
		height: 50px !important
	}

	.employcate li a {
		padding: 10px;
		font-size: 16px;
	}

	.graybg {
		padding-bottom: 50px;
	}
	.tt.wrap {
		padding: 30px 15px 10px !important
	}
	.cate ul li a {
		font-size: 14px;
	}
	#page ul {
		padding: 0 15px;
	}
	#page ul li a {
		font-size: 14px;
		padding: 0;
		vertical-align: middle;
	}
	#page button {
		font-size: 14px;
	}

	.footer_con .right{
		width: 84px;
	}
	.footer_con .right img {
		width: 100%;
	}
	.footer_con .left {
		width: calc(100% - 100px);
	}
	.footer_con .left div span{
		font-size: 12px;
		display: inline-block;
	}

	footer {
		margin-top: 40px;
	}

	#page {
		align-items: center;
		margin-top: 30px;
	}
	.tt .left {
		font-weight: 600;
		font-size: 20px;
	}
	.employbox>div {
		float: none;
		width: 100% !important
	}
	.employbox>div.right {
		text-align: center;
		padding-left:0;
		margin-bottom: 20px;
	}
	.employbox_con b {
		font-size: 16px;
	}
	.table01 th , .table01 td>*, .table01 td a {
		font-size:14px
	}

}

@media (max-width: 550px) {
	/* header h1 a img {
		width: 70%;
	} */
	.redbox {
		padding: 5px 10px;
	}
	.navright li a {
		font-size: 14px;
	}
	/* header .navright {
		width: auto
	} */
	.navright li + li {
		margin-left: 10px;
	}
	.search {
		position: fixed;
		top: 47.3px;
	}
	.con {
		padding-top: 108.69px;
		/* padding-top: 60px */
	}

	.mainslide.pc {
		display: none;
	}
	.mainslide.mb {
		display: block;
	}
	.cate_tt .right {
		padding-top: 10px;
	}
	.cate_tt .right a {
		font-size: 14px;
	}
	.search select {
		width: 80px;
	}
	.search form>div select {
		width: 60px;
	}

	.search>div form input {
		margin: 0 5px;
	}
	.cate .cate_local ul li {
		width: 33.333%;
	}
	.cate ul li a {
		padding: 10px;
	}
	.cate .cate_house ul li a {
		padding: 10px;
	}

	.employcate li a {
		padding: 10px 5px;
		font-size: 14px;
	}
	.employtb>table {
		min-width: 720px;
	}

	.employ_top ul li .left {
		width: 60px;
	}
	.employ_top ul li .right {
		width: calc(100% - 60px);
	}
	.toptt .tt.wrap .right {
		padding-top: 5px
	}
	.employ_txt01 {
		padding: 5px 10px;
	}

	.employ_tt, .employ_tt a {
		font-size: 14px;
	}
	.employ_txt01 .red {
		font-size: 12px;
	}

	.mypg_con .jobfilebox img {
		max-width: 200px;
	}
	.mypgview_tb tr th, .mypgview_tb tr td {
		padding: 8px 0;
		font-size:12px
	}

	.tt .left {
		width: 100%;
		/* margin-bottom: 20px; */
	}
	

}
@media (max-width: 500px) {
	 .tt .right {
		width: 100%;
		/* margin-top: 5px; */
		/* text-align: right; */
	}
	#index_con  .tt .right {
		 text-align: left;
	}

}
@media (max-width: 400px) {
	.employcate li a {
		font-size: 12px;
	}
	.table01 td>*, .table01 td a {
		font-size: 14px;
	}
	/* .con {
		padding-top:46.31px;
	} */
	h1 {
		width: 100px !important
	}
	header h1 a img {
		width: 100%;
	}
	header .navright {
		padding-top: 0;
	}
	.search {
		top: 45.31px;
	}
	.search>div form {
		width: 100%;
	}
	.search>div form input {
		width: calc(100% - 165px);
	}
	.tt ul li span {
		margin: 0 5px;
	}

	.tt ul li {
		font-size: 13px;
	}
	.tt .left {
		font-size: 17px;
	}
	.employbox .employbox_tt h4 {
		font-size: 18px;
	}
	.employ_top ul li {
		float: none;
		width: 100%;
	}
	.toptt .tt.wrap .right {
		padding-top: 2px;
	}
	.toptt .tt.wrap {
		padding: 15px;
	}
	.employbox_con {
		word-break: keep-all;
	}
	.navright li a {
		font-size: 12px;
	}
	.navright li + li {
		margin-left: 5px;
	}
	.table01 th {
		font-size: 14px;
	}
	.footer_ul li + li {
		margin-left: 20px;
	}
	.footer_ul li a {
		font-size: 12px;
	}
	.footer_con {
		padding: 15px;
	}
	.cate_tt {
		padding-bottom: 5px;
	}
	.cate ul {
		flex: 1 1 20%;
	}
	.cate ul li {
		width: 50%;
	}
	.enter_month div {
		width: 48% !important
	}
}