@import
	url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Gugi&family=Sunflower:wght@300;500;700&display=swap')
	;

html, body, div, form, input, select, button, textarea, legend, fieldset,
	h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, address, p,
	th, td, caption, hr {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 15px;
}

body, input, select, button, textarea, h1, h2, h3, h4, h5, h6, table {
	letter-spacing: -0.045em;
	font-family: 'Roboto', 'Droid Sans', 'sans-serif', 'Malgun Gothic',
		'Helvetica', 'dotum', '돋움', 'gulim', '굴림';
	color: #333;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

body {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-touch-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
	list-style: none;
}

input[type="search"]::placeholder, input[type="password"]::placeholder,
	input[type="text"]::placeholder, input[type="number"]::placeholder,
	input[type="tel"]::placeholder {
	color: #d1d2d1;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #333;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

#mainContainer {
	overflow: hidden;
	    height: 100%;
}

#mapView {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	min-height: 15px;
	max-height: 98.5vh;
	background-color: #0202028f;
}

.nhcok #mapView {
	height: 50vh;
}


.op #mapView {
	/* height: 100%; */
	height: 95vh;
	min-height: 15px;
	max-height: 98vh;
}

.nh #mapView {
	/* height: 100%; */
	height: 70vh;
	/* 	    min-height: 70vh; */
	max-height: 100vh;
}

.user #mapView {
	/* height: 100%; */
	height: 100vh;
	/* 	    min-height: 70vh; */
	max-height: 100vh;
}

.full {
	height: 100vh !important;
	/* 	    min-height: 70vh; */
	max-height: 100vh !important;
}

#list {
	position: relative;
	width: 100vw;
	height: 40vh;
	/* overflow:hidden; */
	background-color: transparent;
	margin-top: -5px;
	z-index: 2;
}

.container {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
}

.listBox {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 100%;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.listBox .inner {
	padding-bottom: 100px;
	-webkit-overflow-scrolling: touch;
}

.listBox .list {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}

.listBox .list.master {
	padding-left: 0px;
	text-align: center;
}

.listBox .list li {
	position: relative;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	display: inline-block;
	margin: 5px;
	white-space: nowrap;
}

.listBox .list li.usrList {
	display: block;
}

.listBox .list li div.title {
	font-size: 90%;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.listBox .list li .subTitle {
	font-size: 80%;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    color: #b2b2b2;
	    text-align:right; */
}

.adjBtn {
	z-index: 2;
	background-color: transparent;
	display: inline-block;
	color: #000;
	cursor: pointer;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	/* width:200px;
		border-radius: 20px 20px 0 0 ; */
}

#middle, #middle2 {
	z-index: 2;
	display: block;
	background-color: #d8d8d8; /* //#fbfcfd; */
	position: relative;
	width: 100%;
	text-align: center;
	border-radius: 12px 12px 0 0;
	margin-bottom: 2px;
}

.userBack #middle,.userBack #middle2 {
	margin-bottom: 0px;
}

#listOfCon {
	background-color: transparent;
	border-radius: 20px 20px 0 0;
	margin-top: -10px;
}

.col-sm-2 {
	width: calc(26% - 20px);
	position: relative;
	min-height: 1px;
}

.col-sm-1 {
	width: 95%;
	position: relative;
	min-height: 1px;
}

@media ( min-width : 767px) {
	.col-sm-2 {
		width: calc(25% - 20px);
	}
	.listBox .list {
		padding-left: 20px;
	}
	.listBox .list li .subTitle {
		font-size: 80%;
	}
	.listBox .list.master {
		padding-left: 0px;
	}
}

@media ( max-width : 767px) {
	.col-sm-2 {
		width: calc(33.3% - 20px);
	}
	.listBox .list {
		padding-left: 15px;
	}
	.listBox .list li .subTitle {
		font-size: 70%;
	}
	.listBox .list.master {
		padding-left: 0px;
	}
}

@media ( max-width : 365px) {
	.col-sm-2 {
		width: calc(50% - 20px);
	}
	.listBox .list {
		padding-left: 10px;
	}
	.listBox .list li .subTitle {
		font-size: 60%;
	}
	.smallFont {
		font-size: 11px;
	}
	.listBox .list.master {
		padding-left: 0px;
	}
}

#leftGrp {
	position: absolute;
	top: 3px;
	background: transparent;
	z-index: 1;
	left: 7px;
}

@media ( min-width : 400px) {
	#leftGrp {
		top: 10px;
		left: 10px;
	}
}

.nh #leftGrp, .op #leftGrp {
	position: absolute;
	top: 40px;
	background: transparent;
	z-index: 1;
	left: 20px;
}

#rightBtnGrp {
	position: absolute;
	top: 10px;
	background: transparent;
	width: 100vw;
	/* z-index:1; */
}

/* #rightBtnGrp .area{
    color: #7b2f2f;
    font-weight: bold;
    position: absolute;
    right: 105px;
    margin-top: 1px;
} */
#rightBtnGrp .area {
	color: #ffc000;
	text-shadow: 0px 0px 10px #000;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-right: 34px;
	vertical-align: top;
}

.headRight .area {
	/* 	color: #7b2f2f;
    text-shadow: 0px 0px 10px #fff; */
	font-size: 16px;
	color: #ffc000;
	text-shadow: 0px 0px 10px #000;
	font-weight: bold;
	position: absolute;
	display: inline-block;
	/* margin-top: 5px; */
	margin-right: 34px;
	/* vertical-align: top; */
	top: -227px;
	right: -30px;
	z-index: 1;
}

/* .headRight .area {
	color: #7b2f2f;
    text-shadow: 0px 0px 10px #fff;
    font-size: 16px;
    color: #ffc000;
    text-shadow: 0px 0px 10px #000;
    font-weight: bold;
    position: fixed;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    top: 138px;
    z-index: 1;
    left: 12px;
} */
.headRight .optBtn {
	font-weight: bold;
	position: absolute;
	display: inline-block;
	top: -174px;
	min-width: fit-content;
	z-index:999999;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.headRight .optBtnTop {
	font-weight: bold;
	position: fixed;
	display: inline-block;
	top: 87px;
	width: 80%;
	margin-left: 10px;
}

.headRight .order, .headRight .reSel, .headRight .union, .headRight .selFinish,
	.headRight .sendSms {
	font-size: 15px;
	font-weight: bold;
	display: block;
	border: 1px solid #fff;
	height: 40px;
}

.headRight .order {
	font-size: 18px !important;
	margin-right: 2vw;
	margin-bottom: 5px;
	min-width: 5.5em;
}

.headRight .reSel {
	font-size: 18px !important;
	margin-bottom: 5px;
}

.headRight .union {
	font-size: 18px !important;
	min-width: fit-content;
	margin-right: 2vw;
	margin-bottom: 5px;
	background: #943232;
	padding: 0px 3px;
}

.optBtn .inblock2{
	width: auto;
	margin-left: 10px;
	margin-bottom: 15px;
}


.headRight .sendSms {
	font-size: 24px !important;
	height: 60px;
	background: #efe02bd8;
	color: #000;
	min-width: 132px;
	padding: 0px 6px;
}

.headRight .selFinish {
	font-size: 24px !important;
	height: 60px;
	background: #3278d0;
	min-width: 132px;
	padding: 0px 6px;
}

.headRight .working {
	font-size: 24px !important;
	height: 60px;
	min-width: 132px;
}

.headRight .notwokring {
	font-size: 24px !important;
	height: 60px;
	min-width: 132px;
	padding: 0px 6px;
}

.headRight .selFinish:disabled {
	background: #a7a7a7;
}

.headRight .optionSel {
/* 	width: 21vw;
	height: 40px; */
	margin-left: 5px;
	/* border-radius: 5px;
   border:0; */
	font-size: 18px !important;
	border: 1px solid #fff;
	background-color: #005163;
	margin-left: 10px !important;
}

button:disabled {
	background-color: #949494;
}

.nh #rightBtnGrp .area, .op #rightBtnGrp .area {
	color: #ffc000;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 25px;
	z-index: 1;
}

#rightBtnGrp .optionSel, #rightBtnGrp .alloc {
	margin-left: 8px;
	border-radius: 5px;
	border: 0;
	font-size: 20px;
}

#rightBtnGrp .optionDel {
	margin-left: 8px;
	border-radius: 5px;
	border: 0;
	font-size: 20px;
}

.selectbox {
	position: relative;
	width: 58px; /* 너비설정 */
	/* border: 1px solid #999; 테두리 설정 */
	z-index: 1;
	background-color: #fff;
	margin-left: 3px;
	border: 1px solid #d2d3d1;
	height: 21px;
	margin-top: -1px;
	border-radius: 4px 4px;
}

.selectbox:before { /* 화살표 대체 */
	content: "";
	position: absolute;
	top: 48%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
}

.selectbox label {
	position: absolute;
	/* top: 2px; 위치정렬 */
	left: 2px; /* 위치정렬 */
	padding: 2px; /* select의 여백 크기 만큼 */
	color: #999;
	z-index: -1; /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
	font-size: 10px;
}

.selectbox select {
	width: 100%;
	height: auto; /* 높이 초기화 */
	line-height: normal; /* line-height 초기화 */
	font-family: inherit; /* 폰트 상속 */
	padding: 2px; /* 여백과 높이 결정 */
	border: 0;
	opacity: 0; /* 숨기기 */
	filter: alpha(opacity = 0); /* IE8 숨기기 */
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}

/* .selectbox .select
{
	width: 100%;
	height: 32px; 높이 초기화
	line-height: normal; line-height 초기화
	font-family: inherit; 폰트 상속
	padding: 2px; 여백과 높이 결정
	border: 0; opacity: 0; 숨기기
	filter:alpha(opacity=0); IE8 숨기기
	-webkit-appearance: none; 네이티브 외형 감추기
	-moz-appearance: none;
	appearance: none;
	z-index: 100;
} */
.selectbox.mapType {
	background-color: transparent;
	border: none;
}

.selectbox .select [class*="control"] {
	height: 30px;
	min-height: 30px;
	border: none;
}

.selectbox .select [class*="control"]>div {
	height: 30px;
	min-height: 30px;
	padding: 0;
	position: initial;
	padding-left: 3px;
}

.selectbox .select [class*="singleValue"] {
	font-size: 14px;
	color: rgb(51, 51, 51);
}

.selectbox .select [class*="Input"] {
	/* 	Visibility: hidden; */
	margin: 0;
	padding: 0;
}

.select[class*="container"] [class*="menu"] {
	z-index: 2;
	position: relative;
}

.selectbox .select [class*="indicatorContainer"] {
	padding: 3px;
}

.btn-circle {
	border-radius: 14px;
	border: none;
	width: 27px;
	height: 27px;
}

.listHeader-wrap {
	z-index: 1;
	position: relative;
	width: 100vw;
	text-align: center;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/*  border-bottom: 1px solid #9c99992e; #dcdee0; */
	vertical-align: middle;
}

.listHeader-wrap .btn-page-prev {
	position: relative;
	display: inline-block;
	line-height: 30px;
	width: 20px;
	text-indent: -9999px;
	z-index: 1;
	padding-left: 5px;
	/* left:8px;
	top:2px; */
}

.listHeader-wrap .btn-page-prev:before {
	height: 10px;
	width: 10px;
	margin: -7px 0 0 -7px;
	border: solid #555;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.listHeader-wrap .btn-page-prev:after {
	height: 2px;
	width: 16px;
	margin: -2px 0 0 -7px;
	background: #555;
}

.listHeader-wrap .btn-page-prev:before, .listHeader-wrap .btn-page-prev:after
	{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}

.sms2 .listHeader-wrap .btn-page-prev {
	position: relative;
	display: inline-block;
	line-height: 30px;
	width: 20px;
	text-indent: -9999px;
	z-index: 1;
	padding-left: 5px;
	/* left:8px;
	top:2px; */
}

.sms2 .listHeader-wrap .btn-page-prev:before, .listHeader-wrap .btn-page-prev:after
	{
	content: "";
}

.sms2 .listHeader-wrap .btn-page-prev:before {
	content: "";
}

.sms2 .listHeader-wrap .btn-page-prev:after {
	content: "";
}

.listHeader-wrap .list_header>span {
	text-align: center;
	/* display: block; */
	width: 40%;
	margin-right: 10px;
}

.listHeader-wrap .list_header .list_headera {
	padding-right: 10px;
	width: 20px;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 3px;
}

.listHeader-wrap .list_header .col-hd-center {
	display: inline-block;
	/*    width: 35%;
    float:left; */
	left: 50px;
	position: absolute;
	line-height: 30px;
	font-size: 14px;
}

.listHeader-wrap .list_header .col-hd-center>div {
	font-size: 12px;
	overflow: scroll;
    width: 80%;
}

.listHeader-wrap .list_header .col-hd-right {
	/*     padding-right:40px; */
	/* float: right; */
	/*     text-align: right;
    right:5px;
    position: absolute;
    display:inline-block; */
	text-align: right;
	width: 100%;
	display: inline-block;
}

.listHeader-wrap .list_header.manager .col-hd-right {
	/*     position: absolute;
    top: -7px; */
	margin-top: -7px;
}

.listHeader-wrap .contractRPos {
	/* position: absolute; */
	display: inline-block;
	/*  line-height: 30px; */
	z-index: 3;
	/*    width: 192px;
    text-align: right; */
	/*     margin-right: -5px; */
}

.listHeader-wrap .manager .contractRPos {
	margin-top: 8px;
	/* width: 400px; */
	/* right: 10px; */
}

.item-container {
	display: inline-block;
	position: relative;
	/* padding-top: 3px;
    padding-left: 35px;
    padding-right: 30%;
    margin-bottom: 18px; */
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}

.item-container input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px solid #f0001e;
}

.ctn {
	vertical-align: middle;
	text-align: center;
	/* line-height:33px; */
}

input[type="checkbox"] {
	/* height: 33px;
    width: 33px; */
	margin: 0 5px 0 0;
	vertical-align: middle;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #fff;
	/* outline: none; */
}

.item-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	outline: none;
}

.checkmark {
	/* position: absolute; */
	/* top: 0;
	left: 0; */
	position: relative;
	display: none;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
}

input[type=tel] {
	position: relative;
	opacity: 1;
	display: inline-block;
	height: 30px;
	width: 100%;
	font-size: 18px;
	color: #555;
	background-color: #ffffffff;
	background-image: none;
	border: none;
	border-bottom: 1px solid #d2d6de;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 1px solid #CCC3C4;
	padding-left: 3px;
	padding-right: 24px;
}

.inBlock {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.checkmark:after {
	content: "";
	position: relative;
	display: none;
}

.item-container input:checked ~ .checkmark:after {
	display: block;
}

.item-container input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px solid #006734;
}

.item-container .checkmark:after {
	width: 9px;
	height: 10px;
	border: solid #006734;
	border-width: 0 2px 2px 0;
	border-left: 0px solid #fff;
	margin-left: 2px;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.item-container input[type=text] {
	position: relative;
	opacity: 1;
	display: inline-block;
	width: 120px;
	height: 25px;
	font-size: 13px;
	color: #555;
	background-color: #ffffffff;
	background-image: none;
	border: none;
	border-bottom: 1px solid #d2d6de;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 1px solid #b2b2b2;
	padding-left: 3px;
	padding-right: 24px;
}

div.item-container {
	padding-top: 3px;
	vertical-align: middle;
}

.item-container .btn-basic {
	/* margin-left:-8px; */
	font-size: 14px;
	border-radius: 5px;
	padding: 4px;
}

.item-container .btn-basic.optionSel {
	/*     margin-left: 7px; */
	font-size: 12px;
}

.btn-basic {
	display: inline-block;
	padding: 3px;
	font-size: 70%;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #000;
	color: #f4f4f4;
	border-color: #ddd;
	position: relative;
}

.listHeader-wrap .manager .contractRPos .btn-basic {
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: -1px;
	font-size: 13px;
}

/* .item-container input[type=text]::placeholder {
	font-size:80%;
	padding-top: 3px;
	text-shadow: 0px 0px 0px #000;
} */
.item-container.schBox .btn-basic {
	/* margin-left: -8px; */
	background: url(../../images/input_bg.png) no-repeat;
	background-size: 100px;
	background-position: 1px -27px;
	background-color: #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 29px;
	height: 30px;
	line-height: 30px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #d2d3d1;
}

.right {
	float: right;
	padding-right: 10px;
}

.left {
	text-align: left;
}

.smallFont {
	font-size: 12px;
}

.col-10 {
	width: 10%;
}

.col-15 {
	width: 15%;
}

.col-20 {
	width: 20%;
}

.col-55 {
	width: 55%;
}

.col-60 {
	width: 60%;
}

.col-70 {
	width: 70%;
}

.pr-10 {
	padding-right: 10px;
}

.listHeaderSect {
	background-color: #f4f4f4;
}

#loginDiv, #menuDiv {
	background: #f5f6f7;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}

#menuDiv .section {
	width: 560px;
	display: inline-block;
}

