@charset "UTF-8";

.new-header2 {
    top: 102px !important;	
}

.new-map-button {
}
.new-map-right {
    top: 180px !important;
}

.new-wrap {
	background:#fff !important;
}
.new-map {
	height: calc(100% - 122px) !important;
    top: 82px !important;
}

.container2.new-conatiner {
	width:100% !important;	
	box-sizing: border-box;
}
.dash-board.new-mypage {
	top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 250px) !important;
}
.maypage-new-navigation {
 	width: 100% !important;
 	padding-top: 12px;
 	border-top: 1px solid #ddd;
 	padding-bottom: 14px;
}
.maypage-new-navigation ul {
 	width: 100% !important;
}
.maypage-new-navigation li {
	display:flex;
	align-items: center;
	gap:10px;
}
.maypage-new-navigation li:first-child {
	width: 100%;
}

.maypage-new-navigation li .munh_st {
	flex: 1 0;
}

.maypage-new-navigation li:last-child {
	width: auto;
	display:flex;
	align-items: flex-end;
	gap:4px;
	margin:0;
	justify-content: flex-end;
	flex-direction: row;
}
.maypage-new-navigation li label {
	
margin: 0;
}
.maypage-new-navigation li select {
	
}

.maypage-new-navigation li button {
	width:120px;
	margin: 0 !important;
}

.sbAllCheck_body .flex-align-center .label {
	text-align: center;
}
.board-form .new-gray-table {
    border: none;
}
.board-form .new-gray-table tr th {
	margin-bottom: 1px;
	padding: 6px 10px;
	border: #ccc 1px solid;
	background: #eee;
	color: #666;
}
.board-form .new-gray-table tr td {
	text-align:left;
}

.board-form .new-gray-table tr td.td-center {
	text-align:center;
}

.board-form .new-gray-table tr td p {
	padding:0 !important;
	
}

.board-form table.new-gray-table input[type=text] {
    border: #ddd 1px solid;
    background: #fff;
    color: #3a3a3a;
    box-sizing: border-box;
    display: inline;
}

.board-form .new-gray-table tr td p.mL5 {
	margin-left: 5px !important;
}


.board-form table.new-gray-table tr td .text-left-box {
	text-align:left;
}

.div_style3 .wd-20 {
	width:20px !important;
	height:22px !important;
}

.min-height {
    min-height: 32px;
}

.board-form table.new-gray-table .w10 {
	width:20px !important;
	height:22px !important;
}

.table-normal2 tr td .dlb-inline-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-normal2 tr td .dlb-inline-flex strong {
	width: 77px;
}


.board-form .new-gray-table tr td.txtC .starRev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-form .new-gray-table tr td.txtC .starRev span {
	margin:0;
}
.board-form .new-gray-table tr td.txtC .starRev span.on {
	background-position: 0 0;
}

.board-form .new-gray-table tr.center-tr-list td {
	text-align:center !important;
}


.board-form .new-gray-table tr th.txtL {
background: #fff;
}

.new-layer-popup .kndModalDiv {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	background: #fff;
	border:1px solid #ccc;
	transform: translate(-50%, -50%);
}

.new-layer-popup .button-area {
    display: flex;
    padding-top: 12px;
    justify-content: flex-end;
    gap: 6px;
}

.new-layer-popup .button-area button {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
	margin: 0;
	flex: 0 0 63px;
	cursor: pointer;
	height: 30px;
	padding: 0;
}
.new-layer-popup .button-area button:hover {
	background: #e6e6e6;
}
.new-layer-popup .button-area button:focus {
	background: #198cfa;
	color:#fff;
}

.new-layer-popup .button-area  .close1 img {
	width: 9px;
	height: 10px;
}

.new-layer-popup .modal-header {
	padding: 4px 15px;
	background:#E7EDF8;
	/* border-top-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
}


.new-layer-popup .modal-header .knd_title {
    margin: 0.2em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #3D4F9C;
    font-weight: 400;
    border-bottom: none;
    height: auto;
}

.new-layer-popup .board-form {
	position: inherit;
}

.dlb-box .add-new-btn {
	cursor: pointer;
	box-sizing:border-box;
	transition:.3s;
	border:#fff 1px solid;
}

.dlb-box .add-new-btn:hover {
	background:#fff !important;
	border:#3D4F9C 1px solid;
	color:#3D4F9C;
}


.care-popup {
	position: fixed;
    top: 50%;
    left: 50%;
    background: #ffff;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    width: 66%;
    min-width: 400px;
}


.care-popup .ui-dialog-title {
	float: left;
    margin: 0.2em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 8px;
    font-size: 12px;
    color: #3D4F9C;
    font-weight: 400;
}

.care-popup .board-form {
	padding:15px;
}

.care-popup .button-area {
    display: flex;
    padding-top: 12px;
    justify-content: flex-end;
    gap: 6px;
}

.care-popup .button-area button {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
	margin: 0;
	flex: 0 0 63px;
	cursor: pointer;
	height: 30px;
	padding: 0;
}

.care-popup .new-gray-table .fl-box {
	display:flex;
	align-items:center;
	gap:8px;
}

.care-popup .new-gray-table .fl-box label {
	margin:0;
	flex: 1 0 auto;
}

.care-popup .new-gray-table .fl-box .add-btn {
	display: inline-block;
    padding: 6px 26px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: #3A4B93 !important;
}

.care-popup .new-gray-table .fl-box button:hover {
	background: #e6e6e6;
}
.care-popup .new-gray-table .fl-box button:focus {
	background: #198cfa;
	color:#fff;
}


.new-lay-popup {
    width: 94%;
    height: calc(100% - 95px);
    padding: 12px 3% 20px 3%;
    position: absolute;
    overflow-y: auto;
    background: #fff;
    z-index: 200;
}

.pointer {
	cursor:pointer;
}

.new-component-popup {
	width: 40%;
    min-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.new-component-popup .bottom-20 {
	padding-bottom:20px;
}


.new-gray-table tr td,
.new-gray-table tr th, {
	font-size:13px;
}

.new-gray-table tr td.td_left p {
	text-align:left;
}

.new-gray-table tr td div.bold-txt {
    font-weight: 700;
}

.component-popup {
    width: 50%;
    min-width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.component-popup .new-board-top {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}

.component-popup .new-board-top ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 6px;
	flex: 1 0 auto;
	justify-content: flex-end;
}

.component-popup .new-board-top ul li {
	margin: 0;
}

.component-popup .new-board-top ul li:first-child {
	flex: 1;
}

.component-popup .new-board-top span {
	margin: 0;
}

.component-popup .new-bord-box {
	max-height: 700px;
    overflow: auto;
}

.new-mapAdd-box {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000000;
    height: 100%;
}

.new-mapAdd-box .map-bottom01 {
}

.new-mapAdd-box .new-title {
	font-size: 16px;
}

.new-mapAdd-box .map-bottom01 button {
	
}

.new-mapAdd-box .map,
.new-add-round-map .map {
	width:100%;
	height:100%;
}


.new-add-round-map {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.new-add-round-map .new-title {
	font-size: 16px;
}

.n-w-100 {
	width:100%;
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
    font-family: 'Noto Sans KR';
}

.container2 .new-my-page {
    padding-bottom: 20px;
}






