@charset "utf-8";

/** 폰트설정 **/
@font-face {
	font-family: "Nanum Gothic";
	src: url('../font/NanumGothic.eot');
	src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumGothic.woff') format('woff'),
		 url('../font/NanumGothic.ttf') format('truetype');
}

/** 객체전반 **/
html,body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Nanum Gothic";
	font-size: 13px;
	list-style: none;
	color: #555;
}

ul,li,p,a,span,strong {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

html,body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #555;
	font-size: inherit;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
}

select {
	font-family: "Nanum Gothic";
	font-size: 14px;
	height: 24px;
	color: #555;
	border: 1px solid #d6d6d6;
	vertical-align: middle;
}

input {
	font-family: "Nanum Gothic";
	font-size: 14px;
	height: 24px;
	color: #555;
	vertical-align: middle;
	margin: 0;
	padding: 0px 2px 0px 2px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
}

label {
	cursor: pointer;
}

textarea {
	font-family: "Nanum Gothic";
	font-size: 14px;
	vertical-align: middle;
	color: #555;
	margin: 0px;
	padding: 6px;
	box-sizing: border-box;
}

table caption {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

table {
	border-collapse: collapse;
	padding: 0px;
}

input[type="radio"] {
	margin: 0 3px 0 0;
	width: 16px;
	height: 16px;
}

input[type="checkbox"] {
	margin: 0;
	width: 14px;
	height: 14px;
}

input[type="button"] {
	margin: 0;
	width: 160px;
	height: 28px;
}




/** 초기화면 설정 **/
#tbl_select {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-weight: bold;
	z-index: 0;
}

#tbl_main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#tbl_main_title {
	position: absolute;
	top: 0px;
	width:220px;
	left: calc(50% - 110px);
	z-index: 0;
	opacity: 0.88;
}

#tbl_maptype {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	z-index: 0;
}

#tbl_applybutton {
	position: absolute;
	bottom: 32px;
	width: 98px;
	height: 98px;
	left: calc(50% - 49px);
	table-layout:fixed;
	z-index: 0;
}

#tbl_apply {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_GPS {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0px;
	bottom: 0px;
	color:#ffffff;
	z-index: 2;
}

#tbl_all {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_my {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_sisul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_config {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_status {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_detail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_result {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 2;
}

#tbl_progress {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

#tbl_reserve {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}







#progressWrapper {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 100;
}




/** 메뉴 클래스 설정 **/
#knb {
	background: #0785a0;
}

#knb > li {
	display: table;
	width: 100%;
	height: 62px;
	text-align: center;
	border-bottom: 1px solid #04748c;
}

#knb > li > a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#knb > li > a.on {
	background: #ffffff;
	color: #00748d;
}

#knb > li > a.active {
	background: #ffffff;
	color: #00748d;
}

#knb > li > a:hover {
	background-image: url(../images/icon_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	
/**
#knb > li > a:hover {
	background: #05768f;
	color: #ffffff;
}
**/





#gnb {
	background: #006292;
}

#gnb > li {
	display: table;
	width: 100%;
	height: 62px;
	text-align: center;
	border-bottom: 1px solid #01557e;
}

#gnb > li > a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#gnb > li > a.on {
	background: #ffffff;
	color: #00748d;
	border-bottom: 1px solid #04748c;
}

#gnb > li > a.active {
	background: #ffffff;
	color: #00748d;
}

#gnb > li > a:hover {
	background-image: url(../images/icon_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}



#mnb {
	background: #933e14;
}

#mnb > li {
	display: table;
	width: 100%;
	height: 62px;
	text-align: center;
	border-bottom: 1px solid #642e13;
}

#mnb > li > a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#mnb > li > a.on {
	background: #853e1b;
}

#mnb > li > a:hover {
	background: #7b3614;
}