#loginDiv .section {
	width: 310px;
	display: inline-block;
}

.regist#loginDiv .section {
	width: 460px;
}

.regist#loginDiv {
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

.regist form {
	margin-block-end: 0px;
}

@media ( max-width : 768px) {
	.regist#loginDiv .section {
		width: 310px;
	}
}

#loginDiv .ci {
	height: 10em;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

#loginDiv .ci .logo {
	background: url(/images/toppfield/ci.png) no-repeat;
	background-size: 280px;
	height: 6em;
	width: 280px;
	display: inline-block;
	margin-top: 3em;
	display: none;
}

#menuDiv .ci .back {
	background: url(/images/toppfield/back.jpg) no-repeat;
	background-size: 700px;
	height: 15em;
	width: 460px;
	display: inline-block;
	z-index: -1;
}

#menuDiv .ci .logo {
	background: url(/images/toppfield/ci.png) no-repeat;
	background-size: 130px;
	height: 3em;
	width: 130px;
	margin-left: 0px;
	display: inline-block;
	margin-top: 1em;
	display: none;
}

@font-face {
	font-family: 'yangjinche';
	src:
		url('https://cdn.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Simplehae';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Simplehae.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansBold';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dangdanghae';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Monsori';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

.main .topDim {
	width: 100%;
	background-color: #67768a; /* #00000059; */
	padding-top: 90px;
	padding-bottom: 20px;
}

.loginsection .main .topDim {
	width: 100%;
	width: 100%;
	padding-top: 101px;
	padding-bottom: 110px;
}

.regist .loginsection .main .topDim {
	padding-bottom: 0px;
}

.regist .loginsection .main .topDim {
	padding-top: 20px;
	background-color: #fff;
}

.section .topName {
	width: 100%;
	text-align: center;
	color: #fff;
	/* font-family: 'Black Han Sans', sans-serif; */
	font-family: 'Monsori', 'SansBold';
}

.section .topName .top {
	color: #416c86; /* #046abe; */
	text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0 -3px
		#F2F1F6;
	-moz-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0 -3px
		#F2F1F6;
	-webkit-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0
		-3px #F2F1F6;
	font-weight: 100;
}

.regist .section .topName .top {
	padding-bottom: 0px;
}

.regist .section .topName .bottom {
	display: none;
}

.regist .section label {
	font-size: 1em;
	font-weight: 700;
}

.ci .topName .top {
	text-align: left;
	color: #fff;
	font-family: 'Monsori', 'SansBold';
	color: #416c86; /* #046abe; */
	text-shadow: -2px 0 #F2F1F6, 0 2px #F2F1F6, 2px 0 #F2F1F6, 0 -2px
		#F2F1F6;
	-moz-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0 -3px
		#F2F1F6;
	-webkit-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0
		-3px #F2F1F6;
	font-weight: 100;
	font-size: 20px;
	margin-left: 10px;
}

.section .topName .bottom {
	color: #F2F1F6;
}

#menuDiv .section .topName .top {
	font-size: 50px;
	padding-top: 50px;
	padding-bottom: 10px;
}

#menuDiv .section .topName .bottom {
	font-size: 25px;
	padding-bottom: 170px;
}

.loginsection {
	text-align: center;
	width: 100%;
}

.loginsection .section .topName {
	width: 100%;
}

.loginsection .section .topName .top {
	font-size: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.regist .loginsection .section .topName .top {
	font-size: 30px;
}

.loginsection .section .topName .bottom {
	font-size: 25px;
	margin-bottom: 1em;
}

#menuDiv .section .main {
	background: url(/images/toppfield/back.jpg) no-repeat;
	background-size: 920px;
	width: 560px;
	display: inline-block;
	z-index: -1;
	text-align: center;
	height: auto;
	margin-bottom: 10px;
}

.loginsection .main {
	/* background: url(/images/toppfield/back.jpg) no-repeat; */
	background-size: 920px;
	width: 560px;
	display: inline-block;
	z-index: -1;
	text-align: center;
	height: auto;
}

@media ( min-width : 0px) {
	#menuDiv .section .main, .loginsection .main {
		background-size: 223vw;
		width: 100vw;
	}
}

@media ( min-width : 300px) {
	#menuDiv .section .main, .loginsection .main {
		background-size: 248vw;
		width: 100vw;
	}
	
	.listHeader-wrap .list_header .col-hd-center>div {
		width: 100% !important;
	}
}


@media ( min-width : 320px) {
	#menuDiv .section .main, .loginsection .main {
		background-size: 248vw;
		width: 100vw;
	}

}

@media ( min-width : 510px) {
	#menuDiv .section .main, .loginsection .main {
		background-size: 180vw;
		width: 100vw;
	}
}

@media ( min-width : 767px) {
	#menuDiv .section .main, .loginsection .main {
		background-size: 960px;
		width: 560px;
		text-align: center;
	}
}

@media ( max-width : 767px) {
	#loginDiv .section {
		width: auto;
		margin: 0 10px;
	}
	#menuDiv .section {
		width: 100vw;
	}

	/* 	#menuDiv .section{
		width:100%;
	    margin-top : 5px;
	} */
	#loginDiv .ci, #menuDiv .ci {
		margin-bottom: -0.8em;
	}
	#loginDiv .ci .logo {
		background-size: 200px;
		width: 200px;
		margin-left: 0px;
	}
	#menuDiv .ci .logo {
		background-size: 130px;
		width: 130px;
		margin-left: 0px;
	}
	#menuDiv .ci .back {
		background-size: 100%;
		height: 16em;
		width: 100%;
		z-index: -1;
		margin-bottom: 20px;
	}
}

ul[class*="desc-st1"][class*="box2"] {
	padding: 15px 0 0 0;
	border-width: 1px 0 0 0;
}

.error-txt, .ok-txt {
	box-sizing: border-box;
	vertical-align: top;
	font-size: 13px;
	line-height: 14px;
	padding: 5px 0 0 0;
	color: #ffc2bc; /* #e3665a; */
	padding-left: 5px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

legend, .hide {
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.login-wrap input[type="text"], .login-wrap input[type="password"],
	.login-wrap input[type="date"] {
	width: 100%;
	height: 25px;
	line-height: 20px;
	padding: 7px 10px;
	color: #666;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 0;
	background: #fff;
	outline: none;
	font-size: 18px;
	-webkit-appearance: none;
}

.login-wrap input[type="password"] {
	margin-top: 10px;
}

.regist.login-wrap input[type="password"] {
	margin-top: 0px;
}

input[type="date"].none {
	color: #aaa !important;
}

.hide {
	display: none !important;
	height: 0 !important;
}

.confirm-txt {
	margin-top: 10px;
	border: 1px solid #dbdbdb;
}

.login-wrap .confirm-txt .captcha-area {
	padding-right: 90px;
}

.confirm-txt .captcha-area {
	position: relative;
	display: block;
	padding: 7px 158px 7px 15px;
}

.login-wrap input[type="text"], .login-wrap input[type="password"],
	.login-wrap input[type="date"] {
	width: 100%;
	height: 46px;
}

.confirm-txt input[type="text"], .confirm-txt input[type="number"] {
	clear: both;
	border: 0;
	border-top: 1px solid #f2f2f2;
}

.loginOpt {
	width: 100%;
	text-align: left;
	font-size: 12px;
}

.login-wrap .user-chk-save {
	display: inline-block;
	margin: 8px 0 13px 0;
	line-height: 15px;
}

.login-wrap #memReg {
	line-height: 13px;
	font-size: 13px;
	color: #b1b3b1;
	text-align: center !important;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	display: block !important;
}

.login-wrap .sign_up b {
	font-size: 12px;
	padding-left: 5px;
}

.login-wrap .desc-st1-box2 {
	width: 100vw !important;
	margin-left: 0px !important;
	display: none !important;
}

input[type="radio"], input[type="checkbox"] {
	height: 15px;
	width: 15px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #fff;
	outline: none;
	line-height: normal;
}

input[type="checkbox"]:checked {
	background: #c9cbd2 url('/images/ico_checkbox.png') no-repeat center;
	background-color: #484c58;
	background-size: 18px auto;
}

.user-chk-save input[type="checkbox"]:checked {
	background: #c9cbd2 url('/images/ico_checkbox.png') no-repeat center;
	background-color: #484c58;
	background-size: 18px auto;
}

.user-chk-save label {
	font-weight: normal;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	font-size: 15px;
	margin-bottom: 5px;
}

/* .viewRegion{
	margin-top:3px;
    margin-right:-10px;
    width: 45.3vw;
}

.viewRegion input[type="checkbox"]:checked {
	background: #c9cbd2 url('/images/ico_checkbox.png') no-repeat center;
	background-color: #484c58;
	background-size: 18px auto;
}

.viewRegion .inBlock input[type="checkbox"]{
	margin-top:1px;
	margin-left: 0px;
}

.viewRegion label {
    font-weight: bold;
    color: #e4846d;
    display: inline-block;
    width: auto;
    font-size:12px;
    margin-right: 6px;
    margin-left: -4px;
}


.viewRegion .inBlock{
	margin-top:1px;
	margin-left: 0px;
	line-height: 0px;
}

*/
[class*="btn-st1"] {
	display: inline-block;
	width: 100%;
	height: 50px;
	/*  padding-top: 1px; */
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #777;
	white-space: nowrap;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
}

[class*="btn-st"][class*="blue"] {
	color: #fff !important;
	background: #257ebd !important; /* #0071c1  */
	border: 5px none #dbdbdb !important;
	line-height: inherit;
	border-radius: 0px;
}

[class*="btn-st"][class*="yellow"] {
	color: #fff !important;
	background: #ffc000 !important;
	border: 5px none #dbdbdb !important;
	line-height: inherit;
	border-radius: 0px;
}

[class*="btn-st"][class*="green2"] {
	color: #fff !important;
	border-color: #fff !important; /*  #6cb931 */
	background: #3f8888 !important; /*  #6cb931 */
	line-height: 50px;
}

#btnBioLogIn.btn-st1-yellow-login {
	margin-top: 10px;
}

[class*="desc-st1"] {
	margin-top: 2em;
	font-size: 13px;
	line-height: 17px;
	color: #666;
}

ul[class*="desc-st1"][class*="box"] {
	padding: 10px 15px;
	border: 1px solid #dbdbdb;
}

ul[class*="desc-st1"][class*="box2"] {
	padding: 2em 0 0 0;
	border-width: 1px 0 0 0;
}

.col-sc-2 {
	width: calc(50% - 10px);
}

.col-smc-2 {
	width: calc(50% - 40px);
}

.col-sc-3 {
	width: 33%;
}

.col-sc-4 {
	width: 25%;
}

.col-sc-5 {
	width: 20%;
}

.col-sc-6 {
	width: 14.5vw;
}

.col-sc-3-1 {
	width: 55%;
	display: inline-block;
}

.col-sc-3-2 {
	width: 17%;
	display: inline-block;
}

.col-sc-3-3 {
	width: 26%;
	display: inline-block;
}

.list.master .subTitle {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subTitle [class*="ico"] {
	float: left;
	width: 12px;
	height: 12px;
	background: url(../../images/toppfield/sprite_topp.png) no-repeat;
	background-size: 30px;
	background-position: 2px -76px;
	margin-top: 9px;
}

.list.master .subTitle .col-sc-3-3 [class*=type] {
	text-align: right;
}

#addrTitle {
	padding-left: 3px;
	margin-top: -20px;
	float: left;
	font-size: 10px;
	color: red;
}

#addrTitle[class*="ico"] {
	background-position: -5px -140px;
}

#telTitle[class*="ico"] {
	margin-bottom: -4px;
	background-position: -5px -83px;
}

#addrCon, #telCon {
	width: 30%;
	display: inline-block;
}

[class*="btn-st"][class*="-menu"] {
	margin: 5px;
	cursor: pointer;
}

#menuDiv [class*="btn-st"][class*="-menu"] {
	margin-left: 10px;
	margin-right: 10px;
}

#contact {
	display: block;
	line-height: 12px;
	font-size: 15px;
	color: #9c9999;
	float: left;
	padding-left: 10px;
	margin-top: -13px;
}

#contact a {
	color: #9c9999;
}

#contact a:first-child {
	margin-right: 5px;
}

#contact a:last-child {
	margin-left: 0px;
}

#userInfo {
	display: block;
	line-height: 12px;
	font-size: 15px;
	color: #9c9999;
	float: right;
	padding-right: 15px;
	margin-top: -13px;
}

#userInfo a:last-child {
	margin-left: 5px;
}

#userInfo a {
	color: #9c9999;
	cursor: pointer;
}

.icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	/* line-height: 22px; */
	border-radius: 3px;
	background-color: #fdfdfd;
	margin-top: -2px;
}

.icon-bar+.icon-bar {
	margin-top: 2px;
}

#nsdi {
	background-color: #2d2e2e;
}

.MapControlViewTop {
	position: relative;
	display: block;
	text-align: center;
	/* text-align:right;
    position: fixed; */
	top: 5px;
	width: 100vw;
	font-size: 15px;
	z-index: 1;
}

.MapControlViewTop .search {
	/* 	width: 100vw;
	margin-left: -10px;
	margin-right: -20px;
	padding-left: 10px;
	padding-right: 10px;

	line-height: 25px;
	font-size:13px; */
	display: flex;
	margin-left: 5px;
}

.MapControlViewRight {
	display: inline-block;
	float: right;
	/*  text-align:right;
    position: fixed; */
	font-size: 13px;
	position: relative;
	z-index: 0;
}

.search .selectbox {
	display: inline-block;
	width: 20vw;
	height: 30px;
	min-width: 82px;
	margin-top: 0px;
	margin-right: 5px;
}

.search .selectbox select {
	height: 32px;
}

.search .selectbox label {
	font-size: 14px;
	padding: 0px;
	padding-left: 5px;
	top: 0px;
	line-height: 30px;
}

.search button {
	background: url(../../images/input_bg.png) no-repeat;
	background-size: 100px;
	background-position: -1px -28px;
	background-color: #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 25px;
	height: 30px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #d2d3d1;
	padding-right: 5px;
	z-index: 1;
	/*     margin-left:2px;
	width:24px;
	height:30px;
	padding: 5px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 4px 4px;
	font-size:14px; */
}

.nh .search a, .op .search a {
	font-size: 13px;
	padding: 3px;
}

.nh .search button, .op .search button {
	height: 30px;
	font-size: 13px;
	padding: 3px;
	background-position: -1px -30px;
}

.nh .header.header .gnb li, .op .header.header .gnb li {
	font-size: 13px;
}

.search input[type='text'] {
	width: 60vw;
	outline: none;
	height: 30px;
	border: 1px solid #d2d3d1;
	border-radius: 4px 0px 0px 4px;
	padding-right: 26px;
	padding-left: 35px;
	box-shadow: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-size: 14px;
	z-index: 1;
	/* 	display:inline-block;
	width: 60vw;
	background-color: #fff;
	padding: 5px;
	height:30px;
	border: 1px solid #d2d3d1;
	font-size:14px;
	border-radius: 4px 0px 0px 4px ;
	padding-right: 18px;
	padding-left: 35px;
	outline: none;
    box-shadow: none;
   	-webkit-appearance: none; */
}

.search input[type='text']::placeholder {
	font-size: 14px;
}

.MapControlViewRight>div {
	margin-top: 10px;
	margin-right: 10px;
}
/* 
.MapControlViewRight>div{
	display:inline-block;
}
 */
.MapControlViewRight>div>a {
	display: inline-block;
}

.zoom_control>div {
	display: inline-block;
}

