.bt-modal-center .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
}

.bt-modal-center.modal.show .modal-dialog {
	transform: translate(-50%,-50%);
	transition: unset !important;
	margin: 0;
}

.h-btn-default-2-link {
	line-height: 2.2;
}

/* .copyright {
    text-align: center;
    background-color: #053769;
} */

.foot-btn {
    border: 1px solid #ffffff;
    padding: 15px 20px;
    width: 83%;
}

.foot__body {
	background: #053769;
}

.foot-bar {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.pd-25 {
	padding: 25px;
}

.force-login-modal-body {
	width: 80%;
	margin: auto;
	min-width: 200px;
	font-size: 14px;
	padding: 40px 0;
	padding-top: 30px;
}

.modal-dialog .popup-close-1 {
	width: 50px;
	height: 50px;
	background: black;
	border-radius: 50%;
	box-shadow: none;
	position: absolute;
	right: -24px;
	top: -24px;
	background: black;
	opacity: 1;
	color: white;
}

.bt-modal-center .modal-dialog h3 {
	font-weight: bold;
	font-size: 25px;
}

.modal-dialog .popup-close-1:hover {
	background: black;
	opacity: 1 !important;
	color: white !important;
}

.modal-backdrop.show {
	opacity: 0.5 !important;
}

.popup-button-group {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.popup-button-login, .popup-button-register {
	width: 30%;
	box-sizing: border-box;
	padding: 8px;
	min-width: 126px;
	text-decoration: none !important;
}

.popup-button-login {
	color: #ffffff !important;
	border: solid 1px #d12133;
	border-radius: 4px;
	background: linear-gradient(to bottom, #053769 0%, #3752ae 100%);
	font-weight: bold;
	font-size: 15px;
	margin-right: 8px;
}

.popup-button-register {
	color: #444444 !important;
	border: solid 1px #717171;
	border-radius: 4px;
	background: linear-gradient(to bottom, #fcfcfc 0%, #e3e3e3 100%);
	font-weight: bold;
	font-size: 15px;
	margin-left: 8px;
}

.job_receive .modal-dialog {
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}

.job_receive_modal_body {
	width: 100%;
	font-size: 14px;
	padding: 40px 20px;
	padding-top: 30px;
}
 
.h-input-3.full-width {
	width: 100%;
}

.congra-job-detail__body {
	width: 80%;
}


.googlemap {
	width: 100%;
	padding: 100px 0 !important;
}

.congra-money__register, .congra-money__contact {
	min-width: 232px;
}

.congra-money__register::before, .congra-money__contact::before {
	position: absolute !important;
	left: 40px !important;
	top: 5px !important;
	right: unset;
	transform: scale(0.7);
}

.apply-concent {
	min-width: 390px;
}

.color-white.btn-black {
	margin-left: 8px;
}

.color-white.s-long-icon::before {
	top: 4px;
	transform: scale(0.85);
}

.apply_detail_popup .s-popup-header {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	display: block;
	width: 100%;
}

.apply_detail_popup .modal-dialog {
	max-width: 960px;
}

.s-modal-header {
	border-bottom: 0;
	padding-bottom: 0;
}

.modal-backdrop.show {
    opacity: 0.7;
    z-index: 10 !important;
}

.about-pub_nav {
    width: 95%;
    max-width: 1100px;
    margin: 2.8rem auto 1.875rem auto;
}


.new-icon {
	line-height: 1.5;
}

@media all and (max-width: 1999px) {
	.congra-job-detail__body .container .row .congra-job-detail__col {
		width: 33%;
		min-width: 33%;
	}

	.sign-up__area {
		width: 90%;
	}
}

@media all and (min-width: 1020px) {
	.apply_detail_popup .s-popup-close {
		position: absolute;
		right: -6px;
		left: 0;
		top: -12px;
		background: black;
		text-shadow: none;
		color: white;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		opacity: 1;
	}

	.apply_detail_popup .s-popup-close:hover {
		opacity: 1 !important;
		color: white !important;
	}
}
@media all and (max-width: 650px) {
	.congra-job-detail__body .container .row .congra-job-detail__col {
		width: 50%;
		min-width: 50%;
	}

	.head-btn-area a::before {
		position: absolute;
		transform: scale(0.8);
		top: 5px !important;
		left: 50px !important;
	}

	.head-btn-area .s-long-icon::before {
		transform: scale(0.7);
		top: 4px !important;
	}

}

@media (max-width: 650px)  and (min-width: 600px) {
	.head-btn-area a::before {
		position: absolute;
		top: 5px !important;
		left: 11px !important;
	}
}

@media (max-width: 720px)  and (min-width: 480px) {
	.head-nav a {
		line-height: 2.5;
	}

	.head-nav {
		flex-direction: row;
		font-size: 10px;
	}

	.head-nav-area {
		font-size: 10px;
	}

	.head-icon a > img {
		width: 100%;
	}

	.head-icon {
		width: 22.4%;
	}

	.head-btn-area {
		flex-direction: row; 
	}

	.head-nav a:not(:last-child), .head-guide::before {
	    margin-right: 0;
	    margin-left: 5px;
	}

	.head-btn-area a::before {
	    position: absolute;
	    transform: scale(0.8);
	    top: 7px !important;
	    left: 15px !important;
	}
}

@media all and (min-width: 481px) {
	.note-head.header-container {
		position: static;
	}

	.search-job__hero img, .guide__hero img, .no-hero_nav.about-pub_nav, .about-pub_hero img, .hero img { 
		padding-top: 0 !important;
	}
}


@media all and (max-width: 480px) {
	.search-job__hero {
		margin-top: 0;
	}

	.mobile-app .search-job__hero {
		margin-top: 0;
	}

	.apply-concent {
		min-width: unset;
	}

	.head-btn-area a {
		padding: 10px 30px;
	}

	.head-btn-area a::before {
		position: absolute;
		top: 6px !important;
		left: 30px !important;
	}

	.no-hero_nav.about-pub_nav {
	    padding-top: 145px !important;
	    margin-top: 0;
	}

	.mobile-app .no-hero_nav.about-pub_nav {
		padding-top: 0px !important;
	}
}

@media all and (min-width: 480px) {
	.head-btn-area a {
	    padding: 10px 30px;
	}
}

@media all and (max-width: 420px) {
	.congra-money__register::before, .congra-money__contact::before {
		left: 10px !important;
		top: 2px !important;
		transform: scale(0.5);
	}

	.head-btn-area a::before {
		position: absolute;
		top: 8px !important;
		left: 11px !important;
	}
}

@media all and (max-width: 380px) {
	.search-near-home-btn {
		width: 100%;
	}

	.keyword-search-icon-btn {
		/* padding: 0 8px; */
	}

	.apply-concent::before {
		display: none;
	}

	.apply-concent::after {
		display: none;
	}
}

.message-tag {
	background: white;
	padding: 0 0.1em;
	font-size: 13px;
	line-height: 1.5em;
	height: 1.8em;
	display: inline-block;
}

.wp-home .hero__body {
	width: 100%;
	left: 0;
	position: static;
    transform: none;
	top: unset;
    /* width: 90%; */
    /* margin: 20px auto 0 auto */
}

.wp-home .hero__info {
	position: static;
    display: block;
    transform: none;
	left: unset;
    width: unset;
    margin: 0 16px;
    /* padding: 10px 20px; */

}


.wp-home .hero__info .info-title {
	border: none;
}

.wp-home .hero__info > a {
	display: block;
	text-align: right;
}


.wp-home .hero__info .info-text {
	padding: 0;
}

.wp-home .hero__body__wrapper {
	max-width: 1280px;
}

.wp-home .hero-btn-area .hero-btn:before {
	content: none;
}

.wp-home .hero-btn-area .hero-btn {
	width: unset;
}

.wp-home .hero-btn-area .hero-btn img {
	max-width: 24px;
	max-height: 24px;
	padding-top: 0;
}


.foot-hero .foot-hero__body {
	position: static;
	transform: none;
	top: unset;
	left: unset;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 16px;
}

.foot-hero .foot-hero__body h2 {
	margin-bottom: 3rem;
}

.h-sidebar  .h-menu-list-item a {
	width: unset;
	/* line-height: 1; */
	padding-left: 16px;
	padding-right: 16px;
}

.h-sidebar .h-menu-list-item i {
	position: unset;
	top: unset;
	right: unset;
}

.h-sidebar .h-menu-list-item i:first-child {
	width: 20px;
}

.provision-box {
    padding: 10px;
    border-radius: 4px;
    background: #f7acac;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.inquiry-form__table th {
	width: 100% !important;
	padding-left: 1em !important;
	padding-right: 1em!important;
	
}

.inquiry-form__table th, 
.inquiry-form__table td {
	display: block;
}

.inquiry-form__table td {
	border-left: 1px solid #dee0e1;
	padding: 1.875rem 2rem !important;
}

@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.wp-home .hero__body {
		position: absolute !important;
		/* padding: 10px 20px; */
		bottom: 80px;
	}

	.wp-home .hero__info {
		display: flex;
		margin: 0;
		/* padding: 10px 20px; */
	}

	.wp-home .hero__info .info-title {
		border-right: 1px solid;
	}

		
	.wp-home .hero__info .info-text {
		padding: 0 6.25rem 0 3.43rem;
	}


	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.wp-home .hero__body {
		/* padding: 10px 20px; */
		bottom: 130px;
	}

	.wp-home .hero__info {
		position: absolute;
		/* display: flex; */
		width: 100%;
		/* padding: 10px 20px; */
	}

	.inquiry-form__table th {
		width: 35% !important;
	}

	.inquiry-form__table th, 
	.inquiry-form__table td {
		display: table-cell;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wp-home .hero__body {
		/* padding: 10px 20px; */
		bottom: 30%;
	}	
	.foot-hero .foot-hero__body {
		position: absolute;
		left: 43%;
		top: 49%;
		transform: translate(-50%, -50%);
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.wp-home .hero__body {
		/* padding: 10px 20px; */
		bottom: 40%;
	}

	.foot-hero .foot-hero__body h2 {
		margin-bottom: 6rem;
	}
	
}

.ratio-container {
	position: relative;
}

.ratio-container.ratio-4\/3{
	padding-bottom: 75%;
}

.ratio-container .ratio-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#job_search_feature .modal-dialog .modal-body {
	height: 80vh !important;
	overflow-y: auto !important;
}

@media (max-width: 576px) {
	.j-dtl__table tbody td {
		padding-left: 0 !important;
	}

	.j-dtl__card {
		padding-bottom: 35px !important;
	}
	.j-dtl-main__card {
		padding-bottom: 35px !important;
	}

	.sp-j-dtl__btn-area.sp-btn-mrg {
		margin-bottom: 0 !important;
	}
}