/********************/
/** 일반 링크 설정 **/
/********************/
a.portal, a.portal:link {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
} 
a.portal:visited {
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
}
a.portal:hover {
	color:#f00;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}
a.portal:focus {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
a.portal:active {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}



a.thema, a.thema:link {
	text-decoration:none;
	font-weight:normal;
} 
a.thema:visited {
	text-decoration:underline;
	font-weight:normal;
}
a.thema:hover {
	color:#f00;
	text-decoration:underline;
	font-weight:bold;
}
a.thema:focus {
	text-decoration:none;
	font-weight:normal;
}
a.thema:active {
	text-decoration:none;
	font-weight:normal;
}








/** 서브메뉴 클래스 설정 **/
.enjoy-cent {
	background: #ffffff;
	overflow-y: auto;
	padding: 0px;
	height: 100%;
	/** height: calc(100vh -   20px);  **/
}

.enjoy-cent > ul {
	margin-left: 0px;
}

.enjoy-cent > ul > li {
	float: left;
	display: table;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	text-align: left;
	border-left: 0px solid #c3c3c3;
	border-bottom: 0px solid #c3c3c3;
	cursor: pointer;
}

.enjoy-cent > ul > li > a {
	display: table-cell;
	vertical-align: middle;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.enjoy-cent > ul > li > a:hover {
	background: #3973b9;
	color: #fff;
}

.enjoy-cent > ul > li > a.on {
	background: #000;
	color: #fff;
}


/** 링크 설정 **/
.info-list-cnt {
	background-color: #ffffff;
	font-size: 12px;
	padding: 0px 3px;
}

.info-list-cnt>a:hover {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}

.thema-list {
	font-weight:bold;
	font-size: 16px;
}

.thema-list > a:hover {
	font-weight:bold;
	font-size: 16px;
	text-decoration: underline;
}





/** 페이징 클래스 설정 **/
.pagging {
	margin: 0px;
	padding: 0px;
}

.pagging ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

.pagging ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 13px;
}

.pagging ul li a {
	float: left;
	display: block;
	color: #777777;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	padding: 12px 15px 12px 15px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 50% 50%;
}

.pagging ul li a:hover {
	background: #f0f0f0;
	border: 1px solid #d3d3d3;
	color: #777777;
	padding: 12px 15px 12px 15px;
}

.pagging ul li a.on {
	float: left;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	padding: 12px 15px 12px 15px;
	background: #cfcfcf;
	border: 1px solid #c6c6c6;
}

.pagging ul li a.on:hover {
	background: #cfcfcf;
	border: 1px solid #b9b9b9;
	color: #333333;
	padding: 12px 15px 12px 15px;
}



/** 거리계산 설정 **/
.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/mini_circle.png');}    
.dotOverlay {position:relative;bottom:10px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}    
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .label {display:inline-block;width:50px;}
.distanceInfo:after {content:none;}



/** 면적계산 설정 **/
.info {position:relative;top:5px;left:5px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;font-size:12px;padding:5px;background:#fff;list-style:none;margin:0;} 
.info:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}    
.info .label {display:inline-block;width:50px;}
.number {font-weight:bold;color:#00a0e9;}



/** 클래스 설정 **/
.ttl_001 { font-weight:bold; font-size:12px; color:#555555; padding:4px; }
.cnt_001 { font-weight:normal; font-size:12px; color:#555555; padding:4px; }



.tb_001_ttl {
	background-color: #d4d4d4;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 11px;
	border: solid 1px #bbbbbb;
	text-align: center;
	padding: 1px 5px 1px 5px;
}

.tb_001_cnt {
	background-color: #ffffff;
	color: #555555;
	font-weight: normal;
	font-size: 11px;
	border: solid 1px #bbbbbb;
	text-align: left;
	padding: 1px 5px 1px 5px;
}

.tb_007_ttl {
	background-color: #d4d4d4;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 14px;
	border: solid 1px #bbbbbb;
	text-align: center;
	padding: 1px 5px 1px 5px;
}



.tb_002_ttl {
	background:#b9e5ff;
	font-weight:bold;
	border:solid 1px #92b8ce;
	padding:0px 4px 0px 4px;
}

.tb_002_cnt {
	background:#ffffff; 
	padding:0px 4px 0px 4px; 
	border:solid 1px #92b8ce;
	padding:0px 4px 0px 4px;
}


.tb_003_ttl {
	background:#f0d5c6;
	font-weight:bold;
	border:solid 1px #c1aa9d;
	padding:0px 10px 0px 10px;
}

.tb_003_cnt {
	background:#ffffff; 
	padding:0px 10px 0px 10px; 
	border:solid 1px #c1aa9d;
	padding:0px 10px 0px 10px;
}