.accessLocation, .refresh, .curPoint, .showSchBox, .btn_compass,
	.viewArea, .contractRPos .filter {
	position: relative;
	width: 30px;
	height: 30px;
	/*  padding: 1px 3px 5px; */
	background: url(../../images/toppfield/sprite_topp.png) no-repeat;
	background-size: 88px 424px;
	/*   background-color: #fbfbfb; */
	border-radius: 5px 5px;
	border: 1px solid #d2d3d1;
	z-index: 0;
}

.compass {
	width: 30px;
	height: 30px;
}

.btn_compass {
	background: url(../../images/toppfield/north.png) no-repeat;
	background-size: 33px;
	background-color: #fff;
	background-position: -2px -2px;
	border-radius: 30px 30px;
	direction: rtl;
	text-indent: -9999px;
}

.curPoint {
	background-position: -4px -4px;
}

.curPoint.off {
	display: none;
}

.accessLocation.compass {
	background-size: 72px;
	background-position: -35px 0px;
	background-color: #fff;
}

.accessLocation.on {
	background-position: -5px -54px;
}

.accessLocation.off {
	background-size: 89px;
	background-position: -5px -4px;
}

.viewArea {
	background-color: #fff;
	background-size: 80px;
	background-position: -39px -58px;
	margin-right: 2px;
}

.viewArea.on {
	background-position: -39px -30px;
}

.refresh {
	width: 25px;
	height: 25px;
	background-size: 72px;
	background-position: -4px -96px;
	margin-left: 2px;
	cursor: hand;
	/*  margin-right:5px; */
}

.contractRPos .filter {
	width: 25px;
	height: 25px;
	background-size: 72px;
	background-position: -37px -127px;
	margin-left: 4px;
	margin-right: 2px;
	cursor: hand;
	/* margin-right: 5px; */
}

.contractRPos .filter.on {
	background-position: -37px -104px;
	/* margin-right: 5px; */
}

.showSchBox {
	background: url(../../images/input_bg.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100px;
	background-position: 0px -29px;
	margin-left: 2px;
}

.MapControlViewRight .refresh {
	width: 30px;
	height: 30px;
	background-size: 95px;
	background-color: #fff;
	background-position: -6px -130px;
	margin-left: 0px;
}

.inBlock.right.smallFont {
	line-height: 30px;
}

.screen_out {
	overflow: hidden;
	left: -9999px;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
}

.btn_zoom {
	/* position: absolute; */
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	border: none;
	text-align: center;
	line-height: 30px;
	font-size: 50px;
	font-weight: lighter;
	text-indent: -9999px;
	display: block;
	border: 1px solid #d2d3d1;
	background: url(../../images/toppfield/control.png) no-repeat #fbfbfb;
	z-index: 1;
	/* 	margin-right: 4px; */
	/* margin-top: -8px; */
}

.btn_zoom_plus {
	border-radius: 5px 5px 0px 0px;
	background-position: -5px -2px !important;
	z-index: 1;
}

.btn_zoom_minus {
	border-radius: 0px 0px 5px 5px;
	background-position: -5px -34px !important;
	z-index: 1;
}

.btn_contract {
	border-radius: 5px 5px;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	z-index: 1;
	background: #fff;
	content: "작업현";
	text-indent: unset;
	font-size: 13px;
	font-weight: unset;
	line-height: 15px;
}

.btn_contract::after {
	content: "";
}

.btn_workMsg {
	border-radius: 5px 5px;
	margin-top: 5px;
	z-index: 1;
	background: #fff;
	padding: 2px 0px 2px 0px;
	text-indent: unset;
	font-size: 13px;
	font-weight: unset;
	line-height: 15px;
}
/* .btn_zoom_plus:before,.btn_zoom_plus:after, .btn_zoom_minus:before{
	content: '';
    position: absolute;
    float:left;
    height: 1.3px;
    width: 10px;
    margin: -1px 0 0 -12px;
    background:  #333;
    margin-top: 50%;
}

.btn_zoom_plus:before,.btn_zoom_minus:before{
	margin-left:5px;
}


.btn_zoom_plus:after{
	 position: absolute;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */
.list li.on {
	border-color: #9bd68c;
	border-width: 3px;
	padding: 8px;
	/* color: #fff; */
}

.listBox .list li div.title {
	text-align: center;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 80%;
	margin-left: -3px;
}

.list li .subTitle .col-sc-2 {
	display: inline-block;
	width: 50%;
	text-align: right;
	height: auto;
	vertical-align: top;
}

.list li .subTitle .col-sc-2.addr {
	/* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
	text-align: left;
}

div[class*="type"] {
	display: block;
	font-size: 13px;
}

.list_header.master #refresh {
	margin-top: 6px;
}

.list_header.master #refresh {
	margin-top: 6px;
}

.listHeader-wrap .list_header span.smallFont {
	font-size: 11px;
}

.listHeader-wrap .list_header {
	display: block;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #9c99992e;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listHeader-wrap .list_header span {
	font-size: 15px;
	font-weight: 900;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* @media ( max-width : 375px) {
	.listHeader-wrap .list_header span {
   	 font-size: 13px;
	}

	.checkmark {
	    height: 10px;
	    width: 10px;
	}

	.item-container .checkmark:after {
	    width: 9px;
	    height: 10px;
	    border-width: 0 2px 2px 0;
	    margin-left: 2px;
	    margin-top: -1px;
	}
} */
.plus {
	width: 25px;
	height: 25px;
	border-radius: 5px 5px;
	border: 1px solid #d2d3d1;
	position: relative;
	margin: 0px 3px 0px 2px;
	line-height: 18px;
	text-align: center;
	cursor: hand;
}

.plus:before, .plus:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1.4px;
	width: 13px;
	margin: -1px 0 0 -6.5px;
	background: #333;
}

.plus:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* .item-container.schBox{
	position: relative;
	line-height:100%;
	padding-bottom:5px;
} */
.noData {
	border: none !important;
	text-align: center !important;
	display: block !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smallFont2 {
	font-size: 80%;
}

/* 리스트 형태 강제 변경 시작 */
.listBox .list li {
	border: none;
	border-bottom: 1px solid #9c99992e;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	margin: 0px;
}

.listBox .list li.pull_delete {
	font-size: 22px;
}

.col-sm-1 {
	width: 100%;
}

.col-sm-2 {
	width: 100% !important;
}

.listBox .list {
	padding-left: 0px !important;
	margin-top: 0px !important;
}

.listBox .list li div.title {
	text-align: center;
	margin-bottom: 0px;
	padding: 3px;
	font-size: 100%;
	margin-left: -3px;
	width: 20% !important;
	display: inline-block;
	float: left;
	line-height: 33px;
}

.listBox .list li .subTitle {
	font-size: 95% !important;
	width: 75% !important;
	display: inline-block;
	float: right;
}

.listBox .list li .subTitle2 {
	font-size: 60% !important;
	width: 100% !important;
	display: inline-block;
}

.list li.on {
	background-color: #b4fba27d;
	/* color: #fff; */
}

.listBox .list li .subTitle .addr {
	font-size: 90% !important;
	vertical-align: middle;
	line-height: 38px;
}
/* 리스트 형태 강제 변경 끝 */
.popupSection.dim {
	background: rgb(0, 0, 0, .5);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* display: none; */
	position: fixed;
	z-index: 5;
}

.popupSection.dim .popup {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 274px;
	height: 208px;
	margin-top: -104px;
	margin-left: -137px;
	font-weight: 700;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
	border-radius: 10px;
}

.popupSection.dim .workerGroupAllocate.popup {
	width: 312px;
	height: 86px;
	margin-top: -43px;
	margin-left: -156px;
}

.popupSection.dim .addContract.popup {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 274px;
	height: 348px;
	margin-top: -174px;
	margin-left: -137px;
	font-weight: 700;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
	border-radius: 10px;
}

.popupSection.dim .addContract.popup .left {
	margin-top: 5px;
	margin-bottom: 5px;
}

.popupSection.dim .addContract.popup .leftLable {
	display: inline-block;
	width: 79px;
	text-align: right;
	padding-right: 10px;
}

.popupSection.dim .addContract.popup .closeBtn {
	top: -1px;
	right: 0px;
	position: relative;
}

.popupSection.dim .addContract .btn.center {
	margin-top: 15px;
	text-align: center;
}

.popupSection.dim .addContract .btn.center>button {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.popupSection.dim .allocation {
	/* position: relative; */
	display: inline-block;
	width: 254px;
	padding: 6px;
	/* line-height: 28px; */
	height: auto;
	/*     height:145px; */
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.popupSection input[type="text"] {
	outline: none;
	margin: 0 0 0 0;
	_margin-top: 1px;
	padding: 0 0 0 2px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #c9c9c9;
	width: 80px;
	padding-right: 24px;
}

.popupSection input[type="text"]#memberId {
	margin: 0 0 0 15px;
}

.popupSection.dim .addContract input[type="text"] {
	width: 147px;
}

#contractYear {
	margin-bottom: 5px;
}

.popupSection .popup .title {
	background-color: #305453;
	color: #fff;
	padding: 7px 10px 7px 10px;
	border-radius: 10px 10px 0 0;
	text-align: left;
	font-size: 14px;
}

.popupSection .popup .mobile {
	padding-top: 7px;
}

.popupSection .popup .btn-st1-green2-allocate {
	font-size: 15px;
	line-height: inherit;
	height: inherit;
}

.popupSection .popup .mobile span {
	padding-left: 2px;
	padding-right: 2px;
	width: 82px;
	height: 35px;
	font-weight: 600;
}

.popupSection .popup .mobile span>button {
	height: inherit;
	line-height: inherit;

	/*    width: 114px;
/*     margin-left: 10px;
    margin-right: 10px; */
}

.popupSection .popup .mobile span>a {
	position: relative;
	font-size: 16px;
	height: 35px;
	line-height: 34px;
	width: 80px;
	font-weight: 600;
	vertical-align: top;
	/*    width: 114px;
/*     margin-left: 10px;
    margin-right: 10px; */
}

.popupSection .popup .mobile span>button {
	font-size: 15px;
	height: inherit;
	line-height: inherit;
	width: inherit;
	vertical-align: top;
}

/* .popupSection .popup .mobile span.sms>a{
    min-width: 52px;
}

.popupSection .popup .mobile span.tel>a{
    min-width: 45px;
} */
.popupSection .popup .left {
	display: block;
	text-align: left;
	padding-left: 3px;
}

.popupSection .selectTitle {
	/* display: inline-block; */
	/* float: left; */
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: left;
	height: 25px;
	line-height: 25px;
}

.popupSection .selectTitle span {
	display: inline-block;
	padding: 5px 0px 5px 0px;
}

.popupSection .selectTitle .selectBox {
	display: inline-block;
	text-align: left;
	height: 25px;
	width: 80px;
	line-height: 25px;
}

.popupSection .selectTitle .selectbox label {
	top: 0px;
	left: 5px;
	padding: 0px;
	font-size: 14px;
}

.popupSection .popup .right {
	display: inline-block;
	position: absolute;
}

.popupSection .popup .right.top {
	margin-top: -60px;
	margin-left: 30px;
	display: inline-block;
	font-size: 15px;
	height: 34px;
	width: 94px;
	vertical-align: middle;
}

.popupSection .popup .right.bottom {
	margin-top: -23px;
	margin-left: 30px;
	display: inline-block;
	font-size: 15px;
	height: 34px;
	width: 94px;
	vertical-align: middle;
}

.popupSection .workSel {
	text-align: left;
	padding-left: 14px;
	margin-top: -3px;
}

.popupSection .addPolygonContract .workSel {
	margin-top: -3px;
}

.popupSection.worker {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 100vw;
	height: auto;
	text-align: right;
	background-color: transparent;
	z-index: 3;
	margin-top: -110px;
}

.popupSection.worker .popup {
	width: 275px;
	height: 102px;
	background-color: #fff;
	text-align: center;
	z-index: 3;
	float: right;
	margin-right: 6px;
	border-radius: 10px;
}

.popupSection.worker .allocation {
	position: relative;
	display: inline-block;
	width: 255px;
	padding: 6px;
	/* line-height: 28px; */
	height: 93px;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.popupSection.worker .popup .right {
	/*    	margin-top: -52px;
    margin-left: 63px;
    height: 54px;
    line-height: 54px;
    width: 68px;
    vertical-align: middle; */
	margin-top: -52px;
	margin-left: 63px;
	display: inline-block;
	height: 54px;
	width: 68px;
	vertical-align: middle;
}

.popupSection.worker .popup .left {
	margin-top: 3px;
	padding-left: 0px;
}

.popupSection.worker .popup .left .fromTo {
	width: 24px;
	display: inline-block;
	text-align: right;
	padding: 3px;
	padding-right: 5px;
}

.popupSection.worker .popup .btn-st1-green2-allocate {
	font-size: 14px;
	height: inherit;
	line-height: inherit;
}

.popupSection .workerGroupAllocate.popup .left .fromTo {
	width: 54px;
	display: inline-block;
	padding: 3px;
	padding-right: 5px;
	font-size: 16px;
}

.popupSection .workerGroupAllocate.popup .right {
	margin-top: -41px;
	margin-left: 25px;
	/*  margin-left: 119px; */
	display: inline-block;
	width: 74px;
	vertical-align: middle;
}

.popupSection.dim .workerGroupAllocate.popup .allocation {
	width: 390px;
	line-height: 30px;
	font-size: 15px;
	margin-top: 2px;
}

.popupSection .workerGroupAllocate.popup input[type="text"] {
	font-size: 16px;
	width: 100px;
}

.popupSection .workerGroupAllocate.popup .btn-st1-green2-allocate {
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#closeBtn {
	float: right;
	border: none;
	/*     display: inline-block; */
	padding: 10px 36px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.4s background-color;
	transition: 0.4s background-color;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	padding: 0px 3px;
	border-radius: 3px;
	background-color: transparent;
}

.popupSection.dim .workerGroupAllocate.popup .closeBtn {
	top: 1px;
	right: 2px;
	margin-top: 0px;
	margin-left: -20px;
	position: relative;
}

.popupSection input[type="text"]:disabled {
	background-color: transparent;
	border: none;
}

.popupSection button.input_img, .input_img.date {
	background-image: url(../../images/input_bg.png);
	background-repeat: no-repeat;
}

.popupSection .input_btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 0px solid #c9c9c9;
	border-left: 0;
	vertical-align: middle;
	background-position: 0 -25px;
	background-color: #fff;
}

.popupSection #list {
	position: absolute;
	width: 151px;
	height: 100%;
	/* overflow: hidden; */
	background-color: #fff;
	margin-top: -1px;
	margin-left: 0px;
	z-index: 2;
	border: 1px solid #9c99992b;
}

.popupSection .listBox .list li {
	border: none;
	border-bottom: 1px solid #9c99992b;
	padding: 3px 10px 3px 10px;
	border-radius: 0px;
	margin: 0px;
}

.popupSection .popup.contract .listBox .list li.contractList {
	display: block;
}

.closeBtn {
	margin-top: 5px;
	margin-left: -25px;
	margin-right: 5px;
	border-radius: 129px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #d4d2d2;
	color: #ffffff;
	z-index: 1;
	/* background-color: #dbdbdb;
    color: #969696; */
}

.allocation .listBox .list li div.title {
	text-align: left;
	margin-bottom: 0px;
	padding: 3px;
	font-size: 15px;
	margin-left: -3px;
	width: 100% !important;
	display: inline-block;
	float: none;
	line-height: 12px;
	background-color: transparent;
	color: #000;
	border-radius: 0;
}

.allocation .listBox .inner {
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}

.listHeaderSect .closeBtn {
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	top: 3px;
	right: 32px;
}

.popupSection.dim .popup.optSelectBox {
	height: 172px;
}

.typeT, .typeF, .typeL {
	text-align: right;
	padding-right: 20px;
}

.typeF {
	color: #3278d0;
}

.typeL {
	color: #b77b0f;
}

.worker.typeP, .worker.typeM {
	padding-right: 0px;
}

.popupSection .popup.contract .left {
	display: inline-block;
	padding-left: 10px;
}

.popupSection .closeBtn {
	margin-top: 0px;
	margin-left: -23px;
	margin-right: 3px;
}

.popupSection .popup.contract .selectTitle {
	display: inline-block;
	/* float: left; */
	text-align: left;
}

.popupSection .popup.contract .custom {
	display: block;
}

.popupSection.dim .popup.contract .allocation {
	text-align: left;
}

.popupSection .popup.contract .manager.right {
	/* 	right: 0px;
    top: 40px;
    width: 54px;
    height: 58px;
    line-height: 58px; */
	margin-top: -58px;
	margin-right: 10px;
	display: inline-block;
	height: 58px;
	width: 54px;
	vertical-align: middle;

	/*
    width: 54px;
    height: 58px; */
}

.list-header.manager .optionSel {
	margin-top: -58px;
}

.popupSection .popup.contract .right {
	/* position: absolute; */
	right: -15px;
	/* top: 67px; */
}

.popupSection .popup.contract .btn-st1-green2-allocate {
	font-size: 15px;
	line-height: inherit;
	height: inherit;
}

.popupSection.dim .popup.contract {
	height: 112px;
}

.popupSection.dim .popup.contract .allocation {
	/* line-height: 28px; */
	height: 300px;
	background-color: transparent;
}

.popupSection .popup.contract #list {
	position: absolute;
	width: 232px;
	height: 75%;
	/* overflow: hidden; */
	background-color: #fff;
	margin-top: 5px;
	margin-left: -20px;
	z-index: 2;
	border: 1px solid #9c99992b;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 0 10px 10px;
}

.col-hd-right span#contract, .col-hd-right span#allocate, .col-hd-right span#finish
	{
	padding-left: 2px;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
	width: auto;
	vertical-align: unset;
}

#loginForm .closeBtn {
	margin-left: -5px;
	margin-right: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}

.regist #loginForm .closeBtn {
	margin-left: 1px;
}

.passwordSec, .idSec {
	margin-left: -7px;
}

.passwordSec span, .idSec span {
	margin-left: -25px;
	width: 20px;
	display: inline-block;
}

ul.desc-st1-box2 li {
	display: block;
	height: 0px;
}

.switch .title {
	display: inline-block;
	color: #9c9999;
	cursor: pointer;
	font-size: 12px;
}

#contact a:last-child, #userInfo a:last-child {
	border-left: 1px solid #9c9999;
	padding-left: 5px;
	height: 4px;
}

.change-wrap.dim {
	background: rgb(0, 0, 0, .5);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
	/*  padding-top: 40%; */
}

#menuDiv .change-wrap .section {
	position: absolute;
	background: #f5f6f7;
	text-align: center;
	width: 300px !important;
	height: 230px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -145px;
}

.userBack .change-wrap .section {
	position: absolute;
	background: #f5f6f7;
	text-align: center;
	width: 300px !important;
	height: 230px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -145px;
}

#menuDiv .change-wrap .section a:first-child {
	margin-right: 20px;
}

#menuDiv .change-wrap .section a:last-child {
	margin-left: 20px;
	margin-top: 20px;
}

#menuDiv .change-wrap .section .desc-st1-box2 {
	margin: 10px 0;
	padding: 0;
}

#menuDiv .change-wrap .section span {
	margin-left: -13px;
	width: 13px;
	display: inline-block;
}

.change-wrap input[type="text"], .change-wrap input[type="password"] {
	width: 100%;
	height: 25px;
	line-height: 20px;
	padding: 7px 10px;
	color: #666;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 0;
	background: #fff;
	outline: none;
	font-size: 14px;
	-webkit-appearance: none;
}

.change-wrap input[type="text"], .change-wrap input[type="password"] {
	width: 100%;
	height: 46px;
}

#loginDiv #loginForm .section {
	text-align: left;
}

.passwordSec, .idSec {
	margin-left: 0px;
}

.tm.left .btn-st1-green2-menu {
	margin: 0px;
}

.tm.left {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.list li .subTitle .col-sc-2.left {
	text-align: left;
	line-height: 19px;
}

.list li .subTitle .col-sc-2.left .addr2 {
	text-align: left;
	font-size: 90% !important;
}

.worker.typeP, .worker.typeM {
	padding-right: 0px;
	font-size: 90%;
	line-height: 19px;
}

.workerA {
	font-size: 11px;
}

.col-sc-3-1 {
	line-height: 32px;
}

.listBox .list li {
	padding: 10px 13px 10px 0px;
}

.list li .subTitle .col-sc-2.left.line38 {
	line-height: 38px;
}

.header {
	width: 100vw;
	z-index: 1;
	background-color: transparent;
	position: absolute;
}

header.header .gnb {
	margin: 0 auto 2px;
	padding-top: 16px;
	width: 100%;
	height: 18px;
	z-index: 1;
}

.ci .logo {
	background: url(/images/toppfield/ci.png) no-repeat;
	background-size: 64px;
	height: 20px;
	width: 64px;
	display: inline-block;
	margin: 1px;
	margin-left: 20px;
	cursor: pointer;
}

header.header .gnb li::before {
	content: '';
	display: inline-block;
	margin-top: 1px;
	margin-right: 6px;
	width: 1px;
	height: 9px;
	vertical-align: middle;
	background: #8c8c8c;
}

.userBack header.header .gnb li::before {
	width: 0px;
	height: 0xp;
}

header.header .gnb li span {
	margin: 0 7px 0 10px;
	display: inline-block;
	vertical-align: middle;
}

header.header .gnb li {
	display: inline-block;
	font-size: 14px;
	color: #888888;
}

header.header .gnb li span.user-name {
	margin: 0 -7px 0 0;
	color: #000000;
}

header.header .gnb .gnb-info {
	position: absolute;
	display: inline-block;
	top: 5px;
}

.nh #rightBtnGrp, .op #rightBtnGrp {
	top: 20px;
}

.nh header.header .gnb .gnb-info, .op header.header .gnb .gnb-info {
	right: 10px;
}

.nh .search a, .op  .search a {
	background: url(../../images/input_bg.png) no-repeat;
	background-size: 100px;
	background-position: 0px -30px;
	background-color: #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 20px;
	height: 17px;
	line-height: 17px;
	border-radius: 0px 4px 4px 0px;
}

.typeEtc {
	line-height: 0px;
	font-size: 70%;
	margin-left: 10px;
}

.ol-popup {
	font-size: 15px;
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 214px;
}

.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
/* .ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size:13px
}
.ol-popup-closer:after {
  content: "✖";
} */
.ol-popup #popup-closer {
	float: right;
}

.headRight {
	/* text-align: right; */
	vertical-align: middle;
	background-color: #f4f4f4;
	width: 100vw;
}

.headRight .headerChkBox {
	display: block;
	text-align: center;
}

.item-container.schBox {
	position: absolute;
	top: -69px;
	right: 4px;
}

.headerChkBox .item-container {
	margin: 4px 1vw 4px 1vw;
	border-radius: 5px;
}

.headerChkBox .item-container.col-sc-2 {
	width: 87vw;
}

.headerChkBox .item-container.col-sc-3 {
	width: 42.8vw;
}

.headerChkBox .item-container.col-sc-4 {
	width: 27vw;
}

.headerChkBox .item-container.col-sc-5 {
	width: 20.6vw;
}

.headerChkBox .item-container.col-sc-6 {
	width: 16vw;
}

.headerChkBox .item-container.col-sc-7 {
	width: 13vw;
}

.headerChkBox .item-container.col-sc-7.s {
	width: 11.5vw;
}

.headerChkBox .item-container.col-sc-7.sf {
	width: 14.5vw;
}

.headerChkBox .item-container .inBlock input[type="checkbox"] {
	display: none;
}

/* .headerChkBox .item-container div.inBlock.smallFont{
	height:auto;
	display:inline-block;
	font-size: 14px;
	text-align:center;
    border-radius: 5px;
    border: 1px solid #006734;
    background-color: #ffffffa8;
    color: #006734;
    width:100%;
}*/
.headerChkBox .item-container div.inBlock.smallFont {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
}

.headerChkBox .item-container.sf div.inBlock.smallFont {
	border: 1px solid #eb5f07;
	border-radius: 5px;
}

.headerChkBox .item-container div.inBlock.smallFont.off {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
}

@media ( min-width : 0px) {
	.search input[type='text'] {
		width: 62vw;
	}
	.MapControlViewRight>div {
		margin-right: 6px;
	}
	.typeTitle #contactTitle {
		display: inline-block;
		width: 175px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* 	.btn_zoom {
	    margin-right: 4px;
	} */
	/* 	.viewRegion label, #leftGrp .area {
	    font-size: 10px;
	}
 */
	/* .item-container .checkmark {
	    height: 8px;
	    width: 8px;
	}

	.item-container .checkmark:after {
	    width: 5px;
	    height: 5px;
	    border-width: 0 1px 1px 0;
	    margin-left: 1px;
	    margin-top: 0px;
	}

	.item-container .inBlock.smallFont {
	   font-size:70%;
	} */

	/* .item-container.col-sc-6 {
    	width: 17vw;
    	margin-bottom: 0px;
    	margin-top: 2px;
	} */

	/* .item-container.col-sc-6 .inBlock{
		line-height: 18px;
   		margin-bottom: -1px;
	}

	.item-container.schBox{
		padding-bottom:0px;
		margin-top: -16px;
	} */
}

@media ( min-width : 321px) {
	.search input[type='text'] {
		width: 66vw;
	}
	.typeTitle #contactTitle {
		display: inline-block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media ( min-width : 360px) {
	.search input[type='text'] {
		width: 67vw;
	}
	.MapControlViewRight>div {
		margin-right: 5px;
	}

	/* 	.btn_zoom {
	    margin-right: 5px;
	} */
}

@media ( min-width : 375px) {
	.search input[type='text'] {
		width: 67.5vw;
	}
	/* 	.viewRegion label, #leftGrp .area {
	    font-size: 12px;
	} */

	/*
	.listHeaderSect .closeBtn {
	    right: 31%;
	} */

	/* 	.item-container .inBlock.smallFont {
	   font-size:81%;
	}
	.item-container.col-sc-6 {
    	width: 11vw;
    	margin-bottom: 0px;
    	margin-top: 0px;
	}

	.item-container.col-sc-6 .inBlock{
		line-height: 18px;
   		margin-bottom: 0px;
	}

	.item-container.schBox{
		padding-bottom:0px;
		margin-top: -16px;
	} */
}

@media ( max-width : 375px) {
	/* .listHeader-wrap .list_header .col-hd-center {
	    width: 38%;
	} */
	.listHeader-wrap .list_header span {
		font-size: 12px;
	}

	/* 	.listHeader-wrap .contractRPos {
	    width: 168px !important;
	    margin-right: -5px;
	    font-size: 7px;
	    padding-right: 3px;
	} */

	/* 	.listHeader-wrap .list_header .col-hd-right {
	    padding-right: 40px;
	    width: 168px;
	    right: 0px;
	} */
	.refresh {
		margin-left: 2px;
		margin-right: 2px;
	}
	.plus {
		margin-right: 3px;
	}
	#contact, #userInfo, #setting {
		font-size: 11.5px;
	}
}

@media ( min-width : 410px) {
	.search input[type='text'] {
		width: 70.5vw;
	}
	.checkmark {
		height: 10px;
		width: 10px;
	}

	/* .item-container.col-sc-6 {
    	width: 12vw;
    	margin-bottom: 0px;
    	margin-top: 0px;
	}

	.item-container.schBox {
		padding-bottom:3px;
	    margin-top: 0px;
	}
 */
}

@media ( min-width : 450px) {
	.search input[type='text'] {
		width: 73vw;
	}
}

@media ( min-width : 500px) {
	.search input[type='text'] {
		width: 76vw;
	}
	/* .item-container.schBox .col-70 {
	    width: 60%;
	} */

	/* 	.listHeaderSect .closeBtn {
	    position: absolute;
	    top: 6px;
	    right: 40%;
	} */
}

@media ( min-width : 570px) {
	.search input[type='text'] {
		width: 79vw;
	}
}

@media ( min-width : 600px) {
	.search input[type='text'] {
		width: 80vw;
	}
}

@media ( min-width : 768px) {
	.search input[type='text'] {
		width: 81vw;
	}
	/* .item-container.schBox {
	    width: 30vw;
    	text-align: right;
	}
	.item-container.schBox .col-15 {
   	 	width: 10%;
	}
	.item-container.schBox .col-70 {
	    width: 50%;
	}

	.item-container.col-sc-6 {
    	width: 12vw;
	}
	.item-container.schBox .col-15:last-child {
		padding-right:20px;
	}

	.item-container.col-sc-6 {
    	width: 12vw;
    	margin-bottom: 0px;
    	margin-top: 0px;
	}

	.item-container .checkmark {
	    height: 12px;
	    width: 12px;
	}

	.item-container .checkmark:after {
	    width: 8px;
	    height: 8px;
	    border-width: 0 1px 1px 0;
	    margin-left: 1px;
	    margin-top: 0px;
	}

	.item-container .inBlock.smallFont {
	   font-size:90%;
	} */

	/* 	.listHeaderSect .closeBtn {
	    position: absolute;
	    top: 6px;
	    right: 22%;
	} */
}

@media ( min-width : 900px) {
	.search input[type='text'] {
		width: 82vw;
	}

	/* 	.listHeaderSect .closeBtn {
	    position: absolute;
	    top: 6px;
	    right: 21%;
	} */
}

.ol-overlaycontainer-stopevent {
	position: initial !important;
}

.MapControlViewTop  div.viewRegion.mobile {
	position: relative;
	margin-top: 10px;
	float: left;
	text-align: left;
}

.MapControlViewTop div.viewRegion.mobile input[type="checkbox"] {
	display: none;
}

.MapControlViewTop div.viewRegion.mobile label {
	font-size: 14px;
	border-radius: 5px;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #006734;
	background-color: #ffffffa8;
	color: #006734;
	margin-left: 7px;
}

.MapControlViewTop div.viewRegion.mobile label.on {
	border: 1px solid #fff;
	background-color: #006734;
	color: #fff;
}

.nh .MapControlViewTop, .op .MapControlViewTop {
	width: 100%;
}

.nh .MapControlViewRight, .op .MapControlViewRight {
	display: inline-block;
	margin-right: 0px;
	position: absolute;
	z-index: 0;
	text-align: right;
	right: 0px;
	top: 30px;
	background-color: transparent;
}

.nh .MapControlViewRight>div, .op .MapControlViewRight>div {
	margin-right: 10px;
}

.nh .MapControlViewRight.zoomGrp, .op .MapControlViewRight.zoomGrp {
	margin-top: 42px;
}

/* .nh .btn_zoom, .op .btn_zoom {
	margin-top: 7px;
    margin-right: 10px;
} */
.nh .viewRegion, .op .viewRegion {
	display: flex;
	margin-top: 8px;
	margin-right: 0px;
	position: relative;
	width: auto;
	z-index: 1;
	float: right;
}

.nh .viewRegion label, .op .viewRegion label {
	font-weight: bold;
	color: #e4846d;
	display: inline-block;
	width: auto;
	font-size: 15px;
	margin-right: 6px;
	/* margin-left: -4px; */
}

.nh .MapControlViewTop .search, .op .MapControlViewTop .search {
	display: flex;
	width: auto;
	float: right;
}

.nh .search input[type='text'], .op .search input[type='text'] {
	background-color: #fff;
	padding: 5px;
	height: 30px;
	border: 1px solid #d2d3d1;
	font-size: 15px;
	border-radius: 4px 0px 0px 4px;
	padding-right: 0px;
	width: 300px;
	position: relative;
}

.nh .selectbox, .op .selectbox {
	position: relative;
	width: 58px;
	z-index: 1;
	background-color: #fff;
	margin-left: 3px;
	border: 1px solid #d2d3d1;
	height: 21px;
	margin-top: -1px;
	border-radius: 4px 4px;
	display: inline-block;
}

.nh  .selectbox, .op .selectbox {
	display: inline-block;
	width: 8vw;
	min-width: 71px;
	height: 23px;
}

.nh .selectbox label, .op .selectbox  label {
	font-size: 13px;
	padding: 3px;
	padding-left: 5px;
	top: 0px;
}

.op .viewRegion .inBlock input[type="checkbox"], .nh .viewRegion .inBlock input[type="checkbox"]
	{
	margin-top: 1px;
	margin-left: 0px;
}

.op .viewRegion input[type="checkbox"]:checked, .nh .viewRegion input[type="checkbox"]:checked
	{
	background: #c9cbd2 url('/images/ico_checkbox.png') no-repeat center;
	background-color: #484c58;
	background-size: 18px auto;
}

@media ( max-width : 820px) {
	.nh .viewRegion, .op .viewRegion {
		margin-top: 30px;
		margin-right: 0px;
		display: inline-block;
		position: absolute;
		width: auto;
	}
	header.header .gnb {
		padding-top: 4px;
	}
	.ci .logo {
		margin-left: 8px;
	}
}

@media ( max-width : 420px) {
	.nh .viewRegion, .op .viewRegion {
		margin-top: 30px;
		margin-right: 0px;
		display: inline-block;
		position: absolute;
		width: auto;
	}
	.nh .search input[type='text'], .op .search input[type='text'] {
		width: 210px;
	}
	.nh .MapControlViewRight, .op .MapControlViewRight {
		margin-top: 35px;
	}
	.nh .btn_zoom, .op .btn_zoom {
		margin-top: 0px;
	}
}

@media ( max-width : 315px) {
	.nh .search input[type='text'], .op .search input[type='text'] {
		width: 190px;
	}
}

.menu {
	z-index: 5;
	background-color: transparent;
	display: inline-block;
	color: #000;
	cursor: pointer;
	text-align: center;
	width: 20px;
	position: absolute;
	margin-left: 8px;
	margin-top: 6px;
	padding-top: 8px;
	border-right: 2px solid #d2d3d1;
	height: 10px;
}

.menu .icon-bar {
	display: block;
	width: 15px;
	height: 3px;
	/* line-height: 22px; */
	border-radius: 3px;
	background-color: #a8a9a8;
	margin-top: -6px;
}

.menu .icon-bar+.icon-bar {
	margin-top: 2px;
}

header.header .gnb.menu .gnb-info {
	position: absolute;
	display: inline-block;
	top: 48px;
	left: 5px;
	width: 230px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	border: 1px solid #d2d3d1;
	border-radius: 6px;
}

.menuDim {
	z-index: 4;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
}

textarea#memo {
	width: 246px;
	height: 47px;
	border: 1px solid #d2d3d1;
	margin-top: 15px;
	font-size: 15px;
	padding: 2px;
}

textarea#memo::placeholder {
	font-size: 15px;
	color: #d1d2d1;
	padding: 2px;
}

.w {
	background-color: #7fa07f50; /* #b1b3b1; */
	color: #000;
}

.a {
	background-color: #efe02b50; /* #6cb931; */
	color: #000;
}

.f {
	background-color: #3278d0; /* #00381c; */
	color: #fff;
}

.n {
	background-color: #c31f04;
	color: #fff;
}

.c {
	background-color: #3b0901;
	color: #fff;
}

.s {
	background-color: #ffd6f2;
	color: #000;
}

.sf {
	background-color: #ffd6f2;
	color: #000;
}

*:focus {
	outline: none;
}

.certiTime {
	text-align: right;
	color: #ff5252;
	position: absolute;
	right: 92px;
	bottom: 14px;
	letter-spacing: -0.4px;
}

.popupSection .popup .mobile span>button[class*="btn-st"][class*="kakao"],
	.popupSection .popup .mobile span>button[class*="btn-st"][class*="naver"]
	{
	color: transparent;
	position: relative;
	width: 35px !important;
	height: 35px !important;
	/*  padding: 1px 3px 5px; */
	background: url(../../images/toppfield/sprite_topp.png) no-repeat
		!important;
	background-size: 88px 424px !important;
	background-position: -4px -380px !important;
	/*   background-color: #fbfbfb; */
	border: none !important;
	border-radius: 5px 5px !important;
	border: 1px solid #d2d3d1 !important;
}

.popupSection .popup .mobile span>button[class*="btn-st"][class*="naver"]
	{
	background-position: -3px -335px !important;
}

.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
	font-size: 12px;
}

.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.ol-tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.ol-tooltip-measure:before, .ol-tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}

.headerTopBtnGrp {
	float: right;
	margin-top: -30px;
	margin-right: 8px;
}

.listHeaderSect .btn-basic {
	margin-left: 2px;
	font-size: 13px;
	border-radius: 5px;
	overflow: hidden;
    text-overflow: clip;
}

.selectAll {
	/* float:right;
	margin-top:-30px;
	margin-right: 4px !important; */
	
}

.areaMap {
	/* float:right;
	margin-top:-30px;
	margin-right: 117px !important; */
	
}

.btn-basic.addContract {
	/* float:right;
	margin-top:-30px;
	margin-right: 54px !important; */
	
}

.listHeaderSect .schBox .selectBoxDiv {
	background-color: #fff;
	border-radius: 4px 4px;
}

.listHeaderSect .schBox #schType {
	display: inline-block;
	min-width: 80px;
	border-right: 1px solid rgb(204, 204, 204);
	border-radius: 0px 3px 3px 0px;
}

.op .listHeaderSect .schBox #schType {
	min-width: 150px;
}

.listHeaderSect .schBox #schType [class*="control"] {
	height: 30px;
	min-height: 30px;
	background-color: transparent;
	border: none !important;
	border-color: transparent !important;
	outline: none !important;
}

[class*="control"]:hover, [class*="control"]:focus, [class*="control"]:active,
	[class*="control"]:link, [class*="control"]:visited, [class*="control"]:before,
	[class*="control"]:after {
	border: none !important;
	border-color: transparent !important;
	outline: none !important;
}

.listHeaderSect .schBox #schType [class*="control"]>div {
	height: 30px;
	min-height: 30px;
	padding-left: 3px;
	/*     border:none  !important;
	border-color:transparent  !important;
	outline: none !important; */
}

.listHeaderSect .schBox #schType [class*="control"] div {
	padding: 0;
	margin: 0px;
}

.item-container.schBox .smallFont {
	font-size: 15px;
}

.schBoxDiv, .selectBoxDiv {
	display: flex;
	max-height: 30px;
	border: none;
	background-color: transparent;
}

.item-container.schBox input[type=text] {
	height: 30px;
	/*     border-radius: 4px 0px 0px 4px; */
	border: none;
	font-size: 15px;
	outline: none;
	background-color: transparent;
}

.item-container.schBox .btn-basic {
	background-color: transparent;
	border: none;
}

[class*="control"] [class*="singleValue"] {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

[class*="Input"] input[type="text"] {
	height: auto;
	text-shadow: 0px 0px 1px #fff;
}

.item-container.schBox [class*="menu"] {
	margin-top: -26px !important;
}

[class*="MenuList"] [class*="option"] {
	padding: 5px 12px;
}

.select:focus {
	outline: none !important;
}

.addBtn {
	width: 90%;
	height: 30px;
	border-radius: 30;
	border: none;
	margin-top: 5px;
}

.surveyBtn {
	background-color: #f7e2a4;
	color: #000;
	padding: 0px 5px 0px 5px;
}

.sch {
	line-height: 30px;
	font-size: 14px;
}

.sch>span {
	padding-right: 10px;
}

.sch>span.btnGrp {
	font-size: 19px;
	display: inline-block;
}

.sch input[type='text'], .sch input[type='tel'], .sch select {
	font-size: 14px;
	width: 46px;
	padding-left: 2px;
	border: none;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

.sch input[type='tel']#schYyyy {
	cursor: pointer;
	padding-right: 0px;
}

.sch input[type='text']#customNm {
	width: 80px;
	padding-right: 2px;
}

.sch input[type='text']#roundNo, .sch select#roundNo {
	width: 48px;
	padding-right: 2px;
	-webkit-appearance: none; /* for chrome */
	-moz-appearance: none; /*for firefox*/
	appearance: none;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}

.sch.filter select#roundNo {
	line-height: 24px;
	width: 80px;
	background: #fff;
}

.sch select#workState {
	line-height: 24px;
	width: 100px;
	background: #fff;
}

.sch input[type='text']#kind {
	width: 80px;
	padding-right: 2px;
}

.sch input[type='text']#bunji {
	width: 100px;
	padding-right: 2px;
}

.popupSection.dim .addPolygonContract.popup {
	width: 300px;
	height: 490px;
	margin-top: -250px;
	margin-left: -150px;
}

.popupSection.dim .addContract2.popup {
	width: 300px;
	height: 455px;
	margin-top: -270px;
	margin-left: -150px;
}

.nh .popupSection.dim .addPolygonContract.popup {
	width: 300px;
	height: 460px;
	margin-top: -250px;
	margin-left: -150px;
}

.nh .popupSection.dim .addContract2.popup {
	width: 300px;
	height: 425px;
	margin-top: -270px;
	margin-left: -150px;
}

.popupSection.dim .addPolygonContract .btn.center {
	margin-top: 15px;
	text-align: center;
}

.popupSection.dim .addPolygonContract input[type="text"] {
	width: 147px;
}

.popupSection.dim .addPolygonContract.popup .left {
	margin-top: 5px;
	margin-bottom: 5px;
}

.popupSection.dim .addPolygonContract.popup .left .left, .popupSection.dim .addPolygonContract.popup .left .selectTitle
	{
	display: inline-block;
}

.popupSection.dim .addPolygonContract .btn.center>button {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.popupSection.dim .addPolygonContract.popup .leftLable {
	display: inline-block;
	width: 75px;
	text-align: right;
	padding-right: 14px;
}

.listHeaderSect .popupSection.dim .addPolygonContract.popup .closeBtn {
	position: unset;
	top: unset;
	right: unset;
}

.popupSection.dim .addPolygonContract.popup .custom input[type="text"],
	.popupSection.dim .addPolygonContract.popup .farmer input[type="text"]
	{
	width: calc(100% - 20px);
}

.popupSection.dim .addPolygonContract.popup .allocation {
	padding: 0px;
}

.popupSection.dim .addPolygonContract.popup .selectTitle {
	padding: 0px;
}

.popupSection.dim .addPolygonContract.popup .allocation .flex .left,
	.popupSection.dim .addPolygonContract.popup .allocation .flex .selectTitle,
	.popupSection.dim .addPolygonContract.popup .allocation input[type="text"]#contractYear,
	.popupSection.dim .addPolygonContract.popup .allocation .custom {
	margin: 0px;
	padding: 0px;
}

.popupSection.dim .addPolygonContract.popup .allocation input[type="text"]#contractYear
	{
	padding-left: 5px;
}

.popupSection.dim .addPolygonContract.popup .allocation .flex {
	padding: 15px 6px 0px 6px;
}

.popupSection.dim .addPolygonContract.popup .allocation .custom,
	.popupSection.dim .addPolygonContract.popup .allocation .farmer {
	padding: 0px 0px 0px 6px;
}

.popupSection .addPolygonContract.popup #list {
	width: 228px;
	height: 300px;
}

.popupSection .addPolygonContract.popup .listBox .list li {
	display: block;
}

.popupSection .popup.pesticide {
	height: 105px;
	margin-top: -71px;
}

.popupSection .popup.pesticide .pesticide {
	text-align: left;
}

.popupSection .popup.pesticide .from {
	display: inline-block;
	line-height: 25px;
	padding: 5px 3px;
}

.popupSection .popup.pesticide .fromTo {
	font-size: 14px;
	display: inline-block;
	width: 60px;
	text-align: center;
}

.popupSection .popup.pesticide .btn-st1-green2-allocate {
	font-size: 15px;
	line-height: inherit;
	padding: 0px 10px;
	height: 62px;
	margin-top: -31px;
}

.popupSection .popup.pesticide .closeBtn {
	margin-top: 3px;
	margin-left: -23px;
	top: inherit;
	right: inherit;
}

.popupSection .popup.pesticide input[type="number"], .popupSection .popup.pesticide input[type="text"]
	{
	outline: none;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #c9c9c9;
	width: 120px;
}

.popupSection .popup.pesticide input[type="number"] {
	padding: 0 23px 0 2px;
}

.popupSection .popup.pesticide .right {
	padding-right: 0px;
	padding-left: 8px;
}

.flex {
	display: flex;
}

/*circular menu*/
.circle-menu {
	display: inline-block;
	margin-left: -5px;
	/* 	margin-top: 30px; */
	/*   float: right;
  margin-top: -29px;
  position: relative;
  margin-right: 45px; */
}

.circle-menu .circle-menu-backdrop {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
}

.circle-menu-active .circle-menu-backdrop {
	display: block;
	z-index: 99;
}

.circle-menu-data {
	margin-right: 34px;
}

.circle-menu-active .circle-menu-data {
	z-index: 100;
	font-size: 10px;
}

/* MenuToggle */
.circle-menu-toggle {
	position: relative;
	z-index: 200;
	width: 0.9em !important;
	height: 9px !important;
	border-radius: 5px !important;
}

.circle-menu-burger-bar {
	display: block;
	width: 1em;
	height: 0.09rem;
	background: #fff;
	margin-bottom: 0.1em;
	border-radius: 0.1em;
	border: 1px;
	transition: all 0.5s;
}

.circle-menu-toggle:hover .circle-menu-burger-bar {
	background: #ffffff;
}

.circle-menu-burger-bar:last-child {
	margin-bottom: 0;
}

.circle-menu-active .circle-menu-toggle .circle-menu-burger-bar:nth-child(1)
	{
	transform: translate(0em, 0.20em) rotateZ(-45deg);
	width: 1em;
}

.circle-menu-active .circle-menu-toggle .circle-menu-burger-bar:nth-child(2)
	{
	opacity: 0;
}

.circle-menu-active .circle-menu-toggle .circle-menu-burger-bar:nth-child(3)
	{
	transform: translate(0em, -0.18em) rotateZ(45deg);
	width: 1em;
}

/* MenuItem */
.circle-menu-item {
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	margin-top: -30px;
}

.circle-menu-item .circle-menu-item-icon {
	font-size: 1.8em;
}

.circle-menu-active .circle-menu-item {
	font-size: 11px;
	visibility: visible;
	opacity: 1;
	margin-top: -30px;
}

.circle-menu-item>span {
	line-height: 11px !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}

/* CircleButton */
.circle-button {
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	/*  margin-right: 1em; */
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	transition: all 0.5s;
	word-wrap: break-word !important;
	white-space: pre-line !important;
	letter-spacing: 0px;
	/*   line-height:10px; */
	text-align: center;
	font-size: 13px;
	/*   margin-top:1px; */
	/* 
  overflow: hidden; */
}

.circle-button:last-child {
	margin-right: 0;
}

/* .sch.filter{
	width: 100vw;
	display:block;
	height: auto;
	padding-top:5px;
	padding-left: 6px;
	font-size: 14px;
	overflow:hidden;
	box-shadow: 0px 0px 3px 0px gray inset;
} */
.sch.filter {
	width: 100vw;
	z-index: 99999;
	background: #e1e1e1;
	position: absolute;
	bottom: 18px;
	display: block;
	height: 60vh;
	padding-top: 15px;
	padding-left: 0px;
	font-size: 14px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px grey inset;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.sch.filter input {
	font-size: 14px;
	width: 80px;
	line-height: 24px;
}

.sch.filter span {
	line-height: 28px;
}

.window .sch.filter {
	padding-top: 10px;
}

.window .sch.filter span {
	display: inline-block;
	width: 47%;
}

.userBack .sch.filter {
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:2;
}

.sch.filter>span {
	margin-left: 20px;
	display: inline-block;
	width: 45%;
}

.window .filter, .window .refresh {
	/* margin-top: 2px; */
	margin-right: 3px;
}

.MapControlViewRight .refresh {
	/* margin-top: 2px; */
	margin-right: 0px;
}

.window .sch.filter span [class*=container] {
	position: absolute;
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	z-index: 99999;
	margin-top: 2px;
	/*     margin-left: 3px; */
}

.window .sch.filter span [class*=control] {
	line-height: 28px;
	height: 28px;
	min-height: 28px;
}

.window .sch.filter span [class*=ValueContainer] {
	padding: 0px;
}

.window .sch.filter span [class*=indicatorContainer] {
	padding: 0px;
}

.window .sch.filter span [class*=menu] {
	top: 0%;
	margin: 1 0 1 0;
	min-height: 24px;
	line-height: 24px;
	z-index: 99999;
}

.window .sch.filter span [class*=singleValue] {
	line-height: 24px;
	height: 24px;
	min-height: 24px;
}

.sch.filter span.title {
	display: inline-block;
	width: 72px;
}

.window .sch.filter span.title {
	width: 72px;
}

.window .sch.filter span.line {
	display: block;
	width: 100vw;
}

.window .sch.filter span.mid {
	display: inline-block;
	text-align: center;
	width: 20px;
}

.sch.filter span .btn-basic {
	border-radius: 5px;
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	width: 95%;
}

.window .sch.filter span .btn-basic {
	border-radius: 5px;
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	width: 48%;
}

.sch.filter span.btnGrp {
	margin-top: 2px;
	border-radius: 5px;
	font-size: 16px;
	display: block;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 2px;
}

.nhcok .sch.filter span.btnGrp {
	bottom: 20px;
}

.nhcok .sch.filter {
	height: 36vh;
}

.sch.filter span .btn-left, .sch.filter span .btn-right {
	display: inline-block;
	width: 45%;
}

.container.window {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.container.window.userBack {
	background: transparent;
}

.container.window.sms2 {
	position: fixed;
	top: 0px;
	z-index: 99999;
	background: #00000090;
}

.container.window #listOfCon {
	margin-top: 0px;
}

.container.window.userBack #listOfCon {
	margin-top: -10px;
}

.container.window.userBack2 #listOfCon {
	margin-top: 0px;
}

.container.window #list {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	background-color: #fff;
	margin-top: 0px;
	z-index: 2;
	/*     text-align:left; */
}

.container.window.sms2 #listOfCon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999;
	width: 322px;
	height: 277px;
	margin-top: -135px;
	margin-left: -161px;
}

.window.sms2 .list_header, .container.window.sms2 #list, .container.window.sms2 #list .listHeaderSect
	{
	border-radius: 5px;
	/*     text-align:left; */
}

.window.sms2 .listHeader-wrap {
	background-color: transparent;
}

.container.window.sms2 .listHeader-wrap {
	width: 100%;
}

.window.sms2 .line .label {
	width: 100px;
	display: inline-block;
}

.container.window #list .listBox0 {
	text-align: left;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	z-index:1;
}

.container.window #list .listBox0>.listBox {
	touch-action: pan-x !important;
}

.container.window #list .listBox {
	text-align: left;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.container.window #list .listBox0>.listBox {
	padding-bottom: 100px;
	position: absolute;
}

.container.window #list .listBox0  .headDiv {
	text-align: left;
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
	white-space: nowrap;
}

.container.window #list .listBox0 .headDiv>div.head {
	text-align: center;
	position: relative;
	width: 5%;
	border-left: 1px solid #9c99992e;
	border-bottom: 1px solid #9c99992e;
	background-color: #f9f9f9f9;
	line-height: 31px;
	padding: 0px 2px 0px 2px;
	white-space: nowrap;
}

.container.window #list .listBox .inner .list {
	padding-top: 31px !important;
	padding-bottom: 50px !important;
}

.container.window #list .listBox .inner .list li>div {
	text-align: center;
	width: auto;
	overflow: hidden;
	display: inline-block;
	padding: 0px 2px 0px 2px;
	background-color: transparent !important;
	/*     white-space:nowrap;
    word-break: break-all;
    text-overflow:ellipsis; */
}

.container.window #list .listBox .inner .list li.user {
	width: 100% !important;
}

.container.window #list .roundNo {
	min-width: 40px;
}

.container.window #list .seDate {
	width: 17% !important;
	min-width: 80px;
}

.container.window #list .addr {
	width: 30% !important;
	min-width: 100px !important;
}

.container.window.userBack #list .addr {
	width: calc(100% - 185px) !important;
	min-width: 100px !important;
}

.container.window #list .kind {
	min-width: 60px;
}

.container.window #list .area {
	min-width: 60px;
	text-align: right !important;
}

.container.window #list .workerNm {
	min-width: 60px;
	/* text-align:right !important; */
}

.container.window #list .waitingNum {
	min-width: 90px;
	text-align: center !important;
	padding-left: 10px;
}

.container.window #list .finishDate {
	width: 9% !important;
	min-width: 60px;
	text-align: right !important;
}

.container.window #list .conttrolFee {
	width: 10% !important;
	min-width: 60px;
	border-left: none !important;
	text-align: right !important;
}

.container.window.pesticide #list .listBox0 .headDiv>div.head,
	.container.window.pesticide #list .listBox .inner .list li>div {
	width: 13%;
	text-align: center !important;
}

.container.window #list .customNm {
	min-width: 140px;
}

.container.window #list [class*=inOut] {
	min-width: 105px;
}

.container.window #list .noData {
	width: 100vw;
}
/* 
.container.window #list .listBox .inner{
    width: 100vw;
    height: 100vh;
} */
.container.window #list .listBox .inner {
	width: 100%;
}

.container.window #list .listBox0 .headDiv>div.head {
	text-align: center !important;
}

.container.window.nhcok #list .listBox0 
{
	left: 0px;
}

.container.window.nhcok #list .listBox0 .headDiv>div.head {
	text-align: left !important;
}

@media ( max-width : 1640px) {
	.container.window #list .listBox, .container.window #list .listBox0  .headDiv
		{
		width: 1640px;
	}
	.container.window #list .seDate {
		width: 18% !important;
		min-width: 80px;
	}
	.container.window #list .addr {
		width: 28% !important;
		min-width: 100px !important;
	}
	.container.window.userBack #list .addr {
		width: 28% !important;
		width: calc(100% - 180px) !important;
	}
}

@media ( max-width : 1200px) {
	.container.window #list .listBox, .container.window #list .listBox0  .headDiv
		{
		width: 1200px;
	}
	.container.window #list .seDate {
		width: 15% !important;
		min-width: 80px;
	}
	.container.window #list .addr {
		width: 26% !important;
		min-width: 100px !important;
	}
	.container.window.userBack #list  .addr {
		width: 70% !important;
		width: calc(100% - 180px) !important;
	}
}

@media ( max-width : 1024px) {
	.container.window #list .listBox, .container.window #list .listBox0  .headDiv
		{
		width: 1024px;
	}
	.container.window #list .seDate {
		width: 14% !important;
		min-width: 80px;
	}
	.container.window #list .addr {
		width: 20% !important;
		width: calc(100% - 275px) !important;
	}
	.container.window.userBack #list  .addr {
		width: 50% !important;
		width: calc(100% - 180px) !important;
	}
}

@media ( max-width : 600px) {
	.container.window #list .listBox, .container.window #list .listBox0  .headDiv
		{
		width: 770px;
	}
	.container.window.userBack #list .listBox, .container.window #list .listBox0  .headDiv
		{
		width: 100%;
		min-width: 450px !important;
	}
	.container.window #list .seDate {
		width: 8% !important;
		min-width: 50px;
	}
	.container.window #list .addr {
		width: 8% !important;
		min-width: 200px !important;
	}
	.container.window.userBack #list .addr {
		width: calc(100% - 180px) !important;
		text-align: left !important;
		padding-left: 5px !important;
	}
	
	.container.window.userBack.nhcok #list .addr {
		width: calc(100% - 150px) !important;
		text-align: left !important;
		padding-left: 5px !important;
	}
	
	.container.window.userBack.nhcok #list .square {
		width: 150px !important;
		text-align: center !important;
		padding-left: 5px !important;
	}
	
	.container.window .finishDate, .container.window .seDate {
		min-width: 85px !important;
	}
	.container.window.pesticide #list .listBox0 .headDiv>div.head,
		.container.window.pesticide #list .listBox .inner .list li>div {
		width: 12%;
	}
}

@media ( max-width : 415px) {
	.sch.filter span {
		display: inline-block;
		width: 40%;
	}
	.sch.filter span.title {
		display: inline-block;
		width: 60px;
	}
}

@media ( max-width : 400px) {
	.sch.filter span {
		display: inline-block;
		width: 30%;
	}
}

@media ( max-width : 350px) {
	.sch.filter span {
		display: inline-block;
		width: 100%;
	}
	.window .sch.filter span {
		display: inline-block;
		width: 100%;
	}
}

@media ( max-width : 250px) {
	.sch.filter span {
		display: inline-block;
		width: 100%;
	}
}

.container.window.userBack #list .listBox0 .headDiv>div.head

.container.window.userBack #list .listBox0 .headDiv>div.head.workerNm,
	.container.window.userBack #list .workerNm {
	width: 85px !important;
	text-align: center !important;
	/* text-align:right !important; */
}

.container.window.userBack #list .listBox0 .headDiv>div.head.waitingNum,
	.container.window.userBack #list .waitingNum {
	width: 95px !important;
	text-align: center !important;
}

.vwWdth {
	width: 100vw;
}

.working {
	background-color: #ffc00087 !important;
}

.finish {
	background-color: #71717150 !important;
}

/* .react-calendar {
	border-radius: 4px;
	width: 350px;
	max-width: 100%;
	background: white;
	font: inherit;
	line-height: 1.125em;
	border: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -160px;
	z-index: 99999;
	box-shadow: 0px 0px 3px 0px gray inset;
} */

.react-calendar button {
	margin: 0;
	border: 0;
	outline: none;
	font: inherit;
	font-size: 0.8em;
}

.react-calendar button:enabled:hover {
	cursor: pointer;
}

.react-calendar--doubleView {
	width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
	display: flex;
	margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
	width: 50%;
	margin: 0.5em;
}

.react-calendar, .react-calendar *, .react-calendar *:before,
	.react-calendar *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* .react-calendar {
	border-radius: 4px;
	width: 350px;
	max-width: 100%;
	background: white;
	font: inherit;
	line-height: 1.125em;
	border: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -160px;
	z-index: 99999;
	box-shadow: 0px 0px 3px 0px gray inset;
} */

.react-calendar button {
	margin: 0;
	border: 0;
	outline: none;
	font: inherit;
	font-size: 0.8em;
}

.react-calendar button:enabled:hover {
	cursor: pointer;
}

.react-calendar--doubleView {
	width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
	display: flex;
	margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
	width: 50%;
	margin: 0.5em;
}

.react-calendar, .react-calendar *, .react-calendar *:before,
	.react-calendar *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#listOfCon .dim2 {
	width: 100%;
	height: 100%;
	background: #00000050;
	top: 0px;
	left: 0px;
	z-index: 999999;
}

#listOfCon .react-calendar {
	z-index: 9999;
	font-size: 20px;
}

 #listOfCon .dim2 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
}

.react-calendar__navigation {
	height: 44px;
	margin-bottom: 10px;
	font-size: 20px;
}

.react-calendar__navigation button {
	min-width: 44px;
	background: none;
}

.react-calendar__navigation button:enabled:hover,
	.react-calendar__navigation button:enabled:focus {
	background-color: #e6e6e6;
}

.react-calendar__navigation button[disabled] {
	background-color: #f0f0f0;
}

.react-calendar__month-view__weekdays {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
	padding: 0.5em;
}

.react-calendar__month-view__weekNumbers {
	font-weight: bold;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
	padding: calc(0.75em/ 0.75) calc(0.5em/ 0.75);
}

.react-calendar__month-view__days__day--weekend {
	color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
	color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
	.react-calendar__decade-view .react-calendar__tile,
	.react-calendar__century-view .react-calendar__tile {
	padding: 2em 0.5em;
}

.react-calendar__tile {
	max-width: 100%;
	text-align: center;
	padding: 0.75em 0.5em;
	background: none;
}

.react-calendar__tile:disabled {
	background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover, .react-calendar__tile:enabled:focus
	{
	background-color: #e6e6e6;
}

.react-calendar__tile--hasActive {
	background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
	.react-calendar__tile--hasActive:enabled:focus {
	background: #a9d4ff;
}

.react-calendar__tile--active {
	background: #006edc;
	color: white;
}

.react-calendar__tile--active:enabled:hover,
	.react-calendar__tile--active:enabled:focus {
	background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
	background-color: #e6e6e6;
}

.nice-dates-navigation {
	align-items: center;
	color: #0e3254;
	display: flex;
	justify-content: space-between;
	position: relative;
	text-align: center;
	text-transform: capitalize
}

.nice-dates-navigation_current {
	flex-grow: 1;
	font-size: 16px
}

.nice-dates-navigation_next, .nice-dates-navigation_previous {
	cursor: pointer;
	height: 0;
	padding-bottom: 14.28571%;
	position: relative;
	width: 14.28571%
}

.nice-dates-navigation_next:before, .nice-dates-navigation_previous:before
	{
	border-right: 2px solid #818d98;
	border-top: 2px solid #818d98;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transition: border-color .2s;
	width: 14px
}

.nice-dates-navigation_next:hover:before,
	.nice-dates-navigation_previous:hover:before {
	border-color: #438cd2
}

.nice-dates-navigation_next.-disabled, .nice-dates-navigation_previous.-disabled
	{
	cursor: default;
	pointer-events: none
}

.nice-dates-navigation_next.-disabled:before,
	.nice-dates-navigation_previous.-disabled:before {
	border-color: #d3dde6
}

.nice-dates-navigation_previous:before {
	transform: rotate(-135deg)
}

.nice-dates-week-header {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	display: flex;
	padding: 8px 0
}

.nice-dates-week-header_day {
	color: #818d98;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
	width: 14.28571%
}

.nice-dates-grid {
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	user-select: none
}

.nice-dates-grid_container {
	backface-visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	position: absolute;
	right: 0;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: none;
	will-change: transform
}

.nice-dates-grid_container.-moving .nice-dates-day_date {
	transition: color .3s
}

.nice-dates-grid_container.-origin-bottom {
	top: auto;
	bottom: 0
}

.nice-dates-grid_container.-origin-top {
	top: 0;
	bottom: auto
}

.nice-dates-grid_container.-transition {
	transition-property: transform
}

.nice-dates-day {
	border-top: 1px solid transparent;
	box-sizing: border-box;
	color: #0e3254;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 14.28571%;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.nice-dates-day_date {
	transition: color .15s;
	will-change: color;
	z-index: 3
}

.nice-dates-day_month {
	color: #818d98;
	font-size: 12px;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 10%;
	z-index: 3
}

.nice-dates-day:after, .nice-dates-day:before {
	border-radius: 999px;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}

.nice-dates-day:before {
	background-color: #438cd2;
	z-index: 1
}

.nice-dates-day:after {
	border: 2px solid #438cd2;
	transform: scale(.95);
	transition-duration: .15s;
	transition-property: transform, opacity;
	z-index: 2
}

.nice-dates-day:not(.-disabled):hover:after {
	opacity: 1;
	transform: scale(1)
}

@media ( hover :none) {
	.nice-dates-day:after {
		content: none
	}
	.nice-dates-day.-selected * {
		color: #fff
	}
}

.nice-dates-day.-selected:before {
	opacity: 1
}

.nice-dates-day.-selected:hover:after {
	background-color: #fff
}

.nice-dates-day.-selected.-disabled *, .nice-dates-day.-selected:not(:hover) *
	{
	color: #fff
}

.nice-dates-day.-selected.-selected-start:before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	right: 0
}

.nice-dates-day.-selected.-selected-end:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	left: 0
}

.nice-dates-day.-selected.-selected-middle:before {
	border-radius: 0;
	left: 0;
	right: 0
}

.nice-dates-day.-selected.-selected-middle:nth-child(7n+1):before {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.nice-dates-day.-selected.-selected-middle:not(.-end):nth-child(7n):before
	{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.nice-dates-day.-today {
	font-weight: 600
}

.nice-dates-day.-wide:after, .nice-dates-day.-wide:before {
	left: 12.5%;
	right: 12.5%
}

.nice-dates-day.-outside {
	color: #818d98
}

.nice-dates-day.-disabled {
	cursor: default;
	pointer-events: none;
	color: #d3dde6
}

.nice-dates-popover {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .12);
	margin: 8px 0;
	max-width: 300px;
	position: absolute;
	transform-origin: top;
	transform: perspective(1000px);
	transition-property: transform, opacity;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.4, .2, 0, 1.1);
	width: 100%;
	will-change: transform, opacity;
	z-index: 9;
	margin-left: -125px;
}

.nice-dates-popover:not(.-open) {
	opacity: 0;
	pointer-events: none;
	transform: perspective(1000px) rotateX(-15deg)
}

.window .line {
	width: 100%;
	display: flex;
	line-height: 24px;
	padding: 10px 5px 5px 10px;
}

.window .line:first-child {
	padding-top: 10px;
}

.window .line:last-child {
	padding-bottom: 10px;
}

.window .line .label {
	width: 135px;
	display: inline-block;
}

.window .line select {
	height: 25px;
	line-height: 25px;
	border: 1px solid #c9c9c9;
	-webkit-appearance: listBox;
}

.window .line input[type="text"], .window .line .label+input[type="number"]
	{
	outline: none;
	margin: 0 0 0 0;
	_margin-top: 1px;
	padding: 0 0 0 3px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #c9c9c9;
	width: 80px;
}

.window .line #smsMsg {
	padding: 3px;
	font-size: 15px;
}

.window .line .messageBox {
	width: 202px;
	height: 90px;
	display: inline-block;
}

.window .line.half {
	width: 120px;
	/* 	text-align: center; */
	display: inline-block;
	padding: 10px 0px 0px 0px;
}

.window .line.half:last-child {
	width: 100px;
	padding: 10px 0px 0px 0px;
	display: inline-block;
}

.window .line.half input[type="checkbox"] {
	display: none;
}

.window .line.half  label {
	font-size: 14px;
	border-radius: 10px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #006734;
	background-color: #ffffffa8;
	color: #006734;
	margin-left: 7px;
	width: 100px;
	text-align: center;
}

.window .line.half label.on {
	border: 1px solid #fff;
	background-color: #006734;
	color: #fff;
}

.window.sms .list_header {
	line-height: 30px;
}

.window.sms #list {
	width: 100%;
	display: block;
	text-align: center;
}

.container.window.sms #list .listBox0 {
	position: relative;
	height: 100%;
	width: 360px;
	overflow: scroll;
	display: inline-block;
}

.window.sms div.btnGrp {
	margin-top: 2px;
	border-radius: 5px;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.window.sms div.btnGrp .btn-basic {
	border-radius: 5px;
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	width: 95%;
}

.container.window.sms2 #list .listBox0 {
	position: relative;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.window.sms2 .line select {
	width: 60%;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	z-index: 999;
	padding-left: 5px;
}

.window.sms2 div.btnGrp {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.window.sms2 .listHeader-wrap .list_header .list_headera {
	padding-right: unset;
	width: unset;
	text-align: unset;
	display: unset;
	position: unset;
	left: unset;
	float: right;
	margin-right: 8px;
}

.farmLandSchBox {
	display: inline-block;
}

.farmSch {
	margin-top: -37px !important;
	margin-left: -88px !important;
	position: absolute;
}

.farmSch #keyword {
	line-height: 30px;
	border: none;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 25px;
}

.listHeaderSect .farmSch .closeBtn {
	top: unset;
	right: 41px;
}

.wod1 {
	color: #fff;
	background-color: #6b2003 !important;
}

.wod2 {
	color: #fff;
	background-color: #802603 !important;
}

.wod3 {
	color: #fff;
	background-color: #902b04 !important;
}

.wod4 {
	color: #fff;
	background-color: #ad3406 !important;
}

.wod5 {
	background-color: #ff4800 !important;
}

.wod6 {
	background-color: #ffa683 !important;
}

.wod7 {
	background-color: #fdc2ab !important;
}

.wod8 {
	background-color: #ffded1 !important;
}

.wod9 {
	background-color: #ffe7de !important;
}

.wod10 {
	background-color: #fbf3f0 !important;
}

.loadingBg {
	z-index: 10002;
}

.loading2 {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	text-align: center;
	z-index: 10003;
	display: none;
}

.loading2.on {
	display: block;
}

.loading2 .Loading {
	position: relative;
	width: 500px;
	height: 22px;
	background: rgba(255, 255, 255, .05);
	border-radius: 25px;
	align-items: center;
	border: 5px solid #d8e2ec;
	display: inline-block;
	z-index: 9999999;
	text-align: left;
}

.loading2 .Loading span {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #0fbcf9;
	border-radius: 25px;
}

.loading2>.val {
	color: #fff;
	font-size: 2em;
	width: 100vw;
	text-align: center;
}

.necessary {
	color: #940101;
	font-weight: 600;
}

.midType .ico {
	margin-top: 0px;
}

.midType {
	line-height: 16px;
}

.midType.col-sc-3-1 {
	line-height: 32px;
	display: relative;
}

select {
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}

.contactTitle {
	font-size: 14px;
}

.kor {
	-webkit-ime-mode: active !important;
	-moz-ime-mode: active !important;
	-ms-ime-mode: active !important;
	ime-mode: active !important;
}

.eng {
	-webkit-ime-mode: inactive !important;
	-moz-ime-mode: inactive !important;
	-ms-ime-mode: inactive !important;
	ime-mode: inactive !important;
}

.userBack .change-wrap .section.certiBox {
	background: #fff;
	width: 300px !important;
	height: 260px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -170px;
}

.certiBox .title>div {
	font-size: 18px;
}

.certiBox .mobileSect {
	margin-top: 0.7em;
}

.certiBox input[type='tel'] {
	position: unset;
}

.certiBox input[type='tel']+span {
	position: absolute;
}

.certiBox [class*="desc-st1"] {
	padding: 1em 0 0 0 !important;
	margin-top: 0.7em;
}

.certiBox [class*="btn-st1"] {
	width: 100%;
	margin-top: 0em;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid;
}

.certiBox [class*="btn-st1"]:disabled {
	background: #c3c3c3;
	color: #ffffff !important;
}

.certiTimer {
	position: absolute;
	display: inline-block;
	right: 52px;
	line-height: 30px;
	color: #b53300;
	font-size: 15px;
}

.blind {
	display: none !important;
	opacity: 0;
}

.appear {
	animation: move-in 0.8s;
	animation-fill-mode: forwards;
	display: block !important;
}

.disappear {
	animation: move-out 0.8s;
	animation-fill-mode: forwards;
}

#listOfCon.appear {
	/*   animation: move-in2 0.8s;
  animation-fill-mode: forwards; */
	display: block !important;
}

/* #listOfCon.disappear {
  animation: move-out2 0.8s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in { 
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  } 
 }
@-moz-keyframes fade-in { 
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  } 
 }
@-ms-keyframes fade-in { 
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  } 
 }
@-o-keyframes fade-in { 
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  } 
 }
@keyframes fade-in { 
  from {
    opacity: 0;
    top: -157px;
  }
  to {
    opacity: 1;
    top: 20px;
  } 
 }

@-webkit-keyframes fade-out {
  from {
    opacity: 1;

  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;

  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fade-out {
  from {
    opacity: 1;

  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  from {
    opacity: 1;

  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
    top: 20px;
    
  }
  to {
    opacity: 0;
  	top: -157px;
  }
}

@keyframes move-in { 
  from {
    top: -200px;
  }
  to {
    top: 20px;
  } 
 }

@keyframes move-out {
  from {
    top: 20px;
    
  }
  to {
  	top: -200px;
  }
}

@keyframes move-in2 { 
  from {
    margin-top: 0px;
  }
  to {
  	 margin-top: -50px;
  }
 }

@keyframes move-out2 {
 from {
    margin-top: -50px;
  }
  to {
  	 margin-top: 0px;
  }
} */

/* .midType{
	line-height: 30px;
} */
/* 
.farmSch #keyword:after,.farmSch #keyword:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.farmSch #keyword:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.farmSch #keyword:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
} */
/* .op .container.window
{
	position: fixed;
	top:10px
} */
/* .circle-button:hover {
  color: #ffffff;
  background: #000000;
} */
.btm.btn {
	bottom: 0px;
	display: table;
	position: fixed;
	text-align: center;
	width: 100%;
	
}

.btm.btn button {
	/* 	margin: 0px 15px; */
	padding: 10px 50px;
	color: #fff;
	background: #7fc158 !important;
	border: 5px none #dbdbdb;
	border-radius: 0px;
	width: 100%;
	height: 60px;
	font-size: 19px;
	position: fixed;
    bottom: 0px;
    left:0px;
    font-size: 1.5em;
}

.btm.btn button:nth-child(2) {
	background: #ffc000;
	border: 5px none #dbdbdb;
}

.slick-track .ctns{
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: 90% 100%;
		background-color: #000;
	border: none;
}

.slick-track .ctns>div{
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	background-color: #fff;
	border: none;
/* 	background-image: url(../../images/back.png); */
}

.slick-track .ctns>div>div{
	background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
    background-position: center center;
}

.slick-track .ctns>div .logo{
    background-image: url(../../images/logo.png);
    height: 30px;
    background-position: calc(100% - 10px) center;
}


.terms>div {
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	padding: 8px 20px;
	position: relative;
	background: #f4f4f4;
	color: #666;
}

.terms>div:first-child {
	font-weight: 500;
	background: #fff;
	color: #000;
}

.terms>div>div {
	font-size: 1em;
}

h2.terms_tit {
	font-size: 19px;
	font-weight: bold;
	padding: 16px 20px;
	border-bottom: 1px solid #ddd;
}

button.next, button.agree {
	font-weight: 500 !important;
	display: block;
	font-size: 1.5em !important;
	text-align: center;
	line-height: 56px;
	height: 60px;
	border-radius: 0px;
	color: #fff;
	width: 100%;
	background: #7fc158 !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}

.terms+.btm.btn, #wrap .btm.btn {
	bottom: 0px !important;
}

.terms .content>div {
	font-weight: 700;
	font-size: 15px;
}

.terms .content>pre {
	font-weight: 400;
	font-size: 14px;
	word-break: break-all;
	white-space: nowrap;
	width: 100%;
}

.regist .btm.btn {
	display: block;
	position: fixed;
	text-align: center;
	bottom: 0px;
	left: 0px;
}

.regist .btm.btn a {
	font-weight: 600;
	display: inline-block;
	font-size: 17px;
	text-align: center;
	line-height: 56px;
	height: 60px;
	font-size: 17px;
	border-radius: 0px;
	color: #fff;
}

.regist [class*="btn-st"][class*="cancel"] {
	width: 30%;
	background-color: #888888 !important;
	border: none;
}

.regist [class*="btn-st"][class*="regist"] {
	width: 70%;
	background: #7fc158 !important;
	border: none;
}

.regist .dim {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: #ececec;
}

.regist .dim .title {
	padding: 20px 5px;
	text-align:center;
}

.regist .dim #closeBtn {
	color: #000;
}

.d_btn {
	position: absolute;
	right: 10px;
	font-size: 13px;
	color: #57a151;
	padding: 0 12px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #57a151;
	top: 6px;
	border-radius: 4px;
	background: #fff;
}

.certiBox .title div {
	font-size: 1.1em;
	padding: 3px;
	color: #0b1f33;
}

.certiBox .topName .top {
	padding-top: 30px;
	padding-bottom: 0px;
	font-size: 50px;
}

.register_page {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.terms input[type="checkbox"]:checked {
	background-color: #006734;
	border-color: #006734;
}

.terms_detail_area {
	padding: 20px;
	overflow: auto;
	height: calc(100% -  100px);
}

.join_top {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}

.join_top {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}

.join_top h3 {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	position: relative;
	line-height: 22px;
}

.join_top h3 ul {
	font-size: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.join_top h3 ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: center;
	margin-left: 4px;
}

.join_top h3 ul li.star {
	display: inline-block;
	position: relative;
	padding-left: 8px;
}

.join_top h3 ul li.star:before {
	color: #ff4019;
	position: absolute;
	left: 0;
	top: 0;
	content: "*";
	display: inline-block;
}

.join_cont {
	padding: 20px;
}

.join_cont .zipbox {
	position: relative;
	margin-top: 9px;
}

.join_cont .zipbox:first-child {
	margin-top: 0px;
}

.registBox label {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
}

.registBox label:before {
	color: #ff4019;
	position: absolute;
	right: -10px;
	top: 0;
	content: "*";
	display: inline-block;
}
/*  */
.regist.login-wrap .idSec input[type="text"], .regist.login-wrap .idSec input[type="date"], .regist .date, .regist.login-wrap .idSec2 input[type="text"]
	{
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 1.2em;
	color: #333;
	padding: 0;
	width: 100%;
	border: 1px solid transparent;
	border-bottom: 1px solid #cecece;
	height: 40px;
	padding-left: 5px;
	line-height: 40px;
}

.regist.login-wrap .idSec, 
.regist.login-wrap .idSec2 {
	margin-top: 9px;
	margin-bottom: 24px;
	position: relative;
}

#loginDiv.regist .section {
	width: 100%;
	margin: 0px;
}


#loginDiv.regist .certiDiv
{
	padding: 0px 30px; 
}

.regist input:disabled {
	color: #888;
	border-bottom-color: #ececec !important;
	background-color: #ececec;
	opacity: 1;
	-webkit-text-fill-color: #888;
}

.regist.login-wrap .idSec input[type="text"]::placeholder, .regist .date, .regist.login-wrap .idSec2 input[type="text"]::placeholder {
	color: #aaa !important;
	font-size: 0.98em;
}

.regist.login-wrap .idSec input[type=text]:focus, .regist.login-wrap .idSec input[type=tel]:focus,.regist .date, .regist.login-wrap .idSec2 input[type="text"]:focus,
	.regist.login-wrap .idSec input[type=search]:focus, .regist.login-wrap .idSec input[type=number]:focus,
	.regist.login-wrap .idSec input[type=password]:focus {
	border-bottom-color: #666;
	background: #f4fe71 !important;
	outline: none
}

.terms.topName .top {
	width: 100%;
	text-align: center;
	font-family: 'Monsori', 'SansBold';
	font-size: 30px;
	color: #416c86;
	text-shadow: -3px 0 #f2f1f6, 0 3px #f2f1f6, 3px 0 #f2f1f6, 0 -3px
		#f2f1f6;
	-moz-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0 -3px
		#F2F1F6;
	-webkit-text-shadow: -3px 0 #F2F1F6, 0 3px #F2F1F6, 3px 0 #F2F1F6, 0
		-3px #F2F1F6;
	font-weight: 100;
	border: none;
	padding: 0px 0px;
	padding-top: 20px;
}

.terms.topName .bottom {
	display: none;
}

.alert-header{ display: none;}
.alert-main {
/* 	animation: fadeIn ease 0.5s; */
/* 	width: 70%;
	margin: auto;
	position: fixed;
	background-color: white;
	min-height: 250px;
	display: flex;
	align-items: center;
	flex-direction: column;
	
	top: 20vh;
	left: calc(50vw - (500px / 2)) */
	position: fixed;
	width: 320px;
	max-width: 320px;
    left: 50%;
    margin-left: -160px; /* half of width */
    height: auto;
    top: 50%;
    margin-top: -150px; /* half of height */
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #eee;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
	align-items: center;
	flex-direction: column;
}


@media ( max-width : 500px+50px) {
	.alert-main {
		width: 90vw;
		left: 5vw;
	}
}

.alert-header {
	font-size: 26px;
	font-weight: 600;
}

.alert-body {
	text-align: left;
	font-size: 1.3em;
	min-height: 70px;
	flex-grow: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
}

.alert-button {
	width: 72px;
	height: 36px;
	display: flex;
	text-align:center;
	justify-content: center;
	text-decoration: none;
	color: white;
	border-radius: 40px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 30px;
	align-items: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	flex-grow: 1;
	background-color:#7fc158 !important
	
}

.backdrop {
	animation: fadeIn ease 1s;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9998;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.react-calendar {
	border-radius: 4px;
	width: 100%;
	max-width: 360px;
	background: white;
	font: inherit;
	/* line-height: 1.125em; */
	border: 0;
	overflow: hidden;
	position: relative;
	z-index: 99999;
	box-shadow: 0px 0px 3px 0px gray inset;
	/* top:0px; */
}

.react-calendar button {
	margin: 0;
	border: 0;
	outline: none;
	font: inherit;
	font-size: 15px;
}

.react-calendar button:enabled:hover {
	cursor: pointer;
}

.react-calendar--doubleView {
	width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
	display: flex;
	margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
	width: 50%;
	margin: 0.5em;
}

.react-calendar,.react-calendar *,.react-calendar *:before,
	.regist .react-calendar *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.react-calendar__navigation {
    height: 44px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
}

.accessLocation2{
	background-color: #f0d37a;
	font-weight: 500;
	padding: 8px 20px;
	border-radius: 5px;
	border: 10px solid #000000bd;
	font-size: 18px;
}

.container.window.userBack.nhcok #list .listBox, .container.window #list .listBox0 .headDiv {
    width: 100%;
    min-width: 100% !important;
    
}
.container.window.nhcok #list .listBox0 .headDiv>div.head {
	border: 0px;
	background-color: #fff;
	padding-left: 10px !important;
	font-size: 1.25em;
}

.container.window.nhcok #list .listBox .inner .list li>div {
	font-size: 1.1em;
	text-align: left;
	padding: 0px;
}

.nhcok .listHeader-wrap .list_header {
	height: 50px;
}

.nhcok .managing{
	width: 50%;
	display: inline-block;
}

.nhcok .managing{
	display: inline-block;
}

.nhcok .adjBtn{
	width: 100%;
	display: block;
	font-size: 1.5em;
	padding: 0;
}


.nhcok .manager {
	display: block;
	width: 100%;
}

.nhcok .manager div {
	display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.nhcok #middle, .nhcok #middle2{
	background-color: #487f7e;
	color: #ffffff;

}

.nhcok #middle .managing, .nhcok #middle2 .managing {
	color: #bebebe;
	padding: 0px 0px;
    font-size: 1em;
    line-height: 52px;
    border-radius: 12px 12px 0px 0px;
    border: none;
}

.nhcok #middle .managing.on,.nhcok #middle2 .managing.on{
	color: #ffffff;
	background-color: #305453;
	border-radius: 12px 12px 0 0;
}

.nhcok .manager a{
	font-size: 1.3em;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.nhcok .manager a.on{
	font-weight: 900;
	border-bottom: solid 6px #000;
}

.nhcok .listHeader-wrap .list_header {
    border: 0px;
}

.nhcok .listBox .list li {
    font-size: 1.1em;
}
.container.window.userBack.nhcok #list .chkbox {
    width: 30px !important;
    display: inline-grid;
    text-align:center;
    height:100%;
    position: relative;
    align-content: center;

   background-color: #fff;
}

.container.window.userBack.nhcok #list .headDiv.user
{
	display: grid !important;
	width: 100% !important;
	grid-auto-flow: column;
	grid-template-columns: 1fr 50px;
	border-bottom: 2px solid #f1f1f1;
}

.container.window.userBack.nhcok .list li{
    display: grid !important;
    width: 100% !important;
    grid-auto-flow: column;
    grid-template-columns: 1fr 50px;
    border-bottom: 2px solid #f1f1f1;
    padding: 10px 0px;
}

.container.window.nhcok #list .listBox .inner .list li>div.square {
    text-align: center;
}

.container.window.userBack.nhcok .list li.noData{
    grid-template-columns: 1fr;
}

.container.window.userBack.nhcok #list .headDiv.user.inchkbox
{
	display: grid !important;
	width: 100% !important;
	grid-auto-flow: column;
	grid-template-columns: 26px 1fr 50px;
	border-bottom: 2px solid #f1f1f1;
}

.container.window.userBack.nhcok #list li.inchkbox
{
	display: grid !important;
	width: 100% !important;
	grid-auto-flow: column;
	grid-template-columns: 26px 1fr 50px;
	border-bottom: 2px solid #f1f1f1;
}

.container.window.userBack.nhcok #list input[type=checkbox] {
    margin:0px;
    margin-left: 3px;
    z-index: 1;
}
.container.window.userBack.nhcok #list .addr {
    width: 100% !important;
    padding-left: 10px !important;
}
.container.window.userBack.nhcok #list .square {
    width: 100% !important;
}

.container.window.userBack.nhcok #list .headDiv.user.three
{
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 1.5fr 50px 1fr;
}

.container.window.userBack.nhcok #list li.three
{
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 1.5fr 50px 1fr;
}
.container.window.userBack.nhcok #list .three .addr{
    width: 100% !important;
    padding-left: 10px !important;
}

.container.window.userBack.nhcok #list .three .square{
     width: 100% !important;
}

.container.window.userBack.nhcok #list .three .finishTime{
     width: 100% !important;
     padding-left: 10px !important;
     text-align:center !important;
}

.container.window.userBack.nhcok #list .listBox0 {
    overflow-x: hidden;
}

.slick-track .first>div .top{
	background-image: url(../../images/intro1/2.png);
	background-position: center bottom;
	background-size: 190px;
	height: 90px;
}

.slick-track .first>div .middle{
	background-image: url(../../images/intro1/3.png);
	background-position: center center;
	background-size: 280px;
	height: 80px;
}

.slick-track .first>div .bottom{
    background-image: url(../../images/intro1/1.png);
    background-position: center center;
    background-size: 290px;
    height: 326px;
}

.slick-track .second>div .top{
    background-image: url(../../images/intro2/2.png);
    background-position: calc(50% - 44px) calc(50% + 41px);
    background-size: 234px;
    height: 96px;
}

.slick-track .second>div .middle{
    background-image: url(../../images/intro2/3.png);
    background-position: center calc(50% + 15px);
    background-size: 292px;
    height: 65px;
}

.slick-track .second>div .bottom{
    background-image: url(../../images/intro2/1.png);
    background-position: calc(50% - 10px) center;
    background-size: 304px;
    height: 350px;
}

.slick-track .third>div .top{
    background-image: url(../../images/intro3/2.png);
    background-position: calc(50% - 15px) calc(50% - -50px);
    background-size: 285px;
    height: 82px;
}

.slick-track .third>div .middle{
    background-image: url(../../images/intro3/3.png);
    background-position: center calc(50% + 40px);
    background-size: 281px;
    height: 65px;
}

.slick-track .third>div .bottom{
    background-image: url(../../images/intro3/1.png);
    background-position: calc(50% - 10px) center;
    background-size: 310px;
    height: 372px;
}

.slick-track .fourth>div .top{
    background-image: url(../../images/intro4/2.png);
    background-position: calc(50% - 10px) calc(50% + 48px);
    background-size: 125px;
    height: 102px;
}

.slick-track .fourth>div .middle{
    background-image: url(../../images/intro4/3.png);
    background-position: center calc(50% + 10px);
    background-size: 312px;
    height: 80px;
}

.slick-track .fourth>div .bottom{
	background-image: url(../../images/intro4/1.png);
    background-position: center center;
    background-size: 284px;
    height: 309px;
}



@media ( min-height : 1024px) {
	

}

@media ( max-height : 915px) {
	

}

@media ( max-height : 680px) {
	
}

@media ( max-width : 280px) {
	.slick-track .first>div .top{
		background-size: 150px;
		height: 90px;
	}
	
	.slick-track .first>div .middle{
		background-size: 240px;
		height: 80px;
	}
	
	.slick-track .first>div .bottom{
	    background-size: 250px;
	    height: 326px;
	}
	
	.slick-track .second>div .top{
		background-size: 352px;
		height: 96px;
	}
	
	.slick-track .second>div .middle{
	    background-size: 252px;
	    height: 65px;
	}
	
	.slick-track .second>div .bottom{
	    background-size: 264px;
	    height: 350px;
	    background-position: calc(50% - 6px) center;
	}
	
	.slick-track .third>div .top{
	    background-size: 245px;
	    height: 82px;
	}
	
	.slick-track .third>div .middle{
	    background-size: 241px;
	    height: 65px;
	}
	
	.slick-track .third>div .bottom{
	    background-size: 265px;
    	height: 375px;
	}
	
	.slick-track .fourth>div .top{
	    background-size: 169px;
	    height: 102px;
	}
	
	.slick-track .fourth>div .middle{
	    background-size: 262px;
	    height: 80px;
	}
	
	.slick-track .fourth>div .bottom{
	    background-size: 244px;
	    height: 309px;
	}

}

.dim.calendar
{
	background-color: #000000a8;
}
.dim.calendar>div {
	max-width: 360px;
	display: inline-flex;
	flex-direction: column;
	margin-top: 10%;
}

.dim.calendar>div>.title #closeBtn {
	z-index: 999999;
}

.dim.calendar .title{
	display: inline-block;
	position:relative;
	position: absolute;
    width: 100%;
    max-width: 360px;
    padding: 0px;
}

.dim.calendar .title #closeBtn{
	padding:10px;
}

.btm.btn .moveMovie{
	width: 50% !important;
    color: #fff;
	border-color: #888888;
    background-color: #888888;
    width: 100%;
    height: 60px;
    font-size: 19px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 15px;
}

.btm.btn .moveMovie a{
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    line-height: 60px;
    display: block;
}

.btm.btn .moveMovie+button{
	width: 50% !important;
    font-size: 1.2em;
    padding: 0;
    right:0px;
    left: auto;
    line-height: 60px;
}

.alert{
	position:relative;
	display: block;
}

.alert .alert-header{
	display: inline-block; 
	font-size: 1.2em;
    min-height: 23px;
	padding-top:30px;
}

.alert .alert-main{
	border-radius: 10px;
	margin-top: -75px;
	border-bottom: none !important;
}

.alert .alert-body{
	font-size: 1.2em;
	text-align: left;
	min-height: 23px;
	padding-top: 0px !important;
	padding-bottom: 30px;
}

.alert .alert-button{
	background-color: rgb(60 130 76) !important;
	width: 100%;
	border-radius: 0px;
	min-height: 40px;
	margin: 0;
}


.nhcok .popupSection.dim .addContract2.popup {
	width: 300px;
	height: 352px;
	margin-top: -176px;
	margin-left: -150px;
}

.nhcok .popupSection.dim .addPolygonContract.popup .allocation {
    padding-top: 15px;
}

.nhcok .popupSection.dim .addPolygonContract.popup .allocation div, .nhcok .popupSection.dim .addPolygonContract.popup .allocation button, .nhcok .popupSection.dim .addPolygonContract.popup .allocation input{
    font-size: 1.2em;
    height: 32px;
    line-height: 32px;
}
.nhcok .popupSection.dim .addPolygonContract.popup .allocation div.btn{
	height: 55px;
}
.nhcok .popupSection.dim .addPolygonContract.popup .allocation button{
	 height: 52px;
}

.nhcok .popupSection.dim .addPolygonContract.popup .allocation div.closeBtn{
    font-size: 14px;
    height: 22px;
    width: 22px;
    line-height: 24px;

    margin-left: -25px;
}




.nhcok.container.window #list .listBox .inner .list {
	padding-bottom: 80px !important;
}

.nhcok.container.window .enable #list .listBox .inner ul.list {
	padding-bottom: 130px !important; 
}

.nhcok.container.window div.btmm {
	position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background-color: #fff !important;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr !important;
/*     height: 52px; */
}

.nhcok.container.window div.btmm>button {
    width: 120px;
    background-color: #fff !important;
    color: #000 !important;
    border: none;
    float: right;
    font-size: 20px;
    display:none;
    height: 52px;
}

.nhcok.container.window div.btmm>a {
    background-color: #fff !important;
    color: #000 !important;
    border: none;
    font-size: 20px;
    display:none;
    height: 52px;
}


.nhcok.container.window .enable div.btmm>button {
    display: block;
}

.nhcok.container.window .enable div.btmm>a {
    display: block;
}

.container.window.userBack.nhcok input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.container.window.userBack.nhcok #list .headDiv.user.inchkbox.threes{
	grid-template-columns: 26px 1fr 65px 50px !important;
	background-color: #fff;
	z-index: 1;
}

.container.window.userBack.nhcok #list li.inchkbox.inject {
     grid-template-columns: 26px 1fr 65px 50px !important;
}

.container.window.userBack.nhcok #list li.inchkbox.inject .count{
	text-align: center;
	text-decoration: underline;
    text-decoration-color: #5288fc;
    color: #5288fc;
}

.container.window.userBack.nhcok #list li.inchkbox.threes .square{
	text-align: center;
}

.cntList{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}


.nhcok .manager div.col-hd-right{
	margin-top: 5px !important;
}
.nhcok .manager div.contractRPos {
    display: block;
    width: 100%;
    height: 100%;
}

.container.window .cntList #list .listBox .inner .list {
	padding-top: 10px !important;
}

.container.window.userBack.nhcok .cntList .list li {
    display: block !important;
    width: 100% !important;
}

.container.window.userBack.nhcok .cntList .list li>div {
    display: block !important;
    width: 100% !important;
    padding: 3px 10px !important;
}

.nhcok .manager div.totalValue {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
   right: 45px;
}

.nhcok .manager div.totalValue .totalCnt ,.nhcok .manager div.totalValue  .totalArea{
    font-size: 17px;
}
.nhcok .manager div.totalValue  .totalArea{
	padding-left: 13px;
}

.nhcok .manager div.totalValue+span.refresh {
   position: absolute;
   right: 5px;
}

.container.window #list [class*="wod"] .finishDate{
	text-align: left !important;
}

.cntList .listHeader-wrap .list_header .list_headera{
	left: 5px;
	top: 5px;
}

.cntList .listHeader-wrap .manager .contractRPos {
    margin-top: 12px;
}

.container.window.nhcok #list .listBox0 .headDiv>div.head.finishTime {
    text-align: center !important;
  
}


.nhcok.container.window div.btmm .worker{
	text-align: right !important;
	width: 100%;
	font-size: 20px;
	line-height: 46px;
    padding-top: 6px;
}

.nhcok.container.window div.btmm .ico_call{
    text-align: left !important;
    width: 32px;
    background-image: url(../../images/phone.svg);
    background-position: 0px 15px;
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
    content: "";
    font-size: 0px;
    margin-left: 10px;
}

.container.window.userBack.nhcok #list .headDiv.user.btmm{
  justify-items: start;
  display:none !important;
  border-bottom: 0px;
}

.container.window.userBack.nhcok .enable #list div.user.btmm{
  justify-items: start;
  display: grid !important;
}

.popupSection.dim .popup.confirmBox {
    height: auto;
    padding: 0px;
    margin-top: -130px;
}

.popupSection.dim .popup.confirmBox .allocation{
    display: block;
    width: 100%;
    padding: 0px;
    white-space: initial;
}
.popupSection.dim .popup.confirmBox .left {
    display: block;
    text-align: left;
    padding: 20px 20px;
    padding-bottom: 25px;
    font-size: 20px;
}

.popupSection.dim .popup.confirmBox button {
	border: none;
	width: 50%;
	padding: 10px;
	border-radius: 0px 0px 0px 9px;
	background-color: #888888 !important;
	font-size: 20px;
}

.popupSection.dim .popup.confirmBox button:last-child {
	border-radius: 0px 0px 9px 0px;
	background-color: #7fc158 !important;
}

.popupSection.dim .popup.confirmBox .btn {
/*     width: 50%; */
 	width: 100%; 
   /*  float: right; */
}

.popupSection.dim .popup.confirmBox button#closeBtn {
    width: auto;
    background-color: transparent !important;
}

.popupSection.dim .popup.confirmBox .title {
    border-radius: 9px 9px 0 0;
    text-align: left;
    font-size: 18px;
}
.nhcok #middle{
    width: 100%;
    height: 22px;
    border: none;
    border-radius: 12px 12px 0px 0px;
    display: block;
    text-align: center;
}


.nhcok  #middle.moving{
	display: grid;
    justify-content: center;
    align-items: center;
/*     background-color: #d8d8d8; */
}
.alert.main {
	z-index: 9999999;
}

.alert.main .alert-header {
    min-height: 1px;
    padding-top: 22px;
}

.alert.main .alert-body {
    font-size: 20px;
}

.container.window.nhcok #list .listBox .inner .list li>div span:first-child {
	padding-right: 2px;
}

.container.window.nhcok #list .listBox .inner .list li>div span.fdate {
	display: inline-block;
    position: absolute;
    padding-left: 4px;
}

.nhcok .MapControlViewRight>div {
    margin-top: 0px; 
}
.helper{
	 background-color: #fff3d0;
}
.calltel {
    background-color: #d6e6e4;
    padding: 8px 13px;
}

.MapControlViewRight>div:first-child {
    margin-bottom: 3px;
}

.MapControlViewRight>div:last-child {
    margin-top: 3px;
}


.react-datepicker__year-read-view::after{
	content:'년';
}

.helper.dim{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background-color: #000000bf;
}
.helper.dim .info_close .sr_only {
	float: right;
	color: #fff;
}

.helper.dim .info_close {
	padding: 10px;
	font-size: 20px;
	position: fixed;
	width: 100%;
	height: auto;
	right: 10px;
	color: #fff;
}


.helperContents{
	padding: 30px;
	color: #fff;
	font-size: 20px;
}

.helperContents .helperHead{
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	padding-bottom: 20px;
}

.helperContents .contents{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.helperContents .contents b{
	font-weight: 800;
}

.react-datepicker__month-dropdown-container{
	float:right;
	padding-right: 50px;
}

.react-datepicker__year-dropdown-container{
	float:right;
	padding-right: 20px;
}

.react-datepicker__header__dropdown{
	height: 20px;
}

.regist .join_cont{
	padding-bottom: 80px;
}

.ctn.txt{
	font-size: 23px;
	padding-top:5px;
	font-weight: 600;
	font-family: gothic;
	
}